.wfh_container {
    border-radius: 12px;
    border: 1px solid var(--Border, #E5E7EB);
}
#box-search .wft_title{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: .4rem;
    background: var(--gray-50, #F9FAFB);
    border-radius: 12px 12px 0px 0px;
    border-bottom: 1px solid var(--Color-Border, #E5E7EB);
}
.wfh_container .wfh_header {
    padding: 12px 16px !important;
    border-radius: 12px 12px 0px 0px;
    color: var(--Text_primary, #333);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: var(--gray-50, #F9FAFB);
}
#box-search .icon_mobdel_wfh{
   
    cursor: pointer;
    display: none;
}
 .clear_fiter .text_clear {
    color: var(--gray-300, #D1D5DB);
    font-family: 'Inter';
    /* text-sm/font-medium */
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    cursor: not-allowed;
    /* 21px */
}
/* .header_filter .clear_fiter .text_clear:hover{
    color: #333;
} */
.box_wfh {
    padding: 16px 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 12px;
}
 .clear_fiter .text_clear.alert_red{
    color: var(--red-500, #F05252) ;
    cursor: pointer;
}
.alert_red_container svg{
    color: var(--red-500, #F05252);
}
.tag_viTri label {
    position: relative;
    font-family: Inter;
    font-style: normal;
}
.custom-checkbox {
    position: relative;
    padding-left: 1.8rem;
    cursor: pointer;
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0 !important;
}
.box_wfh label{
    font-family: Inter;
    position: relative;
    font-style: normal;
    margin: 0;
}
.box_filter  .job_btn{
    padding:1.6rem;
}
.box_filter{
    padding-bottom: 0;
    overflow: hidden;
}
.box_filter .job_btn .searchjob_btn_bottom{
    text-shadow: unset;
    text-transform: capitalize;
}
label input:disabled {
    cursor: not-allowed;
  }
  /* Đối với label, thay đổi kiểu dáng khi input bị disable */
label input:disabled {
    pointer-events: none; /* Ngăn không cho người dùng tương tác với input */
    opacity: 0.5; /* Giảm độ đậm của input khi bị disable */
  }
  label input:disabled {
    background-color: #f0f0f0; /* Màu nền của input */
    color: #888; /* Màu chữ của input */
    pointer-events: none; /* Ngăn tương tác với input */
  }
@media only screen and (max-width: 480px) {
    /* Hide original box-search on mobile */
    #box-search {
        display: none;
        padding:0;
        height: 100%;
        width: 100%;
        overflow: scroll;
    }
    
    
    .isfilter_mobile{
        display:block;
        margin-left: 12px;
    }
    .select2-province.select2-dropdown.select2-dropdown--below{
        width: 100% !important;
    }
    .wfh_container .wfh_header{
        padding: 1.2rem 1.6rem !important;
        border-radius: 0;
        border-bottom: 1px solid var(--Color-Border, #E5E7EB);
        background: var(--gray-50, #F9FAFB);
        color: var(--Text_primary, #333);
        /* text-base/font-semibold */
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;    }
    .box_filter{
        padding-bottom: 0;
    }
    .box_wfh{
        padding: 8px 15px;
    }
    .filter-item_container{
        gap: .8rem;
    }
    .job_btn .searchjob_btn_bottom{
        width: 100%;
    }
    .box_filter  .job_btn{
        padding: 1rem;
        display: grid;
        grid-template-columns: repeat(2, auto);
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        bottom: 0;
        background: var(--white, #FFF);
        box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
    }
    .clear_fiter{
        display: grid;
        grid-template-columns: auto fit-content(100%);
        align-items: center;
        gap: .4rem;

        }
        #box-search{
            top:6.4rem;
        }
    #box-search .icon_mobdel_wfh{
        display: block;
    }
    #box-search .wft_title{
        display: none;
    }
    .box_wfh{
        display: none;
    }
    .box_filter .filter_item{
        gap: .8rem;
    }
    .box_filter{
        gap: .8rem;
        border: unset;
    }
}