
.table-box td {
    display: table-cell !important;
    float: none !important;
}

.table-box table tbody tr {
    display: table-row;
}

@media (max-width: 992px) {
    .table-box td {
        width: auto !important;
    }
}

@media (max-width: 1200px) {
    .main_menu:before {
        left: 0;
        right: auto;
        margin-inline: 0;
    }
    
    .main_menu:after {
        left: auto;
        right: 0;
        margin-inline: 0;
    }

    .table-box {
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .table-box::-webkit-scrollbar {
        height: 0;
    }

    .table-box table {
        min-width: max-content;
    }

    .info-palse {
        width: 80px;
        display: block;
    }
}

.search__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.search__box .search__country {
    outline: none;
    width: 100%;
    max-width: 200px;
    margin: 10px 0 20px auto;
    border: 1px solid #292924;
    border-radius: 5px;
    padding: 6px 15px;
    font-family: 'ubuntu_regular';
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.d__none {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}