@import url(fonts_poppins.css);
@import url('//fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap');

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

.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;
}

/* daftar */
.pos-content-header .sub-header{
  margin-bottom: 1em;
}

/* 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: 34px 64px 56px;
  margin: 20px 0;
  max-width: 100%;
}

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

.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: center;
  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: center;
}
@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;
}