.no-list-style {
    list-style-type: none;
    padding-left: 0;
    margin: 0; /* Remove default margin */
}

.last-updated-timestamp{
    padding-top:15px;
    color:#ACB0C3 !important;
    font-size: 80%;
}

small{
    padding-top: 5px;
    color:#ACB0C3;
    font-size: 9px;
}

#wallet-balance-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#wallet-balance-content {
    display: none;
    padding-top: 20px;
}

.row-margin{
    padding-bottom: 60px !important;
}
.dynamic-wallet-reserve{
    margin: 20px 0;
}

.dynamic-wallet-reserve .card .card-header {
    padding: 12px 0;
    background: #343E48;
    border-radius: 18px 18px 0 0;
    text-align: center;
}

.dynamic-wallet-reserve .static-head {
    color: #ACB0C3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px; /* 160% */
}

.dynamic-wallet-reserve .static-head-heading {
    color:#fff;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 41px; /* 93.182% */
}

.dynamic-wallet-reserve .card .card-body {
    padding: 31px;
}
.wallet-info-icon:hover .wallet-tooltip {
    cursor: pointer;
}

#wallet-balance-content .total-assets-held .customer-deposit-heading{
    color: #ACB0C3;
    font-size: 20px;
    font-weight: 400;
}
#wallet-balance-content .total-assets-held .customer-deposit-figure{
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
}

#wallet-balance-content .total-assets-held .total-assets-held-text{
    font-size: 20px;
    font-weight: 500;
}

#wallet-balance-content .total-assets-held p{
    margin-bottom: 0;
    font-style: normal;
    line-height: normal;
    color: #FFF;
}

#wallet-balance-content #legend-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /* gap:24px; */
}

#wallet-balance-content #legend-container h5 {
margin-bottom: 15px;
}
#wallet-balance-content #legend-container #cold-legend,
#wallet-balance-content #legend-container #hot-legend{
    width: 100%;
    background-color: #000;
    padding: 18px;
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.10);
    margin:24px 0 5px 0;
}
#wallet-balance-content #legend-container #cold-legend h5,
#wallet-balance-content #legend-container #hot-legend h5 {
    color: #fff;
}

#wallet-balance-content #legend-container .wallet-item {
    display: block;
    padding: 5px 0;
    color: white;
    text-decoration: none;
    font-size: 14px;
}

#wallet-balance-content #legend-container .wallet-item a:hover,
#wallet-balance-content #legend-container .wallet-item a{
    text-decoration: none;
    color:#fff;
}

#wallet-balance-content #legend-container .wallet-item:hover {
    text-decoration: underline;
    cursor: pointer;
}

#wallet-balance-content #legend-container .wallet-item[data-bs-toggle="popover"] {
    text-decoration: none;
    cursor: default;
}
.chart-legend-headings-mob,
.chart-section.mobile-hot-chart{
    display: none !important;
}
.chart-legend-headings-desktop,
.chart-section.desktop-hot-chart{
    display:block !important;
}


.chart-container{
    max-width:530px;
    max-height:527px; 
    margin:0 auto;
}

#wallet-balance-content .custom-progress {
    background-color: rgba(255, 255, 255, 0.20); /* Background of the progress bar container */
    border-radius: 100px; /* Rounded container */
    overflow: hidden; /* Ensures the bar doesn't exceed container bounds */
    height: 32px; /* Set height of the container */
}
#wallet-balance-content .custom-progress-bar {
    background-color: #C0180C;; /* Fill color of the progress bar */
    height: 100%; /* Ensures it fills the container vertically */
    border-radius: 100px; /* Rounded caps */
    transition: width 0.3s ease; /* Optional: Smooth animation for progress changes */
}

/*Inner Section Css*/
#wallet-balance-content .section-title {
    color: #FFF;    
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 24px;
}

#wallet-balance-content .v-wallet p {
    color: #ACB0C3;       
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 0px;
}    
.wallet-info-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    gap: 20px;
    background-image: url(./images/why-trust-coinpoker-card-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.wallet-info-card-wrap {
    gap: 16px;
    padding-top: 20px; 
    padding-bottom:20px;
}
.wallet-info-image img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}
.wallet-info-card-wrap .border-gradient {
    width: 33.3%;
}
.info-wallet-card-des {        
    color: #fff;       
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-transform: uppercase;
}
.wallet-info-icon {
    position: relative;
    top:-5px;
}

