#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;
}
.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: #d9d9d9 solid 1px;
  border-radius: 5px;
}
.global_noti-a {
  font-size: 12px;
  padding-right: 10px !important;
}
.global_fs-14 {
  font-size: 14px !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-color: #918151 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 4px 4px 4px 7px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    width: auto !important;
    position: relative;
    top: -4px;
    transition: all 0.3s ease-out;
}
.noti-view-all:hover{
  background-color: #867542 !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;
  }
}
