.search__container.mc-sb-top {
    top: 10px !important;
}

.search__container.mc-sb-reg {
    top: 62px !important;
}

.search__container {
    transition: all 1s ease;
    width: 100%;
    z-index: 99;
    position: sticky;
    top: 10px;
    text-align: center;
}

.search__title {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ff8b88;
}

.search__input {
    width: 90%;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.search__input::placeholder {
    color: rgba(87, 87, 86, 0.8);
    letter-spacing: 1.5px;
}

/*selector box for popUp*/

.swal2-content {
    display: flex;
    flex-direction: column;

}

.swal2-input {
    min-width: 426px;
    max-width: 427px;
}

#select2-search-container {

    box-sizing: border-box;

    padding: 0;
    z-index: -1;

}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px;
    margin: 0 0 0 25%;
    /*user-select: none;*/
    /*-webkit-user-select: none;*/
    /*margin: 0 auto;*/
    min-width: 326px;
    max-width: 327px;
    padding: 0;
    position: relative;
}

.select2-search--dropdown {
    min-width: 326px;
    max-width: 327px;
    margin: 0 0 0 25%;
}

.select2-container--open .select2-dropdown--below {
    min-width: 326px;
    max-width: 327px;
    /* margin: 0 0 0; */
    position: absolute;
    left: 82px;
}

.select2-selection .select2-selection--single .search-container_popUp {
    margin-left: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    position: relative;
    right: 82px;
}

.dropdown-container_popUp {
    z-index: 9999;
}


@-moz-document url-prefix() {
    .search__input::placeholder {
        color: rgba(87, 87, 86, 0.8);
        letter-spacing: 1.5px;
    }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 37px;
        margin: 0;
        /*user-select: none;*/
        /*-webkit-user-select: none;*/
        /*margin: 0 auto;*/
        min-width: 326px;
        max-width: 327px;
        padding: 0;
        position: relative;
    }

    .swal2-content {
        align-items: center;
        position: relative;
    }

    #select2-search-container {
        box-sizing: border-box;
        margin: auto;
        padding: 0;
        z-index: -1;

    }
    .select2-selection .select2-selection--single .search-container_popUp {
        position: absolute;

    }

    .select2-container--open .select2-dropdown--below {
        position: relative;
        left: 0;
    }

    .swal2-container.swal2-center {
        align-items: center;
        position: absolute;
        left: 164px;
    }
    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 37px;
        user-select: none;
        -webkit-user-select: none;
        max-width: 350px;
        padding: 0;
        position: relative;
        margin: 0;
    }

    .dropdown-container_popUp {
        z-index: 9999;
    }
    .select2-search__field {
        max-height: 37px;
    }
}


/*swal2 color-matching*/
.swal2-title {
    color: #000;
}

.swal2-styled.swal2-confirm {
    background: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

.swal2-styled.swal2-cancel {
    background: var(--buttons_background_color);
    color: var(--active_buttons_text_color);
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: var(--active_buttons_background_color);
    color: var(--active_buttons_text_color);
}

.swal2-progress-steps .swal2-progress-step {
    background: var(--active_buttons_background_color);
    color:var(--active_buttons_text_color);


}

.swal2-progress-steps .swal2-progress-step-line {
    background: var(--active_buttons_background_color);
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #414142;
    color: var(--active_buttons_text_color);
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
    background: #414142;

}




