<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.fade:not(.show) {
  opacity: 100 !important;
}
.tab-content table {
  width: 100%;
}

.tab-content table thead tr td {
  background-color: #bfcad6 !important;
  font-weight: bold;
}

.tab-content table td {
  background-color: #e1e7ed !important;
  border-top: 0 !important;
  padding: 16px 26px !important;
  vertical-align: top;
}

.tab-content table tbody tr td:first-child {
  font-weight: bold;
  width: 100px;
}
.load-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:2em
  }
  .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: black;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }

  .section-title {
    font-weight: bolder;
    font-size: 1.1em;
  }
  .wrapper-title {
    background-color: #D9EDF7;
    padding: 20px;
    font-size: 1.1em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .wrapper-title {
    background-color: #D9EDF7;
    padding: 20px;
    font-size: 1.1em;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .form-blue-content {
    border: 1px solid #A9C6D5;
    padding: 25px 45px;
    margin-bottom: 40px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .blue-form-item {
    margin-bottom: 15px;
  }

</pre></body></html>