#global_search {
  padding: 8px 6px 6px 6px !important;
}
.select_global_option {
  width: 8rem;
  height: 30px;
  font-size: 14px;
  color: inherit;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 5px;
  font-weight: 500;
}
.global_search_button {
  font-size: 12px;
  padding: 0px 12px;
  border-radius: 4px;
}
.on-small-screen-dropdown::after {
  content: " ▼"; /* Unicode for down caret */
  font-size: 12px; /* Adjust size if needed */
  margin-left: 5px; /* Space between text and caret */
}
.mbl-menu-icon {
  margin-top: 15px;
}
#myDropdown {
  margin-top: 26px;
  border-top: 1px solid lightgray;
  min-width: 120px;
}
@media screen and (max-width: 1120px) {
  .tr-tab-menu.header-tab-menu.cu-invoice-tabs {
    font-size: 12px !important;
    position: relative;
    top: 4px;
    display: block !important;
  }
  .tr-tab-menu.header-tab-menu.cu-invoice-tabs button {
    width: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .tr-tab-menu.header-tab-menu.cu-invoice-tabs {
  }
}
@media screen and (max-width: 533px) {
  .on-small-screen-dropdown::after {
    position: absolute;
    margin-left: -16px;
    bottom: 7px;
    color: white;
  }
  div#myDropdown {
    max-width: 310px;
    top: 25px !important;
  }
  .notification-container {
    width: 250px;
    right: -50px;
  }
  .notification-container:after {
    right: 77px;
  }
}
@media screen and (max-width: 992px) {
  #logo-img-for-top-header {
    display: block !important;
    position: relative;
    left: 40px;
    top: 0px;
  }
  #logo-img-for-top-header img {
    max-height: 23px !important;
    right: 46px;
    position: relative;
    
  }
  .mbl-menu-icon {
    margin-top: 10px;
    top: 31px;
    z-index: 99;
    width: 24px !important;
    height: 24px !important;
  }
}
@media screen and (max-width: 1300px) {
  .search_new_field {
    /* margin-top: 10px; */
  }
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* IE10+ */
input[type="number"]::-ms-clear,
input[type="number"]::-ms-expand {
  display: none;
}
.close-side-bar-icon2 {
  right: 5px !important;
}
body.collapse-aside .close-side-bar-icon2{
  right: -7px !important;
}
body.collapse-aside #aside-sidebar {
  overflow: visible;
}

.display-block-less-450 {
  display: none !important;
}
@media screen and (max-width: 992px) {
  #aside-sidebar {
    display: none;
  }
  #search-div {
    position: relative !important;
  }
}
@media screen and (max-width: 510px) {
  #sidebar .accordionBlock {
    text-align: left;
  }
  
  #search-input {
    margin-right: 5px;
  }
  .predefined-filter-button {
    margin-top: 5px !important;
  }
  .project-table-manage-field {
    margin-left: 0 !important;
    margin-top: 5px !important;
  }
  #filter-div {
    padding: 0 !important;
  }
  .projects-table > table > tbody > tr > td:not(:first-child) {
    white-space: normal !important;
  }
  .document-table .table > tbody > tr > td > span {
    word-break: break-word !important;
  }
  .custom-spacing > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 450px) {
  .display-block-less-450 {
    display: block !important;
  }
  .display-none-less-450 {
    display: none !important;
  }
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.max-height-60 {
  max-height: 60px;
}
.global_notification {
  cursor: pointer;
  color: #918151;
}
.global_notification-count {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  right: 0px;
  top: 0px;
  display: none;
}
.global_number-small {
  font-size: 4px;
  color: transparent;
}
.green_color {
  background: green !important;
}
.red_color {
  background: rgb(220, 53, 69) !important;
}
.chat-messages-small{
  color: #918151;
  background: #918151;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 9px;
}
.global_notification-container {
  border: 1px solid #e8e4da;
  border-radius: 10px;
}
.global_noti-a {
  font-size: 12px;
  padding-right: 10px !important;
}
.global_fs-14 {
  font-size: 14px !important;
}

/* Notification popup structure */
.noti-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px 10px;
  border-bottom: 1px solid #efebe3;
}
.noti-panel-header h6 {
  margin: 0 !important;
  font-size: 14px;
  font-weight: 700;
  color: #5c5234;
  letter-spacing: 0.01em;
}
.noti-panel-body {
  padding: 0;
}
.noti-empty {
  padding: 18px 14px;
  text-align: center;
  color: #8a8374;
  font-size: 13px;
}
.noti-item {
  position: relative;
  padding: 10px 14px 10px 16px;
  border-bottom: 1px solid #f0ede6;
  background: #fff;
  transition: background 0.15s ease;
}
.noti-item:last-child {
  border-bottom: none;
}
.noti-item:hover {
  background: #fbfaf7;
}
.noti-item.is-unread {
  background: #fcfbf8;
}
.noti-item.is-unread::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 0 2px 2px 0;
  background: #918151;
}
.noti-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}
.noti-item__text {
  margin: 0;
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #3f3a2e;
  line-height: 1.35;
  text-align: left;
}
.noti-item__text.is-read {
  font-weight: 500;
  color: #6b6554;
}
.noti-item__meta {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  text-align: left;
}
.noti-item__meta small {
  font-size: 11px;
  color: #8a8374;
}
.noti-item__dismiss {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #b0a898;
  text-decoration: none !important;
  line-height: 1;
  font-size: 12px;
}

