/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

.app_ico {
  height: 10px;
}

/*Logo*/
.login-logo {
  height: 80px;
}

.content_logo {
  height: 35px;
}

#login {
  text-align: center;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.timedin{
  border: 5px solid #0C7733 !important;
}

.timedout{
  border: 5px solid #999 !important;;
}

.nav-tabs .nav-item .nav-link {
  /*color: #bfbfbf;*/
}

.action{
  min-width: 60px;
  text-align: center;
}


.custom-checkbox{
  padding-top:25px;
}


.modal-image-popup .modal-header {
    padding: 0;
    height: 5px;
}
.modal-image-popup .modal-header .btn-close {
    margin: 25px 0px 0 0;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: .5rem !important;
}
.modal-backdrop.show{
  z-index:9000;
}
.modal-image-popup, .modal{
  z-index:9001;
}

.toast.bs-toast {
  z-index: 9002;
}


.bootbox-confirm .modal-content{
  padding: 10px;
}
.bootbox-confirm .modal-body .bootbox-body{
  padding-right: 20px;
}
.bootbox-confirm .modal-footer{
  padding: 0px;
}
.bootbox-confirm .modal-content {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5)
}


div[data-lastpass-root] {
  display: none !important;
}

.dataTable, .table-responsive{
  min-height: 200px;
}



.file-upload-wrapper {
  /* Your styles here, for example: */
  display: flex;
  align-items: center;
  gap: 10px;
}

.fake-file-button {
  /* Your button styles here */
}

.file-name {
  /* Your filename text styles here */
}


.readonly{
  border: 1px dashed #ccc !important;
  background-color: #f2f2f2 !important;
  cursor: default;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}


.dataTables_processing.card {
  background-clip: padding-box;
  box-shadow: none !important;
}


.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 1.5rem 0.25rem;
  border-bottom: 0px solid #d9dee3;
  border-top-left-radius: calc(0.5rem - 0px);
  border-top-right-radius: calc(0.5rem - 0px);
}

.modal .btn-close {
  background-color: #fff;
  border-radius: 0.5rem;
  opacity: 1;
  padding: 0.635rem;
  box-shadow: 0 0.125rem 0.25rem rgba(161, 172, 184, 0.4);
  transition: all 0.23s ease 0.1s;
  transform: translate(23px, -25px);
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.offcanvas {
  background-color: #f2f2f2;
}



.ellipsis-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 190px;  /* Adjust this value as needed */
}
.table td, .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #ffffff;
}
table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.01);
}
.dataTable tr.inactive, .dataTable tr.inactive td{
color:#ccc !important;
}
.dataTable tr.inactive td a{
opacity: .2;
}
.dataTable tbody tr, .dataTable tbody td {
border-bottom: 1px solid #f6f6f6;
border-top: 1px solid #f6f6f6;
}



form.disabled input,
form.disabled select,
form.disabled button {
    opacity: 0.5;
    cursor: not-allowed;
}



.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  /* background-color: #442172 !important; */
  background-color: #566a7f !important;
  border-color: #fff;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  /* background-color: #442172 !important; */
  background-color:rgba(var(--bs-primary-rgb), 1) !important;
  border-color: rgba(var(--bs-primary-rgb), .5) !important;
}


.modal-content, .deletemodal-content, .timelogger-modal-content {
  background-color: #f2f2f2;
}

.modal .modal-header .btn-close {
  margin-top: 0rem;
}

small, .small {
  font-size: 80%;
}
tiny, .tiny {
  font-size: 60%;
}

select.dt-input {
  margin-right:5px;
}


.btn.rounded-circle:not(.btn-sm) {
  padding: 1rem 1rem;
}



.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(var(--bs-primary-rgb), 1);
  color: #fff;
  border-color: rgba(var(--bs-primary-rgb), 1);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #e9ecef;
  outline: 0;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #e9ecef;
  cursor: text;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  margin-top: 20px;
}
.select2-container--default{
  color: rgb(150, 146, 139);
  background-color: rgb(25, 26, 26);
  border: 1px solid rgb(59, 62, 63);
  border-color: rgb(59, 62, 63);
  padding: 1px !important;
  display: block;
    width: 100%;
    padding: 0.4375rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.53;
    color: #697a8d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.nav-tabs .nav-link.active.tab_new{
  color: #ffffff !important;
  background-color: #007bff !important;
  /* background-color: var(--bg-blue) !important; */
  border-color: #fff;
}
.nav-tabs .nav-link.active.tab_ongoing{
  color: #ffffff !important;
  background-color: #590085 !important;
  /* background-color: var(--bg-blue) !important; */
  border-color: #fff;
}
.nav-tabs .nav-link.active.tab_done{
  color: #ffffff !important;
  background-color: #71dd37 !important;
  /* background-color: var(--bg-blue) !important; */
  border-color: #fff;
}


