.viva-page-wrapper,
.viva-page-wrapper *::before,
.viva-page-wrapper *::after {
    font-family: 'Calibri', sans-serif !important;
}

.viva-affiliator-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 90vh;
    background: #ffffff;
}

.viva-affiliator-login {
    max-width: 368px;
    width: 100%;
    margin: auto;
    padding: 2rem;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.viva-affiliator-login h2 {
    margin-bottom: 1.5rem;
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
}

.viva-affiliator-login form {
    display: flex;
    flex-direction: column;
    /* gap: 0.15rem; */
}

.viva-affiliator-login label {
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 0.15rem;
    text-align: left;
}

.viva-affiliator-login input[type="email"],
.viva-affiliator-login input[type="password"] {
    width: 100%;
    padding: 0.35rem 0.75rem 0.35rem 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.viva-affiliator-login input[type="email"]:focus,
.viva-affiliator-login input[type="password"]:focus {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
    outline: none;
}

.viva-affiliator-login #login-button,
.viva-verification-card #verify-button {
    background: linear-gradient(90deg, #c68ce0, #1996d4);
    color: white;
    border: none;
    padding: 0.5rem;
    border-radius: 6px;
    margin-top: 1rem;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

.viva-affiliator-login #login-button:hover,
.viva-verification-card #verify-button:hover {
    background: linear-gradient(90deg, #c7aed3, #5ebcea);
}

.viva-affiliator-login #login-button:disabled,
.viva-verification-card #verify-button:disabled {
    background: #cccccc;
    color: #666666;
    cursor: not-allowed;
    opacity: 0.7;
}

.input-error {
    text-align: left;
    color: red;
    font-style: italic;
    font-size: small;
}

/* SECTION VERIFICATION */

.viva-verification-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80vh;
    background: #ffffff;
}

.viva-verification-card {
    max-width: 369px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    width: 100%;
    text-align: center;
}

.viva-verification-card h2 {
    margin-bottom: 20px;
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: bold;
}

.viva-verification-card label {
    font-weight: 400;
    color: #374151;
}

.viva-verification-card input[type="email"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 15px;
}

.viva-verification-card button {
    width: 100% !important;
    background: #2271b1;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
}

.viva-verification-card button:hover {
    background: #1a5a8a;
}

.viva-affiliator-links {
    margin-top: 10px;
    text-align: right;
    font-size: 12px;
    font-style: italic;
}

.viva-affiliator-links a {
    color: #2271b1;
    text-decoration: none;
}

.viva-affiliator-links span {
    color: #000;
}

.viva-affiliator-links a:hover {
    text-decoration: underline;
}

.viva-success,
.viva-error {
    padding: 10px;
    border-radius: 6px;
    font-weight: 200;
}

.viva-success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.viva-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.swal2-popup.otp-popup {
    padding: 0 !important;
}

.swal2-popup.otp-popup .swal2-html-container {
    padding: 0 !important;
    margin: 0 !important;
}

.swal2-actions {
	width 100% !important;
}

.otp-title {
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 1.75rem;
}

.otp-alert {
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 13px;
    text-align: center;
    margin: 0 3rem 1.75rem !important;
    transition: opacity 0.3s ease;
}

.otp-alert-success {
    background-color: #e6ffed;
    color: #256d3c;
    border: 1px solid #a4e4b0;
    margin: 0 3rem 1.75rem !important;
}

.otp-alert-info {
    background-color: #a3e0ff;
    color: #291e9f;
    border: 1px solid #81c7ea;
    margin: 0 3rem 1.75rem !important;
}

.otp-alert-error {
    background-color: #ffa3a3;
    color: #b73636;
    border: 1px solid rgb(185, 86, 86);
    margin: 0 3rem 1.75rem !important;
}

.otp-footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 0 3rem 1.75rem !important;
}

.otp-countdown {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.otp-resend-btn {
    background-color: #6f5be0;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s ease;
    border-radius: 5px;
}

.otp-resend-btn:hover:not(.disabled) {
    color: #ffffff;
}

.otp-resend-btn.disabled {
    color: #aaa !important;
    padding: 5px 10px;
    cursor: not-allowed;
    background-color: #e9e7e7;
    border-radius: 5px;
    border: none;
}

.otp-inputs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 20px 10px;
}

