@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html,body{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 14px;
    font-family: 'Poppins', sans-serif!important;
    --header-bg:#25397F;
    --Color-Neutral_Color-500_Primary_text:#1A1A1A;
    --Color-Brand_Primary_Color-500:#25397F;
    --Color-Neutral_Color-300_Secondary_text:#666;
    --Color-Success_Color-500:#257F2E;
    --Color-Error_Color-500:#D02631;
    --Color-Brand_Primary_Color-50:#E9EBF2;
    --Color-Neutral_Color-200_border_dark:#969696;
    --Color-Neutral_Color-400_Label_and_placeholder_text:#484848;
}
.header-dat{
    background-color: var(--header-bg);
    padding: 10px;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 9;
}
.location-main{
    display: flex;
    justify-content: end;
}
.location-in-header{
    color: #fff;
    display: flex;
    align-items: center;
}
.location-in-header i{
    padding-right: 5px;
}
/*-------------SIDE_NAV------------*/
/* .side-nav{
    padding:20px 0 20px 20px;
} */
.side-nav{
    margin-top: 60px;
}
.parent-container-for-side-bar{
    /* max-width: 320px!important; */
}
.side-menu{
    /* padding: 20px 0 20px 20px; */
    padding-top: 24px;
}
.side-menu-header h3{
    color:var(--header-bg);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
.side-menu-header h6{
    color: #7783AF;
    font-size: 16px;
}
.side-menu-header{
    padding-left: 32px;
    margin-bottom: 16px;
}
.navigation i{
    padding-right: 12px;
}
.new-sidebar-menu h6{
    
    font-size: 20px;
  
    font-weight: 600;
    margin-top: 8px;
}
.reservation-group{
    padding-left: 32px;
    font-size: 14px!important;
    font-weight: 500!important;
    color: #484848;
}
.logout-account{
   margin-top: 70px;
   border-top: 1px solid lightgrey; 
}
.queries-information{
    background-color:#EFEFEF;
    color: #000;
    padding: 15px;
    margin: 10px;
}
.queries-information p{
    font-weight: bold;
}
.queries-information a{
    color: #1D6799;
}
/*-------------SIDE_NAV_END------------*/


/*---HERO SECTION----*/
.hero-section{
    background-color:#F7F7F7;
    padding: 20px;
}
#main-bg{
    background-color: #F7F7F7;
    margin-top: 70px;
}
.error-content-section{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #fff;
}
.error-404 {
    text-align: center;
}
.error-404 img {
    max-width: 100%;
}
.error-content {
    margin-top: 20px;
}
.error-content h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin: 30px 0;
}
.error-content p {
    color: #666;
}
.back-to-dashboard {
    display: inline-block;
    padding: 10px 20px;
    background-color: #25397F;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}
.back-to-dashboard:hover{
    color: #fff;
    text-decoration: none;
}

/*------------DASHBOARD---------*/
.top-section-msg{
    background-color: #F7F2E6;
    border: 1px solid #B28100;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.top-section-msg p{
    margin-bottom: 0;
}
.icons_card .icon_links{
    /* border: 1px solid #EFEFEF; */
    padding: 10px;
    height: 65px;
    background-color: #F6F6F6;
}
.icons_card{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8;
}
.icons_card h4{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
.icons_card a{
    color: #000;
    font-weight: 600;
    font-size: 14px;
}
.icons_card a:hover{
    text-decoration: none;
    color: #000;
}
.icon_links1{
    display: flex;
}
.icon_links img{
    padding-right: 8px;
}
.img-text{
    font-size: 13px;
}

/*---PAYPAL ENROLL----*/
.paypal-main-tag{
    font-size: 30px;
    font-weight: 600;
}
.paypal-enroll{
    background-color: #fff;
    padding: 80px 0;
}
.paypal-enroll h4{
    font-size: 20px;
    font-weight: 600;
}
.paypal-faq{
    float: right;
}
.paypal-faq a{
    font-size: 14px;
}
.note-text{
    color:#000;
    background-color:#E8F0F5;
    border: 1px solid #1D6799;
    padding: 5px 8px;
    border-radius: 5px;
}
.watch-video{
   color: #1D6799;
} 
.paypal-enroll button{
    background-color: #CFCFCF;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-top: 12px;
    font-size: 12px;
    color: #000!important;
    font-weight: 600;
    padding: 12px 0;
}
.mandat{
    color: red;
    margin-left: 5px;
}
.paypal-enroll label{
    color: #484848;
    font-weight: 500;
    font-size: 16px;
}
/* .back-to-top-button:hover {
  background-color: #0056b3;
} */

/*--------RESERVATION-REPORT-----------*/
.reservation-main-tag{
    font-size: 30px;
    font-weight: 600;
}
.reservation-top-header{
    margin-bottom: 16px;
}
.reservation-top-header button{
    background-color: var(--header-bg);
    color: #fff;
    float: right;
    height: 40px;
    font-size: 16px;
    padding: 0 24px 0 16px;
}
.td-value{
    width: 130px;
    margin-bottom: 0;
}

.side-nav {
    width: 310px; 
    background-color: #fff;
}

.content-wrapper {
    flex-grow: 1; 
    background-color: #ffffff; 
}
.main-container {
    display: flex;
}

#example thead,th{
    background-color: #E9EBF2;
    font-size: 14px;
    text-transform: capitalize;
}
#example tbody{
    background-color: #fff;
}
.reservation-top-header button:hover{
    color: #fff;
    text-decoration: none;
}
.details_icon img{
    cursor: pointer;
}
.reservation-table{
    background-color: #fff;
    padding: 15px;
}
.reservation-table h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.reservation-table-list{
    background-color: #fff;
    padding: 15px;
}
.reservation-table-list h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
#example_filter,.dataTables_length{
    margin-bottom: 15px!important;
}
table.dataTable.no-footer{
    border-bottom: 0!important;
}
.navbar-faq-a{
    display: flex;
}
.navbar-faq{
    color: #fff;
    display: flex;
    align-items: center;
}
.navbar-faq a{
    color: #fff;
}
.fixed-width-container{
    max-width: 1200px;
    margin: 0 auto;
    background-color: #F7F7F7;
}
#example_filter input{
    background-color: #F6F6F6!important;
    border: 1px solid #F6F6F6!important;
    height: 40px;
}
#releaseBtn{
    height: 38px;
    font-size: 16px;
    padding: 0 24px 0 16px;
    border: 1px solid #E99BA0;
    color: #E99BA0;
    margin-left: 50px;
    background-color: transparent;
    border-radius: 5px;
    opacity: 0.5;
}
#leadModal .modal-content {
    background-color: transparent;
    padding: 0;
    border-top: 0;
}

