.common_alert{z-index:9999999;position:fixed;width:65%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.common_alert .alert_content{border-radius:10px;-webkit-box-shadow:1px 0 5px #565555;box-shadow:1px 0 5px #565555}.common_alert .alert_status{color:#38b000;font-weight:600}.common_alert .alert_message{padding-bottom:20px;color:#555}.common_alert *{-webkit-box-sizing:border-box;box-sizing:border-box}.common_alert .green{color:#000;background-color:#fff}.common_alert .info{background-color:#0074d9}.common_alert .delete,.common_alert .red{background-color:#fff}.common_alert .alert_footer{padding:20px;background-color:#fff;border-radius:0 0 10px 10px}.alert_footer .alert_close{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:5px 20px;background-color:#fff;min-width:30%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;border-radius:24px;border:1px solid var(--Text-Gray-Shade,#d9d9d9)}.common_alert .fade-enter-active,.common_alert .fade-leave-active{-webkit-transition:opacity .5s;transition:opacity .5s}.common_alert .fade-enter,.common_alert .fade-leave-to{opacity:0}.bg_shadow_dark{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(0,0,0,.56);z-index:9999999}