
  
  .hidden{
    display: none;
  }
  
  /* .logo-container {
    
  } */
  
  .tenant-name {
    white-space: nowrap; /* Prevents wrapping */
    font-weight: bold;
    color: white;
  }

  .tenant-name:hover {
    color: rgb(213, 212, 212);
  }

  
  /* Password visibility  */
  
  #toggle-password,
  #toggle-password_confirmation,
  #toggle-current_password {
    height: 0px;
    position: relative;
    float: right;
  }
  
  .bottom_42{
    bottom: 42px !important;
  }
  .bottom_38{
    bottom: 38px !important;
  }
  .bottom_54{
    bottom: 41px !important;
  }
  
  #toggle-password:active, #toggle-password:first-child:active, #toggle-password.active, #toggle-password.show,
  #toggle-password_confirmation:active, #toggle-password_confirmation:first-child:active, #toggle-password_confirmation.active, #toggle-password_confirmation.show,
  #toggle-current_password:active, #toggle-current_password:first-child:active, #toggle-current_password.active, #toggle-current_password.show {
    /* color: var(--bs-btn-active-color); */
    background-color: transparent;
    border-color: transparent;
  }
  
  /* ERROR TEXT  */
  .error_text{
    color: red;
  }
  
  /* YOUR WORK TAB  */
  .scrollable_cards{
    padding: 10px 0;
  }
  .your_work_dropdown_menu{
    padding: 10px;
    min-width: 30rem !important;
    inset: -10px auto auto 14px !important;
    border: 0px !important;
    border-radius: 0px !important;
  }
  
  .your_work_dropdown_menu.reports_dropdown{
    min-width: 8rem !important;
  }
  
  .your_work_dropdown_menu .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    /* font-size: var(--bs-nav-link-font-size); */
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: none;
    border: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-weight: normal !important;
  }
  .your_work_dropdown_menu .nav-link-subtext{
    color: rgb(113, 113, 113 / 0.75) !important
  }
  .your_work_nav_pills{
    padding: 5px 10px ;
  }
  .your_work_dropdown_header{
    padding-left: var(--bs-navbar-nav-link-padding-x);
    font-weight: bold;
  }
  

  
  .text-grey{
    color: rgb(199, 199, 199 / 75%) !important;
  }
  
  .user-form-card {
    width: 28pc; 
    margin: 0 auto;
  }
  
  .tt_signup_link{
    display: inline-flex;
    text-decoration: none;
  }
  
  .tt_forgot_link{
    display: inline-flex;
    text-decoration: none;
  }
  
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: "Inter", sans-serif;
    background-color: var(--dk-darker-bg);
    /* font-size: 0.925rem; */
  }
  
  #wrapper {
    margin-left: var(--sidebar-width);
    transition: all 0.3s ease-in-out;

    position: relative; /* Make sure the wrapper is relative */
    margin-left: var(--sidebar-width);
    height: 100vh; /* Full height for the wrapper */
  }

  #wrapper.fullwidth {
    margin-left: 0;
  }
  
  /** --------------------------------
   -- Sidebar
  -------------------------------- */
  .settings_dropdown{
    left: -44px !important;
  }
  
  .sidebar {
    background-color: var(--sidebar-bg-color);
    width: var(--sidebar-width);
    transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Include transform in the transition */
    transform: translateX(0);
    z-index: 9999999;
    border-right: 0px;
}

  .minimized-sidebar .tt_custom_sidebar {
      width: 0; /* Hides the sidebar */
      transform: translateX(-100%); /* Moves it out to the left */
      opacity: 0; /* Fades out */
      z-index: -1;
  }

  .tt_custom_sidebar {
      opacity: 1; /* Ensure it's fully visible when not minimized */
      transform: translateX(0); /* Reset transform when the sidebar is visible */
  }

  .minimized-sidebar #wrapper {
      margin-left: 0; /* Adjust wrapper margin when minimized */
  }

  /* Add a class for transitioning to the right */
  .show-sidebar  {
      transform: translateX(100%); /* Move sidebar to the right */
      transform: translateX(-270px);
  }

  #toggle-sidebar {
    position: fixed;
    left: 15.3pc;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    top: 50%;
    transform: translateY(-50%);
    /* cursor: move; */
    /* z-index: 1; */
    transition: left 0.3s ease; /* Smooth transition */
  }


  
  .sidebar .close-aside {
    position: relative;
    top: 7px;
    right: 7px;
    cursor: pointer;
    color: #eee;
  }
  
  .sidebar .sidebar-header {
    border-bottom: 1px solid rgb(243, 245, 248) !important;
  }
  
  .sidebar .sidebar-header h5 a {
    color: var(--dk-gray-300);
  }
  
  .sidebar .sidebar-header p {
    color: var(--dk-gray-400);
    /* font-size: 0.825rem; */
  }
  
  /* .sidebar .search .form-control ~ i {
    color: #2b2f3a;
    right: 40px;
    top: 22px;
    border-radius: 2px !important;
    border-color: grey;
  } */
  
  .sidebar > ul > li {
    padding: 0.7rem 1.75rem;
  }
  
  .sidebar ul > li > a {
    color: var(--dk-gray-400);
    text-decoration: none;
  }
  
  /* Start numbers */
  .sidebar ul > li > a > .num {
    line-height: 0;
    border-radius: 3px;
    /* font-size: 14px; */
    padding: 0px 5px;
  }
  
  .sidebar ul > li > i {
    /* font-size: 18px; */
    margin-right: 0.7rem;
    color: var(--dk-gray-500);
  }
  
  .sidebar ul > li.has-dropdown > a:after {
    content: "\eb3a";
    font-family: unicons-line;
    /* font-size: 1rem; */
    line-height: 1.8;
    float: right;
    color: var(--dk-gray-500);
    transition: all 0.3s ease-in-out;
  }
  
  .sidebar ul .opened > a:after {
    transform: rotate(-90deg);
  }
  
  /* Start dropdown menu */
  .sidebar ul .sidebar-dropdown {
    padding-top: 10px;
    padding-left: 30px;
    display: none;
  }
  .sidebar ul .sidebar-dropdown.active {
    display: block;
  }
  
  .sidebar ul .sidebar-dropdown > li > a {
    /* font-size: 0.85rem; */
    padding: 0.5rem 0;
    display: block;
  }
  /* End dropdown menu */
  
  @media (max-width: 767px) {
    .sidebar ul > li {
      padding-top: 12px;
      padding-bottom: 12px;
    }
  
    .sidebar .search {
      padding: 10px 0 10px 30px;
    }

    aside {
      margin-top: 71px;
      overflow-y: auto;
      max-height: calc(100vh - 71px); /* Example height to trigger scrolling */
    }

    .main_nav {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 1030;
    }

    .sidebar-header, .search {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }

    .scrollable-y {
      max-height: 69vh;
      overflow-y: auto;
  }

    /* body {
      padding-top: 100px;
    } */

    .notification_ul {
      /* width: auto !important; */
      width: 485px !important;
    }

    /* .notification_link  {
      min-width: 282px;
    } */

    .notification_dropdown_small[data-bs-popper] {
      left: 50% !important; /* Center horizontally */
      transform: translateX(-50%) !important; /* Offset by half of its width */
      width: 80vw; /* Set responsive width based on viewport */
      min-width: 200px; /* Optional: set a minimum width for smaller screens */
    }

    #settingsCollapse ul li, #projectsDropdownSm li, #reportsCollapse ul li {
      padding-top: 4px;
      padding-bottom: 4px;
    }

    #settingsCollapse ul, #reportsCollapse ul, #projectsDropdownSm {
      padding-top: 7px;
     }

    .your_work_li {
      padding-bottom: 4px !important;
    }
  }

  .time_counter_sm, .notif_sm svg, #small_sidebar_toggler, .landing_toggler {
    color: white;
  }
  
  
  /** --------------------------------
   -- users
  -------------------------------- */
  .admins .box .admin {
    background-color: var(--dk-dark-bg);
  }
  
  .admins .box h3 {
    color: var(--dk-gray-300);
  }
  
  .admins .box p {
    color: var(--dk-gray-400);
  }
  
  /** --------------------------------
   -- statis
  -------------------------------- */
  .statis {
    color: var(--dk-gray-100);
  }
  
  .statis .box {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
  }
  
  .statis .box h3:after {
    content: "";
    height: 2px;
    width: 70%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.12);
    display: block;
    margin-top: 10px;
  }
  
  .statis .box i {
    position: absolute;
    height: 70px;
    width: 70px;
    /* font-size: 22px; */
    padding: 15px;
    top: -25px;
    left: -25px;
    background-color: rgba(255, 255, 255, 0.15);
    line-height: 60px;
    text-align: right;
    border-radius: 50%;
  }
  
  .main-color {
    color: #ffc107;
  }
  
  /** --------------------------------
   -- Please don't do that in real-world projects!
   -- overwrite Bootstrap variables instead.
  -------------------------------- */
  
  /* .navbar {
    background-color: var(--navbar-bg-color) !important;
    border: none !important;
  } */
  .navbar .dropdown-menu {
    right: auto;
    /* left: 0; */
  }
  /* .navbar .navbar-nav > li > a {
    color: #eee !important;
    line-height: 55px !important;
    padding: 0 10px !important;
  } */
  /* .navbar .navbar-brand {
    color: #fff !important;
  } */
  .navbar .navbar-nav > li > a:focus,
  .navbar .navbar-nav > li > a:hover {
    color: #eee !important;
  }
  
  .navbar .navbar-nav > .open > a,
  .navbar .navbar-nav > .open > a:focus,
  .navbar .navbar-nav > .open > a:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
  
  /* .navbar .navbar-brand {
    line-height: 55px !important;
    padding: 0 !important;
  } */
  /* .navbar .navbar-brand:focus,
  .navbar .navbar-brand:hover {
    color: #fff !important;
  } */
  /* .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin: 0 !important;
  } */
  @media (max-width: 767px) {
    .navbar > .container-fluid .navbar-brand {
      margin-left: 15px !important;
    }
    .navbar .navbar-nav > li > a {
      padding-left: 0 !important;
    }
    .navbar-nav {
      margin: 0 !important;
    }
    .navbar .navbar-collapse,
    .navbar .navbar-form {
      border: none !important;
    }
  }
  
  .navbar .navbar-nav > li > a {
    float: left !important;
  }

  /* .navbar .navbar-nav > li > a > span:not(.caret), .span-badge {
    background-color: #e74c3c !important;
    border-radius: 50% !important;
    height: 20px; 
    width: 20px;
    padding: 0 !important; 
    line-height: 20px; 
    font-size: 11px !important;
    position: relative !important;
    top: -10px !important;
    right: 5px !important;
    text-align: center; 
} */


  .notif_i, .tenant_notif_i {
    min-height: 15px !important;
    min-width: 15px !important;
  }

  /* .dropdown-menu > li > a {
    padding-top: 5px !important;
    padding-right: 5px !important;
  }
  .navbar .navbar-nav > li > a > i {
    font-size: 18px !important;
  } */
  
  /* Start media query */
  
  @media (max-width: 767px) {
    #wrapper {
      margin: 0 !important;
    }
    .statistics .box {
      margin-bottom: 25px !important;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a {
      color: #ccc !important;
    }
    .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
      color: #fff !important;
    }
    .navbar .navbar-toggle {
      border: none !important;
      color: #eee !important;
      /* font-size: 18px !important; */
    }
    .navbar .navbar-toggle:focus,
    .navbar .navbar-toggle:hover {
      background-color: transparent !important;
    }


  }
  
  ::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }
  
  /* CUSTOM CSS  */
  
  .settings_dropdown.dropdown-menu {
    left: -145px !important;
    border: 0px !important;
    border-radius: 3px;
    margin-top: 25px !important;
  }
  /* .notification_dropdown.dropdown-menu {
    left: -512px !important;
    border: 0px !important;
    border-radius: 3px;
    min-width: 480px;
    margin-top: 25px !important;
  } */
  .tt_custom_sidebar{
    z-index: 1;
    overflow: visible !important;
  }
  
  /* Remove caret for dropdowns  */
  .no_caret.dropdown-toggle::after {
    display: none;
  }
  .no_caret:focus, .dropdown:focus-within {
    outline: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
  }
  
  /* nav tabs  */
  .nav-pills .nav-link{
    border-radius: 30px !important;
    color: grey;
  }

  .nav-link svg{
    float: right;
    padding-top: 4px;
  }
  
  /* SELECT2  */
  
  .select2-container {
    width: 100% !important;
  }
  