.tooltip-description {
    background-color: #0A0A0E;
    width: calc(20vw);
    position: absolute;
    z-index: 9;
    padding: 24px;
    visibility: hidden !important;             
    right: -25px;
    top: 35px;
    color:#ACB0C3;
    border-radius: 16px;
    border: 1px solid #00FF29;
    box-shadow: 0px 4px 10px 0px rgba(83, 82, 82, 0.60);
    transition: visibility 0.3s ease, opacity 0.3s ease;
    opacity: 0; /* Add opacity for smooth transition */
}


/* For smaller laptops or screens (e.g., 1366x768) */
@media (max-width: 1536px) and (min-width: 1024px) {
    .tooltip-description {
        width: calc(26vw); /* Slightly larger percentage for smaller screens */
    }
}

/* For small screens or tablets */
@media (max-width: 1024px) {
    .tooltip-description {
        width: calc(30vw); /* Adjust for smaller viewport sizes */
    }
}

.tooltip-description.visible {
    visibility: visible !important;
    opacity: 1;
}

.wallet-info-icon:hover .tooltip-description {
    visibility: visible !important;
    opacity: 1;
}
#wallet-balance-content .custom-progress {        
    padding: 3px;
}
.wallet-progress-bar-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
div#wallet-balance-content .wallet-progress-bar-section p.customer-deposit-heading {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.80);   
}

div#wallet-balance-content .wallet-progress-bar-section p.customer-deposit-heading span.customer-deposit-figure {   
    font-size: 20px;
    font-style: normal;
    font-weight: 600;    
    margin-left: 8px;
}

div#wallet-balance-content .wallet-progress-bar-section .total-assets-held {
    padding-top: 12px;
    padding-bottom: 24px;
}
.wallet-progress-bar-section p.total-assets-held-text {
    color: #FFF;       
    font-size: 20px;
    font-style: normal;
    font-weight: 600;       
}   
.CTA_btn a.wp-block-button__link.wp-element-button {
    border-radius: 9px;
    border: 3px solid #911007;
    background: #C0180C;
    box-shadow: 0px 0px 17.6px 0px #C0180C;
    padding: 20px 40px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    display: flex    ;
    line-height: inherit;
    align-items: center;
    gap: 10px;
}
.CTA_btn a.wp-block-button__link.wp-element-button i.bi-arrow-right-short {
    font-size: 30px;
    line-height: 0;        
    height: 26px;        
}    
.wallet-progress-bar-section {
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.wallet-progress-bar-spacing {
    padding-right: 90px;
}
.section-title-description {
    width: 75%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 28px;
}
.wallet-progress-bar-spacing .total-assets-held p {
    color: #fff !important;
}
@media(min-width:992px){
    .mobile-view {
        display: none;
    }
   
}


@media  screen and (max-width: 1366px) {
    /* insert styles here */
    #wallet-balance-content #legend-container .wallet-item{
        font-size: 12px;
    }
}
@media(min-width:992px) and (max-width:1280px){
    .wallet-info-card{
        gap:10px;
    }
    .info-wallet-card-des{
        font-size: 15px;
    }
    .wallet-info-image img {
        width: 25px;
        height: 25px;
    }
    .wallet-progress-bar-section{
        padding-top: 0px;
    }
    .wallet-progress-bar-spacing {
        padding-right: 50px;
    }
    .CTA_btn a.wp-block-button__link.wp-element-button{
        padding: 20px 30px;
    }
    .wallet-info-card-wrap.desktop-view {
        padding-bottom: 50px;
    }
}
@media(max-width:992px){
    .wallet-progress-bar-section{
        padding-top: 0px;
    }
    .CTA_btn a.wp-block-button__link.wp-element-button {
        margin-top: 0px;
    }       
    .wallet-info-card-wrap.desktop-view {
        display: none !important;
    }
    .wallet-info-card-wrap .border-gradient {
        width: 60%;
        margin: 0 auto;
    }
    .wallet-progress-bar-section {           
        flex-direction: column;
    }
    .section-title-description{
        width: 90%;
    }
    .wallet-progress-bar-section>div {
        width: 100%;
        padding: 0px;
        padding-top: 20px;
    }
    #wallet-balance-content .wallet-progress-bar-spacing h2.section-title {
        text-align: center !important;
    }
    .wallet-info-card{
        min-height: 150px;
    }
    #wallet-balance-content .section-title {            
        font-size: 32px !important;
        font-weight: 600;
        line-height: 41.6px;
        text-align: left !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 24px;
    }
    .wallet-info-card-wrap{
        padding-bottom: 30px;
    }
    #wallet-balance-content .v-wallet p {
        text-align: left !important;
    }
    .section-title-description{
        padding-bottom: 0px;
    }
    .wallet-progress-bar-section{
        padding-bottom: 50px;
    }
    .info-wallet-card-des{
        font-size:15px;
    }
    .wallet-progress-bar-section h2.section-title {
        margin-bottom: 40px !important;
    }
     div#wallet-balance-content .wallet-progress-bar-section p.customer-deposit-heading span.customer-deposit-figure{
        font-weight:500;
    }
    .wallet-info-image img{
        width: 35px;
        height: 44px;
        object-fit: contain;
        max-width: none;
    }
    .wallet-info-card{
       justify-content: inherit;
    }
    .info-wallet-card-des{
        font-weight:500;
    }


}