.otp-input {
    width: 60px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    border-radius: 10px;
    border: 1px solid #ccc;
    outline: none;
    transition: 0.2s;
    -moz-appearance: textfield;
}

.otp-confirm-btn {
    display: block !important;
    width: 100% !important;
    padding: 12px 0 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea) !important;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 3rem 1.75rem !important;
}

.otp-confirm-btn:disabled,
.otp-confirm-btn:disabled:hover {
    color: #bebcbc !important;
    background: #e9e7e7 !important;
    cursor: not-allowed !important;
    opacity: 0.8;
}

.otp-confirm-btn:hover,
.otp-confirm-btn:focus {
    background: linear-gradient(90deg, #5ebcea, #e01384, #c7aed3) !important;
}

.otp-input::-webkit-inner-spin-button,
.otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input:focus {
    border-color: #0095ff;
    box-shadow: 0 0 5px rgba(0, 149, 255, 0.3);
}

/* SECTION OF DASHBOARD PAGE */
.viva-page-wrapper {
    display: flex;
    min-height: 100vh;
    background-color: #f9fafb;
}

/* DASHBOARD-SIDEBAR */
.viva-sidebar {
    width: 240px;
    background: linear-gradient(180deg, #5ebcea, #e01384, #c7aed3);
    color: #fff;
    display: flex;
    flex-direction: column;
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
}

.viva-sidebar-header {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    gap: 15px;
}

/* Circle inisial */
.viva-user-initial {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: clamp(1.5rem, 55%, 2.75rem);
    line-height: 1;
}

/* Kolom info user */
.viva-user-info {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.viva-user-info .full-name {
    font-weight: 600;
    margin: 0;
}

.viva-user-info .referral-code {
    font-size: 0.85rem;
    opacity: 0.8;
    margin: 0;
}

.viva-sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.viva-sidebar-menu li {
    position: relative;
    list-style: none;
    cursor: pointer;
    transition: color 0.3s ease;
}

.viva-sidebar-menu li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 500;
    padding: 10px 15px;
    transition: background 0.2s ease;
}

.viva-sidebar-menu li a .dashicons {
    font-size: 18px;
    width: 20px;
    height: 20px;
    line-height: 1;
}

.viva-sidebar-menu li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: #ffffff;
    transition: width 0.3s ease;
}

.viva-sidebar-menu li:hover::after {
    width: 100%;
}

.viva-sidebar-menu a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.viva-sidebar-menu a.active {
    background: rgba(0, 0, 0, 0.15);
}


/* MAIN CONTENT */
.viva-main-content {
    flex: 1;
    background: #f9fafb;
    padding: 10px 25px 25px 25px;
}

/* Container Row */
.viva-page-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px auto;
    justify-content: flex-start;
}

.viva-dashboard-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 15px;
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
}

/* Item */
.viva-card-item {
    flex: 1 1 25%;
    padding: 0 20px;
    text-align: left;
    position: relative;
}

.viva-card-item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    height: 70%;
    width: 1px;
    background-color: #e0e0e0;
}

