.ky-sequencer{
    display: flex;
    justify-content: start;
    overflow: scroll;
    gap: .5rem;
    flex-wrap: wrap;
}

.ky-sequencer-cell{
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    height: 60px;
}
.ky-sequencer-sem{
    padding: 5px;
    padding-top: 19px;
}

.ky-sequencer-desc {
    font-size: small;

    padding: 0.3rem;
    width: 11rem;
    height: 100%;
    display: flex;
    
    justify-content: space-between;
    flex-direction: column;
}

.ky-sequencer-line{
    padding: 0px;
    margin: 0px;
    border: 0px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ky-form-slider-content-inner .ky-sequencer{
    overflow: unset;
    flex-wrap: wrap;
}

.ky-list-ins .ky-sequencer{
    overflow: unset;
    flex-wrap: wrap;
}

.ky-sequencer-newline{
  flex-basis: 100%;
  height: 0;
}