.custom-dialog{z-index:9999999;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.custom-dialog h3{font-family:Avenir Next LT W05 Regular!important;font-weight:600!important;font-size:18px;margin-top:15px;line-height:28px!important}.custom-dialog p{margin-bottom:15px;font-size:14px;line-height:21px;color:#667085}.custom-dialog button{padding:8px 16px;border-radius:8px;cursor:pointer}.custom-dialog .custom-dialog-content{background-color:#fff;padding:24px;border-radius:12px;max-width:252px;height:223px;text-align:center}.custom-dialog .custom-dialog-content .custom-dialog-text{width:100%}.custom-dialog .custom-dialog-content .custom-dialog-buttons{display:flex;justify-content:flex-end;margin-top:29px}.custom-dialog .custom-dialog-content .custom-dialog-buttons .custom-dialog-leave{font-family:Avenir Next LT W05 Regular!important;font-weight:500!important;width:120px;height:44px;background-color:#1f8252;color:#fff;border:none;outline:none!important}@media screen and (max-width:768px){.custom-dialog .custom-dialog-content{max-width:300px!important;height:347px!important}.custom-dialog .custom-dialog-content .custom-dialog-text{width:100%!important}.custom-dialog .custom-dialog-content .custom-dialog-text .top-content{display:flex;justify-content:space-between;align-items:flex-start}}