/* Label & Value */
.viva-card-item .label {
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	font-family: 'Calibri', sans-serif !important;
    background-clip: text;
    color: transparent;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.viva-card-item .value {
    font-size: 22px;
    font-weight: 600;
	font-family: 'Calibri', sans-serif !important;
    color: #333;
    margin-top: 10px !important;
}

/* Toggle switch */
.viva-toggle {
    display: flex;
    justify-content: start;
    align-items: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch input:checked+.slider {
    background-color: #0073aa;
}

.switch input:checked+.slider:before {
    transform: translateX(24px);
}

/* Barcode button */
.redeem-row {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}

.redeem-col {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Tombol barcode */
.barcode-btn {
    width: 100%;
    border: none;
    background: transparent !important;
    color: #b848a4;
    font-size: 24px;
    cursor: pointer;
}

/* TABS */
.viva-tabs {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    margin: 0.5rem auto;
    transition: all 0.3s ease;
}

.viva-tab-header {
    display: flex;
    background: #f9fafb;
    border-bottom: 1px solid #dadfe4;
}

.viva-tab-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    flex: 1;
    background: #ffffff;
    border: none;
    cursor: pointer;
    padding: 1rem 1.25rem;
    color: #27a9eb;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.25s ease;
    position: relative;
}

.viva-tab-button i {
    font-size: 20px;
    line-height: 1;
}


/* Hover efek warna biru lembut */
.viva-tab-button:hover {
    color: #fff;
    background: #5ebcea;
}

/* Warna tab aktif berdasarkan index */
.viva-tab-button.active {
    color: #fff;
    background: #27a9eb;
}

.viva-tab-button.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0;
    transform: none;
}

.viva-tab-body {
    padding: 1.8rem;
    background: #fff;
}

.viva-tab-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.viva-tab-content.active {
    display: block;
}

.viva-tab-content h3 {
    margin-top: 0;
    color: #111827;
}

.viva-tab-content p {
    color: #4b5563;
    line-height: 1.6;
}

#sidebarToggle {
    display: none;
    position: absolute;
    top: auto;
    right: 0;
    z-index: 999;
    background: #fff;
    border: none;
    font-size: 1.75rem;
    padding: 10px 15px;
    text-align: left;
    border-radius: 0;
    cursor: pointer;
    min-width: 100%;
}

span.icon-button {
    background: linear-gradient(90deg, #e01384, #c7aed3, #5ebcea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    margin-bottom: 8px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

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

/* PAGE SETTING */
.viva-card-form {
    width: 100%;
    background: #fff;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    margin: 0;
}

.viva-card {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.viva-card-column {
    flex: 1;
    min-width: 280px;
}

.viva-card-column h3 {
    margin-bottom: 1rem;
    color: #111827;
}

.viva-card-column label {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 200;
    color: #4b5563;
}

.viva-card-column input {
    width: 100%;
    padding: 0.5rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #111827;
    background: #f9fafb;
}

.viva-card-column input:disabled {
    background: #e5e7eb;
    color: #6b7280;
    cursor: not-allowed;
}

.viva-btn-update {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background: linear-gradient(90deg, #c7aed3, #5ebcea);
    color: #fff;
    font-weight: 200;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.25s ease;
}

.viva-btn-update:hover {
    background: linear-gradient(90deg, #5ebcea, #c7aed3);
}

.viva-btn-update:disabled {
    background: #cccccc !important;
    color: #666666 !important;
    cursor: no-drop !important;
    opacity: 0.7;
}

.error-text {
    color: red;
    font-size: 0.85rem;
    margin-top: 4px;
}

.required {
    color: rgb(246, 29, 29);
}

#viva-orders-table,
#viva-members-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
}

#viva-orders-table thead th,
#viva-members-table thead th {
    border: 1px solid #d1d5db;
    padding: 10px 15px;
    background: #6ea7de;
    font-weight: 600;
    color: #111827;
    text-align: left;
}

#viva-orders-table tbody td,
#viva-members-table tbody td {
    border: 1px solid #d1d5db;
    padding: 8px 15px;
    color: #374151;
    background: #fff;
}

#viva-orders-table tbody tr:nth-child(even) td,
#viva-members-table tbody tr:nth-child(even) td {
    background: #f9fafb;
}

#viva-orders-table tbody tr:hover td,
#viva-members-table tbody tr:hover td {
    background: #e0f2fe;
    transition: background 0.2s ease;
}

/* SECTION PROMO */
.viva-promo-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.viva-promo-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.viva-promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.viva-promo-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.promo-content {
    padding: 1rem;
}

.promo-content h4 {
    margin: 0 0 0.5rem;
    color: #111827;
}

.promo-content p {
    font-size: 0.9rem;
    color: #4b5563;
    margin-bottom: 1rem;
}

