@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400&family=Roboto:wght@300;400;500;700&display=swap');


/* RESET */
html {
    font-size: 18px;
}

.page-main__home::before,
.page-main__login::before,
.page-main__lost-password::before,
.page-main__cookies::before,
.page-main__faq::before {
    display: none;
}

.card {
    box-shadow: none;
}

.card-header {
    background-color: #F7F9FA;
}

.page-header {
    padding: 1rem 0;
    box-shadow: none;
    border: none !important;
}

.page-navigation {
    min-height: auto;
    height: auto;
}

.btn-primary,
.btn-outline-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
    box-shadow: none;
}


.page-main__home ul>li::before,
.page-list>ul>li::before {
    width: 0;
    height: 0;
    border-top: 0.35rem solid transparent;
    border-left: 0.6rem solid #ed0000;
    border-bottom: 0.35rem solid transparent;
    content: "";
    position: absolute;
    left: -1rem;
    margin-top: 0rem;
    top: 7px;
}

.page-main__home ul,
.page-list {
    margin-left: 0;
}

.page-main__aside {
    margin-bottom: 0;
    min-height: auto;
}



/* GENERAL */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    color: #374649;
}

.h1,
.h2,
.h3,
.h4,
.h5,
[class*="display-"] {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: inherit;
}

[class*="display-"] {
    font-size: 2.5rem;
}

a {
    color: #ed0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.btn {
    font-weight: 300;
    font-size: 0.875rem;
    border-radius: 30px;
    padding: 0.4rem 2.5rem;
    text-transform: none;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #ed0000;
    border: 1px solid #ed0000;
    background: #fff;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #ed0000;
    border: 1px solid #ed0000;
    background: #fff;
}

.btn:focus-visible,
.show>.btn.dropdown-toggle:focus-visible,
.btn-primary:focus:not(:focus-visible) {
    color: #ed0000;
    border: 1px solid #ed0000;
    background: #fff;
}

.btn-dark,
.btn-dark:focus,
.btn-dark:hover,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background: #374649;
    border-color: #374649;
}



.btn-primary:hover,
.btn-outline-primary:hover {
    color: #fff;
    background: #ed0000;
    border: 1px solid #ed0000;
}

.material-icons {
    color: #ed0000;
}

.btn-link,
.btn-link:focus,
.btn-link:hover,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle {
    color: #ed0000;
}

.table>thead th {
    background: #F7F9FA;
}

/* HEADER */

.navbar-brand img {
    max-width: 100px;
    height: auto;
}

.page-navigation.navbar-light .nav-item>.nav-link {
    font-size: 0.875rem;
    color: #374649;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.page-navigation.navbar-light .nav-item>.nav-link.active,
.page-navigation.navbar-light .nav-item>.nav-link:hover {
    color: #374649;
}

.page-navigation .nav-item>.nav-link::after {
    width: 100%;
    height: 0;
    background: #ed0000;
    max-width: 100%;
    left: 0;
}

.page-navigation .nav-item>.nav-link.active::after,
.page-navigation .nav-item>.nav-link:hover::after {
    height: 5px;
    max-width: 100%;
    width: 100%;
}

/* CONTENT */

#content .container-md::before {}

/* SIDEBAR */

.page-main__side-note {
    background: #F7F9FA;
    border-radius: 20px;
}

/* LOGIN */

.page-user-login .page-main {}

.page-main__login section .card,
.page-main__login section:last-child .card,
.page-main__faq .card {
    background: #F7F9FA;
}

.text-info {
    color: #ed0000 !important;
}

/* FORM */

.stepper__item--active::before,
.stepper__item:hover .stepper__marker,
.stepper__item--active .stepper__marker {
    background: #ed0000;
}

.alert-info {
    background: #F7F9FA;
    border-color: #374649;
}

.filter__input:checked+.filter__label {
    background: #ed0000;
}

.page-item.active .page-link {
    background: #F7F9FA;
    color: #374649;
}

.table.fixed-column-sizing td {
    border: none;
}

/* FOOTER */

.page-footer {
    background: #fff !important;
    color: #374649 !important;
}

.page-footer__copyright {
    color: #374649 !important;
}

.page-footer a {
    color: #374649 !important;
}

.page-footer__logo {
    display: none !important;
}

#footer-language-menu {
    background: #ed0000;
    color: #fff;
}

#footer-language-menu:hover {
    background: #374649 !important;
}

.title, .introduction p,
.custom-checkbox .custom-control-label, .custom-radio .custom-control-label {
	font-size:1rem;
}

/* RESPONSIVE */

@media only screen and (max-width: 1199.98px) {}

@media only screen and (max-width: 991.98px) {}

@media only screen and (max-width: 767.98px) {}