
.disabled {

    filter: contrast(0.5) opacity(0.5) !important;
    cursor: default !important;

}

.disabled > * {
    cursor: default !important;
}


#alertPopup {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    background : #FEE2E2;
    color      : #DC2626;
    z-index: 999;



}


#alertPopup  #alertClose {
    position  : absolute;
    top       : 0;
    right     : 0;
    font-size : 3.5rem;
    color     : #DC2626;
    cursor    : pointer;
    padding   : 0.5rem;
}
