body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-image:url(/static/media/Background-1.f0cd70c5.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;background-attachment:fixed;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.container{display:grid;justify-content:center}.form-group{padding:7px}.form-group label{margin-bottom:5px;font-weight:700}ul{margin-bottom:7px!important}.mw65{min-width:65px}.layout-main{display:grid;justify-content:flex-start}.layout-main .header{display:flex;align-items:flex-start;grid-column-gap:10px;column-gap:10px;background-color:rgba(27,50,130,.5);flex-direction:column}.layout-main .header .logo{width:100vw;height:-webkit-max-content;height:max-content;background-color:#1b3282}.layout-main .header .btn-dropdown .btn{width:auto}.layout-main .header .btn-dropdown .btn-dd-item{text-align:left}.layout-main .header .btn-dropdown .dropdown-menu{left:0}.layout-main .header .btn-dropdown .dropdown-menu .dropdown-item:hover{color:#fff;background-color:rgba(13,110,253,.85)}.layout-main .header .btn-dropdown .dropdown-menu .dropdown-item.disabled{color:#fff;background-color:rgba(27,50,130,.85)}.layout-main .header .btn-dropdown .dropdown-menu .hr.dropdown-item.disabled{background-color:#fff;color:#000;height:5px;padding:0 10px 14px}.layout-main .header .section-right{height:50px;width:450px!important;display:flex;grid-gap:5px;gap:5px;align-items:center;-webkit-user-select:none;user-select:none;padding:5px}.layout-main .header .section-right .author{width:100%;display:flex;flex-direction:column;line-height:normal;padding:2px 5px;border:1px solid transparent;border-radius:5px;cursor:pointer}.layout-main .header .section-right .author span{font-size:11px;color:#fff;text-align:right;text-wrap:nowrap}.layout-main .header .section-right .author:active,.layout-main .header .section-right .author:hover{padding:2px 5px;border:1px solid #fff;border-radius:5px}.layout-main .header .section-right .author:active{background-color:#87cefa}.layout-main .header .section-right .author:active span{color:#00f}.layout-main .header .section-right .btn-logout{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.layout-main .content{width:99.4vw;height:calc(100vh - 49px);background-color:#fff;border:1px solid #000}.layout-main .btn-dropdown-ps .btn{width:75px}.layout-main .btn-dropdown-ps .dropdown-toggle{width:-webkit-min-content;width:min-content}.layout-main .btn-dropdown-ps .dropdown-menu{min-width:75px}.layout-main .btn-dropdown-ps .dropdown-menu .dropdown-item{text-align:center}@media screen and (min-width:1024px){.layout-main .header{flex-direction:row;align-items:center;grid-gap:5px;gap:5px}.layout-main .header .logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.layout-main .header .logo img{height:50px}.layout-main .header .btn-dropdown .btn{width:auto}.layout-main .header .btn-dropdown .btn-dd-item{text-align:center}.layout-main .header .section-right{position:absolute;left:200vw;margin-right:7px;width:auto!important;padding:0}.layout-main .header .section-right .school-logo{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.layout-main .header .section-right .author{width:auto}.layout-main .content .layout-dashboard .dashboard-load-statistic-setting{display:flex}}.layout-temp{font-size:xx-large;font-weight:700;color:#fff;padding-left:15px}.layout-dashboard{background-color:#fff;display:flex;justify-content:center;flex-direction:column;padding:10px}.layout-dashboard h4{font-size:xx-large;font-weight:700;text-align:center}.layout-dashboard .dashboard-load-statistic-setting{position:absolute;right:15px;top:58px;font-size:small;text-wrap:balance;display:none;flex-direction:row;grid-gap:5px;gap:5px;height:45px}.layout-dashboard .dashboard-load-statistic-setting .setting-refresh{display:flex;align-items:center;font-size:x-large;border-radius:12px}.layout-dashboard .dashboard-load-statistic-setting .setting-checkbox{width:115px;height:45px;padding:0;align-content:center}.layout-dashboard .dashboard-statistic{display:flex;flex-direction:column;justify-content:center;grid-gap:20px;gap:20px;padding:10px;border:3px solid grey;border-radius:15px;box-shadow:5px 7px 5px rgba(0,0,0,.3)}.layout-dashboard .dashboard-statistic .statistic-params{width:100%;grid-gap:10px;gap:10px;display:flex;flex-direction:row;z-index:30}.layout-dashboard .dashboard-statistic .statistic-params .statistic-param-div{flex:1 1;padding:5px;border:2px solid grey;border-radius:7px}.layout-dashboard .dashboard-statistic .statistic-params .statistic-param-div .form-label{padding:0 0 0 10px;font-weight:700}.layout-dashboard .dashboard-statistic .charts{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.layout-dashboard .dashboard-statistic .charts .chart-layout{width:auto;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#efefef;padding:10px;border:2px solid grey;border-radius:7px;display:flex;flex-direction:column;justify-content:center}.layout-dashboard .dashboard-statistic .charts .chart-layout .chart-no-data{background-color:rgba(0,0,0,.3);border-radius:5px;cursor:not-allowed;display:flex;position:absolute;height:285px;width:calc(90vw - 10px);justify-content:center;align-items:center;margin-left:-10px;z-index:20}.layout-dashboard .dashboard-statistic .charts .chart-layout .chart-no-data span{font-weight:bolder;font-size:100px;height:-webkit-min-content;height:min-content;color:hsla(0,0%,100%,.3)}.layout-dashboard .dashboard-buttons{background-color:#fff;display:flex;justify-content:center;grid-gap:50px;gap:50px;position:absolute;bottom:0;width:98vw;margin-left:0}.layout-dashboard .dashboard-buttons button{width:200px;height:55px;margin:15px;font-weight:700}@media screen and (min-width:1024px){.layout-dashboard .dashboard-statistic .charts{flex-direction:row;flex-wrap:wrap}.layout-dashboard .dashboard-statistic .charts .chart-layout{height:275px}.layout-dashboard .dashboard-statistic .charts .chart-layout .chart-no-data{height:275px;width:calc(25vw - 25px)}}.manage-setting{display:flex}.manage-setting .left-panel{display:grid;align-content:start;width:185px;padding:10px;grid-gap:5px;gap:5px;background-color:#fff}.manage-setting .left-panel button{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.manage-setting .left-panel button:hover{color:#fff;background-color:rgba(13,110,253,.85)}.manage-setting .left-panel button:disabled{color:#fff;background-color:rgba(27,50,130,.85)}.manage-setting .main-panel{background-color:#fff;width:calc(100vw - 185px);padding-right:5px}.manage-setting .main-panel h4{font-size:xx-large;font-weight:700;margin:0}.manage-setting .manage-setting-buttons{background-color:#fff;height:calc(100vh - 49px)}.manage-setting .manage-setting-buttons h4{font-size:xx-large;font-weight:700;padding:10px 15px;margin:0}.manage-setting .manage-setting-buttons button{width:150px;height:150px;margin:15px;font-weight:700}.nav-link.active{font-weight:700;background-color:#e6e6fa!important}.form-check-input[type=checkbox]{border-color:grey;cursor:pointer}.tbStyle{font-size:14px}.tbStyle thead>tr>th{text-align:center;font-weight:700}.tbStyle thead>tr>th.left{text-align:left!important}.tbStyle tbody>tr>td{text-align:center}.tbStyle tbody>tr>td.left{text-align:left!important}.tbStyle tbody>tr>td.right{text-align:right!important}.tbStyle tbody>tr>td.action{text-align:center!important;padding:5px;grid-gap:5px;gap:5px}.tbStyle tbody>tr>td.date{text-align:center!important;vertical-align:middle;line-height:3vh;padding:0}.tbStyle tbody>tr>td.actions{text-align:center!important;grid-gap:5px;gap:5px;display:flex;flex-direction:row}.tbStyle tbody>tr.not-display>td{background-color:rgba(0,0,0,.05)}.fixed-th>thead>tr>th{position:-webkit-sticky;position:sticky;top:0}.tb-min-width thead>tr>th{width:0;vertical-align:bottom}.tb-min-width tbody>tr>td{width:0}.tbStyle-options thead>tr>th{text-align:left}.tbStyle-options thead>tr>th.select{width:60px!important;display:flex;justify-content:center}.tbStyle-options tbody>tr>td{text-align:left}.tbStyle-options tbody>tr>td.select{width:60px!important;padding:8px 18px}.page-header{background-color:#fff;width:99vw!important;margin-bottom:0!important}.page-header tbody>tr{display:flex}.page-header .left{flex:1 1;display:flex;justify-content:left;grid-gap:10px;gap:10px;align-items:center;min-height:55px}.page-header .left h5{margin-left:10px;margin-bottom:0!important;align-self:center}.page-header .center{justify-content:center}.page-header .center,.page-header .right{flex:1 1;display:flex;grid-gap:10px;gap:10px}.page-header .right{justify-content:right;padding-right:1px}.page-header-1{background-color:#fff;margin-bottom:0!important}.page-header-1 tbody>tr{display:flex}.page-header-1 .left{flex:1 1;display:flex;justify-content:left;grid-gap:10px;gap:10px}.page-header-1 .left h5{margin-left:10px;margin-bottom:0!important;align-self:center}.page-header-1 .center{flex:1 1;display:flex;justify-content:center;grid-gap:10px;gap:10px}.page-header-1 .right{flex:1 1;display:flex;justify-content:right;grid-gap:10px;gap:10px}.page-content{background-color:#fff;display:grid;justify-content:center;padding:10px}.tooltip-style .tooltip-inner{max-width:500px}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed!important}.alert-modal{z-index:9999!important}.base-tab{padding:10px;border:2px solid #eee;border-radius:5px}.base-tab .header{display:flex;padding:3px 0 10px 10px;grid-gap:5px;gap:5px}.base-tab .header .title-div{flex:1 1;grid-gap:5px;gap:5px;align-items:center}.base-tab .header .title-div .title{font-size:18px;font-weight:700}.base-tab .header .title-div .misc{color:grey;font-size:12px;font-weight:700;margin-bottom:-2px;margin-left:15px}.base-tab .header .buttons{display:flex;grid-gap:10px;gap:10px}.base-tab .tab-info{position:absolute;padding-left:10px}.base-tab .span-total{font-weight:700;display:flex;padding-bottom:7px}.base-tab .tab-result-room-detail{display:flex}.base-tab .ul-tb{list-style:none}.base-tab .ul-tb .th{font-weight:700;padding:5px}.base-tab .ul-tb-body{border-bottom-right-radius:15px}.base-tab .ul-tb-body li{padding:5px}.report-tab-detail-base{display:flex;flex-direction:column;grid-gap:10px;gap:10px}.modal-body-buttons{width:100%;display:flex;justify-content:flex-end}.modal-btns-gap{grid-gap:10px;gap:10px}.no-border-style th{border-style:none}.tb-no-border-no-margin{border:0 solid transparent!important;margin-bottom:0!important;padding:0!important}.tb-no-border-style tbody tr,.tb-no-border-style thead th{border-style:none!important}.tb-no-border-style tbody td.right{text-align:right}.pull-left{position:absolute;left:10px}.tb-room-attendance-info tbody tr td.right{text-align:right}.tb-room-attendance-info tbody tr td.no-padding{padding:0}.sample-text{color:#aaa}.checkbox-highlighted{background-color:#90ee90;padding-right:5px}.form-check-label{width:100%}.setting-box-border{padding:15px;border:1px solid #d3d3d3;border-radius:7px}.setting-checkbox{padding-left:30px!important;padding-top:4px;padding-right:3.5px}.setting-checkbox:hover{background-color:#d3d3d3;border-radius:5px}.framed-checkbox{margin-top:8px;background-color:#fff;padding:10px 38px 35px!important;border:1px solid grey;border-radius:7px}.framed-checkbox-s1{padding:5px 5px 3px!important}.ul-classroom{list-style:none;padding-left:15px!important}.ul-classroom li:before{content:"☑";padding-right:5px}.accordian-border{--bs-border-color:#d3d3d3}.modal-600w{--bs-modal-width:600px!important}.modal-700w{--bs-modal-width:700px!important}.tab-rooms-detail .nav-tabs .nav-item{width:50%}.tab-rooms-detail .nav-tabs .nav-item .nav-link{width:100%;text-align:left}.badge-item{background-color:rgba(13,110,253,.75);padding:2px 5px;border-radius:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:50px;text-align:center}.badge-item span{color:#fff;font-weight:700}.settingTitle{display:flex;align-items:center;grid-column-gap:10px;column-gap:10px}.settingTitle h5{margin:0;line-height:40px}.settingTitle .btn-link{font-size:20px;font-weight:500;text-decoration:none}.settingTitle .start{font-size:20px;font-weight:500;padding:0 2px}.setting-bulk-parent{display:flex;flex-direction:column;grid-row-gap:10px;row-gap:10px}.setting-bulk-parent .setting-bulk-item-setting{display:flex;grid-column-gap:5px;column-gap:5px;border-radius:7px;border:1px solid #d3d3d3}.setting-bulk-parent .setting-bulk-item-setting .select-checkbox{display:flex;align-items:center;justify-content:left;width:45px}.setting-bulk-parent .setting-bulk-item-setting .select-checkbox .form-check-input{width:25px;height:25px}.setting-bulk-parent .setting-bulk-item-setting .select-setting{width:100%}.bg-lightskyblue{background-color:#87cefa}.setting-classroom-tr-class td,.setting-parant-tr .tr-selected>td{background-color:#0ff!important}.setting-parant-tr .setting-child-td .no-td{display:flex;flex-direction:column;grid-gap:5px;gap:5px}.width-max{width:100%}.wh20{width:20px;height:20px}.mini-checkbox{min-height:16px!important;min-width:10px!important;font-size:10px!important;margin:0!important}.pd-7-10{padding:7px 10px}.edited{background-color:#e6e6fa}.disabled-pointer-events{pointer-events:none}.text-left{text-align:left!important}.text-right{text-align:right!important}.pL10{padding-left:10px!important}.mR5{margin-right:5px!important}.posAbL300{position:absolute;left:300px}.tb-edit-event-rooms tbody>tr>td,.tb-edit-event-rooms thead>tr>th{vertical-align:middle}.page-ur-btn-div{display:flex;grid-column-gap:10px;column-gap:10px;justify-content:right;align-items:center;height:40px}.egr-style-group{display:flex;justify-content:center;align-items:center}.egr-style,.egr-style-room{display:flex;grid-column-gap:5px;column-gap:5px;justify-content:center}.egr-style{align-items:center;height:40px}.egr-bg-hover{background-color:#e6e6fa!important;font-weight:700!important}.page-reload-div-scss{display:none;z-index:999;background-color:rgba(0,0,0,.3);justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:105%}.page-reload-div-scss h4{margin-top:275px;color:#fff;display:flex;align-items:center;grid-column-gap:10px;column-gap:10px;background-color:hsla(0,0%,100%,.3);padding:10px;border-radius:10px;width:355px;justify-content:center}.fa-spin-1s{animation:fa-spin .8s linear infinite}.icon-color .fs20{font-size:20px}.icon-color .black{color:#000}.icon-color .white{color:#fff}.icon-color .red{color:red}.icon-color .blue{color:#00f}.icon-color .green{color:green}.icon-color .yellow{color:#ff0}.icon-color .orange{color:orange}.icon-color .gray,.icon-color .grey{color:grey}.td-highlighted>td{background-color:#e6e6fa!important}.group-dropdown .dropdown .dropdown-toggle{min-width:120px}.watermark{margin-top:0;margin-left:0;background-image:url(/static/media/watermark-ikey-ile-5-sm-250.e3a1d75a.png);width:100%;height:100%;display:flex;position:absolute;top:0;left:0;z-index:999}.question-header-div .title-div{display:flex;align-items:center;padding-left:20px;height:50px;font-weight:700}.question-header-div .btn-toggle-answer-div{display:flex;justify-content:flex-end;padding:5px 10px;height:50px;z-index:99999}.question-header-div .btn-toggle-answer-div .btn-toggle-answer{width:150px}.tb-scan-items>tbody>tr>td{vertical-align:middle}.tr-selected td{background-color:#e6e6fa!important}.modal-ui-side-info-panel{position:absolute;left:-265px;width:260px;padding:10px;border:1px solid grey;border-radius:10px;background-color:#fff}.modal-ui-side-info-panel .info-group h6{background-color:#0ff;padding:5px;margin:5px 0 0}.modal-ui-side-info-panel .info-group .group-detail{font-size:12px}.modal-ui-side-info-panel-right{position:absolute;right:-365px;width:360px;padding:10px;border:1px solid grey;border-radius:10px;background-color:#fff}.modal-ui-side-info-panel-right .info-group h6{background-color:#0ff;padding:5px;margin:5px 0 0}.modal-ui-side-info-panel-right .info-group .group-detail{font-size:12px}.div-hover:hover{background-color:#e6e6fa}.form-control .dirty{border-color:red!important}.table-text-left tbody>tr>td,.table-text-left th,.table-text-left thead>tr>td{text-align:left}.table-hover tbody tr.no-hover td{--bs-table-hover-bg:#fff}.table-hover-cell tbody>tr>td:hover{background-color:#d3d3d3}.table-align-centered tbody>tr>td,.table-align-centered thead>tr>th{text-align:center}.table-bordered-t2px table,.table-bordered-t2px td,.table-bordered-t2px th{border:2px solid #d3d3d3!important}.modal-w650{min-width:650px!important}.modal-w750{min-width:750px!important}.qs-remarks{display:flex;flex-direction:column;grid-gap:20px;gap:20px}.qs-remarks .title{font-weight:700}.qs-remarks .content{border:1px solid grey;padding:10px;border-radius:5px;margin:5px 0}.report-mini-table tbody>tr>td{text-align:left;padding:0 5px;vertical-align:top}.report-mini-table tbody>tr>td .label{font-weight:700}.no-user-select,.no-user-select span,.no-user-select tbody>tr>td,.no-user-select thead>tr>th{-webkit-user-select:none;user-select:none}.div-selected{background-color:#e6e6fa!important}.h5-style-1{background-color:beige;padding:10px 5px;border-radius:5px;width:100%}.App,.h5-style-1{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.floating-modal{position:fixed;width:185px;height:35px;left:0;top:25px;z-index:100;font-weight:700;color:#ff0;text-align:center;text-shadow:-1px -1px 0 #000,0 -1px 0 #000,1px -1px 0 #000,-1px 0 0 #000,1px 0 0 #000,-1px 1px 0 #000,0 1px 0 #000,1px 1px 0 #000}.blink{animation:blink 1.5s linear infinite}@keyframes blink{0%{opacity:1}50%{opacity:1}50.01%{opacity:0}to{opacity:0}}@keyframes borderBlink{0%,to{border-color:transparent}50%{border-color:red}}.borderBlink{border:3px solid red;animation:borderBlink .5s step-end infinite}.text-in-banner-pe{z-index:20;font-size:20px;font-weight:bolder;position:absolute;right:150px;top:7.65rem}img{pointer-events:none}.sticky-header .th{top:0}.sticky,.sticky-header .th{position:-webkit-sticky;position:sticky}.sticky{top:-1px;background-color:#fff;border:0 solid #fff;z-index:20}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#ccc}::-webkit-scrollbar-thumb:hover{background:#888}.btn-link{color:#00f}.btn-link,.btn-link:hover{background:none!important;border:none;padding:0 2px;text-decoration:underline;cursor:pointer}.btn-link:hover{color:#069}.blink-fast{animation:blink .5s linear infinite}.dropdown-toggle{width:90%}.btn{box-shadow:none!important}.checkbox{display:flex;align-items:center;grid-gap:5px;gap:5px;width:-webkit-max-content;width:max-content}.error-validation{color:#888;font-size:14px;margin-top:5px;border:2px dotted #61dafb;border-radius:5px;padding:5px;margin-left:15px}.cssload-thecube{width:67px;height:67px;margin:0 auto;padding:15px;position:relative}.cssload-thecube,.cssload-thecube .cssload-cube{transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg)}.cssload-thecube .cssload-cube{float:left;width:50%;height:50%;position:relative;transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1)}.cssload-thecube .cssload-cube:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(43,160,199,.92);animation:cssload-fold-thecube 2.76s linear infinite both;-o-animation:cssload-fold-thecube 2.76s infinite linear both;-ms-animation:cssload-fold-thecube 2.76s infinite linear both;-webkit-animation:cssload-fold-thecube 2.76s linear infinite both;-moz-animation:cssload-fold-thecube 2.76s infinite linear both;transform-origin:100% 100%;-o-transform-origin:100% 100%;-ms-transform-origin:100% 100%;-webkit-transform-origin:100% 100%;-moz-transform-origin:100% 100%}.cssload-thecube .cssload-c2{transform:scale(1.1) rotate(90deg);-o-transform:scale(1.1) rotate(90deg);-ms-transform:scale(1.1) rotate(90deg);-webkit-transform:scale(1.1) rotate(90deg);-moz-transform:scale(1.1) rotate(90deg)}.cssload-thecube .cssload-c3{transform:scale(1.1) rotate(180deg);-o-transform:scale(1.1) rotate(180deg);-ms-transform:scale(1.1) rotate(180deg);-webkit-transform:scale(1.1) rotate(180deg);-moz-transform:scale(1.1) rotate(180deg)}.cssload-thecube .cssload-c4{transform:scale(1.1) rotate(270deg);-o-transform:scale(1.1) rotate(270deg);-ms-transform:scale(1.1) rotate(270deg);-webkit-transform:scale(1.1) rotate(270deg);-moz-transform:scale(1.1) rotate(270deg)}.cssload-thecube .cssload-c2:before{animation-delay:.35s;-o-animation-delay:.35s;-ms-animation-delay:.35s;-webkit-animation-delay:.35s;-moz-animation-delay:.35s}.cssload-thecube .cssload-c3:before{animation-delay:.69s;-o-animation-delay:.69s;-ms-animation-delay:.69s;-webkit-animation-delay:.69s;-moz-animation-delay:.69s}.cssload-thecube .cssload-c4:before{animation-delay:1.04s;-o-animation-delay:1.04s;-ms-animation-delay:1.04s;-webkit-animation-delay:1.04s;-moz-animation-delay:1.04s}@keyframes cssload-fold-thecube{0%,10%{transform:perspective(126px) rotateX(-180deg);opacity:0}25%,75%{transform:perspective(126px) rotateX(0deg);opacity:1}90%,to{transform:perspective(126px) rotateY(180deg);opacity:0}}.link-button{background-color:transparent;border:none;cursor:pointer;text-decoration:underline;display:inline;margin:0;padding:0!important;color:#00f}.tbStyle{width:100%;text-align:center}.tbStyle .thead{font-weight:700}.tbStyle .tbody{text-align:justify}.tbStyle .tbody .hide-row-hover:hover{background-color:inherit;opacity:1}.tbStyle .tbody .hide-column-hover:not(:last-child){background-color:#fff;opacity:1}.tbStyle .tbody .row-seperator{height:2px;background-color:#d3d3d3;padding:0}.tbStyle .tbody .edited{background-color:#e6e6fa}.tbStyle .tbody .disabled-pointer-events{pointer-events:none}.tbStyle .tbody .dropdown-item,.tbStyle .tbody .dropdown-toggle{text-align:left}.tbStyle1{width:100%;vertical-align:middle}.tbStyle1 .btn1{padding:0;margin-top:-5px}.tbStyle1 .btn1 .icon1{font-size:14px;color:green}.tbStyle1 .progressbar1{padding:0;margin:5px 0 0}.tbStyle1 .thead{font-weight:700}.tbStyle1 .tbody{text-align:justify}.tbStyle1 .tbody .hide-row-hover:hover{background-color:inherit;opacity:1}.tbStyle1 .tbody .hide-column-hover:not(:last-child){background-color:#fff;opacity:1}.tbStyle1 .tbody .row-seperator{height:2px;background-color:#d3d3d3;padding:0}.tbStyle1 .tbody .edited{background-color:#e6e6fa}.tbStyle1 .tbody .disabled-pointer-events{pointer-events:none}.tbStyle1 .tbody .dropdown-item,.tbStyle1 .tbody .dropdown-toggle,.tbStyle2{text-align:left}.tbStyle2{vertical-align:top;border:0}.rowStyle{align-items:center}.rowStyle .colBtn{text-align:end}.rowStyle1{border:0}.react-tags__search-input{width:100%}.selectedTag,.suggestionTag{background-color:#8a2be2;color:#fff;padding:5px;text-align:center;text-decoration:none;display:inline-block;cursor:pointer;border:none;min-width:45px;margin:4px 2px}.tbLite{border:3px solid rgba(0,128,255,.9)!important}.tbLite tr td{padding:2px!important;margin:0!important;vertical-align:middle;border:1px solid rgba(0,128,255,.9)}.tbLite .qs-content-picture-td{width:50px;text-align:center}.tbLite img{pointer-events:auto}.tb-no-padding{width:100%}.tb-no-padding td{padding:0!important}.tb-no-padding:hover{background-color:#fff}.td-no-border{border-style:none;border-width:0}.tb-display-mode{width:100%;font-size:12px;text-align:center}.tb-display-mode td{padding:0 1px!important}.tb-display-mode td button{height:25px;padding-top:2px;font-size:12px;font-weight:700}.dropdown-menu{width:90%}.dropdown-menu .dropdown-item{text-align:center}.subjectTag{background-color:orange}.customTooltipStyle .tooltip-inner{max-width:500px;text-align:left}.qListItem-normal{cursor:pointer;color:#000;background-color:#fff;font-weight:400}.qListItem-normal:hover{cursor:pointer;color:#000;background-color:orange;font-weight:400}.qListItem-disabled{cursor:not-allowed;color:#fff;background-color:#d3d3d3;font-weight:400}.qListItem-selected{cursor:pointer;color:#fff!important;background-color:#8a2be2!important;font-weight:700}.floating-div-corner-lower-left{position:fixed;bottom:5px;left:20px;z-index:100;text-align:center;padding:5px}.floating-div-corner-lower-left .content{padding:5px;border:2px solid orange;border-radius:10px;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.floating-div-corner-lower-left .content table{text-align:center}.floating-div-corner-lower-left .content table thead>tr>th{vertical-align:initial}.floating-div-corner-lower-left .content table tbody>tr>td{width:30px}.floating-div-corner-lower-left .content table tbody>tr>td .rr-btn{width:100%}.floating-div-qs-list-hover{position:fixed;bottom:300px;right:-39px;z-index:100;text-align:center;padding:5px}.floating-div-qs-list-hover .hover-title{text-align:center;transform:rotate(90deg);background-color:#fff;border:2px solid orange;border-radius:5px;padding:10px}.floating-div-qs-list-show{position:fixed;bottom:5px;right:10px;z-index:100;text-align:center;padding:5px}.floating-div-qs-list-show .content{padding:5px;border:2px solid orange;border-radius:10px;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.floating-div-qs-list-show .content table{text-align:center}.floating-div-qs-list-show .content table thead>tr>th{vertical-align:initial}.floating-div-qs-list-show .content table tbody>tr>td{width:30px}.floating-div-qs-list-show .content table tbody>tr>td .rr-btn{width:100%}.tb-edit-event-room{width:100%;padding:5px;text-align:center}.tb-edit-event-room .left{text-align:right;width:45%}.tb-edit-event-room .right{text-align:left;width:45%;font-weight:700}.tb-edit-event-room td hr{margin:5px}.tb-search-room{width:100%;border:1px solid grey;margin-top:5px}.tb-search-room .title td{padding:10px 0 0;font-weight:700}.tb-search-room .title .left{text-align:left}.tb-search-room .item .left,.tb-search-room .title .action{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tb-search-room .item .left{text-align:left;padding:0}.tb-search-room .item .action{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.tb-search-room .result{text-align:left}.tb-search-room .result td{padding:5px 0 5px 10px}.tb-search-room .result .title{font-weight:700}.tb-search-room .result .action{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;vertical-align:middle;text-align:center}.tb-search-room .result-not-match td{padding:5px;border:1px solid #000;background-color:#708090;color:#fff}.tb-search-room .result-match td{padding:5px;border:1px solid #000;background-color:#6495ed;color:#fff}.tbStyle_DocRoomTable1{text-align:center;padding:5px;margin:10px}.tbStyle_DocRoomTable1 .title,.tbStyle_DocRoomTable1 .value{text-align:left;height:30px}.tbStyle_DocRoomTable2{width:100%;text-align:center}.tbStyle_DocRoomTable2 thead{font-weight:700}.tbStyle_DocRoomTable2 thead tr .student{text-align:left}.tbStyle_DocRoomTable2 tbody .hide-row-hover:hover{background-color:inherit;opacity:1}.tbStyle_DocRoomTable2 tbody .hide-column-hover:not(:last-child){background-color:#fff;opacity:1}.tbStyle_DocRoomTable2 tbody tr{text-align:center}.tbStyle_DocRoomTable2 tbody tr .student{text-align:left}.tbStyle_DocRoomTable2 tbody tr:hover td{background-color:#efefef}.tb-no-border tr{border:hidden}.grid-container-2-col{display:grid;grid-template-columns:auto auto;justify-content:center}.grid-item-2-col{padding:5px;text-align:center;width:200px}.grid-item-2-col .btn{width:180px}.row-lang .label{transform:rotate(180deg);writing-mode:vertical-lr;text-align:center;padding-left:20px}.row-lang .content{padding-left:0}.dropdown .dropdown-toggle{width:100%}.dropdown .dropdown-menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown .dropdown-menu .dropdown-item{padding:5px 10px}.modal-xl{width:90%;max-width:1200px}dl>dd{width:80px;text-align:center;margin-top:10px}.cursor-pointer{cursor:pointer}.select-organizer-btn .dropdown-toggle{text-wrap:wrap}.react-tags__suggestions ul{list-style:none!important;display:flex;flex-direction:row}.tooltip .tooltiptext:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-top-color:#000}.buttonStyleDownloadExcel{background-color:#007bff}.buttonStyleDownloadExcel,.buttonStyleDownloadExcel:hover{width:100%;border-radius:5px;font-size:15px;color:#fff;border-width:0;text-align:center;padding:7px}.buttonStyleDownloadExcel:hover{background-color:#0069d9;cursor:pointer}.buttonStyleDownloadExcel-event{vertical-align:middle}.buttonStyleDownloadExcel-event,.buttonStyleDownloadExcel-event:hover{width:275px;height:40px;border-radius:5px;color:#fff;background-color:#007bff;border-width:1px;border-color:#fff;text-align:center}.buttonStyleDownloadExcel-event:hover{cursor:pointer}.buttonStyleDownloadExcelSimple,.buttonStyleDownloadExcelSimple:hover{width:100%;height:65px;border-radius:5px;font-size:15px;color:#fff;background-color:#007bff;border-width:0;text-align:center}.buttonStyleDownloadExcelSimple:hover{cursor:pointer}.btn-sort{padding:0 5px;border:1px solid #8a2be2;border-radius:15%}.buttonStyleCloseUi{width:115px;height:65px;font-size:15px}.buttonStyleCloseUi,.buttonStyleEnterAdminUi{border-radius:5px;color:#fff;background-color:#007bff;border-width:0;text-align:center}.buttonStyleEnterAdminUi{width:55px;height:55px;font-size:18px}.tb-col-hover td:hover,.tb-row-hover tr:hover{background-color:#0ff}
/*# sourceMappingURL=main.1627424b.chunk.css.map */