/* prettier-ignore */
p, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: #333;
  font-weight: 700;
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link {
  color: #333;
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link {
  white-space: normal;
}

.navbar-top, .dropdown-item.active, .dropdown-item:active {
  background: #002D72;
}

.logo-text {
  color: #2c2c2c;
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link.active, a {
  color: #002D72;
}

.btn-primary, .btn.disabled, 
.btn:disabled, [data-list] li.active .page, 
.table-list li.active .page, .choices .choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #002D72;
  color: #fff !important;
}
.btn-primary:hover, .btn.disabled:hover, .btn:disabled:hover {
  background-color: #07515b;
}

.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  color: #002D72;
}

.nav-link:hover, .nav-link:focus {
  color: #b4d0d4;
}

.btn-outline-primary {
  border-color: #002D72;
  color: #002D72;
}
.btn-outline-primary:hover {
  border-color: #07515b;
  background-color: #07515b;
}

.page-link.active, .active > .page-link, .form-check-input:checked {
  background-color: #002D72;
  border-color: #002D72;
}

.country .text-primary, .footer a {
  color: #002D72 !important;
}

.nav-links .nav-link {
  color: #002D72;
}
.nav-links .nav-link.active {
  color: #525b75;
}

.bg-body-highlight {
  background-color: #e0ebf6 !important;
}

.auth-title-box {
    background-color: #cfe2ff !important;
} 

span.uil.uil-check-circle.text-success.me-2 {
  color: #002D72 !important;
}

.bg-tab {
  background-color: #f5f7fa;
}

.data-info {
  font-size: 0.8rem;
}
.data-info__name {
  border-bottom: 1px solid #ddd;
  min-height: 35px;
  align-items: center;
}

.data-info__name:last-child {
  border-bottom: none;
}

.data-info__name h5, .data-info__name p {
  font-size: 0.8rem;
  margin-bottom: 4px;
  line-height: 0.6rem;
}

.data-info__name p {
  font-weight: 400;
}

.alert {
  border: none;
}

.toast {
  width: auto;
  max-width: 450px;
}

.nav-link {
  color: rgb(255 255 255 / 100%);
}

.nav-link-avatar {
  border-radius: 100%;
  background-color: #7da8ea;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}/*# sourceMappingURL=user.css.map */


.choices .choices__list--multiple .choices__item {
    background-color: #002D72 !important;
    color: #fff;
}

.choices .choices__list--dropdown .choices__item--selectable {
    background-color: #e6edec;
}

.choices .choices__list--dropdown {
    border: none !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
    color: #fff !important;
    background-color: #002D72;
    border-color: #002D72;
    font-size: 12px;
    font-weight: 700;
    border-radius: 8px;
}
div.dt-container .dt-paging .dt-paging-button, div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
  font-size: 15px;
}
.dt-paging.paging_full_numbers {
    float: right;
    padding-top: 7px;
}