html, body {
  height: auto !important;
  min-height: 100%; }

@media (max-width: 768px) {
  html, body {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch; }

  body {
    position: relative; } }
.table.disconting {
  max-width: 650px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 21px; }
  .table.disconting th {
    background-color: white; }

.orange {
  color: #FE6100;
  font-weight: bold; }

.blue {
  color: #648FFF;
  font-weight: bold; }

.discont-color-1 {
  color: #FE6100;
  background-color: rgba(254, 97, 0, 0.1) !important; }

.discont-color-2 {
  color: #648FFF;
  background-color: rgba(100, 143, 255, 0.1) !important; }

.discont-color-3 {
  color: #DC267F;
  background-color: rgba(220, 38, 127, 0.1) !important; }

.discont-color-4 {
  color: #785EF0;
  background-color: rgba(120, 94, 240, 0.1) !important; }

.discont-color-5 {
  color: #FFB000;
  background-color: rgba(255, 176, 0, 0.1) !important; }

.policy-tag-1 {
  color: #FE6100;
  font-weight: bold; }

.policy-tag-2 {
  color: #648FFF;
  font-weight: bold; }

.policy-tag-3 {
  color: #DC267F;
  font-weight: bold; }

.policy-tag-4 {
  color: #785EF0;
  font-weight: bold; }

.policy-tag-5 {
  color: #FFB000;
  font-weight: bold; }

#loader-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

#loader-overlay .loader-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #2199e8;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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