 @import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

* {
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    width: 100%;
    margin: 0px;
 font-family: "Work Sans", sans-serif;
 background: #eeeeee;
}

.main_body{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #fff;
height: 100vh;
display: flex;
    flex-direction: column;
 
}
.main_body_content {
    background: #fff;
  
}
.main_body_content_inner {
  
        position: relative;
    overflow: hidden;
}


a {
    text-decoration: none;
    color: unset;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/* form submit loader css */
.form_process_loader {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    border-radius: 50px;
}

.form_process_loader img {
    width: 60px;
}

.custom_container {
    max-width: 450px;
     margin: 0 auto;
}

input:focus,
button:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}

input:focus-visible,
button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border-color: unset !important;
}
.history_body{
    padding: 15px 15px;
    gap:20px;
}
.single_coin.btn {
    background: transparent !important;
    border: unset !important;
        color: #000 !important;
}
.coin_listing_header strong {
    font-size: 18px;
    font-weight: normal;
}
.single_coin.btn strong {
    font-weight: normal;
}
form#tradeForm {
    background: #eeeeee;
    padding: 20px 0px;
}
form#tradeForm .modal-body {
    padding: 0px 15px 30px 15px;
}
form#tradeForm .modal-footer {
      background: #fff;
    padding: 17px 15px;
    gap: 12px;
}
.manual_amount_box {
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 20px;
}

    .header_parent {
        background: #fbd333;
        padding: 15px 15px;
    }

    .header_bell i {
        font-size: 16px;
        color: #000;
    }

    .header_logo span {
        font-size: 16px;
        color: #000;
        font-weight: 600;
    }

    .header_button button {
        gap: 4px;
        background: transparent;
        color: #000;
        border: unset;
    }
    .offcanvas-lang {
    width: 450px !important;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 16px 16px 0 0;
}
.offcanvas-bottom {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
.custom-offcanvas-backdrop {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
    height: 100vh;
    background: rgba(0,0,0,0.4);
    z-index: 1040;
}
.offcanvas-body.small li a {
    gap: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;

}
.offcanvas-body.small li a span.language-name {
    font-size: 16px;
    color: #000;
}
.offcanvas-body.small {
    padding-top: 30px;
}

    .banner_section {
        float: left;
        width: 100%;

    }

    .Banner_slider {
        overflow: hidden;
        margin: 0px;
    }

    .Banner_slider .Banner {
        margin: 0px !important;
    }

    .Banner figure {
        float: left;
        width: 100%;
        margin-bottom: 0px;
        position: relative;
    }

    .Banner figure img {
        float: left;
        width: 100%;
    }

    ul.slick-dots {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 0px !important;
        bottom: 0px;
        position: absolute;
        gap: 8px;
    }

    ul.slick-dots li {
        width: unset !important;
        height: unset !important;
    }

    .slick-dots li button {
        width: 10px !important;
        height: 10px !important;
        padding: 5px;
        cursor: pointer;
        color: white;
        border: 0;
        outline: none;
        background: transparent !important;
        border-radius: 50% !important;
        border: 1px solid #fff !important;
        position: relative;
        color: transparent;
    }

    li.slick-active button {
        background: #fff !important;
        border: 1px solid #fff !important;
    }

    .slick-dots li button:before {
        display: none !important;
    }

    .banner_next_arrow.slick-arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        display: flex;
        align-items: center;
        cursor: pointer;
        z-index: 99;
    }

    .banner_next_arrow.slick-arrow i {
        color: #fff !important;
        font-size: 27px;
    }

    .banner_pre_arrow.slick-arrow {
        position: absolute;
        left: 20px;
        top: 50%;
        display: flex;
        align-items: center;
        cursor: pointer;
        z-index: 99;
    }

    .banner_pre_arrow.slick-arrow i {
        color: #fff !important;
        font-size: 27px;
    }


    @media (max-width: 540px) {
        ul.slick-dots {
            bottom: 15px;
        }
    }

/* home section 3 css start  */

