@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/TopChoice/Pages/Login.razor.rz.scp.css */
/* BASIC */
html[b-6s2b7g6dfs] {
    /*background-color: #56baed;*/
}

body[b-6s2b7g6dfs] {
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

a[b-6s2b7g6dfs] {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2[b-6s2b7g6dfs] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}
/* STRUCTURE */
.wrapper[b-6s2b7g6dfs] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent[b-6s2b7g6dfs] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter[b-6s2b7g6dfs] {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
/* TABS */
h2.inactive[b-6s2b7g6dfs] {
    color: #cccccc;
}

h2.active[b-6s2b7g6dfs] {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}
/* FORM TYPOGRAPHY*/
input[type=button][b-6s2b7g6dfs], input[type=submit][b-6s2b7g6dfs], input[type=reset][b-6s2b7g6dfs] {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    input[type=button]:hover[b-6s2b7g6dfs], input[type=submit]:hover[b-6s2b7g6dfs], input[type=reset]:hover[b-6s2b7g6dfs] {
        background-color: #39ace7;
    }

    input[type=button]:active[b-6s2b7g6dfs], input[type=submit]:active[b-6s2b7g6dfs], input[type=reset]:active[b-6s2b7g6dfs] {
        -moz-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        -o-transform: scale(0.95);
        -ms-transform: scale(0.95);
        transform: scale(0.95);
    }

input[type=text][b-6s2b7g6dfs] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 70%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=text]:focus[b-6s2b7g6dfs] {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    input[type=text]:placeholder[b-6s2b7g6dfs] {
        color: #cccccc;
    }

.lowercase .dxeEditAreaSys[b-6s2b7g6dfs] {
    text-transform: lowercase;
}

input[type=password][b-6s2b7g6dfs] {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 70%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    input[type=password]:focus[b-6s2b7g6dfs] {
        background-color: #fff;
        border-bottom: 2px solid #5fbae9;
    }

    input[type=password]:placeholder[b-6s2b7g6dfs] {
        color: #cccccc;
    }

.lowercase .dxeEditAreaSys[b-6s2b7g6dfs] {
    text-transform: lowercase;
}
/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-6s2b7g6dfs] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown-b-6s2b7g6dfs;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown-b-6s2b7g6dfs {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn-b-6s2b7g6dfs {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn[b-6s2b7g6dfs] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn-b-6s2b7g6dfs ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-6s2b7g6dfs] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-6s2b7g6dfs] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-6s2b7g6dfs] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-6s2b7g6dfs] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }
/* Simple CSS3 Fade-in Animation */
.underlineHover[b-6s2b7g6dfs]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-6s2b7g6dfs] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-6s2b7g6dfs]:after {
        width: 100%;
    }
/* OTHERS */
*:focus[b-6s2b7g6dfs] {
    outline: none;
}

#icon[b-6s2b7g6dfs] {
    width: 60%;
}
/* _content/TopChoice/Pages/ProductList.razor.rz.scp.css */
a[b-n6riv8brpd] {
    text-decoration: none;
}

a:hover .card[b-n6riv8brpd] {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,2), 0 6px 20px 0 rgba(0,0,0,0.19);
    transition: box-shadow 0.3s ease-in-out;
  /*  background-color:azure*/
}

.card[b-n6riv8brpd] {
    transition: box-shadow 0.3s ease-in-out;
    overflow: hidden;
}

a:hover img[b-n6riv8brpd] {
transform: scale(1.07);
transition: 0.5s ease-in-out
}

img[b-n6riv8brpd] {
transition: 0.5s ease-in-out
}
#itemTextdiv[b-n6riv8brpd] {
    width:260px; float:left; 
    background: White;
   color:black;
}
#qtyAddbutton[b-n6riv8brpd] {
    width: 260px;
    float: right;
    color: black;
}
/* _content/TopChoice/Shared/MainLayout.razor.rz.scp.css */
.page[b-ae9rvuafkm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ae9rvuafkm] {
    flex: 1;
}

.sidebar[b-ae9rvuafkm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ae9rvuafkm] {
    background-color:cornflowerblue;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    color:brown;
}

    .top-row[b-ae9rvuafkm]  a, .top-row .btn-link[b-ae9rvuafkm] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ae9rvuafkm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ae9rvuafkm] {
        display: none;
    }

    .top-row.auth[b-ae9rvuafkm] {
        justify-content: space-between;
    }

    .top-row a[b-ae9rvuafkm], .top-row .btn-link[b-ae9rvuafkm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ae9rvuafkm] {
        flex-direction: row;
    }

    .sidebar[b-ae9rvuafkm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ae9rvuafkm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ae9rvuafkm], article[b-ae9rvuafkm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TopChoice/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-jxoua3vqfn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-jxoua3vqfn] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-jxoua3vqfn] {
    font-size: 1.1rem;
}

.oi[b-jxoua3vqfn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-jxoua3vqfn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-jxoua3vqfn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-jxoua3vqfn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-jxoua3vqfn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-jxoua3vqfn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-jxoua3vqfn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-jxoua3vqfn] {
        display: none;
    }

    .collapse[b-jxoua3vqfn] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
