.statistics-wrapper {
  border: 1px solid #ddd;
  padding: 15px;
}

.stats-row {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}
.filter-block {
    flex: 1 1 50%;
}
.filter-block label {
    display: block;
    margin-bottom: 5px;
    color: #767171;
}
.theme-select {
    border: 1px solid #B5B5B5 ;
    border-radius: 50px ;
    color: #B5B5B5;
    height: 33px;
    padding-right: 12px;
}
.themes-tabs {
    border: 0.97px solid #0092AD;
    border-radius: 97px ;
    width: 730px;
    justify-self: center;
    display: flex;
    justify-content: space-evenly;
    background-color: transparent;
    padding: 0;
}

.tab-item {
    flex: 1 1 auto ;
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 18px;
    font-weight: 100 ;
    color: #A19FA3;
}

.tab-item.active {
    background-color: #0092AD;
    color: white;
    border-radius: 97px;
    margin: 2px;
    border-bottom: none;
}

.tab-content {
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
}

.tab-content.active {
  display: block;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dataTables_filter input {
  margin-left: 0;
}

/* display */
.d-flex {
  display: flex;
}

/* horizontal alignment */
.justify-content-between {
  justify-content: space-between;
}

/* vertical alignment */
.align-items-center {
  align-items: center;
}

/* margin bottom (Bootstrap mb-3 = 1rem) */
.mb-3 {
  margin-bottom: 1rem;
}

.search-container label {
    display: none !important;
}

div.dt-container .dt-search input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin-left: 3px;
}

.search-container input[type="search"] {
    border: 1px solid #B5B5B5 !important;
    border-radius: 50px !important;
    padding: 8px 15px !important;
    width: 300px !important;
    height: 40px !important;
    font-size: 14px !important;
    color: #888A89 !important;
}

div.dt-container .dt-input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
.year-container select {
    border: 1px solid #B5B5B5 !important;
    border-radius: 50px !important;
    padding: 8px 15px !important;
    width: 200px !important;
    height: 40px !important;
    font-size: 14px !important;
    color: #888A89 !important;
    background-color: white !important;
    appearance: none !important;
    background-position: right 15px center !important;
    background-size: 12px !important;
    padding-left: 15px !important;
    text-align: start !important;

    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
table th:first-child, 
html[lang="ar"] table th:last-child {
    border-radius: 28px 0 0 0 !important;
}
table th:last-child, 
html[lang="ar"] table th:first-child {
    border-radius: 0 28px 0 0 !important;
}
table th {
    background-color: #0092AD !important;
    color: white !important;
    border: 1px solid #ddd;
    text-align: start !important;
}
table td {
    font-size: 16px;
    color: #888A89 !important;
    text-align: start !important;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: white !important;
}

.table td.icon i {
    font-size: 2rem;
}

.table td i {
    font-size: 1.2rem;
    color: #81cbd7;
    margin-left: 10px;
    cursor: pointer;
}