html { font-family: sans-serif; } h1 { display: inline; } .delay { display: inline; } .rounded-rectangle { border-width: 2px; border: black; border-style: solid; border-radius: 1em; padding: 7px; } .message-content { z-index: 1; position: absolute; } .message-content.theirs { background-color: yellow; left: 0; } .message-content.ours { background-color: pink; right: 0; margin-bottom: 0.5em; } ul { margin-bottom: 1.5em; padding: 0; list-style: none; } li { height: 2.5em; width: 100%; margin-top: 1.5em; position: relative; } #textbox { margin-top: 2em; padding: 0; } #textbox input { margin: 0.5em; margin-left: 0; width: 85%; font-size: 1em; } button { margin: 0.5em; padding: 0; width: 10%; position: absolute; right: 0; font-size: 1em; } /* .loader-container { display: flex; justify-content: center; align-items: center; height: 100vh; } */ .progress-bar { width: 100%; height: 100%; opacity: 80%; max-width: 400px; background-color: #e0e0e0; border-radius: 10px; overflow: hidden; position: absolute; z-index: -1; top: 0; left: 0; } .progress { opacity: 80%; width: 0; height: 100%; background-color: #ff5c35; /* animation: fill 4s infinite; */ } .message-status { margin-top: 1em; position: absolute; top: 2.3em; right: 1em; font-size: .8em; } /* @keyframes fill { 0% { width: 0; } 100% { width: 100%; } } */