/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./resources/assets/styles/components/modal.scss ***!
  \******************************************************************************************************************************************************************************************************************************************/
.modal-open {
  overflow-y: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  min-height: 100%;
  overflow: auto;
  display: none;
}
.modal::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  z-index: -2;
  background-color: var(--primary-variant);
}

.modal-hide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.modal-hide svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal-close {
  top: 10px;
  right: 10px;
}

[data-toggle=modal] {
  position: relative;
}
[data-toggle=modal]::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .modal-container {
    max-width: 768px;
  }
}
@media (min-width: 992px) and (max-width: 1229.98px) {
  .modal-container {
    max-width: 990px;
  }
}
@media (min-width: 1230px) {
  .modal-container {
    max-width: 1305px;
  }
}

/*# sourceMappingURL=modal.css.map */