

.leaderboard header {
 
}
.leaderboard__icon {
    fill: #fff;
    opacity: 0.7;
    width: 35px;
    position: absolute;
    top: 50%;
    left: var(--start);
    transform: translate(-50%, -50%);
}
.cards{
    width: 100%;
    /* max-width: 500px;
    width: 500px;
    margin-bottom: 10px; */
}
#cards_send_Containerr{
    display: flex
;
    flex-direction: column;
    align-items: baseline;
    text-align: left;
    margin-bottom: 10px;
}

#cards_send_Containerr{
    display: flex
;
    width: 100%;
    align-items: center;
    height: auto;
    height: 87%;
    font-size: 16px;
    border-radius: 8px;
    padding: 10px;
    margin-top: 20px;
    padding-bottom: 160px;
    gap: 10px;
    overflow: auto;
}
.asds_asdf_dsafas_DASF{
    color: #fff;
    background-color: #e67e22;
    border-color: #eea236;
    padding: 10px 20px;
    border: none;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    min-width: 160px;
    border: 1px solid #e67e22;
    max-width: 200px;
}

.asdfasdf_iii{
    width: 100%;
    display: flex
;
    /* align-items: revert; */
    justify-content: end;
    margin-top: 10px;
}
















.leaderboard__title {
/* position: absolute; */
z-index: 2;
top: 50%;
right: calc(var(--start) * .75);
/* transform: translateY(-50%); */
text-transform: uppercase;
margin: 0;
}

.leaderboard__title span {
    display: block;
    text-align: left;
}


#openModal_my_bookBtn{
    cursor: pointer;
}
#openModal_my_bookBtn:active{
    scale: .9;
}












.svg_menuius_rating{
    width: 40px;
    height: 40px;
    fill: #e67e22;

}
.leaderboard__title--top {
font-size: 24px;
font-weight: 700;
letter-spacing: 6.5px;
}

.leaderboard__title--bottom {
    font-size: 13px;
    font-weight: 500;
    opacity: .65;
    transform: translateY(-2px);
    color: #000000;
}


.modal_my_book {
    display: none; 
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 0;
    width: 40%; 
    height: 100%;
    background-color: white;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.4s ease-out;
}

.modal_my_book.show {
    display: block;
    transform: translateX(0); 
}


/* ...................... */
