/* _content/LandificalPANEL/Pages/Dashboard.razor.rz.scp.css */
.navBar[b-l2wgd6doge] {
    width: 100%;
    height: max-content;
    padding: 15px 80px;
    display: flex;
    background-color: var(--BackgroundColor);
}

    .navBar .menuButton[b-l2wgd6doge]{
        width: 60px;
        height: 60px;
        position: absolute;
        display: none;
    }

    .navBar .brand[b-l2wgd6doge] {
        font-family: Signika-Regular;
        color: black;
        font-size: 24px;
        height: 100%;
        text-align: center;
        width: max-content;
        align-items: center;
    }

        .navBar .brand img[b-l2wgd6doge] {
            width: 80px;
            height: 80px;
            border-radius: 20%;
            margin-right: 8px;
            border: 4px solid var(--AccentColor);
        }

    .navBar select[b-l2wgd6doge] {
        width: 250px;
        height: 45px;
        font-family: Signika-Bold;
        text-align: left;
        border: 3px solid var(--AccentColor);
        border-radius: 8px;
        background-color: var(--WhiteBackgroundColor);
        margin: auto;
        margin-left: 10px;
        color: var(--BackgroundColor);
        padding: 5px;
    }

    .navBar .featuresDiv[b-l2wgd6doge] {
        width: max-content;
        display: flex;
        height: max-content;
        margin: auto;
        margin-right: 0px;
        gap: 30px;
    }

        .navBar .featuresDiv label[b-l2wgd6doge] {
            color: white;
            font-family: Signika-Bold;
            margin: auto;
        }

        .navBar .featuresDiv img[b-l2wgd6doge] {
            width: 35px;
            height: 35px;
        }

            .navBar .featuresDiv img:hover[b-l2wgd6doge] {
                cursor: pointer;
            }

.greetings[b-l2wgd6doge] {
    font-family: Signika-Bold;
    margin-left: 20px;
    color: var(--PrimaryColor);
    font-size: 28px;
    margin-top: 20px;
}

.line[b-l2wgd6doge] {
    width: 99%;
    margin: auto;
    height: 2px;
    background-color: lightgray;
    margin-top: 10px;
    display: block;
}

.centerGrid[b-l2wgd6doge] {
    display: grid;
    justify-content: start;
    align-items: start;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    width: 100%;
    height: max-content;
    margin: auto;
    padding: 0px 20px;
    margin-bottom: 40px;
}

    .centerGrid .leftPanel[b-l2wgd6doge] {
        width: 250px;
        height: auto;
        display: block;
        border-right: 2px solid lightgray;
        padding: 10px;
    }

        .centerGrid .leftPanel button[b-l2wgd6doge] {
            width: 100%;
            height: 40px;
            background-color: transparent;
            color: var(--TextColor);
            font-family: Signika-Bold;
            border: none;
            margin-top: 5px;
            border-radius: 8px;
        }

            .centerGrid .leftPanel a[b-l2wgd6doge]{
                font-family: Signika-Regular;
                color: var(--AccentColor);
                width: max-content;
                margin: auto;
                margin-top: 15px;
                display: block;
                text-align: center;
                text-decoration: none;
            }

            .centerGrid .leftPanel a:hover[b-l2wgd6doge]{
                text-decoration: underline;
                text-decoration-color: var(--AccentColor);
            }

            .centerGrid .leftPanel button.passive[b-l2wgd6doge] {
                opacity: .7;
            }

                .centerGrid .leftPanel button.passive:hover[b-l2wgd6doge] {
                    box-shadow: none;
                }

            .centerGrid .leftPanel button.newProject[b-l2wgd6doge] {
                background-color: var(--AccentColor);
                color: white;
                margin-bottom: 20px;
            }

            .centerGrid .leftPanel button:hover[b-l2wgd6doge] {
                box-shadow: 0 0px 13px 0px var(--AccentColor);
            }

    .centerGrid .miniPage[b-l2wgd6doge]{
        width: max-content;
        height: max-content;
        padding: 10px;
    }

