#exchanges-overlay{position:absolute;top:54%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1200px;min-height:400px;padding:20px;background:rgba(255,255,255,.7);border:2px solid #74d550;border-radius:20px;color:white;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1000}#loading-text{font-family:"Golos Text",sans-serif;font-size:36px;margin-bottom:20px;font-weight:600;color:#000}#progress-container{width:350px;background:grey;border-radius:25px;overflow:hidden;margin-bottom:20px}#progress-bar{width:85%;height:25px;background:#74d550;text-align:center;line-height:25px;color:white}#loading-date{font-family:"Golos Text",sans-serif;font-weight:600}@media (max-width:768px){#exchanges-overlay{top:50%;min-height:525px}}