:root {
    --info-popup-background-color: #555;  
}

.tab_info_popup {
    display:inline-block;
    vertical-align: middle;
    font-size:24px;
}

.disable_popup {
    cursor: not-allowed !important;
}

.disable_popup .info_popup {
    pointer-events: none !important;
}   

.disable_popup .fas {
    color: var(--main-disable-color) !important;
}

.info_popup {
    position: relative;
    display: inline-block;
    cursor:pointer;
    padding:0% 0.5%;
}

.info_popup .fa-info-circle {
    font-size: 20px;
    vertical-align: middle;
    color: var(--main-link-color);
}

.info_popup:hover .fa-info-circle{
    color:var(--main-link-hover-color) !important;
}

/* Position the tooltip */
.info_popup .info_popup_detail {  
    visibility: hidden;
    background-color: var(--info-popup-background-color) !important;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px !important;
    position: absolute;
    z-index: 999999;
    left: 100%;
    margin-top: -35px;
    opacity: 0;
    transition: opacity 0.3s;
}

.info_popup:hover .info_popup_detail {
    visibility: visible;
    opacity: 1;
}

.info_popup .info_popup_detail::before {
    content: "";
    position: absolute;
    right:100%;
    border-left:15px solid transparent;
    padding-top:55%;
}

.info_popup .info_popup_detail::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 100%;
    margin-top: -5%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent var(--info-popup-background-color) transparent transparent;
}

.info_popup  .info_popup_detail__mt25 {
    margin-top:-25%;
}

.info_popup  .info_popup_detail_margin0,
.info_popup  .info_popup_detail_margin0::after {
    margin-top:0% !important;
}

.info_popup  .info_popup_detail_margin__7,
.info_popup  .info_popup_detail_margin__7::after {
    margin-top:-7% !important;
}

.info_popup  .info_popup_detail_margin_t38,
.info_popup  .info_popup_detail_margin_t38::after {
    top: 38px;
}

.info_popup .info_popup_detail_top35::after {
    top:35% !important;
}

.info_popup .info_popup_detail_top45::after {
    top:45% !important;
}

.info_popup_table{
    width:100% !important;
    display:block;
    white-space: wrap;
    font-size:24px;
    display:block !important;
}

.info_popup_no_border {
    border-bottom: 0px solid #E1E1E1 !important;
    width: 18%;
    padding: 5px !important;
}

.info_popup_table_wrap{
    width:100% !important;
    display:block;
    font-size:24px;
    display:block !important;
}

.info_popup_table th,
.info_popup_table td {
    padding:5px !important;
    font-size:0.55em;
    border:0px;
}



.info_popup_table th{
    cursor: default;
    vertical-align: top;
    width: 0px;
}

.info_popup_table th.th_mutiline {
    white-space: normal !important;
}

.info_popup_table td {
    cursor: text;
}

.info_popup_table tr:hover .copy_to_clipboard,
.info_popup_table .copy_to_clipboard:hover {
    opacity:1;
}

.info_popup_table .copy_to_clipboard:hover i {
    background:rgba(255, 255, 255, 1);
    color:var(--info-popup-background-color);
}

.info_popup_table .copy_to_clipboard {
    cursor:pointer !important;
    opacity:0;

}   

.info_popup_table .copy_to_clipboard i{
    font-size:1em;
    padding:22%;
    float: right;
    margin-left: 10px;
    border-radius: 5px;
}

.info_popup_table td .link{
    color: white;
    text-decoration: underline;
    cursor: pointer; 

}

.info_popup_table td .link:hover{
    color: #EAB948;
}

.info_popup_table td pre {
    white-space: pre-wrap;
    margin:0px;
    font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background-color:var(--info-popup-background-color) !important;
    margin:0px !important;
}

.info_popup_table td .icons20  {
    width:20px;
    height:20px;
    margin-right: 1%;
    vertical-align:sub;
}

.info_popup_table th .vendor_image_icon{
    width:20px;
    height:20px;
    margin-right: 1%;
    vertical-align: sub;
}

.info_popup_table tr.underline{
    border-bottom: 1px solid white;
    border-style: hidden hidden groove hidden;
}

.info_popup_table tr.underline .limit_width_350 {
    white-space: nowrap;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.info_popup_table tr td {
    /* max-width: 20vw; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_popup_table tr.underline th {
    /* max-width: 20vw; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.info_popup_edit_btn{
    color: white;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 4px 4px;
    text-decoration: none;
    font-size: 75%;
}

.info_popup_edit_btn:hover{
    background-color:white;
    color: #555;
}

.header_image_icon {
    width:15px; 
    height:15px;
    margin-right:5px;
    vertical-align:sub;
}

table.info_popup_table {
    background-color: var(--info-popup-background-color)
}

.fa-list-ul{
    font-size: 20px;
    vertical-align: middle;
    color: var(--main-link-color);
}  

.circle-icon{  
    font-size: 0.65em;
    border-radius: 50%;
    border: var(--main-tab-active-color);
    background-color: var(--main-tab-active-color);
    color: var(--main-link-color);
    line-height: 2.1em;
    width: 2em;
    height: 2em;
    text-align: center;
    display: inline-block;
      transition:0.5s;
}

.popup-icon{
    font-size: 0.55em;
    width: 2em;
    height: 2em;
    position: relative;
    top: 0.35em;
}

.popup-icon-category{
    filter: brightness(0) invert(33%) sepia(5%) saturate(4046%) hue-rotate(179deg) brightness(100%) contrast(95%);
}

.popup-icon-flag{
    font-size: 0.55em;
    width: 2em;
    height: 2em;
    position: relative;
    bottom: 0.75em;
}

.enlarged-text{
    font-size: 1.2em;
    font-weight: bold;
}

