@import url(fonts_poppins.css);
@import url('../../../../css2-1');

body{
  font-family: "Poppins", sans-serif !important;
}

.body-pmb .main-header{
  margin: 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2A2A2C;
}
.body-pmb .sub-header{
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #828282;
}
.body-pmb .row:not(:first-child){
  padding-top: 24px;
}

.mainpos-header.mainpos-header-baru {
  background-color: #3954a4;
}
.mainpos-header.mainpos-header-baru .navbar {
  margin-bottom: 0;
  min-height: 80px;
}
.mainpos-header.mainpos-header-baru .navbar .navbar-collapse .dropdown-menu {
  background-color: #3954a4;
  margin-top: 0;
}
.mainpos-header.mainpos-header-baru .navbar .navbar-header .title p,
.mainpos-header.mainpos-header-baru .navbar .navbar-header .title span {
  font-size: 14px;
}
.mainpos-header.mainpos-header-baru .navbar .navbar-header .title p {
  font-weight: 600;
}
.mainpos-header.mainpos-header-baru .navbar .navbar-header .title span {
  font-weight: 400;
}
.mainpos-header.mainpos-header-baru .navbar #menu-navbar-collapse {
  margin-top: 0;
}
.mainpos-header.mainpos-header-baru .navbar-brand {
  display: flex;
  width: 100%;
}
.mainpos-header.mainpos-header-baru .navbar-brand .logo-wrapper {
  border-right: 1px solid white;
  margin-right: 11px;
  min-height: 48px;
  padding-right: 15px;
}
.mainpos-header.mainpos-header-baru .navbar-nav {
  padding: 0 15px;
}

.mainpos-header.mainpos-header-baru .pos-top-header h1 {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  margin-top: 50px;
}

.mainpos-header.mainpos-header-baru .pos-top-header p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  margin: 0;
  max-width: 450px;
}

@media (max-width: 767.98px) {
  .mainpos-header.mainpos-header-baru .pos-top-header h1 {
    font-size: 24px !important;
    line-height: 36px;
    font-weight: 700;
    margin-top: 50px;
  }
  
  .mainpos-header.mainpos-header-baru .pos-top-header p {
    font-size: 14px !important;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    max-width: 450px;
  }
}

.mainpos-header.mainpos-header-baru .pos-top-header a {
  color: #febd28;
}
.mainpos-header.mainpos-header-baru .pos-top-header hr {
  width: 166px;
  margin: 20px 0;
}
.mainpos-header.mainpos-header-baru .pos-top-header .btn-daftar,
.mainpos-header.mainpos-header-baru .pos-top-header .btn-login {
  font-size: 14px;
  margin: 60px 0;
  padding: 20px 25px;
}

.mainpos-header.mainpos-header-baru .pos-top-header .btn-daftar {
  background-color: #304ffe;
  color: white;
}
.mainpos-header.mainpos-header-baru .pos-top-header .btn-login {
  background-color: white;
  color: #304ffe;
}

@media (max-width: 767.98px) {
  .mainpos-header.mainpos-header-baru .navbar-brand {
    padding: 15px 0;
  }
  .mainpos-header.mainpos-header-baru .pos-top-header h1 {
    font-size: 32px;
    margin-top: 0;
  }
  .mainpos-header.mainpos-header-baru .pos-top-header h4 {
    font-size: 24px;
    width: 100%;
  }
  .mainpos-header.mainpos-header-baru .pos-top-header .btn-daftar,
  .mainpos-header.mainpos-header-baru .pos-top-header .btn-login {
    margin-bottom: 20px;
    margin-top: 60px;
    padding: 15px 20px;
  }
  .mainpos-header.mainpos-header-baru .pos-top-header .btn-daftar {
    margin-right: 10px;
  }
  .mainpos-header .pos-top-overlay:before {
    background: radial-gradient(
      47.81% 88.03% at 87.08% 33.88%,
      rgba(33, 33, 33, 0) 0,
      rgba(33, 33, 33, 0.9) 100%
    );  
  }
  .mainpos-header .pos-top-header .row {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .mainpos-header.mainpos-header-baru .navbar #menu-navbar-collapse {
    float: right;
  }
  .mainpos-header.mainpos-header-baru .navbar-nav > li > a {
    min-height: 80px;
    padding-top: 29px;
  }
  .mainpos-header.mainpos-header-baru .navbar-nav > li.active > a,
  .mainpos-header.mainpos-header-baru .navbar-nav > li:hover > a {
    border-bottom: 4px solid white;
    color: white;
  }
}
@media (max-width: 575.98px){
  .mainpos-header .pos-top-overlay:before {
    background:  rgba(33, 33, 33, 0.8) 100%;
  }
}

