.history-content {

    width: 100%;

    text-align: center;

}


#history-client-title {

    width: 100%;

    text-align: center;

}


.history-screen {

    display: flex;

    flex-direction: column;

    height: 100vh;

}


#history-cards {

    height: calc(100vh - 320px);

    overflow-y: auto;

    padding-bottom: 10px;

}


.history-item {

    margin-bottom: 12px;

}

.history-wrapper {

   height: 540px;

}
#history-back {

    margin-top: 15px;

}
.history-delete {

    float: right;

    margin-right: 40px;

    margin-top: 10px;

    border: none;

    background: none;

    cursor: pointer;

    font-size: 18px;

}
#history-delete-all {

    display: block;

    margin-left: auto;

    margin-right: 40px;

    margin-bottom: 10px;

}
.history-owner{

    display:none;

}