dialog#modal,
dialog#ynModal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .25);
    z-index: 1000000000;
    display: none;
    border: 0;
    align-items: center;
    justify-content: center;
}

dialog#modal > .modal-container,
dialog#ynModal > .modal-container {
    max-width: 800px;
    padding: 10px;
    max-height: 80%;
    background: white;
    border: 1px solid #36b8d6;
    /* position: fixed; */
    /* left: 50%; */
    /* top: 25%; */
    opacity: 0;
    /* transform: translate(-50%, -50%); */
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .125);
    overflow: auto;
}

dialog#modal > .modal-container > .mod-title,
dialog#ynModal > .modal-container > .mod-title {
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

dialog#modal > .modal-container > .mod-content,
dialog#ynModal > .modal-container > .mod-content {
    display: block;
    max-height: 400px;
    overflow: auto;
    word-break: break-word;
    padding-bottom: 10px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loading, .manLoading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .5);
    z-index: 999999999999;
}

.lds-facebook > div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook > div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}

.lds-facebook > div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}

.lds-facebook > div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}

@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.datepicker.active {
  z-index: 9999999999;
}

.loading-container {
  text-align: center;
}

.loading-container > p {
  font-weight: bold;
  font-weight: 1.2em;
  color: #0f4c81;
}