[contenteditable]:focus{
    outline: none;
    border-bottom: 1px solid var(--theme-primary);
}
.badge.event-available {
    background-color: var(--theme-primary-bg);
    color:white;
}
.badge.event-passed {
    background-color: black;
    color:white;
}
.badge.event-unpublished {
    background-color: orange;
    color:white;
}
.badge.event-inactive {
    background-color: orange;
    color:white;
}
.badge.event-soldout {
    background-color: red;
    color:white;
}
.badge.event-unlinked{
    background-color: orangered;
    color:white;
}
.badge.event-unavailable{
    background-color: orangered;
    color:white;
}
.h-card{
    display: block !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.h-card .card__image{
    width: 100% !important;
}


.parent .parent-hover\:children-slideInFromBottom > * {
    transform: translateY(150%);
    opacity: 0;
    transition: all 200ms cubic-bezier(0, 0, 0.55, 1.34);
}

.parent:hover .parent-hover\:children-slideInFromBottom > * {
    transform: translateY(0%);  
    opacity: 1;  
}
.parent:hover .parent-hover\:children-slideInFromBottom > *:nth-child(1) {
    transition-delay: 0ms;
}
.parent:hover .parent-hover\:children-slideInFromBottom > *:nth-child(2) {
    transition-delay: 50ms;
}
.parent:hover .parent-hover\:children-slideInFromBottom > *:nth-child(3) {
    transition-delay: 100ms;
}

.ql-picker-item[data-value="2"]::before,
.ql-picker-label[data-value="2"]::before {
    content:'Subtítulo' !important;
    font-size: .875rem !important;;
}