.page-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .4s .2s ease-in-out;
  transition: all .4s .2s ease-in-out;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
  background-color: #001933;
}

.page-loading.active {
  opacity: 1;
  visibility: visible;
}

.page-loading-inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 0;
}

.page-loading.active > .page-loading-inner {
  opacity: 1;
}

.page-loading-inner > span {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: #6f788b;
}

[data-bs-theme="dark"] .page-loading-inner > span {
  color: #fff;
  opacity: .6;
}

.page-spinner {
  display: inline-block;
  width: 2.75rem;
  height: 2.75rem;
  margin-bottom: .75rem;
  vertical-align: text-bottom;
  background-color: #0078CF;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner .75s linear infinite;
  animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
  background-color: rgba(255,255,255,.25);
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.btn-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.hide {
  pointer-events: none !important;
  display: none !important;
  visibility: hidden !important;
  height: 0px !important;
  width: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
  cursor: not-allowed !important;
  clear: both !important;
}

.cus-form-floating label.error {
  font-size: 0.8rem;
  color: var(--ar-danger) !important;
  display: block;
  position: relative;
  padding: 0.5rem;
}

.ml-auto {
  margin-left: auto;
}

.cart-count {
  color: var(--ar-dark) !important;
  margin: 15px 30px;
  padding: .25rem .375rem;
}

.bg-opacity-05 {
  --ar-bg-opacity: 0.05;
}

.tag-select.active {
  background-color: #0078CF !important; /* Change to your preferred color */
  color: #ffffff !important;
}

.item-select.active {
  background-color: #0078CF !important; /* Change to your preferred color */
  color: #ffffff !important;
}


.coupon-code {
  max-width: 400px;
  height: 150px;
  border-radius: 5px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
}

.coupon-main,
.copy-button {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

.coupon-code::after {
  position: absolute;
  content: "";
  height: 40px;
  right: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--ar-user-selection-color);
  width: 40px;
}

.coupon-code::before {
  position: absolute;
  content: "";
  height: 40px;
  left: -20px;
  border-radius: 40px;
  z-index: 1;
  top: 70px;
  background-color: var(--ar-user-selection-color);
  width: 40px;
}

.co-img img {
  width: 80px;
  height: 80px;
}

.vertical {
  border-left: 5px dotted black;
  height: 100px;
  position: relative;
}

.coupon-code .content {
  position: relative;
  width: 180px;
}

  .coupon-code .content h1 {
    font-size: 25px;
    color: #565656;
    margin-bottom: 5px;
  }

    .coupon-code .content h1 span {
      font-size: 15px;
    }

  .coupon-code .content h2 {
    font-size: 15px;
    color: #565656;
    text-transform: uppercase;
    margin-bottom: 5px;
  }

  .coupon-code .content p {
    font-size: 12px;
    color: #696969;
  }

.copy-button {
  margin: 15px 0 -5px 0;
  height: 45px;
  border-radius: 4px;
  padding: 0 5px;
  border: 1px solid #0066CC;
}

  .copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
  }

  .copy-button button {
    padding: 5px 20px;
    background-color: #0066CC;
    color: #fff;
    border: 1px solid transparent;
  }

.cus-tab .nav-link {
  border: 1px solid #ebf1ff;
  border-radius: 0.5rem;
  background: #ebf1ff;
  background-clip: border-box;
  font-weight: 500;
  font-size: 17px;
  padding: 7px 15px;
  margin-right: 0.5rem;
  color: #606060;
}

.cus-tab .active .nav-link {
  --ar-bg-opacity: 1;
  background-color: #035a82 !important;
  color: #ffffff;
}

.cus-font h5 {
  font-size: 1rem;
}

.cus-font .card-text {
  font-size: 0.95rem;
}


.whatsapp, .call_us {
  position: fixed;
  left: 1rem;
  text-decoration: none;
  z-index: 1030;
  bottom: 1.5rem;
  display: flex;
  gap: 1rem;
}

.call_us {
  bottom: 5.5rem;
}

  .whatsapp i, .call_us i {
    font-weight: bold;
    font-size: 1.5rem;
    background: rgba(var(--ar-link-color-rgb),var(--ar-link-opacity,1));
    border-radius: 50%;
    color: var(--ar-light) !important;
    padding: 0.5rem;
  }

  .whatsapp [class*=" ai-"]::before, .whatsapp [class^="ai-"]::before, .call_us [class*=" ai-"]::before, .call_us [class^="ai-"]::before {
    font-weight: bold !important;
  }

@media (max-width: 992px) {
  .whatsapp, .call_us {
    bottom: 5rem;
  }

  .call_us {
    left: 4.5rem;
  }
}

.cus-tab .satisfied-true {
  background-color: #e8f9e6;
}

.cus-tab .satisfied-false {
  background-color: #fff9e1;
}

.next-btn, .ctn-c-btn {
  border-color: #ebf1ff;
  background-color: #ebf1ff;
  color: #494949;
}

.ctn-position {
  margin-left: 1rem;
  margin-right: -1rem;
}

.cust-header {
  position: absolute;
  border: 1px solid #ecf0f4;
  border-radius: 1rem;
}

.review-card {
  position: relative;
  max-width: 100%;
  padding: 20px;
  border: 2px solid #ccc;
  border-radius: 0px 16px 16px 16px;
  font-family: sans-serif;
  background-color: #fff;
  margin: 1rem 2rem;
}

.review-label {
  position: absolute;
  top: -38px;
  left: -2px;
  background-color: #fff;
  padding: 4px 10px;
  font-weight: bold;
  border-radius: 16px 50px 0 1px;
  border: 2px solid #ccc;
  border-bottom: none;
  padding: 10px 20px;
  padding-right:40px;
}

.review-text {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}
