/* sticky header */
/* if tiny mce sticky menu is enabled, this gets overlapsed by the header */

/* @media only screen and (min-width: 960px) {
    html:not(.tox-fullscreen) {
        body.AdminThemeUikit:not(.modal):not(.id-23) #pw-mastheads {
            position: sticky !important;
            backface-visibility: hidden;
            top: 0 !important;
            z-index: 11;
        }
    }
} */

.tox-fullscreen {
    #wrap_Inputfield_aside {
        z-index: -1;
    }
}

button[data-clipboard-text] {
    text-transform: none;
}
/* uk tooltip class */

.uk-active {
    &.tt-wide {
        width: max-content;
        max-width: 80vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        background-color: rgba(0,0,0,0.8);
        color: #fff;
        padding: 6px 12px;
        em {
            font-style: normal;
            font-weight: normal;
            font-size: 12px;
            color: rgba(255,255,255,0.8);
        }
    }
}

/* Wide notification style */
.uk-notification-wide {
    .uk-notification-message {
        width: max-content;
        max-width: 80vw;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 10px 15px;
    }
}