:root {--main: #3366FF;--main-light: #5d85ff;--main-focus:#2482e680;--main-dark: #2851cc;
       --second:#ffa238;--second-light: #fffb99;--second-focus: #fddc6a80;--second-dark: #f79f2d;
       --text:#7a7a7a;--text-dark:#543c04;--light: #F7F7F7;--border:#CFCFCF}
body{background: #fff;font-family: "Manrope", sans-serif;color:#333}
.btn-primary:hover{background-color:var(--main-light);border-color:var(--main-light)}
.btn-primary:active:focus,.btn-primary:active,.btn-primary:focus{box-shadow: 0 0 0 .25rem var(--main-focus);}

.bkxe{padding:20px}

.bkxe .form-control{width:100%;font-size:1rem;appearance:none;background-color:#fff;border:1px solid #dee2e6;border-radius:18px}
.bkxe .title-header{font-size:22px;font-weight:700;text-align:center;margin:30px 0}
.bkxe .title{font-size:18px;font-weight:700;text-align:center;margin-bottom:16px}
.bkxe .title-header span{color:var(--main)}
.bkxe .form-label{font-size:15px;margin:0 3px 4px;display:inline-block;max-width:90%;font-weight:500}
.bkxe .return{display:flex;gap:8px}
.bkxe .td{font-weight:600}

/**/
.price-calculator{margin:30px 0}
.price-calculator .title{}
.price-calculator table{width:100%;max-width:100%;font-weight:500}
.price-calculator table td,.price-calculator table th{border:1px solid #ccc;border-collapse:collapse;text-align:center;padding:6px}
.price-calculator table:not(.summary) th{background:rgba(0,0,0,.03);font-size:13px;font-weight:700}
.price-calculator table:not(.summary) td{font-size:13px}
.price-calculator table tr td:first-child{width:23%}
.price-calculator .total-label,.price-calculator .total-value{font-weight:700}
.price-calculator .paymentinfo-text{padding:10px;border-style:dashed;border-color:#00000054;border-width:2px}
/**/

.bkxe .btn-booking{font-size:14px;text-transform:uppercase;font-weight:700;background:var(--main);border-radius:50px;width:50%}
.bkxe .btn-booking:hover{background:var(--main-light)}

.bkxe .el-switch.el-switch-green > input[type="checkbox"]:checked + .el-switch-style{background-color:var(--main)}

/*custom datepicker*/
.ui-datepicker th,.ui-widget-header{font-weight:400!important}

.ui-widget-content,.ui-widget-header{color:#000!important;background:#fff!important}

.ui-widget-header{border:none!important}
.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:none!important;background:#fff!important;text-align:center;width:35px;height:35px;display:flex;align-items:center;justify-content:center}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{color:#424242!important}
.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{background:#186b6d!important;border:none!important;border-radius:50%}
/*custom datepicker end*/