@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-x7nqnkahnq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x7nqnkahnq] {
    flex: 1;
}

.sidebar[b-x7nqnkahnq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x7nqnkahnq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x7nqnkahnq]  a, .top-row[b-x7nqnkahnq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x7nqnkahnq]  a:hover, .top-row[b-x7nqnkahnq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x7nqnkahnq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x7nqnkahnq] {
        display: none;
    }

    .top-row.auth[b-x7nqnkahnq] {
        justify-content: space-between;
    }

    .top-row[b-x7nqnkahnq]  a, .top-row[b-x7nqnkahnq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x7nqnkahnq] {
        flex-direction: row;
    }

    .sidebar[b-x7nqnkahnq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x7nqnkahnq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x7nqnkahnq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x7nqnkahnq], article[b-x7nqnkahnq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Tooltip.razor.rz.scp.css */
/* --------TOOLTIP----posiciones relativas---------------------------------------*/
.tooltip-wrapper[b-hlpaubhozc] {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor: help;
}

.tooltip-wrapper span[b-hlpaubhozc] {
    visibility: hidden;
    position: absolute;
    width: 120px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 999;
}

    .tooltip-wrapper span[b-hlpaubhozc]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

.tooltip-wrapper:hover span[b-hlpaubhozc] {
    visibility:  visible;
}

/*------------------fixed-(fijo) botones whatsapp-subir-sonido---------------------------*/
.tooltip-wrapper-Fixed[b-hlpaubhozc] {
    position: fixed;
    display: inline-block;
    border-bottom: 1px dotted black;
    
}

    .tooltip-wrapper-Fixed span[b-hlpaubhozc] {
        visibility: hidden;
        position: absolute;

        width: 100px;
        bottom: 50%;
        left: 20px;
        top:-90px;
        
        margin-left: 20px;
        
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 999;
    }

        

.tooltip-wrapper-Fixed:hover span[b-hlpaubhozc] {
    visibility: visible;
}
