@import '_content/RensaFamily.BuildingPlace.Blazor/RensaFamily.BuildingPlace.Blazor.f2elfa1gpf.bundle.scp.css';
@import '_content/Supercode.Blazor.BreadcrumbNavigation/Supercode.Blazor.BreadcrumbNavigation.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-jmrvge132c] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-jmrvge132c] {
    flex: 1;
}

.sidebar[b-jmrvge132c] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-jmrvge132c] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-jmrvge132c]  a, .top-row[b-jmrvge132c]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-jmrvge132c]  a:hover, .top-row[b-jmrvge132c]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-jmrvge132c]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-jmrvge132c] {
        justify-content: space-between;
    }

    .top-row[b-jmrvge132c]  a, .top-row[b-jmrvge132c]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-jmrvge132c] {
        flex-direction: row;
    }

    .sidebar[b-jmrvge132c] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-jmrvge132c] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-jmrvge132c]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-jmrvge132c], article[b-jmrvge132c] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/Disclaimer/Disclaimer.razor.rz.scp.css */
.section-disclaimer[b-eb9h362q07] {
    padding: 50px 0;
}
/* /Pages/Problem/Problem.razor.rz.scp.css */
*[b-nlno7txwl2] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body[b-nlno7txwl2] {
    padding: 0;
    margin: 0;
}

#problem[b-nlno7txwl2] {
    position: relative;
    height: 100vh;
    background: #f6f6f6;
}

    #problem .problem[b-nlno7txwl2] {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.problem[b-nlno7txwl2] {
    max-width: 767px;
    width: 100%;
    line-height: 1.4;
    padding: 110px 40px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.1);
}

    .problem .problem-500[b-nlno7txwl2] {
        position: relative;
        height: 180px;
    }

        .problem .problem-500 h1[b-nlno7txwl2] {
            font-family: 'Roboto', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 165px;
            font-weight: 700;
            margin: 0px;
            color: #262626;
            text-transform: uppercase;
        }

            .problem .problem-500 h1 > span[b-nlno7txwl2] {
                color: darkred;
            }

    .problem h2[b-nlno7txwl2] {
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: 400;
        text-transform: uppercase;
        color: #151515;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .problem .problem-search[b-nlno7txwl2] {
        position: relative;
        max-width: 320px;
        width: 100%;
        margin: auto;
    }

        .problem .problem-search > input[b-nlno7txwl2] {
            font-family: 'Roboto', sans-serif;
            width: 100%;
            height: 50px;
            padding: 3px 65px 3px 30px;
            color: #151515;
            font-size: 16px;
            background: transparent;
            border: 2px solid #c5c5c5;
            border-radius: 40px;
            -webkit-transition: 0.2s all;
            transition: 0.2s all;
        }

            .problem .problem-search > input:focus[b-nlno7txwl2] {
                border-color: #00b7ff;
            }

        .problem .problem-search > button[b-nlno7txwl2] {
            position: absolute;
            right: 15px;
            top: 5px;
            width: 40px;
            height: 40px;
            text-align: center;
            border: none;
            background: transparent;
            padding: 0;
            cursor: pointer;
        }

            .problem .problem-search > button > span[b-nlno7txwl2] {
                width: 15px;
                height: 15px;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
                margin-left: -3px;
            }

                .problem .problem-search > button > span[b-nlno7txwl2]:after {
                    position: absolute;
                    content: '';
                    width: 10px;
                    height: 10px;
                    left: 0px;
                    top: 0px;
                    border-radius: 50%;
                    border: 4px solid #c5c5c5;
                    -webkit-transition: 0.2s all;
                    transition: 0.2s all;
                }

.problem-search > button > span[b-nlno7txwl2]:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 10px;
    left: 7px;
    top: 17px;
    border-radius: 2px;
    background: #c5c5c5;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.problem .problem-search > button:hover > span[b-nlno7txwl2]:after {
    border-color: #00b7ff;
}

.problem .problem-search > button:hover > span[b-nlno7txwl2]:before {
    background-color: #00b7ff;
}

@media only screen and (max-width: 767px) {
    .problem h2[b-nlno7txwl2] {
        font-size: 18px;
    }
}

@media only screen and (max-width: 480px) {
    .problem .problem-500 h1[b-nlno7txwl2] {
        font-size: 141px;
    }
}
/* /Shared/CopyToClipboard.razor.rz.scp.css */
.tooltip-wrapper[b-jrsxlxi06u] {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#spanTextWrapper[b-jrsxlxi06u] {
    visibility: hidden;
    position: absolute;
    width: 150px;
    bottom: 126%;
    margin-left: -10%;
    text-align: center;
    z-index: 1;
}

    #spanTextWrapper[b-jrsxlxi06u]::after {
        content: "";
        position: absolute;
        top: 116%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #363636 transparent transparent transparent;
    }

.tooltip-wrapper:hover #spanTextWrapper[b-jrsxlxi06u] {
    visibility: visible;
}

.tooltipSpan[b-jrsxlxi06u] {
    background-color: #363636;
    color: white;
    border-radius: 6px;
    padding: 5px 10px;
}
