.backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:50}.alert-box{position:fixed;top:5vh;left:30vw;width:40vw;bottom:5vh;overflow:auto;padding:5vw;z-index:100;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.26);text-align:center;border-radius:15px}.errorMessage{color:red}.word-break-all{word-break:break-all}@media only screen and (max-width:1000px){.alert-box{left:10%;width:80%}}@media only screen and (max-width:700px){.alert-box{left:5%;width:90%}.errorMessage{font-size:x-small}}