/* settings.css */

div.popup-settings {
    background-color: ghostwhite;
    color: black;
    width: 50%;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: "Open Sans", "IBM Plex Sans", sans-serif;
    max-height: 85%;
    overflow-y: auto;
}

img.button-embed-left-image {
    height: 20px;
    margin-right: 12px;
}

div.customise-toolbar-column {
    flex: 50%;
}

button.embed-left-image {
    padding-top: 4px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
}

button.settings-commands {
    width: 100%;
}

td.settings-control {
    text-align: right;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

select.manual-time-zone {
    padding: 5px;
    /* font-size: medium; */
}

div.popup-customise-toolbar {
    width: 50%;
    max-height: 75%;
    overflow-y: auto;
}

div.popup-customise-menu {
    max-height: 75%;
    overflow-y: auto;
}

div.popup-hidden-lists {
    max-height: 75%;
    overflow-y: auto;
}

div.hidden-lists-error {
    display: none;
    color: orangered;
    margin-top: 8px;
}

div.settings-readout {
    position: absolute;
    top: 0%;
    right: 0%;
}
