#panel_history{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.HistorySelector{
    width: 100%;
    display: flex;
    gap: 5px;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 5px;
    box-sizing: border-box;
    overflow: scroll;
    margin-top: 15px;
}
.history_selector{
    width: 70px;
}
#historyList{
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.historyItem{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    background-color: #f3f3f3;
    box-sizing: border-box;
}
.plus{
    background-color: #80ff0144;
}

.minus{
    background-color: #ff000044;
}

.historyItemLeft{
    display: flex;
    align-items: center;
}
.historyImg{
    height: 50px;
}
.historyZagolovok{
    font-family: "SF-Pro-Display";
    font-size: 16px;
    width: 180px;
    line-height: 1;
}
.historySumm{
    font-family: "SF-Pro-Display";
    font-size: 16px;
    line-height: 1;
}
.historyItemRight{
    display: flex;
    align-items: center;
    font-family: "SF-Pro-Display-light";
    color: #656877;
}
#moreHistory{
    width: 100%;
    height: 40px;
    background-color: #7a7a7a;
    font-family: "SF-Pro-Display";
    color: #383838;
    font-size: 16px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 140px;
}
#allHistoryInfo{
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: "SF-Pro-Display";
    color: #7a7a7a;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 150px;
}
#waitHistory{
    display: flex;
    justify-content: center;
}
.backButton{
    padding: 5px 7px;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.arrow{
    transform: rotate(180deg);
    height: min-content;
    width: min-content;
    fill: #7a7a7a;
}
.nazadClassButton{
    font-family: "SF-Pro-Display";
    color: #7a7a7a;
}
.leftPageIt{
    display: flex;
    gap: 5px;
    align-items: center;
}
.historyHeader{
    justify-content: space-between;
}