.viva-btn-promo {
    background: linear-gradient(90deg, #c7aed3, #5ebcea);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s ease;
    width: 100% !important;
}

.viva-btn-promo:hover {
    background: #4aa0d8;
}

.viva-table-responsive {
    width: 100%;
    overflow-x: hidden;
}

.viva-table-responsive table {
    width: 100%;
    border-collapse: collapse;
}

#viva-orders-table,
#viva-members-table {
    font-size: clamp(12px, 1vw, 14px);
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 8px !important;
    padding: 0.4rem 0.8rem !important;
    border: 1px solid #d1d5db !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #5ebcea !important;
    color: #fff !important;
    border: none !important;
    border-radius: 15px !important;
    padding: 5px 12px;
    margin: 2px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #4aa0d8 !important;
    color: #fff !important;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #4aa0d8 !important;
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    pointer-events: none;
    opacity: 0.4;
    cursor: no-drop !important;
    background: #e5e7eb !important;
    color: #9ca3af !important;
    border: 1px solid #d1d5db;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: 0 !important;
}

.spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    margin-right: 6px;
    animation: spin 0.8s linear infinite;
    vertical-align: middle;
}

.skeleton {
    background: linear-gradient(90deg, #eee 25%, #f5f5f5 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    color: transparent;
    padding: 15px;
    border-radius: 10px;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

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

/* RESPONSIVE */
@media (max-width: 768px) {
    .viva-page-wrapper {
        flex-direction: column;
    }

    .viva-page-row {
        margin: 60px auto;
    }

    .viva-sidebar {
        position: absolute;
        top: auto;
        left: 0;
        height: 100%;
        border-top-right-radius: 0px !important;
        transform: translateX(-100%);
        z-index: 998;
        box-shadow: 3px 0 10px rgba(0, 0, 0, 0.2);
        border-bottom-right-radius: 0px !important;
    }

    .viva-sidebar.open {
        transform: translateX(0);
    }

    .viva-sidebar-header {
        margin-top: 70px !important;
        margin-bottom: 0px !important;
    }

    .viva-main-content {
        padding: 35px 15px 15px 15px;
    }

    #sidebarToggle {
        display: block;
    }

    .viva-page-row {
        flex-direction: column;
    }

    .viva-card-item {
        flex: 1 1 100%;
        border-right: none;
        padding: 10px 0;
    }

    .viva-card-item .label,
    .viva-card-item .value {
        font-size: 16px;
    }

    .viva-tab-button {
        justify-content: center !important;
    }

    .viva-tab-button span {
        display: block;
    }

    .viva-tab-button i {
        margin: 0;
    }

    .viva-card {
        flex-direction: column;
    }

    .viva-table-responsive {
        overflow-x: auto;
    }

    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current {
        font-size: clamp(12px, 1vw, 14px)
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em;
        margin-bottom: 0.5rem;
    }

}

@media (max-width: 992px) {
    .viva-dashboard-card {
        flex-wrap: wrap;
    }

    .viva-card-item {
        flex: 1 1 50%;
    }

    .viva-card-item:not(:last-child)::after {
        display: none;
    }
}

/*
* SECTION OF ADMIN AFFILIATORS
*/

.viva-affiliator-docs code {
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 4px;
}

.viva-doc-section {
    border-bottom: 1px solid #e2e2e2;
    margin-top: 10px !important;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.notice-info {
    padding-top: 15px !important;
}

/* SECTION CUSTOM BANNER */

.titlebar-inner {
    display: none !important;
}

.recaptcha-wrapper {
    display: inline-block;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.g-recaptcha {
    transform: scale(1.0);
    transform-origin: center center;
    display: inline-block;
}


/* CUSTOM HUB THEMES */
.main-header>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element,
.main-header>.elementor>.elementor-section>.elementor-container>.elementor-column>.elementor-widget-wrap>.elementor-element {
    width: 200px !important;
}

header#header {
    position: fixed;
    box-shadow: -2px 3px 90px -20px rgba(0, 0, 0, .25);
	width: 100vw;
    animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
}

.main-header > .elementor > .elementor-section {
    height: auto !important;
}

.main-header .elementor-widget-ld_header_menu>.elementor-widget-container {
    justify-content: end !important;
}

div#lqd-contents-wrap {
    margin: 0 !important;
    width: 100vw !important;
    padding: 0 !important;
}


