.talents-category-bar {
    min-height: 55px;
    background-color: #c6a160;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    gap: 5px;
    margin-bottom: 50px;
}

.talents-category-bar .item {
    gap: 5px;
}

.talents-category-bar .item .item-icon {
    align-items: center;
    display: flex;
}

.talents-category-bar .item .item-icon .icon {
    width: 17px;
    height: 17px;
    display: flex;
    fill: #fff;
    align-items: center;
}

.talents-category-bar .item.item-country .item-icon .icon {
    aspect-ratio: 10.38 / 13.08;
}

.talents-category-bar .item.item-profession .item-icon .icon {
    aspect-ratio: 14.37 / 15.34;
}

.talents-category-bar .item.item-talents-status .item-icon .icon {
    aspect-ratio: 14.29 / 12.74;
}

.talents-category-bar .item-title {
    font-size: 14pt;
    font-weight: 500;
    height: 55px;
    display: flex;
    align-items: center;
}

.talents-category-bar .item-arrow-down {
    display: flex;
    align-items: center;
}

.talents-category-bar .item-arrow-down .icon {
    width: 10px;
    aspect-ratio: 7.94 / 7.94;
    height: auto;
    display: block;
    fill: #fff;
}

.talents-category-bar .icon {
}


/* Main container customization */
.ss-main {
    border: none !important;
    height: 100% !important;
    box-shadow: none !important;
    padding: 10px;
    background-color: transparent;
}

/* Hovered option */
.ss-option:hover,
.ss-option.ss-highlight {
    background-color: #c6a160 !important;
    color: #fff !important;
}

/* Selected (active) option */
.ss-option.ss-selected {
    background-color: #c6a160 !important;
    color: #fff !important;
}

/* Multi-select selected item chips */
.ss-value {
    background-color: #c6a160 !important;
    color: #fff !important;
    border: none !important;
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #c6a160;
}

.ss-main .ss-values .ss-value {
    min-height: 30px;
}

.ss-main .ss-values .ss-placeholder {
    font-size: 16pt;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.ss-content .ss-list .ss-option {
    font-weight: 400 !Important;
}


.talents-category-bar .item-title .input-form .ss-main {
    background-color: unset;
    border: 0;
    color: #fff;
    outline: none !important;;
    gap: 10px;
    box-shadow: none !important;
    padding: 0px;
}

.talents-category-bar .item-title .input-form .ss-main .ss-values {
    flex: unset;
    gap: 10px;
    text-transform: uppercase;
}

.talents-category-bar .item-title .input-form .ss-main .ss-deselect svg path,
.talents-category-bar .item-title .input-form .ss-main .ss-arrow path {
    stroke: #fff;
}

.item-slider-wrap {
    position: relative;
}

.item-arrow svg.ss-arrow  {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 12px;
    height: 12px;
    margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.item-arrow svg.ss-arrow  path {
    fill: none;
    stroke: var(--ss-font-color);
    stroke-width: 18;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition-timing-function: ease-out;
    transition: var(--ss-animation-timing);
    stroke: #fff;
}

.input-slider-wrap {
    color: #000;
    padding: 18px 16px;
    border-radius: 8px;
    max-width: 560px;
    position: absolute;
    top: 100%;
    left: 0px;
    display: flex;
    height: auto;
    flex-direction: column;
    width: auto;
    max-height: var(--ss-content-height);
    box-sizing: border-box;
    border: solid 1px var(--ss-border-color);
    background-color: var(--ss-bg-color);
    transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    overflow: hidden;
    z-index: 10000;
}

.input-slider-active .input-slider-wrap {
    opacity: 1;
    transform: scaleY(1);
}

.input-slider-head {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 10px
}

.input-slider-left {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px
}

.input-slider-value {
    font-weight: 700
}

.input-slider-close {
    background: none;
    border: 0;
    color: #ccc;
    font-size: 16px;
    cursor: pointer
}

.input-slider-close:hover {
    color: #fff
}

/* Slider theming -> orange line & knobs on dark bg */
.input-slider {
    margin-top: 4px
}

.noUi-target {
    background: #bdbdbd;
    height: 4px;
    border-radius: 2px;
    border: 0;
    box-shadow: none
}

.noUi-connect {
    background: #c6a160
}

.noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    right: -8px;
    top: -6px;
    border: 0;
    background: #c6a160;
    box-shadow: none
}

.noUi-handle:before, .noUi-handle:after {
    display: none
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -10px;
    top: -5px;
}

.input-slider-left span {
    white-space: nowrap;
}

.advanced-row {
    height: 0px;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none; /* no tab/click when closed */
}

.advanced-row.advanced-row-active {
    height: auto; /* set bigger than your content height */
    opacity: 1;
    pointer-events: auto;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.item-talents-advanced {
    cursor: pointer;
}

.advanced-row .item{
}

/* optional: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
    .advanced-row {
        transition: none;
    }
}

@media (max-width: 1400px) {
    .advanced-row .item{
    }
}
@media (max-width: 768px) {
    .talents-category-bar {
        gap: 20px;
        padding: 20px;
    }

    .talents-category-bar .item {
        width: 100%;
    }
}

