/*body{*/
/*    background-color:#13486a!important;*/
/*}*/

.panel h4{
    color: #13486a !important;
    text-align: left;
}

.price{
    color: #fff !important;
    text-align: center;
}

.panel{
    background:#ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #e2ebff; 
    /*box-shadow: 0 10px 20px rgb(190 204 255 / 30%);*/
}

#slot-booking-submit{
    border: none;
    background:#13486a;
    width: 100%;
    color: #fff;
    border-radius: 5pc;
    padding: 10px 15px;
    margin: 0 20px;
}

#slot-booking-submit:hover{
   background:#2a6e9a;
}

#slot-booking-loading{
    border: none;
    background:#13486a!important;
    width: 100%!important;
    color: #fff!important;
    border-radius: 5pc!important;
    padding: 10px 15px!important;
    margin: 0 20px!important;   
}


#response-txt {
    position: fixed;
    font-family: 'Roboto Flex';
    font-size: 1rem;
    width: auto;
    background: #fff;
    bottom: 0;
    z-index: 9;
    border-radius: 5px;
    padding: 15px;
    left: 0;
    box-shadow: 0 3px 23px rgba(0, 0, 0, 0.2);
}


.panel label{
    font-family: system-ui;
    margin-bottom: 0 !important;
    color: #13486a;
    font-size: 0.9rem;
    font-weight: 400;
}

.invalid-feedback{
    color: red;
}


.panel select {
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui!important;
    font-size: 0.9rem!important;
    padding: 8px !important;
    height: 39px !important;
    border-radius: 2px !important;
}

.panel input[type="text"]{
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui;
    font-size: 0.9rem!important;
    padding: 8px !important;
}


.panel input[type="number"]{
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui;
    font-size: 0.9rem!important;
    padding: 8px !important;
}

.panel input[type="email"]{
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui;
    font-size: 0.9rem!important;
    padding: 8px !important;
}

.panel input[type="date"]{
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui;
    font-size: 0.9rem!important;
    padding: 8px !important;
}

.dropdown.bootstrap-select.show-tick button {
    color: #0a2434 !important;
    background-color: #eff6ff !important;
    border: 1px solid #d7e4ff !important;
    font-family: system-ui;
    font-size: 0.9rem!important;
    padding: 8px !important;
}

small{
    color: #f20018b3!important;
    font-size: 12px!important;
    padding: 5px;
}

#loc{
    margin-top: -10px;
}

#serviceCost{
    color: #13486a;
    font-family: fantasy;
    font-weight: 200;
}

.retVal .text-danger {
    text-align: right;
    float: right;
    color: #13486a !important;
    font-weight: 600;
    font-family: sans-serif;
}

.retVal ul li {
    font-size: 0.9rem;
    font-family: system-ui;
    list-style: none;
    color: #13486a;
    line-height: 1;
    background: #fff;
    margin: 5px 0;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    width: 100%;
    display: inline-flex;
    border: 1px solid #e4f5ff;
    justify-content: space-between;
    box-shadow: 0 2px 25px rgb(144 205 242 / 17%);
}


.retVal ul {
    margin-right: 25px !important;
    display: contents;
    position: relative;
    max-width: 100%;
}

button.actions-btn.bs-select-all.btn.btn-light {
    background: #13486a !important;
    color: #fff!important;
}

button.actions-btn.bs-deselect-all.btn.btn-light {
    color: #fff!important;
    background: #af2a31 !important;
}

.panel ul.dropdown-menu.inner li {
    border-bottom: 1px solid #ebf5ff;
    line-height: 1.8;
    font-size: 13px !important;
    color: #13486a !important;
    font-family: 'Rubik';
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
    color: #ffffff;
    font-size: 9px;
    background: #43bd2e;
    height: 15px;
    width: 15px;
    border-radius: 5pc;
    padding: 2px 5px;
    box-shadow: 0 2px 5px rgb(49 175 42 / 72%);
}

.panel-mob{
    height: max-content;
}


@media(max-width:768px){
    .panel-mob{
        margin:15px!important;
    }
}
