﻿@media(min-width: 1024px)
{
    .sgt--table-name-flag
    {
        justify-content: inherit;
    }
    .sgt--table-name
    {
        flex-grow: 1;
    }
}
.sgt--table-country-icon-wrapper
{
    position: relative;
    display: grid;
}
.sgt--table-country-icon
{
    display: inline;
    width: 1.25rem;
    height: 1.25rem;
    margin-top: 1px;
    margin-inline-start: .5rem;
    border-radius: .25rem;
}
.sgt--table-country-icon-support
{
    position: absolute;
    right: -.25rem;
    width: .75rem;
    height: .75rem;
    padding: .125rem;
    background-color: #0ba65c;
    border-radius: .5rem;
    fill: #fff;
}
.rtl .sgt--table-country-icon-support
{
    right: .25rem;
}/* FIXES */
.review-table[data-highlight="true"] .table-item[data-default="1"]::before
{
    z-index: 1;
    margin-inline-start: 2rem!important;
}
@media(min-width: 576px)
{
    .close-tippy
    {
        display: none;
    }
}