/* border */
/* 
.row,
.icon-box {
  border: 1px solid red;
}
.col,
.fitur-fitur,
.fitur-fitur img,
.fitur-fitur h1,
.fitur-fitur p {
  border: 1px solid blue;
} */

/* end for border */

/* template for txt */
.txt-1 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
}

.txt-2 {
  font-size: 16px;
  line-height: 150%;
}

.txt-3 {
  font-size: 14px !important;
  line-height: 20px;
}

.txt-4 {
  font-weight: bold;
  font-size: 16px;
}

.txt-5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 25px;
}

.txt-6 {
  font-size: 14px;
  line-height: 18px;
}

.txt-7 {
  font-size: 18px;
  line-height: 23px;
}

.txt-8 {
  font-size: 12px;
  line-height: 15px;
}

.txt-grey-1 {
  color: #333333;
}

.txt-grey-2 {
  color: #4f4f4f;
}

.txt-grey-3 {
  color: #828282;
}

/* end template for txt */

/* template for button */
.prim-btn,
.reg-btn {
  background: #602a82;
  box-shadow: 0px 8px 24px rgba(96, 42, 130, 0.16);
  border-radius: 8px;
  color: white;
  border: 2px solid white;
}

.prim-btn {
  transition: background 0.2s, border 0.2s, color 0.2s;
}

.reg-btn {
  transition: box-shadow 0.2s;
}

.prim-btn:hover {
  background: #ffffff;
  border: 2px solid #602a82;
  color: #602a82;
}

.reg-btn:hover {
  background: #602a82;
  box-shadow: 0px 8px 24px rgba(96, 42, 130, 0.16);
  border-radius: 8px;
  color: white;
}

.sec-btn {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  color: #602a82;
  transition: box-shadow 0.2s;
}

.sec-btn:hover {
  box-shadow: 0px 8px 24px rgba(96, 42, 130, 0.16);
  color: #602a82;
}

/* end template for button */

/* modal */
.modal-dialog {
  max-width: 550px !important;
  margin: auto;
}

.modal-content {
  border-radius: 12px;
  padding: 24px;
  border: none;
}

/* modal referral */
.modal.referral .modal-header {
  border-bottom: none;
  padding: 0 0 24px 0;
}

.modal.referral .modal-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
}

.modal.referral .modal-body {
  padding: 0 0 32px 0;
}
.modal.referral .modal-body .form-control {
  padding: 12px 16px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: none;
}

.modal.referral .modal-body .form-control:focus {
  border: 1px solid #2d9cdb;
}

.modal.referral .modal-footer {
  border-top: 0;
  padding: 0;
}

.modal.referral .modal-footer .reg-btn {
  padding: 12px 16px;
  width: 170px;
}

.modal.referral .modal-footer .sec-btn {
  padding: 12px 16px;
  width: 170px;
}

/* end for modal referral */

/* modal konfirmasi pembayaran */
.modal.payment-confirmation .modal-header {
  border-bottom: none;
  padding: 8px 0 24px 0;
}

.modal.payment-confirmation .modal-body {
  padding: 0 0 40px 0;
}

.modal.payment-confirmation .modal-footer {
  border-top: 0;
  padding: 0 0 8px 0;
}

.modal.payment-confirmation .modal-footer .reg-btn {
  padding: 12px 16px;
  width: 170px;
}

.modal.payment-confirmation .modal-footer .sec-btn {
  padding: 12px 16px;
  width: 170px;
}
/* end for modal konfirmasi pembayaran */

/* modal uplaod payment */
.modal.payment-upload .modal-header {
  border-bottom: none;
  padding: 0 0 24px 0;
}

.modal.payment-upload .modal-header .txt-5 {
  margin-bottom: 8px;
}

.modal.payment-upload .modal-body {
  height: 256px;
  padding: 0;
}

.modal.payment-upload .modal-footer {
  border-top: 0;
  padding: 24px 0 0 0;
}

.modal.payment-upload .modal-footer .reg-btn {
  padding: 12px 16px;
  width: 170px;
}

.modal.payment-upload .modal-footer .sec-btn {
  padding: 12px 16px;
  width: 170px;
}

.upload-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 256px;
  background: #f2f2f2;
  border: 2px dashed #602a82;
  border-radius: 8px;
}
/* end for modal uplaod payment */

/* modal success upload */
.modal.upload-success .modal-dialog {
  max-width: 600px !important;
}

.modal.upload-success .modal-header {
  border-bottom: none;
  padding: 24px 0 48px 0;
}

.modal.upload-success .modal-header .txt-5 {
  margin-bottom: 8px;
}

.modal.upload-success .modal-body {
  padding: 48px 0 48px 0;
}

.modal.upload-success .modal-body .col-l {
  margin-right: 129px;
}

.modal.upload-success .modal-body .txt-2 {
  margin-bottom: 32px;
}

.modal.upload-success .modal-body .col-l .txt-2,
.modal.upload-success .modal-body .col-r .txt-2 {
  margin-bottom: 12px;
}

.modal.upload-success .modal-footer {
  border-top: none;
}

