﻿/*
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://prodcalimaticfd-duczddazh5awejgt.z01.azurefd.net/calimatic-lmslive6-secure-cdn/Fonts/font.css');*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
    --font-family-1: 'DM Sans', sans-serif;
    --primary-color: #0070f6;
    --black-color: #212529;
}
#calimatic_secure_calendar_reder_view_wrapper.clm-modal-is-shown {
    overflow-y: hidden;
}

body {
    width: 100%;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size:14px;
}
#calimatic_secure_calendar_reder_view_wrapper {
    font-family: var(--font-family-1);
    position: relative;
    line-height: 1.5;
    padding-top:4rem !important;
}
    #calimatic_secure_calendar_reder_view_wrapper .fadeout {
        opacity: 50%
    }

    #calimatic_secure_calendar_reder_view_wrapper .descriptioncol--wrapper.courseScheduleModalCols .course-details {
        flex: 50%;
        margin-bottom: 15px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .Icode-Description-Style .courseScheduleModalCols *:not(h4) {
        font-size: 16px !important;
        font-weight: 400 !important;
        font-family: var(--font-family-1) !important;
        color: #000000 !important;
        margin: 0;
        text-align: left;
    }


    #calimatic_secure_calendar_reder_view_wrapper .clm_schedule_modal .descriptioncol--wrapper ul {
        list-style: none;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .courseScheduleModalCols ul li {
        position: relative;
        color: rgb(32, 32, 32);
        margin-bottom: 12px !important;
        display: flex;
        align-items: center;
        list-style: none;
    }
    #calimatic_secure_calendar_reder_view_wrapper .clm_schedule_modal .descriptioncol--wrapper ul.check--with li:before {
        content: '✓';
        height: 17px;
        width: 17px;
        line-height: 18px;
        text-align: center;
        background: #2081f7;
        border-radius: 50%;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        margin-right: 9px;
        position: absolute;
        left: -27px;
        top: 2px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .clm_schedule_modal .descriptioncol--wrapper ul.check--without li:before {
        content: '⚬';
        height: 17px;
        width: 17px;
        line-height: 18px;
        text-align: center;
        background: #2081f7;
        border-radius: 50%;
        display: inline-block;
        font-size: 14px;
        color: #fff;
        margin-right: 9px;
        position: absolute;
        left: -27px;
        top: 2px;
    }
    #calimatic_secure_calendar_reder_view_wrapper div#calimatic_calendar_render_categories_tabs {
        width: calc(100vw - 100px);
        max-width: 1270px;
        padding: 0 10px;
    }
    #calimatic_secure_calendar_reder_view_wrapper * {
        box-sizing: border-box;
        font-family: var(--font-family-1);
    }
    #calimatic_secure_calendar_reder_view_wrapper .gap-4 {
        gap: 20px;
    }
    /* scroll bar styling */

    #calimatic_secure_calendar_reder_view_wrapper::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important;
        background-color: transparent;
    }

    #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls::-webkit-scrollbar-track {
        -webkit-box-shadow: none !important;
        background-color: transparent !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper ::-webkit-scrollbar-thumb,
    #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls::-webkit-scrollbar-thumb {
        background-color: transparent;
    }

    #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls:hover::-webkit-scrollbar-thumb {
        background-color: #b0afaf;
        border-radius: 0;
    }


    #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls::-webkit-scrollbar {
        width: 7px !important;
        height: 6px !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls {
        overflow: auto !important;
    }


        /* ::-webkit-scrollbar-thumb:hover {
    background-color: #757575;
} */


        #calimatic_secure_calendar_reder_view_wrapper::-webkit-scrollbar-thumb,
        #calimatic_secure_calendar_reder_view_wrapper .ctx-scrolls:hover::-webkit-scrollbar-thumb {
            background-color: #b0afaf;
            border-radius: 5px;
        }

