/* /Components/Basic/ReportModal.razor.rz.scp.css */
.exportar-pdf[b-olc2xc4fzn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 2rem;
    overflow: auto;
}

    .exportar-pdf .content[b-olc2xc4fzn] {
        max-width: 90%;
        width: 1118px;
        margin: 0 auto;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
    }

    .exportar-pdf .content-header[b-olc2xc4fzn] {
        background: #EA337E;
        display: flex;
        padding: 20px 25px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding-right: 60px;
    }

        .exportar-pdf .content-header .cerrar-exportar[b-olc2xc4fzn] {
            position: absolute;
            right: 1.5rem;
            color: #fff;
            cursor: pointer;
        }

        .exportar-pdf .content-header h3[b-olc2xc4fzn] {
            margin: 0;
            color: #fff;
            font-weight: 600;
            font-size: 22px;
        }

        .exportar-pdf .content-header .btn-exportar[b-olc2xc4fzn] {
            width: 166px;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 14px;
        }

            .exportar-pdf .content-header .btn-exportar img[b-olc2xc4fzn] {
                margin-right: 5px;
            }

    .exportar-pdf .content-body[b-olc2xc4fzn] {
        padding: 48px;
    }

    .exportar-pdf .content .box-info-rectangle[b-olc2xc4fzn] {
        width: 100%;
        padding-left: 200px;
    }

    
    .exportar-pdf .content .bloque-texto[b-olc2xc4fzn] {
        margin-bottom: 60px;
    }

        .exportar-pdf .content .bloque-texto h4[b-olc2xc4fzn] {
            margin: 0 0 1rem;
            font-size: 14px;
            font-weight: 500;
            color: #101B31;
            position: relative;
        }

            .exportar-pdf .content .bloque-texto h4 img[b-olc2xc4fzn] {
                position: absolute;
                left: -30px;
                top: 0;
            }

        .exportar-pdf .content .bloque-texto p[b-olc2xc4fzn] {
            font-size: 14px;
            color: #6F7A88;
            margin-left: 65px;
        }

    .exportar-pdf .sidebar h5[b-olc2xc4fzn] {
        font-size: 12px;
        font-weight: 500;
        color: #475467;
        background: #F9FAFB;
        border-top: 1px solid #EAECF0;
        border-bottom: 1px solid #EAECF0;
        padding: 14px 15px;
        margin-bottom: 0;
    }

        .exportar-pdf .sidebar h5 b[b-olc2xc4fzn] {
            font-weight: 700;
        }

    .exportar-pdf .sidebar .item-sidebar[b-olc2xc4fzn] {
        display: flex;
        align-items: center;
        padding: 1rem;
        border-bottom: 1px solid #EAECF0;
    }

    .exportar-pdf .sidebar .item-sidebar__ic[b-olc2xc4fzn] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #EAECF0;
        background: #F9FAFB;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #475467;
        font-size: 16px;
        font-weight: 500;
        margin-right: 1rem;
    }

    .exportar-pdf .sidebar .item-sidebar a[b-olc2xc4fzn] {
        color: #1570EF;
        font-size: 14px;
    }

        .exportar-pdf .sidebar .item-sidebar a:hover[b-olc2xc4fzn] {
            color: #EA337E;
        }

        .exportar-pdf .sidebar .item-sidebar a i[b-olc2xc4fzn] {
            font-size: 12px;
            margin-left: 5px;
            display: inline-block;
        }

    .exportar-pdf .card-number.tipo2[b-olc2xc4fzn] {
        text-align: center;
        border: none;
        box-shadow: none;
    }

        .exportar-pdf .card-number.tipo2 .card-number__title[b-olc2xc4fzn] {
            text-align: center;
            font-weight: bold;
            font-size: 18px;
        }

    .exportar-pdf canvas[b-olc2xc4fzn] {
        margin: 0 auto;
    }

    .exportar-pdf .w-grafico[b-olc2xc4fzn] {
        height: auto;
    }

        .exportar-pdf .w-grafico.small[b-olc2xc4fzn] {
            height: 130px;
        }

    .exportar-pdf #myChart2[b-olc2xc4fzn] {
        width: 100%;
    }

