.network-page-content {
    height: calc(100vh - 250px);
}

.network-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
}

.network-tabs ul li .tab-a.active-a {
    background: var(--secondary-color);
}

.network-tabs ul li .tab-a.active-a i {
    color: var(--white-color);
}

.network-tabs ul li a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    text-decoration: none;
}

.network-tabs ul li a i {
    font-size: 24px;
    color: var(--secondary-color);
}

.network-tabs ul li a i.icon-list {
    position: relative;
    left: -1px;
    top: 1px;
}

.network-tab {
	display: none;
}

.network-tab-active {
    display: block;
}

.network-tabs-content {
    height: calc(100% - 52px);
    margin-top: 20px;
}

.network-tab {
    height: 100%;
}

.network-user-list {
    height: 100%;
    background: rgba(253, 252, 246, 1);
}

/* .network-user-list table {
    height: 100%;
    overflow: scroll;
    background: rgba(253, 252, 246, 1);
} */

.network-table-wrapper {
    height: 100%;
    max-height: 100vh;
    overflow-y: auto;
}

.network-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0;
}

.network-table-wrapper table thead tr th {
    border-bottom: 1px solid rgba(34, 39, 54, 0.16);
    padding: 28px 30px;
    font-size: 16px;
    font-weight: var(--font-weight-500);
    color: var(--secondary-color);
    letter-spacing: var(--letter-spacing);
}

.network-table-wrapper table tbody tr td {
    border-bottom: 1px solid rgba(34, 39, 54, 0.16);
    padding: 9.5px 30px;
    font-size: 16px;
    font-weight: var(--font-weight-500);
    color: var(--secondary-color);
    letter-spacing: var(--letter-spacing);
}

.network-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.network-user-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 99em;
}

.network-user-avatar img {
    object-fit: cover;
    border-radius: 99em;
    object-position: top;
    height: 60px;
    width: 100%;
}

.network-user-name h5,
.network-user-name a {
    font-size: 16px;
    font-weight: var(--font-weight-500);
    color: var(--secondary-color);
    letter-spacing: var(--letter-spacing);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin: 0
}

.network-user-name a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

.book-count-network {
    color: var(--primary-color);
}

 .network-follow-btn {
    background: var(--secondary-color);
    font-size: 14px;
    font-weight: var(--font-weight-500);
    letter-spacing: var(--letter-spacing);
    color: var(--white-color);
    text-decoration: none;
    padding: 14px 21px;
    border-radius: 40px;
    border: 1px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
}

.network-follow-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

.network-pagination {
    display: flex;
    justify-content: center;
    padding: 20px 30px;
    padding: 20px 30px;
    align-items: center;
    gap: 10px;
}

