/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

html {
  scroll-behavior: smooth;
}

.modal {
  z-index: 100000 !important;
}
.modal-backdrop {
  z-index: 99999 !important;
}
body.modal-open .vs-header,
body.modal-open .sticky-wrapper,
body.modal-open .will-sticky .sticky-active {
  z-index: 1 !important;
}

.preview-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.preview-modal-header .modal-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #212529;
}
.preview-modal-close {
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
  color: #6c757d;
  cursor: pointer;
  padding: 0 8px;
  margin-left: 12px;
}
.preview-modal-close:hover {
  color: #000;
}

