.disabler-overlay {
    position: fixed;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: gray;
    opacity: 0.65;
}
