@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!important;color:#FFFFFF}.modalIcon{width:32px;height:32px;margin-bottom:30px}.modalSubtext{font-weight:300;color:#FFFFFF;margin-bottom:30px;font-family:Inter!important}.errorModalBtn1,.modalSubtext{font-size:15px;text-align:center;line-height:20px}.errorModalBtn1{background:#FFFFFF;width:100%;font-weight:600;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;font-weight:400;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}.connectionModalBtn,.erroeModalBtn2{width:100%;height:54px;font-size:15px;line-height:20px;text-align:center}.connectionModalBtn{background:#FFFFFF;font-weight:600;border-radius:12px;font-family:Museo Sans;color:#12151C}.CheckNetworkModal{width:24px;height:17px;margin-bottom:30px}