.modal.upload-success .modal-footer .reg-btn {
  width: 100%;
  padding: 16px;
  margin: 0;
}

.success-icon {
  margin-right: 24px;
}

/* end for modal success upload */

/* end for modal */

* {
  margin: 0;
  padding: 0;
}

body {
  background: white;
  font-size: 16px;
  font-family: "Mulish", Arial, Helvetica, sans-serif;
  margin: auto;
  color: #333333;
}

.container {
  width: 90%;
  max-width: 1366px !important;
}

.container-fluid {
  width: 90%;
}

/* checkout title */
.title {
  margin-top: 64px;
}

.title .txt-1 {
  margin-bottom: 16px;
}

/* end for checkout title */

/* checkout detail */
.detail {
  margin-top: 64px;
}

/* card */
.detail .card {
  margin: auto;
  border-radius: 12px;
  transition: box-shadow 0.4s, opacity 0.4s;
  opacity: 0.9;
  max-width: 290px;
  margin-bottom: 48px;
}

.detail .card-body .container {
  padding-left: 0;
  padding-right: 0;
}

.detail .card-body .container {
  padding-left: 0;
  padding-right: 0;
}

.detail .card .card-img-top {
  border-radius: 12px 12px 0 0;
}

.detail .card-body .container .row .nama-bidang {
  color: #828282;
}

.detail .card-body .container .row .nama-kelas {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  color: #333333;
}

.detail .card-body .container .row .harga-kelas {
  font-family: Mulish;
  font-style: normal;
  font-weight: 700;
  color: #f2c94c;
}

.detail .card-body .container .row .diskon-kelas {
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  color: #828282;
  text-decoration: line-through;
}

.detail .card-body .container .row .waktu {
  color: #4f4f4f;
}

.detail .card-body .container .row .jml-sub-bab {
  color: #4f4f4f;
}

.detail .card-body .container .row .jml-pelanggan {
  color: #e8c046;
}

.detail .card-body .container .row .waktu img {
  margin-right: 5px;
}

.detail .card-body .container .row .jml-sub-bab img {
  margin-right: 5px;
}

.detail .card-body .container .row .jml-pelanggan img {
  margin-left: 5px;
}
/* end for card */

.checkout-data {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 12px;
  margin-bottom: 32px;
  padding: 32px;
}
.checkout-data .col-l {
  padding-left: 0;
  text-align: left;
}

.checkout-data .col-m {
  text-align: left;
}

.checkout-data .col-r {
  padding-right: 0;
  text-align: right;
  max-width: 200px;
}

.important-info {
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 32px;
}

.txt-4 a {
  text-decoration: none;
}

.txt-4 a:hover {
  color: #602a82;
}

hr {
  margin-top: 0;
  margin-bottom: 1rem;
}

.input-referral {
  color: #602a82;
}

.input-referral-2 {
  color: #602a82;
  display: none;
}

.total-payment {
  padding: 16px 24px 16px 16px;
  width: 300px;
  left: 954px;
  top: 604px;
  background: rgba(45, 156, 219, 0.08);
  border-radius: 8px 0px 0px 8px;
  margin-right: -18px;
  margin-top: 17px;
  margin-bottom: 32px;
}

.total-payment p {
  margin-bottom: 0;
}

.detail-bank {
  margin-left: 16px;
}

.detail-bank p {
  margin-bottom: 0;
}

.checkout-btn {
  width: 100%;
  padding: 16px;
}
/* end checkout detail */

/* responsive */
@media (max-width: 575.98px) {
  .txt-1 {
    font-size: 28px;
  }
  .txt-2 {
    font-size: 12px;
  }
  .txt-3 {
    font-size: 10px !important;
  }
  .txt-4 {
    font-size: 12px;
  }
  .txt-5 {
    font-size: 16px;
  }
  .txt-6 {
    font-size: 12px;
  }
  .txt-7 {
    font-size: 16px;
  }
  .txt-8 {
    font-size: 10px;
  }

  /* modal */
  .modal.upload-success .modal-dialog {
    max-width: 300px !important;
  }
  .modal.upload-success .modal-body .col-l {
    margin-right: 48px;
  }
  .modal-dialog {
    max-width: 300px !important;
  }
  .modal-footer {
    display: flex;
    flex-direction: column;
  }
  .modal-footer .prim-btn,
  .modal-footer .reg-btn,
  .modal-footer .sec-btn {
    width: 100%;
  }
  /* end for modal */
  .checkout-data .col-r {
    max-width: 100px;
  }
  .total-payment {
    width: 240px;
  }
  .bank-img {
    height: 30px;
  }
}

@media (max-width: 767.98px) {
  .checkout-data .col-r {
    max-width: 150px;
  }
  .input-referral {
    color: #602a82;
    display: none;
  }
  
  .input-referral-2 {
    color: #602a82;
    display: flex;
  }
}

@media (max-width: 991.98px) {
  /* checkout detail */
  .detail .card {
    max-width: 100%;
  }
  /* end for checkout detail */
}
/* end for responsive */
