.modal-container {
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  z-index: 1000;
  backdrop-filter: blur(4px);
}

#modal_content {
  max-width: 950px;
  overflow: hidden;
}

.modal-content-close {
    right: 14px !important;
    top: 10px !important;
    z-index: 2;
    position: relative;
}

.modal-content-close.dark::after {
    color: #24272A;
}

.modal-content-close::after {
    position: absolute;
    top: -16px;
    left: -20px;
    content: "\d7";
    font-size: 38px;
    color: #FFF;
    text-align: center;
    font-weight: 300;
}


.modal-content-close img {
  pointer-events: none;
}

.modal-shadow {
    position: relative;
    /* box-shadow: 0 1rem 3rem rgba(0,0,0,.175); */
    margin: auto;
  }

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}
/* 
.error {
  border: 1px solid !important;
  border-color: #C42130 !important;
} */

.display-ul {
  display: block !important;
}



