.slot-date-container {
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}

.card-1 {
    padding: 7px;
    color: white;
    background-color: var(--primary-color);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.card-2 {
    padding: 7px;
    background-color: white;
    color: var(--primary-color);
}


/* --- css for vue meeting select */

.cal-container {
    border: none;
}

.meetings.tab__days__meetings {
    max-height: 350px;
    overflow-y: scroll;
    scrollbar-width: none;
}


/* .meetings.tab__days__meetings:hover ::-webkit-scrollbar {
    width: 4px;
    background: black;
} */

::-webkit-scrollbar {
    width: 1px;
}

.tab__pagination__button--up,
.tab__pagination__button--down {
    /* display: none; */
}

.slot-card {
    padding: 7px;
    color: white;
    background-color: var(--primary-color);
    box-shadow: 0px 15px 10px -15px #111;
}

.slot-page-container {
    height: 77vh;
    max-height: 90vh;
}

.slot-date {
    font-weight: bold;
    font-size: 16px;
}


/* ------------ */

.cal-nav-icon {
    font-size: 25px;
}

.cal-navicons-container:disabled {
    cursor: not-allowed;
    opacity: .4;
}

.cal-navicons-container {
    margin-top: 35px;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    color: #39adee;
}

.slot-time-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 2rem;
    text-align: center;
    margin-left: 10px;
    background-color: white;
    color: var(--primary-color);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.slot-time-icon-container {
    padding-right: 20px;
}

.slot-time-icon-container .active.slot-time-icon {
    background-color: var(--primary-color);
    color: white;
}

.g-slot-icon {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
}

.cal-date-picker {
    align-items: flex-start;
    position: absolute;
    z-index: 1000;
}

.cal-picker-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 25px;
}

.cal-picker-icon-container {
    position: absolute;
    margin-left: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.date-picker-container {
    position: relative;
}

.slot-time-icon .material-icons {
    font-size: 14px;
}

.cal-date {
    padding: 0.1rem;
}

.expct-arrival-time {
    padding: 20px 10px 10px 40px;
}

.note-text {
    font-weight: bold;
    color: var(--primary-color);
}

.curr_week_date {
    font-size: 0.7rem;
    margin-left: 10px;
}

.call-details {
    position: absolute;
    bottom: 10px;
    padding: 7px;
}

.no-slots {
    margin-top: 20px;
}

.call-btn {
    color: var(--primary-color);
    padding: 10px 50px;
    width: 100%;
    background-color: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    text-decoration: none;
}

.call-details:hover .call-btn {
    color: white;
    background-color: var(--primary-color);
    border: 1px solid white;
    margin-left: 25px;
}

.call-details:hover .icon-container-app-card {
    color: white;
}

.next-available-date {
    display: flex;
    justify-content: center;
    color: var(--primary-color);
    font-size: 18px;
    align-items: center;
    flex-direction: column;
}

.slot_timezone_lbl {
    position: absolute;
}

.next-available-date-position-up {
    margin-top: -168px;
}

.meeting-selector-increase-height {
    height: 190px;
}


/* .show-scrollbar * {
    font-size: 30px;
}

.slot-card:hover .meetings.tab__days__meetings ::-webkit-scrollbar {
    width: 10px;
} */

@media only screen and (max-width:768px) {
    .cal-picker-icon-container {
        margin-left: 5px;
        padding-bottom: 10px;
    }
    .cal-date {
        padding: 0px;
    }
    .title {
        margin: 0 0px;
    }
    .cal-slot-container {
        font-size: 10px;
    }
    .slot-date {
        font-size: 12px;
    }
    .meeting-selector .tab__pagination {
        width: 20px !important;
    }
    .meeting-selector .tab__days {
        padding: 0 0px !important;
    }
    .slot-card {
        padding: 3px;
    }
    .slot-time-icon {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
    }
    .g-slot-icon {
        font-size: 1.5rem;
    }
    .slot-page-container {
        height: 60vh;
        max-height: 60vh;
    }
    .slot-page-container .d-flex {
        flex-direction: column;
        margin-top: 20px;
    }
}

@media only screen and (max-width:320px) and (min-width:320px) {
    .card-2 {
        padding: 2px;
    }
}

@media only screen and (max-width:600px) {
    .slot-page-container {
        height: 105vh;
        max-height: 105vh;
    }
}

@media only screen and (min-width:812px) and (max-width:812px) {
    .cal-picker-icon-container {
        margin-left: 120px;
    }
    .slot-page-container {
        height: 190vh;
        max-height: 200vh;
    }
}

@media only screen and (min-width:1920px) {
    .slot-date {
        font-size: 20px !important;
    }
    .bd-highlight.cal-date {
        font-size: 18px;
    }
    .cal-picker-container {
        font-size: 35px;
    }
    .curr_week_date {
        font-size: 1.7rem;
    }
    .slot-card {
        font-size: 18px;
    }
}

@media only screen and (max-height:812px) and (max-width:375px) {
    .slot-page-container {
        height: 82vh;
        max-height: 105vh;
    }
}