@import url('https://fonts.googleapis.com/css2?family=Hanuman:wght@300;400;700;900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;    
}

body {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Hanuman', serif;
    color: #000;
    line-height: 1.45;
}

@keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgb(23 197 0 / 80%);
    }
    100% {
      box-shadow: 0 0 0 20px rgb(23 197 0 / 0%);
    }
  }
  .pulse {
    animation: pulse-animation 1.3s infinite;
  }
  .cur_meeting, .cur_meeting:hover{
    background-color: #e9ffed !important;
    border-bottom: 1px solid #94c994;
  }
.jl-pgal-null .swiper-wrapper{
    flex-direction: column;
}
.ocmnul .cur_meetings{
    background: #fff !important;
}
.ocm_emevt{
    font-size: 2vw;
    font-weight: 900;
}
.export__file{
    position: relative;
}
.she_aml{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}
#datetime{
    font-size: 23px;
    font-size: 23px;
    font-size: 1.4vw;
    font-weight: 700;
    text-align: right;
}
#datetime span{
    font-size: 43px;
    font-size: 2.6vw;
}
.swiper-slide-inner{
    background-color: #fff;
}
.swiper-slide-inner tbody tr{
    opacity: 0;
}
.swiper-slide-active tbody tr{
    opacity: 0;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-name: jlmdown;
    animation-name: jlmdown;   
}
.swiper-slide-active tbody tr:nth-child(2){
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-delay: .25s;
    animation-delay: .4s;
}
.swiper-slide-active tbody tr:nth-child(3){
    -webkit-animation-duration: .40s;
    animation-duration: .40s;
    -webkit-animation-delay: .30s;
    animation-delay: .60s;
}
.swiper-slide-active tbody tr:nth-child(4){
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-delay: .35s;
    animation-delay: .8s;
}
.swiper-slide-active tbody tr:nth-child(5){
    -webkit-animation-duration: .40s;
    animation-duration: .40s;
    -webkit-animation-delay: .40s;
    animation-delay: 1.2s;
}
.swiper-slide-active tbody tr:nth-child(6){
    -webkit-animation-duration: .50s;
    animation-duration: .50s;
    -webkit-animation-delay: .50s;
    animation-delay: 1.4s;
}
.swiper-slide-active tbody tr:nth-child(7){
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}
.swiper-slide-active tbody tr:nth-child(8){
    -webkit-animation-duration: .60s;
    animation-duration: .60s;
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}
@-webkit-keyframes jlmdown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
@keyframes jlmdown {
    from {
        opacity: 0;
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translatey(0);
        transform: translatey(0);
    }
}
.table__body tbody tr{
    /* --srow: calc(100vh - 13.2vw); */
    --srow: calc(100vh - 18.7vw);
    height: calc(var(--srow) / 6);
    overflow: hidden;
}
main.table {
    width: 100vw;
    height: 100vh;
    background-color: #003693;
    /* background-color: #002b76; */
    overflow: hidden;
    font-weight: 400;
    font-size: 17px;    
}
.table__header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
    height: 8.5vw;
    color: #fff;
    padding: 0px 1.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.table__header h1{
    display: flex;
    align-items: center;
    gap: 1.3vw;
    white-space: nowrap;
    font-size: 38px;
    font-size: 2.6vw;
    font-weight: 900;
}
.table__header h1 img{
    width: 80px;
    width: 5.5vw;
    height: auto;
}
.table__header .input-group {
    width: 35%;
    height: 100%;
    background-color: #fff5;
    padding: 0 .8rem;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .2s;
}

.table__header .input-group:hover {
    width: 45%;
    background-color: #fff8;
    box-shadow: 0 .1rem .4rem #0002;
}

.table__header .input-group img {
    width: 1.2rem;
    height: 1.2rem;
}

.table__header .input-group input {
    width: 100%;
    padding: 0 .5rem 0 .3rem;
    background-color: transparent;
    border: none;
    outline: none;
}

.table__body {
    width: calc(100% - 3vw);
    height: calc(100vh - 10.3vw);
    background-color: #fff;
    margin: 20px;
    margin: 0.5vw 1.5vw 1.5vw 1.5vw;
    overflow: hidden;
    border: 1px solid #000 !important;
    border-right: 0px;
    position: relative;
    border-radius: 13px;
    border-radius: 1vw;
}
.table__body:after{
    content: '';
    position: absolute;
    width: 1px;
    background: #000;
    height: 100%;
    right: 0px;
    top: 0px;
}
thead{
    position: relative;
    z-index: 999;
}
.table__body .col_head_tr th{
    background: #ffc94a !important;
    color: #000000 !important;
}
.ocm_sheddw{
    display: flex;
    gap: 5px;
    width: 100%;
    font-weight: 900;
    justify-content: flex-start;
    flex-direction: column;
}
.ocmll{text-align: right;}
.ocm_shdiv{
    font-size: 2vw;
}
.ocm_shedi{
    display: flex;
}
.ocm_shedd{
    font-size: 20px;
    font-size: 1.5vw;
    font-weight: 900;
}
.ocm_shed{
    font-size: 16px;
    font-size: 1.28vw;
}
.ocm_sch_n{
    font-size: 20px;
    font-size: 1.5vw;
    font-weight: 900;
    display: block;
}
.ocm_taxl{
    display: flex;
    font-weight: 600;
    font-size: 1.3vw;
    color: #a35100;
}
.ocm_shed.ocmstime{
    font-weight: 600;    
    font-size: 1.3vw;
    color: #a35100;
}
.table__body .col1{
    width: 200px;
    width: 16.2vw;
}
.table__body .col3{
    width: 250px;
    width: 19vw;
}
.table__body .col4{
    width: 70px;
    width: 19vw;
}
.table__body .col5{
    width: 120px;
    text-align: center;
    padding: 10px;
}

