:root {
    --vr-gray-25: #fcfcfc;
    --vr-gray-50: #fafafa;
    --vr-gray-75: #f7f7f8;
    --vr-gray-100: #f4f4f5;
    --vr-gray-125: #efeff1;
    --vr-gray-150: #ececee;
    --vr-gray-175: #e9e9eb;
    --vr-gray-200: #e4e4e7;
    --vr-gray-225: #e0e0e3;
    --vr-gray-250: #dcdce0;
    --vr-gray-275: #d8d8dc;
    --vr-gray-300: #d4d4d8;
    --vr-gray-325: #c8c8cd;
    --vr-gray-350: #bbbbc1;
    --vr-gray-375: #aeaeB6;
    --vr-gray-400: #a1a1aa;
    --vr-gray-425: #95959e;
    --vr-gray-450: #898992;
    --vr-gray-475: #7d7d86;
    --vr-gray-500: #71717a;
    --vr-gray-525: #6a6a73;
    --vr-gray-550: #62626b;
    --vr-gray-575: #5a5a63;
    --vr-gray-600: #52525b;
    --vr-gray-625: #4e4e56;
    --vr-gray-650: #494951;
    --vr-gray-675: #44444b;
    --vr-gray-700: #3f3f46;
    --vr-gray-725: #39393e;
    --vr-gray-750: #333338;
    --vr-gray-775: #2d2d31;
    --vr-gray-800: #27272a;
    --vr-gray-825: #242427;
    --vr-gray-850: #202023;
    --vr-gray-875: #1c1c1f;
    --vr-gray-900: #18181b;
    --vr-gray-925: #111113;
    --vr-gray-950: #09090b;
    --vr-gray-975: #050506;

    --vr-green-50: #f0fdf4;
    --vr-green-100: #dcfce7;
    --vr-green-200: #bbf7d0;
    --vr-green-300: #86efac;
    --vr-green-400: #4ade80;
    --vr-green-500: #22c55e;
    --vr-green-600: #16a34a;
    --vr-green-700: #15803d;
    --vr-green-800: #166534;
    --vr-green-900: #14532d;
    --vr-green-950: #052e16;

    --vr-emerald-50: #ecfdf5;
    --vr-emerald-100: #d1fae5;
    --vr-emerald-200: #a7f3d0;
    --vr-emerald-300: #6ee7b7;
    --vr-emerald-400: #34d399;
    --vr-emerald-500: #10b981;
    --vr-emerald-600: #059669;
    --vr-emerald-700: #047857;
    --vr-emerald-800: #065f46;
    --vr-emerald-900: #064e3b;
    --vr-emerald-950: #022c22;

    --vr-rose-50: #fff1f2;
    --vr-rose-100: #ffe4e6;
    --vr-rose-200: #fecdd3;
    --vr-rose-300: #fda4af;
    --vr-rose-400: #fb7185;
    --vr-rose-500: #f43f5e;
    --vr-rose-600: #e11d48;
    --vr-rose-700: #be123c;
    --vr-rose-800: #9f1239;
    --vr-rose-900: #881337;
    --vr-rose-950: #4c0519;

    --color-email-social: #ef4444;
    --color-rss: #ee802f;

    --vr-body-bg: #ffffff;
    --vr-text-danger: #F8285A;

    /*
        --vr-fs-base: 0.9375rem;
        --vr-fs-post-title: 2.25rem;
        --vr-fs-post-summary: 1.125rem;
        --vr-fs-content: 1.0625rem;
        --vr-fs-main-nav: 0.9375rem;
        --vr-fs-tiny: 0.6875rem;
        --vr-fs-xs: 0.75rem;
        --vr-fs-sm: 0.8125rem;
        --vr-fs-md: 0.875rem;
        --vr-fs-lg: 1rem;
        --vr-fs-xl: 1.125rem;
        --vr-fs-title-xs: 0.9375rem;
        --vr-fs-title-sm: 1rem;
        --vr-fs-title-md: 1.125rem;
        --vr-fs-title-lg: 1.25rem;
        --vr-fs-title-xl: 1.375rem;
        --vr-fs-title-2xl: 1.5rem;
        --vr-fs-title-3xl: 1.625rem;
        --vr-fs-title-4xl: 1.875rem;
        --vr-fs-title-5xl: 2rem;
     */
}

.text-theme-color {
    color: var(--vr-theme-color) !important;
}

.vr-fs-base {
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
}

.vr-fs-post-title {
    font-size: var(--vr-fs-post-title);
    line-height: var(--vr-lh-post-title);
}

.vr-fs-post-summary {
    font-size: var(--vr-fs-post-summary);
    line-height: var(--vr-lh-post-summary);
}

.vr-fs-content {
    font-size: var(--vr-fs-content);
    line-height: var(--vr-lh-content);
}

.vr-fs-main-nav {
    font-size: var(--vr-fs-main-nav);
    line-height: var(--vr-lh-main-nav);
}

.vr-fs-tiny {
    font-size: var(--vr-fs-tiny);
    line-height: var(--vr-lh-tiny);
}

.vr-fs-xs {
    font-size: var(--vr-fs-xs);
    line-height: var(--vr-lh-xs);
}

.vr-fs-sm {
    font-size: var(--vr-fs-sm);
    line-height: var(--vr-lh-sm);
}

.vr-fs-md {
    font-size: var(--vr-fs-md);
    line-height: var(--vr-lh-md);
}

.vr-fs-lg {
    font-size: var(--vr-fs-lg);
    line-height: var(--vr-lh-lg);
}

.vr-fs-xl {
    font-size: var(--vr-fs-xl);
    line-height: var(--vr-lh-xl);
}

.vr-fs-title-xs {
    font-size: var(--vr-fs-title-xs);
    line-height: var(--vr-lh-title-xs);
}

.vr-fs-title-sm {
    font-size: var(--vr-fs-title-sm);
    line-height: var(--vr-lh-title-sm);
}

.vr-fs-title-md {
    font-size: var(--vr-fs-title-md);
    line-height: var(--vr-lh-title-md);
}

.vr-fs-title-lg {
    font-size: var(--vr-fs-title-lg);
    line-height: var(--vr-lh-title-lg);
}

.vr-fs-title-xl {
    font-size: var(--vr-fs-title-xl);
    line-height: var(--vr-lh-title-xl);
}

.vr-fs-title-2xl {
    font-size: var(--vr-fs-title-2xl);
    line-height: var(--vr-lh-title-2xl);
}

.vr-fs-title-3xl {
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
}

.vr-fs-title-4xl {
    font-size: var(--vr-fs-title-4xl);
    line-height: var(--vr-lh-title-4xl);
}

.vr-fs-title-5xl {
    font-size: var(--vr-fs-title-5xl);
    line-height: var(--vr-lh-title-5xl);
}

.h-70px {
    height: 70px !important;
}

.h-80px {
    height: 80px !important;
}

.h-100px {
    height: 100px !important;
}

.h-200px {
    height: 200px !important;
}

.max-w-400 {
    max-width: 400px !important;
}

.max-w-500 {
    max-width: 500px !important;
}

.max-w-600 {
    max-width: 600px !important;
}

.pointer-events-none {
    pointer-events: none !important;
}

.pointer-events-auto {
    pointer-events: auto !important;
}

.hover-elevate-up {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hover-elevate-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.js-hover-bg {
    transition: all 0.3s;
}

.js-hover-bg:hover {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.badge-soft-success {
    background-color: var(--vr-green-100) !important;
    color: var(--vr-green-600) !important;
    border: 1px solid var(--vr-green-200) !important;
    font-weight: 700;
    font-size: 0.813rem;
    transition: all 0.2s;
}

.badge-soft-success span {
    color: var(--vr-green-600) !important;
}

.link-hover-underline:hover {
    text-decoration: underline !important;
}

/* Prevent iOS Safari input zoom */
@media screen and (max-width: 768px) {
    input, textarea, select {
        font-size: 16px !important;
    }
}

/* Prevent modal left-alignment on mobile devices */
@media (max-width: 575.98px) {
    .modal-dialog {
        margin-right: auto !important;
        margin-left: auto !important;
        justify-content: center;
    }

    .modal-content {
        width: auto;
        margin: 0 auto;
    }
}

[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
    text-align: right !important;
    direction: ltr !important;
    unicode-bidi: plaintext;
}

/* Prevent text shifting inside ALL form controls (input, textarea, select) during validation */
.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
    padding-right: 1rem !important;
    background-image: none !important;
}

/* Sandboxed fix for empty paragraphs and margin generated by WYSIWYG editors */
.entry-content p, .editor-content p {
    margin-bottom: 0.5rem;
}

.entry-content p:empty::after, .editor-content p:empty::after {
    content: "\00A0";
}

/*--------------------------------------------------------------
# Alert
--------------------------------------------------------------*/
.alert-custom {
    display: flex;
    padding: 0.813rem 1.25rem;
    margin-bottom: 1.5rem;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.02);
    position: relative;
    align-items: center;
}

.alert-custom.alert-multiline {
    align-items: flex-start;
}

.alert-custom .icon-box {
    flex-shrink: 0;
    width: 2.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.alert-custom.alert-multiline .icon-box {
    height: 1.5rem;
    margin-top: 1px;
}

.alert-custom .icon-box svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke-width: 2px;
}

.alert-custom .alert-content {
    flex: 1;
    font-weight: 500;
    line-height: 1.5;
    font-size: 15px;
}

.alert-custom .alert-heading {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    display: block;
    line-height: 1.4;
}

.alert-custom ul {
    margin: 0.25rem 0 0 0;
    padding-left: 1.25rem;
    font-size: 0.9rem;
}

.alert-custom li {
    margin-bottom: 0.25rem;
}

.alert-custom .btn-close-custom {
    background: transparent;
    border: none;
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0.6;
    flex-shrink: 0;
}

.alert-custom.alert-multiline .btn-close-custom {
    margin-top: -0.25rem;
}

.alert-custom .btn-close-custom:hover {
    opacity: 1;
}

.alert-custom .btn-close-custom svg {
    width: 1.1rem;
    height: 1.1rem;
}

.alert-success-custom {
    background-color: #E8FFF3;
    border-color: #E8FFF3;
    color: #16a34a;
}

.alert-success-custom .icon-box,
.alert-success-custom .btn-close-custom {
    color: #16a34a;
}

.alert-danger-custom {
    background-color: #ffeef3;
    border-color: #ffeef3;
    color: #F8285A;
}

.alert-danger-custom .icon-box,
.alert-danger-custom .alert-heading,
.alert-danger-custom .btn-close-custom {
    color: #F8285A;
}

/*--------------------------------------------------------------
# Form Checkbox
--------------------------------------------------------------*/

.form-check-custom {
    min-height: 1.75rem;
    padding-left: 1.75rem;
}

.form-check-custom .form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 0.25rem;
    margin-left: -1.75rem;
    flex-shrink: 0;
    cursor: pointer;
    border: 1px solid #d1d5db;
    background-color: #f9fafb;
    transition: all .15s ease-in-out;
    outline: none !important;
}

.form-check-custom .form-check-label {
    cursor: pointer;
    user-select: none;
    line-height: 1.5;
    margin-top: 0;
    color: var(--vr-text-main) !important;
    position: relative;
    top: 2px;
}

.form-check-custom .form-check-input:checked {
    background-color: var(--vr-theme-color) !important;
    border-color: var(--vr-theme-color) !important;
}

.form-check-custom .form-check-input:focus {
    border-color: var(--vr-theme-color) !important;
    box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--vr-theme-color), transparent 85%) !important;
}

[dir="rtl"] .form-check-custom {
    padding-left: 0;
    padding-right: 1.75rem;
}

[dir="rtl"] .form-check-custom .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.75rem;
}

[dir="rtl"] .form-check-custom .form-check-label {
    text-align: right;
}

/*--------------------------------------------------------------
# Form Switch
--------------------------------------------------------------*/
.form-switch {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.form-switch .form-check-input {
    height: 1.375rem;
    width: 2.25rem;
    flex-shrink: 0;
    transition: background-position 0.2s ease-in-out;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
    background-color: #F1F1F4;
    border-color: #EDEDF0 !important;
    filter: none !important;
    color: var(--vr-gray-900) !important;
}

.form-switch .form-check-label {
    cursor: pointer;
    color: var(--vr-gray-900) !important;
}

.form-check-success .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    transition: background-position .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-check-success .form-check-input:checked {
    background-color: var(--vr-green-500) !important;
    border-color: var(--vr-green-500) !important;
}

.form-check-success .form-check-input:checked:focus {
    border-color: var(--vr-green-500) !important;
    box-shadow: 0 0 0 0.25rem rgba(22, 163, 74, 0.25);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-success .form-check-input:focus:not(:checked) {
    background-color: #f3f4f6;
    border-color: #d1d5db;
    box-shadow: 0 0 0 0.25rem rgba(107, 114, 128, 0.15);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/*--------------------------------------------------------------
# Vr Scrollbar
--------------------------------------------------------------*/
.vr-scrollbar {
    --vr-scrollbar-track: var(--vr-gray-50);
    --vr-scrollbar-thumb: var(--vr-gray-300);
    --vr-scrollbar-hover: var(--vr-gray-450);

    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-color: var(--vr-scrollbar-thumb) var(--vr-scrollbar-track);
    scrollbar-width: thin;
}

.vr-scrollbar::-webkit-scrollbar {
    width: 6px;
}

.vr-scrollbar::-webkit-scrollbar-track {
    background: var(--vr-scrollbar-track);
}

.vr-scrollbar::-webkit-scrollbar-thumb {
    background: var(--vr-scrollbar-thumb);
    border-radius: 4px;
    border: 2px solid var(--vr-scrollbar-track);
    background-clip: padding-box;
    transition: background-color 0.3s ease;
}

.vr-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--vr-scrollbar-hover);
}

[data-bs-theme="dark"] .vr-scrollbar {
    --vr-scrollbar-track: var(--vr-gray-925);
    --vr-scrollbar-thumb: var(--vr-gray-750);
    --vr-scrollbar-hover: var(--vr-gray-650);
}

/*--------------------------------------------------------------
# Top Menu
--------------------------------------------------------------*/
.topbar {
    --tb-bg: var(--vr-block-color);
    --tb-height: 48px;
    --tb-text: var(--vr-topbar-text-color);
    --tb-text-hover: var(--vr-topbar-text-color-hover);
    --tb-divider: rgba(255, 255, 255, 0.15);
    --tb-font-size: var(--vr-fs-sm);
    --tb-left-menu-gap: 1rem;
    --tb-img-width: 28px;
    --tb-img-height: 28px;
    --tb-dropdown-a-font-size: var(--vr-fs-md);
    --tb-dropdown-a-color: #222;

    background-color: var(--tb-bg);
    height: var(--tb-height);
    color: var(--tb-text);
    font-family: var(--tb-font);
    font-size: var(--tb-font-size);
    font-weight: 400;
    position: relative;
    z-index: 1050;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.topbar a {
    color: var(--tb-text);
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.topbar a:hover, .topbar a:active, .topbar a:focus {
    color: var(--tb-text-hover) !important;
}

.topbar .left-menu {
    display: flex;
    align-items: center;
    gap: var(--tb-left-menu-gap);
}

.topbar .topbar-right {
    flex-shrink: 0;
}

.topbar .topbar-actions {
    gap: 0.55rem;
}

.topbar .topbar-icon-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tb-text);
    opacity: 0.92;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.topbar .topbar-icon-btn:hover,
.topbar .topbar-icon-btn:focus {
    background-color: color-mix(in srgb, var(--tb-text) 14%, transparent);
    color: var(--tb-text-hover) !important;
    opacity: 1;
}

.topbar .topbar-icon-btn svg {
    display: block;
    flex-shrink: 0;
}

.topbar .topbar-actions .dropdown > .nav-link {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.topbar .topbar-actions .dropdown > .nav-link:hover,
.topbar .topbar-actions .dropdown > .nav-link:focus {
    background-color: color-mix(in srgb, var(--tb-text) 14%, transparent);
}

.topbar .dropdown-toggle::after {
    vertical-align: middle;
    font-size: 1em;
    margin-left: 0.3em;
}

.topbar .topbar-user-toggle.dropdown-toggle::after {
    margin-left: 0.2em;
}

.topbar .dropdown-menu {
    font-size: var(--tb-font-size);
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    animation: fadeInDropdown 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.topbar .dropdown-menu-user {
    min-width: 180px;
}

.topbar .dropdown-menu li a {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: var(--tb-dropdown-a-font-size) !important;
    color: var(--vr-gray-700) !important;
    border-radius: 2px;
    padding: .5rem 0.75rem !important;
}

.topbar .dropdown-menu li a .icon {
    width: 24px;
    color: var(--vr-gray-600);
}

.topbar .dropdown-menu li a .icon svg {
    color: var(--vr-gray-600);
}

.topbar .user-avatar-sm {
    width: var(--tb-img-width);
    height: var(--tb-img-height);
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.topbar .nav-avatar-wrap {
    position: relative;
    display: inline-flex;
    line-height: 0;
}

.topbar .nav-pro-badge {
    position: absolute;
    right: -0.4rem;
    bottom: -0.25rem;
    z-index: 2;
    padding: 0.05rem 0.28rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #0d9488 0%, #047857 100%);
    color: #fff !important;
    font-size: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.2;
    text-transform: uppercase;
    border: 1.5px solid var(--vr-mega-menu-color, #1a1a1a);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.topbar .topbar-username {
    max-width: 8.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar .theme-toggle-btn {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.45rem;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.topbar .theme-toggle-btn:hover,
.topbar .theme-toggle-btn:focus {
    background-color: color-mix(in srgb, var(--tb-text) 14%, transparent);
}

.topbar .theme-toggle-btn .theme-icon {
    width: 17px;
    height: 17px;
    stroke-width: 2px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .topbar .topbar-username {
        display: none;
    }

    .topbar .topbar-user-toggle.dropdown-toggle::after {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .topbar .topbar-actions {
        gap: 0.35rem;
    }
}

/*--------------------------------------------------------------
# Main menu
--------------------------------------------------------------*/
.js-logo-dark {
    display: none;
}

.js-logo-light {
    display: block;
}

[data-bs-theme="dark"] .js-logo-light {
    display: none;
}

[data-bs-theme="dark"] .js-logo-dark {
    display: block;
}

.mega-menu-wrapper {
    --mn-bg-nav: #ffffff;
    --mn-bg-dropdown: #ffffff;
    --mn-bg-sidebar: #fbfbfb;
    --mn-bg-hover: #ffffff;
    --mn-bg-card: #f0f0f0;
    --mn-bg-input: #fbfbfb;
    --mn-text-main: #111111;
    --mn-text-sub: #555555;
    --mn-text-muted: #aaaaaa;
    --mn-border: var(--vr-gray-125);
    --mn-font-size-nav: var(--vr-fs-main-nav);
    --mn-font-weight-nav: 600;
    --mn-radius-s: 0px;
    --mn-radius-m: 0.125rem;
    --mn-shadow: 0 10px 15px rgba(0, 0, 0, 0.06);
    --mn-navbar-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    --mn-margin-bottom: 1.5rem;
    --mn-min-height: 64px;
    --mn-padding-nav-link: 1.5rem 0.875rem;
    --mn-border-bottom-nav-link: 0;

    background-color: var(--mn-bg-nav);
    border-bottom: 1px solid var(--vr-gray-150);
    position: relative;
    width: 100%;
    margin-bottom: var(--mn-margin-bottom);
}

#sticky-menu-wrapper {
    z-index: 1040;
    min-height: var(--mn-min-height);
}

.mega-menu-wrapper .mn-icon {
    width: 1.125rem;
    height: 1.125rem;
    fill: currentColor;
    display: inline-block;
}

.mega-menu-wrapper .navbar {
    padding: 0;
    position: relative;
    z-index: 100;
    min-height: var(--mn-min-height);
}

.mega-menu-wrapper .navbar-nav .nav-link {
    color: var(--mn-text-main);
    font-weight: var(--mn-font-weight-nav);
    font-size: var(--mn-font-size-nav);
    line-height: 1.5rem;
    padding: var(--mn-padding-nav-link) !important;
    position: relative;
    border-bottom: var(--mn-border-bottom-nav-link);
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.mega-menu-wrapper .dropdown-toggle::after {
    display: none;
}

.mega-menu-wrapper .navbar-brand .logo {
    object-fit: contain !important;
}

.mega-menu-wrapper .search-icon-btn {
    color: var(--mn-text-main);
    font-size: 1.125;
    padding: var(--mn-padding-nav-link);
    cursor: pointer;
    transition: color 0.3s;
    border: none;
    background: transparent;
    display: flex;
    align-items: center;
}

.mega-menu-wrapper .search-icon-btn:hover,
.mega-menu-wrapper .search-icon-btn.active {
    color: var(--vr-theme-color);
}

.mega-menu-wrapper .header-search-dropdown {
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    width: 300px;
    background-color: var(--mn-bg-dropdown);
    box-shadow: var(--mn-shadow);
    border-top: 3px solid var(--vr-theme-color);
    padding: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mega-menu-wrapper .header-search-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mega-menu-wrapper .search-form-control {
    border: 1px solid var(--mn-border);
    border-radius: var(--mn-radius-m);
    padding: 10px 15px;
    font-size: var(--vr-fs-md);
    height: 42px;
    background-color: var(--mn-bg-input);
    color: var(--mn-text-main);
}

.mega-menu-wrapper .header-search-dropdown .search-form-control:focus {
    box-shadow: none;
    border-color: var(--mn-border);
}

.mega-menu-wrapper .btn-search {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    padding: 0;
    background-color: var(--vr-theme-color) !important;
    color: var(--vr-gray-100);
    border: none;
    border-radius: var(--mn-radius-m);
}

@media (min-width: 992px) {
    .mega-menu-wrapper .has-megamenu {
        position: static;
    }

    .mega-menu-wrapper .megamenu {
        width: 100%;
        inset-inline-start: 0;
        inset-inline-end: 0;
        margin-top: 0;
        border: 1px solid var(--mn-border) !important;
        padding: 0;
        border-radius: 0 !important;
        box-shadow: var(--mn-shadow);
        background: var(--mn-bg-dropdown);
        overflow: hidden;
        display: none;
        opacity: 1;
        visibility: visible;
    }

    .mega-menu-wrapper .has-megamenu:hover .megamenu {
        display: block;
    }

    .mega-menu-wrapper .megamenu-inner {
        padding: 30px;
    }

    .mega-menu-wrapper .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        animation: none;
        margin-top: 0;
    }
}

.mega-menu-wrapper .standard-dropdown {
    margin-top: 0;
    border-radius: 0;
    border: 1px solid var(--mn-border);
    background-color: var(--mn-bg-dropdown);
    box-shadow: var(--mn-shadow);
    padding: 10px 0;
    min-width: 220px;
}

.mega-menu-wrapper .navbar-nav .dropdown-menu {
    top: 100% !important;
    margin-top: 0 !important;
}

.mega-menu-wrapper .dropdown-item {
    font-size: var(--vr-fs-sm);
    font-weight: 500;
    color: var(--mn-text-sub);
    padding: 0.625rem 1.25rem !important;
    position: relative;
    transition: all 0.2s;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mega-menu-wrapper .dropdown-item:hover {
    color: var(--vr-theme-color);
    background: transparent;
}

.mega-menu-wrapper .dropdown-submenu {
    position: relative;
}

.mega-menu-wrapper .dropdown-submenu > .dropdown-item .submenu-arrow {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0.5;
}

html[dir="rtl"] .mega-menu-wrapper .dropdown-submenu > .dropdown-item .submenu-arrow {
    transform: scaleX(-1);
}

.mega-menu-wrapper .dropdown-submenu .submenu {
    display: none;
    position: absolute;
    top: 0;
    inset-inline-start: 100%;
    margin-top: -12px;
    min-width: 220px;
    background-color: var(--mn-bg-dropdown);
    border: 1px solid var(--mn-border);
    box-shadow: var(--mn-shadow);
    padding: 10px 0;
    list-style: none;
    max-height: 400px;
}

.mega-menu-wrapper .dropdown-submenu:hover > .submenu {
    display: block;
    animation: none;
}

.mega-menu-wrapper .menu-sidebar-col {
    flex: 0 0 auto;
    height: 290px;
    width: 20%;
    background-color: var(--mn-bg-sidebar);
    padding: 20px 0;
    overflow-x: hidden !important;
}

.mega-menu-wrapper .subcat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-wrapper .subcat-link {
    display: block;
    font-size: var(--vr-fs-sm);
    font-weight: 600;
    color: var(--mn-text-sub);
    text-decoration: none;
    padding: 0.688rem 1.25rem;
    margin-bottom: 0;
    position: relative;
    transition: all 0.2s ease;
    border-radius: var(--nm-radius-s);
    border-width: 1px 0;
    border-style: solid;
    border-color: transparent;
}

.mega-menu-wrapper .subcat-link:hover,
.mega-menu-wrapper .subcat-link.active {
    color: var(--vr-theme-color);
    background-color: var(--mn-bg-hover);
    width: calc(100% + 1px);
    border-color: var(--mn-border);
    z-index: 2;
}

.mega-menu-wrapper .mega-posts-col {
    flex: 0 0 auto;
    width: 80%;
    padding: 30px;
}

.mega-menu-wrapper .mega-posts-container {
    position: relative;
    min-height: 200px;
    transition: opacity 0.3s ease;
}

.mega-menu-wrapper .mega-posts-container.loading-state {
    opacity: 0.4;
    pointer-events: none;
}

@keyframes fadeInUpSoft {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.mega-menu-wrapper .animate-fade {
    animation: fadeInUpSoft 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.mega-menu-wrapper .menu-post-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.mega-menu-wrapper .menu-post-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: var(--nm-radius-m);
    margin-bottom: 12px;
    background-color: var(--nm-bg-card);
}

.mega-menu-wrapper .menu-post-img-wrapper .ratio {
    aspect-ratio: 450 / 280;
}

.mega-menu-wrapper .menu-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

.mega-menu-wrapper .menu-post-card:hover .menu-post-img {
    transform: scale(1.05);
}

.mega-menu-wrapper .menu-post-title {
    font-size: var(--vr-fs-sm);
    font-weight: 600;
    line-height: 1.4;
    color: var(--mn-text-main);
    margin-bottom: 5px;
    transition: color 0.2s;
}

.mega-menu-wrapper .menu-post-card:hover .menu-post-title {
    color: var(--vr-theme-color);
}

.mega-menu-wrapper.nav-shrink {
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.07);
    background-color: rgba(255, 255, 255, 0.96);
}

.mega-menu-wrapper .nav-shrink-transition {
    transition: all 0.3s ease-in-out;
}

.mega-menu-wrapper .minimal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: none;
}

.mega-menu-wrapper .spinner-ring {
    width: 30px;
    height: 30px;
    border: 2px solid rgba(128, 128, 128, 0.2);
    border-inline-start-color: var(--vr-theme-color);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.mobile-nav-wrapper {
    --header-height: 4.125rem;
    --bg-body: var(--vr-gray-50);
    --bg-surface: var(--vr-gray-25);
    --bg-subtle: var(--vr-gray-100);
    --bg-element: var(--vr-gray-200);
    --bg-input: var(--vr-gray-100);
    --text-main: var(--vr-gray-900);
    --text-muted: var(--vr-gray-500);
    --border-color: var(--vr-gray-200);
    --menu-color: var(--vr-theme-color);
    --menu-bg-subtle: color-mix(in srgb, var(--menu-color), transparent 92%);
    --menu-border-subtle: color-mix(in srgb, var(--menu-color), transparent 85%);
    --icon-box-bg: var(--vr-gray-50);
    --icon-box-border: var(--vr-gray-200);
    --icon-box-color: var(--vr-gray-700);
    --icon-box-active-bg: var(--menu-bg-subtle);
    --icon-box-active-color: var(--menu-color);
    --sub-menu-link-color: var(--vr-gray-700);
    color: var(--text-main);
}

html[data-bs-theme="dark"] .mobile-nav-wrapper {
    --bg-body: var(--vr-gray-925);
    --bg-surface: var(--vr-gray-925);
    --bg-subtle: var(--vr-gray-875);
    --bg-input: var(--vr-gray-900);
    --border-color: var(--vr-gray-800);
    --bg-element: var(--vr-gray-800);
    --text-main: var(--vr-gray-50);
    --text-muted: var(--vr-gray-400);
    --icon-box-bg: transparent;
    --icon-box-border: var(--vr-gray-700);
    --icon-box-color: var(--vr-gray-300);
    --sub-menu-link-color: var(--vr-gray-300);
}

.mobile-nav-wrapper .mobile-header {
    height: var(--header-height);
    max-height: var(--header-height);
    background-color: var(--bg-surface);
    border-bottom: 1px solid var(--border-color);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1040;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 0 0.4rem 0 0.65rem;
    overflow: hidden;
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.mobile-nav-wrapper .mh-spacer {
    flex: 1 1 auto;
    min-width: 0.5rem;
    height: 1px;
}

.mobile-nav-wrapper .header-logo {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    min-width: 0;
    max-width: 6.5rem;
    margin-right: 0.15rem;
    line-height: 0;
}

.mobile-nav-wrapper .header-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    margin: 0 0.25rem 0 0.2rem;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--border-color);
    line-height: 0;
}

.mobile-nav-wrapper .header-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mobile-nav-wrapper .mh-bell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    line-height: 0;
}

.mobile-nav-wrapper .mh-bell-count {
    position: absolute;
    top: -0.28rem;
    right: -0.38rem;
    z-index: 1;
    min-width: 0.95rem;
    height: 0.95rem;
    padding: 0 0.18rem;
    border-radius: 999px;
    background: #dc3545;
    color: #fff;
    font-size: 0.58rem;
    font-weight: 700;
    line-height: 0.95rem;
    text-align: center;
    border: 1.5px solid var(--bg-surface);
    box-sizing: border-box;
}

@keyframes navBellRing {
    0%, 100% { transform: rotate(0); }
    15% { transform: rotate(12deg); }
    30% { transform: rotate(-10deg); }
    45% { transform: rotate(8deg); }
    60% { transform: rotate(-4deg); }
    75% { transform: rotate(2deg); }
}

.mobile-nav-wrapper .nav-bell-icon.has-unread {
    transform-origin: top center;
    animation: navBellRing 1.8s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
    .mobile-nav-wrapper .nav-bell-icon.has-unread {
        animation: none;
    }
}

.mobile-nav-wrapper .mobile-header-spacer {
    height: var(--header-height);
    width: 100%;
    display: block;
    margin-bottom: 1.25rem;
}

.mobile-nav-wrapper .header-btn {
    background: transparent;
    border: none;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--text-main);
    border-radius: 50%;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
    line-height: 0;
    text-decoration: none;
}

.mobile-nav-wrapper .header-logo img {
    height: 2.25rem;
    width: auto;
    max-width: 100%;
    max-height: 2.25rem;
    object-fit: contain;
    display: block;
}

.mobile-nav-wrapper .search-overlay {
    position: fixed;
    top: var(--header-height);
    left: 0;
    right: 0;
    background-color: var(--bg-surface);
    padding: 1rem;
    border-bottom: 1px solid var(--border-color);
    z-index: 1030;
    transform: translateY(-150%);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 0.625rem 1.875rem -0.625rem rgba(0, 0, 0, 0.1);
}

.mobile-nav-wrapper .search-overlay.active {
    transform: translateY(0);
}

.mobile-nav-wrapper .search-input-group {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.mobile-nav-wrapper .search-input-group input {
    width: 100%;
    padding: 0.875rem 3rem 0.875rem 1.25rem;
    border-radius: 0.875rem;
    border: 1px solid var(--border-color);
    background-color: var(--bg-input);
    color: var(--text-main);
    font-size: 1rem;
    transition: all 0.2s;
}

.mobile-nav-wrapper .search-input-group input:focus {
    outline: none;
    background-color: var(--bg-surface);
    border-color: var(--menu-color);
    box-shadow: 0 0 0 0.25rem var(--menu-bg-subtle);
}

.mobile-nav-wrapper .search-submit-btn {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--menu-color);
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    transition: background 0.2s;
}

.mobile-nav-wrapper .search-submit-btn:hover {
    background-color: var(--menu-bg-subtle);
}

.mobile-nav-wrapper .custom-offcanvas {
    background-color: var(--bg-surface);
    color: var(--text-main);
    border-right: 1px solid var(--border-color);
    width: 20rem;
    max-width: 85vw;
}

.mobile-nav-wrapper .offcanvas-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav-wrapper .offcanvas-logo img {
    height: 2.5rem;
    width: auto;
    max-width: 10rem;
    max-height: 2.5rem;
    object-fit: contain;
}

.mobile-nav-wrapper .offcanvas-header .btn-close {
    background: none !important;
    margin-bottom: 0 !important;
    width: 20px;
    height: 20px;
}

.mobile-nav-wrapper .offcanvas-header .btn-close:focus {
    box-shadow: none !important;
}

.mobile-nav-wrapper .user-section {
    padding: 1.5rem 1rem 1.25rem 1rem;
    border-bottom: 1px solid var(--border-color);
}

.mobile-nav-wrapper .user-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
    padding: 0 .5rem;
}

.mobile-nav-wrapper .menu-avatar {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    object-fit: cover;
    border: 0.125rem solid var(--bg-surface);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}

.mobile-nav-wrapper .user-details h6 {
    margin: 0;
    font-weight: 700;
    font-size: 1.0625rem;
    letter-spacing: -0.01875rem;
    color: var(--text-main);
}

.mobile-nav-wrapper .user-details span {
    font-size: var(--vr-fs-sm);
    color: var(--text-muted);
}

.mobile-nav-wrapper .user-actions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem 0.75rem;
    padding-bottom: .5rem;
}

.mobile-nav-wrapper .action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: var(--text-muted);
    gap: 0.625rem;
    transition: transform 0.1s ease;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.mobile-nav-wrapper .action-icon-box {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background-color: var(--icon-box-bg);
    border: 1px solid var(--icon-box-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--icon-box-color);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    transition: all 0.2s ease;
}

.mobile-nav-wrapper .action-icon-box svg {
    width: 1.5rem;
    height: 1.5rem;
}

.mobile-nav-wrapper .action-item:active {
    transform: scale(0.96);
}

.mobile-nav-wrapper .action-item:active .action-icon-box,
.mobile-nav-wrapper .action-item:hover .action-icon-box,
.mobile-nav-wrapper .action-item:focus .action-icon-box {
    background-color: var(--icon-box-active-bg);
    color: var(--icon-box-active-color);
    border-color: var(--icon-box-active-color);
}

.mobile-nav-wrapper .action-item:active span,
.mobile-nav-wrapper .action-item:hover span,
.mobile-nav-wrapper .action-item:focus span {
    color: var(--primary-color);
}

.mobile-nav-wrapper .action-item span {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    display: block;
    width: 100%;
    letter-spacing: -0.01em;
    transition: color 0.2s;
    color: var(--text-main);
}

.mobile-nav-wrapper .guest-section {
    padding: 2.5rem 1.5rem 2rem 1.5rem;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
}

.mobile-nav-wrapper .guest-title {
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.mobile-nav-wrapper .guest-subtitle {
    font-size: 0.9375rem;
    color: var(--text-muted);
    margin-bottom: 1.5rem;
    display: block;
    line-height: 1.5;
    font-weight: 400;
}

.mobile-nav-wrapper .auth-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.mobile-nav-wrapper .auth-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-nav-wrapper .auth-btn-primary {
    background-color: var(--menu-color);
    color: var(--vr-color-white) !important;
    border: 1px solid var(--menu-color);
}

.mobile-nav-wrapper .auth-btn-outline {
    background-color: transparent;
    color: var(--text-main) !important;
    border: 1px solid var(--border-color);
}

.mobile-nav-wrapper .menu-nav {
    padding: 0.75rem 0;
    list-style: none;
    margin: 0;
}

.mobile-nav-wrapper .menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.5rem;
    color: var(--text-main);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.2s;
    cursor: pointer;
}

.mobile-nav-wrapper .menu-link:hover {
    color: var(--menu-color);
}

.mobile-nav-wrapper .menu-link.active {
    color: var(--menu-color);
    font-weight: 700;
}

.mobile-nav-wrapper .menu-link .dropdown-arrow {
    transition: transform 0.3s ease;
}

.mobile-nav-wrapper .menu-link[aria-expanded="true"] {
    color: var(--menu-color);
}

.mobile-nav-wrapper .menu-link[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(90deg);
}

.mobile-nav-wrapper .sub-menu-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0.5rem 0;
    background-color: rgba(0, 0, 0, 0.015);
}

html[data-bs-theme="dark"] .mobile-nav-wrapper .sub-menu-nav {
    background-color: rgba(255, 255, 255, 0.015);
}

.mobile-nav-wrapper .sub-menu-link {
    display: block;
    padding: 0.625rem 1.5rem 0.625rem 2.5rem;
    font-size: 0.9375rem;
    color: var(--sub-menu-link-color);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.mobile-nav-wrapper .sub-menu-link:hover {
    color: var(--menu-color);
    background-color: var(--bg-subtle);
}

.mobile-nav-wrapper .menu-footer {
    margin-top: auto;
    padding: 1.5rem;
    border-top: 1px solid var(--border-color);
}

.mobile-nav-wrapper .settings-label {
    font-size: 0.75rem;
    color: var(--text-muted);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 0.75rem;
    display: block;
}

.mobile-nav-wrapper .lang-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.mobile-nav-wrapper .lang-chip {
    flex: 0 0 auto;
    border: 1px solid var(--border-color);
    background: transparent;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.5rem 0.875rem;
    border-radius: 0.625rem;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
}

.mobile-nav-wrapper .lang-chip.active {
    background-color: var(--menu-color);
    color: var(--vr-color-white);
    border-color: var(--menu-color);
    box-shadow: 0 0.25rem 0.625rem color-mix(in srgb, var(--menu-color), transparent 70%);
}

.mobile-nav-wrapper .lang-chip:hover:not(.active) {
    border-color: var(--text-muted);
    background-color: var(--bg-subtle);
}

.mobile-nav-wrapper .theme-btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--bg-subtle);
    border: none;
    border-radius: 0.75rem;
    color: var(--text-main);
    font-weight: 600;
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
}

.mobile-nav-wrapper .theme-switcher {
    position: relative;
    display: inline-block;
    width: 2.75rem;
    height: 1.375rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.mobile-nav-wrapper .theme-switcher input {
    opacity: 0;
    width: 0;
    height: 0;
}

.mobile-nav-wrapper .theme-switcher .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--vr-gray-300);
    border: 1px solid transparent;
    border-radius: 1.25rem;
    transition: .3s;
}

html[data-bs-theme="dark"] .mobile-nav-wrapper .theme-switcher .slider {
    background-color: var(--vr-gray-600);
}

.mobile-nav-wrapper .theme-switcher .slider:before {
    position: absolute;
    content: "";
    height: 1rem;
    width: 1rem;
    left: 0.125rem;
    bottom: 0.125rem;
    background-color: #fff;
    border-radius: 50%;
    transition: .3s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.625rem 0.625rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M12 2v2'/%3E%3Cpath d='M12 20v2'/%3E%3Cpath d='m4.93 4.93 1.41 1.41'/%3E%3Cpath d='m17.66 17.66 1.41 1.41'/%3E%3Cpath d='M2 12h2'/%3E%3Cpath d='M20 12h2'/%3E%3Cpath d='m6.34 17.66-1.41 1.41'/%3E%3Cpath d='m19.07 4.93-1.41 1.41'/%3E%3C/svg%3E");
    box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.2);
}

.mobile-nav-wrapper .theme-switcher input:checked + .slider {
    background-color: var(--menu-bg-subtle);
    border-color: var(--menu-color);
}

.mobile-nav-wrapper .theme-switcher input:checked + .slider:before {
    transform: translateX(1.375rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z'/%3E%3C/svg%3E");
}

.mobile-nav-wrapper .logout-btn {
    margin-top: 0.625rem;
    color: var(--vr-gray-700);
    font-weight: 600;
    font-size: 0.875rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 0;
    border-radius: 0.5rem;
    transition: all 0.2s;
}

.mobile-nav-wrapper .logout-btn:hover {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.05);
}

.mobile-nav-wrapper .d-none {
    display: none !important;
}

.mobile-nav-wrapper .icon-close {
    fill: var(--text-main);
}

html[dir="rtl"] .mobile-nav-wrapper .search-input-group input {
    padding: 0.875rem 1.25rem 0.875rem 3rem;
}

html[dir="rtl"] .mobile-nav-wrapper .search-submit-btn {
    right: auto;
    left: 0.5rem;
}

html[dir="rtl"] .mobile-nav-wrapper .custom-offcanvas {
    border-right: none;
    border-left: 1px solid var(--border-color);
}

html[dir="rtl"] .mobile-nav-wrapper .menu-link .dropdown-arrow {
    transform: scaleX(-1);
}

html[dir="rtl"] .mobile-nav-wrapper .menu-link[aria-expanded="true"] .dropdown-arrow {
    transform: scaleX(-1) rotate(90deg);
}

html[dir="rtl"] .mobile-nav-wrapper .sub-menu-link {
    padding: 0.625rem 2.5rem 0.625rem 1.5rem;
}

.mega-menu-wrapper .main-nav-actions {
    flex-shrink: 0;
}

.mega-menu-wrapper .main-nav-icons {
    gap: 0.35rem;
}

.mega-menu-wrapper .main-nav-icon-btn {
    width: 2.25rem;
    height: 2.25rem;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mn-text-main);
    opacity: 0.92;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
    flex-shrink: 0;
    cursor: pointer;
    position: relative;
}

