#main {
    margin-top: 32px;
}

.d-flex.justify-content-center.pagination nav ul.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.d-flex.justify-content-center.pagination nav ul.pagination li {
    display: inline;
}

.d-flex.justify-content-center.pagination nav ul.pagination li a,
.d-flex.justify-content-center.pagination nav ul.pagination li span {
    padding: 5px 10px;
    margin: 0 2px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.d-flex.justify-content-center.pagination nav ul.pagination li.active a,
.d-flex.justify-content-center.pagination nav ul.pagination li.active span {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

svg {
    width: 100%
}

.pagination {
    background-image: none !important;
}

.float-right {
    float: right;

}
.viewselected {
    background-color: lightblue;
}

/* .hallfamepagination nav span:first-child > :where(a, span span){
    margin: 0 3px 0 0;
} */
/* .hallfamepagination nav span > span:first-child{
    margin: 0;
} */
.hallfamepagination nav span:first-child{
    display: flex;
    gap: 5px !important;
    align-items: center;
    box-shadow: none !important;
    border: none !important;
}
.hallfamepagination nav span :where(a svg, span svg){
    width: 20px;
}
.hallfamepagination nav span:first-child{
    height: 35px;
}

.hallfamepagination nav span[aria-current="page"] span {
    border-radius: 5px;
    padding: 15px !important;
    background-image: linear-gradient(210deg, #3A31A1 0%, #D01342 100%) !important;
    color: white !important;
    width: 35px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hallfamepagination nav a {
    padding: 5px !important;
    margin: 5px !important;
    border: 1px solid gray !important;
    object-fit: contain;
    aspect-ratio: 1/1;
    width: 35px;
    height: 35px;
    justify-content: center;
    border-radius: 8px;
}
.hallfamepagination nav span[aria-label="&laquo; Previous"] span.relative,
.hallfamepagination nav span[aria-label="Next &raquo;"] span.relative{
    gap: 0px !important;
}
/*
.hallfamepagination nav span[aria-label="&laquo; Previous"] span.relative::after ,
.hallfamepagination nav a[aria-label="&laquo; Previous"]::after{
   display: inline-block;
   content: ' Previous';
}

.hallfamepagination nav a[aria-label="Next &raquo;"]::before,
.hallfamepagination nav span[aria-label="Next &raquo;"] span.relative::before{
    display: inline-block;
    content: ' Next';
} */

.hallfamepagination nav a[aria-label="Next &raquo;"]:hover,
.hallfamepagination nav a[aria-label="&laquo; Previous"]:hover{
   color: black !important;
}

.border {
    border: none !important;
}

.flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

p.text-sm.text-gray-700.leading-5.dark\:text-gray-400 {
    display: none;
}

.csr_split_spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    z-index: 2;
}
#filter_type {
    padding: 10px 20px 10px 20px;
    border-radius: 7px;
    font-family: "Open Sans", sans-serif;
    background: #ffffff !important;
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.2em !important;
    min-height: 44px;
}
.bg-grays{
    background: #ffffff !important;
    color: #000000 !important;
}

#filter_type::placeholder {
    color: #000000 !important;
}

label {
    font-size: 13px !important;
    color: #000000;
    font-family: inherit;
    letter-spacing: 0.5px;
}

i.fa {
    font-size: 16px;
}

#hall_of_fame_grid_list {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
#hall_of_fame_grid_list li {
    float: left;
    line-height: 0;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px !important;
    cursor: pointer;
}
li.Clear-button {
    font-size: 12px;
    color: #000;
}

#hall_of_fame_grid_list li.active {
    background: #d8d8d8;
    color: #000000;
}

.hallalphabets {
    line-height: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0px;
}

.hallalphabets a {
    font-family: "Open Sans", sans-serif;
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.3em !important;
    padding: 0 10px;
    text-transform: capitalize !important;
}

.hallalphabets a.selected {
    border-bottom: 1px solid #CB242B !important;
    color: #CB242B !important;
    font-weight: 700 !important;
}
.hall_of_fame_list_row p.cc_total.mini-total {
    margin-bottom: 0 !important;
}
.hall_of_fame_list_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 20px;
    padding: 5px;
}

.hall_of_fame_list_row .item a, .hall_of_fame_list_row .item, .mini-total {
    color: #000 !important;
    font-family: "Open Sans", sans-serif;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    /* text-decoration-line: underline !important; */
    width: 100%;
    text-align: left;
}


.hall_of_fame_list_row .item {
    margin: 0 !important;
    padding: 20px 0 !important;
    border-radius: 8px;
    background: #FFF;
    border: 1px solid #d3d3d3 !important;
    box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.15) !important;
    border: none !important;
    position: relative !important;
}

