.h3-xl {
  font-size: 2rem;
  line-height: 1.2;
}

.p-lg {
  font-size: 1.125rem;
  line-height: 1.7;
}

.txt-color-05 {
  color: #6c757d;
}

.steps-nav .btn-prev,
.steps-nav .btn-next {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  transform: none !important;
  margin: 0 !important;
}

.steps-nav {
  align-items: center;
}

.steps-nav .swiper-pagination {
  margin: 0 12px;
}


.wep-slide-over.wep-slide-over-top {
  z-index: 1020;
}

.wep-slide-over-close-btn {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid #e5e7eb;
  border-right: none;
  border-radius: 0.5rem 0 0 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  z-index: 10;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
}

.wep-slide-over-close-btn:hover {
  background: #f3f4f6;
}

.wep-slide-over-close-btn svg {
  width: 20px;
  height: 20px;
  color: #6b7280;
}
