body {
    font-family: Arial, 文泉驛正黑, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 微軟正黑體, 'Microsoft JhengHei',
        新細明體, PMingLiU, sans-serif;
}

.font12 {
    font-size: 12px;
}
.search_bar_2 {
    border: 1px solid #dfe1e5;
    border-radius: 25px;
    align-items: center;
    overflow: hidden;
}

.search_bar_2 input {
    width: 100%;
    padding: 10px 5px;
    font-size: 16px;
    outline: none;
    border: none;
}

.popup_search_bar_2_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.popup_district {
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 1.5;
}

.popup_district_select {
    color: #007bff;
}

.popup_district_select > :last-child {
    min-width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(/admin/menu_2020/images/check.png);
    align-self: center;
}

.popup_district:hover {
    color: #007bff;
    background-color: #fffded;
}
.popup_urban_area {
    box-shadow: 0px 0 9px -5px #000;
}

.popup_urban_area > div {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 1.5;
}

.popup_urban_area > div:hover {
    background-color: #fff;
    color: #e40177;
}

.popup_urban_area_select {
    background-color: #fff !important;
    color: #e40177 !important;
}
.popup_arrow_left_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(/admin/menu_2020/images/arrow-left.png);
    background-position: center;
    left: -13px;
    cursor: pointer;
}
.popup_arrow_right_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(/admin/menu_2020/images/arrow-right.png);
    background-position: center;
    right: -13px;
    cursor: pointer;
}
.popup_clear_icon {
    height: 18px;
    width: 38px;
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/admin/menu_2020/images/close.png);
    margin-right: 9px;
    border-right: 1px solid #ddd;
    cursor: pointer;
}
.popup_search_icon_abc {
    height: 18px;
    width: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(/admin/menu_2020/images/search_hover.png);
    transition: all 0.3s;
    cursor: pointer;
}

.popup_search_bar_2_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.popup_close {
    color: #fff;
    font-size: 2rem;
    font-weight: lighter;
}

.popup_close:hover {
    color: #fff;
}

.popup_back_icon {
    height: 14px;
    width: 14px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/back.png);
    display: inline-block;
}
@media screen and (max-width: 575px) {
    .popup_active_category_area::-webkit-scrollbar {
        display: none;
    }
    .popup_arrow_left_icon {
        height: 100%;
        width: 45px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow-left.png);
        background-position: center;
        top: 0px;
        left: -12px;
        cursor: pointer;
    }
    .popup_arrow_right_icon {
        height: 100%;
        width: 45px;
        background-size: 14px;
        background-repeat: no-repeat;
        background-image: url(../images/arrow-right.png);
        background-position: center;
        top: 0px;
        right: -12px;
        cursor: pointer;
    }
}
/*modal*/
.modal_header_bg {
    background: #e40177;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#menu_obj .search_bar_2 {
    border-radius: 5px;
}

#popup_job_list_search,
#popup_job_list,
#popup_job_list > div {
  height: 430px;
  overflow-y: auto;
}
#popup_noResult {
    height: 430px;
    overflow-y: auto;
    font-size: 12px;
}

#popup_job_filter_footer {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

#popup_job_list_search .popup_district {
    border: none;
}

#popup_job_list_search > :first-child,
#popup_job_list_search > :last-child {
    border: none;
}

#popup_job_list_search > div {
    border-bottom: 1px solid #e6e6e6;
}

.popup_job_list_search_item:hover > .popup_district {
    color: #007bff;
    background-color: #fffded;
}
.popup_job_list_search_item:hover {
    background-color: #fffded;
}

.popup_close {
    color: #fff;
    font-size: 2rem;
    font-weight: lighter;
}

.popup_close:hover {
    color: #fff;
}

.modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.popup_job_list_hide {
    display: none;
}

.popup_job_list_search_hide {
    display: none;
}

.popup_backMenu {
    color: #616161;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.popup_btn_style {
    width: 20%;
    background: #e40177;
    color: #fff;
}

.popup_btn_style:hover {
    background: #be0062;
    color: #fff;
}

.popup_btn-secondary {
    width: 13%;
    background-color: #a2a2a2;
    border-color: #a2a2a2;
    color: #fff;
}

#menu_obj .popup_btn_style,
.popup_btn_style {
    width: 100%;
}

#menu_obj .popup_btn-secondary,
.popup_btn-secondary {
    width: 100%;
}

.popup_active_category {
    border: 1px solid #a2a2a2;
    border-radius: 25px;
    color: #a2a2a2;
    padding: 2px 10px;
    font-size: 14px;
    line-height:1.5;
    margin-right: 5px;
    display: inline-block;
}
.right_boxShadow {
    box-shadow: inset -11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.left_boxShadow {
    box-shadow: inset 11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.x_boxShadow {
    box-shadow: inset -11px 0px 10px -10px rgba(0, 0, 0, 0.1), inset 11px 0px 10px -10px rgba(0, 0, 0, 0.1);
}
.popup_active_category_area {
    overflow-x: auto;
    display: block;
    padding-bottom: 35px;
    position: relative;
}
.popup_active_category_area::-webkit-scrollbar {
    display: none;
}
.popup_active_category_list {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    overflow-x: auto;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
.popup_active_category .popup_active_category_close {
    height: 10px;
    width: 10px;
    margin-left: 5px;
    background-size: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/category_close.png);
    display: inline-block;
    cursor: pointer;
}
.popup_category_quantity {
    text-align: center;
    width: 40px;
    height: 20px;
    border: 1px solid #e40177;
    background-color: #fff;
    border-radius: 20px;
    color: #e40177;
    position: absolute;
    top: -8px;
    right: -1px;
    font-size: 13px;
     line-height: 1.4;
}
/*modal*/

/*scrollBar*/
/*-------滾動條整體樣式----*/
.popup_active_category_area::-webkit-scrollbar,
#popup_job_list::-webkit-scrollbar,

/*滾動條裡面小方塊樣式*/
.popup_active_category_area::-webkit-scrollbar-thumb,
#popup_job_list::-webkit-scrollbar-thumb,
/*滾動條裡面軌道樣式*/
.popup_active_category_area::-webkit-scrollbar-track,
#popup_job_list::-webkit-scrollbar-track,

/*scrollBar*/
@media screen and (min-width: 991px) {
    #popup_job_list_search,
    #popup_job_list,
    #popup_noResult {
        font-size: 15px;
    }
}
