html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.container {
    margin-top: 3%;
}

.imgExpenseBtns {
    margin-top: 15px;
}

.collapseDrop {
    background-color: #0b315e !important;
    color: white;
}

.btn-xl {
    padding: 20% 0 20% 0;
    font-size: 30px;
    border-radius: 10px;
}

#dashboard-name {
    padding-bottom: 5%;
}

.dashboard-button {
    height: 100%;
    width: 100%;
    color: white !important;
    background-color: #0b315e !important;
}

.bemBtn {
    width: 100%;
}

.hk-button {
    background-color: #0b315e !important;
    color: white !important;
}

.hk-button a {
    color: white !important;
    text-decoration: none;
}

.hk-nav-link {
    background-color: #0b315e !important;
}

.tableLastColumnBorder {
    border-left: 1px solid black;
}

.form-floating, .form-group {
    margin-top: 15px !important;
}

.dashboardArea {
    margin-top:15px;
}

.dashboardActionButton {
    margin: 15px 15px;
    width: 150px;
    height: 82px;
}


.bulkManageView {
    max-height:500px;
    
}

#scrollableColumn {
    max-height: 500px;
    overflow-y: auto;
}

.form-check-input:checked {
    background-color: #0b315e;
    border-color: #0b315e;
}

span .navbar-toggler-icon {
    color: #0b315e; /* You can use any color code or name */
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0b315e;
    border-color: #0b315e;
}

/* Custom CSS to change active list group item background color */
.relatedClientAccounts-list {
    background-color: #0b315e !important;
    color: white !important; /* You may also need to adjust the text color for better visibility */
    border-color: #39bdf9 !important;
}

table-dark {
    --bs-table-bg: #272727 !important;
}

.table-secondary {
    --bs-table-bg: #39bdf9 !important;
}

.table-info {
    --bs-table-bg: #f0efef !important;
}

.table-info a {
    color: #39bdf9;
}

.alert-secondary {
    background-color: #f0efef !important;
}

.btn-success {
    background-color: #39bdf9;
    border-color: #39bdf9;
}

    .btn-success:hover {
        background-color: #0d315e;
    }
    .btn-success:focus {
        background-color: #39bdf9;
    }

.nav-pills .nav-link.active {
    background-color: #0b315e;
}

.btn-primary {
    background-color: #0b315e;
    border-color: #0b315e;
}

.managementBtns .bemBtn, .managementBtns form {
    height:100%;
}