/* new new */

.cards-jalur {
  padding: 16px !important;
  background: #FFFFFF !important;
  border: 1px solid #ECEFF1 !important;
  box-sizing: border-box !important;
  box-shadow: 0px 30px 80px rgba(47, 65, 88, 0.15) !important;
  border-radius: 12px !important;
  position: relative;
}

.cards-jalur .card-header{
  margin: -16px -16px 8px;
  padding: 40px 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #3656a1;
  position: relative;
}


.cards-jalur .card-header.tutup{
  background: linear-gradient(315deg, #5b6467 0%, #8b939a 74%) !important;
}

.cards-jalur .card-header h3{
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.cards-jalur .card-header h5{
  margin: 6px 0 12px;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  color: #ffffffaa;
  text-align: center;
}
.cards-jalur .card-header h6{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 21px;
  color: #ffffffaa;
  width: 100%;  
  text-align: center;

}
.cards-jalur .card-header h6 .material-icons-round{
  font-size: 12px;
  margin-right: 8px;
}
.cards-jalur .card-header h6.status-tutup{
  color: #fff;
  padding: 8px 12px;
  background-color: #eb5757;
  border-radius: 12px 0 8px 0;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: fit-content;
  width:-moz-fit-content;
  z-index: +1
}

.cards-jalur .card-detail{
  padding: 16px 0;
  margin: 0;
  margin-bottom: 58px;
}

.cards-jalur .card-detail .row{
  margin: 0;
}
.cards-jalur .card-detail .detail-item{
  padding: 6px 12px;
}
.cards-jalur .card-detail .detail-item h6{
  margin: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #40485270;
}
.cards-jalur .card-detail .detail-item p{
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  color: #404852;
}

.cards-jalur .card-footer{
  width: 100%;
  padding: 0 10px;
  height: fit-content;
  height:-moz-fit-content;
  position: absolute;
  bottom: 16px;
  left: 0;
}
.buttons-wrapper{
  width: 100%;
  margin:0;
}

.cards-jalur .card-footer .col-xs-6, .cards-jalur .card-footer .col-xs-12{
  padding: 0 6px;
}

.cards-jalur .card-footer a{
  width: 100%;
  text-align: center;
}

/* btn */

.btn{
  border-radius: 8px !important;
  padding: 8px 12px;
}

@media (max-width: 767.98px) {
  .btn{
    margin: 8px 0;
  }


}


/* form */
.form-group label {
  width: 100%;
  text-align: left;
  line-height: 20px;
  height: 20px;
}
.form-group label.labelinput {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  line-height: 40px;
  height: 40px;
}

.form-group label .material-icons-round{
  font-size: 16px;
  vertical-align: middle;
}

.select2-container--default{
  width: 100% !important;
}

.select2-selection{
  height: 40px !important;
  padding: 6px 24px 6px 12px !important;
  border: 1px solid #ccc !important;
}

.select2-selection__rendered {
  line-height: 28px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 40px !important;
}

.twitter-typeahead {
  margin-top: 0 !important;
}

/* pilih metode bayar */

.cards-pilih-metode {
	background: #FFFFFF;
	border: 1px solid #DADCE0;
	border-radius: 8px;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 16px;
	width: 100%;
	margin: 12px 0;
}

.cards-pilih-metode .method .method-name {
	font-weight: 500;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 2px;
	color: #404852;
}

.cards-pilih-metode .method p {
	font-weight: normal;
	font-size: 13px;
	line-height: 22px;
	color: #7A7A7A;
}

.cards-pilih-metode .method-logo .logo {
	width: 120px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.radio .cards-pilih-metode:hover {
  border: 1px solid #3656a1; /* replaced from #61b634 */
}
/* line 362, ../sass/modules/_styles.scss */
.radio input[type="radio"]:checked + .cards-pilih-metode {
  border: 3px solid #3656a1; /* replaced from #61b634 */
  padding: 4px 14px;
}

/* body */
.mainpos-content{
  background: #F6F7F8;
}

.pos-content-body .body-pmb{
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(11, 9, 95, 0.08);
  border-radius: 12px;
  padding: 24px 32px;
  margin: 20px 0;
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .pos-content-body .body-pmb{
    padding: 24px 16px;
  }
}

.bg-hasil-seleksi{
  position: absolute;
  top: 90px;
  right: 15px;
  left: 15px;
  bottom: calc(4em + 20px);
  background-size: contain !important;
  background-position: top center !important;
  background-repeat: no-repeat  !important;

}



/* page hasil seleksi */
.hasil-seleksi-content {
  text-align: center;
}
.hasil-seleksi-content h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
  color: #404852;
  margin: 0;
}
.hasil-seleksi-content h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #404852;
  margin: 0;
}
.hasil-seleksi-content .title-result {
  margin: 54px 0 12px;
}
.hasil-seleksi-content .caption {
  font-weight: 400;
  color: #7A7A7A;
  margin: 0 auto 64px;
  max-width: 520px;
}
.hasil-seleksi-content .caption span {
  font-weight: 600;
}
.hasil-seleksi-content .caption.attr-lolos span {
  color: #3656a1;
}
.hasil-seleksi-content .detail-hasil {
  width: fit-content;
  width:-moz-fit-content;
  max-width: 100%;
  margin: 64px auto;
}
.hasil-seleksi-content .detail-hasil .detail-item {
  display: flex;
  align-items: baseline;
  width: 100%;
}
.hasil-seleksi-content .detail-hasil .detail-item:not(:last-child) {
  margin-bottom: 32px;
}
.hasil-seleksi-content .detail-hasil .detail-item .group {
  display: flex;
  align-items: baseline;
}

@media (max-width: 767.98px) {
  .hasil-seleksi-content .detail-hasil .detail-item .group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hasil-seleksi-content .detail-hasil .detail-item .item-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F3F3F8;
  border-radius: 16px;
  margin-right: 20px;
}
.hasil-seleksi-content .detail-hasil .detail-item .item-icon .material-icons-round {
  font-size: 18px;
  color: #3656a1;
}
.hasil-seleksi-content .detail-hasil .detail-item .item-label {
  font-weight: normal;
  color: #7A7A7A;
  width: 140px;
  text-align: left;
}
.hasil-seleksi-content .detail-hasil .detail-item .item-dots {
  font-weight: 500;
  color: #404852;
  margin-right: 4px;
}
@media (max-width: 767.98px) {
  .hasil-seleksi-content .detail-hasil .detail-item .item-dots {
    display: none;
  }
}
.hasil-seleksi-content .detail-hasil .detail-item .item-value {
  font-weight: 500;
  color: #404852;
  width: 270px;
  text-align: left;
}
.hasil-seleksi-content .detail-hasil .detail-item .item-value.attr-gagal {
  color: #E53935;
}
.hasil-seleksi-content .note {
  text-align: left;
  width: 100%;
  font-weight: normal;
  color: #7A7A7A;
}
.hasil-seleksi-content .note span {
  font-weight: 600;
  color: #3656a1;
}
.hasil-seleksi-content .nav-buttons {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 359.98px) {
  .hasil-seleksi-content .nav-buttons {
    justify-content: center;
  }
}
.hasil-seleksi-content .nav-buttons .back-btn {
  margin-right: 28px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  color: #7A7A7A;
}
@media (max-width: 359.98px) {
  .hasil-seleksi-content .nav-buttons .back-btn {
    margin-right: 12px;
    font-size: 12px;
  }
}
.hasil-seleksi-content .nav-buttons .back-btn .material-icons-round {
  margin-right: 16px;
  font-size: 18px;
}
@media (max-width: 359.98px) {
  .hasil-seleksi-content .nav-buttons .back-btn .material-icons-round {
    margin-right: 8px;
    font-size: 12px;
  }
}
.hasil-seleksi-content .nav-buttons .btn-primary {
  padding: 16px 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.25px;
  background-color: #3656a1;
  border: none;
}
@media (max-width: 359.98px) {
  .hasil-seleksi-content .nav-buttons .btn-primary {
    font-size: 12px;
    padding: 8px 12px;
  }
}
.hasil-seleksi-content .nav-buttons.attr-gagal {
  justify-content: center;
}
/* hasil seleksi lanjutan */

.hasil-seleksi-content.lanjutan {
  text-align: left;
}
.hasil-seleksi-content.lanjutan h3 {
  margin: 0 0 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #404852;
}
.hasil-seleksi-content.lanjutan p {
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #7A7A7A;
}
.hasil-seleksi-content.lanjutan .id-pendaftar {
  background: linear-gradient(180deg, rgba(242, 247, 254, 0) 37.68%, #F2F7FE 118.12%);
  border-radius: 6px;
  margin: 0 0 40px;
  padding: 0;
}
.hasil-seleksi-content.lanjutan .id-pendaftar .col-md-4 {
  padding: 24px 20px;
}
.hasil-seleksi-content.lanjutan .id-pendaftar .col-md-4 .col-label {
  margin-bottom: 8px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel {
  background: #FFFFFF;
  border: 1px solid #E5E5EB;
  border-radius: 8px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel + .panel {
  margin-top: 24px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-heading {
  padding: 0;
  margin: -1px;
  background: #FAFAFA;
  border: 1px solid #E5E5EB;
  border-radius: 8px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-heading .panel-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #404852;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-heading .panel-title a {
  padding: 20px 24px;
  display: flex;
  align-items: center;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-heading .panel-title a .item-icon {
  margin-right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(82, 82, 152, 0.12);
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-heading .panel-title a .item-icon .material-icons-round {
  font-size: 12px;
  color: #3656a1;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-body {
  padding: 32px 32px 32px 64px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-body .row {
  margin: 0;
  padding: 0;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-body .row:not(:last-child) {
  margin-bottom: 28px;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-body .row h4 {
  padding: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #7A7A7A;
}
.hasil-seleksi-content.lanjutan .rincian-biaya .panel .panel-body .row h4.nominal {
  text-align: right;
  font-family: DM Mono;
  font-weight: 500;
  color: #404852;
}
.hasil-seleksi-content.lanjutan .separator {
  border-top: 1px solid #EEEEEE;
  margin: 56px -64px 44px;
  left: 0;
  right: 0;
  height: 15px;
  background: #ECEFF1;
  opacity: 0.4;
  border: none;
}
.hasil-seleksi-content.lanjutan .ketentuan ol {
  padding-left: 22px;
}
.hasil-seleksi-content.lanjutan .ketentuan ol li {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #7A7A7A;
  padding-left: 8px;
}
.hasil-seleksi-content.lanjutan .ketentuan ol li:not(:last-child) {
  margin-bottom: 12px;
}
.hasil-seleksi-content.lanjutan .ketentuan ol li:before {
  position: absolute;
  left: -5px;
}
.hasil-seleksi-content.lanjutan .persetujuan {
  padding-left: 4px;
  margin-top: 20px;
  display: flex;
  font-size: 14px;
  line-height: 28px;
  color: #404852;
}
.hasil-seleksi-content.lanjutan .persetujuan input {
  margin-right: 8px;
}

/* pengumuman-kelulusan */

.pengumuman-kelulusan {
  text-align: left;
}
.pengumuman-kelulusan h3 {
  margin: 0 0 32px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #404852;
}
.pengumuman-kelulusan h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 28px;
  color: #7A7A7A;
  margin: 0;
}
.pengumuman-kelulusan p {
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  color: #7A7A7A;
}
.pengumuman-kelulusan a {
  color: #3656a1;
}
.pengumuman-kelulusan .info-pendaftar {
  margin: 0 -8px 32px;
  padding: 0;
}
.pengumuman-kelulusan .info-pendaftar .col-sm-6 {
  padding: 0 8px;
}
.pengumuman-kelulusan .info-pendaftar .col-sm-6 .info-item {
  display: flex;
  align-items: center;
}
.pengumuman-kelulusan .info-pendaftar .col-sm-6 .info-item .info-label {
  min-width: 120px;
}
.pengumuman-kelulusan .info-pendaftar .col-sm-6 .info-item .info-dots {
  width: fit-content;
  width:-moz-fit-content;
  margin: 0 12px;
}
.pengumuman-kelulusan .info-text {
  margin-bottom: 40px;
}
.pengumuman-kelulusan .list-berkas {
  margin-bottom: 56px;
}
.pengumuman-kelulusan .list-berkas .berkas-item {
  display: flex;
  align-items: center;
}
.pengumuman-kelulusan .list-berkas .berkas-item .material-icons-round {
  font-size: 16px;
  color: #3656a1;
  margin-right: 16px;
}
.pengumuman-kelulusan .ketentuan {
  margin-bottom: 40px;
}
.pengumuman-kelulusan .ketentuan ol {
  padding-left: 22px;
}
.pengumuman-kelulusan .ketentuan ol li {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #7A7A7A;
  padding-left: 8px;
}
.pengumuman-kelulusan .ketentuan ol li:not(:last-child) {
  margin-bottom: 12px;
}
.pengumuman-kelulusan .ketentuan ol li:before {
  position: absolute;
  left: -5px;
}
.pengumuman-kelulusan .table tr.body:not(:last-child) {
  border-bottom: 1px solid #F5F6F8;
}
.pengumuman-kelulusan .table tr th {
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7A7A7A;
}
.pengumuman-kelulusan .table tr td {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #7A7A7A;
}
.pengumuman-kelulusan .table tr td.nominal {
  font-family: "DM Mono", monospace;
}
.pengumuman-kelulusan .table-note {
  line-height: 16px;
  color: #7A7A7A;
  opacity: 0.5;
  font-style: italic;
  margin-bottom: 36px;
}

.content-section .sub-tab ul.sub-tab-navs {
  padding-left: 1.5rem;
  border-bottom: 1px solid #e8eaf4;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item {
  max-width: 50%;
  display: flex;
  align-items: center;
}

.content-section .sub-tab ul.sub-tab-navs.with-step .nav-item:not(:first-child)::before {
  content: url(../img/chevron-right.svg);
  display: block;
  width: fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: -4px;
}

@media (max-width: 575.98px) {
  .content-section .sub-tab ul.sub-tab-navs .nav-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 16px;
  }
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link {
  border: none;
  padding: 20px 24px;
  text-align: left;
  position: relative;
  width: 100%;
}

@media (max-width: 575.98px) {
  .content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link {
    border: none;
    padding: 16px 0;
  }
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link .border-bottom {
  height: 4px;
  background-color: #004680;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 4px 4px 0 0;
  opacity: 0;
}

.body-pmb > .row .content-section > .sub-tab > ul.sub-tab-navs{
  margin: -16px -32px 0px -32px ;
}

.content-section .sub-tab ul.sub-tab-navs.with-step .nav-item .nav-link .border-bottom {
  width: 50%;
  margin: auto;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link h2 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link  {
  background-color: transparent;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link h2 .badge {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  padding: 0.4rem 0.7rem;
  font-weight: 400;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link.active h2,
.content-section .sub-tab ul.sub-tab-navs .nav-item.active .nav-link h2 {
  color: #004680;
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item .nav-link.active .border-bottom,
.content-section .sub-tab ul.sub-tab-navs .nav-item.active .nav-link .border-bottom {
  opacity: 100;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item.disabled .nav-link h2 {
  color: #667686;
  font-weight: 500;
}

.content-section .sub-tab ul.sub-tab-navs .nav-item.disabled .nav-link:hover{
  cursor: not-allowed !important;
}

#RPL .tab-content .tab-title { 
  display: flex;
  flex-direction: column;
  gap: 8px;
}

#RPL .tab-content .tab-title h3 { 
  color: #2A2A2C;
  font-feature-settings: 'liga' off;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

#RPL .tab-content .tab-title p { 
  color: #667686;
  font-feature-settings: 'liga' off;
  font-size: 12px;
  font-weight: 400;
  margin: 0;
  line-height: 20px;
}

#RPL .tab-content .education-level {
  border-radius: 8px;
  border: 1px solid #DFE3E9;
  /* display: flex; */
  align-items: center;
  margin: 0 0;
  padding: 12px;
}

#RPL .tab-content .education-level .form-check,
#RPL .tab-content .education-level .form-check-label {
  margin-bottom: 0;
}

#RPL .tab-content .education-level .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}

#RPL .tab-content .education-level .form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin : 0;
  display: none;
  cursor: pointer;
}

#RPL .tab-content .education-level .form-check .form-check-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

#RPL .tab-content .education-level .form-check .form-check-label:before {
  position: relative;
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2B45A2;
  border-radius: 0.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

#RPL .tab-content .education-level .form-check .form-check-input:checked + label:after {
  content: '';
  display: block;
  position: absolute; 
  top: 5px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #2B45A2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#RPL .tab-content .education-level .form-check-label {
  color: #2A2A2C;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px; 
}

/* make state disabled */
#RPL .tab-content .education-level .form-check-input:disabled + label:before {
  background-color: #e9ecef;
  border-color: #e9ecef;
}

#RPL .tab-content .education-level .form-check-input:hover,
#RPL .tab-content .education-level .form-check-label:hover {
  cursor: pointer;
}

#RPL .tab-content .education-level .education-level__label  {
  width: 100%;
}

#RPL .tab-content .education-level .education-level__label h3 {
  color: #2A2A2C;
  font-feature-settings: 'liga' off;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}

#RPL .tab-content .education-level .education-level__choice {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.8rem;
}

#RPL .table-wrapper{
  border-radius: 8px;
  border: 1px solid #DFE3E9;
}

#RPL .table-wrapper .header{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 24px;
}

#RPL .table-wrapper .header .title{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0;
  line-height: 20px;
}

#RPL .table-wrapper .header .subtitle{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

#RPL .table-wrapper table{
  width: 100%;
  border-top:  1px solid #DFE3E9;
}