#calimatic_secure_calendar_reder_view_wrapper {
    padding: 0 10px;
    margin: auto;
    justify-content: start;
    display: flex;
    align-items: center;
    flex-direction: column;
}
    #calimatic_secure_calendar_reder_view_wrapper div#calimatic_calendar_render_courses_by_cat {
        width: 100%;
        max-width: 1270px;
        padding: 0 10px;
    }

    /* tabs css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs {
        border-bottom: 1px solid #dddddd !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs,
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list {
        white-space: nowrap;
        display: inline-flex;
        max-width: 100%;
        overflow-y: hidden !important;
        width: 100%;
        flex-wrap: nowrap;
        margin-bottom: 30px;
        list-style: none;
        padding-left: 0;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs.ctx-scrolls {
            overflow-x: auto !important;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs li,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list li {
            display: inline-flex !important;
            text-align: center;
            border-radius: 0;
            margin-top: 3px;
            font-size: 16px;
            border-radius: 0;
            justify-content: center;
            align-items: center;
            max-width: 33.33%;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs > li,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list > li {
            float: left;
            margin-bottom: -1px;
            border-bottom: 4px solid transparent;
            transition: border-color .3s ease-in-out;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs li a,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list li a {
            display: inline-block !important;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            border: 0;
            background: none;
            padding: 8px 12px !important;
            color: #737373;
            max-width: 100%;
            cursor: default;
            margin-right: 2px;
            border-radius: 4px 4px 0 0;
            text-decoration: none;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs > li:not(.active):hover,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list > li:not(.active):hover {
            background: 0 0;
            border-bottom: 4px solid #add5f9 !important;
            position: relative;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs > li.active,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list > li.active {
            background: 0 0;
            border-bottom: 4px solid #3598DC !important;
            position: relative;
        }
            #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs > li.active a, #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_categories_tabs_list > li.active a {
                color: #1271c4 !important;
            }
    #calimatic_secure_calendar_reder_view_wrapper span.counter {
        text-align: center !important;
        background-color: #ed6b75;
        height: 21px;
        min-width: 22px;
        padding: 5px;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        line-height: 1;
        vertical-align: middle;
        white-space: nowrap;
        border-radius: 10px;
        max-height: 21px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_render_courses_by_cat_list {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        justify-content: center !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper .generic_content {
        width: 363px !important;
        display: flex !important;
        flex-direction: column !important;
        height: 540px !important;
        overflow: hidden !important;
        box-shadow: 0 0 9px rgba(33, 33, 33, .2) !important;
        margin-top: 1% !important;
    }

        #calimatic_secure_calendar_reder_view_wrapper .generic_content .classes-course-name {
            background: #1271c4;
            text-align: center;
            padding: 5px;
            color: white;
            display: block;
            padding: 8px 10px !important;
            max-height: 58px;
            align-items: start !important;
            display: flex !important;
            justify-content: space-between !important;
            align-items: center !important;
            gap: 12px;
        }

        #calimatic_secure_calendar_reder_view_wrapper .generic_content .header-course-name {
            overflow: hidden !important;
            text-overflow: ellipsis !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 2 !important;
            -webkit-box-orient: vertical !important;
            line-height: 1.4 !important;
            width: auto !important;
            padding-right: 6px !important;
            margin: 0 !important;
            text-align: left;
            white-space: normal;
            word-break: break-word;
        }

        #calimatic_secure_calendar_reder_view_wrapper .generic_content .header-course-age {
            white-space: nowrap !important;
            margin: 0 !important;
        }

    #calimatic_secure_calendar_reder_view_wrapper .pricingTable-signup {
        padding: 4px 10px !important;
        font-size: 13px !important;
        margin: 15px 0 5px !important;
        position: inherit !important;
        border-color: inherit !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper .generic_content .ContentDiv {
        text-align: center !important;
        padding: 0px !important;
        line-height: 1.2 !important;
        letter-spacing: 0px !important;
        font-size: 14px !important;
        height: calc(100% - 65px) !important;
        -webkit-box-shadow: 0 16px 64px -16px rgba(46, 55, 77, .1) !important;
        box-shadow: 0 16px 64px -16px rgba(46, 55, 77, .1) !important;
        padding-bottom: 0 !important;
        min-height: 300px !important;
        flex: 1 !important;
        position: relative !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper .iamgeDiv {
        height: 220px;
        overflow: hidden;
    }

        #calimatic_secure_calendar_reder_view_wrapper .iamgeDiv .tempImage {
            width: 100%;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    #calimatic_secure_calendar_reder_view_wrapper .courseTags {
        padding: 3px 5px;
        margin-top: 2px;
        position: relative;
    }

        #calimatic_secure_calendar_reder_view_wrapper .courseTags.mst-popular {
            background: #28a745;
        }

        #calimatic_secure_calendar_reder_view_wrapper .courseTags.alm-full {
            background: #ffc107;
            right: 0;
        }

        #calimatic_secure_calendar_reder_view_wrapper .courseTags span {
            font-family: var(--font-family-1);
            text-transform: uppercase;
            font-size: 11px;
            color: #212121;
            display: inline-block;
            font-weight: 600;
            padding: 2px 4px;
            border-top: 1px dashed;
            border-bottom: 1px dashed;
            color: white;
            text-transform: capitalize;
            white-space: nowrap;
        }

    #calimatic_secure_calendar_reder_view_wrapper .timeDesc-content {
        height: 220px;
        margin: 0 0 20px;
        overflow: hidden;
    }

    #calimatic_secure_calendar_reder_view_wrapper .Course-Description-Area {
        margin-bottom: 0;
        font-weight: 400;
        text-align: left;
        padding: 0 12px;
        padding-left: 15px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .show-more-btn {
        color: #337ab7 !important;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        position: absolute;
        top: calc(100% - 32px);
        width: 100%;
        background: white;
        left: 0;
        padding: 7px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .primary-btn {
        background-color: #1271c4;
        color: #fff;
        display: inline-block;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        line-height: 1.42857143;
        border-radius: 4px;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /* Course filter by age tabs */

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0070f61a;
        border: 1px solid var(--primary-color);
        border-radius: 8px;
        max-width: 575px;
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        padding: 0;
        list-style: none;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li {
            margin-bottom: 0;
            white-space: nowrap;
            margin-left: 0;
            flex: 1;
            text-align: center;
            width: 100%;
            position: relative;
            display: block;
            margin: 0;
            padding: 0;
            overflow:hidden;
            min-width:100px;
        }


            #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li.active {
                background: #0070f6;
            }

                #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li.active a {
                    background: #0070f6;
                    color: #fff;
                }

            #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li a {
                font-weight: 400;
                font-size: 16px;
                font-weight: 400;
                padding: 10px 0;
                color: #0070f6;
                border-radius: 0;
                border: 0px solid #e5f0fe;
                cursor: pointer !important;
                width: 100%;
                position: relative;
                display: block;
                background-color: #0070f600;
                transition:all .4s ease-in-out;
            }

                #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li a:hover {
                    background-color: #0070f6;
                    color: #fff;
                    border: 0px solid #0070f6;
                }

    /* Course filter by age page next previous month button css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper {
        display: flex;
        justify-content: end;
        gap: 5px;
        -webkit-justify-content: flex-end;
    }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper > button:not(.Icode___Golden__Btn) {
            background-color: #f1f1f1 !important;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper > button {
            border: 0;
            padding: 7px 14px;
            border-radius: 12px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 5px;
            transition: .5s ease;
            color: inherit;
            font-size: 14px;
            margin: 0;
            -webkit-appearance: button;
            cursor: pointer;
            font-weight: 600;
            min-width: 110px;
        }
    #calimatic_secure_calendar_reder_view_wrapper .Icode___Golden__Btn {
        background-color: #ffc802 !IMPORTANT;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper > button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper > button:hover {
        box-shadow: 0 0 2px 1px #0000001c;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper span.arrowText {
        border-radius: 20px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev.nextPreviousMonthRange .nextPreBtn__wrapper span.arrowIcon {
        background: #fff;
        border-radius: 20px;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .5s ease;
        color: #787878;
    }
    #calimatic_secure_calendar_reder_view_wrapper .n0-slot-waitlist-containenr {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        width: 100%;
    }
    /* course filter by age calendar title css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar_wrapper {
        padding-top: 25px;
        position: relative;
    }
    #calimatic_secure_calendar_reder_view_wrapper .jumpTOSummerCamp {
        display:none !important;
        border: 0;
        padding: 7px 18px;
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        transition: .5s ease;
        color: inherit;
        font-size: 14px;
        margin: 0;
        -webkit-appearance: button;
        cursor: pointer;
        position:absolute;
        font-weight:600;
        bottom:0;
    }

    #calimatic_secure_calendar_reder_view_wrapper .camps-days{
        font-size:13px !important;
        margin:0px !important;
        line-height:0.8 !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar_wrapper .course-cal-section-title {
        text-align: center;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar_wrapper .course-cal-section-title h2 {
            color: #000;
            font-weight: bold;
            line-height: 1.5;
            margin: 0 0 0.5rem 0;
            font-size: 30px;
            text-align: center;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar_wrapper .course-cal-section-title p {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin: 0 0 10px 0;
            line-height: 1.8;
        }

    /* course filter by age calendar css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar .schedule-main-table {
        border-radius: 10px 10px 0 0;
        /*overflow-x: auto;*/
        min-height: 0.01%;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table {
        border: 1px solid #dddddd;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        font-family: var(--font-family-1) !important;
        font-size: 13.5px;
        border-collapse: collapse;
        border-spacing: 0;
        background-color: transparent;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table thead tr.courseHead {
            background: #0070F6;
            color: #fff !important;
        }

            #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table thead tr.courseHead th {
                text-align: center;
                border: 0;
                padding: 13px 0px;
                font-family: var(--font-family-1) !important;
                font-size: 17px;
                font-style: normal;
                color:#fff;
            }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table tbody > tr:nth-of-type(odd) {
            background-color: #fbfcfd;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table tbody > tr:nth-of-type(even) {
            background-color: white;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table tbody .courses--info {
            max-width: 450px;
            background: #fff;
            position:relative;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table tbody tr td {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-align: left;
            vertical-align: middle;
            border-top: 1px solid #e7ecf1;
            border: 1px solid #dddddd;
            padding: 8px;
            line-height: 1.42857143;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table tbody tr:first-child td {
            border-top-color: transparent;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .coureInfo__inner__content {
            width: auto;
        }
    #calimatic_secure_calendar_reder_view_wrapper .courses--info {
        position: relative;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .coureInfo__inner__content .courseInfo-td-wrapper {
        display: flex;
        align-items: center;
        width: auto;
        max-width: 100%;
        padding-right:0;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .img-col {
        width: 153px;
        height: 93px;
        flex-grow: 0;
        flex-shrink: 0;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .img-col img {
            object-fit: contain;
            width: 100%;
            border-radius: 10px;
            height: 100%;
            background: #b2b2b224;
        }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .info-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 15px;
        flex-grow: 1 !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .mobile-card-btn.show-sm,
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table #veiwDatesAccord {
        display: none;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian {
        display: none;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .info-content .ellipsis-two {
        display: -webkit-box;
        max-width: 250px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-word;
        white-space: break-spaces;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .info-content h5 {
        font-weight: 600;
        margin: 0;
        font-size: 18px;
        color: #000;
        line-height: normal;
        word-break:break-word;
        white-space:break-spaces;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .info-content span {
        font-weight: 400;
        color: #000;
        font-size: 14px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .course--info--btn {
        margin-top: 25px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.courseInfoBtn {
        font-weight: 400;
        border: 2px solid #ffc802;
        padding: 3px 12px;
        color: #141414;
        background: #fff;
        font-size: 14px;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        white-space: nowrap;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: .5s ease;
        text-decoration: none;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.courseInfoBtn:hover,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.courseInfoBtn:focus {
            background: #ffc802;
            transition: .5s ease;
            border-color: #ffc802;
            color: #141414;
        }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table td:not(.courses--info) {
        padding: 8px 0;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td {
        text-align: center;
        vertical-align: middle;
        transition: .3s;
        max-width: 208px;
        position:relative;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td.classExists:hover {
            background: #fff;
            border-radius: 5px;
            box-shadow: 0 2px 20px 0 rgb(0 0 0 / 15%);
            overflow: hidden;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td.classNotExists {
            background-color: #F5F5F5 !important;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td .available--content {
            width: 150px;
            margin: 0 auto;
            overflow:hidden
        }
    #calimatic_secure_calendar_reder_view_wrapper .mb-10{
        margin-bottom:10px !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td .available--content p {
        margin: 0 0 5px 0;
        white-space: normal;
        word-break: break-word;
        font-size: 16px;
        color: #000;
        font-weight: 400;
        width:150px;
        line-height:29px;
    }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td .available--content p.timings{
            font-size:13px !important;
            margin:0;
            margin-top:10px;
            line-height:1 !important;

        }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .date--range-td .available--content h5 {
        font-weight: 600;
        color: #0F43F9;
        font-size: 16px;
        margin: 0 0 5px 0;
        line-height:24px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.scheduleBtn {
        padding: 0;
        background: #ffc802;
        border-color: #ffc802;
        color: #000;
        width: 127px;
        height: 32px;
        line-height: 32px;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        white-space: nowrap;
        font-size: 14px;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        transition: .5s;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
    }


        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.scheduleBtn:hover,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table a.scheduleBtn:focus {
            background: #fff;
            transition: .5s;
            border-color: #ffc802;
            color: #000;
        }

    /* course filter by age table footer disclaimer css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_disclaimer p {
        font-size: 14px;
        font-weight: 600;
        color: #000;
        margin: 0 0 30px 0;
        line-height: 1.8;
    }


    /* course schedule popup Modal css */
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal,
    #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal {
        z-index: 999999;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-overflow-scrolling: touch;
        outline: 0;
        font-family: var(--font-family-1);
        transition: opacity 0.1s linear;
        opacity: 0;
    }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal *,
        #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal * {
            font-family: var(--font-family-1);
            box-sizing: border-box;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal.modal_show,
        #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal.modal_show {
            opacity: 1;
            height: 100vh;
            overflow-y: auto;
            min-height: 100%;
        }
            #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal.modal_show:before,
            #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal.modal_show:before {
                content: '';
                position: fixed;
                width: 100%;
                height: 100%;
                background-color: #00000066 !important;
            }
            #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal.modal_show .clm_schedule_modal_dialog,
            #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal.modal_show .clm_schedule_modal_dialog {
                transform: translateY(0);
                animation: CarouselSlhow .4s ease-in-out;
            }
    #calimatic_secure_calendar_reder_view_wrapper .courseOptionCarousels {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
        #calimatic_secure_calendar_reder_view_wrapper .courseOptionCarousels.clm___carousel__mob {
            /*padding:0 12px;*/
        }
@keyframes CarouselSlhow{
    0% {
        transform: translateY(-1000px);

    }

    100% {
        transform: translateY(0);

    }
}
#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_dialog,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_dialog {
    padding-bottom: 30px;
    width: 100%;
    max-width: 900px;
    margin: 30px auto;
    position: relative;
    /*transition: transform 0.6s ease-out;*/
    transform: translate(0, -25%);
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal.modal_show .clm_schedule_modal_dialog,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal.modal_show .clm_schedule_modal_dialog {
    transform: translate(0, 0%);
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_content,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    border-radius: 5px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 15px rgba(0, 0, 0, .5) !important;
    width: 100%;
    padding: 0 0px;
    margin-top: 20px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_header,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_header {
    padding: 7px 1rem;
    border-bottom: 1px solid #cdcdcd6b;
    display: flex !important;
    justify-content: space-between !important;
    flex-direction: row-reverse !important;
    align-items: center;
}

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_header h2,
    #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_header h2 {
        font-size: 24px;
        font-weight: bold;
        margin: 20px 0;
    }

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_body,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_body {
    /*max-height: calc(100vh - 100px);*/
    padding: 1rem;
    overflow-y: auto;
    padding-bottom: 6rem;
}
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_body::-webkit-scrollbar,
    #calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .clm_schedule_modal_body::-webkit-scrollbar {
        height: 7px;
        width: 7px;
    }

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .course_ModalCloseBtn,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal .course_ModalCloseBtn {
    font-size: 27px;
    color: #000;
    opacity: 1;
    font-weight: 400;
    top: 7px;
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    align-self: flex-start;
    padding: 1px 6px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal h2.modal-title,
#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal.clm_schedule_modal h2.modal-title {
    font-size: 22px;
    color: #212529;
    /* font-family: 'Proxima Nova Lt'; */
    font-weight: 600;
    display: block;
    white-space: normal;
    word-break: break-word;
    margin: 0;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
    text-transform: none;
    transition: all .3s;
}

@media (max-width: 768px) {
    #calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper__for__smallScreen{
        padding-left :0 !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper .courseOptionCarousels {
        min-width: 1px !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper .jumpTOSummerCamp {
        bottom: 43px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: 230px;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar .schedule-main-table table {
        border: 0;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_schedule_next_prev {
        display: none;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li a {
        padding: 2px 16px;
        font-size: 13px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav {
        justify-content: unset;
        white-space: nowrap;
        overflow-x: scroll;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar .schedule-main-table {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable,
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable tbody,
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable tr {
        display: block;
        width: 100%;
        max-width: 100%;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable thead {
            display: none;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable tr td {
            display: contents;
            width: 100%;
            max-width: 100%;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .hideDateRangeCardMobile,
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .course--info--btn.hide-sm {
            display: none !important;
        }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table .mobile-card-btn.show-sm,
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table #veiwDatesAccord {
        display: block !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .coureInfo__inner__content {
        padding: 10px;
        position: relative;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .coureInfo__inner__content .courseInfo-td-wrapper {
            max-width: 100%;
            width: 100%;
        }

            #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .coureInfo__inner__content .courseInfo-td-wrapper .img-col {
                width: 85px;
                height: 65px;
            }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .mobile-card-btn .course--info--btn {
        display: flex;
        justify-content: flex-end;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .mobile-card-btn .viewDatesBtn {
        color: #000;
        background: #ffc802;
        border-color: #ffc802;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table #veiwDatesAccord .available__Dates__card {
        display: flex;
        justify-content: space-between;
        margin-top: 18px;
        align-items: center;
        gap: .6rem;
    }
    #calimatic_secure_calendar_reder_view_wrapper .cln___Card__for__sm {
        position: relative;
        overflow: hidden;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table #veiwDatesAccord .available__Dates__card p {
        font-size: 12px;
        width: 100% !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_course_calendar table #veiwDatesAccord span.classTimingForMobileView {
        font-weight: 700;
    }

    #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian {
        margin-top: -32px;
        display: block;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian a.scheduleBtn {
            width: 100% !important;
            padding: 0px 5px !important;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian .clm_acc_btn {
            color: #000;
            background: #ffc802;
            border-color: #ffc802;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian .clm_accord_input {
            display: none;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian #veiwDatesAccord {
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s;
        }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_accordian .clm_accord_input:checked ~ #veiwDatesAccord {
            max-height: 600px;
            overflow-y: auto;
        }
}
#calimatic_secure_calendar_reder_view_wrapper .clm__Secure_Waitlist__ModaL__Title {
    font-weight: 500;
    font-size: 18px;
}
#calimatic_secure_calendar_reder_view_wrapper div#calimatic_course_schedule_next_prev {
    position: absolute;
    right: 0px;
    z-index: 8;
    top: 80px;
}
#calimatic_secure_calendar_reder_view_wrapper div#calimatic_course_calendar {
    margin-top: 20px;
}
#calimatic_secure_calendar_reder_view_wrapper div#calimatic_calendar_render_courses_by_course_option {
    position: relative;
}

/* Modal css */

#calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .top-course-desc {
    width: 100%;
}

#calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .course--description h4 {
    font-weight: 600 !important;
    font-size: 18px;
    margin: 0 0 18px 0;
    color: #000000;
}

#calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .descriptioncol--wrapper.courseScheduleModalCols .course--description *:not(h4) {
    word-break: break-word;
    max-width: 394px;
    width: 100% !important;
}

#calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .descriptioncol--wrapper {
    display: flex;
    gap: 50px;
    width: 100%;
    padding: 0;
}

#calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .img--content-col img {
    width: 100%;
    border-radius: 10px;
}


/* Available date popup css */
#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .availabledate--digital--art {
    margin-top: 25px;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .availabledate--digital--art h4 {
        margin: 0 0 18px 0;
        color: #000000;
        font-weight: 700;
    }

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates {
    /*display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6px, 1fr));
    gap: 10px;*/
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .SecureModal_text_center {
    text-align: center;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .anybtnIcon {
    height: 27px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .anytimeBtnArea {
    border-radius: 28px;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .priceClassWrapper {
    margin: 0;
    font-size: 14px;
    margin-top:3px;
    font-family: var(--font-family-1);

}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range--cards {
    grid-column: span 13;
    display:flex;
    flex-direction:column;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates .plusDateRange {
    position: relative;
    text-align: center;
    align-self: center;
    font-size: 20px;
    color: #5a78e6;
    grid-column: span 2;
    font-weight: 800;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #bfbfbf;
    text-align: center;
    padding: 12px 8px;
    transition: 0.5s;
    min-height: 235px;
    position: relative;
    max-width:200px;
    flex-grow:1;
}
#calimatic_secure_calendar_reder_view_wrapper .available__Dates__card p {
    white-space: break-spaces;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range:hover {
    transform: scale(1.02);
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range.anyTimeWrapper {
    background: #5a78e6;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range.anyTimeWrapper:hover {
        transform: unset !important;
    }

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range .date__range__slider__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top:1rem;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range p.priceClassWrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex-grow: 1;
    color: #424242;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range p.className2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin: 0px;
    cursor: context-menu;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height:44px;
}

#calimatic_secure_calendar_reder_view_wrapper .carousel_nav_round {
    height: 17px;
    width: 17px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2b59fa;
    opacity: 1;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #d6d6d6;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates .clm-slide-item p.timings,
#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates .clm-slide-item p.daysTag {
    font-size: 14px;
    margin: 0 0 4px 0;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.scheduleBtn:hover,
a.scheduleBtn:focus {
    background: #fff;
    transition: .5s;
    border-color: #ffc802;
    color: #000;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.scheduleBtn {
    padding: 0;
    background: #ffc802;
    border-color: #ffc802;
    color: #000;
    max-width: 145px;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.scheduleBtnDisabled {
    padding: 0;
    background: #ffc802;
    border-color: #ffc802;
    color: #000;
    cursor: no-drop !important;
    width: 145px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border-radius: 5px;
}
.no-drop {
    cursor: no-drop !important;
}
#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.noSlotBtn {
    padding: 0 6px;
    background: #ffc802;
    border-color: #ffc802;
    color: #000;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 5px;
    float: left;
    max-width: 120px;
    white-space: nowrap;
}

/*#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.addTowaitListBtn {
    padding: 0 4px;
    background: #ffc802;
    border: 1px solid #ffc802;
    color: #fff;
    cursor: pointer;
    width: auto;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-radius: 5px;
    float: left;
    max-width:120px;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course a.addTowaitListBtn:hover {
        background: #fff;
        border: 1px solid #ffc802;
        color: #ffc802;
    }*/

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range--cards p.modalDateRange {
    line-height: normal;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range--cards p.daternge-title {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family-1);
    margin: 0;
    color: #282828;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .courseDates {
    height: 44px;
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    justify-content: end;
    align-items: center;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .modal-body {
    position: relative;
    max-width: 800px;
    border: 1px solid #cdcdcd;
    padding: 2rem;
    background-color: white;
    right: 0;
    left: 0;
    margin: auto;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .modal-body::after {
        background-color: #000 5f;
        content: '';
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: -2;
    }

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates .anytime-desc p {
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 5px 0;
    line-height: 18px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .anyTimeWrapper .clm__multiselect_btn {
    background: #ffc802 !important;
    color: #000 !important;
    border-color: #ffc802;
    height: 32px !important;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .multiselect-selected-text {
    position: relative;
    display:inline-block !important;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .multiselect-selected-text::after {
        content: '';
        width: 0;
        height: 0;
        border: 4px solid transparent;
        border-top: 0;
        border-bottom: 4px solid black;
        position: absolute;
        right: -12px;
        top: 7px;
        transform: rotate(180deg);
    }

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner {
    position: relative;
}

    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu {
        min-width: 145px;
        border-radius: 0 0 5px 5px;
        max-height: 200px;
        overflow: hidden auto;
        position: absolute;
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 14px;
        text-align: left;
        background-color: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        display: none;
    }
        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu.open_dropup {
            border-radius: 5px 5px 0px 0px;
            top:-200px !important;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu.clm_show_dd {
            display: block;
            z-index: 9;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu::-webkit-scrollbar {
            width: 7px;
            height: 7px;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu::-webkit-scrollbar-thumb {
            background-color: #b0afaf;
            border-radius: 5px;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu::-webkit-scrollbar-track {
            -webkit-box-shadow: none !important;
            background-color: transparent;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu li:not(:last-child) {
            border-bottom: 1px solid #c7c7c740;
        }

        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu li > a {
            display: block;
        }

            #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu li > a:hover {
                text-decoration: none;
                color: #262626;
                background-color: #f5f5f5;
            }

            #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu li > a > label {
                font-weight: 400;
                color: #000000;
                text-transform: capitalize !important;
                padding: 7px 30px;
                cursor: pointer;
                display: block;
                font-size: 13px;
                position: relative;
            }

                #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .clm-select-multiple-inner .clm-dropdown-menu li > a > label input {
                    position: absolute;
                    left: 5px;
                }








#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course p.daternge-title.startRightAway {
    color: #5a78e6;
    font-size: 23px !important;
    height: 44px;
    line-height: 44px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .descriptioncol--wrapper h4 {
    font-weight: 500 !important;
    font-size: 18px;
    margin-top: 0px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .col-md-12.availabledate--digital--art.mt-25 h4 {
    margin: 0px 0px 1rem;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .col-md-12.availabledate--digital--art.mt-25 {
    margin-top: 25px;
}

#calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .anyTimeWrapper p.anyTimeProgram {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    cursor: context-menu;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: var(--font-family-1);
}






#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .enrollonlineBtn {
    border: 1px solid #ffc802;
    max-width: 400px;
    width: 100%;
    color: #000;
    height: 50px;
    background: #fff;
    text-decoration: none;
}

    #calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .enrollonlineBtn:hover {
        background-color: #ffc802 !important;
        transition: .3s;
    }

#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .enrollonlineBtn {
    background-color: white !important;
    transition: .3s;
}

#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .modalCloseButton {
    /*height: 50px;*/
    margin-left: 5px;
    outline: none;
    border: none;
}
#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .modalCloseButton {
    background-color: #efefef !important;
}
#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .modalCloseButton,
#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer .enrollonlineBtn {
    display: flex;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    /*margin-top: 10px;*/
    color: gray;

}

#calimatic_secure_calendar_reder_view_wrapper #enroll__close__btn__wrapper_footer {
 
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 12px;
    background: white;
}

#calimatic_secure_calendar_reder_view_wrapper #ads-imag-model {
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 29%);
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 9999999;
    display: none;
}

    #calimatic_secure_calendar_reder_view_wrapper #ads-imag-model.clm-info-modal-show {
        display: flex;
    }

    #calimatic_secure_calendar_reder_view_wrapper #ads-imag-model .clm__img {
        position: relative;
    }

    #calimatic_secure_calendar_reder_view_wrapper #ads-imag-model .icode-info-img {
        margin: auto;
        max-width: 600px;
        width: 100%;
    }

    #calimatic_secure_calendar_reder_view_wrapper #ads-imag-model .clm-info-popup-close {
        background: transparent;
        border: 0;
        outline: none;
        color: white;
        font-size: 28px;
        padding: 0;
        margin: 0;
        line-height: 1;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: -2px;
    }

/*Slider*/
#calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper > p {
    white-space: normal;
    word-break: break-word;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

#calimatic_secure_calendar_reder_view_wrapper .item.courseOptionCarousels.carousel p,
#calimatic_secure_calendar_reder_view_wrapper div#dateTimingSlideClassId-12536-20 p {
    white-space: normal;
    word-break: break-word;
    font-size: 12px;
    color: #000;
    font-weight: 400;
    margin-bottom: 10px;
}

#calimatic_secure_calendar_reder_view_wrapper .grabbing {
    cursor: grabbing !important;
}

#calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper.slide:not(.active) {
    display: none;
}

#calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper.slide.active {
    transform: translateX(0);
    flex-grow: 1;
    transition: .5s ease-in-out;
}

    #calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper.slide.active.moveleft {
        transform: translateX(-420px);
    }

    #calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper.slide.active.moveRight {
        transform: translateX(420px);
    }
#calimatic_secure_calendar_reder_view_wrapper .clm__m-0 {
    margin: 0;
}
#calimatic_secure_calendar_reder_view_wrapper .clm__relative {
    position: relative !important;
}
#calimatic_secure_calendar_reder_view_wrapper .clm__o-hidden {
    overflow: hidden !important;
}
#calimatic_secure_calendar_reder_view_wrapper .Multi_Timing____Carousel___sm {
    overflow: hidden;
}
#calimatic_secure_calendar_reder_view_wrapper .Time__Wrapper__small__screen {
    width: 100%;
    display: -webkit-box;
    /*gap: 10px;*/
    max-width: 146px;
    padding: 0 0;
    transform: translateX(0px);
    transition: .4s ease-in-out transform;
}
#calimatic_secure_calendar_reder_view_wrapper .p.timings.timing-for_mobile {
    width: 100%;
}
#calimatic_secure_calendar_reder_view_wrapper a.timing_nav__sm.chal___nav {
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    height: 17px;
    width: 17px;
    display: flex;
    justify-content: center !IMPORTANT;
    align-items: center;
    bottom: 0px;
    background-color: white;
}
    #calimatic_secure_calendar_reder_view_wrapper a.timing_nav__sm.chal___nav svg {
        width: 11px;
    }
