.group-interface { width: 380px; height: 300px; position: relative; .dialogue-box { .group-create { display: flex; flex-direction: column; overflow: visible; height: 100%; width: 98.5%; padding: 5px; justify-content: space-between; margin-left: 5px; p { font-size: 20px; text-align: left; } } .group-input { input { padding: 8px; width: 100%; outline: none; border: none; min-width: 100%; border: 2px solid; border-radius: 4px; border-color: inherit; background: white; color: black; height: 30px; } } .select-users { margin-right: 3px; max-height: 30px; width: 100%; display: inline-flex; flex-direction: row; border: 2px solid; border-radius: 4px; border-color: inherit; background: white; color: black; } } button { align-self: center; outline: none; border-radius: 5px; border: 0px; text-transform: none; letter-spacing: 2px; font-size: 75%; padding: 10px; margin: 10px; transition: transform 0.2s; margin: 2px; } } .group-interface { display: flex; flex-direction: column; overflow: hidden; padding: 10px; .overlay { transform: translate(-10px, -10px); width: 400px; height: 320px; overflow: hidden; } .delete-button { background: rgb(227, 86, 86); } .close-button { position: absolute; right: 2px; top: 2px; } .group-heading { display: flex; align-items: center; margin-bottom: 25px; p { font-size: 20px; text-align: left; margin-right: 15px; } } .main-container { display: flex; flex-direction: column; .sort-groups { text-align: left; margin-left: 5px; width: 50px; cursor: pointer; display: flex; flex-direction: row; } .style-divider { width: 100%; height: 1px; } .group-body { justify-content: space-between; height: 225px; padding-right: 1em; justify-content: space-around; text-align: left; overflow-y: hidden; width: 100%; .group-row { display: flex; margin-bottom: 5px; min-height: 30px; align-items: center; .group-name { max-width: 65%; margin: 0 10; } .group-info { cursor: pointer; } button { position: absolute; width: 30%; right: 2px; margin-top: 0px; } } input { border-radius: 5px; border: none; padding: 4px; min-width: 100%; margin: 2px 0; } } } }