@import '_content/BootstrapBlazor/BootstrapBlazor.bundle.scp.css';

/* _content/BLSERVER/Pages/Admin/Index.razor.rz.scp.css */
.DivContainer[b-r09m6ortnc] {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    margin: 1em auto;
    border: 1px solid #FF6500;
    border-radius: 5px 5px 5px;
    padding: 0.5em;
    flex-flow: wrap;
}
.DivButton[b-r09m6ortnc]
{
    width:350px;
    margin:1em 0.5em;
    display:flex;
    justify-content:center;
}
/* _content/BLSERVER/Pages/ECommece/ShopeeOrders.razor.rz.scp.css */
.Pedido[b-9nvii94z2f] {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,.1) 3px 3px 5px;
    margin-bottom: 1em;
    background: white;
    padding: 1em;
}

.Title[b-9nvii94z2f] {
    font-weight: 500;
    color: #999;
    margin-bottom: 6px;
}

.buttondown[b-9nvii94z2f] {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
    /* Spacing */
    padding: 8px;
    border: none;
    background-color: transparent;
}

.button__arrow[b-9nvii94z2f] {
    /* Transparent background */
    background-color: transparent;
    /* Size */
    height: 12px;
    width: 12px;
}

.button__arrow--down[b-9nvii94z2f] {
    /* Edges */
    border-bottom: 1px solid #FF6500;
    border-right: 1px solid #FF6500;
    transform: translateY(-25%) rotate(45deg);
    margin-left: 3px;
}

.Detalha[b-9nvii94z2f] {
    border-top: 1px solid #CCC;
    margin-top: 1.5rem;
}

.produtoimg[b-9nvii94z2f] {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .produtoimg img[b-9nvii94z2f] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border: 1px solid #eee;
    }

.produtodescricao[b-9nvii94z2f] {
    font-size: 1.6rem;
    font-weight: 600;
    color: #808080;
}
.DetalhSumTitle[b-9nvii94z2f]
{
    font-weight:600;
    font-size:1.2rem;
}
.DetalhaSumValor[b-9nvii94z2f] {
    float: right;
    font-size: 1.6rem;
    color: #666;
    font-weight: 400;
}


.BTNFe[b-9nvii94z2f] {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
  /*  background-image: linear-gradient(120deg, #76daec 0%, #c5a8de 100%);*/
  background-color:#FF6500;
}
/* _content/BLSERVER/Pages/Login.razor.rz.scp.css */

.wrap[b-lqzfx6lv1r] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(to right bottom, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);
}

.form[b-lqzfx6lv1r] {
    width: 960px;
    height: 560px;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 45px rgba(0,0,0,0.1);
}

.left[b-lqzfx6lv1r] {
    width: 560px;
    height: 560px;
}

    .left img[b-lqzfx6lv1r] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.right[b-lqzfx6lv1r] {
    width: 400px;
    height: 560px;
    background: rgba(255,255,255,.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-con[b-lqzfx6lv1r] {
    width: 70%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.Panel-Aviso h3[b-lqzfx6lv1r] {
    color: #c777b9;
    font-weight: 300;
}

h1[b-lqzfx6lv1r] {
    font-size: 30px;
    color: #70b4e3;
    font-weight: 600;
    padding-bottom: 2em;
}

h3[b-lqzfx6lv1r] {
    font-size: 16px;
    font-weight: 400;
    color: #70b4e3;
    padding: 10px 0;
}

.text[b-lqzfx6lv1r] {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #70b4e3;
    color: #366ae6;
    background: rgba(0,0,0,0);
}

.btn[b-lqzfx6lv1r] {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-top: 50px;
    background-image: linear-gradient(120deg, #76daec 0%, #c5a8de 100%);
}

    .btn:hover[b-lqzfx6lv1r] {
        box-shadow: 0 0 20px rgba(0,0,0, 0.1);
    }
/* _content/BLSERVER/Shared/MainLayout.razor.rz.scp.css */
*[b-aa8qdtz7t6] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    --BWText-color: #70b4e3;
}

a[b-aa8qdtz7t6] {
    text-decoration: none;
}

ul[b-aa8qdtz7t6] {
    list-style: none;
}

header[b-aa8qdtz7t6] {
    width: 100%;
    background-color: #f6f7fb;
    overflow: hidden;
}

nav[b-aa8qdtz7t6] {
    width: 100%;
    position: relative;
    z-index: 50;
}

.container[b-aa8qdtz7t6] {
    max-width: 1100px;
    padding: 0 ;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


nav .container[b-aa8qdtz7t6] {
    display: flex;
    justify-content: space-between;
    height: 4rem;
    align-items: center;
}


    nav .container .logo[b-aa8qdtz7t6] {
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        nav .container .logo span[b-aa8qdtz7t6] {
            font-size: 20px;
            color: #c5a8de;
            font-weight: 500;
        }

.links ul[b-aa8qdtz7t6] {
    display: flex;
    align-items: center;
}

    .links ul a[b-aa8qdtz7t6] {
        display: inline-block;
        padding: 0.9rem 1.2rem;
        color: var(--BWText-color);
        font-size: 1.05rem;
        font-weight: 500;
        line-height: 1;
        cursor: pointer;
    }

        .links ul a.login[b-aa8qdtz7t6] {
            background-image: linear-gradient(120deg, #76daec 0%, #c5a8de 100%);
            color:white;
            border-radius:2rem;
            padding:0.9rem 2.1rem;
            margin-left:1rem;
        }

        .links a:hover[b-aa8qdtz7t6]{
            color:#c5a8de;
            border-bottom: 1px solid #70b4e3;
            font-weight:600;
        }
/* _content/BLSERVER/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pw2tfswydv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pw2tfswydv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pw2tfswydv] {
    font-size: 1.1rem;
}

.oi[b-pw2tfswydv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pw2tfswydv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pw2tfswydv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pw2tfswydv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pw2tfswydv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-pw2tfswydv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-pw2tfswydv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pw2tfswydv] {
        display: none;
    }

    .collapse[b-pw2tfswydv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
