﻿/*produc_card*/
.produc_card {
    border-radius: 8px;
    border: 1px solid #EFEFF7;
    background: #fff;
    padding: 24px;
}

    .produc_card .prod_imgs img {
        width: 200px;
        height: 200px;
        border-radius: 5px
    }

    .produc_card .prod_ctn h2 {
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
    }

    .produc_card .prod_ctn p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
    }

.detail_img img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
    object-fit:contain;
}
/*btn*/
.btn-orang-border {
    display: inline-block;
    padding: 10px 24px;
    border-radius: 8px;
    border: 1px solid var(--buttonBorderColor2);
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    color: var(--buttonFilledTextColor2);
    background-color: #EAEAE6;
    vertical-align: middle;
    justify-content: center;
    align-content: center;
    height: 100%;
    display: flex;
}

    .btn-orang-border:hover {
        background-color: var(--likeFilledIconColor2);
        color: var(--followLikeListingHoverTextColor2);
    }

        .btn-orang-border:hover p {
            color: var(--followLikeListingHoverTextColor2) !important;
        }

        .btn-orang-border:hover i {
            color: var(--followLikeListingHoverTextColor2) !important;
        }

        .btn-orang-border:hover p + i {
            color: var(--followLikeListingHoverTextColor2) !important;
        }



    .btn-orang-border.nothover:hover p {
        color: var(--likeFilledIconColor2) !important;
    }

    .btn-orang-border.nothover:hover i {
        color: var(--likeFilledIconColor2) !important;
    }

    .btn-orang-border.nothover:hover p + i {
        color: var(--likeFilledIconColor2) !important;
    }



.btn-orang {
    padding: 10px 24px;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 8px;
    background-color: #EAEAE6;
    color: var(--buttonFilledTextColor2);
    border: 1px solid var(--buttonBorderColor2);
}

    .btn-orang:hover {
        color: var(--likeFilledIconColor2) !important;
    }

        .btn-orang:hover p {
            color: var(--likeFilledIconColor2) !important;
        }

        .btn-orang:hover i {
            color: var(--likeFilledIconColor2) !important;
        }

        .btn-orang:hover p + i {
            color: var(--likeFilledIconColor2) !important;
        }

/*produc_link*/
.prod_lik_hart ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

    .prod_lik_hart ul li a i {
        display: flex;
    }

.prod_lik_hart ul li {
    padding-right: 8px;
    margin-right: 8px;
    position: relative;
}

.prod_lik_hart ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    width: 2px;
    height: 18px;
    background: #E4E3E1;
    transform: translateY(-50%);
}

.prod_lik_hart ul li:first-child:after {
    content: none;
}

.prod_lik_hart ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.produc_mores {
    top: 8px;
    /*right: 25px;*/
    right: 15px;
}

.produc_mores a {
    text-decoration: none;
}

/*******************************************************************************/
/*product Detail*/
/*******************************************************************************/

.text-oranage {
    color: #F26322;
}

.text-gary {
    color: #757575;
}

.font_22 {
    Weight: 700;
    font-size: 22px;
    Line height:33px;
}

.detail_card {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #EDECEA;
    background: #FFF;
}

ul.detail_inner li span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

ul.detail_inner li p {
    color: #757575;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

ul.side-line li {
    position: relative;
}

    ul.side-line li:after {
        content: '';
        position: absolute;
        top: 50%;
        left: -21px;
        width: 1px;
        height: 24px;
        background: #E4E3E1;
        transform: translateY(-50%);
    }

    ul.side-line li:first-child:after {
        content: none;
    }

    ul.side-line li:last-child {
        padding-right: 0;
        margin-right: 0;
    }

.cate_list .cate-left img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
}

.cate_list .cate-right {
    width: 20%;
}

.cate_list .cate-left {
    width: 80%;
}

.cate_list {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #EDECEA;
}

/**/
.recen_actv_btn {
    border-radius: 8px;
    background: #FEF4EF;
    padding: 3px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.play_icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video_div > img, .video_div > video {
    width: 100%;
    height: 351px;
    border-radius: 8px;
    object-fit: cover;
}

#quickViewPopup {
    /* width: 900px;
     max-width: 100%;
    */
}

.edit_icon-prod {
    position: absolute;
    top: 21px;
    right: 21px;
}

#quickViewPopup .border-bottom {
    width: 100% !important;
}

#quickViewPopup .offcanvas-body {
    height: calc(100vh - 124px);
    overflow-y: auto;
    overflow-x: hidden;
}

.produc_mores ul li a i {
    color: var(--systemColor);
}

.div-hover:hover {
    background-color: rgba(0,0,0,0.2);
}

ul.detail_inner li {
    padding-right: 25px !important;
    margin-right: 25px !important;
}

    ul.detail_inner li:after {
        left: -25px;
        width: 2px;
    }

.pointer-disable:disabled {
    pointer-events: none;
    opacity: .40;
}

.btn-orang-border p {
    margin-bottom: 0;
}

