/* _content/RepeaterHUBSignalR/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-tuj28fte2i] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-tuj28fte2i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RepeaterHUBSignalR/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ycc3ny0nnl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ycc3ny0nnl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ycc3ny0nnl] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ycc3ny0nnl] {
    font-size: 1.1rem;
}

.bi[b-ycc3ny0nnl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ycc3ny0nnl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ycc3ny0nnl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ycc3ny0nnl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ycc3ny0nnl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ycc3ny0nnl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ycc3ny0nnl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ycc3ny0nnl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ycc3ny0nnl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ycc3ny0nnl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ycc3ny0nnl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ycc3ny0nnl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ycc3ny0nnl] {
        display: none;
    }

    .nav-scrollable[b-ycc3ny0nnl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/RepeaterHUBSignalR/Components/Pages/HomeRepeater.razor.rz.scp.css */
body[b-11l7qafflc] {
}

/* === Layout Principale === */
.repeater-web-container[b-11l7qafflc] {
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 20px;
    height: calc(100vh - 100px);
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* === Pannello Sinistro === */
.left-panel[b-11l7qafflc] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.panel-header[b-11l7qafflc] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    border-radius: 12px 12px 0 0;
    text-align: center;
}

    .panel-header h2[b-11l7qafflc] {
        margin: 0;
        font-size: 1.5rem;
        font-weight: 600;
    }

