/* create-label.css */

input.create-label-name {
	width: 40%;
	padding: 8px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
	font-weight: bold;
    background-color: white;
    border-radius: 2px;
}

div.create-label-symbols {
    background-color: white;
    border: 1px solid dimgrey;
    border-radius: 4px;
    padding: 16px;
    width: 80%;
    margin-top: 24px;
    margin-bottom: 24px;
}

div.popup-create-label {
    max-height: 85%;
    overflow-y: auto;
}
