body {
    background-color: #f7fafc;
}

.navbar {
    background-color: #00c0ff;
}

.nav-link {
    color: white !important;
}

.wrap {
    margin-top: 60px;
    display: flex;
    padding-top: 25px;
}

.booking-default-index .seance-item {
    padding: 0 20px;
}

.booking-default-index .nav-tabs .nav-link:focus-visible,
.booking-default-index .nav-tabs .nav-link:focus,
.booking-default-index .nav-tabs .nav-link:hover,
.booking-default-index .nav-tabs .nav-link {
    outline: none;
    box-shadow: none;
    border: 0;
}

.booking-default-index .nav-tabs .nav-link.active {
    background-color: inherit;
    border: 0;
    color: #00536e !important;
}

.booking-default-index .accordion-button.first-group {
    background-color: #86e1ff;
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-shadow: -10px -10px 20px #ffffff, 2px 2px 6px #00000040;
}

.booking-default-index .red {
    color: #c50000;
    text-shadow: -10px -10px 20px #ffffff, 2px 2px 6px #661b1b40;
}

.booking-default-index .uerror {
    border: 1px #c50000 solid;
}

.booking-default-index .green {
    color: #03a500;
    text-shadow: -10px -10px 20px #ffffff, 2px 2px 6px #661b1b40;
}

.accordion-button:not(.collapsed)::after {
    background-color: white;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-image: inherit;
}

.accordion-button::after {
    background-color: white;
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-image: inherit;
}

.shadow-bow {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.booking-default-index .accordion-item .accordion-button {

}

.booking-default-index .seance-item .accordion-button:not(.collapsed) {
    background-color: white;
    color: black;
}

.booking-default-index .new_date_select:hover {
    text-decoration: underline;
    color: darkblue;
}

.booking-default-index .data-name {
    font-size: 14px;
}

.booking-default-index .title {
    margin-bottom: 0;
    background-color: #f9f9f9;
    padding: 10px 13px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #a0aec0;
    line-height: 23px;
}

.booking-default-index .table-utitle {
    background-color: #86e1ff;
    color: white;
}

.booking-default-index .table-urow {
    background-color: white;
    color: #00536e;
}

.booking-default-index .dateInputChange {
    max-width: 155px;
}

.booking-default-index a.lead {
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1.5px;
    transition: background-size .3s;
    padding-bottom: 0px;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 35px;
}

.booking-default-index #seance_result_change {
    font-size: 14px;
    margin: 15px 0 0 20px;
}

.booking-default-index .nav-tabs {
    border-bottom: 0;
    margin-bottom: 22px;
}


.booking-default-index a.lead.active {
    background-size: 100% 1.5px;
}

.booking-default-index .lead {
    font-weight: 400;
    color: #00536e !important;
}

.available {
    color: #0cbd00;
    font-weight: 600;
}

.plus {
    width: 24px;
    line-height: 1px;
    text-align: center;
    font-size: 30px;
    margin-left: 3px;
    cursor: pointer;
    padding-top: 14px;
    user-select:none;
}
.minus{
    width: 24px;
    line-height: 1px;
    text-align: center;
    font-size: 37px;
    cursor: pointer;
    margin-right: 3px;
    padding-top: 15px;
    user-select:none;
}
.booking-default-index .user-count{
    max-width: 53px;
}
.booking-default-index .user-count-block{
    margin-top: 12px;
}

.user-email{
    margin-left: 15px;
}
