.ta_body{
    width: 100%;
    height: auto;
    background-color: #fff;
    background-color: #fff;
    
    display: block;
    padding-top: 46px;
    background-color: #00666609;
}
.ta_body .tab_1{
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 24px;
}
.ta_body .tab_1 h4{
    font-family: "Caveat", cursive !important;
    font-size: 1.1rem;
    color: #006666;
}
.ta_body .tab_1 div{
    width: 46px;
    height: 5px;
    background-color: tomato;
    border-radius: 20px;
    margin-top: 8px;
}
.tab_references{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab_dashboard{
    width: 800px;
    max-width: 92%;
    height: auto;
    background-color: #00666627;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 4% 4% 4%  !important;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.103);
    opacity: 0;
    margin-bottom: 30px;
    -webkit-animation: ctanimation ease-out .2s forwards;
    -moz-animation: ctanimation ease-out .2s forwards;
}
@keyframes ctanimation {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.tadh_head{
    width: 94%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tadh_head h4{
    font-weight: 700;
    font-size: .6;
    color: #006666;
    text-decoration: none;
}
.tabd_round{
    width: 46px;
    height: 6px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tabd_round div{
    width: 10px;
    height: 10px;
    background-color: #FE6A499F;
    border-radius: 50%;
}
.tabd_round div:nth-child(1){
    background-color: #0066669F;
}
.tabd_round div:nth-child(3){
    background-color: #FFAE1A9F;
}

.tab_references .tab_dashboard .tab_schedule-ranh{
    border-top: 2px solid #00666671;
    display: block;
    text-align: center;
    padding: 12px;
    width: 90%;
    margin-top: 8px;
}
.tab_references .tab_dashboard .tab_schedule-ranh h3{
    font-size: 1.1rem;
    color: #006666;
}

.tab_references .tab_dashboard .tab_schedule-ranh h4{
    padding: 6px;
    color: #006666;
}
.tab_references .tab_dashboard .tab_schedule-hoc{
    padding: 12px;
    width: 90%;
    border-top: 2px solid #00666671;
    margin-top: 8px;
}
.tab_references .tab_dashboard .tab_schedule-hoc ul{
    list-style-type: none;
    padding: 0 8px;
}
.tab_references .tab_dashboard .tab_schedule-hoc ul li{
    margin: 4px 0;
    font-weight: 500;
    font-size: 1rem;
    color: #006666;
}
.tab_references .tab_dashboard .tab_schedule-hoc ul li a{
    color: #FE6A499F;
    font-weight: 700;
    text-decoration: none;
}
.tab_references .tab_dashboard .tab_schedule-hoc ul li h3{
    font-size: 1.1rem;
}

.sch_weeks{
    width: 800px;
    max-width: 92%;
    margin: auto;
    border-radius: 34px;
    border: 2px solid #006666;
    background-color: #fff;
}

.sw_head{
    width: 100%;
    margin: 4px;
    font-size: 1.1rem;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

    & .refresh_btn{
        background-color: #006666;
        border-radius: 50%;
        width: 30px !important;
        height: 30px !important;
        display: flex;
        justify-content:center ;
        align-items: center;
        margin-left: 8px;
    }

    & img{
        width: 16px;
        height: 16px;
    }
}
.sw_head h5{
    display: inline-block;
    background-color: #006666;
    color: #fff;
    padding: 6px 14px;
    border-radius: 24px;
}
.sw_content{
    display: flex;
    justify-content: center;   
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.labelinfo {
  font-weight: bold;
}

.tab_info{
    margin: auto;
    width: 92%;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 22px;
    margin-top: 32px;
}
.logoms{
    margin: 12px;
    background-color: #dbf5eb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px;
    border-radius: 50%;
    border: 2px solid #006666;
}
.logoms i{
    padding-top: 4px;
    font-size: 1.6rem;
    color: #006666;
}
.info_sv{
    width: 100%;
    padding: 12px 0;
    color: #006666;
}
.info_sv h4{
    width: 90%;
    font-size: 1rem;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border-bottom: 2px solid #006666;
}

.info_sv p{
    padding-top: 2px;
    font-size: .9rem;
}


.logoms img{
    max-width: 64px;
}

.lc_alert{
    position: fixed;
    left: 50%;
    top: 12px;
    background-color: #190f136a;
    z-index: 10000000000;
    width: 600px;
    max-width: 92%;
    border-radius: 14px;
    transform: translateX(-50%)  translateY(calc(-100% - 24px));
    display: none;
    animation: alertA ease-in-out 5s;
    justify-content: start;
}
.lc_alert img{
    background-color: #fff;
    margin: 10px;
    padding: 4px;
    max-width: 46px;   
    border-radius: 12px; 
}
.lc_alert div{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.lc_alert div h4{
    color: #ffffff;
    font-weight: 700;
    font-size: 1.2rem;
}
.lc_alert div p{
    margin-top: 4px;
    color:  #fff;
    font-weight: 500;
}


@keyframes alertA {
    0%{
        transform: translateX(-50%) translateY(calc(-100% - 24px));
    }
    8%{
        transform: translateX(-50%) translateY(4px);
    }
    12%{
        transform: translateX(-50%) translateY(0);
    }
    90%{
        transform: translateX(-50%) translateY(0);
    }
    100%{
        transform: translateX(-50%) translateY(calc(-100% - 24px));
    }
}

.btnActive{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    flex-direction: column;
    & .activediv:nth-child(1){
        width: 100%;
        display: none;
        height: 100vh;
        background-color: #fff;
        animation: activea ease-out .5s 0s forwards;
    }
}
@keyframes activea {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}


.time{
    display: flex;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: transparent;
    backdrop-filter: blur(6px);
    z-index: 10000;
    display: none;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    transform: translateX(-100%);
    opacity: 0;
    animation: timeA ease-out .3s forwards;
}
@keyframes timeA {
    0%{
        transform: translateX(-100%);
        opacity: .5;
    }
    100%{
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes timeOut {
    0%{
        transform: translateX(0);
        opacity: 1;
    }
    100%{
        transform: translateX(-100%);
        opacity: .5;
    }
}
.off_tm{
    width: 60px;
    height: 60px;
    background-color: #fff;
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    padding: 4px 4px 0 4px;
    align-items: center;
    box-shadow: 0 0 5px 1px rgba(1, 33, 66, 0.356);
    cursor: pointer;
    & i{
        font-size: 1.1rem;
        color: #006666;
    }
}   
.time_content{
    margin-top: 80px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: center;
    border: none;
    outline: none;
}
.time_content table{
    border: none;
    outline: none;
    width: 800px;
    max-width: 96%;
    box-shadow: 0 0 5px 1px rgba(1, 34, 66, 0.164);
    background-color: #cccccc50;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 4px;
}
.time_content table tr{

}
.time_content table tr th{
    
    background-color: transparent;
    backdrop-filter: blur(6px);
    padding: 16px 4px;
}
.time_content table tr td{
    text-align: center;
    padding: 8px 0;
    background-color: transparent;
}
@media (max-width: 812px) {
    .time{
        display: inherit    ;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 10000;
        display: none;
        justify-content: start;
        align-items: center;
        flex-direction: column;
    }
    .off_tm{
        width: 40px;
        height: 40px;
        position: absolute;
        display: flex;
        justify-content: center;
        padding: 4px 4px 0 4px;
        align-items: center;
        cursor: pointer;
    }   
    .time_content{
        margin-top: 80px;
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        border: none;
        outline: none;
    }
    .time_content table{
        border: none;
        outline: none;
        width: 96%;
        max-width: 96%;
        background-color: #cccccc50;
        backdrop-filter: blur(6px);
        border-radius: 12px;
        padding: 4px;
    }
    .time_content table tr{
    
    }
    .time_content table tr th{
        background-color: transparent;
        backdrop-filter: blur(6px);
        padding: 8px 8px;
        font-size: .7rem;
        color: #006666;
        &:nth-last-child(1){
            border-top-right-radius: 12px;
        }
        &:nth-last-child(5){
            border-top-left-radius: 12px;
        }
    }
    .time_content table tr td{
        text-align: center;
        padding: 8px 0;
        background-color: transparent;
        font-size: .7rem;
    }
}


@media (min-width:720px) {
    .btn-loading-more{
        margin-top: -18px;
    }
}
.btn-loading-more{
    cursor: pointer;
}