﻿.custom-button-styling {
    width: 100%;
    max-width: 800px;
}

    .custom-button-styling:disabled,
    .custom-button-styling[disabled] {
        pointer-events: none;
        opacity: 0.6;
        cursor: not-allowed;
    }