label span.required {
    color:red;
}

.kt-btn.disabled {
    opacity: 50%;
    cursor: not-allowed;
    pointer-events: none;
}

.hide-loading {
    display: none !important;
}

.show-loading {
    display: block !important;
}

.kt-input-addon {
    height: auto;
}