.fx-modal {
    position: fixed;
    background-color: rgba(255, 255, 255, .9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
}

.fx-modal-dialog {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.fx-modal-content {
    width: 1170px;
    max-width: 100%;
    background-color: #FFF;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, .29);
    border-radius: 10px;
}

.fx-modal-header {
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #3264D6, #0DC8DC);
    padding: 15px 25px;
    border-radius: 10px 10px 0 0;
}

.topup-modal .fx-modal-header {
    background: #0FC183;
}



.account-modal .fx-modal-header {
    background: linear-gradient(to right, #BD6807, #DE9310);
}

.refresh-modal .fx-modal-header {
    background: #0FC183;
}

.refresh-modal .fx-modal-content {
    width: 700px;
}

.refresh-modal img {
    max-width: 100%;
    cursor: pointer;
}

.fx-modal-header .title-left-info,
.fx-modal-header .fx-modal-title,
.fx-modal-header .modal-close {
    color: #FFF;
    flex: 1;
}

.fx-modal-header .fx-modal-title {
    flex: 1 1 100%;
}

.fx-modal-header .title-left-info+.fx-modal-title {
    flex: 1;
    padding-left: 0px;
}



.fx-modal-header .title-left-info {
    text-align: start;
    font-size: 19px;
}

.fx-modal-header .fx-modal-title {
    text-align: center;
    margin: 0;
    font-size: 42px;
}

.fx-modal-header .modal-close {
    text-align: end;
    line-height: 1;
}

.fx-modal-header .close-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.625 35.625' fill='%23ffffff'%3e%3cpath d='M17.813,0C7.976,0,0,7.974,0,17.813c0,9.838,7.974,17.813,17.812,17.813	c9.838,0.001,17.814-7.974,17.814-17.812c0-0.001,0-0.001,0-0.002C35.66,8.009,27.741,0.034,17.937,0C17.896,0,17.854,0,17.813,0z M26.72,24.225l-2.494,2.494l-6.412-6.412L11.4,26.719l-2.493-2.494l6.413-6.412l-6.413-6.414l2.494-2.493l6.413,6.412l6.412-6.411 L26.72,11.4l-6.412,6.413L26.72,24.225z'/%3e%3c/svg%3e");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-color: transparent;
    border: none;
}

.fx-modal-header .balance {
    display: inline-block;
    padding: 6px 15px;
    color: #FF0000;
    border-radius: 8px;
    background-color: #FFF;
    line-height: 1.2;
    font-size: 16px;
    margin: 0 0 8px;
}



.fx-modal-body {
    padding: 50px 120px 35px;
    position: relative;
}

.fx-modal-body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: .4;
    pointer-events: none;
}

.fx-modal-body * {
    position: relative;
}

.fx-modal-body .subtitle {
    text-align: center;
    font-size: 22px;
    margin: 0 0 30px;
    color: #000000;
}

.fx-modal-body .title {
    text-align: center;
    font-size: 27px;
    margin: 0 0 30px;
    color: #000000;
}

.MetaTrader-list {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2, 1fr);
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.MetaTrader-list li {
    box-shadow: 0px 0px 20px #00000029;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    border: 5px solid transparent;
    cursor: pointer;
    background-color: #FFF;
}

.MetaTrader-list li.active {
    border-color: #0FC382;
}

.MetaTrader-list img {
    max-width: 100%;
    margin: 0 0 30px;
}

.MetaTrader-list .item-title {
    font-size: 40px;
}

.MetaTrader-list .item-title span {
    color: #F1843D;
    font-size: 1.25em;
}

.confirm-button-box {
    text-align: center;
    padding: 50px 0 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.confirm-button-box.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.fx-modal .confirm-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    width: 436px;
    max-width: 100%;
    padding: 15px 25px;
    font-size: 30px;
    color: #FFF;
    background: transparent linear-gradient(to right, #0FC382 0%, #07A794 50%, #06871A 100%) 0% 0% no-repeat padding-box;
    background-size: 200% auto;
    transition: all ease 200ms;
    border-radius: 10px;
    border: none;
    text-align: center;
}

.fx-modal .confirm-button:hover {
    background-position: right center;
}

.fx-modal .close-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    width: 436px;
    max-width: 100%;
    padding: 15px 25px;
    margin: 0 auto;
    font-size: 30px;
    color: #000000;
    border: 1px solid #e3e3e3;
    background: transparent;
    transition: all ease 200ms;
    border-radius: 10px;
    text-align: center;
}

.fx-modal .close-button:hover {
    color: var(--link-hover-color);
    border-color: var(--link-hover-color);
}

.fx-full-load-ajax {
    position: fixed;
    z-index: 9900;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.fx-full-load-ajax .circular {
    display: inline;
    height: 50px;
    width: 50px;
    animation: loading-rotate 2s linear infinite;
}

.fx-full-load-ajax .path {
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #0FC183;
    stroke-linecap: round;
}

.fx-modal-body .fx-full-load-ajax {
    position: absolute;
}

.fx-full-load-ajax img {
    width: 100px;
}



@keyframes loading-rotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }

    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}



