div.delete_alert_grey_screen{        position        : fixed;        z-index         : 100005;        left            : 0px;        top             : 0px;        width           : 100vw;        height          : 100vh;        background-color: #000000;        display         : none;            opacity         : 0.5;}div.delete_alert_msg_box{        font-family     : 'Didact Gothic', sans-serif;        position        : fixed;        z-index         : 100010;        left            : 50%;        top             : 50%;        transform       : translate(-50%,-50%);        width           : fit-content;        padding         : 20px;        background-color: #ffffff;        display         : none;            color           : #fe5d70;        border-radius   : 15px;}div.delete_alert_msg_box p{        text-align      : center;        font-weight     : bold;}input.delete_alert_button{        float           : none;        margin-top      : 10px;        margin-bottom   : 0px;}input#delete_alert_ok{        background-color    : #fe5d70;}input#delete_alert_cancel{        background-color    : #02c2bc;}p.delete_alert_please_wait{        margin-top      : 20px;        color           : red;        display         : none;}