#leadModal h5 {
    text-align: end !important;
    color: #000;
    font-weight: 600;
    font-size: 24px;
}

.modal-header-lead button {
    border: 2px solid #000;
    border-radius: 50px;
    padding: 2px 10px;
    float: right;
    background-color: transparent;
    cursor: pointer !important;
}

.modal-content-lead {
    background-color: #fff;
    padding: 10px;
}

.details_card {
    border: 1px solid lightgrey;
    border-radius: 10px;
    margin: 10px;
}

.details_card_header {
    border-bottom: 1px solid lightgrey;
    background-color: #F6F6F6;
    padding: 10px;
}

.details_card_header h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition-timing-function: linear;
    transition-delay: 2s;
}
.chev_icon i{
    float: right;
    color: #000;
    -webkit-text-stroke: 1px;
}
.details_card_body label{
    font-size: 14px;
    color: #666;
}
.details_card_body p{
    font-size: 16px;
    color: #161616;
}
.details_card_body{
    padding: 10px;
}
 .reservation-table #example_length{
    width: 65%!important;
}
.customSelectReport{
    width: 50%!important;
    margin-left: 20px;
}
/*=============================TAX_FEES/LEASE================================*/
.primary-heading-tax{
    color: var(--Color-Neutral_Color-500_Primary_text);
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}
.taxfee-top-txt{
    color: var(--Color-Neutral_Color-300_Secondary_text);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.taxfee-top-txt span{
    color: var(--Color-Brand_Primary_Color-500);
}
.enable-action label{
    color: var(--Color-Neutral_Color-500_Primary_text);
    font-size: 14px;
}
/*-----------NEW SWITCH----------*/
.toggle {
    --width: 60px;
    --height: calc(var(--width) / 2.5);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
  }
  .toggle input {
    display: none;
  }
  .toggle .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: var(--Color-Error_Color-500);
    transition: all 0.4s ease-in-out;
  }
  .toggle .slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
  }
  .toggle input:checked+.slider {
    background-color: var(--Color-Success_Color-500);
  }
  .toggle input:checked+.slider::before {
    transform: translateX(calc(var(--width) - var(--height)));
  }
  .toggle .labels {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
  }
  .toggle .labels::after {
    content: attr(data-off);
    position: absolute;
    right: 12px;
    top: -5px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
  }
  .toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    top: -5px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
  }
  .toggle input:checked~.labels::after {
    opacity: 0;
  }
  .toggle input:checked~.labels::before {
    opacity: 1;
  }
  .toggle_switch_action{
    display: flex;
  }
  .toggle_switch_action label{
    margin-right: 8px;
  }
  .enable-action{
    background-color: #fff;
    padding: 8px;
  }
  .taxModalAction p{
    font-size: 35px;
    text-align: center;
  }
  .taxModalAction .yesBtn{
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    width: 48%;
    height: 48px;
    padding: 12px 24px;
  }
  .taxModalAction .yesBtn:hover{
    color: #fff;
  }
  .taxModalAction .noBtn:hover{
    color: #fff;
  }
  .taxModalAction .noBtn{
    background-color: var(--Color-Error_Color-500);
    color: #fff;
    width: 48%;
    height: 48px;
    padding: 12px 24px;
  }

  /*-------TOGGLE FOR TAX CALC------*/
  .toggleBase {
    --width: 105px;
    --height: calc(var(--width) / 4.5);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
  }
  .toggleBase input {
    display: none;
  }
  .toggleBase .sliderBase {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--height);
    background-color: var(--Color-Error_Color-500);
    transition: all 0.4s ease-in-out;
  }
  .toggleBase .sliderBase::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(var(--height));
    height: calc(var(--height));
    border-radius: calc(var(--height) / 2);
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
  }
  .toggleBase input:checked+.sliderBase {
    background-color: var(--Color-Success_Color-500);
  }
  .toggleBase input:checked+.sliderBase::before {
    transform: translateX(calc(var(--width) - var(--height)));
  }
  .toggleBase .labelsBase {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    font-family: sans-serif;
    transition: all 0.4s ease-in-out;
  }
  .toggleBase .labelsBase::after {
    content: attr(data-off);
    position: absolute;
    right: 12px;
    top: -5px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    transition: all 0.4s ease-in-out;
  }
  .toggleBase .labelsBase::before {
    content: attr(data-on);
    position: absolute;
    left: 5px;
    top: -5px;
    color: #ffffff;
    opacity: 0;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
    transition: all 0.4s ease-in-out;
  }
  .toggleBase input:checked~.labelsBase::after {
    opacity: 0;
  }
  .toggleBase input:checked~.labelsBase::before {
    opacity: 1;
  }
  .taxFeeDetail{
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
  }
  .taxFeeDetail h2{
    color: var(--Color-Neutral_Color-500_Primary_text);
    font-size: 28px;
    margin-bottom: 12px;
    font-weight: 600;
  }
  .leaseFinanceTabs .nav-link{
    color: var(--Color-Neutral_Color-500_Primary_text);
  }
  .leaseFinanceTabs .nav-tabs .nav-link.active{
    background-color: var(--Color-Brand_Primary_Color-50);
    color: var(--Color-Brand_Primary_Color-500);
    font-weight: 600;
    border-bottom: 3px solid;
  }
  .leaseFinanceTabs .nav-tabs .nav-link:hover{
    border-color: none!important;
    background-color: var(--Color-Brand_Primary_Color-50);
    color: var(--Color-Brand_Primary_Color-500);
  }
  .feesPaid{
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom:0.5px solid lightgrey;
    margin-bottom: 20px;
  }
  .feesPaid select{
    padding: 6px 8px 6px 12px;
    border-radius: 4px;
    border: 1px solid var(--Color-Neutral_Color-200_border_dark);
  }
  .feesPaid p{
    font-weight: 600;
    margin-top: 5px;
  }
  .add-lease-btn{
    display: flex!important;
    height: 40px;
    /* padding: 12px 24px 12px 32px!important; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    background-color: var(--Color-Brand_Primary_Color-500)!important;
    color: #fff!important;
  }
  .edit-lease-btn{
    display: flex!important;
    height: 40px;
    padding: 12px 12px 12px 16px!important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px!important;
    border: 1px solid #BBC2D7!important;
    opacity: 0.5;
  }
  .release-lease-btn{
    display: flex!important;
    height: 40px;
    padding: 12px 12px 12px 16px!important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid var(--Color-Error_Color-200, #E99BA0)!important;
    opacity: 0.5;
  }
  #nav-home .btns{
    display: flex;
    justify-content: space-around;
  }
  #nav-tabContent h5{
    color: var(--Color-Neutral_Color-500_Primary_text);
    font-size: 22px;
    font-weight: 600;
  }
  #addNewModalLease h4{
    color: var(--Color-Neutral_Color-500_Primary_text);
    text-align: center!important;
    font-weight: 600;
  }
  .saveApply{
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    width: 100%;
    margin-top: 8px;
    padding: 8px 24px 8px 32px;
    border: 0;
  }
  .saveUpdateApplyLease{
    background-color: var(--Color-Brand_Primary_Color-500);
    color: #fff;
    width: 100%;
    margin-top: 8px;
    padding: 8px 24px 8px 32px;
    border: 0;
  }
  #addNewModalLease .modal-lg{
    max-width: 825px!important;
  }
  .leaseTableCheck{
    width: 1%;
  }
  .nav-tabs{
    border-bottom: 0!important;
  }
  #nav-tabs-lease{
    border-bottom: 1px solid #dee2e6;
  }
  #addNewModalLease label{
    color: var(--Color-Neutral_Color-400_Label_and_placeholder_text);
  }


  