.table__body::-webkit-scrollbar{
    width: 0.5rem;
    height: 0.5rem;
}

.table__body::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background-color: #0004;
    visibility: hidden;
}

.table__body:hover::-webkit-scrollbar-thumb{ 
    visibility: visible;
}

table {
    width: 100%;
}

td img {
    width: 36px;
    height: 36px;
    margin-right: .5rem;
    border-radius: 0px;
    vertical-align: middle;
}

table, th, td {
    border-collapse: collapse;
    padding: .1vw 1vw;
    text-align: left;
}

thead th {
    position: sticky;
    top: 0;
    left: 0;
    color: #fff !important;
    border-bottom: 0.11vw solid #000;
    text-transform: capitalize;
    font-size: 19px;
    font-size: 1.4vw;
    height: 40px !important;
    height: 2.7vw !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #353565;
}
thead.ocmnxt th{
    border-top: 0.11vw solid #000;
}
thead th span{
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    left: 15px;
    left: 1vw;
    font-weight: 900;
    font-size: 20px;
    font-size: 1.6vw;
    margin-top: 3px;
}
thead tr th, tbody tr td{
    border-right: 0.11vw solid #000 !important;
    position: relative;
}
thead tr th:last-child, tbody tr td:last-child{
    border-right: 0px !important;
}
tbody tr td:nth-child(3){
    font-size: 17px;
    font-weight: 700;
}
tbody tr td:nth-child(4){
    font-size: 17px;
}
tbody tr {
    background-color: #fff;
}
tbody tr:nth-child(even) {
    background-color: #dce8ff;
}
tbody tr.cur_meetings.rownull{
    /* background-color: #fff !important; */
}

tbody tr {
    --delay: .1s;
    transition: .5s ease-in-out var(--delay), background-color 0s;
}
tbody{
    position: relative;
}
tbody tr.hide {
    opacity: 0;
    transform: translateX(100%);
}

tbody tr td,
tbody tr td p,
tbody tr td img {
    transition: .2s ease-in-out;
}

tbody tr.hide td,
tbody tr.hide td p {
    padding: 0;
    font: 0 / 0 sans-serif;
    transition: .2s ease-in-out .5s;
}

tbody tr.hide td img {
    width: 0;
    height: 0;
    transition: .2s ease-in-out .5s;
}
.table__body .topic_meeting{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    position: absolute;
    -webkit-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    -ms-transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    transform: translate3d(0,0,0) perspective(1px) translateY(-50%);
    left: 1vw;
    right: 1vw;
    font-size: 20px;
    font-size: 1.5vw;
    font-weight: 900;
    color: #003693;
}
.status {
    padding: 3px 0.4vw 0px 0.4vw;
    border-radius: 5px;
    border-radius: 0.4vw;
    text-align: center;
    font-size: 15px;
    font-size: 1vw;
    font-weight: 700;
    display: inline-flex;
}

.status.meeting_active {
    background-color: #129e00;
    color: #fff;
}

.status.cancelled {
    background-color: #e20d0d;
    color: #fff;
}

.status.meeting_pending {
    background-color: #e8a300;
    color: #fff;
}

.status.meeting_hold {
    background-color: #a1a966;
    color: #fff;
}

.time_lbl{
    text-decoration: underline;
}

/*-------------------------------------------------------------------------------------
Marquee text
-------------------------------------------------------------------------------------*/
.ocm_mar_wp{
    --ocmc-marquee-speed: 60s;
    display: flex;
    width: 100%;
    height: 50px;
    background: #343565;
    gap: 10px;    
    padding: 0px 5px 0px 0px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}
