.nav-eppicount-logo{
    width: 140px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B7280;
    /* background-color: #ffffff; */
    background-clip: padding-box;
    border: 0.0625rem solid #D1D5DB;
    appearance: none;
    border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
    color: #6B7280;
    /* background-color: #ffffff; */
    border-color: #4d6689;
    outline: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B7280;
    /* background-color: #ffffff; */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231F2937' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 0.0625rem solid #D1D5DB;
    border-radius: 0.5rem;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.0125);
    appearance: none;
}

.form-select:focus {
    border-color: #4d6689;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.0125), 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 1rem;
    background-image: none;
}
.form-select:disabled {
    color: #4B5563;
    background-color: #E5E7EB;
}
.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #6B7280;
}


.input-group-text {
    display: flex;
    align-items: center;
    /* padding: 0.5rem 0.625rem; */
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6B7280;
    text-align: center;
    white-space: nowrap;
    /* background-color: #ffffff; */
    border: 0.0625rem solid #D1D5DB;
    border-radius: 0.5rem;
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    /* cursor: pointer; */
    user-select: none;
    border-radius: 0.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
    transition: none; }
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.25);
}
.btn-check:checked + .btn,
.btn-check:active + .btn, .btn:active, .btn.active {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125);
}
.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
    box-shadow: 0 0 0 0.18rem rgba(31, 41, 55, 0.25), inset 0 3px 5px rgba(17, 24, 39, 0.125);
}
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
    box-shadow: none;
}

.btn-secondary {
    color: #ffffff;
    background-color: #fb503b;
    border-color: #fb503b;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075); }
.btn-secondary:hover {
    color: #ffffff;
    background-color: #d54432;
    border-color: #c9402f;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #ffffff;
    background-color: #d54432;
    border-color: #c9402f;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075), 0 0 0 0.18rem rgba(252, 106, 88, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #c9402f;
    border-color: #bc3c2c;
}
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(252, 106, 88, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
    color: #ffffff;
    background-color: #fb503b;
    border-color: #fb503b;
}

.btn-gray-800 {
    color: #ffffff;
    background-color: #1F2937;
    border-color: #1F2937;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075); }
.btn-gray-800:hover {
    color: #ffffff;
    background-color: #1a232f;
    border-color: #19212c; }
.btn-check:focus + .btn-gray-800, .btn-gray-800:focus {
    color: #ffffff;
    background-color: #1a232f;
    border-color: #19212c;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(17, 24, 39, 0.075), 0 0 0 0.18rem rgba(65, 73, 85, 0.5); }
.btn-check:checked + .btn-gray-800,
.btn-check:active + .btn-gray-800, .btn-gray-800:active, .btn-gray-800.active,
.show > .btn-gray-800.dropdown-toggle {
    color: #ffffff;
    background-color: #19212c;
    border-color: #171f29; }
    .btn-check:checked + .btn-gray-800:focus,
    .btn-check:active + .btn-gray-800:focus, .btn-gray-800:active:focus, .btn-gray-800.active:focus,
    .show > .btn-gray-800.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(17, 24, 39, 0.125), 0 0 0 0.18rem rgba(65, 73, 85, 0.5); }
.btn-gray-800:disabled, .btn-gray-800.disabled {
    color: #ffffff;
    background-color: #1F2937;
    border-color: #1F2937;
}

.table thead th {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
    border-top: 0;
}
.table td, .table th {
    font-size: 0.875rem;
    white-space: nowrap;
}

@media (min-width: 576px) {
    .breadcrumb-item, .breadcrumb-item a {
      font-size: 0.875rem;
    }
}

.breadcrumb-item, .breadcrumb-item a {
    color: #374151;
    font-weight: 400;
    font-size: 0.75rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
@media (min-width: 1200px){
    h4, .h4 {
        font-size: 1.5rem;
    }
}
h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.3;
    /* color: #111827; */
}

.table>:not(caption)>*>* {
    color: var(--falcon-body-color);
}
.fa-stack-2x {
    font-size: inherit;
}
.fs-11 {
    font-size: .6944444444rem !important
}

.fs-10 {
    font-size: .8333333333rem !important
}

.fs-9 {
    font-size: 1rem !important
}

.fs-8 {
    font-size: 1.2rem !important
}

.fs-7 {
    font-size: 1.44rem !important
}

.fs-6 {
    font-size: 1.728rem !important
}

.fs-5 {
    font-size: 2.0736rem !important
}

.fs-4 {
    font-size: 2.48832rem !important
}

.fs-3 {
    font-size: 2.985984rem !important
}

.fs-2 {
    font-size: 3.5831808rem !important
}

.fs-1 {
    font-size: 4.29981696rem !important
}

.tab-active-caret .active-grey-tab.nav-link.active:after {
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
