.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -225px;
    top: 130px;
    width: 289px;
    z-index: 1030;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    border-radius: 12px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
    padding: 10px;
}

.sticky li:hover {
    margin-left: -200px;
}

.sticky li img {
    float: left;
    margin: 5px 4px;
    margin-right: 5px;
}

.sticky li p {
    padding-top: 5px;
    margin: 0px;
    line-height: 16px;
    font-size: 11px;
}

.sticky li a {

    display: block;
    width: 100%;
    height: 100%

}

.hidden {

    display: none;

}

.is-warning {
    border-color: #ffc700 !important;
    padding-right: calc(1.5em + 1.55rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3875rem) center;
    background-size: calc(.75em + .775rem) calc(.75em + .775rem)
}

.is-info {
    border-color: #7239ea !important;
    padding-right: calc(1.5em + 1.55rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3875rem) center;
    background-size: calc(.75em + .775rem) calc(.75em + .775rem)
}

.is-primary {
    border-color: #009ef7 !important;
    padding-right: calc(1.5em + 1.55rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3875rem) center;
    background-size: calc(.75em + .775rem) calc(.75em + .775rem)
}

.is-success {
    border-color: #50cd89 !important;
    padding-right: calc(1.5em + 1.55rem);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .3875rem) center;
    background-size: calc(.75em + .775rem) calc(.75em + .775rem)
}

.knob-label {
    text-align: center;

    margin-bottom: 0.3em;
}

.nav-line-tabs .nav-item .nav-link.active, .nav-line-tabs .nav-item .nav-link:hover:not(.disabled), .nav-line-tabs .nav-item.show .nav-link {
    border-bottom: 1px solid #ff1a1a !important;
}



[data-bs-theme=dark] .apexcharts-yaxis-label {
    color: #000;
}

.activeAvatar {

    border-radius: 17px;
    border: 1px solid #03c748;
}

.inactiveAvatar {
    border-radius: 17px;
    border: 1px solid #c70303;

}



/** avatar ***/

.kv-avatar .file-preview-frame, .kv-avatar .file-preview-frame:hover {
    margin: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}

.kv-avatar .file-input {
    display: block;
    max-width: 220px;
    text-align: center;
}

.kv-avatar .file-footer-caption {
    word-break: break-word;
}

.kv-avatar .file-input button {
    margin: 10px 0;
}

.btn.btn-file {
    position: relative;
    overflow: hidden;
}
.btn.btn-file > input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/** FIN avatar ***/


.form-check-input {

   border: 1px solid #006fa6 !important;

}

.palpitar {
    animation: palpitar 3s infinite; /* Duración de la animación y repetición infinita */
}

@keyframes palpitar {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.contenedor-estrellas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1000;
}

.estrella {
    position: absolute;
    top: -10%;
    background-color: gold;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    box-shadow: 0 0 10px gold, 0 0 20px gold, 0 0 30px gold;
    opacity: 0.8;
    animation: caer 5s linear forwards;
}

@keyframes caer {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.8;
    }
    80% {
        opacity: 0.8;
    }
    100% {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}


.masonry-grid {
    column-count: 3;
    column-gap: 1.5rem;
}

/* responsive */
@media (max-width: 992px) {
    .masonry-grid {
        column-count: 3;
    }
}

@media (max-width: 576px) {
    .masonry-grid {
        column-count: 1;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1.5rem;
}




/* DARK */
[data-bs-theme="dark"] .card:hover{
    border-color: rgba(223, 3, 3, 0.45) !important;
    outline: 1px solid rgba(223, 3, 3, 0.35);
    outline-offset: -1px;

    box-shadow:
            0 0 0 1px rgba(223, 3, 3, 0.18),
            0 0 12px rgba(223, 3, 3, 0.22),
            0 0 26px rgba(223, 3, 3, 0.10),
            var(--bs-card-box-shadow);
}

/* LIGHT (más suave, no “quema” el blanco) */
[data-bs-theme="light"] .card:hover{
    border-color: rgba(122, 2, 2, 0.35) !important;
    outline: 1px solid rgba(122, 2, 2, 0.20);
    outline-offset: -1px;

    box-shadow:
            0 0 0 1px rgba(122, 2, 2, 0.14),
            0 0 10px rgba(122, 2, 2, 0.14),
            0 0 20px rgba(122, 2, 2, 0.06),
            var(--bs-card-box-shadow);
}



@media (max-width: 1200px){
    .post-masonry{ column-count: 3 !important; }
}
@media (max-width: 768px){
    .post-masonry{ column-count: 1 !important; }
}

.post-masonry{
    column-count: 2;
    column-gap: 18px;
}

.post-masonry > .card{
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    break-inside: avoid;
}


.note-editor .note-editable {
    background-color: #fff !important;
    color: #000 !important;
}




