/*
    - Name: "modal.scss"
    - Description: "Add custom styles to modal"
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
body.modal-open .modal.show {
  inset: 0;
  display: flex !important;
  justify-content: center;
  margin: 0 auto;
  padding-right: 0 !important;
}

body.modal-open .modal.show .modal-dialog {
  position: absolute;
  top: 100px;
  display: flex;
  margin: 0;
  padding: 0;
}

body.modal-open .modal.show .modal-dialog .modal-content {
  padding: 16px;
  border-radius: 0;
}

@media (min-width: 576px) {
  body.modal-open .modal.show .modal-dialog .modal-content {
    padding: 20px 32px 32px;
  }
}
body.modal-open .modal.show .modal-dialog .modal-content .modal-header {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-header::before {
  content: "\ea0c";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-color);
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-header h4 {
  color: var(--text-color);
  font-weight: bold;
  font-size: 1.125rem;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-header .close {
  position: relative;
  top: -8px;
  color: var(--text-color);
  font-weight: 200;
  font-size: 4.375rem;
  opacity: 1;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-header .close:hover {
  opacity: 0.6;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body {
  padding: 0;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body p,
body.modal-open .modal.show .modal-dialog .modal-content .modal-body li {
  color: var(--text-color);
  font-size: 1rem;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body p {
  margin-bottom: 10px;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body p:has(a[target=_blank])::after {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e933";
  position: relative;
  top: 2px;
  margin-left: 8px;
  color: var(--text-color);
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body p:has(a[target=_blank]) a:hover {
  opacity: 0.8;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body li {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  body.modal-open .modal.show .modal-dialog .modal-content .modal-body li {
    margin-bottom: 24px;
  }
}
body.modal-open .modal.show .modal-dialog .modal-content .modal-body ul {
  margin: 0;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body .block-quick-exit {
  position: static;
  display: flex;
  margin-bottom: 20px;
  box-shadow: 1px 0 8px 2px #c4c4c5;
  pointer-events: none;
  animation: none;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-body .block-quick-exit a::after {
  display: none;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer {
  display: grid;
  justify-content: unset;
  padding: 0;
  border: 0;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-dont-show-again-label {
  margin-block: 16px;
  margin-right: auto;
  color: var(--text-color);
  cursor: pointer;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-dont-show-again-label .modal-page-please-do-not-show-again {
  margin-right: 8px;
  transform: scale(1.7);
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-dont-show-again-label:hover {
  font-weight: bold;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-dont-show-again-label:hover .modal-page-please-do-not-show-again {
  font-weight: bold;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-buttons {
  text-align: center;
}

body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-buttons button {
  display: inline-block;
  padding: 10px 24px;
  border: 0;
  border-radius: 8px;
  font-family: "Roboto", arial, verdana, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none;
  transition: var(--base-trans);
  background-color: var(--primary-complementary-link);
  color: var(--white);
  margin: 0 auto;
  border-radius: 0;
  transition: all 0.2s;
}

@media (min-width: 480px) {
  body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-buttons button {
    padding: 12px 24px;
  }
}
body.modal-open .modal.show .modal-dialog .modal-content .modal-footer .modal-buttons button:hover {
  background-color: var(--accent-dark);
}
/*# sourceMappingURL=modal.css.map */