.select2-container .select2-selection--single {
   height: 41px !important;
   padding: 9px 4px !important;
   border: 2px solid rgb(235, 237, 243) !important;
   border-radius: 6px !important;
   width: 100% !important;
   bottom: 1.5px;
   cursor: auto !important;
   position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
  top: 2px !important;
}
  
  
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px !important;
  }
  
  
  .br-0{
    border-radius: 0px !important;
  }
  
  
  .sidebar li .submenu{ 
      list-style: none; 
      margin: 0; 
      padding: 0; 
      padding-left: 1rem; 
      padding-right: 1rem;
  }
  
  .sidebar .nav-link {
      font-weight: 500;
      color: var(--bs-dark);
  }
  .sidebar .nav-link:hover {
      color: var(--bs-primary);
  }
  
  .page_main_title{
    color: #202020;
  }
  
  .btn_close_custom {
    --bs-btn_close_custom-bg: inherit !important;
  }
  
  /* .nav_bar_icons{
    font-size: 20px !important;
  } */
  
  .w-inherit{
    width: inherit !important;
  }
  
  .time_ago_text{
    font-size: 12px;
    color: #bbbbbb;
  }
  
  
  /* .notification_dropdown_text {
    display: flex;
    align-items: center;
  } */
  
  .mark_as_read {
    /* font-size: 12px;  */
    margin-left: auto; /* Pushes the span to the right */
    cursor: pointer;
  }
  
  .notif_icon_unread, .tenant_notif_icon_unread {
    background: #58539838;
  }

  .notif_icon_unread:hover, .tenant_notif_icon_unread:hover {
    background: #5853985c !important;
  }

  