@media (max-width: 767px) { 
/*    .wallet-info-card-wrap .border-gradient:first-child > .wallet-info-card {*/
/*    margin-bottom: -10px;*/
/*}*/
    div#wallet-balance-content .wallet-progress-bar-section p.customer-deposit-heading span.customer-deposit-figure{
        font-weight:500;
    }
    .wallet-info-image img{
        width: 35px;
        height: 44px;
        object-fit: contain;
        max-width: none;
    }
    .wallet-info-card{
       justify-content: inherit;
    }
    #wallet-balance-content #legend-container {
        display: unset;
    }
    .wallet-info-card{
        min-height: 150px;
    }
    .wallet-info-card-wrap.mobile-view button.carousel-control-next {
        right: -7vw;
    }
    .wallet-info-card-wrap.mobile-view button.carousel-control-prev{
        left: -7vw;
    }

    small{
        line-height: 16px;
    }

    #wallet-balance-content #legend-container #hot-legend {
        /* padding-top: 31px; */
    }
    .row-margin{
        padding-bottom: 20px !important;
    }

    .chart-container {
        width: 100%;
        height: auto;
    }
    .chart-legend-headings-mob,
    .chart-section.mobile-hot-chart{
        display: block !important;
        padding-top: 25px;
    }
    .chart-legend-headings-mob{
        text-align: center;
        color: white;
        margin-bottom: 25px;
    }
    .chart-legend-headings-desktop,
    .chart-section.desktop-hot-chart{
        display: none !important;
    }
    .dynamic-wallet-reserve{
        margin-top: calc(-1* var(--bs-gutter-y));
        margin-right: calc(-.5* var(--bs-gutter-x));
        margin-left: calc(-.5* var(--bs-gutter-x));
    }
    .dynamic-wallet-reserve .static-head-heading{
        display: block;
        padding-bottom: 15px;
    }
    .wallet-info-card-wrap .border-gradient{
        width:100%;
    }
    /* #wallet-balance-content .section-title {            
        font-size: 32px !important;
        font-weight: 600;
        line-height: 41.6px;
        text-align: left !important;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        margin-bottom: 40px;
    } */
    #wallet-balance-content .v-wallet p{
        text-align: left !important;
    }
    div#wallet-balance-content .wallet-progress-bar-section .total-assets-held{
        padding-top: 10px;
    }
    .mob-align {
    display: block !important;
    }
    
    .mob-align .wp-block-buttons.CTA_btn.is-layout-flex.wp-block-buttons-is-layout-flex {
        display: block !important;
    }
    
    .mob-align .wp-block-buttons.CTA_btn.is-layout-flex.wp-block-buttons-is-layout-flex>.wp-block-button {
        width: 100%;
    }
    #wallet-balance-content .total-assets-held p{
        font-size:13px;
    }
    .wallet-info-card-wrap.mobile-view{
        padding-top:30px;
    }
    .wallet-progress-bar-spacing .total-assets-held {
    padding-bottom: 0;
}

