body {
  font-family: "Hiragino Sans";
  font-size: 15px;
  background: white !important;
}

.content {
    background-color: #f5f5f5;
}
.form-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  height: 100vh;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.btn-custom {
  background-color: #00be90 !important;
  border-color: #00be90 !important;
}
.custom-header {
  background-color: #00be90 !important;
  color: #fff !important;
}
.main-border {
  border: 1px solid #a7a7a7;
  width: 100%;
  max-width: 768px;
  height: 100vh;

  margin-top: 20px;
  margin-bottom: 20px;
}
.border-align {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.custom-header {
  background-color: #00be90 !important;
  color: #fff !important;
}

.shadow-box {
  box-shadow: 0 0rem 3rem rgba(0, 0, 0, 0.175) !important ;
}

.shadow-box-45 {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
}

.border-radius {
  border-radius: 15px;
}

.border-radius-10 {
  border-radius: 10px;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("/assets/fonts/BebasNeue-Regular.ttf");
}

.f-bebas-neue {
  font-family: Bebas Neue;
}

.normal-text {
  color: #393939;
}

.title-label {
  font-size: 16px;
    margin: 0 auto;
}

.input-label {
  font-size: 13px;
}

.normal-border {
  border: 1px #43ada5 solid;
}

.normal-bg {
  background-image: linear-gradient(45deg, #02be86, #4cd3aa);
}

.tbl-normal > tbody > tr > td {
    padding: 9.5px 17px;
}
.group-btn-border {
  border-color: #cad0ee;
}

.main-padding {
    padding: 25px 0px;
  }

@media only screen and (min-width: 256px)  {
    .d-xs-block{
        display: block;
    }
    .d-xs-none{
        display: none;
    }
    .order-xs-1 {
        order: 1;
    }
    .order-xs-2 {
        order: 2;
    }
    .order-xs-3 {
        order: 3;
    }
    .order-xs-4 {
        order: 4;
    }
    .mt-xs-3 {
        margin-top: 1rem !important;
    }
    .ms-xs-2 {
        margin-left: 0.5rem !important;
    }
    .mx-xs-auto {
        margin-right: auto;
        margin-left: auto;
    }
    .p-xs-2 {
        padding: 0.5rem !important;
    }

    .px-xs-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .pt-xs-3 {
        padding-top: 1rem;
    }
    .normal-border-xs-none {
        border: none;
    }
    .col-xs-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .main-padding-xs {
        padding: 25px 0px;
    }
    .form-control {
        height: 50px;
    }
    .h-xs-50 {
        height: 50px;
    }
    .w-xs-auto {
        width: 100% !important;
    }
    .ms-xs-0 {
        margin-left: 0 !important;
    }
    .margin-top-xs-80 {
        margin-top: 80;
    }
    .padding-xs-x-25 {
        padding-left: 25px;
        padding-right: 25px;
    }

    .padding-xs-x-50 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padding-xs-b-50 {
        padding-bottom: 50px;
    }
    .padding-xs-s-35 {
        padding-left: 35px;
    }
 }

@media only screen and (min-width: 768px) {
  .normal-border-md {
    border: 1px #43ada5 solid !important;
  }
  .main-padding-md {
    padding: 25px 0px;
  }

  .form-control {
    height: 50px;
  }

  .h-md-40 {
    height: 40px;
  }
  .w-md-250 {
    width: 250px !important;
  }
  .ms-md-145 {
    margin-left: 145px !important;
  }
  .margin-top-md-35 {
    margin-top: 35px;
  }
  .font-size-md-15 {
    font-size: 15px;
  }
}

.height-50 {
  height: 50px;
}

.btn {
  font-size: 15px;
}

.btn-success {
  background-image: linear-gradient(180deg, #3BE6B4, #44D6A9);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
}

.btn-primary {
  background-color: #31a2f6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
}

.btn-danger {
  background-color: #fe8463;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border: none;
}

.btn-middle-line::before {
  content: "";
  width: 10%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 1px;
}

.form-control::placeholder {
    color: #a5a5a5;
    letter-spacing: -1px;
}

.default-border-radius {
  border-radius: 15px !important;
}

.modal-backdrop {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.3);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.modal-backdrop.show {
    opacity: 1;
}

.modal-open {
    padding-right: 0px !important;
}

.w-90 {
    width: 90%;
}

.text-danger {
    color: #ff0000 !important;
}

.form-control::placeholder {
    font-size: 13px;
}

.h-50 {
    height: 50px !important;
}
.tbl-text {
    color: #666666;
}

.credit-card-icon {
    background: url(/assets/imgs/card.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.bank-icon {
    background: url(/assets/imgs/bank.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.right-arrow {
    background: url(/assets/imgs/right-arrow.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.cross-icon {
    background: url(/assets/imgs/cross.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.topup-icon {
    background: url(/assets/imgs/topup.svg) center center no-repeat;
    width: 36px;
    height: 24px;
    display: inline-block;
}
.transfer-icon {
    background: url(/assets/imgs/transfer.svg) center center no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
}

@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

.loading {
    animation: rotate 2s linear infinite;
}

.payment-bth-border 
{
    border: 1px solid #CAD0EE !important;
}

.w-95
{
    width: 95% !important;
}

.topup-amount-inputed
{
    border-color: #accaf4;
}

.mt-25 {
    margin-top: 25px;
}

.reset-padding-mobile{
    @media only screen and (max-width: 767px) {
       padding-left: 0;
        padding-right:0;
    }

}

.back-btn {
    color: #5C5C5C !important;
}

.padding-20 {
    padding: 20px;
}

.card-shadow {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.credit-card {
    max-width: 310px;
    height: 166px;
}

.card-label {
    font-size: 9; 
    color: #A5A5A5;
}

.card-value {
    font-size: 12; 
    color: #3E3A39;
}

.padding-left-20 {
    padding-left: 20px;
}

.mt-10-px {
    margin-top: 10px;
}

.mb-20-px {
    margin-bottom: 20px;
}

.add-credit-card-icon {
    background: url(/assets/imgs/add-card.svg) center center no-repeat;
    background-size: cover;
    width: 21.15px;
    height: 21.15px;
    display: inline-block;
}

.btn-success:hover {
    background-image: linear-gradient(180deg, #33c498, #329e7e);
}