.go-to-a-not-selected {
    text-decoration: none !important;
}

.go-to-a-selected {
    text-decoration: none !important;
    border-bottom: 2px solid #003049;
    font-weight: 800;
    cursor: pointer;
}

.go-to-div {
    border: 1px solid #9ab6c7;
    background-color: #f6f5f5;
    padding: 12px;
    border-radius: 8px;
}

.new-ad-btn {
    background-color: rgb(62, 70, 133);
    color: #ffffff;
}
.new-ad-btn:hover {
    background-color: rgb(41, 46, 88);
    color: #ffffff;
}

.pagination .page-item {
    width: 31px;
}

.cat-item-bread-mobile {
    background-color: #fdf0d5;
    padding: 2px 8px;
    border-radius: 15px;
    color: #c1121f;
    border: 1px solid #b97676;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}

.cat-item-ch-cat-modal {
    display: block;
    padding: 12px;
    color: #000 !important;
    text-decoration: none !important;
}

.filter-cat-box-desk {
    display: inline-block;
    width: 80%;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.filter-cat-box-desk:hover {
    background-color: #f9f9f9;
}

.carousel {
    padding: 0 70px;
}

.carousel .carousel-item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

.carousel .testimonial {
    padding: 20px 0 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.carousel .overview {
    font-style: italic;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7aa641;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none;
}

.carousel-control-prev i,
.carousel-control-next i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 1px 3px;
    border-radius: 50%;
    border: none;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.active-tab {
    border-bottom: 3px solid #dc3545;
    font-weight: 800;
    font-size: 17px;
}
.active-tab:hover {
    background-color: #ffffff;
    color: #000000;
}
.active-tab:focus {
    box-shadow: none;
}

.top-q-user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: contain;
}

.not-active-tab {
    border-bottom: 1px solid #141414;
    background-color: #ffffff;
}
.not-active-tab:hover {
    background-color: #f1f1f1;
}

.next {
    left: 0 !important;
    top: 40% !important;
}
.prev {
    right: 0 !important;
    top: 40% !important;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.slider-title {
    font-weight: 700;
    font-size: 18px;
    color: #020054;
}

.cat-parents {
    font-size: 13px;
    font-weight: 600;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.bg-c9 {
    background-color: #c9c9c9;
}

.popu-image-style {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.font-25 {
    font-size: 25px;
}
.font-600 {
    font-weight: 600;
}
.font-800 {
    font-weight: 800;
}

.top-item-popu-bg-color {
    background-color: #669bbc;
}
.top-item-popu-bg-color:hover {
    background-color: #669bbc;
}
.current-item-popu-bg-color {
    background-color: #c9c9c9;
}
.current-item-popu-bg-color:hover {
    background-color: #c9c9c9;
}

.item-blog-image {
    width: 100%;
    height: 400px;
    object-fit: contain;
}
.item-blog-title-div {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.item-blog-title-txt {
    font-weight: 600;
    font-size: 18px;
}

.play-blog-item-style {
    position: absolute;
    top: 50%;
    right: 50%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.cat-image {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.w-108 {
    width: 108px;
}

.color-ffd700 {
    color: #ffd700;
}

.color-cd7f32 {
    color: #cd7f32;
}

.color-c0 {
    color: #c0c0c0;
}

.text-black {
    color: #000;
}

.w-90p {
    width: 90%;
}

.list-style-none {
    list-style-type: none;
    margin: 0;
}

.font-22 {
    font-size: 22px;
}

.font-16 {
    font-size: 16px;
}

.m-h-300 {
    max-height: 300px;
}
.border-1-w {
    border: 1px solid #ffffff;
}

.color-b3 {
    color: #b3b3b3;
}

.color-2a698b {
    color: #2a698b;
}
.color-1e1acb {
    color: #1e1acb;
}

.m-t-35 {
    margin-top: 35px;
}

.sug-image {
    max-width: 70px;
    max-height: 50px;
    border-radius: 8px;
    object-fit: scale-down;
}

.ad-box {
    border-bottom: 1px solid #d8d8d8;
}
.ad-image {
    object-fit: contain;
    max-width: 150px;
    max-height: 150px;
    border-radius: 8px;
}

.font-17 {
    font-size: 17px;
}

.b-color-669bbc {
    background-color: #669bbc;
}

#question-tab-ads {
    display: none;
}

#comments-tab-ads {
    display: none;
}

.bg-wht-imp {
    background-color: #fff !important;
}

.w-64 {
    width: 64px;
}
.radius-50 {
    border-radius: 50%;
}

.ai-chat-div {
    background-color: rgb(241 245 249);
    border: 1px solid #e7e7e7;
    padding: 8px;
    border-radius: 8px;
    width: fit-content;
}

.ai-chat-div-n {
    margin-right: 66px;
    padding: 8px;
    border-radius: 8px;
}

.ai-image-border {
    border: 2px solid #003049;
    border-radius: 50%;
    padding: 2px;
}

.font-14 {
    font-size: 14px;
}

.ai-intro-div {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 96px;
}

.rank-number {
    position: absolute;
    left: -2px;
    top: -8px;
    font-weight: 600;
    border-radius: 50%;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
    border: 1px solid #b9b9b9;
}
.first-rank-number {
    position: absolute;
    left: -14px;
    top: -24px;
    font-weight: 600;
    border-radius: 50%;
    padding-top: 8px;
    padding-left: 13px;
    padding-right: 13px;
}

.first-medal-gif {
    border-radius: 50%;
    border: 1px solid #8b8b8b;
    width: 42px;
}

.popu-item-div:hover {
    box-shadow: 0px 0px 6px 1px rgba(161, 161, 161, 0.72) !important;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(161, 161, 161, 0.72) !important;
    -moz-box-shadow: 0px 0px 6px 1px rgba(161, 161, 161, 0.72) !important;
}

.popu-title-div {
    display: block;
    text-align: center;
    font-weight: 800;
}
.popu-title-text {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 4px;
    border: 1px solid #dfdfdf;
}

.first-popu {
    background-color: #ffd700;
    color: #000;
}

.search-fea-item-div {
    position: absolute;
    top: 47px;
    background-color: #ffffff;
    z-index: 2;
    overflow-y: scroll;
    max-height: 400px;
}
.fea-item-result-a {
    list-style-type: none;
    font-size: 15px;
    color: #5a5a5a;
    border-bottom: 1px solid #f1f1f1;
}
.fea-item-result-a:hover {
    background-color: #f1f1f1;
}
/* width */
.search-fea-item-div::-webkit-scrollbar {
    width: 10px;
}
/* Track */
.search-fea-item-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.search-fea-item-div::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
.search-fea-item-div::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.free-span {
    color: #f00;
    font-weight: 800;
}

/* suggest video styles */
#s-video-style {
    width: 100%;
    height: 300px;
    border-radius: 8px;
}
#s-video-title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 8px;
    display: inline-block;
    word-wrap: break-word;
}
#go-shop-img {
    background-color: #33b0e9;
    padding: 2px;
    border-radius: 50%;
    width: 20px;
}
#s-video-shop-user-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    border-radius: 50%;
}
#s-video-user-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 50%;
}
.s-videos-img {
    max-width: 100%;
    max-height: 125px;
    object-fit: scale-down;
    border-radius: 8px;
}
.s-videos-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 6px;
    max-width: 155px;
    text-wrap: balance;
}

