@import url("https://cdn.napr.gov.ge/smartcontract/Fonts/font.css");

.asterisk {
    color: red !important;
    margin-left: 5px;
}

.hint-icon {
    cursor: pointer;
    font-style: normal;
    color: #3490dc;
    margin-left: 5px;
}

.hint-icon[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    white-space: wrap;
    z-index: 9999;
}

.max-w-7xl {
    max-width: 95rem !important;
}

.fi-logo {
    height: 2rem !important;
}

.fi-dropdown-panel {
    min-width: 2.5rem !important; /* adjust to taste */
    width: auto !important;
    padding: 0.25rem !important;
    text-align: center;
}
.fi-dropdown-panel button {
    justify-content: center; /* center icons */
    padding: 0.25rem;
}

.tippy-box {
    max-width: 26rem !important; /* adjust as you wish */
}

.tippy-box .tippy-content {
    white-space: pre-wrap !important;
    word-break: break-word !important;
}
