:root {
    --black: #1B1F20;
    --grey: #ACB5BC;
    --blue-dark: #0E3D4B;
    --green-light: #C6DB31;
    --blue: #1E80BB;
    --blue-light: #4DADDE;
    --white: #ffffff;
}

html, body {
    font-family: 'DM Sans', sans-serif;
}


/*[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {*/
/*    border: none;*/
/*}*/


.navbar .line {
    width: 30px;
    height: 3px;
    background-color: var(--black);
    display: block;
    margin-top: 5px;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:not(.collapsed) {
    padding: 20px;
    border: 0;
}

.navbar-toggler:not(.collapsed) .line.line-2 {
    display: none;
}

.navbar-toggler:not(.collapsed) .line.line-1 {
    transform: rotate(225deg);
    position: absolute;
}

.navbar-toggler:not(.collapsed) .line.line-3 {
    transform: rotate(-45deg);
}

.button {
    max-width: unset;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    background-color: transparent;
    border: 1px solid var(--black);
    font-size: 18px;
    border-radius: 0;
    font-weight: normal;
}

.button:hover {
    background: var(--blue-light);
    color: var(--white)
}

.nav-link {
    color: var(--black);
    font-weight: 500;
    font-size: 18px;
    margin-right: 20px;
}

header .navbar .nav-link.active {
    color: var(--blue);
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
}

.title {
}

.input {
}

a {
    color: var(--black);
    list-style: none;
    text-decoration: none;
}

.l-notify .notify {
	z-index: 6000 !important;
}

/*a:hover{*/
/*    color: var(--blue-dark);*/
/*    list-style: none;*/
/*    text-decoration: none;*/
/*}*/
