/**************** General ****************/
.grecaptcha-badge {
    display: none!important;
}
body .ast-container, body .ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
div#page {
    overflow: hidden;
}
body div .elementor-element.elementor-section-boxed .elementor-container,
body div .ast-container {
      max-width: 1170px;
}
html body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    /* line-height: 26px; */
}
body h1, body .elementor-widget-heading h1.elementor-heading-title, body .elementor-element h1, body .entry-content h1,
body h2, body .elementor-widget-heading h2.elementor-heading-title, body .elementor-element h2, body .entry-content h2,
body h3, body .elementor-widget-heading h3.elementor-heading-title, body .elementor-element h3, body .entry-content h3,
body h4, body .elementor-widget-heading h4.elementor-heading-title, body .elementor-element h4, body .entry-content h4,
body h5, body .elementor-widget-heading h5.elementor-heading-title, body .elementor-element h5, body .entry-content h5,
body h6, body .elementor-widget-heading h6.elementor-heading-title, body .elementor-element h6, body .entry-content h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2B2E66;
}

body h1, body .elementor-widget-heading h1.elementor-heading-title, body .elementor-element h1, body .entry-content h1 {
    font-size: 50px;
    line-height: 52px;
    font-weight: 700;
}

body h2, body .elementor-widget-heading h2.elementor-heading-title, body .elementor-element h2, body .entry-content h2 {
    font-size: 35px;
    line-height: 54px;
    font-weight: 700;
}
body h3, body .elementor-widget-heading h3.elementor-heading-title, body .elementor-element h3, body .entry-content h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
body h4, body .elementor-widget-heading h4.elementor-heading-title, body .elementor-element h4, body .entry-content h4 {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
}
body h5, body .elementor-widget-heading h5.elementor-heading-title, body .elementor-element h5, body .entry-content h5 {
    font-size: 22px;
    line-height: 38px;
    font-weight: 400;
}
body h6, body .elementor-widget-heading h6.elementor-heading-title, body .elementor-element h6, body .entry-content h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
}

body .size_14px_font {
    font-size: 14px;
}
body .size_13px_font {
    font-size: 13px;
}

body.elementor-editor-active .elementor-element.force_white_font > .elementor-widget-container > .elementor-text-editor > *,
body .elementor-element.force_white_font > .elementor-widget-container > * {
    color: white!important;
}

.elementor-element.elementor-widget-text-editor > .elementor-widget-container > *:last-child {
    margin-bottom: 0;
}
.elementor-editor-active .elementor-element.inline_textarea > .elementor-widget-container > .elementor-text-editor > *,
.elementor-element.inline_textarea > .elementor-widget-container > * {
    display: inline;
    margin-bottom: 0;
}

.elementor-element.special_border_head_bg {
    margin-bottom: 0;
    min-height: 51px;
    width: auto;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    padding: 14px 31px;
    border-radius: 40px 0 40px 0;
    background-color: #00B8A2;
    margin-bottom: -28px;
    z-index: 1;
}
.elementor-element.special_border_body_bg {
    background-color: #EAF5F4;
    border-radius: 20px;
    /* padding: 45px 25px 24px; */
    padding: 45px 55px 28px 25px;
    /* height: calc(100% - 23px); */
    height: 100%;
}

.elementor-element.special_border_head_bg.sb_green_bg {
    background-color: #00B8A2;
}
.elementor-element.special_border_body_bg.sb_green_bg {
    background-color: #EAF5F4;
}

.elementor-element.special_border_head_bg.sb_blue_bg {
    background-color: #2E3182;
}
.elementor-element.special_border_body_bg.sb_blue_bg {
    background-color: #E9EAFB;
}
.elementor-element.special_border_head_bg > .elementor-widget-container * {
    color: white!important;
}
.elementor-element.special_border_body_bg ul, .elementor-element.special_border_body_bg ol {
    margin-left: 0;
}
.elementor-element.special_border_body_bg ul li, .elementor-element.special_border_body_bg ol li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}
.elementor-element.special_border_body_bg ul li:before, .elementor-element.special_border_body_bg ol li:before {
    content: "";
    background-image: url(../images/green-leaf.png);
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 7px;
    left: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.elementor-element.custom_right_separator:before {
    content: "";
    width: 1px;
    max-height: 110px;
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    background-color: #D9D9D9;
}

/***** Button Styling *****/
body .elementor-element.elementor_theme_styling_button .elementor-button, body .theme_styling_button {
    height: 45px;
    background-color: #2E3182;
    padding: 14px 33px 14px 27px;
    font-size: 16px;
    border-radius: 50px;
    border: 1px solid #2E3182;
    position: relative;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    transition: all .3s ease-in-out;
}
body .elementor-element.elementor_theme_styling_button .elementor-button:before, body .theme_styling_button:before {
    content: "";
    background-image: url(../images/green-leaf.png);
    background-position: center;
    background-size: contain;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -11px;
    margin: auto;
    z-index: 1;
    transition: all .3s ease-in-out;
}
body .elementor-element.elementor_theme_styling_button .elementor-button:hover, body .theme_styling_button:hover {
    background-color: white;
    color: #2E3182;
    border: 1px solid #2E3182;
}
body .elementor-element.elementor_theme_styling_button .elementor-button:hover:before {
    transform: rotate(12deg);
}

body .elementor-element.elementor_full_square_button .elementor-button, body .full_square_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #2E3182;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #2E3182;
  font-weight: 600;
  height: 87px;
  width: min-content;
  min-width: 113px;
  color: white;
  line-height: 1;
}
body .elementor-element.elementor_full_square_button .elementor-button .elementor-button-text, body .full_square_button {
    white-space: normal;
}
body .elementor-element.elementor_full_square_button .elementor-button:hover, body .elementor-element.elementor_full_square_button .elementor-button:focus, body .full_square_button:hover, body .full_square_button:focus {
    background-color: white;
    color: #2E3182;
    border: 1px solid #2E3182;
}

body .green_square_button {
    background-color: #07B7A0;
    border: 1px solid #07B7A0;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 16px;
    height: 40px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}
body .green_square_button:hover, body .green_square_button:focus {
    color: #07B7A0;
    border: 1px solid #07B7A0;
    background-color: white;
}

body .green_square_tag {
    background-color: #07B7A0;
    border: 1px solid #07B7A0;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 16px;
    height: 40px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}
body .green_square_tag:hover, body .green_square_tag:focus {
    /* color: #07B7A0;
    border: 1px solid #07B7A0;
    background-color: white; */
}

body .blue_square_tag {
    background-color: #2E3182;
    border: 1px solid #2E3182;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 16px;
    height: 40px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}
body .blue_square_tag:hover, body .blue_square_tag:focus {
    /* color: #2E3182;
    border: 1px solid #2E3182;
    background-color: white; */
}

body .pink_square_tag {
    background-color: #EE3E80;
    border: 1px solid #EE3E80;
    color: white;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 16px;
    height: 40px;
    display: inline-block;
    line-height: 1.2;
    text-align: center;
}
body .pink_square_tag:hover, body .pink_square_tag:focus {
    /* color: #EE3E80;
    border: 1px solid #EE3E80;
    background-color: white; */
}

body .download_style_button {
    color: #2E3182;
    font-weight: 600;
    font-size: 13px;
    height: 38px;
    border: 1px solid #2E3182;
    padding: 7px 10px 7px 7px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    text-align: center;
}
body .download_style_button:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/download-button.png);
    margin-right: 6px;
}
body .download_style_button:hover, body .download_style_button:focus {
    background-color: #2E3182;
    color: white;
}
body .semy-export-btn {
    border: 1px solid #2E3182;
    color: #2E3182;
    border-radius: 50px;
    height: 37px;
    white-space: nowrap;
    display: inline-flex;
    padding: 9px 20px;
    min-width: 170px;
    text-align: center;
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: white;
}
body .semy-export-btn:before {
    content: "";
    width: 16px;
    height: 15px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 7px;
    transition: all .3s ease-in-out;
    background-image: url(../images/export-icon.png);
}
body .semy-export-btn:hover, body .semy-export-btn:focus {
    background-color: #2E3182;
    color: white;
}
body .semy-export-btn:hover:before, body .semy-export-btn:focus:before {
    filter: brightness(0) invert(1);
}
body #page .kembali_style_button {
    text-align: center;
    text-decoration-line: underline;
    color: #2E3182;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    display: inline-block;
}
body #page .kembali_style_button:hover, body #page .kembali_style_button:focus {
    color: #00b8a2;
}
/***** Button Styling end *****/
/**************** General end ****************/
/**************** Header ****************/
section.header_sec.elementor-sticky--effects {
    box-shadow: 0 0 10px #00000026;
}
.uhi-section {
    position: relative;
    min-width: 90px;
}
.uhi-head {
    height: 46px;
    padding: 7.5px 35px 7.5px 21px;
    background-color: #2E3182;
    border: 1px solid #2E3182;
    border-radius: 50px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    max-width: 350px;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}
