﻿:root {
    --color-primary: #3b4190;
}

.contact-section {
    top: 0px;
    bottom: 0px;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.form-content-box {
    max-width: 500px;
    color: #7c7c7c;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

    .form-content-box .details {
        padding: 40px 30px 40px;
        background: #fff;
        border-radius: 10px 10px 0 0;
    }

    .form-content-box h3 {
        margin: 0 0 30px;
        font-size: 22px;
        font-weight: 600;
    }

    .form-content-box .input-text {
        width: 100%;
        padding: 12.5px 15px;
        font-size: 15px;
        border: 1px solid #dbdbdb;
        outline: none;
        color: #717171;
        border-radius: 3px;
        height: 50px;
    }

    .form-content-box .form-group {
        margin-bottom: 25px;
    }

    .form-content-box .checkbox a {
        color: #535353;
        text-decoration: none;
        font-size: 15px;
    }

.btn-md {
    cursor: pointer;
    padding: 13px 30px 11px 30px;
    letter-spacing: 1.5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
}

.button-theme {
    color: #fff !important;
    outline: none;
    border: none;
    background: var(--color-primary);
}

.btn-block {
    display: block;
    width: 100%;
}

.form-content-box .footer {
    font-size: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #ececec;
    font-weight: 400;
}

    .form-content-box .footer span a {
        color: var(--color-primary);
    }

        .form-content-box .footer span a:hover {
            color: #8b8b8b;
        }

    .form-content-box .footer span a {
        text-decoration: none;
    }

.form-content-box .checkbox {
    padding-left: 0;
    margin: 15px 0;
}

.form-group {
    position: relative;
}

    .form-group .icon-left {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        color: var(--color-primary);
    }

.form-group-icon .input-text {
    padding-left: 42px;
}

/*Radio Button*/
input[type=radio] + label:before {
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: #fff;
    content: "";
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #a8afb6;
}

input[type=radio]:checked + label:before {
    background: radial-gradient(var(--color-primary) 0, var(--color-primary) 40%, transparent 50%, transparent);
    border-color: var(--color-primary);
}

input[type=radio] {
    display: none;
}
/*Radio Button*/

/*Tuyển gấp
    - Grid list & responsive
*/

.box-result .tuyen-gap-content .grip-tuyen-gap {
    display: grid;
    grid-template-columns: 1fr 1fr;
  
}

@media (max-width: 768px) {
    .box-result .tuyen-gap-content .grip-tuyen-gap {
        grid-template-columns: 1fr;
    }
}

.employer-item {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 5px 5px 10px 5px ;
    padding: 20px 10px 0 20px;
    position: relative;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex;*/
    -webkit-box-align: start;
    -ms-flex-align: start;
    /*align-items: flex-start;*/
}
/*Việc tìm người*/


.viec-tim-nguoi-list {
    display: grid;
    grid-template-columns: 1fr 1fr;

}

@media (max-width: 768px) {
    .viec-tim-nguoi-list {
        grid-template-columns: 1fr;
    }
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.employer-item .employer-logo img {
    width: 80px;
    margin-right: 20px;
}

a {
    cursor: pointer;
    color: #4d4d4d;
}

.employer-item h4 {
    /*margin: 5px 0 10px;*/
    font-size: 15px;
    font-weight: 500;
}

.employer-company {
    font-size:14px;
}

    .employer-company a {
        color: var(--color-primary) !important;
    }

.employer-item ul {
    display: inline-block;
    list-style: none;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px;
}

    .employer-item ul li {
        float: left;
        font-size: 11px;
        color: #777;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        margin-bottom: 10px;
        margin-right: 6px;
        height: 32px;
        background-color: rgba(176, 213, 232, 0.15);
    }

.sidebar-title {
    font-size: 21px;
    position: relative;
    margin: 0 0 7px;
    font-weight: 600;
}

.s-border {
    width: 50px;
    height: 1px;
    margin-bottom: 2px;
    border-radius: 50px;
    background: #696b6f;
}

.m-border {
    width: 25px;
    height: 1px;
    margin-bottom: 30px;
    border-radius: 50px;
    background: #696b6f;
}

.text-success {
    color: #00b074 !important;
}

.text-danger, .text-danger * {
    color: #ff214f !important;
}

    .text-danger.field-validation-error {
        font-size: 14px;
    }

.candidate-item-2 {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
}

    .candidate-item-2 img {
        width: 80px;
        height: 80px;
        border-radius: 100px;
        margin-bottom: 20px;
        object-fit: cover;
    }

img {
    vertical-align: middle;
    border-style: none;
}

.candidate-item-2 h4 {
    font-size: 20px;
    font-weight: 500;
}

    .candidate-item-2 h4 a {
        color: var(--color-primary);
    }

.candidate-item-2 ul {
    margin-bottom: 20px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #535353;
}

.candidate-item-2 ul li {
    margin-bottom: 5px;
    font-size: 15px;
}

.candidate-item-2 .apply-button {
    padding: 5px 30px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 3px;
}

.apply-button {
    border: solid 1px var(--color-primary);
    background: var(--color-primary);
}

    .apply-button:hover {
        background: var(--color-primary);
        border: solid 1px var(--color-primary);
    }


h4 small {
    color: #535353;
    font-size: 14px;
}

.main-item {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .main-item .company-logo {
        width: 80px;
        height: 80px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .main-item .company-logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            overflow: hidden;
            border-radius: 5px;
        }

    .main-item .description {
        margin: 0 0 0 100px;
    }

        .main-item .description h5 {
            font-size: 21px;
            margin: 10px 0 10px;
            font-weight: 600;
        }

        .main-item .description ul {
            display: inline-block;
            list-style: none;
            font-weight: 500;
            padding: 0;
            margin: 0;
        }

            .main-item .description ul li {
                float: left;
                margin-right: 20px;
                font-size: 15px;
            }

                .main-item .description ul li i {
                    margin-right: 2px;
                }

.mb-40 {
    margin-bottom: 40px;
}

.heading-2 {
    margin: 0 0 24px;
    font-size: 20px;
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 25px;
    color: #535353;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #4d4d4d;
}

.amenities ul li {
    margin-bottom: 10px;
    font-size: 15px;
    /*font-weight: 500;*/
    padding-left: 25px;
    position: relative;
}

    .amenities ul li i {
        color: #ff214f;
    }

.sidebar-right-2 {
    border: dashed 1px transparent;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.widget {
    /*margin-bottom: 25px;*/
    padding: 0 20px 25px;
}

.search-button {
    cursor: pointer;
    padding: 14px 26px 12px;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 2px;
    border: none;
    width: 100%;
    outline: none;
    background-color: none;
}

.btn-outline {
    border: solid 1px var(--color-primary);
    color: var(--color-primary);
    background-color: #fff;
}

.sj-btn {
    padding: 13px 25px 11px;
}

.job-overview ul {
    padding: 0;
    width: 100%;
    margin: 0;
}


    .job-overview ul li {
        float: left;
        position: relative;
        padding-left: 40px;
        border-bottom: solid 1px #efefef;
        width: 100%;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .job-overview ul li i {
            left: 0;
            position: absolute;
            top: 7px;
            font-size: 25px;
        }

        .job-overview ul li h5 {
            float: left;
            width: 100%;
            font-size: 17px;
            margin: 0;
            font-weight: 600;
        }

        .job-overview ul li span {
            float: left;
            width: 100%;
            font-weight: 500;
            font-size: 14px;
            margin-top: 5px;
        }


        .job-overview ul li:last-child {
            border: none;
            margin-bottom: 0;
            padding-bottom: 0;
        }

.btn-outline:hover {
    border: solid 1px var(--color-primary);
    background: var(--color-primary);
    color: #fff;
}

span {
    color: #535353;
}

.education-box {
    margin: 0 0 30px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .education-box .icon {
        position: absolute;
        width: 70px;
        height: 70px;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        border-radius: 50px;
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

        .education-box .icon i {
            line-height: 70px;
        }

    .education-box .employer-info {
        margin: 0 0 0 100px;
    }

    .education-box h5 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
    }

    .education-box .employer-info h6 {
        color: #ff214f;
    }

    .education-box .employer-info p {
        margin-bottom: 0;
    }

.hr-boder {
    margin: 25px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.option-bar {
    margin-bottom: 30px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

    .option-bar .sort {
        color: #4d4d4d;
        font-size: 15px;
        font-weight: 600;
        margin-right: 10px;
        line-height: 35px;
    }


/*Custom Select2*/
.select2 {
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.select2-selection__rendered {
    color: #777 !important;
}

.select2-search__field {
    outline: none;
    background: #fff !important;
    border: 1px solid #e9eaec !important;
    border-radius: 4px;
    outline: none;
}

    .select2-search__field:focus-visible {
        outline: none;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #f8f9fa;
    color: var(--color-primary);
    font-weight: bold;
}

.select2-container--default .select2-results__option--selected {
    background-color: #f8f9fa;
}

.select2-container--open .select2-dropdown {
    border: none;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12)
}

.select2 {
    height: min-content;
    width: 100%;
    display: flex;
    align-items: center;
}

.select2-icon {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 100%;
    padding-left: 35px;
}

/* width */
.select2-results__options::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.select2-results__options::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.select2-results__options::-webkit-scrollbar-thumb {
    background: #DEE0E2;
}

    /* Handle on hover */
    .select2-results__options::-webkit-scrollbar-thumb:hover {
        background: #DEE0E2;
    }

.select2-container--default .select2-selection--single {
    border: none;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        transform: translateY(-50%);
    }

.selection {
    width: 100%;
}
/*Custom Select2*/

.recent-listing .media h5 {
    margin-bottom: 7px;
    font-weight: 600;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Giới hạn tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .recent-listing .media h5 a {
        font-size: 15px;
    }

.recent-listing .listing-post-meta {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.recent-listing .media img {
    width: 60px;
    border-radius: 2px;
}

.sidebar-right {
    border: dashed 1px transparent;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 30px;
}

.widget-4 {
    padding: 30px 20px 30px;
    border-radius: 3px;
}

.advanced-search .form-control {
    border: 1px solid #dbdbdb;
    box-shadow: none;
    border-radius: 3px;
    height: 45px;
    /*    font-weight: 500 !important;
    font-size: 15px !important;*/
}

.sorting-options {
    float: right;
}

hr:not([size]) {
    height: 0;
}

.job-item {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
    width: 100%;
}

.ji-3 {
    box-shadow: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 0;
}

.job-item .company-logo img {
    width: 80px;
    margin-right: 10px;
}

.job-item h4 {
    margin: 5px 0 10px;
    font-size: 20px;
    font-weight: 500;
}

.job-item ul {
    display: inline-block;
    list-style: none;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

    .job-item ul li {
        float: left;
        margin-right: 20px;
        font-size: 14px;
        color: #777;
    }

.job-item .apply-button {
    padding: 7px 22px;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 1px;
    color: #fff;
    border-right: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 20;
}

.apply-button {
    border: solid 1px var(--color-primary);
    background: var(--color-primary);
}

.bg-active {
    background: var(--color-primary);
    color: #fff !important;
}

/*.dashboard-table-responsive .table th, .table td, .table th {
    padding: 20px 10px;
    font-size: 15px;
}*/

.dashboard-table-responsive .table thead th {
    border-bottom: 1px solid #eee;
    border-top: none;
    font-weight: 500;
}

.dashboard-table-responsive .table th, .table td {
    padding: 20px 10px;
    font-size: 15px;
}

.dashboard-table-responsive .table td, .table th {
    border-top: 1px solid #eee;
}

.dashboard-table-responsive .table th, .table td {
    padding: 20px 10px;
    font-size: 15px;
}

.job-item .btn-1 {
    border: none;
    cursor: pointer;
    padding: 6px;
    width: 35px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    outline: none;
    font-size: 12px;
    border-radius: 25px;
    font-weight: 500;
    background: #e9ecef;
    color: #4d4d4d;
    /*margin-top: 5px;*/
}

    .job-item .btn-1:hover {
        background: var(--color-primary);
    }

    .job-item .btn-1:hover {
        color: #fff;
    }

.dashboard-list {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

    .dashboard-list .heading {
        padding: 15px 25px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
    }

.dashboard-message {
    /*float: left;*/
    padding: 25px 10px;
    position: relative;
    border-bottom: 1px solid #eee;
    /*width: 100%;*/
}

.edit-profile-photo {
    background: var(--color-primary);
}

.edit-profile-photo {
    position: relative;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    padding: 2px;
}

    .edit-profile-photo img {
        width: 100%;
    }

.change-photo-btn {
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: -15px;
    left: 40%;
    width: auto;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    background: var(--color-primary);
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 12px 12px;
    border-radius: 50px;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #fff;
}

    .photoUpload span {
        color: #fff;
        font-weight: 600;
    }

    .photoUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity = 0);
    }

.contact-1 .form-group {
    margin-bottom: 20px;
}

.contact-1 .form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    outline: 0;
    height: 45px;
    border-radius: 3px;
}

/*Toggle switch*/
.switch {
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 22px;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 100rem;
    transition: background-color 0.25s linear;
}

    .switch:after {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background-color: #fff;
        top: 0;
        left: 0;
        transition: background-color 0.25s linear, transform 0.25s linear;
        box-shadow: 0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 0px 0 hsla(0, 0%, 0%, 0.04), 0 4px 9px hsla(0, 0%, 0%, 0.13), 0 3px 3px hsla(0, 0%, 0%, 0.05);
    }

.switch-input {
    display: none;
}

    .switch-input:checked + .switch {
        background-color: #52CB6E;
    }

        .switch-input:checked + .switch:after {
            transform: translateX(14px);
            background-color: white;
        }
/*Toggle switch*/
.coming-soon-bg {
    background: rgba(0, 0, 0, 0.04) url("../images/register-done-bg-hoanglamnguyentb.jpg") top left repeat;
    background-size: cover;
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
}

    .coming-soon-bg:before {
        text-shadow: none;
        opacity: 0.8;
        content: "";
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #131313;
    }

    .coming-soon-bg:before {
        text-shadow: none;
        opacity: 0.8;
        content: "";
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        background: #131313;
    }

.coming-soon-inner {
    text-align: center;
    margin: 0 auto;
    max-width: 820px;
    color: #fff;
}

    .coming-soon-inner h1 {
        font-weight: 600;
        font-size: 50px;
        margin-bottom: 50px;
        color: #fff;
    }

    .coming-soon-inner h6 {
        color: #fff;
        font-size: 16px;
        margin-bottom: 15px;
        letter-spacing: 1px;
    }

    .coming-soon-inner a {
        color: #fff;
        font-size: 16px;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-decoration: none;
    }

.submit-address form .input-text {
    width: 100%;
    padding: 10px 17px;
    font-size: 16px;
    border: 1px solid #dbdbdb;
    outline: none;
    color: #6c6c6c;
    height: 45px;
    border-radius: 2px;
}

.submit-address form .form-group-icon .input-text {
    padding-left: 42px;
}

.page_loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lds-ring,
.lds-ring div {
    box-sizing: border-box;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 48px;
        height: 48px;
        margin: 6px;
        border: 6px solid #fff;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #fff transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.tooltip-flash-job {
/*    position: absolute;
    top: -10px;
    left: -8px;*/
}

    .tooltip-flash-job img {
        height: 25px;
    }

.tooltip-vieclam .tooltip-nghidinh-70 {
    font-size: 10px;
    background: red;
    padding: 2px 5px;
    cursor: default;
    border-radius: 3px;
    color: #fff;
    margin-top: 1.5px;
    position: relative;
}

    .tooltip-vieclam .tooltip-nghidinh-70 span{
        color: #fff;
    }

.only-nghidinh-70 {
    margin-left: 2px;
}

    .tooltip-vieclam.only-nghidinh-70 .tooltip-nghidinh-70{
        border-radius: 0 3px 3px 0;
    }

    .tooltip-vieclam.only-nghidinh-70 .tooltip-nghidinh-70::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 19px;
        left: 0;
        border-top: 6px solid #d32435;
        border-left: 6px solid transparent;
    }

    .tooltip-vieclam {
        position: absolute;
        top: -10px;
        left: -8px;
        display: flex;
        gap: 10px;
        justify-content: center;
        align-items: start;
    }

.lds-facebook,
.lds-facebook div {
    box-sizing: border-box;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-facebook div {
        display: inline-block;
        position: absolute;
        left: 8px;
        width: 16px;
        background: var(--color-primary);
        animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    }

        .lds-facebook div:nth-child(1) {
            left: 8px;
            animation-delay: -0.24s;
        }

        .lds-facebook div:nth-child(2) {
            left: 32px;
            animation-delay: -0.12s;
        }

        .lds-facebook div:nth-child(3) {
            left: 56px;
            animation-delay: 0s;
        }

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 64px;
    }

    50%, 100% {
        top: 24px;
        height: 32px;
    }
}

.box-result {
    position: relative;
}

    .box-result .lds-facebook {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

textarea.form-control {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    outline: 0;
    min-height: 150px;
    border-radius: 3px;
}


    textarea.form-control:focus {
        box-shadow: none;
        border: 1px solid #dbdbdb;
    }

.candidate-item {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
    position: relative;
}

    .candidate-item .user-logo img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        margin-right: 20px;
    }

    .candidate-item h4 {
        margin: 5px 0 10px;
        font-size: 20px;
        font-weight: 500;
    }

    .candidate-item ul {
        display: inline-block;
        list-style: none;
        font-weight: 500;
        padding: 0;
        margin: 0;
    }

        .candidate-item ul li {
            float: left;
            margin-right: 20px;
            font-size: 14px;
            color: #777;
        }

    .candidate-item .apply-button {
        background: var(--color-primary);
        border: solid 1px var(--color-primary);
        ;
    }

    .candidate-item .apply-button {
        padding: 7px 22px;
        border-radius: 50px 0 0 50px;
        font-size: 13px;
        font-weight: 400;
        margin-top: 0;
        letter-spacing: 1px;
        color: #fff;
        border-right: none;
        position: absolute;
        top: 32px;
        right: 0;
        z-index: 20;
    }


.job-item .job-status {
    padding: 7px 22px;
    border-radius: 50px 0 0 50px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: 1px;
    color: #fff;
    border-right: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 20;
}

.job-item .job-status {
    background: var(--color-primary);
    border: solid 1px var(--color-primary);
}

    .job-item .job-status.TUCHOITTUYEN {
        background: #d14249;
        border: solid 1px #d14249;
    }

    .job-item .job-status.TRUNGTUYEN {
        background: #198754;
        border: solid 1px #198754;
    }

.hide {
    display: none;
}
/*
    ---CSS box Liên hệ tại Việc làm đã ứng tuyển
    au: hoasu
*/
/*Đặt message bên dưới trạng thái*/
.job-message {
    padding: 7px 10px;
    /* border-radius: 50px 0 0 50px; */
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    border-right: none;
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 20;
    border-radius: 20px;
}
/*end*/

#messagebox {
    display: none;
    right: 35px;
    z-index: 9999;
    width: 200px;
    position: absolute;
    margin-top: 15px;
}

    #messagebox a {
        color: #2800ff
    }

    #messagebox p {
        font-size: 13px;
        margin-bottom: 5px;
    }

    #messagebox .label {
        font-weight: 600;
    }

    #messagebox .head_chat_box {
        display: flex;
        justify-content: space-between;
        padding: 5px 10px 5px 10px;
        background: #91abff87;
    }

    #messagebox .chat_box {
        background: #fff;
    }

        #messagebox .chat_box .content_chatbox {
            padding: 10px 10px 0 10px;
            box-shadow: 0 4px 9px -1px #cfdeff;
        }

            #messagebox .chat_box .content_chatbox:last-child {
                box-shadow: none;
            }

        #messagebox .chat_box .body_chatbox {
            height: 250px;
            overflow: auto;
        }

.cursor-pointer {
    cursor: pointer;
}

.swal2-title {
    font-size: 24px !important;
    color: var(--color-primary) !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 16px !important;
    color: #7c7c7c !important;
}
