.employee-one {
    font-size: 32px;
    font-weight: 500;
}

.alert-employee {
    background-color: white;
    border: black;
    /* margin-top: 20px; */
    /* height: 180px; */
    padding-bottom: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f5f5f5;
    border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: gray;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
}

.example-1 {
    position: relative;
    overflow-y: scroll;
    height: 650px;
    border: none;
    background-color: #f2f4f6;
}

.image-employee {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-top: -20px;
}

.emplo-tadawoki {
    margin-left: -10px;
    font-size: 8px;
    line-height: 8px;
    font-weight: 700;
    cursor: default;
}

.individualImage {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-top: 5px;
}

.emplo-permanent {
    font-size: 8px;
    margin-left: -10px;
    border-radius: 50%;
    cursor: default;
    margin-top: 5px;
}

.alert1-employee1 {
    background-color: rgb(233, 240, 243);
    border-radius: 3px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.lead-programmer {
    font-size: 6px;
    color: #7A8CAC;
    font-weight: 600;
}

.lead-it {
    font-size: 6px;
    color: black;
    font-weight: 600;
}

.envelope-mail {
    font-size: 6px;
    margin-top: 3px;
    font-weight: 600;
}

.envelope-send {
    font-size: 6px;
}

.employee-email {
    font-size: 6px;
    color: black;
    font-weight: 600;
}

.employee-view {
    color: #3B7FF9;
    text-align: end;
    cursor: pointer;
    font-weight: 600;
    font-size: 9px;
}

.employee-action {
    background-color: white;
    padding: 3px;
    text-align: center;
    /* width: 37px; */
    position: absolute;
    margin-top: -3px;
    z-index: 20;
    border-radius: 3px;
    /* float: right !important; */
    /* margin-left: 155px; */
    display: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.bg-success0 {
    background-color: rgb(17, 179, 57);
    margin-left: 100px;
}

.input-group0 {
    z-index: 1;
}

.fil0 {
    text-align: end;
}

.btn-curr {
    background-color: #e4e4e4fb;
    border: none;
    color: black;
}

.radio-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 20px 0;
    /* เพิ่มระยะบนล่าง */
}

/* เส้นประจุดกลมสีฟ้า */
.radio-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: radial-gradient(circle, #79ACDD 1.5px, transparent 1.5px);
    background-size: 6px 6px;
    /* ระยะห่างจุด */
    background-repeat: repeat-x;
    z-index: 0;
    transform: translateY(-50%);
}

.radio-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    height: 26px;
    padding: 5.811px 9.962px 5.811px 4.151px;
    /* padding: 5px 10px; */
    border-radius: 20px;
    border: 0.83px solid #BBCDDE;
    background: #DCDCDC;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* background เปลี่ยนเมื่อ radio ถูกเลือก */
.radio-item input[type="radio"]:checked~.radio-cycle {
    border: 0.5px solid var(--Stroke-Bluish-Gray, #BBCDDE);
    background: var(--Warning-Yellow-Deep, #FFD000);
}

/* background radio-item เปลี่ยนเป็นขาวเมื่อเลือก */
.radio-item input[type="radio"]:checked~.radio-cycle {
    position: relative;
}

/* ซ่อน input จริง */
.radio-item input[type="radio"] {
    display: none;
}

/* วงกลมแทน input */
.radio-cycle {
    width: 20px;
    height: 20px;
    border-radius: 50.642px;
    border: 0.83px solid #2580D3;
    background: #F5F5F5;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* label */
.radio-item label {
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

/* background radio-item เปลี่ยนเป็นขาวเมื่อ radio ถูกเลือก */
.radio-item input[type="radio"]:checked {
    /* ใช้ parent sibling selector เปลี่ยนพื้นหลัง radio-item */
}

.radio-item input[type="radio"]:checked~.radio-cycle {
    /* เพิ่ม svg ไอคอนตรงกลาง */
}

.radio-item input[type="radio"]:checked~.radio-cycle::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M2.27734 5.85714L4.52734 8L11.2773 2" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #30313D;
}

/* trick to change background of radio-item when input checked */
.radio-item input[type="radio"]:checked~.radio-cycle {
    background: var(--Warning-Yellow-Deep, #FFD000);
    border: 0.5px solid var(--Stroke-Bluish-Gray, #BBCDDE);
}

.radio-item input[type="radio"]:checked~.radio-cycle {
    position: relative;
}

.radio-item input[type="radio"]:checked~.radio-cycle::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-color: #30313D;
    /* mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M2.27734 5.85714L4.52734 8L11.2773 2" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>'); */
    mask-repeat: no-repeat;
    mask-position: center;
}

/* เปลี่ยน background radio-item */
.radio-item input[type="radio"]:checked {
    /* Trick: ใช้ sibling selector */
}

.radio-item input[type="radio"]:checked~.radio-cycle {
    /* This will be handled */
}

.radio-item input[type="radio"]:checked~.radio-cycle {
    /* This stays */
}

.radio-item input[type="radio"]:checked~.radio-cycle {
    /* This stays */
}

/* เปลี่ยน background ของ radio-item โดยใช้ label:hover หรือ :checked + parent ด้วย JS (เพราะ CSS ไม่มี parent selector) */
.checkbox-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 20px 0;
}

/* เส้นประจุดกลมสีฟ้า แนวนอนเหมือน radio-wrapper */
.checkbox-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 6px;
    background-image: radial-gradient(circle, #79ACDD 1.5px, transparent 1.5px);
    background-size: 6px 6px;
    background-repeat: repeat-x;
    z-index: 0;
    transform: translateY(-50%);
}

.checkbox-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    /* padding: 5px 10px; */
    height: 26px;
    padding: 5.811px 9.962px 5.811px 4.151px;
    border-radius: 20px;
    border: 0.83px solid #BBCDDE;
    background: #DCDCDC;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    user-select: none;
    flex-shrink: 0;
    /* ป้องกัน item เล็กเกิน */
}

/* ซ่อน input checkbox จริง */
.checkbox-item input[type="checkbox"] {
    display: none;
}

.checkbox-cycle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.83px solid #2580D3;
    background: #F5F5F5;
    margin-right: 5px;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ใส่เครื่องหมายถูกเมื่อเลือก (ใช้ ::after กับ mask-image svg check) */
.checkbox-item input[type="checkbox"]:checked~.checkbox-cycle::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 9px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    background-color: #30313D;
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M2.27734 5.85714L4.52734 8L11.2773 2" stroke="black" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
    mask-repeat: no-repeat;
    mask-position: center;
}

/* เปลี่ยนสีพื้นหลังและเส้นขอบของ checkbox-cycle เมื่อถูกเลือก */
.checkbox-item input[type="checkbox"]:checked~.checkbox-cycle {
    background: #FFD000;
    /* สีเหลือง */
    border-color: #BBCDDE;
}

/* เปลี่ยนสีพื้นหลังของ .checkbox-item เมื่อเลือก */
.checkbox-item input[type="checkbox"]:checked {
    /* ใช้ sibling selector ไม่ได้เปลี่ยน parent ด้วย CSS ต้องใช้ JS ถ้าต้องการ */
}

/* label */
.checkbox-item label {
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

/* ป้องกัน checkbox ยาวเกิน */
.checkbox-wrapper {
    gap: 15px;
    /* ช่องว่างระหว่าง checkbox */
}

.skill-tag {
    display: inline-block;
    background-color: #EFF7FF;
    color: var(--HRVC---Text-Black, #30313D);
    padding: 6px 7px;
    border-radius: 49px;
    margin: 5px 5px 0 0;
    font-size: 14px;
}

.skill-tag button {
    background: none;
    border: none;
    color: var(--HRVC---Text-Black, #30313D);
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}


/* id 2 */
.select-blue {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #2580D3;
    font-size: 16px;
    font-weight: 500;

    color: #ffff;
}

/* id 3,4 */
.select-blackblue {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #20598D;
    font-size: 16px;
    font-weight: 500;

    color: #ffff;
}

/* id 5 */
.select-yellow {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #FFE100;
    font-size: 16px;
    font-weight: 500;

    color: #30313D;
}

/* id 6,7 */
.select-orange {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #FF9D00;
    font-size: 16px;
    font-weight: 500;

    color: #30313D;
}

/* id 8 */
.select-pink {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #E05757;
    font-size: 16px;
    font-weight: 500;

    color: #ffff;
}

/* id 9 */
.select-red {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #EC1D42;
    font-size: 16px;
    font-weight: 500;

    color: #ffff;
}

/* id 10 */
.select-whiteorange {
    display: flex;
    /* width: 130px; */
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    padding: 6px 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 24.444px;
    /* border: 0.5px solid #FF9D00; */
    background: #FF9D00;
    font-size: 16px;
    font-weight: 500;

    color: #ffff;
}

.employee-filter-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 3px 10px;
    background-color: #2580D3;
    color: #FFFFFF;
    border-radius: 71px;
    height: 26px;
}


.profile-img {
    width: 73px;
    height: 73px;
    object-fit: cover;
}

.company-img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.employee-box {
    box-sizing: border-box;
    background-color: #FBFCFF;
    border-radius: 5px;
    padding: 0px 10px 10px 10px;
    border: 1px solid #BBCDDE;
}

.profile-employee-name {
    font-size: 16px;
    font-weight: 600;
    color: #30313D;
    max-width: 200px;
    padding-right: 1.5rem;
}

.profile-employee-email {
    font-size: 14px;
    font-weight: 400;
    color: #30313D;
    padding-right: 1.5rem;
    max-width: 250px;
}

.profile-employee-tel {
    font-size: 14px;
    font-weight: 400;
    color: #30313D;
    padding-right: 1.5rem;
}

.profile-employee-number {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.profile-employee-title {
    font-size: 14px;
    font-weight: 500;
    color: #30313D;
    display: block;
}

.profile-company-name {
    font-size: 14px;
    font-weight: 600;
    /* display: block; */
    padding-right: 1.5rem;
    max-width: 253px;
}

.profile-city-name {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    display: block;
}

.profile-employee-department {
    font-size: 13px;
    font-weight: 400;
    color: #30313D;
    display: block;

}

.profile-employee-team {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    display: block;
}

.profile-icon {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.status-badge-full-time {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #2580D3;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-probationary {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #20598D;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-part-time {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #20598D;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-intern {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #FFE100;
    color: black;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-temporary {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #FF9D00;
    color: black;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-freelance {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #FF9D00;
    color: black;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-suspened {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #E05757;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-resigned {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #EC1D42;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-layoff {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #FF9D00;
    color: white;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.status-badge-notset {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 20px;
    transform: translateY(50%);
    text-align: center;
    border-radius: 12px;
    z-index: 1;
    background-color: #C3C3C3;
    border: 1px black solid;
    color: black;
    line-height: 20px;
    font-size: 12px;
    font-weight: 600;
}

.employee-contact-box {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 16px 20px 16px;
    border: #BBCDDE solid thin;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.new-employee {
    /* margin-top: -15px; */
    padding-right: 10px;
    padding-left: 0px;
}

.checkbox-employee {
    appearance: none;
    min-width: 24px;
    height: 24px;
    margin-top: 5px;
    border: 1px solid #BBCDDE;
    background-color: white;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    cursor: pointer;
    position: relative;
}

.checkbox-employee:checked {
    background-color: #2580D3;
    border: 1px solid #2580D3;
    background-image: url('<?= Yii::$app->homeUrl . "images/icons/Settings/check-white.svg" ?>');
}

.checked-employee {
    outline: 4px solid #81C3FF;
    border: 1px solid #81C3FF;
    box-shadow: 0 0 8px 3px rgba(0, 123, 255, 0.6);
}

.employee-profiles {
    font-size: 20px;
    font-weight: 600;
}

.employee-filter-btn {
    font-size: 13px;
    font-weight: 500;
    padding: 3px 10px 3px 10px;
    background-color: #2580D3;
    color: #FFFFFF;
    border-radius: 71px;
    height: 26px;

}

.employee-profiles-header {
    font-weight: 600;
    font-size: 24px;
    line-height: 21.43px;
    letter-spacing: 0%;
    vertical-align: middle;

}

.create-employee-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2580D3;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    height: 30px;
    text-align: center;
    min-width: 115px;
    min-height: 30px;
}

.create-employee-btn:hover {
    color: white;
}

.export-employee-btn {
    font-size: 14px;
    font-weight: 600;
    border: 0.5px #2580D3 solid;
    border-radius: 3px;
    background-color: white;
    color: #2580D3;
    text-decoration: none;
    height: 30px;
    text-align: center;
    min-width: 157px;
    min-height: 30px;
}

.action-employee-btn {
    background-color: white;
    color: #2580D3;
    min-height: 30px;
    border-radius: 66px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    font-weight: 600;
    border: 0.5px #2580D3 solid;
    text-decoration: none;

}

.action-employee-btn-blue {
    background-color: #2580D3;
    color: #FFFFFF;
    min-height: 30px;
    border-radius: 66px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}

.view-employee-gray {
    background-color: #F8F8F8;
    min-height: 30px;
    border-radius: 66px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    font-weight: 600;
    border: 0.5px #666666 solid;
    text-decoration: none;
    cursor: default;
}

.action-menu {
    font-size: 13px;
    font-weight: 600;
    background-color: white;
    min-width: 149px;
    padding-left: 15px;
    padding-top: 28px;
    padding-bottom: 8px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0px 1px 3px 0px #1018281A;
    position: absolute;
    /* margin-left: 40.2%; */

}

.icon-btn-white {
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    border: 0.59px solid #CBD5E1;
    height: 28px;
    width: 28px;
    display: inline-block;
}

.icon-btn-delete {
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: white;
    border-radius: 3px;
    border: 0.59px solid #EC1D42;
    height: 28px;
    width: 28px;
    display: inline-block;
}

.select-employee-status {
    display: flex;
    width: clamp(130px, 9.6vw, 300px);
    height: 40px;
    text-align: center;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    /* flex-shrink: 0; */
    border-radius: 24.444px;
    border: 0.5px solid #FF9D00;
    background: #FFF2DD;
    font-size: 16px;
    font-weight: 500;

    color: #30313D;
}

.input-employee-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.bg-white-employee {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #BBCDDE;
    padding: 27px 10px 10px 10px;
    margin-bottom: 3px;
    /* position: relative; */
    z-index: 0;
}

/* .input-group-text.active {
    background-color: rgb(215, 235, 255) !important;
    border: 0.5px solid rgb(190, 218, 255) !important;
}

.input-group-text.active img[data-icon="calendar"] {
    content: url('<?= Yii::$app->homeUrl ?>image/calendar-blue.svg');
}

.input-group-text.active img[data-icon="weld"] {
    content: url('<?= Yii::$app->homeUrl ?>image/calendar-gray.svg');
} */


@media(max-width: 992px) {
    .all-employee0 {
        padding-left: 20px;
    }

    .fil0 {
        text-align: start;
    }
}

@media(max-width: 768px) {
    .all-employee0 {
        padding-left: 20px;
    }

    .fil0 {
        text-align: start;
    }

    .image-employee {
        width: 60%;
        margin-top: 10px;
    }

    .employee-view {
        font-size: 13px;
    }
}