@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #FFF;
    }

    .select2-results__option {
        color: #000;
    }

    #login-form select,
    #login-form input {
        background-color: #ffffff3b !important;
        border-color: #ffffff3b !important;
        color: #FFF !important;
        color-scheme: dark;

    }

    .sidebar {
        opacity: 0.5;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #FFF;
        background-color: #545454;
        border: none;
    }

    .select2-container--default .select2-selection--single {
        border: none;
        border-radius: 0.25em;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px #545454 inset !important;
        font-size: inherit;
        color: #FFF !important;
    }
}

@media (max-width: 990px) {
    .sidebar {
        display: none;
    }

    .login-form {
        margin: auto;

    }

    .greeting {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }
}

@media (min-width: 991px) {
    .sidebar {
        display: flex;
    }

}

@media (prefers-color-scheme: light) {
    body {
        background-color: #f8f9fa !important;
        color: #000 !important;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        font-size: inherit;
    }

}


.login {
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.sidebar {
    flex: 1;
    /* background-image: url(/img/Deliveo_login_wordcloud.jpg); */
    /* background-image: url(/img/login/19199531.webp); */
    /* background-image: url(https://admin.deliveo.eu/img/login/19198006.webp); */
    /* background-repeat: no-repeat; */
    /* background-size: 100%; */
    /* background-position: center; */
    /* justify-content: center; */
    /* background-repeat: no-repeat; */
}

.greeting {
    opacity: 0;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    /* align-self: center; */
}

.login-btn {
    margin-top: 20px;
}

.logo-container {
    margin-bottom: 40px;
}



body {
    flex: 1;
    font-family: "Poppins", sans-serif;
    max-width: 1000px;

}

.select2-container {
    background: transparent;
    padding-top: 0 !important;
    background-image: none !important;
}

.select2-container .select2-choice>.select2-chosen {
    background: transparent;
    background-color: #FFF;
    text-align: left;
}



a.select2-choice {
    background-image: none !important;
    padding-top: 5px !important;
    padding-bottom: 4px !important;
    height: auto !important;
    border-radius: 0.25em;
}

span#select2-form-lang-container {
    padding: 0.275rem .75rem;
    text-align: left;
}


span.select2-selection.select2-selection--single {
    height: unset;
}

span.select2-selection__arrow {
    line-height: 37px !important;
    display: block;
    margin-top: 5px;
}

span.select2-arrow {
    margin-top: 5px !important;
    margin-right: 5px;
}

label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    text-align: left;
    margin-top: 10px;
}

.login-form,
#forgot-container {
    max-width: 500px;
    flex: 1;
    align-self: center;

}

.forgot-password,
#loginContainerBtn {
    text-align: right;
    text-decoration: none;
    font-size: 13px;
    opacity: 1;
    text-decoration: none;
}

.forgot-password a {
    text-decoration: none;
}

.langSelector .dropdown-menu {
    max-height: 200px;
    overflow: auto;
}

.loadingImage {
    background-image: url(/img/login/logo_deliveo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
}

label[data-expression="remember_license"] {
    font-size: unset !important;
    font-weight: 400 !important;
}


.login form .forgot:hover,
.login form .forgot:active {}

.login form .btn-primary:active {
    transform: translateY(1px);
}

#forgot-container {
    display: flex;
    display: none;
    flex: 1;
    align-self: center;
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.noSelect:focus {
    outline: none !important;
    box-shadow: none;
}

@media ((min-width: 576px)) {
    .border-start {
        border: none !important;
        border-width: 0 !important;
    }
}

@media (max-width: 992px) {
    .logo {
        max-height: 45px;
        width: auto !important;
    }

}

:root {
    --tema_szin: #4caf50;
}