.sortable-ghost[b-olc2xc4fzn] {
    opacity: 0.5;
    background-color: #eee;
}

.btn-exportar:hover[b-olc2xc4fzn] {
    border-color: #EA337E !important;
}

.choices__inner[b-olc2xc4fzn] {
    background-image: none !important;
}

.validation-message.edit-journalist[b-olc2xc4fzn] {
    top: -20px !important;
    position: relative !important;
}

#contenedor-bloques[b-olc2xc4fzn] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bloque-texto h4[b-olc2xc4fzn] {
    /*display: flex;*/
    align-items: center;
    gap: 8px; /* espacio entre icono y texto */
    margin: 0;
}

.drag-handle[b-olc2xc4fzn] {
    width: 16px;
    height: 16px;
    cursor: grab; /* o cursor: move; si prefieres ese ícono */
}

.titulo-con-icono[b-olc2xc4fzn] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.drag-handle-container[b-olc2xc4fzn] {
    display: flex;
    align-items: center;
    cursor: grab;
}

    .drag-handle-container img.drag-handle[b-olc2xc4fzn] {
        width: 18px;
        height: 18px;
    }

.custom-table[b-olc2xc4fzn] {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    font-family: sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    /*.custom-table thead {
        background-color: #f9fafb;
    }*/

    .custom-table th[b-olc2xc4fzn],
    .custom-table td[b-olc2xc4fzn] {
        padding: 12px 16px;
        text-align: left;
    }

    .custom-table th[b-olc2xc4fzn] {
        font-weight: bold;
        font-size: 14px;
        color: #333;
    }

    .custom-table tr[b-olc2xc4fzn] {
        border-bottom: 1px solid #f0f0f0;
    }

        /*.custom-table tr:last-child {
            border-bottom: none;
        }*/

.badge-published[b-olc2xc4fzn] {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #079455;
    color: #079455;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.link-publicacion[b-olc2xc4fzn] {
    color: #EA337E;
    font-weight: bold;
    text-decoration: none;
}

    .link-publicacion:hover[b-olc2xc4fzn] {
        text-decoration: underline;
    }
/* /Components/Basic/Select.razor.rz.scp.css */
.select.connect[b-jnpm5nc238] {
    width: 200px;
}
/* /Features/Connect/ConnectGenericModal.razor.rz.scp.css */
.box-error[b-5tkkw1vbak] {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    padding: 1rem;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 126px;
    justify-content: center;
}


.cargando-importar[b-5tkkw1vbak] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

    .cargando-importar.border-gris[b-5tkkw1vbak] {
        border: 1px solid #EAECF0;
        margin-bottom: 2rem;
        border-radius: 12px;
        height: 126px;
    }

.cargando-importar.border-gris .loading-importar[b-5tkkw1vbak] {
    width: 160px;
}

.cargando-importar .loading-importar[b-5tkkw1vbak] {
    width: 320px;
    height: 8px;
    background: #EAECF0;
    border-radius: 4px;
    margin-left: 20px;
}

.cargando-importar .loading-importar span[b-5tkkw1vbak] {
    width: 5%;
    height: 100%;
    background: #EA337E;
    border-radius: 4px;
    display: block;
    position: relative;
}

    .cargando-importar .loading-importar span .tool-loading[b-5tkkw1vbak] {
        position: absolute;
        box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
        border-radius: 8px;
        border: 1px solid #EAECF0;
        background: #fff;
        font-size: 12px;
        color: #344054;
        font-weight: 600;
        width: 50px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        top: calc(100% + 5px);
        right: 0;
    }


.modal.modal-default .modal-content .card-cuenta .textarea[b-5tkkw1vbak] {
    height: 84px;
    margin-bottom: 2rem;
}

.file-drop[b-5tkkw1vbak] {
    margin-bottom: 2rem;
}


.w-10[b-5tkkw1vbak] {
    width: 10% !important;
}

.w-20[b-5tkkw1vbak] {
    width: 20% !important;
}

.w-30[b-5tkkw1vbak] {
    width: 30% !important;
}

.w-40[b-5tkkw1vbak] {
    width: 40% !important;
}

.w-50[b-5tkkw1vbak] {
    width: 50% !important;
}

.w-60[b-5tkkw1vbak] {
    width: 60% !important;
}

.w-70[b-5tkkw1vbak] {
    width: 70% !important;
}

.w-80[b-5tkkw1vbak] {
    width: 80% !important;
}

.w-90[b-5tkkw1vbak] {
    width: 90% !important;
}

.w-100[b-5tkkw1vbak] {
    width: 100% !important;
}

.modal .card-cuenta .botones[b-5tkkw1vbak] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal .card-cuenta .botones.flex[b-5tkkw1vbak] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    margin-top: 2rem;
}
.box-subido[b-5tkkw1vbak] {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    padding: 1rem;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
}

