/* /Pages/Admin/Login.razor.rz.scp.css */
.adminContainer[b-qafq7zqz8g] {
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginDiv[b-qafq7zqz8g] {
    width: 95%;
    max-width: 30rem;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
}

.loginHeader[b-qafq7zqz8g] {

}

    .loginHeader h4[b-qafq7zqz8g] {
        text-align: center;
    }

.loginBody[b-qafq7zqz8g] {
    padding: 1rem;
}

.darkColor[b-qafq7zqz8g] {
    color: black;
}

.tnoBorder[b-qafq7zqz8g] {
    border: 1px solid rgba(0, 0, 0, .6);
}

.tenoSubmit[b-qafq7zqz8g] {
    background-color: var(--tno-primaryColor);
    padding: .75rem;
    margin: 1.75rem 0;
}

.submitDiv[b-qafq7zqz8g] {
    margin-top: 0;
}

.loginFooter[b-qafq7zqz8g] {
}

/* /Pages/Admin/Profile.razor.rz.scp.css */
.adminContainer[b-bx5pfl6db1] {
    display: flex;
    align-items: center;
    min-height: 100vh;
    background-color: var(--tno-primaryColor);
}

.adminTabs[b-bx5pfl6db1] {
    width: 25%;
    min-width: 10rem;
    max-width: 15rem;
    margin-top: 85px;
    background-color: white;
}

    .adminTabs ul[b-bx5pfl6db1] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .adminTabs ul li button:hover[b-bx5pfl6db1] {
            background-color: rgba(0, 0, 0, .1);
        }

@media (max-width: 991.98px) {
    .adminTabs[b-bx5pfl6db1] {
        display: none;
    }
    .adminMain[b-bx5pfl6db1] {
        width: 100% !important;
    }
}

.adminMain[b-bx5pfl6db1] {
    margin: 1.5rem;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
    width: 75%;
    height: 80vh;
    margin-top: 85px;
    background-color: white;
    overflow: auto;
    padding: .5rem;
}

.adminTabBtn[b-bx5pfl6db1] {
    background-color: transparent;
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: none;
    font-family: Yekan-Bakh-Bold;
    font-size: large;
    text-align: start;
}
/* /Pages/Admin/ProfileComponents/AdminProfile.razor.rz.scp.css */
.darkColor[b-9cbo43el31] {
    color: black;
}

.adminForm[b-9cbo43el31] {
    display: grid;
    max-width: 30rem;
    margin: 1rem;
}

.tnoBorder[b-9cbo43el31] {
    border: 1px solid rgba(0, 0, 0, .6);
}

.adminSubmit[b-9cbo43el31] {
    max-width: 30rem;
    background-color: var(--tno-primaryColor);
    padding: .5rem 0;
    margin: 1rem;
}

.tenoError[b-9cbo43el31] {
    color: red;
}

.successMsg[b-9cbo43el31] {
    color: green;
    margin-inline-start: 1rem;
}
/* /Pages/ContactUs.razor.rz.scp.css */
.contactUs[b-l5eu8y2u3j] {
    background-image: url('/media/product-back-landscape.jpg');
    background-size: cover;
    background-color: black;
    min-height: 90vh;
}

.container[b-l5eu8y2u3j] {
    padding: 8rem 8% 4rem 8%;
    font-family: Yekan-Bakh-Medium;
    font-size: large;
}

.dualCol[b-l5eu8y2u3j] {
    display: flex;
    flex-direction: row;
}

@media (max-width: 991.98px) {
    .container[b-l5eu8y2u3j] {
        padding: 5rem .5rem 3rem .5rem;
    }
}

@media (max-width: 767.98px) {
    .container[b-l5eu8y2u3j] {
        padding: 8rem .5rem 3rem .5rem;
    }

    .dualCol[b-l5eu8y2u3j] {
        flex-direction: column !important;
    }

    .contactCol1[b-l5eu8y2u3j] {
        width: 100% !important;
    }

    .contactCol2[b-l5eu8y2u3j] {
        width: 95% !important;
    }

    .contactForm[b-l5eu8y2u3j] {
        flex-direction: column !important;
    }

    .cxontactFormInfo[b-l5eu8y2u3j] {
        width: 95% !important;
    }

    .cxontactFormBody[b-l5eu8y2u3j] {
        width: 95% !important;
    }
} 

.contactCol1[b-l5eu8y2u3j] {
    width: 66.666%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactCol1 img[b-l5eu8y2u3j]{
    width: 100%;
    max-width: 45rem;
}

.contactCol2[b-l5eu8y2u3j] {
    width: 33.333%;
    display: grid;
    padding: 1rem .5rem;
}

    .contactCol2 svg[b-l5eu8y2u3j] {
        fill: red;
        width: 40px;
        height: 40px;
    }

.contactAddress[b-l5eu8y2u3j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

    .contactAddress h5[b-l5eu8y2u3j] {
        font-family: Yekan-Bakh-Fat;
        font-size: large;
        text-align: center;
        color: white;
        margin: 1rem 0 0 0;
    }

    .contactAddress p[b-l5eu8y2u3j] {
        text-align: center;
        color: white;
    }

.contactTel[b-l5eu8y2u3j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.contactTels[b-l5eu8y2u3j] {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

    .contactTels a[b-l5eu8y2u3j] {
        color: white;
        text-decoration: none;
        margin: 1.5rem 0;
    }

    .contactTels span[b-l5eu8y2u3j] {
        margin: 1.5rem 0;
        color: white;
        text-decoration: none;
    }

.contactEmail[b-l5eu8y2u3j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

    .contactEmail a[b-l5eu8y2u3j] {
        color: white;
        text-decoration: none;
    }

.contactCol3[b-l5eu8y2u3j] {
    width: 100%;
    color: white;
    margin-top: 4rem;
}

    .contactCol3 h3[b-l5eu8y2u3j] {
        font-family: Yekan-Bakh-Fat;
        font-size: x-large;
    }

.formHeader[b-l5eu8y2u3j] {
    text-align: center;
}

.contactForm[b-l5eu8y2u3j] {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cxontactFormInfo[b-l5eu8y2u3j] {
    width: 100%;
    padding: .5rem;
    max-width: 35rem;
}

.cxontactFormBody[b-l5eu8y2u3j] {
    width: 100%;
    padding: .5rem;
    max-width: 45rem;
}

.tenoTextArea[b-l5eu8y2u3j] {
    min-height: 10rem;
}
/* /Pages/Index.razor.rz.scp.css */

#mainPage[b-h7fanrds7z] {
    background-size: cover;
    background-color: black;
    min-height: 90vh;
}

.mainBanner[b-h7fanrds7z] {
    width: 100%;
    overflow: hidden;
}

#navProduct[b-h7fanrds7z] {
    display: grid;
}

.bannerImg[b-h7fanrds7z] {
    width: 100%;
    position: relative;
}

@media (max-width: 991.98px) {
    .bannerImg[b-h7fanrds7z] {
        width: 130%;
        right: -15%;
    }
}

@media (max-width: 767.98px) {
    .bannerImg[b-h7fanrds7z] {
        width: 160%;
        right: -30%;
    }
}

@keyframes SocialLoad-b-h7fanrds7z {
    0% {
        margin-inline-start: -100px;
    }

    75% {
        margin-inline-start: 10px;
    }

    100% {
        margin-inline-start: 0;
    }
}

.socials[b-h7fanrds7z] {
    top: calc(8% + 10vw);
    display: grid;
    width: fit-content;
    padding: 1.5rem 1.75rem .25rem .30rem;
    animation: SocialLoad-b-h7fanrds7z .75s ease-in-out;
}

.social[b-h7fanrds7z] {
    width: 2.5rem;
}

    .social:hover svg[b-h7fanrds7z] {
        fill: var(--tno-primaryColor);
        border: 2px solid var(--tno-primaryColor);
        transition: .2s;
    }

@keyframes socialColorLoad-b-h7fanrds7z {
    0% {
        fill: white;
    }

    50% {
        fill: white;
    }

    100% {
        fill: black;
    }
}

.social svg[b-h7fanrds7z] {
    width: 1.5rem;
    height: 1.5rem;
    padding: .4rem;
    transition: .2s;
    /*animation: socialColorLoad 2s;*/
    border: 2px solid white;
    border-radius: 50%;
    fill: white;
}


/*////////////////////////////////////*/
/* Second Section */
/* Sale From? & Branches */
.secondSection[b-h7fanrds7z] {
    width: 100%;
}

.dualItems[b-h7fanrds7z] {
    width: 100%;
    display: flex;
    flex-direction: row;
}

@media (max-width: 767.98px) {
    .dualItems[b-h7fanrds7z] {
        flex-direction: column;
    }
}

.dualItem[b-h7fanrds7z] {
    width: var(--dualWidth);
}

.whereBanner[b-h7fanrds7z] {
    height: 100%;
}

    .whereBanner a[b-h7fanrds7z] {
        display: grid;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .whereBanner img[b-h7fanrds7z] {
        width: 65%;
        margin: 4%;
    }

.whereBtn[b-h7fanrds7z] {
    padding: .75rem 1.5rem;
    border: 1.4px dashed white;
    border-radius: 25px;
    /*position: absolute;*/
    font-family: Yekan-Bakh-Fat;
    font-size: calc(var(--dualWidth) / 20);
    display: flex;
    justify-content: center;
    align-items: end;
    justify-self: end;
    margin-inline-end: 3%;
    margin-top: -30%;
}

.clickWhere[b-h7fanrds7z] {
    font-family: Yekan-Bakh-Heavy;
    font-size: 10px;
    position: absolute;
    margin-bottom: -1.4rem;
    background-color: white;
    color: black;
    border-radius: 5px;
    padding: .1rem .45rem;
}

.catalogBanner[b-h7fanrds7z] {

}

    .catalogBanner a[b-h7fanrds7z] {
        display: flex;
        justify-content: center;
        align-items: end;
    }

    .catalogBanner img[b-h7fanrds7z] {
        width: 100%;
    }

.catalogBtn[b-h7fanrds7z] {
    padding: .25rem 1.5rem;
    border: 1.4px dashed white;
    border-radius: 12px;
    position: absolute;
    margin-bottom: 3%;
    font-family: Yekan-Bakh-Fat;
    font-size: calc(var(--dualWidth) / 20);
    display: flex;
    justify-content: center;
    align-items: end;
}

.clickCatalog[b-h7fanrds7z] {
    font-family: Yekan-Bakh-Heavy;
    font-size: 10px;
    position: absolute;
    margin-bottom: -.9rem;
    background-color: #b11217;
    border-radius: 5px;
    padding: .1rem .45rem;
}





/*////////////////////////////////////*/
/* Story Section */
.storySection[b-h7fanrds7z] {
}

.storyBack[b-h7fanrds7z] {
    background-color: #790708;
    display: flex;
    justify-content: center;
}

.story[b-h7fanrds7z] {
    width: 85%;
    max-width: 60rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
    color: white;
}

    .story h3[b-h7fanrds7z] {
        text-align: center;
        font-family: Yekan-Bakh-Fat;
        font-size: x-large;
    }

    .story p[b-h7fanrds7z] {
        font-family: Yekan-Bakh-Bold;
        font-size: large;
        text-align: justify;
        color: white;
    }

        .story p span[b-h7fanrds7z] {
            font-family: Yekan-Bakh-Fat;
        }


/*////////////////////////////////////*/
/* Teno Form */

.secondSection[b-h7fanrds7z] {
    
}

.bissinesForm[b-h7fanrds7z] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}

.formHeader[b-h7fanrds7z] {
    color: white;
    text-align: center;
    margin: 0;
    font-family: Yekan-Bakh-Fat;
    font-size: larger;
}

.cantactBanner[b-h7fanrds7z] {
    width: 100%;
    height: 100%;
}

    .cantactBanner a[b-h7fanrds7z] {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .cantactBanner img[b-h7fanrds7z] {
        width: 80%;
        max-width: 30rem;
        margin: 2rem;
    }

.errorState[b-h7fanrds7z] {
    background-color: wheat;
}
/* /Pages/Products/CatalogTeno.razor.rz.scp.css */
.catalogContainer[b-nlwjl3xk3u] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('/flip-book/turnjs4//samples/magazine/pics/backGroundImgURL.webp');
    background-size: cover;
}

.catalogBody[b-nlwjl3xk3u] {
    aspect-ratio: 10/7 !important;
    display: flex;
    max-width: 80%;
    height: auto;
    max-height: 80vh;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
}
/*
@media (orientation: landscape) {
    .catalogBody {
        height: 80% !important;
    }
}

@media (orientation: portrait) {
    .catalogBody {
        width: 80% !important;
    }
}
*/
.pStart[b-nlwjl3xk3u] {
    aspect-ratio: 5/7;
    width: 50%;
    display: grid;
}
    
    .pStart .page[b-nlwjl3xk3u] {

    }

    .pStart img[b-nlwjl3xk3u] {
        aspect-ratio: 5/7;
        width: 100%;
    }

.pEnd[b-nlwjl3xk3u] {
    aspect-ratio: 5/7;
    width: 50%;
    display: grid;
}

    .pEnd .page[b-nlwjl3xk3u] {

    }

    .pEnd img[b-nlwjl3xk3u] {
        aspect-ratio: 5/7;
        width: 100%;
    }

.page[b-nlwjl3xk3u] {
    aspect-ratio: 5/7;
    width: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    margin-top: -140%;
    z-index: 1;
}

.topPage[b-nlwjl3xk3u] {
    margin-top: 0 !important;
}


/* Shadows */
.middleShadow[b-nlwjl3xk3u] {
    background-image: url('/media/flipbook/middleShadow.png');
    width: 15%;
    display: flex;
    background-repeat: no-repeat;
    z-index: 2;
    margin-top: -140%;
    opacity: .8;
}

.pStart .middleShadow[b-nlwjl3xk3u] {
    justify-self: end;
}


.pEnd .middleShadow[b-nlwjl3xk3u] {
    transform: rotate(180deg);
    justify-self: start;
}

.startCornerBottom[b-nlwjl3xk3u] {
    width: 40px;
    /*max-width: 40px;*/
    aspect-ratio: 1/1;
    max-height: 40px;
    background-color: rgba(var(--tno-primaryColor-rgb), .2);
    z-index: 3;
    position: absolute;
    display: flex;
    /*margin-top: -10%;*/
    top: 74%;
}
/* /Pages/Products/Productview.razor.rz.scp.css */
.productSummary[b-lxgn6ig05f] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100%;
    z-index: 880;
    overflow: hidden;
    transition: .2s;
}

.opacityChange[b-lxgn6ig05f] {
    opacity: 1 !important;
}

.proSumMenu[b-lxgn6ig05f] {
    position: absolute;
    top: 7rem;
    right: 2rem;
    width: 50px;
    cursor: pointer;
}

.proSumBody[b-lxgn6ig05f] {
    width: 100%;
    min-height: 100vh;
    transition: .3s;
}

.proSumGo[b-lxgn6ig05f] {
    position: absolute;
    top: 55vh;
    margin-inline-start: 2.5%;
    width: 95%;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.proSumMove[b-lxgn6ig05f] {
    background-color: white;
    border-radius: 5rem;
    padding: 8px 12px;
    display: grid;
    align-items: center;
    justify-items: center;
    cursor: pointer;
}

.proSumMain[b-lxgn6ig05f] {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    min-height: 100vh;
    transition: margin-inline-start 200ms;
}

@media (max-width: 991.98px) {
    .proSumMain[b-lxgn6ig05f] {
        flex-direction: column;
    }

    .proSumGo[b-lxgn6ig05f] {
        top: 45vh;
    }

    .proSumImageDiv[b-lxgn6ig05f] {
        margin: 6rem 5% 0 5% !important;
        height: auto !important;
        padding: 0 !important;
    }

    .proSumNutritionDiv[b-lxgn6ig05f] {
        margin: 6rem .5rem 0 .5rem !important;
    }

    .proSumWhiteSpace[b-lxgn6ig05f] {
        max-width: 32rem !important;
    }
}

@media (max-width: 767.98px) {

    .proSumImageDiv[b-lxgn6ig05f] {
        height: auto !important;
        padding: 0 !important;
    }

    .proSumImg[b-lxgn6ig05f] {
        max-width: 280px !important;
        width: 100% !important;
    }

    .proSumWhiteSpace[b-lxgn6ig05f] {
        max-width: none !important;
    }
}

.proSumImageDiv[b-lxgn6ig05f] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline-start: 7%;
    margin-top: 6rem;
}

.proSumImg[b-lxgn6ig05f] {
    width: 500px;
    opacity: 0;
}

.prosumImg2[b-lxgn6ig05f] {
    width: 500px;
    opacity: 0;
    margin-inline-start: -500px;
}

.proSumNutritionDiv[b-lxgn6ig05f] {
    margin-inline-end: 7%;
    margin-top: 6rem;
    opacity: 0;
}

.proSumWhiteSpace[b-lxgn6ig05f] {
    aspect-ratio: 4/5;
    background-color: white;
    max-width: 32rem;
}

.proSumTable[b-lxgn6ig05f] {
    padding: 2rem;
    font-family: Yekan-Bakh-Bold;
    font-size: large;
    color: #58595b;
}

.proSumDetail[b-lxgn6ig05f] {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.proSumName[b-lxgn6ig05f] {
    font-family: Yekan-Bakh-Fat;
    font-size: xx-large;
    margin: 0;
    text-align: center;
}

.proSumSubTitle[b-lxgn6ig05f] {
    font-family: Yekan-Bakh-Fat;
    font-size: large;
    margin: 0 .5rem 0 0;
    text-align: center;
}

.proContains[b-lxgn6ig05f] {
    padding: 0 2rem;
}

    .proContains h3[b-lxgn6ig05f] {
        color: #58595b;
        font-family: Yekan-Bakh-Fat;
        font-size: x-large;
        margin: 1.5rem 0 0 0;
    }

    .proContains p[b-lxgn6ig05f] {
        margin: 0;
        text-align: justify;
    }

.proNutritions[b-lxgn6ig05f] {
    margin-top: 2rem;
    padding: 0 2rem;
}

    .proNutritions h3[b-lxgn6ig05f] {
        font-family: Yekan-Bakh-Fat;
        color: #58595b;
        margin: 0;
    }

.proSumTitle[b-lxgn6ig05f] {
    margin: 0;
    padding: 1rem;
}

.proSumDet[b-lxgn6ig05f] {
    margin: 0;
    padding: .5rem;
}

.proCreditIcons[b-lxgn6ig05f] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

    .proCreditIcons img[b-lxgn6ig05f] {
        max-width: 60%;
    }

.proSumDetBtnDiv[b-lxgn6ig05f] {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.animImageLoadRTL[b-lxgn6ig05f] {
    animation: imageLoadAnim-rtl-b-lxgn6ig05f .6s forwards;
}

.animTableLoadRTL[b-lxgn6ig05f] {
    animation: tableLoadAnim-rtl-b-lxgn6ig05f .6s forwards;
}

.animImageLoadLTR[b-lxgn6ig05f] {
    animation: imageLoadAnim-ltr-b-lxgn6ig05f .6s forwards;
}

.animTableLoadLTR[b-lxgn6ig05f] {
    animation: tableLoadAnim-ltr-b-lxgn6ig05f .6s forwards;
}

.animImageDisposeRTL[b-lxgn6ig05f] {
    animation: imageLoadAnim-rtl-b-lxgn6ig05f .6s reverse forwards;
}

.animTableDisposeRTL[b-lxgn6ig05f] {
    animation: tableLoadAnim-rtl-b-lxgn6ig05f .6s reverse forwards;
}

.animImageDisposeLTR[b-lxgn6ig05f] {
    animation: imageLoadAnim-ltr-b-lxgn6ig05f .6s reverse forwards;
}

.animTableDisposeLTR[b-lxgn6ig05f] {
    animation: tableLoadAnim-ltr-b-lxgn6ig05f .6s reverse forwards;
}
/*
.animImage2Load {
    animation: Img2LoadAnim 1.8s forwards;
}

.animImage3Load {
    animation: Img3LoadAnim 1.2s forwards;
}
*/
@keyframes tableLoadAnim-rtl-b-lxgn6ig05f {
    0% {
        transform: translateX(150px);
        opacity: 0;
    }

    60% {
        transform: translateX(-15px);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes tableLoadAnim-ltr-b-lxgn6ig05f {
    0% {
        transform: translateX(-150px);
        opacity: 0;
    }

    60% {
        transform: translateX(15px);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes imageLoadAnim-rtl-b-lxgn6ig05f {
    0% {
        transform: translateX(150px) rotate(-10deg);
        opacity: 0;
    }

    60% {
        transform: translateX(-15px) rotate(5deg);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes imageLoadAnim-ltr-b-lxgn6ig05f {
    0% {
        transform: translateX(-150px) rotate(10deg);
        opacity: 0;
    }

    60% {
        transform: translateX(15px) rotate(-5deg);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}
/*
@keyframes Img2LoadAnim {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes Img3LoadAnim {
    0% {
        transform: translateY(-150px);
        opacity: 0;
    }

    60% {
        transform: translateY(15px);
        opacity: 1;
    }

    100% {
        transform: none;
        opacity: 1;
    }
}
*/
/* /Pages/WhereBuyTeno.razor.rz.scp.css */
.whereBuyPage[b-ysmefxznac] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-color: black;
}

.whereContainer[b-ysmefxznac] {
    width: 100%;
    max-width: 80rem;
    padding: 10rem 5rem 8rem 5rem;
}

.whereHeader[b-ysmefxznac] {
    margin: 4rem 0;
}

    .whereHeader h3[b-ysmefxznac] {
        text-align: center;
    }

@media (max-width: 991.98px) {
    .whereBody[b-ysmefxznac] {
        flex-direction: column !important;
    }

    .whereStates[b-ysmefxznac] {
        width: 100% !important;
    }

    .whereInfo[b-ysmefxznac] {
        width: 100% !important;
    }

    .whereStates[b-ysmefxznac] {
        margin: 2rem 0 !important;
    }
}

@media (max-width: 767.98px) {
    .whereContainer[b-ysmefxznac] {
        padding: 5rem 1rem 5rem 1rem;
    }

    .whereBody[b-ysmefxznac] {
        font-size: medium !important;
    }

    .whereAddress[b-ysmefxznac] {
        font-size: small !important;
    }

}

.whereBody[b-ysmefxznac] {
    display: flex;
    flex-direction: row;
    align-items: start;
    color: white;
}

.whereStates[b-ysmefxznac] {
    width: 20%;
    margin: 2rem .5rem;
    border-top: 1px solid rgba(255, 255, 255, .6);
    backdrop-filter: blur(12px);
}

.whereState[b-ysmefxznac] {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 .5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    border-inline-start: 1px solid rgba(255, 255, 255, .6);
    border-inline-end: 1px solid rgba(255, 255, 255, .6);
    cursor: pointer;
}

    .whereState:hover svg[b-ysmefxznac] {
        fill: var(--tno-primaryColor);
    }

    .whereState:hover h5[b-ysmefxznac] {
        color: var(--tno-primaryColor);
    }

    .whereState svg[b-ysmefxznac] {
        margin-inline-end: 1.5rem;
        fill: white;
    }

    .whereState h5[b-ysmefxznac] {
        margin: 1rem 0;
    }

.whereInfo[b-ysmefxznac] {
    width: 80%;
}

.whereInfoTbl[b-ysmefxznac] {
    margin: 2rem 0;
}

    .whereInfoTbl table[b-ysmefxznac] {
        backdrop-filter: blur(12px);
    }

    .whereInfoTbl table td a[b-ysmefxznac] {
        text-decoration: none;
    }

    .whereInfoTbl table th[b-ysmefxznac], .whereInfoTbl table td[b-ysmefxznac] {
        border: 1px solid rgba(255, 255, 255, .6);
    }

.whereAddress[b-ysmefxznac] {
    font-size: medium;
}
/* /Shared/AdminHeader.razor.rz.scp.css */

#desktopNav[b-eimzplp32k] {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 900;
    transition: .2s;
}

.headerOnTop[b-eimzplp32k] {
    background-color: var(--tno--headerColor);
}

.headerOnScroll[b-eimzplp32k] {
    background-color: var(--pro-backColor);
}

#mobileNav[b-eimzplp32k] {
    display: none;
}

.navDiv1[b-eimzplp32k] {
    width: 100%;
    padding: 20px;
    padding-bottom: 5px;
}

.navDiv2[b-eimzplp32k] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.navStart[b-eimzplp32k] {
    display: flex;
    flex-direction: row;
}

.navMiddle[b-eimzplp32k] {
}

.navEnd[b-eimzplp32k] {
}

.navLinks[b-eimzplp32k] {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.navlink[b-eimzplp32k] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: Yekan-Bakh-Fat;
    font-size: x-large;
}

#navAbout[b-eimzplp32k] {
    animation: headerItemLoad-b-eimzplp32k 1s;
}

#navProduct[b-eimzplp32k] {
    animation: headerItemLoad-b-eimzplp32k 1.25s;
    font-family: Yekan-Bakh-Fat;
}

.headerLogo[b-eimzplp32k] {
    animation: headerItemLoad-b-eimzplp32k 1.125s;
    margin-inline-end: 2rem;
}

    .headerLogo img[b-eimzplp32k] {
        height: 50px;
    }

    .headerLogo:hover img[b-eimzplp32k] {
        animation: logoScale-b-eimzplp32k 1.3s infinite;
    }

.smallText[b-eimzplp32k] {
    font-family: Yekan-Bakh-Medium;
    font-size: medium;
}

@keyframes headerItemLoad-b-eimzplp32k {
    0% {
        transform: translateY(-100px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: none;
    }
}

@keyframes logoScale-b-eimzplp32k {
    0% {
        transform: none;
    }

    5% {
        transform: none;
    }

    15% {
        transform: scale(105%);
    }

    25% {
        transform: none;
    }

    40% {
        transform: scale(110%);
    }

    100% {
        transform: none;
    }
}

.subHeader[b-eimzplp32k] {
    width: 100%;
    /*height: 100px;*/
    /*background-color: var(--pro-backColor);*/
}


/*//////////////////////////////////////////////*/
/* Mobile Nav */

@media (max-width: 991.98px) {
    #desktopNav[b-eimzplp32k] {
        display: none;
    }

    #mobileNav[b-eimzplp32k] {
        display: flex;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 900;
    }

    .subMobileNav[b-eimzplp32k] {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: .5rem 1rem;
        justify-content: space-between;
    }

    .canvasMenu[b-eimzplp32k] {
        max-width: fit-content;
        height: 60px;
        display: grid;
        align-items: center;
    }

    .canvasMenuSvg[b-eimzplp32k] {
        height: 30px;
        padding-inline-end: .75rem;
        cursor: pointer;
        margin-inline-start: .5rem;
    }

    .cnavasMenuRect[b-eimzplp32k] {
        fill: white;
    }

    .btnClose[b-eimzplp32k] {
        max-width: fit-content;
    }

    .btnCloseSvg[b-eimzplp32k] {
        height: 22px;
        padding-inline-end: .75rem;
        cursor: pointer;
        margin-inline-start: .5rem;
    }

    .btnCloseRect[b-eimzplp32k] {
        fill: white;
    }

    #navProductMob[b-eimzplp32k] {
        animation: headerItemLoad-b-eimzplp32k 1s .24s;
    }

    #arrowIconSvgMob[b-eimzplp32k] {
        width: 15px;
        margin-inline-start: 5px;
        transition: .3s;
    }

    #arrowIconMob[b-eimzplp32k] {
        fill: white;
    }

    .mobileLogo[b-eimzplp32k] {
        max-width: fit-content;
        display: grid;
        align-items: center;
    }

        .mobileLogo a[b-eimzplp32k] {
            display: grid;
            align-items: center;
            margin-inline-end: 1rem;
        }

    .subHeader[b-eimzplp32k] {
        /*height: 86px;*/
    }

    /* Canvas */
    #tenoCanvas[b-eimzplp32k] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: var(--tno-primaryColor);
        padding-top: 120px;
        z-index: 890;
    }

    #canvasBody[b-eimzplp32k] {
        display: grid;
    }

    .canvasLink[b-eimzplp32k] {
        width: 100%;
        color: white;
        text-decoration: none;
        text-align: center;
        margin: 1rem 0;
        font-size: large;
        font-weight: bolder;
    }

    .adminNavLink[b-eimzplp32k] {
        list-style: none;
        color: white;
        margin: 1.5rem 0;
        cursor: pointer;
    }
}
/* /Shared/MainFooter.razor.rz.scp.css */
.footer[b-0rhaizh6c7] {
    display: flex;
    justify-content: center;
    color: white;
    font-family: Yekan-Bakh-Bold;
    font-size: medium;
}

footer ul[b-0rhaizh6c7] {
    list-style: none;
}

.mainFooter[b-0rhaizh6c7] {
    position: relative;
    bottom: 0;
    z-index: 800;
    padding: 5rem 5% 2rem 5%;
    width: 100%;
    max-width: 85rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .mainFooter[b-0rhaizh6c7] {
        flex-direction: column !important;
    }

    .tenoCol[b-0rhaizh6c7] {
        width: 100% !important;
    }

    .colContent0[b-0rhaizh6c7] {
        width: 10% !important;
    }

    .colContent2[b-0rhaizh6c7] {
        border-style: none none none solid !important;
    }
}

.tenoCol[b-0rhaizh6c7] {
    width: 33.33%;
    padding-bottom: 3rem;
    display: flex;
    justify-content: center;
}

    .tenoCol ul[b-0rhaizh6c7] {
        margin: 0;
        padding: 0;
    }

    .tenoCol p[b-0rhaizh6c7] {
        text-align: justify;
        display: flex;
        justify-content: space-between;
        margin: 0 0 .5rem 0;
    }

    .tenoCol a[b-0rhaizh6c7] {
        text-decoration: none;
    }

.footerHeading p[b-0rhaizh6c7] {
    display: block;
}

.footerHeading span[b-0rhaizh6c7] {
    color: black;
    font-family: Yekan-Bakh-Heavy;
}

.footerFirstCol[b-0rhaizh6c7] {
    display: flex;
    flex-direction: row;
}

.colContent0[b-0rhaizh6c7] {
    display: flex;
    width: 50%;
    padding-inline-end: 1rem;
}

    .colContent0 span[b-0rhaizh6c7] {
        font-family: Yekan-Bakh-Fat;
        font-size: medium;
        color: white;
        display: flex;
    }

    .colContent0 svg[b-0rhaizh6c7] {
        fill: black;
        width: 6px;
        height: 18px;
        margin-inline-end: .25rem;
        margin-top: 2px;
    }

.colContent1[b-0rhaizh6c7] {
    padding: 0 1.7rem;
}

.colContent2[b-0rhaizh6c7] {
    border-style: none solid none solid;
    border-width: 2px;
    padding: 0 6%;
    width: 50%;
}

.colContent3[b-0rhaizh6c7] {
    padding: 0 2rem;
}

    .colContent3 span[b-0rhaizh6c7] {
        font-family: Yekan-Bakh-Fat;
        font-size: medium;
        color: white;
        display: flex;
    }

    .colContent3 svg[b-0rhaizh6c7] {
        fill: black;
        width: 6px;
        height: 18px;
        margin-inline-end: .25rem;
        margin-top: 2px;
    }

    .colContent3 li[b-0rhaizh6c7]{
        padding-inline-start: .5rem;
    }

.colContent4[b-0rhaizh6c7] {
}

.footerLogo a[b-0rhaizh6c7] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerLogo img[b-0rhaizh6c7] {
    width: 80%;
}

.footerSocials[b-0rhaizh6c7] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.footerSocialDiv[b-0rhaizh6c7] {
    margin: .5rem;
}

    .footerSocialDiv a[b-0rhaizh6c7] {
        display: grid;
        padding: .75rem;
        border: 2px solid white;
        border-radius: 50%;
        transition: background-color .3s;
    }

        .footerSocialDiv a:hover[b-0rhaizh6c7] {
            background-color: white;
        }

            .footerSocialDiv a:hover svg[b-0rhaizh6c7] {
                fill: var(--tno-primaryColor);
                transform: rotate(360deg);
                transition: .3s;
            }

    .footerSocialDiv svg[b-0rhaizh6c7] {
        width: 30px;
        height: 30px;
        fill: white;
        transition: fill .3s;
    }
/* /Shared/MainHeader.razor.rz.scp.css */

#desktopNav[b-4vqu94sprz] {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 900;
    transition: .2s;
}

.headerOnTop[b-4vqu94sprz] {
    background-color: var(--tno--headerColor);
}

.headerOnScroll[b-4vqu94sprz] {
    background-color: var(--pro-backColor);
}

#mobileNav[b-4vqu94sprz] {
    display: none;
}

