﻿body {
    font-family: 'Cairo', sans-serif;
}

.fade-in {
    animation: fadeIn 1s ease-in;
}

@@keyframes fadeIn {
    from {
        opacity: 1 !important;
    }

    to {
        opacity: 1;
    }
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.fullscreen-loader {
    position: fixed;
    z-index: 9999;
    background: #fff;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-content {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    left: 40px;
    top: 40px;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
    background: white;
}

.waves {
    position: absolute;
    width: 160px;
    height: 160px;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.wave {
    position: absolute;
    border: 4px solid #1399e7;
    opacity: 0.7;
    border-radius: 50%;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    animation: wavePulse 2s infinite;
    box-sizing: border-box;
}

.wave1 {
    animation-delay: 0s;
}

.wave2 {
    animation-delay: .5s;
}

.wave3 {
    animation-delay: 1s;
}

@keyframes wavePulse {
    0% {
        transform: scale(0.7);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.2);
        opacity: 0.2;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.hero-cta-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -70px;
}

.store-badges {
    display: flex;
    gap: 12px;
}

.store-badge {
    height: 190px;
    max-width: 200px;
    transition: transform 0.15s;
}

    .store-badge:hover {
        transform: scale(1.06);
    }

.pricing-block {
    padding: 60px 0;
    background: #f8fafc;
}

.pricing-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 22px rgba(44,63,88,0.07),0 1.5px 0px rgba(44,63,88,0.01);
    padding: 32px 28px 28px 28px;
    position: relative;
    min-height: 540px;
    transition: box-shadow 0.17s;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .pricing-card:hover, .pricing-card--featured {
        box-shadow: 0 4px 32px 2px rgba(35,132,232,0.12);
    }

.pricing-card__ribbon {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffb300;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 6px 22px;
    border-radius: 24px;
    z-index: 2;
    box-shadow: 0 2px 12px 1px rgba(255,179,0,0.16);
    letter-spacing: 0.2px;
}

.pricing-card__icon {
    width: 62px;
    height: 62px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 17px;
    margin-top: -6px;
}

.bg-warning {
    background: #ffb300 !important;
}

.bg-primary {
    background: #1399e7 !important;
}

.bg-dark {
    background: #333f50 !important;
}

.pricing-card__title {
    font-size: 1.35rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.pricing-card__price {
    margin: 0 0 20px;
    font-weight: 800;
    font-size: 2.3rem;
    color: #1399e7;
}

    .pricing-card__price .currency {
        font-size: 1rem;
        color: #808c99;
        font-weight: 500;
        margin-left: 5px;
    }

.pricing-card__features {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
    text-align: left;
    font-size: 1.07rem;
    color: #42506c;
    line-height: 1.7;
    flex-grow: 1;
}

.pricing-card__btn {
    min-width: 135px;
    font-weight: bold;
    font-size: 1rem;
}

@media (max-width: 767.98px) {
    .pricing-block {
        padding: 28px 0 !important;
    }

    .pricing-card {
        min-height: unset !important;
        padding: 18px 10px 16px 10px;
    }

    .pricing-card__title,
    .pricing-card__price {
        font-size: 1.05rem;
    }
}
/* Company Profile Enhanced Styles */

/* Navigation Tabs */
.ui-nav-tabs {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e9ecef;
    margin-bottom: 1.5rem;
}

.ui-nav-link {
    padding: 0.75rem 1.25rem;
    text-decoration: none;
    color: #6c757d;
    border-radius: 0.375rem 0.375rem 0 0;
    transition: all 0.2s ease;
    position: relative;
}

    .ui-nav-link:hover {
        color: #0d6efd;
        background-color: #f8f9fa;
    }

    .ui-nav-link.active {
        color: #0d6efd;
        background-color: #ffffff;
        border-bottom: 2px solid #0d6efd;
        font-weight: 600;
    }

/* Section Headers */
.ui-section-header {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}

    .ui-section-header h4 {
        margin: 0;
        color: #2c3e50;
        font-weight: 600;
    }

/* Logo Upload Area */
.ui-logo-upload-area {
    border: 2px dashed #dee2e6;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .ui-logo-upload-area:hover {
        border-color: #0d6efd;
        background-color: #f8f9fa;
    }

.ui-logo-upload-label {
    display: block;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    margin: 0;
}

.ui-logo-upload-input {
    display: none;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.ui-logo-upload-icon {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.upload-text {
    font-weight: 600;
    color: #495057;
}

.current-logo {
    position: relative;
    display: inline-block;
}

    .current-logo img {
        max-height: 120px;
        max-width: 200px;
        border-radius: 0.375rem;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .current-logo .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.7);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 0.375rem;
    }

    .current-logo:hover .overlay {
        opacity: 1;
    }

/* Progress Bar */
.ui-progress {
    height: 8px;
    background-color: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
}

.ui-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0d6efd, #20c997);
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
}

/* Info Cards */
.ui-info-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

    .ui-info-card h6 {
        color: #495057;
        font-weight: 600;
        margin-bottom: 0.75rem;
    }

.ui-requirement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ui-requirement-list li {
        padding: 0.25rem 0;
        color: #6c757d;
        font-size: 0.875rem;
    }

        .ui-requirement-list li:before {
            content: "✓";
            color: #198754;
            font-weight: bold;
            margin-right: 0.5rem;
        }

/* Summary Cards */
.ui-summary-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.summary-stats {
    display: flex;
    gap: 2rem;
    margin-bottom: 1rem;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1;
}

.stat-label {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
}

.areas-list, .points-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.area-badge, .point-item {
    background: #e7f3ff;
    color: #0d6efd;
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.point-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 200px;
}

.point-value {
    font-weight: 600;
    color: #198754;
}

.more-indicator {
    color: #6c757d;
    font-style: italic;
    font-size: 0.875rem;
}

.empty-state {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
}

    .empty-state i {
        font-size: 3rem;
        margin-bottom: 1rem;
        opacity: 0.5;
    }

/* Statistics Cards */
.ui-stat-card {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
}

    .ui-stat-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

    .stat-icon.bg-primary {
        background: linear-gradient(135deg, #0d6efd, #6610f2);
    }

    .stat-icon.bg-success {
        background: linear-gradient(135deg, #198754, #20c997);
    }

    .stat-icon.bg-warning {
        background: linear-gradient(135deg, #ffc107, #fd7e14);
    }

    .stat-icon.bg-info {
        background: linear-gradient(135deg, #0dcaf0, #6f42c1);
    }

.stat-content h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
    line-height: 1;
}

.stat-content p {
    color: #6c757d;
    margin: 0;
    font-size: 0.875rem;
}

/* Regions Management */
.regions-accordion {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
}

.region-item {
    border-bottom: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

    .region-item:last-child {
        border-bottom: none;
    }

    .region-item.selected {
        background-color: #f8f9fa;
        border-left: 4px solid #0d6efd;
    }

.region-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .region-header:hover {
        background-color: #f8f9fa;
    }

.region-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
}

.region-checkbox input[type="checkbox"] {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0;
}

.region-details h6 {
    margin: 0 0 0.25rem 0;
    color: #2c3e50;
    font-weight: 600;
}

.region-stats {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.stat-badge {
    background: #e9ecef;
    color: #495057;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .stat-badge.selected {
        background: #d1ecf1;
        color: #0c5460;
    }

.region-actions {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.region-status i {
    font-size: 1.25rem;
}

/* Cities Container */
.cities-container {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }

    to {
        opacity: 1;
        max-height: 1000px;
    }
}

.cities-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
    background: #ffffff;
}

.cities-actions {
    display: flex;
    gap: 0.5rem;
}

.cities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.75rem;
    padding: 1rem 1.5rem;
}

.city-item {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: all 0.2s ease;
}

    .city-item:hover {
        border-color: #0d6efd;
        box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
    }

    .city-item.selected {
        background: #e7f3ff;
        border-color: #0d6efd;
    }

.city-label {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    margin: 0;
    cursor: pointer;
    position: relative;
}

    .city-label input[type="checkbox"] {
        margin-right: 0.75rem;
        width: 1.1rem;
        height: 1.1rem;
    }

.city-info {
    flex: 1;
}

.city-name {
    display: block;
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 0.25rem;
}

.city-name-en {
    color: #6c757d;
    font-size: 0.875rem;
}

.city-check-icon {
    color: #198754;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.city-item.selected .city-check-icon {
    opacity: 1;
}

/* Points Management */
.bulk-action-group {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 1rem;
}

    .bulk-action-group label {
        font-size: 0.875rem;
        font-weight: 600;
        color: #495057;
        margin-bottom: 0.5rem;
    }

.points-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.points-input {
    text-align: center;
    font-weight: 600;
    padding-right: 2.5rem;
}

    .points-input.has-value {
        background-color: #e7f3ff;
        border-color: #0d6efd;
        color: #0d6efd;
    }

.clear-points-btn {
    position: absolute;
    right: 0.5rem;
    background: none;
    border: none;
    color: #dc3545;
    cursor: pointer;
    padding: 0.25rem;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.points-input-group:hover .clear-points-btn {
    opacity: 1;
}

.clear-points-btn:hover {
    background-color: #f8d7da;
}

.status-badge {
    padding: 0.375rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

    .status-badge.configured {
        background-color: #d1edff;
        color: #0c5460;
    }

    .status-badge.unconfigured {
        background-color: #f8d7da;
        color: #721c24;
    }

.action-buttons {
    display: flex;
    gap: 0.25rem;
}

.category-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.category-name {
    font-weight: 600;
    color: #2c3e50;
}

.category-name-en {
    color: #6c757d;
    font-size: 0.875rem;
}

.unit-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.unit-name {
    font-weight: 500;
    color: #495057;
}

.unit-name-en {
    color: #6c757d;
}

.table-row-selected {
    background-color: #e7f3ff !important;
}

.row-number {
    font-weight: 600;
    color: #6c757d;
}

/* Form Actions */
.ui-form-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 0.5rem 0.5rem;
}

.selection-summary {
    font-size: 0.875rem;
}

.save-info {
    font-size: 0.875rem;
}

/* Button Variants */
.ui-btn-xs {
    padding: 0.125rem 0.375rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}

.ui-btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
}

.ui-btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
}

/* Input Group */
.ui-input-group {
    display: flex;
    align-items: stretch;
}

.ui-input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    border-radius: 0.375rem 0 0 0.375rem;
    color: #495057;
}

.ui-input-group .ui-input {
    border-radius: 0 0.375rem 0.375rem 0;
    border-left: none;
}

/* Required Fields */
.ui-label.required::after {
    content: " *";
    color: #dc3545;
}

/* Invalid Feedback */
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* Responsive Design */
@media (max-width: 768px) {
    .ui-nav-tabs {
        flex-direction: column;
        gap: 0.25rem;
    }

    .summary-stats {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .cities-grid {
        grid-template-columns: 1fr;
    }

    .ui-form-actions {
        flex-direction: column;
        align-items: stretch;
    }

        .ui-form-actions .ms-auto {
            margin: 0 !important;
            text-align: center;
        }

    .region-header {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
    }

    .region-actions {
        justify-content: center;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
    .ui-summary-card,
    .ui-stat-card {
        background: #343a40;
        border-color: #495057;
        color: #f8f9fa;
    }

    .stat-content h3,
    .category-name,
    .region-details h6 {
        color: #f8f9fa;
    }

    .cities-container {
        background: #495057;
    }

    .city-item {
        background: #343a40;
        border-color: #495057;
    }

        .city-item.selected {
            background: #1a3a52;
            border-color: #0d6efd;
        }
}

/* Animation and Transitions */
.ui-card, .ui-stat-card, .region-item, .city-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Loading States */
.loading-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
}

@keyframes loading {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
