.bg-white {
    background-color: white !important;
}

.z-2 {
    z-index: 2 !important;
}

.z-0 {
    z-index: 0 !important;
}

.z-n1 {
    z-index: -1 !important;
}

.break-line {
    word-spacing: 100vw !important;
}

.rotate-y-n180 {
    transform: rotateY(-180deg);
}

.rotate-y-180 {
    transform: rotateY(180deg);
}

.contract-specs li {
    background-color: white;
    color: var(--primary-color);
}

.contract-specs li.active {
    background-color: var(--primary-color);
    color: white;
}

.contract-specs li a {
    color: var(--primary-color) !important;
}

.contract-specs li.active a {
    color: white !important;
}

table.records-will-load.loading thead tr th {
    color: transparent;
}

table.records-will-load.loading tr {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    /* animation-timing-function: ease-in; */
    background-color: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #bbbbbb 18%, #eeeeee 33%);
    background-size: 1600px 104px;
    /* background-position-x: 1300px; */
    height: 70px;
    position: relative;
    color: transparent !important;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -360px 0
    }

    100% {
        background-position: 1240px 0
    }
}

table.loading {
    position: relative;
}

table.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1000;
}

.curv-path {
    padding-left: 12.44%;
    padding-right: 12.44%;
}

.ft-cust-22 {
    font-size: 22px;
}

.how-it-works {
    width: 100%;
}

@media (max-width:1500px) and (min-width:1199px) {
    .how-it-works .circle {
        width: 13.5% !important;
        border: 1px solid var(--primary-color);
        border-radius: 50%;
        background-color: white;
        top: 50%;
        transform: translateY(-50%);
    }
}

.how-it-works .circle {
    width: 16.5%;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    background-color: white;
    top: 50%;
    transform: translateY(-50%);
}

.how-it-works .circle.left {
    left: 2.3%;
}

.how-it-works .circle p {
    font-size: 12px !important;
}

.how-it-works .circle img {
    max-width: 40%;
    max-height: 100%;
}

.how-it-works .circle.middle {
    left: 50%;
    transform: translate(-50%, -50%);
}

.how-it-works .circle.right {
    right: 2.3%;
}

.col-25 {
    width: calc(100%/3.9);
}

.step-content h1 {
    font-size: 18px !important;
    color: var(--primary-color);
    font-weight: 700;
}

.step-content p {
    font-size: 12px !important;
}

.dropdown .active-state-container {
    position: relative;
}

.dropdown .active-state-container::before {
    z-index: 9999;
    content: '';
    height: 3px;
    width: 0;
    background-color: var(--primary-color);
    position: absolute;
    left: 0px;
    top: 40px;
    transition: all .3s ease;
}

.dropdown.active .active-state-container::before {
    width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
}

.dropdown-menu[data-bs-popper] {
    top: inherit !important;
    margin-top: inherit !important;
}

.slick-dots {
    display: flex;
    justify-content: center;
    list-style: none !important;
    margin-top: 16px !important;
}

.slick-dots li button {
    border: none;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    content: '' !important;
    font-size: 0 !important;
    margin-left: 10px !important;
}

.slick-dots li.slick-active button {
    background-color: var(--primary-color);
}

.accordion-button thead tr th:first-of-type {
    padding-left: 35px !important;
}

[dir="rtl"] .accordion-button::before {
    margin-left: 20px;
    margin-right: 0px !important;
}

[dir="rtl"] .accordion-button thead tr th:first-of-type {
    padding-right: 35px !important;
    padding-left: 0 !important;
}

.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    position: absolute;
}

.accordion-button:not(.collapsed)::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    content: '';
    display: none;
}

.border-bottom-none {
    border-bottom: none !important;
}

table th,
table td {
    vertical-align: middle;
}

table {
    table-layout: fixed;
}

.accordion-button {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #4F504F;
}

.accordion-button:not(.collapsed) {
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 1px solid #4F504F;
}

.accordion-button:focus {
    z-index: 3;
    border: 1px solid #4F504F;
    outline: 0;
    box-shadow: none !important;
}

#grid_mobile .k-auto-scrollable,
#grid .k-auto-scrollable {
    max-height: calc(100% - 65px - 34px);
}

