html body ul.modal-ulist {
  list-style: none;
  font-size: 20px;
  padding: 0;
}
html body ul.modal-ulist li {
  width: 140px;
  margin: auto;
  text-align: left;
}
html body ul.modal-ulist li b {
  width: 110px;
  display: inline-block;
  text-align: left;
}

html {
  width: 100%;
  height: 100%;
}
html body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("/img/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
html body div.ui-widget-overlay {
  background: #000000;
  opacity: 0.5;
}
html body div.ui-dialog[role=dialog] {
  z-index: 1058;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
html body .main-panel {
  position: relative;
  background: #F3F3F3;
}
html body .main-panel button {
  width: auto;
}
html body .main-panel .bg-animation {
  position: absolute;
  bottom: 60px;
  right: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 1;
}
html body .main-panel .content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  z-index: 2;
  background: none !important;
}
html body .main-panel footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 2;
}
html body .card-description {
  font-style: italic;
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
html body .card-bottom-btns-wrapper {
  margin-top: 25px;
  text-align: right;
}
html body #overlay-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1200;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}
html body #overlay-loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body #overlay-loading span {
  position: absolute;
  top: calc(50% + 105px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  font-weight: 600;
  color: #d1e8f6;
}

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