#calimatic_secure_calendar_reder_view_wrapper .clm__mr-2 {
    margin-right: 16px;
}
#calimatic_secure_calendar_reder_view_wrapper .cln___Card__for__sm a.chal___nav {
    bottom: 0 !important;
}
#calimatic_secure_calendar_reder_view_wrapper .Web_outer-item_wrapper__for__smallScreen {
    text-align: center;
    vertical-align: middle;
    transition: .3s;
    width: 100% !important;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0px 1rem 0 1.5rem;
    align-items: center;
}

#calimatic_secure_calendar_reder_view_wrapper .slider-container--for__smallScreen {
    display: -webkit-box;
    justify-content: center;
    position: relative;
    transition: .5s ease-in-out transform;
    transform: translateX(0);
    /*gap:5px;*/
}
#calimatic_secure_calendar_reder_view_wrapper .slider-container {
    display: -webkit-box;
    justify-content: center;
    position: relative;
    width: 150px;
    /*overflow:hidden;*/
    transition: .5s ease-in-out transform;
    transform: translateX(0)
}
#calimatic_secure_calendar_reder_view_wrapper .New___Secure___Carousel___items__1020 {
    width: 150px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
}
#calimatic_secure_calendar_reder_view_wrapper .us-0 {
    user-select: none;
    cursor: grab;
}

