

body.customize-support header.header div.header-row{
    margin-top: 32px;
}

.mark-t-code {
    background-color: yellow!important;
    color: red!important;
    -webkit-text-fill-color: red!important; 
}

.mark-d-code {
    background-color: red!important;
    color: yellow!important;
    -webkit-text-fill-color: yellow!important; 
    padding: 5px;
    border: 3px dashed lawngreen;
}

.cmp-table-wrapper {
    min-height: 350px;
}

.lang-item {
    white-space: nowrap;
}

.language-select-block .block-list {
    width: auto;
}

.pt-no {
    padding-top: 0!important;
}

.mt-no {
    margin-top: 0!important;
}

div.dataTables_length{
    display: none!important;
}


.market-table-component {
    padding: 30px;
}

.pb-0 {
    padding-bottom: 0;
}

.mb-5{
    margin-bottom: 3rem;
}

.mt-5{
    margin-top: 3rem;
}

.-news-img {
    min-height: 200px;
    width: 250px;
}

.-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tags {
    display: flex;
    flex-wrap: wrap;
}

.tags span {
    background-color: #ddd;
    padding: 8px;
    border-radius: 5px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin: 4px;
    
}

.trading-level, .webinar-lang {
    text-transform: capitalize;
    margin-right: 4px;
    background-color: #f0f0f0;
    border-radius: 4px;
    padding: 4px 8px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 12px;
}

.webinar-lang {
    background-color: var(--light-bg);;
}

[v-cloak] .vue-hide{
    display: none;
}

.vue-hide-spinner {
    display: none;
}

[v-cloak] .vue-hide + .vue-hide-spinner{
    display: block;
}

.news-section .section-footer {
    justify-content: center;
}

/*  POST CONTENT STYLES */

#post-content ul li {
    list-style: disc;
}

#post-content ul, #post-content ol {
    padding-inline-start: 40px;
}

#post-content p {
    margin-top: 12px;
    margin-bottom: 12px;
}

#post-content > * {
    margin-top: 12px;
    margin-bottom: 12px;
}

#post-content > *:first-child{
    margin-top: 0px;
}

#post-content > *:last-child{
    margin-bottom: 0px;
}

#post-content img {
    max-width: 100%!important;
}

#top div.header-block.header-nav-and-buttons nav ul > li > a,
footer > div.footer-row.first  nav > ul > li > ul > li > a {
    white-space: nowrap;
}


@media screen and (min-width: 576px) and (max-width: 1250px){
    .footer-nav>ul {
        grid-template-columns: repeat(5, 1fr);
    }
}

.footer .footer-inner {
    justify-content: space-around;
}

.news-breadcrumbs {
    margin-bottom: 8px;
}

.news-breadcrumbs > * {
    color: gray;
    font-size: 12px;
}

.news-breadcrumbs > a {
    text-decoration: underline;
}

/* Help Center */

section.help-center {
    margin-top: 80px;
    margin-bottom: 30px;
    padding-bottom: 180px;
}

section.help-center .page-caption {
    text-align: center;
    padding-bottom: 10px;
    text-align: center !important;
    width: 100%;
}

section.help-center form > select {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.help-center  form > input.search-submit {
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    cursor: pointer;
}

section.help-center form > input.search-submit:hover {
     opacity: 0.8;
}


section.help-center .betterdocs-live-search form  {
    max-width: 800px;
    margin: auto;
}

.betterdocs-live-search .docs-search-result li:hover {
    background: #ececff!important;
}

section.help-center .betterdocs-live-search form input::placeholder{
    color: rgb(156, 156, 156)!important;
}

.betterdocs-article-reactions, .betterdocs-social-share {
    display: none!important;
}

span.docs-count {
    display: none;
}


.help-center .cat-buttons a img{
    margin-bottom: 20px;
    height: 100px;
    width: auto;
}

.help-center .cat-buttons a h2{
    line-height: 1.3;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333333;
    display: flex;
    align-items: center;
    font-size: 16px;
}


.help-center .cat-buttons a{
    background-color: #f8f8fc;
    border: 1px solid #009afd;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    transition: all .25s ease-in-out;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: calc((100% - 1 * 20px) / 2);
}

@media (min-width:768px){
    .help-center .cat-buttons a{
        width: calc((100% - 2 * 20px) / 3);
    }
}

@media (min-width:992px){
    .help-center .cat-buttons a{
        width: calc((100% - 3 * 20px) / 4);
    }
}

@media (min-width:1200px){
    .help-center .cat-buttons a{
        width: calc((100% - 4 * 20px) / 5);
    }
}


.help-center .cat-buttons a:hover{
    background-color: #ededfe;
}

.help-center .cat-buttons {
    display: flex;
    flex-flow: row wrap;
    margin-top: 40px;
    gap: 20px;
}

.betterdocs-searchform.betterdocs-advance-searchform {
    padding: 10px;
}

div.betterdocs-search-form-wrap > div > form > input.search-submit {
    display: none;
}

.betterdocs-content-area {
    margin-bottom: 60px!important;
}

.betterdocs-search-category {
    padding: 8px;
}

.betterdocs-breadcrumb-list li:not(.current) {
    font-weight: bold;
}

.betterdocs-breadcrumb-list li.current span {
    color: #566e8b!important;
}

.betterdocs-entry-content p {
    margin: 10px 0px;
}

.betterdocs-entry-content a{
    color: #528fff;
}

@media (max-width:1200px){
    #top main section.about-market-section  div.tab.tab-mt5 > div.white-content-block > div:nth-child(2) > div > div:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

section.top-traders-section {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

section.top-traders-section + section.top-traders-section {
    margin-top: 0px;
    padding-top:30px;
}

#wt-cli-accept-all-btn {
    margin-right: 50px;
}


.popular-post {
    background: none!important;
}

.popular-post a {
    font-weight:bold; 
    font-size:14px
}

.popular-post img {
    width:110px; 
    height:80px; 
    object-fit:cover; 
    float:left; 
    margin-right:8px;
    margin-top:4px;
    border-radius:5px
}

.popular-post > a > span {
    display:block;
    font-size:12px;
    text-align:right;
    font-weight:normal;
}

.popular-post:hover img {
    transition:0.2s;
    filter: brightness(70%);
}


.popular-post .image-and-title{
    display: flex;
}


@media(max-width: 575px){
    .stay-focused-card .card-title {
        font-size: 16px;
    }
}

#wpadminbar {
    z-index: 900!important;
}


.application-form .form-fields {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr); 
}

