﻿.addemployee-input {
    display: flex;
    height: 42px;
    padding: 0px 6px 0px 6px;
    align-items: center;
    margin: 5px 0 10px 0;
    width: 100%;
    gap: var(--Gap-4, 16px);
    align-self: stretch;
    border-radius: var(--Round, 7px);
    border: 1px solid #dfe5ef;
    background: #fff;
    transition-property: background-color;
    transition-duration: 500ms;
}

    .addemployee-input:hover {
        border: 1px solid var(--gray-400, #9CA3AF);
        background: #FFF;
    }

.addemployee-title {
    color: var(--blue-800, #1e40af);
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
}

.addemployee-label {
    color: var(--Light-Theme-Gray-Dark-Blue-Grey, #2a3547) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    /* 19.6px */
    letter-spacing: -0.14px !important;
    margin-bottom: 3px !important;
}

.addemployee-group {
    display: flex;
}

.font-fix {
    font-family: "Inter", sans-serif !important;
}

.addemployee-group__text {
    text-decoration: none;
    color: var(--blue-700, #1d4ed8);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    padding: 16px 24px;
}

.addemployee-group__right {
}

.addemployee-group__left,
.addemployee-group__right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: var(--slate-100, #f1f5f9);
}

.addemployee__form {
    padding: 24px;
}

.btn-addemployee__upload {
    display: flex;
    padding: 8px 12px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--Round, 7px);
    border: 1px solid var(--gray-300, #d1d5db);
    background: none;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.card {
    box-shadow: none !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.card-body {
    padding: 0px;
}

.content1 {
    max-width: 720px;
    background: #fff
}

.text-right {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024.99px) and (min-width: 993px) {
    .newjob__inline {
        grid-template-columns: repeat(2, auto);
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .menu__btn-nophoso {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) {

    .page-body {
        margin-top: 0 !important;
    }

    .main-body .page-wrapper {
        padding: 0 !important;
    }

    .banner {
        height: 687px;
        align-self: stretch;
        background: var(--base-white, #FFF);
        .banner-image
    }

    .menu .container-fluid .container-lg {
        max-width: 1600px;
    }

        .menu .container-fluid .container-lg .navbar {
            max-width: 1440px;
            margin: 0 auto;
        }




    .navbar-nav {
        justify-content: flex-end;
    }
}

@Media screen and (max-width: 767px) {
    #tuyenDungKhongViTri {
        padding-left: 0px;
    }
}

.banner {
    height: 687px;
    align-self: stretch;
    background: var(--base-white, #FFF);
    .banner-image
}

* {
    font-family: Inter;
}

#menu__btn-nophoso {
    padding: 8px 20px;
    border-radius: 8px;
    margin-left: 10px;
}

button {
    background: none;
}

body {
    height: 100%;
    overflow-y: scroll;
}

.addemployee-input {
    display: flex;
    height: 42px;
    padding: 0px 6px 0px 6px;
    align-items: center;
    margin: 5px 0 10px 0;
    width: 100%;
    gap: var(--Gap-4, 16px);
    align-self: stretch;
    border-radius: var(--Round, 7px);
    border: 1px solid #dfe5ef;
    background: #fff;
    transition-property: background-color;
    transition-duration: 500ms;
}

    .addemployee-input:hover {
        border: 1px solid var(--gray-400, #9CA3AF);
        background: #FFF;
    }

.addemployee-title {
    color: var(--blue-800, #1e40af);
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    /* 21.6px */
}

.addemployee-label {
    color: var(--Light-Theme-Gray-Dark-Blue-Grey, #2a3547) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 140% !important;
    /* 19.6px */
    letter-spacing: -0.14px !important;
    margin-bottom: 3px !important;
}

.addemployee-group {
    display: flex;
}

.addemployee-group__text {
    text-decoration: none;
    color: var(--blue-700, #1d4ed8);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    padding: 16px 24px;
}

.addemployee-group__right {
}

.addemployee-group__left,
.addemployee-group__right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    background: var(--slate-100, #f1f5f9);
}

.addemployee__form {
    padding: 24px;
}

.btn-addemployee__upload {
    display: flex;
    padding: 8px 12px;
    margin-top: 8px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: var(--Round, 7px);
    border: 1px solid var(--gray-300, #d1d5db);
    background: none;
}

.modal-dialog {
    display: flex;
    justify-content: center;
}

.card {
    box-shadow: none !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.card-body {
    padding: 0px;
}

.content1 {
    max-width: 720px;
    background: #fff
}

.popupthanks {
    display: flex;
    justify-content: center;
}

.popupthanks__inner {
    max-width: 480px;
    padding: 24px;
    text-align: center;
}

.announcement-img {
    width: 96px;
    height: 96px;
    background: #fff;
}

.announcement-title {
    color: var(--slate-900, #0f172a);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    margin: 8px 0;
}

.annoucement-text {
    color: var(--Light-Theme-Gray-Dark-Blue-Grey, #2a3547);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    margin-bottom: 24px;
}

.btn-annoucement {
    padding: 16px var(--Gap-6, 24px);
    border-radius: 8px;
    border: 1px solid var(--blue-600, #2563eb);
    background: none;
    color: var(--blue-700, #1d4ed8);
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    width: 100%;
}

#UngTuyen .btn-trove__cusstom {
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid var(--blue-600, #2563EB);
    color: var(--blue-700, #1D4ED8);
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    /* 14px */
}

    #UngTuyen .btn-trove__cusstom:hover {
        color: var(--blue-700, #1D4ED8);
        background: #EFF6FF;
    }

.nophs-title {
    color: var(--TA-dark-blue, #003CAA);
    font-size: 24px;
    font-weight: 600;
}

.form-check {
    align-content: center;
}

.nophs-desc {
    color: var(--TA-dark-blue, #003CAA);
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

#UngTuyen .custom-select {
    border-radius: 7px;
}

#UngTuyen input {
    border-radius: var(--Round, 7px);
    border: 1px solid #DFE5EF;
}

.addemployee__form {
    max-height: 80vh;
    overflow: auto;
}

.clicked {
    background: white;
}
