thead {
        background: #00569c;
    }

    .nav-item {
        flex: 1; /* Каждый элемент занимает равное пространство */
        text-align: center;
    }

    .nav-item1 {
        flex: 1; /* Каждый элемент занимает равное пространство */
        text-align: left;
    }

    .nav-link.active:hover {
        color: #00569c !important;
    }

    .nav-link1 {
        font-weight: 400;
        font-size: 13px;
    }

    .nav-tabs .nav-link.active {
        background-color: white !important;
        font-weight: 400;
        font-size: 13px;
        /* background-color: #00457d !important; */
    }

        .nav-tabs .nav-link.active.current {
            background-color: #00457d !important;
            color: white !important;
        }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        color: #495057;
    }