.sug-video-vid-span {
    position: absolute;
    right: 20px;
    top: 5px;
    background-color: rgb(255 255 255 / 73%);
    border-radius: 8px;
    padding: 2px;
    font-size: 13px;
}
#sug-video-time-span {
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
    color: #878787;
}
#sug-video-time-span2 {
    display: inline-block;
    font-size: 13px;
    margin-right: 6px;
    color: #878787;
}
#sug-video-com-count-span {
    color: #858585;
    font-size: 15px;
    display: inline-block;
}
#sug-video-user-span {
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
}
#sug-video-user-span2 {
    font-size: 13px;
    font-weight: 600;
    margin-right: 6px;
}
#sug-vid-com-div {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 6px;
    border: 1px solid #dddddd;
    width: 100%;
}
#sug-vid-com-img {
    width: 40px;
    height: 40px;
    object-fit: scale-down;
    border-radius: 50%;
    display: inline-block;
}
#sug-vid-com-text {
    display: inline;
    font-size: 15px;
    color: #585858;
}

#shop-div {
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 12px;
}

/*end of suggest video styles */

/* for category filter */
.cat-item-selected-bread-mobile {
    background-color: #669bbc;
    padding: 0 8px;
    border-radius: 10px;
    color: #ffffff;
    border: 1px solid #a5a5a5;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;
}
.cat-item-bread-mobile {
    background-color: #f5f5f5;
    padding: 2px 8px;
    border-radius: 10px;
    color: #5b5b5b;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}
.cat-item-bread-mobile-title {
    border-left: 1px solid #b5b5b5;
    padding-left: 8px;
}
.cat-item-ch-cat-modal {
    display: block;
    padding: 12px;
    color: #000 !important;
    text-decoration: none !important;
}

.filter-cat-box-desk {
    display: inline-block;
    width: 80%;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

.filter-cat-box-desk:hover {
    background-color: #f9f9f9;
}

/* filter feature */
.top-filter-box {
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none; /* For Internet Explorer and Microsoft Edge */
    scrollbar-width: none; /* For Firefox */
}

.top-filter-box::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Opera */
}

.x-filter-mobile {
    padding: 4px;
}
.x-filter-mobile:hover {
    background-color: #3a75b5;
    border-radius: 12px;
}
.feature-filter-box {
    display: inline-block;
    position: relative;
}
.feature-filter-box2 {
    display: inline-block;
    position: relative;
}

.feature-items-filter {
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid #e3e3e3;
    width: 200px;
    z-index: 10;
    text-align: right;
    display: none;
    top: auto;
}
.feature-items-filter.mobile-keyboard-open {
    top: 10%;
}

#filter_search_box {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: center;
    background-color: #212121a8;
    z-index: 10;
    width: 100%;
    height: 100%;
    align-items: center;
    display: none;
}

