.upload {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 22px;
}
.upload-zone {
    position: relative;
    display: grid;
    place-items: center;
    border: 2px dashed #ddd;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    border-radius: 100px;
    border: 1px dashed var(--Light_mode-Gray_Scale-70, #ccc);
    background: #fafafa;
}
.upload-zone:hover {
    border-color: var(--primary);
}
.upload-zone::before {
    content: "";
    background-image: url("../img/icon/image-upload.svg");
    font-size: 14px;
    pointer-events: none;
    text-align: center;
    padding: 4px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}
.upload-zone.has-image::before {
    content: "";
    display: none;
}
.upload-btn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.is-avatar .upload-zone {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-radius: 100px;
}
.is-cover .upload-zone {
    width: 100%;
    max-width: 330px;
    height: 145px;
    border-radius: 18px;
}
.upload-preview {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    pointer-events: none;
}
.is-avatar .upload-preview {
    border-radius: 50%;
}
.upload-action {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    /* align-items: center; */
    flex-direction: column;
}
.btn {
    appearance: none;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 400;
    border-radius: 100px;
    border: 1px solid var(--Light-Primary-50);
    background: #f3f5fb;
    color: var(--Light-Primary-50);
    margin-top: 8px;
    display: inline-flex;
    gap: 4px;
}
.btn.remove {
    border-color: #b91c1c;
    color: #b91c1c;
    background-color: #fffefe;
    display: none;
}
.hint {
    font-size: 14px;
    color: var(--Light_mode-Gray_Scale-40);
    font-weight: 300;
}
input[type="file"] {
    display: none;
}
.profile {
    background: #f7f7fb;
    padding: 60px 0;
}
.profile-header {
    border-radius: 24px;
    background: linear-gradient(272deg, #0071e3 -2.42%, #1235ae 103.77%);
    padding: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 32px;
}
.profile-header h1 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 16px;
}
.profile-header p {
    font-size: 16px;
    font-weight: 300;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}
.profile-menu {
    padding: 24px;
    border-radius: 24px;
    border: 1px solid var(--Light-Primary-50);
    background: var(--Light_mode-Gray_Scale-100);
}

.profile-menu li a {
    display: block;
    padding: 16px;
    border-radius: 12px;
    font-weight: 600;
}
.profile-menu li:not(:last-child) {
    margin-bottom: 8px;
}
.profile-menu li:hover a,
.profile-menu li.active a {
    background: linear-gradient(271deg, #0071e3 -9.79%, #1235ae 109.5%);
    color: #fff;
}
.profile-box {
    border-radius: 24px;
    border: 1px solid var(--Light-Primary-50);
    background: #fff;
    padding: 48px 56px;
}
.profile-box .c-button-1 {
    width: 100%;
    justify-content: center;
    padding: var(--sp-20) var(--sp-24);
}
.profile-show {
    position: absolute;
    right: 28px;
    top: 16px;
    background: var(--Light-Primary-50);
    padding: 12px 26px;
    border-radius: 32px;
    color: #fff;
    display: flex;
    gap: 8px;
    transition: 0.3s;
}
.profile-show img {
    filter: brightness(0) invert(1);
}
.profile-show:hover {
    background-color: #eb2813;
}
.profile-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    gap: 8px;
    margin-bottom: 48px;
}
.profile-title i {
    color: #fff;
    background-color: rgba(75, 169, 255, 1);
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}
.profile-note {
    margin-bottom: 16px;
    padding: 12px;
    font-weight: 300;
    border-radius: 8px;
    font-size: 16px;
    border-left: 3px solid var(--Light-Fin-50, #fbce04);
    background: var(--Light-Fin-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #fbce04);
}
.profile-note span {
    font-weight: 500;
}
.profile-note a {
    font-weight: 500;
    color: #0c904b;
}
.profile-note i {
    color: #fbce04;
    margin-right: 8px;
}
.select .ts-control {
    padding: 20px 24px !important;
}
.select .ts-control input {
    font-weight: 300;
}
.ts-wrapper.multi .ts-control > div {
    font-size: 10px;
    margin-bottom: 0;
}
.form-textarea {
    border-radius: 20px;
    overflow: hidden;
}
.form-textarea textarea {
    font-weight: 300;
    color: #343a40;
}
.form-more {
    background-color: #1a1a1a;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    color: #fff !important;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 8px;
    position: relative;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    transition: opacity 0.3s;
    white-space: nowrap;
    font-size: 10px;
    color: #fff !important;
    font-weight: 300;
    text-transform: none;
}

.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}
.form-more:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
#working-experience .c-form-border {
    margin-bottom: 12px;
}
#working-experience .c-form-border .c_input {
    padding: 20px 40px 20px 24px;
}
.remove-field {
    cursor: pointer;
    color: #b0b0b0;
    font-weight: 300;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    font-size: 22px;
    z-index: 999;
}

.uploader {
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    border: 1px solid #eee;
}
.upload-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px dashed #d9d9d9;
    background: #fff;
    color: #1f1f1f;
    border-radius: 8px;
    padding: 10px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.2s ease;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}
.upload-trigger:hover {
    border-color: #1677ff;
    color: #1677ff;
}

.uploader .file-list {
    list-style: none;
    padding: 0;
}
.uploader .file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    /* padding: 6px 0; */
    border-bottom: 1px dashed transparent;
}
.uploader .file-icon {
    color: #ff4d4f;
    display: inline-flex;
}
.uploader .file-name {
    color: #ff4d4f;
    text-decoration: none;
    font-size: 14px;
    flex: 1;
    white-space: nowrap;
}
.uploader .file-remove {
    border: none;
    background: transparent;
    color: #ff4d4f;
    cursor: pointer;
    padding: 4px;
}
.uploader .file-remove:hover {
    background: rgba(255, 77, 79, 0.08);
}