#RPL .table-wrapper table thead{
  background-color: #F9FAFB;
}

#RPL .table-wrapper table tbody{
  background-color: unset;
}

#RPL .table-wrapper table thead tr,
#RPL .table-wrapper table tbody tr:not(:last-child) {
  border-bottom:  1px solid #DFE3E9;
}

#RPL .table-wrapper table thead tr th,
#RPL .table-wrapper table tbody tr td{
  padding: 16px 18px;
}

#RPL .table-wrapper table thead tr th{
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  color: #667085;
}

#RPL .table-wrapper table tbody tr td{
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2A2A2C;
  vertical-align: top;
}

#RPL .table-wrapper table tbody tr.expandable-row td:nth-child(2):before{
  content: url(../img/icon-table-expand-toggle.svg);
  vertical-align: middle;
  margin-right: 12px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: inline-block;
}
#RPL .table-wrapper table tbody tr.expandable-row.expanded td:nth-child(2):before{
  transform: rotate(90deg);
}
#RPL .table-wrapper table tbody tr.expandable-content-row td:nth-child(2){
  padding-left: 38px;
}
#RPL .table-wrapper table tbody tr.expandable-content-row.expanded {
  display: table-row;
  background-color: white;
  white-space: nowrap;
}
#RPL .table-wrapper table tbody tr.expandable-content-row td {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
#RPL .table-wrapper table tbody tr.expandable-content-row{
  display: none;
}

