.modal {
  opacity: 1 !important;
  background: none !important;
  z-index: 100001 !important;
}

.modal.in {
  opacity: 1 !important;
}

.modal-backdrop {
  opacity: 0.6 !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  z-index: 100000 !important;
}

.modal-content {
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  border: none !important;
  transition: all 0.25s ease;
}

.modal-header {
  position: relative;
  padding: 12px 18px;
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  overflow: visible !important;
}

.modal-close-btn {
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 22px;
  color: #777;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 100002 !important;
}
