.komuniti-tab-head-wrapper.cipta-tab-head-wrapper{
   justify-content: center;
   padding: 20px 0;
}
.cipta-tab-head-wrapper .cipta-radio-label{
   padding: 9px 20px;
   line-height: 1.8;
}
.cipta-tab-head-wrapper .radio-wrap:first-child{
   margin-right: 25px;
}
.cipta-tab-head-wrapper .radio-wrap:first-child .cipta-radio-label{
   padding: 9px 31px;
}
.cipta-table-wrapper{
   margin-top: 18px;
}
.cipta-table-wrapper .ast-container{
   max-width: 998px;
}
.cipta-table-wrapper .toggle-tab > div:not(:last-child){
   margin-right: 26px;
}
.persidangan-lepas-wrap.selected{
   display: none;
}
.cipta-table-wrapper .persidangan-sb-wrap .pmsr_body{
   margin-top: 18px;
}
.cipta-table-wrapper #select-all{
   margin-top: 22px;
   cursor: pointer;
}
.cipta-table-wrapper #select-all label{
   cursor: pointer;
}
.cs-checkbox label{
   font-size: 14px;
   font-weight: 600;
   display: inline-flex;
   align-items: center;
}
.cs-checkbox input{
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   position: relative;
   background-color: transparent !important;
   border: 0 !important;
   pointer-events: none;
}
.cs-checkbox span{
   display: inline-block;
   position: relative;
   -webkit-user-select: none; /* Safari */
   -ms-user-select: none; /* IE 10 and IE 11 */
   user-select: none; /* Standard syntax */
   margin-left: 8px;
}
.cs-checkbox input::before{
   content: "";
   display: block;
   width: 18px;
   height: 18px;
   border-radius: 3px;
   border: 1px solid #D9D9D9;
   background: #FFF;
   position: relative;
   top: 0;
   left: 0;
   transition: all .2s ease-in-out;
}
.cs-checkbox input::after{
   content: "";
   display: block;
   width: 18px;
   height: 18px;
   background: url(../images/icon-checkmark2.svg) top left no-repeat;
   background-size: 100%;
   border-radius: 3px;
   overflow: hidden;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 0;
   transition: all .2s ease-in-out;
   opacity: 0;
}
.cs-checkbox input:checked::before{
   background-color: #07B7A0;
   border-color: #07B7A0;
}
.cs-checkbox input:checked::after{
   opacity: 1;
}
.cipta-table-wrapper .permohonan-saringan-section.senarai-persidangan-sec{
   width: 100%;
}
.cipta-table-wrapper .pmsr_body table tbody tr{
   cursor: pointer;
}
.cipta-table-wrapper .pmsr_body table tbody tr:hover td:not(.dataTables_empty){
   background-color: #DDDEFF;
}
.cipta-table-wrapper .pmsr_body table tbody tr td{
   white-space: normal;
}
.cipta-table-wrapper .pmsr_body table thead tr th{
   white-space: nowrap;
}
.cipta-table-wrapper .dataTables_scrollHeadInner, .cipta-table-wrapper .dataTables_scrollHeadInner .datatable-tb{
   padding-right: 0;
   width: 100% !important;
}
body .cipta-table-wrapper .pmsr_body .dataTables_scrollBody table{
   border-top-left-radius: 0;
   border-top-right-radius: 0;
}
body .cipta-table-wrapper .pmsr_body .dataTables_scrollHead table{
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
}
.cipta-table-wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody{
   border-bottom: 1px solid #D9D9D9;
}
.cipta-table-wrapper .dataTables_processing{
   z-index: 9999;
}
.cipta-btn-wrap{
   text-align: center;
   padding-bottom: 40px;
}
.cipta-persidangan-btn{
   min-width: 116px;
}
.status_penarafan_wrap{
   max-width: unset;
   margin-left: -10px;
   margin-right: -10px;
}
.status_penarafan_wrap.inv{
   justify-content: center;
}
.status_penarafan_div{
   width: 363px;
   margin-right: 10px;
   margin-left: 10px;
}
.hide{
   display: none !important;
   visibility: hidden !important;
   opacity: 0 !important;
}
.sem-form #form-upload label i{
   font-size: 12px;
}
.status_penarafan_section.inv{
   padding-top: 35px;
}
.status_penarafan_section .persidangan-notification{
   margin-bottom: 23px;
}
a.link-batal{
   text-decoration: underline;
   color: #2e3182;
   margin-top: 8px;
   display: inline-block;
}
a.link-batal:hover{
   color: #00b8a2;
}
.koTab-accordion-info-div{
   border-bottom: 0;
}
.koTab-accordion-div.secretariat .koTab-accordion-info-div{
   border-bottom: 1px solid #D3D3D3;
}
div.apply-head.pengesahan-head, div.apply-head.permohonan-head{
   min-height: 90px;
}
.status_penarafan_section .persidangan-notification > div > div:last-child{
   display: flex;
   align-items: center;
}
.status_penarafan_section .persidangan-notification .tooltip{
   margin-top: 2px;
}