.uploader .file-progress {
    width: 100%;
    height: 6px;
    margin-top: 6px;
    appearance: none;
}
.uploader .file-progress::-webkit-progress-bar {
    background: #f5f5f5;
    border-radius: 999px;
}
.uploader .file-progress::-webkit-progress-value {
    background: #1677ff;
    border-radius: 999px;
}
.uploader .file-progress::-moz-progress-bar {
    background: #1677ff;
    border-radius: 999px;
}

.uploader .help {
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 8px;
}
.uploader .error {
    color: #ff4d4f;
    font-size: 12px;
    margin-top: 6px;
}
.uploading-text {
    font-weight: 300;
}
.c-checkbox label span {
    color: var(--Light-Primary-50);
    font-size: 18px;
    transform: translateY(4px);
    font-weight: 600;
}
.c-checkbox .c-checkbox-text {
    color: var(--Light_mode-Gray_Scale-40);
    font-size: 14px !important;
    font-weight: 300;
    display: block;
    margin-left: 30px;
}
.ql-toolbar.ql-snow {
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid #ccc;
}
.ql-container.ql-snow {
    border-radius: 0 0 40px 40px;
    margin-top: -17px;
    padding-top: 20px;
}
.ql-container {
    font-size: 16px;
}
.profile-sticky {
    position: sticky;
    top: 10px;
}
@media (max-width: 991px) {
    .profile {
        padding: 30px 0;
    }
    .profile-header {
        padding: 20px;
    }
    .profile-header h1 {
        font-size: 36px;
    }
    .profile-header p {
        width: 100%;
        font-size: 14px;
    }
    .profile-menu {
        margin-bottom: 30px;
        padding: 12px;
    }
    .profile-box {
        padding: 20px;
    }
}

.salary-wrap {
    display: none;
}
.salary-card {
}
.salary-title {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary);
    display: block;
    margin-bottom: 12px;
}
.salary-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 20px;
    color: var(--primary);
    border: 1px solid var(--Light_mode-Gray_Scale-70);
    border-radius: 50px;
    padding: 20px 22px;
    box-shadow: 0 0 0 3px transparent;
}

.salary-card .unit {
    color: #808080;
    font-weight: 300;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.salary-card .to-text {
    font-size: 14px;
    font-weight: 300;
}
.salary-card .c-input {
    flex: 1 1 260px;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    line-height: 1;
    outline: none;
    width: 100%;
    font-weight: 300;
}
.salary-card .c-input::placeholder {
    color: #808080;
}
.salary-card.error {
    border-color: var(--danger);
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.1);
}
.salary-card .err {
    margin-top: 10px;
    color: #eb2813;
    font-size: 14px;
    display: none;
}
/* Small screens */
.c-form-editor {
    border: none;
}

@media (max-width: 600px) {
    .salary-card .c-input {
        font-size: 24px;
        padding: 14px 16px;
    }
    .salary-row {
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .profile-show {
        position: static;
        margin-bottom: 12px;
        justify-content: center;
    }
}
.news-card_action button:hover .tooltip-text,
.news-card_action a:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.news-title {
    font-size: 26px;
    margin-bottom: 16px;
}
.news-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 32px;
}
.news-tab li {
    border-radius: 8px;
    border: 1px solid var(--Light_mode-Gray_Scale-70);
    background: #fafafa;
    color: var(--Light_mode-Gray_Scale-40);
    padding: 8px 16px;
    cursor: pointer;
}
.news-tab li:hover,
.news-tab li.active {
    color: var(--Light-Primary-50);
    border: 1px solid var(--Light-Primary-50);
    background: var(--Light-Primary-95, linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), #1235ae);
}
.news-card {
    padding: 20px;
    border-radius: 24px;
    border: 0.5px solid var(--Light-Primary-50);
    box-shadow: 4px 4px 0 0 rgba(18, 53, 174, 0.16);
    margin-bottom: 32px;
}
.news-card_title {
    color: var(--Light-Primary-50, #1235ae);
    font-size: 20px;
    border-bottom: 1px solid #edf1ff;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.news-card_infor li {
    color: var(--Light-Primary-20);
    margin-bottom: 8px;
}
.news-card_infor li span {
    display: inline-block;
    color: var(--Light_mode-Gray_Scale-40);
    width: 140px;
    font-weight: 300;
}
.news-card_action {
    display: flex;
    gap: 12px;
}
.news-card_action button,
.news-card_action a {
    position: relative;
    background-color: transparent;
    padding: 0;
}
.news-card_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.news-card_status {
    border-radius: 100px;
    border: 0.5px solid;
    padding: 4px 10px 4px 8px;
}
.news-card_status.success {
    color: #078f00;
    border-color: #078f00;
    background: #f3f9f2;
}
.news-card_status.wait {
    color: #fb8804;
    border-color: #fb8804;
    background: #fff9f2;
}

.news-card_status.error {
    color: #eb2813;
    border-color: #eb2813;
    background: #fff9f2;
}
.news-card_detail {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border-bottom: 1px solid #edf1ff;
    margin-bottom: 16px;
    padding-bottom: 16px;
    max-height: 50px;
    overflow: hidden;
}
.news-card_detail p {
    color: #000;
}
@media (max-width: 575px) {
    .news-card_title {
        font-size: 18px;
    }
    .news-card {
        padding: 12px;
    }
    .news-card_flex {
        display: block;
    }
    .news-card_status {
        display: inline-block;
        margin-top: 12px;
    }
}