/* ------------------------------------------------------------- */
/* FOR DATATABLE RESIZING */
/* ------------------------------------------------------------- */

.dataTables_wrapper {
  overflow-x: auto;
}

th.resizeable {
  position: relative;
}

/* Right resize handle */
th.resizeable .resize-handle-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
  z-index: 10;
  background-color: transparent; /* Adjust as needed */
}

/* Left resize handle */
th.resizeable .resize-handle-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
  z-index: 10;
  background-color: transparent; /* Adjust as needed */
}

/* Position dropdown menu fixed */

/* ------------------------------------------------------------- */
/* FOR DATATABLE RESIZING END */
/* ------------------------------------------------------------- */



/* Hide the link on larger screens (992px and above) */
.mobile-link {
  display: block;
}

/* .desktop-dropdown {
  display: none !important;
} */

/* Media query for screens 992px and larger */
@media (min-width: 992px) {
  /* .mobile-link {
    display: none !important;
  }

  .desktop-dropdown {
    display: block !important;
  } */

  .logo-container {
    padding-right: 13px;
}
}

/* Media query for screens smaller than 768px */
/* @media (max-width: 768px) {
  .mobile-link {
    display: block !important;
  }

  .desktop-dropdown {
    display: none !important;
  }
} */

/* ---------------------------------------
INVOICE
--------------------------------------- */

