/* #### Generated By: http://font.download #### */

body {
    font-family: "Inter", sans-serif;
    background-color: #0a0a0a;
    zoom: 0.95;
}

h1 {
    font-family: "Inter", sans-serif;
    font-size: 3.2rem;
}

h2 {
    font-family: "Inter", sans-serif;
}


a {
    text-decoration: none;
    transition: 0.5s all;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

p {
    font-size: 18px;
    line-height: 140%;
    font-weight: 300;
}

.h2,
h2 {
    font-size: 3.2rem;
}



.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1586px;
    padding: 0px 20px;
}

header {
    padding: 7px 20px;
    background-color: #0d0e0f;
}

header .logo {
    max-width: 250px;
}

header .logo img {
    width: 70%;
}

.navigation {
    width: 100%;
    border-radius: 50px;
}

.navigation nav ul li a {
    font-size: 16px;
    color: #DADADA;
    padding: 0px !important;
}

.navigation nav ul li.dropdown .dropdown-toggle {
    padding: 0px !important;
    color: #DADADA;
    font-size: 16px;
}

.header_right .button_outer button.login_btn.sign_btn {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

.header_right a .ri-search-line {
    font-size: 20px;
    color: #fff;
}

body.light_theme .header_right a .ri-search-line {
    color: #000;
}

body.light_theme .themecolor_icon {
    border: 1px solid #b7b7b7;
    background-color: #fff;
}

header .logo .lightlogo {
    display: block;
}

header .logo .darklogo {
    display: none;
}

.light_theme header .logo .lightlogo {
    display: none;
}

.light_theme header .logo .darklogo {
    display: block;
}

body.light_theme .themecolor_icon .ri-sun-fill {
    display: block;
    color: #666;
}

header .row {
    align-items: center;
}

.navigation button {
    background-color: transparent;
}

.navigation button:hover {
    background-color: transparent;
}

.navigation nav ul {
    gap: 28px;
    width: 100%;
}


/* .herobanner2 .scan_block ul {
    display: flex;
    gap: 10px;
}

.herobanner2 .scan_block ul {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 50px;
    /* padding: 0px 32px; 
}*/

/* .herobanner2 .scan_block ul li {
    padding: 9px 83px 27px 0px;
    background-image: url(../images/borderverticel.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.herobanner2 .scan_block ul li:last-child {
    background-image: none;
    padding-right: 0px;
}  */

.user_icon {
    max-width: 52px;
    margin: 0 auto;
    padding: 5px 0px;

}

/* .herobanner2 .scan_block ul li h6 {
    font-size: 20px;
    margin: 0px;
}

.herobanner2 .scan_block ul li span {
    font-size: 18px;
} */



.hero_section_main {
    width: 100%;
    background-color: #0A0A0A;
    display: flex;
    padding-top: 100px;
    justify-content: start;
    align-items: start;
    text-align: center;
    min-height: 814px;
    position: relative;
}

.banner_content {
    text-align: left;
    color: #fff;
    width: 90%;
}

.annousment_left {
    width: 75%;
    display: flex;
    align-items: center;
}

span.sub_heading {
    font-size: 25px;
}

.banner_content h1 {
    font-size: 60px;
    line-height: 110%;
    font-weight: 800;
    margin-top: 14px;
}

.banner_content h1 span {
    display: inline-block;
    color: #F3BB2B;
    background-color: #393939;
    padding: 5px 20px;
    border-radius: 100px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.banner_content p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
}

.sign_form_btn {
    display: flex;
    align-items: center;
    gap: 18px;
}

.sign_form input {
    border: none;
    border-radius: 50px;
    background-color: transparent;
}

.sign_form_btn ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.sign_form_btn ul li {
    width: 58px;
    height: 58px;
    border-radius: 50px;
    background-color: #393939;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_form [type="text"] {
    font-size: 18px;
    color: #6b6b6b;
    padding: 0px 15px;
}

.sign_form [type="text"]:focus {
    border: none;
    outline: none;
}

.hero_section_main .row {
    position: relative;
    z-index: 666;
    align-items: center;
}

.sign_form [type="button"] {
    background-color: #F3BB2B;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: 100px;
}

.sign_form [type="button"]:hover {
    background-color: #963efa;
}

.banner_effect_bottom {
    position: absolute;
    left: -80px;
    bottom: -60px;
    right: 0px;
}

.annousment_s {
    background-color: #1A1A1A;
    color: #ffffff;
    border: 1px solid #a37d1a85;
    border-radius: 70px 70px 0px 0px;
    position: absolute;
    width: 850px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    left: 0;
    padding: 20px 48px 17px;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.more_btn a {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
}


.convertorusd_outer .select_currency_s {
    margin-top: 0px;
    width: 100%;
    display: flex;
    gap: 20px;
    border: 1px solid #949494;
    border-radius: 8px;
}

body.light_theme .top_header_dash {
    padding: 10px 0px 15px;
}

body.light_theme .listing_left_outer.full_width .market_section {
    padding: 15px;
}

body.light_theme .give_currency_s {
    border: 1px solid #43434333;
}

body.light_theme .swap_currency_total {
    border: 1px solid #43434333;
}


body.light_theme .amount_detail_bottom {
    border-top: 1px solid #43434333;
}


.light_theme .search_form.order_detail_pop.modelbg2 .modal-content {
    background: #f5f5f5;
    border-color: #c3c3c3;
    color: #0000;
}

.light_theme .search_form.order_detail_pop.modelbg2 .hot_trading_t.model_height td {
    color: #000;
}

body.light_theme .price_max_total input[type="number"] {
    border: none !important;
}

.form_vector {
    width: 100%;
    text-align: center;
}

.earining_calculator_form.convertorusd_outer .form_input {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
}

.convertorusd_outer .currency_option {
    width: 80%;
}

.convertorusd_outer span.arrow {
    right: 17px;
    top: 12px;
}

.convertorusd_outer .selected-option {
    width: 100%;
    padding: 10px;
    border-radius: 0;
    border-right: 1px solid #949494 !important;
    border: none;
}

.header_right {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
}

.button_outer {
    display: flex;
    gap: 18px;
    align-items: center;
}

.header_right .button_outer .login_btn {
    font-size: 16px;
    font-weight: 400;
    border-radius: 50px;
    color: #000;
    background: #f3bb2b;
    justify-content: center;
    padding: 6px 20px 7px;
    letter-spacing: 2px;
    border-color: #f3bb2b;
    min-height: 36px;


}

.header_right .button_outer .login_btn a {
    color: #000;
}

.header_right .button_outer button.login_btn.sign_btn a {
    color: #fff;
}

section.termsofuse {
    color: #fff;
    padding: 40px 0px 60px;
}

section.termsofuse h1.text-center {
    color: #f3bb2b;

}

section.termsofuse h3 {
    font-size: 20px;
}

section.termsofuse p {
    line-height: 24px;
}

.termsofuse ul {
    padding-left: 30px !important;
    padding-bottom: 15px !important;
}

.termsofuse li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 24px;
}

.themecolor_icon {
    width: 33px;
    height: 33px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


.navbar-expand-lg {
    padding: 0px !important;
}


.navigation nav ul li a:hover {
    color: #f3bb2b;
}

.vector_currency {
    position: relative;
}

.vector_currency.one {
    left: 300px;
    top: -50px;
}

.vector_currency.two {
    left: 10px;
    top: 100px;
}

.vector_currency.three {
    top: 120px;
    left: 300px;
}

.vector_currency.four {
    top: 300px;
    left: 120px;
}

.banner_animation_vector.rightside {
    right: 60px;
    left: inherit;
}

.banner_animation_vector.rightside .vector_currency.one {
    right: 210px;
    top: -70px;
    left: inherit;
}

.banner_animation_vector.rightside .vector_currency.three {
    top: 170px;
    left: inherit;
    right: 310px;
}

.banner_animation_vector.rightside .vector_currency.four {
    top: 350px;
    left: inherit;
    right: 100px;
}

.innovation_s .bx-viewport {
    overflow: visible !important;
}

.hero_section {
    width: 100%;
    color: #fff;
    margin-top: -80px;
    background-size: cover;
    display: flex;
    background-color: #0a0a0a;
    background-image: url("../images/hero_bannerbg.svg");
    padding-top: 110px;
    min-height: 1000px;
    background-position: center top;
    background-repeat: no-repeat;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.rounded_effect_bottom {
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.banner_cnt {
    position: relative;
    z-index: 333;
    max-width: 1351px;
    margin: 0 auto;
}



.banner_cnt h1 {
    font-size: 50px;
    font-weight: 700;
}

.banner_cnt h1 span {
    color: #f3bb2b;
}

.banner_cnt p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    max-width: 50%;
    margin: 20px auto;
    line-height: 32px;
    color: #ffffffad;
}

.scan_block {
    border: 1px solid #f3bb2b;
    border-radius: 20px;
    padding: 0px 30px;
    display: flex;
    max-width: 834px;
    margin: -170px auto;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    position: relative;
    z-index: 666;
    background-color: #0a0a0a87;
}

.scan_left_s {
    display: flex;
    width: 50%;
    gap: 22px;
    align-items: center;
}

.scan_left_s h4 {
    font-size: 18px;
    margin: 0px;
}

.scan_left_s p {
    font-size: 14px;
    color: #919191;
    margin: 0px;
}

.join_group_s button.joinbtn {
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

.join_group_s {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 50%;
}

button.morebtn {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 14px;
    color: #757575;
}

button.btn.btn-danger {
    border-color: #ed5765;
    border-radius: 50px;
}

.currency_logo {
    max-width: 100%;
    display: block;
    padding: 75px 0px 50px;
}

.currency_logo ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
}

.currency_logo ul li img {
    max-width: 90px;
    height: 100%;
}

ul.social_media a {
    font-size: 22px;
    color: #000;
    background-color: #f3bb2b;
    padding: 7px 9px;
    border-radius: 50px;
}

.market_update_outer {
    width: 100%;
    display: block;
    background-color: #0a0a0a;
    color: #fff;
    padding: 50px 0px 0px;
}

.market_update_outer h2 {
    font-weight: 600;
    text-shadow: 0px 4px 50px #f3bb2b;
}

.market_update_outer h2 span {
    color: #f3bb2b;
}

.main_marker_summary {
    width: 100%;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.currency_tp_s {
    display: flex;
    align-items: center;
    gap: 16px;
}

.currency_tp_s h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

.currency_tp_s h4 sup {
    font-size: 12px;
    left: 5px;
    top: -12px;
}

.search_outer_blog {
    background-color: #1a1a1a;
    padding: 24px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.mu_pr_mark {
    display: flex;
    gap: 30px;
    padding-left: 66px;
}

.mu_pr_mark h3 {
    font-size: 32px;
}

.trade_btn button {
    border: 1px solid #f3bb2b;
    color: #f3bb2b;
    letter-spacing: 2px;
    transition: 1s all;
    font-size: 16px;
    background-color: transparent;
    text-transform: capitalize;
    border-radius: 50px;
    padding: 0px;
}

.trade_btn button a {
    padding: 7px 22px;
    display: block;
}

.trade_btn button a {
    color: #f3bb2b;
    display: flex;
    align-items: center;
    gap: 24px;
}

.trade_btn button:hover a {
    color: #000;
}

.trade_btn button span {
    background: linear-gradient(152deg, rgba(255, 220, 136, 1) 0%, rgba(220, 143, 27, 1) 100%);
    width: 24px;
    height: 24px;
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}

.summary_cnt_markert_r {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.how_get_account_ot {
    display: block;
    position: relative;
    z-index: 999;
    text-align: center;
    width: 100%;
    background-color: #0a0a0a;
    color: #fff;
    padding: 90px 0px 40px;
}

.how_get_account_ot p.sub_text {
    font-size: 20px;
    color: #d2d2d2;
    max-width: 720px;
    margin: 0 auto;
}

.profit_costs_cta_outer.costouterbg {
    background-image: url("../images/minimal_costbg.png");
    background-position: right;
    background-size: 50%;
    background-repeat: no-repeat;
    z-index: 333;
}

button.learnbtn a:hover {
    background-color: #e6bc5a;
}

.copyright_s .fipnext {
    color: #e6bc5a;
}

.effect_left_circle {
    position: absolute;
    max-width: 780px;
    top: 18%;
    z-index: 1;
}

.how_get_account_ot .container {
    position: relative;
    z-index: 666;
}

.how_get_account_ot h2 {
    font-weight: 600;
    text-shadow: 0px 4px 50px #f3bb2b;
}

.how_get_account_ot ul li {
    display: flex;
    align-items: normal;
    gap: 24px;
}

.how_get_account_ot ul li span {
    font-size: 40px;
    font-weight: 600;
}

.how_get_account_ot ul li h3 {
    font-size: 32px;
    /* font-weight: 500; */
}

.profit_costs_cta_outer.homecta {
    padding-top: 0px;
}

.how_get_account_ot ul li p {
    font-size: 20px;
}

.homecta .profit_cost_cnt h2 {
    letter-spacing: 0px;
    padding-bottom: 20px;
    font-weight: 500;
}

.how_get_account_ot .trade_btn button {
    border: 1px solid #A6A6A6;
    color: #A6A6A6;
    font-size: 16px;
    padding: 5px 26px;
    display: flex;
    align-items: center;
    gap: 10px;
}


.how_get_account_ot .trade_btn button:hover {
    border: 1px solid #f3bb2b;
    color: #000;
}

.how_get_account_ot .trade_btn button:hover span {
    background: linear-gradient(152deg, rgba(255, 220, 136, 1) 0%, rgba(220, 143, 27, 1) 100%);
}

.how_get_account_ot .trade_btn button span {
    background: linear-gradient(152deg, rgba(166, 166, 166, 1) 0%, rgba(98, 97, 96, 1) 100%);
    width: 24px;
    height: 24px;
}


.how_get_account_ot ul {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding-top: 40px;
}

.app_btn {
    display: flex;
    gap: 30px;
    margin-top: 36px;
}

.app_btn button {
    border: 1px solid #f3bb2b;
    background-color: transparent;
    display: flex;
    color: #fff;
    padding: 11px 23px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    gap: 15px;
    align-items: center;
}

.app_btn button img {
    width: 36px;
}

.how_get_account_ot .row {
    align-items: center;
    margin-top: 50px;
}

.crypto_bitcoin_vector {
    max-width:745px;
    float: right;
}

.how_get_account_ot h2 span {
    color: #f3bb2b;
}

.trade_app__app .crypto_bitcoin_vector {
    float: left;
}

.how_get_account_ot h5 {
    margin: 20px 0px;
}

.trade_btn {
    margin-top: 30px;
    position: relative;
    z-index: 666;
}

.left_hb ul {
    display: flex;
    gap: 32px;
}

.left_hb ul li a {
    font-size: 16px;
    color: #fff;
}


.main_marker_summary:hover .market_summary_right_tp {
    box-shadow: 0px 1px 25px #f3bb2ba8;
}

.market_summary_right_tp {
    width: 100%;
    border: 1px solid #f3bb2b;
    border-radius: 20px;
    transition: 1s all;
    padding: 26px 60px;
    display: flex;
    background-color: #191919;
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.currency_img_mr {
    max-width: 162px;
    position: relative;
    left: -70px;
}

.market_summary_right_tp .mr_data p {
    font-size: 14px;
    margin: 0px;
}

.market_summary_right_tp .mr_data span {
    display: flex;
    gap: 20px;
    align-items: center;
    color: #9F9F9F;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.market_summary_right_tp .mr_data h5 {
    margin: 10px 0px;
}

.rectangle_bottom_eft {
    position: absolute;
    right: -1px;
    bottom: -1px;
    max-width: 100px;
}

.banner_animation_vector {
    position: absolute;
    left: 60px;
}

.market_tab_scroll_ot {
    background-color: #191919;
    border-radius: 20px;
    padding: 24px 28px;
    position: relative;
}

.market_tab_scroll_ot::before {
    width: 100%;
    height: 60px;
    position: absolute;
    content: "";
    background-color: #38383898;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}

.market_tab_scroll_ot ul {
    display: flex;
    gap: 20px;
    overflow: auto;
    position: relative;
    z-index: 333;
}

.market_tab_scroll_ot ul li {
    border-right: 1px solid #2e2e2e;
    padding: 20px 34px;
    flex-direction: column;
    cursor: pointer;
    gap: 12px;
    display: flex;
    margin-bottom: 48px;
    transition: all 0.5s ease-in-out;
}

.market_tab_scroll_ot ul li:hover {
    transform: scale(1.1);
    color: #f3bb2b;
}

.market_tab_scroll_ot ul li:hover .currency_tag_cnt span {
    color: #f3bb2b;
}

.market_tab_scroll_ot ul li:hover .currency_tag_cnt {
    color: #f3bb2b;
}

.market_tab_scroll_ot ul .currency_tag_cnt {
    font-size: 16px;
    white-space: nowrap;
    margin-top: 17px;
}

.market_tab_scroll_ot {
    position: relative;
    overflow-x: auto;
    padding-bottom: 22px;
    scrollbar-color: #f3bb2b transparent;
    /* Firefox */
    scrollbar-width: auto;
}

/* For WebKit browsers (Chrome, Edge, Safari) */
.market_tab_scroll_ot::-webkit-scrollbar {
    height: 1px;
}

.market_tab_scroll_ot::-webkit-scrollbar-track {
    background: #666;
}

.market_tab_scroll_ot::-webkit-scrollbar-thumb {
    background-color: #f3bb2b;
    height: 1px;
    border-radius: 1px;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #727272;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #727272;
}

*::-webkit-scrollbar-thumb {
    background-color: #f3bb2b;
    border-radius: 10px;
    border: 3px solid #f3bb2b;
}


.meme_listing_section .crypto_icon {
    text-align: center;
}

.currency_tag_cnt span {
    color: #8D8D8D;
}

.profit_costs_cta_outer {
    padding: 110px 0px 100px;
    /* min-height: 100%; */
    background-color: #0a0a0a;
    color: #fff;
    position: relative;
}

.profit_costs_cta_outer.homecta::before {
    background-image: url(../images/ctabg_before.png);
    position: absolute;
    content: "";
    right: 0px;
    top: -310px;
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.profit_costs_cta_outer.homecta::after {
    background-image: url(../images/ctabg_after.png);
    position: absolute;
    content: "";
    left: 0px;
    bottom: -350px;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
    width: 70%;
    height: 100%;
    opacity: 0.4;
}


.tursest_faq_home_s {
    background-image: url(../images/trusted_before_vector.svg);
    width: 100%;
    height: 100%;
    background-size: 85%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: 30px 0px;
    position: relative;
    z-index: 6666;
}

.profit_costs_cta_outer.homecta .container {
    position: relative;
    z-index: 666;
}

.faq_cta_outer h2 {
    padding-bottom: 20px;
    text-shadow: rgb(255, 220, 136) 0px 4px 50px;
}

.profit_cost_cnt h2 {
    letter-spacing: -3.6px;
    padding-bottom: 24px;
    text-shadow: 0px 4px 50px #f3bb2b;
}

.profit_cost_cnt p {
    font-size: 18px;
    color: #ffffff8e;
}

button {
    line-height: 20px;
}

button.learnbtn {
    margin-top: 30px;
    background-color: transparent;
    border: none;
    padding: 0px;
    display: flex;
}

button.learnbtn a {
    font-size: 20px;
    background-color: #f3bb2b;
    color: #000;
    border-radius: 50px;
    padding: 20px 64px;
    font-weight: 600;
}

button.learnbtn:hover {
    background-color: transparent;
}


.buysell_heder .custom-tabs li::before {
    display: none;
    content: '';
    background-image: url(../images/arrow-drop-right-fill.svg) !important;
    width: 35px;
    height: 51px;
    background-size: 35px;
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    top: 40%;
    transform: translateY(-50%);
}

.buysell_heder .custom-tabs li.sell-tab:before {
    right: inherit;
    background-image: url(../images/arrow-drop-arrow_two.svg) !important;
    right: inherit;
    left: -24px;
}

.faq_cta_outer .accordion-item {
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 16px;
}

.faq_cta_outer .accordion-item h3 button.accordion-button {
    font-size: 20px;
    background-color: transparent;
    color: #ffff;
    border-bottom: 1px solid #ffffff6b;
    border-radius: 0px !important;
    padding: 24px;
}

.faq_cta_outer .accordion-item.active h3 button.accordion-button[aria-expanded="true"] {
    background-color: #45484D;
    border-bottom: 1px solid #45484D;
}

.faq_cta_outer .accordion-item .collapse.show {
    background-color: #45484D;
}

.faq_cta_outer .accordion-item.active h3 button.accordion-button[aria-expanded="true"] {
    background-color: #45484D;
    border: 1px solid #45484D !important;
    box-shadow: none;
    padding-bottom: 10px;
}

.accordion-button::after {
    background-image: url(../images/plus_icon.png) !important;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center;
    background-color: #0a0a0a;
    padding: 10px;
    width: 36px !important;
    height: 36px !important;
}



.faq_cta_outer .accordion-button[aria-expanded="true"]::after {
    background-image: url(../images/close_icon.svg) !important;
    transform: rotate(0deg);
}

.faq_cta_outer .accordion-item h3 button.accordion-button[aria-expanded="true"]::after {
    background-color: transparent;
}

footer .row .col-sm-12.col-md-4.col-lg-6 p {
    width: 90%;
}


.right_costs_rg {
    width: 100%;
    display: flex;
    text-align: left;
    justify-content: end;
}

.row.cta_register_s {
    margin-top: 0px;
    border: 1px solid #835C00;
    border-radius: 20px;
    padding: 10px 10px 11px 48px;
}

.profit_cost_cnt {
    padding: 48px 0px 0px;
}

.trade_btn button:hover {
    background-color: #f3bb2b;
    color: #000;
    border-color: #f3bb2b;
}

.row.cta_register_s h5 {
    font-size: 22px;
}

.cta_vector {
    max-width: 420px;
}

.fipnext_logo_m {
    margin-top: -85px;
}

.cta_register_s ul.social_media {
    margin: -50px 0px 20px;
}

ul.social_media {
    display: flex;
    gap: 20px;
    margin: 30px 0px 20px;
}

.right_costs_rg ul {
    display: flex;
    flex-direction: column;
    gap: 140px;
}

.right_costs_rg ul li {
    font-size: 76px;
    color: #f3bb2b;
    font-weight: 800;
    line-height: 54px;
}

.right_costs_rg ul li span {
    font-size: 18px;
    color: #ffffff7a;
    font-weight: 400;
    display: block;
}



.trusted_partner {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}

.trusted_partner h2 {
    color: #fff;
    font-weight: 500;
    padding-bottom: 20px;
    text-shadow: rgb(255, 220, 136) 0px 4px 50px;
}

.partner_logos {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-top: 32px;
}

.top_space {
    margin-top: 10px;
}

.partner_logos .logos_slide {
    display: flex;
    width: 200%;
    animation: scrollLeft 15s linear infinite;
    gap: 24px;
    padding: 10px 0px;
}

.partner_logos .logos_slide img {
    width: 245px;
    background-color: #45484D;
    height: auto;
    padding: 8px 24px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000014;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


.partner_logos .logos_slide_right {
    display: flex;
    width: 200%;
    animation: scrollRight 15s linear infinite;
    gap: 24px;
    padding: 10px 0px;
}

.partner_logos .logos_slide_right img {
    width: 245px;
    background-color: #45484D;
    height: auto;
    padding: 8px 24px;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #00000014;
}

@keyframes scrollRight {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}


/*

.search_right form {
    border: 1px solid #666;
    border-radius: 50px;
    padding-right: 10px;
}

.search_right form input {
    padding: 10px 20px;
    background-color: transparent;
    border: none;
    color: #fff;
}

.search_right form input:focus {
    border: none !important;
}

.search_right form button {
    opacity: 0.8;
    border: none;
    background-color: transparent;
} */

.featured_blog {
    padding: 40px 0px;
}

.featured_block_bl {
    display: flex;
    justify-content: space-between;
    gap: 32px;
}


.sign_form_btn {
    display: flex;
    align-items: center;
    gap: 18px;
}

.blog_img {
    border-radius: 10px;
    overflow: hidden;
}

.featured_cnt_bl h3 {
    font-size: 24px;
    padding-bottom: 10px;
}

.crypto_cta {
    border: 1px solid #5b5b5b;
    padding-left: 60px;
    border-radius: 10px;
    background-color: #111114;
    overflow: hidden;
}

.crypto_cta h3 {
    font-weight: 700;
}

a.startbtn {
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    color: #000;
    background: #f3bb2b;
    padding: 11px 32px;
    border: none;
    display: inline-block;
}

.cursor_pointer {
    cursor: pointer;
}

a.startbtn:hover {
    opacity: 0.8;
}

.crypto_cta .row {
    align-items: center;
}

.hot_articles_s {
    padding: 60px 0px;
}

.hot_articles_s h2 {
    font-size: 32px;
    font-weight: 600;
}

.block_blog {
    border: 1px solid #494949;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.articles_blog_bl .cursor-pointer img {
    max-height: 230px;
    width: 100%;
    object-fit: cover;
}

.crypto_cta.border_none.video_info {
    padding: 0px;
}

.border_none {
    border: none !important;
}

.video_info.crypto_cta h3 {
    font-size: 40px;
    text-transform: uppercase;
}

.video_info.crypto_cta h4 {
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #57934e, #aae9a1);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 24px 0px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
}

.video_info.crypto_cta h4::after {
    width: 100px;
    height: 2px;
    background: #aae9a1;
    content: "";
    right: 0px;
    bottom: 0px;
    position: absolute;
}

ul.success_sm {
    padding: 24px 0px 36px;
    display: flex;
    justify-content: end;
    gap: 32px;
}

ul.success_sm li {
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    color: #8c4ed8;
    line-height: 1;
    flex-direction: column;
}

.crypto_cta.video_info .col-sm-5 {
    text-align: right;
    padding-right: 60px;
}

.crypto_cta .row {
    align-items: center;
}

.video_info video {
    width: 100%;
}

video {
    border-radius: 10px 0px 0px 10px;
}

.cvtrade_video_s .video_info {
    border: 1px solid #666 !important;
    padding: 48px !important;
    border-radius: 32px;
}

.cvtrade_video_s .block_blog {
    height: 460px;
    margin-bottom: 40px;
}

.block_blog {
    border: 1px solid #494949;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.dashboard_bot_rightbtn {
    display: flex;
    gap: 15px;
    align-items: center;
}

.dashboard_bot_rightbtn button.addfundsbtn {
    background-color: #00b500;
    border: none;
}

.dashboard_bot_rightbtn button.addfundsbtn:hover {
    opacity: 0.8;
}

.dashboard_bot_rightbtn button.addfundsbtn a {
    color: #fff;
}

.dashboard_bot_rightbtn button.addfundsbtn.withdrawbtn {
    color: #fff;
    background-color: #ff0000;

}

.cvtrade_video_s .cta_img {
    padding: 24px;
    border: 1px solid #454444;
    width: 100%;
    border-radius: 10px;
}

ul.success_sm li span {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    margin-top: .5rem;
}

.top_articles_h {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 15px;
    background-color: #1a1a1a;
}

.top_articles_h h3 a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: flex;
    gap: 6px;
}

.top_articles_h img {
    width: 22px;
}

body.light_theme .scan_cnt_l address p {
    color: #000;
}

section.featured_blog h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

.subscribe_form {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 60px;
}

.email_icon {
    max-width: 140px;
}

.subscribe_form h4 {
    font-size: 32px;
    font-weight: 600;
}

.subscribe_form form {
    border: 1px solid #666;
    display: inline-block;
    border-radius: 10px;
    width: 50%;
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    border-radius: 50px;
}

.subscribe_form form input[type="text"] {
    width: 71%;
    background-color: transparent;
    border: none;
    padding: 0px 15px;
    color: #fff;
}

.subscribe_form form input[type="text"]:focus {
    border: none !important;

}

.subscribe_form form button.submit_btn {
    background-color: #f3bb2b;
    color: #000;
    padding: 10px 24px;
    border-radius: 0px 50px 50px 0px;
    border: none;
}

.recentblog_top .view_allbtn {
    padding: 0px;
}

.recentblog_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.articles_blog_bl {
    padding: 24px;
}


.articles_blog_bl .thumb img {
    border-radius: 10px;
    transition: 1s all;
}

.articles_blog_bl .thumb img:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
}

ul.meta_date {
    display: flex;
    gap: 12px;
    font-size: 15px;
    color: #e3e3e3;
}

.articles_blog_bl h4 {
    font-size: 18px;
    margin-top: 20px;
}

.view_allbtn {
    padding: 24px;
    text-align: center;
}

.view_allbtn a {
    color: #fff;
}

section.hot_articles_s .row {
    margin-top: 32px;
}

.articles_blog_bl .cursor-pointer {
    cursor: pointer !important;
    overflow: hidden;
    max-width: 410px;
    display: block;
    border-radius: 10px;
}

.sign_form {
    display: flex;
    justify-content: space-between;
    background-color: #393939;
    padding: 4px;
    border-radius: 100px;
}

.dashboard_listing_section.top_p {
    margin-top: 0px;
}

/* .sign_form input {
    border: none;
    border-radius: 50px;
    background-color: transparent;
}

.sign_form [type="text"] {
    font-size: 16px;
    color: #6b6b6b;
    padding: 0px 15px;
}

.sign_form [type="text"]:focus {
    border: none;
    outline: none;
}

.sign_form [type="button"] {
    background-color: #f3bb2b;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 12px 32px;
    border-radius: 100px;
}

.sign_form [type="button"]:hover {
    background-color: #5c11b2;
} */


.themecolor_icon i {
    color: #fff;
}


.btn-toggle-nav ul li a {
    color: #ffffffc1;
}

.profile_cvtrade {
    padding: 24px;
    border: 1px solid #434343;
    border-radius: 12px;
}

.kyc_approval_s.rejected {
    padding-bottom: 0px;
}

.profile_cvtrade h2 {
    font-size: 22px;
    font-weight: 600;
}

.profie_block {
    display: flex;
    justify-content: space-between;
}

.profile_cnt_lightb .editor_img_b img {
    border: 1px solid #666;
    border-radius: 50px;
}

.profile_cnt_lightb .editor_img_b {
    width: 40px;
}

.profie_block span {
    font-size: 15px;
    font-weight: 600;
}

.profie_block p {
    padding-top: 10px;
    font-size: 15px;
    color: #A2A2A2;
}

.profile_cnt {
    width: 80%;
}

.profile_right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}

.kyc_approval_s.activity_logs .cnt {
    width: 100%;
    gap: 7px;
}

.kyc_approval_s.activity_logs .cnt p {
    font-size: 16px;
}

.activity_logs table {
    margin-top: 24px;
}

.kyc_approval_s.activity_logs .price_heading {
    font-weight: 300;
    font-size: 16px;
    display: block;
    width: 100%;
}

.kyc_approval_s.activity_logs .right_t {
    font-size: 16px;
    font-weight: 300;
}

.currency_outer_b {
    display: grid;
    justify-content: space-between;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 32px;
}

.currency_preference_b {
    font-size: 18px;
    font-weight: 300;
    display: flex;
    cursor: pointer;
    padding: 20px;
    gap: 14px;
    background-color: transparent;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #f3bb2b;
}

.currency_preference_b.active {
    background-color: #ffdb8810;
}

.currency_preference_outer .dashboard_right_side.profileslider {
    width: 100%;
    margin-top: 50px;
}

.currency_preference_outer .kyc_approval_s .cnt {
    width: 100%;
    gap: 10px;
}

.profile_right .user_img {
    display: flex;
    border-radius: 0px;
    width: auto;
    align-items: center;
    gap: 10px;
    padding-right: 30px;
}

.profile_cvtrade .profile_cnt .user_img {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: inherit;
}

.profile_cvtrade .profile_cnt .user_img img {
    border-radius: 5px;
    width: 36px;
    object-fit: contain;
}

.user_img.email_ot i {
    border-radius: 5px;
    background-color: #f3bb2b;
    padding: 2px 6px;
    color: #000;
}

/* .profile_right .user_tow_img {

    padding-right: 0px !important;
} */

.chat_right strong {
    text-align: right;
}

.profile_right .user_img img {
    /* height: auto !important;
    width: auto !important; */
    border-radius: 7px;
}

.profile_btn {
    background-color: #f3bb2b;
    border-radius: 4px;
    font-size: 14px;
    padding: 5px 18px;
    font-weight: 700;
    color: #000;
}

.profile_outer_block .modal-content {
    background: #1a1a1a;
}


.search_form .modal-content {
    background: #1a1a1a;
    border-radius: 20px;
}



.search_form .modal-body {
    padding: 30px !important;
}

.search_form .modal-swap {
    padding: 20px 24px !important;
}

.form_block_login .email_code .input_filed {
    padding-right: 110px;
    width: 100%;
}

.email_code {
    position: relative;
}

.anytime_anywhere {
    padding-left: 30px;
    text-align: left;
}

.get_otp {
    position: absolute;
    color: #000;
    cursor: pointer;
    top: 8px;
    font-size: 14px;
    right: 8px;
    background-color: #f3bb2b;
    padding: 8px 15px;
    border-radius: 5px;
}

.register_form label.forgot_password {
    width: 100%;
    display: flex;
    font-weight: 400;
    text-align: left;
    align-items: center;
    gap: 6px;
}

.register_form .rewards_vector {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 60px;
}

.profile_cvtrade .modal.show .modal-dialog {
    color: #dbdbdb;
}

.profile_bl {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.user_profile_pick {
    position: relative;
}

.user-profile-editor_panel-form-field_object_avatar-uploader {
    cursor: pointer;
    height: 55px;
    width: 55px !important;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    /* width: 0; */
    z-index: 100002;
}

.earning_section_cate .slick-dots li button:before {
    color: #bdbdbd;
    font-size: 8px;
}

.earning_section_cate .slick-dots li {
    width: 15px;
    height: 15px;
    margin: 0px 2px;
}

.kyc_approval_s {
    display: flex;
    background-color: #1a1a1a;
    margin-top: 32px;
    border-radius: 12px;
    border: 1px solid #ffffff12;
    padding: 36px;
    gap: 32px;
    align-items: center;
}

.kyc_approval_s .Verify_img {
    width: 350px;
}

.kyc_approval_s h3 {
    color: #f3bb2b;
    font-weight: 700;
    margin: 0px;
}

body .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f3bb2b;
}

/* .otp_code_in2 <br> { display: none; } */

.Security_factor {
    width: 60%;
    margin-top: 24px;
    border: 1px solid #cdbb9024;
    padding: 24px 24px 24px;
    border-radius: 15px;
    background-color: #f3bb2b0d;
    row-gap: 18px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #0a0a0a;
    width: 200px;
}

.navigation .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #ffb800;
}

.navigation nav ul li ul li a {
    padding: 6px 18px !important;
}

.navigation nav ul li ul li a:hover {
    background-color: #222222;
}

.navigation nav ul li ul li a:focus {
    background-color: #222222;
}

.Security_factor .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
}

.Security_factor .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.Security_factor .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 24px;
}

.Security_factor .slider:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.Security_factor input:checked+.slider {
    background-color: #d19b1a;
}

.Security_factor input:checked+.slider:before {
    transform: translateX(20px);
}

.factor_bl {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 16px;
    font-weight: 400;
}

.two_factor_list {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #cdbb9024;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
}

.Security_factor p {
    font-weight: 600;
}

.kyc_approval_s.activity_logs .dashboard_summary .price_heading span {
    display: inline-block;
}

button.save_btn {
    background: #f3bb2b;
    border: none !important;
    margin-top: 24px;
    color: #000;
    box-shadow: none;
    padding: 10px 24px;
    border-radius: 4px;
    display: block;
    font-size: 16px !important;
    font-weight: 500;
}

.scaner_pop_up .modal-content {
    background-color: #191C1E;
}

.scaner_pop_up .modal-content h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    width: 100%;
    position: relative;
    top: 6px;
}

.scaner_pop_up .modal-body {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
}

.scaner_pop_up .scaner_img {
    background-color: #fff;
    padding: 18px 10px;
    border-radius: 18px;
    text-align: center;
    width: 250px;
}

input.code_scaner {
    font-size: 12px;
    padding: 5px;
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
}

.scaner_pop_up small {
    font-size: 13px;
    color: #fff;
    margin-top: -8px;
}

.scaner_pop_up button.save_btn {
    background: #f3bb2b;
    margin-top: 0px;
    padding: 10px 48px;
    color: #000;
    border-radius: 50px;
    font-size: 15px !important;
}

.scaner_pop_up .modal-header .btn-close {
    position: absolute;
    right: -9px;
    font-size: 18px;
    width: 16px;
    height: 16px;
    line-height: 15px;
    font-weight: 600;
    top: -10px;
    color: #080808;
    background: #f4b609;
    opacity: 1;
    border-radius: 50px;
}

.scaner_pop_up.thankyou_s p {
    margin-bottom: 5px;
}

.scaner_pop_up.thankyou_s .modal-body {
    width: 70%;
    border: 1px solid #6666;
    padding: 32px;
    border-radius: 24px;
    margin: 0 auto;
    color: #fff;
}

.scaner_pop_up.thankyou_s .modal-content {
    background-color: #191C1E;
    padding: 20px 20px 40px;
}

.scaner_pop_up .modal-header {
    border: none;
}

.scaner_pop_up input.input_text {
    width: 70%;
    font-size: 15px;
    margin: 0 auto;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 15px;
    border-radius: 50px;
    color: #fff;
}


body.light_theme .scaner_pop_up.thankyou_s .modal-body {
    border: 1px solid #66666636;
    color: #000;
}

body.light_theme .scaner_pop_up button.save_btn {
    background: #f4b609;
}

.left_side_chat {
    display: inline-block;
    background: #99ca91a6;
    padding: 20px;
    border-radius: 10px;
}


body .form-control:focus {
    border: none !important;
}


.top_header_dash .verify_btn a {
    font-size: 15px;
    padding: 6px 22px;
}

.top_header_dash .verify_btn {
    padding: 5px 0px 0px;
}

.kyc_approval_s .cnt {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.recent_deposit_list .price_heading img {
    max-width: 30px;
    border-radius: 50px;
    height: 30px;
    object-fit: cover;
}


.kyc_approval_s .cnt p {
    margin: 0px;
}

.kyc_approval_s .verify_btn {
    padding: 0px 0px 10px;
    align-items: normal;
    justify-content: normal;
}


.profile_cvtrade.kyc_form_info {
    width: 60%;
    padding: 48px;
    border: 1px solid #f3bb2b;
}


.modal.search_form#exampleModal .modal-dialog {
    transform: none;
    margin-top: 50px;
}

.security_form {
    padding-top: 24px;
}

header.sticky-top {
    z-index: 999999;
    background-color: #111214;
}

.profile_cvtrade .search_form .user_profile_pick input {
    color: #6f6f6f;
    background-color: transparent;
    border-color: #6f6f6f;
}

.profile_cvtrade .search_form .user_profile_pick input[type="button"] {
    color: #fff;
}

.security_form form.row {
    border: 1px solid #292929;
    padding: 32px 24px 36px;
    border-radius: 15px;
    background-color: #f3bb2b0d;
    row-gap: 18px;
}

.security_form form.row input {
    width: 100%;
    font-weight: 300;
    background-color: transparent;
    border: 1px solid #434343;
    color: #fff;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
}

.security_form form.row input[type="button"]:hover {
    background-color: #e9c87b;
}

.security_form form.row input:focus {
    border: 1px solid #0ecb78;
}

.form-control {
    border-radius: 50px;
}

.notification_table {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    margin-top: 32px;
    height: 500px;
    overflow: auto;
}

.earning_section_cate .row {
    align-items: center;
}

.select_network_s h4 {
    font-size: 15px;
    padding-top: 20px;
}

.kyc_form_s h5 {
    color: #fff;
}

.form-field-wrapper.mb-4 {
    color: #d2d2d2;
    font-size: 14px;
}

.personal_information {
    margin-top: -24px;
}

section.pb-5.kyc_form_s {
    margin-top: 32px;
}

.address_input {
    display: flex;
    gap: 10px;
    border: 1px solid #474d57;
    margin-top: 15px;
    padding: 15px;
    border-radius: 30px;
    justify-content: space-between;
}

.address_input input[type="text"] {
    border: none;
    background-color: transparent;
    width: 90%;
    color: #fff;
}

.select_network_s p {
    font-size: 14px;
    color: #a3a3a3;
    margin: 10px 0px 0px;
}

.withdraw_input {
    display: flex;
    gap: 10px;
    border: 1px solid #474d57;
    margin-top: 15px;
    align-items: center;
    padding: 15px;
    border-radius: 50px;
    justify-content: space-between;
}

.withdraw_input input[type="text"] {
    border: none;
    background-color: transparent;
    width: 50%;
    color: #fff;
}

.amount_sysmble {
    display: flex;
    gap: 10px;
    font-size: 15px;
}

.amount_sysmble span {
    color: #f3bb2b;
}

.wallet_btn_small path {
    fill: #212121;
}

body.light_theme .login_section .login-pills li .nav-link.active {
    border-bottom: 2px solid #f4b609 !important;
    color: #000 !important;
}

body.light_theme .login_section .login-pills li .nav-link {
    color: #878787d7 !important;
}

.login_section .login-pills {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0px !important;
}

.login-pills li {
    display: block;
    width: 50%;
}

.login-pills li .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 23px 12px;
    background: transparent;
    color: var(--white-color);
    border-radius: 0;
    font-weight: bold;
    border-bottom: 2px solid #ffffff0f;
    font-size: 18px;
}

.login-pills li .nav-link.active {
    color: #f3bb2b !important;
    background: transparent;
    color: #f3bb2b !important;
}

body .login_section .login-pills li .nav-link.active {
    border-bottom: 2px solid #f3bb2b !important;
}


.accordion-item.active .accordion-button:not(.collapsed)::after {
    background-image: url(../images/close_icon.svg) !important;
    transform: rotate(0deg);
}

.withdraw_amount_cnt {
    margin-top: 20px;
    border-bottom: 1px solid #c1c1c154;
    padding-bottom: 20px;
}

.withdraw_amount_cnt .top_space {
    margin-top: 10px !important;
}


.icon_cnt {
    width: 24px;
}

.notification_vector {
    padding-top: 32px;
    width: 500px;
    max-width: 100%;
}

.login_profile_header.active {
    opacity: 1;
    visibility: visible;
    right: 0px;
}

.notification_vector img {
    width: 300px;
}

.partner_page {
    color: #fff;
    display: inline-block;
    width: 100%;
    background-color: #111114;
    padding: 0px 0px 20px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}


.notification_table table tr {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: normal;
    gap: 16px;
}

canvas.qr_img.img-fluid {
    width: auto !important;
    height: auto !important;
}

.notification_table table tr td {
    border-bottom: 1px solid #ffffff14;
    padding-bottom: 32px;
}

.notification_table table tr td h4 {
    font-size: 18px;
}

.notification_table table tr td span {
    font-size: 13px;
    font-weight: 200;
}

.chat_messages_block p {
    margin: 0px;
}

.kyc_approval_s.activity_logs .notification_table table tr td p {
    margin-top: 10px;
    font-size: 13px;
    color: #ffffff9e;
}

.login_section {
    display: flex;
    gap: 60px;
    background-color: #0000;
    justify-content: space-between;
    height: 100%;
    position: relative;
    padding-top: 50px;
    background-image: url(../images/login_bg.svg);
    min-height: 970px;
    background-position: center top;
    background-repeat: no-repeat;
    justify-content: center;
}

.icon_notificaton_r ul li.wallet_tb:hover .wallet_profile_tab {
    opacity: 1;
    visibility: visible;
}


.wallet_profile_tab {
    opacity: 0;
    visibility: hidden;
    left: -250px;
    width: 300px;
    background-color: #191C1E;
    padding: 24px;
    border-radius: 10px;
    position: absolute;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wallet_profile_tab h3 {
    font-size: 17px;
}

ul.wallet_price_list {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

ul.wallet_price_list li {
    font-size: 14px;
    font-weight: 500;
    color: #0ECB70;
}

.wallet_btn_small {
    display: flex;
    gap: 7px;
    margin: 3px 0px;
}

.wallet_btn_small a {
    display: flex;
    gap: 6px;
    background-color: #f3bb2b;
    border: 1px solid #f3bb2b;
    color: #000;
    padding: 5px 22px;
    font-size: 14px;
    border-radius: 50px;
}

.wallet_btn_small button img {
    width: 15px;
}

ul.ac_wallet_info li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

ul.ac_wallet_info li img {
    width: 16px;
}

ul.ac_wallet_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

ul.ac_wallet_info li a {
    font-size: 16px;
    color: #fff;
}


.registration__info p {
    margin: 0px;
    color: #9b9b9b;
}

.registration__info.bottom {
    text-align: center;
    margin-top: 60px;
}

.login_cnt {
    padding: 80px 80px 30px;
}

.left_bar_login {
    position: relative;
    width: 40%;
    color: #fff;
    background-color: #111114;
    height: 100vh;
}

.left_bar_login h1 {
    font-size: 32px;
    font-weight: 700;
}

.left_bar_login p {
    padding-top: 8px;
    color: #cccccc;
    font-size: 18px;
    font-weight: 300;
}

.registration__info p a {
    font-weight: 700;
    color: #f3bb2b;
}

.rewards_vector {
    max-width: 100%;
    width: 550px;
    margin: 30px auto;
    opacity: 0.9;
}

.blog_detail .blog-content {
    color: #ffffffd1;
}

.blog_detail h2 {
    font-size: 32px;
    padding-bottom: 15px;
    font-weight: 700;
}

.blog_detail p {
    font-size: 15px;
}

.single_blog_img {
    background: #26293340;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #434343;
    margin-bottom: 36px;
}

.single_blog_img img {
    width: 100%;
    border-radius: 15px;
}

.single_blog_img img {
    width: 100%;
}

.login_form_right {
    width: 60%;
}

.meme_coin_top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: baseline;
}

.meme_coin_top h1 {
    font-size: 60px;
    font-weight: 700;
}

.meme_coin_top p {
    font-size: 22px;
    font-weight: 400;
}

.meme_coin_cnt {
    width: 100%;
}

.meme_right_img {
    width: 50%;
    position: relative;
}


.sc-bdfBQB.sc-kmATbt.fOxqyX.dzKkzw {
    display: flex;
    position: relative;
    gap: 36px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.sc-bdfBQB.sc-kmATbt.fOxqyX.dzKkzw:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #0ecb70;
}

.check_bar {
    display: flex;
    gap: 10px;
    color: #fff;
    background-color: #1a1a1a;
    padding: 8px 24px;
    border-radius: 50px;
    align-items: center;
    position: relative;
    z-index: 999;
}

.check_bar h5 {
    font-size: 15px;
    margin: 0px;
}


.kyc_nofti.kyc_done {
    max-width: 80%;
    margin: 20px auto;
}

.banner_hotCoinContainer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.check_bar {
    display: flex;
    gap: 10px;
    color: #fff;
}

.pb-5.kyc_form_s .m-auto {
    width: 100% !important;
    margin: auto !important;
}

.banner_hotCoin {
    position: relative;
    overflow: hidden;
    animation: banner_move-up-down-best__Nigcl 3s linear infinite;
    z-index: 2;
}

@keyframes banner_move-up-down-best__Nigcl {
    0% {
        transform: translateY(6px)
    }

    20% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(6px)
    }
}

.banner_img {
    max-width: 450px;
    /* margin: 0 auto; */
    float: right;
}

@keyframes banner_move_up_hero {
    0% {
        transform: translateY(6px)
    }

    20% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    75% {
        transform: translateY(0)
    }

    to {
        transform: translateY(6px)
    }
}


.vector_currency {
    animation: slowSpin 20s linear infinite;
}


@keyframes slowSpin {
    0% {
        transform: rotate(0deg);
    }

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

/* 

.ripple-shape {
    transform: skewX(240deg);
    position: relative;
    pointer-events: none;
    opacity: 0.6;
}

.ripple-1 {
    animation-delay: 0;
}
.ripple-1, .ripple-2, .ripple-3, .ripple-4, .ripple-5, .ripple-6, .ripple-7 {
    width: 700px;
    height: 700px;
    position: absolute;
    left: 20%;
    top: -100px;
    transform: translate(-60%, -40%);
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    animation: ripple2 10s linear infinite;
    opacity: 0;
    transition: 0.4s;
}

.ripple-3 {
    animation-delay: 3s;
}
.ripple-2 {
    animation-delay: 1s;
}
.ripple-4 {
    animation-delay: 5s;
}
.ripple-5 {
    animation-delay: 6s;
} */


@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    100% {
        transform: scale(2.1);
        opacity: 0;
    }
}

@keyframes ripple2 {
    0% {
        transform: scale(0);
        opacity: 1;
    }

    10% {
        opacity: 0.6;
    }

    30% {
        opacity: 0.4;
    }

    40% {
        opacity: 0.2;
    }

    50% {
        opacity: 0.14;
    }

    100% {
        transform: scale(3.5);
        opacity: 0;
    }
}

.gainers_table table tr th.name {
    width: 29%;
}

.losers_table table tr th.name {
    width: 25%;
}

.field-box {
    position: relative;
}

.field-otp-box input {
    color: #fff;
    height: 53px;
    border: 1px solid #ffffff15;
    width: 100%;
    background-color: #202020;
    border-radius: 50px;
    padding-left: 20px;
}

button.btn.btn-sm.otpinput {
    background-color: #f3bb2b !important;
    color: #000 !important;
    border-radius: 50px;
}

/* Placeholder text black karne ke liye */
.input_filed::placeholder {
    color: #000 !important;
    opacity: 1;
    /* Some browsers reduce opacity by default */
}

/* For cross-browser compatibility */
.input_filed::-webkit-input-placeholder {
    color: #000 !important;
}

.input_filed:-moz-placeholder {
    color: #000 !important;
}

.input_filed::-moz-placeholder {
    color: #000 !important;
}

.input_filed:-ms-input-placeholder {
    color: #000 !important;
}

.disclaimer {
    font-size: 13px;
}

.disclaimer label {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.disclaimer li {
    padding: 7px 0 0 10px;
    line-height: 1.5;
    font-size: 12px;
    text-align: justify;
}

.crypto_list {
    margin: 24px 0px;
}

.coin-card_cardItemWrapper {
    margin: 20px 0px 0px;
}

.lightbox_two {
    overflow: hidden;
    height: 100vh;
}

body.popup-open {
    overflow: hidden;
    height: 100vh;
}

.crypto_list ul li .crypto_icon img {
    border-radius: 16px;
}

.crypto_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.blog_section_b h1 {
    font-size: 60px;
    font-weight: 700;
    color: #f3bb2b;
}

section.inner-page-banner.bg-2 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 36px;
}



.top_right_img {
    max-width: 450px;
}

.breadcrumb li {
    color: #fff !important;
}

.breadcrumb li a {
    color: #f3bb2b !important;
}

.single-blog {
    background: #26293340;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #434343;
}

.single-blog .content {
    padding-top: 20px;
    padding-bottom: 5px;
}

.single-blog .title small {
    font-size: 14px;
    font-weight: 300;
    display: block;
    line-height: 1.5;
    opacity: 0.8;
    margin: 6px 0;
}

.single-blog .title h4 {
    font-size: 20px;
    font-weight: 700;
}

.single-widget {
    background: #2629334a;
    padding: 25px 20px;
    border-radius: 8px;
    margin-top: 0px !important;
    border: 1px solid #434343a6;
}


.no_data_s img {
    max-width: 90px;
}

.recent-post h3 {
    font-weight: 700;
}

.recent-post ul.list_with_img li a {
    color: #f3bb2b;
    font-size: 13px;
}

.crypto_list ul li {
    background-color: #111621;
    padding: 16px;
    border-radius: 18px;
    border: 1px solid #000;
}

.meme_listing_section {
    padding: 40px 0px 0px;
    background-color: #0a0a0a;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.meme_listing_section .tab-content>.tab-pane {
    padding-right: 0px;
    height: 100%;
}

.what_coin_s h2 {
    font-size: 32px;
}

.what_coin_s p {
    font-size: 18px;
    margin: 0px;
    color: #cdcdcd;
}

.banner_images {
    width: 350px;
}

.ant-card-head-title h3 img {
    padding-right: 7px;
}

.meme_hero_s .container {
    width: 80%;
}

.hero-banner-style.top-section-gap {
    color: #fff;
}

section.faq_sec .section-title {
    margin-bottom: 20px;
}

.banner_bottom_img {
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner_coinMask_animation {
    position: absolute;
    bottom: 0;
}

.rounded_img {
    border: 10px solid #cae0f7;
    border-radius: 100%;
    overflow: hidden;
    width: 160px;
}

.left_img {
    position: relative;
    left: 25px;
    top: 10px;
}

.right_img {
    position: relative;
    right: 25px;
    top: 10px;
}

.center_img {
    position: relative;
    z-index: 666;
}

.form_block_login {
    padding: 50px 150px;
    color: #F5F5F5;
}

.form_block_login h2 {
    font-size: 36px;
    font-weight: 700;
    color: #f3bb2b;
    text-align: center;
    letter-spacing: 4px;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.form_block_login form {
    margin-top: 36px;
}

.form_block_login .row {
    gap: 24px;
}

.form_block_login .col-sm-12.input_block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal.search_form input:focus {
    border: 1px solid #ffffff26 !important;
}

body.light_theme .modal.search_form input:focus {
    border: 1px solid #00000026 !important;
}


.themecolor_icon i.ri-moon-line {
    display: none;
}

.light_theme .themecolor_icon i.ri-moon-line {
    display: block;
    color: #040404;
}


.form_block_login label {
    font-size: 13px;
    font-weight: 300;
    color: #f3bb2b;
}

.form_block_login .input_filed {
    border: 1px solid #787878;
}

.login_section {
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
    /* border-radius: 32px; */
    /* padding: 40px; */
    /* border: 1px solid #3666; */
}

.login_section .form_block_login {
    padding: 50px 50px;
    color: #F5F5F5;
    border: 1px solid #2d2d2d;
    background-color: #000;
    border-radius: 32px;
    box-shadow: 0px 2px 20px #ffffff20;
}

.login_section .login_form_right {
    margin: 60px 0px;
    max-width: 664px;
}

.listing_left_outer .market_section {
    margin-top: 32px;
}

.form_block_login .input_filed {
    color: #ffffff;
    border: 1px solid #787878;
    font-size: 13px;
    padding: 16px 20px;
    border-radius: 5px;
    background-color: transparent;
}

a.forgot_password {
    color: #f1dba5;
    width: 100%;
    font-weight: 300;
    text-decoration: underline;
    text-align: right;
    justify-content: end;
    align-items: center;
    display: flex;
    gap: 5px;
    font-size: 13px;
    margin-top: -12px;
}

button:disabled {
    background-color: #a49570 !important;
    /* light gray */
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    pointer-events: none !important;
}


.email_code .get_otp.otpcode {
    background-color: #f3bb2b;
    font-size: 14px;
    padding: 9px 12px;
    top: 8px;
}

.email_code .get_otp {
    color: #505050;
    top: 18px;
    font-size: 14px;
    background-color: transparent;
    padding: 0px 15px;
}

.login_btn input[type="button"] {
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    color: #000;
    border: none;
    width: 100%;
    background: #f3bb2b !important;
}

.login_btn input[type="button"]:hover {
    opacity: 0.9;
}


input:focus {
    border: 1px solid #f3bb2b !important;
}

.currency_td {
    display: flex;
    gap: 10px;
    align-items: center;
}

.currency_td img {
    width: 22px;
}

.pricetag {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    flex-direction: column;
}

.balance_td {
    display: flex;
    flex-direction: column;
    font-size: 14px;
}

.td_btn_balance button {
    background-color: #5EC732;
    border: 1px solid transparent;
    padding: 7px 24px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    white-space: nowrap;
}

.td_btn_balance {
    display: flex;
    gap: 15px;
}

.td_btn_balance button.deposit {
    background-color: #fff;
    color: #000;
}

.td_btn_balance button.walletbtn {
    background-color: #F6CF25;
    color: #000;
}

.wallet_balance_tb table tr td {
    /* width: 34%; */
}

.wallet_balance_tb table tr th {
    width: 34%;
}

.wallet_balance_tb table tr td,
tr th {
    font-size: 15px;
    font-weight: 300;
    padding: 15px 12px;
}

.wallet_balance_tb table tr th {
    white-space: nowrap;
}

.td_btn_balance button.withdrawbtn {
    background-color: #F52534;
}

body .wallet_balance_tb table tr th {
    padding: 15px 12px !important;
    font-weight: 500;
}

form.searchinput {
    background-color: #222222;
    padding: 8px;
    border-radius: 50px;
    border: 1px solid #7878789c;
}

.revolutionizing_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 10px;
}

.scrolled {
    background-color: #0a0a0a;
    position: fixed;
    width: 100%;
}


.check_bar.active {
    background-color: #f3bb2b;
    color: #000;
}


.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}


.signupbtn {
    clip-path: polygon(16% 0%, 100% 0, 100% 65%, 82% 100%, 0 100%, 0% 45%);
    background: #f3bb2b;
    border: none;
    color: #000;
    padding: 13px 48px;
    transition: 1s all;
    font-size: 14px;
    font-weight: 500;
}

.signupbtn:hover {
    background: #cfa84c;
}

.revolutionizing_btn a {
    color: #000;
}

.tradebtn:hover {
    background: #f3bb2b;
}

.tradebtn {
    display: inline-block;
    clip-path: polygon(0% 0%, 87% 0%, 100% 50%, 100% 100%, 60% 115%, 12% 100%, 0% 63%);
    background: #fff;
    border: none;
    transition: 1s all;
    color: #111;
    padding: 11px 48px;
    font-size: 15px;
    font-weight: 500;
}


body form.searchinput button {
    border: none;
    background-color: transparent;
    width: auto;
    padding: 0px;
}

body form.searchinput input {
    border: none;
    font-weight: 300;
    background: transparent;
    width: 140px;
    color: #fff;
}

body form.searchinput input:focus {
    border: none !important;
}

.wallet_balance_tb .user_list_top h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 300;
}

.wallet_balance_tb table {
    width: 100%;
}

.pricetag span {
    font-size: 11px;
    font-weight: 200;
}

.registration__info {
    text-align: center;
}

.currency_btn_2 {
    display: flex;
    gap: 15px;
}

.security_form form.row input[type="button"] {
    background: #f3bb2b;
    border: none !important;
    margin-top: 5px;
    color: #000;
    box-shadow: none;
    display: block;
    font-size: 16px !important;
    font-weight: 500;
    box-shadow: 0px 0px 15px #00000036;
}

.google_btn {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #909090;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 12px;
    box-shadow: 0px 0px 15px #0000001e;
}


.login_section .nav-tabs {
    border: none !important;
    gap: 24px;
    font-weight: 800;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-shadow: none !important;
    margin-top: 32px;
}

.login_section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none !important;
}

