/* _content/Dvizh.UI.Mobile/Pages/Home/Home.razor.rz.scp.css */
.page_container[b-5w5l2gaglu] {
    position: relative;
    overflow: hidden;
    margin: -16px;
    padding: 16px;
    padding-top: 50px;
    margin-top: -40px;
}

.zh-background[b-5w5l2gaglu] {
    position: absolute;
    z-index: 1;
    width: 190px;
    right: -100px;
    top: -40px;
    transform: rotate(-15deg);
}

[b-5w5l2gaglu] .page-main-content {
    position: relative;
    z-index: 5;
}

[b-5w5l2gaglu] .mud-typography-h2 {
    font-size: 26px;
    line-height: 110%;
    font-weight: 700;
}

[b-5w5l2gaglu] .mud-typography-h3 {
    font-size: 20px;
    line-height: 100%;
}

[b-5w5l2gaglu] .mud-button-label {
    font-size: 14px;
    line-height: 22px;
}

[b-5w5l2gaglu] .mud-button {
    padding: 7px 16px;
}

.home-items_container[b-5w5l2gaglu] {
    margin: 0px -16px;
}

.home-items_image[b-5w5l2gaglu] {
    width: 100%;
    max-width: 500px;
}
/* _content/Dvizh.UI.Mobile/Pages/NotFound/NotFound.razor.rz.scp.css */
.not-found_img[b-03vn2d22hf] {
    height: 202px;
    object-fit: contain;
}
/* _content/Dvizh.UI.Mobile/Pages/PersonalData/PersonalData.razor.rz.scp.css */
.circle-container[b-1bg014sg5r] {
    min-width: 78px;
    max-width: 78px;
    height: 78px;
    border: 2px solid #16161A; /* Черный контур */
    border-radius: 50%; /* Круглая форма */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px; /* Небольшой прозрачный отступ */
    box-sizing: border-box;
}

    .circle-container img[b-1bg014sg5r] {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover; /* Чтобы изображение заполняло круг */
    }

[b-1bg014sg5r] .mud-list {
    margin-left: -16px;
    margin-right: -16px;
}

[b-1bg014sg5r] .mud-list-item {
    padding: 16px;
}

    [b-1bg014sg5r] .mud-list-item:hover {
        background-color: transparent;
    }

    [b-1bg014sg5r] .mud-list-item:focus {
        background-color: transparent;
    }

[b-1bg014sg5r] .mud-list-item-clickable:active {
    background-color: transparent;
}

.support-badge[b-1bg014sg5r] {
    display: flex;
    justify-content: center;
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 12px 32px;
}

    .support-badge img[b-1bg014sg5r] {
        width: 100%;
        max-width: 400px;
    }

[b-1bg014sg5r] .mud-typography-subtitle2 {
    font-size: 17px;
}
