body {overflow: hidden;}
body.page-template {padding-top: 0;}
body:not(.home) #content {z-index: 1;}
#loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249, 249, 249);
}
.products-shape {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.name-symbol {
    color: #555b6c !important;
}
.name-symbol span {
    color: #262729;
    font-weight: 600;
    padding-right: 8px;
}
.products-shape-1 {
    background: url(/wp-content/uploads/2023/11/bg_shape_left.svg) no-repeat 0 0;
    height: 1100px;
    top: 1400px;
}
.products-shape-2 {
    background: url(/wp-content/uploads/2023/11/bg_shape_right.svg) no-repeat 100% 0;
    height: 995px;
    top: 1971px;
}
.symbol-intro {
    background-image: url(/wp-content/uploads/2023/11/wmt-trading.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
.symbol-intro .container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    min-height: 500px;
}
.symbolIntro-col-33 {
    min-height: 1px;
    display: flex;
}
.symbolIntro-left, .symbolIntro-center, .symbolIntro-right {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
}
.symbolIntro-center {
    padding: 0px 0px 90px 0px;
}
.symbolIntro-title {
    margin-bottom: 40px;
}
.symbolIntro-title h1 {
    color: #fff;
    font-size: 30px;
}
.symbolIntro-button {
    margin-bottom: 30px;
}
.symbolIntro-button a {
    color: #fff;
    width: auto;
    font-family: "Inter",Sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33em;
    letter-spacing: 0px;
    background-color: #00c337;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 4px 4px 10px 0px rgba(57,181,74,.3);
    padding: 13px 73px 13px 73px;
}
.symbolIntro-desc p {
    color: #fff;
    font-family: "Inter",Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.57em;
    letter-spacing: .26px;
}
.symbol-menu {
    padding: 24px 0;
    margin-top: -1px;
    overflow-x: auto;
    background: url(https://www.indonez.com/html-demo/avo/img/in-avo-15-background.webp) no-repeat bottom;
    background-color: #F9C90B;
}
.symbol-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.symbol-menu ul li {
    word-break: break-word;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    margin-bottom: 0;
    padding: 20px 30px;
}
.symbol-menu ul li:first-child {margin-left: 0;}
.symbol-menu ul li:last-child {margin-right: 0;}
.symbol-menu ul li.active {
    border: 2px solid #2b2b2b;
    border-radius: 6px;
}
.symbol-menu ul li a {
    text-align: center;
    font-family: "Inter",Sans-serif;
    font-weight: 500;
    line-height: 1.63em;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.symbol-menu ul li.active a, .symbol-menu ul li a:hover {
    color: #0a4fff;
}
.symbol-menu ul li.active a {
    font-weight: 600;
}

element.style {
}
.symbol-menu ul li a img {
    height: 64px;
    margin-bottom: 12px;
}
.symbols-spread {
    margin-top: 80px;
    margin-bottom: 5rem;
}
.spread-main {
    background-color: rgb(255, 250, 239);
    padding: 0 34px 20px 34px;
    border: 1px solid var(--primary-color);
    border-radius: 7px;
    margin-bottom: 23px;
}
.spread-tille {
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 500px;
    font-size: 13px;
    line-height: 1.4;
    padding: 2px 11px;
    background-color: var(--primary-color);
    margin-top: -18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.spread-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}
.spread-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
.spread-input {
    display: flex;
    align-items: center;
    height: 42px;
    max-width: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle;
    border-radius: 7px;
    padding: 0 14px;
    background: #fff;
    color: #666666;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    transition: 0.2s ease-in-out;
    transition-property: color, background-color, border;
}
.spread-icon {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 7px;
    background-color: var(--primary-color);
    border-radius: 7px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.spread-dowload {margin-top: 13px;}
.spread-dowload a {font-size: 15px;}
.spread-dowload a svg {
    height: 20px;
    margin-right: 3px;
    transform: translateY(3px);
}
.spread-dowload a.border-0 {display: none;}
.spread-item.active .spread-input {border-color: var(--primary-color);}
.spread-item.active .spread-input span {
    color: #000;
    font-weight: 700;
}
.symbolsTitle {
    color: #222;
    font-family: "Inter",Sans-serif;
    font-size: 40px;
    font-weight: 600;
    line-height: 1.125em;
    margin-bottom: 20px;
}
.symbol-dive {
    margin-bottom: 6rem;
}
.des-symbols {
    color: #5A5E5F;
    font-family: "Inter", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.01em;
}
.search_area {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 80px;
    padding: 5px;
}
.search_area svg {transform: translate(8px, 4px);}
#symbols_area .search_area input {
    border: 0 !important;
    box-shadow: none;
    margin-bottom: 0;
    color: #787878 !important;
    font-weight: 400 !important;
}
.table thead {background: var(--linear-2, linear-gradient(141deg, #F9C90B 0%, #F9C90B 100%)) !important}
.table thead th {
    color: #000;
    font-weight: 500;
}
.table thead th, .table tbody td {padding: 15px;font-size: 15px;}
.card-body .table tr:nth-child(1) th {border-top: 1px solid #e7e7e7 !important;}
.card-body .table tr th:first-child {border-left: 1px solid #e7e7e7 !important;}
.card-body .table tr:last-child th {border-bottom: 1px solid #e7e7e7 !important;}
.card-body .table tr th:last-child {border-right: 1px solid #e7e7e7 !important;}
.desc-symbols {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}
.desc-symbols span {color: var(--tertiary-yellow);}
.card-header:first-child {border-radius: 8px 8px 0 0;}
.card-body span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}
.single-range {
    margin: 30px 0;
    position: relative;
    background-image: url(/wp-content/uploads/2023/11/benefit-circle-1-1.png);
    background-repeat: no-repeat;
    background-position: top right;
    overflow: hidden;
}
.chart-benefit {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.single-main {
    position: relative;
    padding: 1.875rem 1.25rem;
    background: rgb(255, 250, 239);
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
}
.singleMain-item {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
}
.singleRange-icon {
    width: 5.625rem;
    height: 5.625rem;
    display: inline-block;
    margin: 0 0 1.25rem;
}
.singleRange-content h5 {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.singleRange-content p {
    font-weight: 400;
    line-height: 1.875rem;
    margin-bottom: 0.5rem;
}
.singleRange-card {
    background: #fff;
    border: 0;
    border-radius: 6px;
    padding: 25px;
    width: 100%;
}
.singleRange-header {
    background: transparent;
    border: 0;
    padding: 0 7px 15px;
    border-bottom: 1px solid var(--primary-color);
}
.singleRange-header h6 {
    color: #000000;
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.singleRange-header h3 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
}
.singleRange-list {
    list-style: none;
    margin: 0 0 5px;
}
.singleRange-list li {
    position: relative;
    border-bottom: 1px solid var(--primary-color);
    padding: 13px 7px 13px 34px;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}
.singleRange-list li:last-child {
    border: 0;
}
.singleRange-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/uploads/2023/11/check.webp);
    background-size: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.singleRange-list li:before {
    top: 16px;
    left: 5px;
}
.singleRange-btn {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px;
    color: #2b2b2b;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 0.3rem;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.singleRange-btn:hover {
    color: #000;
    transform: translateY(-5px);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}
.tableHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px
}
.dataTables_length select, .dataTables_filter input, .dataTables_select select {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
    border-color: #e7e7e7;
    font-size: 16px;
    font-weight: 400;
}
.dataTables_filter label {position: relative;}
.dataTables_filter label:after {
    content: "\e012";
    position: absolute;
    top: 6px;
    right: 12px;
    font-family: 'fl-icons';
    color: #000;
    font-size: 21px;
    font-weight: 400;
    background-color: #fff;
    padding-left: 7px;
}
.dataTables_length select {background-size: auto 30px;}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {font-size: 16px;}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: rgba(0, 0, 0, 0.05);
    background: #FCB42D;
}
.tille-01 {
    margin-bottom: 30px;
}
.tille-01 h3 {
    color: #000;
    font-size: 27px;
    font-weight: 600;
}
.symbol-section {
    padding: 30px 0;
    background-color: #f4f4f4;
    z-index: 1;
    overflow: hidden;
}
.symbol-hours {
    padding: 50px 0 100px;
    background-color: #f4f4f4;
    overflow: hidden;
}
.hours-bg {
    padding: 10px;
    border-radius: 12px;
    background-color: rgb(255, 250, 239);
}
.hours-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 18px;
    border-left: 5px solid var(--primary-color);
    background-color: #fff;
    margin-bottom: 16px;
    box-shadow: 0px 20px 8px rgba(0, 0, 0, 0.1);
}
.hours-box:last-child {
    margin-bottom: 0;
}
.hours-left {
    display: flex;
    align-items: center;
}
.hours-left svg {
    margin-right: 7px;
}
.hours-desc {
    margin: 16px 0;
}
.hNscgU {display: none;}
@media (min-width: 1430px) {
    .table-responsive {
        overflow-x: hidden;
    }
}
@media (min-width: 1100px) {
    .header {
        position: absolute;
        top: 0;
    }
    .symbol-menu {
        padding: 3.5rem 0;
    }
    .header-wrapper:not(.stuck) .container {
        max-width: 1440px;
    }
    .header-wrapper:not(.stuck) #logo img {
        background: rgb(255, 250, 239);
        border-radius: 3px;
        padding: 5px;
    }
    .header-wrapper:not(.stuck) .header-bg-color {background-color: transparent;}
    .header:not(.transparent) .header-wrapper:not(.stuck) .header-nav.nav > li > a {
        color: #fff;
        font-size: 15px;
    }
    .symbol-intro .container {
        padding: 0;
        max-width: 1140px;
    }
    .paragraph {
        display: none;
    }
    .symbolIntro-right {
        text-align: end;
        z-index: 1;
        margin-bottom: -13px;
        margin-inline-end: -86px;
        width: 426px;
    }
    .des-symbols {
        max-width: 60%;
        margin: 0 auto;
    }
    .singleRange-card {
        max-width: 350px;
        float: right;
    }
    .single-range {
        margin: 120px 0;
    }
    .dataTables_length, .dataTables_filter {
        position: absolute;
        top: 0;
        right: 15px;
    }
    .dataTables_length {right: 328px;}
    .dataTables_length select, .dataTables_filter input, .dataTables_select select {width: 300px;}
    .table tbody td:first-child, .table thead th:first-child {padding-left: 20px;}
    .table tbody td:first-child, .table tbody td:nth-child(2) {
        font-weight: 500;
        color: #000;
    }
    .dataTables_select {
        position: absolute;
        top: 0;
        right: 640px;
    }
    .hours-bg {padding: 48px;}
    .hours-right {
        padding-right: 70px;
        text-align: center;
    }
    .table thead th, .table tbody td {padding: 15px 5px;}
    .hNscgU {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        display: block;
    }
    .ckuJIR {
        position: absolute;
        top: 111px;
        left: -70px;
    }
    .cRiplg {
        position: absolute;
        top: 350px;
        left: -100px;
    }
    .jJijFV {
        position: absolute;
        top: 365px;
        left: 30px;
    }
    .kIxbOR {
        position: absolute;
        top: 505px;
        left: 267px;
    }
    .zvLqP {
        position: absolute;
        top: 530px;
        left: 340px;
    }
    .lhiJKu {
        position: absolute;
        top: -130px;
        left: 210px;
    }
    .bvOees {
        position: absolute;
        top: -50px;
        left: 310px;
    }
    .ihagH {
        position: absolute;
        top: -20px;
        right: -30px;
    }
    .iuYrAm {
        position: absolute;
        top: 130px;
        right: -65px;
    }
    .dSNjjC {
        position: absolute;
        top: 535px;
        right: -60px;
    }
    .gbwbyy {
        position: absolute;
        top: 310px;
        right: 20px;
    }
    .symbol-section {
        padding: 0;
        overflow: hidden;
    }
    .symbol-section:before {
        content: "";
        position: absolute;
        top: -51%;
        left: -6%;
        right: 0;
        background: rgba(250, 204, 21, 0.4);
        opacity: 0.1;
        filter: blur(100px);
        width: 1321px;
        height: 1100px;
        margin: 0 auto;
        border-radius: 36px;
        text-align: center;
        z-index: -1;
    }
    .symbol-section:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        right: 0;
        background: rgba(250, 204, 21, 0.4);
        opacity: 0.1;
        filter: blur(100px);
        width: 1321px;
        height: 1100px;
        margin: 0 auto;
        border-radius: 36px;
        text-align: center;
        z-index: -1;
    }
}
@media (min-width: 768px) {
    .symbolIntro-title h1 {
        font-size: 50px;
        line-height: 1.06em;
        font-family: "Inter",Sans-serif;
    }
    .symbolIntro-col-33-left, .symbolIntro-col-33-right {width: 31%;}
    .symbolIntro-col-33-center {width: 37.332%;}
    .spread-main {margin-top: 40px;}
    .spread-dowload {margin-top: 20px;}
    .spread-dowload a:first-child {
        border-right: 2px solid #262729;
        margin-right: 5px;
        padding-right: 15px;
    }
    .search_area {
        width: 50%;
        padding: 6px 10px;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .hours-left, .hours-right {
        width: 40%;
    }
    .hours-right {
        display: flex;
        justify-content: end;
    }
    .hours-center {
        width: 20%;
        text-align: center;
    }
    .hours-left svg {
        margin-right: 22px;
    }
    .symbol-menu ul {justify-content: center;}
}
@media (max-width: 767px) {
    #tabs-nav {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    #tabs-nav li {
        grid-column: span 1;
        grid-row: span 1;
    }
    .symbolIntro-hidden-phone {display: none;}
    .symbolIntro-center {padding: 0px 0px 52px 0px;}
    .symbol-hours {
        padding: 20px 0;
    }
    .symbol-intro .container {
        min-height: 300px;
    }
    #tabs-nav li a {
        height: 74px;
    }
    .symbolIntro-title {
        margin-bottom: 14px;
    }
    .symbolIntro-button a {
        font-size: 16px;
    }
    .hours-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .hours-left, .hours-center {
        width: 100%;
        padding-bottom: 8px;
        margin-bottom: 8px;
        border-bottom: 1px solid var(--primary-color);
    }
    .hours-right {
        width: 100%;
        border-bottom-width: 0;
        display: flex;
    }
    .spread-main {padding: 0 20px 20px;}
    .symbols-spread {margin-top: 40px;}
    .spread-box {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }
    #symbols_area #symbols_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
    #symbols_area .nav-tabs .nav-item,
    .spread-dowload a:first-child {
        width: 100% !important;
        margin-bottom: 0 !important;
    }
    .spread-dowload a.border-0 {display: none;}
    .spread-dowload {
        display: flex;
        flex-direction: column-reverse;
    }
    .spread-dowload a {
        color: #000;
        border-radius: 7px;
        padding: 7px;
        font-weight: 400;
        background: linear-gradient(360deg, #facc15 7.12%, rgba(250, 204, 21, 0.75) 92.33%);
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .spread-dowload a svg {margin-right: 0;}
    .symbols-banner {
        background: #f4f4f4;
        padding-bottom: 25px;
        margin-bottom: 60px;
    }
    .symbols-bg {
        display: block;
        margin: 0 -15px;
    }
    .symbols-title {
        padding: 0;
        margin-top: 15px;
    }
    .symbols-title h3 {
        font-size: 22px;
        text-align: center;
        line-height: normal;
    }
    .symbols-btn {display: none;}
    .singleRange-card {padding: 15px;}
    .singleRange-icon {
        width: 3.75rem;
        height: 3.75rem;
        margin: 0 0 0.375rem;
    }
    .singleRange-content p {
        overflow: auto;
        display: block;
    }
    .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center;
    }
    .dataTables_wrapper .dataTables_paginate {margin-top: 0.5em;}
    .tableHead {
        display: block;
        margin-bottom: 24px
    }
    .symbol-menu ul li {
        padding: 10px;
        margin: 0 5px;
    }
    .symbol-menu ul li a img {
        height: 37px;
        margin-bottom: 7px;
    }
}