@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
  text-align: var(--bs-body-text-align);
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.card {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.card .card-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 40px;
  background: linear-gradient(90deg, #0b3468, #1c74bb);
}
.card .card-header img {
  width: 240px;
  margin-bottom: 40px;
}
.card .card-body {
  padding: 25px;
}
.card .card-body-regis {
  padding: 25px;
}
.card .card-body-regis a {
  color: #303030;
  text-decoration: none;
  cursor: pointer;
}
.card .card-body-regis a:hover .card-regis {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.card-regis {
  border-radius: 20px;
  padding: 15px 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.card-regis h4 {
  font-weight: 600;
  /* text-wrap: nowrap; */
}
.iti {
  width: 100%;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}