.home_cus_sec3_data{
    gap: 10px;
     padding:15px 15px 25px 15px;
}
.home_cus_sec3_data i{
    color: #fbd333;
    font-size: 16px;
}
.home_cus_sec3_slide {
    display: block;
    overflow: hidden;
    
}
@keyframes infiniteScroll {
    from {
        transform: translateX(0);
    }

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

.horizontal-scrolling-parent {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
    padding: 12px 0px;
}

.horizontal-scrolling-items {
    display: flex;
    font-size: 16px;
    width: 2600px;
    animation-name: infiniteScroll;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.horizontal-scrolling-items__item {
        white-space: nowrap;
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
    gap: 20px;
    text-transform: capitalize;
}

.horizontal-scrolling-items__item a {
    gap: 10px;
    align-items: center;
    display: flex;
}

.horizontal-scrolling-img {
    gap: 5px;
    align-items: center;
    display: flex;
}


.horizontal-scrolling-img span {
    color: #7a889b;
    font-weight: normal;
    font-size: 14px;
}


/* home section 3 css end */

/* home section 4 css start  */
.cus_sec4 {
    padding: 0px 15px;
}
.cus_sec4_body {
    padding-bottom:20px;
}
.cus_sec4_content span{
    font-size: 14px;
    color: #000;
    font-weight: normal;
}
.cus_sec4_content strong{
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.cus_sec4_btn a{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    background: #fbd333;
    color: #000 !important;
    padding: 9px 20px;
    border-radius: 2px;
    text-transform: capitalize;
}
/* home section 4 css end */

/* home section 5 css start  */
.cus_sec5 {
    padding: 0px 15px;
}
.cus_sec5_body ul#myTab {
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 14px;
    border: unset;
    overflow-y: hidden;
    margin-bottom: 5px;

    padding-bottom: 15px;
}
.cus_sec5_body ul#myTab {
  /* For Firefox */
  scrollbar-width: none;
  /* For IE and Edge */
  -ms-overflow-style: none;
}

/* For Chrome, Safari, Opera, and other Webkit browsers */
.cus_sec5_body ul#myTab::-webkit-scrollbar {
  display: none;
  width: 0px; /* Optional: remove scrollbar space in some webkit browsers */
  background: transparent; /* Optional: make the track transparent */
}
.cus_sec5_body ul#myTab li button {
    border: unset;
    padding: 0px;
    color: #787878;
    font-weight: normal;
    font-size: 15px;
}
.cus_sec5_body ul#myTab li button.active {
color: #fbd333 !important;
    border-bottom: 3px solid #fbd333;
    font-weight: 600;
    padding-bottom: 3px;
    background: transparent;

}
.discover_sec_data{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.discover_sec_data_box{
    gap: 10px;
}
.discover_sec_data_box figure img{
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
background: #fff;
    border-radius: 10px;
    padding: 2px;
}
.discover_sec_data_content h3{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
}
.discover_sec_data_content p{
    font-size: 13px;
    color: #8b8b8b;
    font-weight: normal;
    line-height: 17px;

}
.discover_sec_body h4{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
    margin-top: 10px;
    margin-bottom:10px;
}
.discover_sec_body p{
    font-size: 15px;
    color: #000;
    font-weight: normal;
    line-height: 22.5px;
}
/* home section 5 css end */

/* footer section css start */
.footer_section_main{
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.footer_section:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.5) 6px 11px 65px;
    left: 0px;
    top: 0px;
}
.footer_section {
    padding: 18px 15px 12px 15px;
    background: #fff;
  
    position: relative;
    z-index: 999;
}
.footer_listing{
    gap: 10px;
}
.footer_listing a.active {
    color: #fbd333;
    font-weight: bold;
}
.footer_listing a{
    color: #6c6c6c;
    font-size: 13px;
    font-weight: normal;
    line-height: 14.5px;
    gap: 7px;
    position: relative;
    z-index: 9999;
    cursor: pointer;
}
.footer_listing a i {
    font-size: 19px;
}
/* footer section css end */