.mega-menu-wrapper .main-nav-icon-btn:hover,
.mega-menu-wrapper .main-nav-icon-btn:focus {
    background-color: color-mix(in srgb, var(--mn-text-main) 12%, transparent);
    color: var(--vr-theme-color);
    opacity: 1;
}

.mega-menu-wrapper .main-nav-icon-btn svg {
    display: block;
    flex-shrink: 0;
}

.mega-menu-wrapper .main-nav-icons .dropdown > .nav-link,
.mega-menu-wrapper .main-nav-icons .nav-messages-dropdown > a.main-nav-icon-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--mn-text-main);
    opacity: 0.92;
    padding: 0;
}

.mega-menu-wrapper .main-nav-icons .dropdown > .nav-link:hover,
.mega-menu-wrapper .main-nav-icons .dropdown > .nav-link:focus,
.mega-menu-wrapper .main-nav-icons .nav-messages-dropdown > a.main-nav-icon-btn:hover,
.mega-menu-wrapper .main-nav-icons .nav-messages-dropdown > a.main-nav-icon-btn:focus {
    background-color: color-mix(in srgb, var(--mn-text-main) 12%, transparent);
    color: var(--vr-theme-color);
    opacity: 1;
}

.btn-nav-subscribe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.438rem 1rem;
    height: 36px;
    background-color: var(--vr-subscribe-button-color) !important;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 8px;
    border: 1px solid var(--vr-subscribe-button-color) !important;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
}

.btn-nav-subscribe:hover,
.btn-nav-subscribe:active,
.btn-nav-subscribe:focus {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
    color: #ffffff !important;
}

.btn-nav-subscribe:active {
    transform: translateY(0);
}

.btn-nav-subscribe-mobile {
    width: 100%;
    padding: 0.75rem 1rem;
    height: auto;
}

/*--------------------------------------------------------------
# Premium Membership
--------------------------------------------------------------*/
.pricing-section {
    --primary-color: var(--vr-theme-color);
    --primary-hover: color-mix(in srgb, var(--primary-color) 80%, black);
    --bg-color: var(--vr-gray-50);
    --bg-gradient: radial-gradient(circle at top center, #ffffff, var(--vr-gray-50) 80%);
    --text-main: var(--vr-gray-900);
    --text-muted: var(--vr-gray-500);
    --text-desc: var(--vr-gray-500);
    --border-color: var(--vr-gray-200);
    --card-bg-gradient: linear-gradient(145deg, #ffffff 0%, var(--vr-gray-25) 100%);
    --card-feat-bg-gradient: linear-gradient(145deg, #ffffff 0%, color-mix(in srgb, var(--primary-color) 4%, #ffffff) 100%);
    --card-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.02), 0 0.375rem 0.75rem -0.125rem rgba(0, 0, 0, 0.04);
    --card-highlight: inset 0 0.0625rem 0 rgba(255, 255, 255, 1);
    --divider-bg: linear-gradient(90deg, transparent, var(--vr-gray-225) 15%, var(--vr-gray-225) 85%, transparent);
    --btn-outline-bg: #ffffff;
    --btn-outline-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.02);
    --icon-disabled-bg: var(--vr-gray-50);
    --feature-disabled-text: var(--vr-gray-400);
    --feature-disabled-icon: var(--vr-gray-300);
    max-width: 1150px;
    margin-bottom: 10rem;
}

[data-bs-theme="dark"] .pricing-section {
    --bg-color: var(--vr-body-bg);
    --bg-gradient: radial-gradient(circle at top center, var(--vr-body-secondary-bg), var(--vr-body-bg) 80%);
    --text-main: var(--vr-text-main);
    --text-muted: var(--vr-text-main-secondary);
    --text-desc: var(--vr-text-muted);
    --border-color: var(--vr-border-color);
    --card-bg-gradient: linear-gradient(145deg, var(--vr-body-secondary-bg) 0%, var(--vr-body-bg) 100%);
    --card-feat-bg-gradient: linear-gradient(145deg, var(--vr-body-secondary-bg) 0%, color-mix(in srgb, var(--primary-color) 6%, transparent) 100%);
    --card-shadow: 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.15), 0 0.375rem 0.75rem -0.125rem rgba(0, 0, 0, 0.3);
    --card-highlight: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.03);
    --divider-bg: linear-gradient(90deg, transparent, var(--vr-border-color) 15%, var(--vr-border-color) 85%, transparent);
    --btn-outline-bg: transparent;
    --btn-outline-shadow: none;
    --icon-disabled-bg: var(--vr-body-active-bg);
    --feature-disabled-text: var(--vr-text-faint);
    --feature-disabled-icon: var(--vr-text-subtle);
}

.pricing-section .pricing-header {
    margin-bottom: 5rem;
}

.pricing-section .pricing-header h1 {
    font-size: 2.375rem;
    letter-spacing: -0.03em;
    color: var(--text-main);
    transition: color 0.3s ease;
}

.pricing-section .pricing-header p {
    color: var(--text-desc);
    font-size: var(--vr-fs-xl);
    line-height: var(--vr-lh-xl);
    transition: color 0.3s ease;
}

.pricing-section .row-pricing-cards {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
}

.pricing-section .pricing-card {
    background: var(--card-bg-gradient);
    border: 0.0625rem solid var(--border-color);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: var(--card-shadow), var(--card-highlight);
    border-radius: 0.75rem;
}

.pricing-section .pricing-card:hover {
    transform: translateY(-0.25rem);
    border-color: var(--primary-color);
    box-shadow: 0 0.75rem 1.5rem -0.25rem color-mix(in srgb, var(--primary-color) 10%, transparent),
    0 0.25rem 0.5rem -0.125rem color-mix(in srgb, var(--primary-color) 5%, transparent),
    var(--card-highlight);
}

.pricing-section .pricing-card.featured {
    border: 0.125rem solid var(--primary-color);
    transform: scale(1.03);
    z-index: 2;
}

.pricing-section .pricing-card.featured:hover {
    transform: translateY(-0.25rem) scale(1.03);
    box-shadow: 0 1rem 2rem -0.5rem color-mix(in srgb, var(--primary-color) 15%, transparent), var(--card-highlight);
}

@keyframes pulse-badge {
    0% {
        box-shadow: 0 0 0 0 color-mix(in srgb, var(--primary-color) 40%, transparent);
    }
    70% {
        box-shadow: 0 0 0 4px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
}

.pricing-section .custom-badge {
    background: var(--primary-color);
    color: #ffffff;
    font-size: 0.75rem;
    box-shadow: 0 0.125rem 0.375rem color-mix(in srgb, var(--primary-color) 30%, transparent);
    z-index: 10;
    animation: pulse-badge 2s infinite;
}

.pricing-section .plan-name {
    font-size: 1.35rem;
    letter-spacing: -0.01em;
    color: var(--text-main);
    transition: color 0.3s ease;
}

.pricing-section .featured .plan-name {
    color: var(--primary-color);
}

.pricing-section .plan-desc {
    color: var(--text-desc);
    min-height: 2.625rem;
    transition: color 0.3s ease;
}

.pricing-section .plan-price {
    font-size: 2.625rem;
    color: var(--text-main);
    letter-spacing: -0.03em;
    transition: color 0.3s ease;
}

.pricing-section .plan-price .price-period-suffix {
    font-size: 1rem;
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.pricing-section .custom-divider {
    height: 0.0625rem;
    background: var(--divider-bg);
}

.pricing-section .featured .custom-divider {
    background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--primary-color) 20%, transparent) 15%, color-mix(in srgb, var(--primary-color) 20%, transparent) 85%, transparent);
}

.pricing-section .feature-item {
    color: var(--text-muted);
    transition: color 0.2s ease;
    font-size: 0.95rem;
}

.pricing-section .icon-wrapper {
    width: 1.625rem;
    height: 1.625rem;
    margin-top: -0.0625rem;
    transition: all 0.3s ease;
    background: color-mix(in srgb, var(--primary-color) 12%, transparent);
    color: var(--primary-color);
}

.pricing-section .feature-item:hover .icon-wrapper {
    transform: scale(1.1);
    background: color-mix(in srgb, var(--primary-color) 20%, transparent);
}

.pricing-section .feature-item svg {
    width: 0.875rem;
    height: 0.875rem;
}

.pricing-section .feature-item.disabled {
    color: var(--feature-disabled-text);
}

.pricing-section .feature-item.disabled .icon-wrapper {
    background: var(--icon-disabled-bg);
    border: 0.0625rem solid var(--border-color);
    color: var(--feature-disabled-icon);
}

.pricing-section .btn-plan {
    padding: 0.875rem 1.5rem !important;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pricing-section .btn-plan:active {
    transform: scale(0.97) translateY(-0.125rem) !important;
}

.pricing-section .btn-plan:focus-visible {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.pricing-section .btn-primary-custom {
    background: var(--primary-color);
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem -0.0625rem color-mix(in srgb, var(--primary-color) 25%, transparent), inset 0 0.0625rem 0 rgba(255, 255, 255, 0.15);
    border: 1px solid transparent;
}

.pricing-section .btn-primary-custom:hover {
    background: var(--primary-hover);
    box-shadow: 0 0.375rem 0.75rem -0.125rem color-mix(in srgb, var(--primary-color) 30%, transparent);
    transform: translateY(-0.125rem);
}

.pricing-section .btn-outline-custom {
    background: var(--btn-outline-bg);
    border: 0.0625rem solid var(--border-color);
    color: var(--text-main) !important;
    box-shadow: var(--btn-outline-shadow);
}

.pricing-section .btn-outline-custom:hover,
.pricing-section .btn-outline-custom:focus,
.pricing-section .btn-outline-custom:active {
    border-color: var(--primary-color);
    color: var(--primary-color) !important;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.5rem color-mix(in srgb, var(--primary-color) 10%, transparent);
}

html[dir="rtl"] .pricing-section .icon-wrapper {
    margin-right: 0 !important;
    margin-left: 0.875rem !important;
}

@media (max-width: 1024px) {
    .pricing-section .pricing-card.featured {
        transform: none;
    }

    .pricing-section .pricing-card.featured:hover {
        transform: translateY(-0.25rem);
    }
}

/*--------------------------------------------------------------
# Subcategories Nav
--------------------------------------------------------------*/
.subcategories-wrapper {
    width: 100%;
    --subcat-bg: var(--vr-gray-75);
    --subcat-border: var(--vr-gray-150);
    --subcat-text: var(--vr-gray-800);
    --subcat-text-hover: var(--vr-gray-900);
    --subcat-hover-bg: var(--vr-gray-50);
    --subcat-active-bg: var(--vr-theme-color);
    --subcat-active-text: #ffffff;
    --subcat-shadow: rgba(0, 0, 0, 0.04);
    --subcat-active-shadow: rgba(0, 0, 0, 0.15);
}

[data-bs-theme="dark"] .subcategories-wrapper {
    --subcat-bg: var(--vr-body-secondary-bg);
    --subcat-border: var(--vr-border-color);
    --subcat-text: var(--vr-gray-300);
    --subcat-text-hover: var(--vr-gray-50);
    --subcat-hover-bg: var(--vr-body-active-bg);
    --subcat-shadow: rgba(0, 0, 0, 0.2);
    --subcat-active-shadow: rgba(0, 0, 0, 0.4);
}

.subcategories-wrapper .subcategories-mobile-toggle {
    background-color: var(--subcat-bg);
    color: var(--subcat-text-hover);
    border: 1px solid var(--subcat-border);
    border-radius: 10px;
    padding: 0.75rem 0.5rem;
    font-size: 0.95rem;
    box-shadow: 0 2px 8px var(--subcat-shadow);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.subcategories-wrapper .subcategories-mobile-toggle:hover,
.subcategories-wrapper .subcategories-mobile-toggle:focus,
.subcategories-wrapper .subcategories-mobile-toggle:active {
    background-color: var(--subcat-hover-bg) !important;
    color: var(--subcat-text-hover) !important;
    border-color: var(--subcat-border) !important;
    box-shadow: 0 4px 12px var(--subcat-shadow);
}

.subcategories-wrapper .subcategories-mobile-toggle .chevron-icon {
    transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.subcategories-wrapper .subcategories-mobile-toggle[aria-expanded="true"] .chevron-icon {
    transform: rotate(180deg);
}

.subcategories-wrapper .subcategories-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6rem;
    padding-bottom: 0.5rem;
}

.subcategories-wrapper .subcategory-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: var(--subcat-text);
    background-color: var(--subcat-bg);
    border: 1px solid var(--subcat-border);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.subcategories-wrapper .subcategory-pill:hover {
    color: var(--subcat-text-hover);
    border-color: var(--subcat-border);
    background-color: var(--subcat-hover-bg);
    box-shadow: 0 4px 12px var(--subcat-shadow);
}

[dir="rtl"] .subcategories-wrapper .subcategory-pill svg.back-icon {
    transform: scaleX(-1);
}

@media (max-width: 768px) {
    .subcategories-wrapper .subcategories-container {
        padding: 1rem;
    }

    .subcategories-wrapper .single-back-button .subcategories-container {
        padding: 0 !important;
    }
}

.subcategories-wrapper .subcategory-swiper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.subcategories-wrapper .subcategory-swiper.swiper-initialized {
    opacity: 1;
    visibility: visible;
}

.subcategories-wrapper .subcategory-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.subcategories-wrapper .subcategory-swiper:not(.swiper-initialized) .swiper-slide {
    width: max-content;
}

/*--------------------------------------------------------------
# News Ticker
--------------------------------------------------------------*/
.section-newsticker {
    margin-bottom: 1.25rem !important;
}

.newsticker-wrapper {
    height: 2rem;
}

.newsticker-wrapper .ticker-label {
    background-color: var(--vr-block-color);
    font-size: var(--vr-fs-sm);
    font-weight: 400;
    padding: 0.375rem 0.625rem;
    border-radius: 0.125rem;
    min-height: 32px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.newsticker-wrapper .news-list {
    position: relative;
    top: 0;
}

.newsticker-wrapper .news-item {
    height: 2rem;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.nav-sm-buttons {
    display: flex;
    align-items: center;
    width: auto;
    position: relative;
    gap: 0.375rem;
}

.nav-sm-buttons button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    padding: 0;
    margin: 0;
    color: var(--vr-text-muted);
    border: 1px solid var(--vr-text-faint);
    font-size: var(--vr-fs-xs);
    line-height: var(--vr-lh-xs);
    background-color: transparent !important;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 0.125rem;
}

.nav-sm-buttons button i {
    height: 0.75rem;
    width: 0.75rem;
}

.nav-sm-buttons button:hover {
    color: var(--vr-theme-color) !important;
    border-color: var(--vr-theme-color) !important;
}

/*--------------------------------------------------------------
# Add Post Modal
--------------------------------------------------------------*/
.custom-modal-wrapper {
    --pf-modal-bg: #ffffff;
    --pf-modal-shadow: 0 2.5rem 5rem -1.25rem rgba(0, 0, 0, 0.2);
    --pf-header-bg: #ffffff;
    --pf-text-title: var(--vr-gray-900);
    --pf-text-subtitle: var(--vr-gray-500);
    --pf-close-bg: var(--vr-gray-50);
    --pf-close-hover-bg: var(--vr-gray-100);
    --pf-card-bg: #ffffff;
    --pf-card-border: var(--vr-gray-100);
    --pf-card-shadow: 0 0.25rem 0.375rem -0.25rem rgba(0, 0, 0, 0.05);
    --pf-icon-box-bg: color-mix(in srgb, var(--vr-theme-color), transparent 92%);
    --pf-icon-color: var(--vr-theme-color);
    --pf-scroll-thumb: var(--vr-gray-200);
    --pf-scroll-thumb-hover: var(--vr-gray-300);
    --pf-card-radius: 1rem;
    --pf-modal-radius: 1.5rem;
    --pf-transition: cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-bs-theme="dark"] .custom-modal-wrapper {
    --pf-modal-bg: var(--vr-gray-900);
    --pf-modal-shadow: 0 2.5rem 5rem -1.25rem rgba(0, 0, 0, 0.5);
    --pf-header-bg: var(--vr-gray-900);
    --pf-text-title: var(--vr-gray-50);
    --pf-text-subtitle: var(--vr-gray-400);
    --pf-close-bg: var(--vr-gray-800);
    --pf-close-hover-bg: var(--vr-gray-700);
    --pf-card-bg: var(--vr-gray-900);
    --pf-card-border: var(--vr-gray-800);
    --pf-card-shadow: none;
    --pf-icon-box-bg: color-mix(in srgb, var(--vr-theme-color), transparent 85%);
    --pf-scroll-thumb: var(--vr-gray-700);
    --pf-scroll-thumb-hover: var(--vr-gray-600);
}

.post-format-modal .modal-dialog {
    max-width: 940px;
}

.post-format-modal .modal-content {
    border: none;
    border-radius: var(--pf-modal-radius);
    box-shadow: var(--pf-modal-shadow);
    background-color: var(--pf-modal-bg);
    overflow: hidden;
}

.post-format-modal .modal-header {
    border-bottom: none;
    padding: 2.5rem 2.5rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: var(--pf-header-bg);
    flex-shrink: 0;
}

.post-format-modal .btn-close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    background-color: var(--pf-close-bg);
    border-radius: 50%;
    opacity: 1;
    background-size: 0.875rem;
    background-position: center;
    transition: all 0.2s ease;
    z-index: 10;
    box-shadow: none;
}

.post-format-modal .btn-close:hover {
    background-color: var(--pf-close-hover-bg);
    transform: rotate(90deg);
    opacity: 1;
}

.post-format-modal .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(var(--vr-theme-color-rgb), 0.25);
}

html[dir="rtl"] .post-format-modal .btn-close {
    right: auto;
    left: 1.5rem;
}

.post-format-modal .modal-title {
    font-weight: 700;
    color: var(--pf-text-title);
    font-size: var(--vr-fs-title-2xl);
    line-height: var(--vr-lh-title-2xl);
    margin-bottom: 0.375rem;
    letter-spacing: -0.03em;
    word-break: break-word;
}

.post-format-modal .modal-subtitle {
    color: var(--pf-text-subtitle);
    font-weight: 400;
    max-width: 37.5rem;
    text-align: center;
    word-break: break-word;
}

.post-format-modal .modal-body {
    padding: 1rem 2.5rem 2.5rem;
    background-color: var(--pf-modal-bg);
}

.post-format-modal .modal-body::-webkit-scrollbar {
    width: 0.5rem;
}

.post-format-modal .modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.post-format-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: var(--pf-scroll-thumb);
    border-radius: 0.625rem;
    border: 0.125rem solid transparent;
    background-clip: content-box;
}

.post-format-modal .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: var(--pf-scroll-thumb-hover);
}

