﻿.schedule-widget {
    border-radius: 4px;
    min-height: 100px;
}

.schedule-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 3px 0 0;
}

.schedule-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}

.day-slot ul {
    float: left;
    list-style: none;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    padding: 0;
    position: relative;
    width: 100%;
    display: flex;
}

.day-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
}

    .day-slot li span {
        display: block;
        font-size: 16px;
    }

        .day-slot li span.slot-date {
            display: block;
            color: #757575;
            font-size: 14px;
        }

    .day-slot li small.slot-year {
        color: #757575;
        font-size: 14px;
    }

    .day-slot li.left-arrow {
        left: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        font-size: 18px;
        top: 50%;
        width: 20px !important;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .day-slot li.right-arrow {
        right: -11px;
        padding: 0;
        position: absolute;
        text-align: center;
        font-size: 18px;
        top: 50%;
        width: 20px !important;
        transform: translateY(-50%);
        cursor: pointer;
    }

.schedule-cont {
    padding: 20px;
}

.time-slot ul {
    list-style: none;
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

    .time-slot li .timing {
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 3px;
        color: #e9e9e9;
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
        padding: 5px 5px;
        text-align: center;
        position: relative;
    }

    .time-slot li .timing2 {
        background-color: #b8e6fa;
        border: 1px solid #e9e9e9;
        border-radius: 3px;
        color: #435F71;
        display: block;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 5px 5px;
        text-align: center;
        position: relative;
    }

        .time-slot li .timing2:hover {
            background-color: #f6e01d;
            color: #435F71;
        }

        .time-slot li .timing:last-child {
            margin-bottom: 0;
        }

        .time-slot li .timing.selected {
            background-color: #42c0fb;
            border: 1px solid #42c0fb;
            color: #fff;
        }

            .time-slot li .timing.selected::before {
                color: #fff;
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-size: 12px;
                font-weight: 900;
                position: absolute;
                right: 6px;
                top: 6px;
            }

.schedule-list {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

    .schedule-list:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.submit-section.proceed-btn {
    margin: 0 0 30px;
}