.application-form .form-field.send-button {
    grid-column-start: 1;
    grid-column-end: 3;
}

@media (max-width: 991px){
    .application-form .form-fields {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .application-form .form-field.send-button {
        grid-column-start: 1;
        grid-column-end: 1;
    }
}

#register-form-vue-app select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding-right: 2rem;
  }


.stay-focused-section .section-grid{
    align-items: stretch;
}

.stay-focused-section .section-grid .stay-focused-card {
    height: 100%;
}

.empower-section .empower-slider.slick-initialized.slick-slider{
    padding-bottom: 42px;
}

.empower-section  div.slider-nav {
    bottom: 5px!important;
 }

 .betterdocs-popular-search-keyword {
    display:none !important;
}

.block-content .post-views{
    display: none;
}

.block-content img{
    max-width: 100%;
}

.footer-terms div:not(:last-child) {
    margin-bottom: 1.428em;
}
.footer-terms div {
    opacity: .7;
}


@media screen and (min-width: 992px){
    .table .table-buttons .btn {
        width: auto!important;
    }
}

@media screen and (min-width: 1200px){
    .discover-table tbody a.btn {
        min-width: 60px;
    }
}

.upcoming-webinars-section {
    padding-bottom: 120px!important;
}

.tradingview-link {
    padding-top: 8px;
    text-align: center;
    
}
.tradingview-link a {
    color: #aaa;
    font-size: 16px;
    font-weight: 500;

}

.tradingview-link a span {
    color: #0169ff;
   
}

/*******************************************/
/*******************************************/

#desktop.search-site-form-block{
    display: none;
}

@media (min-width:992px) {
    #desktop.search-site-form-block{
        display: block;
    }
}

.search-site-form-block form {
    white-space: nowrap;
}

.search-site-form-block form input {
    width:100px; 
    padding: 6px 12px; 
    font-size: 14px;
    border-radius:6px; 
    outline:none;
    border: 0px solid #264adc;
}

.search-site-form-block form button {
    color:white; 
    padding: 4px;
}

#mobile.search-site-form-block form input {
    border: 1px solid var(--primary);
    padding: 10px 16px; 
    width:200px; 
}

#mobile.search-site-form-block form button{
    color: var(--primary); 
    padding: 8px;
    font-size: 1.4em;
    padding-bottom: 0px;
    position: relative;
    top: 2px;
}


#fxt-navigator-post-block figure {
    text-align: center;
}

#fxt-navigator-post-block figure img {
    border-radius: 8px;
}

.tabs-nav .tab-btn {
    font-size: 22px;
}

.tabs-nav-small .tab-btn {
    font-size: 16px;
    padding: 10px 10px;
}

.grid-1-column {
    grid-template-columns: auto;
}

.numbered-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.numbered-list li {
    padding-left: 5px;
}

.numbered-list li::marker {
    font-weight: bold;
}

.disc-list {
    list-style-type: disc;
    margin-left: 20px;
}

.disc-list li {
    padding-left: 0;
}

.dot-list li:before {
    content: '  •  ';
}

.tbl-row-coming-soon {
    background-color: rgba(1, 131, 255, 0.05);
}

.tbl-row-coming-soon .icon-txt-coming-soon {
    text-align: center;
    vertical-align: middle;
}

.tbl-row-coming-soon .icon-txt-coming-soon img {
    vertical-align: middle;
}

.tbl-row-coming-soon .icon-txt-coming-soon span {
    vertical-align: middle;
    color: #0183FF;
    font-weight: 500;
}