.topup-form {
    text-align: center;
}

.topup-form .form-input {
    height: 82px;
    width: 436px;
    max-width: 100%;
    padding: 15px 25px;
    padding-inline-start: 70px;
    margin: 0 auto;
    font-size: 30px;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: end;
    -moz-appearance: textfield;
}

.topup-form .form-input::-webkit-outer-spin-button,
.topup-form .form-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.topup-form .form-item {
    margin-bottom: 25px;
}

.topup-form .currency-group {
    display: inline-block;
    position: relative;
    max-width: 100%;
}

.topup-form .currency {
    position: absolute;
    inset-inline-start: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #000000;
    z-index: 2;
}

.form-submit {
    text-align: center;
    margin-top: 50px;
}

.fx-verify-box {
    display: flex;
    gap: 50px;
    width: 780px;
    margin: 0 auto 50px;
    max-width: 100%;
    font-size: 25px
}

.fx-verify-box .icon {
    width: 50%;
    text-align: right;
}


@media (max-width: 991px) {

    .fx-modal-header {
        flex-direction: column;
        align-items: start;
        padding-right: 80px;
        position: relative;
    }

    .fx-modal-header .modal-close {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fx-modal-header .fx-modal-title {
        font-size: 25px;
    }

    .fx-modal-body {
        padding-left: 50px;
        padding-right: 50px;
    }

    .fx-verify-box {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 18px;
    }

    .fx-verify-box .icon {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .MetaTrader-list {
        grid-template-columns: repeat(1, 1fr);
    }
}




.header-Wallet {
    position: relative;
}

.header-Wallet .info {
    cursor: pointer;
}

.header-Wallet .wallet-view {
    display: none;
    position: absolute;
    top: calc(100% + 20px);
    min-width: 320px;
    background-color: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .29);
    border-radius: 6px;
    padding: 5px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.header-Wallet .wallet-view::before {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    left: calc(50% - 5px);
    bottom: calc(100% - 8px);
    transform: rotate(45deg);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, .1);
}

.header-Wallet .wallet-view h3 {
    background-color: #eeeeee;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 0 15px;
    display: flex;
    position: relative;
    border-radius: 6px;
}

.header-Wallet .wallet-view .close-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0 0 0 auto;
    background-color: #000000;
    position: relative;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    background-image: linear-gradient(to right, var(--accent-color), var(--accent-color2))
}

.header-Wallet .wallet-view .close-icon::before,
.header-Wallet .wallet-view .close-icon::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 50%;
    border-bottom: 1px solid currentColor;
}

.header-Wallet .wallet-view .close-icon::before {
    transform: rotate(45deg);
}

.header-Wallet .wallet-view .close-icon::after {
    transform: rotate(-45deg);
}

.header-Wallet .wallet-view ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-Wallet .wallet-view li {
    display: flex;
    padding: 6px 5px;
    line-height: 1.2;
    gap: 5px 30px;
    color: #333;
    text-align: left;
}

.header-Wallet .wallet-view li .number {
    margin-left: auto;
}

.header-Wallet .wallet-view .total-item {
    border-top: 1px solid #f7f7f7;
    margin-top: 5px;
}

.btn-verified {
    display: none;
}


div[data-fx-canrequestib],
div[data-fx-loading],
div[data-fx-ibrequest],
div[data-fx-isib],
div[data-fx-checkibrequest] {
    display: none;
}

div[data-fx-loading][style *= "display: block"] {
    display: flex !important;
}

.button-01[disabled] {
    background-color: #b9b9b9 !important;
    cursor: auto;
}


