@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;600&display=swap");

* {
  padding: 0;
  margin: 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

html {
  background-image: url("back.png");
  background-size: cover;
}
* bold {
  font-weight: bold;
}

header {
  display: none;
}

body {
}

.color-main {
  color: rgb(7, 185, 121);
}

.input-edge {
  display: block;
  position: static;
  margin-top: 7px;
  box-shadow: 0 0 0 #fff;
  height: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.143;
  color: rgb(34, 34, 34);
  background: rgb(242, 242, 242);
}

.btn-edge {
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0px;
  border-color: currentcolor;
  border-image: url("border-black.svg") 4 / 2 / 0 stretch;
  margin: 0px;
  margin-top: 0px;
  margin-top: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  letter-spacing: 0.02857em;
  min-width: 64px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  width: 100%;
  font-family: IBM Plex Sans;
  text-transform: none;
  padding: 3px 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  height: 46px;
  color: white;
  border-radius: 32px;
}

.popup-cover {
  width: 100vw;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}
.popup {
  background-color: white;
  border-radius: 6px;

  width: 500px;
  position: relative;
  height: 82%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  margin-top: 15px;
}
.codeform {
  display: none;
}

.codeform h4 {
  display: block;
  position: static;
  margin-left: auto;
  margin-top: 35px;
  margin-right: auto;
  width: 85%;
  font-size: 24px;
  text-align: center;
  color: #333;
  line-height: 32px;
  font-weight: 500;
  font-family: "IBM Plex Sans", sans-serif;
}

.popup-logo {
  width: 120px;
  height: 21px;
  margin-top: 40px;
  margin-left: 33px;
  display: inline-block;
}

.popup .info {
  display: block;
  position: static;
  padding: 13px;
  border: 0.4px solid #0097db;
  font-size: 12px;
  color: rgb(0, 0, 0, 0.7);
  background-color: #f4fafd;
  border-radius: 4px;
  width: 85%;
  text-align: left;
  font-weight: bold;
  margin: auto;
  margin-top: 40px;
  display: flex;
}
.popup .info img {
  color: #00a5ef;
  font-size: 11px;
  display: inline;
  height: 14px;
  width: 14px;
  padding: 5px;
  margin: 0;
  position: static;
}
.lang {
  width: 130px;
  height: 46px;
  color: #333;
  border-radius: 4px;
  margin-left: 45%;
  margin-top: 30px;
  position: static;
}
.popup i {
  font-size: 80px;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 80px;
  color: #623590;
}
.paymentinfo {
  position: relative;
}
.popup i.visibility_toggle {
  font-size: 16px;
  color: rgb(0, 0, 0, 0.3);
  position: absolute;
  margin-top: 24px;
  right: 36px;
  cursor: pointer;
  z-index: 10;
}
.popup form input {
  display: block;
  position: static;
  margin-top: 7px;
  box-shadow: 0 0 0 #fff;
  height: auto;
  padding: 13px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.143;
  border: none !important;
  color: rgb(34, 34, 34);
  background: rgb(242, 242, 242);
  position: relative;
  border-radius: 0;
  clip-path: polygon(
    0% 1%, 1% 1%, 1% 0%, 99% 0%, 99% 1%, 100% 1%, 
    100% 99%, 99% 99%, 99% 100%, 1% 100%, 1% 99%, 0% 99%
  );
  
  
}

.popup form select {
  height: 400px;
}
.forgot {
  width: 100%;
  position: static;
  display: block;
  text-align: right;
  color: rgb(7, 185, 121);
  font-size: 15px;
  margin-top: 4px;
  text-decoration: none;
}
.popup form label {
  display: block;
  position: static;
  color: RGB(97, 111, 106);
  display: block;
  position: static;
  margin-top: 15px;
  letter-spacing: normal;
  font-size: 0.775rem;
  line-height: 16px;
  font-weight: 600;
  font-family: "IBM Plex Sans", sans-serif;
}
.popup form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  outline: 0;
  border: 2px solid rgb(141, 219, 191);
  background-color: rgb(7, 185, 121);
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  letter-spacing: 0.02857em;
  min-width: 64px;
  width: 100%;
  font-family: IBM Plex Sans;
  padding: 7px 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  height: 56px;
  color: rgb(255, 255, 255);
font-weight: bold;
  text-transform: none;
  position: relative;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1),
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1),
    color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* Pixel chips on all four corners */
.popup form button::before,
.popup form button::after,
.popup form button span::before,
.popup form button span::after {
  content: "";
  position: absolute;
  width: 6px; /* Adjust the chip size */
  height: 6px;
  background-color: white; /* Match the page background */
}

/* Top-left chip */
.popup form button::before {
  top: -4px;
  left: -4px;
}

/* Top-right chip */
.popup form button::after {
  top: -4px;
  right: -4px;
}

/* Bottom-left chip */
.popup form button span::before {
  bottom: -4px;
  left: -4px;
}

/* Bottom-right chip */
.popup form button span::after {
  bottom: -4px;
  right: -4px;
}


.popup form button i {
  position: relative;
  left: 70%;
  font-size: 20px;
  color: white;
}

.popup form button:hover {
  background-color: rgb(3, 133, 86);;
  cursor: pointer;
}

.popup .codeform input {
  text-align: center;
  outline: none;
  width: 20% !important;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  font-size: 20px;
  height: 40px;
  margin: 10px !important;
  padding: 0 !important;
  padding-top:20px;
  padding-bottom:20px;
  display: inline-block;

  font-family: inherit;
}
.input-hold{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 768px){
  .input-hold{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.popup .codeform button {
  text-align: left;
}

.purple-cover {
  color: #623590;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  margin: auto;
  width: 80%;
}
.formcover {
  display: flex;
  width: 400%;
  overflow-x: hidden;
}
.formcover form {
  width: 125%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}
.loading {
  background-color: rgb(255, 255, 255, 0.4);
  position: fixed;
  z-index: 1000;
  height: inherit;
  width: inherit;
  display: none;
}
.loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  margin-left: -17.5px;
  font-size: 35px;
  color: rgb(7, 185, 121)
}
.col1 {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}

.bold-top {
  font-size: 20px;
  color: black;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 80%;
  display: block;
  position: static;
  font-weight: bold;
}

.small-top {
  font-size: 17px;
  width: 80%;
  padding: 5px;
  color: black;
  line-height: 2.2;
}

.feint-link {
  text-decoration: none;

  color: #0097db;
}
@media screen and (max-width: 650px) {
  html {
    background-image: url("mobile.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }

  .popup {
    width: 95%;
  }
  .popup .info {
    font-size: 11px;
    width: 78%;
  }
  .popup-logo {
    width: 110px;
    height: 22px;
    margin-top: 45px;
    margin-left: 25px;
    display: inline-block;
  }
  .lang {
    margin-left: 16%;
    margin-top: 31px;
  }
  .popup form label {
    width: 83%;
    margin-left: auto;
    margin-right: auto;

    font-size: 13.5px;
  }
}

@media screen and (max-width: 310px) {
  .lang {
    margin-left: 22%;
  }
}
