﻿.smothHidden {
    display: none !important;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.disableDiv {
    pointer-events: none;
}

.card .card-body {
    padding: 0.1rem 1rem !important;
}

input.class[type=checkbox][disabled] {
    cursor: not-allowed;
}