.hall_of_fame_list_row .item .item_inner_grup {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.hall_of_fame_list_row .item .item_row {
    display: flex;
}

.hall_of_fame_list_row .item .item_img {
    padding: 0 20px 0 0;
    max-width: 233px;
    min-width: 233px;
}

.hall_of_fame_list_row .item .item_img {
    width: 40%;
    min-width: unset !important;
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 10px;
}

.hall_of_fame_list_row .item .item_contain {
    padding: 0 !important;
    width: 100%;
}

.hall_of_fame_list_row .item_inner_grup:first-child {
    margin-top: 0px !important;
}
.hall_of_fame_list_row .item .item_contain .cc_title {
    color: gray !important;
}

.hall_of_fame_list_row .item .item_contain .cc_total, .hall_of_fame_list_row .item .item_contain .cc_title, .hall_of_fame_list_row .item .item_contain h4 {
    font-size: 12px !important;
    margin-bottom: 2px;
}

.hall_of_fame_list_row .item .item_contain h4, .hall_of_fame_list_row .item .item_contain h4 a {
    margin-bottom: 4px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin: 0 !important;
}

img.member_logo_img {
    border-radius: 50%;
    max-width: 40px;
    height: 100%;
    width: 100%;
    max-height: 40px;
    object-fit: contain;
    transition: all .5s;
    margin-left: 0 !important;
    aspect-ratio: 1/1;
}

img.member_logo_img:hover {
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(3.5);
    z-index: 999999999;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* .gridview img.member_logo_img{
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.gridview img.member_logo_img{
    max-width: 100px;
    max-height: 100px;
} */
.text-right{
    text-align: right;
}

table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
body .table-responsive {
    overflow-x: visible !important;
    overflow: visible !important;
}
table.verticalmid tbody tr {
    vertical-align: middle;
}

.font-monospace{
    color: #c36;
}

a {
    color: #c36;
}

a:hover {
    color: #c36;
}
.item_img {
    padding: 8px !important;
}
p.cc_total.mini-total {
    color: #00c14d !important;
}

.hallfamepagination nav a:nth-last-child(1), .hallfamepagination nav a:nth-child(1) {
    background: #d8d8d8 !important;
    color: #000000 !important;
    border: 0 !important;
    box-shadow: 0px 2px 10px -1px #c5c5c5;
}
.hallfamepagination nav a:nth-child(1) {
    border-radius: 50px 15px 15px 50px;
}
.hallfamepagination nav a:nth-last-child(1){
    border-radius: 15px 50px 50px 15px;
}
.min-span{
    min-width: 2.5rem !important;
    min-height: 2.5rem !important;
}
.box.mob-view {
    padding: 15px 30px !important;
}
.aspect-square{
    aspect-ratio: 1/1 !important;
}
span.font-height {
    line-height: 1.4rem !important;
    padding-top: 1px !important;
    font-size: 14px !important;
}
@media only screen and (max-width:1560px) and (min-width:1200px){
.hall_of_fame_list_row {
    grid-template-columns: repeat(3, 1fr) !important;
}
}
@media only screen and (max-width:1200px) and (min-width:1026px){
.hall_of_fame_list_row {
    grid-template-columns: repeat(2, 1fr) !important;
}
}
@media only screen and (max-width:1026px){
    .hide-tab{
        display: none !important;
    }
    #hall_of_fame_grid_list {
        justify-content: center !important;
    }
    .mob-mb-2{
        margin-bottom: 12px !important;
    }
    .hall_of_fame_list_row .item .item_row {
        flex-wrap: wrap !important;
    }
    .mob-view .row.mb-2 {
        justify-content: center !important;
    }
    .mob-view .row.mb-2 .col-lg-9.col-md-12.col-12.row.p-0 {
        justify-content: center !important;
        width: 100% !important;
    }
    .hall_of_fame_list_row .item .item_img {
        width: 100% !important;
        margin-right: 0px !important;
    }
    .hall_of_fame_list_row .item .item_row {
        display: flex !important;
        flex-wrap: wrap !important;
    }
    img.member_logo_img {
        max-width: 40px !important;
        max-height: 40px !important;
    }
    .hall_of_fame_list_row {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .w-80.mob-width {
        width: 70% !important;
    }
    .mob-mt-3{
        margin-top: 1.5rem !important;
    }
    .tab-none{
        display: none !important;
    }
}

@media only screen and (max-width:675px) {
    .hall_of_fame_list_row {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    #main {
        padding: 10px 10px !important;
    }
    .box.mob-view{
        padding: 20px !important;
    }
    .w-80.mob-width {
        width: 100% !important;
    }
   .hall_of_fame_list_row .item_inner_grup:first-child {
        row-gap: 10px !important;
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }
}