html[dir="rtl"] .post-format-modal .modal-body {
    direction: rtl;
}

.post-format-modal .format-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: var(--pf-card-bg);
    padding: 1.5rem 1rem;
    border: 1px solid var(--pf-card-border);
    box-shadow: var(--pf-card-shadow);
    border-radius: var(--pf-card-radius);
    text-decoration: none !important;
    transition: all 0.4s var(--pf-transition);
    height: 100%;
    position: relative;
}

.post-format-modal .format-card .icon-wrapper {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--pf-icon-box-bg);
    color: var(--pf-icon-color);
    border-radius: 1.25rem;
    margin-bottom: 1rem;
}

.post-format-modal .format-card .icon-wrapper svg {
    width: 1.75rem;
    height: 1.75rem;
}

.post-format-modal .format-card .card-title {
    color: var(--pf-text-title);
    font-weight: 600;
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    margin-bottom: 0.375rem;
    transition: color 0.3s;
    word-break: break-word;
}

.post-format-modal .format-card .card-desc {
    color: var(--pf-text-subtitle);
    font-size: var(--vr-fs-sm);
    line-height: var(--vr-lh-sm);
    margin: 0;
    opacity: 0.9;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.post-format-modal .format-card:hover {
    border-color: transparent;
    transform: translateY(-0.375rem);
    box-shadow: 0 1rem 2rem -0.5rem color-mix(in srgb, var(--vr-theme-color), transparent 75%);
}

.post-format-modal .format-card:hover .icon-wrapper {
    background-color: var(--vr-theme-color);
    color: #ffffff;
    transform: scale(1.1);
    box-shadow: 0 0.5rem 1rem -0.25rem color-mix(in srgb, var(--vr-theme-color), transparent 70%);
}

.post-format-modal .format-card:hover .card-title {
    color: var(--vr-theme-color);
}

/*--------------------------------------------------------------
# Auth
--------------------------------------------------------------*/
.auth-module-container, #loginModal .auth-card {
    --auth-bg: #ffffff;
    --auth-input-bg: #f9fafb;
    --auth-input-border: #e5e7eb;
    --auth-border-color: #edf1f5;
    --auth-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
    --auth-social-bg: #ffffff;
    --auth-social-border: #e5e7eb;
    --auth-social-hover-bg: #f9fafb;

    width: 100%;
    box-sizing: border-box;
}

[data-bs-theme="dark"] .auth-module-container, [data-bs-theme="dark"] #loginModal .auth-card {
    --auth-bg: var(--vr-gray-900);
    --auth-input-bg: var(--vr-gray-925);
    --auth-input-border: var(--vr-gray-850);
    --auth-border-color: var(--vr-gray-850);
    --auth-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
    --auth-social-bg: var(--vr-gray-900);
    --auth-social-border: var(--vr-gray-850);
    --auth-social-hover-bg: var(--vr-gray-875);
}

.auth-module-container .auth-card, #loginModal .auth-card {
    background: var(--auth-bg);
    border: 1px solid var(--auth-border-color);
    border-radius: var(--border-radius-xl);
    box-shadow: var(--auth-shadow);
    padding: 2.5rem;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: background-color 0.3s, border-color 0.3s;
}

.auth-module-container {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
}

.auth-module-container .auth-card {
    max-width: 480px;
}

.auth-module-container .auth-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--vr-theme-color), color-mix(in srgb, var(--vr-theme-color), white 30%));
    z-index: 2;
}

.auth-title {
    font-weight: 800;
    color: var(--vr-gray-900);
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
}

[data-bs-theme="dark"] .auth-title {
    color: var(--vr-text-main);
}

.auth-subtitle {
    color: var(--vr-gray-500);
    font-size: var(--vr-fs-base);
    margin-bottom: 2rem;
}

[data-bs-theme="dark"] .auth-subtitle {
    color: var(--vr-text-muted);
}

.auth-card .form-floating {
    min-height: auto;
}

.auth-card .form-control {
    border: 1px solid var(--auth-input-border);
    background-color: var(--auth-input-bg);
    border-radius: var(--border-radius);
    font-size: var(--vr-fs-base);
    line-height: 1.25;
    height: 50px;
    min-height: 50px;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: all 0.2s ease;
    color: var(--vr-gray-900);
}

[data-bs-theme="dark"] .auth-card .form-control {
    color: var(--vr-text-main);
}

.auth-card .form-control::placeholder {
    color: transparent;
}

.auth-card .form-control:focus {
    background-color: var(--auth-bg);
    border-color: var(--vr-theme-color);
    box-shadow: 0 0 0 3px rgba(45, 101, 254, 0.1);
}

[data-bs-theme="dark"] .auth-card .form-control:-webkit-autofill,
[data-bs-theme="dark"] .auth-card .form-control:-webkit-autofill:hover,
[data-bs-theme="dark"] .auth-card .form-control:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--vr-text-main);
    -webkit-box-shadow: 0 0 0px 1000px var(--auth-input-bg) inset;
    transition: background-color 5000s ease-in-out 0s;
}

.auth-card .form-floating > label {
    padding: 0.875rem 1rem;
    color: #949aa3;
    height: 100%;
    font-size: var(--vr-fs-md);
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    pointer-events: none;
}

[data-bs-theme="dark"] .auth-card .form-floating > label {
    color: var(--vr-text-muted);
}

.auth-card .form-control:focus ~ label, .auth-card .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem);
    color: var(--vr-gray-600);
    opacity: 0.8;
    font-weight: 500;
}

[data-bs-theme="dark"] .auth-card .form-control:focus ~ label,
[data-bs-theme="dark"] .auth-card .form-control:not(:placeholder-shown) ~ label {
    color: var(--vr-text-main-secondary);
}

.auth-card .btn {
    font-size: var(--vr-fs-base);
}

.auth-card .btn-auth-social {
    gap: 8px;
    border: 1px solid var(--auth-social-border) !important;
    background: var(--auth-social-bg);
    color: var(--vr-gray-900) !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 50px;
}

.auth-card .spinner-border-sm {
    --bs-spinner-border-width: 0.1em;
}

.auth-card .btn-auth-social:hover,
.auth-card .btn-auth-social:active,
.auth-card .btn-auth-social:focus {
    background-color: var(--auth-social-hover-bg) !important;
    color: var(--vr-gray-900) !important;
}

[data-bs-theme="dark"] .btn-auth-social {
    color: var(--vr-text-main) !important;
}

[data-bs-theme="dark"] .btn-auth-social:hover,
[data-bs-theme="dark"] .btn-auth-social:active,
[data-bs-theme="dark"] .btn-auth-social:focus {
    color: var(--vr-text-main) !important;
}

.auth-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--vr-gray-450);
    font-size: var(--vr-fs-xs);
    margin: 1.5rem 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.auth-divider::before, .auth-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid var(--auth-border-color);
}

.auth-divider::before {
    margin-right: 1.5em;
}

.auth-divider::after {
    margin-left: 1.5em;
}

.auth-password-toggle {
    position: absolute;
    top: 50%;
    right: 0.438rem;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    padding: 0.5rem;
    color: var(--vr-gray-400);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
    z-index: 5;
}

.auth-password-toggle:hover {
    color: var(--vr-theme-color);
}

.auth-password-toggle svg {
    width: 1.25em;
    height: 1.25em;
    fill: currentColor;
}

.auth-password-toggle .icon-eye {
    display: block;
}

.auth-password-toggle .icon-eye-slash {
    display: none;
}

.auth-password-toggle.show-pass .icon-eye {
    display: none;
}

.auth-password-toggle.show-pass .icon-eye-slash {
    display: block;
}

html[dir="rtl"] .auth-password-toggle {
    right: auto;
    left: 0.938rem;
}

[data-bs-theme="dark"] .auth-password-toggle {
    color: var(--vr-gray-500);
}

[data-bs-theme="dark"] .auth-password-toggle:hover {
    color: var(--vr-text-main);
}

.auth-link {
    color: var(--vr-theme-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.auth-link:hover {
    color: color-mix(in srgb, var(--vr-theme-color), black 10%);
}

#loginModal .modal-dialog {
    max-width: 400px;
}

#loginModal .btn-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 10;
    opacity: 0.3;
    transition: opacity 0.2s;
    outline: none !important;
    box-shadow: none !important;
}

#loginModal .btn-close:hover {
    opacity: 1;
}

#loginModal .alert-custom .alert-content {
    font-size: var(--vr-fs-md);
}

.auth-card .form-floating .form-control::placeholder {
    color: transparent !important;
}

.auth-card .form-floating .form-control::-webkit-input-placeholder {
    color: transparent !important;
}

.auth-card .form-floating .form-control::-moz-placeholder {
    color: transparent !important;
    opacity: 0 !important;
}

.auth-card .form-floating .form-control:-ms-input-placeholder {
    color: transparent !important;
}

.auth-card .form-floating .form-control::-ms-input-placeholder {
    color: transparent !important;
}

html[dir="rtl"] .auth-module-container,
html[dir="rtl"] #loginModal .auth-card {
    text-align: right;
    direction: rtl;
}

html[dir="rtl"] .auth-card::before {
    left: auto;
    right: 0;
    background: linear-gradient(270deg, var(--vr-theme-color), color-mix(in srgb, var(--vr-theme-color), white 30%));
}

html[dir="rtl"] .form-floating > label {
    transform-origin: 100% 0;
}

html[dir="rtl"] .auth-card .form-control:focus ~ label,
html[dir="rtl"] .auth-card .form-control:not(:placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.7rem) translateX(-0.15rem);
}

html[dir="rtl"] .auth-divider::before {
    margin-right: 0;
    margin-left: 1.5em;
}

html[dir="rtl"] .auth-divider::after {
    margin-left: 0;
    margin-right: 1.5em;
}

html[dir="rtl"] .auth-card .form-check .form-check-input {
    float: none;
    margin-left: 0.5rem;
    margin-right: 0;
}

html[dir="rtl"] .auth-card .form-check {
    padding-left: 0;
    padding-right: 0;
}

html[dir="rtl"] .auth-card .ps-1 {
    padding-left: 0 !important;
    padding-right: 0.25rem !important;
}

html[dir="rtl"] .auth-captcha-checkbox {
    margin-right: 0;
    margin-left: 12px;
}

/*--------------------------------------------------------------
# FAQ Accordion
--------------------------------------------------------------*/
.faq-section {
    --acc--theme-color: var(--vr-theme-color);
    --acc--body-bg: #ffffff;
    --acc--body-text: var(--vr-gray-700);
    --acc--heading-text: var(--vr-gray-900);
    --acc--sub-text: var(--vr-gray-500);
    --acc--bg: #ffffff;
    --acc--border: var(--vr-gray-200);
    --acc--hover-border: var(--vr-gray-300);
    --acc--btn-bg-hover: var(--vr-gray-50);
    --acc--icon-bg: var(--vr-gray-100);
    --acc--icon-color: var(--vr-gray-500);
    --acc--active-header-bg: transparent;
    margin-top: 3rem;
}

[data-bs-theme="dark"] .faq-section {
    --acc--body-bg: var(--vr-gray-925);
    --acc--body-secondary-bg: var(--vr-gray-875);
    --acc--input-bg: var(--vr-gray-900);
    --acc--border: var(--vr-gray-800);
    --acc--body-text: var(--vr-gray-400);
    --acc--heading-text: var(--vr-gray-100);
    --acc--sub-text: var(--vr-gray-300);
    --acc--bg: var(--acc--body-secondary-bg);
    --acc--hover-border: var(--vr-gray-700);
    --acc--btn-bg-hover: var(--vr-gray-850);
    --acc--icon-bg: var(--vr-gray-800);
    --acc--icon-color: var(--vr-gray-400);
}

.faq-section .faq-title {
    font-size: var(--vr-fs-title-2xl);
    line-height: var(--vr-lh-title-2xl);
    color: var(--acc--heading-text);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.faq-accordion .accordion-item {
    background-color: var(--acc--bg);
    border: 0.0625rem solid var(--acc--border);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.faq-accordion .accordion-item:last-of-type,
.faq-accordion .accordion-item:first-of-type {
    border-radius: 0.75rem;
}

.faq-accordion .accordion-item:hover {
    border-color: var(--acc--hover-border);
}

.faq-accordion .accordion-item.active-item {
    border-color: var(--acc--theme-color);
    box-shadow: 0 0.5rem 1.5rem color-mix(in srgb, var(--acc--theme-color), transparent 88%);
}

.faq-accordion .accordion-button {
    background-color: transparent;
    color: var(--acc--heading-text);
    font-weight: 600;
    font-size: var(--vr-fs-title-sm);
    line-height: var(--vr-ls-title-sm);
    padding: 0.75rem 1.25rem;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-accordion .accordion-button::after {
    display: none;
}

.faq-accordion .accordion-item:not(.active-item) .accordion-button:hover {
    background-color: var(--acc--btn-bg-hover);
}

.faq-accordion .accordion-button:not(.collapsed) {
    background-color: var(--acc--active-header-bg);
    color: var(--acc--theme-color);
}

.faq-accordion .accordion-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: var(--acc--icon-bg);
    color: var(--acc--icon-color);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
    margin-inline-start: 1rem;
}

.faq-accordion .accordion-button:not(.collapsed) .accordion-icon-wrapper {
    transform: rotate(180deg);
    background-color: color-mix(in srgb, var(--acc--theme-color), transparent 90%);
    color: var(--acc--theme-color);
}

.faq-accordion .accordion-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
    color: var(--acc--body-text);
    background-color: transparent;
}

.faq-accordion.animating .accordion-button {
    pointer-events: none;
}

html[dir="rtl"] .faq-accordion .accordion-button {
    text-align: right;
}

/*--------------------------------------------------------------
# Gallery Page
--------------------------------------------------------------*/
.gallery-page {
    --primary-color: #222;
    --bg-light: #ffffff;
    --text-muted: #6c757d;
    --text-light: #f8f9fa;
    --btn-filter-border-color: #eee;
    --btn-filter-border-color-hover: #ddd;
    --transition-smooth: cubic-bezier(0.33, 1, 0.68, 1);

    color: var(--primary-color);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

[data-bs-theme="dark"] .gallery-page {
    --primary-color: #fff;
    --bg-light: #ffffff;
    --text-muted: #6c757d;
    --text-light: #f8f9fa;
    --btn-filter-border-color: #4B4B4B;
    --btn-filter-border-color-hover: #4B4B4B;
}

.gallery-page .btn-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 500;
    font-size: var(--vr-fs-md);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.gallery-page .btn-back:hover {
    color: var(--vr-theme-color);
    opacity: 1;
    transform: translateX(-5px);
}

.gallery-page .icon-svg {
    display: inline-block;
    vertical-align: middle;
    stroke-width: 1.5;
}

.gallery-page .header-line {
    width: 40px;
    height: 2px;
    background-color: var(--vr-theme-color);
    margin: 1rem auto;
    opacity: 0.7;
}

.gallery-page .gallery-header {
    padding: 4rem 0 3.5rem;
    text-align: center;
    position: relative;
}

.gallery-page .gallery-header h1 {
    font-size: var(--vr-fs-title-5xl);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.gallery-page .gallery-header h1 span {
    font-weight: 700;
}

.gallery-page .gallery-header p {
    font-size: var(--vr-fs-lg);
    color: #888;
    font-weight: 300;
    letter-spacing: 0.5px;
    max-width: 500px;
    margin: 0 auto;
}

.gallery-page .album-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-top: 2rem;
}

.gallery-page .album-header h1 {
    font-size: var(--vr-fs-title-4xl);
    line-height: var(--vr-lh-title-4xl);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.gallery-page .album-header p {
    max-width: 600px;
    margin: 0 auto;
    color: #888;
    font-weight: 300;
    font-size: var(--vr-fs-title-md);
}

.gallery-page .gallery-item {
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: white;
    aspect-ratio: 3/4;
    width: 100%;
    border-radius: 8px;
    transform: translateZ(0);
    background-color: #f0f0f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.5s var(--transition-smooth);
}

.gallery-page .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.9s var(--transition-smooth);
    backface-visibility: hidden;
}

.gallery-page .gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2.5rem 2rem 3rem 2rem;
    transition: background 0.5s ease;
    pointer-events: none;
}

.gallery-page .gallery-overlay:has(.album-title:empty),
.gallery-page .gallery-overlay:not(:has(.album-title)) {
    background: none;
}

.gallery-page .item-overlay:has(.item-title:empty),
.gallery-page .item-overlay:not(:has(.item-title)) {
    background: none;
}

.gallery-page .album-meta {
    display: block;
    font-size: var(--vr-fs-xs);
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #D4AF37;
    margin-bottom: 0.75rem;
}

.gallery-page .album-title {
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.gallery-page .content-wrap {
    position: relative;
    z-index: 2;
}

.gallery-page .view-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: transparent;
    border: none;
    opacity: 0;
    z-index: 10;
    transition: all 0.6s var(--transition-smooth);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

.gallery-page .view-text::after {
    content: "\2192";
    font-family: sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    display: block;
    transform: translateX(-5px);
    transition: transform 0.4s ease;
}

.gallery-page .gallery-item:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.gallery-page .gallery-item:hover .gallery-img {
    transform: scale(1.1);
}

.gallery-page .gallery-item:hover .view-text {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.gallery-page .gallery-item:hover .view-text::after {
    transform: translateX(5px);
}

.gallery-page .filter-container {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gallery-page .btn-filter {
    border: 1px solid var(--btn-filter-border-color);
    color: var(--bs-gray-700) !important;
    border-radius: 50px;
    padding: 0.6rem 1.8rem;
    transition: all 0.3s ease;
    font-size: var(--vr-fs-md);
    line-height: var(--vr-lh-md);
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.gallery-page .btn-filter:hover {
    border-color: var(--btn-filter-border-color-hover) !important;
    color: var(--vr-theme-color) !important;
    transform: translateY(-2px);
}

.gallery-page .btn-filter.active {
    background-color: var(--vr-theme-color);
    color: #fff !important;
    border-color: var(--vr-theme-color);
    box-shadow: 0 5px 15px rgba(45, 101, 254, 0.3);
}

.gallery-page .masonry-grid {
    transition: height 0.3s ease-out;
    position: relative;
}

.gallery-page .masonry-grid-sizer,
.gallery-page .masonry-grid-item {
    width: calc(33.333% - 16px);
    margin-bottom: 24px;
}

.gallery-page .masonry-grid-item {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    background-color: #f8f8f8;
    position: relative;
    cursor: zoom-in;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out, top 0.3s ease-out, left 0.3s ease-out, right 0.3s ease-out;
}

.gallery-page .masonry-grid-item.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.gallery-page .photo-img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.8s var(--transition-smooth);
    backface-visibility: hidden;
}

.gallery-page .photo-img.loaded {
    opacity: 1;
}

.gallery-page .item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.gallery-page .item-title {
    color: white;
    font-size: var(--vr-fs-base);
    font-weight: 500;
    margin: 0;
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.gallery-page .masonry-grid-item:hover .photo-img {
    transform: scale(1.05);
}

.gallery-page .masonry-grid-item:hover .item-overlay {
    opacity: 1;
}

.gallery-page .masonry-grid-item:hover .item-title {
    transform: translateY(0);
}

.gallery-page .row.g-4 {
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
}

.gallery-page .d-none {
    display: none;
}

.gallery-page .fade-in-up {
    animation: fadeInUp 0.6s var(--transition-smooth) forwards;
    opacity: 0;
    transform: translateY(20px);
}

@media (max-width: 992px) {
    .gallery-page .masonry-grid-sizer,
    .gallery-page .masonry-grid-item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .gallery-page .gallery-item {
        aspect-ratio: 4/5;
    }

    .gallery-page .view-text {
        display: none;
    }

    .gallery-page .masonry-grid-sizer,
    .gallery-page .masonry-grid-item {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .gallery-page .masonry-grid-sizer,
    .gallery-page .masonry-grid-item {
        width: 100%;
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

[dir="rtl"] .gallery-page .btn-back .icon-svg {
    transform: scaleX(-1);
}

[dir="rtl"] .gallery-page .btn-back:hover {
    transform: translateX(5px);
}

[dir="rtl"] .gallery-page .view-text::after {
    content: "←";
    transform: translateX(5px);
}

[dir="rtl"] .gallery-page .gallery-item:hover .view-text::after {
    transform: translateX(-5px);
}

/*--------------------------------------------------------------
# Account Settings
--------------------------------------------------------------*/
.account-settings .account-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    background: var(--vr-theme-color);
    color: #fff;
}
.account-settings .account-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 7.5rem;
    padding: 1.35rem 1.5rem;
}
.account-settings .account-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 40rem;
    min-width: 0;
}
.account-settings .account-hero-breadcrumb {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 0.55rem;
    max-width: 100%;
    overflow: hidden;
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, 0.45);
}
.account-settings .account-hero-breadcrumb .breadcrumb-item,
.account-settings .account-hero-breadcrumb .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.8125rem;
    text-decoration: none;
    white-space: nowrap;
}
.account-settings .account-hero-breadcrumb .breadcrumb-item a:hover,
.account-settings .account-hero-breadcrumb .breadcrumb-item:hover,
.account-settings .account-hero-breadcrumb .breadcrumb-item:hover a {
    color: #fff !important;
}
.account-settings .account-hero-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.95) !important;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}
.account-settings .account-hero-breadcrumb .breadcrumb-item.active:hover {
    color: #fff !important;
}
.account-settings .account-hero-breadcrumb .account-hero-crumb-current {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.account-settings .account-hero-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.4);
}
.account-settings .account-hero-title {
    margin: 0;
    font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.2;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.account-settings .account-hero-desc {
    margin: 0.4rem 0 0;
    max-width: 36rem;
    font-size: 0.9rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.account-settings .account-hero-icon {
    position: absolute;
    right: -0.35rem;
    bottom: -0.85rem;
    width: clamp(7.5rem, 18vw, 10.5rem);
    height: clamp(7.5rem, 18vw, 10.5rem);
    color: #fff;
    opacity: 0.14;
    pointer-events: none;
    z-index: 1;
}
.account-settings .account-hero-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
[dir="rtl"] .account-settings .account-hero-icon {
    right: auto;
    left: -0.35rem;
}
@media (max-width: 575.98px) {
    .account-settings .account-hero-inner {
        min-height: 5.75rem;
        padding: 0.95rem 1rem;
    }
    .account-settings .account-hero-breadcrumb {
        margin-bottom: 0.35rem;
    }
    .account-settings .account-hero-breadcrumb .breadcrumb-item,
    .account-settings .account-hero-breadcrumb .breadcrumb-item a {
        font-size: 0.7rem;
    }
    .account-settings .account-hero-breadcrumb .breadcrumb-item:first-child {
        display: none;
    }
    .account-settings .account-hero-breadcrumb .breadcrumb-item:nth-child(2)::before {
        display: none;
    }
    .account-settings .account-hero-title {
        font-size: 1.15rem;
        -webkit-line-clamp: 1;
    }
    .account-settings .account-hero-desc {
        font-size: 0.78rem;
        -webkit-line-clamp: 2;
    }
    .account-settings .account-hero-icon {
        width: 5.75rem;
        height: 5.75rem;
        opacity: 0.12;
    }
}

.account-settings .profile-form-title {
    padding-bottom: 1.5rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid var(--vr-gray-200);
}

.account-settings .profile-form-title h2 {
    font-size: var(--vr-fs-title-xl);
    font-weight: 600;
    color: var(--vr-text-main);
    letter-spacing: -0.02em;
    margin-bottom: 0.25rem;
}

.account-settings .profile-form-title p {
    color: var(--vr-gray-500);
    margin-bottom: 0;
}

.account-settings .account-page-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.account-settings .ps-sidebar {
    padding: 1.15rem 1rem;
    border-radius: 0.85rem;
    background: color-mix(in srgb, var(--vr-theme-color) 4%, #fff);
}
[dir="rtl"] .account-settings .ps-sidebar {
    padding-right: 1rem;
    padding-left: 1rem;
}
html[data-bs-theme="dark"] .account-settings .ps-sidebar {
    background: color-mix(in srgb, var(--vr-theme-color) 10%, transparent);
}

.account-settings .ps-sidebar-title {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--vr-gray-375);
    margin-bottom: 0.625rem;
    margin-top: 2.25rem;
    padding-left: 0.75rem;
}

.account-settings .ps-sidebar-title:first-child {
    margin-top: 0;
}

.account-settings .ps-menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.account-settings .ps-menu-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    color: var(--vr-gray-700);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
}

.account-settings .ps-menu-item svg {
    color: var(--vr-gray-600);
    transition: all 0.2s ease;
    width: 1.188rem;
    height: 1.188rem;
}

.account-settings .ps-menu-item:hover,
.account-settings .ps-menu-item:focus,
.account-settings .ps-menu-item:active {
    background: var(--vr-gray-100) !important;
    color: var(--vr-gray-900) !important;
}

.account-settings .ps-menu-item:hover svg {
    color: var(--vr-gray-900);
    transform: scale(1.05);
}

.account-settings .ps-menu-item.active {
    background: var(--vr-gray-200);
    color: var(--vr-gray-900);
    font-weight: 600;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.account-settings .ps-menu-item.active svg {
    color: var(--vr-gray-900);
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.account-settings .form-section-gap {
    margin-bottom: 2rem;
}

.account-settings .social-icon {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0.375rem;
}

.account-settings .social-icon svg {
    width: 0.875rem;
    height: 0.875rem;
}

.password-wrapper {
    position: relative;
    width: 100%;
}

.password-wrapper .form-input {
    padding-right: 2.8125rem;
}

.account-settings .auth-password-toggle svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.account-settings .btn-link-verification {
    color: var(--vr-text-main) !important;
    text-decoration: underline;
    font-size: 0.813rem;
    font-weight: 600;
}

.account-settings .btn-link-verification:hover {
    color: var(--vr-theme-color) !important;
}

.account-settings .edit-profile-cover {
    display: block;
    width: 100%;
    height: 240px;
    position: relative;
    margin-bottom: 45px;
    background-size: cover;
    background-position: center center;
    background-color: var(--vr-gray-100);
    border: 1px solid var(--vr-gray-150);
    border-radius: var(--border-radius-lg);
}

.account-settings .edit-profile-cover .edit-avatar {
    position: absolute;
    bottom: -40px;
    left: 15px;
    border-radius: 50%;
}

.account-settings .edit-profile-cover .edit-avatar img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.account-settings .edit-profile-cover .btn-edit-cover {
    border-radius: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: var(--border-radius-lg);
}

.account-settings .edit-profile-cover .edit-avatar .btn {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 0 !important;
    margin: 0 !important;
}

.account-settings .btn-send-verification-email {
    color: var(--vr-theme-color) !important;
    font-size: var(--vr-fs-md);
    font-weight: 600;
}

.account-settings .btn-send-verification-email:hover,
.account-settings .btn-send-verification-email:focus,
.account-settings .btn-send-verification-email:active {
    color: var(--vr-theme-color) !important;
    text-decoration: underline;
}

.account-settings .billing-form {
    min-height: 0 !important;
}

.account-settings .account-table-container {
    background: #ffffff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.06);
    border-radius: 0.75rem;
    box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.02), 0 0.25rem 0.75rem rgba(0, 0, 0, 0.02);
}

.account-settings .account-table-responsive {
    width: 100%;
    overflow-x: auto;
}

.account-settings .account-table-responsive::-webkit-scrollbar {
    height: 0.375rem;
}

.account-settings .account-table-responsive::-webkit-scrollbar-track {
    background: transparent;
}

.account-settings .account-table-responsive::-webkit-scrollbar-thumb {
    background: var(--vr-gray-200);
    border-radius: 0.625rem;
}

.account-settings .account-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.account-settings .account-table th {
    background: transparent;
    color: var(--vr-gray-500);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 1.25rem 1.875rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.04);
    white-space: nowrap;
}

.account-settings .account-table td {
    padding: 1.25rem 1.875rem;
    vertical-align: middle;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.03);
}

