.table-wrap {
    @media (max-width: 1199.98px) {
        overflow-x: scroll;
    }

}

.table {
    width: 100%;
    box-shadow: rgb(0 0 0 / 10%) 0 2px 3px;
    border: 1px solid #f1f1f1;

    border-spacing: 0;
    border-collapse: separate;
    border-radius: 10px;
    padding: 1em;
    background-color: #f7f7f7;
    font-size: 0.875em;
}

div.table { 
    padding: 0.5em;
}

.table thead th {
    border: none;
    padding: 30px;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

.table tbody tr {
    background: #f7f7f7;

}

.table tbody tr:nth-child(even) {
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
}

.table tbody th,
.table tbody td {
    border: none;
    padding: 0.3em 0.5em;
    vertical-align: middle;
}

.table tbody td.country {
    text-align: center;
    width: 30%;
}

.table tbody td.country-wide {
    text-align: center;
    width: 50%;
}

.table tbody td .close span {
    font-size: 12px;
    color: #dc3545;
}

.table tr.spacer {
    padding: 1em;
}
