.sessionCountdown span {
  font-weight: normal;
  color: #000000;
}
main {
  flex-grow: 1;
}
.btn.back {
  COLOR: #fff;
  BORDER: none;
}
.btn.back:hover {
  COLOR: #fff;
  BORDER: none;
  background: linear-gradient(to bottom, #5e5efc 0%, #00008f 30%);
}
.dashboard__item {
  display: inline-flex;
}
.dashboard__item a {
  width: 100%;
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.bs-callout-default {
  background-color: #fff;
  color: #49505;
}
.distributorSearchResult.bs-callout.bs-callout-default {
  font-size: 1.5rem;
  color: none;
}
.distributorSearchResult .list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #49505;
}
.distributorSearchResult .list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #55ae75;
}
.customerSearchResult.selected,
.customerSearchResult:hover,
.distributorSearchResult.selected,
.distributorSearchResult:hover {
  border-left-color: #007bff;
  background-color: #55ae75;
}
.small-padding {
  padding: 10px;
}
.custom-control-label::before {
  width: 1.4rem;
  height: 1.4rem;
  top: .5rem;
}
.custom-control-label::after {
  width: 1.4rem;
  height: 1.4rem;
  top: .49rem;
  background-image: none;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 50%;
  background-position-y: center;
  background-size: 50% 50%;
  border-radius: 50%;
}
.custom-control-label {
  padding-left: 15px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #00008f;
}
.termination-file {
  width: calc(70%) !important;
  height: 4.5rem !important;
  margin-left: 15px;
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.termination-file .btn {
  height: 4.5rem !important;
}
.termination-file .custom-file-label__text {
  padding: 1rem 1.5rem !important;
}
.termination-block-file input[type="file"] {
  height: 4.5rem !important;
}
.termination-block-file .custom-file {
  height: 4.5rem !important;
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
  .col-md-5 {
    max-width: 41.66666667%;
  }
  .col-md-4 {
    max-width: 33.33333333%;
  }
}
.auto-width-children *:not(.tooltip) {
  width: auto !important;
}
input[type=submit]:hover,
button:hover,
a.button:hover {
  background-color: #003876 !important;
  text-decoration: none !important;
  color: #fff !important;
}
.btn:hover {
  background-color: #d71c4f;
}
.nav.nav-tabs .nav-item .nav-link {
  overflow: hidden;
  font-size: clamp(10px, 2vw, 18px);
}
.pagination {
  --bs-pagination-color: inherit;
}
.pagination .active > .page-link,
.page-link.active a {
  background: #e2e2e2;
  color: #ffffff;
}
@media (min-width: 768px) {
  .text-md-right {
    text-align: right !important;
  }
  .col-md-5 {
    max-width: 41.66666667%;
  }
  .col-md-4 {
    max-width: 33.33333333%;
  }
}
table.table.dataTable > :not(caption) > * > * {
  background-color: transparent;
}
#contracts-table_wrapper .form-select {
  height: auto;
  font-size: 1.4rem;
  line-height: normal;
  padding: 1rem 2rem;
}
#contracts-table_wrapper .nav-item.nav-link {
  color: #005ca9;
  text-decoration: underline;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-7 {
    width: 58.33333333%;
  }
}
.modal-header {
  justify-content: space-between;
}
input[type=submit]:hover,
button:hover,
a.button:hover {
  background-color: #003876 !important;
  text-decoration: none !important;
  color: #fff !important;
}
.btn:hover {
  background-color: #d71c4f;
}
.nav.nav-tabs .nav-item .nav-link {
  overflow: hidden;
  font-size: clamp(10px, 2vw, 18px);
}
.pagination {
  --bs-pagination-color: inherit;
}
.pagination .active > .page-link,
.page-link.active a {
  background: #e2e2e2;
  color: #ffffff;
}
.form-control[readonly] {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

