.slot__pos {
    position: absolute;
    z-index: 3;
    top: 15px;
    display: none;
    left: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 900;
    background-color: var(--tf-active);
    border-radius: 0 8px 8px 0;
    color: #fff;
}