#RPL .table-wrapper table .cell-button-single{
  padding-top: 10px;
  padding-bottom: 10px;
}

#RPL .table-wrapper .table-stripped tr.row-content{
  background-color: #F8F8FB;
}

#RPL .table-wrapper .table-stripped a {
  text-decoration-line: underline !important;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}

#RPL .table-wrapper .table-stripped .link-primary {
  color: #004680;
}

#RPL .table-wrapper table .cell-uploaded-file{
  max-width: 64px;
}

#RPL .table-wrapper table .cell-uploaded-file .toggle{
  margin: 0;
  color: #F78100;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  width: fit-content;
  margin-bottom: 6px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  background: none;
  border: none;
}

#RPL .table-wrapper table .cell-uploaded-file .toggle::after{
  content: url(../img/chevron-down.svg);
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 0px;
  aspect-ratio: 1/1;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
}

#RPL .table-wrapper table .cell-uploaded-file .toggle.open{
  border: 1px solid #FEDDB8;
  background: #FFF5EB;
}

#RPL .table-wrapper table .cell-uploaded-file .toggle.open::after{
  transform: rotate(180deg);
}

#RPL .table-wrapper table .cell-uploaded-file .uploaded-file{
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}

#RPL .table-wrapper table .cell-uploaded-file .uploaded-file.hide{
  display: none;
}

