
/* Book Appointment modal start */
::-webkit-scrollbar {
    display: none;
}

.appointment-modal .modal-header {
    justify-content: flex-start;
    align-items: flex-start;
}

.appointment-modal .modal-header span {
    margin-right: 20px;
}


.appointment-modal .modal-content {
    background: #FAFDFF;
}

ul.appointment-option {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

ul.appointment-option li {
    background: #fff;
    box-shadow: 0px -4px 16px 0px #00000014;
    padding: 15px 20px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.appointment-modal .select-all-option-wrapper{
    margin-bottom: 5em;
}

ul.appointment-option li label {
    margin: 0;
}

.footer-btn-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px -4px 16px 0px #00000014;
    padding: 10px;
    display: flex;
}

.footer-btn-fixed button {
    width: 100%;
}

.appointment-modal .custom-btn {
    height: 45px;
    font-size: 14px;
}

/*  */
.appointment-modal .modal-header h5 span {
    font-size: 10px;
    color: #474747;
    display: block;
}

.select-all-option-wrapper h2 {
    font-size: 18px;
    color: var(--primaryColor);
}

.select-all-option-wrapper h2 span {
    font-size: 10px;
    color: #474747;
    display: block;
    letter-spacing: 0.17px;
    line-height: 1.8;
}

.select-all-option-wrapper ul li {
    border: 1px solid #9F9F9F;
    width: auto;
    font-size: 18px;
    color: #474747;
    background: #fff;
    border-radius: 8px;
    margin-right: 8px;
    padding: 7px 12px;
    min-width: 65px;
    margin-bottom: 8px;
}

.select-all-option-wrapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 10px 0 0;
}

.select-all-option-wrapper ul li span {
    font-size: 14px;
    display: block;
}

ul.select-day {
    overflow-y: hidden;
    overflow-x: scroll;
}

.slot-outer {
    margin: 26px 0;
}

.slot-outer select {
    width: 100%;
    border: 1px solid #C9C9C9;
    background: #fff;
    height: 50px;
    padding: 5px 10px;
    border-radius: 5px;
}

.slot-outer select:focus {
    outline: 0;
}

.select-all-option-wrapper ul.select-shift li {
    font-size: 14px;
    width: initial;
    padding: 10px;
    text-align: center;
    margin: initial;
}

.select-all-option-wrapper ul.select-shift {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 13px 8px;
}

.select-all-option-wrapper ul li.active {
    background: #E6EEF4;
    color: var(--primaryColor);
    font-weight: var(--font-semibold);
    border-color: var(--primaryColor);
}

.select-all-option-wrapper ul li.not-available {
    background: #dbd8d5;
    color: #92B7CF;
    font-weight: var(--font-semibold);
    border-color: #92B7CF;
}


/*  */
.appoint-detail ul {
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 0px -4px 16px 0px #00000014;
    border-radius: 8px;
    padding: 20px;
    margin: 0;
}

.appoint-detail ul li h4 {
    font-size: 16px;
    color: var(--primaryColor);
}

.appoint-detail ul li h4 span {
    font-size: 14px;
    color: #474747;
    display: block;
    padding-top: 8px;
}

.appoint-detail ul li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dotted #9F9F9F;
    padding-bottom: 12px;
    margin-bottom: 20px;
    position: relative;
}

.appoint-detail ul li img {
    margin-right: 12px;
}

.appoint-detail ul li span.change-text {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
    color: #e9733c;
    text-decoration: underline;
}

.appoint-detail ul li:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

.fixed-call-wrap {
}

.custom-field .form-wrap input, .custom-field .form-wrap select {
    padding: 10px;
}
