/**
 * ZFRICA Z Market frontend styles
 *
 * PURPOSE
 * -------
 * Styles the Z Market dashboard tab and frontend switching interface.

 */





/* Z Market balance card
 * Styles compact Z-Credits summary card with softer surface and tighter layout
 */

.zfrica-zm-balance-card {
    width: 100%;

    background: linear-gradient(180deg, #e9eff5 0%, #e3eaf2 100%);
    border: 1px solid #d2dbe5;

    border-radius: 24px;
    box-shadow: 0 6px 18px rgba(16, 24, 40, 0.05);

    padding: 18px 18px 16px;
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}
.zfrica-zm-balance-card::after {
    content: "";
    position: absolute;
    top: -48px;
    right: -48px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(17, 109, 120, 0.06) 0%, rgba(17, 109, 120, 0) 72%);
    pointer-events: none;
}

.zfrica-zm-balance-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.zfrica-zm-balance-heading {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #101a43;
}

.zfrica-zm-balance-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #e6ece9;
    color: #29435c;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.zfrica-zm-balance-main-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.zfrica-zm-balance-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffd95a 0%, #ffbc1f 100%);
    color: #101a43;
    font-size: 21px;
    flex-shrink: 0;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.zfrica-zm-balance-value {
    font-size: 58px;
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: -1.6px;
    color: #0f7a86;
}

.zfrica-zm-balance-note {
    margin: -15px 0 18px 0px !important;
    font-size: 13px;
    line-height: 1.35;
    color: #5f6b7a;
    position: relative;
    z-index: 1;
}

.zfrica-zm-balance-rate-card {
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
}

.zfrica-zm-balance-rate-inner {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: #edf1f5;
    border: 1px solid #d7e0e8;
    border-radius: 15px;
    padding: 11px 14px;
    text-align: left;
    flex-wrap: wrap;
}

.zfrica-zm-rate-label {
    font-size: 11px;
    line-height: 1.3;
    font-weight: 800;
    color: #667085;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.zfrica-zm-rate-sep {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.zfrica-zm-balance-rate-inner strong {
    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
    color: #101a43;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .zfrica-zm-balance-card {
        padding: 16px 16px 15px;
        border-radius: 20px;
    }

    .zfrica-zm-balance-heading {
        font-size: 15px;
    }

    .zfrica-zm-balance-status {
        min-height: 32px;
        padding: 0 11px;
        font-size: 11px;
    }

    .zfrica-zm-balance-main-line {
        gap: 9px;
        margin-bottom: 5px;
    }

    .zfrica-zm-balance-icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .zfrica-zm-balance-value {
        font-size: 52px;
        letter-spacing: -1.3px;
    }

  .zfrica-zm-balance-note {
    font-size: 13px;
    margin: -2px 0 10px 50px;
}

.zfrica-zm-balance-rate-inner {
    width: 100%;
    justify-content: flex-start;
    padding: 10px 12px;
    gap: 6px;
}

    .zfrica-zm-rate-label {
        font-size: 10px;
    }

    .zfrica-zm-balance-rate-inner strong {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .zfrica-zm-balance-value {
        font-size: 48px;
    }

    .zfrica-zm-balance-rate-inner {
        border-radius: 14px;
    }

    .zfrica-zm-balance-rate-inner strong {
        font-size: 13px;
    }
}








.zfrica-zm-access-card {
    background: linear-gradient(180deg, #fff9f4 0%, #fff6ed 100%);
    border: 1px solid #f1d2b7;
}

.zfrica-zm-access-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: -10px;
}

.zfrica-zm-access-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1df;
    color: #c25f06;
    font-size: 16px;
    flex-shrink: 0;
}

.zfrica-zm-access-card h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 800;
    color: #c25f06;
}

.zfrica-zm-access-card-text {
    margin: 0 0 10px;
    line-height: 1.5;
    color: #374151;
    margin-top: -10px;
}

.zfrica-zm-access-card-text p {
    font-size: 12px !important;
}

.zfrica-zm-progress {
    height: 12px;
    margin-bottom: 8px;
    overflow: hidden;
    border-radius: 999px;
    background: #efe8e1;
}

