/* /Components/Pages/Account/EditProfilo.razor.rz.scp.css */
h4[b-i883mekuwt] {
    color: #4d151c;
    background-color: white;
}

label[b-i883mekuwt] {
    font-weight: 600;
}

input[type='text'][b-i883mekuwt] {
    border-width: 2px;
}

.btn[b-i883mekuwt] {
    font-size: .8rem;
}

.form-check-label[b-i883mekuwt] {
    font-weight: normal;
}

.profile-header[b-i883mekuwt] {
    background-color: #6d0e15;
    color: white;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

    .profile-header img[b-i883mekuwt] {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid white;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

#chk_visibilita[b-i883mekuwt] {
    height: 30px;
    width: 50px;
}

.form-check.form-switch[b-i883mekuwt] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-i883mekuwt] {
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-size: .8rem;
    font-weight: 600;
    display: inline-block;
}

.status-approved[b-i883mekuwt] {
    background: #d4edda;
    color: #155724;
}

.status-pending[b-i883mekuwt] {
    background: #fff3cd;
    color: #856404;
}

.status-rejected[b-i883mekuwt] {
    background: #dc3545;
    color: white;
}

.status-visible[b-i883mekuwt] {
    background: #d1ecf1;
    color: #0c5460;
}

.status-hidden[b-i883mekuwt] {
    background: #f6f6f6;
    color: #999;
    border: solid 1px #999;
}

.text-muted[b-i883mekuwt] {
    font-size: .8rem;
}

.image-container[b-i883mekuwt] {
    position: relative;
    display: inline-block;
}

