select {
  display: none;
}
.sem-row {
  display: flex;
  margin-left: -13px;
  margin-right: -13px;
}
.sem-column {
  flex: 50%;
  padding: 0 13px;
  width: 50%;
}
.sem-form.grey-bg input {
  background: #F2F2F2;
}
.sem-form input {
  background: #fff;
}
.sem-form {
  font-size: 15px;
  width: 100%;
}
.sem-form label {
  display: block;
  width: 100%;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 4px;
}
.sem-form input {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #2B2E66;
  border-radius: 100px;
  padding-left: 22px;
  height: 45px;
}
.field-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 45px;
}
.sem-form input:focus, .sem-form input:focus-visible {
  border: 1px solid #2B2E66 !important;
  outline: none;
  color: #2B2E66;
}
.sem-form select {
  width: 100%;
}
body ::selection {
  background-color: #2B2E66;
}
.field-wrap.locked::after {
  content: '';
  background: url(../images/lock.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
  display: block;
  transform: translate(0, -50%);
  position: absolute;
  right: 22px;
  top: 50%;
  pointer-events: none;
}
.field-wrap.locked input {
  padding-right: 50px;
}

.sempass-toggle {
  transform: translate(0, -50%);
  position: absolute;
  right: 22px;
  top: 50%;
  cursor: pointer;
}
.field-wrap.password-field input {
  padding-right: 50px;
}

.field-error {
  font-size: 12px;
  color: #ff0000;
  line-height: 1.4;
  margin-top: 2px;
  margin-bottom: 3px;
  min-height: 20px;
  clear: both;
  padding-left: 1px;
}
.sem-error input {
  border: 1px solid #ff0000 !important;
}
.sem-error .nice-select.select-field {
  border: 1px solid #ff0000 !important;
}
.nice-select.wide .list {
  margin-left: 0;
  border: 1px solid #F2F2F2;
}
.sem-form .nice-select {
  border-radius: 100px;
  height: 45px;
  line-height: 42px;
  background: #fff;
  border: 1px solid #fff;
}
.sem-form.grey-bg .nice-select {
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.sem-form .nice-select:after {
  background: url(../images/down.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 7px;
  border: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  right: 22px;
}
.field-wrap.currency-symbol input {
  padding-left: 50px;
}
.field-wrap.currency-symbol:before {
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    left: 22px;
    content: "RM";
    line-height: 1;
}

/* checkbox */
/* Hide the browser's default checkbox */

#page .container-check {
  position: relative;
  padding-left: 33px;
  margin-bottom: 2px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 120px;
  display: inline-block;
}
/* Hide the browser's default radio button */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #F2F2F2;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-check input[type="radio"]:checked ~ .checkmark {
  background: url(../images/radio-checked.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
/* for checkbox */
.container-check input[type="checkbox"]:checked ~ .checkmark {
  background: url(../images/checkbox.png) no-repeat;
  background-size: 100%;
  background-position: center;
}
.container-check input[type="checkbox"] ~ .checkmark {
  border-radius: 5px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  /* content: "";
  position: absolute;
  display: none; */
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* checkbox */

.tooltipster-content {
  background: #2B2E66;
  font-size: 14px;
  line-height: 1.42 !important;
  padding: 15px 18px !important;
}
.tooltipster-box {
  border-radius: 20px !important;
  overflow: hidden !important;
  border: 0 !important;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2B2E66 !important;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2B2E66 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2B2E66 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2B2E66 !important;
}
.tooltip {
  cursor: pointer;
  margin-left: 6px;
}
.tooltipster-default {
  margin-left: 15px;
  margin-right: 15px;
}
.apply-head {
  background: linear-gradient(0deg, #2E3182, #2E3182), #F2F2F2;
}
.apply-head h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.apply-bg {
  background: #f2f2f2;
  padding-top: 45px;
  padding-bottom: 105px;
}
.apply-step-inner {
  padding: 10px 30px;
}
.ast-container {
  width: 100%;
}
.apply-step-inner {
  display: flex;
}

.sem-form input.displayonly:focus,
.sem-form input.displayonly:focus-visible {
  border: 1px solid #fff !important;
  outline: none !important;
}
.sem-form.grey-bg input.displayonly:focus,
.sem-form.grey-bg input.displayonly:focus-visible {
  border: 1px solid #F2F2F2 !important;
  outline: none !important;
}
input[readonly] {
  /* cursor: not-allowed; */
}
.sem-form .nice-select:focus-visible,
.sem-form .nice-select:focus,
.sem-form .nice-select.open
{
  border: 1px solid #2B2E66 !important;
}
.form-bottom {
  display: flex;
  justify-content: center;
  padding-top: 53px;
}
.form-bottom button {
  margin-right: 19px;
  margin-left: 19px;
}
.form-bottom .semy-btn {
  width: auto;
}
.underline-btn {
  font-weight: 600;
  text-decoration: underline;
  transition: all .3s ease-in-out;
  opacity: 1;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  display: inline-block;
  padding: 0;
  background: transparent;
  color: #2B2E66;
}
.underline-btn:hover, .underline-btn:focus, .underline-btn:focus-visible {
  opacity: 0.8;
  background: transparent;
  color: #2B2E66;
  outline: none;
}
.uppercase {
  text-transform: uppercase;
}
.btn-loading {
  opacity: 0.4 !important;
  cursor:progress !important;
}
.btn-loading:hover {
  background-color: #2E3182 !important;
  color: #ffffff !important;
}
.underline-btn.btn-loading:hover {
  background-color:transparent !important;
  color: #2B2E66 !important;
}
.jenis-ssm {
  display: none;
}
.register-thank-wrap h4 {
  font-weight: 400;
}
.register-thank-wrap {
  text-align: center;
}
.nice-select ul.list {
  max-height: 200px;
  overflow-y: scroll;
}
.form-step-wrap {
  width: 100%;
  max-width: 863px;
  margin-left: auto;
  margin-right: auto;
}
body .account-forget-password {
  margin-top: 0;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}
.al-center {
  text-align: center;
}
.btn-margin-left {
  margin-left: 10px;
}
/* standard pop up */

.standard-popup .fancybox__content {
  max-width: 92%;
  width: 500px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 54px 54px 68px 54px;
}
.standard-popup.wider {
  width: 805px;
}
.standard-popup .fancybox__content h6 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 10px;
}
.standard-popup .fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
}
.standard-popup .fancybox__content>.carousel__button.is-close {
  top: 25px;
  right: 25px;
  transition:         all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition:    all .15s ease-in-out;
  -o-transition:      all .15s ease-in-out;
}
.standard-popup .fancybox__content>.carousel__button.is-close:hover,
.standard-popup .fancybox__content>.carousel__button.is-close:focus
{
  background: transparent;
  transform: scale(1.1);
}
.standard-popup .carousel__button svg {
  stroke: #2B2E66;
  stroke-width: 1.6px;
  height: 33px;
  width: 33px;
  filter: none;
}

/* end standard pop up */

body a:focus {
  outline: none;
}
body div.apply-step-inner {
  padding: 0;
}
.apply-step-section {
  justify-content: center;
}
body .apply-step-di {
  margin-right: 15px;
  margin-left: 15px;
}
.apply-step-inner.profile-class .apply-step-di {
  margin-right: 25px;
  margin-left: 25px;
}
.apply-step-inner.profile-class .apply-step-count {
  display: none;
}
.div-center {
  text-align: center;
}
.update-pf {
  padding-top: 65px;
}
.locked input {
  pointer-events: none;
}
.remind-btm {
  text-align: center;
}
.remind-btm a {
  text-decoration: underline;
  color: #2e3182;
  font-weight: 600;
}
.remind-btm a:hover {
  opacity: 0.8;
}
.tooltipster-box {
  margin-right: 15px;
}
.standard-popup-remind .pop-up-btm {
  padding-top: 0;
  padding-bottom: 8px;
  text-align: center;
}
.tooltip_pu_list ul li {
  margin-bottom: 5px;
}
.tooltip_pu_list ol li {
  margin-bottom: 0px;
}
.tooltip_pu_list ul,
.tooltip_pu_list ol {
  margin-left: 15px;
}
.tooltip_pu_list ol {
  list-style:lower-latin;
}
.standard-popup-remind .pop-up-btm a {
  margin-left: 5px;
  margin-right: 5px;
}
.standard-popup-remind h6 {
  font-weight: 400;
}
.standard-popup {
  text-align: center;
}
.standard-popup.standard-popup-remind .fancybox__content {
  width: 805px;
}
.standard-popup.standard-popup-remind .fancybox__content {
  padding-bottom: 48px;
}
a.btn-loading {
  pointer-events: none;
  opacity: 0.3;
}
.ol-ringkasan {
  margin-left: 18px;
  margin-bottom: 6px;
}
.ol-ringkasan ul {
  margin-left: 10px;
}
.ringkasan-lower-wrap div {
  line-height: 1.5;
}
.form-step-wrap.ringkasan-step {
  max-width: 922px;
}
.dana-wrap b {
  font-weight: 600;
}
.jenis-pendaftaran-wrap.apply-bg {
  margin-top: 0;
  padding-top: 120px;
}
.page-template-template-permohonan {
  background: #f2f2f2;
}
.submit-btn2.toggleshow {
  opacity: 1 !important;
  /* pointer-events: auto !important; */
}
#input-date-organisasi[readonly] {
  cursor: pointer;
}
input[name="profile-laman-media-sosial"] {
  /* margin-bottom: 7px; */
}
body .pengakuan-wrapper {
  margin-top: 27px !important;
}
body .pengakuan-inner-wrap {
  /* padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px; */
}
.sem-error .checkmark {
  border: 1px solid red;
}
.pengakuan-inner-wrap .sem-column {
  width: 100%;
  padding-bottom: 5px;
}
.page-id-554 .entry-header,
.page-id-558 .entry-header {
  display: none;
}
.page-id-554 .site-content,
.page-id-558 .site-content {
  background: #f2f2f2;
}
.jenis-radio input[type="radio"]:disabled + label {
  opacity: 0.5;
}
.jenis-radio input[type="radio"]:disabled + label + i {
  opacity: 0.5;
}
button.download_style_button {
  transition: all .3s ease-in-out;
  background-color: #fff;
  border: 1px solid #2E3182;
}
#input-date-organisasi {
  cursor: pointer;
}
body .bootstrap-datetimepicker-widget table td.day {
  height: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
}
body .bootstrap-datetimepicker-widget table td.day.disabled {
  opacity: 0.3;
}
body .pmsr_body table tbody .semy-btn,
body .pmsr_body table tbody .semy-green-btn {
  height: auto;
}
body .dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
}
body .datatable-wrap {
  overflow-x:hidden;
}
body .pmsr_body table tbody tr td.pms-name {
  min-width: auto;
}
body .pmsr_body {
  border: 0;
}
.pmsr_body table.dataTable.no-footer {
  border-bottom: 1px solid #D9D9D9;
}
body .pmsr_body table {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  overflow: hidden;
}
#content .pmsr_body .dataTables_paginate {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pmsr_body .dataTables_wrapper .dataTables_paginate span .paginate_button {
  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: 33px;
  padding: 0 5px;
  text-align: center;
  border: 0 !important;
}
.pmsr_body .dataTables_wrapper .dataTables_paginate span .paginate_button.current,
.pmsr_body .dataTables_wrapper .dataTables_paginate span .paginate_button:hover
{
  background: #2E3182 !important;
  color: #fff !important;
}
body div.dataTables_processing>div:last-child>div {
  background: #2E3182;
}
.pmsr_pagination .pmsr_pagi_arrow.pmsr_arrow_left {
  background-image: url(../images/blue-left-arrow.png);
  margin-right: 22px;
}
.pmsr_pagination .pmsr_pagi_arrow {
  width: 28px;
  height: 34px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.dataTables_paginate a.disabled {
  opacity: 0;
}
body #content .dataTables_paginate a.previous {
  width: 28px;
  height: 34px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url(../images/blue-left-arrow.png);
  margin-right: 22px;
  vertical-align: middle;
  box-shadow: none !important;
}
body #content .dataTables_paginate a.next {
  width: 28px;
  height: 34px;
  padding: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  background-image: url(../images/blue-right-arrow.png);
  margin-left: 22px;
  vertical-align: middle;
  box-shadow: none !important;
  border: 0 !important;
}
body #content .dataTables_paginate a.previous:hover,
body #content .dataTables_paginate a.next:hover {
  border: 0 !important;
}
body #content .dataTables_paginate a.previous:active,
body #content .dataTables_paginate a.next:active {
  box-shadow: none !important;
  border: 0 !important;
}
.semy-date {
  cursor: pointer;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 0 !important;
}
.dataTables_info {
  font-size: 12px;
}
body .ringkasan-lower-wrap img {
  min-width: auto;
}
.photo-div a {
  color: #2b2e66;
}
.photo-div a:hover {
  color: #00b8a2;
}
.elementor-lightbox i.eicon-share-arrow {
  display: none !important;
}
.rk-lower-wrap4 > div > div a {
  display: flex;
    align-items: center;
}
.rk-lower-wrap4 > div div a img {
  vertical-align: text-bottom;
}
.rk-lower-wrap4 > div div a > div:last-child {
  margin-left: 4px;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uhi-section.actived .uhi-body {
  min-width: 230px;
}
body #page .uhi-body {
  transition: all .1s ease-in-out;
  padding: 0 16px 0 16px;
}
body #page .uhi-section.actived .uhi-body {
  padding: 10px 16px 16px 16px;
}
body .uhi-page-list {
  border-bottom: 0;
  margin-bottom: 0;
}
.uhi-page-list .uhi-foot {
  margin-top: 14px;
  border-top: 1px solid #D9D9D9;
}
body .sp-btn-wrap label {
  cursor: pointer;
}
.komuniti-tab-button_link {
  margin-right: auto;
  display: flex;
  align-items: center;
}
.kes_info {
  text-transform: capitalize;
}
.datatime_picker_input input {
  cursor: pointer !important;
}
body .nice-select {
  padding-right: 40px;
}
.sem-column.max-50 {
  max-width: 50%;
}
.nice-select.select-field span.current {
  max-width: 100%;
  overflow: hidden;
  display: inline-block;
}
#dialog-content-lawat {
  text-align: left;
  color: #2E3182;
  font-size: 15px;
}
#dialog-content-lawat h2 {
  padding-bottom: 35px;
}
.sem-form label {
  color: #2B2E66;
}
.field-wrap textarea {
  border-radius: 10px;
  background: #F2F2F2;
}
.field-wrap textarea:focus {
  border: 1px solid #2B2E66 !important;
  background: #F2F2F2;
  color: #2E3182;
}
#dialog-content-lawat .prf_icon , #dialog-content-lawat .prf_label{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
#dialog-content-lawat .sem-files .sem-file-dummy-sec {
  background: #F2F2F2;
}
#dialog-content-lawat .sem-file-dummy-sec .file-dummy-tag {
  max-width: none !important;
}
#dialog-content-lawat .sem-file-dummy-sec.active .file-dummy-tag {
  max-width: 0 !important;
}
#dialog-content-lawat .sem-file-remove {
  background-color: #F2F2F2;
}
#dialog-content-lawat .pop-up-btm {
  padding-top: 50px;
}
#dialog-content-lawat .pop-up-btm a {
  min-width: 137px;
}
.sem-error .sem-file-dummy-sec {
  border: 1px solid red;
}
.koTab-accordion-normal-info-dokumen-label a {
  color: #2B2E66;
}
.koTab-chart-accordion-body td {
  font-size: 14px;
  line-height: 1.3;
}
.koTab-chart-sec {
  margin-bottom: 20px;
}
body .koTab-accordion-info-sec {
  padding-bottom: 30px;
}
.koTab-bottom-chart {
  margin-bottom: 20px;
}
.koTab-accordion-info-sec > .koTab-bottom-chart:last-child {
  margin-bottom: 0;
}
.tab-keputusan {
  position: absolute;
  right: 60px;
  font-weight: 400;
}
.tab-keputusan i {
  font-style: normal;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
  margin-left: 2px;
}
.status_syok i {
  background: #00B7A0;
}
.status_tak_syok i {
  background: #EE3E80;
}
.status_kiv i {
  background: #C6C6CA;
  color: #2B2E66;
}

