.cont_btn_qt {
    justify-content: space-between;
    display: flex;
    width: 95px;
    align-items: center;
}

.cont_btn_qt button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
}

.cont_btn_qt button[disabled] {
    cursor: auto;
}