.advanced-search-button-list b {
    font-weight: 400;    
    font-size: 15px;
}

.search-checkbox-main {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: start;
}   

.search-checkbox-list {
    display: flex;
    align-items: center;
}

.search-checkbox-list input[type=checkbox] {
    margin-right: 5px;
}

.company-right-side {
    width: calc(100% - 200px) !important;
}

.search-checkbox-list span {
    padding-left: 3px;
}

.add-post-body-desc-header + input + div {
    width: 100%;
}

.activities-updates-categories-content-activity-comments-title p a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    word-break: break-all !important;
}

.category .desc-body {
    height: auto !important;
}
.listingctn-truncate {
    font-size: 17px;
    line-height: 1.3;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listingctn-multiline {
    display: flex;
    align-items: center;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
    white-space: normal;
}

.w-full {
    width: 100%;
}

.px-30px {
    padding-left: 30px;
    padding-right: 30px;
}

.listingctn-multiline > span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    word-break: break-word;
}

.editcategory .edit-category-inner {
    width: 100%;
    margin-top: 15px;
}

.search-assign-category-content .edit-category-inner .flex-grow-1 span {
    font-size: 15px;
    line-height: 18px;
    display: flex;
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.search-assign-category-section .edit-category-inner{
    width:100%;
}
#divLeftContent {
    height: calc(100vh - 5rem);
    overflow: auto;
}
.divDynamicAttributeList {
    height: auto!important;
}

.select-business-information-sub-body-input {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 5px!important;
    width: 100%;
    margin-top:10px!important;
}

.search-assign-categories-content-filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 10px;
    width: 100%;
    background: #FFFFFF;
    margin-top: 0;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 20px;
}
.fontDark18DCV {
    color: #353535;
    font-size: 14px!important;
}
.edit-category-inner span {
    overflow: hidden;
    max-width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 14px!important;
}
.edit-category-inner span.countTag {
    font-size: 12px !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
}

#detailcontent .container {
    padding: 0;
}

.company-details-category.custom-gp-25 {
    gap: 25px;
}

#quickViewPopupProject {
    /* width: 900px;
     max-width: 100%;
    */
}

#quickViewPopupProject .border-bottom {
        width: 100% !important;
    }

#quickViewPopupProject .offcanvas-body {
        height: calc(100vh - 124px);
        overflow-y: auto;
        overflow-x: hidden;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.buttonThemeMain.header-right-btn  
{
    padding: 0px 20px;    
}

.selected-checkout-category {
    font-weight: 550;
    margin-left: 25px;
}

@media(max-width:1200px) {
    .advanced-search-button-list.advanced-search-responsive {
        display: flex !important;
    }

    .advanced-search-responsive .advanced-search-button-list-btn {
        margin-bottom: 0px !important;
    }
    .activities-updates-categories-content-activity-comments-title p a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 420px;
        word-break: break-all !important;
    }
}
@media(max-width:992px) {
    .activities-updates-categories-content-activity-comments-title p a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 280px;
        word-break: break-all !important;
    }
}
@media(max-width:767px) {
    .cate_list .cate-left {
        width: 100%;
    }

    .video_div > img, .video_div > video {
        height: 280px;
    }
}

@media(max-width:480px) {
    .video_div > img, .video_div > video {
        height: 180px;
    }

    .advanced-search-button-list {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
        padding: 0px;
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px!important;
    }

    .advanced-search-button-list.advanced-search-responsive {
        display: flex !important;
        flex-wrap: wrap;
    }
    .categories-filter-button01 .fa-regular, .featured-filter-button02 .fa-regular {
        line-height: 140%;
    }
    .categories-filter-button01 .fa-chevron-down:before {
        font-weight: var(--fa-style,900);
        font-size: 0.9rem;
    }
    .featured-filter-button02 .fa-angle-down:before {
        font-weight: var(--fa-style,900);
        font-size: 0.9rem;
    }
    .activities-updates-categories-content-activity-comments-title p a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 230px;
        word-break: break-all !important;
    }
}

@media(max-width:567px) {
    ul.side-line li:after {
        content: none;
    }
}

