table#wpdtSimpleTable-18 {
table-layout: fixed !important;
border: 0px;
}

@media (max-width: 999px) {
    #example th, #example td {
    padding: 8px 12px!important;
}
}
#1718815618585-3{
    font-size: 19px!important;
    line-height: 1.37em!important;
}
.wpb_content_element  .tab-forex{
    flex-direction: column-reverse!important;
}

/* Custom styles for DataTables */
#example {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

#example th, #example td {
    padding: 12px 15px;
    
}

#example thead {
    background-color: #f2f2f2;
}

#example tbody tr:nth-child(even) {
    background-color: rgb(10 47 76 / 2%);
}

#example tbody tr:hover {
    background-color: #f1f1f1;
}
.symbol_name tr:hover{
   
    background: rgb(10, 47, 76);
    color: rgb(255, 255, 255);
    
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px 12px;
    margin-left: -1px;
    color: #333;
    background-color: #fff;
    
}
body.material input[type=search]:focus{
    background-color: transparent;
    box-shadow: none;
}
.row .col img {
    margin-bottom: 1px;
    
}
table.dataTable.no-footer {
    border-bottom: none!important;
}
.symbol_name{
    flex-shrink: 0;
    max-width: 115px;
    min-width: 56px;
    width: unset;
    background:#e9e9e9;
    color: #131722;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 6px;
    box-sizing: border-box;
    display: inline-block;
    line-height: 24px;
    margin-left: 12px;
    margin-right: 12px;
    padding: 0 8px;
    width: 100%;
}
.symbol_name:hover{
   
    background: #003c32;
    color: rgb(255, 255, 255);
    
}
 
table, th, td {
    vertical-align: middle!important;
}



/* Area Definitions */




/* Flag Containers for Different Sizes */
.flagContainer {
    
    position: relative;
}

.flagContainer.smallFlag {
    height: 18px;
    width: 18px;
}



.flagContainer.smallFlag {
        display: inline-block;
        margin-top: -10px;
    }
    .flag-i:first-child {
        
        transform: translate(-8px, 8px);
    }
    .flag-i:last-child {
        clip-path: path("M16 8A8 8 0 0 0 .3 6a10 10 0 0 1 9.7 9.7A8 8 0 0 0 16 8Z");
    }

/* Flag Styling */
.flag-i {
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

single-flag-i {
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
}
.singleFlagContainer.smallFlag {
  display: inline-block; /* 👈 obavezno */
  height: 24px !important;
  width: 24px !important;
  line-height: 0; /* opciono: da izbegne praznine */
  vertical-align: middle; /* opciono: centriranje */
}

.single-flag-i {
    border-radius: 50%;
    height: 100%!important;
    width: 100%!important;
}