.uhi-head:hover {
    background-color: #07B7A0;
    border-color: #07B7A0;
}
.uhi-page-list .uhi-page-link:hover {
    color: #07B7A0;
}
.uhi-head:after {
    content: "";
    width: 9px;
    height: 7px;
    /* border-top: 8px solid #ffffff;
    border-left: 6px solid #ffffff00;
    border-right: 6px solid #ffffff00; */
    border-top: 6px solid #ffffff;
    border-left: 5px solid #ffffff00;
    border-right: 5px solid #ffffff00;
    margin-right: 12px;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.uhi-body {
    box-shadow: 0 0 8px #0000001a;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    background-color: white;
    top: 100%;
    right: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
    min-width: 100%;

    pointer-events: none;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 5px 16px 16px 16px;
    padding-top: 0;
    padding-bottom: 0;
}
.uhi-section.actived .uhi-body {
    padding: 5px 16px 16px 16px;
    opacity: 1;
    max-height: 700px;
    pointer-events: all;
    top: calc(100% + 8px);
}
.committee-uhi-sec .uhi-page-list {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.committee-uhi-sec .uhi-head {
    background-color: #07B7A0;
    border: 1px solid #07B7A0;
    padding: 7.5px 21px 7.5px 21px;
}
.committee-uhi-sec .uhi-head:hover {
    background-color: #2E3182;
    border: 1px solid #2E3182;
}
.uhi-section.committee-uhi-sec {
    min-width: 78px;
}
.uhi-page-list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
    margin-bottom: 14px;
}
.uhi-page-list .uhi-page-link {
    font-size: 15px;
    color: #2B2E66;
    font-weight: 500;
    padding: 6.5px 0;
    line-height: 1.3;
}
.uhi-foot a {
    width: 100%;
    white-space: nowrap;
}
.mhd_button {
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/mobile-handburger.png);
    width: 35px;
    height: 36px;
    padding: 10px 5px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.mhd_button:hover {
    transform: scale(1.1);
}

.mhd_popup_sec {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: white;
    top: 0;
    left: 0;
    display: none;
}
.mhd_popup_head {
    display: flex;
    align-items: center;
    padding: 0 15px 0;
    border-bottom: 1px solid #D9D9D9;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: white;
}
.mhd_pu_icon {
    padding: 7px 0 9px;
}
.mhd_popup_head .mhd_pu_icon img {
    max-width: 52px;
}
.mhd_pu_close {
    display: block;
    background-image: url(../images/close-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 34px;
    height: 32px;
    padding: 5px;
    position: absolute;
    transition: all .3s ease-in-out;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    z-index: 1;
}
.mhd_pu_close:hover {
    transform: scale(1.1);
}
.mhd_popup_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.mhd_contact_info_sec {
    margin-top: auto;
    padding: 15px;
}
.mhd_popup_foot {
    /* padding: 10px 0; */
    padding: 83px 0 10px;
    margin-bottom: 25px;
}
.mhd_mobile_menu .menu {
    margin-left: 0;
    margin-bottom: 0;
}
.mhd_mobile_menu .menu .menu-item .menu-link {
    font-weight: 600;
    color: #2b2e66;
    font-size: 15px;
    padding: 10px 15px;
    display: block;
    line-height: 1.2;
}
.mhd_mobile_menu .menu .menu-item .menu-link:hover, .mhd_mobile_menu .menu .menu-item .menu-link:focus {
    color: #00B8A2;
}
.mhd_contact_info_sec .mhd_contact_info > p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
}
.mhd_popup_head .mhd_pu_mohon {
    margin-left: auto;
    margin-right: 51px;
}
/**************** Header end ****************/
/**************** Homepage ****************/
.home_banner_sec > .elementor-container {
    height: 100vh;
    max-height: 613px;
}

.elementor-element.textarea_with_quote > .elementor-widget-container > *:first-child, .elementor-element.textarea_with_quote > .elementor-widget-container > *:last-child {
    position: relative;
}
.elementor-element.textarea_with_quote > .elementor-widget-container > *:first-child:before, .elementor-element.textarea_with_quote > .elementor-widget-container > *:last-child:after {
    content: "";
    width: 71px;
    height: 41px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.elementor-element.textarea_with_quote > .elementor-widget-container > *:first-child:before {
    background-image: url(../images/leaf-quote-start.png);
    margin-top: -20px;
    margin-right: 17px;
    margin-left: -88px;
}
.elementor-element.textarea_with_quote > .elementor-widget-container > *:last-child:after {
    background-image: url(../images/leaf-quote-end.png);
    margin-bottom: -20px;
    margin-left: 10px;
    margin-right: -81px;
}
.elementor-element.textarea_with_quote > .elementor-widget-container > *:first-child {
    display: block;
}
.elementor-element.elementor-widget-ucaddon_block_style_content {
    width: calc(25% - 15.75px);
    margin-right: 21px;
    margin-bottom: 21px;
}
.elementor-element.elementor-widget-ucaddon_block_style_content:nth-child(4n + 4), .elementor-element.elementor-widget-ucaddon_block_style_content:last-child {
    margin-right: 0;
}
.semy_block_sec {
    display: flex;
    align-items: center;
    min-height: 110px;
    border-radius: 20px;
    overflow: hidden;
    padding: 12px 21px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 0 20px #0000000d;
}
.semy_block_img_wrap .semy_block_img {
    max-width: 50px;
    max-height: 60px;
    display: block;
    margin: auto;
    height: auto;
    width: auto;
}
.semy_block_img_wrap {
    width: 50px;
    height: 60px;
    min-width: 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 21px;
}
.semy_block_title_wrap .semy_block_title {
    margin-bottom: 0;
    color: #2B2E66;
    font-weight: 600;
    line-height: 21px;
    text-transform: capitalize;
}
.elementor-element img.tooltip {
    margin-top: -2px;
}

/**************** Homepage end ****************/
/**************** Sticky Icon ****************/
.sticky_social_button {
    width: 60px;
    height: 60px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/social_icon.png);
    box-shadow: 0 0 5px #00000026;
    border-radius: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease-in-out;
    background-color: white;
}
.sticky_social_sec {
    position: relative;
    margin-bottom: 7px;
}
.sticky_social_list {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 0);

    transition: all .3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}