#main_pdf {
  /* min-width: 750px; 
  min-height: 1056px;  */
  margin: auto;
  overflow-y: hidden;
}

/* ---------------------------------------
TASK MODAL
--------------------------------------- */

@media (max-width: 575px) {
  .attachment-link {
    width: auto !important;
    height: auto !important;
  }

  .fine-input-label {
    width: 100% !important;
    height: 100% !important;
  }

 .file-info {
  width: 100% !important;
 }
}

/* ---------------------------------------
NOTIFICATION DIV
--------------------------------------- */

/* Container for the notification dropdown */
.notification_dropdown {
  position: relative;
}

/* Container for notifications */
.notification-list {
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
}

.notification-list::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

/* Initially hide all but the first 6 notifications */
.notification-item {
  display: none;
}

.notification-item:nth-child(-n+6) {
  display: block;
}

/* Hidden class to use with jQuery */
.notification-item.hidden {
  display: none !important;
}

/* Remove outline for all browsers */
.nav-link:focus, 
.dropdown-toggle:focus, 
.btn:focus {
  outline: none;
  box-shadow: none; /* Removes Safari's shadow/box appearance */
}

/* Optional: Add a custom focus style for accessibility */
.nav-link:focus-visible, 
.dropdown-toggle:focus-visible, 
.btn:focus-visible {
  outline: 2px solid #007bff; /* Replace with your brand color */
  outline-offset: 2px;
}

