* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("../font/static/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* For Chrome, Safari, Edge, and Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

body {
  font-family: 'Manrope', sans-serif !important;
}

.main {
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.white_btn {
  border: 2px solid #1AA47B;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
}

.blue_btn {
  border: 0;
  border-radius: 10px;
  background-color: #1AA47B;
  color: #fff;
  font-weight: 600;
  padding: 12px 20px;
  width: 100%;
}

.blue_btn:hover {
  background-color: #009370;
}

.wel_section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 148px);
  width: 100%;
}

.parts {
  width: 50%;
  float: left;
}

.parts2 {
  width: 50%;
  float: left;
}

/* .foot {
  margin-top: 50px;
} */
.foot a span,
.foot span {
  color: #a0aec0;
  font-size: 16px;
  font-weight: 600;
}

.section {
  display: block;
  /* height: 950px; */
  width: 100%;
}

.blueback {
  background: #1AA47B;
  display: inline-block;
  position: relative;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: none;
}

.cent_were span {
  color: #1AA47B;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  font-family: var(--font-primary);
}

.cent_were h1 {
  font-size: 35px;
  font-weight: 800;
  font-family: var(--font-primary);
}

.cent_were p {
  color: #19363b;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-primary);
}

.cent_were_forgot2fa span {
  color: #1AA47B;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  font-family: var(--font-primary);
}

.cent_were_forgot2fa h1 {
  font-size: 35px;
  font-weight: 800;
  font-family: var(--font-primary);
}

.cent_were_forgot2fa p {
  color: #19363b;
  font-size: 16px;
  font-weight: 400;
  width: 400px;
  font-family: var(--font-primary);
}

.formborder:focus-visible {
  /* border: 2px solid #1AA47B; */
  outline: none;
}

.formborder::-webkit-input-placeholder {
  /* Edge */
  color: #a0aec0;
}

.formborder:-ms-input-placeholder {
  /* Internet Explorer */
  color: #a0aec0;
}

.formborder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a0aec0;
  opacity: 1;
  /* Firefox */
}

.formpass {
  position: relative;
}

.formpass img {
  position: absolute;
  right: 21px;
  top: 21px;
}

.user_epass {
  width: 425px;
}

.wit_600 {
  font-weight: 600;
}

.link_color a {
  color: #19363B;
  font-family: var(--font-primary);
}

.blusect {
  text-align: center;
  height: 100vh;
}

.blusect h2 {
  color: #FBF9F9;
  font-size: 40px;
  font-weight: 600;
  font-family: var(--font-primary);
}

.blusect p {
  color: #bac9fd;
  font-size: 14px;
  font-weight: 600;
  padding: 0 206px;
  font-family: var(--font-primary);
}

.blusect p span {
  color: #facc15;
  font-family: var(--font-primary);
}

.formborder:focus {
  box-shadow: none !important;
}

.Privacyline p,
.Privacyline p span a {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-body);
  text-decoration: none;
  font-family: var(--font-primary);
}

.get_better {
  position: absolute;
  bottom: 108px;
}

.blusect img {
  width: 100%;
  margin-top: 80px;
}

.codesend {
  color: #19363b;
  font-size: 16px;
  font-weight: 500;
}

.werecom {
  color: #19363B;
  font-size: 16px;
  font-weight: 600;
}

.vrifyemail {
  color: #19363B;
  font-size: 30px;
  font-weight: 800;
}

.timer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timer p {
  border: 2px solid #e2e8f0;
  border-radius: 11px;
  font-size: 22px;
  font-weight: 600;
  color: #19363B;
  width: 60px;
  height: 61px;
  padding-top: 12px;
  font-family: var(--font-primary);
}

.resend_timer p {
  font-size: 16px;
  font-weight: 600;
  color: #19363b;
  font-family: var(--font-primary);
}

.resend_timer b {
  color: #000;
}

.select_coin {
  display: inline-block;
}

ul.coin_list {
  padding: 0;
  display: inline-block;
}

ul.coin_list li {
  display: inline-block;
  font-family: var(--font-primary);
}

.coingroup {
  background: #1AA47B3b;
  padding: 8px;
  border-radius: 20px;
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 1px solid #e2e8f0;
  color: #FBF9F9;
  font-size: 12px;
  font-weight: 600;
  margin-right: 10px;
}

.card_title {
  margin: 0;
  color: #A0AEC0;
  font-size: 18px;
  font-family: "Manrope";
}

.pointer {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
}

.disabledfiledcolor {
  background-color: #fff !important;
}

.coingroup p {
  margin: 0;
  display: inline-block;
  margin-top: 2.5px;
  font-family: var(--font-primary);
}

.coingroup span {
  background: #acbefd;
  height: 24px;
  width: 24px;
  display: inline-block;
  float: left;
  border-radius: 32px;
  margin-right: 5px;
  border: none;
  font-family: var(--font-primary);
}

.coin_more {
  background: #19363B30 !important;
  padding: 10px 20px !important;
}

.new_drop {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.coingroup.active {
  background-color: #1AA47B;
}

.formborder {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 2px solid #e2e8f0;
  padding: 0.98rem 0.8rem;
  border-radius: 10px;
}

.modal {
  background-color: #1AA47B60;
}

.modal-content {
  border-radius: 16px;
}

.close_color {
  color: #1AA47B;
  font-size: 16px;
  font-weight: 600;
}

.close_color:hover {
  color: #19363B;
}

.btn:focus {
  box-shadow: none;
}

.dropdown_color {
  color: #a0aec0;
}

.dropdown-toggle::after {
  margin-left: 0.6em;
}

.formpass span {
  position: absolute;
  right: 25px;
  bottom: 15px;
  color: #19363B;
  font-size: 14px;
  font-weight: 600;
}

a.navbar-brand img {
  width: 150px;
}

.err_msg {
  color: #ff5062;
  font-weight: 600;
}

.country_height {
  height: 300px;
  overflow-y: auto !important;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 15px;
}

::-webkit-scrollbar-thumb {
  background: #1AA47B;
}

.hide_show_icon {
  position: absolute;
  top: 22px;
  right: 14px;
  cursor: pointer;
}

.show_icon {
  width: 20px;
  height: 18px;
}

.bg-submited {
  background: #60cb24 !important;

}

.bg-cancelled {
  background: #ff4343 !important;
}

.bg-cancelled h6 {
  color: #fff;
}

.profile_img {
  width: 50px;
  box-shadow: 1px 4px 5px #00a47d5e;
  border-radius: 50%;
  position: relative;

}

.logout_img img {
  width: 14px;
  margin-right: 8px;
}

.logout_img {
  text-align: start;
}

.logoutspan {
  font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #000000;
}

.nav-link {
  color: #000;
}

@media screen and (max-width: 1440px) {
  .blusect p {
    padding: 0 138px;
  }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 820px) {
  .blueback {
    display: none;
  }

  .parts {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .user_epass {
    width: 100%;
  }
  .wel_section {
    height: calc(100vh - 80px);
  }

  .cent_were h1 {
    font-size: 24px;
  }

  .coingroup {
    padding: 6px;
    margin-top: 10px;
  }

  .section_padding {
    height: 100%;
    padding: 50px 0;
  }

  .timer p {
    width: 43px;
    height: 48px;
    padding-top: 6px;
    border-radius: 5px;
  }

  .vrifyemail {
    font-size: 25px;
  }

  .white_btn {
    padding: 10px 12px;
  }

  .profile_name {
    font-size: 12px !important;
  }
  

}
