*::selection {
    background-color: transparent !important;
    color: inherit !important;
}

*::-moz-selection {
    background-color: transparent !important;
    color: inherit !important;
}

*:not(input):not(textarea) {
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#ays_tooltip {
    display: none;
    position: absolute;
    z-index: 999999999;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(128, 128, 128);
    border: 2px solid rgb(128, 128, 128);
    font-size: 12px;
    padding: 3px;
    border-radius: 9px 9px 9px 9px;
    box-sizing: border-box;
}

#ays_tooltip p {
    margin: 0;
    padding: 0;
}