@media (max-width:740px) {
    .navBar[b-l2wgd6doge]{
        display: block;
        padding: 20px 10px;
        justify-content: center;
        align-items: center;
    }

    .navBar .menuButton[b-l2wgd6doge]{
        display: block;
    }

    .navBar *[b-l2wgd6doge]{
        margin: auto;
        display: block;
    }

    .navBar select[b-l2wgd6doge], .navBar .featuresDiv[b-l2wgd6doge]{
        margin: auto;
        margin-top: 10px;
    }

    .centerGrid[b-l2wgd6doge]{
        grid-template-columns: none;
        justify-content: center;
        align-items: center;
        grid-row-gap: 20px;
    }

        .centerGrid .leftPanel[b-l2wgd6doge] {
            display: none;
            border-right: none;
            border-bottom: 2px solid lightgray;
            width: 320px;
            max-width: 100%;
        }

        .centerGrid .leftPanel.show-on-click[b-l2wgd6doge]{
            display: block !important;
        }

        .centerGrid .miniPage[b-l2wgd6doge]{
            padding: 10px 3px;
            width: 320px;
            max-width: 100%;
        }

    .greetings[b-l2wgd6doge] {
        margin-left: unset;
        text-align: center;
        width: 100%;
    }
}

@font-face {
    font-family: Signika-Bold;
    src: url("fonts/Signika-Bold.ttf");
}

@font-face {
    font-family: Signika-Light;
    src: url("fonts/Signika-Light.ttf");
}

