#ServiceCardsStats {
    text-align: right;
}

#search , #filter{
    display: flex;
    margin: 10px;
}

#search > div ,#filter > div {
    margin-left: 10px;
}

#search button ,#filter button {
    margin: 0px;
}

#search-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

table {
    width: 100%;
}
.bold {
    list-style: none;
    color: red;
}

#CardsTable table {
    text-align: right;
}

#CardsTable table tr {
    cursor: pointer;
}

#CardsTable table td {
    margin-left: 5px;
    margin-right: 5px;
}

#ServiceCardsStats tr {
    cursor: pointer;
}

#BoxCon {
    width: 80%;
    position: absolute;
    top: 20px;
    right: 50px;
    background-color: pink;
    border-radius: 50px;
    border: 1px solid black;
    overflow: hidden;
    box-sizing: border-box;
}

#CloseBtn {
    width: 50px;
    height: 50px;
    position: relative;
    top: 25px;
    right: 25px;

}

#CloseBtn i {
    font-size: 25px;
}

#BoxCon.hide {
    display: none;
}

#ServiceCardsStats li{
    font-size: 16px;
    border-bottom: 1px dashed;
    margin-bottom: 8px;
}