/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-qmgkixwoqb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-qmgkixwoqb] {
    flex: 1;
}

.sidebar[b-qmgkixwoqb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-qmgkixwoqb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-qmgkixwoqb]  a, .top-row[b-qmgkixwoqb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-qmgkixwoqb]  a:hover, .top-row[b-qmgkixwoqb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qmgkixwoqb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-qmgkixwoqb] {
        justify-content: space-between;
    }

    .top-row[b-qmgkixwoqb]  a, .top-row[b-qmgkixwoqb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-qmgkixwoqb] {
        flex-direction: row;
    }

    .sidebar[b-qmgkixwoqb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-qmgkixwoqb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-qmgkixwoqb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-qmgkixwoqb], article[b-qmgkixwoqb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Components/AboutAuthor.razor.rz.scp.css */
.aboutAuthorContainer[b-oq2uu0v6rf] {
    position: absolute;
    bottom: 1vh;
    left: calc(50vw - var(--width) / 2);
    display: flex;
    --width: 400px;
    width: var(--width);
    border-radius: 8px;
    gap: 4px;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 100;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .5s ease-in-out;
}

.aboutText[b-oq2uu0v6rf] {
    height: 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.Top[b-oq2uu0v6rf] {
    color: rgba(51, 59, 66, 1);
    margin: 5px 0 0 0;
}

.Bottom[b-oq2uu0v6rf] {
    color: rgba(18, 135, 238, 1);
}

.Bottom:visited[b-oq2uu0v6rf], .Bottom:focus[b-oq2uu0v6rf], .Bottom:hover[b-oq2uu0v6rf] {
    color: rgba(18, 135, 238, 1);
    text-decoration: none;
}

@media all and (max-width: 900px) {
    .aboutAuthorContainer[b-oq2uu0v6rf] {
        bottom: 124px;
        left: 8px;
        margin:0;
        width: 200px;
    }
    .aboutText[b-oq2uu0v6rf] {
        height: auto;
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
    }
    .Top[b-oq2uu0v6rf] {
        padding-left: 15px;
    }
}

@media all and (max-width: 425px) {

    .aboutAuthorContainer[b-oq2uu0v6rf] {
        top: 1vh;
        bottom: initial;
        max-width: initial;
        left: 10px;
        right: 10px;
        width: auto;
        height: auto;
        text-align: center;
    }

    .aboutText[b-oq2uu0v6rf] {
        font-weight: 400;
        font-size: 11px;
        line-height: normal;
    }

    .Top[b-oq2uu0v6rf] {
        display: block;
    }
}
/* /Pages/Components/AttentionContainer.razor.rz.scp.css */
.attentionContainer[b-sm79501jid] {
    display: flex;
    flex-direction: row;
    padding-top: 10px;
    width: 100%;
    height: fit-content;
}

.attentionIcon[b-sm79501jid] {
    --sizeWH: 24px;
    width: var(--sizeWH);
    height: var(--sizeWH);
}

.attentionText[b-sm79501jid] {
    color: rgba(57, 57, 62, 0.7);
    width: 100%;
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
}

@media all and (max-width: 768px) {
    .attentionText[b-sm79501jid] {
        font-size: 85%;
    }

}

@media all and (max-width: 425px)
{
    .attentionContainer[b-sm79501jid] {
        width: 400px;
        height: 120px;
        margin: 10px auto 5px auto;
        padding: 7px;
    }

    .attentionText[b-sm79501jid] {
        width: 100%;
        height: 100%;
        font-size: 15px;
        margin-left: 7px;
    }
}

@media all and (max-width: 375px) {
    .attentionContainer[b-sm79501jid] {
        width: 353px;
        height: 121px;
        margin: 20px auto;
        margin-top: 10px;
    }

    .attentionText[b-sm79501jid] {
        width: 100%;
        height: 100%;
        font-size: 14px;
        margin-left: 7px;
    }
}

@media all and (max-width: 320px) {
    .attentionContainer[b-sm79501jid] {
        width: 305px;
        height: 135px;
        margin: 0 auto;
    }
}
/* /Pages/Components/DnDZoneText.razor.rz.scp.css */
.dragAndDropContainerText[b-qckwgaopkm] {
    position: absolute;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: rgba(174, 174, 174, 1);
    z-index: 100;
}

.Desktop[b-qckwgaopkm] {
    top: 17.8px;
    right: 22px;
    width: 488.63px;
    height: 195.55px;
    text-align: left;
}

    .Mobile[b-qckwgaopkm] {
        display: none;
        width: var(--width);
    }

@media all and (max-width: 425px) {

    .Desktop[b-qckwgaopkm] {
        display: none;
    }

    .Mobile[b-qckwgaopkm] {
        --width: 335px;
        top: 297px;
        left: calc(50vw - var(--width) / 2);
        display: block;
        height: fit-content;
        font-size: 21px;
    }
}

@media all and (max-width: 375px) {
    .Mobile[b-qckwgaopkm] {
        --width: 295px;
        font-size: 18px;
    }
}

@media all and (max-width: 320px) {
    .Mobile[b-qckwgaopkm] {
        --width: 270px;
        font-size: 17px;
    }
}
/* /Pages/Components/ELoadRaster.razor.rz.scp.css */
.errorWhileLoadRaster[b-57pvfkkrvp] {
    --width: 403px;
    display: flex;
    position: absolute;
    top: 2vh;
    left: 2vh;
    flex-direction: row;
    width: var(--width);
    height: fit-content;
    padding: 7px 7px 7px 0;
    background-color: rgba(239, 238, 62, 0.85);
    border-radius: 20px;
    z-index: 100;
}

.errorLoadText[b-57pvfkkrvp] {
    width: 76%;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    color: rgb(107, 107, 107);
    align-items: center;
}

.errorLoadIcon[b-57pvfkkrvp] {
    width: 30px;
    height: 30px;
    margin: 10px;
    margin-top: 5px;
}

.closeLoadError[b-57pvfkkrvp] {
    position: absolute;
    top: 10px;
    left: 365px;
    width: 25px;
    height: 25px;
}

.collapsed[b-57pvfkkrvp] {
    width: 50px;
    height: 50px;
}

@media all and (max-width: 425px)
{
    .errorWhileLoadRaster[b-57pvfkkrvp] {
        --width: 300px;
        top: 10vh;
        left: calc(50vw - var(--width) / 2);
    }

    .errorLoadText[b-57pvfkkrvp] {
        width: 70%;
        font-size: 16px;
    }

    .closeLoadError[b-57pvfkkrvp] {
        left: 253px;
    }

}
/* /Pages/Components/ErrorContainer.razor.rz.scp.css */
.errorContainer[b-nf3ibnmjmx] {
    --width: 403px;
    position: absolute;
    top: calc(var(--inputFileZoneHeight) + 20px);
    left: calc(99vw - var(--width));
    display: flex;
    flex-direction: row;
    width: var(--width);
    height: fit-content;
    padding: 0.7vh 0 1.2vh 0;
    background-color: rgba(199, 94, 94, 1);
    border-radius: 2vh;
    z-index: 100;
}

.errorText[b-nf3ibnmjmx] {
    width: 90%;
    height: 54px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    color: rgba(255, 255, 255, 1);
    align-items: center;
}

.errorIcon[b-nf3ibnmjmx] {
    margin: 10px;
    margin-top: 5px;
}


@media all and (max-width: 425px)
{
    .errorContainer[b-nf3ibnmjmx] {
        top: calc(var(--inputFileZoneHeight) - 160px);
        left: calc((100vw - var(--width)) / 2);
    }
}

@media all and (max-width: 375px) {
    .errorContainer[b-nf3ibnmjmx] {
        --width: 345px;
    }
}

@media all and (max-width: 320px) {
    .errorContainer[b-nf3ibnmjmx] {
        --width: 305px;
    }
}
/* /Pages/Components/FileNameContainer.razor.rz.scp.css */
.fileNameContainer[b-x7trpuv19p] {
    position: absolute;
    width: 100%;
    height: var(--fileNameContainerHeight);
    max-height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    text-wrap: nowrap;
    text-align: center;
    display: flex;
    z-index: 101;
    align-items: center;
    justify-content: center;
}

[b-x7trpuv19p] .fileNameText {
    width: 100%;
    overflow: hidden;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    padding: 0 10px;
    line-height: 20px;
    white-space: break-spaces;
}

[b-x7trpuv19p] .buttonOpenFileInfo {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    display: none !important;
}

@media all and (max-width: 425px)
{
    [b-x7trpuv19p] .fileNameText {
        width: 90%;
        padding: 0;
        padding-right: 20px;
    }

    [b-x7trpuv19p] .svgContainer {
        display: flex;
        position: absolute;
        top: calc(var(--fileNameContainerHeight) / 2 - 10px);
        right: 5%;
    }

    [b-x7trpuv19p] .buttonOpenFileInfo {
        display: initial !important;
    }
}

@media all and (max-width: 375px)
{
}
/* /Pages/Components/SafetyContainer.razor.rz.scp.css */
.safetyConteiner[b-mcp1n8wey0] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: fit-content;
    padding: 8px;
    padding-bottom: 0;
    border-radius: 8px;
    margin-top: -8px;
    gap: 4px;
    background-color: rgba(141, 233, 183, 0.36);
}

.safetyText[b-mcp1n8wey0] {
    color: rgba(57, 57, 62, 0.7);
    width: 100%;
    height: fit-content;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 10px;
}

.safetyIcon[b-mcp1n8wey0] {
    width: 18.94px;
    height: 21.31px;
    gap: 0px;
    border: 1.5px 0px 0px 0px;
}

@media all and (max-width: 425px) {
    .safetyConteiner[b-mcp1n8wey0] {
        width: 400px;
        border-radius: 8px;
        padding: 7px;
        margin: -26px auto 0 auto;
    }

    .safetyText[b-mcp1n8wey0] {
        width: 100%;
        height: 100%;
        font-size: 15px;
        margin-left: 7px;
    }
}
@media all and (max-width: 375px) {
    .safetyConteiner[b-mcp1n8wey0] {
        width: 353px;
        border-radius: 8px;
        padding: 7px;
        margin: -33px auto 0 auto;
    }

    .safetyText[b-mcp1n8wey0] {
        width: 100%;
        height: 100%;
        font-size: 14px;
        margin-left: 7px;
        margin-bottom: 5px;
    }
}
@media all and (max-width: 320px) {
    .safetyConteiner[b-mcp1n8wey0] {
        width: 305px;
        height: 95px;
        margin: 10px auto 0 auto;
        padding: 7px;
    }
}
/* /Pages/Components/ShowOnGMapsButton.razor.rz.scp.css */
.buttonShowOnGMaps[b-44wbady5eg] {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 51px;
}

.showOnGMaps[b-44wbady5eg] {
    border-radius: 80px;
    padding: 7px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(128 203 236);
    display: flex;
    align-items: center;
    width: 100%
}

.showOnGMapsText[b-44wbady5eg] {
    font-size: 12px;
    margin: auto 0 auto 10px;
}

.showOnGMapsIcon[b-44wbady5eg] {
    width: 30px;
}


@media all and (max-width: 425px)
{
    .showOnGMaps[b-44wbady5eg] {
        display: none;
        margin-top: 0;
    }

    .showButton[b-44wbady5eg] {
        display: flex;
    }
}
/* /Pages/Components/WaitBox.razor.rz.scp.css */
.waitLoad[b-zow2do5t6p] {
    display: none;
    max-width: 808px;
    --width: 620px;
    --height: 51px;
    position: absolute;
    bottom: 70px;
    left: calc(50vw - var(--width) / 2);
    width: var(--width);
    height: var(--height);
}

.showWait[b-zow2do5t6p] {
    display: block;
}

.waitLoadContent[b-zow2do5t6p] {
    margin: auto 0 auto 0;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(17, 17, 17, 1);
    border-radius: 80px;
}

.waitLoadText[b-zow2do5t6p] {
    height: 27px;
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}

.waitIcon[b-zow2do5t6p] {
    --sizeWH: 31px;
    width: var(--sizeWH);
    height: var(--sizeWH);
}

@media all and (max-width: 1100px) {
    .waitLoad[b-zow2do5t6p] {
        max-width: 650px;
        --width: 84%;
        top: initial;
        bottom: 85px;
        left: calc(70vw - var(--width) / 2)
    }
}

@media all and (max-width: 900px) {
    .waitLoad[b-zow2do5t6p] {
        max-width: 540px;
        bottom: 45px;
    }

    .waitLoadText[b-zow2do5t6p] {
        font-size: 15px;
    }
}

@media all and (max-width: 768px) {
    .waitLoad[b-zow2do5t6p] {
        max-width: 300px;
        bottom: 45px;
        left: calc(124vw - var(--width));
        height: 80px;
    }

    .waitLoadText[b-zow2do5t6p] {
        font-size: 14px;
        height: fit-content;
        width: 82%;
    }
}

@media all and (max-width: 425px) {
    .waitLoad[b-zow2do5t6p] {
        max-width: 403px;
        --width: 403px;
        --height: 122px;
        position: absolute;
        top: 558px;
        left: calc((100vw - var(--width)) / 2);
        width: var(--width);
        height: var(--height);
    }

    .waitLoadContent[b-zow2do5t6p] {
        width: 100%;
        border-radius: 0 0 30px 30px;
    }

    .waitLoadText[b-zow2do5t6p] {
        color: rgba(255, 255, 255, 1);
        width: 315px;
        margin-top: -13px;
        font-weight: 700;
        font-size: 19px;
        line-height: 23px;
        text-align: left;
        height: 27px;
    }
}

@media all and (max-width: 375px) {
    .waitLoad[b-zow2do5t6p] {
        --width: 345px;
        top: 522px;
        left: calc((100vw - var(--width)) / 2);
    }

    .waitLoadText[b-zow2do5t6p] {
        color: rgba(255, 255, 255, 1);
        width: 216px;
        height: 69px;
        margin-top: 26px;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    } 
}

@media all and (max-width: 320px) {
    .waitLoad[b-zow2do5t6p] {
        --width: 304px;
        left: calc((100vw - var(--width)) / 2);
    }

    .waitLoadText[b-zow2do5t6p] {
        color: rgba(255, 255, 255, 1);
        width: 216px;
        height: 69px;
        margin-top: 26px;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
}
/* /Pages/Components/WarningContainer.razor.rz.scp.css */
.warningContainer[b-16x9bpxxm8] {
    --width: 403px;
    position: absolute;
    top: calc(var(--inputFileZoneHeight) + 100px);
    left: calc(99vw - var(--width));
    display: flex;
    flex-direction: row;
    width: var(--width);
    height: fit-content;
    padding: 7px 7px 7px 0;
    background-color: rgba(239, 238, 62, 0.85);
    border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
}

.warningText[b-16x9bpxxm8] {
    width: 90%;
    height: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    color: rgb(107, 107, 107);
    align-items: center;
}

.warningIcon[b-16x9bpxxm8] {
    margin: 10px;
    margin-top: 5px;
}

@media all and (max-width: 425px) {
    .warningContainer[b-16x9bpxxm8] {
        top: calc(var(--inputFileZoneHeight) - 235px);
        left: calc((100vw - var(--width)) / 2);
    }
}

@media all and (max-width: 375px) {
    .warningContainer[b-16x9bpxxm8] {
        top: calc(var(--inputFileZoneHeight) - 265px);
        --width: 345px;
    }
}

@media all and (max-width: 320px) {
    .warningContainer[b-16x9bpxxm8] {
        top: calc(var(--inputFileZoneHeight) - 275px);
        --width: 305px;
    }
}
/* /Pages/FileUpload.razor.rz.scp.css */
[b-9b1xf2f0ze] .inputButton {
    width: 100%;
    height: 100%;
    border-radius: 80px !important;
    background-color: rgba(70, 64, 222, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
}


[b-9b1xf2f0ze] .checkBoxButton {
    --sizeWH: 2.6vh;
    width: var(--sizeWH);
    height: var(--sizeWH);
}

[b-9b1xf2f0ze] .checkBoxItem {
    width: 100%;
    border-radius: 32px;
    background-color: rgba(235, 235, 239, 1)
}

[b-9b1xf2f0ze] .selectDownloadTypeItem {
    width: 100%;
    border-radius: 32px;
    background-color: rgba(235, 235, 239, 1)
}

.checkBox[b-9b1xf2f0ze] {
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
    width: 90%;
    height: 30px;
    justify-content: flex-end;
    align-items: center;
}

.checkBoxMargins[b-9b1xf2f0ze] {
    margin-left: 15px;
    margin-top: 20px;
}

.checkBoxText[b-9b1xf2f0ze] {
    font-weight: 400;
    font-size: 14px;
    white-space: nowrap;
    line-height: 27px;
    margin: auto 0 auto 0;
    height: 100%;
}

.downloadInSrcCrs[b-9b1xf2f0ze] {
    width: 90%;
    display: flex;
    margin: 0 auto;
    height: 40px;
    align-items: center;
}

[b-9b1xf2f0ze] .dowloadButton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px !important;
    border-radius: 80px;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
}

[b-9b1xf2f0ze] .parcels {
    background-color: rgba(44, 154, 210, 1);
}

[b-9b1xf2f0ze] .subparcels {
    background-color: rgba(71, 175, 48, 1);
}

[b-9b1xf2f0ze] .buildings {
    background-color: orange;
}

[b-9b1xf2f0ze] .zones {
    background-color: rgba(229, 57, 53, 1);
}

[b-9b1xf2f0ze] .borders {
    background-color: rgba(155, 0, 0, 1);
}

[b-9b1xf2f0ze] .inputContact {
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(17, 17, 17, 1);
}

@media all and (max-width: 768px) {
    .checkBoxText[b-9b1xf2f0ze] {
        font-size: 90%;
    }
}


@media all and (max-width: 425px) {
    .checkBox[b-9b1xf2f0ze] {
        width: 98%;
        height: 60px;
        gap: 0;
    }

    .checkBoxMargins[b-9b1xf2f0ze] {
        margin: 0 auto;
    }

    .checkBoxText[b-9b1xf2f0ze] {
        font-size: 14px;
        margin: initial;
        white-space: wrap;
        height: fit-content;
    }

    .downloadInSrcCrs[b-9b1xf2f0ze] {
        width: 92%;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media all and (max-width: 375px) {
    .checkBox[b-9b1xf2f0ze] {
        height: 60px;
        gap: 0;
        align-items: center;
        justify-content: space-evenly;
    }
}

@media all and (max-width: 320px) {
    .checkBox[b-9b1xf2f0ze] {
        height: 60px;
    }

    .downloadInSrcCrs[b-9b1xf2f0ze] {
        width: 98%;
    }
}
/* /Pages/Map.razor.rz.scp.css */
.map[b-c23uw7ufyb] {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 0;
}

.fileUpload[b-c23uw7ufyb] {
    width: calc(100vw - var(--fileInfoWidth));
}

.layersControlContainer[b-c23uw7ufyb] {
    background-color: rgb(17, 17, 17, 1);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 120px;
    border-radius: 0 30px 0 0;
}

.layersControl[b-c23uw7ufyb] {
    background-color: rgb(0, 0, 0, 0);
    width: 95%;
    line-height: 0px;
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    border: 1px dashed rgba(192, 192, 192, 1);
    border-radius: 0 30px 0 0;
}

.layersControlItem[b-c23uw7ufyb] {
    margin: 3px;
}

.layersInput[b-c23uw7ufyb] {
    --sizeWH: 20px;
    width: var(--sizeWH);
    height: var(--sizeWH);
    color: rgba(70, 64, 222, 1);
}

.layersText[b-c23uw7ufyb] {
    color: rgba(174, 174, 174, 1);
    margin-left: 7px;
    font-size: 16px;
}

@media all and (max-width: 425px) {
    #map[b-c23uw7ufyb] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
    }

    .layersControlContainer[b-c23uw7ufyb] {
        height: 130px;
    }

    .layersControl[b-c23uw7ufyb] {
        padding: 5px;
    }

    .layersControlItem[b-c23uw7ufyb] {
        margin: 3px;
    }
}

@media all and (max-width: 375px) {
    #map[b-c23uw7ufyb] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw !important;
    }
}
