._indexation._sidebar:not(:hover) {
    flex: 0 0 88px;
}

._indexation._sidebar:not(:hover) span, ._indexation._sidebar:not(:hover) .btn {
    display: none;
}

._indexation._sidebar:not(:hover) hr._divider {
    display: block;
}


/*^^^^^^^^^indexation_w_sidebar^^^^^^^^^^^^^^^^*/


#list_of_elus ._star .fa-solid {
    opacity: 0;
}

#list_of_elus ._star .fa-regular {
    opacity: 0;
}

#list_of_elus ._star:hover .fa-regular {
    opacity: 1;
}

#list_of_elus ._elu:hover ._star .fa-regular {
    opacity: 1;
}


._col_resize:hover {
    cursor: col-resize;
}

._row_resize:hover {
    cursor: row-resize;
}


.elu_pin {
    display: none;
}

._elu[talking="True"] .elu_pin {
    display: block;
}

._playing {
    display: none;
}

._play {
    display: none !important;
}

.theme_item:hover ._play {
    display: block !important;
}

.theme_item:hover._indexing ._play {
    display: none !important;
}

.theme_item._indexing ._playing {
    display: block;
}

.moving_theme {
    border: 2px solid red !important;
    border-radius: 5px !important;
    transition-delay: 0.2s;
}

.span_icon i {
    display: none !important;
}

.span_icon:hover i {
    display: inline !important;
}

.hide_indexed .indexed_ {
    opacity: 0.25;
    pointer-events: none;
}

.card{
    white-space: nowrap;
    width: min-content;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12) !important;
  padding: 14px 80px 18px 36px;
  cursor: pointer;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