#calimatic_secure_calendar_reder_view_wrapper .silder-NaviBtn {
    position: absolute;
    bottom: 0;
    z-index: 11;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 3px;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease-out .3s;
}

    #calimatic_secure_calendar_reder_view_wrapper .silder-NaviBtn:hover {
        opacity: 1;
    }

    #calimatic_secure_calendar_reder_view_wrapper .silder-NaviBtn.less {
        left: 5px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .silder-NaviBtn.grt {
        right: 5px;
    }

#calimatic_secure_calendar_reder_view_wrapper .Date___Range___Slider___Container {
    width: 180px;
    min-width: 100%;
    overflow: hidden;
    position: relative;
}

#calimatic_secure_calendar_reder_view_wrapper .Date___Range___Slider___inner {
    max-width: 200px;
    display: -webkit-inline-box !important;
    display: -moz-inline-box !important;
    transform: translateX(0);
    transition: transform ease .5s;
}

#calimatic_secure_calendar_reder_view_wrapper .Date___Range___Slider___Container .slides {
    width: 200px;
}
#calimatic_secure_calendar_reder_view_wrapper .slider-container--for__smallScreen {
    width: 100%;
}
#calimatic_secure_calendar_reder_view_wrapper .hero_-nav {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    padding: 5px;
    opacity: 0;
    transition: .4s ease opacity;
}
#calimatic_secure_calendar_reder_view_wrapper .visible {
    opacity: 1 !important;
}

#calimatic_secure_calendar_reder_view_wrapper .Date___Range___Slider___Container:hover .hero_-nav {
    opacity: 1;
}



#calimatic_secure_calendar_reder_view_wrapper a#heroNext {
    right: -8px;
}

