/* _content/Logimoni/Pages/Index.razor.rz.scp.css */
.navBar[b-35ds89y0rn] {
    width: 100%;
    height: max-content;
    margin: auto;
    position: relative;
    display: flex;
}


.navDiv[b-35ds89y0rn] {
    width: max-content;
    display: flex;
    position: absolute;
    right: 0px;
    padding: 10px;
    background-color: white;
    border-radius: 18px;
    gap: 25px;
    align-items: center;
    height: 100%;
    box-shadow: 0 0px 12px 0px var(--CustomGray);
}

    .navDiv a[b-35ds89y0rn] {
        font-family: Signika-Bold;
        color: var(--TextColor);
    }

        .navDiv a:hover[b-35ds89y0rn] {
            cursor: pointer;
            color: var(--AccentColor);
        }

    .navDiv button[b-35ds89y0rn] {
        width: max-content;
        height: 100%;
        border: none;
        border-radius: 8px;
        padding: 0px 20px;
        background-color: var(--AccentColor);
        color: white;
        font-family: Signika-Bold;
    }

        .navDiv button:hover[b-35ds89y0rn] {
            box-shadow: 0 0px 8px 0px var(--AccentColor);
        }


.heroTitle[b-35ds89y0rn] {
    font-family: Signika-Bold;
    color: var(--AccentColor);
    width: 95%;
    max-width: max-content;
    height: max-content;
    font-size: 45px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 40px;
}

.heroSubtitle[b-35ds89y0rn] {
    font-family: Signika-Regular;
    width: 95%;
    max-width: 700px;
    height: max-content;
    color: var(--TextColor);
    font-size: 24px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .heroSubtitle label[b-35ds89y0rn] {
        color: var(--AccentColor);
    }

.infoText[b-35ds89y0rn] {
    font-family: Signika-Bold;
    width: 95%;
    color: var(--AccentColor);
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}

    .infoText label[b-35ds89y0rn] {
        font-family: Signika-Regular;
        color: var(--TextColor);
    }

    .infoText.sec label[b-35ds89y0rn] {
        font-family: Signika-Regular;
        color: var(--TextColor);
        display: block;
    }

.sectionTitle[b-35ds89y0rn] {
    width: 95%;
    max-width: 700px;
    height: auto;
    font-family: Signika-Bold;
    color: var(--AccentColor);
    font-size: 22px;
    margin: auto;
    display: block;
    margin-top: 120px;
    text-align: center;
    border-bottom: 2px solid var(--TextColor);
}

.sectionDiv[b-35ds89y0rn] {
    background-color: white;
    width: 95%;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 0px 30px 0px var(--CustomGray);
    margin: auto;
    display: block;
    margin-top: 10px;
    padding: 10px;
}

.pricingSelectDiv[b-35ds89y0rn] {
    width: 95%;
    max-width: 500px;
    height: 60px;
    padding: 10px;
    border-radius: 18px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    background-color: var(--CustomGray);
}

    .pricingSelectDiv button[b-35ds89y0rn] {
        font-family: Signika-Bold;
        color: var(--TextColor);
        background-color: transparent;
        border: none;
        border-radius: 8px;
        width: 50%;
        height: 100%;
    }

        .pricingSelectDiv button.active[b-35ds89y0rn] {
            background-color: white;
        }

.pricingTemplate[b-35ds89y0rn], .faqItem[b-35ds89y0rn] {
    width: 95%;
    max-width: 600px;
    height: max-content;
    border-radius: 18px;
    background-color: white;
    box-shadow: 0 0px 30px 0px var(--CustomGray);
    margin: auto;
    display: none;
    margin-top: 10px;
    padding: 25px;
}

    .pricingTemplate.active[b-35ds89y0rn] {
        display: block;
    }

.price[b-35ds89y0rn] {
    font-family: Signika-Bold;
    width: 100%;
    color: var(--TextColor);
    font-size: 35px;
    border-bottom: 2px solid var(--CustomGray);
    margin-bottom: 30px;
}

    .price label[b-35ds89y0rn] {
        font-family: Signika-Light;
        font-size: 18px;
    }

.priceDesc[b-35ds89y0rn] {
    width: 100%;
    font-family: Signika-Regular;
    font-size: 22px;
    display: block;
    margin-top: 10px;
}

.priceMiniInfo[b-35ds89y0rn] {
    width: 100%;
    text-align: center;
    font-family: Signika-Light;
    font-size: 15px;
    color: var(--TextColor);
    opacity: 1;
    margin-top: 5px;
}

.faqItem[b-35ds89y0rn] {
    height: 80px;
    font-family: Signika-Bold;
    color: var(--TextColor);
    text-align: left;
    display: block;
    padding: 0px 10px;
    border: none;
    font-size: 20px;
    margin-top: 25px;
}

    .faqItem:hover[b-35ds89y0rn] {
        cursor: pointer;
        border: 2px solid var(--CustomGray);
    }

.faqItemDesc[b-35ds89y0rn] {
    width: 95%;
    max-width: 580px;
    margin: auto;
    display: block;
    margin-top: 5px;
    font-family: Signika-Regular;
    color: var(--TextColor);
    text-align: left;
    font-size: 18px;
}

@media (max-width: 700px) {
    .navBar[b-35ds89y0rn] {
        display: block;
    }

    .brandDiv[b-35ds89y0rn] {
        margin: auto;
    }

    .navDiv[b-35ds89y0rn] {
        position: relative;
        padding: 10px 15px;
        margin: auto;
        margin-top: 20px;
    }

        .navDiv button[b-35ds89y0rn] {
            height: 35px;
        }
}
/* _content/Logimoni/Shared/MainLayout.razor.rz.scp.css */
.page[b-epze9phw3n] {
    position: relative;
    display: block;
    flex-direction: row;
}

main[b-epze9phw3n] {
    flex: 1;
}

article[b-epze9phw3n]{
    width: 95%;
    max-width: 1200px;
    display: block;
    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer[b-epze9phw3n] {
    width: 100%;
    background-color: white;
    height: max-content;
    padding: 20px;
    margin-top: 120px;
}

    .footer label[b-epze9phw3n], .footer a[b-epze9phw3n] {
        width: max-content;
        margin: auto;
        display: block;
        font-family: Signika-Light;
        color: var(--TextColor);
        opacity: .7;
        margin-top: 10px;
        text-decoration: none;
    }

        .footer a:hover[b-epze9phw3n] {
            cursor: pointer;
            opacity: 1;
        }