.IB-modal .fx-modal-header {
    background: linear-gradient(to left, #2873CB, #12B5D0);
    padding-top: 20px;
    padding-bottom: 20px;
}

.IB-modal .fx-modal-header .fx-modal-title {
    text-align: left;
    padding-left: 25px;
    font-weight: 500;
    font-size: 32px;
}

.IB-modal .fx-modal-body {
    padding: 50px;
}

.IB-modal .fx-modal-content {
    width: 1180px;
}

.IB-modal .form-item {
    margin-top: 50px;
}

.IB-modal textarea {
    width: 100%;
    color: #000000;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 15px;
    outline: none !important;
}

.IB-modal .success-msg {
    text-align: center;
    font-size: 32px;
}

.IB-modal .form-submit {
    text-align: left;
}

.IB-modal .form-submit .confirm-button {
    height: 55px;
    background: #1DA5C2;
    border-radius: 30px;
    font-size: 18px;
    width: 222px;
}

.header-Wallet.is-loading {
    pointer-events: none;
}

.header-Wallet.is-loading .info span[data-fx="Total"] {
    display: inline-block;
    width: 50px;
    height: 16px;
    background: #f2f2f2;
    vertical-align: middle;
    margin: 0 0 3px 4px;
    border-radius: 4px;

    background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
}

.header-Wallet:not(.is-loading) .info span[data-fx="Total"]::after {
    content: "";
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 4px;
}

.header-Wallet:not(.is-loading) .info span[data-fx="Total"] {
    transition: color 200ms ease-in;
}

.header-Wallet:not(.is-loading):hover .info span[data-fx="Total"] {
    color: var(--accent-color);
}


@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}


.payout_request_table th:nth-child(2),
.payout_request_table td:nth-child(2) {
    text-align: right;
    white-space: nowrap;
    padding-right: 6vw;
}


div[data-fx-loading] {
    color: var(--accent-color);
    height: 100px;
    text-align: center;
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.payout_request_table .status-tag.pending {
    background-color: #F88D00;
}

.couponcode-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    position: relative;
}

.couponcode-form .form-input {
    border: 1px solid #0a3045;
    color: #000;
    font-size: 18px;
    width: 300px;
    height: 50px;
    border-radius: 4px;
    padding: 0px 10px
}
.couponcode-form .is-refresh{
    display: none;
    background-color: #FFF;
    width: 44px;
    flex: 0 0 44px;
    text-align: center;
    line-height: 42px;
    /* border: 1px solid #0a3045; */
    color: #000;
    height: 44px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: -58px;
    margin-top: 3px;
}
.couponcode-form .form-input:disabled{
    background-color: #FFF;
}

.custom-price02 .pricing.isCoupon {
    flex-direction: column;
    line-height: 1;
}

.custom-price02 .pricing.isCoupon .old-amount {
    text-decoration: line-through;
    font-size: 16px;
    opacity: .8;
    margin-bottom: 4px;
    margin-top: -10px;
}


.couponcode-msg {
    color: #FF0000;
}


.payout_request_form .custom-select {
    cursor: pointer;
    display: block;
}

.payout_request_form .TradingAccount {
    pointer-events: none;
}

.payout_request_form .form-input {
    position: relative;
}
.payout_request_form .selectList:empty{
    display: none !important;
}
.payout_request_form .selectList {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    min-width: 100%;
    max-height: 300px;
    overflow: auto;
    overflow-y: auto;
    display: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 0 1px #e3e3e3;
    border-radius: 6px;
    z-index: 10000;
    background-color: #FFF;
}

.payout_request_form .selectList li {
    padding: 8px 18px;
    display: flex;
    width: 100%;
    align-items: center;
    cursor: pointer;
}

.payout_request_form .selectList li:hover {
    background-color: rgba(0, 0, 0, .02);
}

.payout_request_form .selectList li .amount {
    margin-left: auto;
}

.payout_request_form .selectList li .status {
    width: 80px;
    flex: 0 0 80px;
    margin-left: 10px;
    text-align: center;
    background-color: green;
    color: #FFF;
    border-radius: 25px;
    font-size: 14px;
}

.payout_request_form .selectList li .status.pending {
    background-color: #F88D00;
}

.payout_request_form .selectList li[disabled] {
    cursor: not-allowed;
}


body .Loginbox .userProfileImg {
    width: auto;
    height: auto;
    background-image: none;
}

body .Loginbox .userProfileImg img {
    display: inline-block;
    width: auto;
    height: auto;
    box-shadow: none;
}

