body {
  font-family: 'Prompt';
}

.swal2-title {
  font-family: 'Prompt' !important;
}

.swal2-popup {
  font-family: 'Prompt' !important;
}

.swal-popup-custom {
  font-family: 'Prompt';
}

.swal-title-custom {
  font-family: 'Prompt';
  font-weight: bold;
}

.swal-button-custom {
  font-family: 'Prompt';
}

.fw-th {
  font-family: 'Prompt';
}

.fw-en {
  font-family: 'Ubuntu';
}

.fw-bold {
  font-weight: 700 !important;
}

.blue-bg {
  background-color: #272660;
}

.text-white {
  color: #ffffff;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.equal-box {
  position: relative;
  aspect-ratio: 1 / 1;
  background-color: #272660;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  max-width: 250px;
  margin: auto;
}

.equal-box-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.equal-box img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .equal-box {
    max-width: 250px;
  }

  .equal-box img {
    height: 50px;
    margin-bottom: 8px;
  }

  .equal-box-content p {
    font-size: 12px;
  }

  .badge {
    font-size: 10px !important;
    padding: 0.3em 0.6em;
  }
}

#captchaImg {
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
  height: 50px;
}