html body .container-scroller nav#sidebar ul li ul li.separator {
  height: 35px;
}
html body .container-scroller nav#sidebar ul li ul li.separator span {
  top: 12px;
  left: 70px;
  position: relative;
  color: #84a6cd;
  font-style: italic;
  font-size: 12px;
  border-bottom: 1px solid #84a6cd;
  width: 90px;
  display: inline-block;
  padding-bottom: 5px;
}

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;
}
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: 10;
  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 */
