.select2-container .select2-selection--multiple {
	height: 36.5px;
    border-radius: 50rem !important;
    padding: 0px;
    padding-top: 1px;
    font-size: 0.8375rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ced4da !important;
}
.select2-container .select2-selection--multiple span {
	color: #495057;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	padding-left: 2px;
	color: #495057;
}

.select2-selection__choice {
	background: #E0E5FD !important;
	background-color: #E0E5FD !important;
	border: 1px solid #dee2e6 !important;
	border-radius: 50rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 0px solid #aaa; 
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0px 0px 0px 6px;
    position: absolute;
    left: 0;
    top: 0;
}

.select2-dropdown {
	top: 32px;
    border: 1px solid #ced4da !important;
}

.select2-results__option {
    padding: 0px;
    font-size: 0.8375rem;
    line-height: 1.5;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 0px; 
    padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-left: 16px;
}

.select2-container--open .select2-selection.select2-selection--multiple {
	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

ul.select2-selection__rendered:has(li:nth-child(3)) > li {
  	max-width: 30% !important
}

.select2-search__field::placeholder {
    padding: 0.19rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1;
    color: #495057;
}

#btn_add_another_link i {
    padding: 11px 12px;
    background: #e8f0f8;
    border-radius: 100%;
    font-size: 12px;
    border: 1px solid transparent;
}

#btn_add_another_link:hover {
    cursor: pointer;
    text-decoration: underline;
}

#btn_add_another_link:hover i{
    border: 1px solid #bad2eb;
    background: #ebf2f9;
}

/*.bs-tooltip-top .tooltip-inner{
    background: #657FF6 !important;
}
.bs-tooltip-top .tooltip-arrow {
      border-top-color: #657FF6 !important;
      border-bottom-color: #657FF6 !important;
}*/


article.brandbooster_show .entry-content a {
    color: #5d98ff;
    cursor: pointer;
}

.entry-title > a {
    text-decoration: none;

}

.card-body h3.entry-title > a {
    max-height: 37px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


#brandbooster_archive_pagination {
    font-family: 'Barlow';
    font-weight: 600;
    color: #012e47;
}
#brandbooster_archive_pagination li a.page-link {
    color: #012e47;
}
#brandbooster_archive_pagination li span.current {
    color: #657ff6;
}

ul#menu-profile li a img.rounded-circle {
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
}

.fixed-select-caret {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 1em;
}

.banner-novita {
    background-color: #022E47!important;
    color: white;
    padding: 9px;
}

.banner-novita p {
    font-weight: 100;
    font-family: 'Barlow';
}

.banner-novita a {
    font-weight: 600;
    font-family: 'Barlow';
    color: white !important;
    font-size: 90%;
}
.banner-novita a span {
    text-decoration: underline;
}

.mw-800 {
    max-width: 800px !important;
}


body.is-novita #content {
    padding-top: 0px !important;
}
body.is-novita .entry-content {
    margin: 0px !important;
}

@media (max-width: 768px) {
    .brandbooster_carousel_your_goals .align-items-center
    {
        display: block !important;
        width: 100%;
    }
    .brandbooster_carousel_your_goals .align-items-center img
    {
        width: 100%;
        max-width: 100% !important;
    }
    .brandbooster_carousel_your_goals .align-items-center .badge_desc {
        text-align: center !important;
        width: 100%;
        min-width: 100%;
        font-size: 14px !important;
        margin-top: 12px;
    }
}

@media (min-width: 768px) {
    .d-none-not-mobile {
        display: none;
    }

    .brandbooster_carousel_latest article {
        display: inline-block;
        max-width: 100% !important;
        min-width: 100%;
        padding: 0px;
    }
    .brandbooster_carousel_latest .slick-slide {
        margin: 0px 10px;
    }
}