.text-14 {
  font-size: 14px !important;
}

.text-white {
  color: #fff !important;
}

.registration-form {
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.radio-img {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  vertical-align: middle;
}

.payment-name {
  font-size: 16px;
  font-weight: 600;
}

/* Define custom fonts using @font-face */
@font-face {
  font-family: "ElMessiri-Medium";
  src: url("files/fonts/ElMessiri-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "GreatVibes-Regular";
  src: url("files/fonts/GreatVibes-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "JosefinSans-Regular";
  src: url("files/fonts/JosefinSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url("files/fonts/LibreBaskerville-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Merriweather";
  src: url("files/fonts/Merriweather.ttf") format("truetype");
}

@font-face {
  font-family: "NotoSansJP-Medium";
  src: url("files/fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald-Medium";
  src: url("files/fonts/Oswald-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "PlaywriteES-Regular";
  src: url("files/fonts/PlaywriteES-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("files/fonts/Roboto-Medium.ttf") format("truetype");
}

#sampleText {
  font-size: 22px;
  /* padding: 10px; */
  border: 1px solid #ccc;
  margin-top: 0;
}

.showUploadImage {
  max-width: 150px;
  max-height: 80px;
}

#passwordStrengthIndicator {
  width: 100%;
  margin-top: 4px;
  border-radius: 8px;
  text-align: center;
  color: white;
  font-size: 0.7em;
  font-weight: 600;
  padding: 0;
}

.flex-container {
  width: 100%;
  display: flex;
  align-items: stretch;
}
