@font-face { font-family: 'Space Grotesk Regular'; font-style: normal; font-weight: normal; src: local('Space Grotesk Regular'), url('./font/SpaceGrotesk-Regular.woff') format('woff'); } @font-face { font-family: 'Space Grotesk Medium'; font-style: normal; font-weight: normal; src: local('Space Grotesk Medium'), url('./font/SpaceGrotesk-Medium.woff') format('woff'); } * { font-family: 'Space Grotesk Regular', sans-serif; font-size: 1.2rem; line-height: 1.3; letter-spacing: 0.02em; font-feature-settings: "ss01"; } b { font-family: 'Space Grotesk Medium'; } .chat { width: 100%; height: 90%; max-height: calc(100%-2.5rem); position: fixed; left: 0; top: 0; overflow-y: scroll; } .actions { position: fixed; bottom: 0; display: block; width: 100%; height: 10%; max-height: 2.5rem; min-height: 60px; } .actions input { height: 100%; display: block; float: left; width: 79.89%; outline: 0; border: 0; background-color: #EFEBE7; padding: 0 1%; text-indent: 10px; } .actions button { height: 100%; float: right; width: 18%; background-color:#032FC5; border:1px solid #0055b3; display:inline-block; cursor:pointer; color:#ffffff; padding:16px 31px; text-decoration:none; } .actions button:hover { background-color:#0055b3; } .messages { padding: 1%; height: 30px; max-width: 40rem; } .messages div { max-width: 60%; display: block; margin: 10px; padding: 10px; border-radius: 7px; } .messages .bot { text-align: left; margin-right: auto; background: #032FC5; color: #E5EDE2; width: max-content; min-width: 30%; } .messages .bot a { color: white; } .messages .self { margin-left: auto; background: #DDD; width: max-content; min-width: 30%; } @media all and (max-width: 767px) { * { font-size: 1.1rem; } .chat { margin-top: 10%; height: calc(90% - 60px); } .messages div { max-width: 90%; } .actions button { padding: 0; } .actions input { text-indent: 10px; } }