@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .nav-link:focus, 
    .dropdown-toggle:focus, 
    .btn:focus {
      outline: none;
      box-shadow: none;
    }
  }
}

.nav-link:focus-visible, .dropdown-toggle:focus-visible, .btn:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0);
  outline-offset: 2px;
  }


  /* FOR PDF GENERATOR */

  /* #generate_pdf_div table, #generate_pdf_div table > :not(caption) > * > *,
  #generate_pdf_late_div table, #generate_pdf_late_div table > :not(caption) > * > *,
  #generate_pdf_absent_div table, #generate_pdf_absent_div table > :not(caption) > * > *,
  #content table, #content table > :not(caption) > * > *, #content h6 { */
    /* background: #ffffff !important; */
    /* border-color: rgb(0 0 0) !important;
    color: black !important; */
/* } */

#generate_pdf_div, #generate_pdf_late_div, #generate_pdf_absent_div {
  font-size: 12px;
  margin: 0 auto;
  padding: 0;
  width: 100%; 
  max-width: 850px; 
  /* margin: auto; */
}

#generate_pdf_div h3,
#generate_pdf_div p,
#generate_pdf_div table,
#generate_pdf_late_div h3,
#generate_pdf_late_div p,
#generate_pdf_late_div table,
#generate_pdf_absent_div h3,
#generate_pdf_absent_div p,
#generate_pdf_absent_div table {
  margin: 0;
  padding: 0;
}

#generate_pdf_div .reports_theme, #generate_pdf_div .period_hours_txt {
  color: black !important;
}

#generate_pdf_div canvas, #generate_pdf_div .card {
  background-color: white;
}

#generate_pdf_div, #generate_pdf_late_div, #generate_pdf_absent_div {
  overflow: visible !important;
  height: auto !important;
}

#generate_pdf_div table, #generate_pdf_late_div table, #generate_pdf_absent_div table {
  margin-bottom: 10px !important;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid black;
}
.custom-table > tbody > tr > td, .custom-table > thead > tr > th {
  padding: 5px;
  border-bottom: 1px solid black;
  text-align: left;
}
.custom-table > thead > tr > th {
  background-color: #ddd !important;
}

.custom-table > tbody > tr > td {
  background-color: white !important;
}


.form-select {
  padding-right: 32px !important;
}

.select2-custom-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #555; /* Adjust color */
  pointer-events: none; /* Prevent interaction */
}

.textarea {
  resize: vertical !important;
  max-height: none !important;
  overflow: auto !important;
}

.accept-invite, .schema-accept-invite {
  background-color: #1f96f2;
  color: white;
}

.accept-invite:hover, .schema-accept-invite:hover {
  background-color: #1a8adf;
  color: white;
}

.decline-invite, .schema-decline-invite {
  background-color: gray;
  color: white;
}

.decline-invite:hover, .schema-decline-invite:hover {
  background-color: rgb(113, 113, 113);
  color: white;
}

.checkered-bg {
  background-color: white;
  background-image: 
    linear-gradient(45deg, #ccc 25%, transparent 25%),
    linear-gradient(-45deg, #ccc 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #ccc 75%),
    linear-gradient(-45deg, transparent 75%, #ccc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}

.btn-gray {
  background-color: #5d5d5d;
  color: white;
}

.btn-gray:hover, .btn-outline-gray:hover {
  background-color: #4b4b4b;
  color: white;
}

.btn-outline-gray {
  color: #5d5d5d;
  border: solid 1px #5d5d5d;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: relative !important;
}

.task_description img, .attachment-image, .comment-attachment-image {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Override Bootstrap's transform-based positioning */
.custom-dropdown {
  position: absolute; /* or relative to parent */
  transform: none !important;
}

.custom-dropdown.show {
  display: block !important;
}

.user-feed img,
.user-feed video {
  max-width: 100%;
  height: auto;
  display: block;
}

