/* _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: 25px;
}

.zh-background[b-5w5l2gaglu] {
    position: absolute;
    z-index: 1;
    width: 630px;
    right: -300px;
    top: -20%;
}

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

[b-5w5l2gaglu] .mud-typography-h2 {
    font-size: 1.7em;
}

[b-5w5l2gaglu] .mud-typography-subtitle1 {
    line-height: 1.3;
}

[b-5w5l2gaglu] .mud-button.discounts {
    background-color: #D7272A;
}

[b-5w5l2gaglu] .mud-button.restaurants {
    background-color: #F45900;
}

.event_icon[b-5w5l2gaglu] {
    transform: rotate(-15deg);
}

.discounts_icon[b-5w5l2gaglu] {
    transform: rotate(15deg);
}

.restaurants_icon[b-5w5l2gaglu] {
    transform: rotate(15deg);
}
/* _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;
}
