

#rew_view_city {
    font-size: 15px;
}

#product_data_rew_view {
    font-size: 24px;
    font-weight: 600;
}

#otziv_text_rew_view {
    font-size: 20px;
    font-weight: 400;
}
#product_filter_div .col-md-3 {
    width: calc(25% - 10px);
}

.checkbox_tg {
    font-size: 18px;
    font-weight: 400; 
}

.button_active {
    background-color: #5F8CFF;
    font-size: 22px;
    font-weight: 700;
    border-radius: 20px;
    color: rgb(248, 248, 248);
    height: 60px;
    min-width: 340px;
}

.button_non_bg {
    background-color: none;
    font-size: 22px;
    font-weight: 700;
    border-radius: 20px;
    height: 60px;
    border: 1px solid;
    min-width: 340px;
}

.dialog_me {
    overflow-y: auto ;
    margin: auto ;
    border-radius: 40px ;
    padding: 43px ;

}

#reg input {
    min-width: 340px ;
    width: auto;
}

.bacground_ram {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); 
    visibility: hidden; 
    backdrop-filter: blur(10px); 
    opacity: 0; 
    transition: visibility 0s 0.3s, opacity 0.3s;
    z-index: -1; 
    min-width: 100%;
}

dialog[open] + .bacground_ram {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s, visibility 0s; 

}

.dialog_me svg {
    width: 25px;
    height: 15px;
}
.dialog_me h3 {
    font-size: 32px;
    font-weight: 700;
}

.dialog_me input {
    width: 340px ;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 20px;
}

.block_content_dialog {
    display: flex;
    flex-direction: column;
}
#last_swap_main  {
    font-size: 2.2rem;
}

.input_card_pay {
    padding: 15px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 22px;
    font-weight: 700;
    border: none;
    width: 100%;
    background-color: #5F8CFF;
    color: white;
}

.select_me {
    padding: 18px 22px;
    border-radius: 24px;
    font-size: 22px;
    font-weight: 400;
    border: none;
    /* flex: 1; */
    width: 100%;
    margin-bottom: 1em;
}


.star {
cursor: pointer;
transition: fill 0.3s ease;
}

.star.filled path {
fill: gold; 
}

.star:hover path {
fill: #ffcc00; 
}

.owerflow_word {
    white-space: nowrap;  
    overflow: hidden;    
    text-overflow: ellipsis;
    cursor: pointer;
    text-wrap: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1025px) {
    #lk_svg {
        width: 25px;
        height: 25px;
        margin-left: 20px;
    }
    .status_payment {
        font-size: 8rem !important;
    }
    #balance_header {
        display: none;
    }

    #main_data_current {
        column-count: 1 !important; 
    }

    #last_swap_main  {
        column-count: 1 !important; 
        display: block !important;
        font-size: 1.5rem !important;
    }
    #meter_time_last {
        font: 80px "Druk" !important;
    } 

    .dialog_me {
        border-radius: 15px !important;
        padding: 25px !important;
    }

    .dialog_me svg {
        width: 13px !important;
        height: 7px !important;
    }

    .dialog_me h3 {
        font-size: 28px !important;
    }

    .dialog_me input {
        width: 239px !important;
        padding: 13px !important;
        font-size: 15px !important;
        border-radius: 10px !important;
    }
    #reg input {
        min-width: 239px !important;
        width: auto !important;
    }
    .button_active {
        font-size: 15px !important;
        border-radius: 10px !important;
        height: 46px !important;
        min-width: 239px !important;
    }

    .button_non_bg {
        font-size: 15px !important;
        border-radius: 10px !important;
        height: 46px !important;
        min-width: 239px !important;
    }
    .checkbox_tg {
        font-size: 12px !important
    }

    #product_filter_div {
        gap: 0px !important;
    }

    #product_filter_div .col-md-3 {
        min-width: 140px;
        width: 50% !important;
    }

    #product_data_rew_view {
        font-size: 20px !important;
        font-weight: 600 !important;
    }

    #otziv_text_rew_view {
        font-size: 15px !important;
        font-weight: 400 !important;
    }


    #rew_view_city {
        font-size: 15px !important;
    }
    

}