.sticky_social_list .sticky_social_link img {
    display: block;
    width: 25px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.sticky_social_link:before {
    content: "";
    background-color: white;
    width: 23px;
    height: 23px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sticky_social_link {
    padding: 5px;
    width: 35px;
    display: block;
    position: relative;
}
.sticky_social_link:last-child {
    margin-bottom: 5px;
}
.sticky_social_button:hover, .sticky_social_link:hover {
    transform: scale(1.05) rotate(15deg);
}
.sticky_social_list.active {
    max-height: 300px;
    opacity: 1;
    pointer-events: all;
}


.foot_sticky_item {
    position: fixed;
    z-index: 999;
    right: 35px;
    bottom: 50px;
    transition: all .3s ease-in-out;
}
.sticky_mtt_button {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    background-image: url(../images/mtt_arrow.png);
    margin: 0 auto;

    opacity: 0;
    pointer-events: none;
}
.sticky_mtt_button:hover {
    transform: scale(1.1);
}
.sticky_active .sticky_mtt_button {
    opacity: 1;
    pointer-events: all;
}
/**************** Sticky Icon end ****************/
/**************** Maklumat Pemohon ****************/
div.apply-head {
    min-height: 113px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div.apply-step-inner {
    padding: 0 0 0 25px;
}
.apply-step-count {
    background-color: #B0AFAF;
    width: 23px;
    height: 23px;
    min-width: 23px;
    min-height: 23px;
    border-radius: 50px;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}
.apply-step-di a {
    /* padding: 17px 12px 18px 0; */
    padding: 17px 0 18px 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #B0AFAF;
    white-space: nowrap;
}
/* .apply-step-di:not(:last-child) */
.apply-step-di {
    margin-right: 15px;
}
.apply-step-di a:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #2E3182;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.apply-step-di.actived:not(.step-completed) .apply-step-count, .apply-step-di:not(.step-completed) a:hover .apply-step-count {
    background-color: #2E3182;
}
.apply-step-di.actived a, .apply-step-di a:hover {
    color: #2E3182;
}
.apply-step-di.actived a:before, .apply-step-di a:hover:before {
    opacity: 1;
}
.apply-step-button .semy-btn {
    padding-left: 23px;
    padding-right: 23px;
}
.apply-step-button {
    padding: 9px 0px 6px;
}
body .semy-btn.semy-disable {
    background-color: #B0AFAF;
    border: 1px solid #B0AFAF;
    color: white;
    pointer-events: none;
}
.apply-step-di:last-child a {
    padding-right: 0;
}
.apply-step-section {
    display: flex;
    align-items: center;
    width: 100%;
}

div.apply-step-inner::-webkit-scrollbar {
  display: none;
}
div.apply-step-inner {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.apply-step-mobile-body .apply-step-inner {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-right: 0;
}
.apply-steps .ast-container {
    padding-left: 15px;
    padding-right: 15px;
}
.apply-step-mobile-head-title {
    color: #2E3182;
    font-size: 15px;
    font-weight: 600;
}
.apply-step-mobile-head {
    display: flex;
    align-items: center;
    /* padding: 5px 3px 6px 4.5px; */
    padding: 5px 3px 5px 4.5px;
    background-color: white;
}
.apply-step-mobile-head:before {
    content: "";
    width: 9px;
    height: 7px;
    border-top: 9px solid #2E3182;
    border-left: 7px solid #ffffff00;
    border-right: 7px solid #ffffff00;
    margin-right: 12px;
    transition: all .3s ease-in-out;
}
.apply-step-mobile-head:before {
    content: "";
    width: 9px;
    height: 7px;
    border-top: 8px solid #2E3182;
    border-left: 6px solid #ffffff00;
    border-right: 6px solid #ffffff00;
    margin-right: 12px;
    transition: all .3s ease-in-out;
}
.apply-timer-sec {
    margin-left: auto;
    position: relative;
}
.apply-timer {
    background: -webkit-linear-gradient(left, #2E3182 50%, #D9D9D9 50%);
    border-radius: 100%;
    height: 42px;
    width: 42px;
    position: relative;
    -webkit-mask: radial-gradient(transparent 63%,#000 50%);
    mask: radial-gradient(transparent 63%,#000 50%);
}
.apply-timer-mask {
    border-radius: 100% 0 0 100% / 50% 0 0 50%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    -webkit-transform-origin: 100% 50%;
    background-color: #D9D9D9;
}
.apply-timer-sec span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color: #2E3182;
}
.apply-timer-sec[data-count="1"] .apply-timer { transform: rotate(60deg); }
.apply-timer-sec[data-count="1"] .apply-timer-mask { transform: rotate(-60deg); }

.apply-timer-sec[data-count="2"] .apply-timer { transform: rotate(120deg); }
.apply-timer-sec[data-count="2"] .apply-timer-mask { transform: rotate(-120deg); }

.apply-timer-sec[data-count="3"] .apply-timer { transform: rotate(180deg); }
.apply-timer-sec[data-count="3"] .apply-timer-mask { transform: rotate(-180deg); }

.apply-timer-sec[data-count="4"] .apply-timer { transform: rotate(240deg); }
.apply-timer-sec[data-count="4"] .apply-timer-mask { transform: rotate(-60deg); background-color: #2E3182; }

.apply-timer-sec[data-count="5"] .apply-timer { transform: rotate(300deg); }
.apply-timer-sec[data-count="5"] .apply-timer-mask { transform: rotate(-120deg); background-color: #2E3182; }

.apply-timer-sec[data-count="6"] .apply-timer { transform: rotate(360deg); }
.apply-timer-sec[data-count="6"] .apply-timer-mask { transform: rotate(-180deg); background-color: #2E3182; }


.apply-timer-sec.apply-timer-profile[data-count="1"] .apply-timer { transform: rotate(120deg); }
.apply-timer-sec.apply-timer-profile[data-count="1"] .apply-timer-mask { transform: rotate(-120deg); }

.apply-timer-sec.apply-timer-profile[data-count="2"] .apply-timer { transform: rotate(240deg); }
.apply-timer-sec.apply-timer-profile[data-count="2"] .apply-timer-mask { transform: rotate(-60deg); background-color: #2E3182; }

.apply-timer-sec.apply-timer-profile[data-count="3"] .apply-timer { transform: rotate(360deg); }
.apply-timer-sec.apply-timer-profile[data-count="3"] .apply-timer-mask { transform: rotate(-180deg); background-color: #2E3182; }

.apply-step-section-mobile {
    position: relative;
}
.ass-mobile .apply-step-di a:before {
    display: none;
}
.apply-step-di.step-completed .apply-step-count {
    background-image: url(../images/step-completed.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff00;
    font-size: 0;
    z-index: 2;
    position: relative;
}
.ass-mobile .apply-step-di {
    margin-right: 0;
}
.ass-mobile .apply-step-di a {
    padding: 23px 8px 0 8px;
}
.apply-step-label {
    display: block;
    position: relative;
}
.ass-mobile .apply-step-di:not(:first-child) a:after {
    content: "";
    position: absolute;
    background-color: #D9D9D9;
    transition: all .3s ease-in-out;
    height: 55%;
    width: 1px;
    top: -5%;
    left: 19px;
}
.ass-mobile .apply-step-di.actived a:after, .ass-mobile .apply-step-di.step-completed a:after {
    background-color: #2E3182;
}
.ass-mobile .apply-step-di:first-child a {
    padding-top: 17px;
}
.ass-mobile div.apply-step-button:before {
    display: none;
}
.ass-mobile .apply-step-count {
    margin-right: 10px;
}
.ass-mobile .apply-step-button {
    padding: 22px 8px;
}
.ass-mobile .apply-step-button button {
    width: auto;
}
.apply-step-section-mobile {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}
.apply-step-mobile-head, .apply-step-mobile-body {
    padding-left: 15px;
    padding-right: 15px;
}
.apply-step-mobile-body {
    box-shadow: 0 0 8px #0000001a;
    transition: all .5s ease-in-out;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    z-index: 9;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: white;
}
.apply-step-section-mobile.actived .apply-step-mobile-head:before {
    transform: rotate(180deg);
}
.apply-step-section-mobile.actived .apply-step-mobile-body {
    opacity: 1;
    pointer-events: all;
    max-height: 800px;
}
.ass-mobile .apply-step-di.actived .apply-step-label:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2E3182;
    bottom: -2px;
    left: 0;
    transition: all .3s ease-in-out;
}
.apply-step-di.step-completed a {
    color: #2E3182;
}
.apply-steps:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 200vh;
    bottom: 0;
    left: 0;
    z-index: 99;
    background: #625D5D;
    mix-blend-mode: multiply;
    transition: all .3s ease-in-out;
    pointer-events: none;
    opacity: 0;
}
.apply-steps.actived .ast-container.apply-steps-container {
    position: relative;
    z-index: 999;
}
.apply-steps.actived.apply-steps:after, .uhi-section.actived:before {
    pointer-events: all;
    opacity: 0.3;
}
.uhi-section:before {
    content: "";
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: #625D5D;
    mix-blend-mode: multiply;
    transition: all .3s ease-in-out;
    pointer-events: none;
    opacity: 0;
}
.uhi-section.actived .uhi-head, .uhi-section.actived .uhi-body {
    z-index: 999;
}
.uhi-section.dum-actived .uhi-head, .uhi-section.dum-actived .uhi-body {
    z-index: 998;
}

.apply-step-section-mobile:before {
    /* content: ""; */
    background-image: url(../images/qc/Maklumat-Peribadi-mobile.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 375px;
    z-index: 9;
    pointer-events: none;
    opacity: 0.5;
}
.custom_tooltip_popup {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.custom_tooltip_popup_wrap {
    width: 48.6%;
    min-width: 570px;
    margin-left: auto;
    background-color: white;
    height: 100%;
    position: relative;
    z-index: 1;
}
.custom_tooltip_popup_div {
    padding: 59px 31px 30px 26px;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    max-width: 588px;
    position: relative;
}
.ttpu_div .ttpu_div_title {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 700;
    color: #2B2E66;
    position: absolute;
    line-height: 1.3;
    top: -15px;
    left: 18px;
    padding: 3px 7px;
    background-color: white;
    z-index: 1;
    max-width: calc(100% - 36px);
}
.ttpu_div {
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    position: relative;
    padding: 19px 28px 18px 28px;
    display: flex;
    align-items: flex-start;
    margin: 15px 0 33px;
}
.custom_tooltip_popup_div .tooltip_pu_title {
    margin-bottom: 47px;
    padding-right: 25px;
}
.ttpu_div .ttpu_div_img_wrap {
    width: 46px;
    height: 52px;
    min-width: 46px;
    min-height: 52px;
    margin-right: 11px;
    padding-top: 2px;
}
.ttpu_div .ttpu_div_img {
    max-height: 52px;
    max-width: 46px;
}
.ttpu_div .ttpu_div_content {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}
.tooltip_pu_close {
    background-image: url(../images/close-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 34px;
    height: 32px;
    padding: 5px;
    position: absolute;
    transition: all .3s ease-in-out;
    cursor: pointer;
    top: 26px;
    right: 2px;
    z-index: 1;
}
.tooltip_pu_close:hover, .ks-pu-close:hover {
    opacity: 0.6;
}
.custom_tooltip_popup_div::-webkit-scrollbar {
    width: 6px
}
.custom_tooltip_popup_div::-webkit-scrollbar-track {
    border-left: 6px solid white;
    margin-top: 75px;
    margin-bottom: 30px;
}
.custom_tooltip_popup_div::-webkit-scrollbar-thumb {
    border-left: 6px solid #07B7A0;
    border-radius: 100px;
}
.tooltip_pu_bg {
    background-color: black;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
}
/**************** Maklumat Pemohon end ****************/
/**************** Form Field ****************/
.sem-column-wrapper {
    padding: 11px 20px 18px;
    border-radius: 15px;
    background-color: white;
}
.sem-form .sem-column-wrapper .nice-select {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
}
.first-field-wrap {
    margin-bottom: 5px;
}
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
.sem-form input[type="date"] {
    border: 1px solid white;
    transition: all .2s linear;
}

/**************** Form Field end ****************/
/**************** Status Penarafan ****************/
.status_penarafan_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 898px;
}
.status_penarafan_section {
    padding: 85px 0 50px;
}
.status_penarafan_div:nth-child(2n + 2) {
    margin-right: 0;
}
.status_penarafan_div {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 35px;
}
.status_penarafan_inner_div {
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 55px;
    border-radius: 20px;
    box-shadow: 0 0 8px #0000001a;
    overflow: hidden;
}
.sp_tag_bg {
    position: absolute;
    width: 100%;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/status-penarafan-bg.jpg);
    top: 0;
    left: 0;
}
.sp_body {
    height: 100%;
    min-height: 269px;
    text-align: center;
    padding: 0 20px 25px;
    z-index: 1;
    position: relative;
}
.sp_img_wrap {
    width: 87px;
    height: 87px;
    border-radius: 50px;
    border: 3px solid white;
    overflow: hidden;
    background-color: #EAF5F4;
    margin-left: auto;
    margin-right: auto;
    margin-top: -38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-bottom: 10px;
}
.sp_body .sp_download {
    margin-top: 14px;
}
.sp_body .sp_title {
    font-size: 20px;
    color: #2B2E66;
    line-height: 1.3;
    margin-bottom: 12px;
}
body #page .mini_size_button {
    height: 32px;
    padding: 5px 9px;
    font-size: 16px;
}
.status_penarafan_button_wrap {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
}
.sp_body .sp_date {
    margin-bottom: 0;
    font-size: 14px;
    color: #2B2E66;
    line-height: 1.3;
    margin-top: 9px;
}
.sp_body .sp_date span {
    font-weight: 600;
}
body .sp_disabled {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    pointer-events: none;
}
.sp_disabled .mini_size_button {
    background-color: #C6C6CA;
    border-color: #C6C6CA;
}
.sp_disabled .sp_title, .sp_disabled .sp_date {
    color: #C6C6CA;
}
/**************** Status Penarafan end ****************/
/**************** Dokumen ****************/
.sem-files input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 0;
    opacity: 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.sem-file-dummy-sec {
    display: flex;
    align-items: center;
    background-color: white;
    width: 100%;
    min-height: 60px;
    padding: 14px 15px 14px 11px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid white;
    transition: all .3s ease-in-out;
}
.sem-files input[type="file"]:hover + .sem-file-dummy-sec {
    border: 1px solid #2B2E66;
}
.sem-file-dummy-sec .file-dummy-tag {
    height: 27px;
    background-color: #2E3182;
    color: white;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50px;
    line-height: 1;
    padding: 7px 12px;
    white-space: nowrap;
    transition: all .3s ease-in-out;
    max-width: 150px;
}
.sem-file-dummy-sec .file-dummy-separator {
    height: 30px;
    width: 1px;
    background-color: #D9D9D9;
    margin-left: 11px;
    margin-right: 13px;
    transition: all .3s ease-in-out;
    max-width: 100px;
}
.sem-file-dummy-sec.active .file-dummy-tag, .sem-file-dummy-sec.active .file-dummy-separator {
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
    opacity: 0;
    margin-left: 0;
    margin-right: 0;
}
.sem-file-dummy-sec .file-dummy-label {
    margin-bottom: 0;
    position: relative;
}
.sem-file-dummy-sec .file-dummy-label .file-default-dummy-label, .sem-file-dummy-sec .file-dummy-label .file-real-dummy-label {
    color: #BDBDBD;
    font-size: 15px;
    display: block;
    line-height: 1.2;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.file-dummy-label {
    width: calc(100% - 134px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: grid;
}
.sem-file-dummy-sec.active .file-dummy-label {
    width: 100%;
}
.sem-file-dummy-sec .file-dummy-label .file-real-dummy-label,
.sem-file-dummy-sec.active .file-dummy-label .file-default-dummy-label {
    display: none;
}
.sem-file-dummy-sec.active .file-dummy-label .file-real-dummy-label {
    display: block;
}
.sem-file-dummy-sec.sem-error {
    border: 1px solid red!important;
}
.sem-file-remove {
    background-image: url(../images/blue-bold-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    width: 34px;
    height: 52px;
    padding: 20px 10px;
    transition: all .3s ease-in-out;
    position: absolute;
    background-color: white;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;

    pointer-events: none;
    opacity: 0;
}
.sem-file-remove:hover {
    transform: scale(1.1);
}
.sem-file-dummy-sec.active + .sem-file-remove, .custom-sem-repeater-div .sem-file-remove {
    pointer-events: all;
    opacity: 1;
}
.sem-file-dummy-sec.active, .custom-sem-repeater-div .sem-file-dummy-sec {
    padding-right: 45px;
}
/* .sem-file-dummy-sec .file-dummy-label .file-default-dummy-label,  */
.sem-file-dummy-sec .file-dummy-label .file-real-dummy-label {
    color: #2B2E66;
}
.prf_icon img {
    max-width: 23px;
    display: block;
}
.plus_repeater_field {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}
.plus_repeater_field:hover .prf_icon {
    transform: scale(1.05) rotate(90deg);
}
.prf_icon {
    margin-right: 7px;
    transition: all .3s ease-in-out;
}
.prf_label {
    font-weight: 600;
    font-size: 15px;
}
.sem-repeater-div.sem-error .field-error {
    min-height: 20px;
}
.sem-repeater-div .field-error {
    min-height: 4px;
    transition: all .3s ease-in-out;
}
/**************** Dokumen end ****************/
/**************** Committee ****************/
.uhi-section_wrapper {
    display: flex;
    align-items: center;
}
.uhi-section:not(:last-child) {
    margin-right: 10px;
}
.permohonan-saringan-section {
    padding: 25px 0;
}
.permohonan-saringan-wrap .pms_title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
    width: 100%;
}
.permohonan-saringan-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.permohonan-saringan-left-div {
    width: calc(55% - 10px);
    margin-right: 20px;
}
.permohonan-saringan-right-div {
    width: calc(45% - 10px);
}
.permohonan-saringan-div .pms_div_title {
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    width: 100%;
}
.permohonan-saringan-div {
    background-color: white;
    border-radius: 15px;
    padding: 9px 17px 22px 17px;
}
.permohonan-saringan-section {
    background-color: #F2F2F2;
}
.pms_div_jenis {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sem-radio-label {
    color: #2B2E66;
    background-color: #F2F2F2;
    padding: 12px 14px;
    line-height: 1.3;
    min-height: 45px;
    text-align: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    font-size: 15px;
    font-weight: 600;
}
.pms_div_jenis_wrap .sem-radio-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
}
.pms_div_jenis_wrap .sem-radio-input:checked + .sem-radio-label {
    background-color: #07B7A0;
    font-weight: 600;
    color: white;
}
.pms_div_jenis_wrap:first-child {
    margin-right: 10px;
}
.pms_div_jenis_wrap {
    position: relative;
}
.pms_div_jenis_wrap_left {
    width: 46%;
}
.pms_div_jenis_wrap_right {
    width: calc(54% - 10px);
}
.pms_div_jenis_wrap_top {
    margin-top: 10px;
    min-width: 180px;
}
.pms_date_sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 5px;
}
.pms_date_wrap {
    width: calc(50% - 9px);
}
.pms_date_separator {
    width: 18px;
    height: 10px;
    text-align: center;
    font-size: 15px;
    color: black;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pms_date_wrap input {
    background-color: #F2F2F2;
    height: 45px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #2B2E66;
    border-radius: 100px;
    padding-left: 22px;
    border: 1px solid #F2F2F2;
}
.pms_date_wrap input:focus {
    border: 1px solid #2B2E66;
    outline: none;
}
.pms_button_wrap {
    width: 100%;
    text-align: right;
    padding: 10px 0px 0px;
}
.permohonan-saringan-section > .ast-container {
    flex-direction: column;
}
body .semy-disabled-btn {
    background: #C4C5D1;
    border: 1px solid #C4C5D1;
    pointer-events: none;
}
.permohonan-saringan-result .pms_result_title {
    margin-top: -8px;
    margin-bottom: 2px;
}
.permohonan-saringan-search-result {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 11px;
}
.permohonan-saringan-search-result .pmssr_label {
    font-size: 14px;
    font-weight: 600;
    color: #2B2E66;
    margin-right: 11px;
}
.pmssr_div {
    padding: 8px 15px 8px 32px;
    background-color: #D6EFEB;
    border-radius: 5px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #2B2E66;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    min-height: 35px;
    margin: 2px 0;
}
.pmssr_div:not(:last-child) {
    margin-right: 10px;
}
.pmssr_div:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/step-completed.png);
    border-radius: 50px;
    overflow: hidden;
}
.pmsr_body {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    /* padding-bottom: 30px; */
    margin-bottom: 65px;
    overflow-x: auto;
}
.pmsr_body table {
    border: 0;
    margin-bottom: 0;
}
.pmsr_body table thead tr th {
    padding: 11px 8px 14px 8px;
    line-height: 1;
    /*white-space: nowrap;*/
    border: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: white;
}
.pmsr_body table tbody .semy-btn, .pmsr_body table tbody .semy-green-btn {
    font-size: 12px;
    height: 29px;
    padding: 6px 22px;
}
.pmsr_body table tbody tr td {
    line-height: 1.1;
    padding: 13px 8px;
    text-align: left;
    border: 0;
    border-top: 1px solid #ffffff00;
    border-bottom: 1px solid #ffffff00;
    font-size: 15px;
    color: #2B2E66;
    white-space: nowrap;
}
.pmsr_body table tbody tr > * {
    transition: all .3s ease-in-out;
}
.pmsr_body table tbody tr td.tindakan-td, .pmsr_body table .pms-center {
    text-align: center;
}
.pmsr_body table thead {
    background-color: #07B7A0;
}
.pmsr_body table tbody tr:nth-child(odd) > * {
    background-color: #F2F2F2;
}
.pmsr_body table tbody tr:nth-child(even) > * {
    background-color: white;
}
/* .pmsr_body table tbody tr:hover > *,  */
.pmsr_body table tbody tr.active > * {
    border-top: 1px solid #07B7A0;
    border-bottom: 1px solid #07B7A0;
    background-color: #D6EFEB;
}
.pmsr_body.ptc table tbody tr.active > * {
    border-top: 1px solid #6D71ED;
    border-bottom: 1px solid #6D71ED;
    background-color: #DDDEFF;
}
.pmsr_body table tbody tr td.pms-name {
    min-width: 200px;
    white-space: normal;
}
.pmsr_pagination_sec {
    margin-bottom: 65px;
}
.pmsr_pagination {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pmsr_pagination .pmsr_pagi_link {
    color: #2B2E66;
    width: 33px;
    height: 33px;
    margin-right: 11px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    font-size: 15px;
    background-color: #ffffff00;
    line-height: 1;
    padding: 8px 5px;
    text-align: center;
}
.pmsr_pagination .pmsr_pagi_link.active, .pmsr_pagination .pmsr_pagi_link:hover {
    background-color: #2E3182;
    color: white;
}
.pmsr_pagination .pmsr_pagi_arrow {
    width: 28px;
    height: 34px;
    padding: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
}
.pmsr_pagination .pmsr_pagi_arrow.pmsr_arrow_left {
    background-image: url(../images/blue-left-arrow.png);
    margin-right: 22px;
}
.pmsr_pagination .pmsr_pagi_arrow.pmsr_arrow_right {
    background-image: url(../images/blue-right-arrow.png);
    margin-left: 22px;
}
.pmsr_pagination .pmsr_pagi_link:nth-last-child(2) {
    margin-right: 0;
}
.pmsr_pagination .pmsr_pagi_arrow:hover {
    transform: scale(1.1);
}
.datatime_picker_input {
    position: relative;
}
.datatime_picker_input:before {
    content: "";
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/date-picker.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 14px;
    margin: auto;
    pointer-events: none;
}
body .datatime_picker_input > input {
    padding-left: 40px;
}
.committee-uhi-sec .uhi-head:after {
    display: none;
}
.committee-uhi-sec {
    pointer-events: none;
}
.kes_head_wrapper > * {
    color: white;
}
.kes_head_wrapper .kes_title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.2;
}
.kes_head_wrapper .kes_number {
    margin-bottom: 8px;
}
.kes_head_wrapper .kes_info {
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.kes_info_saperator {
    width: 1px;
    height: 16px;
    background-color: white;
    margin-left: 16px;
    margin-right: 16px;
    display: inline-flex;
}

.kes_head_wrapper {
    padding: 5px 0 9px;
}
.komuniti-tab-head-wrapper {
    display: flex;
    align-items: stretch;
}
.komuniti-tab-head-wrapper .komuniti-tab-button:first-child {
    margin-left: auto;
}
.komuniti-tab-head-wrapper .komuniti-tab-button:last-child {
    margin-right: auto;
}
.komuniti-tab-button {
    margin: 0 29px;
    position: relative;
    font-size: 15px;
    color: #2B2E66;
    font-weight: 600;
    padding: 21px 10px;
    line-height: 1.2;
    cursor: pointer;
    transition: all .3s ease-in-out;
    white-space: nowrap;
}
.komuniti-tab-button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #2E3182;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.komuniti-tab-button:hover:before, .komuniti-tab-button.active:before {
    opacity: 1;
}
.komuniti-tab-head {
    padding: 0 15px;
    background-color: white;
}
.komuniti-tab-body-wrapper {
    max-width: 947px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 20px;
    /* background-color: white; */
    position: relative;
    overflow: hidden;
}
.apply-bg.komuniti-ringkasan-body {
    padding-top: 30px;
}
.komuniti-tab-body {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    color: #2B2E66;
    /* max-height: 0; */
    padding: 22px 38px 22px 42px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
    border-radius: 20px;
}
.komuniti-tab-body.active {
    pointer-events: all;
    opacity: 1;
    z-index: 1;
    /* max-height: 4000px; */
    position: relative;
    padding: 22px 38px 22px 42px;
}
.koTab-kes-info {
    display: flex;
    align-items: flex-start;
    width: calc(50% - 5px);
    margin-bottom: 24px;
}
.koTab-kes-info .koTab-kes-info-img {
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-height: 25px;
    margin-right: 11px;
    margin-top: 5px;
}
.koTab-kes-info .koTab-kes-info-img img {
    max-width: 25px;
    max-height: 25px;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}
.koTab-kes-info-content .koTab-kes-info-title, .koTab-kes-info-content .koTab-kes-info-label {
    margin-bottom: 0;
    line-height: 1.35;
    font-size: 15px;
}
.koTab-kes-info-content .koTab-kes-info-title {
    margin-bottom: 4px;
}
.komuniti-tab-body .koTab-title {
    margin-bottom: 33px;
}
.koTab-kes-info-list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 36px;
    margin-bottom: 12px;
}
.koTab-kes-info:nth-child(2n + 1) {
    margin-right: 10px;
}
.koTab-instruction-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    /* margin-bottom: 9px; */
    margin-bottom: 11px;
}
.koTab-instruction {
    background-color: #EEF6F5;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    width: calc(25% - 15px);
    margin-right: 20px;
    padding: 20px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    transition: all .3s ease-in-out;
    min-height: 119px;
}
.koTab-instruction .koTab-instruction-title {
    margin-bottom: 6px;
    line-height: 20px;
    font-size: 14px;
    color: #2B2E66;
    font-weight: 600;
}
.koTab-instruction:nth-child(4n + 4) {
    margin-right: 0;
}
.koTab-instruction-status {
    width: 29px;
    height: 29px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.koTab-instruction-failed .koTab-instruction-status {
    background-image: url(../images/communittee/pink-untick.png);
}
.koTab-instruction-pass .koTab-instruction-status {
    background-image: url(../images/step-completed.png);
}
.koTab-instruction.koTab-instruction-failed {
    background-color: #FAEEF3;
}
.koTab-col-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 28px 0 31px;
    border-top: 1px solid #D9D9D9;
}
.koTab-col-left {
    width: 30%;
    padding-right: 10px;
}
.koTab-col-right {
    width: 70%;
    padding-left: 19px;
}
body .ul_with_leaf_style > li, body .ul_with_leaf_style_mt > ul > li, body[data-id="maklumat-tambahan-editor"] li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    line-height: 25px;
}
body .ul_with_leaf_style, body .ul_with_leaf_style_mt > ul, body[data-id="maklumat-tambahan-editor"] ul {
    margin-bottom: 15px;
    margin-left: 0;
}
body .ul_with_leaf_style > li:before, body .ul_with_leaf_style_mt > ul > li:before, body[data-id="maklumat-tambahan-editor"] li:before {
    content: "";
    background-image: url(../images/green-leaf.png);
    background-position: center;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 6px;
    left: 1px;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.koTab-col-content .koTab-col-title {
    line-height: 25px;
    margin-bottom: 0;
}
.koTab-col-inner-content > *:last-child, td.koTab-table-content-td > *:last-child {
    margin-bottom: 0;
}
.koTab-col-inner-content > * {
    font-size: 15px;
    line-height: 25px;
}
.koTab-table-wrap {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 25px;
}
table.koTab-table {
    margin-bottom: 0;
    font-size: 15px;
    border: 0;
}
table.koTab-table th, table.koTab-table td {
    border-color: #D9D9D9;
}
table.koTab-table thead th {
    line-height: 1.2;
    padding: 11px 33px;
    text-align: left;
    font-size: 15px;
    color: #2B2E66;
    white-space: nowrap;
}
table.koTab-table thead th.koTab-table-th-matlamat {
    padding-left: 51px;
}
table.koTab-table tbody img {
    max-width: 132px;
    display: block;
    margin: auto;
    width: auto;
    height: auto;
}
td.koTab-table-content-td {
    padding: 18px 33px 29px 55px;
}
ul.ul_child {
    margin-left: 12px;
}
ul.ul_child > li {
    line-height: 22px;
}
.koTab-kumpula-sasar-list-wrap .koTab-kumpula-sasar-wrap-title {
    margin-bottom: 9px;
    font-weight: 700;
}
.koTab-kumpula-sasar-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.koTab-kumpula-sasar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: calc(20% - 16px);
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 14px 10px 13px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}
.koTab-kumpula-sasar-img img {
    /* max-width: 52px; */
    max-width: 100px;
    max-height: 86px;
    width: auto;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 0;
}
.koTab-kumpula-sasar-img {
    height: 86px;
    width: 100%;
    margin-bottom: 5px;
    display: flex;
}
.koTab-kumpula-sasar-content p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    text-transform: capitalize;
}
.koTab-kumpula-sasar-list-wrap {
    margin-bottom: 9px;
}
body .koTab-mt-title {
    /* padding: 11px 0 12px; */
}
.komuniti-tab-body[data-id="maklumat-terperinci"] {
    max-width: 922px;
    right: 0;
    margin: auto;
    padding: 22px 38px 22px 39px;
}
.komuniti-tab-body[data-id="log-activiti"] {
    background-color: #f2f2f2;
    padding: 0 38px 22px 38px;
}
.koTab-accordion-body {
    display: none;
}
.koTab-accordion-head {
    overflow: hidden;
    transition: all .3s ease-in-out;
    background-color: white;
    display: flex;
    align-items: center;
    padding: 14px 50px 14px 40px;
    position: relative;
    cursor: pointer;
    color: #2B2E66;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 57px;
}
.koTab-accordion-head .koTab-accordion-title {
    margin-bottom: 0;
}
.koTab-accordion-head:before,
.koTab-chart-accordion-head:after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-down.png);
    width: 14px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.koTab-accordion-div:not(:last-child) {
    margin-bottom: 10px;
}
.koTab-accordion-div.active .koTab-accordion-head {
    background-color: #2E3182;
    color: white;
}
.koTab-accordion-div {
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
}
.koTab-accordion-div.active .koTab-accordion-head:before {
    filter: brightness(0) invert(1);
    transform: rotate(180deg);
}
.koTab-accordion-info-sec {
    padding: 22px 35px 19px 40px;
    font-size: 15px;
}
.koTab-accordion-info-sec.koTab-accordion-info-pt {
    padding: 1px 35px 19px 40px;
}
.koTab-accordion-info-div .koTab-accordion-info-title {
    margin-bottom: 8px;
    line-height: 1.3;
    font-weight: 700;
    font-size: 15px;
}
.koTab-accordion-info .koTab-accordion-info-left p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 0;
}
.koTab-accordion-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.koTab-accordion-info-left {
    width: calc(100% - 60px);
    padding-right: 10px;
}
.koTab-accordion-info-right {
    width: 60px;
}
.koTab-accordion-info-status {
    font-size: 15px;
    color: #2B2E66;
    line-height: 28px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.koTab-accordion-info-status:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 50px;
    overflow: hidden;
}
.koTab-accordion-info-status.koTab-pass:before, .koTab-accordion-sr-top .koTab-accordion-sr-status.koTab-accordion-srs-pass:before {
    background-image: url(../images/step-completed.png);
}
.koTab-accordion-info-status.koTab-failed:before, .koTab-accordion-sr-top .koTab-accordion-sr-status.koTab-accordion-srs-failed:before {
    background-image: url(../images/communittee/pink-untick.png);
}
.koTab-accordion-info-div {
    padding-bottom: 15px;
    padding-top: 23px;
    border-bottom: 1px solid #D3D3D3;
}
.koTab-accordion-content .koTab-accordion-no-result {
    margin-bottom: 0;
    line-height: 1.2;
    color: #EE3E80;
    font-style: italic;
}
.koTab-accordion-content {
    padding: 7px 0 3px;
}
.koTab-accordion-info-div.koTab-accordion-last-div {
    border-bottom: 0;
    padding-bottom: 9px;
}
.koTab-accordion-saringan-result {
    background-color: #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    padding: 12px 17px 12px 15px;
    margin-top: 15px;
}
.koTab-accordion-sr-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}
.koTab-accordion-sr-top .koTab-accordion-sr-top-title {
    margin-bottom: 0;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 10px;
}
.koTab-accordion-sr-top .koTab-accordion-sr-status {
    font-weight: 700;
    position: relative;
}
.koTab-accordion-sr-top .koTab-accordion-sr-status:before {
    content: "";
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    margin-right: 6px;
    border-radius: 50px;
    overflow: hidden;
}
.koTab-accordion-sr-top .koTab-accordion-sr-status {
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    line-height: 20px;
}
.koTab-accordion-sr-foot .koTab-accordion-sr-foot-title {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    line-height: 23px;
}
.koTab-accordion-sr-foot .koTab-accordion-sr-foot-label {
    margin-bottom: 0;
}
.koTab-accordion-normal-info > p {
    margin-bottom: 0;
    line-height: 20px;
}
.koTab-accordion-normal-info .koTab-accordion-normal-info-title {
    font-weight: 600;
    margin-bottom: 4px;
}
.koTab-accordion-normal-info:not(:last-child) {
    margin-bottom: 24px;
}
.koTab-accordion-normal-info.koTab-accordion-normal-info-last {
    margin-bottom: 14px;
}
.koTab-accordion-normal-info-dokumen-list {
    flex-direction: column;
}
.koTab-accordion-normal-info-dokumen {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.koTab-accordion-normal-info-dokumen-img {
    margin-right: 7px;
}
.koTab-accordion-normal-info-dokumen-label {
    line-height: 20px;
}
.koTab-accordion-normal-info-dokumen-img img {
    display: block;
}
.koTab-accordion-normal-info-dokumen:last-child {
    margin-bottom: 0;
}
.koTab-accordion-status-active .koTab-accordion-head:after {
    content: "";
    position: absolute;
    background-image: url(../images/step-completed.png);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    transition: all .3s ease-in-out;
    z-index: 1;
    pointer-events: none;
}
.komuniti-tab-body .form-step-wrap {
    margin-top: 0!important;
    max-width: 100%;
    padding: 0;
}
.komuniti-tab-body .ringkasan-upper-wrap-first .ringkasan-upper-box {
    padding: 10px 0px 16px;
}
.komuniti-tab-body .ringkasan-lower-wrap > div {
    margin-bottom: 22px;
}
.custom_tooltip_popup.custom_komuniti_popup {
    display: block;
    transition: all .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translate(100%, 0);
    width: 100%;
}
.custom_tooltip_popup.custom_komuniti_popup.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translate(0, 0);
}
.custom_komuniti_popup_button {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 13px;
    background-color: #07B7A0;
    transition: all .2s linear;
    z-index: 999;
    cursor: pointer;
}
.custom_komuniti_popup_button span {
    background-color: #07B7A0;
    border-radius: 100px 0 0 100px;
    font-size: 15px;
    color: white;
    font-weight: 600;
    position: absolute;
    top: 200px;
    right: 0;
    padding: 14px 20px;
    line-height: 1.2;
    transition: all .2s linear;
}
.custom_komuniti_popup_button:hover, .custom_komuniti_popup_button:hover span {
    /* background-color: #EE3E80; */
}
.custom_komuniti_popup_button:hover span {
    right: 6px;
}
.custom_komuniti_popup_button.active {
    transform: translate(150px, 0);
}
.custom_komuniti_pu_head_wrap {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 28px;
}
.custom_komuniti_popup .custom_tooltip_popup_div {
    padding: 59px 15px 30px 27px;
    max-width: 603px;
}
.custom_komuniti_pu_head {
    font-size: 18px;
    color: #2B2E66;
    position: relative;
    cursor: pointer;
    transition: all .3s ease-in-out;
    padding: 0 6px 8px;
    font-weight: 600;
}
.custom_komuniti_pu_head:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #2B2E66;
    bottom: -2px;
    left: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.tooltip_pu_close.komuniti_pu_close {
    right: 16px;
}
.custom_komuniti_pu_head:not(:last-child) {
    margin-right: 29px;
}
.custom_komuniti_pu_foot_wrap {
    position: relative;
    overflow: hidden;
}
.custom_komuniti_pu_foot {
    position: absolute;
    transition: all .3s ease-in-out;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
}
.custom_komuniti_pu_foot.active {
    position: relative;
    z-index: 1;
    pointer-events: all;
    opacity: 1;
}
.ck_pu_foot_info {
    display: flex;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    padding: 9px 15px 12px 26px;
}
.ck_pu_foot_info .ck_pu_foot_info_title {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 187px);
}
#page .ck_pu_foot_info .ck_pu_foot_info_select {
    width: 187px;
}
#page .ck_pu_foot_info .ck_pu_foot_info_select label.container-check {
    margin-top: 4px;
}
.ck_pu_foot_info:not(:last-child) {
    margin-bottom: 7px;
}
.custom_komuniti_pu_head.active:before, .custom_komuniti_pu_head:hover:before {
    opacity: 1;
}
.custom_komuniti_pu_foot .ringkasan-last-wrap {
    margin-top: 22px;
}
.custom_komuniti_pu_head.completed:after {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/step-completed.png);
    top: 5px;
    left: 0;
}
.custom_komuniti_pu_head.completed {
    padding-left: 30px;
}
.ks-pu-sec {
    /* position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #00000033; */
    display: none;
}
.ks-pu-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    /* padding: 30px 15px; */
}
.ks-pu-div {
    /* margin: 30px auto auto;
    background-color: white;
    max-width: 870px; */
    width: 100%;
    /* border-radius: 20px;
    padding: 38px 30px 78px; */
    text-align: center;
    position: relative;
}
.ks-pu-close {
    background-image: url(../images/close-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    width: 34px;
    height: 32px;
    padding: 5px;
    position: absolute;
    transition: all .3s ease-in-out;
    cursor: pointer;
    top: 27px;
    right: 27px;
    z-index: 1;
}
.ks-pu-div .ks-pu-title {
    margin-bottom: 31px;
}
.ks-pu-option-list {
    display: flex;
    align-items: stretch;
}
.ks-pu-option-list {
    display: flex;
    align-items: stretch;
    max-width: 520px;
    margin: 0 auto 20px;
}
.ks-pu-option:last-child {
    margin-right: 0;
}
.ks-pu-option {
    min-height: 90px;
    width: calc(50% - 10px);
    margin-right: 20px;
    /* padding: 15px 45px 15px 25px; */
    display: flex;
    align-items: center;
    text-align: left;
    background-color: white;
    /* border: 1px solid #D9D9D9; */
    transition: all .3s ease-in-out;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #2B2E66;
    position: relative;
    margin-top: 0;
    margin-bottom: 0!important;
    max-width: 100%;
}
/* .ks-pu-option:hover, .ks-pu-option.active {
    border: 2px solid #2E3182;
    font-weight: 600;
} */
/* .ks-pu-option:before, .ks-pu-option.active:before {
    content: "";
    position: absolute;
    background: url(../images/radio.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 26px;
    height: 26px;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
} */
.ks-pu-option:hover:before, .ks-pu-option.active:before {
    opacity: 1;
}
.ks-pu-reject-dropdown {
    max-width: 520px;
    width: 100%;
    margin: 0 auto 45px;
    text-align: left;
}
.ks-pu-button {
    margin-top: 20px;
}
.ks-pu-reject-dropdown .sem-column > label {
    font-weight: 600;
    font-size: 15px;
    color: #2B2E66;
}
.ks-pu-reject-dropdown .field-wrap .nice-select {
    border-radius: 50px;
    border: 1px solid #D9D9D9;
}
.undi-pu-sec .ks-pu-option-list {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 44px;
}
.undi-pu-sec .ks-pu-option {
    width: calc(33.33% - 13.33px);
}







/******* Bootstrap Date *******/
body .dropdown-menu table thead tr th.picker-switch {
    color: #2B2E66;
    font-size: 15px;
    font-weight: 600;
}
body .dropdown-menu table thead tr th.prev, body .dropdown-menu table thead tr th.next {
    font-size: 0;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 8px!important;
}
body .dropdown-menu table thead tr th.prev, body .dropdown-menu table thead tr th.prev:hover {
    background-image: url(../images/blue-left-arrow.png);
}
body .dropdown-menu table thead tr th.next, body .dropdown-menu table thead tr th.next:hover {
    background-image: url(../images/blue-right-arrow.png);
}
body .dropdown-menu table thead tr th.prev:hover, body .dropdown-menu table thead tr th.next:hover, body .dropdown-menu table thead tr:first-child th:hover {
    background-color: #ffffff00;
}
body .bootstrap-datetimepicker-widget.dropdown-menu {
    border-radius: 20px;
    overflow: hidden;
    /* width: 311px; */
    width: 340px;
    padding: 4px 18.5px 22px;
}
body .bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch.accordion-toggle {
    display: none;
}
body .bootstrap-datetimepicker-widget.dropdown-menu table, body .bootstrap-datetimepicker-widget.dropdown-menu table tr, body .bootstrap-datetimepicker-widget.dropdown-menu table td, body .bootstrap-datetimepicker-widget.dropdown-menu table th {
    border: 0;
}
body .bootstrap-datetimepicker-widget table tr:last-child th {
    color: #B0AFAF;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
}
body .bootstrap-datetimepicker-widget table tr:first-child th {
    padding-top: 12px;
}
body .bootstrap-datetimepicker-widget table td.old, body .bootstrap-datetimepicker-widget table td.new {
    /* opacity: 0;
    pointer-events: none; */
}
body .bootstrap-datetimepicker-widget table td.day {
    height: 43px;
    width: 43px;
    background-color: #ffffff00!important;
    position: relative;
    font-weight: 600;
    text-align: center;
}

body .bootstrap-datetimepicker-widget table td.old, 
body .bootstrap-datetimepicker-widget table td.new {
    color: #2b2e66;
}
body .datepicker-months table span.month, body .datepicker-years table span.year, body .datepicker-decades table span.decade {
    background-color: #ffffff00!important;
    position: relative;
    font-weight: 600;
    text-align: center;
}
body .bootstrap-datetimepicker-widget table td, body .bootstrap-datetimepicker-widget table th {
    transition: all .2s ease-in-out;
}
body .bootstrap-datetimepicker-widget table td.day:before,
body .datepicker-months table span.month:before,
body .datepicker-years table span.year:before,
body .datepicker-decades table span.decade:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background-color: #2E3182;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: -1;
}

