@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap");.modalOverlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modalContent{background:#1C1C24;color:white;border-radius:10px;padding:30px 20px;text-align:center;width:80%;max-width:400px;animation:fadeIn .3s ease-in-out;border:1px solid #ffffff1a;border-radius:24px;outline:none}.modalHeading{font-weight:400;font-size:19px;line-height:1.1;text-align:center;margin-bottom:20px;font-family:Inter;color:#FFFFFF}.modalIcon{width:32px;height:32px;margin-bottom:30px}.modalSubtext{font-weight:300;line-height:1.1;color:#FFFFFF;margin-bottom:30px;font-family:Inter}.errorModalBtn1,.modalSubtext{font-size:15px;text-align:center}.errorModalBtn1{background:#FFFFFF;width:100%;font-weight:600;line-height:20px;height:56px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom-right-radius:6px;border-bottom-left-radius:6px;color:#12151C;font-family:Museo Sans}.erroeModalBtn2{background:#454546;height:54px;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;color:#FFFFFF;margin-top:5px;font-family:Inter}.erroeModalBtn2,.modalSingleBtn{width:100%;font-weight:400;font-size:15px;line-height:20px;text-align:center}.modalSingleBtn{background:#FFFFFF;height:56px;border-radius:12px;font-family:Museo Sans;color:#12151C}