#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
    background: #fff;
    opacity: 0.8;
}

.overlay_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#loading-spinner {

    font-size: 24px;
    color: #31190a70;
    z-index: 9999;
}

.loadersmall {
    border: 5px solid #000;
    -webkit-animation: spin 1s 
    linear infinite;
    animation: spin 1s 
    linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

header .main-header .main-menu-wrapper ul.menu-main li img{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

header .main-header .main-menu-wrapper ul.menu-main ul.sub-menu{
    min-width: initial;
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}

header .main-header .main-menu-wrapper ul.menu-main ul.sub-menu>li{
    flex: 0 1 calc((100% - 10px)/2);
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tg_pagination {
    display: table;
    margin: 0px auto 0px auto;
    clear: both;
    padding: 30px 0px 0px 0px;
}

.tg_pagination span.current {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #fff;
    background: #2563eb;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.tg_pagination a {
    color: #000;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    line-height: 25px;
    font-size: 14px;
}
.menu-mobile-inner ul li img{
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.tg_pop_search {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 15px;
    background-color: rgba(0,0,0,.8);
    flex-wrap: wrap;
    overflow: auto;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.tg_pop_search.tg_active {
    opacity: 1;
    transform: scale(1);
}

.tg_pop_search {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg_pop_search .tg_ctpops {
    max-width: 1000px;
    width: 100%;
}

.tg_pop_search .tg_ctpops form {
    width: 100%;
}

.tg_pop_search .tg_ctpops form input {
    width: 100%;
    padding: 30px 90px 30px 30px;
    font-size: 20px;
    border-radius: 10px;
    border: none;
    color: #000;
}

.tg_pop_search .tg_ctpops form input::placeholder {
    font-style: italic;
    color: #adadad;
}

.tg_pop_search .tg_close_pop {
    position: absolute;
    top: 60px;
    right: 30px;
    cursor: pointer;
    max-width: 20px;
}

.tg_pop_search .tg_ctpops button {
    position: absolute;
    border: none;
    background: transparent;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
    cursor: pointer;
}

.tg_pop_search .tg_ctpops .list_group {
    position: relative;
    margin: 0px 0px 150px 0px;
}

.tg_search_b {
    cursor: pointer;
}

.title_search {
    text-align: center;
    margin: 0px 0px 50px 0px;
}

.title_search strong {
    color: #f06924;
}

.search-results .page-title{
    margin: 0 0 20px 0;
}

.list-video{
    display: flex;
    gap:30px;
}

.list-video .item-video{
    flex:0 1 calc((100% - 60px)/3);
}

.list-video .item-video img{
    margin:0 0 10px 0px;
    border-radius: 12px;
}

.list-video .item-video:hover b{
    color:#044de4;
}

.rating-stars {
  --rating: 0;
  --star-size: 18px;
  --star-color: #d9d9d9;
  --star-active-color: #0558de;
  position: relative;
  display: inline-block;
  font-size: var(--star-size);
  line-height: 1;
  letter-spacing: 3px;
  font-family: Arial, sans-serif;
}



.additional-info span.label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    color: #667085;
    font-weight: 500;
}

.additional-info span.value {
    font-size: 16px;
    line-height: 24px;
    color: #101828;
    font-weight: 600;
}

.additional-info span.blue {
    color: #055add;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.additional-info.intro-code span.value {
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
}

.additional-info a.copy {
    font-size: 14px;
    line-height: 22px;
    color: #101828;
    font-weight: 600;
    display: inline-flex;
    gap: 0 8px;
    align-items: center;
    position: relative;
}

.additional-info a.copy:after {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../img/icon-copy.svg)center no-repeat;
}

.additional-info a.copy span {
    position: absolute;
    bottom: 100%;
    border-radius: 8px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 10px;
    background: rgba(0,0,0,.8);
    color: white;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    z-index: 0;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}

.additional-info a.copy span:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    display: inline-block;
    border: 8px solid rgba(0,0,0,.8);
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
}

.additional-info  a.copy{
    position: relative;
}

 .additional-info  a.copy.copied span {
    bottom: calc(100% + 12px);
    opacity: 1;
    z-index: 997;
    visibility: visible;
}

section.content-single-floor-trading .content-summary .logo-trading img{
    border:1px solid #e6e6e6;
}

.tg-item-prop-firm{
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #e6e6e6;
    background: #000000;
    border-radius: 20px;
    padding: 20px;
}

.tg-item-prop-firm .coupon-prop-firm{
    
}

.tg-item-prop-firm .coupon-prop-firm .percent{
    
}

.tg-item-prop-firm .coupon-prop-firm .percent p{
    
}

.tg-item-prop-firm .coupon-prop-firm .percent p span{
    
}

.tg-item-prop-firm .additional-info{

}

.tg-item-prop-firm .tg_prop-firm-info{display: flex;align-items: center;}

.tg-item-prop-firm .tg_prop-firm-info .prop-firm-img{display: flex;align-items: center;gap: 10px;}

.tg-item-prop-firm .tg_prop-firm-info .prop-firm-img .title_star{

}

.tg-item-prop-firm .tg_prop-firm-info .prop-firm-img .title_star b a{

}


.offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.offer-card {
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 16px 30px 16px 24px;
  min-height: 174px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #dfe8f5;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.05);
}

.discount-box {
  width: 320px;
  min-height: 140px;
  flex-shrink: 0;
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(24, 236, 151, 0.35);
  background:
    linear-gradient(135deg, rgba(1, 56, 237, 0.08), rgba(24, 236, 151, 0.12)),
    #f8ffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.discount-box .hot {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border-radius: 18px 0 18px 0;
  color: #fff;
  background: rgb(1, 56, 237);
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount-box strong {
  font-size: 42px;
  line-height: 1;
  background: linear-gradient(45deg, rgb(1, 56, 237) 7%, rgb(24, 236, 151) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.new-offer {
  position: absolute;
  top: 0;
  left: 78px;
  padding: 10px 36px;
  border-radius: 0 0 18px 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(45deg, rgb(1, 56, 237) 7%, rgb(24, 236, 151) 90%);
}

.discount-box small {
  margin-top: 18px;
  padding: 8px 18px;
  border-radius: 999px;
  color: #03b981;
  font-weight: 800;
  background: rgba(24, 236, 151, 0.12);
}
.firm-info{
      flex: 1;
}
.firm-info-top {display: flex;align-items: center;gap: 18px;}

 .card-rating-star{
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #90baff;
    justify-content: center;
    border-radius: 5px;
    font-size: 14px;
    line-height: 22px;
    color: #0558de;
    font-weight: 500;
    padding: 1px 10px;
}

.firm-info-top img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
}

.firm-info-top h3 {
  margin: 0 0 5px 0;
  font-size: 20px;
}

.rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 9px;
  border: 1px solid #b9d3ff;
  border-radius: 999px;
  color: rgb(1, 56, 237);
  font-size: 14px;
  font-weight: 700;
}

.rating span {
  color: #4b5563;
  padding-left: 6px;
  border-left: 1px solid #cbd5e1;
}

.firm-info .firm-info-des {
  margin: 18px 0 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 24px;
  border-top: 1px solid #e6e6e6;
  padding: 15px 0 0 0;
}

.offer-action {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  flex-wrap: wrap;
}

.code-box {
  height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px dashed #7db5ff;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgb(1, 56, 237);
  background: #fff;
}

.code-box span {
  padding-right: 12px;
  border-right: 1px solid #dbe5f3;
}

.code-box strong {
  font-size: 17px;
}

.code-box button {
  border: none;
  background: transparent;
  color: rgb(1, 56, 237);
  cursor: pointer;
}

.apply-btn {
  min-width: 145px;
  height: 50px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(45deg, rgb(1, 56, 237) 7%, rgb(24, 236, 151) 90%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(1, 56, 237, 0.2);
}

.more-btn {
  min-width: 145px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid rgb(1, 56, 237);
  background: #fff;
  color: rgb(1, 56, 237);
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
}

.end-date {
  width: 100%;
  text-align: center;
  color: #374151;
  font-weight: 700;
}

.discount-box {

}

.offer-list{
    margin:0 0 50px 0;
}

.tg_pagination{
    margin:0 auto 50px auto;
}

 .card-coupon-info{
background: #fff;
    padding: 7px 20px;
    border-radius: 30px;
    margin: 10px 0 0 0;
}

 .card-coupon-info .value{
        display: flex;
    align-items: center;
    gap: 5px;
}

 .card-coupon-info .value em{
    font-style: normal;
    color: #848484;
}

 .card-coupon-info .value cite{
    font-style: normal;
}

section.content-single-floor-trading.single-prop-firm .content-summary .additional-info{
   width: auto;
    flex: none;
}

.info-propfirm-single{
    display: flex;
    align-items: center;
    gap:40px;
    margin: 10px 0 0 0;
}

.info-propfirm-single .item-info{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.info-propfirm-single .item-info::before{
    content:"";
    position: absolute;
    top: 8px;
    right: -20px;
    width: 1px;
    height: 30px;
    background:#ccc;
    cursor: pointer;
}

.info-propfirm-single .item-info:last-child::before{
    opacity: 0;
}

section.content-single-floor-trading.single-prop-firm .content-summary .title-floor{
    flex:1;
}

.single-prop-firm .discount-box{
    width: 260px;
}

.info-propfirm-single .item-info{

}

.info-propfirm-single .item-info b{font-weight: 500;color: #918d8d;font-size: 14px}

.info-propfirm-single .item-info strong{display: flex;gap: 10px;align-items: center;}

.info-propfirm-single .item-info strong img{
   width: 30px;
   height: 25px;
   object-fit: contain;
}

.additional-info .coupon-prop-firm{
    color:#ff0000 !important;
}

.content-inner th, .content-inner td{
    border:1px solid #e6e6e6;
    padding:10px;
    text-align: left;
}

.tg-post-tags-section{
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e4e7ec;
}

.tg-post-tags-section .tg-post-tags-header{
    margin-bottom: 32px;
    padding: 28px 32px;
    border-radius: 24px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
    border: 1px solid #dbe7ff;
}

.tg-post-tags-section .heading h2{
    margin-bottom: 16px;
}

.tg-post-tags-section .tg-post-tags-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.tg-post-tags-section .tg-post-tag{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #cdddfd;
    background: #ffffff;
    color: #175cd3;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    transition: all .2s ease;
}

.tg-post-tags-section .tg-post-tag:hover{
    color: #ffffff;
    background: #175cd3;
    border-color: #175cd3;
}

.tg-post-tags-section .list-posts-wrapper{
    padding: 0;
}

.tg-post-tags-section .list-posts-wrapper .list-inner ul li .info p{
    min-height: 48px;
}

/*end rau*/

@media(max-width: 1024px){
    .searchForm {
        position: absolute;
        top: 30px;
        right: 70px;
    }
    .search-results .page-title{
        font-size: 20px;
    }
    .search-results section.content-page-blog .list-posts-wrapper{
        padding:0;
    }
}

@media(max-width: 767px){
    .offer-list{
        gap:24px;
    }
    .offer-card .firm-info{
        order: 1;
    }
    .offer-card .discount-box{
        order: 2;
    }
     .offer-card .offer-action{
        order: 3;
    }
    .offer-card{
        flex-direction: column;
    }
    .firm-info-top{
            justify-content: center;
    }
    .apply-btn{
        font-size: 16px;
        height: 42px;
    }
    .info-propfirm-single{
     
    gap: 20px 40px;
    margin: 20px 0 0 0;
    flex-wrap: wrap; 
    }
    .tg-post-tags-section .tg-post-tags-header{
        padding: 24px;
    }
    .single-prop-firm .discount-box {
    margin: 20px auto 0 auto;
    width: 100%;
}
    .list-video{
        flex-direction: column;
    }
    section.list-cat-trading-floors .list-tab-contents ul li .image{
        padding:0;
        display: table;
        margin: 0 auto 15px auto;
    }
    section.list-cat-trading-floors .list-tab-contents ul li .image a{
        position: relative;
    }
    section.list-cat-trading-floors .list-tab-contents ul li .image img{
        position: relative;
        height: 200px;
        object-fit: contain;
        max-width: 200px;
    }
    section.list-cat-trading-floors .list-tab-contents ul{
        height: initial;
        visibility: visible;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap:20px;
        float: none;
    }
    section.list-cat-trading-floors .list-tab-contents ul li{
        float:none;
        margin:0;
        flex:1;
        width: 100%;
        max-width: 100%;
        flex-basis: initial;
    }
    .tg-post-tags-section{
        margin-top: 32px;
        padding-top: 24px;
    }
    .tg-post-tags-section .tg-post-tags-header{
        padding: 20px;
        border-radius: 18px;
        margin-bottom: 24px;
    }
    .tg-post-tags-section .tg-post-tag{
        min-height: 38px;
        padding: 8px 14px;
    }
    .tg-post-tags-section .list-posts-wrapper .list-inner ul{
        gap: 28px;
    }
    .tg-post-tags-section .list-posts-wrapper .list-inner ul li .info h3 a{
        padding-right: 28px;
    }
}

@media(max-width: 1024px){
    header .main-header .menu-mobile-wrapper ul.menu-main ul{
        height: 200px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
