.w-title{
    color: #fff !important;
    text-transform: uppercase;
}
.w-paragraphe{
    font-size:  12px !important;
    color: #d0af55 !important;
}

.form-control{
    border-radius:  0 !important;
}
 
#login-form .form-label{
    text-transform: uppercase !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ceaa4e;
    --bs-btn-border-color: #ceaa4e;

    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b8953f;
    --bs-btn-hover-border-color: #af8d3c;

    --bs-btn-focus-shadow-rgb: 206, 170, 78;

    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #af8d3c;
    --bs-btn-active-border-color: #a58438;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ceaa4e;
    --bs-btn-disabled-border-color: #ceaa4e;
}
.forget-pw{
    color: #f5f5f583;
    text-decoration: underline !important;
}
.login-box{
    background-color: #0e192f !important;
}
.navbar-brand-box .logo-dark img{
    padding: 3px !important
}

.navbar-brand-box .logo-light img{
    padding: 3px !important
}
.simplebar-mask{
    background-color: #0e192f;
}
.navbar-brand-box{
    background-color:  #05122e !important;
}

.mdi-menu::before {
    content: "\f035c";
    color:  #05122e !important;
;
}
.metismenu li {
    border-bottom: 1px solid #071c4687;
}
.mini-stat .mini-stat-img {
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    background: rgba(255, 255, 255, .15);
    border-radius: 4px;
    text-align: center;
}
.mini-stat .mini-stat-img img {
    max-width: 18px !important;
}
.dash-details h5{
    font-size: 12px !important;
}
#table-head th {
    background-color: #ceaa4e !important;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}


.three-dots{
    background: #07305c;
    border: none;
    font-size: 11px;
    padding: 4px 8px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: unset !important;
}
.three-dots:hover{
    background-color: #09498d;
}

.form-card{
    background-color: #f8f9fa ;
}
.btn-primary{
    border-radius: 0 !important;
}
.mainsearch-form{
    padding-bottom: 20px;
}

.form-control:focus {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
    outline: 0;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.page-title{
    text-transform: uppercase;
    font-size: 13px !important;
}

.float-end .dropdown a{
    text-transform: uppercase;
}
.filter-input label{
    text-transform: uppercase;
    font-size: 11px !important;
}
.filter-input .btn{
    font-size: 12px !important;
    text-transform: uppercase !important;
    border-radius: 0 !important;
    margin-top: 2px !important;

}
.mainsearch-form{
    background-color: #ececf1 !important;
    padding: 15px;
    margin-bottom: 20px;
}


.liquidation-table th{
    text-transform: uppercase;
    color: #fff;
     background-color: #02a499;
     font-size: 12px !important;
}
#liquidation-g button{
    text-transform: uppercase;
    font-size: 11px !important;
}
#liquidationModalLabel{
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.modal-half {
  max-width: 50%;
}

@media (max-width: 768px) {
  .modal-half {
    max-width: 95%;
  }
}


.services-td{
    color: #ceaa4e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px !important;
}

.tfooter td{
    background-color: #d8d8e9;
    font-weight: 700 !important;
} 
.tfooter  span{
    font-weight: 700 !important;
}

.tfooter  .totals{
     background-color: #ceaa4e !important;
     color: #ffff !important;
}
.tfooter  .totals span{
    color: #000 !important;
    font-style: normal !important;
}



.table-wrapper {
    max-height: 900px; /* Adjust total height as needed */
    overflow-y: auto;
    position: relative;
}

.table-wrapper table {
    margin-bottom: 0;
}

/* Make thead sticky at the top */
.table-wrapper thead {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
}

/* Make footer tbody sticky at the bottom */
.table-wrapper .tfooter {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}

/* Add border to sticky elements for visual separation */


#booking-form h5{
    text-transform: uppercase;
    color: #a58438;
}



/* MEDIA QUERY */

@media screen and (max-width: 768px) {
  .account-page-full {
    
    width: 100% !important;
}
.login-box{
    height: 100vh;
}
.mob-space{
    margin-top: 65px !important;
}
}

@media screen and (max-width: 425px) {
 .account-page-full {
    
    width: 100% !important;
}
.login-box{
    height: 100vh;
}
.mob-space{
    margin-top: 65px !important;
}
}
@media screen and (max-width: 640px) {
  .account-page-full {
    width: 100% !important;
}
.login-box{
    height: 100vh;
}
.mob-space{
    margin-top: 65px !important;
}
}