/* div.wallet_dialog{
    left: -50% !important;
    transform: translate(50%, 50%) !important;
} */

.jconfirm-box, .jconfirm-box .timeline-container, .jconfirm-box .timeline-wrapper, .jconfirm-box .timeline-wrapper h4, .jconfirm-box .timeline-wrapper h5 {
    font-family: "IRANYekanXFaNum" !important;
}

.booknetic-tab-wallet{
    float: left !important;
}

.wallet-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.timeline-container {
    padding: 20px;
    background-color: #f9f9f9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-wrapper h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.timeline-wrapper h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #666;
    text-align: center;
}

.current-balance {
    font-weight: bold;
    color: #28a745;
    font-family: inherit;
}

.timeline-sessions {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.timeline-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.timeline-item:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 2px;
    height: 100%;
    background-color: #ddd;
}

.timeline-time {
    font-size: 12px;
    color: #999;
    margin: -20px 10px 0px 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 50px;
}

.timeline-content {
    flex: 1;
    padding: 10px 10px 0 0;
}

.amount-positive {
    color: #28a745;
    font-weight: bold;
    font-family: inherit;
}

.amount-negative {
    color: #dc3545;
    font-weight: bold;
}

.amount-negative, .amount-positive {
    text-align: left;
    float: left;
}

.bkntc_button_addon {
    height: 100%;
}