.ace-popup-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    margin: auto;
    padding: 1em;

    width: 100%;
    height: 100%;

    background-color: rgba(0,0,0,0.5);

}


.ace-widget-setting-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: none;
    margin: auto;
    padding: 1em;

    width: 50%;
    max-height: 80%;
    height: fit-content;

    background-color: rgba(255,255,255,1);
    overflow: scroll;

    z-index: 10;


}



