﻿/* Tooltip Picker */
.tooltip-picker-menu.show {
    width: 152px;
    display: flex!important;
    flex-wrap: wrap;
}

.tooltip-picker-menu .dropdown-item {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: #efefef;
}

.tooltip-picker-menu .dropdown-item:has(em):not(.disabled) {
    border: solid 1px white;
    background-color: #FF6600;
    border-radius: 50%;
}

/* FullSizeText */
.full-size-text {
    height: 100%;
    line-height: 1;
    white-space: nowrap;
}

    .full-size-text > div {
        width: 100%;
        height: 100%;
    }