.wallet-progress-bar-spacing .total-assets-held {
    padding-bottom: 0px !important;
}

.wallet-progress-bar-spacing .progress.custom-progress {
    margin-top: 24px !important;
}
.wallet-progress-bar-section>div{
    margin-top:5px;
}
   .CTA_btn a.wp-block-button__link.wp-element-button{
       justify-content: center;
   }
   div#wallet-balance-content .wallet-progress-bar-section p.customer-deposit-heading span.customer-deposit-figure{
       font-size:16px;
   }
   .wallet-info-icon {
    position: relative;
    top: -7px;
}

.tooltip-description {
  
    width: 350px;
             
    right: -15px;
    
}
#wallet-balance-content .v-wallet p, #wallet-balance-content .section-title {
    text-align: center !important;
}
}
@media(max-width:575px){
.section-title-description {
    width: 100%;           
}


.wallet-info-card-wrap{
    padding-bottom: 30px;
}
.section-title-description{
    padding-bottom: 0px;
}
.wallet-info-card{
    min-height: 100px;
}

.CTA_btn a.wp-block-button__link.wp-element-button {
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 9px;
    border: 3px solid #850900;
    background: #C0180C;
    box-shadow: 0px 0px 17.6px 0px #C0180C;
}
.wallet-progress-bar-section{
    padding-bottom: 30px;
}

#wallet-balance-content .total-assets-held .customer-deposit-heading{
    font-size: 16px;
}
#wallet-balance-content .total-assets-held .total-assets-held-text{
    font-size: 16px;
}
  .mob-align {
    display: block !important;
    }
    
    .mob-align .wp-block-buttons.CTA_btn.is-layout-flex.wp-block-buttons-is-layout-flex {
        display: block !important;
    }
    
    .mob-align .wp-block-buttons.CTA_btn.is-layout-flex.wp-block-buttons-is-layout-flex>.wp-block-button {
        width: 100%;
    }
    #wallet-balance-content .total-assets-held p{
        font-size:13px;
    }

}
@media(max-width:420px){

.wallet-info-card-wrap {
    padding-bottom: 10px;
}
}

/* Hide desktop tooltips on mobile */
@media (max-width: 992px) {
    .desktop-tooltip {
        display: none !important;
    }
}

/* Hide modal trigger icons on desktop */
@media (min-width: 992px) {
    .mobile-tooltip {
        display: none !important;
    }
}

/* Center the modal on the screen */
.modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 2vh); /* Ensure modal is centered even on taller screens */
}

/* Blur the background when the modal is open */
.modal-backdrop.show {
    backdrop-filter: blur(10px); /* Adjust blur strength as needed */
    background-color: rgba(0, 0, 0, 0.5); /* Slightly darken the background */
}

/* Modal header customizations */
.modal-header {
    background-color: #0A0A0E; /* Optional: white background for the header */
    border-bottom: none; /* Remove default border */
    border-radius: 20px;
    padding-bottom:0;
    padding: 36px 24px 0;
}

.modal-title {
    color:  #FFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
}

/* Close button customization */
.btn-close {
   /* background-color: #fff;*/ /* Optional: white close button background */
    border-radius: 50%;
    width: 24px;
    height: 24px;
    opacity: 1;
    outline: none;
    box-shadow: none;
    background:none;
    color:#ACB0C3;
    margin-bottom:5px;
}
.btn-close:hover {
    opacity: 0.7; /* Reduce opacity on hover for better visibility */
}

.btn-close {
    padding: 0px !important;
    position: absolute;
    top: 13px;
    right: 13px;
}

/* Optional: Modal body padding */
.modal-body {
    padding: 24px 24px 32px;
    color: #ACB0C3;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}

.modal-content{
    border-radius: 16px;
    border: 1px solid #00FF29;
    background: #0A0A0E;
    box-shadow: 0px 4px 10px 0px rgba(83, 82, 82, 0.60)
}

/* Completely obscure background content with blur and overlay */
.modal-backdrop.show {
    backdrop-filter: blur(20px) brightness(0.5) grayscale(100%); /* Strong blur, dimming, and grayscale */
    background-color: rgba(10, 10, 14, 1); /* Dark overlay */
    transition: backdrop-filter 0.3s ease, background-color 0.3s ease; /* Smooth transitions */
    opacity:0.8;
}