.navDiv1[b-4vqu94sprz] {
    width: 100%;
    padding: 20px;
    padding-bottom: 5px;
}

.navDiv2[b-4vqu94sprz] {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.navStart[b-4vqu94sprz] {
    display: flex;
    flex-direction: row;
}

.navMiddle[b-4vqu94sprz] {
}

.navEnd[b-4vqu94sprz] {
}

.navLinks[b-4vqu94sprz] {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.navlink[b-4vqu94sprz] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-family: Yekan-Bakh-Fat;
    font-size: x-large;
}

#navAbout[b-4vqu94sprz] {
    animation: headerItemLoad-b-4vqu94sprz 1s;
}

#navProduct[b-4vqu94sprz] {
    animation: headerItemLoad-b-4vqu94sprz 1.25s;
    font-family: Yekan-Bakh-Fat;
}

.headerLogo[b-4vqu94sprz] {
    animation: headerItemLoad-b-4vqu94sprz 1.125s;
    margin-inline-end: 2rem;
}

.headerLogo img[b-4vqu94sprz] {
    height: 50px;
}

    .headerLogo:hover img[b-4vqu94sprz] {
        animation: logoScale-b-4vqu94sprz 1.3s infinite;
    }

#arrowIconSvg[b-4vqu94sprz] {
    width: 15px;
    margin-inline-start: 8px;
    margin-bottom: 4px;
    transition: .3s;
}

