#tebim_tape_display {
    margin-top: 30px;
}

#tebim_tape_display th {
    background-color: unset;
}

#tebim-tape-table .length-cell {
    cursor: pointer;
    transition: all 0.25s ease;
    padding: 14px 10px;
    min-width: 95px;
    position: relative;
    user-select: none;
}

#tebim-tape-table .length-cell:hover {
    background-color: #f5f8ff;
    transform: translateY(-1px);
}

#tebim-tape-table .length-cell.selected-length small {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #733D75;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.8125rem 1.625rem;
    border-radius: 25px;
}

#tebim-tape-table .tebim-tape-add-selected:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.65;
    cursor: not-allowed;
    border-radius: 25px;
}

.tebim-tape-add-selected.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    opacity: 0.7;
}

#tebim-tape-table td,
#tebim-tape-table th {
    vertical-align: middle;
}

#tebim-tape-table td,
#tebim-tape-table th:not(.length-col) {
    text-align: center;
}