.variable-operation {
    .operation-button {
        button {
            margin-bottom: 12px;
        }

        button:not(:last-child) {
            margin-right: 12px;
        }
    }
}


.input {
    height: 30px;
}

.operation {
    text-align: right !important;

    a {
        color: #3695FF;
        cursor: pointer;
    }

    a:first-child {
        margin-right: 10px;
    }

    a.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #C4C6CF;
    }
}
