body {
    font-family: Arial, sans-serif;
    direction: rtl;
    text-align: right;
}

header {
    background-color: #22204b;
    color: #fff;

}


.date-title {
    color: goldenrod; /* Bootstrap primary color */
    font-weight: bold;
    margin-top: 10px;
}

.date-value {
    color: #fff; /* Bootstrap dark color */
    margin-bottom: 10px;
    font-size: 1.2rem;
}

/* Icons */
.fas {
    margin-right: 5px;
}

table {
    width: 100%;
    border: 1px solid #ddd;
    font-size: xx-large;
}

thead {
    background-color: darkgoldenrod;
    color: #fff;
    border: 1px solid #ddd;
}

tbody tr td {
    border: 1px solid #ddd;
    font-weight: bold;
}

tbody tr td:first-child {
    text-align: center;
}

tbody tr td img {
    width: 60px;
}

.cur_name {
    font-weight: 600;
    margin-right: 5px;
    color: #686868;
}

.error{
    color: red;
}