#arrowIcon[b-4vqu94sprz] {
    fill: white;
}

.tenoSmile img[b-4vqu94sprz] {
    width: 155px;
}

@keyframes headerItemLoad-b-4vqu94sprz {
    0% {
        transform: translateY(-100px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: none;
    }
}

@keyframes logoScale-b-4vqu94sprz {
    0% {
        transform: none;
    }
    5% {
        transform: none;
    }
    15% {
        transform: scale(105%);
    }
    25% {
        transform: none;
    }
    40% {
        transform: scale(110%);
    }
    100% {
        transform: none;
    }
}

.subHeader[b-4vqu94sprz] {
    width: 100%;
    /*height: 100px;*/
    /*background-color: var(--pro-backColor);*/
}


/*//////////////////////////////////////////////*/
/* Mobile Nav */

@media (max-width: 991.98px) {
    #desktopNav[b-4vqu94sprz] {
        display: none;
    }

    #mobileNav[b-4vqu94sprz] {
        display: flex;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 900;
    }

    .subMobileNav[b-4vqu94sprz] {
        width: 100%;
        display: flex;
        flex-direction: row;
        padding: .5rem 1rem;
    }

    .canvasMenu[b-4vqu94sprz] {
        max-width: fit-content;
        height: 60px;
        display: grid;
        align-items: center;
    }

    .canvasMenuSvg[b-4vqu94sprz] {
        height: 30px;
        padding-inline-end: .75rem;
        cursor: pointer;
        margin-inline-start: .5rem;
    }

    .cnavasMenuRect[b-4vqu94sprz] {
        fill: white;
    }

    .btnClose[b-4vqu94sprz] {
        max-width: fit-content;
    }

    .btnCloseSvg[b-4vqu94sprz] {
        height: 22px;
        padding-inline-end: .75rem;
        cursor: pointer;
        margin-inline-start: .5rem;
    }

    .btnCloseRect[b-4vqu94sprz] {
        fill: white;
    }

    #navProductMob[b-4vqu94sprz] {
        animation: headerItemLoad-b-4vqu94sprz 1s .24s;
    }

    #arrowIconSvgMob[b-4vqu94sprz] {
        width: 15px;
        margin-inline-start: 5px;
        transition: .3s;
    }

    #arrowIconMob[b-4vqu94sprz] {
        fill: white;
    }

    .mobileLogo[b-4vqu94sprz] {
        max-width: fit-content;
        display: grid;
        align-items: center;
    }

        .mobileLogo a[b-4vqu94sprz] {
            display: grid;
            align-items: center;
            margin-inline-end: 1rem;
        }

    .subHeader[b-4vqu94sprz] {
        /*height: 86px;*/
    }

    /* Canvas */
    #tenoCanvas[b-4vqu94sprz] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        background-color: var(--tno-primaryColor);
        padding-top: 120px;
        z-index: 890;
    }

    #canvasBody[b-4vqu94sprz] {
        display: grid;
    }

    .canvasLink[b-4vqu94sprz] {
        width: 100%;
        color: white;
        text-decoration: none;
        text-align: center;
        margin: 1rem 0;
        font-size: large;
        font-weight: bolder;
    }
}
/* /Shared/TenoComponents/ImageSelector.razor.rz.scp.css */
.imgBack[b-dnsilwbghb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    transition: .3s;
    animation: modalBackLoad-b-dnsilwbghb .3s forwards;
    overflow: hidden;
}