.f-s-f-i {
    border-left: 1px solid #b5b5b5;
    padding-left: 8px;
}

.f-f-list {
    max-height: 200px;
    overflow-y: auto;
}

.f-i-li-f {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

.feature-filter-input {
    outline: none;
    width: 100%;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
}
.s-f-f-img {
    position: absolute;
    left: 10px;
}

/* end for category filter */

#page-img {
    max-height: 164px;
    object-fit: contain;
    border-radius: 10px;
}

#page-title {
    font-weight: 700;
    font-size: 18px;
    margin: 12px 0;
}

/* for bslider */
.bslider {
    overflow-x: auto;
    text-wrap: nowrap;
    overscroll-behavior: contain;

    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
}
.bslider.bslider-active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
.bslider-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 12px;
}
.bslider {
    /* For WebKit browsers (Chrome, Safari, Opera) */
    ::-webkit-scrollbar {
        display: none;
    }
    /* For IE, Edge, and Firefox */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
/* end for bslider */

.video-slider-item {
    text-align: center;
}

.suggest-item {
    text-decoration: none !important;
    color: #000;
    border: 1px solid #bdbdbd;
    padding: 6px;
    display: block;
    border-radius: 8px;
}
.suggest-item img {
    max-width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 8px;
    background-color: #f1f1f1;
    margin-bottom: 4px;
}
.suggest-item span {
    font-size: 14px;
    display: block;
}

/* for tabs */
#tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e0d7f0;
}
.active-tab {
    border-bottom: 3px solid #007bff;
    margin-right: 8px;
    color: #007bff;
    font-weight: 600;
    align-items: center;
    display: flex;
    padding: 4px 12px;
    cursor: pointer;
}
.not-active-tab {
    margin-right: 8px;
    color: #3a3a3a;
    align-items: center;
    display: flex;
    padding: 4px 12px;
    text-decoration: none !important;
}

#tab-title-box {
    display: none;
    margin-left: 8px;
    max-width: 160px;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
}
#tab-actions {
    display: flex;
    flex-wrap: nowrap;
}
#tab-title-box-text {
    display: inline-block; /* Add this line */
    position: relative;
}

.tab-scroll-text {
    animation: tab-scroll-text 7s linear infinite;
    animation-direction: normal;
}

@keyframes tab-scroll-text {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.sticky-tab {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
.sticky-tab {
    transition: all 0.3s ease-in-out;
}
/* end for tabs */

/* for follow item */
.btn-follow-item {
    background-color: rgb(0, 123, 255);
    outline: none !important;
    border: none !important;
    color: #fff;
    border-radius: 24px;
    padding: 0 12px;
    margin: 4px 8px 4px 4px;
}
.btn-nfollow-item {
    background-color: #3a3a3a;
    outline: none !important;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 24px;
    padding: 0 6px;
    text-wrap: nowrap;
    margin: 4px 8px 4px 4px;
}
.btn-following-item {
    background-color: #b9b9b9;
    outline: none !important;
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 24px;
    padding: 0 6px;
    text-wrap: nowrap;
    margin: 4px 0 4px 4px;
}
/* end for follow item */