#calimatic_secure_calendar_reder_view_wrapper .slides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    #calimatic_secure_calendar_reder_view_wrapper .slides p {
        margin: 0;
    }



#calimatic_secure_calendar_reder_view_wrapper .hero_-nav:hover {
    opacity: 1;
}

#calimatic_secure_calendar_reder_view_wrapper .btn-widget__card___btn {
    color: white;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    /* position: absolute; */
    align-items: center;
    width: 85%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 27px;
    font-size: 13px;
    border-radius: 9px;
    border: 0 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    line-height: 20px;
    cursor: pointer;
}

#calimatic_secure_calendar_reder_view_wrapper .btn__5050 {
    width: 50%;
}

#calimatic_secure_calendar_reder_view_wrapper .btn-widget__card___btn svg {
    width: 18px;
}

/* Waitlist Modal Css */

#calimatic_secure_calendar_reder_view_wrapper * {
    font-family: inherit;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___calendar___WhiteList__wrapper__Con.show {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.245);
    position: fixed;
    top: 0;
    left: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1;
    display: block;
    transform: translateY(0);
}

#calimatic_secure_calendar_reder_view_wrapper .clm___calendar___WhiteList__wrapper__Con:not(.show) {
    display: none;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__area {
    max-width: 600px;
    background-color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: calc(100vh - 200px);
    border-radius: 5px !important;
    overflow: hidden;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___calendar___WhiteList__wrapper__Con.show .clm___WhiteList__area {
    animation: waitlistmodlaAnimi .7s ease;
}

@keyframes waitlistmodlaAnimi {
    0% {
        transform: scale(0.5);
    }

    60% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_header h4 {
    margin: 0 !important;
    font-size: 18px;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_header {
    background-color: rgb(0, 128, 255);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    color: white;
    padding: .5rem 1rem;
}

    #calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_header button:hover,
    #calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_header button:focus,
    #calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_header button {
        padding: 5px;
        background-color: transparent !important;
        border: 0px solid transparent !important;
        cursor: pointer;
        color: white;
        font-size: 20px;
    }

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_body {
    flex-grow: 1;
    background-color: white;
    padding: 2rem;
    overflow-y: auto;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_footer {
}

#calimatic_secure_calendar_reder_view_wrapper .Calimatic__form-group_mb {
    margin-bottom: 16px;
    display: block;
}

    #calimatic_secure_calendar_reder_view_wrapper .Calimatic__form-group_mb label {
        display: block;
        display: inline-block;
        font-size: 11px;
        font-weight: 500;
        text-transform: none;
        letter-spacing: 1px;
        color: #000;
        margin-bottom: 5px;
        cursor: text;
    }

#calimatic_secure_calendar_reder_view_wrapper .text-danger {
    color: #a94442;
}

#calimatic_secure_calendar_reder_view_wrapper .Calimatic__form-group_mb input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    outline-width: 2px !important;
    border: 1px solid #c2cad8 !important;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___--WhiteList_inner {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

#calimatic_secure_calendar_reder_view_wrapper .Calimatic___btn-add-to-waitlist svg {
    width: 18px;
    white-space: nowrap;
}

#calimatic_secure_calendar_reder_view_wrapper .Calimatic___btn-add-to-waitlist {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

#calimatic_secure_calendar_reder_view_wrapper .Calimatic___btn-add-to-waitlist {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #1271c4;
    color: #fff;
    cursor: pointer;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___WhiteList__modal_footer {
    padding: 1rem;
    border-top: 1px solid #dbdbdb;
}

#calimatic_secure_calendar_reder_view_wrapper .loader-07 {
    border: 0 solid transparent;
    border-radius: 50%;
    position: relative;
}

    #calimatic_secure_calendar_reder_view_wrapper .loader-07:before,
    #calimatic_secure_calendar_reder_view_wrapper .loader-07:after {
        content: '';
        border: 4px solid rgb(49, 152, 242);
        border-radius: 50%;
        width: inherit;
        height: inherit;
        position: absolute;
        top: 0;
        left: 0;
        animation: loader-07 1s linear infinite;
        opacity: 0;
    }

    #calimatic_secure_calendar_reder_view_wrapper .loader-07:before {
        animation-delay: 0s;
    }

    #calimatic_secure_calendar_reder_view_wrapper .loader-07:after {
        animation-delay: 0.5s;
    }

@keyframes loader-07 {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #b0afaf;
    border-radius: 5px;
    opacity: 1;
}
#calimatic_secure_calendar_reder_view_wrapper [class*=loader-] {
    display: inline-block;
    width: 6em;
    height: 6em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

#calimatic_secure_calendar_reder_view_wrapper .box {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e987;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12000000;
}

#calimatic_secure_calendar_reder_view_wrapper .not-show {
    display: none;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___calendar___WhiteList__wrapper__Con {
    z-index: 10000000 !important;
}

#calimatic_secure_calendar_reder_view_wrapper #generic-note-div {
    margin: 0;
    border-left: 3px solid !important;
    border-radius: 0;
    box-shadow: 0px 0px 12px -6px gainsboro;
    margin: auto;
    margin-bottom: 10px;
    padding: 6px;
    font-size: 12px;
}

#calimatic_secure_calendar_reder_view_wrapper .alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}



/*/ tostr css Start /*/
#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster {
    position: fixed;
    padding: 10px;
    max-width: 280px;
    width: 100%;
    font-size: 14px;
    font-family: sans-serif;
    border-radius: 3px;
    box-shadow: 0px 0px 20px -4px gray;
    transform: translateY(0);
    z-index: 99999999;
}

    #calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster:not(.show) {
        display: none;
    }

@keyframes mytostAmimation {
    0% {
        transform: translateY(-210px);
        opacity: 0;
    }

    50% {
        transform: translateY(50px);
        opacity: .9;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.show {
    animation: mytostAmimation .8s ease;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.topleft {
    top: 5px;
    left: 5px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.bottomleft {
    bottom: 5px;
    left: 5px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.topright {
    top: 5px;
    right: 5px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.bottomright {
    bottom: 5px;
    right: 5px;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.success {
    background: #5fbd4a;
    color: white;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.danger {
    background: #bd4a4a;
    color: white;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster.warning {
    background: #fae36f;
    color: white;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster .tost-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 20000000;
    gap: 14px;
}

    #calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster .tost-inner span svg {
        width: 28px;
        margin-top: -4px;
        display: block;
    }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic____Calendar____Custom___toster .tost-inner span {
        color: white !important;
    }
#calimatic_secure_calendar_reder_view_wrapper .date__range__slider__wrapper {
    max-width: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#calimatic_secure_calendar_reder_view_wrapper .Date___Range___Slider___inner {
    max-width: 200px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    transform: translateX(0);
    transition: transform ease .5s;
}

#calimatic_secure_calendar_reder_view_wrapper .date__range__slider__wrapper .slides {
    width: 200px;
    /* width: 100%; */
}

#calimatic_secure_calendar_reder_view_wrapper .hero_-nav {
    position: absolute;
    top: 34px;
    bottom: 0;
    cursor: pointer;
    padding: 5px;
    opacity: 0;
    transition: .4s ease opacity;
    display: flex;
    align-items: center;
    /*margin-top:auto;*/
    font-size: 11px;
}
#calimatic_secure_calendar_reder_view_wrapper .anytimeBtnArea a {
    background: white;
    color: #5a78e6;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    font-family: serif;
}
#calimatic_secure_calendar_reder_view_wrapper .date__range__slider__wrapper:hover .hero_-nav {
    opacity: 1;
}

#calimatic_secure_calendar_reder_view_wrapper .date__range__slider__wrapper .item {
    font-size: 14px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    max-width: 200px;
    font-family: var(--font-family-1);
    color: #464646;
}
    #calimatic_secure_calendar_reder_view_wrapper .date__range__slider__wrapper .item p {
        margin: 0px
    }
#calimatic_secure_calendar_reder_view_wrapper a#heroPrev {
    left: 10px;
}



#calimatic_secure_calendar_reder_view_wrapper .clm__sec__slides {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    #calimatic_secure_calendar_reder_view_wrapper .clm__sec__slides p {
        margin: 0;
    }

