.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:30px!important}.custom-dialog p{margin-bottom:4px;font-size:14px;line-height:20px}.custom-dialog button{margin:0 10px;padding:8px 16px;border-radius:4px;cursor:pointer}.custom-dialog .custom-dialog-content{background-color:#fff;padding:24px;border-radius:8px;max-width:400px;text-align:center}.custom-dialog .custom-dialog-content .custom-dialog-text{width:90%}.custom-dialog .custom-dialog-content .custom-dialog-buttons{display:flex;justify-content:center;margin-top:29px}.custom-dialog .custom-dialog-content .custom-dialog-buttons .custom-dialog-cancel{font-family:Avenir Next LT W05 Regular!important;color:#000;font-weight:600!important;width:170px;height:44px;background-color:#fff;border:1px solid var(--gray-300,#d0d5dd);outline:none!important;margin-left:0!important}.custom-dialog .custom-dialog-content .custom-dialog-buttons .custom-dialog-leave{font-family:Avenir Next LT W05 Regular!important;font-weight:600!important;width:170px;height:44px;background-color:var(--primary-color);color:#fff;border:none;outline:none!important;margin-right:0!important}@media screen and (max-width:768px){.custom-dialog .custom-dialog-content{max-width:322px!important}}@media screen and (max-width:768px)and (orientation:landscape){.custom-dialog h3{margin-top:4px!important;margin-bottom:4px!important}.custom-dialog .custom-dialog-content{max-width:450px!important;padding:20px!important}.custom-dialog .custom-dialog-content .custom-dialog-buttons{margin-top:14px!important}}