#popup-wrapper #popup.tic-graph-popup,
#popup-wrapper #popup.tic-sequences-popup {
    width: 45%;
}

.tic-chart {
    position: relative;
    height: 17em;
    margin: auto;
}

#tic-graph {
    background-color: var(--bg-base);
    border-radius: 5px;
    width: 100% !important;
}

.tic-series-description {
    box-sizing: border-box;
    margin-left: 0.5em;
    width: 50%;
}

.tic-subtitle {
    font-size: 0.9em;
    margin-bottom: 1.5em;
}

.tic-select-study {
    margin-bottom: 1.5em;
}

.tic-label {
    font-size: 0.9em;
    padding-right: 1em;
}

.tic-select-study .zeero-select {
    display: block;
    --select-width: 100%;
}

.tic-previews {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    margin-bottom: 1em;
    height: 13em;
    padding: 0.2em;
    background-color: var(--bg-base);
    border-radius: 0.4em;
}

.tic-preview-div {
    text-align: end;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}

.tic-preview-div.selected .preview-body {
    border: 1px solid var(--border-accent);
}