body{
    font-family: 'Open Sans',sans-serif !important;
}

@media (min-width: 1200px) {
  .container{
      max-width: 1266px;
  }
}

/**header */
.header1{
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
   transition: all 0.3s; 
}

/**Navbar*/
.navbar-top{
    background: #FFFFFF !important;
    min-height: 58px;
    /* padding: 16px 80px 16px 80px; */
}
.navbar-header .navbar-toggler{
  color: #FFFFFF;
}
.navbar-header{
    background: #174B70 !important;
    box-shadow: 0px 5px 10px rgba(181, 181, 181, 0.25);
    min-height: 100px;
    padding: 5px 80px 5px 80px;
    margin-top:56px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-top .nav-item{
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-header .nav-item{
    margin: 0px !important;
    padding: 0px !important;
}

.navbar-top .mobile-header{
  display: none;
}

.navbar-top .nav-item .nav-link{
    font-size: 14px;
    font-weight:700;
    color: #205276;
    line-height: 18px;

}
.navbar-header .nav-item .nav-link{
    font-size: 14px;
    line-height: 19px;
    margin: 0 25px;
    padding: 0px;
    font-weight:700;
    color: #FFFFFF;
    transition: all .4s ease-in-out;
}
.navbar-header .nav-item.active .nav-link{
    color: #F7C820;
}
.navbar-header .nav-item .nav-link:hover{
    color: #F7C820;
}

.navbar .main-btn{
    background: #F6FBFD;
    text-decoration: none;
    font-size: 14px;
    color: #193F5B;
    border: 1px solid #193F5B;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 25px;
    font-weight:700;
    display: inline-block;
    transition: all .4s ease-in-out;
}

.navbar .main-btn:hover{
    background: #EFF2F5;
    
}

.nav-logo{
    margin-left:-20px; 
    max-width: 174px;
}

.navbar-collapse-custom{
    margin-right:-20px;
}

/* DropDown menu */

.dropdown .dropdown-menu-custom{
    margin-top: 38px;
    border-radius: 0px;
    width: 305px;
    max-width: 305px;
    padding: 16px;
    background: #FFFFFF;
    border-top :6px solid #23A0CE;
    position: absolute;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: -5px 5px 10px rgba(103, 103, 103, 0.25);
}
.dropdown .dropdown-menu-custom .dropdown-item{
    font-style: normal;
    font-weight: 600;
    color: #303030;
    font-size: 14px;
    height: 50px;
    line-height: 19px;
    display: flex;
    align-items: center;
    transition: all .4s ease-in-out;
}
.dropdown .dropdown-menu-custom .dropdown-item:hover{
  background-color: #FFFFFF;
  color: #F7C820;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown .dropdown-menu-custom li.active a{
  background-color: #ffffff;
  color:#F7C820 !important;
} 

/* Banner */

.carousel-content{
  position: relative;
}
.carousel .carousel-item {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
/* 
  .carousel .carousel-item:before {
    content: "";
    background-image: linear-gradient(97.89deg, rgba(142, 191, 255, 0.6759) 2.19%, rgba(142, 191, 255, 0.366147) 56.28%, rgba(255, 255, 255, 0) 98.37%);
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 600px;
  } */

  .carousel .carousel-control-prev-icon {
    /* background-image: url("/assets/site/img/arrow_left.svg"); */
    width: 40px;
    height: 40px;
  }

  .carousel .carousel-control-next-icon {
    /* background-image: url("/assets/site/img/arrow-right.svg"); */
    width: 40px;
    height: 40px;
  }
  
  .carousel .carousel-indicators .btn-indicator{
    /* background-color: #F6FBFD; */
    border: none;
    /* display: inline-block; */
    margin: 20px;
    /* height: 12px;
    width: 12px; */
    /* border-radius: 50%; */
  }

  /* .carousel .carousel-indicators .btn-indicator.active{
    background-color: #F7C820;
  } */

  .carousel .carousel-caption{
      padding-bottom:240px;
      margin-left:-70px;
      width: 50%;
  }
  .title-caption{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 54px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #F6FBFD;
    text-align: left;
    margin-bottom: 16px;

  }

  .desc-caption{
    font-style: normal;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    width:70%;
    /* or 133% */
    display: flex;
    align-items: center;
    color: #F6FBFD;
  }

  /*card banner*/
  .card-banner{
    background: linear-gradient(90deg, #2CA4D0 0%, #77C4E1 100%);
    border-radius: 24px;
    padding: 48px;
    margin-top:-150px;
  }

  .title-menu{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
  }

  .desc-menu{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #EFF2F5;
  }

  .desc-menu a{
    color: #EFF2F5;
    text-decoration:none;
  }

  .desc-menu a:hover{
    color: #FFFFFF;
  }

ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  background: #E3E7ED;
  position: relative;
  min-height:295px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-title {
  margin-bottom: 8px;
}
.footer-title span {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: center;
    text-align: justify;
}

.footer-text p {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
}
.footer-social-icon {
    margin-top:28px;
}

.footer-social-icon a {
  margin-right: 16px;
  text-decoration: none;
  color: #174B70;
}

.footer-social-icon a:hover {
  margin-right: 16px;
  text-decoration: none;
  color: #1f74cf;
  transition: all 0.2s ease-in-out;
}

.footer-widget-heading{
    margin-bottom: 16px;
}

.footer-widget-heading span {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #174B70;
}

.footer-widget ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 8px;
}
.footer-widget ul li a:hover{
  color: #F7C820;
}

.footer-widget ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    align-items: center;
    letter-spacing: 0.01em;
    /* Netral/Black */
    color: #000000;
}

.footer-text-widget p{
    margin-bottom: 16px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height */
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    
    /* Netral/Black */
    
    color: #000000;
    
}
.footer-text-widget p img{
    margin-right: 8px;
}
.copyright-area{
  background: #174B70;
  padding: 24px 0;
  min-height: 66px;
}

.copyright-text p {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* display: flex; */
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.line-spacing{
    background: #F7C820;
    padding: 1px 0;
    height: 66px;
    height: 8px;
    top: 295px;
}

hr.hr-title{
  display: block; 
  height: 2px;
  width: 80px;
  color: #F7CA29;
  margin: 16px 0px;
}

.title-section{
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  /* identical to box height */
  letter-spacing: 0.01em;
  color: #165581;
}

.desc-section{
  margin: 16px 0px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  text-align: center;
  /* Primary - DarkBlue/600 */
  color: #6F8FA6;
}

.row-title{
  margin:0px 0px 64px;
}

.desc-text{
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  /* or 167% */
  letter-spacing: 0.01em;
  /* Main Color/Black */
  color: #252525;
  margin-bottom: 48px;
}

.card-list{
  min-height: 185px;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 16px;
}

.card-list:hover{
  filter: drop-shadow(0px -8px 16px rgba(200, 200, 200, 0.25)) drop-shadow(8px 8px 16px rgba(200, 200, 200, 0.25));
}

.title-paket{
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  text-align: center;
  /* Netral - Gray/900 */
  color: #212121;
}

.desc-paket{
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  color: #000000;
}

.title-daftar{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding:0px 0px 28px !important;
}

.desc-daftar{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;

  color: #FFFFFF;
}

.card-help{
  background: #FFFFFF;
  /* Text Color/Stroke Line */
  min-height: 160px;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  /* Card */
  box-shadow: 0px -5px 10px rgba(243, 243, 243, 0.25), 5px 5px 15px rgba(228, 228, 228, 0.25);
  border-radius: 8px;
}

.card-title-help{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
}
.card-header-help{
  background-color: #193F5B;
  min-height: 8px;
  padding: 0px;
}
.card-header-help:first-child {
  border-radius: 8px 8px 0px 0px;
}

.card-text-help{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  letter-spacing: 0.01em;
  color: #222222;
}

.bjb-page-title{
  height: 280px;
  position: relative;
  background-size: cover;
  width: 100%;
}

.bjb-page-title .bjb-page-title__text {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  position: absolute;
}

.bjb-page-title__text .title-text{
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  margin: 16px 0px;
  letter-spacing: 0.01em;
  color: white;

}

.bjb-page-title__text .desc-text{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: white;
}

.sub-about{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-top: 16px;
  color: #23A0CE;
}

.desc-about{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
}

.list-ku ol li{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
}

.title-lb{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.desc-lb{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 16px 0px 0px 0px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.desc-lb-modal{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 16px 0px 0px 0px;
}
.card-list-2{
  min-height: 277px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 16px;
  transition: all .2s ease-in-out;

}

.card-list-2:hover{
  background: #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05), 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.list-kp{
  margin-top : 48px;
}

.list-kp ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;

}

.no-fitur{
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.01em;
  color: #23A0CE;
}

.card-fitur{
  min-height: 154px;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.card-list-3{
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 16px;
  min-height: 260px;
}

.width-card{
  width: 95% !important;
  margin-left: 15px;
}

.card-manajemen{
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  border-radius: 16px;
  min-height: 525px;
}

.card-manajemen:hover{
  border: 1px solid #FFFFFF;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05), 0px 3px 20px rgba(0, 0, 0, 0.05);
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.name-mj{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #204D95;
}

.title-mj{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #373F41;
}

.link-mj{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #204D95;
  font-feature-settings: 'tnum' on, 'lnum' on, 'liga' off;
  text-decoration: none;
}

.card-simulasi{
  background: #FFFFFF;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  border :1px solid #FFFFFF;
}

.title-form{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.sub-label{
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.desc-label{
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #757575;
  
}

::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #BDBDBD;
}

input[type='text'] {
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  padding-left: 16px;

}
input[type='email'] {
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  padding-left: 16px;

}
input[type='password'] {
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  padding-left: 16px;

}
.form-control:focus { 
  outline: none !important;
  border-color: #DDE5E9;
  z-index: 2;
}

.tr-info{
  height: 67px;
}

.tr-info td{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border:none;
  color: #000000;
  padding: 24px 0px 24px 16px;
}
.tr-simul{
  height: 51px;
}

.tr-simul td{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 16px 0px 16px 0px;
}

.tr-biayaadm td{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #000000;
  padding: 8px 0px;
}

.tr-head th{
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.card-faq{
  background: #ffffff;
  border: 1px solid #FFFFFF;
}
.title-faq{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #212121;
  padding: 0px 24px;
}

.desc-faq{
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #616161;
}

.pull-right{
  float: right !important;
}

.tab-promo{
  padding: 5px 10px !important;
  margin-top: -15px !important;
  margin-bottom: 20px !important;
}
.tab-promo li{
  margin: 5px 10px !important;
}

.tab-promo li a{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #23A0CE !important;
  padding: 15px 12px !important;
}
.tab-promo li a:hover{
  background-color: #E5F4F9 !important;
}

.tab-promo li a.active{
  background-color: #E5F4F9 !important;
  border-radius: 8px !important;
  padding: 15px 12px !important;
}

.card-promo{
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  border-radius: 16px;
  min-height: 400px;
}

.card-promo:hover{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  filter: drop-shadow(0px -5px 16px rgba(0, 0, 0, 0.03)) drop-shadow(5px 5px 16px rgba(0, 0, 0, 0.03));
}

.title-promo{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding: 28px 0px 5px 0px;
  color: #204D95;
}

.date-promo{
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #616161;
  
}

.desc-promo{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #303030;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.tab-berita{
  padding: 5px 10px !important;
  margin-top: -15px !important;
  margin-bottom: 20px !important;
}
.tab-berita li{
  margin: 5px 10px !important;
}

.tab-berita li a{
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #23A0CE !important;
  padding: 15px 12px !important;
}
.tab-berita li a:hover{
  background-color: #E5F4F9 !important;
}

.tab-berita li a.active{
  background-color: #E5F4F9 !important;
  border-radius: 8px !important;
  padding: 15px 12px !important;
}

.card-berita{
  background: #FFFFFF;
  border: 2px solid #FEFBEF;
  box-sizing: border-box;
  border-radius: 16px;
}

.date-berita{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #000000;
}

.title-berita{
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

.desc-berita{
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.desc-berita-detail{
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.bottom-link{
  position:absolute;                 
  bottom:20px;                         
}

.pick-gradient{
  position:relative;
  /* display:inline-block; */
}

.pick-gradient::after{
  background: rgba(23, 75, 112, 0.38);
  content:'';
  position:absolute;
  left:0; 
  top:0;
  border-radius: 28px;
  width:100%; 
  height:100%;
  display:inline-block;
}

.card-paket{
  background: #FFFFFF;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  border: 1px solid #FFFFFF;
}

.card-paket .title-kp {
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  color: #23A0CE;
}

.card-paket .desc-kp {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #303030;
}

.desc-sk{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
}

.bg-image {
    background: rgb(32, 77, 149);
    background-image: url('/assets/site/img/icon-login/backimage.png');
    background-size: cover;
    min-height: 110vh;
    background-position: center;
}

.card-login{
  background: #FFFFFF;
  border-radius: 28px 0px 0px 28px;
}
.card-login .login-text{
  font-weight: 700;
  font-size: 24px;
  color: #204D95;
  line-height: 32px;
}
.card-login .link-lg{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.link-lg:hover{
  color: #025f81 !important;
  transition: all 0.2s ease-in-out;
}

.link-lgs{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #23A0CE;
  text-decoration: none;
}

.link-lgs:hover{
  color: #33b6e6 !important;
  transition: all 0.2s ease-in-out;
}

.card-register .link-lg{
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-decoration: none;
}

.desc-lgn{
  font-weight: 600;
  font-size: 40px;
  line-height: 54px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 0px 90px 90px 90px;
}

.icon-eye{        
  display:block !important;
}
.icon-eye::before{
  content: '';
  /* background:url('/assets/site/img/icon-login/eye.svg') no-repeat; */
  background-size: 20px 20px;
  position:absolute;
  width:20px;
  height:20px;
  margin: 6px 0px;
  cursor: pointer;
  margin-left: -35px !important;
}

.card-submission{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.title-form2{
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #204D95;
}

.col-custom-1{
  width: 20%;
}

.col-custom-2{
  width: 14.28571428571429%;
}

input[type='file'] {
  background: #FFFFFF;
  border: 1px solid #DDE5E9;
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #212121;
  padding-left: 16px;
}

.card-register{
  background: #FFFFFF;
  border: 0;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05), 0px 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
.card-register .register-text{
  font-weight: 700;
  font-size: 24px;
  color: #204D95;
  line-height: 32px;
}

.title-faq:hover{
  color: #165581;
}

.modal-content{
  border: 0;
  border-radius: 16px;
}

.modal-header{
  border: 0;
}

.btn-closes{
  padding: 10px 20px !important;
  color:rgba(35, 160, 206, 1);
  background:#FFFFFF !important;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

*::-webkit-scrollbar-track {
  background: #f5f5f5;
}

*::-webkit-scrollbar-thumb {
  background-color: #b3b3b3;
  border-radius: 5px;
  border: 0px solid #b3b3b3;
}

.card-ku{
  background: #FFFFFF;
  border: 1px solid #174a6f;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-top:10px;
}

.span-kup{
  background-color: rgb(23 75 112);
  padding: 6px 13px;
  border-radius: 5px;
  font-weight:700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.frame{
  width: 100px;
  height: 100px;
  border: 1px solid #174b70;
  border-radius: 360px;
  background: none;
  padding: 20px;
}

.frame img{
  width:100%;
  height: 100%;
}

.frame_2{
  width: 100px;
  height: 100px;
  border: 4px solid rgba(206,212,218,.4);
  border-radius: 20px;
  background: none;
  padding: 15px;
  transition:all 250ms ease-in-out;
  color: #174b70;
}

.frame_2:hover{
  border: 4px solid #1f74cf;
  color: #1f74cf;
  transition: all 0.2s ease-in-out;
}

.card-chart{
  background: #174a6f;
  border:6px solid #f0f0f0;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  margin-top:10px;
}
.span-chart{
  font-weight:700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.footer-chart{
  border-top:5px solid #f0f0f0;
}

.font-red{
  color: #e7505a!important;
}

.frameUser{
  width: 35px;
  height: 35px;
  border: 1px solid #FFFFFF;
  border-radius: 360px;
  background: none;
  padding: 6px;
  margin:-6px 0px -6px 0px;
}

.frameUser:hover{
  box-shadow: 0px 0px 5px 0px #f5c721;
}
.frameUser img{
  width:100%;
  height: 100%;
}

.alert-custom{
  border-radius: 5px;
  border: none;
  box-shadow: 0px 0px 5px 0px;
}

.hide{
  display: none;
}

.frameUser2{
  width: 100px;
  height: 100px;
  /* border: 1px solid #174a6f; */
  border-radius: 360px;
  background: none;
  padding: 20px;
  margin:-6px 0px -6px 0px;
  box-shadow: 0px 0px 5px 0px #174a6f;
}

.frameUser2 img{
  width:100%;
  height: 100%;
}

.cover-title{
  color:#174a6f;
  font-weight:700;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
}

.cover-title:hover{
  color: #F7C820;
}

.cover-desc{
  color:#333238;
  font-weight:500;
  font-size: 15px;
  line-height: 20px;
}

.display-inblock{
  display: inline-block;
}

.card-profile{
  background: #FFFFFF;
  border: 1px solid #e3e7ed;
  border-radius: 10px;
}

.title-info{
  color:#000000;
  font-weight:600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.desc-info{
  color:#000000;
  font-weight:500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01em;
}

.card-peserta{
  background: #FFFFFF;
  box-shadow: 0px -5px 16px rgba(0, 0, 0, 0.03), 5px 5px 16px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.img-bjb{
  width:100%;
  min-width:100%;
  border-radius:16px;
  font-weight: 600;
  min-height: 100px;
  background: #f9f9f9;
}

.label-deposit{
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}


.statusTr {
  background-color: rgb(248, 248, 0);
  color: #000;
  padding: 5px 10px;
  border-radius: 100px;
  font-size: 10px;
  font-weight: bold;
}

.statusTr.success {
  background-color: rgb(1, 190, 1) !important;
  color: #fff !important;
}

.statusTr.not-success {
  background-color: rgb(255, 0, 0) !important;
  color: #fff !important;
}

.card-fu{
  background: #FFFFFF;
  border: 1px solid #174a6f;
  box-shadow:   0px 0px 20px -5px #b4b4b4;
  border-radius: 10px;
}

.loader{
  position: fixed;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  opacity: .8;
}

.loader .spinner-border{
  width:60px;
  height:60px;
}

.title-ip{
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}

.desc-ip{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 16px 0px 0px 0px;
}

.card-jk{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  min-height: 500px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05), 0px 3px 20px rgba(0, 0, 0, 0.05);
}

.name-jk{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 22px;
  color: #FFFFFF;
}

.desc-jk{
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #000000;
  padding: 16px 0px 0px 0px;
}

.link-fs{
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #204D95;
  text-decoration: none;
}

.span-fs{
  background-color: rgb(23 75 112);
  padding: 6px 13px;
  border-radius: 5px;
  font-weight:700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.span-fs:hover{
  background-color: rgb(45, 118, 170);
  transition: all 0.2s ease-in-out;
}

.card-sk{
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  min-height: 500px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05), 0px 3px 20px rgba(0, 0, 0, 0.05);
}

.name-sk{
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
  color: #FFFFFF;
}

.title-lg{
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
}

.text-lg{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 22px;
}