@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}
:root {
  --bg-color: #1f0678;
  --color-text: #1f0678;
  --btn-gredient-color: linear-gradient(90deg, rgb(75 38 147) 0%, rgb(69 38 103) 76%);
  --btn-info-gredient-color: linear-gradient(90deg, rgb(75 38 147) 0%, rgb(69 38 103) 76%);
  --round-box: 40em;
  --round-box-10: 20px;
}
body {
  background-color: var(--bg-color);
  /* font-size: 0.71.5rem; */
  font-size: 1em;

}
.card-body {
  /* padding: 100px 0 0 0; */
}
.card {
/*  margin-top: 15%;*/
  padding-top: 20%;
  width: 100%;
  height: 100%;
  background-color: rgb(237 238 240);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
/*  position: fixed;*/
}
/* Login */
@media only screen and (min-width: 768px) {
  .device-desk {
    margin-top: 10px;
    padding-top: 12%;
  }
  .digit {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
}
/* @media only screen and (max-width: 1200px) {
  .device-desk {
    margin-top: 10px;
    padding-top: 18%;
  }
  .digit {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
} */
/* Login */
@media only screen and (min-width: 768px) {
  .device-desk-register {
    margin-top: 10px;
    padding-top: 0 !important;
    /* overflow: hidden; */
    /* overflow-y: scroll; */
  }

  .digit {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
}
.digit {
  margin-top: 40px;
  font-weight: 600;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
/* .form-control {
  justify-content: center !important;
} */
.txtform {
  padding: 15px 60px !important;
  border-radius: 40em;
}
.custom-form {
  padding: 0 15px;
}
.form-control::placeholder {
  color: var(--color-text);
  font-size: 18px;
  text-align: center;
  opacity: 1;
}

/* form */

.custom-form img {
  position: absolute;
  text-align: center;
  padding: 12px 14px 12px;
  width: 68px;
}
.cutom-btn {
  padding: 10px 20px 10px 20px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);

  color: white;
}
.btn-link a {
  color: #1f0678 !important;
}

/* register */
.cutom-btn {
  padding: 10px 20px 10px 20px;
  border-radius: var(--round-box);
  background: var(--bg-color);
  color: white;
}
.btn-register-link a {
  color: var(--bg-color) !important;
  font-size: 20px !important;
  font-family: inherit;
}
.header-account {
  text-align: center;
}
.cutom-name {
  padding: 12px 28px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.1rem;
}
.cutom-account-number {
  padding: 3px 30px 3px 30px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
}
.device-desk-account {
  margin-top: 8%;
}
.txt-account {
  font-family: inherit;
  font-size: 2.8rem;
}
/* cutom-exit btn */
.cutom-exit {
  padding: 3px 90px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .device-desk {
    margin-top: 0px;
    padding-top: 12%;
  }
  .digit {
    margin-top: 20px;
    font-weight: 600;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
}
@media only screen and (max-width: 390px) {
  .btn-submit {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .btn-submit {
    margin: 30px 0;
  }
}
/* link-account */
.link-account {
  text-decoration: none;
  color: rgb(33 37 41);
  cursor: pointer;
}
/* info css */
.cutom-info-number {
  padding: 12px 50px;
  border-radius: var(--round-box);
  background: var(--btn-info-gredient-color);
  color: white;
  border: none;
  font-size: 1rem;
  font-family: sans-serif;
}
@media only screen and (min-width: 390px) {
  .cutom-info-number {
    font-size: 16.5px;
    padding: 16px 25px;
  }
}
@media screen and (max-width: 450px) {
  .device-desk-account {
    overflow: hidden;
    position: absolute;
    /* height: 110%; */
  }
  .cutom-info-number {
    font-size: 16.5px;
    padding: 16px 25px;
  }
}
/* border-top */
.border-top-item {
  border-top: 2px solid #1f0678;
}
.border-bottom-item {
  border-bottom: 2px solid #1f0678;
}
.unfile-btn {
  padding: 3px 25px;
  border-radius: var(--round-box);
  background: var(--btn-info-gredient-color);
  color: white;
  border: none;
  font-size: 1rem;
  font-family: "Montserrat";
}
.txt-info {
  font-size: 1rem;
  font-weight: bolder;
}
.btn-subinfo {
  padding: 12px 80px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
}
.text-start {
  margin: 0 5px;
}
/* loan app */
.loan-txt {
  font-weight: 700;
  font-family: sans-serif;
  font-size: 1.4rem;
}
.cutom-confirm {
  padding: 12px 80px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
  white-space: nowrap;
}
.txt-amount h6 {
  color: var(--color-text);
  font-size: 25px;
  white-space: nowrap;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* loan css */
.laon-apply-amount {
  margin-left: 2px;
  margin-right: 2px;
  padding: 8px 18px 8px 22px;
  border-radius: var(--round-box-10);
  background: var(--btn-info-gredient-color);
  color: white;
  border: none;
  font-size: 1rem;
  font-family: inherit;
}
.btn-amount {
  padding: 8px 30px;
  border-radius: var(--round-box-10);
  background: #bebfc0;
  color: #4c496f;
  border: none;
  font-size: 1.4rem;
  font-family: inherit;
  font-weight: 600;
  white-space: nowrap;
}
.btn-months {
  padding: 8px 10px;
  border-radius: var(--round-box-10);
  background: var(--btn-info-gredient-color);
  color: rgb(245, 242, 242);
  border: none;
  font-size: 12px;
  font-family: inherit;
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
/* active btn month */
.btn-active {
  background: #de9d44;
}
/* media screen */
@media screen and (min-width: 700px) {
  .device-desk-home {
    overflow: hidden;
    position: absolute;
  }
  .cutom-info-number {
    font-size: 16.5px;
    padding: 16px 25px;
  }
  .btn-months {
    padding: 12px 45px;
    font-size: 1rem;
  }
}
/* amount */
/* checkbox btn */
.round {
  position: absolute;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}

.round input[type="checkbox"] {
  visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
  background-color: var(--bg-color);
  border-color: var(--color-text);
  /* background-color: #66bb6a; */
  /* border-color: #66bb6a; */
}

.round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}
/* end btn */

/* btn submit */
.cutom-submit {
  padding: 12px 80px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
  white-space: nowrap;
}
@media only screen and (min-width: 700px) {
  .wrap-submit {
    margin: 50px;
  }
  .cutom-submit {
    padding: 12px 80px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .laon-apply-amount {
    padding: 8px 160px;
  }
  .btn-months {
    padding: 8px 40px;
  }
  .device-desk-home {
    height: 118%;
  }
}
@media only screen and (min-width: 700px) {
  .wrap-submit {
    margin: 50px;
  }
  .cutom-submit {
    padding: 12px 80px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .laon-apply-amount {
    padding: 8px 160px;
  }
  .btn-months {
    padding: 8px 40px;
  }
  .device-desk-home {
    height: 118%;
  }
}
@media only screen and (max-width: 700px) {
  .wrap-submit {
    margin: 50px 0;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 118%;
  }
}
/* iphone 14 pro  */
@media only screen and (width: 430px) {
  .wrap-submit {
    margin: 50px 0;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 100% !important;
  }
}
/* iphone 12 pro  up */

@media only screen and (width: 390px) {
  .wrap-submit {
    margin: 50px 0;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 100% !important;
  }
}
/* Home */
.content-page {
  background: #f3f4f9;
  width: 100%;
  height: 100%;
  min-height: 128%;
  max-width: 100%;
  position: absolute;
}
/* card-box  */
.card-box {
  margin: 30px auto;
  width: 330px;
/*  height: 220px;*/
  border-radius: 15px;
  box-shadow: 0 20px 40px -14px rgba(141, 141, 141, 0.25);
  border: 1px solid #4c496f;
  background: var(--btn-info-gredient-color);
  cursor: pointer;
  transition: 0.4s;
} 
 /* btn submit */
.cutom-wallet{
  padding: 8px 120px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
  white-space: nowrap;
}
.btn-withdraw{
  padding: 4px 50px;
  border-radius: var(--round-box);
  background: var(--btn-gredient-color);
  color: white;
  border: none;
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 700px) {
  .wrap-home {
    margin: 26px 0;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 118%;
  }
}
@media only screen and (min-width: 700px) {
  .content-page{
    height: 120%;
    overflow: hidden;
  }
  .wrap-home {
    margin: 26px 0;
  }
  .laon-apply-amount {
    padding: 8px 160px;
  }
  .btn-months {
    padding: 8px 40px;
  }
}
@media only screen and (width: 380px) {
  .wrap-wallet {
    /* margin: 26px 0; */
  }
  .content-page{
    min-height: 130%;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 118%;
  }
}
@media only screen and (width: 384px) {
  .wrap-wallet {
    /* margin: 26px 0; */
  }
  .content-page{
    min-height: 134% !important;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 125%;
  }
}
@media only screen and (width: 360px) {
  .wrap-wallet {
    /* margin: 26px 0; */
  }
  .content-page{
    min-height: 150% !important;
  }
  .cutom-submit {
    padding: 5px 60px;
    border-radius: var(--round-box);
    background: var(--btn-gredient-color);
    color: white;
    border: none;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .device-desk-home {
    height: 145%;
  }
}