/* financing page css start */
.financing_list a{

    border-bottom: 1px solid #e3e3e3;
    padding:15px 15px;
}
.financing_list a figure img{
    margin-right: 10px;
}
.financing_list a figure span{
    font-size: 15px;
    color: #000;
    font-weight: normal;
}
.financing_list a i{
    color: #000;
    font-size: 19px;
}
/* financing page css end */

/* home sec 4 css start */
.home_cus_sec4 {
    width: 100%;
    display: block;
    padding: 0px 15px;
    margin-bottom: 70px;
}

.home_cus_sec4_body {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 30px 43px;
    width: 100%;
    align-items: center;
}
.cus_sec4_buttons {
    background: #eaeaea;
    padding: 14px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 4px;
}
.home_cus_sec4_reverse {
    grid-template-columns: 1fr 1.5fr;
}
.home_cus_sec4_body figure {
    margin-bottom: 0px;
    width: 100%;
}

.home_cus_sec4_body figure img {
    width: 100%;
    height: unset;
    object-fit: cover;
}

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

.home_cus_sec4_data {
    display: flex;
    flex-direction: column;
}
.home_cus_sec4_data small {
    color: #3dbfb8;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 5px;
}
.home_cus_sec4_data h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 35px;
    color: #000;
}

.home_cus_sec4_des {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 40px;
}

