.rounded {
    border-radius: 0.188rem !important;
}

.navbar-brand {
    display: inline-block;
    padding-top: .33125rem;
    padding-bottom: .33125rem;
    margin-right: 1rem;
    font-size: 1.125rem;
    line-height: inherit;
    white-space: nowrap;
}

h2, .h2 {
    font-size: 1.8rem;
}

h6, .h6 {
    font-size: .9rem;
}

h3, .h3 {
    font-size: 1.575rem;
}
h4, .h4 {
    font-size: 1.35rem;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.table th, .table td {
    padding: 0.75rem !important;
    border-top: 1px solid #dee2e6;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    background-color: white !important;
}

.badge-primary {
    color: #fff !important;
    background-color: #005695;
}

.form-select {
    background-position: right 0.5rem center !important;
    border-radius: 3px !important;
    font-size: .9rem !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #005695;
    border-color: #005695;
}

.page-link {
    color: #005695;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: rgba(0, 0, 0, 0.05) !important;
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important;
}

a:hover {
    color: #002a49;
    text-decoration: underline;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none !important;
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #a71d2a !important;
}
a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important;
}
.page-link.disabled, .disabled > .page-link {
    background: transparent !important;
}
.page-link:hover {
    z-index: 2;
    color: #002a49;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.btn {
    border-radius: 3px !important;
    font-size: .9rem !important;
    line-height: 1.5 !important;
}
h1, .h1 {
    font-size: 2.25rem;
}
.text-light {
    color: #f8f9fa !important;
}
.table-sm td {
    padding: .3rem !important;
}
.d-none {
    display: none !important;
}

.d-flex {
    display: flex !important;
}
.btn-link {
    font-weight: 400;
    color: #005695;
    text-decoration: none;
}

    .btn-link:hover {
        color: #002a49;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }
.dropdown-menu
{
    border-radius:3px !important;
    font-size: .9rem !important;
}
.dropdown-item {
    padding: .25rem 1.5rem !important;
}
.padding-sm {
    padding: .75rem 1.25rem 1rem !important;
}
.padding-sm-1 {
    padding: .1rem !important;
}
.padding-sm-5 {
    padding: .5rem !important;
}
.padding-right-5 {
    padding-right: .5rem !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #005695;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: .50rem;
    border: 1px solid transparent;
    border-radius: 3px;
}
.btn-sm, .btn-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .7875rem !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}
.modal-content {
    border-radius: 3px !important;
}
.form-control {
    border-radius: 3px !important;
    font-size: .9rem !important;
}

.form-group {
    margin-bottom: 1rem !important;
}
h5, .h5 {
    font-size: 1.125rem;
}
.slider-form-control {
    border-radius: 34px !important;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.btn-primary-new {
    --bs-btn-color: #fff;
    --bs-btn-bg: #005695;
    --bs-btn-border-color: #005695;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00497f;
    --bs-btn-hover-border-color: #004577;
    --bs-btn-focus-shadow-rgb: 38, 111, 165;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004577;
    --bs-btn-active-border-color: #004170;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #005695;
    --bs-btn-disabled-border-color: #005695;
}

.btn-secondary-new {
    --bs-btn-color: #000;
    --bs-btn-bg: #F5F5F5;
    --bs-btn-border-color: #F5F5F5;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #E7E7E7;
    --bs-btn-hover-border-color: #E6E6E6;
    --bs-btn-focus-shadow-rgb: 208, 208, 208;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #E7E7E7;
    --bs-btn-active-border-color: #E6E6E6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #F5F5F5;
    --bs-btn-disabled-border-color: #F5F5F5;
}
