html {
  scroll-behavior: smooth;
}

.bg-orange {
  background-color: coral;
}

.navbar-brand {
  font-weight: bold;
}

.btn-modal {
  /* width: 115px; */
}

body {
  margin-top: 58px;
  /* For top navigation bar */
}

@media (min-width: 768px) {
  body {
    margin-top: 73px;
  }
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

@media (min-width: 992px) {
  .custom-container {
    padding-top: 9rem;
    padding-bottom: 6rem;
  }
}

@media (min-width: 768px) {
  .custom-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .navbar-brand {
    width: inherit;
  }
}

@media (max-width: 768px) {
  .custom-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.fadeIn {
  visibility: visible;
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s,
    opacity 0.6s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.btn-otp {
  background: #f4476b;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
  outline: none !important;
  width: 100%;
}

.btn-otp:focus {
  background: #da3f5e;
}

.btn-otp:disabled {
  background-color: #f4476b;
}

.grecaptcha-badge {
  visibility: hidden;
}

.animate {
  animation: shimmer 2s infinite;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}

@media (min-width: 768px) {
  .navbar-wrapped {
    max-inline-size: fit-content;
  }
}

.nav-link {
  padding-top: 0.2rem;
  padding-right: 0.4rem;
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  width: max-content;
}

.text-secondary-dark {
  color: #596067 !important;
}

.icon-disabled {
  filter: grayscale(100%);
}

.toast-top-center {
  top: 12px;
}