.account-settings .account-table tbody tr:last-child td {
    border-bottom: none;
}

.account-settings .account-table tbody tr {
    transition: background-color 0.15s ease;
}

.account-settings .account-table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.01);
}

.account-settings .tx-title {
    font-weight: 600;
    color: var(--vr-text-main);
    font-size: var(--vr-fs-md);
    margin-bottom: 0.15rem;
    display: block;
}

.account-settings .tx-meta {
    font-size: 0.8125rem;
    color: var(--vr-gray-500);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.account-settings .tx-amount {
    font-weight: 600;
    color: var(--vr-text-main);
    font-size: var(--vr-fs-md);
    white-space: nowrap;
}

.account-settings .tx-date {
    color: var(--vr-gray-500);
    font-size: var(--vr-fs-md);
    white-space: nowrap;
}

.account-settings .badge-status {
    display: inline-flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 0.375rem;
    text-transform: capitalize;
    white-space: nowrap;
}

.account-settings .badge-status.success {
    background-color: #e8fff3;
    color: #50cd89;
}

.account-settings .badge-status.cancelled {
    background-color: #fff5f8;
    color: #f1416c;
}

.account-settings .badge-status.pending {
    background-color: #fff8dd;
    color: #e3a008;
}

.account-settings .badge-status.default {
    background-color: #f5f8fa;
    color: #7e8299;
}

.account-settings .btn-invoice-account {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--vr-gray-500);
    background-color: transparent;
    border: 0.0625rem solid var(--vr-gray-200);
    border-radius: 0.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.account-settings .btn-invoice-account:hover {
    background-color: var(--vr-gray-50);
    border-color: var(--vr-gray-300);
    color: var(--vr-gray-900);
    box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.02);
}

.account-settings .btn-invoice-account svg {
    width: 0.875rem;
    height: 0.875rem;
    stroke-width: 2;
}

.account-settings .empty-state {
    text-align: center;
    padding: 5rem 1rem;
}

.account-settings .premium-sub-card {
    background: #ffffff;
    border: 0.0625rem solid rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.03), 0 0.125rem 0.25rem -0.125rem rgba(0, 0, 0, 0.02);
    position: relative;
    overflow: hidden;
    max-width: 45rem;
    margin: 0 auto;
}

.account-settings .card-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3125rem;
    background: linear-gradient(90deg, var(--vr-theme-color), color-mix(in srgb, var(--vr-theme-color) 60%, transparent));
    z-index: 1;
}

.account-settings .card-inactive::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3125rem;
    background: var(--vr-gray-200);
    z-index: 1;
}

.account-settings .sub-header {
    padding: 2.25rem 2rem 1.75rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
}

.account-settings .sub-info h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--vr-gray-900);
    margin-bottom: 0.375rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    line-height: 1.2;
}

.account-settings .sub-info p {
    font-size: 0.9375rem;
    color: var(--vr-gray-500);
    margin-bottom: 0;
}

.account-settings .badge-status {
    display: inline-flex;
    align-items: center;
    font-size: 0.6875rem;
    font-weight: 700;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transform: translateY(-1px);
}

.account-settings .badge-active {
    background-color: #e8fff3;
    color: #50cd89;
}

.account-settings .badge-inactive {
    background-color: #fff5f8;
    color: var(--vr-text-danger);
}

.account-settings .sub-price {
    text-align: right;
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.account-settings .sub-price .amount {
    font-size: 2.25rem;
    font-weight: 800;
    color: var(--vr-gray-900);
    line-height: 1;
    letter-spacing: -0.04em;
}

.account-settings .sub-price .period {
    font-size: 0.875rem;
    color: var(--vr-gray-500);
    font-weight: 500;
}

.account-settings .sub-body {
    padding: 1.75rem 2rem 2.25rem;
    background-color: #ffffff;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
    gap: 2rem;
}

.account-settings .detail-group {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.account-settings .detail-label {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--vr-gray-500);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.account-settings .detail-value {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--vr-gray-800);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.account-settings .detail-value svg {
    color: var(--vr-gray-400);
}

.account-settings .sub-footer {
    padding: 1.25rem 2rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background-color: var(--vr-gray-50);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.account-settings .empty-subscription {
    padding: 4rem 2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
}

.account-settings .empty-icon-wrapper {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: var(--vr-gray-50);
    color: var(--vr-gray-400);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.account-settings .empty-subscription h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--vr-gray-900);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
}

.account-settings .empty-subscription p {
    font-size: 0.9375rem;
    color: var(--vr-gray-500);
    max-width: 32rem;
    margin: 0 auto 2rem auto;
    line-height: 1.6;
}

.account-settings .btn-sub-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
}

.account-settings .btn-change {
    background-color: #ffffff;
    color: var(--vr-gray-800);
    border: 0.0625rem solid var(--vr-gray-200);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.account-settings .btn-change:hover {
    background-color: #ffffff;
    color: var(--vr-gray-900);
    border-color: var(--vr-gray-300);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    transform: translateY(-1px);
}

.account-settings .btn-cancel {
    background-color: transparent;
    color: var(--vr-gray-500);
    border: 0.0625rem solid transparent;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.account-settings .btn-cancel:hover,
.account-settings .btn-cancel:focus,
.account-settings .btn-cancel:active {
    color: var(--vr-text-danger) !important;
}

[data-bs-theme="dark"] .account-settings .edit-profile-cover {
    background-color: var(--vr-gray-850);
    border: 1px solid var(--vr-border-color);
}

[data-bs-theme="dark"] .account-settings .profile-form-title {
    border-color: var(--vr-border-color);
}

[data-bs-theme="dark"] .account-settings .profile-form-title p {
    color: var(--vr-text-muted);
}

[data-bs-theme="dark"] .account-settings .ps-menu-item {
    color: var(--vr-gray-300);
}

[data-bs-theme="dark"] .account-settings .ps-menu-item svg {
    color: var(--vr-gray-400);
}

[data-bs-theme="dark"] .account-settings .ps-menu-item:hover,
[data-bs-theme="dark"] .account-settings .ps-menu-item:focus {
    background: var(--vr-body-active-bg) !important;
    color: var(--vr-text-main) !important;
}

[data-bs-theme="dark"] .account-settings .ps-menu-item:hover svg {
    color: var(--vr-text-main);
}

[data-bs-theme="dark"] .account-settings .ps-menu-item.active {
    background: var(--vr-gray-800) !important;
    color: #ffffff !important;
    text-shadow: none;
}

[data-bs-theme="dark"] .account-settings .ps-menu-item.active svg {
    color: #ffffff;
    filter: none;
}

[data-bs-theme="dark"] .account-settings .account-table-container {
    background: var(--vr-body-bg);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: none;
}

[data-bs-theme="dark"] .account-settings .account-table th {
    border-color: rgba(255, 255, 255, 0.04);
    color: var(--vr-gray-400);
}

[data-bs-theme="dark"] .account-settings .account-table td {
    border-color: rgba(255, 255, 255, 0.03);
}

[data-bs-theme="dark"] .account-settings .account-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.02);
}

[data-bs-theme="dark"] .account-settings .tx-title,
[data-bs-theme="dark"] .account-settings .tx-amount {
    color: var(--vr-gray-300);
}

[data-bs-theme="dark"] .account-settings .badge-status.success {
    background-color: rgba(80, 205, 137, 0.1);
    color: #50cd89;
}

[data-bs-theme="dark"] .account-settings .badge-status.pending {
    background-color: rgba(241, 65, 108, 0.1);
    color: #f1416c;
}

[data-bs-theme="dark"] .account-settings .btn-invoice-account {
    border-color: var(--vr-gray-700);
    color: var(--vr-gray-300);
}

[data-bs-theme="dark"] .account-settings .btn-invoice-account:hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: var(--vr-gray-600);
    color: #ffffff;
}

[dir="rtl"] .account-settings .ps-sidebar {
    padding-right: 0;
    padding-left: 1.5rem;
}

[dir="rtl"] .account-settings .ps-sidebar-title {
    padding-left: 0;
    padding-right: 0.75rem;
}

[data-bs-theme="dark"] .account-settings .premium-sub-card {
    background: var(--vr-body-bg);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

[data-bs-theme="dark"] .account-settings .card-active::before {
    background: linear-gradient(90deg, var(--vr-theme-color), color-mix(in srgb, var(--vr-theme-color) 40%, transparent));
}

[data-bs-theme="dark"] .account-settings .card-inactive::before {
    background: var(--vr-gray-700);
}

[data-bs-theme="dark"] .account-settings .sub-header {
    border-color: rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .account-settings .sub-body,
[data-bs-theme="dark"] .account-settings .empty-subscription {
    background-color: transparent;
}

[data-bs-theme="dark"] .account-settings .sub-footer {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.04);
}

[data-bs-theme="dark"] .account-settings .sub-info h3,
[data-bs-theme="dark"] .account-settings .sub-price .amount,
[data-bs-theme="dark"] .account-settings .detail-value,
[data-bs-theme="dark"] .account-settings .empty-subscription h3 {
    color: var(--vr-text-main);
}

[data-bs-theme="dark"] .account-settings .empty-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.03);
    color: var(--vr-gray-500);
}

[data-bs-theme="dark"] .account-settings .badge-active {
    background-color: rgba(80, 205, 137, 0.1);
    color: #50cd89;
}

[data-bs-theme="dark"] .account-settings .badge-inactive {
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--vr-gray-400);
}

[data-bs-theme="dark"] .account-settings .btn-change {
    background-color: rgba(255, 255, 255, 0.03);
    border-color: rgba(255, 255, 255, 0.1);
    color: var(--vr-gray-300);
    box-shadow: none;
}

[data-bs-theme="dark"] .account-settings .btn-change:hover {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .account-settings .btn-cancel {
    color: var(--vr-gray-400);
}

[data-bs-theme="dark"] .account-settings .btn-cancel:hover {
    color: #f87171;
    background-color: rgba(248, 113, 113, 0.1);
}

[dir="rtl"] .password-wrapper .form-input {
    padding-right: 1rem;
    padding-left: 2.8125rem;
}

@media (max-width: 575.98px) {
    .account-settings .sub-footer {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
    }

    .account-settings .btn-sub-action {
        width: 100%;
    }
}

/*--------------------------------------------------------------
# Become an Author
--------------------------------------------------------------*/
.author-app-wrapper {
    --vr-gray-25: #fcfcfc;
    --vr-gray-50: #fafafa;
    --vr-gray-100: #f4f4f5;
    --vr-gray-200: #e4e4e7;
    --vr-gray-300: #d4d4d8;
    --vr-gray-400: #a1a1aa;
    --vr-gray-500: #71717a;
    --vr-gray-800: #27272a;
    --vr-gray-900: #18181b;
    --vr-gray-925: #111113;

    --app-bg: #ffffff;
    --app-surface: #ffffff;
    --app-surface-alt: var(--vr-gray-50);
    --app-border: var(--vr-gray-200);
    --app-border-step: var(--vr-gray-300);
    --app-text-title: var(--vr-gray-900);
    --app-text-body: var(--vr-gray-500);

    --app-primary: var(--vr-theme-color);
    --app-primary-soft: rgba(var(--vr-theme-color-rgb, 0, 0, 0), 0.04);

    --app-shadow-premium: 0 1rem 3rem rgba(0, 0, 0, 0.03);
    --app-input-bg: var(--vr-gray-25);
    --app-input-border: var(--vr-gray-200);
    --app-line: var(--vr-gray-200);

    --app-pending-bg: #eff6ff;
    --app-pending-color: #3b82f6;
    --app-danger-bg: #fef2f2;
    --app-danger-color: #ef4444;
    --app-warning-bg: #fffbeb;
    --app-warning-border: #fde68a;
    --app-warning-title: #92400e;
    --app-warning-text: #b45309;

    padding-top: 3rem;
    padding-bottom: 6rem;
    background-color: var(--app-bg);
}

[data-bs-theme="dark"] .author-app-wrapper {
    --app-bg: var(--vr-body-bg);
    --app-surface: var(--vr-body-secondary-bg);
    --app-surface-alt: var(--vr-gray-900);
    --app-border: var(--vr-border-color);
    --app-text-title: var(--vr-text-main);
    --app-text-body: var(--vr-text-muted);

    --app-primary-soft: rgba(var(--vr-theme-color-rgb, 255, 255, 255), 0.05);

    --app-shadow-premium: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    --app-input-bg: var(--vr-input-bg);
    --app-input-border: var(--vr-input-border-color);
    --app-line: var(--vr-border-color);
    --app-border-step: var(--vr-gray-700);

    --app-pending-bg: rgba(59, 130, 246, 0.1);
    --app-pending-color: #60a5fa;
    --app-danger-bg: rgba(239, 68, 68, 0.1);
    --app-danger-color: #f87171;
    --app-warning-bg: rgba(245, 158, 11, 0.05);
    --app-warning-border: rgba(245, 158, 11, 0.2);
    --app-warning-title: #fcd34d;
    --app-warning-text: #fbbf24;
}

.author-app-wrapper .app-container {
    max-width: 80rem;
}

.author-app-wrapper .app-hero {
    max-width: 50rem;
    margin-block-end: 7rem;
}

.author-app-wrapper .app-hero-title {
    color: var(--app-text-title);
    font-size: 2.375rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.1;
}

.author-app-wrapper .app-hero-desc {
    color: var(--app-text-body);
    font-size: var(--vr-fs-xl);
    line-height: var(--vr-lh-xl);
    transition: color .3s ease;
}

.author-app-wrapper .app-hero-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 1.25rem 0.375rem 0.375rem;
    background-color: var(--app-surface);
    border: 0.0625rem solid var(--app-border);
    border-radius: 6.25rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.03);
    margin-block-end: 1.75rem;
    cursor: default;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.author-app-wrapper .app-hero-badge:hover {
    border-color: var(--app-primary);
    box-shadow: 0 0.5rem 1.25rem var(--app-primary-soft);
    transform: translateY(-0.125rem);
}

.author-app-wrapper .app-badge-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.875rem;
    height: 1.875rem;
    background-color: var(--app-primary);
    color: #ffffff;
    border-radius: 50%;
    margin-inline-end: 0.75rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.author-app-wrapper .app-badge-text {
    color: var(--app-text-title);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}

.author-app-wrapper .app-status-card {
    background-color: var(--app-surface);
    border: 0.0625rem solid var(--app-border);
    border-radius: 1rem;
    padding: 3.5rem 2.5rem;
    box-shadow: var(--app-shadow-premium);
    max-width: 36rem;
}

.author-app-wrapper .app-status-icon-wrap {
    width: 4.5rem;
    height: 4.5rem;
    position: relative;
}

.author-app-wrapper .app-status-icon-wrap::before {
    content: '';
    position: absolute;
    inset: -0.75rem;
    border-radius: 50%;
    opacity: 0.2;
    z-index: 0;
}

.author-app-wrapper .app-status-icon-wrap.success::before {
    background-color: #10b981;
}

.author-app-wrapper .app-status-icon-wrap.success {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
}

[data-bs-theme="dark"] .author-app-wrapper .app-status-icon-wrap.success {
    background-color: rgba(16, 185, 129, 0.15);
    color: #34d399;
}

.author-app-wrapper .app-status-icon-wrap.pending::before {
    background-color: var(--app-pending-color);
}

.author-app-wrapper .app-status-icon-wrap.danger::before {
    background-color: var(--app-danger-color);
}

.author-app-wrapper .app-status-icon-wrap.pending {
    background-color: var(--app-pending-bg);
    color: var(--app-pending-color);
}

.author-app-wrapper .app-status-icon-wrap.danger {
    background-color: var(--app-danger-bg);
    color: var(--app-danger-color);
}

.author-app-wrapper .app-status-icon {
    width: 2rem;
    height: 2rem;
    stroke-width: 0.125rem;
    position: relative;
    z-index: 1;
}

.author-app-wrapper .app-status-title {
    color: var(--app-text-title);
    font-size: 1.5rem;
    letter-spacing: -0.02rem;
}

.author-app-wrapper .app-status-desc {
    color: var(--app-text-body);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.author-app-wrapper .app-status-back-btn {
    background-color: var(--app-surface-alt);
    color: var(--app-text-title);
    border: 0.0625rem solid var(--app-border);
    transition: all 0.3s ease;
    font-size: 0.9375rem;
}

.author-app-wrapper .app-status-back-btn:hover {
    color: var(--app-primary) !important;
    border-color: var(--app-primary) !important;
    transform: translateY(-0.125rem);
}

.author-app-wrapper .app-timeline-section {
    margin-block-end: 8rem;
}

.author-app-wrapper .app-timeline-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
    position: relative;
}

@keyframes flowLine {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 2rem 0;
    }
}

@media (min-width: 992px) {
    .author-app-wrapper .app-timeline-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 3rem;
    }

    .author-app-wrapper .app-timeline-grid::before {
        content: '';
        position: absolute;
        top: 3rem;
        left: 16.66%;
        right: 16.66%;
        height: 0.0625rem;
        background-image: linear-gradient(90deg, var(--app-border-step) 50%, transparent 50%);
        background-size: 0.5rem 100%;
        opacity: 0.6;
        z-index: 1;
        animation: flowLine 20s linear infinite;
    }
}

.author-app-wrapper .app-step-icon-wrap {
    position: relative;
    width: 6rem;
    height: 6rem;
    margin-inline: auto;
    margin-block-end: 2.5rem;
    background-color: var(--vr-gray-100);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--app-text-title);
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

[data-bs-theme="dark"] .author-app-wrapper .app-step-icon-wrap {
    background-color: var(--vr-gray-900);
}

.author-app-wrapper .app-step-icon {
    width: 1.8rem;
    height: 1.8rem;
    stroke-width: 0.1rem;
    transition: transform 0.4s ease, color 0.4s ease;
}

.author-app-wrapper .app-step:hover .app-step-icon-wrap {
    transform: translateY(-0.5rem);
    box-shadow: 0 1rem 2.5rem -0.5rem rgba(0, 0, 0, 0.05);
}

.author-app-wrapper .app-step:hover .app-step-icon {
    transform: scale(1.1);
    color: var(--app-primary);
}

.author-app-wrapper .app-step-title {
    color: var(--app-text-title);
    font-size: 1.25rem;
    letter-spacing: -0.01rem;
    font-size: var(--vr-fs-title-lg);
    line-height: var(--vr-lh-title-lg);
}

.author-app-wrapper .app-step-desc {
    color: var(--app-text-body);
    font-size: var(--vr-fs-lg);
    line-height: var(--vr-lh-lg);
    max-width: 18rem;
    opacity: 0.9;
}

.author-app-wrapper .app-split-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem;
}

@media (min-width: 992px) {
    .author-app-wrapper .app-split-grid {
        grid-template-columns: 1.25fr 1fr;
        gap: 4rem;
    }

    .author-app-wrapper .app-form-plate {
        padding: 4rem;
    }
}

.author-app-wrapper .app-form-plate {
    background-color: var(--app-surface);
    border-radius: 1.5rem;
    border: 0.0625rem solid var(--app-border);
    box-shadow: var(--app-shadow-premium);
    padding: 3rem;
}

.author-app-wrapper .app-form-header {
    margin-bottom: 3rem;
}

.author-app-wrapper .app-form-title {
    color: var(--app-text-title);
    letter-spacing: -0.03rem;
    margin-bottom: 0.75rem;
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
}

.author-app-wrapper .app-form-subtitle {
    color: var(--app-text-body);
}

.author-app-wrapper .app-input-wrap {
    margin-block-end: 1.75rem;
}

.author-app-wrapper .app-input-wrap.grid-input {
    margin-block-end: 0;
}

.author-app-wrapper .form-input {
    background-color: var(--app-input-bg);
    border: 0.0625rem solid var(--app-input-border);
    color: var(--app-text-title);
    transition: all 0.2s ease;
}

.author-app-wrapper .form-input:focus {
    outline: none;
    border-color: var(--app-primary);
    box-shadow: 0 0 0 0.25rem var(--app-primary-soft);
    background-color: var(--app-surface);
}

.author-app-wrapper .form-input::placeholder {
    color: var(--vr-gray-400);
    font-weight: 400;
}

.author-app-wrapper .app-hint {
    font-size: 0.8125rem;
    color: var(--app-text-body);
    line-height: 1.5;
    margin-block-start: 0.5rem;
    opacity: 0.8;
}

.author-app-wrapper .app-submit-btn {
    padding: 1.125rem;
    border-radius: 0.75rem;
    -moz-transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    font-weight: 600;
    font-size: var(--vr-fs-lg);
}

.author-app-wrapper .app-submit-btn:hover {
    box-shadow: 0 0.5rem 1rem var(--app-primary-soft);
}

.author-app-wrapper .app-soft-alert {
    background-color: var(--app-warning-bg);
    border: 0.0625rem solid var(--app-warning-border);
    border-radius: 1rem;
}

.author-app-wrapper .app-soft-alert-icon {
    color: var(--app-warning-text);
    width: 1.75rem;
    height: 1.75rem;
}

.author-app-wrapper .app-soft-alert-title {
    color: var(--app-warning-title);
    font-size: 1.0625rem;
}

.author-app-wrapper .app-soft-alert-desc {
    color: var(--app-warning-text);
    font-size: 0.9375rem;
    line-height: 1.6;
}

.author-app-wrapper .app-admin-note {
    background-color: var(--app-surface);
    border-inline-start: 0.25rem solid var(--app-warning-text);
    color: var(--app-text-title);
}

.author-app-wrapper .app-guidelines-plate {
    padding-block-start: 3rem;
}

.author-app-wrapper .app-gl-title {
    color: var(--app-text-title);
    letter-spacing: -0.02rem;
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
}

.author-app-wrapper .app-gl-list {
    position: relative;
}

.author-app-wrapper .app-gl-list::before {
    content: '';
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    inset-inline-start: 0.625rem;
    width: 0.0625rem;
    background-color: var(--app-line);
    z-index: 1;
}

.author-app-wrapper .app-gl-dot {
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--app-bg);
    border: 0.25rem solid var(--app-primary);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.author-app-wrapper .app-gl-item:hover .app-gl-dot {
    transform: scale(1.2);
}

.author-app-wrapper .app-gl-heading {
    color: var(--app-text-title);
    font-size: var(--vr-fs-title-md);
    line-height: var(--vr-lh-title-md);
}

.author-app-wrapper .app-gl-desc {
    color: var(--app-text-body);
    opacity: 0.9;
}

.author-app-wrapper .app-editor-content {
    margin-block-start: 6rem;
    padding-block-start: 3rem;
    border-block-start: 0.0625rem solid var(--app-border);
    color: var(--app-text-body);
}

.author-app-wrapper .app-editor-content h1,
.author-app-wrapper .app-editor-content h2,
.author-app-wrapper .app-editor-content h3,
.author-app-wrapper .app-editor-content h4 {
    color: var(--app-text-title);
    font-weight: 700;
    margin-block-end: 1rem;
    margin-block-start: 1.5rem;
}

.author-app-wrapper .app-editor-content p {
    margin-block-end: 1.25rem;
}

.author-app-wrapper .app-editor-content ul,
.author-app-wrapper .app-editor-content ol {
    margin-block-end: 1.25rem;
    padding-inline-start: 1.5rem;
}

.author-app-wrapper .app-editor-content a {
    color: var(--app-primary);
    text-decoration: none;
}

.author-app-wrapper .app-editor-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .author-app-wrapper {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

    .author-app-wrapper .app-hero {
        margin-block-end: 3rem;
    }

    .author-app-wrapper .app-form-plate {
        padding: 2rem;
    }

    .author-app-wrapper .app-soft-alert svg {
        display: none;
    }
}

html[dir="rtl"] .author-app-wrapper .app-hero-badge {
    padding: 0.375rem 0.375rem 0.375rem 1.25rem;
}