body .datepicker-months table span.month:before,
body .datepicker-years table span.year:before {
    width: 45px;
    height: 45px;
}
body .datepicker-decades table span.decade:before {
    width: 48px;
    height: 48px;
}
.bootstrap-datetimepicker-widget .datepicker-decades table td {
    line-height: 1;
}

body .dropdown-menu table thead tr th.next:hover, body .dropdown-menu table thead tr th.prev:hover {
    transform: scale(1.1);
}
body .bootstrap-datetimepicker-widget table td.day.active:before, body .bootstrap-datetimepicker-widget table td.day:hover:before, body .bootstrap-datetimepicker-widget table td.day:focus:before,
body .datepicker-months table span.month.active:before, body .datepicker-months table span.month:hover:before, body .datepicker-months table span.month:focus:before,
body .datepicker-years table span.year.active:before, body .datepicker-years table span.year:hover:before, body .datepicker-years table span.year:focus:before,
body .datepicker-decades table span.decade.active:before, body .datepicker-decades table span.decade:hover:before, body .datepicker-decades table span.decade:focus:before  {
    opacity: 1;
}
body .bootstrap-datetimepicker-widget table td.day.active, body .bootstrap-datetimepicker-widget table td.day:hover, body .bootstrap-datetimepicker-widget table td.day:focus,
body .datepicker-months table span.month.active, body .datepicker-months table span.month:hover, body .datepicker-months table span.month:focus,
body .datepicker-years table span.year.active, body .datepicker-years table span.year:hover, body .datepicker-years table span.year:focus,
body .datepicker-decades table span.decade.active, body .datepicker-decades table span.decade:hover, body .datepicker-decades table span.decade:focus {
    color: white;
}
body .dropdown-menu table thead tr th.picker-switch:hover {
    color: #1fb7a0;
}
body .bootstrap-datetimepicker-widget table td.new {
    height: 0;
    padding: 0;
    line-height: 0;
}
body .bootstrap-datetimepicker-widget .datepicker-decades table span.decade {
    font-size: 12px;
    padding: 12px 0 5px;
    line-height: 1.2!important;
}