@media (min-width: 768px) {
    .zfrica-zm-balance-card {
        padding: 20px 22px;
    }

    .zfrica-zm-balance-figure {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .zfrica-zm-balance-card {
        max-width: 100%;
        padding: 16px;
    }

    .zfrica-zm-balance-top {
        align-items: flex-start;
        margin-bottom: 14px;
    }

    .zfrica-zm-balance-label {
        font-size: 15px;
    }

    .zfrica-zm-balance-subtitle {
        font-size: 11px;
    }

    .zfrica-zm-status {
        font-size: 11px;
        padding: 7px 11px;
    }

    .zfrica-zm-balance-figure {
        font-size: 48px;
    }

    .zfrica-zm-balance-note,
    .zfrica-zm-rate {
        font-size: 13px;
    }
}



/* Z Market access requirement card
 * Secondary requirement panel with softer hierarchy
 */

.zfrica-zm-access-card {
    background: linear-gradient(180deg, #f8f4ee 0%, #f4efe8 100%);
    border: 1px solid #e7d7c6;
    border-radius: 22px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.03);
    padding: 16px 16px 14px;
    margin-bottom: 12px;
}

.zfrica-zm-access-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.zfrica-zm-access-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f3e7d8;
    color: #8a5a2b;
    font-size: 15px;
    flex-shrink: 0;
}

.zfrica-zm-access-card h4 {
    margin: 0;
    font-size: 10px;
    font-weight: 500;
    color: #9a5608;
    line-height: 1.2;
}

.zfrica-zm-access-card-text {
    margin: -20px 0px 15px 0px !important;
    line-height: 1.45;
    color: #5f6b7a;
}

.zfrica-zm-access-card-text p {
    margin: 0;
    font-size: 8px !important;
}

.zfrica-zm-access-card-text strong {
    color: #101a43;
    font-weight: 500;
}

.zfrica-zm-progress {
    height: 10px;
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e7ded3;
}

.zfrica-zm-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #e69a00 0%, #f5c542 100%);
}

.zfrica-zm-progress-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 9px !important;
    color: #475467;
}




/* Z Market section divider
 * Separates requirement from purchase area
 */

.zfrica-zm-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 35px 0 22px;
    color: #98a2b3;
    font-size: 13px;
    font-weight: 500;
}

.zfrica-zm-divider::before,
.zfrica-zm-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e3e8ee;
}









.zfrica-zm-category-switch {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    max-width: 420px;
    margin: 14px auto;
    padding: 4px;
    border: 1px solid #d9dde7;
    border-radius: 999px;
    background: #f8fafc;
}

.zfrica-zm-category-switch {
    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.04);
}

.zfrica-zm-chip {
    flex: 1;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #b45309;
    padding: 12px 14px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zfrica-zm-chip.active {
    background: #116d78;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(20, 47, 99, 0.22);
}

.zfrica-zm-network-row {
    display: flex;
    align-items: center;
    gap: 0;
    max-width: 760px;
    margin: 0 auto 16px;
    overflow: hidden;
    border: 1px solid #d9dde7;
    border-radius: 999px;
    background: #ffffff;
}

.zfrica-zm-network {
    flex: 1;
    border: none;
    border-right: 1px solid #e6e8ef;
    background: #ffffff;
    color: #374151;
    padding: 13px 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.zfrica-zm-network:last-child {
    border-right: none;
}




/* Network-specific active colors */

.zfrica-zm-network-row.mtn .zfrica-zm-network.active {
    background: #f59e0b;
    color: #ffffff;
}

.zfrica-zm-network-row.airtel .zfrica-zm-network.active {
    background: #e11d48;
    color: #ffffff;
}

.zfrica-zm-network-row.glo .zfrica-zm-network.active {
    background: #16a34a;
    color: #ffffff;
}

.zfrica-zm-network-row.nine .zfrica-zm-network.active {
    background: #4b5563;
    color: #ffffff;
}


.zfrica-zm-network {
    transition: background 0.25s ease, color 0.25s ease;
}










.zfrica-zm-products-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.zfrica-zm-product-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;

    background: #ffffff;
    border: 1px solid #e3e8ef;
    border-radius: 16px;

    padding: 14px;

    box-shadow: 0 4px 12px rgba(16, 24, 40, 0.05);

    transition: all 0.2s ease;
}

.zfrica-zm-product-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.zfrica-zm-product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.10);
}

.zfrica-zm-product-card:active {
    transform: scale(0.98);
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.05);
}

.zfrica-zm-product-card:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 22px rgba(16, 24, 40, 0.10);
    border-color: #d0d8e2;
}

.zfrica-zm-product-card:active {
    transform: translateY(0);
    box-shadow: 0 4px 10px rgba(16, 24, 40, 0.05);
}

.zfrica-zm-product-card:has(.zfrica-zm-badge) {
    border-color: #f59e0b;
}

.zfrica-zm-product-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.6);
    pointer-events: none;
}