.onhover-showtext .text-show {
    max-height: 0 !important;
    transition: all .5s ease;
    margin: 0 !important;
}

.onhover-showtext:hover .text-show {
    max-height: 45% !important;
}

.onhover-showtext:hover .overlay-gradiant {
    max-height: 100%;
}

.overlay-gradiant {
    max-height: 40%;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #FFFFFF00 0%, #000000 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
    transition: all .4s ease;
}

.limit-text-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.object-position-top {
    object-position: top;
}

.object-fit-cover {
    object-fit: cover !important;
}

.futures-banner {
    height: 50vh;
    top: auto;
    background: linear-gradient(to right, #2faf85, #2da98a, #1c80b1);
}

.join-btn-leverage {
    background: transparent;
    border: 1px solid white;
    border-radius: 29px;
}

[dir="rtl"] .futures-banner {
    height: 50vh;
    top: auto;
    background: linear-gradient(to left, #2faf85, #2da98a, #1c80b1);
}

.opacity-1 {
    opacity: 1 !important;
}

.sub-market-banner .img-fluid {
    max-height: 276px !important;
}

.text-404 {
    font-size: 30px;
    font-weight: 800;
    color: var(--secondary-color)
}

.accordion h2 {
    padding: 0 !important
}

.accordion.faq .accordion-item {
    overflow: hidden !important;
    border-radius: 30px !important;
    border-width: 1px !important;
    border-color: var(--primary-color);
}

.accordion.faq .accordion-item .accordion-header {
    border: none !important;
}

.accordion.faq .accordion-item .accordion-header button {
    border: none !important;
    background: none !important;
    color: var(--primary-color);
}

.accordion.faq .accordion-item .accordion-header button:not(.collapsed) {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.accordion.faq .accordion-item .accordion-header .accordion-button::before {
    right: 0;
}

[dir="rtl"] .accordion.faq .accordion-item .accordion-header .accordion-button::before {
    left: 0;
    right: auto;
}

.accordion.faq .accordion-item .accordion-header .accordion-button:before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%2330af85" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_102_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/></svg>');
}

.accordion.faq .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
    background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="%23ffffff" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 330 330" xml:space="preserve"><path id="XMLID_102_" d="M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z"/></svg>');
}

/* .accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--primary-color) !important
} */

.footer-hover:hover {
    color: var(--primary-color) !important;
}

/* sm  */
.footer-social {
    width: 40px;
    height: 40px;
}
@media (min-width:576px) {


    .how-it-works .circle p {
        font-size: 14px !important;
    }

    .text-404 {
        font-size: 40px;
    }
}

@media (max-width:575px) {

    .ft-12-mob {
        font-size: 12px !important;
    }

    .ft-cust-22 {
        font-size: 15px;
    }

    .text-overlay-spon {
        width: 100% !important;
    }

}


/* md  */

@media (min-width:768px) {
    .step-content h1 {
        font-size: 30px !important;
    }

    .step-content p {
        font-size: 19px !important;
    }

    .how-it-works {
        width: 95%;
    }
}

@media (max-width:992px) {
    .text-overlay-spon {
        width: 80%;
    }
}

/* lg */

@media (min-width:992px) {
    .how-it-works .circle p {
        font-size: 30px !important;
    }

    .how-it-works .circle img {
        max-width: 50%;
    }

    .how-it-works .circle img {
        max-height: 70%;
    }
}

.image-container-spons {
    position: relative;
    width: 100%;
}

.image-container-spons img {
    width: 100%;
    height: auto;
}


.text-overlay-spon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    border-radius: 10px;
}


@media (max-width:1199px) {
    .overflow-x-scroll-spons {
        overflow-x: auto;
        scroll-behavior: smooth;
        scrollbar-color: var(--primary-color) transparent !important;
        scrollbar-width: thin;
    }

    .overflow-x-scroll-spons::-webkit-scrollbar {
        height: 2px;
    }

    .overflow-x-scroll-spons::-webkit-scrollbar-thumb {
        background: var(--primary-color);
        border-radius: 10px;
    }

}

@media (max-width:374px) {
    .ft-12-mob {
        font-size: 9px !important;
    }
}

@media (min-width: 992px) and (max-width: 1399px) {
    .dropdown .active-state-container::before {
        top: 35px;
    }
}