/* title-part with right buttons section */
.title-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 8px;
}
.content_box .title-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0 8px;
    font-family: "popins_semibold";
}
.title-part.p_fixed {
    position: sticky;
    top: 78px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 -4px 0 #fff;
}
.HeadSticky {
    position: sticky;
    top: 119px;
    z-index: 1;
}
.title {
    font-size: 16px;
    font-family: "popins_semibold";
    color: #000;
}
.right_menu_options {
    display: flex;
    align-items: center;
    width: 50%;
    justify-content: flex-end;
}

.right_menu_options .ad_options {
    display: flex;
    align-items: center;
}
.right_menu_options .ad_options .search {
    margin-left: 15px;
}

.main-filter .select2-container--default .select2-selection--single{
    border: 0;
}
.main-filter .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}
.main-filter .select2-container .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px 0 0;
}
.main-filter .select2-container--default .select2-results>.select2-results__options{
    max-height: 100%;
    overflow-y: auto;
}

.main-filter .select2-container--default .select2-results>.select2-results__options{
    overflow-y: auto;
}
.select2-results__option {
    padding: 4px 15px;
    -webkit-user-select: none;
    font-size: 13px;
    font-weight: 400;
}