.custom-infobox-02 .content {
    position: relative;
    flex: 1;
}

.custom-infobox-02 .content div[data-fx-loading="true"] {
    height: 100%;
}



.custom-price02 .price-link.in-progress{
    pointer-events: none;
    background-image: linear-gradient(to right, #FFBD08 0%, #FF5922 51%, #FFBD08 100%);
}
.custom-price02 .price-footer.in-progress,
.custom-price02 .price-button.in-progress{
    pointer-events: none;
}
.custom-price02 .price-link.in-won{
    pointer-events: none;
    background-image: linear-gradient(to right, #016338 0%,  #2DEB99 100%);
}
.custom-price02 .price-footer.in-won,
.custom-price02 .price-button.in-won{
    pointer-events: none;
}




.sponsor-logo{
    position: absolute;
    right: 25px;
    bottom: calc(100% + 20px);
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sponsor-logo img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: #FFF;
}
.is-vip-active .sponsor-logo2{
    display: block;
}
.sponsor-logo2{
    position: absolute;
    width: 140px;
    left: calc(320px - 21vw);
    margin-top: -30px;
    display: none;
}
.sponsor-logo2 img{
    max-width: 100%;
}
.sponsor-logo2 p{
    margin: 0;
}
.sponsor-logo2 img[src ^= "data:image/svg"] + p,
.sponsor-logo2 img[src *= "KTP made for Africa"] + p{
    display:none;
}


@media (max-width: 1440px) {
    .sponsor-logo2{
        left: calc(320px - 24vw);
    }
}

@media (max-width: 1300px) {
    .sponsor-logo2{
        position: static;
        margin: 0 auto;
    }
}


.section-tabs-list ul{
    background-color: #FFF;
}

.affiliate-copy-box{
    display: flex;
    border: 1px solid #a5a5a5;
    height: 62px;
    border-radius: 32px;
    align-items: center;
    padding: 4px 8px;
    width: 685px;
    max-width: 100%;
    margin: 0 0 40px;
    position: relative;
}
.affiliate-copy-box .text{
    padding: 0px 15px;
    margin: 0;
    line-height: 1.2;
    word-break: break-word;
}
.affiliate-copy-box .icon{
    height: 48px;
    display: flex;
    flex-direction: column;
    background-color: #f1f1f1;
    width: 72px;
    flex: 0 0 72px;
    margin-left: auto;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 12px;
    cursor: pointer;
}
.affiliate-copy-box .icon .sico{
    color: var(--accent-color);
    font-size: 20px;
}
.affiliate-copy-box.copy::after{
    content: "Link copied";
    position: absolute;
    top: 100%;
    left: 24px;
    font-size: 14px;
    color: #0FC183;
    margin-top: 6px;
}



.BrokerLogin-form{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.BrokerLogin-form input[type="text"],
.BrokerLogin-form input[type="email"],
.BrokerLogin-form input[type="password"]{
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    box-shadow: none;
    height: 60px;
    border-radius: 30px;
    background-color: #eeeeee;
    border: none;
    padding: 0 27px;
    font-size: 18px;
    color: #000;
    outline: none !important;
}
.BrokerLogin-form .policy-box,
.BrokerLogin-form .agree-box,
.BrokerLogin-form .submit-box{
    margin: 0 15px;
}


.BrokerLogin-form .title{
    font-size: 16px;
    margin: 15px 15px 10px;
}

.BrokerLogin-form .BrokerLogin-Policy{
    height: 200px;
    padding: 0;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    overflow-y: scroll;
    border: 15px solid #FFF;
    line-height: 1.6;
}
.BrokerLogin-form .BrokerLogin-Policy p{
    line-height: 1.6;
}
.BrokerLogin-form .agree-box{
    margin-top: 15px;
    font-weight: bold;
}
.BrokerLogin-form .agree-box input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.BrokerLogin-form .agree-box input[disabled],
.BrokerLogin-form .agree-box input[disabled] ~ *,
.BrokerLogin-form .BrokerLogin-submit[disabled],
.BrokerLogin-form .BrokerLogin-submit.disabled{
    opacity: .5;
    pointer-events:none;
}

.BrokerLogin-form .BrokerLogin-submit{
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    color: #ffffff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    transition: all ease-in 300ms;
    background-color: #0dc8dc;
    height: 55px;
    line-height: 1;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    border-radius: 30px;
    font-weight: 400;
    position: relative;
    outline: none !important;
}

.BrokerLogin-form .BrokerLogin-submit:hover{
    background-color: #0a96a5;
}


.BrokerLogin-form .BrokerLogin-submit .dot-pulse{
    margin-left: 92%;
}
.BrokerLogin-form .BrokerLogin-submit .dot-pulse,
.BrokerLogin-form .BrokerLogin-submit .icon-lock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: currentColor;
}
.BrokerLogin-form .BrokerLogin-submit .icon-lock{
    right: 25px;
}

.BrokerLogin-box{
    position: relative;
}

.BrokerLogin-msg{
    text-align: center;
    margin-top: 15px;
    color: #0a96a5;
    position: absolute;
    width: 100%;
}
.BrokerLogin-msg.error{
    color: #FF0000;
}



.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg,#FFF);
    --bs-tooltip-bg: var(--bs-emphasis-color,#000);
    --bs-tooltip-border-radius: var(--bs-border-radius,5px);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex,99999);
    display: block;
    padding: var(--bs-tooltip-arrow-height,5px);
    margin: var(--bs-tooltip-margin,5px);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size,14px);
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: 0;
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}
[data-bs-toggle="tooltip"]{
    cursor: pointer;
}

