html,
body {
    overflow-x: hidden !important;
    font-family: sans-serif !important;

}

body {
    position: relative
}

.nav-warning {
    position: relative;
    z-index: 999;
    width: 100%;
    background: red;
    color: white;
    padding-bottom: 6px;
    text-align: center;
    padding-top: 6px;
}

a.nav-link.active {
    color: #fff;
    text-decoration: none;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
    text-decoration: none;
}

.navbar>ul>li>a:before {
    content: none !important;
}

.navbar>ul>li>a:after {
    content: none !important;
}

.navbar>ul>li>a:before {
    background-color: #fff;
}

button#prebannerBtn {
    color: #191ca9 !important;
    background-color: white !important;
}

button#acceptCookies {
    background: #191ca9 !important;
}

.process-section {
    padding: 0px 0;
}

section {
    padding: 0px 0;
}

.btn-apply {
   border: none;
    padding: 14px 35px;
    border-radius: 10px;
    font-weight: bold;
    color: white;
    background: linear-gradient(135deg, #1c1fbe 0%, #2575fc 100%) !important;
    transition: all 0.3s ease;
    font-size: 1.1rem;
    box-shadow: 0 5px 15px rgba(28, 31, 190, 0.3);
    display: inline-block;
    text-decoration: none;
}
button.ecn-navbar-toggler.navbar-toggler{
    border: none !important;
}

ul {
    padding: 0 !important;
}