/* _content/BlazingVending.Server40/UI/Components/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kkkh21bvyu] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-kkkh21bvyu] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kkkh21bvyu] {
    font-size: 1.1rem;
}

.oi[b-kkkh21bvyu] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-kkkh21bvyu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kkkh21bvyu] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kkkh21bvyu] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kkkh21bvyu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-kkkh21bvyu]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-kkkh21bvyu]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kkkh21bvyu] {
        display: none;
    }

    .collapse[b-kkkh21bvyu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/BlazingVending.Server40/UI/Components/SwitchButton.razor.rz.scp.css */
/*\
|*|  :: Bootstrap Switch Button ::
|*|
|*|  Bootstrap Switch Button
|*|  https://github.com/gitbrent/bootstrap-switch-button
|*|
|*|  This library is released under the MIT Public License (MIT)
|*|
|*|  Bootstrap Switch Button (C) 2019-present Brent Ely (https://github.com/gitbrent)
|*|
|*|  Permission is hereby granted, free of charge, to any person obtaining a copy
|*|  of this software and associated documentation files (the "Software"), to deal
|*|  in the Software without restriction, including without limitation the rights
|*|  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|*|  copies of the Software, and to permit persons to whom the Software is
|*|  furnished to do so, subject to the following conditions:
|*|
|*|  The above copyright notice and this permission notice shall be included in all
|*|  copies or substantial portions of the Software.
|*|
|*|  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|*|  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|*|  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|*|  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|*|  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|*|  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|*|  SOFTWARE.
\*/

.btn-group-xs > .btn[b-7f3pwakvgo], .btn-xs[b-7f3pwakvgo] {
    padding: .35rem .4rem .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

.checkbox label .switch[b-7f3pwakvgo], .checkbox-inline .switch[b-7f3pwakvgo] {
    margin-left: -1.25rem;
    margin-right: .35rem;
}

.switch[b-7f3pwakvgo] {
    position: relative;
    overflow: hidden;
}

    .switch.btn.btn-light[b-7f3pwakvgo], .switch.btn.btn-outline-light[b-7f3pwakvgo] {
        border-color: rgba(0, 0, 0, .15); /* Add a border so switch is delineated */
    }

    .switch input[type="checkbox"][b-7f3pwakvgo] {
        display: none;
    }

.switch-group[b-7f3pwakvgo] {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left 0.35s;
    -webkit-transition: left 0.35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.switch.off .switch-group[b-7f3pwakvgo] {
    left: -100%;
}

.switch-on[b-7f3pwakvgo] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.switch-off[b-7f3pwakvgo] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.switch-handle[b-7f3pwakvgo] {
    position: relative;
    margin: 0 auto;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    width: 0px;
    border-width: 0 1px;
    background-color: #fff;
}

.switch.btn-outline-primary .switch-handle[b-7f3pwakvgo] {
    background-color: var(--primary);
    border-color: var(--primary);
}

.switch.btn-outline-secondary .switch-handle[b-7f3pwakvgo] {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.switch.btn-outline-success .switch-handle[b-7f3pwakvgo] {
    background-color: var(--success);
    border-color: var(--success);
}

.switch.btn-outline-danger .switch-handle[b-7f3pwakvgo] {
    background-color: var(--danger);
    border-color: var(--danger);
}

.switch.btn-outline-warning .switch-handle[b-7f3pwakvgo] {
    background-color: var(--warning);
    border-color: var(--warning);
}

.switch.btn-outline-info .switch-handle[b-7f3pwakvgo] {
    background-color: var(--info);
    border-color: var(--info);
}

.switch.btn-outline-light .switch-handle[b-7f3pwakvgo] {
    background-color: var(--light);
    border-color: var(--light);
}

.switch.btn-outline-dark .switch-handle[b-7f3pwakvgo] {
    background-color: var(--dark);
    border-color: var(--dark);
}

.switch[class*="btn-outline"]:hover .switch-handle[b-7f3pwakvgo] {
    background-color: var(--light);
    opacity: 0.5;
}

/* bootstrap-4.x .form-control {height} values used as `min-height` to mirror output sizes */

/* NOTE: Must come first, so classes below override as needed */
.switch.btn[b-7f3pwakvgo] {
    min-width: 3.7rem;
    min-height: calc(1.5em + .75rem + 2px);
}

.switch-on.btn[b-7f3pwakvgo] {
    padding-right: 1.5rem;
}

.switch-off.btn[b-7f3pwakvgo] {
    padding-left: 1.5rem;
}

.switch.btn-lg[b-7f3pwakvgo] {
    min-width: 5rem;
    line-height: 1.5;
    min-height: calc(1.5em + 1rem + 2px);
}

.switch-on.btn-lg[b-7f3pwakvgo] {
    padding-right: 2rem;
}

.switch-off.btn-lg[b-7f3pwakvgo] {
    padding-left: 2rem;
}

.switch-handle.btn-lg[b-7f3pwakvgo] {
    width: 2.5rem;
}

.switch.btn-sm[b-7f3pwakvgo] {
    min-width: 3.25rem;
    min-height: calc(1.5em + .5rem + 2px);
}

.switch-on.btn-sm[b-7f3pwakvgo] {
    padding-right: 1rem;
}

.switch-off.btn-sm[b-7f3pwakvgo] {
    padding-left: 1rem;
}

/* `xs` (bootstrap-3.3 - .btn - h:22px) */
.switch.btn-xs[b-7f3pwakvgo] {
    min-width: 3.125rem;
    min-height: 1.375rem;
}

.switch-on.btn-xs[b-7f3pwakvgo] {
    padding-right: .8rem;
}

.switch-off.btn-xs[b-7f3pwakvgo] {
    padding-left: .8rem;
}
/* _content/BlazingVending.Server40/UI/Layouts/MainLayout.razor.rz.scp.css */
*[b-vvyunxmkfa] {
    user-select: none;  /* Disabilita selezione testo involontaria */
}

/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}*/

.page-outer[b-vvyunxmkfa] {
    /* give the outermost container a predefined size */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.page-inner[b-vvyunxmkfa] {
    display: flex;
    flex-grow: 1;
    flex-direction: row-reverse;
    /* for Firefox */
    min-height: 0;
}


.main[b-vvyunxmkfa] {
    display: flex;
    flex-direction: column;
    /*    flex: 1;*/
    overflow: auto;
    flex: 1 0 0;
    width: 0; /* Fix altrimenti prendeva comunque una larghezza minima, cos� si adatta al contenuto, ma non appare overflow */
}

.sidebar[b-vvyunxmkfa] {
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;*/
    overflow-y: auto;
    flex: 0 0 auto;
}

.collapse[b-vvyunxmkfa] {
    width: 0;
}

.top-row[b-vvyunxmkfa] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

    .top-row[b-vvyunxmkfa]  a, .top-row .btn-link[b-vvyunxmkfa] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-vvyunxmkfa] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-vvyunxmkfa] {
        display: none;
    }

    .top-row.auth[b-vvyunxmkfa] {
        justify-content: space-between;
    }

    .top-row a[b-vvyunxmkfa], .top-row .btn-link[b-vvyunxmkfa] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
/*    .page {
        flex-direction: row;
    }*/

    /*.sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-vvyunxmkfa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-vvyunxmkfa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