#RPL .table-wrapper table .cell-uploaded-file a{
  flex-grow: 1;
  text-align: start;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#RPL > .sub-tab > .tab-content > .tab-pane.active{
  display:flex;
  flex-direction:column;
  gap:20px;
  padding: 24px 0px;
}

#RPL .link{
  text-decoration: underline !important;
}

.offcanvas-menu {
  position: fixed;
  top: 0;
  right: -450px;
  width: 450px;
  height: 100%;
  background-color: #fff;
  transition: right 0.3s ease-in-out;
  z-index: 1000;
}

@media (max-width: 768px) {
  .offcanvas-menu {
    width: 100%;
  }
}

.offcanvas-menu .offcanvas-menu__header {
  display: flex;
  flex-direction: column;
  padding: 12px 24px;
  border-bottom: 1px solid #E4E4E4;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__header-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__header-title .offcanvas-menu__heading {
  color: #384250;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 0;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__header-title .offcanvas-menu__close-button {
  font-size: 20px;
  color: #6C737F;
  background: none;
  border: none;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__header-title .offcanvas-menu__close-button:hover {
  filter: brightness(0.8);
  cursor: pointer;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__subtitle-text {
  color: #6C737F;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  margin: 0;
}

.offcanvas-menu .offcanvas-menu__header .offcanvas-menu__subtitle-text b {
  font-weight: 600;
}

.offcanvas-menu .offcanvas-menu__body {
  padding: 24px;
  overflow-y: auto;
  height: calc(100vh - 237px);
}

.offcanvas-menu .offcanvas-menu__body .panel-group {
  padding-top: 24px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default {
  border-color: #DFE3E9;
  margin-top: 1rem;
}

.offcanvas-menu .offcanvas-menu__body .panel-default:first-child {
  margin-top: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default.active {
  border-color: #279B24;
}

.offcanvas-menu .offcanvas-menu__body .panel-default .panel-heading {
  padding: 12px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading {
  background-color: unset;
  border-radius: 8px;
  border-color: #DFE3E9;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-checkbox {
  display: flex;
  padding: 2px 0px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-checkbox,
.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading label {
  margin-bottom: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-checkbox .form-input-check {
  padding: 0;
  height: initial;
  width: initial;
  margin : 0;
  display: none;
  cursor: pointer;
  
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading label::before {
  position: relative;
  content:'';
  -webkit-appearance: none;
  background-color: #fff;
  border : 1px solid #DFE3E9;
  border-radius: 0.25rem;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .form-input-check:checked ~ label::after {
  content: '';
  display: block;
  position: absolute; 
  top: 2px;
  left: 6px;
  width: 5px;
  height: 9px;
  background-color: #279B24;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .form-input-check:checked ~ label:before {
  background-color: #279B24;
  border-color: #279B24;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .form-input-check:hover {
  cursor: pointer;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .form-input-check {
  margin: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title {
  flex-grow: 3;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title h4 {
  color: #2A2A2C;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; 
  margin: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title h4:hover {
  cursor: pointer;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title a {
  color: #2B45A2;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 2px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title a span {
  font-size: 16px;
}

.offcanvas-menu .offcanvas-menu__body .panel-default > .panel-heading .panel-title a[aria-expanded="true"] span {
  transform: rotate(180deg);
}

.offcanvas-menu .offcanvas-menu__body .panel-default .panel-body .panel-list {
  padding: 0 0 0 30px;
  margin: 0;
}

.offcanvas-menu .offcanvas-menu__body .panel-default .panel-body .panel-list li {
  color:  #667686;
  font-kerning: none;
  font-feature-settings: 'liga' off;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px
}

.offcanvas-menu .offcanvas-menu__footer {
  padding: 16px 24px;
  box-shadow: 0px -10px 20px 0px rgba(24, 24, 24, 0.10);
  position: fixed;
  width: inherit;
  bottom: 0;
  z-index: 1001;
  background-color: #fff;
}


.overlay-offcanvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.72;
  background: #121212;
  display: none;
  z-index: 1;
}

.offcanvas-menu.show {
  right: 0;
}

.overlay-offcanvas.show {
  display: block;
}

.top-alert-black {
  background: #292D32;
  box-shadow: 0px 8px 16px rgb(67 97 154 / 9%);
  border-radius: 8px;
  color: #fff;
  width: fit-content;
  padding: 12px 32px;
  position: fixed;
  top: 28px;
  z-index: 99999;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
}

.top-alert-black p {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin: 0;
}

.input-wrapper {
  position: relative;
}

.input-wrapper .input-wrapper__search {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 10px 14px 10px 34px;
}

.input-wrapper .input-wrapper__search::placeholder {
  color: #808080;
}

.input-wrapper::before {
  content: '';
  background-image: url('../img/icon-search.svg');
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}

.input-wrapper .input-wrapper__search:active, 
.input-wrapper .input-wrapper__search:focus {
  border-color: #004680;
  outline: 0;
}

#RPL .button.button_secondary .button__text {
  margin: 0;
  text-align: center;
}
#RPL .button,
#updocsModal .button{
  padding: 8px 14px;
  border-radius: 8px;
  display: flex;
  gap: 6px;
  align-items: center;
}
#RPL .button.full,
#updocsModal .button.full{
 justify-content: center;
 width: 100%;
}
#RPL .button.large,
#updocsModal .button.large{
  padding: 14px 32px;
}
#RPL .button.button_tertiary,
#updocsModal .button.button_tertiary{
  border: 1px solid #DFE3E9;
  background:  #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
#RPL .button.button_tertiary.disabled,
#updocsModal .button.button_tertiary.disabled{
  cursor: default;
}
#RPL .button.button_tertiary.disabled svg,
#updocsModal .button.button_tertiary.disabled svg{
  opacity: 0.4;
}
#RPL .button.button_tertiary:hover,
#updocsModal .button.button_tertiary:hover{
  background: #F9FAFB;
}
#RPL .button.button_tertiary.disabled:hover,
#updocsModal .button.button_tertiary.disabled:hover{
  background: #fff;
  box-shadow: none;
  filter: none;
}
#RPL .button.button_primary,
#updocsModal .button.button_primary {
  background:  #2B45A2;
}
#RPL .button.button_secondary,
#updocsModal .button.button_secondary {
  border: 1px solid #2B45A2;
}
#RPL .button.button_image,
#updocsModal .button.button_image {
  aspect-ratio: 1/1;
  padding: 0;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  justify-content: center;
}
#RPL .button.button_image.button_danger,
#updocsModal .button.button_image.button_danger {
  background-color: #EE2737;
}

#RPL .button .button__text,
#updocsModal .button .button__text{
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
#RPL .button.large .button__text,
#updocsModal .button.button.large .button__text{
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
#RPL .button.button_primary .button__text,
#updocsModal .button_primary .button__text{
  color: #FFFFFF;
}
#RPL .button.button_secondary .button__text,
#updocsModal .button_secondary .button__text{
  color: #2B45A2;
}
#RPL .button.button_tertiary .button__text,
#updocsModal .button.button_tertiary .button__text{
  color: #344054;
}
#RPL .button.button_tertiary.disabled .button__text,
#updocsModal .button.button_tertiary.disabled .button__text{
  color: #DFE3E9;
}
#RPL .table-wrapper table .cell-button-single .button{
  margin: auto;
}