div[data-fx-isverified="false"]{
    display: none;
}


.minilightbox-content #scaling.is-section.layout-hidden-content{
    display: block !important;
    padding: 10px;
}

.header-topup{
    position: relative;
}
.header-topup .list{
    position: absolute;
    top: calc(100% + 20px);
    min-width: 140px;
    background-color: #FFF;
    box-shadow: 0 0 12px rgba(0, 0, 0, .29);
    border-radius: 6px;
    padding: 8px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    margin: 0;
    list-style: none;
    display: none;
}

.header-topup .list::before {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 15px;
    height: 15px;
    left: calc(50% - 5px);
    bottom: calc(100% - 8px);
    transform: rotate(45deg);
    box-shadow: -5px -5px 5px rgba(0, 0, 0, .1);
}
.header-topup .list li a{
    display: block;
    padding: 3px 5px;
}
.header-topup .list li a:hover{
}

.header-topup > a > img{
    transition: transform ease-in 200ms;
}
.header-topup.active > a > img{
    transform: rotate(45deg);
}


.btn-verified-new{
    border-radius: 12px;
    background-color: #FCF4F8;
    border-left: 3px solid #F69C00;
    min-height: 41px;
    line-height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    font-size: 17px;
    color: #192853 !important;
    flex-wrap: wrap;
    gap: 8px 0;
}

.btn-verified-new .btn{
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F69C00;
    color: #FFF;
    font-size: 14px;
    border-radius: 12px;
	padding: 0px 12px;
    margin-left: 10px;
    line-height: 1;
}
.btn-verified-new .btn img{
    margin-right: 4px;
    width: 10px;
}
.btn-verified-new:hover{
    color: #F69C00;
}


@media (max-width: 1500px) {
    .header-center-bg .btn-verified-new,
    .leftmenu-page-header .btn-verified-new,
    .mobile-header .btn-verified-new{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 111;
        border: none;
        border-radius: 0;
    }

}
@media (max-width:991px) {
}
@media (max-width:767px) {
    .mobile-header .btn-verified-new,
    .header-center-bg .btn-verified-new,
    .leftmenu-page-header .btn-verified-new,
    .mobile-header .btn-verified-new .btn,
    .header-center-bg .btn-verified-new .btn,
    .leftmenu-page-header .btn-verified-new .btn{
        font-size: 12px;
    }
    .mobile-header .btn-verified-new img,
    .header-center-bg .btn-verified-new img,
    .leftmenu-page-header .btn-verified-new img{
        display: none;
    }
}


@media (min-width: 1501px) {
    .is-section .btn-verified-new{
        display: none !important;
    }
}
 
.Lazy-loading{
    max-width: 100%;
    left: 0;
}
.tradingview-widget-container{
    max-width: 100%;
}