/******* Bootstrap Date end *******/
/**************** Committee end ****************/
/**************** Others ****************/
.apply-step-inner.profile-class, .apply-step-inner.profile-class + .apply-step-button {
    margin-right: 27px;
}
.apply-steps {
    background-color: white;
}
.page-template-template-permohonanm
.page-template-template-committee {
    background-color: #F5F5F5;
}
.form-bottom button {
    min-width: 137px;
    text-align: center;
}
body .nice-select .option {
    white-space: normal;
    line-height: 1.3;
    padding-top: 11px;
    padding-bottom: 11px;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body .ms-options-wrap > .ms-options {
    opacity: 0;
    transition: all .3s ease-in-out;
}
body .ms-options-wrap.ms-active > .ms-options {
    opacity: 1;
}
.sem-row {
    flex-wrap: wrap;
}
.sem-column.sem-center > * {
    max-width: 419px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sem-title-head {
    margin-bottom: 40px;
    margin-top: 60px;
}
.sem-title-head-ob {
    margin-bottom: 50px;
}
body .apply-head h1 {
    line-height: 44px;
}
.senarai-permohonan-top-wrap .datatime_picker_input input, .permohonan-saringan-div .pms_date_sec .pms_date_wrap.datatime_picker_input:last-child input {
    padding-right: 36px;
}
.senarai-permohonan-top-wrap .datatime_picker_input:after, .permohonan-saringan-div .pms_date_sec .pms_date_wrap.datatime_picker_input:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    margin: auto;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-top: 7px solid #2f3480;
    width: 0;
    height: 0;
    pointer-events: none;
}
.pengesahan-tindakan-head .semy-green-btn {
    line-height: 1;
    padding: 6px 10px;
}
.tamat-persidangan-bar div a {
    line-height: 1;
    padding: 10px 23px;
}
.pengesahan-top-wrap .pengesahan-status {
    padding: 5px 6px 7px;
    line-height: 1;
}
body .ks-majoriti:before {
    content: "";
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/majoriti-icon.png);
    width: 69px;
    height: 23px;
    top: -9px;
    left: 10px;
    z-index: 3;
}
.tugas-btn a {
    padding: 1px 15px 2px 11px;
    display: flex;
    align-items: center;
}