.home_cus_sec4_des_box {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.home_cus_sec4_des_box_data {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home_cus_sec4_des_box_data h4 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 34px;
}

.home_cus_sec4_des_box svg {
    min-width: 35px;
    min-height: 35px;
    padding: 7px;
    border-radius: 50%;
}
.home_cus_sec4_count {
    min-width: 35px;
    min-height: 35px;

    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #000;
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_cus_sec4_des_box_data p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.home_cus_sec4_btn {
    display: flex;
    align-items: center;
    gap: 30px;
}

.home_cus_sec4_btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    display: flex;
    align-items: center;
    background: #0ab9d3;
    color: #fff !important;
    padding: 9px 20px;
    border-radius: 37px;
    text-transform: capitalize;
}

@media (max-width: 1024px) {
    .home_cus_sec4 {
        margin-bottom: 40px;
    }

    .home_cus_sec4_data h3 {
        font-size: 28px;
        line-height: 35px;
        padding-bottom: 25px;
    }

    .home_cus_sec4_des_box_data h4 {
        font-size: 20px;
        line-height: 28px;
    }
    .home_cus_sec4_des_box_data p {
        font-size: 14px;
        line-height: 21px;
    }
    .home_cus_sec4_des_box_data {
        gap: 6px;
    }
    .home_cus_sec4_des {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .home_cus_sec4_body {
        grid-template-columns: 1fr;
    }

    .home_cus_sec4_data h3 {
        line-height: 30px;
        font-size: 24px;
        padding-bottom: 20px;
    }

    .home_cus_sec4_data p {
        font-size: 14px;
        line-height: 21px;
    }
}

/* home sec 4 css end  */

.static_page_banner {
 padding: 20px 0px 20px 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.coin_listing_parent {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top:25px;
}

/* .responsive_close_btn,
    .res_coin_listing_btn {
        display: none;
    } */

.coin_box_btn * {
    font-size: 20px;
    font-weight: bold;
}
.coin_box_btn i {
    font-size: 14px;
    margin-left: 0px;
    font-weight: normal;
    background: #fbd333;
    padding: 12px 15px;
}
.coin_listing_div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 320px;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 99;
    padding: 0px 15px 15px 0px;
    transform: translatex(-200%);
    transition: 0.3s ease-in-out;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.coin_listing_div.active {
    transform: translatex(0%);
    transition: 0.3s ease-in-out;
}

.coin_listing_header,
#coin-list {
    padding-left: 15px;
}

.responsive_close_btn,
.res_coin_listing_btn {
    display: flex;
}
@media (max-width: 1024px) {
    /* .static_page_banner {
            grid-template-columns: 1fr;
        } */
}
.static_sec1 {
    margin-bottom: 40px;
}

.static_sec1_btn {
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
}

.static_sec1_btn a {
    border: unset;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 4px;
    background: #3dbfb8;
    text-transform: capitalize;
    font-weight: bold;
    cursor: pointer;
}

.chcek_btn {
    margin-top: 24px;
}

.chcek_btn a {
    border: unset;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 100%;
    color: #fff !important;
    border-radius: 35px;
    background: #3dbfb8;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
}

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

.price_details {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.radio-group {
    display: grid;
    gap: 15px;
    margin: 20px 0px;
    overflow-x: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.radio-option {
    position: relative;

    cursor: pointer;
    text-align: center;
    font-family: sans-serif;
    user-select: none;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option .label-top {
    font-size: 14px;
    font-weight: bold;
}

.radio-option .label-bottom {
    font-size: 14px;
    color: #fbd333;
}
.label-wrapper i {
    display: none;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #fbd333;
    color: #fff;
    font-size: 12px;
    padding: 5px 3px 3px 5px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 21px;
}

/* Checked style */
.radio-option input[type="radio"]:checked + .label-wrapper {
    border: 1px solid #fbd333;
}
.radio-option input[type="radio"]:checked + .label-wrapper i{
    display: block;
}

/* .radio-option input[type="radio"]:checked + .label-wrapper .label-bottom {
    color: #0ab9d3;
} */

.label-wrapper {
    border-radius: 6px;
    padding: 9px 15px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.pricing_box {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.pricing_box input {
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    background: #f8f8f8;
    border: unset !important;
}
.manual_amount_box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fbd333;
    border-radius: 6px;
}

.pricing_listing {
        display: grid;
    gap: 15px;
    margin: 20px 0px;
    overflow-x: auto;
    grid-template-columns: 1fr 1fr 1fr;
}

.order_type_box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 15px;
}

.order_type_box span {
    font-size: 16px;
    font-weight: bold;
}

.order_type_box select {
    border: 1px solid #000;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 8px;
}

/* footer css start */
.footer-section {
    background: #fff;
    color: #000;
    float: left;
    width: 100%;
    padding: 60px 15px;
}

.footer-data-box {
    display: grid;
    width: 100%;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;

    gap: 30px 20px;
}

.footer-detail-box-one {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-one figure {
    margin: 0px !important;
    width: 140px !important;
    padding-bottom: 30px;
}

.footer-detail-box-one figure img {
    width: 100%;
}

.footer-detail-box-one p {
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    margin: 0px !important;
    padding-right: 23px;
    padding-bottom: 20px;
}

.footer-socail-links {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.footer-socail-links a {
    background: #000;

    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    margin-right: 20px;
}

.footer-socail-links a:last-child {
    margin-right: 0px;
}

.footer-socail-links a i {
    color: #ffffff;
    font-size: 16px;
}

.footer-detail-box-two {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.footer-detail-box-heading {
    position: relative;
    padding-bottom: 24px;
}

.footer-detail-box-heading h3 {
    margin: 0px !important;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000;
}

.footer-detail-box-content-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-detail-box-content-list li {
    list-style: none;
    display: flex;
    align-items: center;
    padding-bottom: 18px;
}

.footer-detail-box-content-list li:last-child {
    padding-bottom: 0px;
}

.footer-detail-box-content-list li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-decoration: none;
}

.footer-detail-box-content-list li a:hover {
    color: #000;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px !important;
    margin: 0px !important;
}

.footer-contact-list li {
    list-style: none;
    display: flex;
    padding-bottom: 12px;
    align-items: center;
}

.footer-contact-list li:last-child {
    padding-bottom: 0px;
}

.footer-contact-list li i {
    padding-right: 8px;
    font-size: 20px;
    line-height: 186%;
    color: #000;
}

.footer-contact-list li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 186%;
    letter-spacing: 0%;

    color: #000;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-data-box {
        grid-template-columns: 1.6fr 1fr;
    }
}

@media (max-width: 540px) {
    .footer-data-box {
        grid-template-columns: 1fr;

        gap: 30px 0px;
    }

    .footer-detail-box-one {
        justify-content: center;
        align-items: center;
    }

    .footer-detail-box-one p {
        padding-right: 0px;
        text-align: center;
    }

    .footer-detail-box-heading {
        padding-bottom: 0px;
    }

    .footer-contact-list {
        padding-top: 15px !important;
    }

    .footer-detail-box-content-list {
        padding-top: 15px !important;
    }

    .panel {
        display: none;
        overflow: hidden;
        transition: 0.5s ease-out;
        text-align: left;
    }

    .footer-detail-box-heading.accordion:after {
        content: "\002B";
        color: #000;
        font-family: "revicons";
        font-size: 26px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }

    .footer-detail-box-heading.active:after {
        content: "\2212" !important;
        color: #000;
        font-family: "revicons";
        font-size: 21px;
        position: absolute;
        height: 100%;
        display: flex;
        align-items: center;
        margin: 0px;
        top: 0px;
        right: 0px;
    }
}

@media (min-width: 540px) {
    .modcontent.panel {
        display: block !important;
    }
}

.trading_content_parent {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: #0000001a 0 5px 15px;
    padding: 15px;
    border-radius: 4px;
}
.trading_content_parent ul#myTab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-color: #000;
}
.trading_content_parent ul#myTab li button {
    background: #3dbfb8;
    color: #fff !important;
    border: unset !important;
    border-radius: 6px !important;
    font-size: 16px;
    font-weight: 500 !important;
}
.trade_item {
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.single_trade_item {
    display: flex;
 
}
.single_trade_item_2 {
   
    gap: 5px;
}
.single_trade_item p {
    font-size: 18px;
    font-weight: 500;
}
.single_trade_item span {
    font-size: 14px;
}
.single_trade_item small {
    font-size: 13px;
    color: #959595;
}
@media (max-width: 768px) {
    .trading_content_parent ul#myTab li button {
        font-size: 10px;
        padding: 7px 10px;
    }
    .single_trade_item strong {
        font-size: 14px;
    }
    .single_trade_item p {
        font-size: 12px;
    }
}

.user_assets_parent {
    box-shadow: #0000001a 0 5px 15px;
    padding: 20px 15px;
    max-width: 600px;
    margin: 40px auto;
}
.user_assets_box {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.user_assets_short_data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.user_assets_short_data h3 {
    font-size: 20px;
    font-weight: bold;
}
.user_assets_tabs {
    box-shadow: #0000001a 0 5px 15px;
    padding: 14px 10px;
    background: #3dbfb8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_assets_tabs a {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.user_assets_listing {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.user_assets_listing h5 {
    text-transform: capitalize;
    font-size: 22px;
}
.user_single_asset {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.widthdraw_coin_parent {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 15px;
}
.widthdraw_coin_header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.widthdraw_coin_header h3 {
    font-size: 22px;
    font-weight: bold;
}
.widthdraw_coin_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.widthdraw_coin_heading {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 15px;
}
.widthdraw_coin_heading svg {
    cursor: pointer;
    margin-right: 10px;
}
.widthdraw_coin_heading h3 {
    font-size: 22px;
    font-weight: bold;
}
.widthdraw_coin_body {
    box-shadow: #0000001a 0 5px 15px;
    padding: 20px 15px;
    border-radius: 4px;
}
.widthdraw_coin_table {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.widthdraw_single_data {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    gap: 10px;
}
.widthdraw_record {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
@media (max-width: 768px) {
    .widthdraw_coin_box {
        grid-template-columns: 1fr;
    }
}

.accordion-item .accordion-header button.accordion-button {
    background: transparent !important;
    border: unset !important;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: #000 !important;
    box-shadow: unset !important;
}
.accordion-item {
    border: unset !important;
}