.box-subido__txt[b-5tkkw1vbak] {
    padding-left: 12px;
}

    .box-subido__txt h4[b-5tkkw1vbak] {
        font-size: 14px;
        color: #344054;
        font-weight: 500;
        margin: 0;
        white-space: break-spaces;
        overflow-wrap: anywhere;
        margin-right: 3rem;
    }

.box-subido .ic-check[b-5tkkw1vbak] {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.img-type-input[b-5tkkw1vbak] {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.class-type-img p[b-5tkkw1vbak] {
    background: #ea337e;
    top: 10px;
    width: auto;
}

.validation-values-container[b-5tkkw1vbak] {
    display: flex;
    padding-right: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

    .validation-values-container .title[b-5tkkw1vbak] {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        align-self: stretch;
        color: var(--Gray-700, #344054);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

    .validation-values-container input[b-5tkkw1vbak] {
        display: flex;
        padding: 10px 14px;
        align-items: center;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid var(--Gray-300, #D0D5DD);
        background: var(--Base-White, #FFF);
        box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    }

a.disabled[b-5tkkw1vbak] {
    border: 1px solid var(--Gris-5, #C6C9CE) !important;
    background: var(--Blanco, #FFF) !important;
    color: var(--Gray-400, #98A2B3) !important;
    font-family: Inter !important;
    font-style: normal !important;
    font-weight: 600 !important;
    cursor: auto;
}

a.btn-primary.v2[b-5tkkw1vbak] {
    border: 1px solid #ea337e;
}
/* /Features/Connect/EditInput.razor.rz.scp.css */
.edit-hide[b-54259j23ys] {
    position: relative !important;
    margin-right: 1.5rem !important;
    display: none;
    cursor: pointer;
    max-height: 14px;
}

.w-editar:hover .edit-hide[b-54259j23ys] {
    display: block;
}


.fade-in[b-54259j23ys] {
    opacity: 0;
}

.ic-input.success[b-54259j23ys] {
    padding-right: 0rem !important;
    margin-top: -10px !important;
    position: absolute !important;
    width: auto;
}

.w-editar input[b-54259j23ys] {
    border-bottom: none !important;
}
    .w-editar input:hover[b-54259j23ys] {
        box-shadow: 0 1px 0 0 #C6C9CE !important;
    }
/* /Pages/App/Connect/Connect.razor.rz.scp.css */
.cerrar-modal[b-ybany7d43g] {
    margin-left: -10px;
    margin-top: -5px;
    cursor: pointer;
    z-index: 9;
}

.head-table[b-ybany7d43g] {
    height: 60px;
}

.cerrar-modal img[b-ybany7d43g] {
    width: 10px;
    display: flex;
    left: 8px;
    position: relative;
    top: 3px;
}

    .cerrar-modal.inactive[b-ybany7d43g] {
        cursor: auto;
        opacity: 0.6;
    }

.nav-item[b-ybany7d43g] {
    display: flex !important;

}

.nav-link[b-ybany7d43g] {
    background: #F0F1F4;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.name-avatar[b-ybany7d43g] {
    width: 30px;
    height: 30px;
    position: relative;
    top:-8px;
}

    .name-avatar.pink[b-ybany7d43g] {
        background: #FF00D6 !important;
    }

    .name-avatar.disabled-pink[b-ybany7d43g] {
        background: var(--Rosa-Meddia-300, #F9A9CC) !important;
    }
    .v-periodista[b-ybany7d43g], .v-medio[b-ybany7d43g] {
        display: flex;
        gap: 0.5rem;
    }

.file-label[b-ybany7d43g] {
    display: flex;
    gap: 8px;
    align-items: center;
}
.file-label .img-cloud[b-ybany7d43g] {
    background-image: url('images/ic-cloud.svg');
    width: 26px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

    .img-user[b-ybany7d43g] {
        background-image: url('images/ic-user.svg');
        width: 26px;
        height: 20px;
        background-size: 20px 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

.btn.btn-gris.text-small:hover[b-ybany7d43g] {
    border-color: #EA337E !important;
    color: #EA337E !important;
}

    .btn.btn-gris.text-small:hover .file-label[b-ybany7d43g] {
        color: #EA337E !important;
    }

    .btn.btn-gris.text-small:hover .file-label .img-cloud[b-ybany7d43g] {
        background-image: url('images/ic-cloud-rosa.svg') !important;
    }

        .btn.btn-gris.text-small:hover .img-user[b-ybany7d43g] {
            background-image: url('images/ic-user-pink.svg') !important;
        }

.table-media table tbody tr td:first-child[b-ybany7d43g] {
    padding-left: 24px !important;
    display: flex;
    max-width: 48px;
}


.name-journalist-list[b-ybany7d43g] {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    user-select: none;
}

    .name-journalist-list input[type="checkbox"][b-ybany7d43g] {
        opacity: 0;
        position: absolute;
        cursor: pointer;
    }

    .name-journalist-list .checkmark[b-ybany7d43g] {
        position: absolute;
        left: 0;
        top: 2px;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border-radius: 6px !important;
        border: 1px solid var(--Gray-300, #D0D5DD) !important;
        background: var(--Base-White, #FFF);
    }

    .name-journalist-list input:checked + .checkmark[b-ybany7d43g] {
        border: 1px solid var(--Rosa-principal, #EA337E) !important;
        background: var(--Rosa-Meddia-50, #FDF2F7);
    }

    .name-journalist-list .checkmark[b-ybany7d43g]::after {
        content: "";
        position: absolute;
        display: none;
    }

    .name-journalist-list input:checked + .checkmark[b-ybany7d43g]::after {
        display: block;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: 1px solid var(--Rosa-principal, #EA337E);
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

tbody[b-ybany7d43g], tfoot[b-ybany7d43g], th[b-ybany7d43g], thead[b-ybany7d43g], tr[b-ybany7d43g] {
    border-color: #EAECF0;
    border-style: solid;
    border-width: 0;
    border-bottom: 1px solid #EAECF0;
}

td[b-ybany7d43g] {
    border-bottom: none !important;
}

.table-media table thead tr th:first-child[b-ybany7d43g] {
    padding-left: 0px !important;
}

.delete-journalist-header[b-ybany7d43g] {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

    .delete-journalist-header .description-journalist[b-ybany7d43g] {
        position: absolute;
        color: var(--Gray-600, #475467);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        line-height: 20px;
    }

    .delete-journalist-header .description-journalist span[b-ybany7d43g] {
        font-weight: bold;
    }

    .delete-journalist-header .execute-delete[b-ybany7d43g] {
        cursor: pointer;
        position: absolute;
        left: 609px;
        color: var(--Auzl, #114FC4);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        align-items: center;
        gap: 7px;
    }

/* /Pages/App/Connect/_Medio.razor.rz.scp.css */
.ic-input[b-uxhdtmi94d] {
    position: static;
    width: 2rem;
    height: 1rem;
}
.ic-copiar[b-uxhdtmi94d] {
    cursor: pointer;
}

.tag[b-uxhdtmi94d] {
    padding: 4px 12px;
    margin-right: 1rem;
    border-radius: 16px !important;
}

    .tag.red[b-uxhdtmi94d] {
        border: 1px solid var(--Rosa-principal, #EA337E) !important;
        background: var(--Rosa-Claro, #FCE7F1) !important;
        color: var(--Rosa-principal, #EA337E) !important;
    }

    .tag.verde[b-uxhdtmi94d] {
        border: 1px solid var(--Verde, #17B26A) !important;
    }

    .tag.azul[b-uxhdtmi94d] {
        border-radius: 16px !important;
        border: 1px solid #088FA1 !important;
        background: #ECFCFF !important;
        color: #088FA1 !important;
    }

    .tag.orange[b-uxhdtmi94d] {
        border-radius: 16px !important;
        border: 1px solid #FF7A28 !important;
        background: #FFEEE3 !important;
        color: #DD6617 !important;
    }

    .tag.purple[b-uxhdtmi94d] {
        border-radius: 16px !important;
        border: 1px solid var(--Violeta-oscuro, #53389E) !important;
        background: #F1E7FC !important;
        color: var(--Violeta-oscuro, #53389E) !important;
    }

.w-editar input[b-uxhdtmi94d] {
    width: 90%;
    border: none;
    color: #475467;
    font-size: 12px;
    padding-bottom: 5px;
}

    .w-editar input:disabled[b-uxhdtmi94d] {
        background-color: #ffff;
    }

.nombre-medio__ic[b-uxhdtmi94d] {
    background: var(--Rosa-Meddia-300, #F9A9CC) !important;
}

.datos-medio[b-uxhdtmi94d] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.panel-medio .nombre-medio[b-uxhdtmi94d] {
    margin-bottom: 56px !important;
}
/* /Pages/App/Connect/_Periodista.razor.rz.scp.css */
.panel-periodista .nombre-medio__ic[b-3u4dxkkzgr] {
    width: 52px;
    min-width: 52px;
    height: 50px;
    width: 50px;
    background-color: #9E77ED;
    border-radius: 50% !important;
    display: inline-block;
    text-align: center;
    color: white;
    align-content: center;
}

.box-subido[b-3u4dxkkzgr] {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    padding: 1rem;
    display: flex;
    position: relative;
    margin-bottom: 2rem;
}

.box-subido__txt[b-3u4dxkkzgr] {
    padding-left: 12px;
}

    .box-subido__txt h4[b-3u4dxkkzgr] {
        font-size: 14px;
        color: #344054;
        font-weight: 500;
        margin: 0;
        white-space: break-spaces;
        overflow-wrap: anywhere;
        margin-right: 3rem;
    }

.box-subido .ic-check[b-3u4dxkkzgr] {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.img-type-input[b-3u4dxkkzgr] {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
}

.class-type-img p[b-3u4dxkkzgr] {
    background: #ea337e;
    width: auto;
    color: #ffff !important;
    left:-15px;
    font-size: x-small !important;
}


.btn.btn-gris:hover[b-3u4dxkkzgr] {
    border: 1px solid #ea337e !important;
    background: transparent !important;
    color: #ea337e !important;
}

.btn.btn-gris[b-3u4dxkkzgr] {
    color: #979FA9 !important;
}

.item-historia__avatar .name-avatar[b-3u4dxkkzgr] {
    width: 32px !important;
    height: 32px !important;
}

.nombre-periodista .name-avatar[b-3u4dxkkzgr] {
    background: #FF00D6 !important;
}