.custom-pie-chart .ag-title {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: white;
    box-shadow: 0px 0px 8px #00000026;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.at-listing-div {
    position: relative;
    text-align: left;
    margin-bottom: 8px;
}
.at-listing-div .container-check {
    padding-left: 28px;
    font-size: 14px;
    color: #2B2E66;
    line-height: 1.5;
    display: block;
}
.at-listing-div .checkmark {
    height: 18px;
    width: 18px;
    top: 2px;
}
.at-listing-wrap {
    padding: 18px 23px;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}
.at-listing-sec .at-listing-label {
    text-align: left;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #2B2E66;
}
.maklumat-tambahan-wrap {
    transition: all .3s ease-in-out;
    /* opacity: 0; */
}
.persidangan-day-button .uhi-section .uhi-body, .persidangan-day-button .uhi-section.actived .uhi-body {
    min-width: 186px;
}
.uhi-section.actived .uhi-body, .uhi-section .uhi-body {
    min-width: 230px;
}
body .tooltipster-default {
    margin-left: 0;
    margin-right: 0;
}
body .tooltipster-box {
    margin-left: 15px;
}
.field-error .tooltip {
    /* display: none!important; */
}
.cipta-radio-label {
    cursor: pointer;
}
.cipta-radio-label:hover {
    color: #ffffff;
    background: #2B2E66;
}
.ks-pu-reject-dropdown .sem-column {
    width: 100%;
}
html body .ringkasan-lower-wrap img {
    max-width: 20px;
}
body .ringkasan-lower-wrap div .ringkasan-lower-wrap-label {
    margin-left: 6px;
}
.persidangan-day-button.pdb_lee .committee-uhi-sec .uhi-body {
    top: 100%;
}
.persidangan-day-button.pdb_lee .uhi-body .uhi-page-link {
    padding: 0;
    margin-bottom: 9px;
}
.persidangan-day-button.pdb_lee .uhi-body .uhi-page-link span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #07B7A0;
    bottom: 0;
    left: 0;
    transition: all .3s ease-in-out;
    opacity: 0;
}
.persidangan-day-button.pdb_lee .uhi-body .uhi-page-link span {
    padding: 2px 0 3px;
    display: inline-block;
    position: relative;
}
.persidangan-day-button.pdb_lee .uhi-body .uhi-page-link:last-child {
    margin-bottom: 0;
}
.persidangan-day-button.pdb_lee .uhi-body .uhi-page-link:hover span:before {
    opacity: 1;
}
.rlw_lee.ringkasan-lower-wrap {
    margin-top: 10px;
}
.komuniti-tab-body .ringkasan-lower-wrap .rk-lower-italic.rl_low_title,
.komuniti-tab-body .ringkasan-lower-wrap .rk-lower-italic2.rl_low_title {
    margin-bottom: 5px;
}
.komuniti-kembali-persidangan-wrapper {
    width: 100%;
    text-align: right;
    max-width: 947px;
    margin-left: auto;
    margin-right: auto;
}
.komuniti-kembali-persidangan {
    margin-bottom: -16px;
    padding-top: 11px;
}
input#permohonan-tempoh-start {
    cursor: unset;
}
.dark-red-dot:before {
    background-color: #8C0F3E;
}
/**************** Others end ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/
/****************  ****************/

body.page-id-88 h1 {
    font-size: 50px!important;
    line-height: 52px!important;
    font-weight: 700!important;
    color: white;
}
body.page-id-88 p {
    color: white!important;
}
body .wp-block-social-links {
    display: none!important;
}




body {
  position: relative;
}

body.page-id-574:before {
  content: "";
  background-image: url(../images/qc/ringkasan3.jpg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1920px;
  z-index: 9;
  pointer-events: none;
  opacity: 0.5;
  opacity: 0;
}
 0;
}
