body {
    background-color: #e8e8e8;
    font-family: Tahoma, Microsoft YaHei, sans-serif, Arial, Roboto, Helvetica;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  appearance: textfield;
}
input::placeholder {
  color: #dddddd !important; /* light gray or any color */
  opacity: 1 !important;  /* makes sure it's not faded (optional) */
}
.app {
   max-width: 440px;
   margin: 0 auto;
   background-color: #f7f8ff;
}
input:focus-visible {
    outline: none;
}
input.form-control:focus {
    box-shadow: none;
}
input.form-control:focus-visible {
    outline: none;
}

/* pre loader css start */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(0deg, #000000ab, #000000ab);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffa500;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* pre loader css end */

.header {
    border-bottom-right-radius: 2.00rem !important;
    border-bottom-left-radius: 2.00rem !important;
    padding-bottom: 80px;
}

.fs-14px {
  font-size: 14px;
}
.fs-12px {
  font-size: 12px;
}

.otp-input {
  width: 50px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  background-color: white;
  transition: border-color 0.3s;
}
.otp-input:focus {
  border-color: #007BFF;
  outline: none;
}
.w-110px {
  width: 110px !important;
}

/* Prevent layout shift when section becomes fixed */
#stickySection.fixed-placeholder {
  height: 0;
}

#stickySection {
  transition: all 1s ease;
}

.sticky-style {
  z-index: 1030;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.text-3d {
    /* position: absolute;
    top: 50%; 
    right: 50%; 
    transform: translate(50%,-50%); */
    text-transform: uppercase;
    font-family: verdana;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 2px 6px rgba(16,16,16,0.4);
}

.accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
}

.accordion-button::after {
  filter: brightness(0) invert(1); /* Makes the icon white */
  --bs-accordion-btn-icon-width: 30px;
}

.accordion-button:not(.collapsed) {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}