﻿.assets-page-top {
    border-radius: 1rem;
}

.PublicStyle_ {
    background-color: var(--bs-whites);
}

.nv-more,
.navlists-custom {
    width: 23.5rem;
    height: 5rem;
    text-align: center; /* border-bottom: 2px solid rgba(238, 238, 238, .6) !important; */
    font-size: 1.375rem;
    color: var(--bs-link-color);
}

.all_ {
    background: url('/imgs/public/ruinsnav.png');
    width: 100%;
    /*    height: 60px;*/
    background-size: cover;
    display: flex;
    align-items: center;
}

#pills-tab {
    white-space: nowrap;
    overflow-x: auto;
    flex-flow: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    #pills-tab::-webkit-scrollbar {
        display: none;
    }


#pills-tab-2 {
    white-space: nowrap;
    overflow-x: auto;
    flex-flow: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    #pills-tab-2::-webkit-scrollbar {
        display: none;
    }

.nv-more {
    border: 0 !important;
    background-color: var(--bs-color-events_7);
}

.bg-primary {
    background-color: var(--bg-primary) !important;
}

.navlists-custom:hover {
    color: var(--bs-link-hover-color) !important;
}

.nav-link.active,
.active {
    /*    color: var(--bs-link-hover-color) !important;*/
    /*    color: var(--bs-color-events) !important;*/
    font-weight: medium !important;
    /*    background: linear-gradient(to right, rgba(151, 66, 14, 1), rgba(215, 127, 73, 1));*/
    /*    background: linear-gradient(to right, var(--bs-public), var(--bs-assetscolor));
    background-color: var(--bs-whites) !important;*/
}

    .active:hover {
        /*        color: var(--bs-link-hover-color);*/
    }

.clear-active-custom {
    color: var(--bs-link-color) !important;
    background: var(--bs-whites);
}

.tab_2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--bs-color-events_7);
}

    .tab_2:hover {
        background-color: var(--bs-color-events_7);
    }

.list_ {
    background-color: var(--bs-whites);
    /*    padding: 15px;*/
    border-radius: 5px;
}

#pills-tab-2 .nav-link.active {
    color: var(--bs-color-events_);
    border-bottom: none;
    font-weight: bold;
}

#pills-tab-2 .nav-link.active {
    color: var(--bs-color-events_);
    border-bottom: none;
    font-weight: bold;
}



#pills-tab {
    white-space: nowrap;
    overflow-x: auto;
    flex-flow: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    #pills-tab::-webkit-scrollbar {
        display: none;
    }

.listhover_:hover {
    background-color: aliceblue;
}