@media(max-width:1600px) {
    .company-right-side {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .view-user-company-details-bloc {
        flex-wrap: wrap;
    }

    .btn-orang-border {
        padding: 10px 18px;
    }
}

@media(max-width:991px) {
    .company-right-side {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .view-user-company-details-bloc {
        flex-wrap: wrap;
    }

    .btn-orang-border {
        padding: 8px 15px;
    }
}

/* New css for invite supplier model popup */

.company-sub-body-desc.custom-bottom-br {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.type-listing-container .inputText {
    border: 1px solid #ccc;
}

.type-listing-container .form-control {
    padding: 10px 12px;
}

.recommand-container {
    padding: 18px 8px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin: 20px 0;
}

.recommand-container .ratingButton {
        width: 30px;
}

.relation-container .inputText {
    border: 1px solid #ccc;
}

.custom-selection-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.inner-ct-field-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    flex: 0 0 80%;
}

.cts-name-url.form-group {
    flex: 1;
}

.btn.btn-clicked-verify {
    background: transparent;
    border: 1px solid var(--systemColor);
    padding: 10px 18px;
    color: var(--systemColor);
}

.company-sub-body-input .inputbordercolor {
    border: 1px solid #ccc;
}

.cts-name-url.form-group .inputbordercolor {
    border: 1px solid #ccc;
}

.custom-flex-order {
    justify-content: space-between;
}
.url-radios .form-check-input {
    margin-top: unset;
}
.url-radios .form-check-label {
    margin-left: 10px;
}
.cts-name-url.form-group {
    margin-bottom: 0;
}

.descriptionnote {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
}

.add-post-body-desc .form-control {
    border: 1px solid var(--inputBorderColor);
    background: transparent;
}

#contactCompanyImageDisplay {
    margin-bottom: 10px;
}

.btn.send-message-footer.cts-save-message {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    gap: 8px;
    width: 90px;
    height: 36px;
}

.ck .ck-placeholder:before, .ck.ck-placeholder:before
{
    top:0;
}
/* end new css for invite supplier model popup*/

.close-placement {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.modal-des-body {
    text-align: center;
}

    .modal-des-body img {
        width: 80px;
        margin: 30px auto 0;
        text-align: center;
    }

    .modal-des-body h4 {
        font-size: 25px;
        padding: 20px 0 15px;
        margin-bottom: 0;
        color: var(--systemColor) !important;
    }

.modal-message-footer {
    text-align: center;
    margin: 20px 0;
}

.modal-des-body p {
    padding: 0 40px;
    color: #8F8F8F;
}

.vd-recommendation-btn {
    background: var(--buttonColor);    
    padding: 5px 30px;
    border-radius: 5px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: var(--buttonTextColor);
    border: 1px solid transparent;
}

    .vd-recommendation-btn:hover {
        background: var(--buttonColor);
        box-shadow: 0 10px 15px #6a6a6a6e;
        border: 1px solid transparent;
    }
    .vd-recommendation-btn:focus {
        box-shadow: 0 10px 15px #6a6a6a6e;
        background-color: var(--buttonColor);
        border-color: transparent;
    }

    .modal-content.custom-radius {
        border-radius: 20px;
    }

span.banner-header-text {
    font-size: 25px;
    line-height: 1.3;
    display: flex;
    overflow: hidden;
    max-width: 99%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.divider-pipe {
    display: inline-block;
    width: 1px;
    height: 18px;
    background-color: #E4E3E1;
    margin: 0 8px;
    align-self: center;
    flex-shrink: 0; /* Prevents shrinking in flex containers */
}

/* Vertical divider pipe styling */
.vertical-divider-pipe {
    display: inline-block !important;
    /*width: 1px;*/
    height: 24px;
    background-color: #E4E3E1;
    margin: 0 25px 0 0;
    align-self: center;
    flex-shrink: 0;
    vertical-align: middle;
}

/* Hide when parent is hidden */
.vertical-divider-pipe.d-none {
    display: none !important;
}

/* List styling */
ul.detail_inner {
    gap: 0;
    margin-bottom: 0;
}

ul.detail_inner li {
    position: relative;
    padding: 0;
    margin: 0;
}

ul.detail_inner li p {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
}

/* Override existing side-line if it interferes */
ul.detail_inner.side-line li:after {
    content: none !important;
    display: none !important;
}

/* Tablet - reduce spacing and height */
@media (max-width: 992px) {
    .vertical-divider-pipe {
        height: 45px;
        margin: 0 16px;
    }
}

/* Mobile - smaller spacing */
@media (max-width: 768px) {
    .vertical-divider-pipe {
        height: 40px;
        margin: 0 12px;
    }

    ul.detail_inner li p {
        font-size: 13px;
    }
}

/* Small mobile - very compact */
@media (max-width: 576px) {
    .vertical-divider-pipe {
        height: 35px;
        margin: 0 8px;
    }

    ul.detail_inner li p {
        font-size: 12px;
    }
}

/* Tablet and smaller */
@media (max-width: 768px) {
    .divider-pipe {
        height: 16px;
        margin: 0 6px; /* Reduce spacing on smaller screens */
    }
}

/* Mobile */
@media (max-width: 576px) {
    .divider-pipe {
        height: 14px;
        margin: 0 4px; /* Even tighter spacing on mobile */
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .modal-des-body p {
        padding: 0 20px;
    }

    .modal-lg.custom-md-modal-size {
        max-width: 680px;
    }

    .modal-des-body h4 {
        font-size: 22px;
    }
}

@media (min-width: 1366px) and (max-width: 1440px) {
    span.banner-header-text {
        font-size: 25px;
        line-height: 1.3;
        display: flex;
        overflow: hidden;
        max-width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 1500px) {
    span.banner-header-text {
        font-size: 25px;
        line-height: 1.3;
        display: flex;
        overflow: hidden;
        max-width: 82%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}