.ocf-noUi-handle {
    background-color: #0D0D0D;
}
.ocf-noUi-connect:before, .ocf-noUi-handle {
    background-color: #0D0D0D;
}
.ocf-value-input::before {
    pointer-events: none;
    background-color: #F3F3F5;
    border: none;
    width: 16px;
    height: 16px;
    border-radius: 4px;
}
.ocf-value-name 
{
    color: #4D4D51;
    font-size: 14px;
    font-weight: 500;
}
.ocf-selected .ocf-value-input::before {
    color: #0D0D0D;
    border-color: #0D0D0D;
    background-color: #0D0D0D;
}
.ocf-theme-light .ocf-search-btn-popover 
{
    background-color: #F3F3F5;
    border-radius: 12px;
    height: 36px;
    border: none;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
  gap:8px;
}
.ocf-theme-light .ocf-search-btn-static
{
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    background-color: #0D0D0D;
    border-radius: 12px;
}
.ocf-btn-link,  .ocf-btn-link:hover{
    font-weight: normal;
    color: #0D0D0D;
    border-radius: 0;
}
.ocf-theme-light .ocf-search-btn-popover:hover 
{
    background-color: #0D0D0D;
}

.ocf-theme-light .ocf-search-btn-popover:hover  {
    color: #FFF;
}
.ocf-theme-light .ocf-search-btn-popover  
{
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #0D0D0D;
    font-weight: 600;
}
.ocf-btn {
    padding: 6px 5px;
}
@media (max-width: 767px) {
    .ocf-btn-mobile-static 
    {
        display: none !important;
    }
    .ocf-theme-light .ocf-filter + .ocf-filter {
        border-top: none;
    }
    .ocf-value-input {
        width: 16px;
        height: 16px;
    }
        .ocf-value .ocf-value-input::after {
        background-size: 8px;
        background-position: center;
    }
}
@media (max-width: 1024px) {
    .ocf-value-input {
       
        flex: 0 0 16px;
        
    }
        .ocf-theme-light .ocf-filter.ocf-active {
        background-color: transparent;
       
    }
    .ocf-noUi-value {
    margin-top: 25px;
    }
}