﻿.bg-popup {
    background-color: #121212;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10001;
}

.update-status {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10004
}

@media(max-width:650px) {
    .update-status {
        width: 80vw;
        max-height: 80vh;
    }

}

@media(min-width:651px) {
    .update-status {
        width: 550px;
        max-height: 80vh;
    }
}