/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-section {
    --primary-color: var(--vr-theme-color);
    --primary-hover: color-mix(in srgb, var(--primary-color) 85%, black);
    --primary-light: color-mix(in srgb, var(--primary-color) 8%, transparent);
    --success-color: #10b981;
    --success-light: color-mix(in srgb, var(--success-color) 10%, transparent);
    --warning-color: #e37400;
    --bg-color: #ffffff;
    --surface-bg: #ffffff;
    --surface-secondary: var(--vr-gray-25);
    --text-main: var(--vr-gray-900);
    --text-muted: var(--vr-gray-500);
    --border-color: var(--vr-gray-200);
    --card-border-radius: 0.75rem;
    --input-border: var(--vr-gray-200);
    --card-shadow: 0 0.25rem 1.25rem -0.125rem rgba(0, 0, 0, 0.03), 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.02);
    --card-highlight: inset 0 0.0625rem 0 rgba(255, 255, 255, 1);

    background-color: var(--bg-color);
    color: var(--text-main);
    -webkit-font-smoothing: antialiased;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s ease, color 0.3s ease;
}

[data-bs-theme="dark"] .checkout-section {
    --vr-body-bg: var(--vr-gray-925);
    --vr-body-secondary-bg: var(--vr-gray-900);
    --vr-body-active-bg: var(--vr-gray-850);
    --vr-input-bg: var(--vr-gray-900);
    --vr-border-color: var(--vr-gray-850);
    --vr-text-main: var(--vr-gray-200);
    --vr-text-main-secondary: var(--vr-gray-350);
    --vr-text-muted: var(--vr-gray-500);

    --bg-color: var(--vr-body-bg);
    --surface-bg: var(--vr-body-secondary-bg);
    --surface-secondary: var(--vr-body-active-bg);
    --text-main: var(--vr-text-main);
    --text-muted: var(--vr-text-main-secondary);
    --border-color: var(--vr-border-color);

    --input-border: var(--vr-border-color);

    --card-shadow: 0 0.625rem 1.875rem -0.3125rem rgba(0, 0, 0, 0.4);
    --card-highlight: inset 0 0.0625rem 0 rgba(255, 255, 255, 0.03);

    --success-light: color-mix(in srgb, var(--success-color) 15%, transparent);
}

.checkout-section h1,
.checkout-section h2,
.checkout-section h3,
.checkout-section h4,
.checkout-section h5,
.checkout-section h6 {
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.02em;
}

.checkout-section .sr-only {
    position: absolute;
    width: 0.0625rem;
    height: 0.0625rem;
    padding: 0;
    margin: -0.0625rem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.checkout-section .theme-svg-text {
    fill: var(--text-main);
    transition: fill 0.3s ease;
}

.checkout-section .checkout-stepper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
    gap: 1.5rem;
}

.checkout-section .step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--text-muted);
    font-weight: 600;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.checkout-section .step.active,
.checkout-section .step.completed {
    color: var(--text-main);
    opacity: 1;
}

.checkout-section .step-label-link {
    color: inherit;
    text-decoration: none;
}

.checkout-section .step-label-link:hover {
    color: var(--primary-color);
}

.checkout-section .step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--surface-secondary);
    border: 0.0625rem solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.checkout-section .step.active .step-number {
    background-color: var(--primary-color);
    color: #ffffff;
    border-color: var(--primary-color);
    box-shadow: 0 0.25rem 0.75rem var(--primary-light);
}

.checkout-section .step.completed .step-number {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #ffffff;
    box-shadow: 0 0.25rem 0.75rem var(--primary-light);
}

.checkout-section .step.completed .step-check {
    display: block;
}

.checkout-section .step-line {
    height: 0.125rem;
    width: 3rem;
    background-color: var(--border-color);
    border-radius: 0.125rem;
    flex-shrink: 0;
    transition: background-color 0.3s ease;
}

.checkout-section .step-line.active {
    background-color: var(--primary-color);
}

.checkout-section .checkout-card {
    background-color: var(--surface-bg);
    border: 0.0625rem solid var(--border-color);
    border-radius: var(--card-border-radius);
    padding: 2.5rem;
    box-shadow: var(--card-shadow), var(--card-highlight);
    text-align: left;
}

.checkout-section .summary-card {
    background: linear-gradient(145deg, var(--surface-bg) 0%, var(--surface-secondary) 100%);
}

.checkout-section .card-title {
    font-size: var(--vr-fs-title-lg);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.checkout-section .title-icon {
    color: var(--primary-color);
    background: var(--primary-light);
    padding: 0.5rem;
    border-radius: 0.625rem;
    display: flex;
}

.checkout-section .form-control,
.checkout-section .form-select {
    border: 0.0625rem solid var(--input-border);
    padding: 0.75rem 1rem;
    color: var(--text-main);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: none !important;
}

.checkout-section .form-control:focus,
.checkout-section .form-select:focus {
    border-color: var(--primary-color);
}

.checkout-section .form-control::placeholder {
    color: var(--vr-gray-400);
    font-weight: 400;
}

.checkout-section .optional-tag {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--vr-gray-400);
    text-transform: none;
    letter-spacing: 0;
    margin-left: 0.25rem;
}

.checkout-section .payment-methods {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.checkout-section .payment-method-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border: 0.125rem solid var(--border-color);
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: var(--surface-bg);
    position: relative;
    gap: 0.5rem;
    min-height: 60px;
}

.checkout-section .payment-method-card:hover {
    border-color: var(--vr-gray-300);
}

.checkout-section .payment-method-card.active {
    border-color: var(--primary-color);
}

.checkout-section .payment-method-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkout-section .radio-circle {
    width: 1.125rem;
    height: 1.125rem;
    border: 0.125rem solid var(--border-color);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.checkout-section .payment-method-card.active .radio-circle {
    border-color: var(--primary-color);
}

.checkout-section .payment-method-card.active .radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.625rem;
    height: 0.625rem;
    background-color: var(--primary-color);
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem color-mix(in srgb, var(--primary-color) 40%, transparent);
}

.checkout-section .method-title {
    font-weight: 600;
    color: var(--text-main);
    font-size: 0.95rem;
    margin-bottom: 0;
}

.checkout-section .method-logos {
    justify-content: flex-end;
}

.checkout-section .method-logos img {
    height: 1.25rem;
    width: auto;
}

.checkout-section .payment-method-card-nowpayments .method-logos img {
    height: 1.5rem;
    width: auto;
}

.checkout-section .payment-info-box {
    background-color: var(--primary-light);
    border: 0.0625rem dashed var(--primary-color);
    padding: 1.25rem;
    border-radius: 0.875rem;
    color: var(--text-main);
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
}

.checkout-section .custom-divider {
    height: 0.0625rem;
    background: var(--border-color);
    margin: 2rem 0;
}

.checkout-section .summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.checkout-section .summary-item.total {
    font-size: var(--vr-fs-title-md);
    font-weight: 700;
    color: var(--text-main);
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-top: 1.5rem;
}

.checkout-section .summary-item span:first-child {
    color: var(--text-muted);
    font-weight: 500;
}

.checkout-section .summary-item span:last-child {
    color: var(--text-main);
    font-weight: 600;
}

.checkout-section .review-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-muted);
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.checkout-section .review-value {
    font-size: var(--vr-fs-lg);
    color: var(--text-main);
    margin-bottom: 1.25rem;
}

.checkout-section .edit-link {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.checkout-section .edit-link:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

.checkout-section .success-header {
    max-width: 37.5rem;
    margin: 0 auto 3rem;
}

.checkout-section .success-header h1 {
    font-size: var(--vr-fs-title-5xl);
    line-height: var(--vr-lh-title-5xl);
    margin-bottom: 1rem;
}

.checkout-section .success-header p {
    color: var(--text-muted);
    font-size: 1.125rem;
    line-height: 1.6;
}

.checkout-section .status-badge {
    background-color: var(--success-light);
    color: var(--success-color);
    padding: 0.25rem 0.75rem;
    border-radius: 99rem;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.checkout-section .support-link {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 500;
}

.checkout-section .support-link:hover {
    text-decoration: underline;
}

.checkout-section .success-icon-wrapper {
    width: 6rem;
    height: 6rem;
    background-color: var(--success-light);
    color: var(--success-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    box-shadow: 0 0 0 0.75rem color-mix(in srgb, var(--success-color) 5%, transparent);
    animation: popIn 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    transform: scale(0);
}

.checkout-section .success-icon-wrapper svg {
    width: 3rem;
    height: 3rem;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    animation: drawCheck 0.6s 0.3s ease-out forwards;
}

.checkout-section .success-card {
    max-width: 500px;
}

.checkout-section .badge-icon {
    width: 56px;
    height: 56px;
    background-color: var(--primary-light);
    color: var(--primary-color);
    border-radius: 16px;
}

.checkout-section .bg-pending-soft {
    background-color: #fef7e0 !important;
}

.checkout-section .success-icon-wrapper.bg-pending-soft {
    box-shadow: 0 0 0 0.75rem color-mix(in srgb, var(--warning-color) 6%, transparent);
}

.checkout-section .text-pending {
    color: #e37400 !important;
}

.checkout-section .border-pending {
    border-color: #fce8b2 !important;
}

.checkout-section .callout-primary {
    background-color: #eff6ff;
    border-inline-start: 4px solid #3b82f6;
}

.checkout-section .callout-primary-text {
    color: #1e40af;
}

.checkout-section .reference-badge {
    letter-spacing: 2px;
}

[data-bs-theme="dark"] .checkout-section .bg-pending-soft {
    background-color: rgba(227, 116, 0, 0.15) !important;
}

[data-bs-theme="dark"] .checkout-section .text-pending {
    color: #ffb05c !important;
}

[data-bs-theme="dark"] .checkout-section .border-pending {
    border-color: rgba(227, 116, 0, 0.3) !important;
}

[data-bs-theme="dark"] .checkout-section .callout-primary {
    background-color: var(--vr-body-secondary-bg);
    border-inline-start-color: #3b82f6;
}

[data-bs-theme="dark"] .checkout-section .callout-primary-text {
    color: var(--vr-text-main);
}

[data-bs-theme="dark"] .checkout-section .reference-badge.bg-white {
    background-color: var(--vr-body-bg) !important;
    border-color: var(--vr-border-color) !important;
    color: var(--vr-text-main) !important;
}

.checkout-section .item-title {
    font-size: 1.15rem;
    color: var(--text-muted);
    font-weight: 600;
}

.checkout-section .price-display {
    font-size: 3rem;
    line-height: 1;
    font-weight: 700;
    color: var(--text-main);
    letter-spacing: -0.03em;
}

.checkout-section .dashed-divider {
    border-top: 2px dashed var(--border-color);
    margin: 0;
}

.checkout-section .details-grid {
    background-color: var(--surface-secondary);
    text-align: left;
}

.checkout-section .detail-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
}

.checkout-section .detail-value {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
}

.checkout-section .detail-value-mono {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    font-family: monospace;
}

.checkout-section .success-action-group {
    max-width: 600px;
}

.checkout-section .footer-note {
    font-size: 0.9rem;
    max-width: 500px;
    line-height: 1.6;
}

.checkout-section .title-confirm {
    font-size: var(--vr-fs-title-lg);
}

@keyframes popIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    80% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drawCheck {
    100% {
        stroke-dashoffset: 0;
    }
}

.checkout-section .btn-primary-custom {
    background-color: var(--primary-color);
    color: #ffffff;
    border: none;
    padding: 0.875rem 1.25rem;
    border-radius: 0.625rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.checkout-section .btn-primary-custom:hover,
.checkout-section .btn-primary-custom:focus,
.checkout-section .btn-primary-custom:active {
    background-color: var(--primary-hover);
    transform: translateY(-0.125rem);
    box-shadow: 0 0.625rem 1.25rem -0.3125rem color-mix(in srgb, var(--primary-color) 40%, transparent);
    color: #ffffff !important;
}

.checkout-section .btn-secondary-custom {
    background-color: transparent;
    color: var(--text-main);
    border: 0.0625rem solid var(--border-color);
    padding: 0.875rem 1.25rem;
    border-radius: 0.625rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.checkout-section .btn-secondary-custom:hover {
    background-color: var(--surface-secondary);
    border-color: var(--vr-gray-300);
    color: var(--text-main);
    transform: translateY(-0.125rem);
}

.checkout-section .text-secure-checkout {
    color: var(--success-color);
    font-size: var(--vr-fs-sm);
}

.checkout-section .form-select.is-valid:not([multiple]):not([size]),
.checkout-section .form-select.is-valid:not([multiple])[size="1"],
.checkout-section .was-validated .form-select:valid:not([multiple]):not([size]),
.checkout-section .was-validated .form-select:valid:not([multiple])[size="1"] {
    border-color: var(--bs-border-color) !important;
    box-shadow: none !important;
    background-image: var(--bs-form-select-bg-img) !important;
}

.checkout-section .payment-selected-method {
    background-color: var(--surface-secondary);
    cursor: default;
}

.checkout-section .payment-selected-method.payment-method-card.active {
    border-color: var(--primary-color);
    background-color: var(--surface-bg);
}

.checkout-section .payment-selected-method .title {
    font-weight: 600;
}

.checkout-section .payment-selected-method p {
    font-size: var(--vr-fs-md);
}

.checkout-section .payment-selected-method .gateway-logo {
    width: 100px;
    height: 80px;
}

.checkout-section .payment-selected-method .gateway-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

html[dir="rtl"] .checkout-section .step {
    flex-direction: row-reverse;
}

html[dir="rtl"] .checkout-section .btn-primary-custom svg {
    transform: scaleX(-1);
}

html[dir="rtl"] .checkout-section .btn-secondary-custom svg {
    transform: scaleX(-1);
}

html[dir="rtl"] .checkout-section .title-icon {
    margin-left: 0.75rem;
    margin-right: 0;
}

html[dir="rtl"] .checkout-section .checkout-card {
    text-align: right;
}

@media (max-width: 991px) {
    .checkout-section .summary-card {
        margin-top: 1.5rem;
        position: static;
    }
}

@media (max-width: 576px) {
    .checkout-section .checkout-card {
        padding: 1.5rem;
    }

    .checkout-section .payment-method-card {
        flex-direction: column;
        justify-content: flex-start;
    }

    .checkout-section .payment-method-card .method-logos {
        justify-content: center;
    }

    .checkout-section .checkout-stepper {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 1.25rem 0.25rem 1.5rem;
    }

    .checkout-section .step {
        width: 100%;
        padding: 0.55rem 0;
        gap: 0.85rem;
        font-size: 0.95rem;
        line-height: 1.3;
    }

    .checkout-section .step-line {
        display: block;
        width: 0.125rem;
        height: 1.1rem;
        margin-left: 0.94rem;
        border-radius: 0.125rem;
    }

    .checkout-section .step.active span,
    .checkout-section .step.completed span {
        font-weight: 700;
    }

    .checkout-section .payment-method-card {
        padding: 1rem;
    }

    .checkout-section .btn-action-group {
        flex-direction: column;
    }

    .checkout-section .summary-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
}

/*--------------------------------------------------------------
# Premium
--------------------------------------------------------------*/
.paywall {
    --vr-body-bg: var(--vr-gray-25);
    --vr-border-color: var(--vr-gray-200);
    --vr-text-main: var(--vr-gray-900);
    --vr-text-main-secondary: var(--vr-gray-700);
    --pw-bg-glass: rgba(255, 255, 255, 0.85);
    --pw-accent-gold: #ca8a04;
    --pw-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.05);
    --pw-inner-glow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 1px 0 0 rgba(255, 255, 255, 0.4);
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: 2rem 0;
}

[data-bs-theme="dark"] .paywall {
    --vr-body-bg: var(--vr-gray-925);
    --vr-border-color: rgba(255, 255, 255, 0.08);
    --vr-text-main: var(--vr-gray-200);
    --vr-text-main-secondary: var(--vr-gray-350);
    --pw-bg-glass: rgba(24, 24, 27, 0.65);
    --pw-accent-gold: #fbbf24;
    --pw-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.7);
    --pw-inner-glow: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 1px 0 0 rgba(255, 255, 255, 0.05);
}

.paywall * {
    box-sizing: border-box;
}

.paywall .paywall-card {
    pointer-events: auto;
    position: relative;
    z-index: 20;
    width: 90%;
    max-width: 480px;
    background: var(--pw-bg-glass);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--vr-border-color);
    border-radius: 20px;
    box-shadow: var(--pw-shadow), var(--pw-inner-glow);
    padding: 2.5rem;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    animation: pwSlideUpFade 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.5s forwards;
}

@keyframes pwSlideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.paywall .paywall-card h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--vr-text-main);
    margin: 0 0 0.75rem 0;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.paywall .paywall-card p {
    font-size: 0.95rem;
    color: var(--vr-text-main-secondary);
    margin: 0 0 1.5rem 0;
    line-height: 1.5;
}

.paywall .paywall-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 12px;
    border-radius: 100px;
    margin-bottom: 1.25rem;
    color: var(--pw-accent-gold);
    background: rgba(202, 138, 4, 0.1);
}

[data-bs-theme="dark"] .paywall .paywall-badge {
    background: rgba(251, 191, 36, 0.1);
}

.paywall .benefit-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

.paywall .benefit-list li {
    font-size: 0.9rem;
    color: var(--vr-text-main-secondary);
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.paywall .benefit-list li svg {
    color: var(--pw-accent-gold);
    flex-shrink: 0;
}

.paywall .btn-paywall {
    border: none;
    border-radius: 10px;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    width: 100%;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-color: var(--vr-subscribe-button-color);
    color: #ffffff;
    display: inline-block;
}

.paywall .btn-paywall:hover,
.paywall .btn-paywall:active,
.paywall .btn-paywall:focus {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

[data-bs-theme="dark"] .paywall .btn-paywall {
    color: #ffffff !important;
    font-weight: 700;
}

.paywall .btn-login {
    background: transparent;
    color: var(--vr-text-main-secondary);
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1rem;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
    cursor: pointer;
}

.paywall .btn-login:hover {
    color: var(--vr-text-main);
    text-decoration-color: currentColor;
}

@media (max-width: 768px) {
    .paywall .paywall-card {
        width: 95%;
        padding: 1.75rem 1.5rem;
    }

    .paywall .paywall-card h3 {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .paywall-container {
        height: 570px;
    }
}

html[dir="rtl"] .paywall .benefit-list {
    text-align: right;
}

html[dir="rtl"] .paywall .paywall-card {
    border-left: 1px solid var(--vr-border-color);
    border-right: 1px solid var(--pw-border-glass);
}

.premium-modal-content {
    background: var(--pw-bg-glass, rgba(255, 255, 255, 0.95));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid var(--vr-border-color, #e4e4e7);
    border-top: 1px solid var(--pw-border-glass, rgba(255, 255, 255, 0.6));
    border-left: 1px solid var(--pw-border-glass, rgba(255, 255, 255, 0.6));
    border-radius: 20px;
    box-shadow: var(--pw-shadow, 0 20px 40px -15px rgba(0, 0, 0, 0.1));
    text-align: center;
    padding: 2.5rem 2rem;
    position: relative;
}

[data-bs-theme="dark"] .premium-modal-content {
    background: var(--pw-bg-glass, rgba(17, 17, 19, 0.85));
    border-color: var(--vr-border-color, #202023);
    border-top-color: var(--pw-border-glass, rgba(255, 255, 255, 0.05));
    border-left-color: var(--pw-border-glass, rgba(255, 255, 255, 0.05));
}

.premium-modal-content .btn-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
    opacity: 0.3;
    transition: opacity 0.2s;
    outline: none !important;
    box-shadow: none !important;
}

.premium-modal-content .btn-close:hover {
    opacity: 1;
}

.premium-modal-content h3 {
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--vr-text-main, #18181b);
    margin-bottom: 0.75rem;
}

.premium-modal-content p {
    color: var(--vr-text-main-secondary, #71717a);
    margin-bottom: 1.5rem;
    line-height: 1.55;
}

/*--------------------------------------------------------------
# RSS Feeds
--------------------------------------------------------------*/
.rss-feeds {
    --bg-featured: #fff5eb;
    --border-color-featured: rgba(238, 128, 47, 0.2);
    --primary-dark: #1a1f2c;
    --text-muted: #6c757d;
    --bg-light: #f8f9fa;
    --bg-light-hover: #fff;
    --bg-white: #fff;
    --card-border-color: rgba(0, 0, 0, 0.06);
    --card-border-radius: 12px;
    --transition-speed: 0.2s;
    --input-color: #222;
    --input-bg-color: #fff;
    --text-color: #222;
    --bg-copy-btn-hover: rgba(26, 31, 44, 0.05);
    -webkit-font-smoothing: antialiased;
}

[data-bs-theme="dark"] .rss-feeds {
    --bg-featured: #171717;
    --border-color-featured: #2c2c2c;
    --primary-dark: #fff;
    --text-muted: #6c757d;
    --bg-light: #f8f9fa;
    --card-border-color: #2c2c2c;
    --input-color: #222;
    --bg-light: #171717;
    --bg-light-hover: #171717;
    --bg-white: #171717;
    --text-color: #fff;
}

.rss-feeds .rss-card {
    background-color: transparent;
    border: 1px solid var(--card-border-color);
    border-radius: var(--card-border-radius);
    padding: 1.25rem;
    transition: all var(--transition-speed) ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rss-feeds .rss-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    border-color: rgba(238, 128, 47, 0.3);
}

.rss-feeds .rss-card.featured {
    background: var(--bg-featured);
    border-color: var(--border-color-featured);
}

.rss-feeds .rss-card.featured .url-input-group {
    background-color: var(--bg-white);
}

.rss-feeds .card-header-flex {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.rss-feeds .icon-box {
    width: 42px;
    height: 42px;
    background-color: rgba(26, 31, 44, 0.05);
    color: var(--text-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    transition: all var(--transition-speed);
}

.rss-feeds .icon-box-latest-posts {
    background-color: var(--color-rss);
    color: #fff;
}

.rss-feeds .icon-box svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rss-feeds .rss-card:hover .icon-box {
    background-color: var(--color-rss);
    color: white;
}

.rss-feeds .card-title {
    font-weight: 700;
    font-size: var(--vr-fs-title-sm);
    line-height: var(--vr-lh-title-sm);
    margin: 0;
}

.rss-feeds .url-input-group {
    background-color: var(--bg-light);
    border-radius: 8px;
    padding: 4px;
    border: 1px solid var(--card-border-color);
    display: flex;
    align-items: center;
    width: 100%;
}

.rss-feeds .rss-card:hover .url-input-group {
    background-color: var(--bg-light-hover);
    border-color: #dee2e6;
}

.rss-feeds .url-input {
    border: none;
    background: transparent;
    font-size: var(--vr-fs-md);
    color: var(--text-muted);
    width: 100%;
    padding: 4px 10px;
    outline: none;
}

.rss-feeds .copy-btn {
    border: none;
    background-color: var(--bg-white);
    color: var(--primary-dark);
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    flex-shrink: 0;
}

.rss-feeds .copy-btn svg {
    width: 16px;
    height: 16px;
    stroke-width: 2.5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.rss-feeds .copy-btn:hover {
    background-color: var(--bg-copy-btn-hover);
    color: var(--text-color);
}

.rss-feeds .copy-btn.success {
    background-color: #16a34a !important;
    color: white !important;
}

/*--------------------------------------------------------------
# Emoji Reactions
--------------------------------------------------------------*/
.reaction-wrapper {
    --bg-btn-default: var(--vr-gray-50);
    --bg-btn-hover: #ffffff;
    --bg-btn-active: #ffffff;
    --bg-btn-disabled: var(--vr-gray-100);
    --border-btn-default: transparent;
    --border-btn-hover: var(--vr-gray-200);
    --border-btn-active: var(--vr-gray-300);
    --text-label: var(--vr-gray-700);
    --text-count: var(--vr-gray-450);
    --shadow-btn-default: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-btn-hover: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding-bottom: 2rem;
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: background-color 0.3s ease;
}

[data-bs-theme="dark"] .reaction-wrapper {
    --bg-btn-default: var(--vr-gray-900);
    --bg-btn-hover: var(--vr-gray-850);
    --bg-btn-active: var(--vr-gray-825);
    --bg-btn-disabled: var(--vr-gray-925);
    --border-btn-default: var(--vr-gray-800);
    --border-btn-hover: var(--vr-gray-700);
    --border-btn-active: var(--vr-gray-600);
    --text-label: var(--vr-gray-100);
    --text-count: var(--vr-gray-400);
    --shadow-btn-default: 0 1px 0 rgba(0, 0, 0, 0.2);
    --shadow-btn-hover: 0 10px 25px -5px rgba(0, 0, 0, 0.5), 0 8px 10px -6px rgba(0, 0, 0, 0.3);
}

.reaction-wrapper-title {
    text-align: left;
    font-size: var(--vr-fs-base);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-label);
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
}

.reaction-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
}

.reaction-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--bg-btn-default);
    border: 1px solid var(--border-btn-default);
    box-shadow: var(--shadow-btn-default);
    border-radius: 16px;
    padding: 14px 18px;
    min-width: 84px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.reaction-btn:hover {
    transform: translateY(-3px);
    background: var(--bg-btn-hover);
    border-color: var(--border-btn-hover);
    box-shadow: var(--shadow-btn-hover);
}

[data-bs-theme="dark"] .reaction-btn:hover .reaction-img {
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.2));
}

.reaction-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
    filter: opacity(0.9);
    transition: transform 0.2s ease, filter 0.3s ease;
    will-change: transform;
}

[data-bs-theme="dark"] .reaction-img {
    filter: opacity(1);
}

.reaction-btn:hover .reaction-img {
    transform: scale(1.12);
}

.reaction-label {
    font-size: var(--vr-fs-xs);
    font-weight: 600;
    color: var(--text-label);
    text-transform: capitalize;
    transition: color 0.2s ease;
}

.reaction-count {
    font-size: var(--vr-fs-tiny);
    color: var(--text-count);
    font-weight: 500;
    margin-top: 4px;
    transition: color 0.2s ease;
}

.reaction-btn.active {
    background: var(--bg-btn-active);
    border-color: var(--active-color, var(--border-btn-active));
    transform: translateY(-1px);
}

[data-bs-theme="dark"] .reaction-btn.active {
    background: var(--vr-gray-875);
    box-shadow: 0 0 20px -5px var(--shadow-color, rgba(255, 255, 255, 0.1));
}

.reaction-btn.active .reaction-label {
    color: var(--active-color, var(--text-label));
}

.reaction-btn.active .reaction-count {
    color: var(--active-color, var(--text-label));
    opacity: 1;
    font-weight: 700;
}

.reaction-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
    background: var(--bg-btn-disabled);
    box-shadow: none;
    border-color: transparent;
}

.reaction-btn.disabled .reaction-img {
    filter: grayscale(100%) opacity(0.3);
}

@media (max-width: 768px) {
    .reaction-wrapper {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 576px) {
    .reaction-grid {
        overflow-x: auto;
        padding: 4px;
        padding-bottom: 20px;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        mask-image: linear-gradient(to right, black 95%, transparent 100%);
    }

    .reaction-btn {
        min-width: 72px;
        padding: 10px;
        flex-shrink: 0;
    }

    .reaction-img {
        width: 38px;
        height: 38px;
    }

    .reaction-grid::-webkit-scrollbar {
        height: 3px;
    }

    .reaction-grid::-webkit-scrollbar-track {
        background: transparent;
    }

    .reaction-grid::-webkit-scrollbar-thumb {
        background: var(--vr-gray-300);
        border-radius: 10px;
    }

    [data-bs-theme="dark"] .reaction-grid::-webkit-scrollbar-thumb {
        background: var(--vr-gray-700);
    }
}

/*--------------------------------------------------------------
# Sidebar Polls
--------------------------------------------------------------*/
#sidebar-poll-widget {
    --poll-accent: var(--vr-theme-color);
    --poll-option-hover-bg: color-mix(in srgb, var(--poll-accent), transparent 94%);
    --poll-option-hover-border: var(--poll-accent);
    --poll-option-hover-text: var(--poll-accent);
    --poll-spinner-track: color-mix(in srgb, var(--poll-accent), transparent 80%);
    --poll-bg: #ffffff;
    --poll-text-primary: var(--vr-gray-900);
    --poll-text-secondary: var(--vr-gray-500);
    --poll-border: var(--vr-gray-200);
    --poll-option-bg: var(--vr-gray-50);
    --poll-option-border: var(--vr-gray-200);
    --poll-option-text: var(--vr-gray-600);
    --poll-success: var(--vr-green-500);

    width: 100%;
    display: block;
}

[data-bs-theme="dark"] #sidebar-poll-widget {
    --poll-bg: var(--vr-gray-900);
    --poll-text-primary: var(--vr-gray-100);
    --poll-text-secondary: var(--vr-gray-400);
    --poll-border: var(--vr-gray-800);
    --poll-option-bg: var(--vr-gray-925);
    --poll-option-border: var(--vr-gray-800);
    --poll-option-text: var(--vr-gray-300);
    --poll-option-hover-bg: color-mix(in srgb, var(--poll-accent), transparent 85%);
}

