.navbar-bg-custom {
  background-color: #173a67;
}

.navbar-bg-custom-height {
    height: 75px;
}

.custom-sidebar-brand {
    background-color: #173a67;
    height: auto !important;
}

.main-sidebar .sidebar-menu li.active a {
    background-color: #f2c707;
    color: black;
}

.main-sidebar .sidebar-menu li a:hover {
    background-color: #f8e383;
}

.main-sidebar .sidebar-menu li.active a:hover {
    background-color: #f2c707;
}

.main-footer-custom {
    background-color: black;
    padding: 0;
    position: absolute;
    bottom: 0;
}

.dashboard-icon {
    background-color: #f2c707;
    color: black;
    border-radius: 20px;
    width: 108px;
    text-align: center;
}

.dashboard-icon i {
    font-size:3rem
}

.dashboard-text{
  width: 138.2px;
}

@media (min-width: 421px) and (max-width: 738px) {
    .section-header-custom {
        width: 360px;
    }
}

@media (max-width: 420px) {
    .section-header-custom {
        width: 100vw;
    }
}

.card.card-primary-custom {
    border-top: 2px solid #173a67;
}

.text-primary-custom {
  color: #173a67 !important;
}

.btn-primary-custom {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #173a67;
  border-color: #173a67;
  color:white;
}

.btn-primary-custom:hover {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #132f54 !important;
  border-color: #132f54 !important;
  color:white;
}

.btn-primary-custom:focus {
  box-shadow: 0 2px 6px #acb5f6;
  background-color: #132f54 !important;
  border-color: #132f54 !important;
  color:white;
}

.btn-warning-custom {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #f2c707;
  border-color: #f2c707;
  color:black;
}

.btn-warning-custom:hover {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #d9b209 !important;
  border-color: #d9b209 !important;
  color:black;
}

.btn-warning-custom:focus {
  box-shadow: 0 2px 6px #ffc473;
  background-color: #d9b209 !important;
  border-color: #d9b209 !important;
  color:black;
}

.btn-outline-primary-custom {
  border-color: #173a67;
  color:#173a67;
}

.btn-outline-primary-custom:hover {
  background-color: #173a67 !important;
  box-shadow: 0 2px 6px #acb5f6;
  border-color: #173a67;
  color:white;
}

.btn-outline-primary-custom:focus {
  background-color: #173a67 !important;
  box-shadow: 0 2px 6px #acb5f6;
  border-color: #173a67;
  color:white;
}

a {
  color:#173a67;
}

a:hover {
  color:#132f54;
}

.page-item.active .page-link {
  background-color: #173a67;
  border-color: #173a67;
}

.page-link:hover {
  background-color: #1c4880;
  border-color: #1c4880;
}

.table.dataTable {
  border-collapse: collapse !important;
}

.icon-edit:hover {
  color: #f2c707;
}

.icon-delete:hover {
  color: #FC544B;
}
