[data-bs-theme=dark] .mainform {
    background-color: var(--greys-dw-grey-13);
}

[data-bs-theme=dark] .header{
    background: var(--greys-dw-grey-02);
}


[data-bs-theme=dark] .nav-link.active{
    background: var(--greys-dw-grey-14);
}
[data-bs-theme=dark] .nav-link{
    border-radius: 0;
}

[data-bs-theme=dark] a{
    color: #C7DBFF;
}

.btn {
    font-size: var(--bs-body-font-size);
}

.blue-filter {
    background: rgba(255, 147, 41, 0.40);
    z-index: 2147483646;
    margin: 0;
    border-radius: 0;
    padding: 0;
    inset: -10%;
    width: auto;
    height: auto;
    mix-blend-mode: multiply;
    display: block !important;
}

.form-switch .form-check-input{
    margin-left: 0;
    margin-right: 5px;
}

.more{
    letter-spacing: 0.2em;
}