[dir="rtl"] #sidebar-poll-widget .icon-flip-rtl {
    transform: scaleX(-1);
}

[dir="rtl"] #sidebar-poll-widget .voted-check-icon {
    margin-left: 0;
    margin-right: 0.375rem;
}

#sidebar-poll-widget .icon-svg {
    width: 1.1em;
    height: 1.1em;
    vertical-align: -0.15em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#sidebar-poll-widget .poll-item-wrapper {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--poll-border);
}

#sidebar-poll-widget .poll-item-wrapper:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

#sidebar-poll-widget .poll-question {
    font-size: var(--vr-fs-title-xs);
    font-weight: 600;
    color: var(--poll-text-primary);
    margin-bottom: 1rem;
}

#sidebar-poll-widget .poll-option {
    display: flex;
    align-items: center;
    padding: 0.625rem 1rem;
    margin-bottom: 0.5rem;
    background-color: var(--poll-option-bg);
    border: 1px solid var(--poll-option-border);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: var(--vr-fs-md);
    font-weight: 500;
    color: var(--poll-option-text);
    position: relative;
}

#sidebar-poll-widget .poll-option:hover {
    background-color: var(--poll-option-hover-bg);
    border-color: var(--poll-option-hover-border);
    color: var(--poll-option-hover-text);
}

#sidebar-poll-widget .poll-option.voting {
    background-color: var(--poll-option-hover-bg);
    border-color: var(--poll-option-hover-border);
    color: transparent !important;
    cursor: wait;
    opacity: 0.8;
    pointer-events: none;
}

#sidebar-poll-widget .poll-option.voting::after {
    content: '';
    position: absolute;
    inset-inline-start: 1.25rem;
    top: 50%;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: -0.5625rem;
    border: 0.125rem solid var(--poll-spinner-track);
    border-top: 0.125rem solid var(--poll-accent);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

[dir="rtl"] #sidebar-poll-widget .poll-option.voting::after {
    border-top: 0.125rem solid var(--poll-spinner-track);
    border-left: 0.125rem solid var(--poll-accent);
}

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

#sidebar-poll-widget .result-row {
    margin-bottom: 0.875rem;
}

#sidebar-poll-widget .result-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.375rem;
    font-size: var(--vr-fs-md);
    color: var(--poll-text-primary);
    font-weight: 600;
}

#sidebar-poll-widget .result-meta span:first-child {
    flex: 1;
    word-break: break-word;
}

#sidebar-poll-widget .result-meta span:last-child {
    white-space: nowrap;
}

#sidebar-poll-widget .progress {
    height: 0.375rem;
    border-radius: 0.625rem;
    background-color: var(--poll-border);
    overflow: hidden;
}

#sidebar-poll-widget .progress-bar {
    background-color: var(--poll-accent);
    border-radius: 0.625rem;
    transition: width 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

#sidebar-poll-widget .poll-footer-text {
    color: var(--poll-text-secondary);
    font-size: var(--vr-fs-sm);
}

#sidebar-poll-widget .btn-back-vote {
    font-size: var(--vr-fs-sm);
    color: var(--poll-text-secondary);
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

#sidebar-poll-widget .btn-back-vote:hover {
    color: var(--poll-accent);
    text-decoration: underline;
}

#sidebar-poll-widget .voted-check-icon {
    color: var(--poll-success);
    margin-left: 0.375rem;
    animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#sidebar-poll-widget .fade-in {
    animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0.3125rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/*--------------------------------------------------------------
# Social Sharing Buttons
--------------------------------------------------------------*/
.btn-social-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background: transparent;
    border: none;
    border-radius: 0.188rem;
    cursor: pointer;
    padding: 0;
    color: var(--vr-color-white) !important;
}

.btn-social-share:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    opacity: 0.9;
}

.btn-social-share svg {
    color: var(--vr-color-white) !important;
    fill: var(--vr-color-white) !important;
    width: 18px;
    height: 18px;
}

.bg-color-rss {
    background-color: var(--color-rss) !important;
}

.color-bg-email {
    background-color: var(--color-email-social) !important;
}

.btn-action-icon {
    background-color: #6b7280 !important;
    background-color: var(--vr-gray-600) !important;
}

.btn-action-icon:hover {
    background-color: var(--vr-gray-800) !important;
}

.btn-reading-list.active {
    background-color: #22c55e !important;
}

.btn-reading-list.active:hover {
    background-color: #16a34a !important;
}

@media (max-width: 576px) {
    .share-flex-wrapper {
        justify-content: flex-start !important;
        gap: 0.375rem !important;
    }

    .share-flex-wrapper .left, .share-flex-wrapper .right {
        gap: 0.375rem !important;
    }

    .btn-social-share {
        width: 36px;
        height: 36px;
    }

    .btn-social-share svg {
        width: 16px;
        height: 16px;
    }
}

/*--------------------------------------------------------------
# Comments Module
--------------------------------------------------------------*/
.comments-module {
    --brand-color: var(--vr-theme-color);
    --brand-dark: color-mix(in srgb, var(--brand-color) 75%, black 20%);
    --border-error: #dc3545;
    --bg-component: #ffffff;
    --bg-component-alt: var(--vr-gray-50);
    --bg-modal: #ffffff;
    --text-heading: var(--vr-gray-750);
    --text-body: var(--vr-gray-650);
    --text-meta: var(--vr-gray-500);
    --text-placeholder: var(--vr-gray-400);
    --border-color: var(--vr-gray-200);
    --thread-line: var(--vr-gray-200);
    --thread-line-hover: var(--vr-gray-325);
    --shadow-soft: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.04);
}

[data-bs-theme="dark"] .comments-module {
    --bg-component: var(--vr-body-bg);
    --bg-component-alt: var(--vr-body-secondary-bg);
    --bg-modal: var(--vr-body-bg);
    --text-heading: var(--vr-gray-50);
    --text-body: var(--vr-gray-300);
    --text-meta: var(--vr-gray-400);
    --text-placeholder: var(--vr-gray-500);
    --border-color: var(--vr-border-color);
    --thread-line: var(--vr-border-color);
    --thread-line-hover: var(--vr-gray-600);
}

.comments-module .vri {
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    vertical-align: -0.125em;
}

.comments-module .vri-heart {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m8 2.748-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z'/%3E%3C/svg%3E");
}

.comments-module .vri-heart-fill {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 1.314C12.438-3.248 23.534 4.735 8 15-7.534 4.736 3.562-3.248 8 1.314z'/%3E%3C/svg%3E");
}

.comments-module .vri-reply {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.921 11.9 1.353 8.62a.719.719 0 0 1 0-1.238L5.921 4.1A.716.716 0 0 1 7 4.719V6c1.5 0 6 0 7 8-2.5-4.5-7-4-7-4v1.281c0 .56-.606.898-1.079.62z'/%3E%3C/svg%3E");
}

.comments-module .vri-trash {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z'/%3E%3C/svg%3E");
}

.comments-module .vri-shield {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3C/svg%3E");
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-0.25rem);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(0.25rem);
    }
}

.comments-module .shake {
    animation: shake 0.4s cubic-bezier(.36, .07, .19, .97) both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(0.3125rem);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.comments-module .processing-overlay {
    opacity: 0.5;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.comments-module .dropdown-menu {
    background-color: var(--bg-component);
    border-color: var(--border-color);
}

.comments-module .dropdown-item {
    color: var(--text-body);
}

.comments-module .dropdown-item:hover {
    background-color: var(--bg-component-alt);
    color: var(--text-heading);
}

.comments-module .dropdown-toggle {
    color: var(--text-heading) !important;
    font-size: var(--vr-fs-md);
}

.comments-module .dropdown-toggle:hover,
.comments-module .dropdown-toggle:focus,
.comments-module .dropdown-toggle:active {
    color: var(--text-heading) !important;
}

.comments-module .dropdown .dropdown-menu-sort-comments .dropdown-item {
    font-size: var(--vr-fs-sm);
}

.comments-module .modern-editor-wrapper {
    position: relative;
    margin-bottom: 3rem;
}

.comments-module .editor-container {
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.75rem;
    background: var(--bg-component);
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.comments-module .editor-container.focused {
    border-color: var(--brand-color) !important;
}

.comments-module .editor-container.is-invalid {
    border-color: var(--border-error) !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.1) !important;
}

[data-bs-theme="dark"] .comments-module .editor-container {
    border-color: var(--vr-gray-750);
}

.comments-module .editor-textarea {
    width: 100%;
    border: none;
    resize: none;
    padding: 0.875rem 1.125rem;
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    color: var(--text-heading);
    min-height: 6rem;
    outline: none;
    background: transparent;
    transition: min-height 0.3s ease-in-out;
}

.comments-module .guest-details-row {
    display: flex;
    padding: 0.625rem 1.125rem;
    background: var(--bg-component-alt);
    border-top: 0.0625rem solid var(--border-color);
    gap: 0.625rem;
}

.comments-module .input-minimal {
    flex: 1;
    border: 0.0625rem solid var(--border-color);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    outline: none;
    background: var(--bg-component);
    color: var(--text-heading);
    transition: all 0.2s;
}

.comments-module .input-minimal:focus {
    border-color: var(--brand-color);
}

.comments-module .input-minimal.is-invalid {
    border-color: var(--border-error) !important;
}

.comments-module .btn-post-comment {
    gap: 0.5rem;
}

.comments-module .btn-post-comment i {
    width: 1.063rem;
    height: 1.063rem;
}

.comments-module .form-footer-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.comments-module .load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.875rem;
    background: var(--bg-component);
    border: 0.0625rem solid var(--border-color);
    color: var(--text-heading);
    font-weight: 600;
    border-radius: 0.75rem;
    margin-top: 1.875rem;
    font-size: var(--vr-fs-md);
    transition: all 0.2s ease;
    box-shadow: var(--shadow-soft);
    gap: 0.625rem;
}

.comments-module .load-more-btn:hover {
    background: var(--bg-component-alt);
    border-color: var(--brand-color);
    color: var(--brand-color);
}

.comments-module .load-more-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.comments-module .btn-icon-svg {
    width: 1.125rem;
    height: 1.125rem;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    flex-shrink: 0;
}

.comments-module .icon-spin {
    animation: spin 1.2s linear infinite;
}

.comments-module .validation-error-msg {
    color: var(--border-error);
    font-size: var(--vr-fs-md);
    font-weight: 600;
    display: none;
    animation: fadeIn 0.3s ease;
    margin-inline-end: 0.9375rem;
}

.comments-module .comment-item {
    display: flex;
    margin-bottom: 1.5rem;
    position: relative;
}

.comments-module .comment-item[data-level="2"],
.comments-module .comment-item[data-level="3"] {
    margin-bottom: 1rem;
}

.comments-module .avatar-img {
    width: 2.375rem;
    height: 2.375rem;
    border-radius: 0.625rem;
    object-fit: cover;
}

.comments-module .avatar-container {
    margin-inline-end: 0.875rem;
    flex-shrink: 0;
}

.comments-module .comment-body {
    flex-grow: 1;
}

.comments-module .comment-body .comment-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.comments-module .author-name {
    font-weight: 700;
    font-size: var(--vr-fs-base);
    color: var(--text-heading);
    cursor: pointer;
}

.comments-module .owner-badge {
    background: #eef2ff;
    color: var(--brand-color);
    font-size: var(--vr-fs-tiny);
    padding: 0.0625rem 0.375rem;
    border-radius: 0.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03125rem;
}

[data-bs-theme="dark"] .comments-module .owner-badge {
    background: rgba(45, 101, 254, 0.2);
    color: #60a5fa;
}

.comments-module .timestamp {
    font-size: var(--vr-fs-xs);
    color: var(--text-meta);
    font-weight: 500;
}

.comments-module .comment-content {
    font-size: var(--vr-fs-base);
    line-height: 1.6;
    color: var(--text-body);
    margin-bottom: 0.5rem;
}

.comments-module .comment-footer {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.comments-module .footer-action {
    background: none;
    border: none;
    padding: 0;
    font-size: var(--vr-fs-sm);
    font-weight: 600;
    color: var(--text-meta);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.3125rem;
    transition: color 0.2s;
}

.comments-module .footer-action .vri {
    font-size: 1.15em;
}

.comments-module .footer-action:hover {
    color: var(--brand-color);
}

.comments-module .footer-action.liked {
    color: #dc3545;
}

.comments-module .separator {
    color: var(--border-color);
    font-size: var(--vr-fs-tiny);
}

.comments-module .thread-line-container {
    position: relative;
    padding-inline-start: 2.625rem;
}

.comments-module .thread-line-container::before {
    content: "";
    position: absolute;
    top: 0;
    inset-inline-start: 1.125rem;
    bottom: 1.25rem;
    width: 0.125rem;
    background: var(--thread-line);
    z-index: 1;
    border-radius: 0.125rem;
}

.comments-module .thread-line-container:hover::before {
    background: var(--thread-line-hover);
}

.comments-module .replies-list {
    padding-inline-start: 0;
    margin-top: 0.9375rem;
}

.comments-module .btn-show-replies {
    background: none;
    border: none;
    color: var(--brand-color);
    font-weight: 700;
    font-size: var(--vr-fs-md);
    padding: 0.375rem 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: 0.375rem;
}

.comments-module .btn-show-replies:hover {
    text-decoration: underline;
}

.comments-module .btn-show-replies::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 0.125rem;
    background: var(--thread-line);
    margin-inline-end: 0.3125rem;
    vertical-align: middle;
}

.comments-module .inline-reply-wrapper {
    margin-top: 0.9375rem;
    display: none;
    background: transparent;
    padding: 0;
    transition: all 0.2s ease-in-out;
}

.comments-module .inline-guest-inputs {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0;
    padding: 0.625rem 1.125rem;
    border-top: 0.0625rem solid var(--border-color);
    background: var(--bg-component-alt);
}

.comments-module .inline-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.8rem;
    padding: 0 0.125rem;
}

.comments-module .btn-group-right {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.comments-module .inline-footer .btn-cancel-reply {
    color: var(--text-meta);
    font-weight: 600;
}

.comments-module .inline-footer .btn-cancel-reply:hover {
    color: var(--brand-color) !important;
}

.comments-module .modal-content {
    background-color: var(--bg-modal);
    border: 0.0625rem solid var(--border-color);
}

.modal-captcha-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.9375rem;
    min-height: 7.5rem;
    padding: 0.625rem 0;
}

.modal-dialog-captcha {
    max-width: 22.5rem;
}

.modal-captcha-container .captcha-error {
    color: var(--border-error);
    font-size: var(--vr-fs-md);
    font-weight: 600;
    background-color: rgba(220, 53, 69, 0.05);
    padding: 0.5rem 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(220, 53, 69, 0.2);
    width: 100%;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

.modal-captcha-container .captcha-spinner {
    width: 2.5rem;
    height: 2.5rem;
    color: var(--brand-color);
}

@media (max-width: 768px) {
    .comments-module .thread-line-container {
        padding-inline-start: 0.75rem !important;
    }

    .comments-module .thread-line-container::before {
        inset-inline-start: 0 !important;
    }

    .comments-module .avatar-img {
        width: 2rem !important;
        height: 2rem !important;
        border-radius: 0.5rem !important;
    }

    .comments-module .avatar-container {
        margin-inline-end: 0.5rem !important;
    }

    .comments-module .author-name {
        font-size: 0.9rem !important;
    }

    .comments-module .timestamp {
        font-size: 0.75rem !important;
    }

    .comments-module .replies-list {
        margin-top: 0.5rem !important;
    }

    .comments-module .modern-editor-wrapper {
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .comments-module .comment-item[data-level="3"] .avatar-container {
        margin-inline-end: 0.35rem !important;
    }

    .comments-module .comment-item[data-level="3"] .avatar-img {
        width: 1.75rem !important;
        height: 1.75rem !important;
    }
}

@media (max-width: 480px) {
    .comments-module .btn-delete span {
        display: none;
    }
}

/*--------------------------------------------------------------
# Event
--------------------------------------------------------------*/
.event-wrapper {
    --ev-body-bg: var(--vr-gray-100);
    --ev-card-bg: var(--vr-gray-25);
    --ev-text-main: var(--vr-gray-700);
    --ev-text-heading: var(--vr-gray-900);
    --ev-text-muted: var(--vr-gray-500);
    --ev-border-color: var(--vr-gray-150);
    --ev-border-color-light: var(--vr-gray-50);
    --ev-input-bg: var(--vr-gray-25);
    --ev-icon-bg: var(--vr-gray-50);
    --ev-radius: 0.75rem;
}

[data-bs-theme="dark"] .event-wrapper {
    --ev-body-bg: var(--vr-gray-925);
    --ev-card-bg: var(--vr-gray-900);
    --ev-text-main: var(--vr-gray-300);
    --ev-text-heading: var(--vr-gray-100);
    --ev-text-muted: var(--vr-gray-400);
    --ev-border-color: var(--vr-gray-800);
    --ev-border-color-light: var(--vr-gray-800);
    --ev-input-bg: var(--vr-gray-800);
    --ev-icon-bg: rgba(79, 70, 229, 0.15);
}

.event-wrapper .text-muted {
    color: var(--ev-text-muted) !important;
}

.event-wrapper svg {
    display: inline-block;
    vertical-align: middle;
}

.event-wrapper .event-info-bar {
    background: var(--ev-card-bg);
    border: 1px solid var(--ev-border-color);
    border-radius: var(--ev-radius);
    padding: 1.5625rem;
    margin-bottom: 3rem;
    box-shadow: 0 0.625rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.04);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.25rem;
    align-items: center;
}

.event-wrapper .event-meta-group {
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    padding-right: 0.9375rem;
    border-right: 1px solid var(--ev-border-color);
}

.event-wrapper .event-meta-group:last-child {
    border-right: none;
    padding-right: 0;
}

.event-wrapper .event-icon {
    width: 3rem;
    height: 3rem;
    background-color: color-mix(in srgb, var(--vr-theme-color), transparent 92%);
    color: var(--vr-theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.75rem;
    flex-shrink: 0;
}

.event-wrapper .event-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.event-wrapper .meta-content {
    display: flex;
    flex-direction: column;
}

.event-wrapper .meta-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--ev-text-muted);
    font-weight: 700;
    letter-spacing: 0.0313rem;
    margin-bottom: 0.25rem;
    display: block;
}

.event-wrapper .meta-value {
    font-weight: 700;
    color: var(--ev-text-heading);
    line-height: 1.3;
    font-size: 1rem;
}

.event-wrapper .meta-sub {
    font-size: 0.85rem;
    color: var(--ev-text-muted);
    font-weight: 500;
}

.event-wrapper .event-section-title {
    font-size: var(--vr-fs-title-lg);
    line-height: var(--vr-lh-title-lg);
    font-weight: 700;
    color: var(--ev-text-heading);
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.125rem solid var(--ev-border-color);
    margin-top: 3rem;
}

.event-wrapper .event-section-title:first-of-type {
    margin-top: 0;
}

.event-wrapper .event-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 3rem;
    color: var(--ev-text-main);
}

.event-wrapper .highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.9375rem;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .event-wrapper .highlights-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.event-wrapper .highlight-item {
    background-color: var(--ev-card-bg);
    border: 1px solid var(--ev-border-color);
    padding: 0.9375rem;
    border-radius: 0.625rem;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    font-size: 0.95rem;
    color: var(--ev-text-main);
    transition: transform 0.2s;
}

.event-wrapper .highlight-item .highlight-title {
    display: block;
    font-weight: 600;
    font-size: var(--vr-fs-base);
}

.event-wrapper .highlight-item:hover {
    border-color: var(--vr-theme-color);
    transform: translateY(-0.125rem);
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.05);
}

.event-wrapper .highlight-icon {
    color: var(--vr-theme-color);
    opacity: 0.9;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.event-wrapper .highlight-icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.event-wrapper .speaker-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
    gap: 0.9375rem;
    margin-bottom: 2.5rem;
}

.event-wrapper .speaker-list-item {
    background: var(--ev-card-bg);
    border: 1px solid var(--ev-border-color);
    border-radius: 0.75rem;
    padding: 0.9375rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.9375rem;
    transition: all 0.2s;
}

.event-wrapper .speaker-list-item:hover {
    border-color: var(--vr-theme-color);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
    transform: translateY(-0.125rem);
}

.event-wrapper .speaker-avatar-container {
    width: 3.375rem;
    height: 3.375rem;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
}

.event-wrapper .speaker-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-wrapper .speaker-avatar-initials {
    background-color: var(--ev-icon-bg);
    color: var(--vr-theme-color);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ev-border-color);
}

.event-wrapper .speaker-avatar-icon {
    background-color: var(--ev-body-bg);
    color: var(--ev-text-muted);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.event-wrapper .speaker-list-item .small {
    color: var(--ev-text-muted);
}

.event-wrapper .schedule-section {
    padding: 1rem 0 1.5rem 0;
}

.event-wrapper .schedule-timeline {
    position: relative;
    padding-left: 2rem;
    margin-left: 0.5rem;
}

.event-wrapper .schedule-timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0;
    width: 0.125rem;
    background-color: var(--ev-border-color);
}

.event-wrapper .schedule-item {
    position: relative;
    margin-bottom: 2.5rem;
}

.event-wrapper .schedule-item:last-child {
    margin-bottom: 0;
}

.event-wrapper .schedule-item::before {
    content: '';
    position: absolute;
    left: -2.375rem;
    top: 0.25rem;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--ev-card-bg);
    border: 0.1875rem solid var(--vr-theme-color);
    border-radius: 50%;
    z-index: 1;
}

.event-wrapper .schedule-time-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background-color: var(--ev-body-bg);
    color: var(--ev-text-heading);
    border-radius: 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    border: 1px solid var(--ev-border-color);
}

.event-wrapper .schedule-item-title {
    color: var(--ev-text-heading);
    font-weight: 700;
    font-size: var(--vr-fs-title-sm);
    line-height: var(--vr-lh-title-sm);
    margin-bottom: 0.375rem;
}

.event-wrapper .schedule-item-desc {
    color: var(--ev-text-main);
    font-size: 0.95rem;
    line-height: 1.6;
}

.event-wrapper .bottom-info-stack {
    display: flex;
    flex-direction: column;
    gap: 1.875rem;
    margin-top: 2.5rem;
}

.event-wrapper .card-organizer {
    background-color: var(--ev-card-bg);
    border: 1px solid var(--ev-border-color-light) !important;
}

.event-wrapper .icon-organizer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: var(--vr-gray-800);
    color: #ffffff;
    border-radius: 50%;
    flex-shrink: 0;
}

.event-wrapper .card-organizer .title {
    color: var(--ev-text-muted);
    text-transform: uppercase;
    font-size: var(--vr-fs-md);
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.event-wrapper .card-organizer .sub-title {
    font-size: var(--vr-fs-title-lg);
    line-height: var(--vr-lh-title-lg);
    font-weight: 700;
}

.event-wrapper .map-card {
    border: 0;
    box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.05);
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid var(--ev-border-color);
    position: relative;
    margin-bottom: 2rem;
}

.event-wrapper .map-placeholder-content {
    background-color: var(--ev-body-bg);
    height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    color: var(--ev-text-muted);
}

.event-wrapper #googleMapContainer {
    width: 100%;
    height: 400px;
}

.map-card .map-warning-text {
    max-width: 400px;
}

.map-card .map-warning-text a {
    text-decoration: underline;
}

.event-wrapper .map-footer {
    background-color: var(--ev-body-bg);
    border-top: 1px solid var(--ev-border-color);
    color: var(--ev-text-main);
}

.event-wrapper .faq-section {
    margin-bottom: 3rem;
}

html[dir="rtl"] .event-wrapper .event-meta-group {
    padding-right: 0;
    padding-left: 0.9375rem;
    border-right: none;
    border-left: 1px solid var(--ev-border-color);
}

html[dir="rtl"] .event-wrapper .event-meta-group:last-child {
    border-left: none;
    padding-left: 0;
}

html[dir="rtl"] .event-wrapper .schedule-timeline {
    padding-left: 0;
    padding-right: 2rem;
    margin-left: 0;
    margin-right: 0.5rem;
}

html[dir="rtl"] .event-wrapper .schedule-timeline::before {
    left: auto;
    right: 0;
}

html[dir="rtl"] .event-wrapper .schedule-item::before {
    left: auto;
    right: -2.375rem;
}

html[dir="rtl"] .event-wrapper .me-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .event-wrapper .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