#calimatic_secure_calendar_reder_view_wrapper .chal___nav svg {
    width: 18px;
}
#calimatic_secure_calendar_reder_view_wrapper .timing-for_mobile {
    margin: 6px 0;
}
#calimatic_secure_calendar_reder_view_wrapper a.chal___nav {
    position: absolute;
    top: 0;
    border: 0;
    margin: auto 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s ease;
    height: 30px;
    width: 15px;
    bottom: -13px;
}
#calimatic_secure_calendar_reder_view_wrapper .cln___Card__for__sm:hover .chal___nav,
#calimatic_secure_calendar_reder_view_wrapper .Camp___NewSecure____Carusel____Wrapper:hover .chal___nav {
    opacity: 1;
}
#calimatic_secure_calendar_reder_view_wrapper a.chal___nav.Chalimatic___PrevBtn {
    left: 0px;
}
#calimatic_secure_calendar_reder_view_wrapper a.chal___nav.Chalimatic___NextBtn {
    right: 0px;
}
#calimatic_secure_calendar_reder_view_wrapper .container_outer___calimatic__124 {
    overflow: hidden;
    display: -webkit-inline-box;
    transform: translate(0px);
    transition: ease-in-out .5s transform;
}
#calimatic_secure_calendar_reder_view_wrapper .Multi_Timing____Carousel___Inner {
    display: -webkit-box;
    gap: 1rem;
    transform: translateX(0px);
    transition: .4s ease-in-out transform;
}
#calimatic_secure_calendar_reder_view_wrapper .chal___nav__Time svg {
    width: 14px;
    cursor: pointer;
}
#calimatic_secure_calendar_reder_view_wrapper .chal___nav__Time {
    position: absolute;
    padding: 2px;
    opacity: 0;
    transition: .5s ease-in-out;
}
#calimatic_secure_calendar_reder_view_wrapper .MultiTiming___carousel___Wrapper__2332:hover .chal___nav__Time {
    opacity: 1;
}
#calimatic_secure_calendar_reder_view_wrapper .MultiTiming___carousel___Wrapper__2332 {
    position: relative;
    overflow: hidden;
}
#calimatic_secure_calendar_reder_view_wrapper .Chalimatic__Time__NextBtn {
    right: 0;
    top: 0;
}
#calimatic_secure_calendar_reder_view_wrapper .Chalimatic__Time__PrevBtn {
    left: 0;
    top: 0;
}
#calimatic_secure_calendar_reder_view_wrapper .Calimatic___D___flex {
    display: flex !important;
}

/*#calimatic____Custom___toster {
    position: fixed;
    padding: 10px;
    line-height: 36px;
    max-width: 260px;
    width: 100%;
    font-size: 16px;
    font-family: sans-serif;
    border-radius: 3px;
    box-shadow: 0px 0px 20px -4px gray;
    transform: translateY(0);
}*/

#calimatic_secure_calendar_reder_view_wrapper .stuckScreen {
    width: 100vw;
    height: 100vh;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-btn {
    font-size: 13.5px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
    width: 50px;
    height: auto;
    color: white !important;
    background: #c00 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    padding: 8px 2px 17px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin-top: -8px;
    /* box-shadow: -3px -3px 5px 1px #373737; */
    border-top-left-radius: 4px;
    /* filter: drop-shadow(3px 1px .7px black); */
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), 50% 100%, 0 calc(100% - 14px));
    transition: padding 0.2s;
}
    #calimatic_secure_calendar_reder_view_wrapper .coupon-btn * {
        color: white !important;
    }
#calimatic_secure_calendar_reder_view_wrapper a.coupon-btn-outer, #calimatic_secure_calendar_reder_view_wrapper a.coupon-btn-outer:hover {
    color: #fff !important;
    text-decoration: none !important;
    background-color: initial !important;
    text-decoration: none !important;
    border-color: transparent !important;
    cursor: pointer !important;
    border-radius: 0px !important;
    filter: drop-shadow(3px 2px 1px #000000e8);
    padding: 0 !important;
}




#calimatic_secure_calendar_reder_view_wrapper .coupon-btn .btn-icon {
    font-size: 14px;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-btn:hover {
    text-decoration: none;
    color: #fff;
    padding: 8px 2px 19px 2px;
}


#calimatic_secure_calendar_reder_view_wrapper .coupon-btn p {
    font-size: 10px !important;
    line-height: normal !important;
    margin: 0 !important;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-btn-div {
    text-align: left;
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 99;
}

#calimatic_secure_calendar_reder_view_wrapper .coureInfo__inner__content .coupon-btn-div {
    top: 8px;
    right: 4px;
    left: auto;
}
#calimatic_secure_calendar_reder_view_wrapper .coupon-card-box {
    max-width: 100%;
    margin-bottom: 16px;
    max-width: 410px;
    width: 100%;
}
#calimatic_secure_calendar_reder_view_wrapper .coupon-card {
    display: flex;
    align-items: center;
    background-color: rgb(241, 241, 241);
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-card-box-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-header {
    padding: 10px 10px;
    position: relative;
    width: 115px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    flex: 0 0 auto;
}


#calimatic_secure_calendar_reder_view_wrapper .couponsContainer {
    flex-wrap: wrap;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    margin: 10px auto;
}
    #calimatic_secure_calendar_reder_view_wrapper .couponsContainer .row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;      
    }

.row-spacing {
    justify-content: center;
}

    #calimatic_secure_calendar_reder_view_wrapper .couponsContainer .col-md-6 {
        width: 48%;
    }


#calimatic_secure_calendar_reder_view_wrapper .coupon-details {
    padding: 5px;
    border-left: 2px dotted #999;
    position: relative;
    /*    width: 230px;
*/ flex: 1 1 auto;
    min-width: 1px;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon-details ._descriptions {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        overflow-wrap: break-word;
    }
#calimatic_secure_calendar_reder_view_wrapper .coupon-code {
    font-size: 30px;
    font-weight: bold;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-image {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-body {
    padding: 10px;
    position: relative;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-description {
    font-size: 16px;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-expiration-date {
    font-size: 14px;
    color: #ccc;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-footer {
    padding: 10px;
    text-align: right;
}

#calimatic_secure_calendar_reder_view_wrapper .copy-coupon-code-button {
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    line-height: 10px;
}

    #calimatic_secure_calendar_reder_view_wrapper .copy-coupon-code-button:hover {
    }

#calimatic_secure_calendar_reder_view_wrapper .coupon-card * {
    margin: 0;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-footer.input-group {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-header span {
    color: #1271c4;
    text-align: left;
    font-size: 22px;
    word-break: break-all;
    line-height: normal;
    font-weight: 600;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-card .code {
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    margin-top: 10px;
    width: 100%;
    justify-content: space-between;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon-card .code a {
        color: inherit;
    }

#calimatic_secure_calendar_reder_view_wrapper .couponCode {
    font-size: 10px;
    font-weight: normal;
    min-width:1px;
}

    #calimatic_secure_calendar_reder_view_wrapper .couponCode * {
        display: block;

    }

    #calimatic_secure_calendar_reder_view_wrapper .couponCode strong {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#calimatic_secure_calendar_reder_view_wrapper .copyBtn {
    border: none !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    line-height: 10px !important;
    background-color: transparent !important;
    padding: 0 !important;
    color: var(--black-color) !important;
    outline: none !important
}
    #calimatic_secure_calendar_reder_view_wrapper .copyBtn svg {
        height: 16px;
        width: 16px;
        fill: var(--black-color) !important;
    }

#calimatic_secure_calendar_reder_view_wrapper .WidgetContentDiv {
    position: relative;
}


#calimatic_secure_calendar_reder_view_wrapper .dynamicViewModal.couponsModal.clm_schedule_modal.modal_show .clm_schedule_modal_body {
    padding-bottom: 1rem !important;
}
#calimatic_secure_calendar_reder_view_wrapper .copy-notification {
    color: white;
    background-color: #28a745;
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    display: none;
    z-index: 999999;
    font-family: inherit;
    padding: 10px;
}



@media screen and (max-width:992px) {
    #calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .descriptioncol--wrapper {
        flex-wrap: wrap-reverse;
    }
        #calimatic_secure_calendar_reder_view_wrapper #Date_and_Days_Course_Description .descriptioncol--wrapper.courseScheduleModalCols .course--description *:not(h4) {
            max-width: 100% !important;
        }
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_schedule_modal.clm_schedule_modal .clm_schedule_modal_dialog {
        max-width: 600px !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates {
        justify-content: center;
    }
}@media screen and (max-width:992.1px){




}
@media screen and (max-width:768px){
    #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav {
        background: Transparent !important;
        border: 0px solid var(--primary-color) !important;
        border-radius: 0px !important;
        padding-block: 1rem;
        gap: 10px;
    }

        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_course_schedule_tabs.ageRange-tab-pills .ageFilter-nav li {
            border-radius: 30px;
            border: 1px solid var(--primary-color);
        }
    #calimatic_secure_calendar_reder_view_wrapper {
        width: 100%;
        max-width: calc(100% - 36px) !important;
        margin: auto;
        box-sizing:border-box;
    }
        #calimatic_secure_calendar_reder_view_wrapper .clm__info__wrapper__sm_-sc {
            min-width: 146px;
            margin-right: 2px;
        }
        #calimatic_secure_calendar_reder_view_wrapper #calimatic_calendar_render_type_tabs li, #calimatic_calendar_render_categories_tabs_list li {
            font-size: 13px;
            padding: 8px 2px !important;
        }
        #calimatic_secure_calendar_reder_view_wrapper span.counter {
            
            height: 17px !important;
            min-width: 17px !important;
            font-size: 10px !important;
        }
        #calimatic_secure_calendar_reder_view_wrapper .coupon-btn-div {
            top: 0;
            right: 0;
        }
}

@media screen and (max-width:463px) {
    #calimatic_secure_calendar_reder_view_wrapper {
        width: 100%;
        max-width: calc(100% - 10px) !important;
        margin: auto;
   
        }
        #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates{
            flex-direction:column;
            align-content:center;
        }
            #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .available--dates .plusDateRange {
                padding-bottom: 0 !important;
            }
}


#calimatic_secure_calendar_reder_view_wrapper .skeleton_wrapper {
    position: relative;
    background: white;
    top: 0;
    width: 100%;
    padding: 2px;
    height: 100%;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__text__Skeleton {
    width: 100%;
    height: 12px !important;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #dddbdd;
    border-radius: 3px;
}

    #calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
        animation: shimmer 2s infinite;
        content: '';
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}
#calimatic_secure_calendar_reder_view_wrapper #clm___skl___container__id {
    position: absolute !important;
    z-index: 999 !important;
    background: #fff !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: 820px;
    overflow: hidden;
}

