.schedule-elementor-Container .elementor-widget-container, .schedule-elementor-Container .elementor-element {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.scheduleTable{
    width: 100%;
}
@media only screen and (max-width: 1120px){
    .scheduleTable {
        width: 100%;
    }      
}
@media only screen and (max-width: 900px){
    .scheduleTable {
        width: 100%;
    }      
}
@media only screen and (max-width: 750px){
    .scheduleTable {
        width: 100%;
    }      
}
@media only screen and (max-width: 500px){
    .scheduleTable {
        width: 100%;
    }      
}
.schedules_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 780px){
    .schedules_grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }      
}
@media only screen and (max-width: 590px){
    .schedules_grid {
        grid-template-columns: 1fr;
    }      
}
.sc_rd_Box {
    width: 100%;
    height: 100%;
    font-size: 16px;
    margin-right: -1px;
    vertical-align: top;
    border: 1px solid #e5e5e4;
}
.sc_rd_Box .day {
    background-color: var(--bs-secondary);
    color: #ffffff;
    display: block;
    font-weight: 700;
    font-size: 12px;
    -webkit-letter-spacing: 2px;
    -moz-letter-spacing: 2px;
    -ms-letter-spacing: 2px;
    letter-spacing: 2px;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    font-family: "Roboto", Sans-serif;
}
.sc_rd_Box ul {
    margin: 0!important;
    padding-left: 0;
    width: 100%!important;
}
.sc_rd_Box ul li {
    list-style: none;
    padding: 0 0 5px 0 !important;
    color: var(--bs-primary);
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: fit-content;
/*    border: 1px solid #e5e5e4; */
}
@media only screen and (max-width: 900px){
    /*.sc_rd_Box ul li {*/
    /*    font-size: 12px;*/
    /*}      */
}

@media only screen and (max-width: 700px){
    /*.sc_rd_Box ul li {*/
    /*    font-size: 11px;*/
    /*}      */
}
@media only screen and (max-width: 600px){
    /*.sc_rd_Box ul li {*/
    /*    font-size: 12px;*/
    /*}      */
}
.sc_rd_Box ul li.filterClass_deactive a{
    visibility: hidden;
}
.sc_rd_Box ul li.filterClass_active a{
    visibility: visible;
}
@media only screen and (max-width: 590px){
   
    .sc_rd_Box ul li.emptyBox{
        display: none;
    }
    .sc_rd_Box ul li.filterClass_deactive{
        display: none;
    }
    .sc_rd_Box ul li.filterClass_active{
        display: block;
    }
    .sc_rd_Box ul li.emptyBox.filterClass_active{
        display: none;
    }  
}
@media only screen and (max-width: 489px){
    /*.sc_rd_Box ul li {*/
    /*    font-size: 13px;*/
    /*}      */
}
.sc_rd_Box ul li:nth-child(odd) {
    background-color: #cccccc;
}
@media only screen and (max-width: 590px){
    .schedules_grid .mobileSchedule_bg_active{
        background-color: #cccccc;
    }
    .schedules_grid .filterClass_active.mobileSchedule_bg_active{
        background-color: #cccccc;
    }
    .schedules_grid .filterClass_active.mobileSchedule_bg_deactive{
        background-color: #ffffff;
    }
}
.sc_rd_Box ul li a {
    transition: all 0.2s ease-in-out;
    /* padding: 14px 0; */
    color: #786b1b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding-top: .5rem;
    border-top: 1rem solid transparent;  
}
.sc_rd_Box ul li a.yellow-top-border {
    border-top: 1rem solid #ecec0c;    
}
.sc_rd_Box ul li a.pink-top-border {
    border-top: 1rem solid #e49dc8;    
}
.sc_rd_Box ul li a.skyblue-top-border {
    border-top: 1rem solid #00b6ffab;    
}
.sc_rd_Box ul li a.red-top-border {
    border-top: 1rem solid #d70303;    
}

.sc_rd_Box .sc_rd_item span {
	font-weight: normal;	
}
.sc_rd_Box .sc_rd_item .time {
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    display: block;
    clear: both;
    line-height: normal;
	font-weight: 700;
}
@media only screen and (max-width: 900px){
    /*.sc_rd_Box .time {*/
    /*    font-size: 13px;*/
    /*}      */
}
@media only screen and (max-width: 847px){
    /*.sc_rd_Box .time {*/
    /*    font-size: 12px;*/
    /*}      */
}
@media only screen and (max-width: 700px){
    /*.sc_rd_Box .time {*/
    /*    font-size: 11px;*/
    /*}      */
}
@media only screen and (max-width: 600px){
    /*.sc_rd_Box .time {*/
    /*    font-size: 11px;*/
    /*}      */
}