.password-box .password-info {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.password-box .password-strength {
    height: 6px;
    border-radius: 10px;
    background-color: #f7f7f7;
    width: 100%;
}

.password-box .password-strength-fill {
    background-color: #BD362F;
    height: 6px;
    border-radius: 10px;
}

.password-box .password-strength-fill-warning {
    background-color: #F89406;
}

.password-box .password-strength-fill-success {
    background-color: #51A351;
}

.password-box .requirement, .password-box .requirements-header {
    color: #51A351;
    font-size: 13px;
}

.password-box .requirement {
    font-weight: 700;
}

.password-box .requirements-header {
    font-weight: 800;
}
.confirmation-wrong{
    color: #BD362F;
    font-weight: 700;
    display: none;
}
.confirmation-mag{
    color: #BD362F;
    font-weight: 500;
    margin-top: 10px;
}


.login-pagebox .dnnLogin input[type="text"],
.login-pagebox .dnnLogin input[type="email"],
.login-pagebox .dnnLogin input[type="password"] {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    box-shadow: none;
    height: 60px;
    border-radius: 30px;
    background-color: #eeeeee;
    border: none;
    padding: 0 27px;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
    outline: none !important;
}


.password-eye{
    position: relative;
}
.password-eye .show-password-button{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.password-eye input{
    padding-right: 70px;
}

.verifyResetPasswordBox .password-info,
.confirmation-wrong{
    margin: -7px 15px 15px;
    width: auto;
    font-size: 13px;
    text-align: left;
    color: #51A351;
}

.verifyResetPasswordBox .dnnFormItem .dnnLabel{
    display: block !important;
    text-align: left;
    padding-left: 30px;
    font-weight: 600;
    float: none !important;
}
.verifyResetPasswordBox .request_submit_btn{
    margin-top: 15px;
}
.been-successfully{
    display: block;
    text-align: center;
    font-size: inherit;
    margin: 0 0 10px;
    color: #51A351;    
    font-weight: 700;
}


.introducing-broker-table{
    width: 100%;
    min-width: 900px;
}
.introducing-broker-table.loading tbody td{
    height: 100px;
    background: transparent;
    border: none;
}
.introducing-broker-table.loading .dot-pulse{
   color: var(--accent-color);
   margin-left: 50%;
   position: absolute;
}
.introducing-broker-table.loading tbody tr{
    background: transparent !important;
}


.introducing-broker-table thead th{
    cursor: pointer;
    padding: 6px 3px;
    height: 1px;
}
.introducing-broker-table thead th > span{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 15px;
    color: #000000;
    background-color: #FEFAFB;
    border-radius: 9px;
    height: 100%;
    text-align: center;
    line-height: 1.4;
    padding: 15px 10px;
}
.introducing-broker-table th,
.introducing-broker-table td{
    padding: 6px 6px;
    font-size: 15px;
    text-align: center;
}

.introducing-broker-table tbody td{
 }
.introducing-broker-table tbody tr{
    transition: all ease-in 200ms;
    background-color: #ffffff;
}
.introducing-broker-table tbody tr:nth-child(2n){
    background-color: #FEFAFB;
}
.introducing-broker-table tbody tr:hover{
    background-color: #F6F6F6;
}

.introducing-broker-table .column-order{
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
    margin-right: -7px;
}

.introducing-broker-table .column-order::after,
.introducing-broker-table .column-order::before{
    content: "";
    border: 5px solid transparent;
}
.introducing-broker-table .column-order::before{
    border-bottom-color:#e3e3e3;
    border-top-width: 0px;
}
.introducing-broker-table .column-order::after{
    border-top-color:#e3e3e3;
    border-bottom-width: 0px;

}
.introducing-broker-table .column-order.ordering-asc::before{
    border-bottom-color:var(--accent-color);
}
.introducing-broker-table .column-order.ordering-desc::after{
    border-top-color:var(--accent-color);
}

.introducing-broker-table .copy-box{
    min-height: 34px;
    border: 1px dashed var(--accent-color);
    display: flex;
    justify-content: center;
    border-radius: 11px;
    margin: 0px 0px 0px 30px;
    position: relative;
    cursor: pointer;
}
.introducing-broker-table .copy-box .text{
    text-align: center;
    font-size: 15px;
    color: #000000;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0px 5px;
}
.introducing-broker-table .copy-box .sico {
    flex: 0 0 30px;
    color: var(--accent-color);
    text-align: center;
}
.introducing-broker-table .copy-box::after{
    content: "";
    left: -22px;
    width: 12px;
    height: 12px;
    background-color: var(--accent-color);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -6px;
}
.introducing-broker-table .is-expired .copy-box{
    border-color: #FF5947;
    pointer-events: none;

}
.introducing-broker-table .is-expired .copy-box::after{
    background-color: #FF5947;
}
.introducing-broker-table .is-expired td:nth-child(6){
    color: #FF5947;
}
.introducing-broker-table .is-expired .copy-box .sico{
    color: #CACACA;
}

.introducing-broker-table .is-upcoming td:nth-child(6){
    color: #707070;
}

.introducing-broker-table .is-upcoming .copy-box::after{
    background-color: transparent;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 12.65 11" xmlns="http://www.w3.org/2000/svg"><path d="M1,7.5a5.5,5.5,0,0,1,11-.223l.716-.716a.55.55,0,0,1,.778.778l-1.65,1.65a.55.55,0,0,1-.778,0l-1.65-1.65a.55.55,0,0,1,.778-.778l.7.7a4.4,4.4,0,1,0-.971,3,.55.55,0,0,1,.855.692A5.5,5.5,0,0,1,1,7.5ZM7.05,4.2a.55.55,0,1,0-1.1,0V7.5a.55.55,0,0,0,.161.389l1.65,1.65a.55.55,0,0,0,.778-.778L7.05,7.272Z" transform="translate(-1 -2)" fill="%231da5c2" fill-rule="evenodd"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    left: -26px;
    width: 16px;
    height: 16px;

}
.introducing-broker-table .is-redeemed .copy-box::after{
    background-color: transparent;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 17.999 10.999" xmlns="http://www.w3.org/2000/svg"> <path d="M-9483.793-3023h-2.707a1.5,1.5,0,0,1-1.5-1.5,1.5,1.5,0,0,1,1.5-1.5h2.707a5.5,5.5,0,0,1,5.293-4,5.506,5.506,0,0,1,5.294,4h1.707a1.5,1.5,0,0,1,1.5,1.5,1.5,1.5,0,0,1-1.5,1.5h-1.707a5.5,5.5,0,0,1-5.294,4A5.5,5.5,0,0,1-9483.793-3023Z" transform="translate(9488 3029.999)" fill="%231da5c2"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    left: -26px;
    width: 16px;
    height: 16px;
}


.is-table-box{
    overflow: hidden;
    overflow-x: auto;
}

.builder-editor-mode .is-section[data-fx-isib="true"]{
    display: block;
}
.d-wrapper>div.is-section-100:has(+ .is-section[style*="display: block"]){
    height: auto;
}

span[data-fx-sponsor-name]:empty + span{
    display: none;
}





/* custom-checkbox-01  */
.custom-checkbox-01 input[type="radio"]+label {
    margin-bottom: 0;
    line-height: 1.222222;
    cursor: pointer;
}

.custom-checkbox-01 input[type="radio"]+label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    border: 1px solid rgba(0, 0, 0, .37);
    border-radius: 50%;
    line-height: 1;
}

.custom-checkbox-01 input[type="radio"]:checked+label::before {
    background-color: var(--accent-color);
    background-clip: content-box;
    padding: .2em;
}

.custom-checkbox-01 input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.metatrader-input .checkbox-account-password,
.metatrader-input .account-password,
.metatrader-input .mt5-text,
.metatrader-input .mt4-text{
    display: none;
}
.metatrader-input .mt5-text,
.metatrader-input .mt4-text{
    text-align: center;
}
.metatrader-input .checkbox-account-password{
    padding: 40px 0 10px;
    text-align: center;
    font-size: 18px;
}
.metatrader-input .checkbox-account-password input{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 5px;
}
.account-password {
    text-align: center;
    position: relative;
    width: 300px;
    margin: 0 auto 30px;
}
.account-password input{
    border: 1px solid #0a3045;
    color: #000;
    font-size: 18px;
    width: 300px;
    max-width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 0px 10px;
}
.account-password .switch-icon{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.account-password svg{
    width: 1em;
    height: 1em;

}
.account-password svg:last-child{
    display: none;
}
.account-password .no-msg{
    color: #FF0000;
    position: absolute;
}



.fx-modal-body:has(> .platform-success-main){
    background: transparent !important;
}
.platform-success-main{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.platform-success-main .is-header{
    display: flex;
    align-items: center;
    gap: 30px;
}
.platform-success-main .header-info{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    font-size: 27px;
    width: 500px;
    max-width:100%;
}

.platform-success-main .header-info li{
    display:flex;
    gap:15px
}
.platform-success-main .header-info li span{
    flex:0 0 120px;
    text-align:right
}
.platform-success-main .is-title{
    font-size: 27px;
    margin: 30px auto 25px;
}
.platform-success-main .is-description{
    text-align:center;
    font-size:20px;
    color:#000000;
    margin: 0 0 30px
}
.platform-success-main .success-info{
    border: 2px dashed #cecece;
    border-radius: 5px;
    background-color: #FBFBFB;
    padding: 20px;
    margin: 0;
    width: 100%;
    margin: 0;
    list-style: none;
    font-size: 27px;
}
.platform-success-main .success-info li{
    display:flex;
    gap:30px;
    align-items:center;
    padding: 4px 0;
}
.platform-success-main .success-info .name{
    flex: 0 0 45%;
    text-align:right;
    font-weight:600;
}
.platform-success-main .success-info .icon {
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}
.platform-success-main .success-info .icon svg{
    color:#1ca0da
}
.platform-success-main .is-title2{
    margin: 40px 0 20px;
}
.platform-success-main .is-description{
        text-align:center;
    font-size:20px;
    color:#000000;
    margin: 0 0 60px
}
.platform-success-main .Link-copied{
    font-size: 14px;
    color: #0FC183;
    padding-left: 12px;
    position: absolute;
    white-space: nowrap;
    left: 100%;
}




@media (max-width: 991px) {
    .platform-success-main .is-header,
    .platform-success-main .success-info li{
        display: flex;
        font-size: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }
    .platform-success-main .header-info{
        width: auto;
    }

}
@media only screen and (min-width: 992px) {
    .leftmenu-pagebox > .leftbox{
        margin-top: -100%;
    }
  

}


#back-to-bottom::after{
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 5px;
    transform-origin: 1px 1px;
}
#back-to-bottom:hover::after{
    margin-top: 12px;
}


#back-to-bottom{
    margin-bottom: 30px;
    margin-top: -10px;
}
#back-to-bottom:not(.active){
    margin-bottom: -56px;
}

