.margen-sup70 {
    margin-top: 70px !important;
}

.margen-sup80 {
    margin-top: 80px !important;
}

.dropdown {
    z-index: 1050 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 2000 !important;
}

.vertical-menu {
    z-index: 11 !important;
}

#page-topbar {
    z-index: 12 !important;
}

.fondo-login {
    background: url("../images/pilates.jpg");
    background-size: cover;
    background-position: center;
}

.logo-login {
    width: 75%;
    height: auto;
}

.logo-empresa {
    max-height: 64px;
    width: auto;
}

.tabla-lc-cloud {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.ck-editor__editable_inline {
    height: 250px !important;
    overflow-y: auto !important;
}

.contenedor-imagen {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 140px;
    overflow: hidden;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
}

.contenedor-imagen img {
    height: 100%;
    width: auto;
}

.etiqueta-favorita {
    padding: 6px 12px;
    font-size: 12px;
    position: absolute;
    background-color: #e9c341;
    color: #222;
    font-weight: 500;
    z-index: 10;
    left: 0;
    top: 20px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.favorito {
    font-size: 22px;
    font-weight: bold;
}

.rojo {
    color: red;
}

.table-responsive {
    overflow: visible !important;
    min-height: 500px !important;
}

.bg-cloud {
    --bs-bg-opacity: 1;
    background-color: rgba(54, 57, 76, var(--bs-bg-opacity)) !important;
}

.idioma-icono {
    height: 28px;
    width: 28px;
    margin-right: 4px;
}

.idioma-icono-listado {
    height: 22px;
    width: 22px;
    margin-right: 4px;
}

.note-editable {
    background-color: white !important;
}

.ancho-ncat {
    white-space: normal !important;
    width: 180px !important;
    text-align: center !important;
    font-size: 12px !important;
}

.capa-carga {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    margin: 40px;
}

.svg-loader {
    margin-top: 20px;
    display: flex;
    position: relative;
    align-content: space-around;
    justify-content: center;
}

.svg-container {
    height: 50px;
    width: 50px;
}

.loader-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke: rgb(98, 110, 212);
}

.loader-svg.bg {
    stroke-width: 8px;
    stroke: rgb(214, 216, 217);
}

.animate {
    stroke-dasharray: 242.6;
    animation: fill-animation 1s cubic-bezier(1, 1, 1, 1) 0s infinite;
}

.miniatura-editar {
    max-height: 120px;
    max-width: 100%;
}

.ancho-total {
    width: 100% !important;
}

.ancho-prop {
    max-width: 200px !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word;
    /* Asegura compatibilidad con más navegadores */
    white-space: normal;
    /* Permite que el texto se ajuste a varias líneas */
}

@keyframes fill-animation {
    0% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 141.3;
        stroke-dashoffset: 141.3;
    }

    100% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 282.6;
    }
}

.alto-chat {
    height: 450px;
    overflow-y: auto;
}

.chat-mensaje-ancho {
    min-width: 35% !important;
}

/* Card general */
.lc-video-card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lc-video-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Contenedor de la miniatura */
.lc-video-thumb {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.lc-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Icono play */
.lc-play-icon {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 48px;
    opacity: 0.9;
    transition: background 0.3s ease, transform 0.3s ease;
}

.lc-video-card:hover .lc-play-icon {
    background: rgba(0, 0, 0, 0.45);
    transform: scale(1.1);
}

/* Card body */
.lc-card-body {
    padding: 1.25rem;
}

.lc-card-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.lc-card-text {
    font-size: 0.9rem;
    color: #6c757d;
}

.vista-previa{
    height: auto !important;
    width: 70% !important;
}

.note-editor strong,
.note-editor b {
    font-weight: bold !important;
}