@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.inter-light {
  font-family: "Inter", system-ui;
  font-weight: 300;
  font-style: normal;
}

.inter-regular {
  font-family: "Inter", system-ui;
  font-weight: 400;
  font-style: normal;
}

.inter-medium {
  font-family: "Inter", system-ui;
  font-weight: 500;
  font-style: normal;
}

.inter-semibold {
  font-family: "Inter", system-ui;
  font-weight: 600;
  font-style: normal;
}

.inter-bold {
  font-family: "Inter", system-ui;
  font-weight: 700;
  font-style: normal;
}

.inter-extrabold {
  font-family: "Inter", system-ui;
  font-weight: 800;
  font-style: normal;
}

.inter-black {
  font-family: "Inter", system-ui;
  font-weight: 900;
  font-style: normal;
}

.spinner-hidden {
  display: none;
}
.button-with-spinner {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.spinner-border {
  margin-left: 10px;
}

.login-msg-cont {
}
.cus-success {
  background-color: #339e32;
}

.cus-error {
  background-color: #bf494b;
}

.register-froget-cont p a {
  text-decoration: none !important;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.register-froget-cont p {
  cursor: pointer !important;
  margin: 0 !important;
}
.cus-btn-priamry {
  background-color: #feb805 !important;
}

.cus-text-sm {
  font-size: 14px;
}
#downloadVCardBtn {
  background-color: #28a745;
}
