﻿button.disableable:hover:not([disabled]) {
    opacity: 1;
    cursor: pointer;
}

button.disableable:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

a:disabled {
    pointer-events: none;
    cursor: default;
}

.ql-container {
    height: 100%;
}

.question-table-error-info {
    border: 1px solid #F89406;
    border-radius: 10px;
    padding: 10px;
}

.question-select-error-info {
    border: 1px solid #F89406;
    border-radius: 10px;
    padding: 10px;
}
