﻿
.hstack-search-custom {
    width: 6.88rem;
    height: 4.38rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fontsize_ {
    font-size: 14px
}

.fontsize {
    font-size: 20px
}

.yxzx :hover {
    background-color: var(--bs-color-events_7);
}

    .yxzx :hover .bofang {
        background-color: transparent;
    }

.all_ {
    background: url('/imgs/public/ruinsnav.png');
    width: 100%;
    background-size: cover;
    display: flex;
    align-items: center;
}


.bg-primary {
    background-color: var(--bg-primary) !important;
}

.saient-ellipsis-multiline {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tab-content { /*    display: none;*/
}

.active {
    display: block;
}

.tab-selected {
    font-weight: bold;
    color: var(--bs-color-events_);
    border-bottom: 3px solid var(--bs-color-events_);
    line-height: 60px;
    height: 60px
}

.tab-link {
    color: var(--bs-color-events_);
}

.css_color {
    color: var(--bs-color-gays);
    font-size: 14px;
}

#tabs {
    justify-content: space-between;
}

.tab_2 {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid var(--bs-color-events_7);
    color: var(--bs-link-color) !important;
}

    .tab_2:hover {
        background-color: var(--bs-color-events_7);
    }

.list_ {
    background-color: transparent !important;
    border-radius: 5px;
}

#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;
    }

    #pills-tab-2 .nav-link.active {
        color: var(--bs-color-g);
        border-bottom: none;
        font-weight: bold;
    }


.listhover_:hover {
    background-color: aliceblue;
}

.rows_list div {
    margin-left: 58px;
}

.color_g {
    margin-left: 24px;
    font-size: 24px;
    font-weight: bold;
}

#tabHeaders {
    display: flex;
    justify-content: space-between;
}

.tabHeader {
    cursor: pointer;
    padding: 10px;
    background-color: var(--bs-color-events_s);
    margin-right: 5px;
    flex-grow: 1;
    text-align: center;
}

    .tabHeader.active {
        background-color: var(--bs-color-events);
    }

.tabPanel {
    display: none;
    padding: 20px;
    text-align: center;
}

.tab-panel {
    display: none;
}

.active-panel {
    display: block;
}

.active-tab {
    font-weight: bold;
    color: blue;
}
