.btn-control {
    border-radius: unset;
    border: none;
    background-color: var(--WHITE);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
    width: 27px;
    padding: 0;
}