#RPL .button.button_image .button__icon,
#updocsModal .button.button_image .button__icon{
  width: 14px;
  height: 14px;
  filter: invert(1);
}

#RPL .tooltip.in {
  opacity: 1;
}

#RPL .tooltip .tooltip-inner {
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  color: #667686;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; 
  text-align: left;
  max-width: 235px;
  width: 235px; 
  z-index: 1;
}
#RPL .tooltip .tooltip-arrow {
  border-top-color: #fff;
}

#updocsModal .modal-content{
  border-radius: 8px;
  -webkit-box-shadow : none;
  box-shadow : none;
  border: 0;
}

#updocsModal .modal-content .modal-header{
  padding: 24px 24px 16px 24px;
}

#updocsModal .modal-content .modal-body{
  padding: 0px 24px;
}

#updocsModal .modal-content .modal-footer{
  padding: 24px;
  display: flex;
  gap: 16px;
  justify-content: end;
}

#updocsModal .modal-content .modal-footer::after{
  content: none;
}
#updocsModal .modal-content > *{
  border: 0 !important;
}

#updocsModal .modal-content .modal-header .close{
  opacity: 1;
}

#updocsModal .modal-content .modal-header .modal-title{
  color:  #2A2A2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}

#updocsModal .modal-content .modal-header .modal-subtitle{
  color:  #667686;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 185.714% */
  margin-bottom: 0;
  margin-top: 8px;
}
.droppable-upload {
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.drop-zone {
  border-radius: 6px;
  border: 1.5px dashed #004680;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.drop-zone input[type="file"] {
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.drop-zone .drop-zone__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  align-items: center;
}

.drop-zone .drop-zone__text-wrapper .title {
  color: #004680;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  margin: 0;
}

.drop-zone .drop-zone__text-wrapper .subtitle {
  color: #6E7475;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  margin: 0;
}

.file-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file-list-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #DFE3E9;
}

.file-list-item .header{
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.file-list-item .header::before{
  content: url(../img/attachment.svg);
  display: block;
  width: fit-content;
  height: fit-content;
  position: relative;
}

.file-list-item .header .file-name{
  flex-grow: 1;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #F78100;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
}
.file-list-item .header .file-delete {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.file-list-item .header .file-delete:hover {
  opacity: 0.75; /* Warna merah lebih gelap saat hover */
}

.file-list-item .header .file-delete::before{
  content: url(../img/cross-mini.svg);
  display: block;
  width: fit-content;
  height: fit-content;
  position: relative;
}

.file-list .body{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.file-list .body label{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
  color: #2A2A2C;
  margin: 0;
}

.file-list .body input{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #2A2A2C;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  padding: 12px 16px;
}
.file-list .body input::placeholder{
  color: #808080;
}