.nav-item {
    cursor: pointer;
    user-select: none;
    font-size: 14px;
    font-weight: 600;
}
.nav-tabs {
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.nav-tabs .nav-link {
    color: #093996;
}

.table .table-head th {
    color: #2c2e32;
    text-wrap: nowrap;
}
.table .address_table_body td {
    color: #444;
    text-wrap: nowrap;
}
