/* OVAX önemli bilgilendirme modal */
.ovax-notice-modal .modal-content {
  border: none;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.ovax-notice-modal .modal-header {
  background: #333;
  color: #fff;
  border-bottom: none;
  padding: 18px 24px;
}

.ovax-notice-modal .modal-header .close {
  color: #fff;
  opacity: 0.85;
  text-shadow: none;
  font-size: 28px;
  margin-top: -2px;
}

.ovax-notice-modal .modal-header .close:hover {
  opacity: 1;
}

.ovax-notice-modal .modal-title {
  font-size: 20px;
  font-weight: 600;
}

.ovax-notice-modal .modal-title .fa {
  margin-right: 8px;
}

.ovax-notice-modal .modal-body {
  padding: 24px 28px;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

.ovax-notice-footer-text {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  border-top: 1px solid #eee;
  padding-top: 16px;
  margin-top: 4px;
}

.ovax-notice-modal .modal-footer {
  border-top: 1px solid #eee;
  padding: 16px 24px;
  text-align: center;
}

.ovax-notice-btn {
  background: #E02222;
  border-color: #c41e1e;
  padding: 10px 28px;
  font-size: 15px;
  font-weight: 600;
}

.ovax-notice-btn:hover,
.ovax-notice-btn:focus {
  background: #c41e1e;
  border-color: #a81a1a;
}
