.filter-article-contribution {
    padding: 5px;
    margin-top: 6px;
}
.filter-dropdown {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 10px;
}
.filter-article-contribution p {
    float: left;
    padding-right: 8px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 15px 10px 0px;
}
.filter-article-contribution:after {
    clear: both;
    display: block;
    content: "";
}
@media screen and (max-width: 767px) {
    .filter-article-contribution > p {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .filter-label {
        width: 90px;
    }
}
.customDropDown select {
    max-width: 120px;
    border-radius: var(--bdrRadius);
}
.action-item .d-icon {
    width: 28px;
    height: 28px !important;
    float: left !important;
    transform: scale(0.8) !important;
    position: relative !important;
}
.d-icon {
    background-repeat: no-repeat !important;
    display: inline-block !important;
    float: left;
}
.emotion-popup-wrapper .modal-header ul > li span {
    top: -1px !important;
}
.d-icon {
    background-image: url(/App_Themes/NewDesign/Images/d-icon-sprite_20190106.png) !important;
    background-repeat: no-repeat;
}
.emotions-wrapper > div .d-icon:after {
    content: attr(data-title);
    position: absolute;
    display: block;
    padding: 4px 8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    transition: .2s;
    opacity: 0;
}
.icon-like {
    background-image: url("data:image/svg+xml;utf8,<svg width='8' height='8' viewBox='0 0 10 10' fill='currentcolor' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2912_10159)'><path d='M7.44108 3.49147C7.22269 3.22827 6.88075 3.06477 6.54869 3.06477H5.67027C5.86795 2.74974 6.01673 2.43272 6.10741 2.13085C6.24577 1.67019 6.24092 1.26863 6.09339 0.969564C5.92722 0.63272 5.59047 0.447205 5.14522 0.447205C5.04395 0.447205 4.95269 0.508298 4.91409 0.601923C4.56741 1.44281 3.66312 2.65141 2.81114 3.44758C2.7242 3.1456 2.44559 2.92397 2.11602 2.92397H1.0457C0.646812 2.92397 0.322281 3.2485 0.322281 3.64738V6.82935C0.322281 7.22824 0.646812 7.55277 1.0457 7.55277H2.11602C2.36003 7.55277 2.57606 7.43119 2.70716 7.24556C2.90547 7.43636 3.16837 7.55277 3.45645 7.55277H6.15147C6.44941 7.55277 6.71472 7.42591 6.91875 7.18591C7.08694 6.98805 7.20639 6.72075 7.26417 6.41292L7.66141 4.29688C7.7147 4.01297 7.63645 3.72694 7.44108 3.49147ZM2.33942 6.82936C2.33942 6.95255 2.2392 7.05278 2.11602 7.05278H1.0457C0.922515 7.05278 0.822281 6.95255 0.822281 6.82936V3.64739C0.822281 3.5242 0.922515 3.42399 1.0457 3.42399H2.11602C2.2392 3.42399 2.33942 3.5242 2.33942 3.64739V6.82936ZM7.16998 4.20463L6.77277 6.32069C6.70633 6.67461 6.50822 7.05278 6.15145 7.05278H3.45644C3.11622 7.05278 2.83944 6.74506 2.83944 6.36681V4.08961C3.7818 3.3073 4.83716 1.96372 5.30306 0.959502C5.55164 1.00156 5.61992 1.13995 5.645 1.19077C5.80727 1.51969 5.67259 2.27705 4.99348 3.16263C4.93556 3.23814 4.92556 3.34002 4.96767 3.42536C5.00978 3.5107 5.09669 3.56475 5.19187 3.56475H6.5487C6.73308 3.56475 6.93233 3.6613 7.0563 3.81072C7.12609 3.89488 7.2025 4.0315 7.16998 4.20463Z' fill='%237F8AAB' /></g><defs><clipPath id='clip0_2912_10159'><rect width='8' height='8' fill='white' /></clipPath></defs></svg>") !important;
    background-size: 26px !important;
    background-position: 6px 3px !important;
}
.emotions-wrapper > div .d-icon:after {
    content: attr(data-title);
    position: absolute;
    display: block;
    padding: 4px 8px;
    background: #000;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: -28px;
    transition: .2s;
    opacity: 0;
}
.emotions-wrapper > div .d-icon:hover:after {
    opacity: 1;
    top: -32px;
}
.emotions-wrapper > div:hover .d-icon {
    border-radius: 50%;
    -ms-transform: translateY(-3px) !important;
    -webkit-transform: translateY(-3px) !important;
    transform: translateY(-3px) !important;
}
.emotion-popup-header li:first-child span {
    margin-left: 2px;
}
.emotion-popup-header {
    gap: 10px;
}
.emotion-popup-wrapper .modal-header ul > li {
    min-width: 50px;
    width: fit-content !important;
}
.btn-go {
    background-color: #0079C7;
    color: #fff;
    padding: 8px 20px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.icon-sprite {
    display: inline-block;
    border: 0;
    cursor: pointer;
    background-image: url(/Images/content-detail-icon-sprite.png);
    background-size: auto;
    background-color: transparent;
}

.icon-sprite-points {
    width: 21px;
    height: 20px;
    background-position: -63px -49px;
    margin-right: -5px;
}