.modal-body,.modal-footer,.modal-header{border:none}.modal-content,.modal-title{text-align:center}.modal-title{font-size:30px;font-weight:700}.modal-header{width:100%;text-align:center;justify-content:center}.modal-content{position:relative}.close-custom-btn{position:absolute;right:11px;top:12px;color:#fff;background:#000;border-radius:50%;width:24px;height:24px;line-height:1;font-size:19px;z-index:999}.modal-body{font-size:18px;color:var(--primary-color);padding-top:0}.modal-cancel-btn,.modal-yes-btn{background:transparent;border-radius:100px;border:1px solid var(--primary-color);color:var(--primary-color);width:200px;height:50px;text-transform:capitalize}.modal-yes-btn{background:#3876f1;color:#fff;border:none}.modal-footer{justify-content:center;gap:7px;padding-bottom:15px}@media only screen and (max-width:991.98px){.modal-title{font-size:25px}.modal-cancel-btn,.modal-yes-btn{width:150px;height:45px}.modal-size-large{width:95%}}@media only screen and (max-width:576.98px){.modal-title{font-size:23px}.modal-cancel-btn,.modal-yes-btn{width:100px;height:45px}}