.image-edit-overlay[b-i883mekuwt] {
    position: relative;
    color: black;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-edit-overlay i[b-i883mekuwt] {
        opacity: 0;
        font-size: 1.2rem;
        transition: opacity 0.3s ease;
        position:absolute;
        bottom: 15px;
        left: 60px;
    }

    .image-edit-overlay:hover i[b-i883mekuwt] {
        opacity: 1;
    }

.stat-card[b-i883mekuwt] {
    background-color:#f6f6f6;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:10px;
    padding:10px;
    border:solid 1px #e3e3e3;
    border-radius:20px;
}

    .stat-card p[b-i883mekuwt] {
        font-size:1.8rem;
        font-weight:bold;
        margin:0;
    }

    .stat-card label[b-i883mekuwt] {
        font-weight:normal;
    }

.info-card[b-i883mekuwt] {
    text-align:center;
    margin-top:20px;
}

.alert-cancellazione[b-i883mekuwt] {
    font-size:.9rem;
}

.btn-visualizza-annunci[b-i883mekuwt] {
    background:#cd5864!important;
    border:none;
}
/* /Components/Pages/Amministrazione/Dashboard.razor.rz.scp.css */
.card-stats .card-title[b-mm4jolcmo5] {
    font-weight: bold;
    color: #467fa7;
}

.card-body-stats[b-mm4jolcmo5] {
    height: 170px;
}

.card-body-stats ul li:last-child[b-mm4jolcmo5]{
    color:red;
}
/* /Components/Pages/Amministrazione/Impostazioni.razor.rz.scp.css */
td[b-ipsf41io3n] {
    font-size:.9rem;
}

.form-switch .form-check-input[b-ipsf41io3n] {
    height: 30px !important;
    width: 50px !important;
}
/* /Components/Pages/Annunci.razor.rz.scp.css */
h3 small[b-kee635hy2i] {
    font-weight:normal;
    font-size:1rem;
}


.annuncio-card[b-kee635hy2i] {
    border: none;
    border-left: 6px solid #4d151c;
}

    .annuncio-card:hover[b-kee635hy2i] {
        border-top: none !important;
        border-bottom: none !important;
        border-right: none !important;
    }

.annuncio-scadenza[b-kee635hy2i] {
    background: #4d151c;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

.annunci-count[b-kee635hy2i] {
    position:relative;
}

.annunci-title[b-kee635hy2i] {
    position:relative;
    text-align:center;
    color:white;
    margin-top:1rem;
}

.title-opportunita[b-kee635hy2i] {
    margin-top: 120px;
    margin-bottom: 40px;
    text-shadow: 2px 2px 10px #140905;
}
    
/* /Components/Pages/Annuncio.razor.rz.scp.css */
.profile-header[b-i1ce0seca2] {
    background-color: #6d0e15;
    color: white;
    padding: 3rem 0;
    margin-bottom: 0;
}

    .profile-header img[b-i1ce0seca2] {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid white;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

h4[b-i1ce0seca2] {
    color: #4d151c;
    background-color: white;
}

.visualizza-profilo[b-i1ce0seca2] {
    text-decoration: none;
    color: #212529;
    font-size:.8rem;
}

.card-send-message[b-i1ce0seca2] {
    background-color: #F9E1E1;
    padding: 25px;
}

    .card-send-message p[b-i1ce0seca2] {
        font-size: .9rem;
    }

    .card-send-message h4[b-i1ce0seca2] {
        background-color: transparent;
    }

    .card-send-message button[b-i1ce0seca2] {
        font-size: 1rem;
    }
/* /Components/Pages/Artisti.razor.rz.scp.css */
.artist-card-modern[b-h7ztqytcaq] {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 40px;
}

    .artist-card-modern:hover[b-h7ztqytcaq] {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    }

.artist-image-container[b-h7ztqytcaq] {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.artist-image[b-h7ztqytcaq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.artist-card-modern:hover .artist-image[b-h7ztqytcaq] {
    transform: scale(1.1);
}

.artist-overlay[b-h7ztqytcaq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.8) 0%, rgba(118, 75, 162, 0.8) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.artist-card-modern:hover .artist-overlay[b-h7ztqytcaq] {
    opacity: 1;
}

.artist-info[b-h7ztqytcaq] {
    padding: 1.5rem;
    text-align: center;
    
}

    .artist-info h5[b-h7ztqytcaq] {
        margin-bottom: 0.5rem;
        font-size: 1.1rem;
        color: #4d151c;
    }

    .artist-info p[b-h7ztqytcaq] {
        color: #4d151c;
    }

    .artist-info .text-primary[b-h7ztqytcaq] {
        color: #667eea !important;
        font-weight: 600;
    }


.artist-type-badge[b-h7ztqytcaq] {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    color: #4d151c;
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 0.8rem;
    font-weight: 600;
    z-index: 2;
}
/* /Components/Pages/Bacheca.razor.rz.scp.css */
.post-card p img[b-38a5lwfowa] {
    float: left;
    margin: 0 10px 10px 0;
    width: 300px;
    border: solid 2px #e3e3e3;
    border-radius: 15px;
}

.post-primo-piano[b-38a5lwfowa] {
    background-color: #e3f2ff;
    position: relative;
}

.post-avatar[b-38a5lwfowa] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #92151e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.allegato-wrapper[b-38a5lwfowa] {
    display: flex;
    border: solid 1px #e3e3e3;
    border-radius: 4px;
    height: 100%;
    align-items: center;
    justify-content: start;
    padding: 5px;
}

    .allegato-wrapper a[b-38a5lwfowa] {
        /*   text-decoration:none;*/
        /* color:black;
   display:block;*/
    }

.link-commenti[b-38a5lwfowa] {
    font-size: .9rem;
}

.btn-delete-post[b-38a5lwfowa] {
    position: absolute;
    top: 10px;
    right: 10px;
}

.time-label[b-38a5lwfowa] {
    font-size: .8rem;
}

.in-evidenza[b-38a5lwfowa] {
    position: absolute;
    top: 15px;
    right: 20px;
    font-weight: bold;
    font-size: .8rem;
    color: #1a1a1a;
    display: none;
}

.post-primo-piano .in-evidenza[b-38a5lwfowa] {
    display: block;
}

.post-image-wrapper[b-38a5lwfowa] {
    position: relative;
    width: 100%;
    padding-top: 100%; /* rapporto 1:1 */
    overflow: hidden;
    border-radius: 8px; /* opzionale */
}

    .post-image-wrapper img[b-38a5lwfowa] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; /* riempie il quadrato */
    }

/* Rende l'anteprima YouTube responsive e tutta visibile */
.youtube-preview[b-38a5lwfowa] {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    overflow: hidden;
    border-radius: 8px; /* opzionale */
}

    .youtube-preview img[b-38a5lwfowa] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* NON taglia l'immagine */
        background: #000; /* bande nere se necessario */
    }

    /* Etichetta "Vai al video" */
    .youtube-preview[b-38a5lwfowa]::after {
        content: "▶ Vai al video";
        position: absolute;
        bottom: 8px;
        right: 8px;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 14px;
        padding: 4px 8px;
        border-radius: 6px;
        pointer-events: none;
    }


.btn-post-link[b-38a5lwfowa] {
    background-color: #0d6efd !important;
    color: white !important;
}

.btn-post-like[b-38a5lwfowa] {
    background-color: #92151e !important;
    color: white !important;
}

    .btn-post-like:hover[b-38a5lwfowa] {
        background-color: #cd5864!important;
    }

.btn-post-commento[b-38a5lwfowa] {
    background-color: #92151e !important;
    color: white !important;
}

    .btn-post-commento:hover[b-38a5lwfowa] {
        background-color: #cd5864 !important;
    }

.btn-post-commenti[b-38a5lwfowa] {
    background-color: #4d151c !important;
    color: white !important;
}

    .btn-post-commenti:hover[b-38a5lwfowa] {
        background-color: #cd5864 !important;
    }


.post-image-editor[b-38a5lwfowa] {
    width: 600px;
    height: 600px;
    border: 4px solid #4d151c;
    position: relative;
    overflow: hidden;
    display: none;
    margin-bottom: 20px;
}

.post-image-preview[b-38a5lwfowa] {
    position: absolute;
    cursor: move;
}
/* /Components/Pages/EditAnnuncio.razor.rz.scp.css */
h4[b-mtnz34lk7t] {
    color: #4d151c;
    background-color: white;
}
/* /Components/Pages/ProfiloArtista.razor.rz.scp.css */

h4[b-4frq2ox5z2], h6[b-4frq2ox5z2] {
    color: #4d151c;
    background-color: white;
}

label[b-4frq2ox5z2] {
    font-weight: 600;
}

input[type='text'][b-4frq2ox5z2] {
    border-width: 2px;
}

main[b-4frq2ox5z2] {
    margin-bottom:20px;
}

.btn[b-4frq2ox5z2] {
    font-size: .8rem;
}

.form-check-label[b-4frq2ox5z2] {
    font-weight: normal;
}

.public-card[b-4frq2ox5z2] {
    cursor:default!important;
}

.profile-header[b-4frq2ox5z2] {
    background-color: #6d0e15;
    color: white;
    padding: 3rem 0;
    margin-bottom: 3rem;
    /*border-radius: 0 0 32px 32px;*/
}

    .profile-header[b-4frq2ox5z2]::after { /* leggera grana */
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="160" height="160" viewBox="0 0 160 160"><g fill="%23ffffff" fill-opacity="0.04"><circle cx="2" cy="2" r="1"/><circle cx="80" cy="40" r="1"/><circle cx="40" cy="120" r="1"/><circle cx="120" cy="90" r="1"/></g></svg>');
        background-size: 160px 160px;
        mix-blend-mode: overlay;
    }

    .profile-header img[b-4frq2ox5z2] {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid white;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

#chk_visibilita[b-4frq2ox5z2] {
    height: 30px;
    width: 50px;
}

.form-check.form-switch[b-4frq2ox5z2] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.status-badge[b-4frq2ox5z2] {
    padding: 0.5rem 1rem;
    border-radius: 24px;
    font-size: .8rem;
    font-weight: 600;
    display: inline-block;
}

.status-approved[b-4frq2ox5z2] {
    background: #d4edda;
    color: #155724;
}

.status-visible[b-4frq2ox5z2] {
    background: #d1ecf1;
    color: #0c5460;
}

.text-muted[b-4frq2ox5z2] {
    font-size: .8rem;
}

.image-container[b-4frq2ox5z2] {
    position: relative;
    display: inline-block;
}

.image-edit-overlay[b-4frq2ox5z2] {
    position: relative;
    color: black;
    padding: 6px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .image-edit-overlay i[b-4frq2ox5z2] {
        opacity: 0;
        font-size: 1.2rem;
        transition: opacity 0.3s ease;
        position: absolute;
        bottom: 15px;
        left: 60px;
    }

    .image-edit-overlay:hover i[b-4frq2ox5z2] {
        opacity: 1;
    }


.container-ambiti-musicali[b-4frq2ox5z2] {
    border: solid 1px #dee2e6;
    background-color: #f6f6f6;
    border-radius:6px;
    padding:10px;
    line-height:30px;
}

    .container-ambiti-musicali span[b-4frq2ox5z2] {
        background-color: rgb(13,110,253);
        color: white;
        font-size: .7rem;
        padding: 7px;
        padding-bottom: 4px;
        padding-top: 4px;
        margin-right: 5px;
        border-radius: 10px;
        font-weight: 500;
        white-space: nowrap;
    }

.container-regioni[b-4frq2ox5z2] {
    border: solid 1px #dee2e6;
    background-color: #e9ecef;
    border-radius: 6px;
    padding: 10px;
    line-height: 30px;
}

    .container-regioni span[b-4frq2ox5z2] {
        background-color: #6C757D;
        color: white;
        font-size: .7rem;
        padding: 7px;
        padding-bottom: 4px;
        padding-top: 4px;
        margin-right: 5px;
        border-radius: 10px;
        font-weight: 500;
        white-space: nowrap;
    }

.input-group a[b-4frq2ox5z2] {
    text-decoration: none;
    color: white;
    font-size:.9rem;
}

.input-group-text[b-4frq2ox5z2] {
    background-color: #2D3748;
}

.card-send-message[b-4frq2ox5z2] {
    background-color:#F9E1E1;
    padding:25px;
}

    .card-send-message p[b-4frq2ox5z2] {
        font-size:.9rem;
    }

    .card-send-message h4[b-4frq2ox5z2] {
        background-color: transparent;
    }

    .card-send-message button[b-4frq2ox5z2] {
        font-size: 1rem;
    }


/* /Components/Pages/ProfiloEnte.razor.rz.scp.css */
h4[b-99iv44lyxj] {
    color: #4d151c;
    background-color: white;
}

label[b-99iv44lyxj] {
    font-weight: 600;
}

.public-card[b-99iv44lyxj] {
    cursor: default !important;
}

.profile-header[b-99iv44lyxj] {
    background-color: #6d0e15;
    color: white;
    padding: 3rem 0;
    margin-bottom: 3rem;
}

    .profile-header img[b-99iv44lyxj] {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid white;
        box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    }

.input-group a[b-99iv44lyxj] {
    text-decoration: none;
    color: white;
    font-size: .9rem;
}

.input-group-text[b-99iv44lyxj] {
    background-color: #2D3748;
}

.card-send-message[b-99iv44lyxj] {
    background-color: #F9E1E1;
    padding: 25px;
}

    .card-send-message p[b-99iv44lyxj] {
        font-size: .9rem;
    }

    .card-send-message h4[b-99iv44lyxj] {
        background-color: transparent;
    }

    .card-send-message button[b-99iv44lyxj] {
        font-size: 1rem;
    }
/* /Components/UI/PageHeader.razor.rz.scp.css */
header[b-uw7d4fheck] {
    background-color: #4d151c;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/*.menu-wrapper {
    width: 75%;
}

.nav-link {
    color: white;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .nav-link:hover {
        background: rgba(102, 126, 234, 0.1);
        transform: translateY(-2px);
    }
*/


.navbar-custom[b-uw7d4fheck] {
    background-color: var(--primary-color);
    padding: 1rem 2rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Logo Styling */
.navbar-brand[b-uw7d4fheck] {
    color: white !important;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none;
}

    .navbar-brand[b-uw7d4fheck]::before {
        content: '';
        position: absolute;
        left: -25px;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 15px;
        height: 15px;
        border: 2px solid white;
        border-radius: 2px;
    }

/* Navigation Links */
.navbar-nav .nav-link[b-uw7d4fheck] {
    color: white !important;
    margin: 0 1.5rem;
    font-size: 1rem;
    transition: opacity 0.3s ease;
    position: relative;
}

    .navbar-nav .nav-link:hover[b-uw7d4fheck] {
        opacity: 0.8;
    }

    .navbar-nav .nav-link[b-uw7d4fheck]::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 2px;
        background-color: white;
        transition: width 0.3s ease;
    }

    .navbar-nav .nav-link:hover[b-uw7d4fheck]::after,
    .navbar-nav .nav-link.active[b-uw7d4fheck]::after {
        width: 80%;
    }

/* Buttons Styling */
.btn-accedi[b-uw7d4fheck] {
    background-color: white;
    color: var(--primary-color);
    border: none;
    padding: 0.5rem 2rem;
    border-radius: 25px;
    font-weight: 500;
    margin-right: 1rem;
    transition: all 0.3s ease;
}

    .btn-accedi:hover[b-uw7d4fheck] {
        background-color: #f0f0f0;
        transform: translateY(-2px);
    }

.btn-registrati[b-uw7d4fheck] {
    background-color: var(--accent-color);
    color: white;
    border: none;
    padding: 0.5rem 1.8rem;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

    .btn-registrati:hover[b-uw7d4fheck] {
        background-color: #a03333;
        transform: translateY(-2px);
    }

/* Mobile Icons */
.mobile-icons[b-uw7d4fheck] {
    display: none;
}

    .mobile-icons .bi[b-uw7d4fheck] {
        color: white;
        font-size: 1.5rem;
        margin-left: 1rem;
        cursor: pointer;
        transition: opacity 0.3s ease;
    }

        .mobile-icons .bi:hover[b-uw7d4fheck] {
            opacity: 0.7;
        }

/* Hamburger Menu Customization */
.navbar-toggler[b-uw7d4fheck] {
    border: none;
    padding: 0;
    margin-right: 0.5rem;
}

    .navbar-toggler:focus[b-uw7d4fheck] {
        box-shadow: none;
    }

.navbar-toggler-icon[b-uw7d4fheck] {
    background-image: none;
    position: relative;
    width: 30px;
    height: 24px;
}

    .navbar-toggler-icon[b-uw7d4fheck]::before,
    .navbar-toggler-icon[b-uw7d4fheck]::after,
    .navbar-toggler-icon span[b-uw7d4fheck] {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: white;
        left: 0;
        transition: all 0.3s ease;
    }

    .navbar-toggler-icon[b-uw7d4fheck]::before {
        top: 0;
    }

    .navbar-toggler-icon span[b-uw7d4fheck] {
        top: 50%;
        transform: translateY(-50%);
    }

    .navbar-toggler-icon[b-uw7d4fheck]::after {
        bottom: 0;
    }

/* Mobile Menu Background */
@media (max-width: 991px) {
    .navbar-collapse[b-uw7d4fheck] {
        background-color: var(--primary-color);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 8px;
    }

    .navbar-nav .nav-link[b-uw7d4fheck] {
        margin: 0.5rem 0;
        padding: 0.5rem 0;
    }

    .auth-buttons[b-uw7d4fheck] {
        display: none;
    }

    .mobile-icons[b-uw7d4fheck] {
        display: flex;
        align-items: center;
    }

    .navbar-brand[b-uw7d4fheck]::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav[b-uw7d4fheck] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}











/* fino qui*/

.public-profile-wrapper[b-uw7d4fheck] {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    cursor: pointer;
    min-width: 150px;
    /*border: 1px solid #efefef;*/
    border-radius: 35px;
    padding: 5px 5px 5px 20px;
    color: white;
    background-color: #92151e;
    position:absolute;
    top:10px;
    right:90px;
}


    .public-profile-wrapper img[b-uw7d4fheck] {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .public-profile-wrapper span[b-uw7d4fheck] {
        font-size: .8rem;
        font-weight: bold;
    }

.public-profile-context-menu[b-uw7d4fheck] {
    position: absolute;
    top: 78px;
    right: -2px;
    background-color: #000000;
    border-top: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    min-width: 200px;
    max-width: 400px;
    box-shadow: 0 10px 29px 0px rgba(0,0,0,1),0 10px 20px 0 rgba(0,0,0,0.5) !important;
    z-index:2000;
}

    .public-profile-context-menu ul[b-uw7d4fheck] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .public-profile-context-menu ul li[b-uw7d4fheck] {
            padding: 0;
            margin: 0;
        }

            .public-profile-context-menu ul li a[b-uw7d4fheck] {
                font-size: .8rem;
                font-weight: 600;
                display: block;
                padding: 10px;
                text-decoration: none;
                color: #ffffff;
                border-bottom: solid 1px #151515;
                white-space:nowrap;
            }

                .public-profile-context-menu ul li a:hover[b-uw7d4fheck] {
                    background-color: #ffffff;
                    color: #000;
                }




/*@media(max-width:1024px) {
    .public-profile-wrapper {
        position: absolute;
        top: 5px;
        right: 10px
    }
}*/
/* /Components/UI/PleaseWait.razor.rz.scp.css */
.please-wait-background[b-kj1rar20ig] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7256B2;
    opacity: .5;
    z-index: 3000;
}

.please-wait[b-kj1rar20ig] {
    position:fixed;
    top:190px;
    left:50%;
    margin-left:-250px;
    width:500px;
    height:280px;
    background-color:white;
    z-index:3001;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    border:solid 1px #e3e3e3;
    border-radius:25px;
}

    .please-wait img[b-kj1rar20ig] {
        width: 200px;
        /*animation: spinY 3s linear infinite;
        transform-style: preserve-3d;*/
    }


@keyframes spinY-b-kj1rar20ig {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}
