body {
    font-family: "Yekan";
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(39, 87, 227, 1) 0%, rgba(0, 212, 255, 1) 100%);
}

.container .search {
    margin-top: 20px;
}

.container {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: #00000026 2px 8px 20px 0px;
    width: 80vw;
}

th,
td {
    text-align: center;
}

table tr td,
table tr th {
    background-color: rgba(0, 0, 0, 0.2) !important;
}
.track {
    color: #dfdfdf;
}
.track tr td{
    text-align: right;
}

*, ::after, ::before {
    box-sizing: content-box;
}

.x-container {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: #00000026 2px 8px 20px 0px;
    /* width: 0vw; */
    margin: auto;
}