/* font family class */
.roboto-thin {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", serif;
    font-weight: 900;
    font-style: italic;
}

/* END font family class */

/* Generated by Glyphter (http://www.glyphter.com) on  Mon Feb 03 2025*/
@font-face {
    font-family: 'redbook';
    src: url('./custom-icons/fonts/redbook.eot');
    src: url('./custom-icons/fonts/redbook.eot?#iefix') format('embedded-opentype'),
         url('./custom-icons/fonts/redbook.woff') format('woff'),
         url('./custom-icons/fonts/redbook.ttf') format('truetype'),
         url('./custom-icons/fonts/redbook.svg#redbook') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class*='icon-xiaohongshu']:before{
	display: inline-block;
   font-family: 'redbook';
   font-style: normal;
   font-weight: normal;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-xiaohongshu:before{content:'\0041'; 
    /*footer*/
    position: relative;top: 3px;
}

.slide-text h2, .slide-text h3 {
    font-size: 51px;
    font-size: 2.1875rem;
}

.title h2, .title h3 {
    font-size: 1.875rem;
}

.hero.small-height {
    height: 40vh;
}

.bg-state-light {
    cursor: pointer;
}

.btn.btn-flex {
    display: inline-flex;
    align-items: center;
}

.btn.btn-text-gray-700 {
    color: #4B5675;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(.shadow-xs) {
    box-shadow: none;
}

.btn.btn-outline:not(.btn-outline-dashed) {
    border: 1px solid #DBDFE9;
}

.btn.btn-active-color-primary:hover:not(.btn-active) {
    color: #1B84FF;
}

.bg-state-light.active, .bg-state-light:hover {
    background-color: #F9F9F9 !important;
}

.btn-social {
    font-family: "Roboto";
    font-weight: 400;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.h-25px {
    height: 25px !important;
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #dcdcdc;
}

.separator.separator-content {
    display: flex;
    align-items: center;
    border-bottom: 0;
    text-align: center;
}

.separator.separator-content::after, .separator.separator-content::before {
    content: " ";
    width: 50%;
    border-bottom: 1px solid #dcdcdc;
}

.separator.separator-content::before {
    margin-right: 1.25rem;
}

.separator.separator-content::after {
    margin-left: 1.25rem;
}

.form-floating input[readonly] {
    background-color: #f5f5f5; 
    color: #6c757d;
    cursor: not-allowed;
}

.dob-input {
    background-color: #ffffff !important;
    color: #333 !important;
}

.customer-img {
    width: 40px;
    height: 40px;
    background-color: #978667;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.customer-img:hover {
    background-color: #4b514d;
}

.customer-img span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

}

@media only screen and (min-width: 992px) {
    header.submenu_version .main-menu ul ul {
        left: initial;
        right: 0;
        top: 100%;
        transform-origin: 90% top;
    }

    header.submenu_version .main-menu ul ul:before {
        right: 6%;
        left: initial;
    }
}



@media (max-width: 991px) {
    .hero.small-height {
        min-height: 300px;
        height: 30vh;
    }

    header nav ul li ul li:first-child {
        display: initial;
    }

    header.submenu_version .main-menu ul > li > a.show-submenu:after {
        line-height: inherit;
    }
}

@media (max-width: 767px) {
    .slide-text h2, .slide-text h3 {
        font-size: 42px;
        font-size: 1.625rem;
    }
}

/*
    profile layout
*/
/*
    tabs styles
*/
.card-header-tabs .nav-link.active{
    color:#978667!important;
    background-color: transparent;
    border-bottom:2px solid #978667;
}

.profile-user{ 
    width: 75px;
    height: 75px;
    transition: .3s all; 
    cursor:pointer;
}
.profile-user *{ cursor:pointer}

.profile-user img{
    width: 75px;
    height: 75px;
}
.profile-user:hover img,
.profile-user:focus img{
    opacity:0.5;
}

.profile-user .bi{
    font-size:2.25rem;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    visibility: hidden;
    opacity:0.4;
}

.profile-user:hover .bi,
.profile-user:focus .bi{
    visibility: visible;
    opacity:1;
}
/*
content
*/
.container__content{
    margin-top:5rem;
}

.card-body p,
.card-body ul,
.card-body span{
    letter-spacing: -0.25px
}

.card-body p,
.card-body ul{
    font-size:0.85rem;
}

/*
custom page preload
*/
.page-loader{
    position:relative
}

/*
timetable
*/
.timetable__item{
    cursor: pointer;
}
.timetable__item.dragged{
    cursor: grabbing;
}
.timetable__item.timetable-active{
    background-color: #978667;
    border-radius:8px;
}
.timetable__item.timetable-active *{
    color:#fff;
}

#timetableRow{
    cursor:grab;
}

/* For WebKit browsers */
#timetableRow::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
    height: 6px; /* Height of the scrollbar */
}

#timetableRow::-webkit-scrollbar-track {
    background: #eee; /* Background of the scrollbar track */
}

#timetableRow::-webkit-scrollbar-thumb {
    background: #978667; /* Color of the scrollbar thumb */
    border-radius: 6px; /* Rounded corners of the scrollbar thumb */
}

#timetableRow::-webkit-scrollbar-thumb:hover {
    background: #978667; /* Color of the scrollbar thumb on hover */
}

/*
table
*/
.table tr:last-child >td{
    border-bottom-width:0;
}

.fc-12 {
    font-size: 12px;
}

/* Media queries */
@media (max-width: 768px) { 
    .container__content {
        margin-top: 3.5rem; 
    }
}

@media (max-width: 1024px) and (min-width: 769px) { 
    .container__content {
        margin-top: 3.5rem;
    }
}

@media (max-width: 767px) {
    .justify-content-center-md {
        justify-content: center !important;
    }
}

/*extend pagination css*/
.pagination__container{
    display: flex;
    justify-content:flex-end;
}
/* .pagination__container{
  --bs-pagination-color: #978667;
  --bs-pagination-bg: #fff;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: #dee2e6;
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: #978667;
  --bs-pagination-hover-bg: #e9ecef;
  --bs-pagination-hover-border-color: #dee2e6;
  --bs-pagination-focus-color: #978667;
  --bs-pagination-focus-bg: #e9ecef;
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(253, 197, 13, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #978667;
  --bs-pagination-active-border-color: #978667;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #fff;
  --bs-pagination-disabled-border-color: #dee2e6;
  display: flex;
  padding-left: 0;
  list-style: none;
} */
.pagination__container .page-link {
  color:  #978667;
}

.pagination__container .page-link.active, .pagination__container .active > .page-link,
.pagination__container .page-link.active:hover, .pagination__container .active > .page-link:hover{
  color: #fff;
  background-color: #978667;
  border-color:#978667;
}

.pagination .page-link:hover{
    background:transparent
}

.table__user{
    margin-bottom:0
}

/*custom icons*/
.icon-hanger {
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/hanger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.icon-ac {
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/hvac.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}

.icon-water-dispenser {
  width: 24px;
  height: 24px;
  background-image: url("/assets/images/water-dispenser.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
}