.restriction_tooltip {
    padding: 8px 12px 8px 32px;
    border-radius: 12px;
    background-color: #313133;
    background-image: url('./info-icon.svg?inline');
    background-position: 2% 20%;
    background-repeat: no-repeat;
    gap: 8px;
    color: #f2f5fa;
    font-size: 14px;
    line-height: 20px;
}