.network-pagination .pagination-link,
.network-pagination .pagination-dots {
    border-radius: 50px;
    background: var(--secondary-color);
    font-size: 14px;
    font-weight: var(--font-weight-500);
    letter-spacing: var(--letter-spacing);
    color: var(--white-color);
    text-decoration: none;
    display: inline-block;
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.network-pagination .pagination-dots strong {
    position: relative;
    top: -3px;
    letter-spacing: 2px;
    left: 1.5px;
}

.network-pagination .pagination-link.disabled {
    background: #ddd;
    color: #999;
    cursor: default;
    pointer-events: none;
}

.pagination-link.pagination-link-next i {
    transform: rotate(-180deg);
}

.pagination-link.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.pagination-link:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.network-profile-wrapper .my-bookshelf-page-content {
    padding-top: 0;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper {
    gap: 30px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left {
    width: 375px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-right {
    width: calc(100% - 405px);
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-thumb {
    width: 221px;
    height: 221px;
    overflow: hidden;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-thumb img {
    border-radius: 99em;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-name span {
    font-family: 'Gurmukhi MN';
    font-weight: var(--font-weight-400);
    font-size: 26px;
    line-height: 40px;
    letter-spacing: var(--letter-spacing);
    margin: 0;
    position: relative;
    top: 7px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-name a {
    background: var(--secondary-color);
    font-weight: var(--font-weight-600);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: letter-spacing;
    color: var(--white-color);
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 40px;
    display: inline-block;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common {
    margin-top: 30px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common span {
    font-weight: var(--font-weight-600);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common p,
.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common .network-profile-link {
    text-align: left;
    margin: 0;
    font-weight: var(--font-weight-500);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: var(--letter-spacing);
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common .network-profile-link i {
    font-size: 22px;
}

.network-profile-wrapper .my-bookshelf-page-content .my-bookshelf-page-content-inner .my-bookshelf-details-wrapper .my-bookshelf-details-wrapper-left .network-profile-common .network-profile-link:hover {
    color: var(--primary-color);
}

.network-profile-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.network-profile-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    border-bottom: 1px solid rgba(34, 39, 54, 0.16);
}

.network-profile-tabs ul li a {
    font-weight: var(--font-weight-600);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    padding: 12px 36px;
    text-decoration: none;
    color: rgba(34, 39, 54, 0.5);
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.network-profile-tabs ul li a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.network-profile-tabs ul li a.active {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}

.network-profile-tab {
	display: none;
}

.network-profile-tab.active {
    display: block;
}

.network-profile-tabs-content {
    margin-top: 30px;
}

.network-profile-tabs-filter {
    display: none;
    gap: 30px;
}

.network-profile-tabs-filter a {
    background: var(--beige-color);
    width: 40px;
    height: 40px;
    display: flex;
    font-size: 24px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: var(--secondary-color);
}

.network-profile-tabs-filter a .icon-list {
    position: relative;
    left: -2.5px;
}

.network-profile-tabs-filter a.active {
    background-color: var(--secondary-color);
    color: var(--white-color);
}

.about-me-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-me-content h4 {
    font-family: 'Gurmukhi MN';
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: var(--letter-spacing);
    color: var(--secondary-color);
    margin: 0;
}

.about-me-content p {
    margin: 0;
    font-weight: var(--font-weight-500);
    font-size: 14px;
    line-height: 24px;
    letter-spacing: var(--letter-spacing);
    color: var(--secondary-color);
    font-family: "Montserrat";
}

.recent-additions-books {
    margin-top: 30px;
}

.recent-additions-books h4 {
    font-family: 'Gurmukhi MN';
    font-weight: 400;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: var(--letter-spacing);
    color: var(--secondary-color);
    margin: 0;
}

.recent-additions-books-list {
    margin-top: 20px;
}

.recent-additions-books-list-item {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(34, 39, 54, 0.16);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.recent-additions-books-list-item-thumb {
    width: 86px;
    height: 124px;
    overflow: hidden;
}

.recent-additions-books-list-item-thumb img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;
    object-position: center; */
}

.recent-additions-books-list-item-content {
    width: calc(100% - 102px);
}

.recent-additions-books-list-item-content-title {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.recent-additions-books-list-item-content-title h5 {
    font-weight: var(--font-weight-500);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.25px;
    color: var(--secondary-color);
    margin: 0;
    max-width: 379px;
}

.recent-additions-books-list-item-content-title h5 a {
    background: transparent;
    font-weight: var(--font-weight-600);
    text-decoration: none;
    padding: 0;
    color: var(--secondary-color);
    border-radius: 0;
    font-weight: var(--font-weight-500);
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -0.25px;
    color: var(--secondary-color);
    margin: 0;
}

.recent-additions-books-list-item-content-title a {
    background: var(--secondary-color);
    font-weight: var(--font-weight-600);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.25px;
    color: var(--white-color);
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 40px;
}

.recent-additions-books-list-item-content-author-date {
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recent-additions-books-list-item-content-bookshelve {
    margin-top: 6px;
}

.recent-additions-books-list-item-content-author-date span,
.recent-additions-books-list-item-content-author-date p,
.recent-additions-books-list-item-content-bookshelve p {
    margin: 0;
    font-weight: var(--font-weight-500);
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
}

.recent-additions-books-list-item-content-author-date p {
    font-size: 14px;
}

.recent-additions-books-list-item-content-bookshelve p span {
    font-weight: var(--font-weight-600);
    color: var(--primary-color);
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-grid {
    gap: 20px 55px;
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-grid-item {
    width: calc(100% / 6 - 45.9px);
}

/* .network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-grid-item .my-bookshelf-grid-item-thumb {
    width: 100%;
} */

#network-profile-favourites-books .my-bookshelf-grid-item {
    display: none;
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-reading-lists .my-bookshelf-reading-lists-inner {
    background: var(--beige-color);
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-reading-lists .my-bookshelf-reading-lists-inner .my-bookshelf-reading-lists-heading {
    padding: 16px 16px 0;
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-reading-lists .my-bookshelf-reading-lists-inner .my-bookshelf-reading-lists-slider .my-bookshelf-swiper-container .swiper-wrapper {
    padding: 16px;
    width: calc(100% - 32px);
}

.network-profile-tab .my-bookshelf-page-content-inner .my-bookshelf-reading-lists .my-bookshelf-reading-lists-inner .my-bookshelf-reading-lists-slider .my-bookshelf-swiper-container .swiper-slide .reding-lists-slider-item {
    width: 75.98px;
    height: 107px;
}

.network-not-data-available {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}

.network-not-data-available p {
    margin: 0;
    font-weight: var(--font-weight-500);
    font-size: 22px;
    line-height: 26px;
    color: var(--secondary-color);
}

.recent-rated-books-title {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: var(--font-weight-600);
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    gap: 5px;
}

.recent-rated-books-title a {
    color: var(--primary-color);
    text-decoration: none;
}

.recent-additions-books-list-item-content-description {
    margin-top: 16px;
}

.recent-rated-books-flag {
    margin-left: 10px;
}

.recent-additions-books-list.recent-related-books-rating-list .recent-additions-books-list-item-thumb {
    width: 111px;
    height: 160px;
}

.recent-additions-books-list.recent-related-books-rating-list .recent-additions-books-list-item-content {
    width: calc(100% - 127px);
}

.network-profile-followers-wrapper {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
}

.network-profile-followers {
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid #22273629;
    padding: 20px 10px;
    flex-wrap: wrap;
    width: calc(100% / 3 - 10px);
}

.network-profile-followers-wrapper.list-active .network-profile-followers {
    width: calc(100% / 1 - 0px);
}

.network-profile-followers-thumb {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.network-profile-followers-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 99em;
    object-fit: cover;
    object-position: top center;
}

.network-profile-followers-right {
    display: flex;
    align-items: center;
    width: calc(100% - 72px);
    justify-content: space-between;
}

.network-profile-followers-right a {
    background: var(--secondary-color);
    font-weight: var(--font-weight-600);
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.25px;
    display: inline-block;
    padding: 15px 20px;
    color: var(--white-color);
    text-decoration: none;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
}

.network-profile-followers-name {

}

.network-profile-followers-name span {
    font-weight: var(--font-weight-600);
    font-size: 16px;
    line-height: 20px;
    color: var(--secondary-color);
    letter-spacing: var(--letter-spacing);
}

.network-profile-followers-name ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.network-profile-followers-name ul li {
    font-weight: var(--font-weight-500);
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
    position: relative;
}

.network-profile-followers-name ul li:first-child::before {
    display: none;
}

.network-profile-followers-name ul li::before {
    position: absolute;
    content: '';
    background: var(--secondary-color);
    opacity: 0.5;
    width: 2px;
    height: 17px;
    border-radius: 99em;
    top: 0;
    left: -10px;
    bottom: 0;
    margin: auto;
}

.filter-dropdown {
    position: relative;
}

.sort-dropdown {
    background-color: #F0EEE3;
    padding: 10px;
    position: absolute;
    min-width: 131px;
    left: auto;
    right: 0;
    top: 45px;
    display: none;
}

.sort-dropdown a {
    display: block;
    font-weight: var(--font-weight-500);
    font-size: 14px;
    line-height: 18px;
    opacity: 0.5;
    position: relative;
    text-decoration: none;
    color: var(--secondary-color);
    padding: 5px 0;
    height: auto;
    width: 100%;
}
.network-user-name a{
    color: var(--primary-color);
}