.custom-pie-chart .ag-title {
  z-index: 999;
  border-radius: 50% !important;
  left: -3px;
  position: relative;
  margin: 4px;
}
.highcharts-label > span {
  width: 48px !important;
  height: 48px !important;
  display: block;
  z-index: 9999;
  transform: translateY(-12px) translateX(-10px);
}
.highcharts-label b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-pie-chart {
  position: relative;
  left: -22px;
}

.persidangan-day-button {
  padding-top: 10px;
}
.repeater-fields {
  position: relative;
}
html body .ringkasan-lower-wrap img {
  max-width: 16px;
}
.perc-0 {
  display: none !important;
}
.jenis-ssm.ssm-display {
  display: flex !important;
}
body .apply-step-button {
  padding-bottom: 9px;
}
.plus_repeater_field_premis, .plus_repeater_field_activiti {
  cursor: pointer;
}
.sem-file-dummy-sec.active .file-dummy-label .file-real-dummy-label {
  line-height: 1.6;
}
.field-error .tooltip {
  display: none !important;
}
.koTab-col-content .ul_with_leaf_style {
  margin-bottom: 4px;
}
.koTab-table-content-td .ul_with_leaf_style b {
  font-weight: 600;
}
body .koTab-col-content .koTab-col-title {
  line-height: 22px;
}
.pmo-middle-center-wrap {
  width: 100%;
}
.permohonan-lower-wrap .pmo-middle-center-wrap > div {
  width: 50%;
}
body .pmo-middle-center-wrap > div > div {
  margin-bottom: 16px;
}
body .pmo-middle-center-wrap {
  padding-top: 24px;
  padding-bottom: 8px;
}
.ptc .committee-uhi-sec .uhi-head {
  text-align: center;
}
[name="catatan_penilai"] {
  color: #2B2E66;
}