/* _content/MegasetMTS.Client.Web/Components/Auth/AuthBackButtonWidget.razor.rz.scp.css */
.back-button[b-3jf62lypy7] {
    border: 1px solid transparent;
    background: none;
    color: white;
    border-radius: 5px;
    transition: border 0.2s, opacity 0.2s, color 0.2s;
    padding: 10px;
}

.back-button:hover[b-3jf62lypy7] {
    border: 1px solid #9DF143;
    color: #9DF143;
}

.back-button:active[b-3jf62lypy7] {
    opacity: 0.5;
}
/* _content/MegasetMTS.Client.Web/Components/Auth/AuthCheckStateComponent.razor.rz.scp.css */
.auth-icon[b-n72s2y9052] {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.tabs[b-n72s2y9052] {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tab[b-n72s2y9052] {
    flex: 1;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
}

.tab.active[b-n72s2y9052] {
    border-bottom: 2px solid var(--primary-color);
    color: var(--primary-color);
}

.input-group[b-n72s2y9052] {
    margin-bottom: 20px;
}

.input-group label[b-n72s2y9052] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.social-login[b-n72s2y9052] {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.social-btn[b-n72s2y9052] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s;
}

.social-btn:hover[b-n72s2y9052] {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.auth-body[b-n72s2y9052] {
    padding: 30px;
}
/* _content/MegasetMTS.Client.Web/Components/Auth/AuthLoginStateComponent.razor.rz.scp.css */
.phone-display[b-2ukm45xlcx] {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.phone-number[b-2ukm45xlcx] {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.code-inputs[b-2ukm45xlcx] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.code-description[b-2ukm45xlcx] {
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
}

.code-input[b-2ukm45xlcx] {
    width: 50px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.code-input:focus[b-2ukm45xlcx] {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(174, 255, 70, 0.2);
}

.code-input:disabled[b-2ukm45xlcx] {
    animation: code-input-progress-b-2ukm45xlcx 3s infinite;
}

@keyframes code-input-progress-b-2ukm45xlcx {
    50% {border-color: var(--primary-color);}
}

.resend-button[b-2ukm45xlcx] {
    margin-bottom: 30px;
    color: var(--secondary-color);
    cursor: pointer;
    background: none;
    border: none;
}

.resend-button:disabled[b-2ukm45xlcx] {
    cursor: not-allowed;
    color: gray;
}
/* _content/MegasetMTS.Client.Web/Components/Auth/AuthRegisterStateComponent.razor.rz.scp.css */
.phone-display[b-6q53a3653c] {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.phone-number[b-6q53a3653c] {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.input-group[b-6q53a3653c] {
    margin-bottom: 20px;
}

.input-group label[b-6q53a3653c] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.auth-body[b-6q53a3653c] {
    padding: 30px;
}
/* _content/MegasetMTS.Client.Web/Components/Auth/AuthRegistrationVerifyStateComponent.razor.rz.scp.css */
.phone-display[b-u67tk1nrrb] {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.phone-number[b-u67tk1nrrb] {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.code-inputs[b-u67tk1nrrb] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.code-description[b-u67tk1nrrb] {
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
}

.code-input[b-u67tk1nrrb] {
    width: 50px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.code-input:focus[b-u67tk1nrrb] {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(174, 255, 70, 0.2);
}

.code-input:disabled[b-u67tk1nrrb] {
    animation: code-input-progress-b-u67tk1nrrb 3s infinite;
}

@keyframes code-input-progress-b-u67tk1nrrb {
    50% {border-color: var(--primary-color);}
}

.resend-button[b-u67tk1nrrb] {
    margin-bottom: 30px;
    color: var(--secondary-color);
    cursor: pointer;
    background: none;
    border: none;
}

.resend-button:disabled[b-u67tk1nrrb] {
    cursor: not-allowed;
    color: gray;
}
/* _content/MegasetMTS.Client.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uz0xz7yvnl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-uz0xz7yvnl], article[b-uz0xz7yvnl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-uz0xz7yvnl] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-uz0xz7yvnl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.main-content-container[b-uz0xz7yvnl] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

@media (max-width: 768px) {
    .main-content-container[b-uz0xz7yvnl] {
        padding: 10px;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Error/ErrorPage.razor.rz.scp.css */
.header-container[b-3wvxeq6q2r] {
    background: #1A1A1A;
    border-radius: 27px;
    padding: 40px;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Events/EventsDatePickers.razor.rz.scp.css */
.date-range-picker-container[b-l91ewstx5y] {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: white;
    max-width: 800px;
}

.date-controls[b-l91ewstx5y] {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.date-group[b-l91ewstx5y] {
    flex: 1;
    min-width: 280px;
}

.date-label[b-l91ewstx5y] {
    color: #e0e0e0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

.date-button[b-l91ewstx5y] {
    width: 100%;
    background: #2a2a2a;
    border: 1px solid transparent;
    border-radius: 16px;
    padding: 20px 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.date-button:hover[b-l91ewstx5y] {
    background: #333333;
    border: 1px solid #9DF143;
}

.date-button:active[b-l91ewstx5y] {
    
}

.calendar-icon[b-l91ewstx5y] {
    width: 24px;
    height: 24px;
    background: none;
    border-radius: 4px;
    position: relative;
    flex-shrink: 0;
    translate: 0 -3px;
}

.date-picker[b-l91ewstx5y] {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2a2a2a;
    border-radius: 20px;
    padding: 24px;
    z-index: 1000;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    min-width: 320px;
}

.date-picker.active[b-l91ewstx5y] {
    display: block;
    animation: fadeInScale-b-l91ewstx5y 0.2s ease-out;
}

@keyframes fadeInScale-b-l91ewstx5y {
    from {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

.picker-header[b-l91ewstx5y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.picker-title[b-l91ewstx5y] {
    font-size: 20px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
}

.nav-button[b-l91ewstx5y] {
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: background 0.2s;
}

.nav-button:hover[b-l91ewstx5y] {
    background: #3a3a3a;
}

.calendar[b-l91ewstx5y] {
    width: 100%;
}

.weekdays[b-l91ewstx5y] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    margin-bottom: 8px;
}

.weekday[b-l91ewstx5y] {
    text-align: center;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
}

.days[b-l91ewstx5y] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.day[b-l91ewstx5y] {
    aspect-ratio: 1;
    border: none;
    background: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.day:hover:not(:disabled)[b-l91ewstx5y] {
    background: #3a3a3a;
}

.day.other-month[b-l91ewstx5y] {
    color: #555;
}

.day.selected[b-l91ewstx5y] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%) !important;
    color: white;
}

.day.today[b-l91ewstx5y] {
    background: #1976D2;
    color: white;
}

.day.disabled[b-l91ewstx5y], .day:disabled[b-l91ewstx5y] {
    color: #444 !important;
    cursor: not-allowed !important;
    background: none !important;
}

.overlay[b-l91ewstx5y] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.overlay.active[b-l91ewstx5y] {
    display: block;
}

.picker-actions[b-l91ewstx5y] {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #3a3a3a;
}

.action-button[b-l91ewstx5y] {
    flex: 1;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.cancel-button[b-l91ewstx5y] {
    background: #3a3a3a;
    opacity: 0.8;
    color: white;
}

.cancel-button:hover[b-l91ewstx5y] {
    background: #4a4a4a;
    opacity: 1;
}

.ok-button[b-l91ewstx5y] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    opacity: 0.8;
    color: white;
}

.ok-button:hover[b-l91ewstx5y] {
    opacity: 1;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Events/EventsPage.razor.rz.scp.css */
.events-container[b-vs3tltjnq5] {
    background: #1A1A1A;
    border-radius: 27px;
    padding: 40px;
}

@media (max-width: 768px) {
    .events-container[b-vs3tltjnq5] {
        padding: 15px;
    }
}

.events-table[b-vs3tltjnq5] {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.events-table th[b-vs3tltjnq5] {
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
}

.events-table td[b-vs3tltjnq5] {
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
}

.events-table td:first-child[b-vs3tltjnq5] {
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.events-table td:last-child[b-vs3tltjnq5] {
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;

    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Events/EventsPager.razor.rz.scp.css */
.events-page-widget[b-terdn1wy0f] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 5px;
    color: white;
    border-radius: 5px;
    border: 1px solid transparent;
    background: none;
    width: 40px;
    height: 40px;
    transition: border-color 0.2s, color 0.2s;
}

.events-page-widget:hover[b-terdn1wy0f] {
    border: 1px solid #9DF143;
    color: #9DF143;
    opacity: 0.8;
}

.events-page-widget:active[b-terdn1wy0f] {
    border: 1px solid #9DF143;
    color: #9DF143;
    opacity: 0.5;
}

.events-page-widget:disabled[b-terdn1wy0f] {
    border: 1px solid #9DF143;
    color: black;
    background-color: #9DF143;
    opacity: 1;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Favors/FavorActivationDialog.razor.rz.scp.css */
.modal-overlay[b-hgkudb51k6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.confirmation-dialog[b-hgkudb51k6] {
    background: #2d2d2d;
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-hgkudb51k6 0.3s ease-out;
}

@keyframes dialogSlideIn-b-hgkudb51k6 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-header[b-hgkudb51k6] {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #404040;
}

.dialog-header h3[b-hgkudb51k6] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.dialog-content[b-hgkudb51k6] {
    padding: 2rem;
}

.service-info[b-hgkudb51k6] {
    background: #404040;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-name[b-hgkudb51k6] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.service-details[b-hgkudb51k6] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-hgkudb51k6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}

.detail-row .highlight[b-hgkudb51k6] {
    color: #9DF143;
    font-weight: 600;
}

.detail-row .price[b-hgkudb51k6] {
    color: #9DF143;
    font-weight: 600;
}

.confirm-text[b-hgkudb51k6] {
    text-align: center;
    color: #ccc;
    font-size: 1rem;
    margin: 0;
}

.dialog-actions[b-hgkudb51k6] {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-hgkudb51k6], .btn-confirm[b-hgkudb51k6] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel[b-hgkudb51k6] {
    background: #404040;
    color: #ccc;
}

.btn-cancel:hover[b-hgkudb51k6] {
    background: #4a4a4a;
    color: white;
}

.btn-confirm[b-hgkudb51k6] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
}

.btn-confirm:hover[b-hgkudb51k6] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.result-notification[b-hgkudb51k6] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    z-index: 1001;
    animation: slideInRight-b-hgkudb51k6 0.3s ease-out;
    min-width: 280px;
}

@keyframes slideInRight-b-hgkudb51k6 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.result-notification.success[b-hgkudb51k6] {
    background: rgba(126, 211, 33, 0.2);
    border: 1px solid rgba(126, 211, 33, 0.4);
    color: #7ed321;
}

.result-notification.cancelled[b-hgkudb51k6] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #dc3545;
}

.result-icon[b-hgkudb51k6] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .page-container[b-hgkudb51k6] {
        padding: 1rem;
    }

    .service-card[b-hgkudb51k6] {
        padding: 1.5rem;
    }

    .confirmation-dialog[b-hgkudb51k6] {
        margin: 1rem;
    }

    .dialog-actions[b-hgkudb51k6] {
        flex-direction: column;
    }

    .result-notification[b-hgkudb51k6] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Favors/FavorCard.razor.rz.scp.css */
.services-grid[b-h1uxtnx44k] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.service-card[b-h1uxtnx44k] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card:hover[b-h1uxtnx44k] {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    border-color: #9DF143;
}

.service-card.active[b-h1uxtnx44k] {
    border-color: #9DF143;
    background: linear-gradient(135deg, #2a4a2a 0%, #3a5a3a 100%);
}

.service-card.active[b-h1uxtnx44k]::after {
    content: '✓';
    position: absolute;
    top: 16px;
    right: 16px;
    background: #9DF143;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.card-header[b-h1uxtnx44k] {
    text-align: center;
    margin-bottom: 20px;
}

.card-title[b-h1uxtnx44k] {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-volume[b-h1uxtnx44k] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-price[b-h1uxtnx44k] {
    color: #ccc;
    font-size: 18px;
    font-weight: 600;
}

.card-features[b-h1uxtnx44k] {
    margin-bottom: 24px;
}

.feature-item[b-h1uxtnx44k] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #ccc;
}

.feature-icon[b-h1uxtnx44k] {
    color: #9DF143;
    font-size: 16px;
}

.validity-info[b-h1uxtnx44k] {
    background: rgba(154, 205, 50, 0.1);
    border: 1px solid rgba(154, 205, 50, 0.3);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.validity-title[b-h1uxtnx44k] {
    color: #9DF143;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.validity-text[b-h1uxtnx44k] {
    color: #ccc;
    font-size: 12px;
}

.activate-btn[b-h1uxtnx44k] {
    width: 100%;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.activate-btn:hover[b-h1uxtnx44k] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.activate-btn:active[b-h1uxtnx44k] {
    opacity: 0.3;
}

.activate-btn.active[b-h1uxtnx44k] {
    background: linear-gradient(135deg, #666 0%, #555 100%);
    cursor: not-allowed;
}

.activate-btn.deactivate[b-h1uxtnx44k] {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
}

.activate-btn.deactivate:hover[b-h1uxtnx44k] {
    box-shadow: 0 8px 25px rgba(244, 67, 54, 0.3);
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Favors/FavorCardSkeleton.razor.rz.scp.css */
.services-grid[b-cwd7yo31rp] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.service-card[b-cwd7yo31rp] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.service-card.active[b-cwd7yo31rp]::after {
    content: '✓';
    position: absolute;
    top: 16px;
    right: 16px;
    background: #9DF143;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.card-header[b-cwd7yo31rp] {
    text-align: center;
    margin-bottom: 20px;
}

.card-title[b-cwd7yo31rp] {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-volume[b-cwd7yo31rp] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-price[b-cwd7yo31rp] {
    color: #ccc;
    font-size: 18px;
    font-weight: 600;
}

.card-features[b-cwd7yo31rp] {
    margin-bottom: 24px;
}

.feature-item[b-cwd7yo31rp] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    color: #ccc;
}

.feature-icon[b-cwd7yo31rp] {
    color: #9DF143;
    font-size: 16px;
}

.validity-info[b-cwd7yo31rp] {
    padding: 12px;
    margin-bottom: 20px;
    text-align: center;
}

.validity-title[b-cwd7yo31rp] {
    color: #9DF143;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 4px;
}

.validity-text[b-cwd7yo31rp] {
    color: #ccc;
    font-size: 12px;
}

.activate-btn[b-cwd7yo31rp] {
    width: 100%;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
}


.activate-btn.deactivate[b-cwd7yo31rp] {
    background: linear-gradient(135deg, #f44336 0%, #d32f2f 100%);
}

.activate-btn.deactivate:hover[b-cwd7yo31rp] {
    box-shadow: 0 8px 25px rgba(244, 67, 54, 0.3);
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Favors/FavorsPage.razor.rz.scp.css */
.services-grid[b-qm70gn03b3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Index/Index.razor.rz.scp.css */
.numbers-container[b-03mogosj7q] {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}

.header-container[b-03mogosj7q] {
    background: #1A1A1A;
    border-radius: 27px;
    padding: 40px;
}

.tariff-cards[b-03mogosj7q] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

@media (max-width: 768px) {
    .tariff-cards[b-03mogosj7q] {
        grid-template-columns: 1fr;
    }
    
    .header-container[b-03mogosj7q] {
        padding: 15px;
    }
}

.logout-button[b-03mogosj7q] {
    background: none;
    border: none;
    transition: opacity 0.2s;
}

.logout-button img[b-03mogosj7q] {
    height: 25px;
    width: 25px;
}

.logout-button:hover[b-03mogosj7q] {
    opacity: 0.8;
}

.logout-button:active[b-03mogosj7q] {
    opacity: 0.5;
}

.change-contact-button[b-03mogosj7q] {
    font-size: 14px;
    color: var(--secondary-color);
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0 0 0 10px;
    transition: opacity 0.2s;
}

.change-contact-button[b-03mogosj7q] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    /* background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); */
    color: white;
    padding: 2px 4px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    transition: all 0.3s;
}

.change-contact-button:hover[b-03mogosj7q] {
    opacity: 0.9;
}

.change-contact-button:active[b-03mogosj7q]{
    opacity: 0.8;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Index/NumberCard.razor.rz.scp.css */
.number-container[b-wgwwr0l2wx]{
    background: #1A1A1A;
    border-radius: 27px;  
    padding: 40px;
}

.number-sub-container[b-wgwwr0l2wx] 
{
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;   
}

.initially-activation-traffic-label-desktop[b-wgwwr0l2wx] {
    font-size: 1rem;
}

.number-quote-container[b-wgwwr0l2wx] {
    background: #1A1A1A;
    border-radius: 15px;
    padding: 20px;
}

.available-label[b-wgwwr0l2wx] {
    font-family: 'Benzin-Bold', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.number-balance-label[b-wgwwr0l2wx] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 135.2%;
    text-align: left;
    text-transform: uppercase;

    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pay-button[b-wgwwr0l2wx] {
    border: none;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    opacity: 0.95;
    color: #FFFFFF;
    transition: opacity 0.2s;
}

.pay-button:hover[b-wgwwr0l2wx] {
    opacity: 1;
}

.pay-button:active[b-wgwwr0l2wx] {
    opacity: 0.8;
}

.my-number-header-label[b-wgwwr0l2wx] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.my-number-label[b-wgwwr0l2wx] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.quote-label[b-wgwwr0l2wx] {
    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.quote-bar-container[b-wgwwr0l2wx] {
    background: #303030;
    border-radius: 100px;
    height: 16px;
    width: 200px;
    overflow: hidden;
}

.quote-bar-foreground[b-wgwwr0l2wx] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 100px;
    height: 100%;
}

.tariff-price-label[b-wgwwr0l2wx] {
    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.option-container[b-wgwwr0l2wx] {
    color: white;
    border: solid 1px transparent;
    padding: 20px;
    background: #1A1A1A;
    border-radius: 10px;
    transition: border 0.2s, color 0.2s, opacity 0.2s;
    opacity: 1;
}

.option-container:hover[b-wgwwr0l2wx] {
    border: 1px solid #9DF143;
    color: #9DF143;
}

.option-container:active[b-wgwwr0l2wx] {
    opacity: 0.5;
}

.sim-card-status-wait-init[b-wgwwr0l2wx] {
    background: #0d6efd;
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 10px;
    border-radius: 8px;
}

.sim-card-status-active[b-wgwwr0l2wx] {
    background: #0f5132;
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 10px;
    border-radius: 8px;
}

.sim-card-status-blocked[b-wgwwr0l2wx] {
    background: #842029;
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    padding: 10px;
    border-radius: 8px;
}

.buttons-holder[b-wgwwr0l2wx] {
    overflow: hidden;
}

.number-container-border[b-wgwwr0l2wx] {
    border: 1px solid #9df14380;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.number-container-border-no-buttons[b-wgwwr0l2wx]{
    border: 1px solid #9df14380;
    border-bottom-right-radius: 27px;
    border-bottom-left-radius: 27px;
    border-top-left-radius: 27px;
    border-top-right-radius: 27px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.personal-info-alert-container[b-wgwwr0l2wx] {
    background: #6d0104;
    border-radius: 15px;
    padding: 20px;
    margin: 20px;
    color: white;
    border: solid 1px #b90000;
}

.personal-info-alert-button[b-wgwwr0l2wx] {
    border: none;
    background: #b90000;
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    opacity: 0.95;
    color: #FFFFFF;
    transition: opacity 0.2s;
}

.personal-info-alert-button:hover[b-wgwwr0l2wx] {
    opacity: 1;
}

.personal-info-alert-button:active[b-wgwwr0l2wx] {
    opacity: 0.8;
}


@media (max-width: 768px) {
    .number-container[b-wgwwr0l2wx] {
        padding: 15px;
    }
    
    .number-sub-container[b-wgwwr0l2wx] {
        padding: 15px;
    }
    
    .initially-activation-traffic-label-desktop[b-wgwwr0l2wx] {
        font-size: 0.75rem;
    }
    
    .buttons-holder[b-wgwwr0l2wx] {
        overflow-x: scroll;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Index/NumberCardSkeleton.razor.rz.scp.css */
.number-container[b-jq8iy6sv53]{
    background: #1A1A1A;
    border-radius: 27px;
    padding: 40px;
}

.number-sub-container[b-jq8iy6sv53]
{
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.number-quote-container[b-jq8iy6sv53] {
    background: #1A1A1A;
    border-radius: 15px;
    padding: 20px;
}

.available-label[b-jq8iy6sv53] {
    font-family: 'Benzin-Bold', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
}

.number-balance-label[b-jq8iy6sv53] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 135.2%;
    text-align: left;
    text-transform: uppercase;

    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.pay-button[b-jq8iy6sv53] {
    border: none;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    opacity: 0.95;
    color: #FFFFFF;
    transition: opacity 0.2s;
}

.pay-button:hover[b-jq8iy6sv53] {
    opacity: 1;
}

.pay-button:active[b-jq8iy6sv53] {
    opacity: 0.8;
}

.pay-button:disabled[b-jq8iy6sv53] {
    opacity: 0.3;
}

.my-number-header-label[b-jq8iy6sv53] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.my-number-label[b-jq8iy6sv53] {
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.quote-label[b-jq8iy6sv53] {
    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.quote-bar-container[b-jq8iy6sv53] {
    background: #303030;
    border-radius: 100px;
    height: 16px;
    width: 200px;
    overflow: hidden;
}

.quote-bar-foreground[b-jq8iy6sv53] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 100px;
    height: 100%;
}

.tariff-price-label[b-jq8iy6sv53] {
    background: linear-gradient(156.25deg, #D1FE4B 12.5%, #9DF143 75.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.logout-button[b-jq8iy6sv53] {
    background: none;
    border: none;
    transition: opacity 0.2s;
}

.logout-button img[b-jq8iy6sv53] {
    height: 25px;
    width: 25px;
}

.logout-button:hover[b-jq8iy6sv53] {
    opacity: 0.8;
}

.logout-button:active[b-jq8iy6sv53] {
    opacity: 0.5;
}

.logout-button:disabled[b-jq8iy6sv53] {
    opacity: 1;
}

.option-container[b-jq8iy6sv53] {
    color: white;
    border: solid 1px transparent;
    padding: 20px;
    background: #1A1A1A;
    border-radius: 10px;
    transition: border 0.2s, color 0.2s, opacity 0.2s;
    opacity: 1;
}

.option-container:hover[b-jq8iy6sv53] {
    border: 1px solid #9DF143;
    color: #9DF143;
}

.option-container:active[b-jq8iy6sv53] {
    opacity: 0.5;
}

.option-container:disabled[b-jq8iy6sv53] {
    border: solid 1px transparent;
    color: white;
    opacity: 1;
}

@media (max-width: 768px) {
    .number-container[b-jq8iy6sv53] {
        padding: 15px;
    }
    
    .number-sub-container[b-jq8iy6sv53] {
        padding: 15px;
    }
}

/* _content/MegasetMTS.Client.Web/Components/Pages/Payments/PaymentAmountPopup.razor.rz.scp.css */
.modal-overlay[b-1ufzwla75y] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.confirmation-dialog[b-1ufzwla75y] {
    background: #2d2d2d;
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-1ufzwla75y 0.3s ease-out;
}

@keyframes dialogSlideIn-b-1ufzwla75y {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-header[b-1ufzwla75y] {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #404040;
}

.dialog-header h3[b-1ufzwla75y] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.dialog-content[b-1ufzwla75y] {
    padding: 2rem;
}

.service-info[b-1ufzwla75y] {
    background: #404040;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-name[b-1ufzwla75y] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.service-details[b-1ufzwla75y] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-1ufzwla75y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}

.detail-row .highlight[b-1ufzwla75y] {
    color: #9DF143;
    font-weight: 600;
}

.detail-row .price[b-1ufzwla75y] {
    color: #9DF143;
    font-weight: 600;
}

.confirm-text[b-1ufzwla75y] {
    text-align: center;
    color: #ccc;
    font-size: 1rem;
    margin: 0;
}

.dialog-actions[b-1ufzwla75y] {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-1ufzwla75y], .btn-confirm[b-1ufzwla75y] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel[b-1ufzwla75y] {
    background: #404040;
    color: #ccc;
}

.btn-cancel:hover[b-1ufzwla75y] {
    background: #4a4a4a;
    color: white;
}

.btn-confirm[b-1ufzwla75y] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
}

.btn-confirm:hover[b-1ufzwla75y] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.btn-confirm:disabled[b-1ufzwla75y] {
    opacity: 0.5;
}

.result-notification[b-1ufzwla75y] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    z-index: 1001;
    animation: slideInRight-b-1ufzwla75y 0.3s ease-out;
    min-width: 280px;
}

@keyframes slideInRight-b-1ufzwla75y {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.result-notification.success[b-1ufzwla75y] {
    background: rgba(126, 211, 33, 0.2);
    border: 1px solid rgba(126, 211, 33, 0.4);
    color: #7ed321;
}

.result-notification.cancelled[b-1ufzwla75y] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #dc3545;
}

.result-icon[b-1ufzwla75y] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hint-link[b-1ufzwla75y] {
    text-decoration: none;
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 0.8rem;
}

.hint-link:hover[b-1ufzwla75y] {
    border-bottom: 1px dotted var(--secondary-color);
}

.hint-link:active[b-1ufzwla75y] {
    opacity: 0.8;
}

@media (max-width: 480px) {
    .page-container[b-1ufzwla75y] {
        padding: 1rem;
    }

    .service-card[b-1ufzwla75y] {
        padding: 1.5rem;
    }

    .confirmation-dialog[b-1ufzwla75y] {
        margin: 1rem;
    }

    .dialog-actions[b-1ufzwla75y] {
        flex-direction: column;
    }

    .result-notification[b-1ufzwla75y] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Payments/PaymentFailurePage.razor.rz.scp.css */
.payment-card[b-0h8bxnxy8b] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.payment-main-button[b-0h8bxnxy8b] {
    border: none;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    opacity: 0.95;
    color: #FFFFFF;
    transition: opacity 0.2s;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Payments/PaymentSuccessPage.razor.rz.scp.css */
.payment-card[b-mms9rgvhmf] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.payment-main-button[b-mms9rgvhmf] {
    border: none;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    border-radius: 10px;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 50px;
    opacity: 0.95;
    color: #FFFFFF;
    transition: opacity 0.2s;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Tariffs/TariffActivationDialog.razor.rz.scp.css */
.modal-overlay[b-btyg2tr1nq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.confirmation-dialog[b-btyg2tr1nq] {
    background: #2d2d2d;
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-btyg2tr1nq 0.3s ease-out;
}

@keyframes dialogSlideIn-b-btyg2tr1nq {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-header[b-btyg2tr1nq] {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #404040;
}

.dialog-header h3[b-btyg2tr1nq] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.dialog-content[b-btyg2tr1nq] {
    padding: 2rem;
}

.service-info[b-btyg2tr1nq] {
    background: #404040;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-name[b-btyg2tr1nq] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.service-details[b-btyg2tr1nq] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-btyg2tr1nq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}

.detail-row .highlight[b-btyg2tr1nq] {
    color: #9DF143;
    font-weight: 600;
}

.detail-row .price[b-btyg2tr1nq] {
    color: #9DF143;
    font-weight: 600;
}

.confirm-text[b-btyg2tr1nq] {
    text-align: center;
    color: #ccc;
    font-size: 1rem;
    margin: 0;
}

.dialog-actions[b-btyg2tr1nq] {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-btyg2tr1nq], .btn-confirm[b-btyg2tr1nq] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel[b-btyg2tr1nq] {
    background: #404040;
    color: #ccc;
}

.btn-cancel:hover[b-btyg2tr1nq] {
    background: #4a4a4a;
    color: white;
}

.btn-confirm[b-btyg2tr1nq] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
}

.btn-confirm:hover[b-btyg2tr1nq] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.result-notification[b-btyg2tr1nq] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    z-index: 1001;
    animation: slideInRight-b-btyg2tr1nq 0.3s ease-out;
    min-width: 280px;
}

@keyframes slideInRight-b-btyg2tr1nq {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.result-notification.success[b-btyg2tr1nq] {
    background: rgba(126, 211, 33, 0.2);
    border: 1px solid rgba(126, 211, 33, 0.4);
    color: #7ed321;
}

.result-notification.cancelled[b-btyg2tr1nq] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #dc3545;
}

.result-icon[b-btyg2tr1nq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .page-container[b-btyg2tr1nq] {
        padding: 1rem;
    }

    .service-card[b-btyg2tr1nq] {
        padding: 1.5rem;
    }

    .confirmation-dialog[b-btyg2tr1nq] {
        margin: 1rem;
    }

    .dialog-actions[b-btyg2tr1nq] {
        flex-direction: column;
    }

    .result-notification[b-btyg2tr1nq] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Tariffs/TariffCard.razor.rz.scp.css */
.tariff-card[b-qiyfoy1az8] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.tariff-card:hover[b-qiyfoy1az8] {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0,0,0,0.4);
    border-color: #9DF143;
}

.card-header[b-qiyfoy1az8] {
    text-align: center;
    margin-bottom: 20px;
}

.card-title[b-qiyfoy1az8] {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.card-price[b-qiyfoy1az8] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-price[b-qiyfoy1az8] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-period[b-qiyfoy1az8] {
    color: #888;
    font-size: 14px;
}

.card-features[b-qiyfoy1az8] {
    list-style: none;
    margin-bottom: 24px;
}

.card-features li[b-qiyfoy1az8] {
    padding: 8px 0;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-features li:last-child[b-qiyfoy1az8] {
    border-bottom: none;
}

.feature-name[b-qiyfoy1az8] {
    color: #ccc;
}

.feature-value[b-qiyfoy1az8] {
    color: #9ACD32;
    font-weight: 600;
}

.select-btn[b-qiyfoy1az8] {
    width: 100%;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.select-btn:hover[b-qiyfoy1az8] {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
}

.select-btn:active[b-qiyfoy1az8] {
    opacity: 0.3;
}

.select-btn-owned[b-qiyfoy1az8] {
    width: 100%;
    background: linear-gradient(135deg, #666 0%, #555 100%);
    cursor: not-allowed;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Tariffs/TariffCardSkeleton.razor.rz.scp.css */
.tariff-card[b-b2ospfno9r] {
    background: linear-gradient(135deg, #2a2a2a 0%, #3a3a3a 100%);
    border: 1px solid #404040;
    border-radius: 16px;
    padding: 24px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.card-header[b-b2ospfno9r] {
    text-align: center;
    margin-bottom: 20px;
}

.card-title[b-b2ospfno9r] {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.card-price[b-b2ospfno9r] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-price[b-b2ospfno9r] {
    font-size: 32px;
    font-weight: 700;
    color: #9DF143;
    margin-bottom: 4px;
}

.card-period[b-b2ospfno9r] {
    color: #888;
    font-size: 14px;
}

.card-features[b-b2ospfno9r] {
    list-style: none;
    margin-bottom: 24px;
}

.card-features li[b-b2ospfno9r] {
    padding: 8px 0;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-features li:last-child[b-b2ospfno9r] {
    border-bottom: none;
}

.feature-name[b-b2ospfno9r] {
    color: #ccc;
}

.feature-value[b-b2ospfno9r] {
    color: #9ACD32;
    font-weight: 600;
}

.select-btn[b-b2ospfno9r] {
    width: 100%;
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.5;
}
/* _content/MegasetMTS.Client.Web/Components/Pages/Tariffs/TariffsPage.razor.rz.scp.css */
.tariff-grid[b-kgfyij1a8w] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
/* _content/MegasetMTS.Client.Web/Components/Reconnect/MegasetReconnectModal.razor.rz.scp.css */
.reconnect-modal[b-pqncwmmdp2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    animation: reconnect-blur-b-pqncwmmdp2 3s infinite ease-in-out alternate;
}

@keyframes reconnect-blur-b-pqncwmmdp2 {
    0% {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }
    100% {
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(30px);
    }
}

.components-reconnect-hide[b-pqncwmmdp2]
{
    display: none;
}

.components-reconnect-show > div[b-pqncwmmdp2]
{
    display: none;
}
.components-reconnect-show > .show[b-pqncwmmdp2]
{
    display: block;
}

.components-reconnect-failed > div[b-pqncwmmdp2]
{
    display: none;
}
.components-reconnect-failed > .failed[b-pqncwmmdp2]
{
    display: block;
}

.components-reconnect-rejected >div[b-pqncwmmdp2]
{
    display: none;
}
.components-reconnect-rejected > .rejected[b-pqncwmmdp2]
{
    display: block;
}

.img-holder[b-pqncwmmdp2] {
    width: 10%;
    aspect-ratio: 1 / 1;
    position: relative;
}

.img-holder img[b-pqncwmmdp2] {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 10%;
    top: 10%;
    object-fit: contain;
}

.circle-holder[b-pqncwmmdp2] {
    position: absolute;
    width: 100%;
    aspect-ratio: 1 / 1;
    top: 0;
    left: 0;
}

@keyframes reconnect-circle-top-color-b-pqncwmmdp2 {
    0% {
        border-top-color: #4285f4;
    }

    33% {
        border-top-color: #ff1db0;
    }

    66% {
        border-top-color: #443ecd;
    }
    
    100% {
        border-top-color: #4285f4;
    }
}

@keyframes reconnect-circle-bot-color-b-pqncwmmdp2 {
    0% {
        border-bottom-color: #4285f4;
    }

    33% {
        border-bottom-color: #ff1db0;
    }

    66% {
        border-bottom-color: #443ecd;
    }

    100% {
        border-bottom-color: #4285f4;
    }
}

.circle[b-pqncwmmdp2] {
    width: 100%;
    height: 100%;
    position: relative;
    animation: rotate-b-pqncwmmdp2 4s linear infinite;
}

.circle[b-pqncwmmdp2]::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    border-top: 6px solid #4285f4;
    border-radius: 50%;
    animation: spin-b-pqncwmmdp2 2s linear infinite, reconnect-circle-top-color-b-pqncwmmdp2 4s linear infinite;
}

.circle[b-pqncwmmdp2]::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid transparent;
    border-bottom: 6px solid #4285f4;
    border-radius: 50%;
    animation: spin-b-pqncwmmdp2 2s linear infinite reverse, reconnect-circle-bot-color-b-pqncwmmdp2 4s linear infinite;
}

@keyframes rotate-b-pqncwmmdp2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin-b-pqncwmmdp2 {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) {
    .img-holder[b-pqncwmmdp2] {
        width: 50%;
    }
}
/* _content/MegasetMTS.Client.Web/Components/Widgets/BackButtonWidget.razor.rz.scp.css */
.back-button[b-o47e6gkun7] {
    border: 1px solid transparent;
    background: none;
    color: white;
    border-radius: 5px;
    transition: border 0.2s, opacity 0.2s, color 0.2s;
    padding: 10px;
}

.back-button:hover[b-o47e6gkun7] {
    border: 1px solid #9DF143;
    color: #9DF143;
}

.back-button:active[b-o47e6gkun7] {
    opacity: 0.5;
}
/* _content/MegasetMTS.Client.Web/Components/Widgets/ChangeContactNumber/ChangeContactNumberPopup.razor.rz.scp.css */
.modal-overlay[b-tdg663etoo] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.confirmation-dialog[b-tdg663etoo] {
    background: #2d2d2d;
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-tdg663etoo 0.3s ease-out;
}

@keyframes dialogSlideIn-b-tdg663etoo {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-header[b-tdg663etoo] {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #404040;
}

.dialog-header h3[b-tdg663etoo] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.dialog-actions[b-tdg663etoo] {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-tdg663etoo], .btn-confirm[b-tdg663etoo] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel[b-tdg663etoo] {
    background: #404040;
    color: #ccc;
}

.btn-cancel:hover[b-tdg663etoo] {
    background: #4a4a4a;
    color: white;
}

.btn-confirm[b-tdg663etoo] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
}

.btn-confirm:hover[b-tdg663etoo] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}
/* _content/MegasetMTS.Client.Web/Components/Widgets/ChangeContactNumber/Steps/ChangeContactNumberStep1View.razor.rz.scp.css */
.input-group[b-j514x239sx] {
    margin-bottom: 20px;
}

.input-group label[b-j514x239sx] {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.dialog-content[b-j514x239sx] {
    padding: 2rem;
}

.btn-cancel[b-j514x239sx] {
    background: none;
    border: none;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    color: #ccc;
    transition: color 0.2s;
}

.btn-cancel:hover[b-j514x239sx] {
    color: white;
}

.btn-cancel:active[b-j514x239sx] {
    opacity: 0.8;
}

.btn-cancel:disabled[b-j514x239sx] {
    opacity: 0.5;
}

.btn-confirm[b-j514x239sx] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    /* background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); */
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    transition: all 0.2s;
}

.btn-confirm:hover[b-j514x239sx] {
    opacity: 0.9;
}

.btn-confirm:active[b-j514x239sx] {
    opacity: 0.8;
}

.btn-confirm:disabled[b-j514x239sx] {
    opacity: 0.5;
}
/* _content/MegasetMTS.Client.Web/Components/Widgets/ChangeContactNumber/Steps/ChangeContactNumberStep2View.razor.rz.scp.css */
.code-input[b-8wqum8u5vx] {
    width: 50px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.code-input:focus[b-8wqum8u5vx] {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(174, 255, 70, 0.2);
}

.code-input:disabled[b-8wqum8u5vx] {
    animation: code-input-progress-b-8wqum8u5vx 3s infinite;
}

.code-input2[b-8wqum8u5vx] {
    width: 50px;
    height: 60px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--text-color);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
}

.code-input2:focus[b-8wqum8u5vx] {
    border-color: var(--primary-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(174, 255, 70, 0.2);
}

.code-input2:disabled[b-8wqum8u5vx] {
    animation: code-input-progress-b-8wqum8u5vx 3s infinite;
}

@keyframes code-input-progress-b-8wqum8u5vx {
    50% {border-color: var(--primary-color);}
}

.code-description[b-8wqum8u5vx] {
    text-align: center;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 1.5;
}

.code-inputs[b-8wqum8u5vx] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.dialog-content[b-8wqum8u5vx] {
    padding: 2rem;
}

.btn-cancel[b-8wqum8u5vx] {
    background: none;
    border: none;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    color: #ccc;
    transition: color 0.2s;
}

.btn-cancel:hover[b-8wqum8u5vx] {
    color: white;
}

.btn-cancel:active[b-8wqum8u5vx] {
    opacity: 0.8;
}

.btn-cancel:disabled[b-8wqum8u5vx] {
    opacity: 0.5;
}

.btn-confirm[b-8wqum8u5vx] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    /* background: linear-gradient(to right, var(--primary-color), var(--secondary-color)); */
    color: white;
    font-family: 'SF Pro Display', serif;
    font-style: normal;
    font-weight: 400;
    padding: 12px 20px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    transition: all 0.2s;
}

.btn-confirm:hover[b-8wqum8u5vx] {
    opacity: 0.9;
}

.btn-confirm:active[b-8wqum8u5vx] {
    opacity: 0.8;
}

.btn-confirm:disabled[b-8wqum8u5vx] {
    opacity: 0.5;
}
/* _content/MegasetMTS.Client.Web/Components/Widgets/InfoPopup.razor.rz.scp.css */
.modal-overlay[b-55wgrp1fp4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.confirmation-dialog[b-55wgrp1fp4] {
    background: #2d2d2d;
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: dialogSlideIn-b-55wgrp1fp4 0.3s ease-out;
}

@keyframes dialogSlideIn-b-55wgrp1fp4 {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.dialog-header[b-55wgrp1fp4] {
    padding: 2rem 2rem 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #404040;
}

.dialog-header h3[b-55wgrp1fp4] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
}

.dialog-content[b-55wgrp1fp4] {
    padding: 2rem;
}

.service-info[b-55wgrp1fp4] {
    background: #404040;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.service-name[b-55wgrp1fp4] {
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1rem;
    text-align: center;
}

.service-details[b-55wgrp1fp4] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.detail-row[b-55wgrp1fp4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ccc;
}

.detail-row .highlight[b-55wgrp1fp4] {
    color: #9DF143;
    font-weight: 600;
}

.detail-row .price[b-55wgrp1fp4] {
    color: #9DF143;
    font-weight: 600;
}

.confirm-text[b-55wgrp1fp4] {
    text-align: center;
    color: #ccc;
    font-size: 1rem;
    margin: 0;
}

.dialog-actions[b-55wgrp1fp4] {
    padding: 1rem 2rem 2rem 2rem;
    display: flex;
    gap: 1rem;
}

.btn-cancel[b-55wgrp1fp4], .btn-confirm[b-55wgrp1fp4] {
    flex: 1;
    padding: 0.875rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-cancel[b-55wgrp1fp4] {
    background: #404040;
    color: #ccc;
}

.btn-cancel:hover[b-55wgrp1fp4] {
    background: #4a4a4a;
    color: white;
}

.btn-confirm[b-55wgrp1fp4] {
    background: linear-gradient(270deg, #FF49BA -12.5%, #7D7AFF 100%);
    color: white;
}

.btn-confirm:hover[b-55wgrp1fp4] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.result-notification[b-55wgrp1fp4] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    z-index: 1001;
    animation: slideInRight-b-55wgrp1fp4 0.3s ease-out;
    min-width: 280px;
}

@keyframes slideInRight-b-55wgrp1fp4 {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.result-notification.success[b-55wgrp1fp4] {
    background: rgba(126, 211, 33, 0.2);
    border: 1px solid rgba(126, 211, 33, 0.4);
    color: #7ed321;
}

.result-notification.cancelled[b-55wgrp1fp4] {
    background: rgba(220, 53, 69, 0.2);
    border: 1px solid rgba(220, 53, 69, 0.4);
    color: #dc3545;
}

.result-icon[b-55wgrp1fp4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .page-container[b-55wgrp1fp4] {
        padding: 1rem;
    }

    .service-card[b-55wgrp1fp4] {
        padding: 1.5rem;
    }

    .confirmation-dialog[b-55wgrp1fp4] {
        margin: 1rem;
    }

    .dialog-actions[b-55wgrp1fp4] {
        flex-direction: column;
    }

    .result-notification[b-55wgrp1fp4] {
        top: 1rem;
        right: 1rem;
        left: 1rem;
        min-width: auto;
    }
}