.ocm_mar_lbl{
    white-space: nowrap;
    background: #f5e700;
    color: #000000;
    align-items: center;
    display: flex;
    padding: 0px 17px;
    font-size: 22px;
    font-weight: 700;
}
.ocm-marquee-wrap{
    display: flex;
    white-space: nowrap;    
    align-items: center;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-weight: 400;
}
.ocm-marquee-li .ocm_fe_title{
    font-size: 13px;
}
.ocm-marquee-text{
    display: flex;
    align-items: baseline;
    padding: 0px;
    margin: 0px; 
}
.ocm-marquee-left{
    animation: ocm-marquee-left linear infinite;
    animation-duration: var(--ocmc-marquee-speed, 5s);
}
.ocm-marquee-cloned-left{
    animation: ocm-marquee-cloned-left linear infinite;    
    animation-duration: var(--ocmc-marquee-speed, 5s);
}
.ocm-marquee-right{
    animation: ocm-marquee-right linear infinite;
    animation-duration: var(--ocmc-marquee-speed, 5s);
}
.ocm-marquee-cloned-right{
    animation: ocm-marquee-cloned-right linear infinite;    
    animation-duration: var(--ocmc-marquee-speed, 5s);
}
.ocm-marquee-push:hover .ocm-marquee-ul{
    animation-play-state: paused;
}
.ocm-marquee-cloned{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(100%) translateZ(0);
}
.ocm-marquee-text li{
    font-size: 22px;
    list-style: none;
    margin-right: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 700;
}
.ocm-marquee-text li img{
    width: 25px;
    height: auto;
}
.ocm-marquee-text li a::before{
    content: '#';
}
.ocm-marquee-text li a{
    color: #fff;
}
.ocm-marquee-text li a:hover{
    text-decoration: underline !important;
}
@keyframes ocm-marquee-left{
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(-100%) translateZ(0)
    }
}
@keyframes ocm-marquee-cloned-left{
    0% {
        transform: translateX(100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}
@keyframes ocm-marquee-right{
    0% {
        transform: translateX(-100%) translateZ(0)
    }
    100% {
        transform: translateX(0) translateZ(0)
    }
}
@keyframes ocm-marquee-cloned-right{
    0% {
        transform: translateX(0) translateZ(0)
    }
    100% {
        transform: translateX(100%) translateZ(0)
    }
}

/* mobile */
.table__body_w{
    padding: 10px;
    display: none;
}
.table__body.table__mobile thead{
    position: sticky;
    top: 0px;
    z-index: 9;
    border-right: 1px solid #000;
}
.table__body.table__mobile thead{
    background-color: #000;
}
.table__body.table__mobile thead .col_full_head{
    border-bottom: 0px !important;
}
.table__body.table__mobile{
    display: none;
    height: unset;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #000 !important;
    border-right: 0px !important;
    margin: 0px;
}
.table__body.table__mobile table{
    border-right: 0px;
}
.table__body.table__mobile thead th{
    height: 40px !important;
}
.table__body.table__mobile tbody tr{
    height: auto;
}
.table__body.table__mobile thead th{
    font-size: 17px;
}
.table__body.table__mobile .topic_meeting{
    position: unset !important;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}
.table__body.table__mobile tr td span{
    width: 100%;
    display: block;
    -webkit-line-clamp: 30;
}
.table__body.table__mobile tr td span label{
    text-decoration: underline;
    font-weight: 700 !important;
}
.table__body.table__mobile tr td .meeting_m_lead, .table__body.table__mobile tr td .meeting_m_place, .meeting_m_status span:first-child{
    font-size: 16px;
    color: #0b415c;
}
.table__body.table__mobile tr td .meeting_m_lead{
    font-weight: 700;
}
.table__body.table__mobile tr td .meeting_m_lead label{
    font-weight: 400;
}
.table__body.table .topic_meeting{
    display: block;
    -webkit-line-clamp: 50;
}
.meeting_m_status{
    display: flex !important;
    width: 100% !important;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}
.meeting_m_status span{
    width: unset !important;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 700;
}
.meeting_m_status .status{
    padding: 3px 15px;
    font-size: 13px;
}
.table__body.table__mobile .status{
    padding: 2px 7px !important;
    font-size: 12px;
    display: inline-flex;
    justify-content: center;
    width: unset;
}
.table__body.table__mobile tbody tr td:nth-child(4){
    text-align: center;
}
.table__body tbody tr td:nth-child(1), .table__body tbody tr td:nth-child(3), .table__body tbody tr td:nth-child(4){
    font-weight: 700;
}
.table__body.table__mobile tbody tr td:nth-child(1), .table__body.table__mobile tbody tr td:nth-child(3){
    font-size: 13px;
    text-align: center;    
}
.table__body.table__mobile .col4{
    width: 50px;
}
.table__body.table__mobile thead th:nth-child(4){
    width: 75px;
}
.table__body.table__mobile thead .col_full_head th{
    border-bottom: 0px !important;
}
.table__body.table__mobile thead .col_head_tr th:first-child span, .table__body.table__mobile thead th:nth-child(3) span, .table__body.table__mobile thead th:nth-child(4) span{
    left: 0px;
    width: 100%;
    text-align: center;
}
.table__body.table__mobile tr td .meeting_m_lead{
    font-size: 14px;
}
.table__body.table__mobile .col1{
    width: 90px;
}