#users {
    min-height: 999px;
    margin-top: 1rem;
}

h1, .h1 {
    font-family: var(--second-family), sans-serif;
    font-weight: 400 !important;
    font-size: 35px !important;
    line-height: 114% !important;
    color: #faf9f9 !important;
    margin-bottom: 35px !important;
}

.nav .nav-item .nav-link {
    border: 1px solid #2a3345 !important;
    border-radius: 5px !important;
    height: 35px !important;
    background: transparent !important;
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #6e7480;
    margin-right: 5px;
}

.nav .nav-item .nav-link.active {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #32b5c9;
}

.form-control {
    background: #1c273e !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: 35px !important;
}

.form-control-lg {
    min-height: 35px !important;
    border-radius: 5px !important;
    width: 100% !important;
    height: 35px !important;
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6e7480;
}

#nav-tab {
    margin-bottom: 3rem;
}

.filter-btn-section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.bdge {
    border-radius: 5px !important;
    height: 30px !important;
    background: #1c273e;
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #faf9f9;
    padding: 7px 10px;
}

.bdge a {
    color: #faf9f9;
}

.filters-section {
    margin-top: -30px;
    margin-bottom: 20px;
    margin-left: 140px;
}

.secondary1 {
    color: #6e7480 !important;
}

.filter-count {
    background: #32B5C9;
    border-radius: 50%;
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #faf9f9;
    width: 16px;
    height: 16px;
    text-align: center;
    display: inline-block;
    padding: 2px;
}

.card {
    border-radius: 10px !important;
    min-height: 264px !important;
    background: #1c273e !important;
}

.top-bg {
    border-radius: 10px 10px 0 0;
    height: 110px !important;
    background-position: 0 -50px;
    /*background-size: cover;*/
    background-repeat: no-repeat;
}

.btn-block {
    position: absolute;
    right: 11px;
    top: 5px;
}

.btn-1 {
    border-radius: 5px;
    background: #faf9f9;
    padding: 4px 10px;
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #0d172c;
    margin-left: 10px;
}

.btn-1:hover, .btn-1:focus {
    background: #dfdfdf ;
}

h5 a {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #faf9f9;
}

.user-avatar-img {
    border: 1px solid #2f3f5e;
    width: 100px;
    height: 100px;
}

.user-bottom-block {
    height: 70px;
    border-top: 1px solid #2a3345;
    padding: 10px 0 9px 0;
}

.Ad2 {
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #faf9f9;
}

.Ad3 {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #faf9f9;
}

thead, tbody, tfoot, td, th {
    background: transparent !important;
    font-family: var(--font-family), sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #faf9f9;
}

.table, th {
    font-family: var(--font-family), sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6e7480;
}

.bgg-light {
    background-color: transparent !important;
    color: #fff !important;
}

.avatar-img-list {
    object-fit: cover;
    border: 1px solid #2f3f5e;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}

.A231d {
    width: 45%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav .nav-item .nav-link.active {
    font-family: var(--font-family), sans-serif;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-align: center !important;
    color: #32b5c9 !important;
}

.nav .nav-item .nav-link:hover, .nav .nav-item .nav-link:focus {
    font-family: var(--font-family), sans-serif;
    font-size: 14px !important;
    text-align: center !important;
    color: #32b5c9 !important;
}


@media (max-width: 767px) {
    h1, .h1 {
        font-size: 22px !important;
        line-height: 109% !important;
        margin-bottom: 30px !important;
    }

    .nav-tabs .nav-link {
        padding: .5rem 1rem !important;
    }

    #nav-tab {
        margin-bottom: 1rem !important;
    }

    .form-control-lg {
        font-size: 13px !important;
    }

    nav#usr-tn .nav-item {
        width: 33% !important;
        text-align: center;
        max-width: 120px !important;
    }

    .filters-section {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .table tr th:first-child {
        display: none;
    }

    .table tr td:first-child {
        display: none;
    }
}

.user-avatar-img {
    transition: transform 0.3s ease-in-out;
}

.user-avatar-img:hover {
    transform: scale(1.1);
}
