/* Add here all your css styles (customizations) */
.logout-button {
    text-transform: uppercase;
    background: transparent;
    border: 0;
}

/* There is no bootstrap v4 equivalent of btn-default, which was removed. */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open>.dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open>.dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open>.dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}

.badge {
    display: inline-block;
    float: right;
    min-width: 10px;
    margin-top: 2px;
    padding: 6px 0px;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 10px;
    height: 22px;
    width: 22px;
}

.badge-danger {
    color: #fff;
    background-color: #d1322e;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

body {
    color: #2a345c !important;
}

a {
    color: #224abe;
    text-decoration: none;
    background-color: transparent;
}

.bg-gradient-primary {
    background-color: #2a345c;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #2a345c), to(#224abe));
    background-image: linear-gradient(180deg, #2a345c 10%, #224abe 100%);
    background-size: cover;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #2a345c;
    border: 1px solid #2a345c;
}

.bg-primary {
    background-color: #2a345c !important;
}

.bg-success {
    background-color: #128f99 !important;
}

.bg-danger {
    background-color: #ff724f !important;
}

.text-primary {
    color: #2a345c !important;
}

.text-success {
    color: #128f99 !important;
}

.text-danger {
    color: #ff724f !important;
}

.text-warning {
    color: #fbbb45 !important;
}

.border-left-primary {
    border-left: 0.25rem solid #2a345c !important;
}

.border-left-success {
    border-left: 0.25rem solid #128f99 !important;
}

.border-left-danger {
    border-left: 0.25rem solid #ff724f !important;
}

.bg-primary {
    background-color: #2a345c !important;
}

.bg-success {
    background-color: #128f99 !important;
}

.bg-danger {
    background-color: #ff724f !important;
}

.btn-primary {
    background-color: #2a345c;
    border-color: #2a345c;
}

.btn-primary:hover {
    background-color: #2444A1;
    border-color: #2a345c;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #2a345c;
    border-color: #2a345c
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    background-color: #2a345c;
    border-color: #2a345c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
}

.btn-outline-primary {
    color: #2a345c;
    background-color: transparent;
    background-image: none;
    border-color: #2a345c;
}

.btn-outline-primary:hover {
    background-color: #2a345c;
    border-color: #2a345c;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #2a345c;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #2a345c;
    border-color: #2a345c;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
    box-shadow: 0 0 0 .2rem rgba(47, 58, 101, 0.5);
}

/* btn-blue styles */
.btn-blue {
    color: #fff;
    background-color: #0549AA;
    border-color: #0549AA;
}

.btn-blue:hover {
    color: #fff;
    background-color: #043b8f;
    border-color: #033166;
}

.btn-blue:focus,
.btn-blue.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #0549AA;
    border-color: #0549AA;
}

.btn-blue:not(:disabled):not(.disabled):active,
.btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #0549AA;
    border-color: #0549AA;
}

.btn-check:focus + .btn-blue,
.btn-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5) !important;
}

.btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
}

/* btn-outline-blue styles */
.btn-outline-blue {
    color: #0549AA !important;
    border-color: #0549AA !important;
}

.btn-outline-blue:hover {
    color: #fff !important;
    background-color: #0549AA !important;
    border-color: #0549AA !important;
}

.btn-outline-blue:focus,
.btn-outline-blue.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5) !important;
}

.btn-check:focus + .btn-outline-blue,
.btn-outline-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5) !important;
}

.btn-outline-blue:not(:disabled):not(.disabled):active,
.btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
    color: #fff !important;
    background-color: #0549AA !important;
    border-color: #0549AA !important;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
    box-shadow: 0 0 0 .2rem rgba(5, 73, 170, 0.5);
}

/* btn-success styles */
.btn-success {
    color: #fff;
    background-color: #128f99;
    border-color: #128f99;
}

.btn-success:hover {
    color: #fff;
    background-color: #107b86;
    border-color: #0d4f59;
}

.btn-success:focus,
.btn-success.focus {
    background-color: #107b86;
    border-color: #0d4f59;
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
    box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #128f99;
    border-color: #128f99;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #128f99;
    border-color: #128f99;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
    box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5)  !important;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
    box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
}

.btn-outline-success {
    color: #128f99 !important;
    border-color: #128f99 !important;
}

.btn-outline-success:hover {
    color: #fff !important;
    background-color: #128f99 !important;
    border-color: #128f99 !important;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
    box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5)  !important;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff !important;
    background-color: #128f99 !important;
    border-color: #128f99 !important;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
    box-shadow: 0 0 0 .2rem rgba(18, 143, 153, 0.5);
}

.btn-warning {
    color: #212529 !important;
    background-color: #fbbb45 !important;
    border-color: #fbbb45 !important;
}

.btn-outline-warning {
    color: #fbbb45;
    border-color: #fbbb45 !important;
}

.btn-outline-warning:hover {
    color: #212529 !important;
    background-color: #fbbb45 !important;
    border-color: #fbbb45 !important;
}

.btn-danger {
    color: #212529;
    background-color: #ff724f;
    border-color: #ff724f;
}

.btn-danger:hover {
    color: #fff;
    background-color: #ef5e3e;
    border-color: #8f3927;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #212529;
    background-color: #ff724f;
    border-color: #ff724f;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #212529;
    background-color: #ff724f;
    border-color: #ff724f;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
}

.btn-outline-danger {
    color: #ff724f;
    background-color: transparent;
    background-image: none;
    border-color: #ff724f;
}

.btn-outline-danger:hover {
    color: #212529;
    background-color: #ff724f;
    border-color: #ff724f;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #ff724f;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ff724f;
    border-color: #ff724f;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
    box-shadow: 0 0 0 .2rem rgba(255, 114, 79, 0.5);
}

.btn-dark {
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

.btn {
    padding: .5rem .75rem;
}

.dropdown-item span svg {
    width: 18px;
    height: 18px;
    fill: #d1d3e2; /* Icon color */
    transition: fill 0.2s ease-in-out;
}

.dropdown-item:hover span svg {
    fill: #2e59d9; /* Icon hover color */
}

.form-switch {
    padding-left: 2.5rem !important;
    display: flex !important;
    align-items: center !important;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem;
}

.form-switch.form-switch-sm .form-check-input {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.form-switch.form-switch-md {
    margin-bottom: 1rem;
}

.form-switch.form-switch-md .form-check-input {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.form-switch.form-switch-xl {
    margin-bottom: 2rem;
}

.form-switch.form-switch-xl .form-check-input {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.form-switch .form-check-label {
    margin-left: 0.75rem;
    font-size: 1rem;
    line-height: 1;
}

.form-switch.form-switch-sm .form-check-label {
    margin-left: 0.5rem;
    font-size: 0.875rem;
}

.form-switch.form-switch-md .form-check-label {
    margin-left: 0.75rem;
    font-size: 1rem;
}

.form-switch.form-switch-lg .form-check-label {
    margin-left: 1rem;
    font-size: 1.125rem;
}

.form-switch.form-switch-xl .form-check-label {
    margin-left: 1.25rem;
    font-size: 1.25rem;
}

.form-control::placeholder {
    color: #858796;
    opacity: 0.5;
}