body {
    font-family: Arial, 文泉驛正黑, 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', 微軟正黑體, 'Microsoft JhengHei',
        新細明體, PMingLiU, sans-serif;
}

.filter_btn {
    width: 80%;
    border-radius: 8px;
    background-color: #00a0e9;
    color: #fff;
    border: none;
    outline: none;
}

.location_white_icon {
    height: 16px;
    width: 16px;
    display: inline-block;
    margin-top: 4px;
    background-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/location_white.png);
}
.arrow_left_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-left.png);
    background-position: center;
    left: -13px;
    cursor: pointer;
}
.arrow_right_icon {
    height: 100%;
    width: 45px;
    background-size: 14px;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-right.png);
    background-position: center;
    right: -13px;
    cursor: pointer;
}
/*area_filter start*/
.urban_area {
    box-shadow: 0px 0 9px -5px #000;
}

.urban_area > div {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e6e6e6;
}

.urban_area > div:hover {
    background-color: #fff;
    color: #e40177;
}

.urban_area_select {
    background-color: #fff !important;
    color: #e40177 !important;
}

.district {
    border-bottom: 1px solid #e6e6e6;
}

.district_select {
    color: #007bff;
}

.district_select > :last-child {
    min-width: 15px;
    height: 15px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-image: url(../images/check.png);
    align-self: center;
}

.district:hover {
    color: #007bff;
    background-color: #fffded;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.distance_option {
    display: flex;
    align-items: center;
}

.distance_option > div {
    display: flex;
    align-items: center;
}

.distance_option > div > select {
    width: 50%;
}

.distance_option > div > span {
    margin: 0 5px;
}

/*area_filter end*/
@media screen and (max-width: 575px) {
    .job_description {
        margin-top: -20px;
    }
    .active_category_area::-webkit-scrollbar {
        display: none;
    }
    .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;
    }
    .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;
    }
    .nav-tabs .nav-link{
    	font-size:14px;
    	padding:0.5rem
    	}
}

/*modal*/
.modal_header_bg {
    background: #e40177;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.modal_header_bg_company {
    background: #00a0e9;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#job_filter .search_bar {
    border-radius: 5px;
}

#job_list_search,
#job_list,
#nav-home,
#nav-profile,
#nav-contact,
#noResult {
    height: 430px;
    overflow-y: auto;
    font-size: 12px;
}

#job_filter_footer {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
#job_list > div {
  height: 430px;
  overflow-y: auto;
}
#job_list_search .district {
    border: none;
}

#job_list_search > :first-child,
#job_list_search > :last-child {
    border: none;
}

#job_list_search > div {
    border-bottom: 1px solid #e6e6e6;
}

.job_list_search_item:hover > .district {
    color: #007bff;
    background-color: #fffded;
}
.job_list_search_item:hover {
    background-color: #fffded;
}

.close {
    color: #fff;
    font-size: 2rem;
    font-weight: lighter;
}

.close:hover {
    color: #fff;
}

.modal-content {
    border-radius: 10px;
    overflow: hidden;
}

.job_list_hide {
    display: none;
}

.job_list_search_hide {
    display: none;
}

.backMenu {
    color: #616161;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.btn_style {
    width: 20%;
    background: #e40177;
    color: #fff;
}

.btn_style_company {
    width: 20%;
    background: #00a0e9;
    color: #fff;
}

.btn_style:hover {
    background: #be0062;
    color: #fff;
}
.btn_style_company:hover {
    background: #0082be;
    color: #fff;
}

.btn-secondary {
    width: 13%;
    background-color: #a2a2a2;
    border-color: #a2a2a2;
}

#area_filter .btn_style,
#area_filter .btn_style_company {
    width: 100%;
}

#area_filter .btn-secondary {
    width: 100%;
}

.active_category {
    border: 1px solid #a2a2a2;
    border-radius: 25px;
    color: #a2a2a2;
    padding: 2px 10px;
    font-size: 14px;
    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);
}
.active_category_area {
    overflow-x: auto;
    display: block;
    padding-bottom: 35px;
    position: relative;
}
.active_category_area::-webkit-scrollbar {
    display: none;
}
.active_category_list {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    overflow-x: auto;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}
.active_category .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;
}
.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;
}
.category_quantity_company {
    text-align: center;
    width: 40px;
    height: 20px;
    border: 1px solid #00a0e9;
    background-color: #fff;
    border-radius: 20px;
    color: #00a0e9;
    position: absolute;
    top: -8px;
    right: -1px;
    font-size: 13px;
}
/*modal*/

/*scrollBar*/
/*-------滾動條整體樣式----*/
.active_category_area::-webkit-scrollbar,
.job_refer_detail::-webkit-scrollbar,
#job_list::-webkit-scrollbar,
#nav-home::-webkit-scrollbar,
#nav-profile::-webkit-scrollbar,
#nav-contact::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/*滾動條裡面小方塊樣式*/
.active_category_area::-webkit-scrollbar-thumb,
.job_refer_detail::-webkit-scrollbar-thumb,
#job_list::-webkit-scrollbar-thumb,
#nav-home::-webkit-scrollbar-thumb,
#nav-profile::-webkit-scrollbar-thumb,
#nav-contact::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #c2c2c2;
}

/*滾動條裡面軌道樣式*/
.active_category_area::-webkit-scrollbar-track,
.job_refer_detail::-webkit-scrollbar-track,
#job_list::-webkit-scrollbar-track,
#nav-home::-webkit-scrollbar-track,
#nav-profile::-webkit-scrollbar-track,
#nav-contact::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background: rgba(104, 104, 104, 0.1);
}

/*scrollBar*/
@media screen and (min-width: 991px) {
    #job_list_search,
    #job_list,
    #nav-home,
    #nav-profile,
    #nav-contact,
    #noResult {
        font-size: 15px;
    }
}