#calimatic_secure_calendar_reder_view_wrapper .calimatic_skeleton_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box.clm__Age__Tab__Skl {
    width: 630px;
    height: 45px;
    border-radius: 8px;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box.Clm__calendar___Title___Skl.clm__text__Skeleton {
    width: 329px;
    height: 17px !IMPORTANT;
    overflow: hidden;
}

#calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box.Clm__calendar___Title__description___Skl.clm__text__Skeleton {
    height: 11px !IMPORTANT;
    width: 430px;
}

#calimatic_secure_calendar_reder_view_wrapper .Clm__calendar___Title___Skl__container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    margin-top: 10px;
    width: 100%;
}

#calimatic_secure_calendar_reder_view_wrapper .clm____calendar-first_Cell {
    display: flex;
    min-width: 10px;
    gap: 8px;
}

#calimatic_secure_calendar_reder_view_wrapper .clm-sec__skl___tbl {
    width: 100%;
    border-collapse: collapse;
}

    #calimatic_secure_calendar_reder_view_wrapper .clm-sec__skl___tbl .clm__calendar_table_head th .clm__Skeleton__box {
        height: 35px;
        width: 100%;
    }

#calimatic_secure_calendar_reder_view_wrapper .clm____calendar-first_Cell .img-skl.clm__Skeleton__box {
    width: 150px;
    height: 93px;
    border-radius: 8px;
}

#calimatic_secure_calendar_reder_view_wrapper table.clm-sec__skl___tbl td {
    border: 1px solid #e7ecf1;
    padding: 1rem;
}

#calimatic_secure_calendar_reder_view_wrapper .clm____calendar-first_Cell .btn-title-div {
    width: 100%;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#calimatic_secure_calendar_reder_view_wrapper .clm____calendar-first_Cell .btn-title-div {
    width: 100%;
    max-width: 200px;
}

#calimatic_secure_calendar_reder_view_wrapper span.clm__Skeleton__box.clm__btn__Skeleton {
    width: 90px;
    height: 32px;
}

#calimatic_secure_calendar_reder_view_wrapper .clm___calendar___tbl__cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
}

#calimatic_secure_calendar_reder_view_wrapper .SecureCalendar___wrapper {
    max-width: 1170px;
    margin: auto;
}
@media only screen and (max-width: 668px){
    #calimatic_secure_calendar_reder_view_wrapper .date--range--cards.SecureModal_text_center {
        width: 100% !important;
    }
    #calimatic_secure_calendar_reder_view_wrapper #Available_dates_for_Date_and_Days_Course .date--range {
        max-width: 100% !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 768px) {
    #calimatic_secure_calendar_reder_view_wrapper table.clm-sec__skl___tbl td {
        display: none;
    }

        #calimatic_secure_calendar_reder_view_wrapper table.clm-sec__skl___tbl td:first-child {
            display: block !important;
        }

    #calimatic_secure_calendar_reder_view_wrapper .clm____calendar-first_Cell .btn-title-div {
        max-width: 100% !important;
    }

    #calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box.clm__Age__Tab__Skl {
        width: 80%;
        max-width: 500px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .clm__Skeleton__box.Clm__calendar___Title__description___Skl.clm__text__Skeleton {
        width: 70% !important;
        max-width: 400px;
    }
}
#calimatic_secure_calendar_reder_view_wrapper .oldPrice {
    text-decoration: line-through;
}

#calimatic_secure_calendar_reder_view_wrapper .ctx-sec_--pointer {
    cursor: pointer !important;
}
#calimatic_secure_calendar_reder_view_wrapper .coupon-wrapper {
    position: relative;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon-wrapper ul {
        position: absolute;
        list-style: none;
        top: 35px;
        background: white;
        padding: 0.5rem !important;
        border-radius: 4px;
        box-shadow: 0px 0px 4px -3px grey;
        max-height: 150px;
        overflow: auto;
        right: 0;
    }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-wrapper ul li {
            padding: .5rem .5rem;
        }

            #calimatic_secure_calendar_reder_view_wrapper .coupon-wrapper ul li:not(:last-child) {
                border-bottom: 1px solid gainsboro;
            }

#calimatic_secure_calendar_reder_view_wrapper .coupon-inner p {
    border: 1px solid gainsboro;
    padding: .3rem 1rem;
    border-radius: 20px;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon-inner p:not(.show-all-names) {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

#calimatic_secure_calendar_reder_view_wrapper .show-all-names {
    cursor: pointer;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-inner {
    display: flex;
    gap: 8px;
    align-items: center;
}
#calimatic_secure_calendar_reder_view_wrapper .d-none {
    display: none;
}
#calimatic_secure_calendar_reder_view_wrapper .clm_coupon_modal_body {
    min-height: 250px;
}
#calimatic_secure_calendar_reder_view_wrapper .c-location {
    width: 100%;
    display: block;
    position: relative;
}

    #calimatic_secure_calendar_reder_view_wrapper .c-location span.loc-text {
        font-size: 14px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: block;
    }

#calimatic_secure_calendar_reder_view_wrapper .tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#calimatic_secure_calendar_reder_view_wrapper .loc-tooltiptext {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 0px;
    opacity: 0;
    transition: opacity 0.3s;
    right: 0;
    word-break: break-word;
}

    #calimatic_secure_calendar_reder_view_wrapper .loc-tooltiptext span {
        background-color: #ffffffd4;
        color: #000000;
        text-align: center;
        border-radius: 6px;
        padding: 5px 8px;
        border: 1px solid gainsboro;
        box-shadow: 0px 2px 6px -1px gainsboro;
        font-size: 13px;
        display: inline-block;
    }

#calimatic_secure_calendar_reder_view_wrapper .loc-tooltip:hover .loc-tooltiptext {
    visibility: visible;
    opacity: 1;
}

#calimatic_secure_calendar_reder_view_wrapper .timings {
    margin-bottom: 4px;
    font-size: 14px;
    margin-top: 0;
}


/*----Shopping Cart Styling Started----*/
#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container {
    position: absolute;
    right: 0px;
    bottom: 20px;
    top: 8px;
    z-index: 9;
    display: inline-table;
}

    #calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container .shopping-cart-icon-div-container-button {
        height: 55px;
        border: none;
        background-color: #3598dc;
        border-radius: 62px;
        box-shadow: 0 0 3px #fff;
        cursor: pointer;
        transition: all 400ms cubic-bezier(.62,.1,.5,1) !important;
        width: 150px !important;
        border-top-right-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

        #calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container .shopping-cart-icon-div-container-button span {
            font-size: 28px;
            color: white;
            position: absolute;
            left: 16px;
            top: 14px;
            line-height: 28px;
        }

    #calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container .shopping-cart-icon-div-container-total-price-display {
        opacity: 1 !important;
        margin-bottom: 0;
        margin-right: 0;
        margin-top: 0;
        margin-left: 45px;
        font-size: 18px !important;
        width: auto;
        color: white;
        white-space: nowrap;
    }

    #calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container .shopping-cart-icon-image-display {
        width: 28px;
        height: 28px;
    }

#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-image-display-trash {
    width: 12px;
    height: 12px;
}

#calimatic_secure_calendar_reder_view_wrapper .hide-shopping-cart-go-to-cart-btn {
    display: none !important;
}