.app_btn button:hover {
    background-color: transparent;
}

.login_section .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none !important;
}

.login_section .nav.nav-tabs li button {
    display: flex;
    padding: 0px !important;
    align-items: center;
    background-color: transparent;
    gap: 8px;
    color: #4c4c4c;
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

.login_section .nav.nav-tabs li {
    height: 25px;
}

.login_section .nav.nav-tabs li button.active {
    color: #32f469;
}

.login_section .nav.nav-tabs li button.active path {
    fill: #32f469;
}

.login_section .nav-link:focus-visible {
    border: none !important;
    outline: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.login_section .nav.nav-tabs li button img {
    width: 22px;
}

.login_section .tab-content>.tab-pane {
    overflow: inherit;
    padding-right: 0px;
    height: 100%;
}

.security_form label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #ffffffbf;
}

.user_profile_editor {
    position: absolute;
    left: 0px;
    opacity: 0;
    font-size: 24px;
    transition: 1s;
    color: #000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.updated_profile_img {
    width: 240px;
    margin: 0 auto;
}

.profile_form .input_filed {
    display: flex;
    gap: 40px;
    font-size: 13px;
}

.profile_form label {
    width: 30%;
}

form.profile_form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

button.morebtn:hover {
    background-color: transparent !important;
}


form.profile_form input[type="button"] {
    background-color: #f3bb2b !important;
    color: #000 !important;
    border: none;
    font-size: 15px !important;
    font-weight: 600;
}

.overview_btn button a {
    color: #fff;
}

.profile_outer_block {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.editor_img_b:hover .user_profile_editor {
    opacity: 1;
}

.editor_img_b:hover::before {
    opacity: 1;
}

.editor_img_b::before {
    position: absolute;
    height: 100%;
    transition: 1s;
    width: 100%;
    background: rgba(129, 26, 255, 0.7);
    content: "";
    opacity: 0;
}

.editor_img_b {
    position: relative;
    width: 70px;
    border-radius: 7px;
    overflow: hidden;
}

.user_profile_editor svg {
    width: 24px;
    color: #fff;
}

.user_profile_pick p {
    font-size: 12px;
    padding-top: 5px;
}

.profile_bl h5 {
    font-size: 15px;
    font-weight: 700;
}

.btn_profile_list {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.profile_btn:hover {
    color: #000;
    opacity: 0.9;
}

.btn_profile_list button {
    width: 100%;
    background-color: #2b3139;
    font-size: 16px;
    text-align: center;
    border: none;
    padding: 9px 24px;
    border-radius: 5px;
    color: #fff;
}

header .nav-link:focus,
.nav-link:hover {
    color: #f3bb2b;
}

.profile_id img {
    width: 12px;
    cursor: pointer;
}

.currency_preference_b .icon {
    width: 36px;
}

.otp_code_in2 {
    position: relative;
}

.otp_code_in2 button {
    position: absolute;
    right: 5px;
    color: #000 !important;
    background: #f3bb2b;
    padding: 13px 12px 9px;
    top: 5px;
    font-size: 12px;
    border-radius: 50px;
}

.get_otp2 {
    cursor: pointer;
    background-color: #f3bb2b;
    font-size: 13px;
    padding: 7px 12px;
    border-radius: 50px;
    font-weight: 600;
    color: #000;
}

.otp_code_in2 button:hover {
    background: #775c97;
}

.otp_code_in2 input[type="number"] {
    padding-right: 85px !important;
}

p.center_b {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.center_cntr {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.kyc_form_s button {
    background: #f3bb2b;
    border: none !important;
    padding: 14px 20px;
    color: #000 !important;
    box-shadow: none;
    display: block;
    font-size: 16px !important;
    box-shadow: 0px 0px 15px #00000036;
}

.kyc_form_s button:hover {
    background: #dbb969;
}

.create-item-wrapper-kyc .rightsidebox .d-kyc_sec {
    text-align: center;
    margin-top: 45px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

p.center_b .no_data_s {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.btn_profile_list button.savebtn {
    background-color: #f3bb2b;
    color: #000;
}

.btn_profile_list button:hover {
    opacity: 0.9;
}

.bankpop_up_d .form-group label {
    font-size: 15px;
    font-weight: 400;
}

.dashboard_right_side.profileslider .slick-slide {
    justify-content: space-between !important;
}

.banner_img_add {
    display: flex !important;
    width: 100% !important;
    justify-content: space-between;
}

.profile_cvtrade .modal-title {
    font-size: 18px;
    font-weight: 700;
}

.profile_cvtrade .modal-dialog p {
    font-size: 14px;
    margin: 0px;
}

.profile_cnt_lightb {
    padding: 24px 10px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile_cvtrade .search_form input {
    background-color: transparent;
    color: #fff !important;
    border: 1px solid #ffffff26;
    padding: 13px 20px;
    width: 100%;
}

.profile_cvtrade .modal-header {
    border-bottom: none !important;
}

.dashboard_right_side.profileslider {
    width: 100%;
    margin: 30px auto;
}

.profile_form label {
    color: #d7d7d7d6;
}

.otp_s_in {
    position: relative;
    width: 100%;
}

.otp_s_in button {
    color: #000 !important;
    background: #f3bb2b;
    top: 13px;
    font-size: 12px;
    border-radius: 20px;
    position: absolute;
    right: 11px;
    border: none;
    padding: 4px 10px;
}

.profile_cvtrade .search_form .otp_s_in input {
    padding-right: 80px;
}


.user_profile_pick .editor_img_b img {
    width: auto !important;
    height: auto !important;
}

.dashboard_right_side.profileslider .slick-slide {
    background-color: #f3bb2b21;
    border: 1px solid #cdbb9047;
    padding: 32px;
}

.dashboard_right_side.profileslider .slick-slide .cnt_slider_f {
    text-align: left;
}

.slick-list {
    padding-right: 1px !important;
}

.dashboard_right_side.profileslider .slick-slide h6 {
    font-size: 23px;
}

.dashboard_right_side.profileslider .slick-slide p {
    font-size: 20px;
}


.banner_add_slider .banner_img_add {
    justify-content: center;
}

.ranking_outer {
    background-color: #0a0a0a;
    border: 1px solid #2a2a2a;
    padding: 30px 0px;
    border-left: 0px;
}

.bank_detail_info {
    background-color: #1a1a1a;
    padding: 30px 40px;
    border-radius: 20px;
    margin-top: 20px;
}

.bank_detail_info h1 {
    font-size: 24px;
}

.slick-track {
    display: flex !important;
}

.ranking_outer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 32px;
}

.ranking_outer ul li {
    text-align: center;
    font-size: 18px;
    color: #AEB2BD;
}

.ranking_outer ul li h2 {
    font-size: 40px;
    color: #ebebeb;
    font-weight: 700;
}

.banner_add_slider {
    padding: 50px 0px;
    background-color: #111114;
}

.banner_img_add img {
    border-radius: 15px;
}

.refrefer_earn_mobile_vector {
    display: none;
}

.verify_btn {
    display: flex;
    padding: 30px 0px 10px;
    align-items: center;
    justify-content: center;
}

.mobile_view_verify {
    display: none;
}

.hot_trading_t {
    padding: 20px 0px;
}

.hot_trading_t h3 {
    font-size: 20px;
    font-weight: 800;
    color: #c4c4c4;
}

.hot_trading_t table {
    width: 100%;
    color: #c4c4c4;
}

.table_pop_up.modal table tr {
    padding: 0px;
}

.table_pop_up.modal table tr:hover {
    background-color: transparent;
}

.table_pop_up.modal table tr td {
    gap: 5px;
    font-size: 14px;
    color: #e9e9e9;
    padding: 6px 0px;
    font-weight: 500;
}

.earningtop_search {
    margin-top: 0px;
    position: absolute;
    top: 34px;
    right: 40px;
}

img.round_img {
    width: 30px !important;
    border-radius: 50px;
    height: 30px !important;
    object-fit: cover;
}

.table_pop_up.modal h2 {
    font-size: 22px;
    color: #eeeeee;
    font-weight: 600;
}

.search_coin td.right_t.price_tb {
    font-weight: 500;
}

.table_pop_up.modal .modal-header {
    padding-bottom: 0px !important;
    border-bottom: none;
}

.table_pop_up.modal p.help_chat {
    text-align: center;
}

.table_pop_up.modal p.help_chat a {
    color: #e9e9e9;
    font-weight: 700;
}

.table_pop_up.modal table tr td span {
    color: #e9e9e9;
}

.table_pop_up.modal table tr td span.green {
    color: #2ebd85;
}

.table_pop_up.modal table tr td span.yellow {
    color: #F0B90B;
}

.table_pop_up.modal table tr td span.red {
    color: #f00;
}

.hot_trading_t th,
td {
    padding: 12px 2px;
    text-align: left;
}

.withdrawal_top_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
    padding-left: 32px;
}

.withdrawal_top_list .bn_step_content {
    width: 100%;
    color: #cfcfcf;
}

.withdrawal_top_list h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0px;
    position: relative;
}

.withdrawal_top_list span {
    font-size: 13px;
    font-weight: 400;
}

.withdrawal_top_list h5::before {
    position: absolute;
    top: 3px;
    left: -33px;
    content: "";
    width: 14px;
    transform: rotate(45deg);
    height: 14px;
    background-color: #bc83ff;
    border-radius: 3px;
}

.withdrawal_pending::before {

    background-color: #ffffff !important;
}

.news_announcement {
    margin: 32px 0px;
}

body .red {
    color: #f00;
}

.announcement_block div p {
    margin: 0px;
}

.hot_trading_t table tbody {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hot_trading_t table tbody tr {
    display: flex;
    cursor: pointer;
    gap: 12px;
    justify-content: space-between;
    width: 100%;
    padding: 0px 7px;
}

.hot_trading_t table tbody tr:hover {
    background-color: #00000046;
}

.hot_trading_t p {
    color: #ebebebc7;
    margin: 10px 0px 0px;
    font-size: 15px;
}

.more_btn {
    /* margin-top: 18px; */
    cursor: pointer;
}

.coin_items_select {
    display: flex;
    gap: 12px;
    font-size: 14px;
    margin: 15px 0px;
}

.coin_items_list {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
    font-size: 12px;
    background-color: #2e2e2e;
    padding: 7px 10px;
    border-radius: 7px;
}


.deposit_crypto_right .accordion-button::after {
    background-image: url("../images/faq_arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}

.modal.fade .modal-dialog {
    min-width: 730px;
    width: 100%;
}

.order_detail_pop .table-responsive {
    min-height: 100px;
    max-height: 380px;
}

.search_form.order_detail_pop.modelbg2 .hot_trading_t.model_height td {
    color: #fff;
}

body .search_form.order_detail_pop.modelbg2 td.padding-0 {
    padding: 6px 0px !important;
    font-size: 16px !important;
}

body .search_form.order_detail_pop.modelbg2 td.padding-0 i {
    color: #f3bb2b;
}

.deposit_crypto_right .accordion-button[aria-expanded="true"]::after {
    background-image: url("../images/faq_arrow.svg");
}

.deposit_crypto_right .accordion-button:focus {
    box-shadow: none;
}

.earning_calculator_section {
    padding: 0px 0px 100px;
    /* background-image: url(../images/calcultorbg.jpg); */
    margin-top: -60px;
    background-color: #0a0a0a;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.faq_cta_outer .accordion-item.active .accordion-collapse {
    display: block;
}

.faq_cta_outer .accordion-item .accordion-collapse {
    display: none;
}

.calculator_top_cnt {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(48, 36, 15, 1) 100%);
    padding: 100px 0px 20px;
    text-align: center;
    border-radius: 0px 0px 32px 32px;
}

.calculator_top_cnt h1 {
    font-size: 44px;
    font-weight: 300;
    letter-spacing: 2px;
}

.calculator_top_cnt h1 span {
    color: #000000;
    font-weight: 500;
}

.calculator_top_cnt h1 span {
    color: #000000;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(255, 240, 203, 1) 0%, rgba(255, 220, 136, 1) 48%, rgba(153, 132, 82, 1) 100%);
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0px 7px;
}

.earining_calculator_form.convertorusd_outer {
    max-width: 710px;
    margin: 70px auto;
    padding: 40px 80px;
    margin-bottom: 0px;
}

.convertor_top_price {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    align-items: start;
}

.convertor_top_price h3 .text-green {
    padding-right: 5px;
}

.convertor_top_price h3 {
    font-size: 24px;
}

.earining_calculator_form input {
    color: #fff;
}

.dashboard_recent_s.earningrecent {
    background-color: #ffffff10;
}

.earningrecent form.searchinput {
    background-color: transparent;
}

.earining_calculator_form input:focus {
    border: none !important;
}

.earining_calculator_form {
    width: 100%;
    margin: 48px 0px;
    background-color: #ffffff10;
    border-radius: 20px;
    padding: 40px 100px;
    border: 1px solid #8e8e8e8c;
}

.earining_calculator_form .form_input {
    display: flex;
    align-items: start;
    flex-direction: column;
    border: 1px solid #787878;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.earining_calculator_form label {
    color: #FFF1D1;
    font-size: 12px;
    font-weight: 300;
}

.earining_calculator_form input[type="text"] {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
}

.earining_calculator_form .note_text label {
    font-size: 16px;
    color: #fff;
    margin-top: -10px;
}

.note_text {
    margin-top: -10px;
}

.buttonform {
    text-align: center;
}

button.btn_submit {
    background-color: #f3bb2b;
    border: none;
    padding: 10px 32px;
    width: 250px;
    max-width: 100%;
    border-radius: 5px;
    transition: 1s all;
    font-size: 20px;
    font-weight: 600;
}

.earining_calculator_form .buttonform button.btn_submit {
    margin: 0 auto;
}



.profit_costs_cta_outer.costouterbg .profit_cost_cnt {
    padding: 0px;
}

.earining_calculator_form form {
    max-width: 80%;
    margin: 0 auto;
    padding: 24px 0px 0px;
}

.earining_calculator_form .buttonform {
    text-align: center;
    margin-top: 24px;
}

button.btn_submit:hover {
    background-color: #b99c57;
}

.earining_calculator_form select {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
}

section.hot_articles_s.recent_blog {
    padding-top: 0px;
}

input[type="date"] {
    width: 100%;
    background-color: transparent;
    border: none;
    font-size: 15px;
    color: #fff;
}

.earining_calculator_form h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
}

.coin_items_list:hover {
    background-color: #5f5f5f;
}

.blog_detail {
    color: #fff;
    background-color: #111114;
    padding: 50px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.modal.search_form input {
    padding: 12px !important;
}


button.addfundsbtn a {
    color: #000;
}

body.light_theme .review_information .text-center {
    color: #000;
}

.modal .hot_trading_t table tbody tr:hover {
    background-color: transparent;
}

.search_form .modal-header h5 {
    color: #fff;
    margin: 0px;
}

.light_theme .search_form .modal-header h5 {
    color: #000;
}

.modal.search_form .mt-2 {
    width: 100%;
    padding-right: 15px;
}

.modal.search_form button.orderbtn {
    width: 100%;
}

.light_theme .modal.search_form button.orderbtn {
    background-color: #F4B609;
}

.light_theme .modal.search_form .price_max_total button {
    background-color: #F4B609;
    color: #000
}

.light_theme .modelbg2.modal .text-info {
    color: #000 !important;
}

.select_network_s {
    margin-top: 24px;
}

section.blog_list {
    margin-top: 24px;
}

.network_top_p {
    margin-top: -15px;
    display: flex;
    gap: 7px;
    margin-bottom: 10px;
    background-color: #c5b7d6;
    padding: 12px;
    border-radius: 5px;
}

.deposit_crypto_block_coin .modal h2 {
    color: #c4c4c4;
}

.deposit_crypto_block_coin .modal .modal-header {
    padding-bottom: 0px !important;
    border-bottom: none !important;
}

.network_top_p p {
    color: #000;
    margin: 0px;
    font-size: 13px;
    font-weight: 500;
}

.network_top_p svg {
    width: 18px;
    color: #5e5e5e;
}

/* .navigation nav ul li.mememenu a{ background: -webkit-linear-gradient(#ce84ff, #5142a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: trans
    parent; } */

td.right_t.price_tb {
    font-weight: 600;
    font-size: 15px;
}

td.right_t.price_tb span {
    font-weight: 600;
    display: block;
    font-size: 12px;
}

.hot_trading_t .price_heading span {
    font-size: 13px;
    font-weight: 500;
}

.icon_notificaton_r ul li {
    position: relative;
}

.header_notification {
    opacity: 0;
    position: absolute;
    top: 40px;
    gap: 12px;
    height: 270px;
    overflow: auto;
    color: #bfbfbf;
    visibility: hidden;
    transition: 0.5s;
    padding: 18px;
    flex-direction: column-reverse;
    min-width: 240px;
    left: -140px;
    background-color: #191C1E;
    justify-content: start;
    border-radius: 15px;
    align-items: start;
    border: 1px solid #191C1E;
}

.header_notification .more_btn a {
    font-size: 14px;
    text-align: right;
    justify-content: end;
    color: #bfbfbf;
}

.icon_notificaton_r ul li.notification_nav:hover .header_notification {
    opacity: 1;
    visibility: visible;
}

.header_notification .more_btn {
    width: 100%;
}

.header_notification .annousment_left {
    width: 100%;
    gap: 12px;
    font-size: 13px;
}

.header_notification .annousment_left img {
    width: 22px;
}

.verify_btn a {
    background-color: #f3bb2b;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 8px 24px;
    border-radius: 50px;
}

.Verify_img {
    text-align: center;
}

section.faq_cards {
    width: 100%;
    padding: 40px 0px 70px;
    color: #fff;
}

section.faq_cards h1.text-center {
    font-size: 60px;
    width: 50%;
    margin: 0 auto;
    font-weight: 700;
    color: #f3bb2b;
}

section.faq_cards .row {
    padding-top: 50px;
}


.grid.faq_sidebar a.card {
    flex-direction: row;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 1rem;
    text-align: left;
    padding: 16px 10px 16px 20px;
}

section.faq_cards .card {
    box-shadow: none;
    padding: 35px 30px 42px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

section.faq_cards .card {
    background: linear-gradient(225deg, #181818 20%, #090909 80%);
    border: 1px solid #d9d9d924;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
}

.grid.faq_sidebar a.card p {
    font-size: 14px;
    margin-bottom: 0;
}

section.faq_cards a.card.active {
    border-color: #FBBB57;
}

.faq_cards .faq_list .card.faq_item {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    box-shadow: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: normal;
    margin-bottom: 1rem;
}

.faq_breadcrumb li a {
    color: #f3bb2b !important;
}

.doc_icon img {
    width: 70px;
    height: 70px;
    object-fit: scale-down;
}

.grid.faq_sidebar a.card .doc_icon {
    align-items: center;
    margin: 0;
    margin-right: 20px;
}

.faq_cards .faq_list .card.faq_item i {
    color: #fff;
    font-size: 150%;
}

.faq .card .card-header {
    border-radius: 0 !important;
    padding: 20px 10px 20px 20px;
    border-color: #ffffff1a;
    border: none;
}

.faq_cta_outer .accordion-collapse {
    color: #fff;
}

.faq_cards .faq .card {
    border: 0;
}

.faq_cards .faq {
    background: linear-gradient(225deg, #181818 20%, #090909 80%);
    border: 1px solid #d9d9d924;
    border-radius: 10px;
    margin: 20px 0;
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: 0.3s ease;
}

.accordion-button:hover {
    background-color: transparent;
}

f .faq_cards .accordion-button::after {
    background-color: transparent;
}

body.light_theme .card-header {
    background-color: transparent;
}

section.faq_sec .section-title h2 {
    font-size: 60px;
    font-weight: 700;
    width: 62%;
    margin: 0 auto;
}

.text-gradient {
    color: #f3bb2b;
}

section.faq_sec {
    padding: 40px 0px 0px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    margin: 40px 0 0;
    text-align: center;
}

.grid.faq_sidebar {
    display: block;
}

.faq_text ol {
    padding-left: 15px;
    margin: 10px 0;
    list-style: none;
}

.faq_text ol li {
    font-size: 15px;
    padding: 2px 0;
}

.card-body-padding-top .faq_text {
    text-align: left;
}

.card-body-padding-top .faq_text p.mb-0 {
    margin-bottom: 20px !important;
}

.doc_icon {
    /* width: 80px; */
    /* line-height: 80px; */
    /* height: 80px; */
    /* border-radius: 50%; */
    /* line-height: 60px; */
    text-align: center;
    /* background: #FFF1C7; */
    /* box-shadow: 0px 4px 24px rgb(0 0 0 / 11%); */
    margin: 0 auto 27px;
}

.faq_cards .faq .border-bottom {
    border-color: #ffffff17 !important;
}

.nav-link.active {
    color: #ffc107;
}

.crypto_section {
    padding: 50px 0px;
    background-color: #0a0a0a;
    color: #fff;
}

.crypto_section h2 {
    font-weight: 700;
}

.crypto_dashboard {
    border: 1px solid #454952;
    border-radius: 15px;
    padding: 0px;
    margin-top: 32px;
    justify-content: space-between;
    display: flex;
}

.coin_view_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coin_view_top h6 {
    font-size: 12px;
    font-weight: 700;
}

.coin_right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.coin_right a.search_icon {
    padding: 8px 15px;
    border-radius: 50px;
    border: 1px solid #7878789c;
    display: flex;
    align-items: center;
}

.security_shield_vector {
    max-width: 180px;
    margin: 0 auto;
}

.login_section .form_block_login sup span {
    color: #f3bb2b;
}

.coin_right a.search_icon input {
    border: none !important;
    background-color: transparent !important;
}

body.light_theme .coin_right a.search_icon input {
    color: #000 !important;
}

body.light_theme .scaner_pop_up .modal-content {
    background-color: #f5f5f5;
}

body.light_theme .scaner_pop_up .modal-content h2 {
    color: #000;
}

body.light_theme .scaner_pop_up input.input_text {
    border: 1px solid #ababab;
}

body.light_theme .coin_right a {
    color: #000;
}

.coin_right a {
    color: #fff;
}

.coin_right a.search_icon2 {
    padding: 8px 15px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #7878789c;
}

.coin_right a.search_icon2 input {
    border: none !important;
    background-color: transparent !important;
    text-align: left;
}

body.light_theme .coin_right a.search_icon2 input {
    color: #000 !important;
}


.deposit_crypto_block_coin h2 {
    font-size: 20px;
    font-weight: 700;
}

.deposit_crypto_left {
    width: 50%;
    padding-left: 32px;
    position: relative;
}

.deposit_crypto_left::before {
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    width: 1px;
    height: 300px;
    background-color: #ffffff2b;
}

input.input_filed:focus {
    border: 1px solid #9ad954;
}

.select-option {
    position: relative;
}


.select-option::before {
    position: absolute;
    top: 5px;
    left: -32px;
    content: "";
    width: 1px;
    height: 125%;
    background-color: #9ad954;
}


.deposit_crypto_left .select-option h2:before {
    background-color: #9ad954;
}

.serurity_vector {
    max-width: 390px;
    top: 20px;
    position: relative;
    left: 50px;
}

.twofactor_outer_s .row {
    flex-direction: row-reverse;
    grid-area: 24px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.twofactor_outer_s .Security_factor {
    width: 100%;
}


.withdrawal_outer::before {
    height: 76%;
}

#more_details h2::before {
    display: none;
}


.withdrawal_outer input:focus {
    border: none !important;
}

.search_icon_s {
    border: 1px solid #474d57;
    margin-top: 15px;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #939393;
    cursor: pointer;
}

.withdrawal_top_list::before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 1px;
    height: 76%;
    background-color: #82828261;
}

.user_login .active {
    display: none;
}

.deposit_crypto_left h2 {
    position: relative;
}

.deposit_crypto_left h2:before {
    position: absolute;
    top: 1px;
    left: -40px;
    content: "";
    width: 16px;
    transform: rotate(45deg);
    height: 16px;
    background-color: #fff;
    border-radius: 3px;
}

.active_input:before {
    background-color: #9ad955 !important;
}

.select_network_s .top_space {
    margin-top: 15px;
    gap: 16px;
    font-size: 16px;
    align-items: center;
    color: #a3a3a3;
}

.select_network_s .top_space a {
    color: #fff;
    font-weight: 600;
}

body.light_theme .tradebtn {
    background: #dfdfdf;
}

body.light_theme ul.active_package_top li {
    color: #000000d2;
}

body.light_theme button.addfundsbtn {
    background-color: #F4B609;
    border-color: #F4B609 !important;
}

body.light_theme ul.active_package_top li span {
    color: #F4B609;
}

body.light_theme .package_card_block {
    border: 1px solid #c7c7c7fc !important;
    background-color: #F5F5F5 !important;
    color: #383838 !important;
}

body.light_theme .yellowcolor {
    color: #F4B609;
}

body.light_theme .withdraw_btn button {
    background-color: #F4B609;
}

body.light_theme .amount_sysmble span {
    color: #F4B609;
}

.withdraw_amount_cnt p {
    margin: 0px !important;
}

.coin_right a.search_icon img {
    width: 18px;
}

.opt_cnt .typography-body3 {
    color: #0ECB70;
}

.support_form_s .card {
    border: none !important;
}

.support_form_s .tab-content>.tab-pane {
    padding: 0px;
}

.dashboard_summary .right_td {
    text-align: right;
}

.top_space.opt_cnt p {
    margin: 0px !important;
}

.listing_left_outer.full_width {
    width: 100%;
    border: 1px solid #434343;
    border-radius: 12px;
    padding: 24px;
}


.total_amount {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-top: 36px;
}

.total_amount .amount_cnt_l {
    width: 50%;
    font-size: 16px;
    color: #cacaca;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.total_amount .price_tag {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.withdraw_btn button {
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: #000;
    background: #f3bb2b;
    padding: 10px 36px;
    border: none;
}

.thanky_top_hd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.okbtn {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.scaner_pop_up button.save_btn a {
    color: #000;
    font-size: 16px;
}

.thanky_top_hd img {
    width: 180px;
    margin: 0 auto;
}

.deposit_address_s {
    width: 100%;
    border: 1px solid #434343;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.deposit_address_s .network_top_p {
    margin-top: 0px;
}

.listing_left_outer.full_width .market_section {
    margin-top: 0px;
}

.scan_cnt_l {
    width: 80%;
}

.deposit_address_s .typography-body3 {
    width: 20%;
}

.scan_cnt_l address {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.sidebar_deposit .deposit_list a {
    color: #fff;
}

.sidebar_deposit .deposit_list a:hover {
    box-shadow: 0px 1px 4px #f3bb2b;
}

.app_btn .mobile {
    display: none;
}

.os_sec .custom-btn,
.btn-gradient {
    background: #f3bb2b;
    color: #000 !important;
    border: 0.5px solid #f3bb2b;
    padding: 13px 20px;
    border-radius: 50px;
    font-weight: 600;
}

.os_sec .custom-btn,
.btn-gradient:hover {
    font-weight: 600 !important;
}

.scan_copy {
    width: 24px;
    cursor: pointer;
}

.hVPalX.gap-2 {
    padding: 24px 0px 0px;
    text-align: end;
}

button.sc-gjLLEI.kuPCgf {
    background-color: transparent;
    border: none;
}

.hVPalX.gap-2 span {
    margin-top: 5px;
    font-size: 14px;
    padding-left: 4px;
}

button.sc-gjLLEI.kuPCgf svg>path {
    stroke: #f3bb2b;
}

#network_pop_up .hot_trading_t table tbody tr {
    cursor: pointer;
}

.hot_trading_t tr td .icon {
    width: 32px;
}

.hot_trading_t tr td .icon img {
    width: auto !important;
    height: auto !important;
}

.listing_left_outer.full_width a.search_icon {
    background-color: #ffffff2b;
    padding: 6px;
    border-radius: 50px;
}

.listing_left_outer.full_width a.search_icon [type=search] {
    border: none;
    background-color: transparent;
    color: #fff;
}

.d-kyc_sec {
    text-align: center;
    margin-top: 45px;
}

.listing_left_outer.full_width a.search_icon [type=search]:focus {
    border: none !important;

}

.Overview_mid {
    flex-direction: column;
}

.scan_cnt_l address p {
    overflow: auto;
    white-space: nowrap;
    width: 90%;
    font-size: 15px;
    line-height: 130%;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    padding-top: 7px;
}

.deposit_crypto_right {
    width: 50%;
}

.deposit_crypto_right button.accordion-button {
    background-color: transparent;
    background: transparent;
    border: none;
    padding: 10px 0px;
    font-size: 20px;
    color: #cfcfcf;
}

.deposit_crypto_right .accordion-item {
    background-color: transparent;
    border: none;
    color: #fff;
}

.deposit_crypto_right .accordion-body {
    padding: 10px 0px;
    font-size: 14px;
    font-weight: 200;
    color: #c7c7c7;
}

.deposit_crypto_right .accordion {
    margin-top: 18px;
}

.accordion-button::after path {
    fill: #fff;
    stroke: #f00;
}

.deposit_crypto_right button.accordion-button:focus-visible {
    outline: none;
}

.deposit_crypto_right .accordion-button:not(.collapsed) {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.Overview_mid .dashboard_summary .currency_btn a {
    background-color: #f3bb2b;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 14px 24px;
    border-radius: 50px;
}

.Overview_mid .dashboard_summary .currency_btn a:hover {
    background-color: #ddba69;
}

.bank_detail_info p {
    margin: 0px;
}

button {
    background-color: #f3bb2b;
    display: block;
    font-size: 16px;
    font-weight: 600;
    transition: 1s all;
    color: #000;
    padding: 14px 42px;
}

button:hover {
    background-color: #dfbb66;
}

.check_bar.active h5 {
    color: #000;
}

.modal-backdrop {
    opacity: var(--bs-backdrop-opacity);
    /* position: absolute; */
    z-index: 999;
    width: 100%;
}

.recent_deposit_list {
    width: 100%;
    display: block;
    padding: 70px 0px 32px;
}

.recent_deposit_list table {
    width: 100%;
}

.recent_deposit_list table tr td .address_icon {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.recent_deposit_list table tr td {
    display: flex;
    gap: 5px;
    font-weight: 300;
    color: #c1c1c1;
    cursor: pointer;
}

.recent_deposit_list table tr {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: end;
    margin-bottom: 5px;
    border-radius: 10px;
}

.recent_deposit_list table tr:hover {
    background-color: #121212;
}

.recent_deposit_list table tr td svg {
    width: 22px;
    cursor: pointer;
    height: 20px;
}

.recent_deposit_list table tr td span {
    color: #fff;
}

.recent_deposit_list .td_first {
    display: flex;
    flex-direction: column;
}

.recent_deposit_list .price_heading {
    display: flex;
    align-items: center;
    gap: 7px;
}

.recent_deposit_list .price_heading span {
    font-weight: 400;
    color: #2ebd85;
    background-color: #c8ffc129;
    padding: 3px 7px;
    border-radius: 4px;
}

.date_info {
    width: 100%;
    display: flex;
    gap: 7px;
    font-weight: 400;
}


.scaner_block_s {
    gap: 24px;
    margin-top: 32px;
    align-items: center;
}

.scan_img {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.deposit_address_s:hover .scan_img {
    box-shadow: 0px 0px 20px #040404;
    transform: scale(1.3);
}

.deposit_crypto_block_coin {
    display: flex;
    gap: 150px;
}

.currency_preference_outer {
    width: 70%;
}

.currency_preference_outer.kyc_approval_s .cnt {
    width: 100%;
}

.currency_btn {
    text-align: center;
    margin: 30px 0px 10px;
}

.card-body.create-item-wrapper.create-item-wrapper-kyc.custom-form {
    padding: 36px;
    background-color: #1a1a1a;
    border-radius: 12px;
}

select#royality {
    background-color: #1a1a1a;
    font-size: 14px;
}


.trade_add_view {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.trade_add_view .banner_img_add {
    align-items: center;
    display: flex;
    background: #f3bb2b21;
    border: 1px solid #f3bb2b;
    padding: 10px 24px;
    border-radius: 12px;
    width: 50%;
    justify-content: space-between;
}

.security_vector {
    max-width: 400px;
    padding: 15px 0px;
}

.market_section.spotorderhist {
    padding-top: 20px;
}

.currency_preference_outer .kyc_approval_s.securityform_s .cnt {
    width: 90%;
}

.currency_preference_outer .kyc_approval_s.securityform_s .dashboard_summary {
    text-align: left;
    max-width: 100%;
}

/* .currency_preference_outer .kyc_approval_s.securityform_s .cnt{ text-align: center; } */

.trade_add_view .graybg {
    background-color: #0a0a0a;
    color: #fff;
    border: 1px solid #434343;
}

.trade_add_view .graybg p span {
    color: #0ECB78;
}

.trade_add_view .banner_img_add h6 {
    font-size: 14px;
}

.trade_add_view .banner_img_add p {
    font-size: 12px;
    color: #78818D;
    margin: 0px;
}

.checkbox {
    font-size: 12px;
    font-weight: 700;
    display: flex;
    gap: 7px;
    align-items: center;
}

.hot_trading_s.top_gainers .first_coloum {
    width: auto;
    text-align: left !important;
    padding-right: 15px !important;
}

.hot_trading_s.top_gainers .td_first {
    font-size: 14px;
    font-weight: 400;
}

.crypto_section .hot_trading_s.top_gainers th,
td {
    font-size: 14px;
}

.hot_trading_s.top_gainers .price_right_top {
    text-align: right;
}

table .green {
    color: #32f469;
}

.crypto_section .hot_trading_s.top_gainers td span {
    display: block;
}

.custom-tab-content .table>thead th {
    white-space: nowrap;
}

.leftside_menu {
    width: 300px;
    background-color: #1a1a1a;
    padding: 15px 0px;
    border-radius: 0px 20px 0px 0px;
}

.crypto_section .hot_spot_outer {
    width: 75%;
}

.crypto_section table {
    width: 100%;
}

.crypto_section table .red {
    color: #f00;
}

/* .first_coloum {
    width: 45%;
} */

td.green {
    color: #32f469;
}



.dashboard_listing_section .market_section .top_heading a.more_btn {
    margin-top: 0px;
}

.hot_trading_s {
    height: 600px;
    overflow: auto;
}

.crypto_section table .right_t a:hover {
    background-color: #f3bb2b;
    color: #000;
    border: 1px solid #f3bb2b;
}

.crypto_section .top_heading h4 {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 3px solid #F3BB2B;
    padding-bottom: 7px;
}

.crypto_section .top_heading a.more_btn {
    font-size: 16px;
    color: #F3BB2B;
    font-weight: 400;
}

.crypto_section table .right_t a {
    font-size: 16px;
    display: inline-block;
    color: #ffffffe6;
    border: 1px solid #454952;
    border-radius: 7px;
    padding: 8px 20px;
}

.crypto_section th,
td {
    text-align: left;
}

.right_dashboard {
    width: 25%;
    padding: 32px 24px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid #454952;
}

.hot_trading_s.top_gainers {
    height: 250px;
}

.losser_stock {
    border-top: 1px solid #454952;
    padding-top: 30px;
}

.hot_spot_outer {
    padding: 32px;
}

.icon_google {
    display: flex;
    gap: 12px;
}

.services_block_infor {
    background-image: url(../images/get_started_img.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    background-size: cover;
    width: 100%;
    background-color: transparent;
    min-height: 405px;
    width: 468px;
}

.services_info_icon {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    background-color: #353333;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_block_infor .cnt_block {
    padding:80px 40px 0px;
}

.services_block_infor h4 {
    font-size: 24px;
    font-weight: 500;
}

.services_block_infor .cnt_block p {
    font-size: 20px;
    color: #A6A6A6;
    margin: 15px 0px 20px;
    max-width: 100%;
}

.services_block_infor .readbtn {
    justify-content: center;
    display: flex;
        padding-top: 10px;
    align-items: center;
}

.services_block_infor .readbtn a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #353333;
    padding: 14px 32px;
    border-radius: 50px;
    transition: 1s;
}

.services_block_infor:hover .readbtn a{ background-color: #FAA310; color: #000; }
.services_block_infor:hover path { fill: #000; }

.services_block_infor:hover .services_info_icon { background-color: #FAA310; }
.services_block_infor:hover .services_info_icon img{ filter: brightness(0) invert(0); }


.trading_platform_section {
    padding: 70px 0px;
    background-color: #0a0a0a;
    /* background-image: url("../images/trading_bg.jpg"); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.trading_platform_section h2 {
    font-weight: 700;
    color: #fff;
}

.trading_platform_section h2 span {
    color: #f3bb2b;
    display: block;
}

.trading_services {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.services_block {
    min-height: 285px;
    position: relative;
    border: 1px solid #ffffff1c;
    border-radius: 28px;
    padding: 32px;
    background-color: #ffffff14;
    transition: all 1s;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.services_block:hover {
    /* background-color: #8321f341; */
    border: 1px solid #f3bb2b;
    box-shadow: 0px 0px 30px #f3bb2b;
}

.services_block h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: -15px;
}

.services_block p {
    color: #ffffff9e;
    padding-top: 15px;
    font-size: 18px;
    margin: 0px;
}

.trading_img {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 161px;
    text-align: right;
}

.trading_platform_section.crypto_exchange_s {
    background-color: #0a0a0a;
}

.trading_platform_section.crypto_exchange_s h2 {
    color: #ffffffe3;
}

.crypto_exchange_s .services_block {
    text-align: center;
    border: 1px solid #ffffff24;
    background-color: #0a0a0a;
    color: #ffffffe0;
}

.card_cardItemWrapper {
    display: flex;
    gap: 18px;
}

.coin-card_itemcnt {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 15px;
    color: #e0e0e0;
}

.left_hb ul li {
    font-size: 18px;
}

.coin-card_itemcnt h6 {
    font-size: 15px;
    font-weight: 400;
}

.pagination_list ul.pagination {
    text-align: center;
    justify-content: center;
}

.pagination_list ul a.page-link {
    background-color: #3A3A3C;
    margin: 0px 10px;
    border-radius: 5px;
    width: 32px;
    height: 32px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #3A3A3C !important;
    line-height: 25px;
}

.pagination_list {
    margin-top: 40px;
}

.dashboard_summary ul.nav-tabs li button {
    border: none !important;
    padding: 0px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    box-shadow: none !important;
    background-color: none;
}

.dashboard_summary ul.nav-tabs {
    border: none;
    display: flex;
    margin-top: 20px;
    gap: 24px;
}

.dashboard_summary ul.nav-tabs li button.active {
    background-color: transparent;
    color: #b373ff;
}

.search_items {
    background-color: #3c3c3c;
    padding: 10px;
    border-radius: 50px;
}

.search_items input[type="text"] {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 300;
    margin-left: 12px;

}

.search_items input[type="text"]:focus {
    border: none !important;
}

.search_items img {
    width: 18px;
    opacity: 0.7;
}

.meme_listing_section .container {
    width: 80%;
}


.what_coin_s {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 60px 0px 30px;
}


.slick-slide img {
    height: 170px;
    object-fit: cover;
}

.slick-slide {
    text-align: center;
}

.crypto_exchange_s .trading_img {
    text-align: center;
    margin: 40px 0px;
    width: 160px;
    /* left: 0; */
    right: inherit;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
}

.crypto_exchange_s .services_block p {
    color: #ffffffee;
    padding-top: 15px;
    line-height: 150%;
}


.crypto_exchange_s .services_block h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0px;
}

.partner_logo::before {
    position: relative !important;
}

.partner_logo .slick-slide img {
    height: auto !important;
    /* box-shadow: 0px 0px 10px #c5c5c5; */
    border: 1px solid #ffffff24;
}

.partner_logo .slick-track {
    padding: 20px;
    margin-top: 30px;
}

.partner_logo .slick-slide {
    margin: 0px 15px;
}

.how_work_s.partner_logo {
    padding: 100px 0px;
}

.crypto_exchange_s .services_block:hover {
    box-shadow: 0px 0px 30px #008bd845;
}

.trading_cta_s {
    background-color: #020304;
    color: #fff;
    padding: 80px 0px;
    position: relative;
    height: 100%;
}

.trading_cta_s h2 {
    font-size: 56px;
    font-weight: 700;
}

.trading_cta_s h2 span {
    color: #f3bb2b;
}

.trading_cta_s h5 {
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 500;
}

.trading_cta_s p {
    line-height: 26px;
    margin: 15px 0px;
}

.trading_cta_s .app_btn_s a {
    font-size: 12px;
    color: #000;
    background-color: #fff;
    padding: 12px 24px;
    border-radius: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.app_btn_s {
    display: flex;
    margin-top: 30px;
    gap: 24px;
}

.trade_crypto_cnt {
    width: 629px;
    max-width: 100%;
}

.web_trade_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
}

.how_work_s {
    position: relative;
    padding: 80px 0px 40px;
    background-color: #111114;
    text-align: center;
    /* background-image: url(../images/how_workbg.png); */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.how_work_s .container {
    position: relative;
    z-index: 222;
}


.meme_hero_s {
    padding: 60px 0px 20px;
    position: relative;
    color: #fff;
    background-image: url(../images/banner_bg_l.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.how_work_s h2 {
    font-size: 42px;
    color: #ffffffcf;
    font-weight: 700;
}

.how_work_s .content_p {
    font-size: 14px;
    max-width: 28%;
    margin: 0 auto;
}

.how_work_s ul {
    max-width: 75%;
    display: flex;
    justify-content: space-around;
    gap: 32px;
    margin: 0px auto;
    padding-top: 80px;
}

.work_icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #ffffff24;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff00;
}

.how_work_s span {
    font-size: 14px;
    color: #bcbcbc;
    padding: 20px 0px;
    display: block;
}

.how_work_s h3 {
    font-size: 24px;
    color: #bcbcbc;
    font-weight: 700;
    padding-bottom: 10px;
}

.how_work_s p {
    color: #bcbcbc;
}


.how_work_s:before {
    background-color: #111114;
    content: "";
    position: absolute;
    width: 100%;
    height: 280px;
    bottom: 0;
    left: 0;
    z-index: 1;
}



footer {
    padding: 50px 0px 0px;
    background-color: #0a0a0a;
    align-items: center;
    color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.footer_info {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin: 10px 0px;
}

.footer_logo {
    max-width: 190px;
    margin-bottom: 18px;
}

.address_footer h5 {
    font-size: 24px;
    padding-bottom: 29px;
    color: #f3bb2b;
}

.address_footer h5 span {
    display: block;
}

.address_cnt address img {
    padding-right: 8px;
    margin-bottom: 2px;
}

footer h3 {
    font-size: 20px;
    padding-bottom: 22px;
    text-transform: capitalize;
    font-weight: 500;
}

footer .menu li a {
    font-size: 16px;
    color: #ffffff8c;
    font-weight: 400;
}

footer .menu li a:hover {
    color: #f3bb2b;
}

footer .menu {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.copyright {
    padding-top: 60px;
}

.copyright p {
    color: #ffffffb6;
}

.copyright h5 {
    color: #f3bb2b;
    font-size: 24px;
    margin: 20px 0px;
}

.copyright p span {
    color: #f3bb2b;
}

.footer_section {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.row.main_footer_menu_s {
    padding-top: 50px;
    padding-bottom: 10px;
    background-color: #111214;
    margin-top: 50px;
}

.copyright_s {
    text-align: left;
    border-top: 1px solid #2D2D2D;
    margin-top: 30px;
}

.copyright_s .mt-4 {
    margin-top: 15px !important;
}

.dashboard_right {
    padding-top: 15px;
    width: 100%;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 330px;
}

.user_profile {
    display: flex;
    padding: 0px 10px;
    gap: 15px;
    align-items: center;
}

.user_img {
    width: 46px;
    border-radius: 50px;
    overflow: hidden;
}

.mobile_grid_list {
    display: flex;
}

img.round_img {
    height: auto;
    border-radius: 50px;
    width: auto;
}

.user_profile_cnt h3 {
    font-size: 15px;
    font-weight: 600;
}

.user_profile_cnt ul {
    display: flex;
    gap: 10px;
}

.dashboard_right_side {
    width: 28%;
    margin-top: 46px;
}

.top_header_dash {
    display: flex;
    gap: 50px;
    position: relative;
}

.profile_id.kycstatus a {
    color: #fff;
}

ul.user_social li {
    max-width: 21px;
}

.profile_id.kycstatus img {
    width: 20px;
    margin: 2px !important;
}

.top_header_dash::before {
    position: absolute;
    right: 0px;
    bottom: 0px;
    /* background-image: url(../images/top_header_dash_bular.svg); */
    background-size: contain;
    content: "";
    background-position: right;
    background-repeat: no-repeat;
    width: 219px;
    height: 100%;
}

.balance_chart_left h4 {
    font-size: 14px;
    font-weight: 500;
}

.balance_chart_left i {
    color: #fff;
    font-size: 18px;
}

.balance_chart_left h3 {
    font-size: 14px;
    font-weight: 500;
    color: #0ECB70;
    margin: 0px;
}

.select_price {
    padding-top: 10px;
    display: flex;
    align-items: start;
    gap: 5px;
    flex-direction: column;
}

.select_price select {
    font-size: 12px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    color: #fff;
}

.dashboardsummary_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.dashboardsummary_bottom a.btn {
    background-color: #555555 !important;
    color: #fff !important;
    font-weight: 600;
    border-radius: 50px;
    transition: 1s all;
    font-size: 14px;
}

.dashboardsummary_bottom a.btn:hover {
    background-color: #f3bb2b !important;
    color: #000 !important;
}

.dashboardsummary_bottom h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

.select_price option {
    color: #000;
}

.balance_chart_left p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 32px;
}

.balance_chart_left p span {
    color: #0ECB78;
    padding-left: 24px;
}

.profile_id {
    font-size: 14px;
    font-weight: 500;
}

.user_profile .profile_id {
    display: flex;
    gap: 4px;
}


.new_features_s h4 {
    font-size: 20px;
    font-weight: 600;
}

.block_features {
    display: flex;
    flex-direction: row;
    gap: 15px;
    border: 1px solid #434343;
    border-radius: 10px;
    padding: 15px;
}

.block_features h5 {
    font-size: 15px;
}

.block_features p {
    font-size: 13px;
    margin: 0px;
}

.block_features img {
    width: 40px;
}

.features_block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0px 20px;
}

.recommendations_block ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recommendations_block ul li .cv_trade_img {
    max-width: 80px;
    margin: 0 auto;
    padding-bottom: 12px;
}

.dashboard_right_side .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    background-color: #181818;
    padding: 15px;
    border-radius: 10px;
}


.dashboard_right_side .slick-slide h6 {
    font-size: 11px;
    font-weight: 600;
}

.suppport_div {
    height: auto !important
}

.tab-content>.tab-pane {
    padding-right: 14px;
}

.arbitbot_vector.turbovector {
    position: relative;
    top: 38px;
}


.dashboard_right_side .slick-slide p {
    font-size: 9px;
    margin: 0px;
    color: #f3bb2b;
}

.arbitbot_vector.vector_bot {
    position: relative;
    top: 25px;
}


::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(77, 77, 77, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(91, 91, 91, 0.5);
}



::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 3px rgba(77, 77, 77, 0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 6px rgba(91, 91, 91, 0.5);
}

.announcement_block {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.announcement_block span {
    font-size: 14px;
    color: #5D646F;
    display: block;
    margin-top: 5px;
}

.coin_items_list img {
    width: 16px;
}

.announcements_top {
    display: flex;
    justify-content: space-between;
}

.announcements_top a {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
}

.dashboard_slider {
    margin: 15px 0px 24px;
}

.cv_trade_img {
    width: 92px;
}

.profileslider .cv_trade_img {
    width: 90px;
}


.dashboard_right_side .slick-slide>div {
    width: 100% !important;
}

.cnt_slider_f {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px;
}

.recommendations_block ul li h6 {
    font-weight: 700;
    text-align: center;
}

.recommendations_block ul li p {
    font-size: 13px;
    margin-bottom: 10px;
    text-align: center;
}

.recommendations_block {
    padding: 15px 0px 0px;
}

.recommendations_block ul li a {
    background-color: transparent;
    color: #fff;
    border: 1px solid #656667;
    font-size: 12px;
    padding: 7px 32px;
    border-radius: 3px;
    transition: 1s all;
    margin: 0 auto;
}

body .recommendations_block ul li button a {
    color: #fff;
}

body .recommendations_block ul li a:hover a {
    color: #000;
}

body .recommendations_block ul li a:hover {
    background-color: #f3bb2b;
    color: #000;
    border-color: #f3bb2b;
}

.recommendations_block ul li {
    border-bottom: 1px solid #434343;
    padding-bottom: 32px;
}

.recommendations_block ul li button a {
    font-weight: 700;
    color: #000;
}

.recommendations_block ul li:last-child {
    border-bottom: none;
}

.cv_trade_img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.balance_chart_right {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.profile_id span {
    display: block;
    color: #9F9F9F;
}

.estimated_balance {
    margin-top: 26px;
    border-radius: 12px;
    border: 1px solid #434343;
    padding: 15px;
    display: flex;
    gap: 18px;
}

.estimated_balance .div_tag {
    width: 100%;
    align-items: center;
    background-color: #d9d9d910;
    padding: 15px;
    border-radius: 10px;
}

.deposit_btn {
    display: flex;
    align-items: center;
    gap: 12px;
}

.deposit_btn a.btn {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-color: #2B3139;
    border-radius: 4px;
    padding: 6px 14px;
}

.dashboard_listing_section {
    width: 100%;
    display: flex;
    margin-top: 32px;
    gap: 20px;
}

.listing_left_outer {
    width: 72%;
}

.listing_left_outer h4 {
    font-size: 20px;
    font-weight: 600;
}

.listing_left_outer ul {
    display: flex;
    margin-top: 20px;
    gap: 24px;
}

.crypto_deposit ul li {
    width: 100%;
}

.listing_left_outer ul li {
    border: 1px solid #434343;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}

.listing_left_outer ul li .crypto_icon {
    margin-bottom: 10px;
    text-align: center;
}

.listing_left_outer ul li h5 {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}

.listing_left_outer h4 span {
    font-size: 16px;
}

.listing_left_outer ul li p {
    font-size: 10px;
    margin-top: 15px;
    text-align: left;
    font-weight: 500;
    line-height: 18px;
}

.listing_left_outer ul li .deposit_btn {
    border: 1px solid #0ECB70;
    font-size: 14px;
    background-color: #0ECB70;
    font-weight: 400;
    color: #fff;
    padding: 7px 24px;
    width: auto;
    border-radius: 5px;
    display: inline-block;
    margin: 20px 0px 0px;
}

.estimated_portfolio {
    display: flex;
    align-items: center;
    gap: 10px;
}

.listing_left_outer ul li .deposit_btn.withdraw {
    background-color: #D92A22;
    border: 1px solid #D92A22;
}

.listing_left_outer ul li .deposit_btn:hover {

    border: 1px solid #d1a53f;
    background-color: #d1a53f;
}

.assets_wallets_section .market_section {
    margin-top: 0px;
    border: 1px solid #434343;
    padding: 24px;
    border-radius: 12px;
    width: 100%;
    min-height: 480px;
}

.search_form input {
    background-color: transparent;
    border: 1px solid #ffffff1c;
    color: #fff !important;
    border: 1px solid #ffffff26;
    padding: 12px 20px;
    width: 100%;
    border-radius: 50px;
}

.addbankbtn.btn.btn-gradient {
    background-color: #f3bb2b;
    color: #000 !important;
    font-size: 16px;
    padding: 14px 42px;
    font-weight: 600;
    border-radius: 50px;
    opacity: 1;
    width: auto;
    cursor: pointer;
}

.top_heading {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.crypto_section .hot_trading_s .td_first {
    font-size: 14px;
    font-weight: 500;
}

.crypto_section tr.top_tradeing_t th {
    text-align: left;
    color: #888b94;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
}

table tr th {
    background-color: #282828 !important;
}

.market_update_table .ant-card-body table tr th {
    background-color: transparent !important;
}

.order-1.order-lg-0 .tab-content {
    padding-top: 7px;
}

.new_features_s {
    padding: 24px;
    border: 1px solid #434343;
    border-radius: 12px;
}

a.more_btn {
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}

.listing_left_outer .dashboard_summary ul li {
    padding: 0px;
    border: none;
}

.listing_left_outer .dashboard_summary ul li button {
    border: none !important;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: none !important;
    background-color: none;
}

.listing_left_outer .dashboard_summary ul li button.active {
    background-color: transparent;
    color: #f3bb2b;
}

.bitcoin_cate_list ul li.active {
    border: 1px solid #f3bb2b;
}

.bitcoin_cate_list ul li.disabled {
    /* background-color: #404040 !important; */
    cursor: default;
}

.bitcoin_cate_list ul li.disabled:hover {
    border: none !important;
}

.trade_add_view .cnt_slider_f {
    text-align: left;
}

.assets_wallets_section .coin_view_top .search_icon input[type="search"] {
    /* display: none; */
    border: none;
    padding: 4px;
    background: #2e2e2d;
    border-radius: 5px;
    color: white;

}

.assets_wallets_section h4 {
    font-size: 20px;
}

.listing_left_outer ul.nav-tabs {
    border: none;
}

.faq_cta_outer.how_workblock h2 {
    font-size: 32px;
}

.faq_cta_outer.how_workblock .accordion-item h3 button.accordion-button {
    font-size: 18px;
}

.faq_cta_outer.how_workblock .accordion-item {
    font-size: 14px;
}

.faq_cta_outer.how_workblock .accordion-body {
    padding: 0px 24px 24px;
}

.faq_cta_outer.how_workblock {
    margin-top: 50px;
}

.dashboard {
    width: 100%;
    display: flex;
    color: #fff;
    gap: 24px;
    height: 100%;
    justify-content: space-between;
    background-color: #0a0a0a;
    padding: 0px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.navi_sidebar li a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    gap: 8px;
    align-items: start;

}

.navi_sidebar li.active a {
    background-color: none;
    color: #f3bb2b;
}

.navi_sidebar li.active button {
    background-color: none;
    color: #fff;
    box-shadow: 0px 0px 3px #f3bb2b;
}

.navi_sidebar li button {
    width: 100%;
    text-align: left;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: flex;
    border: none;
    padding: 0px;
    gap: 12px;
    align-items: start;
    justify-content: normal;
}

.navi_sidebar li ul li a {
    font-size: 14px;
    font-weight: 500;
    margin: 7px 0px;
}

.navi_sidebar li ul li a:hover {
    color: #f3bb2b;
}

.navi_sidebar li ul {
    padding-left: 15px;
}

.navi_sidebar li ul {
    padding-left: 21px;
    padding-top: 15px;
}

ul.navi_sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.navi_sidebar li p {
    font-size: 11px;
    color: #ACACAC;
    margin: 0px;
}

.navi_sidebar li {
    padding: 0px 13px;
}


.navi_sidebar li a:hover {
    background-color: none;
    color: #f3bb2b;
    border: none;
}

.navi_sidebar li button:hover {
    background-color: none;
    color: #fff;

    border: none;
}

.navi_sidebar li:focus-visible {
    outline: none;
}


.navi_sidebar li button span {
    position: absolute;
    right: 24px;
}

.td_first {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 800;
}


.dashboard_summary table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: white;
}

.dashboard_summary th,
td {
    padding: 10px 12px;
    text-align: left;
}

.dashboard_summary td {
    font-size: 15px;
    font-weight: 600;
}

.dashboard_summary td a {
    color: #f3bb2b;
    text-decoration: underline;
}


.dashboard_summary th {
    background-color: #232323;
    padding: 0px;
    border: none;
    font-size: 14px;
    color: #848E9C;
    font-weight: 700;
}

.dashboard_listing_section.listing_left_outer {
    width: 100%;
}

.dashboard_listing_section.listing_left_outer .market_section {
    width: 100%;
}

.dashboard_summary .green {
    color: #0ECB70;
}

.dashboard_summary .red {
    color: #D92A22;
}

.dashboard_summary .price_heading span {
    font-size: 14px;
    display: block;
    font-weight: 400;
}

.dashboard_summary a {
    color: #00aaff;
    text-decoration: none;
}

.help_support_s .dashboard_summary {
    width: 100%;
    border: 1px solid #434343;
    border-radius: 12px;
    padding: 24px;
}

.help_support_s .tab-content>.tab-pane {
    padding-right: 0px;
    height: 100%;
    overflow: inherit;
}

.help_support_s .security_form form.row {
    border: none;
    padding: 0px 5px 20px;
    background-color: transparent;
}


input:focus-visible {
    outline: none;
}

textarea:focus-visible {
    outline: none;
}

.help_support_s textarea {
    color: #fff;
    width: 100%;
    font-weight: 300;
    display: block;
    background-color: transparent;
    border: 1px solid #be89ff61;
    border-radius: 5px;
    padding: 15px;
    min-height: 110px;
    font-size: 14px;
}

.Overview_mid .dashboard_summary a {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

td.tradebtn {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 7px;
}

td.tradebtn a {
    text-decoration: underline !important;
}

.chat_messages {
    margin-top: 0px;
}

.chat_outer_msg {
    display: flex;
    gap: 24px;
    flex-direction: column;
    background-color: #ffffff14;
    margin-top: 24px;
    border-radius: 10px;
    border: 1px solid #ffffff12;
    padding: 32px;
    align-items: center;
}

.back_tobtn a {
    font-size: 16px;
    color: #fff;
}

.back_tobtn {
    display: flex;
    align-items: center;
    gap: 7px;
}

.chat_messages .market_section {
    width: 100%;
    margin-top: 32px;
}

.chat_messages_block {
    width: 100%;
    display: block;
    justify-content: space-between;

}

.chat_right {
    width: auto;
    float: right;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    background-color: #ffffff12;
    padding: 20px;
    border-radius: 10px;
    margin-top: 106px;
    text-align: right;
}

.no_data_outer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 32px 0px;
}

.no_data_vector {
    width: 130px;
}


.right_t {
    text-align: right !important;
}

.transaction_top_select {
    display: flex;
    gap: 16px;
    align-items: center;
}

.transaction_top_select .select_option {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #434343;
    border-radius: 7px;
    padding: 10px;
    font-size: 12px;
    color: #848E9C;
    font-weight: 700;
}

.transaction_top_select .select_option select {
    background: transparent;
    color: #fff;
    border: none;
    text-align: right;
    padding-right: 7px;
}

.transaction_top_select .select_option select option {
    color: #000;
}

.transaction_top_select .select_option select:focus-visible {
    outline: none;
}

.form_type input {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 110px
}

.form_type button {
    background-color: transparent;
    border: none;
    width: 28px;
}

.reset h6 {
    margin-bottom: 0px;
}

.form_type input:focus-visible {
    outline: none;
}

.transaction_history_t h6 {
    font-size: 10px;
    color: #AD68FF;
    font-weight: 700;
}

.transaction_history_t .tradebtn {
    color: #0ECB78;
    padding-right: 0px !important;
}

.transaction_history_t table tr:hover {
    background-color: #ffffff12;
}

.dashboard_summary table tr:hover {
    background-color: #ffffff12;
}

.transaction_history_t table tr td,
tr th {
    padding: 15px 12px !important;
}

.full_width.transaction_history_t {
    border: none;
    padding: 12px 0px;
}

.transaction_history_t .top_heading {
    margin: 0px;
}

.transaction_history_t .dashboard_summary table {
    margin-top: 0px;
}


.header_right .button_outer .login_btn.deposit-btn {
    background: transparent;
    border: 1px solid #f3bb2b;
    color: #f3bb2b;
    display: flex;
    gap: 4px;
    min-height: 100%;
}

.header_right .button_outer .login_btn.deposit-btn:hover {
    background-color: #f3bb2b;
    color: #000;
}

.icon_notificaton_r ul {
    display: flex;
    gap: 20px;
}


.deposit-btn {
    background-color: #fcd535;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.sidebar_deposit {
    color: #fff;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: -450px;
    width: 430px;
    height: 100%;
    background-color: #1a1a1a;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    transition: right 0.6s ease-in-out;
    padding: 75px 32px 32px;
}

.sidebar_deposit h2 {
    font-size: 16px;
}

.sidebar_deposit.open {
    right: 0;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0px;
}

.close-btn:hover {
    background-color: transparent;
}

.modal-backdrop {
    z-index: 666;
}


.deposit_option {
    display: flex;
    gap: 20px;
    border: 1px solid #666;
    padding: 18px;
    border-radius: 10px;
}

.deposit_list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 15px;
}

.deposit_cnt p {
    padding-top: 3px;
    font-size: 13px;
    margin-bottom: 0px;
}

.deposit_option img {
    width: 32px;
}

.user_login {
    position: relative;
}

.sc-eAKtBH.gVtWSU {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.hVPalX.gap-2 {
    text-align: end;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px !important;
}

.hVPalX.gap-2 span {
    margin-top: 0px;
}

.sc-eAKtBH.gVtWSU button {
    padding: 4px 0px;
}

.user_login:hover .login_profile_header {
    opacity: 1;
    visibility: visible;
}

.user_img.user_tow_img img {
    width: 42px !important;
    height: 42px !important;
    border: 1px solid #666;
    border-radius: 50px;
}

.login_profile_header {
    top: 60px;
    right: 0px;
    height: 100%;
    position: fixed;
    transition: 0.5s;
    background-color: #191C1E;
    padding: 15px 24px 24px 0px;
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 6666;
}

img.round_img {
    border-radius: 50px;
    border: 1px solid #666;
}

.login_profile_header .user_profile_cnt h3 {
    color: #fff;
}

p.user_info a {
    font-size: 13px;
    color: #dbdbdb;
    background-color: #222222;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 4px;
    display: inline-block;
}

.verified_user {
    align-items: center;
    display: flex;
    gap: 10px;
    color: #fff;
    font-size: 13px;
    padding: 0px 15px;
}

.verified_top_tag {
    color: #000;
    background-color: #32f469;
    padding: 2px 12px;
    border-radius: 3px;
}

.login_profile_header .navi_sidebar li a {
    padding: 4px 15px 4px 15px;
}

.login_profile_header .navi_sidebar li button {
    padding: 4px 15px 4px 15px;
}

.login_cnt.register_form {
    padding: 120px 30px 30px;
}

.profile_id_s {
    display: flex;
    gap: 82px;
    justify-content: normal;
    width: 100%;
    align-items: center;
}

img.round_img {
    border-radius: 50px;
}

.spotLists_bs_dropbox {
    z-index: 999999 !important;
}

.bs_dropbox .spotLists {
    background-color: #191919;
}

.dashboard_right_side .features_block {
    min-height: 100px;
    max-height: 320px;
    overflow: auto;
}














.arbitrage_subscriptions_block {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 70px 0px;
}

.arbitrage_subscriptions_block h1 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.arbitrage_subscriptions_block ul li .arbitbot_vector {
    max-width: 450px;
    margin: 0 auto;
}

.icon_notificaton_r {
    display: flex;
    align-items: center;
}

.arbitrage_subscriptions_block ul li .arbitbot_cnt {
    margin-top: 42px;

}

.tt_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 8px 0;
}

.dashboard_deposit_s .form-group input {
    width: 100%;
    color: #fff;
    border-color: #555;
    padding: 15px 1.5rem;
    outline: none;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    border-radius: 60px;
}

label.balance {
    width: 100%;
    padding: 10px 0px 15px;
    text-align: right;
    color: #f3bb2b;
}

.select_option_bank {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
}

.select_option_bank h6 {
    margin: 0px;
}

.select_option {
    width: 190px;
    background-color: transparent;
    border: 1px solid #ffffff1c;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
}

.col-md-12.upload-area {
    margin-top: 10px;
}

.upload-area .brows-file-wrapper {
    position: relative;
    /* background: #1e1e1e; */
    border-radius: 10px;
    transition: 0.3s;
}

.upload-area .brows-file-wrapper input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    border-color: #555;
}

.upload-area label {
    border: 2px dashed #52556445;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 15px;
    background: rgb(255 255 255 / 5%);
}

.upload-area label span {
    font-size: 20px;
}

.upload-area label .file-type {
    font-size: 14px;
    font-weight: 300;
}

.dashboard_deposit_s .btn.btn-gradient {
    background-color: #f3bb2b;
    color: #000 !important;
    font-size: 16px;
    padding: 12px 18px;
    font-weight: 600;
    border-radius: 50px;
}

.dashboard_deposit_s {
    padding: 40px;
    background-color: #141414;
    border-radius: 15px;
    width: 50%;
    margin: 0 auto;
}

.dashboard_deposit_s h1 {
    font-size: 30px;
    margin-bottom: 24px;
}

.arbitrage_subscriptions_block ul li.cruise h2 {
    background-color: #B08B5F;
}

.arbitrage_subscriptions_block ul li.cruise h2::before {
    background-color: #B08B5F;
}

.arbitrage_subscriptions_block ul li.turbovector h2 {
    background-color: #D7C4F4;
}

.arbitrage_subscriptions_block ul li.turbovector h2::before {
    background-color: #D7C4F4;
}

.arbitrage_subscriptions_block ul li h2 {
    background-color: #ACAEAE;
    font-size: 18px;
    padding: 7px;
    border-radius: 3px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 15px;
}

.arbitrage_subscriptions_block ul li h2::before {
    width: 60px;
    height: 2px;
    position: absolute;
    content: "";
    background-color: #acaeae;
    bottom: -22px;
    border-radius: 20px;
    margin: 0 auto;
    left: 0px;
    right: 0px;
}

.arbitrage_subscriptions_block ul li .arbitbot_cnt p {
    font-size: 15px;
    margin-bottom: 8px;
}

.arbitrage_subscriptions_block ul li .pricetag {
    color: #f3bb2b;
    font-size: 16px;
    font-weight: 500;
}

button.subscribe_btn {
    background-color: #f3bb2b;
    border: none;
    padding: 8px 24px;
    position: relative;
    margin: 15px 0px 10px;
    width: 130px;
}

button.subscribe_btn::before {
    width: 23px;
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../images/subscribe_afterbtn.png);
    background-repeat: no-repeat;
    top: 0px;
    right: -22px;
    background-size: 12.5px;
}

button.subscribe_btn::after {
    width: 23px;
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../images/subscribe_afterbtn.png);
    background-repeat: no-repeat;
    top: 0px;
    left: -23px;
    transform: rotate(180deg);
    background-size: 12.5px;
}

button.subscribe_btn a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.arbitrage_subscriptions_block ul {
    display: flex;
    align-items: normal;
    margin-top: 80px;
    justify-content: space-evenly;
}

.arbitrage_subscriptions_block {
    background-image: url(../images/arbitragebottombg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

.how_work_s {
    margin-top: 70px;
}


.asstes_outer_s {
    width: 100%;
    padding: 20px 0px;
}

.overview_section h1 {
    font-size: 20px;
    color: #fff;
    display: flex;
    gap: 13px;
    align-items: center;
}

.overview_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 32px 0px 32px 20px;
}

.dashboard_right {
    overflow: hidden;
}

.overview_cate_section ul#myTab {
    border: 1px solid #f3bb2b;
    border-radius: 50px;
    padding: 13px 32px 13px;
    gap: 24px;
    justify-content: space-around;
}

.overview_summary_currency .slick-dots li.slick-active button:before {
    color: #f3bb2b;
    opacity: 1;
}

.overview_summary_currency .slick-dots li button:before {
    color: #f3bb2b;
    font-size: 10px;
}


.overview_summary_currency .slick-dots {
    bottom: -40px;
}

.overview_cate_section .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #f3bb2b;
    border: none !important;
}

.overview_cate_section .nav-tabs .nav-link {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 0px;
    border-radius: 0px;
    border: none !important;
}

.row.top_heading_overview {
    align-items: center;
}

.row.top_heading_overview .col-sm-10 {
    padding-left: 48px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.estimated_balance_bl {
    padding: 20px;
    border: 1px solid #787878;
    border-radius: 12px;
    color: #fff;
    min-height: 260px;
}

.slick-slider .estimated_balance_bl {
    border-color: #1a1a1a;
    background-color: #1a1a1a;
}

.estimated_balance_bl h2 {
    font-size: 18px;
    border-bottom: 1px solid #787878;
    padding-bottom: 10px;
}

.overview_summary_currency {
    margin-top: 20px;
    padding-bottom: 50px;
}

.overview_summary_currency .slick-slide img {
    height: 100%;
}

.overview_summary_currency .slick-track {
    gap: 24px;
}

.overview_summary_currency .slick-dots li {
    margin: 0px;
}

.swap_outer_section {
    width: 100%;
    display: flex;
    padding: 40px 0px 10px;
    flex-direction: column;
    gap: 48px;
}

.give_currency_s {
    border: 1px solid #434343;
    padding: 24px;
    border-radius: 12px;
    display: flex;
    gap: 80px;
}

.top_heading_s {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_heading_s h2 {
    margin-bottom: 0px;
}

.swap_currency_total {
    border: 1px solid #434343;
    border-radius: 12px;
    width: 100%;
    color: #fff;
}

section.block_currency {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bitcoin_currency {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.navi_sidebar li:first-child img {
    width: 19px;
}

.vector_icon {
    width: 134px;
    cursor: pointer;
}

.bitcoin_top_currency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.bitcoin_top_currency h3 {
    display: flex;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    align-items: center;
    margin: 0px;
}

.bitcoin_top_currency ul {
    display: flex;
    gap: 20px;
    font-size: 15px;
    color: #BCBCBC;
    justify-content: end;
}

.btc_price_range {
    border: 1px solid #434343;
    padding: 13px 16px;
    border-radius: 6px;
}

.btc_price_range select option {
    font-size: 18px;
    color: #000;
    justify-content: space-between;
    display: flex;
    margin: 0px;
}

body.light_theme .btc_price_range select {
    color: #000;
}

body.light_theme .amount_detail_bottom {
    color: #000;
}

body.light_theme .kyc_approval_s {
    background-color: #F5F5F5;
    border: 1px solid #00000012;
}

body.light_theme .kyc_approval_s h3 {
    color: #f4b609;
}

body.light_theme .support_form_s {
    background-color: #F5F5F5;
}

body.light_theme .table>:not(caption)>*>* {
    border-color: #0000002e;
}

body.light_theme label {
    color: #161616;
}

body.light_theme .form-control {
    color: #000 !important;
    border: 1px solid #0000004d;
}

.btc_price_range select {
    width: 100%;
    background: transparent;
    border: none;
    color: #fff;
}

.amount_detail_bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid #434343;
    padding: 20px 20px 10px;
}

.amount_cnt p span {
    display: block;
}

button.orderbtn {
    background-color: #f3bb2b;
    padding: 8px 32px;
    border: 1px solid #f3bb2b !important;
    color: #000;
    font-size: 16px;
    transition: 1s all;
    font-weight: 500;
    line-height: 24px;
    border: none;
    border-radius: 7px;
}

button.orderbtn:hover {
    background-color: #0a0a0a;
    color: #f3bb2b;
}

button.orderbtn:hover a {
    color: #f3bb2b;
}

button.orderbtn a {
    color: #000;
}

.earningbouns_tb .currency_td {
    flex-direction: column;
    gap: 0px;
    align-items: start;
}

.earningbouns_tb .selected-option {
    gap: 10px;
    padding: 0px;
    border-radius: 0px;
    border: none;
}

.user_list_l.earning_section_cate {
    border: none;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent;
}

.user_list_l.earning_section_cate .nav-tabs .nav-link {
    font-size: 16px;
}

.earningbouns_tb .selected-option span {
    font-size: 10px;
}

.earningbouns_tb .balance_td {
    font-size: 16px;
}

.dashboard_recent_s .fade:not(.show) {
    display: none;
}

.dashboard_recent_s .active.show {
    display: block;
}

.earningbouns_tb .select_currency_s {
    margin-top: 2px;
}

.earningbouns_tb .subtotal {
    color: #ffdc89;
    font-size: 11px;
    font-weight: 200;
}

.earningbouns_tb table tr h5 {
    font-size: 16px;
    color: #f3bb2b;
}

.earningbouns_tb table tr .subtotal_overview {
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.earningbouns_tb table tr .subtotal_overview span {
    font-size: 12px;
}

.earningbouns_tb table tr b {
    font-size: 16px;
    font-weight: 600;
}

.earningbouns_tb span.arrow {
    position: absolute;
    right: -21px;
    top: 1px;
    z-index: 1;
}

.top_heading_s h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.searchBar.custom-tabs {
    background-color: #1f1f1f;
    border: 1px solid #787878;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 50px;
    gap: 3px;
}

body.light_theme button.orderbtn {
    background-color: #F4B609;
    color: #000;
}

body.light_theme button.orderbtn:hover {
    background-color: #F4B609;
    opacity: 0.8;
    color: #000;
}

body.light_theme .price_max_total button {
    background-color: #F4B609;
}

button.transfer_btn:hover {
    opacity: 0.8;
}

.overview_btn button:hover {
    opacity: 0.8;
}

body.light_theme button.transfer_btn {
    background-color: #F4B609;
}

.dashboard_recent_s h4 {
    font-size: 18px;
    margin: 0px;
}

.amount_cnt p {
    margin: 0px;
}

.maindashboard .table-responsive {
    max-height: 800px;
}

.searchBar button {
    width: 18px;
    opacity: 0.7;
    background-color: transparent;
    border: transparent;
    padding: 0px;
}

.searchBar button i {
    font-size: 16px;
    color: #fff !important;
    opacity: 1;
}

body.light_theme .searchBar button i {
    color: #000 !important;
}

body.light_theme .bitcoin_cate_list ul li {
    background-color: #F5F5F5;
    border: 1px solid #bdbdbd;
    color: #000;
}

body.light_theme .bitcoin_top_currency h3 {
    color: #000;
}

body.light_theme .top_heading_s h2 {
    color: #000;
}

.searchBar .custom_search {
    background-color: transparent;
    border: none;
    color: #fff;
}

.bitcoin_cate_list {
    width: 100%;
    padding: 20px 0px;

}

.bitcoin_cate_list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    height: 300px;
    overflow: auto;
}

.bitcoin_cate_list ul li {
    width: 100%;
    background-color: #1F1F1F;
    border: 1px solid #1F1F1F;
    border-radius: 5px;
    padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 1s all;
    gap: 10px;
}

.bitcoin_cate_list ul li:hover {
    border: 1px solid #f3bb2b;
}

.bitcoin_cnt {
    line-height: 15px;
}

.bitcoin_cnt h4 {
    font-size: 14px;
    margin: 0px;
}

.bitcoin_cate_list ul li span.price {
    font-size: 13px;
}

.swap_outer_section .currency_block {
    width: 100%;
}

.assets_wallets_section {
    width: 100%;
    color: #fff;
    padding: 0px 0px 20px;
}

.assets_wallets_section h2 {
    font-size: 20px;
    font-weight: 600;
}

.top_bar_assets {
    display: flex;
    margin: 20px 0px 10px;
    justify-content: space-between;
    align-items: center;
}

.top_bar_assets form {
    display: flex;
    gap: 16px;
    align-items: center;
}

.my_assets_summary_t .issuse_list_t tr td,
th {
    padding: 10px 0px;
    font-weight: 700;
    font-size: 10px;
    color: #848E9C;
}

.my_assets_summary_t .currency_td {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    gap: 8px;
    line-height: 16px;
}

.my_assets_summary_t .currency_td .pricetag span {
    font-size: 11px;
    font-weight: 400;
    display: block;
}

.top_bar_assets form .checkbox {
    font-size: 11px;
}

.top_bar_assets h5 {
    font-size: 12px;
    font-weight: 700;
}

.top_bar_assets .search_btn {
    background-color: transparent;
    border: none;
    padding: 0px;
}


.my_assets_summary_t {
    border: 1px solid #434343;
    padding: 24px;
    border-radius: 12px;
    width: 100%;
}

.my_assets_summary_t table {
    width: 100%;
}

.my_assets_summary_t tr td {
    font-size: 11px;
    padding: 10px 0px;
}

.wallet_transfer h4 {
    font-size: 16px;
    padding-top: 15px;
    font-weight: 400;
}

.estimated_balance_bl h4 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 24px;
}

.estimated_balance_bl h4 span {
    font-size: 14px;
    font-weight: 400;
    padding-left: 5px;
}

.sub_price {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.overview_btn {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    justify-content: center;
}

.overview_btn button {
    background-color: #5EC732;
    border: 1px solid transparent;
    padding: 7px 24px;
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
}

.overview_btn button.withdrawbtn {
    background-color: #F52534;
}


.estimated_balance_bl.currency_bit h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    padding: 0px;
}

.overview_summary_currency [classname="slick-track"] {
    display: flex;
    gap: 18px;
}

.estimated_balance_bl.currency_bit h4 {
    margin-top: 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.estimated_balance_bl.currency_bit h4 span {
    font-size: 12px;
}

.estimated_balance_bl.currency_bit .sub_price {

    font-size: 12px;
}

.change_price_update {
    padding-top: 24px;
    font-size: 12px;
    text-align: left;
}

.change_price_update p {
    margin-bottom: 5px;
}

.overview_section .tab-content>.tab-pane {
    height: 100%;
}

.price_value {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0ECB70;
}

.overview_btn button.swapbtn {
    background-color: #1768BA;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.selected-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #434343;
}

.option {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    padding: 20px;
    border-top: 1px solid #434343;
}

span.arrow {
    position: absolute;
    right: 20px;
    top: 22px;
    z-index: 1;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    background: #0a0a0a;
    width: 100%;
    z-index: 10;
}

.custom-select.open .options {
    display: block;
}

.select_currency_s {
    margin-top: 22px;
}

.form_select {
    width: 100%;
    border: 1px solid #434343;
    padding: 15px;
    border-radius: 5px;
}

.wallet_icon {
    width: 100px;
    cursor: pointer;
}

.estimate_loader {
    min-height: 169px;
}


.form_select span {
    color: #666;
    font-size: 14px;
}

.modelbg2 .form_select span {
    color: #f3bb2b;
    font-size: 18px;
}

.modelbg2 .price_max_total button {
    background-color: #221D10;
    border: 1px solid #f3bb2b;
    color: #f3bb2b;
    font-size: 18px;
    font-weight: 400;
    padding: 16px 22px;
    border-radius: 5px;
}

.modelbg2.modal.search_form input:focus {
    border: none !important;
}

.modelbg2.modal .text-warning {
    color: #f3bb2b !important;
}

.modelbg2.modal .text-info {
    color: #fff !important;
}

.modelbg2 .form_select select {
    font-size: 18px;
}

.form_select select {
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
}

.modal {
    z-index: 9999999;
    background-color: #0a0a0aeb;
}

body.light_theme .modal {
    z-index: 9999999;
    background-color: #ffffffeb;
}

body.light_theme .hot_trading_t table {
    color: #2c2c2c;
}

body.light_theme .overview_section h1 {
    color: #2c2c2c;
}

body.light_theme .profile_cvtrade .search_form input {
    color: #000 !important;
}


body.light_theme .select_network_s .top_space {
    color: #060606;
}

.form_select select option {
    color: #000;
}

.form_select_to_s {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin: 24px 0px;
    align-items: center;
}

.leftside_menu {
    position: fixed;
    top: 94px;
    z-index: 666;
    height: 100%;
}

.bankdetail_tabs .row {
    background-color: #242424 !important;
    padding: 24px;
    border-radius: 20px;
    margin: 0px 0px 20px;
}

.deletebtn {
    /* text-align: right; */
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
}

.deletebtn button {
    border-radius: 50px;
    padding: 10px 36px;
    font-size: 15px;
}

.bankpop_up_d ul#myTab {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: none;
    flex-wrap: nowrap;
}

.bankpop_up_d ul#myTab li {
    width: 100%;
}

.bankpop_up_d ul#myTab li button {
    width: 100%;
    font-size: 20px;
    color: #fff;
    padding: 0px;
    border: none;
}

.search_form button.btn-close {
    position: absolute;
    right: 0px;
    background-color: #f3bb2b;
    opacity: 1;
    border-radius: 100px;
    font-size: 12px;
    top: 0px;
}

.withdrawal_rightside {
    display: flex;
    justify-content: end;
    position: relative;
    top: 24px;
}

.leftside_menu .logout_btn a i {
    padding-left: 4px;
}

.withdrawal_rightside button {
    border-radius: 50px;
    border: none;
}

body.light_theme .withdrawal_rightside button {
    background-color: #FFB800;
}

.search_form .modal-header {
    border-bottom: 1px solid #424242 !important;
    padding: 32px !important;
}

.bankpop_up_d ul#myTab li button.active {
    background-color: transparent;
    color: #f3bb2b;
}

.bankdetail_tabs {
    height: 500px;
    overflow: auto;
}

.bankpop_up_d.modal.fade .modal-dialog {
    min-width: 690px;
}

.price_max_total {
    width: 100%;
    border: 1px solid #434343;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    overflow: hidden;
}

.topheading_footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.topheading_footer .icon_i .ri-subtract-fill {
    display: none;
}

.active .topheading_footer .icon_i .ri-subtract-fill {
    display: block;
}

.active .topheading_footer .icon_i .ri-add-fill {
    display: none;
}

.topheading_footer .icon_i {
    display: none;
}

.price_max_total button {
    background-color: #f3bb2b;
    border: none;
    font-size: 16px;
    padding: 14px 22px;
}

.price_max_total input[type="number"] {
    padding: 10px 32px;
    background-color: transparent;
    border: none;
    width: 90%;
    color: #fff;
}

.price_max_total input[type="number"]:focus-visible {
    outline: none;
}

.main_spot_balance {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 13PX;
}

.main_spot_balance P {
    font-size: 14PX;
}

.main_spot_balance P span {
    color: #f3bb2b;
}

button.transfer_btn {
    width: 100%;
    background-color: #f3bb2b;
    padding: 9px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    border: none;
    font-weight: 600;
    margin-top: 5px;
}

.dashboard_listing_section.Overview_mid {
    padding-left: 20px;
    margin-top: 0px;
}

.dashboard_listing_section.Overview_mid .user_list_top {
    height: 370px;
    overflow: auto;
}

.crypto_trade_add {
    width: 100%;
    display: block;
    padding: 10px 0px;
    color: #fff;
}

.crypto_trade_add .crypto_add_bl {
    width: 100%;
    background-color: #4B3501;
    border: 1px solid #f3bb2b;
    padding: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.crypto_cnt h5 {
    font-size: 14px;
}

.recent_transaction h2 {
    font-size: 20px;
}

.recent_transaction .top_bar_assets a.morebtn {
    color: #fff;
    font-size: 13px;
}

.my_assets_summary_t.recent_transaction tr td {
    font-size: 11px;
    padding: 15px 0px;
}

.recent_transaction .user_list_top {
    height: 230px;
}

.recent_transaction {
    color: #fff;
    margin-top: 30px;
}

.recent_transaction .top_bar_assets {
    margin-top: 0px;
}

.crypto_cnt p {
    color: #aaaaaa;
    font-weight: 500;
    font-size: 12px;
}

.crypto_trade_add .advanced_s {
    background-color: #0a0a0a;
    border-color: #434343;
}





ƒ .user_img img {
    /* width: auto !important; height: auto !important;
     */
}

.d-flex-between.mb-3.custom_dlflex {
    padding-top: 50px;
}

.login_bg.login_sec.market_page {
    padding-top: 20px;
    color: #fff;
    background-color: #0a0a0a;
    padding: 30px 0px;
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.live_prices {
    padding-bottom: 30px;
}

.ant-card {
    /* max-height: 200px; */
    border-radius: 20px;
    padding: 19px;
    background-color: #ffffff0a;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #ffffff1f;
    color: var(--white-color) !important;
    overflow: hidden;
    padding: 10px;
    /* border: 1px solid rgb(239, 242, 245); */
    height: 100%;
}

.ant-card-head-wrapper {
    margin-bottom: 08px;
    border-bottom: 1px solid #78787854;
    padding: 10px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ant-card-head-title h3 {
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
}

.bvtPSA {
    height: 30px;
    width: 30px;
    min-width: 30px;
    border-radius: 30px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.bvtPSA img {
    width: 100%;
}

.earning_right_tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.live_prices.mt-0.market_prices.market_update_sec.market_update_table .ant-card-head-title h3 img {
    padding-right: 0px;
}

.ant-card-head-wrapper .btn {
    color: rgb(22 199 132) !important;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
}

td.color-green {
    color: #32f469 !important;
}

.market_page .market_update_table table {
    background-color: transparent;
    margin-bottom: 0px;
}

.market_page .table>thead {
    vertical-align: bottom;
}

.market_page .mt_table .table tr th {
    line-height: 1.1;
    padding: 11px 10px !important;
    font-weight: 600;
    font-size: 13px;
    color: #ffffffb3;
}

.icon img {
    border-radius: 50px;
}

.market_page .table> :not(caption)>tr:last-child>* {
    border-bottom: transparent;
    background-color: transparent;

}

.market_update_table .table tbody tr {
    border-radius: 6px;
    cursor: pointer;
}

.market_page .table> :not(caption)>tr th:last-child {
    text-align: right;
    width: 100px;
}

.market_page .custom-tab-content table.table td:last-child {
    text-align: right;
    width: 100px;
}

.market_page img.coinimg {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.market_page .text-end {
    text-align: right !important;
}

.market_page .market_update_sec .table tbody tr td:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.market_page .market_update_sec .table tbody tr td:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.market_page .mt_table .table tr td {
    padding: 6px 10px;
    font-size: 13px;
    font-weight: 500;
    border-color: transparent;
}

.market_prices.market_update_sec.market_update_table .btn-sm {
    padding: 5px 22px !important;
    border-radius: 2px !important;
    font-size: 13px !important;
}

.d-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.market_tabs .nav-link {
    display: flex;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    padding: 9px 26px;
    color: var(--white-color);
    background: #ffffff1a;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(10px);
    margin-right: 10px;
    border: 1px solid #ffffff1f !important;
    border-radius: 50px;
}

.ri-xl {
    font-size: 1.2em;
}

.market_tabs .nav-link.active,
.market_tabs .nav-pills .show>.nav-link {
    background: #f3bb2b;
    color: #000 !important;
}

.searchBar.custom-tabs {
    padding: 8px 5px 8px 0;
    display: flex;
    padding-left: 15px;
    align-items: center;
    background-color: #ffffff1a;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #ffffff1f !important;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
}

.searchBar.custom-tabs input {
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    border: 0 !important;
    color: var(--white-color);
    min-width: min-content;
}

.searchBar.custom-tabs input {
    outline: 0;
}

.searchBar.custom-tabs i {
    margin-right: 8px;
    color: currentColor;
}

.live_prices .card {
    padding: 25px 10px;
}

.custom-tab-content .card {
    background: #ffffff0a;
    /* background: #0D162E; */
    border: 0 !important;
    border-radius: 30px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #ffffff1f !important;
}

.market_update_table .custom-tab-content .card {
    padding: 20px 0px;
    background: #0a0a0a;
    border: 0 !important;
    border-radius: 0px;
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    border: none !important;
}

.market_update_table .table tbody tr:hover {
    background-color: #191919 !important;
}

.section-padding.feature_bg.pc_bg {
    display: flex;
    flex-direction: column;
    color: #fffffff0;
    gap: 0px;
    justify-content: space-between;
    background-color: #111114;
    padding: 80px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.earning_section_cate {
    background-color: #0a0a0a;
    border: 1px solid #7878789c;
    border-radius: 20px;
    padding: 30px 28px;
    color: #fff;
    position: relative;
}

.dashboard_recent_s {
    background-color: #0a0a0a;
    border: 1px solid #7878789c;
    border-radius: 20px;
    padding: 24px;
    color: #fff;
    margin-top: 40px;
}

.user_list_top {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    align-items: center;
}

.dashboard_recent_s .user_list_top {
    padding-top: 15px;
    height: 100%;
}

.wallet_balance_tb .user_list_top {
    border-top: 1px solid #7878789c;
    padding: 12px 20px;
    height: 100%;
}

.earning_outer_s .fade:not(.show) {
    display: none;
}

.wallet_balance_tb table tr {
    border-top: 1px solid #7878789c;
}

.user_search form input.search {
    border: 1px solid #7878789c;
    background-color: transparent;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 12px;
    color: #fff;
    border-radius: 50px;
}

.user_search form button {
    background-color: #5EC732;
    border: none;
    padding: 7px 24px;
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    width: 120px;
}

.dashboard_recent_s table thead tr th {
    background-color: transparent;
    color: #ffffff99;
    font-weight: 500;
    white-space: nowrap;
    font-size: 15px;
    border-bottom: 1px solid #7878789c;
    border-top: 1px solid #7878789c;
    width: auto;
}

.no_data {
    text-align: center;
    width: 110px;
    margin: 40px auto;
}

.dashboard_recent_s table {
    width: 100%;
    margin-top: 32px;
}

.user_search form button.restbtn {
    background-color: #F52534;
}

.user_search form {
    display: flex;
    gap: 12px;
    justify-content: end;
}

.earning_tp_heading {
    display: flex;
    align-items: center;
    gap: 12px;
}

.earning_tp_heading h4 {
    margin: 0px;
}

.earning_section_cate ul#myTab {
    border: none;
    /* border: 1px solid #f3bb2b; */
    /* border-radius: 50px; */
    padding: 13px 32px 13px;
    gap: 54px;
}

section.earning_outer_s {
    background-color: #0a0a0a;
    padding: 80px 0px;
}

.earning_section_cate .nav-tabs .nav-link {
    font-size: 20px;
    border: none !important;
    color: #fff;
    font-weight: 500;
    padding: 0px;
}

.googlebtn button {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    padding: 11px;
    border: 1px solid #fff;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.login_btn {
    font-weight: 600;
}

.login_btn input {
    font-weight: 600;
}

.earning_section_cate .nav-tabs .nav-link:hover {
    background-color: transparent;
    color: #f3bb2b;
}

.earning_section_cate ul li:focus-visible {
    outline: none;
}


.earning_list_block ul.currency_list_b li img {
    max-width: 40px;
}

.currency_list_b ul li h2 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0px 10px;
}

.vector_bottom {
    width: 32px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.earning_list_block ul.currency_list_b li .vector_bottom img {
    width: 100%;
    max-width: 100%;
}

.currency_list_b ul li p {
    font-weight: 600;
    font-size: 16px;
}

.currency_list_b ul {
    display: flex;
    justify-content: center;
}

.currency_list_b ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 190px;
    max-width: 100%;
}

.currency_list_b ul li .currency_bit {
    width: 28px;
    margin: 0 auto;
}

.currency_list_b ul li .currency_bit img {
    object-fit: contain;
    height: 100%;
}

.currency_list_b ul li p span {
    color: #f3bb2b;
    padding-left: 3px;
}

button.subscribe_btn {
    background-color: #f3bb2b;
    border: none;
    padding: 8px 24px;
    position: relative;
    margin: 15px 0px 10px;
}

button.subscribe_btn a {
    font-size: 11px;
    color: #000;
    font-weight: 600;
}

.earning_list_block .slick-slider button.subscribe_btn {
    background-color: #f3bb2b;
    border: none;
    padding: 0px 10px;
    position: relative;
    margin: 15px 0px 0px;
    width: 84px;
    line-height: 22px;
}

.arbitrage_subscriptions_block button.subscribe_btn a {
    font-size: 15px;
}

.arbitrage_subscriptions_block button.subscribe_btn {
    line-height: 23px;
    margin: 0 auto;
    margin-top: 13px;
}

.earning_list_block .slick-slider button.subscribe_btn::before {
    background-size: 7.5px;
}

.earning_list_block .slick-slider button.subscribe_btn::after {
    background-size: 7.5px;
}

.earning_list_block .slick-slider .currency_list_b ul li p {
    font-weight: 500;
    font-size: 13px;
    margin: 0px;
}

.earning_list_block .slick-slider .currency_list_b ul li h2 span {
    font-size: 13px;
    font-weight: 200;
}

.earning_list_block .slick-slider .currency_list_b ul li h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0px 4px;
}

button.subscribe_btn::before {
    width: 23px;
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../images/subscribe_afterbtn.png);
    background-repeat: no-repeat;
    top: 0px;
    right: -22px;
    background-size: 12.5px;
}

button.subscribe_btn::after {
    width: 23px;
    position: absolute;
    content: "";
    height: 100%;
    background-image: url(../images/subscribe_afterbtn.png);
    background-repeat: no-repeat;
    top: 0px;
    left: -23px;
    transform: rotate(180deg);
    background-size: 12.5px;
}

.earning_list_block ul.currency_list_b li h2 span {
    font-weight: 500;
}

.earning_section_cate .tab-content>.tab-pane {
    padding-right: 0px;
    height: 100%;
}

.earning_section_cate .tab-content {
    padding-top: 36px;
}

.earning_list_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    height: 395px;
    overflow: auto;
}

.earning_list_block .slick-dots {
    bottom: -35px;
}

.table-responsive {
    min-height: 100px;
    max-height: 350px;
}

#home .user_search {
    margin-bottom: 24px;
    display: flex;
    justify-content: end;
}

.earning_list_block ul.currency_list_b {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 32px;
}

.currency_list_b ul li {
    border: 1px solid #242424;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #242424;
    transition: 1s all;
}

.earning_list_block .slick-track {
    gap: 26px;
    padding: 10px;
}

.currency_list_b ul li:hover path {
    transition: 1s all;
}

.currency_list_b ul li:hover {
    background-color: #191919;
    border: 1px solid #f3bb2b;
}

.currency_list_b ul li:hover path {
    fill: #f3bb2b;
}

.vector_bottom img {
    height: 100%;
}

.pagination_list {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 30px;
}

.pagination_list .pagination {
    gap: 6px;
}

.pagination_list ul li.active a.page-link {
    background-color: #f3bb2b;
    color: #000;
}

.pagination_list a.page-link {
    background-color: #F5F5F5;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #404B52;
    font-weight: 600;
    padding: 2px 12px;
}



.nav-link:focus-visible {
    box-shadow: none !important;
}

.earning_section_cate .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #f3bb2b;
    /* border: none !important; */
    /* border-bottom: 2px solid yellow !important; */
}

.earning_section_cate .nav-tabs .nav-link:focus-visible {
    outline: none;
}

.section-padding.feature_bg.pc_bg .row.align-items-center.py-5 {
    padding-top: 0px !important;
}

.section-padding.feature_bg.pc_bg p {
    font-size: 18px;
}

.section-padding.feature_bg.pc_bg h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.custom-tab-content .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.market_update_table table {
    background-color: transparent;
}

.custom-tab-content .table> :not(caption)>tr:last-child>* {
    border-bottom: 1px solid #ffffff0d;
}

.market_update_sec .table> :not(caption)>*>* {
    padding: 10px 20px;
    background-color: transparent;
}

.custom-tab-content .table>thead th {
    /* background: #b88e3b; */
    color: #ffffffb3;
    font-size: 14px;
    padding: 10px 20px !important;
    opacity: 0.5;
    font-weight: 500;
    border: none;
    line-height: 2;
    opacity: 0.7 !important;
}

img.coinimg {
    border-radius: 50px;
    max-width: 40px;
    display: inline-block;
    margin-right: 15px;
}

.td_div {
    display: flex;
    align-items: center;
    min-width: max-content;
}

.custom-tab-content table.table td {
    line-height: 2;
    border-color: #ffffff0a;
    vertical-align: middle;
    box-shadow: none;
    color: #ffffff8f;
    text-shadow: none !important;
    font-weight: 300;
    font-size: 14px;
}

.custom-tab-content table.table tr:hover .btn-sm {
    background: #f3bb2b !important;
    color: #000 !important;
    font-weight: 600;
}

.custom-tab-content.tab-content>.tab-pane {
    height: 100% !important;
    padding-right: 0px !important;
}

.btn-sm {
    padding: 7px 20px !important;
    font-size: 13px !important;
    line-height: 1;
}

.custom-btn,
.btn-gradient {
    background: #0a0a0a;
    color: #fff !important;
    border: 0.5px solid #f3bb2b;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    line-height: normal;
    font-weight: 500;
    transition: all 0.3s;
}

.custom-btn:hover,
.btn-gradient:hover {
    background: #dbb969 !important;
    color: #000 !important;
    font-weight: 500;
}

.trade_card table.table,
.table tbody tr:hover {
    background-color: #ffffff08;
}

table.table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.favouriteData {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px 0;
}

.btn-link {
    color: #FFF3D7;
}

p.mt-2 {
    color: #fff;
    font-size: 14px;
}


.community_sec .card-body {
    padding: 30px;
    position: relative;
    overflow: hidden;
}

.community_sec .card {
    border: 1px solid #ffffff1c !important;
    /* box-shadow: 33px 31px 56px 0px rgba(0, 0, 0, 0.04); */
    background: #ffffff08;
    color: #ffffffe6;
    border-radius: 30px;
}

.card_pp_row {
    display: block;
    text-align: center;
    margin: 30px 0;
}

.card_pp {
    /* display: flex
    ; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    margin: 20px;
    width: 280px;
    /* height: 350px; */
    display: inline-block;
}

.card_pp .percent {
    position: relative;
}

.card_pp svg {
    position: relative;
    width: 210px;
    height: 210px;
    transform: rotate(-90deg);
}

.card_pp .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.card_pp .number h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.card_pp .number span {
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    display: block;
    margin-top: 7px;
}

.card_pp svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 10;
    stroke-linecap: round;
}

.card_pp.cir_2 svg circle:last-child {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px -(625px* 40) / 100);
    stroke: #a65fff;
}

.card_pp.cir_3 svg circle:last-child {
    stroke-dasharray: 625px;
    stroke-dashoffset: calc(625px -(625px* 25) / 100);
    stroke: #a65fff;
}

.sm_card {
    padding-top: 20px;
    border-top: 1px solid #3333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.sm_card .btn-link {
    color: #fff;
}

.sm_card .btn-link {
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    word-break: break-all;
}

.sm_card span {
    font-size: 18px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin-right: 3%;
}

.sm_card span img {
    max-width: 40px;
    margin-right: 15px;
}

.card_mini.col-cards .card-body {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 10px 0;
}

.os_sec .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffffdd;
}

.st_sec .card-body .st_card {
    padding: 40px;
    padding-left: 20%;
}

body .st_sec .card {
    background: #ffffff1a;
}

.os_sec .col-cards.card_mini .card {
    background: #ffffff0a;
    border: 0 !important;
    border-radius: 15px;
    border: 1px solid #ffffff1f !important;
}


.community_sec .section-title {
    border: 0;
    padding-left: 70px;
}

.community_sec .section-title h1 {
    font-weight: 800;
}

.p_sec .section-title p {
    font-size: 15px;
    font-weight: 400;
    margin: 1rem 0;
    line-height: 1.6;
}

.custom-border-btn-white {
    color: #ffffff !important;
    border: 1px solid #ffffff2d;
    background: transparent;
}

.custom-border-btn-white:hover {
    border-color: #cbdbd433 !important;
    background: #cbdbd44a !important;
}

.p_sec {
    margin: 70px 0;
}


section.ep_sec.section-padding {
    color: #ffffffd0;
    padding: 20px 0 80px;
}

section.ep_sec.section-padding h2 {
    font-weight: 700;
}

section.ep_sec.section-padding p {
    font-size: 15px;
}

.os_sec table.table.table-bordered td,
table.table.table-bordered tr {
    border-color: #ffffff33 !important;
    padding: 19px 22px;
    font-size: 13px;
    vertical-align: middle;
    background-color: transparent;
    color: #ffffffbf;
}

button#submitBtn {
    font-size: 18px !important;
    padding: 8px 24px;
}

.section-title {
    margin-bottom: 60px;
}

.os_sec .section-title p {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    font-size: 15px;
}

section.os_sec {
    padding: 40px 0 50px;
    color: #ffffffcf;
}

.partner_page .os_sec .card-body {
    padding: 40px;
    color: #ffffffe0;
}

.partner_page .os_sec .card {
    border-radius: 30px;
    background: #ffffff1a;
    /* background: #0D162E; */
    border: 0 !important;
    border-radius: 30px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #ffffff1f !important;
}

.partner_page .os_sec .card-body h5 {
    margin: 20px 0;
    font-size: 20px;
}

.partner_page .os_sec .card-body p {
    font-size: 14px;
    margin: 0px;
}

.os_sec h3 {
    margin-bottom: 40px;
}

.os_sec .col-cards .card-body {
    display: flex;
    padding: 20px;
    align-items: center;
}

section.os_sec h2 {
    font-weight: 700;
}

.os_sec .card-body i {
    width: 56px;
    height: 56px;
    display: inline-flex;
    color: #ffffffb5;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    margin-right: 15px;
}

body .form-control {
    background-color: transparent;
    border: 1px solid #ffffff1c;
    color: #fff !important;
    border: 1px solid #ffffff26;
    padding: 15px 20px;
    width: 100%;
}

body .form-control[type="file"] {
    border: none !important;
    border-radius: 0px !important;
}

button.btn.supportbtn {
    background-color: #f3bb2b;
    color: #000 !important;
    font-size: 16px;
    padding: 14px 42px;
    font-weight: 600;
    border-radius: 50px;
    opacity: 1;
    width: auto;
    cursor: pointer;
}

.support_form_s {
    background-color: #1a1a1a;
    padding: 10px 40px;
    border-radius: 20px;
    margin-top: 20px;
}


.card.f_card {
    color: #ffffffb8;
}

.c_form {
    margin-top: 20px;
}

.search_icon2 input[type="search"] {
    border: none;
    padding: 4px;
    background: #2e2e2d;
    border-radius: 50px;
    color: #bfbfbf;
    text-align: center;
}

.form-group label {
    color: var(--white-color);
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 10px;
}

body .form-control:focus {
    background-color: transparent;
    border: 1px solid #ffffff1c;
    color: #fff !important;
}

section.st_sec .card-body {
    padding: 50px;
}

.st_card {
    padding: 40px;
}

.st_sec img {
    /* margin-top: -27%; */
    max-width: 350px;
}

.st_sec .card {
    background: #ffffff1a;
    border: 0 !important;
    border-radius: 30px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #ffffff1f !important;
    color: #ffffffcc;
}

.partner_page .st_sec .st_card h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.st_card h5 {
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 15px;
}

.partner_page .st_card p {
    font-size: 15px;
    line-height: 1.8;
}

.partner_page .st_card p b {
    font-weight: 800;
    font-size: 140%;
    line-height: 1;
}

/* .text-gradient {
    background: var(--gradient2, linear-gradient(62deg, #a65fff 0%, #bd83cb 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.blog_section_b {
    color: #fff;
    background-color: #111114;
    /* padding: 50px 0px; */
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}


.trade-wrapper.spot {
    display: flex;
    color: #fff;
    gap: 42px;
    justify-content: space-between;
    background-color: #111114;
    padding: 80px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}


.token_outerbg {
    display: flex;
    flex-direction: column;
    color: #fff;
    gap: 0px;
    justify-content: space-between;
    background-color: #111114;
    padding: 10px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.token_outerbg .partner_page {
    background-image: none;
    background-color: transparent;
}

.token_outerbg .os_sec.cv_tocnomics .card {
    background: #ffffff01;
    /* background: #0D162E; */
    color: #ffffffe6;
    border: 0 !important;
    border-radius: 30px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    border: 1px solid #ffffff1f !important;
}

.coin_list_outer_s {
    display: flex;
    flex-direction: column;
    color: #ffffffc7;
    gap: 0px;
    justify-content: space-between;
    background-color: #111114;
    padding: 60px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
}

.card {
    background-color: transparent;
    /* background: #ffffff0a;
    border: 0 !important;
    border-radius: 12px;
    border: 1px solid #ffffff1f !important; */
}

.refrefer_earn_outer {
    display: flex;
    flex-direction: column;
    color: #ffffffc7;
    gap: 0px;
    justify-content: space-between;
    background-color: #0a0a0a;
    padding: 60px 0px;
    background-image: none;
}

.ref_col {
    max-width: 100%;
}

.ref_body {
    margin-top: 36px;
    max-width: 50%;
}

.ref_cards.mb-0 {
    max-width: fit-content;
    padding: 23px;
    background: #7ed37529;
    border: 2px solid #7ed3754a;
    border-radius: 20px;
}

.ref_cards p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.ref_cards h3 {
    color: #7ED375;
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.card-header.ref_header {
    margin: 0px 0;
    background: transparent;
    padding: 0;
    border: 0;
    color: #ffffffd6;
}

.card-header.ref_header h2 {
    letter-spacing: 0px;
    font-weight: 600;
    color: #f3bb2b;
    margin-bottom: 15px;
}

.card-header.ref_header h4 {
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.card-header.ref_header h6 {
    font-weight: 500;
    font-size: 26px;
}

.ref_body .form-control {
    padding: 0.875rem 1.5rem;
    color: #fff;
    background-color: rgb(255 255 255 / 0%);
    font-feature-settings: "pnum" on, "lnum" on;
    border: 1px solid rgb(255 255 255 / 20%);
    border-radius: 50px;
}

.field-otp-box>input {
    padding-right: 81px !important;
}

.referral_recent_s {
    background-color: #0a0a0a;
    padding-bottom: 60px;
}

.referral_recent_s .dashboard_recent_s {
    margin: 0px;
}

::-webkit-input-placeholder {
    color: #bfbfbf;
}

::-moz-placeholder {
    color: #bfbfbf;
}

:-ms-input-placeholder {
    color: #bfbfbf;
}

:-moz-placeholder {
    color: #bfbfbf;
}

.ri-search-line {
    color: #bfbfbf;
}



.field-otp-box button {
    /* top: 11px; */
    position: absolute;
    right: 15px;
    padding: 6px 12px;
    min-width: 80px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ffffff1a;
    background: #ffffff1a;
    color: #fff !important;
    font-weight: 600;
}

.field__wrap {
    position: relative;
}

.field__label {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
}

label {
    color: #b1b5c3;
}

.cursor-pointer {
    cursor: pointer !important;
}

.refrefer_earn_outer {
    background-image: url(../images/referralbg.png);
    padding-top: 0px;
    min-height: 880px;
    background-position: right top;
    background-repeat: no-repeat;
    justify-content: center;
}

body.light_theme .refrefer_earn_outer {
    background-image: url(../images/referral_lightbg.jpg);
    background-color: #fff;
    background-size: 48%;
    min-height: 760px;
}

body.light_theme .card {
    border: none;
}

body.light_theme .card-header.ref_header {
    color: #000;
}

body.light_theme .card-header.ref_header h4 {
    color: #000;
}

body.light_theme .field__label {
    color: #000;
}

body.light_theme .card-header.ref_header h2 {
    color: #f4b609;
}

body.light_theme .referral_recent_s {
    background-color: #fff;
}

body.light_theme .navi_sidebar li .lighticon {
    display: block;
}

body.light_theme .navi_sidebar li .darkicon {
    display: none;
}

.navi_sidebar li .lighticon {
    display: none;
}

.joc_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f3bb2b;
    padding: 8px 13px;
    border-radius: 50px;
    color: #000;
    font-size: 22px;
    transition: 1s all;
    margin-right: 10px;
    transition: 0.2s all;
    border: 1px solid #f3bb2b;
    font-weight: 300;
}

.joc_social:hover {
    background: #0a0a0a;
    color: #f3bb2b;
}

.login_section .form_block_login sup {
    font-size: 15px;
}

.login_section .form_block_login p {
    text-align: center;
}

.login_section .form_block_login p span {
    color: #f3bb2b;
    padding: 0px;
    border-radius: 2px;
}

.register_verified_form {
    background: linear-gradient(180deg, rgba(96, 83, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    border-radius: 24px;
    padding: 90px;
    text-align: center;
    color: #fff;
    margin: 70px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register_verified_vector {
    max-width: 400px;
    margin: 0 auto;
}

.register_verified_vector2 {
    max-width: 200px !important;
}

.register_verified_form h1 {
    font-size: 53px;
    color: #f3bb2b;
    margin-top: 24px;
    padding-bottom: 10px;
}

.register_verified_form button {
    width: 185px;
    padding: 0px;
    margin-top: 20px;
    border: none;
    border-radius: 6px;
}

.register_verified_form button a {
    font-size: 14px;
    color: #000;
    padding: 15px 32px;
    display: block;
}

body.light_theme .register_verified_form {
    background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
    color: #000;
}

body.light_theme .register_verified_form h1 {
    color: #f4b609;
}

.register_verified_form p {
    font-size: 20px;

    line-height: 16px;
}

p.dark_yellow {
    color: #B4964E;
}

p.light_red {
    color: #C5484A;
}

p.yellow {
    color: #F4B609;
}

body.light_theme .login_section .form_block_login p span {
    color: #f4b609;
}

body.light_theme .login_btn input[type="button"] {
    background: #f4b609 !important;
}

body.light_theme .email_code .get_otp.otpcode {
    background-color: #f4b609;
}

.verifiedform .registration__info.bottom {
    margin-top: 10px;
}

.login_section .form_block_login h4 {
    text-align: center;
}

body .right_t.right_0 {
    text-align: center !important;
}

.joc_social .ri-xl {
    font-size: 22px;
}

.active_ul {
    color: #f3bb2b !important;
}

/* .twofa_card>.card-body {
    padding: 30px;
} */

.table>:not(caption)>*>* {
    border-color: #ffffff1a;
    background-color: transparent;
    color: #ffffff8f;
}

.sc_card {
    display: flex;
    align-items: start;
    gap: 20px;
    margin: 50px 0;
}

.sc_card h5 {
    font-weight: 600;
    font-size: 18px;
}

.sc_card p {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.5;
    margin: 0px;
}

.img-fluid.joc_img {
    width: 100%;
    max-width: 400px;
}

.partner_page .p_sec .community_sec .row.align-items-center .col-lg-6 {
    text-align: center;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.ep_sec img {
    max-width: 526px;
    width: 100%;
}

.ep_sec.section-padding .col-lg-6 {
    text-align: center;
}

.get_otp2 {
    cursor: pointer;
}

span.max {
    cursor: pointer;
}


section.buy_page.mt-5.hero-1 {
    display: flex;
    flex-direction: column;
    color: #ffffffc7;
    gap: 0px;
    justify-content: space-between;
    background-color: #111114;
    padding: 60px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0px !important;
}

form.custom-form.card_qbs.ticket-form {
    position: relative;
}

.announcement_outer {
    display: flex;
    flex-direction: column;
    color: #ffffffc7;
    gap: 0px;
    justify-content: space-between;
    background-color: #111114;
    padding: 60px 0px;
    /* background-image: url(../images/buler_bg.png); */
    background-position-y: top;
    background-position-x: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 0px !important;
}

.announcement_outer h2 {
    font-size: 32px;
    font-weight: 600;
    /* padding-bottom: 24px; */
    display: block;
}

section.section-padding.val_sec.pt-0 {
    margin-top: 20px;
}

.announcement_outer .section-padding.val_sec .card {
    color: #ffffffd9;
}

.announcement_outer .an_title h5 {
    margin-bottom: 0;
    font-size: 18px;
}

.announcement_outer .ot_ann .an_title.an_mini h5 {
    font-size: 13px;
}

.ticket-form {
    padding: 50px;
    background: #ffffff1a;
    border-radius: 18px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.login-header {
    margin-top: -20px;
    padding-bottom: 30px;
    margin-left: -50px;
    width: calc(100% + 100px);
}

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

.login-pillss li {
    width: 50%;
}

.login-pills li .nav-link {
    border-radius: 15px 20px 13px 0px;
}

.login-pills li .nav-link.nav_danger {
    border-radius: 24px 15px 0px 13px;
}

.create-item-wrapper a {
    color: #f3bb2b;
}


.login-pills li .nav-link.nav_danger.active {
    background: #ed5765;
    border-color: #ed5765 !important;
    border-radius: 24px 15px 0px 13px;
}

body .login_section .login-pills li .nav-link {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 16px 12px !important;
    background: transparent;
    color: #ffffffd7 !important;
    border-radius: 0;
    font-weight: bold;
    border-bottom: 2px solid #bdbdbd40 !important;
    font-size: 18px;
}

.css-b62m3t-container {
    position: relative;
    box-sizing: border-box;
}

.custom-select__control {
    background-color: #1b1d2c00 !important;
    border-color: #1b1d2c00 !important;
    border-radius: 50px !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: 1px solid rgb(255 255 255 / 10%) !important;
    padding: 10px 7px !important;
}


.custom-select__menu {
    background-color: #1b1d2c00 !important;
    /* Dark dropdown */
    color: #fff !important;
}

.custom-select__option {
    background-color: #1f2330 !important;
    /* Option background */
    color: #fff !important;
}

.custom-select__option--is-selected {
    background-color: #1b1d2c !important;
    /* Selected option */
}

.custom-select__option--is-focused {
    background-color: #1b1d2c !important;
    /* Hovered option */
}

.custom-select__single-value {
    color: #fff !important;
    /* Selected value text */
}

.custom-select__placeholder {
    color: #1b1d2c !important;
    /* Placeholder color */
}

.custom-select__dropdown-indicator {
    color: #1b1d2c !important;
}

.custom-select__indicator-separator {
    background-color: #1b1d2c !important;
    /* Indicator separator */
}


.custom-select__dropdown-indicator {
    color: #1b1d2c !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    /* display: flex
; */
    -webkit-transition: color 150ms;
    /* transition: color 150ms; */
    color: hsl(0, 0%, 80%);
    padding: 8px;
    box-sizing: border-box;
}

.custom-select__indicator-separator {
    background-color: #1b1d2c !important;
}

.css-1u9des2-indicatorSeparator {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 1px;
    background-color: hsl(0, 0%, 80%);
    margin-bottom: 8px;
    margin-top: 8px;
    box-sizing: border-box;
}

.balance-libra {
    background: #0e2648;
    background: rgb(189 134 38 / 14%);
    border-radius: 15px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #9600f329;
    padding: 7px 15px;
}

.card-success * {
    font-weight: 500 !important;
    font-size: 12px;
}

.card_qbs.ticket-form .form-label,
.fornewlabel {
    font-size: 14px;
}

.field-otp-box {
    position: relative;
}

.field-otp-box button {
    /* top: 11px; */
    position: absolute;
    font-size: 11px;
    right: 15px;
    padding: 6px 12px;
    min-width: 80px;
    font-weight: normal;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-weight: 600;
    background: transparent !important;
    padding: 0 9px;
    min-width: unset;
    border: 0 !important;
}

.custom-form .form-control,
.custom-form .form-select {
    color: var(--p-color);
    margin-bottom: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    outline: none;
    background-color: rgb(255 255 255 / 0%);
    border: 1px solid rgb(255 255 255 / 10%);
    font-feature-settings: "pnum" on, "lnum" on;
    font-size: 16px;
    border-radius: 60px;
}

.custom-form .tab-content>.tab-pane {
    padding-right: 0px;
    height: 100%;
}

button.btn.btn-success {
    color: #000 !important;
    background-color: #32f469 !important;
    border-radius: 50px;
    font-size: 14px;
    border-color: #32f469;
}


.user_login .user_img {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: inherit;
}

.user_login .user_img img {
    width: 48px;
    height: 48px;
    border-radius: 50px !important;
    border: 1px solid #666;
    margin-bottom: 2px;
}

.user_login .user_img img {
    border-radius: 7px;
}


.password_security_s {
    width: 100%;
}

.password_security_img {
    max-width: 100%;
    opacity: 0.6;
    text-align: center;
    position: relative;
    top: 40px;
}

.text-success {
    color: #0ECB70 !important;
}

.password_security_img img {
    max-width: 320px;
}

.password_security_s .row {
    justify-content: space-between;
    align-items: center;
}




.announcement_outer h2 {
    font-size: 24px;
}





.cursor {
    cursor: pointer;
}





.btn-green {
    background-color: #9ad954 !important;
    color: #000 !important;
}

.btn-red {
    background-color: red !important;
}

.marquee-margin {
    margin-right: 60vw !important;
    margin-left: 60vw !important;
}

.deposit_dropdown h5::before {
    background-color: green !important;
}

.refresh-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.fetching_deposit_text {
    font-size: 14px;
    color: rgb(114 109 109) !important;
}

.form-control::placeholder {
    color: white !important;
    opacity: 1;
}



.currency_icon img {
    border-radius: 100px;
    object-fit: cover;
    width: 38px;
    height: 38px;
}


.currency_img_mr img {
    border-radius: 100px;
    width: 70px;
    object-fit: cover;
    height: 70px;
}

.currency_tp_s img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    object-fit: cover;
}

.kyc_form_multistep .form-step {
    /* display: none; */
}

.kyc_form_multistep .form-step.active {
    display: block;
}

.kyc_form_multistep .step-buttons {
    margin-top: 20px;
}

.kyc_form_multistep .step-buttons button {
    border-radius: 5px;
    font-size: 16px;
    padding: 6px 7px;
    background: #f3bb2b;
    color: #000 !important;
    cursor: pointer;
    border: 1px solid #f3bb2b !important;
    font-size: 26px !important;
}

.Toastify {
    position: relative;
    z-index: 99999999;
}

.mobile_emailotp {
    display: flex;
    gap: 20px;
}

.kyc_form_multistep .step-indicator {
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
    position: relative;
}

.kyc_form_multistep .step-indicator::before {
    content: "";
    background-color: #949494;
    width: 89%;
    margin: 0 auto;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 81%;
    right: 0px;
}

.kyc_form_multistep .step-indicator span {
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: #ddd;
    margin-right: 10px;
}

.kyc_form_multistep .step-indicator .active span {
    background-color: #f3bb2b;
    color: #000;
}

.kyc_form_multistep .step-indicator h6 {
    font-size: 15px;
    margin: 0px;
}

.kyc_form_multistep .step-indicator p {
    font-size: 13px;
}

.kyc_form_multistep .step-circle {
    text-align: center;
    color: #949494;
    position: relative;
    z-index: 6666;
}

.kyc_form_multistep .step-circle.active {
    color: #fff;
}

body.light_theme .kyc_form_multistep .step-circle.active {
    color: #000;
}

body.light_theme .review_information .card-body.py-5.pb-0 {
    border: 1px solid #33333329;
    border-radius: 15px;
}

body.light_theme .search_form input {
    border: 1px solid #00000026 !important;
    color: #000 !important;
}

body.light_theme .review_information .card.card-header-actions.mb-4 {
    border: 1px solid #33333329;
}

body.light_theme .kyc_form_s button {
    background: #F4B609;
}

body.light_theme .kyc_form_multistep .field-otp-box button.btn.btn-sm {
    background-color: #F4B609 !important;
}

body.light_theme .kyc_form_multistep .step-indicator .active span {
    background-color: #F4B609;
}

.kyc_form_multistep .form-check {
    padding-left: 0 !important;
    width: 50%;
}

.kyc_form_multistep .form-check-input {
    border: 2px solid #dadce0;
}

.kyc_form_multistep .form-check-input {
    display: none;
}

.kyc_form_multistep .gender_radio .form-check-input:checked,
.kyc_form_multistep .form-check-input[value="true"] {
    background-color: #f3bb2b;
    border-color: #f3bb2b;
}

.kyc_form_multistep .form-check-input[type="radio"] {
    border-radius: 50%;
}


.kyc_form_multistep .gender_radio .form-check-label {
    position: relative;
    color: #ffffff70;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    align-items: center;
    gap: 0 10px;
    padding: 8px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    border-radius: 50px;
}

.kyc_form_multistep .gender_radio input[type="radio"]:checked+.form-check-label:before {
    height: 18px;
    width: 18px;
    border: 4px solid #000000;
    background-color: transparent;
}

.form-check-label:before {
    content: "";
    height: 18px;
    width: 18px;
    border: 2px solid #ffffff4f;
    border-radius: 50%;
}

.gender_radio input[type="radio"]:checked+.form-check-label {
    background-color: #f3bb2b;
    color: #000000;
}

.upload-area .upload-formate h6.title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.kyc_form_multistep .text-danger {
    color: #ff4761 !important;
}

.kyc_form_multistep .text-smallest {
    font-size: 14px;
    font-weight: normal;
    opacity: .7;
    display: block;
    margin-top: 4px;
}

.kyc_form_multistep .upload-area .brows-file-wrapper {
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
}

.kyc_form_multistep .upload-area .brows-file-wrapper input {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}

.kyc_form_multistep .upload-area {
    margin: 32px 0px;
}

.kyc_form_multistep .upload-area label {
    border: 2px dashed #52556445;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    margin-bottom: 15px;
    background: rgb(255 255 255 / 5%);
}

.upload-area label i {
    font-size: 40px;
    stroke-width: 1px;
    color: #f3bb2b;
    margin-bottom: 10px;
}

.upload-area label span {
    font-size: 20px;
}

.upload-area label .file-type {
    font-size: 14px;
    font-weight: 300;
}

.kyc_form_multistep {
    background-color: #000000;
    color: #fff;
    padding: 32px;
}

.kyc_form_multistep .kyc_form_multistep h1 {
    font-size: 24px;
}

.kyc_form_multistep .form-step h2 {
    font-size: 18px;
    margin-bottom: 18px;
}

.kyc_form_multistep .form_bl_step {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #2c2c2c;
    padding: 24px;
    margin-bottom: 32px;
}

.kyc_form_multistep .inquery_fill {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #8b8b8b;
}

.kyc_form_multistep .inquery_fill label {
    font-size: 16px;
}

.kyc_form_multistep .inquery_fill select {
    width: 100%;
    border: 1px solid #6666;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 15px;
}

.kyc_form_multistep .inquery_fill input[type="text"] {
    width: 100%;
    border: 1px solid #6666;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 15px;
}

.kyc_form_multistep .form_bl_step .inquery_fill {
    margin: 15px 0px;
}

.kyc_form_multistep .gender_radio {
    padding: 4px;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 50px;
    gap: 0 10px;
}

.kyc_form_multistep .inquery_fill input[type="number"] {
    width: 100%;
    border: 1px solid #6666;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 15px;
}

.kyc_form_multistep .field-otp-box {
    width: 100%;
    border: 1px solid #6666;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 0px 15px;
}

.kyc_form_multistep .field-otp-box input[type="email"] {
    width: 85%;
    background-color: transparent;
    border: none;
    color: #fff;
}

.kyc_form_multistep .field-otp-box button.btn.btn-sm {
    background-color: #f3bb2b !important;
    border-radius: 50px;
    font-size: 13px;
    color: #000 !important;
    font-weight: 600;
    padding: 4px 15px;
    float: right;
}

.kyc_form_multistep input#emailOTP {
    width: 100%;
    border: 1px solid #6666;
    background-color: transparent;
    border-radius: 50px;
    color: #fff;
    padding: 15px;
}

.kyc_form_multistep .inquery_fill select option {
    color: #000;
}

.kyc_form_multistep .verificationform .row {
    margin-bottom: 24px;
}

/* div#previewSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

div#previewSection p {
    padding: 24px;
    border-radius: 15px;
    border: 1px solid #404040;
    font-size: 15px;
} */

.submitbutton {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    position: relative;
    top: 40px;
}

.img-account-profile {
    height: 10rem;
    width: 10rem;
    object-fit: cover;
}

.review_information {
    padding: 40px;
    background-color: #ffffff17;
    color: #fff;
    border-radius: 25px;
}

.review_information .text-muted {
    color: #ffffffa8 !important;
}

.review_information .text-dark {
    color: #ffffffa8 !important;
}

.review_information .text-center {
    color: #fff;
}

.review_information .card-body.py-5.pb-0 {
    border: 1px solid #333333;
    border-radius: 15px;
}

.review_information .card.card-header-actions.mb-4 {
    border: 1px solid #333333;
    border-radius: 15px;
    color: #fff;
}

.doc_img {
    padding: 1rem;
    border-radius: 10px;
    background: #2b2b2b;
}

.doc_img img {
    overflow: hidden;
    border-radius: 5px;
    object-fit: contain;
}

.kyc_form_s .submitbutton button {
    padding: 12px 36px;
    border-radius: 50px;
}

.step-buttons {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.kyc_form_multistep .inquery_fill label {
    margin-bottom: 12px;
}

.kyc_form_multistep .gender_radio label {
    margin-bottom: 0px;
}



button.morebtn {
    padding: 0px;
}





.light_theme .hero_section {
    color: #000000;
    background-color: #fff;
}

.light_theme .banner_cnt p {
    color: #000;
}

.light_theme .navigation {
    background-color: #F5F5F5;
}

.light_theme .navigation nav ul li a {
    color: #4E4E4E;
}

.light_theme .market_update_outer {
    background-color: #fff;
    color: #000;
}

body.light_theme {
    background-color: #fff;
}

body.light_theme .navigation nav ul li.dropdown .dropdown-toggle {
    color: #4E4E4E;
}

body.light_theme .banner_cnt h1 span {
    color: #F4B609;
}

body.light_theme .signupbtn {
    background-color: #F4B609;
}

body.light_theme .scrolled {
    background-color: #fff;
}

body.light_theme .market_summary_right_tp {
    background-color: #f5f5f5;
}

body.light_theme .market_tab_scroll_ot {
    background-color: #f5f5f5;
}

body.light_theme .market_tab_scroll_ot ul li {
    border-right: 1px solid #dddddd;
}

body.light_theme .market_tab_scroll_ot::before {
    background-color: #f5f5f5;
}

body.light_theme .how_get_account_ot {
    background-color: #FFF;
    color: #000;
}

body.light_theme .trade_btn button a {
    color: #000;
}

body.light_theme .app_btn button {
    color: #000;
}

body.light_theme .how_get_account_ot h2 span {
    color: #F4B609;
}

body.light_theme .navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #f5f5f5;
}

body.light_theme .navigation nav ul li ul li a:hover {
    background-color: #D4D4D4;
}

body.light_theme .profit_costs_cta_outer {
    background-color: #fff;
    color: #000;
}

body.light_theme .profit_costs_cta_outer.costouterbg {
    background-image: url(../images/minimal_white_costbg.jpg);
}

body.light_theme .profit_cost_cnt p {
    color: #000000b3;
}

body.light_theme button.learnbtn a {
    background-color: #F4B609;
}

body.light_theme .right_costs_rg ul li span {
    color: #000000f5;
}

body.light_theme .trusted_partner h2 {
    color: #000;
}

body.light_theme .faq_cta_outer .card h2 button.accordion-button {
    color: #000000;
}

body.light_theme .card-body.card-body-padding-top.text-align-start.border-bottom {
    color: #000;
}

body.light_theme .faq_cta_outer .accordion-collapse {
    color: #000;
}

.faq_cta_outer .card h2 .accordion-button {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.faq_cta_outer .card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9d9d9d;
    border-radius: 0px;
}

body.light_theme .faq_cta_outer .card.active h2 button.accordion-button[aria-expanded="true"] {
    color: #fff;
}

.card-body.card-body-padding-top.text-align-start.border-bottom {
    color: #fff;
}

body.light_theme .accordion-button::after {
    background-color: #b9b9b9;
}

body.light_theme .faq_cta_outer .card h2 button.accordion-button[aria-expanded="true"]::after {
    background-color: #b9b9b9;
}

body.light_theme footer {
    background-color: #ffffff;
    color: #000;
}

body.light_theme footer p {
    color: #000;
}

body.light_theme footer .menu li a {
    color: #0000008c;
}

body.light_theme .copyright h5 {
    color: #F4B609;
}

body.light_theme .header_right .button_outer button.login_btn.sign_btn {
    border: 1px solid #3c3c3c;
    background-color: transparent;
}

body.light_theme .header_right .button_outer button.login_btn.sign_btn a {
    color: #000;
}

body.light_theme .copyright p span {
    color: rgb(244, 182, 9);
}

body.light_theme .footer_logo .lightlogo {
    display: block;
}

.footer_logo .darklogo {
    display: block;
}

.footer_logo img {
    width: 100%;
}

body.light_theme .footer_logo .darklogo {
    display: none;
}

.footer_logo .lightlogo {
    display: none;
}

body.light_theme .scan_cnt {
    color: #fff;
}

.light_theme .banner_cnt .scan_block p {
    color: #fff;
}

body.light_theme .meme_hero_s {
    color: #000000;
    background-color: #fbf7ec;
    background-image: none;
}

body.light_theme .meme_listing_section {
    background-color: #ffffff;
    color: #000;
}

body.light_theme .crypto_list ul li {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 4px 15px #0000001c;
}

body.light_theme .coin-card_itemcnt {
    color: #000;
}

body.light_theme .search_items {
    background-color: #fff;
    border: 1px solid #0000001f !important;
}

body.light_theme .crypto_list {
    padding: 0px 15px;
}

body.light_theme .what_coin_s p {
    color: #000;
}

body.light_theme .search_items input[type="text"] {
    color: #000;
}

body.light_theme section.earning_outer_s {
    background-color: #ffffff;
}

body.light_theme .earning_section_cate {
    background-color: #f5f5f5;
    border: 1px solid #d5d5d59c;
    color: #000;
}

body.light_theme .earning_section_cate .nav-tabs .nav-link {
    color: #000;
}

body.light_theme .currency_list_b ul li {
    border: 1px solid #ededed;
    background-color: #ededed;
}

body.light_theme .currency_list_b ul li p span {
    color: #b78701;
}

body.light_theme .currency_list_b ul li:hover {
    background-color: #ededed;
}

.coin_view_top h6 {
    margin: 0px;
}

.currency_list_b ul li:hover {
    transform: scale(1.03);
    box-shadow: 0px 2px 10px #66666647;
}

body.light_theme .pagination_list ul a.page-link {
    background-color: transparent;
    color: #000;
    border: 1px solid #f4b609 !important;
}

body.light_theme .pagination_list ul li.active a.page-link {
    background-color: #f4b609 !important;
}

body.light_theme .dashboard_recent_s {
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd9c;
    color: #000;
}

body.light_theme .earningrecent .earning_section_cate {
    border: none;
}

body.light_theme .user_list_l.earning_section_cate.responsive-table {
    border: none;
}

body.light_theme form.searchinput input {
    color: #000;
}

body.light_theme .dashboard_recent_s table thead tr th {
    color: #000;
}

body.light_theme form.searchinput {
    background-color: transparent;
}

body.light_theme .earning_section_cate .nav-tabs .nav-link.active {
    color: #f4b609;
}

body.light_theme .login_section {
    background-position: right;
    max-width: 100%;
}

body.light_theme .login_section .form_block_login {
    color: #000000;
    border: 1px solid #c9c9c9;
    background-color: #F5F5F5;
}

body.light_theme .form_block_login .input_filed {
    color: #000;
}

body.light_theme .form_block_login h2 {
    color: #cb940f;
}


body.light_theme ::-webkit-input-placeholder {
    color: #000;
}

body.light_theme form.searchinput button i {
    color: #000;
}

body.light_theme ::-moz-placeholder {
    color: #000;
}

body.light_theme :-ms-input-placeholder {
    color: #000;
}

body.light_theme :-moz-placeholder {
    color: #000;
}

body.light_theme a.forgot_password {
    color: #cb940f;
}

body.light_theme .form_block_login label {
    color: #cb940f;
}

body.light_theme .blog_section_b {
    color: #000;
    background-color: #ffffff;
}


body.light_theme .search_outer_blog {
    background-color: #f1f1f1;
}

body.light_theme .subscribe_form {
    background-color: #f3f3f3;
}

body.light_theme .earning_calculator_section {
    background-color: #fff;
    color: #000;
}

body.light_theme .earining_calculator_form input {
    color: #000000;
}

body.light_theme .earining_calculator_form .note_text label {
    color: #000;
}

body.light_theme .earning_section_cate {
    color: #000;
}

body.light_theme .dashboard_recent_s table thead tr th {
    color: #2e2e2e;
}

body.light_theme .earningrecent form.searchinput {
    background-color: #ededed;
    gap: 10px;
    color: #666;
}



body.light_theme .get_otp2 {
    background-color: #F4B609;
}

body.light_theme .dashboard_deposit_s .btn.btn-gradient {
    background-color: #F4B609;
}

body.light_theme button.btn.btn-sm.otpinput {
    background-color: #F4B609 !important;
}

body.light_theme .earining_calculator_form label {
    color: #f4b609;
}

body.light_theme .calculator_top_cnt {
    background: #e1e1e1;
}

body.light_theme .right_costs_rg ul li {
    color: #f4b609;
}

body.light_theme ul.social_media a {
    background-color: #f4b609;
}

.app_btn button path {
    fill: #fff;
}

body.light_theme .app_btn button path {
    fill: #303030;
}

body.light_theme .login_bg.login_sec.market_page {
    color: #000;
    background-color: #ffffff;
}

body.light_theme .ant-card {
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    color: #000;
}

body.light_theme .table>:not(caption)>*>* {
    color: #000;
}

body.light_theme .market_page .mt_table .table tr th {
    color: #000;
}

body.light_theme .market_update_table .table tbody tr:hover {
    background-color: #e1e1e1 !important;
}

body.light_theme .market_update_table .custom-tab-content .card {
    background: transparent;
}

body.light_theme .custom-btn,
.btn-gradient {
    background: transparent;
    color: #000 !important;
}

body.light_theme section.faq_cards .card {
    background: #F5F5F5;
    border: 1px solid #3c3c3c24;
    color: #1a1a1a;
}

body.light_theme .text-gradient {
    color: #f4b609;
}

body.light_theme section.termsofuse {
    color: #000;
}

body.light_theme .hero-banner-style.top-section-gap {
    color: #161616;
}

body.light_theme section.termsofuse h1.text-center {
    color: #f4b609;
}

body.light_theme .os_sec .custom-btn,
.btn-gradient {
    background: #f4b609;
}

body.light_theme .searchBar.custom-tabs {
    border: 1px solid #0000001f !important;
}

body.light_theme .market_tabs .nav-link {
    background: #f5f5f5;
}

body.light_theme .market_tabs .nav-link.active,
.market_tabs .nav-pills .show>.nav-link {
    background: #f4b609;
    color: #000 !important;
}

body.light_theme button.btn_submit {
    background-color: #f4b609;
}

body.light_theme .joc_social {
    background: #f4b609;
    border: 1px solid #f4b609;
}

body.light_theme .trade-wrapper.spot {
    color: #000;
    background-color: #ffffff;
}

body.light_theme .trade_card,
.spotLists {
    background: #F5F5F5;
    border: 1px solid #7d7d7d12;
    color: #000;
}

body.light_theme #TVChartContainer {
    background-color: #F5F5F5
}

body.light_theme .btn-group.btn-group-mini * {
    opacity: 0.9;
    color: #000;
}

body.light_theme a.more_btn {
    color: #000;
}

body.light_theme .assets_list ul {
    color: #000;
}

body.light_theme .buysellform .input-group {
    background-color: #e5e5e5;
}

body.light_theme .market_update_outer h2 span {
    color: #F4B609;
}

body.light_theme .tch_main_tab {
    background-color: #111114;
}

body.light_theme .trade-wrapper select,
.trade-wrapper .nice-select {
    color: #000 !important;
}

body.light_theme .buy_sell_cards ul.nav.custom-tabs li a {
    color: #000;
    background-color: #0a0a0a1a !important;
}

body.light_theme .user_login svg.round_img {
    border: 1px solid #0a0a0a;
    border-radius: 50px;
}

body.light_theme .user_login path {
    fill: #2f2f2f;
}

body.light_theme .icon_notificaton_r ul li path {
    fill: #000;
}

body.light_theme .dashboard {
    color: #000;
    background-color: #ffffff;
}

body.light_theme .themecolor_icon .ri-sun-line {
    display: none;
    color: #666;
}

body .themecolor_icon .ri-sun-fill {
    display: none;
    color: #fff;
}


body.light_theme .dashboard_summary td {
    color: #3a3a3a;
}

body.light_theme .estimated_balance .div_tag {
    background-color: #F5F5F5;
}

body.light_theme .balance_chart_left i {
    color: #000;
}

.block_features .lightimg {
    display: none;
}

body.light_theme .block_features .lightimg {
    display: block;
}

body.light_theme .darkimg {
    display: none;
}

body.light_theme .listing_left_outer .dashboard_summary ul li button {
    color: #2e2e2e;
}

body.light_theme .listing_left_outer .dashboard_summary ul li button.active {
    color: #f4b609;
}

body.light_theme .recommendations_block ul li button a {
    color: #000;
}

.icon img {
    border-radius: 50px;
    width: 28px;
    height: 28px;
    object-fit: cover;
}

body.light_theme .leftside_menu {
    background-color: #F5F5F5;
}

body.light_theme .navi_sidebar li.active a {
    color: #f4b609;
}

body.light_theme .navi_sidebar li p {
    color: #000;
}

body.light_theme .navi_sidebar li button {
    color: #292929;
}

body.light_theme .navi_sidebar li button:hover {
    color: #000;
}

body.light_theme .navi_sidebar li a {
    color: #292929;
}

body.light_theme .login_profile_header {
    background-color: #F5F5F5;
}

.leftside_menu .logout_btn {
    position: fixed;
    bottom: 0px;
    width: 300px;
    text-align: center;
}

.leftside_menu .logout_btn a {
    background-color: #fe9c10;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
    color: #000;
}

body.light_theme .form-control:focus {
    border: 1px solid #ffffff1c;
    color: #000 !important;
}

body.light_theme .Security_factor {
    border-color: #1c1c1c24;
    background-color: #f5f5f5;
}

body.light_theme .security_form form.row {
    border: 1px solid #29292933;
    background-color: #ffffff94;
}

body.light_theme .Overview_mid .dashboard_summary a {
    color: #000;
}

body.light_theme header {
    background-color: #fffffff2;
}

body.light_theme select#royality {
    background-color: transparent;
}

body.light_theme button.morebtn {
    color: #fff;
}

body.light_theme .login_profile_header .user_profile_cnt h3 {
    color: #292929;
}

body.light_theme a.startbtn {
    background: #F4B609;
}

body.light_theme .blog_section_b h1 {
    color: #F4B609;
}

body.light_theme .security_form form.row input[type="button"] {
    background: #f4b609;
}

body.light_theme .arbitrage_subscriptions_block {
    color: #000;
}

body.light_theme .arbitrage_subscriptions_block ul li .pricetag {
    color: #f4b609;
}

body.light_theme .navi_sidebar li ul li a:hover {
    color: #f4b609;
}

body.light_theme .overview_cate_section .nav-tabs .nav-link {
    color: #3c3c3c;
}

body.light_theme .overview_cate_section .nav-tabs .nav-link.active {
    color: #f4b609;
}

body.light_theme .estimated_balance_bl {
    color: #080808;
}

body.light_theme .slick-slider .estimated_balance_bl {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

body.light_theme .assets_wallets_section {
    color: #1c1c1c;
}

a.search_icon i {
    font-size: 15px;
}

body.light_theme .form_select select {
    color: #000;
}


body.light_theme .header_right .button_outer .login_btn.deposit-btn {
    border: 1px solid #f4b609;
    color: #f4b609;
}


body.light_theme .section-padding.feature_bg.pc_bg {
    color: #000;
    background-color: #F5F5F5;
}

body.light_theme .breadcrumb li {
    color: #000 !important;
}

body.light_theme .coin_list_outer_s {
    color: #1e1e1e;
    background-color: #F5F5F5;
}

body.light_theme section.os_sec {
    color: #1e1e1e;
}

body.light_theme .os_sec .card-body p {
    color: #000;
}

body.light_theme .os_sec .card-body i {
    color: #0000009e;
}

body.light_theme .card.f_card {
    color: #000;
}

body.light_theme .sidebar_deposit {
    color: #000;
    background-color: #F5F5F5;
}


body.light_theme .sidebar_deposit .deposit_list a {
    color: #000000;
}

body.light_theme .leftside_menu .navi_sidebar li svg path {
    fill: #3c3c3c;
}

body.light_theme .coin_items_list {
    background-color: #f5f5f5;
}

body.light_theme .deposit_crypto_left::before {
    background-color: #0a0a0a2b;
}

body.light_theme .deposit_crypto_left h2:before {
    background-color: #bdbdbd;
}

body.light_theme .deposit_crypto_right button.accordion-button {
    color: #040404;
}

body.light_theme .recent_deposit_list table tr:hover {
    background-color: transparent;
}

body.light_theme .dashboard_deposit_s {
    background-color: #f5f5f5;
    border: 1px solid #e7e7e7;
}

body.light_theme .dashboard_deposit_s .form-group input {
    border: 1px solid rgb(40 40 40 / 15%);
}

body.light_theme .field-otp-box input {
    border: 1px solid #00000024;
    background-color: #fff;
}

body.light_theme input.form-control::placeholder {
    color: #000 !important;
}

body.light_theme .recent_deposit_list table tr td {
    color: #2a2a2a;
}

body.light_theme .recent_deposit_list table tr td span {
    color: #2a2a2a;
}

body.light_theme .sidebar_deposit .deposit_list a svg path {
    fill: #2c2c2c;
}

body.light_theme .close-btn {
    color: black;
}

body.light_theme .header_notification {
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
}

body.light_theme .header_notification .more_btn a {
    color: #000;
}

body.light_theme .wallet_profile_tab {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    color: #000;
}

body.light_theme ul.ac_wallet_info li a {
    color: #000;
}

body.light_theme .afterloginheader .header_right .button_outer .login_btn.deposit-btn {
    background-color: transparent;
}

body.light_theme .dashboardsummary_bottom a.btn {
    background-color: #F4B609 !important;
    color: #000 !important;
    line-height: 15px;
}

body.light_theme .recommendations_block ul li button:hover {
    background-color: #F4B609;
    border-color: #F4B609;
}

body.light_theme .dashboard_summary td a {
    color: #F4B609;
}

body.light_theme .partner_logos .logos_slide img {
    background-color: #f5f5f5;
}

body.light_theme .partner_logos .logos_slide_right img {
    background-color: #f5f5f5;
}

.light_theme .hero_section::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    background-color: #ffffffc9;
    left: 0px;
    right: 0px;
}

.highlights_crypto_s {
    padding: 70px 0px;
    color: #fff;
    /* text-align: center; */
}

.highlights_crypto_s h2 {
    font-weight: 600;
    text-shadow: 0px 4px 50px #f3bb2b;
}

.highlights_crypto_s .slide_highlights {
    width: 100%;
    border: 1px solid #f3bb2b;
    border-radius: 20px;
    overflow: hidden;
    transition: 1s all;
    background-color: #191919;
    position: relative;
    margin-top: 32px;
    padding: 32px;
}

.highlights_crypto_s .currency_list_b {
    background-color: transparent;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    align-items: center;
    gap: 0px;
}


.highlights_crypto_s .currency_list_b .heighlightcnt {
    width: 100%;
}

.highlights_crypto_s .currency_list_b .heighlightcnt h2 {
    font-size: 26px;
    text-shadow: none;
}

.vector_icon_slide img {
    width: 100%;
    object-fit: contain;
}

.highlights_crypto_s .row {
    align-items: center;
}

.highlights_crypto_s .vector_icon_slide {
    width: 250px;
}

body.light_theme .highlights_crypto_s .slide_highlights {
    background-color: #f5f5f5;
}

body.light_theme .highlights_crypto_s h2 {
    color: #000;
}

body.light_theme .referral_recent_s .earning_section_cate {
    color: #000;
    border: none;
}

body.light_theme .search_form .modal-content {
    background: #f5f5f5;
    color: #000;
}

body.light_theme .search_form input {
    border: 1px solid #00000026;
}

body.light_theme .deposit_crypto_right .accordion-body {
    color: #000000;
}

body.light_theme .bankpop_up_d ul#myTab li button {
    color: #000;
}

body.light_theme .bankpop_up_d ul#myTab li button.active {
    color: #f4b609;
}

body.light_theme .bankdetail_tabs .row {
    background-color: #f5f5f5 !important;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

body.light_theme .header_right .button_outer .login_btn {
    background: #F4B609;
    border-color: #F4B609;
}


body.light_theme .tradebtn:hover {
    background: #F4B609;
}

body.light_theme .how_get_account_ot .trade_btn button:hover {
    border: 1px solid #F4B609;
    background-color: #F4B609;
}

body.light_theme .trade_add_view .graybg {
    background-color: #f1f1f1;
    color: #000;
    border: 1px solid #4343433b;
}

body.light_theme .assets_wallets_section .market_section {
    border: 1px solid #43434345;
}

body.light_theme .my_assets_summary_t {
    border: 1px solid #43434345;
}

body.light_theme .selected-option {
    border: 1px solid #43434345;
}

body.light_theme .currency_td .selected-option {
    border: none;
}

body.light_theme .form_select {
    border: 1px solid #43434345;
}

body.light_theme .price_max_total {
    border: 1px solid #43434345;
}

body.light_theme .listing_left_outer.full_width {
    border: 1px solid #43434345;
}

body.light_theme .estimated_balance_bl {
    border: 1px solid #43434345;
}

body.light_theme .assets_wallets_section .coin_view_top .search_icon input[type="search"] {
    background: #fff;
    border: 1px solid #9999998f;
}

body.light_theme .main_spot_balance P span {
    color: #F4B609;
}

body.light_theme .faq_cards .faq_list .card.faq_item {
    color: #000;
}

body.light_theme .faq_cards .faq_list .card.faq_item i {
    color: #000;
}

body.light_theme .faq_cards .faq {
    background: transparent;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


body.light_theme .kyc_form_multistep {
    background-color: transparent;
    color: #000;
    padding: 32px;
}

body.light_theme .kyc_form_multistep .form_bl_step {
    border: 1px solid #2c2c2c26;
}

body.light_theme .kyc_form_multistep .step-buttons button {
    background: #F4B609;
    border: 1px solid #F4B609 !important;
}

body.light_theme .kyc_form_multistep .inquery_fill select {
    color: #000;
}

body.light_theme .kyc_form_multistep .inquery_fill input[type="text"] {
    color: #000;
}

body.light_theme .kyc_form_multistep .gender_radio {
    background-color: rgb(116 116 116 / 8%);
}

body.light_theme .kyc_form_multistep .gender_radio .form-check-label {
    color: #000;
}

body.light_theme .doc_img {
    background: #f5f5f5;
    color: #000;
}


body.light_theme .review_information .text-muted {
    color: #373737 !important;
}

body.light_theme .review_information .text-dark {
    color: #373737 !important;
}

body.light_theme .earining_calculator_form select {
    color: #000;
}

.earining_calculator_form select option {
    color: #000;
}

.top_total_bar {
    display: flex;
    gap: 100px;
    align-items: center;
    margin-top: 32px;
    justify-content: space-between;
}

ul.active_package_top {
    display: flex;
    gap: 50px;
}

ul.active_package_top li {
    font-size: 19px;
    color: #ffffffd2;
}

ul.active_package_top li span {
    color: #f3bb2b;
    font-weight: 600;
    padding-right: 7px;
}

ul.active_package_top li img {
    width: 20px;
}

.subprice_t {
    font-size: 13px;
    color: rgb(136, 136, 136);
    display: block;
}

button.addfundsbtn {
    border-radius: 10px;
}

.referralcode_s .align-items-center {
    align-items: center !important;
    gap: 15px;
}

.referralcode_s label {
    margin: 0px;
    white-space: nowrap;
}

.form-control:disabled {
    background-color: #5b5d5f !important;
    opacity: 1;
}

.yellowcolor {
    color: #f3bb2b;
}

.package_card_block {
    border: 1px solid #434343fc !important;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    background-color: #111114 !important;
    color: #fff !important;
    width: 100%;
    margin: 24px 0px;
}

.package_card_block .row.border.p-3.mb-3.rounded.package_date_s {
    border-color: #838383 !important;
}

.package_card_block .d-flex.justify-content-between.align-items-center.mb-3.flex-wrap.gap-3 {
    text-align: left;
}

body.light_theme .total_amount .amount_cnt_l {
    color: #1e1e1e;
}


.search_form.order_detail_pop .modal-content {
    border-radius: 20px;
    background: linear-gradient(108deg, rgba(43, 35, 25, 1) 0%, rgba(19, 15, 8, 1) 100%);
    border: 1px solid #f3bb2b;
}

.search_form.order_detail_pop .modal-header {
    border-bottom: none !important;
    padding: 32px 32px 0px !important;
}

.search_form.order_detail_pop .modal-header h5 {
    font-size: 26px;
    font-weight: 5000;
    color: #f3bb2b;
    border-bottom: 1px solid #4e432a;
    width: 100%;
    padding-bottom: 10px;
}

.search_form.order_detail_pop .cursor-pointer {
    font-size: 26px;
    color: #f3bb2b !important;
}

.search_form.order_detail_pop .hot_trading_t.model_height th {
    font-size: 18px;
    color: #f3bb2b;
}

.search_form.order_detail_pop .hot_trading_t.model_height td {
    font-size: 18px;
    color: #f3bb2b;
    padding: 12px 0px !important;
    font-weight: 400;
}

td.right_t.price_tb span.usd_price_tb2 {
    font-size: 18px;
    border-radius: 5px;
    color: #BDFBB2;
    background-color: #60a85c45;
    border: 1px solid #60A85C;
    padding: 10px 15px;
}

.search_form.order_detail_pop td.right_t.price_tb span {
    font-weight: 400;
}

.search_form.order_detail_pop tr td [alt="date"] {
    padding-right: 5px;
}

.search_form.order_detail_pop button.orderbtn {
    padding: 12px;
    font-size: 20px;
    font-weight: 600;
}

.search_form.order_detail_pop.modelbg2 .modal-content {
    background: linear-gradient(0deg, rgba(15, 13, 8, 1) 80% 80%, rgba(91, 70, 19, 1) 100%);
}

.newhome_maximizeprofit_s .trade_btn button:hover {
    color: #000;
}


@media screen and (max-width:1700px) {

    .refrefer_earn_outer {
        background-size: 70%;
    }

    .navigation nav ul {
        gap: 18px;
    }



    .banner_img {
        top: -10px;
        max-width: 850px;
    }

    .scan_block {
        max-width: 744px;
        margin: -130px auto;
    }

    .currency_logo ul li img {
        max-width: 80px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }

    .h2,
    h2 {
        font-size: 2.6rem;
    }

    .mu_pr_mark h3 {
        font-size: 24px;
    }

    .market_summary_right_tp .mr_data h5 {
        font-size: 18px;
    }

    .how_get_account_ot ul li h3 {
        font-size: 28px;
    }

    .how_get_account_ot ul li p {
        font-size: 20px;
    }

}


@media screen and (max-width:1440px) {


    html,
    body {
        overflow-x: hidden;
        /* Prevent horizontal scroll */
    }

    .refrefer_earn_outer {

        min-height: 620px;
    }

    .navigation {
        width: 95%;
    }



    .header_right {
        gap: 12px;
    }

    .wallet_profile_tab {
        left: -270px;
    }

    .serurity_vector {
        max-width: 320px;
        left: 0px;
    }

    header .annousment_s {
        bottom: -36px;
        left: -210px;
    }

    body .hero_section {
        padding-bottom: 90px;
    }

    .dashboard_right {
        width: 100%;
        padding-right: 60px;
    }

    .header_right .button_outer .login_btn {
        font-size: 13px;
        padding: 8px 18px;
        letter-spacing: 1px;
    }


    .banner_cnt h1 {
        font-size: 48px;
    }

    .earning_section_cate ul#myTab {
        gap: 20px;
    }

    h1 {
        font-size: 2.8rem;
    }

}


@media screen and (max-width:1367px) {

    .sticky_menu {
        top: 0px;
    }

    .register_verified_form h1 {
        font-size: 36px;
    }

    h1 {
        font-size: 2.5rem;
    }

    .register_verified_form p {
        font-size: 24px;
    }

    button {
        font-size: 14px;
        padding: 11px 32px;
    }

    .navigation nav ul li.dropdown .dropdown-toggle {
        font-size: 13px;
    }

    .withdrawal_rightside {
        top: 0px;
    }

    .kyc_form_multistep .step-indicator {
        margin: 0px 0px 30px;
    }

    .dashboard_deposit_s {
        width: 70%;
    }

    h2.mb-0.pb-0 {
        font-size: 24px;
    }

    .kyc_form_multistep {
        padding: 10px;
    }


    .earning_section_cate .nav-tabs .nav-link {
        font-size: 16px;
    }

    .earning_right_tab {
        gap: 18px;
    }

    .banner_cnt h1 {
        font-size: 40px;
    }

    .navigation nav ul li a {
        font-size: 13px;
    }

    .user_login .active {
        display: block;
    }

    .user_login:hover .login_profile_header {
        opacity: 0 !important;
        visibility: hidden !important;
    }

    .user_login:hover .login_profile_header.active {
        opacity: 1 !important;
        visibility: visible !important;
        overflow: scroll;
    }

    .ranking_outer ul li h2 {
        font-size: 28px;
    }



    span.sub_heading {
        font-size: 20px;
    }

    .hero_section {
        min-height: 920px;
        padding-bottom: 60px;
    }

    .row.cta_register_s {
        margin-top: 0px;
    }

    .sign_form [type="button"] {
        font-size: 15px;
        padding: 8px 24px;
    }

    .sign_form [type="text"] {
        width: 62%;
    }

    .crypto_section {
        padding: 10px 0px 40px;
    }

    .trading_platform_section {
        padding: 40px 0px;
    }

    .trading_platform_section h2 {
        font-size: 32px;
    }


    .crypto_exchange_s .trading_img img {
        width: 100%;
    }

    .crypto_exchange_s .trading_img {
        width: 160px;
    }

    .crypto_exchange_s .services_block h4 {
        font-size: 24px;
    }

    .trading_cta_s {
        padding: 100px 0px;
    }

    .trading_cta_s h2 {
        font-size: 40px;
    }

    .how_work_s h2 {
        font-size: 40px;
    }

    .trade_crypto_cnt {
        width: 50%;
    }

    .meme_hero_s {
        padding: 0px 0px 20px;
    }

    .banner_content {
        padding-top: 24px;
    }

    .banner_content h1 {
        font-size: 42px;
    }

}

.mobile_view {
    display: none;
}

.termsofuse a {
    color: #f3bb2b;
}

@media screen and (max-width:1200px) {

    .top_total_bar {
        gap: 20px;
    }

    ul.active_package_top {
        gap: 20px;
    }

    h1 {
        font-size: 2.2rem;
    }

    .overview_cate_section.asstes_listing_tb ul#myTab {
        padding: 10px 8px 10px;
    }

    .dashboard_bot_rightbtn button.addfundsbtn a {
        white-space: nowrap;
    }

    section.termsofuse {
        padding: 20px 0px 20px;
    }

    .overview_summary_currency {
        padding-bottom: 20px;
    }

    .overview_summary_currency .slick-track {
        gap: 0px;
    }

    .assets_wallets_section .market_section {
        min-height: 100%;
    }

    .highlights_crypto_s .vector_icon_slide {
        width: 100%;
    }

    .trade_btn button a {
        gap: 12px;
    }

    .highlights_crypto_s .currency_list_b {
        padding: 30px;
    }

    .profile_id_s {
        gap: 32px;
    }

    .navigation nav ul li.dropdown .dropdown-toggle {
        font-size: 11px;
    }

    .section-padding.feature_bg.pc_bg {
        padding: 50px 0px 0px;
    }

    section.faq_cards {
        padding: 20px 0px 20px;
    }

    section.faq_cards h1.text-center {
        font-size: 32px;
        width: 60%;
    }

    .grid.faq_sidebar a.card h5 {
        font-size: 16px;
    }

    .faq_cards .faq_list .card.faq_item {
        padding: 16px;
        font-size: 15px;
    }

    .faq_cards .faq_list .card.faq_item h5 {
        font-size: 18px;
    }

    section.faq_cards .row {
        padding-top: 0px;
    }

    .cta_register_s ul.social_media {
        margin: 0px 0px 20px;
    }

    .currency_img_mr {
        left: -20px;
    }

    .dashboard_deposit_s {
        width: 80%;
        margin-left: 0px;
    }

    .dashboard_deposit_s h1 {
        font-size: 24px;
    }

    .ant-card.ant-card-bordered .symblecurrency {
        display: flex;
        align-items: center;
    }

    .market_update_table .table tbody tr {
        vertical-align: middle;
    }

    .navigation {
        width: 100%;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 95%;
    }

    .security_vector {
        padding: 0px 0px;
    }

    .password_security_s .securityform_s .security_form .row {
        gap: 15px;
    }

    .password_security_s .securityform_s .row {
        gap: 0px;
    }

    .password_security_s .col-sm-8 {
        flex: 0 0 auto;
        width: 100%;
    }

    .profit_costs_cta_outer.costouterbg {
        padding: 40px 0px 70px;
    }

    .profit_costs_cta_outer.costouterbg .profit_cost_cnt {
        padding: 0px 0px 0px;
    }

    .profit_cost_cnt {
        padding: 40px 0px 0px;
    }

    .earning_list_block .slick-track {
        gap: 0px;
    }

    button.subscribe_btn {
        width: 80px;
        padding: 8px 7px;
    }

    button.subscribe_btn a {
        font-size: 12px;
    }

    .currency_list_b ul li h2 {
        font-size: 14px;
    }

    .currency_list_b ul li p {
        font-size: 11px;
    }

    .earning_section_cate ul#myTab {
        gap: 10px;
    }

    .earning_section_cate .nav-tabs .nav-link {
        font-size: 14px;
    }

    .refrefer_earn_outer {
        background-position: center right;
        background-size: 50%;
        min-height: 600px;
    }

    .give_currency_s {
        flex-direction: column;
        gap: 40px;
    }

    .arbitrage_subscriptions_block ul li .arbitbot_cnt {
        margin-top: 30px;
    }

    .arbitrage_subscriptions_block ul li h2::before {
        bottom: -15px;
    }


    .bitcoin_top_currency h3 {
        font-size: 16px;
    }

    .bitcoin_top_currency h3 img {
        width: 24px;
    }

    .bitcoin_top_currency ul {
        gap: 5px;
        font-size: 10px;
    }

    .btc_price_range h3 {
        font-size: 16px;
    }

    button.orderbtn {
        padding: 6px 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .amount_cnt p {
        margin: 0px;
        font-size: 14px;
    }

    .market_page .mt_table .table tr td {
        padding: 11px 5px;
        font-size: 10px;
    }

    .balance_chart_left h4 {
        font-size: 14px;
    }

    ul.wallet_price_list li {
        font-size: 12px;
    }

    .balance_chart_left h3 {
        font-size: 12px;
    }

    .dashboardsummary_bottom {
        flex-direction: column;
        align-items: start;
    }

    .listing_left_outer h4 {
        font-size: 16px;
        text-align: left;
    }

    .trusted_partner {
        padding: 60px 0px;
    }

    .banner_cnt h1 {
        font-size: 36px;
    }

    .coin_list_outer_s {
        padding: 30px 0px;
    }

    .banner_cnt p {
        font-size: 18px;
        max-width: 70%;
    }

    .top_header_dash {
        gap: 20px;
    }

    .scan_block {
        max-width: 725px;
        margin: -110px auto;
    }

    .hero_section {
        min-height: 790px;
    }

    .currency_logo ul li img {
        max-width: 50px;
    }

    .mu_pr_mark h3 {
        font-size: 24px;
    }

    .mu_pr_mark {
        gap: 18px;
        padding-left: 0px;
        padding-top: 10px;
    }

    .how_get_account_ot ul li h3 {
        font-size: 24px;
    }

    .how_get_account_ot ul li p {
        font-size: 18px;
    }

    .how_get_account_ot ul {
        gap: 32px;
        padding-top: 20px;
    }

    .banner_img {
        max-width: 720px;
    }

    .password_security_s .row {
        flex-direction: column;
        gap: 36px;
        width: 100%;
        --bs-gutter-x: 0px;
    }

    .password_security_s .row .col-sm-6 {
        width: 100%;
    }

    .password_security_img {
        top: 0px;
    }

    .p_sec {
        margin: 40px 0;
    }

    .community_sec .section-title {
        padding-left: 0px;
    }

    .img-fluid.joc_img {
        max-width: 280px;
    }

    section.ep_sec.section-padding {
        color: #ffffffd0;
        padding: 20px 0 20px;
    }

    section.os_sec {
        padding: 20px 0 10px;
    }

    .section-title {
        margin-bottom: 30px;
    }

    .st_sec .card-body .st_card {
        padding: 0px;
        padding-left: 0%;
    }

    section.st_sec .card-body {
        padding: 30px;
    }

    section.st_sec {
        margin-top: 30px;
    }

    .refrefer_earn_outer {
        padding: 10px 0px;
    }

    .ref_cards h3 {
        font-size: 36px;
    }

    .login_bg.login_sec.market_page {
        padding: 30px 0px;
    }

    ul.nav.nav-pills.mb-2.overflowx_scroll.funds_tab.market_tabs {
        gap: 12px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .partner_page .st_sec .st_card h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 1rem;
    }

    .announcement_outer {
        padding: 30px 0px;
    }

    .right_costs_rg ul li {
        font-size: 50px;
        line-height: 44px;
    }

    .right_costs_rg ul {
        gap: 70px;
    }

    button.learnbtn a {
        font-size: 16px;
        padding: 15px 48px;
    }

    .faq_cta_outer .accordion-item h3 button.accordion-button {
        font-size: 18px;
        padding: 18px;
    }

    .faq_cta_outer .accordion-item {
        font-size: 15px;
        padding-top: 0px;
    }

    .faq_cta_outer .accordion-body {
        padding-top: 0px;
    }

    .market_summary_right_tp {
        padding: 24px 40px;
    }

    .rectangle_bottom_eft {
        max-width: 90px;
    }

    img.round_img {
        width: 30px !important;
        height: 30px !important;
    }

    header img.round_img {
        width: 24px !important;
        height: 24px !important;
    }

    .calculator_top_cnt h1 {
        font-size: 36px;
    }

    .banner_content h1 {
        font-size: 36px;
    }

    .earining_calculator_form h2 {
        font-size: 24px;
    }

    .earining_calculator_form form {
        max-width: 100%;
    }

    .login_cnt.register_form {
        padding: 60px 30px 30px;
    }

    .serurity_vector {
        max-width: 80%;
    }

    .os_sec.cv_tocnomics .card_pp {
        margin: 0px;
        width: 33%;
    }

    .meme_hero_s .container {
        width: 90%;
    }

    .crypto_list ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .meme_listing_section .container {
        width: 90%;
    }

    .meme_coin_top h1 {
        font-size: 36px;
    }

    .meme_coin_top p {
        font-size: 18px;
    }

    .user_login {
        position: inherit;
    }

    .table_outer {
        overflow: auto;
    }

    .deposit-btn img {
        width: 15px;
    }


    .login_profile_header.active {
        right: 0px;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .login_profile_header {
        left: inherit;
        right: -330px;
        top: 52px;
    }

    .user_login:hover .login_profile_header {
        opacity: 0;
        visibility: hidden;
    }



    .currency_preference_outer {
        width: 100%;
    }

    .form_block_login {
        padding: 50px 60px;
    }

    .login_cnt {
        padding: 50px;
    }

    .transaction_top_select {
        flex-wrap: wrap;
    }

    .crypto_section .hot_trading_s .td_first {
        font-size: 14px;
    }

    .crypto_section .hot_trading_s.top_gainers th,
    td {
        font-size: 15px;
    }

    .how_work_s {
        padding: 50px 0px 40px;
    }

    .how_work_s .content_p {
        max-width: 48%;
    }

    .trading_cta_s {
        padding: 60px 0px;
    }

    .listing_left_outer ul li {
        border-radius: 10px;
        padding: 15px;
    }

    .listing_left_outer ul li h5 {
        font-size: 14px;
    }

    .listing_left_outer ul li .deposit_btn {
        font-size: 10px;
        padding: 6px 20px;
        margin: 5px 0px 0px;
    }

    .new_features_s h4 {
        font-size: 16px;
    }

    .block_features h5 {
        font-size: 12px;
    }

    .dashboard {
        gap: 20px;
    }

    .navigation nav ul li a {
        font-size: 11px;
    }

    .ant-card-head-title h3 {
        font-size: 15px;
    }

    .navigation nav ul {
        gap: 8px;
    }

    .button_outer {
        gap: 10px;
    }

    .header_right .button_outer .login_btn {
        font-size: 10px;
        padding: 5px 9px;
        line-height: 12px;
    }

    .header_right {
        gap: 10px;
    }

    .icon_notificaton_r ul {
        gap: 8px;
    }

    .slick-slide {
        margin: 0px 10px;
    }

    .listing_left_outer .help_support_s ul {
        margin-top: 0px;
    }

    .dashboard_right {
        padding-right: 30px;
    }

    .deposit_crypto_block_coin {
        gap: 50px;
    }

    .coin_items_select {
        flex-wrap: wrap;
    }

    .overview_section h1 {
        font-size: 15px;
        gap: 5px;
    }

    .overview_cate_section .nav-tabs .nav-link {
        font-size: 14px;
    }

    .overview_cate_section ul#myTab {
        padding: 10px 8px 0px;
        gap: 10px;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .overview_section h1 img {
        width: 24px;
    }

    .top_heading h4 {
        font-size: 18px;
    }

    .assets_wallets_section h2 {
        font-size: 18px;
    }

    .assets_wallets_section .row {
        flex-direction: column;
        gap: 24px;
    }

    .assets_wallets_section .row .col-sm-6 {
        width: 100%;
    }

    .assets_wallets_section .dashboard_summary {
        height: 100%;
    }

    .tab-content .overview_summary_currency .row {
        flex-direction: column;
        gap: 24px;
    }

    .tab-content .overview_summary_currency .row .col-lg-4 {
        width: 100%;
    }

    .tab-content .overview_summary_currency .row .col-lg-8 {
        width: 100%;
    }

    .ant-card-head-wrapper {
        padding: 6px 0px 9px;
    }

    .ant-card-head-wrapper .btn {
        font-size: 14px;
    }

    section.earning_outer_s {
        padding: 30px 0px;
    }

}

@media screen and (max-width:991px) {

    .buysell_heder .custom-tabs li.activepop::before {
        display: block;
    }

    .bs_dropbox .price_card {
        overflow: auto;
        height: 100vh;
    }

    .dashboard_summary {
        overflow: auto;
    }

    .navigation button {
        border: none;
    }

    ul.active_package_top li {
        font-size: 15px;
    }

    .dashboard_bot_rightbtn button.addfundsbtn {
        font-size: 13px;
        padding: 9px 20px;
    }

    .search_form.order_detail_pop .modal-header h5 {
        font-size: 20px;
    }

    .search_form.order_detail_pop .cursor-pointer {
        font-size: 20px;
    }

    .search_form.order_detail_pop .hot_trading_t.model_height td {
        font-size: 15px;
        padding: 8px 0px !important;
    }

    td.right_t.price_tb span.usd_price_tb2 {
        font-size: 15px;
        padding: 7px 10px;
    }

    .search_form.order_detail_pop button.orderbtn {
        padding: 9px;
        font-size: 15px;
    }

    .td_btn_balance button {
        min-height: 35px;
    }

    .dashboard_recent_s table thead tr th {
        font-size: 13px;
    }

    .login-header {
        margin-left: -31px;
        width: calc(100% + 63px);
    }

    .crypto_section .hot_trading_s.top_gainers th,
    td {
        font-size: 13px;
    }

    .form_block_login form {
        margin-top: 20px;
    }

    .modal.fade .modal-dialog {
        min-width: 650px;
    }

    .light_theme .navigation {
        border-radius: 0px;
        top: 0px;
    }

    body.light_theme .navbar-collapse {
        background-color: #F5F5F5;
        margin-top: 0px;
    }

    .top_header_dash {
        padding: 8px 0px;
    }

    header .logo {
        max-width: 160px;
    }

    .earningtop_search {
        position: relative;
        top: 0px;
        right: 15px;
    }

    .td_btn_balance button.walletbtn {
        line-height: 14px;
    }

    .wallet_balance_tb .user_list_top .user_search form {
        flex-direction: row;
    }

    .rectangle_bottom_eft {
        max-width: 70px;
    }

    .navigation nav ul li.dropdown .dropdown-toggle {
        padding: 5px 15px !important;
    }


    section.faq_sec {
        padding: 20px 0px 0px;
    }

    section.faq_cards h1.text-center {
        font-size: 30px;
        width: 80%;
    }

    .market_summary_right_tp .mr_data h5 {
        font-size: 16px;
    }

    .responsive-table {
        overflow: auto;
        width: 100%;
    }

    .withdrawal_rightside {
        margin-bottom: 20px;
    }

    .support_form_s .d-flex-between.mb-3.custom_dlflex {
        padding-top: 20px;
    }


    body .responsive-table ul#myTab {
        white-space: nowrap;
        flex-wrap: inherit;
        overflow: inherit;
        border-radius: 0px !important;
        border: none;
    }

    .earning_section_cate ul#myTab {
        gap: 24px;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding: 0px 24px 0px;
    }

    .dashboard_recent_s .user_list_top ul#myTab {
        border: none;
    }

    .dashboard_recent_s .user_list_top .user_search form {
        flex-direction: row;
    }

    body .dashboard_recent_s .user_list_top form.searchinput button {
        width: 23px;
    }

    .mt-0.market_prices.market_update_sec .d-flex-between.mb-3.custom_dlflex {
        padding-top: 30px;
        gap: 18px;
    }

    ul.nav.nav-pills.mb-2.overflowx_scroll.funds_tab.market_tabs {
        gap: 4px;
        overflow: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        top: 15px;
        position: relative;
    }

    .earning_section_cate .user_search form {
        flex-direction: row;
    }

    .earning_tp_heading h4 {
        font-size: 18px;
    }

    .earning_tp_heading {
        gap: 7px;
    }

    .earning_tp_heading img {
        width: 24px;
    }


    section.earning_outer_s {
        padding: 40px 0px;
    }

    .earning_section_cate {
        padding: 40px 32px;
    }

    .earning_section_cate .nav-tabs .nav-link {
        font-size: 15px;
    }

    .user_list_top .user_search form {
        flex-direction: column;
    }

    .card-header.ref_header h4 {
        font-size: 26px;
    }

    .card-header.ref_header h6 {
        font-size: 17px;
    }

    .refrefer_earn_outer {
        min-height: 440px;
    }

    .arbitrage_subscriptions_block ul li .arbitbot_cnt {
        margin-top: 40px;
    }

    button.subscribe_btn {
        width: 100px;
    }

    .arbitrage_subscriptions_block ul li h2 {
        font-size: 14px;
    }

    .arbitrage_subscriptions_block ul {
        gap: 20px;
    }

    .bitcoin_top_currency {
        align-items: start;
        flex-direction: column;
    }

    .amount_detail_bottom {
        flex-wrap: wrap;
        gap: 18px;
    }

    .user_search form {
        flex-direction: column;
        gap: 10px;
        align-items: self-end;
    }

    .market_page .mt_table .table tr td {
        padding: 7px 5px;
    }

    .estimated_balance {
        flex-direction: column;
        margin-top: 0px;
    }

    .dashboard_summary ul.nav-tabs {
        margin-top: 0px;
    }

    footer .menu li a {
        font-size: 14px;
    }

    footer h3 {
        font-size: 18px;
    }

    .overview_summary_currency .slick-track {
        gap: 0px;
    }

    .overview_btn {
        flex-wrap: wrap;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    body .hero_section {
        padding: 100px 0px 50px;
        min-height: 100%;
    }

    .hrborder img {
        height: 80px;
    }

    .mu_pr_mark {
        gap: 4px;
    }

    .mu_pr_mark h3 {
        font-size: 22px;
    }

    .currency_tp_s {
        gap: 10px;
    }

    .trade_btn button a {
        padding: 7px 18px;
        gap: 8px;
    }


    .market_summary_right_tp {
        padding: 20px 24px;
    }

    .currency_img_mr {
        max-width: 100px;
    }

    .partner_logos .logos_slide img {
        width: 160px;
    }

    .partner_logos .logos_slide_right img {
        width: 160px;
    }

    .profit_costs_cta_outer {
        padding: 40px 0px;
    }

    .profit_cost_cnt h2 {
        letter-spacing: -1px;
        padding-bottom: 12px;
    }

    .scan_block {
        margin: -50px auto;
    }

    .banner_img {
        max-width: 100%;
    }

    .scan_left_s img {
        width: 50px;
    }

    .banner_cnt h1 {
        font-size: 30px;
    }

    .banner_cnt p {
        max-width: 90%;
    }

    .how_get_account_ot {
        padding: 50px 0px;
    }

    .top_header_dash {
        overflow: auto;
    }

    .twofactor_outer_s .row {
        flex-direction: column-reverse;
    }

    .ep_sec.section-padding .row.align-items-center.gx-md-5 {
        flex-direction: column-reverse;
    }

    .twofactor_outer_s .row .col-sm-6 {
        flex: 0 0 auto;
        width: 100%;
    }

    .serurity_vector {
        max-width: 240px;
        top: -10px;
        position: relative;
        left: 0px;
    }

    .deposit_crypto_block_coin h2 {
        font-size: 18px;
    }

    .search_icon_s {
        margin-top: 10px;
        padding: 10px;
        font-size: 13px;
    }

    .community_sec .section-title {
        padding-left: 0px;
    }

    .address_input {
        font-size: 13px;
        padding: 10px;
    }

    .withdraw_input {
        padding: 10px;
        font-size: 13px;
    }

    .community_sec .text-end {
        text-align: left !important;
    }

    .st_sec .card-body .st_card {
        padding: 0px;
        padding-left: 0%;
    }

    .l_sec.section-padding img.img-fluid.mx-auto {
        max-width: 350px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .os_sec .col-cards .card-body {
        padding: 12px;
    }

    /* .navbar-toggler-icon {
        display: none;
    } */

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
        padding: 5px 0px;
    }

    .navigation nav ul li ul li a {
        padding: 8px 18px !important;
        font-size: 14px;
    }

    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 5px 15px !important;
        font-size: 14px;
    }

    .calculator_top_cnt h1 {
        font-size: 30px;
    }

    .earning_calculator_section {
        padding: 0px 0px 40px;
    }

    footer .menu {
        gap: 10px;
    }

    .row.main_footer_menu_s {
        padding-top: 30px;
    }

    footer p {
        font-size: 14px;
    }

    .copyright {
        padding-top: 30px;
    }

    .profile_custom {
        padding-right: 0px !important;
        flex-direction: column !important;
        justify-content: end !important;
        align-items: flex-end !important;
    }

    .trade_add_view {
        flex-direction: column;
    }

    .login_section .form_block_login {
        padding: 32px;
    }

    .custom-form .form-control,
    .custom-form .form-select {
        margin-bottom: 18px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 14px !important;
    }

    .col-md-12.mb-4 {
        margin-bottom: 10px !important;
    }


    header .annousment_s {
        left: -180px;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .deposit_crypto_block_coin {
        gap: 50px;
        flex-direction: column;
    }

    .crypto_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .deposit_crypto_left {
        width: 100%;
    }

    .deposit_crypto_right {
        width: 100%;
    }

    .recent_deposit_list {
        padding: 40px 0px 24px;
    }

    .navigation .container-fluid {
        padding: 0px;
    }

    .login_profile_header {
        top: 46px;
    }

    .form_block_login {
        padding: 40px 40px;
    }

    .form_block_login h2 {
        font-size: 24px;
    }

    .left_bar_login h1 {
        font-size: 24px;
    }

    .login_cnt {
        padding: 30px;
    }

    .rewards_vector {
        width: 100%;
        margin: 40px auto;
    }



    .market_section.help_support_s {
        margin-top: 10px;
    }

    .help_support_s .security_form form.row {
        padding: 0px 0px;
    }

    .help_support_s textarea {
        min-height: 70px;
    }

    .Security_factor {
        width: 90%;
    }

    .dashboard_right_side.profileslider {
        width: 100%;
    }

    footer {
        padding: 40px 0px 10px;
    }

    .trading_services {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .security_form form.row input[type="button"] {
        font-size: 14px !important;
    }

    .banner_content h1 {
        font-size: 36px;
    }

    span.sub_heading {
        font-size: 20px;
    }

    .banner_content p {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .banner_img {
        width: 70%;
        left: 0px;
    }

    .ranking_outer ul li {
        font-size: 14px;
    }

    .ranking_outer ul li h2 {
        font-size: 24px;
    }

    .ranking_outer {
        padding: 15px 0px;
    }

    .banner_add_slider {
        padding: 30px 0px;
    }

    .crypto_section h2 {
        font-size: 30px;
    }

    .hero_section {
        padding-top: 10px;
    }

    .crypto_dashboard {
        flex-direction: column;
    }

    .crypto_section .hot_spot_outer {
        width: 100%;
    }

    .right_dashboard {
        width: 100%;
        border-left: none;
        border-top: 1px solid #E2C9FF;
    }


    .how_work_s ul {
        max-width: 100%;
        padding-top: 40px;
    }

    .how_work_s.partner_logo {
        padding: 40px 0px;
    }

    .how_work_s h2 {
        font-size: 32px;
    }


    .balance_chart_left h3 {
        font-size: 20px;
    }

    .dashboard_listing_section {
        flex-direction: column;
    }

    .listing_left_outer {
        width: 100%;
    }

    .dashboard_right_side {
        width: 100%;
        margin-top: 20px;
    }

    .navi_sidebar li a {
        padding: 5px 20px 5px 20px;
    }

    .navi_sidebar li button {
        padding: 5px 20px 5px 20px;
    }

    .navigation {
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 999;
        background-color: transparent;
        top: 6px;
        padding: 0px;
    }

    .navbar-toggler {
        position: absolute;
        right: 12px;
        top: 1px;
    }

    .navbar-collapse {
        background-color: #111114;
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        margin-top: 40px;
        padding: 0px 0px;
    }

    .navigation nav ul {
        gap: 5px;
        padding: 0px 15px;
    }

    .header_right {
        position: absolute;
        gap: 10px;
        right: 65px;
        top: 10px;
    }

    .afterloginheader .header_right {
        right: 65px;
    }

    .navigation .navbar-toggler img {
        width: 22px;
    }

    .icon_notificaton_r ul li {
        width: 20px;
    }

    .kyc_approval_s .cnt p {
        font-size: 14px;
    }

    .get_otp {
        font-size: 12px;
        padding: 6px 15px;
    }

    .form_block_login .input_filed {
        font-size: 13px;
        padding: 13px 20px;
    }

    .form_block_login .row {
        gap: 16px;
    }

    .login_btn input[type="button"] {
        padding: 10px;
    }

    .verify_btn a {
        font-size: 14px;
    }

    .left_bar_login p {
        font-size: 16px;
    }

    .dashboard_deposit_s {
        width: 100%;
    }

    .dashboard_deposit_s h1 {
        font-size: 24px;
    }

    .bankpop_up_d.modal.fade .modal-dialog {
        min-width: 80%;
    }

    .navigation nav ul li.dropdown .dropdown-toggle {
        font-size: 14px;
    }

    .navbar-toggler {
        top: 6px;
    }

    .scan_cnt_l {
        width: 80%;
        overflow: scroll;
    }

    .maindashboard .table-responsive {
        max-height: 450px;
    }

}

@media screen and (max-width:767px) {


    body .wallet_balance_tb table tr th {
        padding: 10px !important;
        font-size: 13px;
    }

    .crypto_dashboard {
        flex-direction: column-reverse;
    }

    .right_dashboard {
        border: none;
    }

    .crypto_section tr.top_tradeing_t th {
        font-size: 13px;
    }

    .market_page .market_update_table .row.mb-4.g-2 {
        gap: 18px;
    }

    .custom-tab-content .table>thead th {
        padding: 10px 10px !important;
    }

    body .card_header_title {
        font-size: 14.5px;
        font-weight: 400;
    }

    .custom-tab-content .table>thead th {
        line-height: 18px;
    }

    .no_data_outer {
        padding: 32px 0px 0px;
    }

    .left_hb ul li {
        font-size: 15px;
    }

    .search_items {
        display: flex;
    }

    .crypto_section .hot_spot_outer {
        border-top: 1px solid #454952;
    }

    .hot_trading_s th.right_t.right_0 {
        display: none;
    }

    .hot_trading_s td.right_t.right_0 {
        display: none;
    }

    .refrefer_earn_outer .ref_col {
        max-width: 100%;
        text-align: center;
    }

    .bs_dropbox .table-responsive {
        min-height: 100px;
        max-height: 36%;
    }

    .anytime_anywhere {
        padding-left: 0px;
    }

    .topheading_footer .icon_i {
        display: block;
    }

    .leftside_menu .logout_btn {
        width: 100%;
    }

    .leftside_menu .logout_btn a {
        font-size: 15px;
        padding: 7px 20px;
    }

    .dashboard_right_side .features_block {
        max-height: 260px;
    }

    .refrefer_earn_outer .ref_body {
        margin-top: 0px;
        max-width: 100%;
    }

    .refrefer_earn_outer .trade_btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .refrefer_earn_outer .d-flex.joc_social_row.mt-2 {
        justify-content: center;
    }

    .top_right_img img.img-fluid {
        max-width: 290px;
    }

    .refrefer_earn_mobile_vector {
        margin-top: 32px;
        display: block;
    }

    .refrefer_earn_outer {
        background-image: none;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    .articles_blog_bl {
        text-align: center;
    }

    .articles_blog_bl ul.meta_date {
        justify-content: center;
    }

    .cta_img {
        width: 280px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .crypto_cta .row {
        flex-direction: column;
    }

    .crypto_cta .row .col-sm-9 {
        width: 100%;
    }

    .crypto_cta .row .col-sm-3 {
        width: 100%;
    }

    .trade_btn button {
        font-size: 13px;
    }

    .refrefer_earn_outer .ref_body {
        margin-top: 0px;
    }

    .dashboard_recent_s .user_list_top {
        padding-top: 0px;
    }

    .top_total_bar {
        flex-direction: column;
    }

    h1 {
        font-size: 1.7rem;
    }

    /* .herobanner2 .scan_block ul li {
        padding: 22px 40px 22px 0px;
    } */


    .search_form.order_detail_pop .modal-header {
        padding: 20px 32px 0px !important;
    }

    .order_detail_pop .model_height {
        padding: 10px 0px 15px;
    }

    .market_tab_scroll_ot::before {
        height: 48px;
    }

    .market_tab_scroll_ot ul .currency_tag_cnt {
        margin-top: 7px;
    }

    .main_marker_summary {
        padding-top: 10px;
    }

    .mobileview {
        display: none;
    }

    .themecolor_icon i {
        color: #fff;
        line-height: 21px;
    }

    .maindashboard .table-responsive {
        max-height: 350px;
    }

    .dashboard_recent_s table thead tr th {
        font-size: 13px;
    }

    .user_list_top.walletbalance_t {
        flex-direction: column;
        padding: 12px 0px;
    }

    .user_list_top.walletbalance_t .user_search {
        width: 100%;
    }

    .scan_img {
        width: 100px;
    }

    .deposit_address_s .typography-body3 {
        width: 100px;
    }

    .search_form .modal-swap {
        padding: 0px 15px !important;
    }

    .market_tab_scroll_ot ul li {
        margin-bottom: 18px;
        padding-top: 5px;
    }

    .faq .card .card-header {
        padding: 13px 10px 14px 15px;
    }

    .registration__info.bottom {
        margin-top: 10px;
    }

    .faq_cta_outer h2 {
        padding-bottom: 7px;
    }

    .login_section .nav-tabs {
        margin-top: 18px;
    }

    body .login_section .login-pills li .nav-link {
        font-size: 15px;
    }

    .scaner_pop_up.thankyou_s .modal-body {
        width: 90%;
    }

    .login_section .login_form_right {
        margin: 0 auto;
        max-width: 90%;
    }

    .register_verified_form {
        border-radius: 15px;
        padding: 30px;
        margin: 40px 0px;
    }

    .model_height {
        padding-bottom: 0px;
    }

    .register_verified_form h1 {
        font-size: 26px;
    }

    .register_verified_form p {
        font-size: 18px;
        line-height: 24px;
    }

    .register_verified_form button a {
        padding: 12px 32px;
    }

    .register_verified_vector {
        max-width: 200px;
    }

    .currency_btn_2 {
        gap: 10px;
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }

    .modal.fade .modal-dialog {
        min-width: 500px;
    }

    .highlights_crypto_s .vector_icon_slide {
        width: 60%;
        margin: 0 auto;
    }

    .highlights_crypto_s .currency_list_b {
        padding: 0px 0px 15px;
        gap: 12px;
        text-align: center;
    }

    .highlights_crypto_s .currency_list_b .heighlightcnt h2 {
        font-size: 20px;
    }


    footer .col-sm-6 {
        width: 100%;
    }

    .copyright_s .mt-4 {
        margin-top: 0px !important;
    }

    button {
        font-size: 13px;
        padding: 8px 26px;
    }

    .user_search form .currency_btn_2 button {
        width: 100%;
    }

    .swap_tb_his .user_list_top {
        flex-direction: column;
    }

    .swap_tb_his .user_search {
        width: 100%;
    }

    .swap_tb_his .user_search input.search {
        width: 100%;
    }

    .navbar-toggler {
        top: 6px;
    }

    .app_btn .desktop {
        display: none;
    }

    .app_btn .mobile {
        display: flex;
    }

    .app_btn button img {
        width: 24px;
    }

    .bs_dropbox .row {
        float: left;
        flex-direction: row !important;
        /* margin: 0px; */
        padding: 0px;
        width: 100%;
        min-width: 100%;
        position: relative;
    }

    .mobile_grid_list {
        display: grid;
        padding: 0px 10px 7px;
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
        /* text-align: left; */
    }

    #home .user_search.earningtop_search {
        justify-content: center;
        right: 0px;
        width: 100%;
    }

    body .user_search.earningtop_search form.searchinput input {
        width: 90%;
    }

    .earning_section_cate .user_search.earningtop_search form {
        width: 100%;
    }

    .earning_section_cate .tab-content {
        padding-top: 24px;
    }



    .top_header_dash .user_img {
        width: 32px;
    }

    ul.wallet_price_list {
        width: 100%;
    }

    .balance_chart_left img {
        width: 7px;
    }

    .user_list_top.rowtable {
        flex-direction: column;
    }

    .earining_calculator_form .note_text label {
        font-size: 13px;
    }

    .afterloginheader .header_right {
        right: 62px;
    }

    .earning_calculator_section {
        padding: 0px 0px 10px;
    }

    .navbar-toggler {
        top: 5px;
    }

    .navi_sidebar li a {
        font-size: 14px;
        font-weight: 600;
    }

    .navi_sidebar li button {
        font-size: 14px;
        font-weight: 600;
    }

    .login_profile_header ul.navi_sidebar {
        gap: 12px;
        margin-top: 20px;
    }

    .user_login .login_profile_header .user_profile .user_img img {
        width: 30px;
        height: 30px;
    }

    .user_login .login_profile_header .user_profile .user_profile_cnt p {
        margin-bottom: 0px;
    }

    .themecolor_icon {
        width: 30px;
        height: 30px;
    }

    .profit_costs_cta_outer.costouterbg button.learnbtn {
        margin: 0 auto;
    }

    .header_right .button_outer .login_btn {
        font-size: 10px;
        padding: 5px 14px;
        min-height: 24px;
    }

    section.termsofuse {
        padding: 15px 0px 20px;
    }

    .banner_images {
        width: 320px;
    }

    .banner_images.banner_hotCoin {
        width: 250px;
    }


    section.hot_articles_s.recent_blog .row .col-sm-3 {
        width: 30%;
    }

    .blog_section_b section.hot_articles_s .row {
        gap: 10px;
    }

    .os_sec .col-cards .card-body {
        padding: 0px 12px;
    }

    section.faq_sec .section-title {
        margin-bottom: 0px;
    }

    .section-padding.feature_bg.pc_bg {
        padding: 24px 0px;
    }

    body .section-padding.feature_bg.pc_bg .pt-5 {
        padding: 15px 0px 20px !important;
    }

    .create-item-wrapper.plicy_sec .col-lg-6 {
        margin-top: 0px;
    }

    section.faq_cards {
        padding: 20px 0px 10px;
    }

    .grid.faq_sidebar {
        margin: 22px 0px 0px;
    }

    section.faq_cards h1.text-center {
        font-size: 26px;
        width: 90%;
    }

    .faq_cards .faq {
        padding: 15px;
    }

    section.termsofuse h1.text-center {
        font-size: 20px;
    }


    .search_icon_s {
        padding: 10px 15px;
    }

    .withdrawal_rightside {
        margin-bottom: 10px;
    }

    .bankpop_up_d ul#myTab li button {
        font-size: 16px;
    }

    .bankpop_up_d.modal.fade .modal-dialog {
        min-width: 90%;
    }

    .bankdetail_tabs {
        height: 350px;
    }

    .search_form .tab-content>.tab-pane {
        padding-right: 0px;
    }

    .deletebtn button {
        padding: 8px 32px 6px;
        font-size: 13px;
    }

    .deletebtn {
        margin-bottom: 15px;
    }

    .addbankbtn.btn.btn-gradient {
        font-size: 13px;
        padding: 12px 32px;
    }

    .search_form .mb-4 {
        margin-bottom: 15px !important;
    }

    .bankdetail_tabs .row {
        padding: 0px 0px 0px;
        border-radius: 15px;
        margin: 0px 0px 10px;
    }

    .search_form .modal-header {
        padding: 18px !important;
    }

    .model_height {
        padding: 10px 0px;
    }

    .bankpop_up_d .form-group label {
        font-size: 13px;
    }

    .dashboard_deposit_s .form-group input {
        padding: 10px 1.5rem;
        font-size: 14px;
    }

    .field-otp-box input {
        height: 44px;
        font-size: 14px;
    }

    .dashboard_deposit_s .btn.btn-gradient {
        font-size: 15px;
        padding: 10px 16px;
    }

    .select_option {
        width: 170px;
        font-size: 14px;
    }

    .support_form_s .tab-content>.tab-pane {
        padding: 0px;
    }

    .support_form_s {
        padding: 10px 20px;
        border-radius: 15px;
    }

    body .form-control {
        padding: 10px 20px;
        font-size: 14px;
    }

    textarea.form-control {
        height: 70px;
    }

    .leftside_menu {
        width: 100%;
    }

    .review_information {
        padding: 24px;
        border-radius: 18px;
    }

    .dashboard_deposit_s {
        width: 100%;
        padding: 24px;
    }

    .dashboard_deposit_s h1 {
        font-size: 20px;
    }

    .review_information .card-body.py-5.pb-0 {
        padding-top: 24px !important;
    }


    .email_icon {
        max-width: 80px;
        margin: 0 auto;
    }

    .kyc_form_multistep .doc_img {
        padding: 10px;
        border-radius: 7px;
    }

    .kyc_form_multistep .card.mb-4.mb-xl-0 {
        margin-bottom: 5px !important;
    }

    .no_data {
        margin: 30px auto;
    }

    .earning_right_tab {
        flex-direction: column;
        gap: 16px;
    }

    .gainers_table table tr th.name {
        width: auto;
    }

    .hero_section {
        background-size: 850px;
        background-position: center;
    }

    .custom-form .form-control,
    .custom-form .form-select {
        margin-bottom: 7px !important;
    }

    .security_vector {
        max-width: 200px;
        margin: 0 auto;
    }

    .currency_preference_outer .kyc_approval_s.securityform_s .cnt {
        width: 100%;
    }

    .otp_code_in2 button {
        padding: 11px 12px 9px;
    }

    .mt-0.market_prices.market_update_sec .d-flex-between.mb-3.custom_dlflex {
        padding-top: 0px;
    }

    .losers_table table tr th.name {
        width: auto;
    }

    footer .row .col-sm-12.col-md-4.col-lg-6 p {
        width: 100%;
    }

    .cta_register_s ul.social_media {
        display: none;
    }



    .email_code .get_otp.otpcode {
        font-size: 13px;
        padding: 7px 12px;
    }

    .login_section {
        min-height: 100%;
    }

    form.searchinput {
        flex-direction: row;
    }

    .header_right .button_outer .login_btn {
        line-height: 19px;
    }

    .refrefer_earn_outer {
        min-height: 100%;
        background-size: 65%;
        background-position: right center;
        justify-content: center;
    }

    .card-header.ref_header h2 {
        font-size: 18px;
    }

    .card-header.ref_header h4 {
        font-size: 22px;
    }

    .ref_col {
        max-width: 60%;
    }

    .ref_body {
        margin-top: 30px;
        max-width: 70%;
    }

    .earning_section_cate .row {
        flex-direction: column;
    }

    .earning_section_cate .row .col-sm-10 {
        width: 100%;
    }

    .currency_list_b ul li {
        padding: 12px;
    }

    .vector_icon {
        width: 32px;
    }

    .bitcoin_top_currency {
        flex-direction: row;
    }

    .user_search form button {
        font-size: 12px;
        padding: 6px 24px;
        width: 100px;
    }

    .pagination_list {
        justify-content: center;
    }

    .user_list_top {
        gap: 18px;
    }

    .dashboard_recent_s h4 {
        font-size: 16px;
    }

    .calculator_top_cnt {
        padding: 70px 0px 10px;
        border-radius: 0px 0px 24px 24px;
    }

    .dashboard_summary ul.nav-tabs {
        margin-top: 10px;
    }

    .overview_section {
        width: 100%;
        margin: 20px 0px 0px 0px;
    }

    .overview_cate_section ul#myTab {
        padding: 10px;
        gap: 10px;
    }

    .dashboard_listing_section.Overview_mid {
        padding-left: 0px;
    }

    .assets_wallets_section .dashboard_summary {
        height: 100%;
    }

    .overview_summary_currency .slick-track {
        gap: 0px;
    }

    .overview_summary_currency .slick-slide {
        margin: 10px 0px 0px;
    }

    .row.top_heading_overview .col-sm-10 {
        padding-left: 13px;
    }

    .my_assets_summary_t.wallet_transfer {
        margin-top: 24px;
    }

    .wallet_transfer h4 {
        font-size: 13px;
    }

    .selected-option {
        font-size: 13px;
        padding: 15px;
    }

    .swap_outer_section {
        margin-top: 5px;
        padding-top: 20px;
        gap: 24px
    }

    .overview_cate_section .nav-tabs .nav-link {
        font-size: 12px;
    }

    .overview_cate_section {
        overflow: auto;
    }

    .dashboard_recent_s {
        margin-top: 0px;
    }

    .bitcoin_cate_list ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .faq_cta_outer.how_workblock h2 {
        font-size: 24px;
    }

    #home .user_search {
        font-size: 12px;
    }

    .currency_list_b ul li p {
        font-size: 10px;
    }

    .d-flex-between.mb-3.custom_dlflex {
        padding-top: 24px;
    }

    button.subscribe_btn a {
        font-size: 11px;
    }

    button.subscribe_btn {
        width: 72px;
        background-color: #f3bb2b;
        border: none;
        line-height: 18px;
        padding: 4px 11px;
        position: relative;
        margin: 5px 0px 6px;

    }


    .vector_bottom {
        width: 24px;
    }

    .currency_list_b ul li h2 {
        font-size: 12px;
    }

    section.earning_outer_s {
        padding: 20px 0px;
    }

    .rowtable .user_list_l.earning_section_cate.responsive-table {
        margin-bottom: 4px;
    }

    .earning_section_cate {
        border-radius: 15px;
        padding: 30px 24px;
        margin-bottom: 32px;
    }

    .dashboard_recent_s .user_list_l.earning_section_cate {
        margin-bottom: 0px;
    }

    .earning_section_cate ul#myTab {
        padding: 13px 0px 0px;
        gap: 24px;
        border: none;
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .earning_section_cate .nav-tabs .nav-link {
        font-size: 14px;
    }

    #home .user_search {
        justify-content: start;
    }

    .earning_list_block .slick-track {
        gap: 0px;
    }

    .earning_tp_heading {
        margin-bottom: 15px;
    }

    .profit_costs_cta_outer.costouterbg {
        background-position: bottom;
        background-size: 80%;
    }

    .how_get_account_ot ul {
        gap: 50px;
    }

    header {
        padding: 15px 0px;
    }

    .calculator_top_cnt h1 {
        font-size: 22px;
    }

    .crypto_bitcoin_vector {
        max-width: 60%;
        padding-top: 20px;
        float: none;
        margin: 0 auto;
    }

    .how_get_account_ot {
        padding: 30px 0px 20px;
        text-align: center;
    }

    .right_costs_rg {
        margin-top: 40px;
        justify-content: center;
        text-align: center;
    }

    .trade_app__app .crypto_bitcoin_vector {
        float: none;
    }

    .profit_costs_cta_outer.costouterbg .profit_cost_cnt {
        text-align: center;
    }

    .how_get_account_ot ul li {
        display: flex;
        width: 100%;
        justify-content: center;
    }

    .how_get_account_ot ul li span {
        display: none;
    }

    .how_get_account_ot .trade_btn {
        display: flex;
        justify-content: center;
    }

    .right_costs_rg ul {
        gap: 30px;
    }

    .banner_cnt p {
        font-size: 16px;
        margin: 10px 0px;
        max-width: 100%;
    }

    .scan_block {
        flex-direction: column;
        gap: 10px;
        padding: 15px;
    }

    .banner_cnt p {
        margin: 0px;
    }

    .scan_left_s h4 {
        margin: 0px;
    }

    .join_group_s {
        width: 100%;
    }

    .join_group_s button.joinbtn {
        font-size: 16px;
        line-height: 20px;
        text-align: left;
        padding: 0px;
    }

    button.morebtn {
        padding: 0px 10px;
    }

    .join_group_s {
        gap: 12px;
        justify-content: start;
    }

    .hrborder {
        display: none;
    }

    .scan_block {
        flex-direction: column;
        gap: 18px;
        padding: 6px;
    }



    .scan_left_s {

        width: 100%;
    }

    .icon img {
        border-radius: 50%;
        width: 24px;
        height: 24px;
    }

    .leftside_menu::before {
        display: none;
    }

    .table_pop_up.modal table tr td {
        font-size: 13px;
    }

    .password_security_img img {
        max-width: 240px;
    }

    .security_form label {
        font-size: 12px;
    }

    .security_form form.row input {
        font-size: 12px;
    }

    .otp_code_in2 button {
        font-size: 12px;
    }

    .profileslider .cv_trade_img {
        width: 60px;
    }

    .blog_section_b .blog_list .mb-5 {
        margin-bottom: 1rem !important;
    }

    .what_coin_s p {
        font-size: 14px;
    }

    .announcement_outer .an_title h5 {
        font-size: 15px;
    }

    .crypto_list {
        margin: 0px 0px;
    }

    .announcement_outer .section-padding.val_sec .card {
        padding: 15px;
    }

    .h5,
    h5 {
        font-size: 16px;
    }

    .blog_detail {
        padding: 30px 0px;
    }

    .os_sec h3 {
        font-size: 20px;
    }

    .community_sec .section-title {
        padding-left: 0px;
    }

    .blog_detail h2 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .blog_detail p {
        font-size: 14px;
    }

    .single-widget {
        margin-top: 20px !important;
    }

    .blog_detail h1.title {
        font-size: 26px;
    }

    .single_blog_img {
        padding: 10px;
    }

    .partner_page .os_sec .card-body {
        text-align: center;
        padding: 24px;
    }

    .partner_page .p_sec .community_sec .row.align-items-center .col-lg-6 {
        text-align: left;
        padding-bottom: 20px;
        margin-top: 0px;
    }

    .partner_page .os_sec .card-body h5 {
        margin: 15px 0;
        font-size: 18px;
    }


    .custom-btn,
    .btn-gradient {
        padding: 8px 24px;
        font-size: 15px;
        margin: 0px !important;
    }

    .col-cards .row.g-md-5 {
        flex-direction: column;
        gap: 24px;
    }

    section.ep_sec.section-padding p {
        font-size: 14px;
    }

    .col-lg-6 {
        margin-top: 24px;
    }

    .os_sec h3 {
        margin-bottom: 20px;
    }

    section.st_sec {
        margin-top: 20px;
    }

    .partner_page .st_sec .st_card h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .st_card h5 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .partner_page .st_card p {
        font-size: 13px;
    }

    .st_sec img {
        /* margin-top: -27%; */
        max-width: 250px;
    }

    .col-cards .row.g-md-5 .col-6 {
        width: 100%;
    }

    .ep_sec img {
        max-width: 260px;
    }

    .img-fluid.joc_img {
        max-width: 250px;
    }

    .community_sec .section-title h1 {
        font-size: 28px;
    }

    .community_sec .text-end {
        text-align: left !important;
    }

    .partner_page .p_sec {
        margin: 30px 0 10px;
    }

    section.os_sec.cv_tocnomics {
        padding: 10px 0 20px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    section.os_sec {
        padding: 10px 0 20px;
    }

    section.st_sec .card-body {
        padding: 20px;
    }

    .st_sec .card-body .st_card .card_pp_row {
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
    }

    .card_pp {
        margin: 15px;
        width: 42%;
    }

    .section-padding.feature_bg.pc_bg h3 {
        font-size: 18px;
    }

    .section-padding.feature_bg.pc_bg .pt-5 {
        padding-top: 2rem !important;
    }

    .section-padding.feature_bg.pc_bg {
        padding: 30px 0px;
    }

    ul.nav.nav-pills.mb-2.overflowx_scroll.funds_tab.market_tabs {
        gap: 0px;
    }

    .login_bg.login_sec.market_page {
        padding: 30px 0px;
    }

    .overflowx_scroll {
        flex-wrap: nowrap;
        white-space: nowrap;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 18px;
        scrollbar-color: #f3bb2b transparent;
        scrollbar-width: thin;
    }

    .searchBar.custom-tabs {
        width: 100%;
        margin-top: 14px;
    }

    .custom_dlflex {
        flex-direction: column;
        align-items: baseline;
    }

    .os_sec.cv_tocnomics .card_pp {
        margin: 15px 0px;
        width: 48%;
    }

    .refrefer_earn_outer {
        padding: 10px 0px;
    }

    .ref_cards h3 {
        font-size: 28px;
    }

    .ref_cards p {
        font-size: 20px;
    }

    .ref_cards.mb-0 {
        padding: 15px;
        border-radius: 15px;
    }

    .card-header.ref_header h6 {
        font-size: 15px;
    }


    .os_sec .col-lg-6 {
        margin-top: 15px;
    }

    section.ep_sec.section-padding {
        padding: 0px 0 20px;
    }

    .main_marker_summary .align-items-center {
        gap: 24px;
    }

    .earining_calculator_form {
        margin: 28px 0px;
        padding: 30px;
    }

    .earining_calculator_form.convertorusd_outer {
        margin: 30px auto;
        padding: 24px 30px;
        margin-bottom: 0px;
    }

    header .logo {
        width: 100px !important;
        max-width: 100px;
    }

    .sc-bdfBQB.sc-kmATbt.fOxqyX.dzKkzw {
        gap: 12px;
        margin-bottom: 24px;
    }

    .check_bar {
        gap: 6px;
        padding: 6px 18px;
    }


    .kyc_nofti.kyc_done {
        max-width: 100%;
    }

    .check_bar h5 {
        font-size: 11px;
    }

    section.hot_articles_s .row {
        margin-top: 20px;
        gap: 24px;
    }

    section.featured_blog h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .featured_cnt_bl h3 {
        font-size: 18px;
        padding-bottom: 6px;
    }

    p {
        font-size: 14px;
    }

    .crypto_cta h3 {
        font-size: 20px;
    }

    .hot_articles_s {
        padding: 32px 0px;
    }

    .hot_articles_s h2 {
        font-size: 24px;
    }

    .subscribe_form {
        padding: 24px;
        text-align: center;
    }

    .subscribe_form h4 {
        margin-top: 10px;
        font-size: 16px;
    }


    .subscribe_form form {
        width: 70%;
    }

    .left_hb ul {
        gap: 24px;
        flex-wrap: wrap;
    }

    section.inner-page-banner.bg-2 .inner {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .search_outer_blog {
        flex-direction: column;
        padding: 18px;
        border-radius: 10px;
        gap: 22px;
    }

    .featured_block_bl {
        flex-direction: column;
        gap: 22px;
    }

    .crypto_cta {
        padding: 30px;
        text-align: center;
    }

    .card-body.create-item-wrapper.create-item-wrapper-kyc.custom-form {
        padding: 24px;
    }

    .breadcrumb.justify-content-end {
        justify-content: start !important;
        margin-top: 10px;
        font-size: 13px;
    }

    button.btn.w-100.btn-gradient {
        margin-top: 20px !important;
    }


    .form-field-wrapper.mb-4 .col-lg-6 {
        margin-top: 0px;
    }

    .form-field-wrapper .mb-4 {
        margin-bottom: 0.6rem !important;
    }

    .top_header_dash::before {
        display: none;
    }

    .hero_section .annousment_s {
        left: 0;
        font-size: 15px;
        padding: 0px 18px 0px;
        bottom: 0px;
        height: 54px;
    }

    body .hero_section {
        padding-bottom: 50px;
    }

    .how_work_s.partner_logo {
        padding: 10px 0px;
    }

    .banner_content {
        padding-top: 0px;
        width: 100%;
        text-align: center;
    }

    .banner_img {
        width: 100%;
        margin-bottom: 20px;
    }

    .hero_section {
        padding-top: 10px;
    }

    .partner_logo .slick-track {
        margin-top: 10px;
    }

    .blog_section_b {
        padding: 30px 0px !important;
    }

    .blog_section_b h1 {
        font-size: 24px;
    }

    pp .breadcrumb li {
        font-size: 14px;
    }

    .single-blog .title h4 {
        font-size: 16px;
    }

    .form_block_login h2 {
        font-size: 20px;
    }

    .meme_coin_top h1 {
        font-size: 28px;
    }

    .meme_coin_top p {
        font-size: 16px;
    }

    .what_coin_s h2 {
        font-size: 24px;
    }

    .what_coin_s {
        gap: 15px;
        margin: 30px 0px 10px;
    }

    .register_form .rewards_vector {
        width: 90%;
        margin: inherit;
        position: relative;
    }

    .form_block_login {
        padding: 20px;
    }

    .left_bar_login p {
        font-size: 14px;
    }

    .kyc_approval_s .cnt {
        width: 100%;
    }

    .listing_left_outer ul li h5 {
        text-align: left;
    }

    .listing_left_outer ul li p {
        text-align: left;
    }

    .market_section {
        margin-top: 20px;
    }

    .recent_deposit_list {
        padding: 20px 0px 18px;
    }

    .select_network_s p {
        font-size: 13px;
    }

    .recent_deposit_list h4 {
        font-size: 18px;
    }

    .scan_cnt_l address p {
        font-size: 13px;
    }

    .deposit_address_s {
        padding: 18px;
        margin-top: 15px;
    }

    .search_icon_s {
        margin-top: 10px;
        padding: 10px 15px;
    }

    .hot_trading_t h3 {
        font-size: 16px;
    }

    .recent_deposit_list .price_heading {
        white-space: nowrap;
    }

    .deposit_crypto_block_coin h2 {
        font-size: 16px;
    }

    .sidebar_deposit.open {
        width: 50%;
    }

    .search_form input {
        font-size: 13px;
        padding: 6px 10px;
    }

    .deposit_option {
        gap: 10px;
        padding: 7px 13px;
    }

    .deposit_cnt p {
        font-size: 11px;
    }

    .dashboard {
        padding: 40px 0px 10px;
    }

    .login_section {
        gap: 0px;
        flex-direction: column;
    }

    .left_bar_login {
        width: 100%;
        height: 100%;
    }

    .login_cnt.register_form {
        padding: 30px 20px 20px;
    }

    .login_form_right {
        width: 100%;
    }

    .rewards_vector {
        width: 70%;
    }

    .help_support_s h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .Security_factor {
        width: 100%;
    }

    .Overview_mid .dashboard_summary .currency_btn a {
        font-size: 15px;
        padding: 10px 18px;
    }

    .kyc_approval_s {
        flex-direction: column-reverse;
        margin-top: 18px;
        padding: 20px;
    }

    .kyc_approval_s.activity_logs .cnt p {
        font-size: 14px;
    }

    .kyc_approval_s h3 {
        font-size: 18px;
    }

    body.light_theme .navbar-toggler {
        top: 8px;
    }

    .kyc_approval_s .Verify_img {
        width: 250px;
        display: block;
    }

    .verify_btn a {
        font-size: 16px;
    }

    .Verify_img.mobile_view_verify {
        display: block;
    }

    .dashboard_summary table {
        margin-top: 5px;
    }

    .Verify_img {
        display: none;
    }

    .dashboard_listing_section {
        margin-top: 18px;
    }

    .chat_messages .market_section {
        margin-top: 0px;
    }

    .profile_right {
        flex-direction: column;
        gap: 12px;
        justify-content: center;
        align-items: end;
    }

    .profile_cvtrade {
        padding: 18px;
    }

    .profile_cvtrade h2 {
        font-size: 16px;
    }

    .profile_outer_block {
        gap: 20px;
    }

    .chat_outer_msg {
        gap: 12px;
        margin-top: 20px;
        padding: 24px;
    }

    .mobile_view {
        padding: 20px;
        background-color: #ffffff14;
        color: #fff;
        font-size: 15px;
    }

    .faq_cta_outer.how_workblock {
        margin-top: 20px;
    }

    body.light_theme .mobile_view {
        background-color: #e9e9e9;
        color: #000;
    }

    .leftside_menu {
        max-width: 100%;
        padding: 15px 0px;
        border-radius: 0px;
        height: 400px;
        overflow: auto;
    }

    .chat_outer_msg p {
        font-size: 14px;
        margin: 0px;
    }

    .left_side_chat {
        font-size: 14px;
    }

    .full_width.transaction_history_t {
        padding: 0px 0px;
    }

    .mobile_view {
        display: flex;
    }

    .hot_trading_s {
        height: 400px;
    }

    .hot_trading_s.top_gainers {
        height: 160px;
    }

    .dashboard_summary th,
    td {
        padding: 9px 10px;
    }

    .top_heading {
        margin-bottom: 0px;
    }

    .mobile_view span {
        position: absolute;
        right: 26px;
    }

    .banner_content h1 {
        font-size: 32px;
    }

    .how_work_s ul {
        padding-top: 30px;
        flex-direction: column;
    }

    footer .row {
        flex-direction: column;
    }

    footer .row .address_footer {
        width: 100%;
        text-align: center;
        margin-bottom: 8px;
    }

    .icon_google {
        width: 70px;
    }

    .copyright {
        text-align: center;
    }

    ul.social_media {
        gap: 10px;
        margin-bottom: 14px;
        justify-content: center;
    }

    .logo_div {
        width: 130px !important;
        margin: 0 auto;
    }

    .trade_crypto_cnt {
        width: 90%;
        position: relative;
        z-index: 666;
    }

    .trading_cta_s {
        padding: 40px 0px;
    }

    .trading_cta_s h2 {
        font-size: 30px;
    }

    footer p {
        text-align: center;
        margin-bottom: 2px;
    }

    .ranking_outer ul {
        gap: 16px;
        flex-direction: column;
    }

    .more_btn a {
        font-size: 15px;
    }

    .sign_form_btn {
        align-items: start;
        justify-content: center;
    }

    .icon_google img {
        width: 44px;
    }

    .icon_notificaton_r {
        display: none;
    }

    .dashboard {
        gap: 20px;
        flex-direction: column;
        padding-top: 0px;
    }

    ul.navi_sidebar {
        gap: 2px;
    }

    .navi_sidebar li ul li a {
        padding: 6px 20px;
    }

    .navi_sidebar li ul {
        padding-top: 0px;
    }

    .leftside_menu {
        width: 100%;
        display: none;
        position: relative;
        top: 0px;
    }

    .leftside_menu.active {
        display: block;
    }

    .dashboard_right {
        width: 100%;
        padding: 10px 15px;
    }

    .chart_img.mobile_view {
        display: block;
        position: inherit;
        border: none;
        text-align: center;
        padding-top: 32px;
    }

    .div_tag .chart_img {
        display: none;
    }

    .top_header_dash {
        gap: 18px;
    }

    .profile_id_s div {
        white-space: nowrap;
    }

    .top_header_dash {
        gap: 20px;
    }

    .estimated_balance .justify-content-between {
        justify-content: center !important;
        align-items: center;
        gap: 7px;
    }

    .balance_chart_left h4 {
        margin: 0px;
    }

    .estimated_balance .select_price {
        text-align: center;
    }

    .app_btn {
        justify-content: center;
    }

    footer .row .mobile_grid_list .col-sm-3 {
        width: 100%;
        text-align: left !important;
        position: relative;
    }

    footer .row div .mobile_grid_list .col-sm-3 {
        text-align: left !important;
    }

    footer .row .mobile_grid_list .col-sm-3.border_hr::before {
        border-right: none;
        position: absolute;
        right: 18px;
        content: "";
        height: 100%;
    }

    footer .mobile_grid_list h3 {
        padding-bottom: 0px;
        width: 100%;
        margin: 0px;
    }

    .faq_cta_outer {
        padding-top: 30px;
    }

    .faq_cta_outer h2 {
        text-align: center;
    }

    .profit_costs_cta_outer.homecta {
        padding-bottom: 0px;
        text-align: center;
    }

    .profit_costs_cta_outer.homecta .trade_btn {
        display: flex;
        justify-content: center;
    }

    .cta_vector {
        max-width: 300px;
        margin: 0 auto;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 98%;
    }

    .estimated_balance .dashboardsummary_bottom {
        flex-direction: column;
        margin-top: 10px;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .crypto_deposit {
        text-align: center;
    }

    .listing_left_outer .crypto_deposit h4 {
        text-align: center;
    }

    .listing_left_outer .crypto_deposit ul li {
        text-align: center;
        justify-content: center;
    }

    .listing_left_outer .crypto_deposit ul li h5 {
        text-align: center;
    }

    .crypto_deposit .estimated_portfolio {
        justify-content: center;
    }

    .estimated_balance {
        padding: 18px 15px;
        flex-direction: column;
        margin-top: 10px;
    }

    .balance_chart_left p {
        margin-top: 15px;
    }

    .listing_left_outer ul li {
        flex-direction: column;
        text-align: left;
        gap: 10px;
    }

    footer {
        padding: 40px 0px 7px;
    }

    .section-padding.feature_bg.pc_bg.login_sec .row.align-items-center.py-4 {
        padding: 0px !important;
    }

    .sc_card {
        gap: 18px;
        margin: 30px 0;
    }

    section.section-padding.feature_bg.pc_bg.login_sec {
        padding-bottom: 0px;
    }

    .logo_div {
        width: 120px;
    }

    .row.align-items-center.pb-5,
    .py-5 {
        padding-bottom: 20px !important;
    }

    .footer_info {
        width: 100%;
        gap: 10px;
    }

    .footer_section {
        padding-left: 0px;
        padding-top: 10px;
        padding-bottom: 0px;
    }


    .copyright_s {
        padding-top: 10px;
        margin-top: 20px;
    }

    .trading_platform_section h2 {
        font-size: 26px;
        text-align: center;
    }

    .how_work_s {
        padding: 30px 0px 30px;
    }

    .how_work_s span {
        padding: 10px 0px;
    }

    .how_work_s h2 {
        font-size: 24px;
    }

    .crypto_section .hot_trading_s .td_first {
        font-size: 12px;
    }

    .crypto_section .hot_trading_s.top_gainers th,
    td {
        font-size: 12px;
    }

    .crypto_section table .right_t a {
        font-size: 12px;
        border-radius: 6px;
        padding: 7px 20px;
    }

    .crypto_section .top_heading a.more_btn {
        font-size: 13px;
    }

    .crypto_section .top_heading h4 {
        font-size: 16px;
    }

    .crypto_section h2 {
        font-size: 26px;
    }

    .dashboard_right_side.profileslider .slick-slide {
        padding: 20px;
    }

    .dashboard_right_side.profileslider .slick-slide h6 {
        font-size: 18px;
    }

    .dashboard_right_side.profileslider .slick-slide p {
        font-size: 14px;
    }

    .footer_section {
        border-left: none;
    }

    .deposit_crypto_left .search_form .modal-content {
        width: 90%;
        margin: 30px auto;
    }

    .deposit_crypto_block_coin h2 {
        font-size: 16px;
    }

    .amount_sysmble {
        font-size: 13px;
    }

    .withdraw_input {
        margin-top: 10px;
        padding: 10px;
        border-radius: 7px;
        font-size: 13px;
    }

    .address_input {
        font-size: 13px;
        margin-top: 10px;
        padding: 10px;
    }

    .search_icon_s {
        font-size: 13px;
    }

    .withdraw_btn button {
        font-size: 13px;
        padding: 8px 26px;
    }

    ul.social_media li a {
        width: 32px;
        height: 32px;
    }

    ul.social_media li svg {
        width: 15px;
    }

    .accordion-button {
        font-size: 16px !important;
    }

    .deposit_crypto_right .accordion-body {
        font-size: 13px;
    }

    .transaction_top_select .select_option {
        padding: 8px 10px;
    }

    .chat_right {
        padding: 15px;
        margin-top: 40px;
    }

    .left_side_chat {
        padding: 15px;
    }

    button.save_btn {
        margin-top: 15px;
        padding: 7px 20px;
        font-size: 14px !important;
    }

    .two_factor_list {
        padding: 15px;
        margin-top: 15px;
    }

    .dashboard_right_side.profileslider {
        margin: 10px auto;
    }

    .hot_spot_outer {
        padding: 18px;
    }

    .crypto_section {
        padding: 10px 0px 20px;
    }

    .crypto_exchange_s .services_block h4 {
        font-size: 20px;
    }

    .web_trade_img {
        position: relative;
        width: 100%;
        padding-top: 24px;
    }

    .user_profile {
        padding: 0px 10px;
        gap: 10px;
    }

    .estimated_balance .div_tag {
        align-items: start;
        gap: 10px
    }

    .sidebar_deposit h2 {
        font-size: 16px;
        margin-top: 28px !important;
    }

    .sidebar_deposit .deposit_list a {
        font-size: 14px;
    }

    td.right_t.price_tb {
        font-weight: 600;
        font-size: 12px;
    }

    .signupbtn {
        padding: 6px 32px;
        font-size: 14px;
    }

    .tradebtn {
        padding: 6px 32px;
        font-size: 14px;
    }

    .revolutionizing_btn {
        margin: 10px 0px;
    }

    .currency_logo ul li img {
        max-width: 32px !important;
    }

    .currency_logo {
        padding: 14px 0px;
    }

    .trusted_partner {
        padding: 20px 0px 10px;
    }

    .arbitrage_subscriptions_block ul li .arbitbot_cnt {
        margin-top: 40px;
    }

    .arbitrage_subscriptions_block button.subscribe_btn {
        margin: 0 auto;
        margin-top: 13px;
    }

    button.subscribe_btn::before {
        background-size: 9.5px;
    }

    button.subscribe_btn::after {
        background-size: 9.5px;
    }

    .arbitrage_subscriptions_block ul li .arbitbot_vector {
        max-width: 220px;
    }

    .arbitrage_subscriptions_block ul li h2 {
        width: 250px;
        margin: 0 auto;
    }

    .partner_logos {
        margin-top: 0px;
    }

    .copyright {
        padding-top: 0px;
    }

    .scan_left_s {
        width: 100%;
        justify-content: start;
    }

    .address_footer h5 {
        font-size: 18px;
        padding: 15px 0px;
    }

    .market_page .mt_table .table tr td {
        font-size: 12px;
    }

    .arbitrage_subscriptions_block {
        padding: 20px 0px;
    }

    .arbitrage_subscriptions_block h1 {
        font-size: 22px;
    }

    .arbitrage_subscriptions_block ul {
        margin-top: 10px;
        flex-direction: column;
        gap: 30px;
    }

    .arbitrage_subscriptions_block ul li h2 {
        font-size: 16px;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .swap_outer_section .searchBar.custom-tabs {
        width: auto;
        margin-top: 0px;
    }

    .give_currency_s {
        gap: 30px;
        flex-direction: column;
    }

    section.block_currency {
        flex-direction: column;
    }

    .amount_detail_bottom {
        flex-wrap: wrap;
        gap: 15px;
    }

    button.orderbtn {
        padding: 6px 24px;
        font-size: 14px;
        border-radius: 4px;
        margin: 0 auto;
    }

    .dashboard_recent_s.swap_tb_his {
        margin-top: 15px;
    }

    .swap_tb_his .user_list_top {
        padding-top: 2px;
    }

    .btc_price_range h3 {
        font-size: 16px;
    }

    .bitcoin_top_currency h3 {
        gap: 10px;
        font-size: 18px;
    }

    button.transfer_btn {
        font-size: 14px;
    }

    .price_max_total button {
        font-size: 15px;
        padding: 12px 20px;
    }

    .assets_wallets_section {
        padding: 0px 0px 10px;
    }

    .price_max_total input[type="number"] {
        padding: 8px 18px;
        font-size: 14px;
    }

    .trade_add_view {
        margin-bottom: 4px;
    }

    .convertor_top_price h3 {
        font-size: 18px;
    }

    .earining_calculator_form h2 {
        letter-spacing: 0px;
    }

    .footer_logo {
        margin: 0 auto;
    }

    section.live_prices.mt-0.market_prices.market_update_sec.market_update_table {
        padding-bottom: 0px;
    }

    .row.main_footer_menu_s {
        padding-top: 10px;
    }

    .copyright h5 {
        font-size: 20px;
    }

    .referral_recent_s {
        padding-bottom: 20px;
    }

    .wallet_icon {
        width: 30px;
    }

    footer p {
        font-size: 13px;
    }

    .profit_cost_cnt {
        padding: 30px 0px 0px;
    }

    .row.cta_register_s {
        padding: 10px 10px 11px 18px;
    }

    section.pb-5.kyc_form_s {
        margin-top: 10px;
    }

    .kyc_form_multistep .step-circle {
        min-height: 97px;
    }

    .kyc_form_multistep .step-indicator span {
        position: absolute;
        bottom: 8px;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        margin-right: auto !important;
    }

    .kyc_form_multistep .form_bl_step .inquery_fill {
        margin: 10px 0px;
    }

    .kyc_form_multistep .step-buttons button {
        padding: 3px 10px;
        font-size: 22px !important;
    }

    .kyc_form_multistep .upload-area {
        margin: 20px 0px;
    }

    .kyc_form_multistep .upload-area {
        margin: 20px 0px 5px;
    }

    .kyc_form_multistep .step-indicator {
        margin: 15px 0px;
        gap: 20px;
    }

    .kyc_form_multistep .step-indicator::before {

        width: 81%;
    }

    .kyc_form_multistep .form_bl_step .inquery_fill {
        font-size: 13px;
    }

    .hot_articles_s .mb-5 {
        margin-bottom: 15px !important;
    }

    .block_blog .top_articles_h {
        padding: 20px 15px 10px;
    }

    .blog_section_b .search_outer_blog {
        flex-direction: row;
    }

    .earning_right_tab .user_search {
        width: 100%;
    }


    body .earning_right_tab form.searchinput input {
        width: 90%;
    }

    body .rowtable form.searchinput input {
        width: 90%;
    }

    .rowtable .user_search {
        width: 100%;
    }

    .accordion-button::after {
        background-size: 12px;
        padding: 6px !important;
        width: 24px !important;
        height: 24px !important;
    }

    .highlights_crypto_s {
        padding: 35px 0px;
    }

    .highlights_crypto_s .slick-dots {
        display: none !important;
    }

    .top_total_bar {
        gap: 40px;
    }

    ul.active_package_top li {
        font-size: 15px;
    }

    .package_card_block .d-flex.justify-content-between.align-items-center.mb-3.flex-wrap.gap-3 {
        text-align: center;
    }

    .package_card_block .d-flex.justify-content-between.align-items-center.mb-3.flex-wrap.gap-3 div {
        width: 100%;
    }

    .earningbouns_tb .balance_td {
        font-size: 12px;
    }

    .wallet_balance_tb table tr td,
    tr th {
        padding: 10px !important;
    }

    .dashboard_recent_s table {
        margin-top: 5px;
    }

    .listing_left_outer.full_width {
        margin-top: 22px;
    }

    .price_card_body.price_card_body_full,
    .scroll_y {
        height: 100% !important;
    }

    ol.breadcrumb.faq_breadcrumb.mt-0.pb-3 {
        padding: 15px 0px 0px;
    }

    .section-padding.feature_bg.pc_bg p {
        font-size: 14px;
    }

    .kyc_form_multistep .step-buttons {
        margin-top: 0px;
    }

    .kyc_form_multistep .doc_img {
        padding: 24px 24px !important;
        margin-bottom: 0px !important;
    }

    .favouriteData {
        padding: 20px 0 5px;
    }

    .scaner_pop_up .modal-body {
        padding-top: 0px;
    }

    .search_form .hot_trading_t {
        padding: 10px 0px 0px;
    }

    .select_network_s .top_space {
        font-size: 14px;

    }

    .withdraw_amount_cnt {
        margin-top: 10px;
    }

    footer .menu {
        width: 100%;
        display: none;
        padding-top: 8px;
    }

    footer .active .menu {
        display: flex;
    }

    .bs_dropbox .buy_sell_row.buy_sell_cards ul.nav.custom-tabs li.usdt-tab {
        display: none;
    }

    .bs_dropbox .buy_sell_row.buy_sell_cards ul.nav.custom-tabs li.btc-tab {
        display: none;
    }

    .bs_dropbox .num-div {
        display: none !important;
    }

    .input-group-text {
        min-width: auto;
    }

}


@media screen and (max-width:660px) {

    .tab-content .scroll_y table tr th {
        white-space: nowrap;
    }

    .amount_detail_bottom {
        text-align: center;
        justify-content: center;
    }

    body .card_header_title {
        font-size: 14.5px;
    }

    a.startbtn {
        font-size: 15px;
        padding: 9px 32px;
    }

    .bs_dropbox .table-responsive {
        max-height: 32%;
    }

    .hVPalX.gap-2 {
        justify-content: center;
    }

    .review_information .card.card-header-actions.mb-4 .row {
        flex-direction: column;
    }

    .Security_factor .scaner_pop_up button.save_btn {
        margin: 0px;
    }

    .twofactor_outer_s .row {
        flex-direction: column;
        gap: 18px;
    }

    .Security_factor button.save_btn {
        margin: 15px auto;
        padding: 7px 20px;
        margin-bottom: 0px;
    }

    .password_security_s .securityform_s .row {
        gap: 12px;
        flex-direction: column-reverse;
    }

    .currency_preference_b .icon {
        width: 24px;
    }

    .review_information .card.card-header-actions.mb-4 .row .col-6 {
        width: 100%;
    }

    .kyc_form_multistep .doc_img {
        text-align: center;
    }

    .profile_id {
        font-size: 12px;
    }

    .review_information .text-dark {
        font-size: 14px !important;
    }

    .review_information .text-muted {
        font-size: 14px;
    }

    .kyc_form_multistep .inquery_fill input[type="number"] {
        padding: 8px 15px;
        font-size: 13px;
    }

    .dashboard_summary ul.nav-tabs {
        gap: 12px;
    }

    .listing_left_outer .dashboard_summary ul li button {
        font-size: 12px;
    }

    .grid {
        grid-template-columns: 1fr;
        margin: 0px;
    }

    .refrefer_earn_outer .ref_col {
        max-width: 100%;
        text-align: center;
    }

    .dashboardsummary_bottom a.btn {
        font-size: 12px;
    }

    .refrefer_earn_outer {
        background-size: 100%;
        background-position: center bottom;
        justify-content: start;
        min-height: 100%;
    }

    .refrefer_earn_outer .mt-3 {
        margin-top: 0.2rem !important;
    }

    .refrefer_earn_outer .d-flex.joc_social_row.mt-2 {
        justify-content: center;
    }

    .table-responsive {
        min-height: 100px;
        max-height: 280px;
    }

    /* .herobanner2 .scan_block ul {
        flex-direction: row;
        gap: 10px;
    }

    .herobanner2 .scan_block ul li span {
        font-size: 14px;
        line-height: 16px !important;
        display: block;
        margin-top: 4px;
    }

    .herobanner2 .scan_block ul li {
        padding: 2px 18px;
    }

    .herobanner2 .scan_block ul li:first-child {
        padding-left: 0px;
    }

    .herobanner2 .scan_block ul li h6 {
        font-size: 16px;
    } */

    .dashboard_summary td {
        font-weight: 400;
    }

    .td_first {
        font-weight: 400;
    }

    .search_form.modal.fade .modal-dialog {
        margin: 0px;
    }

    .hot_trading_t .td_first {
        font-size: 11px;
        width: 100%;
    }

    .earningbouns_tb .selected-option {
        gap: 6px;
        flex-wrap: wrap;
        font-size: 12px;
        line-height: 11px;
    }

    button.addfundsbtn {
        border-radius: 6px;
    }

    .walletbalance_t .coin_right {
        flex-direction: row;
        align-items: center;
    }

    .walletbalance_t .coin_right a.search_icon2 {
        padding: 5px 15px;
    }

    .walletbalance_t .coin_right a.search_icon2 input {
        width: 120px;
        font-size: 12px;
    }

    button {
        font-size: 12px;
        padding: 8px 14px;
    }

    .dashboard_recent_s table {
        width: 100%;
        margin-top: 3px;
    }

    .dashboard_deposit_s h1 {
        font-size: 18px;
    }

    ul.active_package_top {
        gap: 20px;
        flex-direction: column;
    }

    .top_total_bar {
        gap: 20px;
        margin-top: 22px;
    }

    .thanky_top_hd img {
        width: 150px;
    }

    .navbar-toggler {
        top: 10px;
    }

    .scaner_pop_up.thankyou_s .modal-body {
        padding: 24px;
    }

    .wallet_balance_tb table tr td {
        width: 100%;
    }

    .highlights_crypto_s .currency_list_b .heighlightcnt h2 {
        font-size: 18px;
        margin: 0px;
    }

    .modal.fade .modal-dialog {
        min-width: 90%;
    }


    .highlights_crypto_s .currency_list_b .vector_icon_slide img {
        height: 100%;
    }

    .select_option_bank h6 {
        font-size: 14px;
    }

    .recent_deposit_list h4 {
        font-size: 16px;
    }

    .estimated_balance_bl h4 {
        font-size: 20px;
    }

    footer .row div.col-sm-3 {
        width: 50%;
    }

    .arbitrage_subscriptions_block ul li h2 {
        width: 210px;
    }

    .afterloginheader .header_right {
        right: 50px;
        top: 8px;
    }



    .pagination_list {
        margin-top: 5px;
    }


    .dashboard_recent_s .user_list_top.rowtable .user_search form {
        flex-direction: row;
    }

    .header_right {
        right: 50px;
        top: 8px;
    }

    section.hot_articles_s.recent_blog .row .col-sm-3 {
        width: 100%;
    }

    .banner_images.banner_hotCoin {
        margin: 0 auto;
    }

    .meme_right_img {
        width: 100%;
    }

    .currency_list_b ul li {
        padding: 12px 5px;
    }

    .d-flex-between.mb-3.custom_dlflex {
        padding-top: 7px;
    }

    .tt_item {
        align-items: start;
        flex-direction: column;
    }

    .mobile_emailotp {
        margin-top: 15px;
        flex-direction: column;
        gap: 13px;
    }

    .kyc_form_multistep .step-indicator h6 {
        font-size: 11px;
    }

    .kyc_form_multistep .step-indicator p {
        font-size: 9px;
    }

    .kyc_form_multistep .step-indicator span {
        width: 22px;
        font-size: 13px;
        height: 22px;
        line-height: 22px;
        margin-right: 0px;
    }

    .kyc_form_multistep .step-indicator::before {
        width: 81%;
    }

    .kyc_form_multistep .step-indicator {
        margin: 20px 0px;
        gap: 16px;
    }

    .kyc_form_multistep {
        padding: 10px;
    }

    .swap_tb_his .table-responsive {
        margin-top: 10px;
    }

    .hero_section {
        background-size: 650px;
    }

    .dashboard_recent_s .user_list_top .user_search form {
        flex-direction: column;
    }

    .left_hb ul {
        gap: 7px;
    }

    .dashboard_recent_s.earningrecent .user_list_top .user_search form {
        flex-direction: row;
    }

    .faq_cta_outer.how_workblock h2 {
        padding-bottom: 0px;
    }

    .referral_recent_s .dashboard_recent_s .user_list_top .user_search form {
        flex-direction: row;
    }


    .dashboard_recent_s .table-responsive .user_list_top .user_search form {
        flex-direction: row;
    }

    .profit_cost_cnt {
        padding: 10px 0px 0px;
    }

    .dashboard_recent_s table thead tr th {
        font-size: 13px;
    }

    .profit_costs_cta_outer.costouterbg {
        background-size: 90%;
    }

    .estimated_balance_bl {
        min-height: 100%;
    }

    address {
        font-size: 14px;
    }

    .login_bg.login_sec.market_page {
        padding: 20px 0px 0px;
    }

    .cnt_slider_f {
        text-align: center;
        padding: 0px 0px 10px;
    }

    .form_select_to_s {
        flex-direction: column;
    }

    .refrefer_earn_outer .twofa_card>.card-body {
        padding: 0px;
    }

    .card-header.ref_header h4 {
        font-size: 18px;
    }

    .card-header.ref_header h2 {
        font-size: 16px;
    }

    .field-otp-box>input {
        padding-right: 50px !important;
    }

    .ref_body {
        max-width: 100%;
    }

    .ref_body .form-control {
        font-size: 13px;
    }

    .joc_social {
        padding: 4px 7px;
        font-size: 15px;
        width: 32px;
        height: 32px;
    }

    .refrefer_earn_outer .pb-5 {
        padding-bottom: 24px !important;
    }

    .arbitrage_subscriptions_block ul li .arbitbot_vector {
        max-width: 240px;
    }

    ul.social_media a {
        font-size: 18px;
    }

    .card-header.ref_header h6 {
        font-size: 13px;
    }

    .convertor_top_price {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .bitcoin_top_currency ul {

        gap: 7px;
        flex-direction: column;
    }

    .swap_outer_section .searchBar.custom-tabs {
        width: 200px;
    }

    .searchBar.custom-tabs input {
        width: 85%;
    }

    .bitcoin_cate_list ul {
        grid-template-columns: repeat(2, 1fr);
    }

    button.subscribe_btn::after {
        background-size: 9.5px;
    }

    .banner_images {
        width: 290px;
    }

    button.subscribe_btn::before {
        background-size: 9.5px;
    }

    .pagination_list ul a.page-link {
        margin: 0px 3px;
        border-radius: 3px;
        width: 26px;
        padding: 2px 0px;
        height: 26px;
        font-size: 12px;
        line-height: 19px;
    }

    .wallet_balance_tb .user_list_top h4 {
        font-size: 14px;
    }


    .currency_td .select_currency_s .selected-option img {
        margin-bottom: 4px;
    }

    .wallet_balance_tb table tr td,
    tr th {
        padding: 18px 20px;
    }

    .no_data {
        margin: 20px auto;
    }

    .td_btn_balance button {
        padding: 2px 20px;
        font-size: 10px;
        min-height: 28px;
    }

    form.searchinput {
        padding: 8px 6px;
        font-size: 12px;
    }

    .row.cta_register_s h5 {
        font-size: 15px;
    }

    .banner_cnt h1 {
        font-size: 20px;
    }

    .banner_cnt p {
        font-size: 12px;
        margin: 0px;
        line-height: 18px;
    }

    .signupbtn {
        padding: 6px 24px;
        font-size: 12px;
    }

    .revolutionizing_btn {
        margin: 15px 0px;
    }

    .join_group_s {
        gap: 5px;
        justify-content: start;
    }

    body .hero_section {
        padding-bottom: 75px;
    }

    .scan_left_s img {
        width: 32px;
    }

    .join_group_s button.joinbtn img {
        max-width: 32px;
    }

    .tradebtn {
        padding: 6px 24px;
        font-size: 12px;
    }

    footer .row div {
        margin: 0 auto;
    }

    .balance_chart_left h3 {
        font-size: 15px;
    }

    .market_summary_right_tp {
        padding: 15px 18px;
    }

    .rectangle_bottom_eft {
        max-width: 60px;
    }

    .market_summary_right_tp .lastchild {
        display: none;
    }

    .market_summary_right_tp .mr_data h5 {
        font-size: 13px;
    }

    .scan_left_s {
        width: 100%;
        gap: 12px;
        justify-content: start;
    }

    .scan_left_s h4 {
        font-size: 16px;
    }

    .main_marker_summary .align-items-center {
        gap: 15px;
    }

    .scan_block .scan_cnt {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .join_group_s button.joinbtn {
        font-size: 16px;
        line-height: 20px;
        padding: 0px;
        gap: 12px;
    }

    button.morebtn {
        padding: 0px 5px;
        font-size: 12px;
    }

    .market_tab_scroll_ot ul .currency_tag_cnt {
        margin-top: 8px;
    }

    .market_summary_right_tp .mr_data span {
        gap: 15px;
        font-size: 11px;
    }

    .summary_cnt_markert_r {
        gap: 10px;
        width: 100%;
        text-align: left;
    }

    .trade_btn {
        text-align: center;
        display: inline-block;
    }

    .how_get_account_ot {
        padding: 32px 0px 20px;
        text-align: center;
    }

    .how_get_account_ot ul li span {
        font-size: 28px;
        display: none;
    }

    .how_get_account_ot ul li {
        justify-content: center;
    }

    .how_get_account_ot ul li h3 {
        font-size: 20px;
    }

    .trade_app__app .crypto_bitcoin_vector {
        float: none;
        padding-top: 10px;
    }

    .app_btn button {
        justify-content: center;
    }

    .profit_cost_cnt p {
        font-size: 14px;
    }

    footer .menu {
        width: 100%;
    }

    button.learnbtn a {
        font-size: 14px;
        padding: 12px 40px;
    }

    .profit_cost_cnt {
        text-align: center;
    }

    .how_get_account_ot ul li p {
        font-size: 14px;
        margin: 0px;
    }

    .trade_btn {
        margin-top: 15px;
    }

    .crypto_bitcoin_vector {
        max-width: 80%;
    }

    .how_get_account_ot .row {
        gap: 32px;
    }

    .main_marker_summary {
        padding-top: 0px;
    }

    .market_update_outer {
        padding: 30px 0px 0px;
        text-align: center;
    }

    .mobileview {
        display: none;
    }

    .user_profile_cnt h3 {
        font-size: 12px;
    }

    .community_sec .section-title h1 {
        font-size: 26px;
    }

    .twofa_card>.card-body {
        padding: 24px;
    }

    .os_sec.cv_tocnomics .card_pp {
        width: 100%;
    }

    .sm_card {
        padding-top: 0px;
        flex-direction: column;
        gap: 12px;
    }

    .os_sec .col-lg-6 {
        width: 100%;
    }

    .profit_costs_cta_outer {
        padding-bottom: 10px;
    }

    .recent_deposit_list .td_first {
        width: auto;
    }

    .app_btn {
        gap: 15px;
        margin-top: 20px;
    }

    .right_costs_rg ul li {
        font-size: 40px;
        line-height: 36px;
    }

    .app_btn button {
        padding: 6px 20px;
    }

    .profit_costs_cta_outer.costouterbg {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .fipnext_logo_m {
        margin-top: -30px;
    }

    .row.cta_register_s {
        padding: 24px;
    }

    .header_right .button_outer .login_btn {
        font-size: 9px;
        padding: 5px 10px;
        min-height: 26px;
    }

    .themecolor_icon img {
        width: 13px;
    }

    .navbar-toggler {
        top: 5px;
        padding: 0px;
    }

    .earining_calculator_form h2 {
        font-size: 20px;
        margin: 0px;
        letter-spacing: 0px;
    }

    button.btn_submit {
        padding: 8px 32px;
        font-size: 16px;
    }

    .profie_block span {
        font-size: 13px;
    }

    .subscribe_form form {
        width: 100%;
    }

    .deposit_btn a.btn {
        font-size: 13px;
        border-radius: 3px;
        padding: 5px 12px;
    }

    .balance_chart_left h4 {
        font-size: 13px;
    }

    .profie_block p {
        font-size: 13px;
    }

    .select_price {
        gap: 0px;
        flex-direction: column;
        align-items: normal;
    }

    .deposit_btn {
        gap: 7px;
    }

    .trading_cta_s h2 {
        font-size: 24px;
    }

    .trading_cta_s h5 {
        margin: 15px 0px;
        font-size: 16px;
    }

    .trading_platform_section h2 {
        font-size: 24px;
    }

    .services_block p {
        font-size: 14px;
    }

    .crypto_section .hot_trading_s .td_first {
        font-size: 11px;
    }

    .trading_cta_s p {
        line-height: 22px;
        font-size: 14px;
    }

    .services_block {
        padding: 20px;
    }

    .trading_cta_s {
        padding: 20px 0px;
    }

    .crypto_section .hot_trading_s.top_gainers th,
    td {
        font-size: 11px;
    }

    .card_pp_row {
        flex-wrap: wrap;
    }

    .banner_content h1 {
        font-size: 28px;
    }

    .card_pp {
        width: 100%;
    }

    .coin_right {
        align-items: end;
        gap: 12px;
        flex-direction: column;
    }

    .rewards_vector {
        width: 90%;
    }

    .meme_coin_cnt {
        text-align: center;
        padding-top: 22px;
    }

    .what_coin_s {
        text-align: center;
    }

    .meme_coin_top h1 {
        font-size: 24px;
    }

    .sidebar_deposit {
        width: 70%;
    }

    .amount_sysmble {
        font-size: 11px;
    }

    .table_pop_up.modal h2 {
        font-size: 20px;
    }

    .search_form .modal-content {
        width: 90%;
        margin: 0 auto;
    }

    .login_profile_header {
        width: 270px;
    }

    .sidebar_deposit.open {
        width: 70%;
        padding: 28px 24px;
    }

    .deposit_option {
        gap: 15px;
        border-radius: 7px;
    }

    .meme_coin_top p {
        font-size: 14px;
    }

    .meme_coin_top {
        gap: 12px;
        flex-direction: column;
    }

    .meme_listing_section {
        padding: 20px 0px 0px;
    }

    .crypto_list ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .help_support_s h4 {
        font-size: 18px;
    }

    .back_tobtn a {
        font-size: 14px;
    }

    .scaner_pop_up .modal-content {
        background-color: #191C1E;
        width: 85%;
        margin: 0 auto;
    }

    .currency_outer_b {
        gap: 18px;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 15px;
    }

    .currency_preference_b {
        font-size: 13px;
        padding: 15px;
    }

    .trade_add_view .banner_img_add {
        flex-direction: column;
        padding: 14px;
    }

    .kyc_approval_s.activity_logs .right_t {
        font-size: 12px;
    }

    .sc-eAKtBH.gVtWSU button {
        padding: 3px 0px;
    }

    .trading_services {
        grid-template-columns: repeat(1, 1fr);
    }

    .listing_left_outer ul {
        flex-direction: column;
    }

    .listing_left_outer ul.nav {
        flex-direction: row;
    }

    .listing_left_outer ul {
        gap: 12px;
    }

    .td_first {
        font-size: 13px;
        width: 90px;
    }

    .dashboard_summary .price_heading span {
        font-size: 13px;
    }

    .dashboard_summary td {
        font-size: 13px;
    }

    .app_btn_s {
        flex-direction: column;
        margin-top: 20px;
        gap: 14px;
    }

    .trading_cta_s .app_btn_s a br {
        display: none;
    }

    .trading_platform_section {
        padding: 30px 0px;
    }

}

@media screen and (max-width:390px) {

    body .card_header_title {
        font-size: 13.5px;
    }
}

.model_height {
    height: 100% !important;
}

.login_btn input[type="button"]:disabled {
    cursor: not-allowed;
    background: #a79979 !important;
}