i.svg-tag{
    content: url('../../svg/layouts/tagBar/svg-tag.svg');
}
#tags_section{
    height: 45px;
}
#tags_section .tags {
    padding-left: 20px;
    padding-right: 20px;
    /* border: 1px solid #2541B2; */
    width: max-content;
    height: 45px;
    /* border-radius: 10px; */
    text-align: center;
    cursor: pointer;
    display: inline-block;
    color: #C4C4C4;
    font-weight: 400;
    /* transition: all 0.3s ease; */
}
#tags_section span {
    line-height: 43px;
    vertical-align: middle;
}

#tags_section .tags.active {
    /* background-color: rgba(36, 65, 178, 0.15); */
    font-weight: 500;
    border-bottom: 4px solid #2541B2;
    color: #2541B2;
    transition: none;
}

#tags_section .tags:hover {
    /* background-color:rgba(36, 65, 178, 0.15); */
    color: #2541B2;
    transition: all 0.3s ease;
}
#tags_section #other_tags {
    white-space: nowrap;
    /* height: 65px !important; */
    overflow-x: auto;
    border-bottom: 1px solid #E5E5E5;

    /*scrollbar for Firefox */
    scrollbar-color: white white;
    scrollbar-width: thin;
}
/** scrollbar **/
#tags_section #other_tags::-webkit-scrollbar {
    height: 0px;
}
/** end scrollbar **/
.box-arrow-tag-right{
    height: 45px;
}
i.svg-arrow-tag-right{
    content: url('../../../svg/carousel-right.svg')
}
i.svg-arrow-tag-right.size-arrow{
    width: 12px;
}