a.disabled, a.disabled div, a.disabled i{
  pointer-events: none;
  cursor: not-allowed;
  color: #c3c3c3 !important;
}

.tooltip-inner { 
  max-width:500px; 
} 


.dt-length, .dt-info{
  font-size:.85rem;
  color:gray;
}



.subscriber_icon{
  width:30px; 
  max-width:30px; 
  height:30px; 
  max-height:30px; 
  border-radius:50px; 
  overflow:hidden !important; 
}

.subscriber_icon .subscriber_icon_initials{
  color: white; 
  font-weight: bold; 
  font-size:12px;
}




.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  margin-top: 0px;
}

.select2-container--default .select2-selection--single {
  display: block;
  width: 100%;
  height: 37px;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d9dee3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 38px;
}


.searchbar{
  z-index: 1 !important;
}
#ui-id-1{
  z-index: 2 !important;
}
.ui-menu-item{
  padding:0px !important;
  min-height: 35px !important;
}
.ui-menu-item-wrapper{
  padding: 5px 10px !important;
  border-bottom: 1px dotted #ccc;
  display: block;
}
.ui-menu-item-wrapper:hover{
  color:#fff !important
}


@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.bounce {
  animation: bounce 0.5s;
}


/* Default styles when input is empty or invalid */
/* #dt-search-0:invalid {
  color: #212529; 
} */

/* Styles when input has content (is valid) */
/* #dt-search-0:valid {
  background-color: var(--bs-primary); 
  color: #fff;
} */

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%; /* Makes the button circular */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><circle cx='12' cy='12' r='10' fill='%23590085' /><path fill='white' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 13.59L15.59 17 12 13.41 8.41 17 7 15.59 10.59 12 7 8.41 8.41 7 12 10.59 15.59 7 17 8.41 13.41 12 17 15.59z'/></svg>") no-repeat center center;
  background-size: contain;
}





.search-has-value, .search-has-value::hover, .search-has-value::focus, .search-has-value::active, .search-has-value::valid {
  background-color: var(--bs-primary) I !important;
  color: #fff;
}


input[type="search"]:-webkit-autofill,
input[type="search"]:-webkit-autofill:hover, 
input[type="search"]:-webkit-autofill:focus, 
input[type="search"]:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 50px #590085 inset !important;
    -webkit-text-fill-color: white !important;
}




.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  opacity: .45;
}

.GridCategory-Box, .GridItem-Box{
  filter: contrast(1) grayscale(100%);
}
.GridCategory-Box.GridCategory-Box-selected, .GridItem-Box.GridItem-Box-selected{
  filter: none;
}


.bx-md {
  font-size: 1.575rem !important;
}
.badge.badge-notifications {
  position: absolute;
  top: auto;
  display: inline-block;
  margin: 0;
  transform: translate(-50%, -30%);
}
.badge.badge-dot {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  vertical-align: middle;
}
.dropdown-notifications-item{
  margin: 0 !important;
}
.layout-navbar .navbar-dropdown .dropdown-menu {
  min-width: 22rem;
  overflow: hidden;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item {
  padding: .75rem 1rem;
  cursor: pointer;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive i, .layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-archive span {
  color: #384551;
}

.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions {
  text-align: center;
}

.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item .dropdown-notifications-actions>a {
  display: block;
}

.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list .dropdown-notifications-item.marked-as-read .dropdown-notifications-read span {
  background-color: #fff;
}
.layout-navbar .navbar-dropdown.dropdown-notifications .dropdown-notifications-list {
  max-height: 30rem;
  overflow: scroll;
}

.page-item.active .page-link {
  z-index: 0;
  color: #fff;
  background-color: rgba(105, 108, 255, 0.08);
  border-color: rgba(105, 108, 255, 0.08);
}


.bg-note {
  --bs-bg-opacity: 1;
  background-color: rgb(255 222 156) !important;
}