.admin_notification_card, .admin_card {
    margin-left: 5px !important;
}

.apmpm_selectime {
    width: 10%;
    margin: 0px 5px 22px 5px !important;
    height: 45px !important;
}

.info-box .progress-description, .info-box .info-box-text {
    display: block;
     overflow: visible !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #5BBA47 !important;
}

.nav-pills .nav-link:not(.active):hover {
    color: #5BBA47 !important;
}

.quantity_limits_group .limit_buttons {
    flex-basis: 20%;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

td {
    /*vertical-align: middle !important;*/
}

.passowrd_redo_button {
    max-width: 50px;
    height: 36px !important;
}

.hide_psw {
    margin-top: 11px;
}

.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #5bba47 !important;
    outline: 0;
    box-shadow: none !important;
    /*box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);*/
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text,
.register-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text {
    border-color: #6cbe45 !important;
}

.accent-primary .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-primary .custom-select:focus,
.accent-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-primary .custom-file-input:focus ~ .custom-file-label {
    border-color: #6cbe45 !important;
}

.accent-primary .page-item .page-link {
    color: #5bba47 !important;
}

.accent-primary .page-item.active a,
.accent-primary .page-item.active .page-link {
    background-color: #5bba47 !important;
    border-color: #5bba47 !important;
    color: #ffffff;
}

.accent-info .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-info .custom-select:focus,
.accent-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-info .custom-file-input:focus ~ .custom-file-label {
    border-color: #4cb748 !important;
}

.accent-navy .form-control:focus:not(.is-invalid):not(.is-warning):not(.is-valid),
.accent-navy .custom-select:focus,
.accent-navy .custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.accent-navy .custom-file-input:focus ~ .custom-file-label {
    border-color: #5da73c;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #5bba47 !important;
    background-color: #5bba47 !important;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #5bba47 !important;
    background-color: #5bba47 !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #5bba47 !important;
    background-color: #5bba47 !important;
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #6cbe45 !important;
}

.admin_notification_delete_btn {
    color: #ed1c24 !important;
    border: none;
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
}

#pswd_toggle {
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    margin-top: 2px;
}

.employee_password {
    margin-top: 4px;
}

#hide_password {
    /*text-align: center;*/
}

#show_password {
    margin-top: -2px;
}

#password_div {
    position: relative;
}

.search-form {
    margin-top: 2px !important;
}

.form-check .form-check-inline:checked+ span {
    background-color: #5bba47 !important;
    color: #ffffff !important;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #5bba47 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #5bba47 !important;
    color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted {
    background-color: #5bba47 !important;
    color: #ffffff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #5bba47 !important;
    border-color: #5bba47 !important;
    color: #ffffff;
    padding: 0 10px;
    margin-top: .31rem;
}

.select2-container--default .select2-info .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-info .select2-results__option--highlighted[aria-selected]:hover,
.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-info .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #5bba47 !important;
    color: #ffffff;
}

.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #5bba47 !important;
}

.select2-container--default .select2-dropdown .select2-search__field:focus,
.select2-container--default .select2-search--inline .select2-search__field:focus {
    outline: none;
    border: 1px solid #5bba47 !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #5bba47 !important;
}

.list-group-item a {
    color: #000 !important;
}

#revert_previous {
    height: 44px !important;
    color: #fff;
   background-color: #5bba47 !important;
    border-color: #5bba47 !important;
}

.custom_form_check {
    margin-top: 30px;
}

.select2-selection__clear {
    margin-top: -4px !important;
    font-size: 15px !important;
}
.admin_notification_delete_btn {
    color: #ed1c24 !important;
    border: none;
    font-size: 1.5rem;
     background-color: transparent !important;
    font-weight: 600;
    cursor: pointer;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #5bba47 !important;
    border-color: #5bba47 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #5bba47 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.icheck-primary input[type=checkbox]:checked {
    accent-color: forestgreen ;
}