@media (max-width: 768px) {
    .event-wrapper {
        padding: 0;
    }

    .event-wrapper .event-info-bar {
        grid-template-columns: 1fr;
        gap: 0.9375rem;
    }

    .event-wrapper .event-meta-group {
        border-right: none;
        border-bottom: 1px solid var(--ev-border-color);
        padding-bottom: 0.9375rem;
        padding-right: 0;
    }

    html[dir="rtl"] .event-wrapper .event-meta-group {
        border-left: none !important;
        padding-left: 0 !important;
    }

    .event-wrapper .event-meta-group:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

.event-wrapper .event-registration-cta {
    background: linear-gradient(145deg, var(--ev-card-bg), color-mix(in srgb, var(--ev-border-color) 40%, var(--ev-card-bg)));
    border: 1px solid var(--ev-border-color);
    border-radius: var(--ev-radius);
    padding: 2rem 2.5rem;
    margin: 2.5rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem -0.5rem rgba(0, 0, 0, 0.05);
}

[data-bs-theme="dark"] .event-wrapper .event-registration-cta {
    background: linear-gradient(145deg, var(--ev-card-bg), color-mix(in srgb, var(--vr-theme-color) 6%, var(--ev-card-bg)));
    box-shadow: 0 1rem 3rem -1rem rgba(0, 0, 0, 0.25);
    border-color: var(--ev-border-color-light);
}

.event-wrapper .event-registration-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 25rem;
    height: 25rem;
    background: radial-gradient(circle, color-mix(in srgb, var(--vr-theme-color) 10%, transparent) 0%, transparent 60%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.event-wrapper .cta-content {
    position: relative;
    z-index: 1;
    max-width: 65%;
}

.event-wrapper .cta-title {
    font-size: var(--vr-fs-title-xl);
    font-weight: 800;
    color: var(--ev-text-heading);
    margin-bottom: 0.375rem;
    letter-spacing: -0.01em;
}

.event-wrapper .cta-desc {
    font-size: 0.95rem;
    color: var(--ev-text-main);
    line-height: 1.5;
    margin: 0;
}

.event-wrapper .cta-action {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.event-wrapper .btn-register-event {
    background-color: var(--vr-theme-color);
    color: var(--ev-body-bg) !important;
    border: 1px solid var(--vr-theme-color);
    padding: 0.75rem 1.75rem;
    border-radius: 50rem;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    cursor: pointer;
}

.event-wrapper .btn-register-event:hover {
    box-shadow: 0 0.35rem 0.7rem -0.3rem color-mix(in srgb, var(--ev-text-heading) 25%, transparent);
    color: var(--ev-body-bg);
}

.event-wrapper .btn-register-event svg {
    transition: transform 0.3s ease;
}

.event-wrapper .btn-register-event:hover svg {
    transform: translateX(4px);
}

.event-wrapper .registration-status-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1.25rem 0.5rem 0.5rem;
    background-color: var(--ev-body-bg);
    border: 1px solid var(--ev-border-color);
    border-radius: 50rem;
    opacity: 0.9;
}

[data-bs-theme="dark"] .event-wrapper .registration-status-badge {
    background-color: var(--ev-card-bg);
    border-color: var(--vr-gray-800);
}

.event-wrapper .registration-status-badge .icon-box {
    background-color: var(--ev-border-color);
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

[data-bs-theme="dark"] .event-wrapper .registration-status-badge .icon-box {
    background-color: var(--vr-gray-800);
}

.event-wrapper .registration-status-badge span {
    font-size: 0.95rem;
}

.event-wrapper .registration-confirmed {
    background-color: var(--ev-body-bg) !important;
    border: 1px solid var(--ev-border-color) !important;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .event-wrapper .registration-confirmed {
    background-color: var(--ev-card-bg) !important;
    border-color: var(--vr-gray-800) !important;
}

.event-wrapper .registration-confirmed .icon-box {
    background: color-mix(in srgb, #198754, transparent 90%);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.event-wrapper .cta-deadline {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    padding: 0.625rem 1.125rem;
    background-color: var(--ev-body-bg);
    border: 1px solid var(--ev-border-color);
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .event-wrapper .cta-deadline {
    background-color: var(--vr-gray-900);
    border-color: var(--vr-gray-800);
}

.event-wrapper .cta-deadline:hover {
    border-color: var(--vr-theme-color);
    box-shadow: 0 0.25rem 0.5rem -0.125rem rgba(0, 0, 0, 0.05);
}

.event-wrapper .cta-deadline .deadline-icon {
    color: var(--vr-theme-color);
    opacity: 0.8;
}

.event-wrapper .cta-deadline .deadline-text {
    display: flex;
    align-items: baseline;
    gap: 0.375rem;
}

.event-wrapper .cta-deadline .deadline-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--ev-text-muted);
    font-weight: 600;
}

.event-wrapper .cta-deadline .deadline-value {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--ev-text-heading);
}

.modal-registration .modal-dialog {
    max-width: 800px !important;
}

.modal-registration .modal-header {
    padding: 2.5rem 2.5rem 1.5rem;
}

.event-registration-form .form-control,
.event-registration-form .form-select {
    background-color: var(--pf-card-bg);
    color: var(--pf-text-title);
    border-radius: 0.75rem;
    padding: 0.75rem 1.125rem;
    font-size: var(--vr-fs-base);
    transition: all 0.3s var(--pf-transition);
}

[data-bs-theme="dark"] .event-registration-form .form-input,
[data-bs-theme="dark"] .event-registration-form textarea,
[data-bs-theme="dark"] .event-registration-form select {
    border-color: var(--vr-gray-800);
}

.event-registration-form .form-control:focus,
.event-registration-form .form-select:focus {
    border-color: var(--vr-theme-color);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--vr-theme-color), transparent 85%);
    background-color: var(--pf-modal-bg);
    outline: none;
}

.event-registration-form .form-label {
    color: var(--pf-text-title);
    font-weight: 600;
    font-size: var(--vr-fs-sm);
    margin-bottom: 0.5rem;
}

.event-registration-form .form-divider {
    border-top: 1px dashed var(--pf-card-border);
    opacity: 1;
}

html[dir="rtl"] .event-wrapper .event-registration-cta::before {
    right: auto;
    left: -10%;
}

html[dir="rtl"] .event-wrapper .btn-register-event:hover svg {
    transform: translateX(-4px);
}

html[dir="rtl"] .event-wrapper .btn-register-event {
    flex-direction: row;
}

@media (max-width: 768px) {
    .event-wrapper .event-registration-cta {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
        gap: 1.25rem;
    }

    .event-wrapper .cta-content {
        max-width: 100%;
    }

    .event-wrapper .cta-action {
        width: 100%;
    }

    .event-wrapper .btn-register-event {
        width: 100%;
        justify-content: center;
    }

    .event-wrapper .cta-deadline {
        justify-content: center;
        width: 100%;
        margin-top: 1.5rem;
    }
}

/*--------------------------------------------------------------
# Recipe
--------------------------------------------------------------*/
.recipe-container {
    --brand-accent: var(--vr-theme-color);
    --rc-pill-bg: color-mix(in srgb, white 60%, var(--vr-theme-color) 40%);
    --rc-bg-surface: var(--vr-gray-25);
    --rc-bg-surface-alt: var(--vr-gray-50);
    --rc-text-main: var(--vr-gray-800);
    --rc-text-muted: var(--vr-gray-500);
    --rc-border: var(--vr-gray-150);
    --rc-check-border: var(--vr-gray-300);
    --rc-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
    color: var(--rc-text-main);
    line-height: 1.7;
    max-width: 100%;
    overflow: hidden !important;
}

[data-bs-theme="dark"] .recipe-container {
    --rc-bg-surface: var(--vr-gray-900);
    --rc-bg-surface-alt: var(--vr-gray-850);
    --rc-text-main: var(--vr-gray-200);
    --rc-text-muted: var(--vr-gray-400);
    --rc-border: var(--vr-gray-850);
    --rc-check-border: var(--vr-gray-500);
    --rc-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    --rc-pill-bg: rgba(45, 101, 254, 0.15);
}

.recipe-container,
.recipe-container * {
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.recipe-container .text-accent {
    color: var(--brand-accent) !important;
}

.recipe-container .text-muted {
    color: var(--rc-text-muted) !important;
}

.recipe-container .border-bottom {
    border-bottom-color: var(--rc-border) !important;
}

.recipe-container .recipe-meta-card {
    background-color: var(--rc-bg-surface);
    border: 1px solid var(--rc-border);
    position: relative;
    border-radius: 0.75rem;
    margin: 2rem 0 1.5rem 0;
    box-shadow: 0 0.625rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.04) !important;
}

.recipe-container .meta-divider {
    border-inline-end: 1px solid var(--rc-border);
}

.recipe-container .recipe-meta-card .meta-label {
    letter-spacing: 1px;
    font-size: var(--vr-fs-xs);
}

.recipe-container .recipe-meta-card .meta-value {
    font-size: var(--vr-fs-title-md);
}

@media (max-width: 768px) {
    .recipe-container .meta-divider {
        border-inline-end: none;
    }

    .recipe-container .recipe-meta-card .row > div:nth-child(1),
    .recipe-container .recipe-meta-card .row > div:nth-child(2) {
        border-bottom: 1px solid var(--rc-border);
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .recipe-container .recipe-meta-card .row > div:nth-child(3),
    .recipe-container .recipe-meta-card .row > div:nth-child(4) {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.recipe-container .title-recipe-info {
    font-size: var(--vr-fs-title-2xl);
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.recipe-container .ingredient-list {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.recipe-container .ingredient-list li {
    padding: 1rem 0;
    border-bottom: 1px solid var(--rc-border);
    font-size: var(--vr-fs-lg);
}

.recipe-container .ingredient-list li:last-child {
    border-bottom: none;
}

.recipe-container .custom-check-circle {
    width: 1.35rem;
    height: 1.35rem;
    border: 2px solid var(--rc-check-border);
    border-radius: 50%;
    margin-inline-end: 0.75rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-container .custom-check-circle svg {
    width: 0.8rem;
    height: 0.8rem;
    color: white;
    opacity: 0;
    transform: scale(0.2) translateY(5px);
    transition: all 0.2s ease-in-out;
}

.recipe-container .ingredient-checkbox:checked + .custom-check-circle {
    background-color: var(--brand-accent);
    border-color: var(--brand-accent);
    box-shadow: 0 4px 12px rgba(45, 101, 254, 0.25);
}

.recipe-container .ingredient-checkbox:checked + .custom-check-circle svg {
    opacity: 1;
    transform: scale(1) translateY(0);
}

.recipe-container .ingredient-checkbox:checked ~ .ingredient-text {
    text-decoration: line-through;
    color: var(--rc-text-muted);
    opacity: 0.7;
}

.recipe-container .nutrition-card {
    background-color: var(--rc-bg-surface-alt);
    border: 1px solid var(--rc-border);
    box-shadow: var(--rc-shadow);
    border-radius: 0.75rem;
    width: 100%;
    max-width: 360px;
}

.recipe-container .nutrition-card .title-recipe-info {
    font-size: var(--vr-fs-title-md);
}

.recipe-container .nutrition-row {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px dashed var(--rc-border);
    font-size: var(--vr-fs-base);
    gap: 10px;
}

.recipe-container .nutrition-row:last-child {
    border-bottom: none;
}

.recipe-container .icon-md {
    width: 1.5rem;
    height: 1.5rem;
}

.recipe-container .directions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recipe-container .direction {
    margin-bottom: 2.5rem;
}

.recipe-container .direction:last-child {
    margin-bottom: 1rem;
}

.recipe-container .direction .step-title {
    font-size: var(--vr-fs-title-md);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: var(--rc-heading);
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.recipe-container .direction .step-description {
    color: var(--vr-gray-600);
}

@media (max-width: 768px) {
    .recipe-container .direction {
        margin-bottom: 2rem;
    }
}

/*--------------------------------------------------------------
# Video Player
--------------------------------------------------------------*/

#plyr-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

#plyr-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

#plyr-wrapper .plyr {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#plyr-wrapper .plyr--video .plyr__control--overlaid {
    background: var(--vr-theme-color);
    opacity: 0.9;
    color: white;
}

#plyr-wrapper .plyr--video .plyr__control--overlaid:hover {
    background: var(--vr-theme-color);
    opacity: 1;
}

/*--------------------------------------------------------------
# Audio Player
--------------------------------------------------------------*/
.amp-player-wrapper {
    --ap-bg-player: var(--vr-gray-25);
    --ap-bg-panel: var(--vr-gray-50);
    --ap-text-main: var(--vr-gray-900);
    --ap-text-sub: var(--vr-gray-500);
    --ap-border: var(--vr-gray-100);
    --ap-hover-bg: var(--vr-gray-100);
    --ap-slider-track: var(--vr-gray-150);
    --ap-shadow: 0 1.25rem 2.5rem -0.3125rem rgba(0, 0, 0, 0.1);
    --ap-radius: 1rem;

    width: 100%;
    max-width: 56.25rem;
    margin: 0 auto;
    box-sizing: border-box;
    color: var(--ap-text-main);
}

:root[data-bs-theme="dark"] .amp-player-wrapper,
[data-bs-theme="dark"] .amp-player-wrapper {
    --ap-bg-player: var(--vr-gray-900);
    --ap-bg-panel: var(--vr-gray-875);
    --ap-text-main: var(--vr-gray-50);
    --ap-text-sub: var(--vr-gray-400);
    --ap-border: var(--vr-gray-700);
    --ap-hover-bg: var(--vr-gray-800);
    --ap-slider-track: var(--vr-gray-300);
    --ap-shadow: 0 1.25rem 2.5rem -0.3125rem rgba(0, 0, 0, 0.6);
}

.amp-player-wrapper * {
    box-sizing: border-box;
}

html[dir="rtl"] .amp-player-wrapper .control-btn#previous svg,
html[dir="rtl"] .amp-player-wrapper .control-btn#next svg {
    transform: scaleX(-1);
}

html[dir="rtl"] .amp-player-wrapper input[type=range] {
    direction: rtl;
}

.amp-player-wrapper #amplitude-player {
    background-color: var(--ap-bg-player);
    box-shadow: var(--ap-shadow);
    border-radius: var(--ap-radius);
    display: flex;
    flex-direction: row;
    overflow: hidden;
    border: 1px solid var(--ap-border);
    min-height: 30.625rem;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

@media screen and (max-width: 48rem) {
    .amp-player-wrapper #amplitude-player {
        flex-direction: column;
        height: auto;
    }

    .amp-player-wrapper #amplitude-left,
    .amp-player-wrapper #amplitude-right {
        width: 100% !important;
    }

    .amp-player-wrapper #amplitude-left {
        border-inline-end: none !important;
        border-bottom: 1px solid var(--ap-border);
    }

    .amp-player-wrapper #amplitude-left img.album-art {
        max-height: 21.875rem;
        min-height: 15.625rem;
    }

    .amp-player-wrapper #amplitude-right {
        height: 25rem;
    }
}

.amp-player-wrapper #amplitude-left {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: var(--ap-bg-player);
    border-inline-end: 1px solid var(--ap-border);
}

.amp-player-wrapper #amplitude-left img.album-art {
    width: 100%;
    height: auto;
    min-height: 18.75rem;
    max-height: 18.75rem;
    object-fit: cover;
    display: block;
    background-color: var(--vr-gray-200);
}

.amp-player-wrapper #player-left-bottom {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amp-player-wrapper #meta-container {
    text-align: center;
    margin-bottom: 1rem;
}

.amp-player-wrapper span.song-name {
    display: block;
    color: var(--ap-text-main);
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amp-player-wrapper div.song-artist-album {
    color: var(--ap-text-sub);
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.amp-player-wrapper #time-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    color: var(--ap-text-sub);
    font-size: 0.75rem;
    font-weight: 600;
}

.amp-player-wrapper #time-container .current-time, .amp-player-wrapper #time-container .duration {
    min-width: 2.8125rem;
}

.amp-player-wrapper #progress-container {
    flex-grow: 1;
    position: relative;
    height: 0.375rem;
    cursor: pointer;
    margin: 0 0.625rem;
    background: var(--ap-slider-track);
    border-radius: 0.625rem;
}

.amp-player-wrapper input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 2;
    top: -0.4375rem;
    height: 1.25rem;
    cursor: pointer;
    background-color: transparent;
}

.amp-player-wrapper input[type=range]:focus {
    outline: none;
}

.amp-player-wrapper progress#song-played-progress {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-appearance: none;
    appearance: none;
    height: 0.375rem;
    border-radius: 0.625rem;
    background: transparent;
    border: none;
}

.amp-player-wrapper progress#song-played-progress::-webkit-progress-bar {
    background-color: transparent;
}

.amp-player-wrapper progress#song-played-progress[value]::-webkit-progress-value {
    background-color: var(--vr-theme-color);
    border-radius: 0.625rem;
}

.amp-player-wrapper progress#song-played-progress::-moz-progress-bar {
    background-color: var(--vr-theme-color);
}

.amp-player-wrapper #control-container {
    margin-top: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.75rem;
}

.amp-player-wrapper #repeat-container {
    flex: 1;
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: center;
}

.amp-player-wrapper #central-control-container {
    flex: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.amp-player-wrapper #central-controls {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}

.amp-player-wrapper #volume-container {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 0;
}

.amp-player-wrapper .volume-controls {
    display: flex;
    align-items: center;
}

.amp-player-wrapper .svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
    display: block;
}

.amp-player-wrapper .control-btn {
    cursor: pointer;
    color: var(--ap-text-sub);
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amp-player-wrapper .control-btn:hover {
    color: var(--ap-text-main);
    transform: scale(1.1);
}

.amp-player-wrapper .amplitude-shuffle-on,
.amp-player-wrapper .amplitude-repeat-on {
    color: var(--vr-theme-color) !important;
    opacity: 1 !important;
}

.amp-player-wrapper #previous, .amp-player-wrapper #next {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--ap-text-main);
    color: var(--ap-bg-player);
    border-radius: 50%;
}

.amp-player-wrapper #previous:hover, .amp-player-wrapper #next:hover {
    transform: scale(1.05);
    background-color: var(--vr-theme-color);
    color: #ffffff;
}

.amp-player-wrapper #previous svg, .amp-player-wrapper #next svg {
    width: 1.375rem;
    height: 1.375rem;
}

.amp-player-wrapper #repeat, .amp-player-wrapper #shuffle {
    width: 1.5rem;
    height: 1.5rem;
}

.amp-player-wrapper #repeat svg, .amp-player-wrapper #shuffle svg {
    width: 1.125rem;
    height: 1.125rem;
}

.amp-player-wrapper #play-pause {
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--ap-text-main);
    color: var(--ap-bg-player);
    transition: transform 0.2s, background-color 0.3s;
}

.amp-player-wrapper #play-pause:hover {
    transform: scale(1.05);
    background-color: var(--vr-theme-color);
    color: #ffffff;
}

.amp-player-wrapper #play-pause svg {
    width: 1.75rem;
    height: 1.75rem;
}

.amp-player-wrapper #play-pause .icon-pause {
    display: none;
}

.amp-player-wrapper #play-pause.amplitude-playing .icon-play {
    display: none;
}

.amp-player-wrapper #play-pause.amplitude-playing .icon-pause {
    display: block;
}

.amp-player-wrapper .amplitude-mute {
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    color: var(--ap-text-sub);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    right: -0.75rem;
}

html[dir="rtl"] .amp-player-wrapper .amplitude-mute {
    right: auto;
    left: -0.75rem;
    transform: scaleX(-1);
}

.amp-player-wrapper .amplitude-mute:hover {
    color: var(--ap-text-main);
}

.amp-player-wrapper .amplitude-mute svg {
    width: 1.25rem;
    height: 1.25rem;
}

.amp-player-wrapper .amplitude-mute .icon-mute {
    display: none;
}

.amp-player-wrapper .amplitude-mute.amplitude-muted .icon-volume {
    display: none;
}

.amp-player-wrapper .amplitude-mute.amplitude-muted .icon-mute {
    display: block;
    color: #ef4444;
}

.amp-player-wrapper input[type=range].amplitude-volume-slider {
    position: static;
    width: 100%;
    margin-inline-start: 0.75rem;
    height: 0.25rem;
    background: var(--ap-slider-track);
    border-radius: 0.25rem;
    -webkit-appearance: none;
    margin-top: 0;
}

.amp-player-wrapper #amplitude-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    background-color: var(--ap-bg-panel);
    border-inline-start: 1px solid var(--ap-border);
    padding: 1.25rem;
    max-height: 30.625rem;
    overflow-y: auto;
}

.amp-player-wrapper #amplitude-right::-webkit-scrollbar {
    width: 0.375rem;
}

.amp-player-wrapper .song {
    padding: 0.75rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all 0.2s ease;
    background-color: var(--ap-bg-player);
    border: 1px solid transparent;
}

.amp-player-wrapper .song:hover {
    background-color: var(--ap-hover-bg);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.06);
    border-color: var(--ap-border);
    transform: translateY(-1px);
}

.amp-player-wrapper .song.amplitude-active-song-container {
    background-color: var(--ap-hover-bg);
    border: 1px solid var(--vr-theme-color);
    box-shadow: 0 0.125rem 0.5rem color-mix(in srgb, var(--vr-theme-color), transparent 85%);
}

.amp-player-wrapper .song-now-playing-icon-container {
    width: 1.5rem;
    height: 1.5rem;
    margin-inline-end: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--ap-text-sub);
}

.amp-player-wrapper .song-now-playing-icon-container svg {
    width: 1.125rem;
    height: 1.125rem;
}

.amp-player-wrapper .song .icon-playing,
.amp-player-wrapper .song .icon-list-play {
    display: none;
}

.amp-player-wrapper .song .icon-music {
    display: block;
    opacity: 0.5;
}

.amp-player-wrapper .song:hover .icon-music {
    display: none;
}

.amp-player-wrapper .song:hover .icon-list-play {
    display: block;
    color: var(--ap-text-main);
}

.amp-player-wrapper .song.amplitude-active-song-container .icon-music {
    display: block;
    color: var(--vr-theme-color);
}

.amp-player-wrapper .song.amplitude-active-song-container:hover .icon-list-play {
    display: none;
}

.amp-player-wrapper .song.amplitude-active-song-container.amplitude-playing .icon-music {
    display: none;
}

.amp-player-wrapper .song.amplitude-active-song-container.amplitude-playing .icon-playing {
    display: block;
    color: var(--vr-theme-color);
    animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.7;
    }
}

.amp-player-wrapper .song-meta-data {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amp-player-wrapper span.song-title {
    color: var(--ap-text-main);
    font-size: 0.875rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amp-player-wrapper .song.amplitude-active-song-container span.song-title {
    color: var(--vr-theme-color);
}

.amp-player-wrapper span.song-artist {
    color: var(--ap-text-sub);
    font-size: 0.8rem;
    margin-top: 0.25rem;
    font-weight: 500;
}

.amp-player-wrapper .download-btn {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ap-text-sub);
    margin-inline-start: 0.75rem;
    transition: all 0.2s;
    background-color: transparent;
    border: 1px solid transparent;
}

.amp-player-wrapper .download-btn:hover {
    background-color: var(--ap-hover-bg);
    color: var(--vr-theme-color);
}

.amp-player-wrapper .download-btn svg {
    width: 1rem;
    height: 1rem;
}

.amp-player-wrapper span.song-duration {
    color: var(--ap-text-sub);
    font-size: 0.85rem;
    font-weight: 600;
    min-width: 2.8125rem;
    text-align: end;
}

.amp-player-wrapper .amplitude-wave-form,
.amp-player-wrapper #large-visualization,
.amp-player-wrapper #song-buffered-progress {
    display: none;
}

.amp-player-wrapper input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: var(--vr-gray-200);
    border-color: var(--vr-gray-200);
    cursor: pointer;
}

.amp-player-wrapper input[type=range]::-moz-range-thumb {
    width: 0.875rem;
    height: 0.875rem;
    border-radius: 50%;
    background: var(--vr-gray-200);
    border-color: var(--vr-gray-200);
    cursor: pointer;
}

.amp-player-wrapper input[type=range]::-webkit-slider-thumb:hover,
.amp-player-wrapper input[type=range]::-moz-range-thumb:hover {
    transform: scale(1.3);
    background: var(--vr-theme-color);
}

/*--------------------------------------------------------------
# Newsletter Popup
--------------------------------------------------------------*/
.newsletter-popup-container {
    --nsp-accent-color: #c5a059;
    --nsp-error-color: #dc3545;
    --nsp-heading-color: var(--vr-gray-900);
    --nsp-bg-color: #ffffff;
    --nsp-text-color: var(--vr-gray-500);
    --nsp-input-border: var(--vr-gray-200);
    --nsp-input-placeholder: var(--vr-gray-350);
    --nsp-radius: 6px;
    --nsp-font-primary: var(--vr-font-secondary);
    --nsp-font-secondary: var(--vr-font-primary);
    --nsp-btn-bg: var(--vr-gray-900);
    --nsp-btn-text: #ffffff;
    --nsp-btn-border: var(--vr-gray-900);
}

[data-bs-theme="dark"] .newsletter-popup-container {
    --nsp-heading-color: var(--vr-gray-100);
    --nsp-bg-color: var(--vr-gray-900);
    --nsp-text-color: var(--vr-gray-400);
    --nsp-accent-color: #d4af37;
    --nsp-input-border: var(--vr-gray-700);
    --nsp-input-placeholder: var(--vr-gray-500);
    --nsp-btn-bg: var(--vr-gray-800);
    --nsp-btn-text: var(--vr-gray-200);
    --nsp-btn-border: var(--vr-gray-700);
}

.newsletter-popup-container .modal {
    padding-right: 0 !important;
}

.newsletter-popup-container .modal-compact {
    max-width: 750px;
}

.newsletter-popup-container .modal-content {
    border: none;
    border-radius: var(--nsp-radius);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
    background-color: var(--nsp-bg-color);
    overflow: hidden;
    font-family: var(--nsp-font-secondary);
    transition: background-color 0.3s ease;
}

.newsletter-popup-container .modal-body {
    padding: 0;
}

.newsletter-popup-container .image-wrapper {
    min-height: 370px;
    height: 100%;
    width: 100%;
    background-color: var(--vr-gray-100);
    position: relative;
    overflow: hidden;
}

.newsletter-popup-container .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 2s ease, filter 0.3s ease;
}

[data-bs-theme="dark"] .newsletter-popup-container .image-wrapper img {
    filter: brightness(0.85);
}

.newsletter-popup-container .modal-content:hover .image-wrapper img {
    transform: scale(1.05);
}

.newsletter-popup-container .image-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
    pointer-events: none;
}

.newsletter-popup-container h2.premium-heading {
    font-family: var(--nsp-font-primary);
    font-size: var(--vr-fs-title-4xl);
    line-height: var(--vr-lh-title-4xl);
    color: var(--nsp-heading-color);
    margin-bottom: 0.5rem;
    font-weight: 800;
    letter-spacing: -1px;
}

.newsletter-popup-container .premium-text {
    color: var(--nsp-text-color);
    font-family: var(--nsp-font-secondary);
    font-weight: 400;
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    margin-bottom: 1.25rem;
}

.newsletter-popup-container .exclusive-badge {
    font-family: var(--nsp-font-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: var(--vr-fs-xs);
    font-weight: 700;
    color: var(--nsp-accent-color);
    margin-bottom: 0.5rem;
    display: inline-block;
}

.newsletter-popup-container .form-group-lux {
    position: relative;
    margin-bottom: 1rem;
}

.newsletter-popup-container .form-input-lux {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--nsp-input-border);
    padding: 14px 0;
    font-family: var(--nsp-font-primary);
    font-size: var(--vr-fs-lg);
    font-weight: 500;
    background: transparent;
    border-radius: 0;
    outline: none;
    transition: all 0.3s ease;
    color: var(--nsp-heading-color);
}

.newsletter-popup-container .form-input-lux::placeholder {
    color: var(--nsp-input-placeholder);
    font-family: var(--nsp-font-secondary);
    font-size: var(--vr-fs-md);
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    transition: color 0.3s;
}

.newsletter-popup-container .form-input-lux:focus::placeholder {
    color: var(--nsp-text-color);
}

.newsletter-popup-container .form-input-lux:focus {
    border-bottom-color: var(--nsp-accent-color);
}

[data-bs-theme="dark"] .newsletter-popup-container .form-input-lux:focus {
    border-bottom-color: var(--nsp-input-border);
}

.newsletter-popup-container .form-input-lux.input-error {
    border-bottom-color: var(--nsp-error-color) !important;
    color: var(--nsp-error-color);
}

.newsletter-popup-container .form-input-lux.input-error::placeholder {
    color: var(--nsp-error-color);
    opacity: 0.7;
}

.newsletter-popup-container .btn-lux {
    background-color: var(--nsp-btn-bg);
    color: var(--nsp-btn-text);
    border: 1px solid var(--nsp-btn-border);
    width: 100%;
    padding: 16px;
    text-transform: uppercase;
    font-family: var(--nsp-font-primary);
    letter-spacing: 1px;
    font-size: var(--vr-fs-sm);
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: var(--nsp-radius);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.newsletter-popup-container .btn-lux:hover {
    background-color: transparent;
    color: var(--nsp-btn-bg);
    box-shadow: none;
}

[data-bs-theme="dark"] .newsletter-popup-container .btn-lux:hover {
    background-color: var(--vr-gray-750);
    color: var(--vr-gray-100);
    border-color: var(--vr-gray-600);
}

.newsletter-popup-container .close-lux {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    opacity: 0.3;
    transition: all 0.3s ease;
}

[data-bs-theme="dark"] .newsletter-popup-container .close-lux {
    filter: invert(1);
}

.newsletter-popup-container .close-lux:hover {
    opacity: 0.8;
    transform: rotate(90deg);
}

.newsletter-popup-container .close-lux::before,
.newsletter-popup-container .close-lux::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--vr-gray-950);
}

.newsletter-popup-container .close-lux::before {
    transform: rotate(45deg);
}

.newsletter-popup-container .close-lux::after {
    transform: rotate(-45deg);
}

.newsletter-popup-container #nspSuccessContainer {
    text-align: center;
    padding: 10px 0;
    display: none;
}

.newsletter-popup-container .success-title {
    font-family: var(--nsp-font-primary);
    font-weight: 800;
    font-size: var(--vr-fs-title-3xl);
    line-height: var(--vr-lh-title-3xl);
    color: var(--nsp-heading-color);
    letter-spacing: -1px;
}