.zfrica-zm-product-card {
    position: relative;
}




.zfrica-zm-product-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    min-height: 72px;
    margin-bottom: 8px;
}

.zfrica-zm-product-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.zfrica-zm-product-logo {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    object-fit: cover;
    background: #ffffff;
}

.zfrica-zm-product-title {
    display: block;
    min-width: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 800;
    color: #101a43;
    word-break: normal;
    overflow-wrap: break-word;
}

.zfrica-zm-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 100%;
    padding: 4px 8px;
    border-radius: 999px;
    background: #e07b11;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.zfrica-zm-product-desc {
    min-height: 38px;
    margin: 0 0 4px;
    font-size: 13px;
    line-height: 1.3;
    color: #4b5563;
}

.zfrica-zm-product-delivery {
    min-height: 18px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.2;
    color: #4b5563;
}

.zfrica-zm-redeem-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    margin-top: auto;
    border: none;
    border-radius: 12px;
    background: #116d78;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 800;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.zfrica-zm-redeem-btn:hover {
    opacity: 0.94;
}

.zfrica-zm-redeem-btn:active {
    transform: translateY(1px);
}

.zfrica-zm-empty {
    grid-column: 1 / -1;
    padding: 18px;
    border: 1px dashed #d0d5dd;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    color: #667085;
}

.zfrica-zm-footer-note {
    margin-top: 14px;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #667085;
}

@media (max-width: 767px) {
    .zfrica-zm-hero {
        margin-bottom: 12px;
    }

    .zfrica-zm-hero h2 {
        margin-bottom: 4px;
        font-size: 34px;
    }

    .zfrica-zm-hero p {
        font-size: 14px;
    }

    .zfrica-zm-balance-card,
    .zfrica-zm-access-card,
    .zfrica-zm-product-card {
        border-radius: 18px;
    }

    .zfrica-zm-balance-card,
    .zfrica-zm-access-card {
        padding: 14px;
        margin-bottom: 32px;
    }

    .zfrica-zm-balance-left {
        gap: 8px;
        font-size: 15px;
    }

    .zfrica-zm-icon {
        width: 36px;
        height: 36px;
        font-size: 17px;
    }

    .zfrica-zm-status {
        padding: 7px 10px;
        font-size: 11px;
    }

    .zfrica-zm-balance-figure {
        margin-bottom: 6px;
        font-size: 52px;
    }

    .zfrica-zm-balance-card p,
    .zfrica-zm-access-card p,
    .zfrica-zm-progress-text,
    .zfrica-zm-footer-note {
        font-size: 12px;
    }

    .zfrica-zm-access-head {
        gap: 8px;
        margin-bottom: 6px;
    }

    .zfrica-zm-access-icon {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .zfrica-zm-access-card h3 {
        font-size: 16px;
    }

    .zfrica-zm-progress {
        height: 10px;
        margin-bottom: 6px;
    }

   .zfrica-zm-category-switch {
        width: 60%;
        max-width: 260px;
        min-width: 210px;
        margin: 14px auto;
        padding: 2px;
    }
    .zfrica-zm-chip {
        padding: 11px 8px;
        font-size: 15px;
    }

    .zfrica-zm-network-row {
        margin-bottom: 12px;
    }

    .zfrica-zm-network {
        padding: 11px 4px;
        font-size: 12px;
    }

    .zfrica-zm-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .zfrica-zm-product-card {
        padding: 12px;
    }

    .zfrica-zm-product-top {
        min-height: 1px;
        gap: 4px;
        margin-bottom: 2px;
    }

    .zfrica-zm-product-brand {
        gap: 6px;
    }

    .zfrica-zm-product-logo {
        width: 28px;
        height: 28px;
    }

    .zfrica-zm-product-title {
        font-size: 12px;
        line-height: 1.15;
    }

    .zfrica-zm-badge {
        padding: 3px 7px;
        font-size: 8px;
    }

    .zfrica-zm-product-desc {
        min-height: 0;
        margin-bottom: 3px;
        font-size: 11px;
        line-height: 1.2;
    }

    .zfrica-zm-product-delivery {
        min-height: 16px;
        margin-bottom: 6px;
        font-size: 10px;
        line-height: 1.1;
    }

    .zfrica-zm-redeem-btn {
        min-height: 34px;
        padding: 7px 6px;
        font-size: 9px;
        line-height: 1;
        border-radius: 10px;
    }
}


/* Z Market restriction modal
 * lightweight popup for access gating
 */

body.zfrica-zm-modal-open {
    overflow: hidden;
}

.zfrica-zm-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
}