.noti-item__dismiss:hover {
  background: #f3efe6;
  color: #918151;
}
.noti-item__dismiss .fa-times {
  font-size: 11px;
  color: inherit !important;
}
.go-to-a {
  font-size: 11px !important;
  font-weight: 600;
  color: #6b7fa8 !important;
  text-decoration: none !important;
}
.go-to-a:hover {
  color: #918151 !important;
  text-decoration: underline !important;
}
.global_profile_btns {

}
.profile-image-container {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.profile-image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.custom-dropdown-content {
  margin-top: 15px;
  border-top: 1px solid lightgray;
}
.dropdown-content-help {
  display: none;
}
.global_balance {
  font-size: 10px;
  /* white-space: nowrap; */
}
.dropdown-content-help ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.dropdown-icon {
  margin-left: 0.2rem;
}

.dropdown-open .dropdown-icon {
  transform: rotate(180deg);
}
.dropdown-content-help > ul > li > a,
.dropdown-content-help > ul > li > span {
  display: block;
  font-size: 14px;
  opacity: 0.8;
  transition: all 0.3s;
  background: transparent;
  transition: all 0.3s;
  padding: 3px;
  padding-left: 15px;
}
.dropdown-content-help > ul > li > a:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #000;
  background: lightgray;
}
.request-info-width {
  width: 55%;
}
.app-pm-am-width {
  width: 16rem;
}
.default-width {
  width: 66%;
}
.flex-align-end-gap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 50px;
}
.dropdown-content-help-span {
  font-size: 11px;
  color: black;
}
.cu-invoice-tab-button {
  display: flex;
  gap: 1%;
  margin-top: 30px;
  position: relative;
}
.cu-invoice-tabs-inline-ref {
  display: flex;
  gap: 1%;
  margin-top: 30px;
  position: relative;
  border-bottom: none;
}
.width-request-info {
  width: 55%;
}

.width-app-user {
  width: 16rem;
}

.width-default {
  width: 66%;
}
.fa-plus-inline-ref {
  display: flex;
  align-items: center;
}
.user-profile-inline-ref {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 10px;
  flex-wrap: wrap;
}
.btn-rounded-pill-badge-ref {
  width: 100%;
  background: none;
  padding: 0px;
}
.custom-dropdown-content-ref {
  margin-top: 26px;
  min-width: 200px;
}
.profile-companies-ref {
  display: flex;
  flex-direction: column;
  padding-right: 0;
  padding-left: 10px;
  flex-wrap: wrap;
}
.dropdown-content-help-ref {
  display: none;
}
.max-height-80 {
  max-height: 80px;
}
.svg-icon-menu-ref {
  margin: 0 7px;
  height: auto;
  height: 34px;
  width: 34px;
  top: 6px;
  position: relative;
  left: 2px;
}
.menu-title-ref {
  position: relative;
  left: -5px;
}
.accordion-right-arrow-ref {
  pointer-events: none;
  right: 20px !important;
  top: 5px !important;
  display: inline-block;
}
.padding-2px {
  padding: 2px;
}
.trDashboardCountForm-ref {
  display: none;
}
aside#aside-sidebar {
  height: 100vh !important;
  top: 0;
  position: sticky;
  overflow: scroll;
  overscroll-behavior: contain;
}
aside#aside-sidebar {
  overflow-y: scroll; /* enable vertical scrolling */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
