﻿[data-tooltip] {
    cursor: pointer;
}

.tooltip-content {
    position: fixed;
    /*top: 100%;*/
    /*left: 20px;*/
    transform: translate(-50%, -0%);
    padding: 5px;
    border-radius: 5px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    width: max-content;
    max-width: 210px;
    max-height: unset;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 12px;
    font-family: sans-serif;
    z-index: 9999999;
}

.text-nowrap {
    text-wrap: nowrap;
}

.d-ruby{
    display: ruby;
}

.fas {
    user-select: none;
}

.swal2-validation-message{
    /*display: flow !important;*/
    /*text-align:center;*/
    color:red;
}