@keyframes modalBackLoad-b-dnsilwbghb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.imgBody[b-dnsilwbghb] {
    background-color: var(--tno-primaryColor);
    width: 80vw;
    max-width: 70rem;
}

.imgHeader[b-dnsilwbghb] {
    /*width: 96%;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
    color: white;
}

    .imgHeader h5[b-dnsilwbghb] {
        margin: 0;
    }

    .imgHeader button[b-dnsilwbghb] {
    }

.SelectorContent[b-dnsilwbghb] {
    display: block;
    max-height: 75vh;
    overflow: auto;
}

.imgTopBar[b-dnsilwbghb] {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-color: white;
    border-block-end: 1px solid;
    padding: .75rem;
}

.topBarOption[b-dnsilwbghb] {
    display: grid;
    align-items: center;
}

    .topBarOption button[b-dnsilwbghb], .topBarOption label[b-dnsilwbghb] {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: .5rem;
        color: var(--tno-primaryColor);
        font-size: large;
    }

        .topBarOption button:hover[b-dnsilwbghb], .topBarOption label:hover[b-dnsilwbghb] {
            background-color: lightgray;
        }

.imgContent[b-dnsilwbghb] {
    background-color: white;
    color: black;
    position: relative;
    z-index: 999;
    min-width: 20rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.imgDiv[b-dnsilwbghb] {
    min-width: 8rem;
    max-width: 8rem;
    margin: .5rem;
    padding: .75rem;
    transition: background-color .07s;
}

    .imgDiv:hover[b-dnsilwbghb] {
        background-color: lightgray;
        transition: background-color .07s;
    }

.imgActive[b-dnsilwbghb] {
    background-color: lightgray;
    border: 2px solid var(--tno-primaryColor);
    padding: calc(.75rem - 2px);
}

.imgParent[b-dnsilwbghb] {
    padding: .5rem;
    background-color: lightgray;
}

.imgSingle[b-dnsilwbghb] {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 1/1;
    width: 100%;
}

.imgError[b-dnsilwbghb] {
    background-color: wheat;
}

.imgFooter[b-dnsilwbghb] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tno-primaryColor);
    padding: 1rem 0;
}

.imgActions[b-dnsilwbghb] {
    display: flex;
}
/* /Shared/TenoComponents/TenoMessage.razor.rz.scp.css */
.msgBack[b-dclck6yz2d] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
    transition: .3s;
    animation: modalBackLoad-b-dclck6yz2d .3s forwards;
    overflow: hidden;
}

@keyframes modalBackLoad-b-dclck6yz2d {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.msgBody[b-dclck6yz2d] {
    background-color: white;
    color: black;
    position: relative;
    z-index: 999;
    min-width: 20rem;
    width: 95%;
    max-width: 35rem;
    overflow: hidden;
}

.msgHeader[b-dclck6yz2d] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem;
}

    .msgHeader h5[b-dclck6yz2d] {
        margin: 0;
    }

    .msgHeader button[b-dclck6yz2d] {
    }

.msgContent[b-dclck6yz2d] {
    padding: 0 2rem;
}

    .msgContent p[b-dclck6yz2d] {
        text-align: justify;
        font-size: large;
    }

.msgFooter[b-dclck6yz2d] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--tno-primaryColor);
    padding: 1rem 0;
}
