@font-face {
  font-family: "myFont-red-hat";
  src: url("../font/RedHatDisplay-Medium.ttf");
}
@font-face {
  font-family: "myFont-redHat-Bold";
  src: url("../font/RedHatDisplay-Bold.ttf");
}

@font-face {
  font-family: "myFont-poppins";
  src: url("../font/Poppins-Regular.ttf");
}
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 312px;
  height: 262px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 20px;
}

/* Styles for the overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* ------------POPUP------------- */
.popup-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 100%; */
  width: 256px;
  position: relative;
  left: 25px;
  top: 50px;
}

.popup-text {
  font-family: "redHat-Regular";
  font-weight: 400;
  font-size: 18px;
  color: #0b105c;
  text-align: center;

  position: relative;
  width: 256px;
  height: 72px;
}

.btn-popup {
  background: linear-gradient(312.67deg, #f9b401 5.15%, #fcdd8e 134.92%);
  width: 272px;
  height: 36px;
  outline: none;
  border: #f9b401;
  color: #0b105c;
  margin: 10px;
  font-weight: 600;
  font-family: "myFont-red-hat";
  font-size: 16px;
}

.popup-img {
  width: 70px;
  height: 69.99px;
  margin-bottom: 16px;
}

.popup-heading {
  font-size: 20px;
  font-family: "myFont-redHat-Bold";
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}

* {
  overflow-x: hidden;
  /* overflow-y: hidden; */
}

.form-container {
  /* position: relative; */
  /* margin-top: 3%; */
  display: flex;
  justify-content: center;
  /* min-width: 1500px; */
  /* top: 10%; */
  align-items: center;
}

.text-center {
  text-align: center !important;
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 1500px;
  /* margin-top: 5%; */
  /* position: relative; */
  /* top: 10%; */
}

.heading {
  overflow-y: hidden;
}

h1 {
  font-family: "myFont-red-hat";
  font-size: 30px;
  font-weight: bold;
  /* height: auto; */
  overflow-y: hidden;
  margin-bottom: 8px;
  margin-top: 15px;
}

.paragraph {
  margin-top: 10px;
  font-family: "myFont-poppins";
  font-size: 16px;
  width: 305px;
  height: 24px;
  color: #7b869e;
  margin-bottom: 8px;
  overflow-y: hidden;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  /* border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ccc; */
  border: none;
  border-radius: 0;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
  align-items: start;
  display: flex;
  justify-content: start;
  background: none;
  width: 100%;
  margin: 8px 6px;
  font-family: "myFont-red-hat";
  font-weight: 400;
  font-size: 16px;
  color: #1c1c1c;
  height: 25px;
}

.label-input {
  display: flex;
  color: #7b869e;
  font-size: 14px;
  /* font-weight: 400; */
  font-family: "myFont-red-hat";
  margin-top: 5%;
  margin-left: 9%;
}
.label-bottom {
  display: flex;
  color: #7b869e;
  font-size: 14px;
  /* font-weight: 400; */
  font-family: "myFont-red-hat";
  margin-top: 5%;
  margin-left: 19%;
}

.icon-input {
  width: 8%;
}

.icon-bottom {
  margin-right: 2%;
  width: 17%;
}
.custom-select select {
  border: none;
  border-radius: 0;
  /* border-bottom: 1px solid #ccc; */
  padding: 5px;
  outline: none;
  /* appearance: none; */
  width: 100%;
}
option {
  font-family: "myFont-red-hat";
  font-size: 14px;
  padding: 10px;
  width: 50%;
}
.add {
  display: flex;
  justify-content: end;
  text-align: center;
  align-items: center;
  color: #0b105c;
  font-family: "myFont-red-hat";
  font-size: 14px;
  font-weight: bold;
}

.add-cards {
  background: none;
  background-image: url(../img/add-cards.svg);
  width: 125px;
  height: 20px;
  border: none;
  outline: none;
}

.custom-select {
  position: relative;
  display: flex;
  font-family: "myFont-red-hat";
  width: 100%;
  margin-bottom: 10px;
  margin: 8px 0;
  align-items: center;
  background: none;
  border-bottom: 1px solid #808184;
  outline: none;
  width: 384.73px;
}

.custom-select-group {
  position: relative;
  display: flex;
  font-family: "myFont-red-hat";
  width: 175px;
  margin-bottom: 10px;
  margin: 8px 0;
  align-items: center;
  background: none;
  border-bottom: 1px solid #808184;
  outline: none;
  /* width: 384.73px; */
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
}

.btn-login {
  padding: 10px 20px;
  background: linear-gradient(-8deg, #f9b401 0%, #fcdd8e 100%);
  color: #0b105c;
  border: none;
  width: 383px;
  height: 50px;
  font-size: 16px;
  border-radius: 4.53px;
  margin-bottom: 5%;
  font-family: "myFont-red-hat";
  margin-top: 6%;
  font-weight: bold;
  text-decoration: none;
}
.pop-ancer {
  text-decoration: none;
  color: #0b105c;
}

.image-container {
  /* background: url('../img/Asset\ 1\ 1.png') center no-repeat; */
  background-size: cover;
  background-color: #f9b401;
  /* height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* height: 100vh; */
}

.row-height {
  height: 100vh;
}

.logo-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 955px) {
  .image-container {
    display: none !important;
  }

  .row-height {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