aside#aside-sidebar::-webkit-scrollbar {
  display: none; /* Safari & Chrome */
}
.noti-view-all {
  background: transparent !important;
  color: #918151 !important;
  text-decoration: none !important;
  padding: 4px 10px !important;
  margin: 0 !important;
  border: 1px solid #d9d0bb;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  width: auto !important;
  position: static !important;
  top: auto !important;
  font-size: 11px !important;
  font-weight: 600;
  line-height: 1.2;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.noti-view-all:hover {
  background: #918151 !important;
  color: #fff !important;
  border-color: #918151;
}

/* Slim sound controls under popup header */
.ns-popup-sound {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 6px 14px 8px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #efebe3;
}
.ns-mute-btn {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: #918151;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  box-shadow: none;
  outline: none;
}
.ns-mute-btn:hover,
.ns-mute-btn:focus,
.ns-mute-btn:focus-visible,
.ns-mute-btn:active {
  background: transparent !important;
  color: #6f6340;
  box-shadow: none !important;
  outline: none !important;
}
.ns-mute-btn.is-muted,
.ns-popup-sound.is-muted .ns-mute-btn {
  color: #a8a29a;
}
.ns-mute-btn.is-muted:hover,
.ns-popup-sound.is-muted .ns-mute-btn:hover {
  color: #918151;
}
.ns-mute-btn i {
  font-size: 13px;
}
/* Cross-browser range thumb/track — accent-color alone is inconsistent
   (Opera square thumb, Firefox gray thumb). */
.ns-volume-slider {
  --ns-vol-pct: 5%;
  --ns-vol-thumb: #918151;
  --ns-vol-track: #d6d0c4;
  --ns-vol-fill: #918151;
  flex: 1;
  min-width: 0;
  width: 100%;
  height: 16px;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  accent-color: #918151;
}
.ns-volume-slider:focus,
.ns-volume-slider:focus-visible {
  outline: none;
}
.ns-volume-slider:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* WebKit / Blink (Chrome, Edge, Opera, Safari) */
.ns-volume-slider::-webkit-slider-runnable-track {
  height: 3px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(
    to right,
    var(--ns-vol-fill) 0 var(--ns-vol-pct),
    var(--ns-vol-track) var(--ns-vol-pct) 100%
  );
}
.ns-volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -4.5px;
  border: none;
  border-radius: 50%;
  background: var(--ns-vol-thumb);
  box-shadow: none;
  cursor: pointer;
}
.ns-volume-slider:focus-visible::-webkit-slider-thumb {
  outline: 2px solid var(--ns-vol-thumb);
  outline-offset: 2px;
}

/* Firefox */
.ns-volume-slider::-moz-range-track {
  height: 3px;
  border: none;
  border-radius: 999px;
  background: var(--ns-vol-track);
}
.ns-volume-slider::-moz-range-progress {
  height: 3px;
  border: none;
  border-radius: 999px;
  background: var(--ns-vol-fill);
}
.ns-volume-slider::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: none;
  border-radius: 50%;
  background: var(--ns-vol-thumb);
  box-shadow: none;
  cursor: pointer;
}
.ns-volume-slider:focus-visible::-moz-range-thumb {
  outline: 2px solid var(--ns-vol-thumb);
  outline-offset: 2px;
}
.ns-popup-sound__vol-value {
  flex-shrink: 0;
  min-width: 28px;
  font-size: 10px;
  font-weight: 600;
  color: #8a8374;
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.ns-mute-checkbox {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}

/* 
*==========================================================================
* RESPONSIVE ADJUSTMENTS
! Ensure usability on smaller devices.
*==========================================================================
*/

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
 
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
  .profile_btns .btn-rounded-pill-badge{
    max-width: 80%;
  }
  .noti-view-all{
    white-space: nowrap;
  }
}
