.statistic-data .x-box-item {
    position: static!important;
}

.statistic-data .x-box-inner:first-of-type {
    overflow: auto!important;
    overflow-x: hidden!important;
    overflow-y: auto!important;
}
.custom-scroll-container {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}

.stat-section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.stat-container {
    margin-bottom: 20px!important;
}

.custom-stat-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
}

.stat-section {
    flex: 1 1 calc(50% - 20px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.stat-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

.currencies-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.currency-section {
    flex: 1 1 calc(50% - 10px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
}

.currency-title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #1b8b8f;
}

.sub-section h6 {
    font-size: 12px;
    margin: 3px 0;
}

.stat-container .sub-section p{
    font-size: 12px;
}

.custom-stat-profits-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.profit-section {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.profit-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.profit-details {
    padding: 10px 30px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
}
.profit-details p {
    margin: 0;
}

.deals-section {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.deals-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.deals-details {
    padding: 10px 68px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
}
.deals-details p {
    margin: 0;
}

.tickets-section {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.tickets-title {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
.tickets-details {
    padding: 10px 104px 10px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
}
.tickets-details p {
    margin: 0;
}

.stat-container .x-panel-body-default{
    border: 0;
}