.HeaderPane, #dnn_HeaderPane {
    display: inline-flex;
    gap: 0 15px;
    align-items: center;
}


.custom-price02 .price-label2 {
    margin: -10px 0 25px;
    color: var(--accent-color);
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    align-self: center;
}

body .leftmenu-page-header{
    z-index: 2000;
}
body .leftmenu-pagebox > .leftbox{
    z-index: 2001;
}
.HeaderPane, #dnn_HeaderPane{
    vertical-align: middle;
}
.price-flipbox .back .price-features .title{
    font-weight: 600;
}


body .userProperties .userName >  a{
    display: none;
}

[data-fx-new="true"]{
    display: none;
}
.price-flipbox li a{
    border-bottom: 1px dashed var(--accent-color) !important;
    position: relative;
}
.price-flipbox span[data-bs-toggle="tooltip"]{
    cursor: auto !important;
    border-bottom: 1px dashed var(--accent-color);
    position: relative;
}
.price-flipbox [data-bs-toggle="tooltip"]:has(+.sico)::after{
    content: "";
    position: absolute;
    left: 100%;
    height: 100%;
    top: 0;
    width: 20px;
}
.price-flipbox .fal-times{
    color: red;
}
.price-flipbox .fad-check-circle{
    color: green;
}


[data-fx-new="true"] a:not([data-bs-toggle]){
    font-weight: normal;
}
@media (max-width: 991px) {
    [data-fx-new="true"] a[data-bs-toggle]{
        color: currentColor !important;
    } 
}


.coupons-tab-title{
    display: flex;
    gap: 20px;
    margin: 0 0 20px;
}
.coupons-tab-title .tab-btn{
    height: 50px;
    border: 1px solid #F2F1F1;
    border-radius: 10px;
    font-size: 17px;
    flex: 1;
    background: none;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    outline: none;
}

.coupons-tab-title .tab-btn svg{
    width: 1.5em;
    height: 1.5em;
    margin-right: auto;
}
.coupons-tab-title .tab-btn .tag{
    margin-left: auto;
    background-color: #D1D1D1;
    color: #fff;
    padding: 5px 10px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 15px;
}
.coupons-tab-title .tab-btn.active{
    background-color: #F2F1F1;
}
.coupons-tab-title .tab-btn.active .tag{
    background-color: #1DA5C2;
    color: #FFF;
}






div.custom-price-group .price-header, 
div.custom-price-group .price-header-pricing{
    height: 100px;
}
div.custom-price-group .price-header-pricing{
    flex-direction: column;
}