﻿.search-header-middle {
    /* height: 80px; */
/*    font-family: Inter;*/
    /*    background: linear-gradient(332.18deg, #B39EFD 23.27%, rgba(154, 210, 229, 1) 57.05%, #FFFFFF 77.63%);*/
    background: linear-gradient(184.72deg, rgba(96, 42, 203, 0.8) 25.78%, rgba(96, 42, 203, 0.8) 94.87%);
    margin-top: 45px;
    position: sticky;
    top: 0px;
    z-index: 99;
}
/*
#default-text-category .text-name-profession {
    white-space: nowrap;
    Ngăn văn bản xuống hàng overflow: hidden;
    Ẩn phần văn bản bị tràn text-overflow: ellipsis;
}*/

#search-ui-grid-first {
    top: 120px;
    left: 300px;
    right: 300px;
    margin-top: 45px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    padding: 9px 9px 9px 9px;
    border-radius: 30px !important;
    /*    background: #c5bce4;*/
    background: white;
    border-radius: 10px;
}

#qwe {
    color: white;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #794AFF;
}
#qwe:hover{
    background:#6c39fc;
}

#reset-btn {
    background: white;
    border: 1px solid #794AFF;
    color: #794AFF;
    width: 45%;
}

#left-column-list-job {
    height: 1200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 4px 0px 15px !important;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    position: relative;
}

.left-column-list-job .card-content {
    outline: 1px dashed #9d8f8f;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
/*    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Helvetica, Apple Color Emoji, Arial, sans-serif, Segoe UI Emoji, Segoe UI Symbol !important;*/
}

/*.header-search-job-load .header-search-job-load-logo img {
    width: 70px;
    height: 70px;
    border: 1px solid #7158E2;
    border-radius: 10px;
    margin-right: 10px;
    object-fit: contain;
}*/

.second-header-left-column {
    border: 1px solid #947DFF;
    border-radius: 10px;
    padding: 5px 15px 15px 15px;
    height: 100%;
}

.header-search-job-load {
    display: flex;
}

.job-list-right-header {
    display: flex;
    gap: 5px;
}

#filter-nang-cao {
    color: #737373;
    padding: 8px;
    background: white;
    border-radius: 10px;
    border: 1px solid rgba(34, 36, 38, .15);
}

/*#fourth-box {
    background-color: white;
    align-items: center;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}*/


#default-text-category {
/*    justify-content: space-between;*/
    display: flex;
    font-size: 14px;
    color: #333333;
}

/*#default-text-city {
    justify-content: space-between;
    display: flex;
    color: #333333;
    font-size: 14px;
}*/

#first-box {
    background: white;
    padding:5px;
}

#second-box {
    background: white;
    padding: 14px;
}

#third-box {
    padding: 5px;
}

#job-list-header {
    margin-top: -3px;
}


.second-header-left-column .company-name-right {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-top: 20px;
}

.second-header-left-column .button-apply .ungtuyen-button {
    border-radius: 10px;
    padding: 6px 20px 6px 20px;
    background: #7158E2;
    color: white;
    margin-top: 10px;
}

.middle-content-left-list-job {
    margin-bottom: 5px;
}

#content-right-column {
    overflow-y: auto;
    height: 500px;
}





/*.search-mobile-tablet-show {*/
    /* background: #7158E2; */
    /*background: linear-gradient(332.18deg, #B39EFD 23.27%, rgba(154, 210, 229, 1) 57.05%, #FFFFFF 97.63%);
}*/

.form-search-mobile-tablet {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
}

#search-mobile-tablet {
    width: 100% !important;
}

#search-mobile-tablet-button {
    background: #794AFF;
    color: white;
    font-weight: 400;
}

#search-mobile-tablet .prompt {
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .search-mobile-tablet-show {
        display: none;
    }
}

/*@media(max-width: 1199px) {
    .search-header-middle {
        display: none;
    }
}*/