.control-section[b-11l7qafflc] {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.control-group[b-11l7qafflc] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* === Pulsanti === */
button[b-11l7qafflc] {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    button:hover:not(:disabled)[b-11l7qafflc] {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    button:disabled[b-11l7qafflc] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.btn-service[b-11l7qafflc] {
    font-size: 16px;
    padding: 15px 25px;
}

.btn-start[b-11l7qafflc] {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    color: white;
}

.btn-stop[b-11l7qafflc] {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    color: white;
}

.btn-disconnect[b-11l7qafflc] {
    background: linear-gradient(135deg, #ffc107 0%, #ff9800 100%);
    color: #212529;
}

    .btn-disconnect:hover:not(:disabled)[b-11l7qafflc] {
        background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
    }

.btn-clear-log[b-11l7qafflc] {
    background: #495057;
    color: white;
    padding: 6px 12px;
    font-size: 12px;
    border-radius: 4px;
}

    .btn-clear-log:hover[b-11l7qafflc] {
        background: #6c757d;
    }

/* === Indicatore Stato === */
.status-indicator[b-11l7qafflc] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 6px;
    margin-top: 8px;
}

.status-dot[b-11l7qafflc] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: pulse-b-11l7qafflc 2s infinite;
}

    .status-dot.online[b-11l7qafflc] {
        background: #28a745;
        box-shadow: 0 0 10px #28a745;
    }

    .status-dot.offline[b-11l7qafflc] {
        background: #dc3545;
        box-shadow: 0 0 10px #dc3545;
    }

@keyframes pulse-b-11l7qafflc {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
}

.status-text[b-11l7qafflc] {
    font-weight: 600;
    font-size: 14px;
    color: #495057;
}

/* === Info Box Strumenti === */
.info-box[b-11l7qafflc] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tools-online[b-11l7qafflc] {
    background: #d4edda;
    border-left: 4px solid #28a745;
}

.tools-offline[b-11l7qafflc] {
    background: #f8d7da;
    border-left: 4px solid #dc3545;
}

.info-icon[b-11l7qafflc] {
    font-size: 2rem;
}

.info-content h4[b-11l7qafflc] {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #495057;
    font-weight: 600;
}

.info-status[b-11l7qafflc] {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.tools-online .info-status[b-11l7qafflc] {
    color: #28a745;
}

.tools-offline .info-status[b-11l7qafflc] {
    color: #dc3545;
}

/* === Display Info === */
.info-display[b-11l7qafflc] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #667eea;
}

    .info-display h4[b-11l7qafflc] {
        margin: 0 0 10px 0;
        color: #495057;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.client-info p[b-11l7qafflc] {
    margin: 5px 0;
    font-size: 13px;
    color: #6c757d;
}

.client-info strong[b-11l7qafflc] {
    color: #495057;
}

.no-selection[b-11l7qafflc] {
    color: #adb5bd;
    font-style: italic;
    margin: 0;
    font-size: 13px;
}

.ip-address[b-11l7qafflc] {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #667eea;
    font-family: 'Courier New', monospace;
}

/* === Stato Servizio Grande === */
.service-status[b-11l7qafflc] {
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s ease;
}

    .service-status.active[b-11l7qafflc] {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        border: 2px solid #28a745;
    }

    .service-status.inactive[b-11l7qafflc] {
        background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
        border: 2px solid #6c757d;
    }

    .service-status h3[b-11l7qafflc] {
        margin: 0;
        color: white;
        font-size: 1.1rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

/* === Pannello Destro === */
.right-panel[b-11l7qafflc] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* === Griglia Client === */
.grid-container[b-11l7qafflc] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.grid-header[b-11l7qafflc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .grid-header h3[b-11l7qafflc] {
        margin: 0;
        font-size: 1.3rem;
        font-weight: 600;
    }

.record-count[b-11l7qafflc] {
    background: rgba(255, 255, 255, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.table-wrapper[b-11l7qafflc] {
    overflow: auto;
    flex: 1;
}

.data-grid[b-11l7qafflc] {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

    .data-grid thead[b-11l7qafflc] {
        position: sticky;
        top: 0;
        background: #f8f9fa;
        z-index: 10;
    }

    .data-grid th[b-11l7qafflc] {
        padding: 12px;
        text-align: left;
        font-weight: 600;
        color: #495057;
        border-bottom: 2px solid #dee2e6;
        white-space: nowrap;
    }

    .data-grid tbody tr[b-11l7qafflc] {
        border-bottom: 1px solid #dee2e6;
        cursor: pointer;
        transition: all 0.2s ease;
    }

        .data-grid tbody tr:hover[b-11l7qafflc] {
            background: #f8f9fa;
        }

        .data-grid tbody tr.selected[b-11l7qafflc] {
            background: #e7f3ff;
            border-left: 4px solid #007bff;
        }

    .data-grid td[b-11l7qafflc] {
        padding: 12px;
        color: #6c757d;
    }

.text-center[b-11l7qafflc] {
    text-align: center;
}

.connection-id[b-11l7qafflc] {
    font-family: 'Courier New', monospace;
    font-weight: 600;
    color: #495057;
}

.status-cell[b-11l7qafflc] {
    text-align: center;
}

.badge[b-11l7qafflc] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

.badge-success[b-11l7qafflc] {
    background: #d4edda;
    color: #155724;
}

.no-data[b-11l7qafflc] {
    text-align: center;
    padding: 40px !important;
    color: #adb5bd;
    font-style: italic;
    font-size: 14px;
}

/* === Log Viewer === */
.log-container[b-11l7qafflc] {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    height: 250px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.log-header[b-11l7qafflc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #212529;
    color: white;
}

    .log-header h4[b-11l7qafflc] {
        margin: 0;
        font-size: 1rem;
        font-weight: 600;
    }

.log-viewer[b-11l7qafflc] {
    flex: 1;
    overflow-y: auto;
    background: #000000;
    color: #00bfff;
    padding: 15px;
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.6;
}

.log-line[b-11l7qafflc] {
    margin-bottom: 4px;
    word-wrap: break-word;
}

/* === Scrollbar Personalizzata === */
.log-viewer[b-11l7qafflc]::-webkit-scrollbar,
.table-wrapper[b-11l7qafflc]::-webkit-scrollbar,
.left-panel[b-11l7qafflc]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.log-viewer[b-11l7qafflc]::-webkit-scrollbar-track {
    background: #1a1a1a;
}

.log-viewer[b-11l7qafflc]::-webkit-scrollbar-thumb {
    background: #495057;
    border-radius: 4px;
}

    .log-viewer[b-11l7qafflc]::-webkit-scrollbar-thumb:hover {
        background: #6c757d;
    }

.table-wrapper[b-11l7qafflc]::-webkit-scrollbar-track,
.left-panel[b-11l7qafflc]::-webkit-scrollbar-track {
    background: #f8f9fa;
}

.table-wrapper[b-11l7qafflc]::-webkit-scrollbar-thumb,
.left-panel[b-11l7qafflc]::-webkit-scrollbar-thumb {
    background: #dee2e6;
    border-radius: 4px;
}

    .table-wrapper[b-11l7qafflc]::-webkit-scrollbar-thumb:hover,
    .left-panel[b-11l7qafflc]::-webkit-scrollbar-thumb:hover {
        background: #adb5bd;
    }

/* === Responsive === */
@media (max-width: 1200px) {
    .repeater-web-container[b-11l7qafflc] {
        grid-template-columns: 1fr;
        height: auto;
    }

    .left-panel[b-11l7qafflc] {
        max-height: 600px;
    }

    .grid-container[b-11l7qafflc] {
        min-height: 400px;
    }
}
/* _content/RepeaterHUBSignalR/Components/Pages/Login.razor.rz.scp.css */
body[b-zfe89rem95] {
}


/* === Wrapper Principale === */
.login-wrapper[b-zfe89rem95] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 20px;
}

/* === Card Login === */
.login-card[b-zfe89rem95] {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    animation: slideUp-b-zfe89rem95 0.5s ease-out;
}

@keyframes slideUp-b-zfe89rem95 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Header === */
.login-header[b-zfe89rem95] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 40px 30px 30px;
    text-align: center;
    color: white;
}

.logo-container[b-zfe89rem95] {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border: 3px solid rgba(255, 255, 255, 0.4);
    animation: pulseLogo-b-zfe89rem95 2.5s infinite;
}

.logo-icon[b-zfe89rem95] {
    font-size: 2.5rem;
}

@keyframes pulseLogo-b-zfe89rem95 {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
}

.login-header h1[b-zfe89rem95] {
    margin: 0 0 8px 0;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.subtitle[b-zfe89rem95] {
    margin: 0;
    font-size: 0.9rem;
    opacity: 0.85;
    font-weight: 400;
}

/* === Body === */
.login-body[b-zfe89rem95] {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* === Alert Errore === */
.alert-error[b-zfe89rem95] {
    background: #fff5f5;
    border: 1px solid #feb2b2;
    border-left: 4px solid #dc3545;
    border-radius: 8px;
    padding: 12px 16px;
    color: #c53030;
    font-size: 13px;
    font-weight: 500;
    animation: shake-b-zfe89rem95 0.4s ease-in-out;
}

@keyframes shake-b-zfe89rem95 {
    0%, 100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-6px);
    }

    40% {
        transform: translateX(6px);
    }

    60% {
        transform: translateX(-4px);
    }

    80% {
        transform: translateX(4px);
    }
}

/* === Form Group === */
.form-group[b-zfe89rem95] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .form-group label[b-zfe89rem95] {
        font-size: 13px;
        font-weight: 600;
        color: #4a5568;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

/* === Input Wrapper === */
.input-wrapper[b-zfe89rem95] {
    position: relative;
    display: flex;
    align-items: center;
}

.input-icon[b-zfe89rem95] {
    position: absolute;
    left: 14px;
    font-size: 1rem;
    pointer-events: none;
    z-index: 1;
}

.form-input[b-zfe89rem95] {
    width: 100%;
    padding: 13px 45px 13px 42px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #2d3748;
    background: #f7fafc;
    transition: all 0.25s ease;
    outline: none;
    box-sizing: border-box;
}

    .form-input:focus[b-zfe89rem95] {
        border-color: #667eea;
        background: #ffffff;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.15);
    }

    .form-input:disabled[b-zfe89rem95] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .form-input.input-error[b-zfe89rem95] {
        border-color: #dc3545;
        background: #fff5f5;
    }

        .form-input.input-error:focus[b-zfe89rem95] {
            box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.15);
        }

/* === Toggle Password === */
.toggle-password[b-zfe89rem95] {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    padding: 4px;
    border-radius: 4px;
    transition: transform 0.2s;
    z-index: 1;
}

    .toggle-password:hover[b-zfe89rem95] {
        transform: scale(1.15);
        box-shadow: none;
    }

/* === Errore Campo === */
.field-error[b-zfe89rem95] {
    font-size: 12px;
    color: #dc3545;
    font-weight: 500;
    padding-left: 4px;
}

/* === Pulsante Login === */
.btn-login[b-zfe89rem95] {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
}

    .btn-login:hover:not(:disabled)[b-zfe89rem95] {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.45);
    }

    .btn-login:active:not(:disabled)[b-zfe89rem95] {
        transform: translateY(0);
    }

    .btn-login:disabled[b-zfe89rem95] {
        opacity: 0.75;
        cursor: not-allowed;
    }

/* === Spinner Loading === */
.spinner[b-zfe89rem95] {
    width: 18px;
    height: 18px;
    border: 3px solid rgba(255, 255, 255, 0.35);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-zfe89rem95 0.75s linear infinite;
    display: inline-block;
}

@keyframes spin-b-zfe89rem95 {
    to {
        transform: rotate(360deg);
    }
}

/* === Footer === */
.login-footer[b-zfe89rem95] {
    background: #f7fafc;
    border-top: 1px solid #e2e8f0;
    padding: 14px;
    text-align: center;
}

    .login-footer p[b-zfe89rem95] {
        margin: 0;
        font-size: 12px;
        color: #a0aec0;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
