#myChart1, #myChart2{
    background: #193244;
    padding: 15px;
    margin-bottom: 10px;
}

.my_id{
    color: #959595 !important;
    margin-top: -25px;
    margin-bottom: 0;
    font-size: 13px;
}

#promoCode{
    color: #fff!important;
    text-transform: uppercase!important;
    border: 1px solid #fff!important;
}


.service_logo{
    width: 260px;
    max-width: 100%;
}

.create-button{
    height: 42px; 
}


.part_balance{
    font-size: 35px;
    color: #2bb5f5;
}


.part_cart_title a{
    color: #2bb5f5;
}

.part_cart_title{
    font-size: 23px;
}


.partlink{
    color: gray!important;
    line-height: 1.3;
}


.part_cart{
    background: #193244;
    padding: 20px;
    min-height: 260px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.promo_cart{
    background: #193244;
    padding: 20px;
    min-height: 160px!important;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
}


.chart-info{
    color: #6d6d6d!important;
    font-size: 13px;
    text-align: center;
}

.lk-container td, th{
    color: #dbdbdb!important;
}

.lk-container p, h1, h2, h3, label, td, th{
    color: #fff;
}

.promo-table{
    background: #193244;
}

.lk-container{
    width: 100%;
}

.lk-title{
    margin-top: 100px;
    display: block;
    width: 100%;
}


.lk-menu {
    display: flex;
    width: 100%;
    gap: 20px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.lk-menu-item {
    padding: 10px 20px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s;
}

.lk-menu-item:hover {
    background: #005a87;
    color: #fff;
}

@media (max-width: 768px) {
    .lk-menu {
        flex-direction: column;
        gap: 10px;
    }
    
    .lk-menu-item {
        text-align: center;
    }
}

.main-page-wrapper{
    min-height: 95vh!important;
}
.partner-form {
    max-width: 500px;
    margin: 20px 0;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    color: #6eabc9;
}

.white_span{
    color: lightgray;
}

.req_title{
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px; 
}

.mt50{
    margin-top: 50px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: lightgray;
    color: black;
}


.form-group-dark input,
.form-group-dark select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: rgb(158, 158, 158);
    color: black;
}

.save-button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
}

.save-button:hover {
    background: #005a87;
}

.success-message {
    color: green;
    margin-bottom: 15px;
    padding: 10px;
    background: #e7ffe7;
    border-radius: 4px;
}


.money_move th{
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.money_move td{
    border-bottom: 1px solid rgb(255 255 255 / 30%)!important;
}

.money_move{
    background: #193244!important;
    padding: 15px;
    margin-bottom: 30px;
}

.pagination .current{
    color: #235a80;
}

.pagination{
    color: #fff!important;
    margin-bottom: 50px;
    text-align: right;
}

.pagination a{
    color: #fff!important;    
}

.withdraw-button{
    height: 42px;  
}

.withdraw-label{
    display: block;
    width: 100%;
}

.dark_inp{
    background: #666666!important;
    color: #fff!important;
    border: #666666!important;
    cursor: default!important;
}

.politics{
    font-size: 12px;
    color: gray!important;
    margin-top: 20px;
    margin-bottom: 150px;
}

@media (max-width: 768px) {
    .promo-form .form-group, .promo-form .create-button {
        flex: 1 1 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}