#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-go-to-cart-btn {
    padding: 6px 12px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    background-color: #1271c4 !important;
    color: #fff;
    border-color: #cccccc;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    line-height: 1.42857143;
    margin-right: 5px;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div {
    position: absolute;
    top: 62px;
    max-width: 470px;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    z-index: 100;
    box-shadow: gray 0px 27px 133px -8px;
    right: 0;
    bottom: 0;
    height: 540px;
    overflow: auto;
    border: 2px solid #3598dc;
    transform: translateX(100%);
    transition: all 0.3s ease;
    /*display: none !important;*/
    border-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div.is-visible {
        transform: translateX(0);
        /*display:block !important;*/
    }
#calimatic_secure_calendar_reder_view_wrapper .td-class-add-ons .td-class-add-ons-inner {
    display: -webkit-box;
    max-width: 140px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-pricing-div {
    border-top: 2px solid #cdcdcd;
    margin-bottom: 20px;
}
    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-pricing-div .shopping-cart-items-container-pricing-div-inner {
        display: flex;
        align-items: center;
        justify-content: end;
        padding: 4px 20px;
    }

    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-pricing-div h5 {
        margin-bottom: 0;
        color: #111111;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        margin: 0 0 0px 0;
    }


    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-pricing-div span {
        min-width: 140px;
        text-align: right;
        font-weight: bold;
        margin: 0 0 0px 0;
        font-size: 14px;
        color: #555;
    }

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-footer-div p {
    line-height: normal;
    font-size: 13px;
    margin-bottom: 30px;
    color: #555;
    margin: 0 0 10px;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div {
    min-height: 260px;
    max-height: 260px;
    overflow: scroll;
}

    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div .td-class-name {
        color: #4b98dd;
        font-weight: bold;
    }

    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div td {
        font-weight: 500;
        color: #000000;
        white-space: pre-wrap;
        background-color: #ffffff;
        background: #ffffff;
        border: 0;
        border-top: 1px solid #e7ecf1;
    }

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-header-display-text {
    font-size: 16px !important;
    color: #555 !important;
    line-height: 1.8 !important;
    margin-bottom: 30px !important;
    margin-top: 5px !important;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div table thead tr {
    background: #ffffff;
    font-style: italic;
    border-bottom: 2px solid #cdcdcd;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div .td-class-action {
    text-align: center;
}
#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div .td-class-tuition {
    text-align: left;
}
#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div .shopping-cart-items-container-table-div .td-class-fee {
    text-align: left;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping-cart-items-container-table .remove-shopping-cart-item-btn {
    cursor: pointer;
}

#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-header-display-text {
    justify-content: center !important;
    padding-left: 10px;
    border-left: 3px solid;
    font-weight: 700;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    white-space: pre-wrap;
    max-width: 55%;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping-cart-items-container-table {
    padding: 28px 0;
    font-size: 13.5px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

    #calimatic_secure_calendar_reder_view_wrapper #shopping-cart-items-container-table th {
        padding: 8px;
        line-height: 1.42857143;
        font-weight: bold !important;
        font-size: 13.5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        vertical-align: middle;
        border: 0;
        color: #4d6b8a !important;
        font-style: italic;
    }

    #calimatic_secure_calendar_reder_view_wrapper #shopping-cart-items-container-table th, #calimatic_secure_calendar_reder_view_wrapper #shopping-cart-items-container-table td {
        padding: 8px;
        line-height: 1.42857143;
    }

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_footer_checkout_button {
    margin-right: 10px;
    max-width: 130px;
    width: 100%;
    border: none;
    background: #3598dc;
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_footer_continue_button {
    margin-right: 10px;
    max-width: 130px;
    width: 100%;
    border: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #555 !important;
    background-color: #f5f5f5;
}

    #calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_footer_continue_button::selection {
        color: #FFF;
        text-shadow: none;
    }

#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-selected-items-container-wrapper-div {
    margin-bottom: 30px;
}

#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-detail-footer-div {
    display: flex;
    justify-content: center;
}
#calimatic_secure_calendar_reder_view_wrapper .hide-button-input {
    display: none !important;
}
#calimatic_secure_calendar_reder_view_wrapper .class-added-to-cart-btn {
    background: transparent !important;
}
#calimatic_secure_calendar_reder_view_wrapper .class-not-added-to-cart-btn {
    background: #ffc802 !important;
}
#calimatic_secure_calendar_reder_view_wrapper .btn.disabled, #calimatic_secure_calendar_reder_view_wrapper .btn[disabled], #calimatic_secure_calendar_reder_view_wrapper fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    box-shadow: none;
}
#calimatic_secure_calendar_reder_view_wrapper #cart-arrow-view {
    width: 50px;
    position: absolute;
    right: 152px;
    top: 8px;
    z-index: 1;
}
#calimatic_secure_calendar_reder_view_wrapper .shopping-cart-icon-div-container {
    position: absolute !important;
}

#calimatic_secure_calendar_reder_view_wrapper #shopping_cart_detail_view_wrapper_div {
    position: absolute !important;
}

#calimatic_secure_calendar_reder_view_wrapper #cart-arrow-view {
    position: absolute !important;
}

#calimatic_secure_calendar_reder_view_wrapper #calimatic_calanderViewTable .calanderViewTable-calendar-heading {
    min-width: 420px;
}

/*----Shopping Cart Styling Ended----*/

#calimatic_secure_calendar_reder_view_wrapper .iti--allow-dropdown input {
    padding-right: 6px;
    padding-left: 52px;
}

#calimatic_secure_calendar_reder_view_wrapper .table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

#calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv {
    padding-left: 15px;
    padding-right: 15px;
}

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table {
        font-size: 13.5px;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        border-collapse: collapse;
    }

        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > thead > tr > th,
        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody > tr > th,
        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > thead > tr > td,
        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody > tr > td {
            padding: 8px;
            line-height: 1.42857143;
        }

        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > thead > tr:first-of-type {
            background-color: #eff3f8;
        }

        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > thead > tr:nth-child(1) {
            color: #4d6b8a !important;
        }

        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > thead > tr:first-of-type th, #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody tr td {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            text-align: left;
            vertical-align: middle;
            border:0;
        }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv table tbody tr {
        background-color: #ffffff;
    }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody > tr:nth-of-type(odd) {
        background-color: #fbfcfd;
    }

        #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody > tr:nth-of-type(odd) td {
            background-color: #fbfcfd;
        }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .table > tbody > tr > td {
        border-top: 1px solid #e7ecf1;
        background-color: #ffffff;
    }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .btn {
        background-color: #ffffff;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        color: #000000;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        border: 1px solid transparent;
        border-color: #9fa8b0;
        white-space: nowrap;
        user-select: none;
    }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .btn-primary {
        color: #ffffff;
        background-color: #1271C4;
        border-color: #1271C4;
    }

    #calimatic_secure_calendar_reder_view_wrapper #addonFeeParentDiv .btn-danger {
        color: #ffffff;
        background-color: #d9534f;
        border-color: #d43f3a;
    }

#calimatic_secure_calendar_reder_view_wrapper #calimaticSecure_class_add_ons_modal .clm_modal_body {
    max-height: 74vh;
    overflow: auto;
}

#calimatic_secure_calendar_reder_view_wrapper .courseTags:after {
    content: '';
    position: absolute;
    left: auto;
    height: 14px;
    width: 2px;
    background: #ffffff;
    top: 5px;
    transition: all 0.3s;
    right: 0;
}

#calimatic_secure_calendar_reder_view_wrapper .courseTags:before {
    content: '';
    position: absolute;
    left: 0;
    height: 14px;
    width: 2px;
    background: #ffffff;
    top: 5px;
    transition: all 0.3s;
}

#calimatic_secure_calendar_reder_view_wrapper .tags {
    top: 0;
    position: relative !important;
    z-index: 99;
    display: inline-block;
    right: 0;
    border: none;
}

#calimatic_secure_calendar_reder_view_wrapper .courseTags.alm-full {
    background: orange !important;
}

#calimatic_secure_calendar_reder_view_wrapper .courseTags span {
    border: none !important
}

#calimatic_secure_calendar_reder_view_wrapper .courseTags.mst-popular {
    background: #28a745;
    color: black !important;
    width: 98px;
    margin-top: -16px;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon---floating___tag {
    position: static !important;
    display: flex !important;
    float: right !important;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon---floating___tag a {
        display: flex !important;
        white-space: nowrap !important;
    }
#calimatic_secure_calendar_reder_view_wrapper .New___Secure___Carousel___items_flex-grow {
    flex: 1;
}


/* New Coupon Css */

#calimatic_secure_calendar_reder_view_wrapper .coupons-container-row {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 1) .coupon-custom-tag {
        background-color: #1271c4;
    }

    #calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 2) .coupon-custom-tag {
        background-color: brown;
    }

    #calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 3) .coupon-custom-tag {
        background-color: burlywood;
    }

    #calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column:nth-child(4n + 4) .coupon-custom-tag {
        background-color: darkblue;
    }

#calimatic_secure_calendar_reder_view_wrapper .set-center {
    justify-content: center;
}

#calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column {
    width: 48%;
}

#calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper {
    border: 1px solid gainsboro;
    border-radius: 10px;
    padding: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-header {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-header .amount-off {
            background: #3f6dfc;
            color: #ffffff;
            font-weight: bold;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 20px;
        }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-header ._coupon-date {
            background: #fcf094;
            padding: 6px 8px;
            border-radius: 4px;
            font-weight: bold;
            font-size: 14px;
        }

    #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body {
        padding-top: 10px;
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body .new-applicable-to {
            margin: 0;
            margin-bottom: 4px;
            font-size: 12px;
        }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body .new-coupon-note {
            width: 100%;
            height: 102px;
            border: 1px solid rgb(184 178 178 / 30%);
            resize: none;
            cursor: auto;
            font-size: 14px;
            scrollbar-width: thin;
        }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body .new-promo-code {
            display: flex;
            align-items: center;
            gap: 7px;
        }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body .new-coupon-text-wrapper {
            padding: 8px 0;
            flex: 1 1 auto;
        }

        #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-coupon-body .coupon-custom-tag {
            padding: 1px 8px;
            background-color: #42B6F5;
            border-radius: 20px;
            margin-right: 4px;
            margin-bottom: 4px;
            word-break: break-word;
            display: inline-block;
            color: white;
            font-size: 13px;
            font-weight: bold;
        }

    #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-promo-code .promo-label {
        flex: 0 0 auto;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
    }

    #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-promo-code .promo-code {
        flex: 0 1 auto;
        min-width: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        background: #ececec;
        padding: 1px 6px;
        border-radius: 4px;
    }

    #calimatic_secure_calendar_reder_view_wrapper .coupon-main-wrapper .new-promo-code .coupon-copy-btn {
        border: 0;
        border-radius: 3px;
        color: #ffffff;
        line-height: normal !important;
    }

@media (max-width: 992px) {
    #calimatic_secure_calendar_reder_view_wrapper .coupons-container-row .coupons-column {
        width: 100%;
    }
}