@font-face {
    font-family: Signika-Regular;
    src: url("fonts/Signika-Regular.ttf");
}
/* _content/LandificalPANEL/Pages/Index.razor.rz.scp.css */
.mainContainer[b-ptges37etd] {
    max-width: 800px;
    width: 90%;
    min-height: 500px;
    display: flex;
    border-radius: 8px;
    border: 2px solid var(--BackgroundColor);
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

.leftPanel[b-ptges37etd], .rightPanel[b-ptges37etd] {
    min-height: 100%;
    align-content: center;
    padding: 10px;
}

.leftPanel[b-ptges37etd] {
    flex-basis: 40%;
    background-color: var(--BackgroundColor);
}

    .leftPanel img[b-ptges37etd] {
        width: 100px;
        height: 100px;
        border-radius: 20%;
        border: 3px solid var(--AccentColor);
        margin: auto;
        display: block;
    }

    .leftPanel a[b-ptges37etd] {
        margin: auto;
        display: block;
        font-family: Signika-Regular;
        color: var(--WhiteBackgroundColor);
        text-decoration: none;
        opacity: .7;
        width: max-content;
        margin-top: 5px;
    }

        .leftPanel a:hover[b-ptges37etd] {
            opacity: 1;
        }

.title[b-ptges37etd] {
    font-family: Signika-Bold;
    color: var(--AccentColor);
    width: 90%;
    font-size: 24px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 5px;
}

.rightPanel[b-ptges37etd] {
    flex-basis: 60%;
}

    .rightPanel .formContainer[b-ptges37etd] {
        max-width: 350px;
        height: max-content;
        padding: 15px;
        display: block;
        margin: auto;
    }

.formContainer .title[b-ptges37etd] {
    color: var(--PrimaryColor);
    font-size: 22px;
    margin-left: 0px;
    width: max-content;
}

.formContainer input[b-ptges37etd] {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-family: Signika-Regular;
    color: var(--TextColor);
    border: 2px solid lightgray;
    border-radius: 8px;
    margin-top: 10px;
    display: block;
}

.ctaButton[b-ptges37etd] {
    width: 220px;
    height: 40px;
    background-color: var(--PrimaryColor);
    border-radius: 8px;
    border: none;
    font-family: Signika-Bold;
    color: white;
    margin: auto;
    display: block;
    margin-top: 10px
}

    .ctaButton:hover[b-ptges37etd] {
        box-shadow: 0 0px 13px 0px var(--PrimaryColor);
    }

.lightButton[b-ptges37etd] {
    width: max-content;
    height: max-content;
    background-color: transparent;
    border: none;
    font-family: Signika-Light;
    color: var(--TextColor);
    opacity: .7;
    margin: auto;
    margin-top: 10px;
    margin-right: 0px;
    display: block;
    font-size: 15px;
}

    .lightButton:hover[b-ptges37etd] {
        opacity: 1;
        font-family: Signika-Bold;
    }

.changeForm[b-ptges37etd] {
    font-family: Signika-Regular;
    font-size: 17px;
    color: var(--TextColor);
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

    .changeForm a[b-ptges37etd] {
        color: var(--PrimaryColor);
        text-decoration: none;
    }

        .changeForm a:hover[b-ptges37etd] {
            cursor: pointer;
            font-family: Signika-Bold;
            color: var(--PrimaryColor);
        }

.loader[b-ptges37etd] {
    border: 8px solid var(--PrimaryColor);
    border-radius: 50%;
    border-top: 8px solid var(--AccentColor);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-ptges37etd 2s linear infinite;
    margin: auto;
    margin-top: 10px;
}

@keyframes spin-b-ptges37etd {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.callback[b-ptges37etd] {
    font-family: Signika-Bold;
    color: red;
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

.toslink[b-ptges37etd] {
    width: max-content;
    margin: auto;
    margin-top: 10px;
    color: var(--TextColor);
    opacity: .7;
    font-family: Signika-Light;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    display: block;
}

    .toslink:hover[b-ptges37etd] {
        cursor: pointer;
        opacity: 1;
    }

@media (max-width:600px) {
    .mainContainer[b-ptges37etd] {
        display: block;
        margin-top: 30px;
    }
}

@font-face {
    font-family: Signika-Bold;
    src: url("fonts/Signika-Bold.ttf");
}

@font-face {
    font-family: Signika-Light;
    src: url("fonts/Signika-Light.ttf");
}

@font-face {
    font-family: Signika-Regular;
    src: url("fonts/Signika-Regular.ttf");
}
/* _content/LandificalPANEL/Pages/MiniPages/HomePage.razor.rz.scp.css */
.landingItem[b-5v19taktva] {
    width: 100%;
    height: max-content;
    padding: 10px;
    border: 2px solid var(--AccentColor);
    border-radius: 8px;
    margin-top: 15px;
}

    .landingItem .name[b-5v19taktva] {
        font-family: Signika-Bold;
        width: 100%;
        text-align: left;
        color: var(--AccentColor);
        font-size: 18px;
    }

    .landingItem .date[b-5v19taktva] {
        font-family: Signika-Regular;
        width: 100%;
        text-align: right;
        color: var(--TextColor);
        font-size: 13px;
        opacity: .7;
    }

    .landingItem:hover[b-5v19taktva], .landingItem *:hover[b-5v19taktva] {
        cursor: pointer;
    }

.newLanding[b-5v19taktva] {
    width: 100%;
    height: 40px;
    font-family: Signika-Bold;
    border: none;
    margin-top: 5px;
    border-radius: 8px;
    background-color: var(--AccentColor);
    color: white;
    margin-top: 20px;
}

    .newLanding:hover[b-5v19taktva] {
        box-shadow: 0 0px 13px 0px var(--AccentColor);
    }
/* _content/LandificalPANEL/Pages/MiniPages/LandingDetailPage.razor.rz.scp.css */
.buttonsDiv[b-i4s5lkkfg8] {
    width: 100%;
    max-width: 300px;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    gap: 10px;
}

    .buttonsDiv button[b-i4s5lkkfg8] {
        width: 100%;
        height: 40px;
        background-color: var(--AccentColor);
        border: none;
        border-radius: 8px;
        font-family: Signika-Bold;
        color: white;
    }

        .buttonsDiv button:hover[b-i4s5lkkfg8] {
            box-shadow: 0 0px 8px 0px var(--AccentColor);
        }

        .buttonsDiv button.secondary[b-i4s5lkkfg8] {
            border: 3px solid var(--AccentColor);
            background-color: transparent;
            color: var(--TextColor)
        }
/* _content/LandificalPANEL/Pages/MiniPages/NewLandingPage.razor.rz.scp.css */
.buttonsDiv[b-sca5dsuspf] {
    width: 100%;
    max-width: 300px;
    height: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    gap: 10px;
}

    .buttonsDiv button[b-sca5dsuspf] {
        width: 100%;
        height: 40px;
        background-color: var(--AccentColor);
        border: none;
        border-radius: 8px;
        font-family: Signika-Bold;
        color: white;
    }

        .buttonsDiv button:hover[b-sca5dsuspf] {
            box-shadow: 0 0px 8px 0px var(--AccentColor);
        }

        .buttonsDiv button.secondary[b-sca5dsuspf] {
            border: 3px solid var(--AccentColor);
            background-color: transparent;
            color: var(--TextColor)
        }


/* The switch - the box around the slider */
.switch[b-sca5dsuspf] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    scale:.85;
}

    /* Hide default HTML checkbox */
    .switch input[b-sca5dsuspf] {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider[b-sca5dsuspf] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

    .slider[b-sca5dsuspf]:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-sca5dsuspf] {
    background-color: var(--AccentColor);
}

input:focus + .slider[b-sca5dsuspf] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-sca5dsuspf]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.pricingChartGrid[b-sca5dsuspf]{
    display: grid;
    grid-template-columns: auto auto auto;
}
/* _content/LandificalPANEL/Pages/MiniPages/NewProjectPage.razor.rz.scp.css */
.customButton[b-tyq9kms691] {
    width: 180px;
    height: 40px;
    border: 2px solid var(--AccentColor);
    background-color: transparent;
    border-radius: 8px;
    font-family: Signika-Bold;
    color: var(--TextColor);
    font-size: 15px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.projectLogo[b-tyq9kms691]{
    width: 200px;
    height: 200px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    border: 2px solid var(--TextColor);
    border-radius: 8px;
}
/* _content/LandificalPANEL/Pages/MiniPages/PaymentPage.razor.rz.scp.css */
.pricingDiv[b-idj80478k7] {
    margin-top: 30px;
    width: 300px;
    padding: 15px;
    height: auto;
    border: none;
    border-radius: 8px;
    align-content: center;
    margin: auto;
    margin-top: 20px;
}

    .pricingDiv.premium[b-idj80478k7] {
        box-shadow: 0 0px 13px 0px var(--AccentColor);
    }

    .pricingDiv .name[b-idj80478k7] {
        width: 100%;
        font-family: Signika-Bold;
        color: var(--TextColor);
        text-align: left;
        font-size: 22px;
        border-bottom: 1px solid var(--AccentColor);
    }

        .pricingDiv .name.premium[b-idj80478k7] {
            color: var(--AccentColor);
        }

    .pricingDiv .feat[b-idj80478k7] {
        font-family: Signika-Regular;
        font-size: 20px;
        color: var(--TextColor);
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

        .pricingDiv .feat.price[b-idj80478k7] {
            font-family: Signika-Bold;
            font-size: 40px;
            color: var(--PrimaryColor);
            background-color: var(--AccentColor);
            width: max-content;
            margin: auto;
            margin-top: 40px;
            display: block;
            padding: 3px 20px;
            border-radius: 8px;
        }

            .pricingDiv .feat.price:hover[b-idj80478k7] {
                box-shadow: 0 0px 13px 0px var(--AccentColor);
                cursor: pointer;
            }

        .pricingDiv .feat label[b-idj80478k7] {
            color: var(--AccentColor);
            font-family: Signika-Bold;
        }

    .pricingDiv .miniInfo[b-idj80478k7] {
        font-family: Signika-Light;
        color: var(--TextColor);
        width: 100%;
        text-align: center;
        margin-top: 10px;
        opacity: .7;
    }
/* _content/LandificalPANEL/Pages/MiniPages/WaitlistPage.razor.rz.scp.css */
.itemDiv[b-vpxxvq5fm8] {
    width: 100%;
    height: max-content;
    display: block;
    margin: auto;
    margin-top: 15px;
    background-color: transparent;
    border: 2px solid var(--AccentColor);
    border-radius: 8px;
    padding: 8px;
}

.email[b-vpxxvq5fm8] {
    font-family: Signika-Bold;
    font-size: 18px;
    width: 100%;
    text-align: center;
    color: var(--TextColor);
}

.date[b-vpxxvq5fm8] {
    font-family: Signika-Light;
    font-size: 17px;
    width: 100%;
    text-align: center;
    opacity: .7;
    margin-top: 10px;
}
/* _content/LandificalPANEL/Pages/ResetPass.razor.rz.scp.css */
.mainContainer[b-2w1c984tqn] {
    max-width: 800px;
    width: 90%;
    min-height: 500px;
    display: flex;
    border-radius: 8px;
    border: 2px solid var(--BackgroundColor);
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
    margin-bottom: 30px;
}

.leftPanel[b-2w1c984tqn], .rightPanel[b-2w1c984tqn] {
    min-height: 100%;
    align-content: center;
    padding: 10px;
}

.leftPanel[b-2w1c984tqn] {
    flex-basis: 40%;
    background-color: var(--BackgroundColor);
}

    .leftPanel img[b-2w1c984tqn] {
        width: 100px;
        height: 100px;
        border-radius: 20%;
        border: 3px solid var(--AccentColor);
        margin: auto;
        display: block;
    }

    .leftPanel a[b-2w1c984tqn] {
        margin: auto;
        display: block;
        font-family: Signika-Regular;
        color: var(--WhiteBackgroundColor);
        text-decoration: none;
        opacity: .7;
        width: max-content;
        margin-top: 5px;
    }

        .leftPanel a:hover[b-2w1c984tqn] {
            opacity: 1;
        }

.title[b-2w1c984tqn] {
    font-family: Signika-Bold;
    color: var(--AccentColor);
    width: 90%;
    font-size: 24px;
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 5px;
}

.rightPanel[b-2w1c984tqn] {
    flex-basis: 60%;
}

    .rightPanel .formContainer[b-2w1c984tqn] {
        max-width: 300px;
        height: max-content;
        padding: 15px;
        display: block;
        margin: auto;
    }

.formContainer .title[b-2w1c984tqn] {
    color: var(--PrimaryColor);
    font-size: 22px;
    margin-left: 0px;
    width: max-content;
}

.formContainer input[b-2w1c984tqn] {
    width: 100%;
    height: 45px;
    padding: 10px;
    font-family: Signika-Regular;
    color: var(--TextColor);
    border: 2px solid lightgray;
    border-radius: 8px;
    margin-top: 10px;
    display: block;
}

.submitButton[b-2w1c984tqn] {
    width: 100%;
    height: 40px;
    background-color: var(--PrimaryColor);
    border-radius: 8px;
    border: none;
    font-family: Signika-Bold;
    color: white;
    margin-top: 10px
}

    .submitButton:hover[b-2w1c984tqn] {
        box-shadow: 0 0px 13px 0px var(--PrimaryColor);
    }

.lightButton[b-2w1c984tqn] {
    width: max-content;
    height: max-content;
    background-color: transparent;
    border: none;
    font-family: Signika-Light;
    color: var(--TextColor);
    opacity: .7;
    margin: auto;
    margin-top: 10px;
    margin-right: 0px;
    display: block;
    font-size: 15px;
}

    .lightButton:hover[b-2w1c984tqn] {
        opacity: 1;
        font-family: Signika-Bold;
    }

.changeForm[b-2w1c984tqn] {
    font-family: Signika-Regular;
    font-size: 17px;
    color: var(--TextColor);
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

    .changeForm a[b-2w1c984tqn] {
        color: var(--PrimaryColor);
        text-decoration: none;
    }

        .changeForm a:hover[b-2w1c984tqn] {
            cursor: pointer;
            font-family: Signika-Bold;
            color: var(--PrimaryColor);
        }

.loader[b-2w1c984tqn] {
    border: 8px solid var(--PrimaryColor);
    border-radius: 50%;
    border-top: 8px solid var(--AccentColor);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin-b-2w1c984tqn 2s linear infinite;
    margin: auto;
    margin-top: 10px;
}

@keyframes spin-b-2w1c984tqn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.callback[b-2w1c984tqn] {
    font-family: Signika-Bold;
    color: red;
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width:600px) {
    .mainContainer[b-2w1c984tqn] {
        display: block;
        margin-top: 30px;
    }
}

@font-face {
    font-family: Signika-Bold;
    src: url("fonts/Signika-Bold.ttf");
}

@font-face {
    font-family: Signika-Light;
    src: url("fonts/Signika-Light.ttf");
}

@font-face {
    font-family: Signika-Regular;
    src: url("fonts/Signika-Regular.ttf");
}
/* _content/LandificalPANEL/Shared/MainLayout.razor.rz.scp.css */
.page[b-m89rzms4xa] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-m89rzms4xa] {
    flex: 1;
}

@media (max-width:1000px) {
}


@font-face {
    font-family: Signika-Bold;
    src: url("fonts/Signika-Bold.ttf");
}

@font-face {
    font-family: Signika-Light;
    src: url("fonts/Signika-Light.ttf");
}

@font-face {
    font-family: Signika-Regular;
    src: url("fonts/Signika-Regular.ttf");
}