.zfrica-zm-modal.is-open {
    display: block;
}

.zfrica-zm-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
}

.zfrica-zm-modal-card {
    position: relative;
    z-index: 2;
    width: min(92vw, 420px);
    margin: 10vh auto 0;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
    padding: 18px;
}

.zfrica-zm-modal-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.zfrica-zm-modal-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff1df;
    font-size: 18px;
    flex-shrink: 0;
}

.zfrica-zm-modal-title {
    margin: 0;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 800;
    color: #101a43;
    flex: 1;
}

.zfrica-zm-modal-close {
    border: none;
    background: transparent;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #667085;
    padding: 0;
}

.zfrica-zm-modal-body {
    margin-bottom: 14px;
}

.zfrica-zm-modal-text {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #374151;
}

.zfrica-zm-modal-progress-wrap {
    background: #fff9f4;
    border: 1px solid #f1d2b7;
    border-radius: 14px;
    padding: 12px;
}

.zfrica-zm-modal-progress {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #efe8e1;
    margin-bottom: 8px;
}

.zfrica-zm-modal-progress-bar {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #ef9a00 0%, #ffd54f 100%);
}

.zfrica-zm-modal-progress-text {
    font-size: 13px;
    line-height: 1.3;
    color: #374151;
    text-align: right;
}

.zfrica-zm-modal-foot {
    display: flex;
    gap: 10px;
}

.zfrica-zm-modal-quiz-btn,
.zfrica-zm-modal-cancel-btn {
    flex: 1;
    min-height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.zfrica-zm-modal-quiz-btn {
    border: none;
    background: #142f63;
    color: #ffffff;
}

.zfrica-zm-modal-cancel-btn {
    border: 1px solid #d0d5dd;
    background: #ffffff;
    color: #344054;
}

@media (max-width: 767px) {
    .zfrica-zm-modal-card {
        width: min(94vw, 360px);
        margin-top: 12vh;
        padding: 14px;
        border-radius: 16px;
    }

    .zfrica-zm-modal-title {
        font-size: 17px;
    }

    .zfrica-zm-modal-text {
        font-size: 13px;
    }

    .zfrica-zm-modal-foot {
        gap: 8px;
    }

    .zfrica-zm-modal-quiz-btn,
    .zfrica-zm-modal-cancel-btn {
        min-height: 38px;
        font-size: 13px;
    }
}




























/* Z Market warning banner
 * Displays development warning in a soft red alert style
 */

.zfrica-zm-warning {
    display: flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(180deg, #fef2f2 0%, #fee2e2 100%);
    border: 1px solid #fecaca;

    border-radius: 16px;
    padding: 12px 14px;
    margin: 14px 0 18px;

    box-shadow: 0 2px 6px rgba(16, 24, 40, 0.04);
}

.zfrica-zm-warning::before {
    content: "⚠️";
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
}

.zfrica-zm-warning p {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #b91c1c;
    font-weight: 600;
}







/**
 * Z MARKET INLINE STATUS NOTICE
 * -----------------------------
 * Displays lightweight purchase feedback inside the current Z Market wrapper.
 * Supports info, success, and error states without using alert popups.
 * Built to stay clean, fast, and low-resource during redeem and recheck flow.
 */

.zfrica-zm-status-host {
    margin: 0 0 14px;
}

.zfrica-zm-status-notice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.zfrica-zm-status-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.zfrica-zm-status-close {
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0.7;
}

.zfrica-zm-status-close:hover {
    opacity: 1;
}

.zfrica-zm-status-info {
    background: #eef4ff;
    border-color: #cfe0ff;
    color: #1e3a5f;
}

.zfrica-zm-status-success {
    background: #edf9f1;
    border-color: #cdeed8;
    color: #146c43;
}

.zfrica-zm-status-error {
    background: #fff1f1;
    border-color: #f3caca;
    color: #a12626;
}


/**
 * Z MARKET BUTTON PROCESSING SPINNER
 * ----------------------------------
 * Adds a small rolling cue to the active redeem button only.
 * Used during purchase submission and the one-time delayed status recheck.
 * Keeps feedback visible without heavy animation or repeated DOM work.
 */
.zfrica-zm-btn-loading {
    position: relative;
    pointer-events: none;
    opacity: 0.88;
}

.zfrica-zm-btn-loading::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-top-color: #ffffff;
    border-radius: 50%;
    vertical-align: -2px;
    animation: zfricaZmSpin 0.7s linear infinite;
}

@keyframes zfricaZmSpin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