.newsletter-popup-container .btn-success-close {
    display: inline-flex;
    letter-spacing: 2px;
    border-radius: var(--nsp-radius);
    font-size: var(--vr-fs-xs);
    padding: 12px 24px;
    border-color: var(--nsp-accent-color);
    color: var(--nsp-accent-color);
}

.newsletter-popup-container .btn-success-close:hover {
    background-color: var(--nsp-accent-color);
    color: #ffffff;
    border-color: var(--nsp-accent-color);
}

[data-bs-theme="dark"] .newsletter-popup-container .btn-success-close {
    background-color: var(--nsp-btn-bg);
    color: var(--nsp-btn-text);
    border: 1px solid var(--nsp-btn-border);
}

[data-bs-theme="dark"] .newsletter-popup-container .btn-success-close:hover {
    background-color: var(--vr-gray-750);
    color: var(--vr-gray-100);
    border-color: var(--vr-gray-600);
}

.newsletter-popup-container input[name='url'] {
    display: none !important;
}

[dir="rtl"] .newsletter-popup-container .close-lux,
.newsletter-popup-container.newsletter-popup-rtl .close-lux {
    right: auto;
    left: 20px;
}

[dir="rtl"] .newsletter-popup-container .premium-text,
[dir="rtl"] .newsletter-popup-container h2,
.newsletter-popup-container.newsletter-popup-rtl .premium-text,
.newsletter-popup-container.newsletter-popup-rtl h2 {
    text-align: right;
}

[dir="rtl"] .newsletter-popup-container .row,
.newsletter-popup-container.newsletter-popup-rtl .row {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .newsletter-popup-container .col-md-5 {
        display: none !important;
    }

    .newsletter-popup-container .modal-dialog {
        margin: 1.75rem auto;
    }

    .newsletter-popup-container .px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .newsletter-popup-container .py-4 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    .newsletter-popup-container .btn-lux {
        padding: 14px;
    }
}

@media (max-width: 576px) {
    .newsletter-popup-container .modal-dialog {
        width: 95% !important;
        margin: 10px auto !important;
        max-width: none !important;
    }

    .newsletter-popup-container .py-4 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .newsletter-popup-container .close-lux {
        top: 15px;
        right: 15px;
    }
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.media-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    border: 2px solid var(--vr-gray-150);
    border-radius: 50%;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
    pointer-events: none;
    user-select: none;
    width: 2.75rem;
    height: 2.75rem;
}

.media-icon .vr-icon {
    color: var(--vr-gray-150);
    width: 1.55rem;
    height: 1.55rem;
}

.media-icon .vri-play {
    margin-left: 0.18rem;
}

.media-icon.media-lg {
    width: 4rem;
    height: 4rem;
    box-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.25);
    border-width: 2px;
}

.media-icon.media-lg .vr-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.media-icon.media-lg .vri-play {
    margin-left: 0.3rem;
}

.media-icon.media-md {
    width: 2.75rem;
    height: 2.75rem;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.2);
}

.media-icon.media-md .vr-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.media-icon.media-md .vri-play {
    margin-left: 0.15rem;
}

.media-icon.media-sm {
    width: 1.875rem;
    height: 1.875rem;
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.2);
    border-width: 1.5px;
}

.media-icon.media-sm .vr-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.media-icon.media-sm .vri-play {
    margin-left: 0.1rem;
}

.list-event-badge {
    position: absolute;
    top: 0.938rem;
    right: 0.938rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 3.875rem;
    padding: 0.625rem 0.5rem;
    background-color: rgba(15, 23, 42, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.75rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 1;
    color: var(--vr-color-white);
}

.list-event-badge .le-day {
    font-size: 1.375rem;
    font-weight: 700;
    display: block;
    margin-bottom: 0.188rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.list-event-badge .le-month {
    font-size: 0.688rem;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 0.188rem;
    letter-spacing: 0.063rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.list-event-badge .le-year {
    font-size: 0.688rem;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.list-event-badge.media-md {
    top: 0.75rem;
    right: 0.75rem;
    min-width: 3.25rem;
    padding: 0.5rem 0.438rem;
    border-radius: 0.625rem;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.list-event-badge.media-md .le-day {
    font-size: 1.125rem;
}

.list-event-badge.media-md .le-month,
.list-event-badge.media-md .le-year {
    font-size: 0.625rem;
    letter-spacing: 0.05rem;
}

.list-event-badge.media-sm {
    top: 0.5rem;
    right: 0.5rem;
    min-width: 2.75rem;
    padding: 0.438rem 0.375rem;
    border-radius: 0.5rem;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.list-event-badge.media-sm .le-day {
    font-size: 0.875rem;
}

.list-event-badge.media-sm .le-month,
.list-event-badge.media-sm .le-year {
    font-size: 0.5rem;
    letter-spacing: 0.04rem;
}

/*--------------------------------------------------------------
# Post Image Preview
--------------------------------------------------------------*/
.post-image-preview {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.post-image-preview .post-detail-slider-nav {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    gap: 0.375rem;
    z-index: 100;
}

.post-image-preview .post-detail-slider-nav button {
    position: relative;
    display: flex;
    height: 2.75rem;
    width: 2.75rem;
    justify-content: center;
    align-items: center;
    border: 0 !important;
    pointer-events: auto;
    background-color: var(--vr-gray-850);
    color: var(--vr-color-white);
    opacity: .8;
    border-radius: var(--vr-border-radius);
    transition: all 0.2s;
}

.post-image-preview .post-detail-slider-nav button:hover {
    color: var(--vr-theme-color);
}

html[dir="rtl"] .post-detail-slider-nav svg {
    transform: scaleX(-1);
}

/*--------------------------------------------------------------
# Category Block Post Loader
--------------------------------------------------------------*/
.category-block-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(0.2px);
    -webkit-backdrop-filter: blur(0.2px);
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.category-block-loader.d-none {
    display: none !important;
}

.category-block-loader .loader-spinner {
    display: inline-block;
    width: 50px;
    height: 50px;
    opacity: 0.6;
}

.category-block-loader .loader-spinner:after {
    content: " ";
    display: block;
    width: 40px;
    height: 40px;
    margin: 5px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--vr-theme-color) transparent var(--vr-theme-color) transparent;
    animation: loader-dual-ring 1.2s linear infinite;
}

@keyframes loader-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.375rem;
    list-style: none;
    padding: 0;
    margin: 3rem 0;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--vr-gray-600) !important;
    border: 1px solid var(--vr-gray-125);
    border-radius: 0.25rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    line-height: 1;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    background-color: var(--vr-gray-100);
    border-color: var(--vr-gray-250);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.pagination .page-item.active .page-link {
    color: #ffffff !important;
    background-color: var(--vr-theme-color);
    border-color: var(--vr-theme-color);
    pointer-events: none;
    font-weight: 600;
}

.pagination .page-link[aria-label] span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
    font-size: 1.125rem;
    font-weight: 400;
}

.pagination .page-item.disabled .page-link {
    color: var(--vr-gray-300);
    background-color: transparent;
    pointer-events: none;
}

[data-bs-theme="dark"] .pagination .page-link {
    color: var(--vr-gray-300);
    background-color: var(--vr-body-secondary-bg, var(--vr-gray-875));
    border-color: var(--vr-gray-800);
}

[data-bs-theme="dark"] .pagination .page-link:hover,
[data-bs-theme="dark"] .pagination .page-link:focus {
    color: var(--vr-theme-color);
    background-color: var(--vr-gray-800);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

[data-bs-theme="dark"] .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: var(--vr-theme-color);
    border-color: var(--vr-theme-color);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
}

@media (max-width: 575.98px) {
    .pagination {
        gap: 0.25rem;
        margin: 2rem 0;
        flex-wrap: wrap;
    }

    .pagination .page-link {
        width: 2.125rem;
        height: 2.125rem;
        font-size: 0.8125rem;
        border-radius: 0.375rem;
    }

    .pagination .page-link[aria-label] span {
        font-size: 1rem;
        margin-top: -1px;
    }
}

/*--------------------------------------------------------------
# Scroll Up
--------------------------------------------------------------*/
.btn-scroll-up {
    display: none;
    position: fixed;
    width: 2.625rem;
    height: 2.625rem;
    bottom: 2rem;
    right: 1rem;
    background-color: var(--vr-block-color);
    color: var(--vr-color-white) !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0.25rem;
    z-index: 9999;
    transition: all 0.2s ease;
}

.btn-scroll-up:hover, .btn-scroll-up:active, .btn-scroll-up:focus {
    color: var(--vr-theme-color) !important;
}

.btn-scroll-up svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------
# Post Attachments
--------------------------------------------------------------*/
.post-attachments {
    --pa-text-main: var(--vr-gray-700);
    --pa-text-sub: var(--vr-gray-500);
    --pa-item-bg: var(--vr-gray-50);
    --pa-item-border: var(--vr-gray-100);
    --pa-item-hover-bg: #ffffff;
    --pa-item-hover-border: var(--vr-theme-color);
    --pa-shadow: 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
    --pa-shadow-hover: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
    --pa-radius: 0.5rem;
    margin-top: 2rem;
}

[data-bs-theme="dark"] .post-attachments {
    --pa-text-main: var(--vr-gray-200);
    --pa-text-sub: var(--vr-gray-400);
    --pa-item-bg: var(--vr-input-bg);
    --pa-item-border: var(--vr-border-color);
    --pa-item-hover-bg: var(--vr-body-secondary-bg);
    --pa-item-hover-border: var(--vr-gray-700);
    --pa-shadow: none;
    --pa-shadow-hover: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.5);
}

.post-attachments .ps-header {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1rem;
    font-size: var(--vr-fs-sm);
    text-transform: uppercase;
    letter-spacing: 0.0375rem;
    color: var(--pa-text-sub);
    font-weight: 700;
    padding-left: 0.125rem;
}

.post-attachments .ps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(16.25rem, 1fr));
    gap: 0.625rem;
}

.post-attachments .ps-grid form {
    display: contents;
}

.post-attachments .ps-item {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.625rem;
    background-color: var(--pa-item-bg);
    border: 1px solid var(--pa-item-border);
    border-radius: var(--pa-radius);
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: var(--pa-shadow);
    overflow: hidden;
    height: 100%;
}

.post-attachments .ps-item:hover {
    background-color: var(--pa-item-hover-bg);
    border-color: var(--pa-item-hover-border);
    transform: translateY(-0.0625rem);
    box-shadow: var(--pa-shadow-hover);
}

.post-attachments .ps-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0;
    background-color: var(--vr-gray-100);
    color: var(--pa-text-sub);
    transition: transform 0.2s ease;
}

[data-bs-theme="dark"] .post-attachments .ps-icon {
    background-color: var(--vr-gray-800);
}

.post-attachments .ps-icon svg {
    width: 1.125rem;
    height: 1.125rem;
}

.post-attachments .ps-item:hover .ps-icon {
    transform: scale(1.05);
}

.post-attachments .ps-info {
    display: flex;
    flex-direction: column;
    padding: 0 0.625rem;
    min-width: 0;
    flex-grow: 1;
    text-align: left;
}

.post-attachments .ps-filename {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--pa-text-main);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    margin-bottom: 0.125rem;
}

.post-attachments .ps-badge {
    font-size: 0.65rem;
    font-weight: 600;
    color: var(--pa-text-sub);
    background-color: var(--vr-gray-100);
    padding: 0.0625rem 0.375rem;
    border-radius: 0.25rem;
    display: inline-block;
    align-self: flex-start;
    text-transform: uppercase;
    letter-spacing: 0.01875rem;
    transition: background-color 0.2s, color 0.2s;
}

[data-bs-theme="dark"] .post-attachments .ps-badge {
    background-color: var(--vr-gray-800);
}

.post-attachments .ps-action {
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--vr-gray-400);
    background-color: transparent;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.post-attachments .ps-action svg {
    width: 1rem;
    height: 1rem;
}

.post-attachments .ps-item:hover .ps-action {
    color: var(--vr-theme-color);
    background-color: rgba(79, 70, 229, 0.1);
}

html[dir="rtl"] .post-attachments .ps-info {
    text-align: right;
}

html[dir="rtl"] .post-attachments .ps-header {
    padding-left: 0;
    padding-right: 0.125rem;
}

html[dir="rtl"] .post-attachments .ps-action {
    transform: translateX(0.3125rem);
}

html[dir="rtl"] .post-attachments .ps-item:hover .ps-action {
    transform: translateX(0);
}

/*--------------------------------------------------------------
# Cookies Warning
--------------------------------------------------------------*/
#cc-wrapper {
    --cc-bg: rgba(255, 255, 255, 0.98);
    --cc-text: var(--vr-gray-900);
    --cc-text-muted: var(--vr-gray-600);
    --cc-border: var(--vr-gray-200);
    --cc-btn-primary-bg: var(--vr-gray-900);
    --cc-btn-primary-text: #ffffff;
    --cc-accent: var(--vr-theme-color);
    z-index: 9990;
    position: relative;
    font-family: inherit;
}

[data-bs-theme="dark"] #cc-wrapper {
    --cc-bg: rgba(30, 30, 30, 0.98);
    --cc-text: var(--vr-gray-100);
    --cc-text-muted: var(--vr-gray-400);
    --cc-border: var(--vr-gray-700);
    --cc-btn-primary-bg: var(--vr-gray-100);
    --cc-btn-primary-text: var(--vr-gray-950);
    --cc-accent: var(--vr-theme-color);
}

#cc-wrapper #cc-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--cc-bg);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid var(--cc-border);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.03);
    display: none;
    padding: 2rem 0;
    z-index: 9990;
}

#cc-wrapper .banner-inner {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

#cc-wrapper .banner-text {
    width: 100%;
}

#cc-wrapper h5 {
    font-size: var(--vr-fs-title-md);
    font-weight: 700;
    color: var(--cc-text);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

#cc-wrapper p {
    font-size: var(--vr-fs-base);
    line-height: var(--vr-lh-base);
    color: var(--cc-text-muted);
    margin: 0;
}

#cc-wrapper .cc-link {
    color: var(--cc-accent);
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: opacity 0.2s;
}

#cc-wrapper .cc-link:hover {
    opacity: 0.8;
}

#cc-wrapper .cc-icon {
    width: 1.3em;
    height: 1.3em;
    color: var(--cc-accent);
    display: inline-block;
    vertical-align: text-bottom;
}

#cc-wrapper .btn-cc {
    padding: 0.6rem 1.25rem;
    border-radius: 3rem;
    font-size: var(--vr-fs-md);
    font-weight: 600;
    cursor: pointer;
    border: none;
    white-space: nowrap;
    transition: all 0.2s;
    transform: translateZ(0);
}

#cc-wrapper .btn-cc-primary {
    background: var(--cc-btn-primary-bg);
    color: var(--cc-btn-primary-text);
    box-shadow: inset 0 0 0 1px transparent, 0 2px 4px rgba(0, 0, 0, 0.05);
}

#cc-wrapper .btn-cc-primary:hover {
    opacity: 0.9;
}

#cc-wrapper .btn-cc-outline {
    background: transparent;
    color: var(--cc-text);
    box-shadow: inset 0 0 0 1px var(--cc-border);
}

#cc-wrapper .btn-cc-outline:hover {
    box-shadow: inset 0 0 0 1px var(--cc-text-muted);
}

#cc-wrapper .modal {
    z-index: 9999;
}

#cc-wrapper .modal-content {
    border: 1px solid var(--cc-border);
    border-radius: 16px;
    background-color: var(--cc-bg);
    color: var(--cc-text);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

#cc-wrapper .modal-header {
    border-bottom: none;
    padding: 1.5rem;
}

#cc-wrapper .modal-body {
    padding: 0 1.5rem 1.5rem;
}

#cc-wrapper .modal-footer {
    border-top: 1px solid var(--cc-border);
    padding: 1rem 1.5rem;
}

#cc-wrapper .pref-card {
    border: 1px solid var(--cc-border);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

#cc-wrapper .pref-icon-box {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(125, 125, 125, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--cc-text);
}

#cc-wrapper .pref-icon-box svg {
    width: 20px;
    height: 20px;
}

#cc-wrapper .form-check-input.custom-switch {
    width: 3.2em;
    height: 1.8em;
    cursor: pointer;
    background-color: var(--vr-gray-300);
    border: 1px solid transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    transition: background-position .15s ease-in-out, background-color .2s ease;
}

#cc-wrapper .form-check-input.custom-switch:checked {
    background-color: var(--cc-accent) !important;
    border-color: var(--cc-accent) !important;
    opacity: 1;
}

#cc-wrapper .form-check-input.custom-switch:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.premium-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    color: var(--premium-badge-color);
    background: linear-gradient(
            135deg,
            color-mix(in srgb, var(--premium-badge-color) 18%, transparent) 0%,
            color-mix(in srgb, var(--premium-badge-color) 6%, transparent) 100%
    );

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid color-mix(in srgb, var(--premium-badge-color) 20%, transparent);
    white-space: nowrap;
}

.premium-badge svg,
.premium-badge i {
    width: 14px;
    height: 14px;
    display: block;
}

.premium-badge.premium-badge-sm {
    padding: 4px 8px;
    gap: 5px;
    font-size: 11px;
    border-radius: 6px;
}

.premium-badge.premium-badge-sm svg,
.premium-badge.premium-badge-sm i {
    width: 12px;
    height: 12px;
}

.premium-badge.premium-badge-solid {
    background: color-mix(in srgb, var(--premium-badge-color) 85%, transparent);
    color: #ffffff;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid color-mix(in srgb, #ffffff 25%, transparent);
    box-shadow: 0 6px 15px color-mix(in srgb, var(--premium-badge-color) 35%, transparent),
    0 2px 4px rgba(0, 0, 0, 0.05);
}

.access-badge {
    position: absolute;
    top: 0.938rem;
    right: 0.938rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: rgba(10, 10, 10, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.access-badge .badge-icon {
    width: 0.813rem;
    height: 0.813rem;
    fill: #fbbf24;
}

.access-badge.media-sm {
    top: 0.5rem;
    right: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
}

.access-badge.media-sm .badge-icon {
    width: 0.75rem;
    height: 0.75rem;
    fill: #fbbf24;
}

.access-badge.access-badge-shifted {
    right: 92px;
}

.access-badge.media-sm.access-badge-shifted {
    right: 60px;
}

@media (min-width: 768px) {
    #cc-wrapper .banner-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }

    #cc-wrapper .banner-text {
        padding-right: 2rem;
    }

    #cc-wrapper .cc-btn-group {
        flex-shrink: 0;
        display: flex;
        gap: 0.75rem;
    }
}

@media (max-width: 767px) {
    #cc-wrapper .cc-btn-group {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
        width: 100%;
    }

    #cc-wrapper .btn-cc-pref {
        grid-column: 1;
    }

    #cc-wrapper .btn-cc-reject {
        grid-column: 2;
    }

    #cc-wrapper .btn-cc-accept {
        grid-column: 1 / span 2;
        padding: 0.75rem;
    }
}

[dir="rtl"] #cc-wrapper {
    text-align: right;
}

[dir="rtl"] #cc-wrapper .banner-inner {
    text-align: right;
}

[data-bs-theme="dark"] .btn-close {
    filter: invert(1);
}

.swal2-popup {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 1.15rem;
}

[data-bs-theme="dark"] .swal2-popup {
    background-color: var(--vr-gray-900);
    border: 1px solid var(--vr-gray-850);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
}

[data-bs-theme="dark"] div:where(.swal2-container) h2:where(.swal2-title),
[data-bs-theme="dark"] div:where(.swal2-container) div:where(.swal2-html-container) {
    color: var(--vr-text-main);
}

.swal2-container {
    --swal2-width: 28em;
    --swal2-confirm-button-background-color: var(--vr-theme-color);
    --swal2-cancel-button-background-color: #f1f1f4;
    --swal2-cancel-button-color: var(--vr-text-main);
    --swal2-action-button-hover: black 5%;
    --swal2-action-button-active: black 5%;
    --swal2-confirm-button-border-radius: 0.3125rem;
    --swal2-deny-button-border-radius: 0.3125rem;
    --swal2-cancel-button-border-radius: 0.3125rem;
    --swal2-html-container-padding: 0.5em 1em 0.3em;
    font-size: var(--vr-fs-md);
}

[data-bs-theme="dark"] .swal2-container {
    --swal2-cancel-button-background-color: var(--vr-gray-800);
    --swal2-cancel-button-color: var(--vr-text-main);
    --swal2-action-button-hover: white 5%;
    --swal2-action-button-active: white 5%;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
    font-size: 0.938rem !important;
}

.swal2-container div:where(.swal2-icon) {
    margin: 1em auto .6em;
}

.swal2-confirm.btn-primary {
    background-color: var(--vr-theme-color) !important;
    border-color: var(--vr-theme-color) !important;
    color: #fff !important;
}

.swal2-confirm.btn-primary:hover {
    filter: brightness(0.9);
    background-color: var(--vr-theme-color) !important;
}

/*--------------------------------------------------------------
# Payment
--------------------------------------------------------------*/
#payment-container {
    position: relative;
    min-height: 150px;
}

#paypal-processing-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 10;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.vr-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: middle;
}

.vri-play {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='m11.596 8.697-6.363 3.692c-.54.313-1.233-.066-1.233-.697V4.308c0-.63.692-1.01 1.233-.696l6.363 3.692a.802.802 0 0 1 0 1.393'/%3E%3C/svg%3E");
}

.vri-music {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2'/%3E%3Cpath fill-rule='evenodd' d='M9 3v10H8V3z'/%3E%3Cpath d='M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 16 16'%3E%3Cpath d='M9 13c0 1.105-1.12 2-2.5 2S4 14.105 4 13s1.12-2 2.5-2 2.5.895 2.5 2'/%3E%3Cpath fill-rule='evenodd' d='M9 3v10H8V3z'/%3E%3Cpath d='M8 2.82a1 1 0 0 1 .804-.98l3-.6A1 1 0 0 1 13 2.22V4L8 5z'/%3E%3C/svg%3E");
}

.vri-eye {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 1792 1792'%3E%3Cpath d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 1792 1792'%3E%3Cpath d='M1664 960q-152-236-381-353 61 104 61 225 0 185-131.5 316.5t-316.5 131.5-316.5-131.5-131.5-316.5q0-121 61-225-229 117-381 353 133 205 333.5 326.5t434.5 121.5 434.5-121.5 333.5-326.5zm-720-384q0-20-14-34t-34-14q-125 0-214.5 89.5t-89.5 214.5q0 20 14 34t34 14 34-14 14-34q0-86 61-147t147-61q20 0 34-14t14-34zm848 384q0 34-20 69-140 230-376.5 368.5t-499.5 138.5-499.5-139-376.5-368q-20-35-20-69t20-69q140-229 376.5-368t499.5-139 499.5 139 376.5 368q20 35 20 69z'/%3E%3C/svg%3E");
}

.vri-comments {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 1792 1792'%3E%3Cpath d='M704 384q-153 0-286 52t-211.5 141-78.5 191q0 82 53 158t149 132l97 56-35 84q34-20 62-39l44-31 53 10q78 14 153 14 153 0 286-52t211.5-141 78.5-191-78.5-191-211.5-141-286-52zm0-128q191 0 353.5 68.5t256.5 186.5 94 257-94 257-256.5 186.5-353.5 68.5q-86 0-176-16-124 88-278 128-36 9-86 16h-3q-11 0-20.5-8t-11.5-21q-1-3-1-6.5t.5-6.5 2-6l2.5-5 3.5-5.5 4-5 4.5-5 4-4.5q5-6 23-25t26-29.5 22.5-29 25-38.5 20.5-44q-124-72-195-177t-71-224q0-139 94-257t256.5-186.5 353.5-68.5zm822 1169q10 24 20.5 44t25 38.5 22.5 29 26 29.5 23 25q1 1 4 4.5t4.5 5 4 5 3.5 5.5l2.5 5 2 6 .5 6.5-1 6.5q-3 14-13 22t-22 7q-50-7-86-16-154-40-278-128-90 16-176 16-271 0-472-132 58 4 88 4 161 0 309-45t264-129q125-92 192-212t67-254q0-77-23-152 129 71 204 178t75 230q0 120-71 224.5t-195 176.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' viewBox='0 0 1792 1792'%3E%3Cpath d='M704 384q-153 0-286 52t-211.5 141-78.5 191q0 82 53 158t149 132l97 56-35 84q34-20 62-39l44-31 53 10q78 14 153 14 153 0 286-52t211.5-141 78.5-191-78.5-191-211.5-141-286-52zm0-128q191 0 353.5 68.5t256.5 186.5 94 257-94 257-256.5 186.5-353.5 68.5q-86 0-176-16-124 88-278 128-36 9-86 16h-3q-11 0-20.5-8t-11.5-21q-1-3-1-6.5t.5-6.5 2-6l2.5-5 3.5-5.5 4-5 4.5-5 4-4.5q5-6 23-25t26-29.5 22.5-29 25-38.5 20.5-44q-124-72-195-177t-71-224q0-139 94-257t256.5-186.5 353.5-68.5zm822 1169q10 24 20.5 44t25 38.5 22.5 29 26 29.5 23 25q1 1 4 4.5t4.5 5 4 5 3.5 5.5l2.5 5 2 6 .5 6.5-1 6.5q-3 14-13 22t-22 7q-50-7-86-16-154-40-278-128-90 16-176 16-271 0-472-132 58 4 88 4 161 0 309-45t264-129q125-92 192-212t67-254q0-77-23-152 129 71 204 178t75 230q0 120-71 224.5t-195 176.5z'/%3E%3C/svg%3E");
}

.vri-angle-left {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E");
}

.vri-angle-right {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
}

.vri-send {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M568.4 37.7C578.2 34.2 589 36.7 596.4 44C603.8 51.3 606.2 62.2 602.7 72L424.7 568.9C419.7 582.8 406.6 592 391.9 592C377.7 592 364.9 583.4 359.6 570.3L295.4 412.3C290.9 401.3 292.9 388.7 300.6 379.7L395.1 267.3C400.2 261.2 399.8 252.3 394.2 246.7C388.6 241.1 379.6 240.7 373.6 245.8L261.2 340.1C252.1 347.7 239.6 349.7 228.6 345.3L70.1 280.8C57 275.5 48.4 262.7 48.4 248.5C48.4 233.8 57.6 220.7 71.5 215.7L568.4 37.7z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath d='M568.4 37.7C578.2 34.2 589 36.7 596.4 44C603.8 51.3 606.2 62.2 602.7 72L424.7 568.9C419.7 582.8 406.6 592 391.9 592C377.7 592 364.9 583.4 359.6 570.3L295.4 412.3C290.9 401.3 292.9 388.7 300.6 379.7L395.1 267.3C400.2 261.2 399.8 252.3 394.2 246.7C388.6 241.1 379.6 240.7 373.6 245.8L261.2 340.1C252.1 347.7 239.6 349.7 228.6 345.3L70.1 280.8C57 275.5 48.4 262.7 48.4 248.5C48.4 233.8 57.6 220.7 71.5 215.7L568.4 37.7z'/%3E%3C/svg%3E");
}

.vri-calendar {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Disable Bootstrap Validation Icons for Selects
--------------------------------------------------------------*/
.form-select.is-valid,
.form-select.is-invalid,
.was-validated .form-select:valid,
.was-validated .form-select:invalid {
    background-image: var(--bs-form-select-bg-img) !important;
    background-size: 16px 12px !important;
}

html:not([dir="rtl"]) .form-select.is-valid,
html:not([dir="rtl"]) .form-select.is-invalid,
html:not([dir="rtl"]) .was-validated .form-select:valid,
html:not([dir="rtl"]) .was-validated .form-select:invalid {
    padding-right: 2.25rem !important;
    background-position: right 0.75rem center !important;
}

html[dir="rtl"] .form-select.is-valid,
html[dir="rtl"] .form-select.is-invalid,
html[dir="rtl"] .was-validated .form-select:valid,
html[dir="rtl"] .was-validated .form-select:invalid {
    padding-left: 2.25rem !important;
    padding-right: 0.75rem !important;
    background-position: left 0.75rem center !important;
}