h2{margin-top:0}.employee-form-popup-message.popup-message{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.88);display:flex;align-items:center;justify-content:center;z-index:1000}.employee-form-popup-message .popup-content{background-color:white;padding:30px;border-radius:10px;text-align:center;max-width:700px;width:90%;box-shadow:0 4px 8px rgba(0,0,0,.2);font-family:Arial,sans-serif}.employee-form-popup-message .popup-content p{margin-bottom:20px;font-size:18px;color:#333}.employee-form-popup-message .popup-close-button{background-color:#f60;color:white;border:none;padding:10px 20px;font-size:16px;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.employee-form-popup-message .popup-close-button:hover{background-color:#f90}.dark-overlay::before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:999}.all-employee-form-container{max-width:800px;margin:0 auto;font-family:Arial,sans-serif}.all-employee-form-wrapper table{border-collapse:collapse;width:100%}.all-employee-form-wrapper th{background:#f60;color:white;text-align:left}.all-employee-form-wrapper td,th{padding:8px;border:1px solid #ddd}.pagination a{margin:0 5px;text-decoration:none;color:#f60}.employee-search-form{display:flex;justify-content:flex-end;margin-bottom:10px}.employee-search-box{display:flex;align-items:center;gap:6px}.employee-search-box input{padding:6px 10px;border:1px solid #ccc;border-radius:4px;width:220px}.employee-search-box input::placeholder{color:#888;opacity:1}.employee-search-box button{padding:6px 14px;background-color:#0073aa;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}.employee-search-box button:hover{background-color:#005f8d}@media only screen and (max-width:768px){.all-employee-list{margin:20px auto;padding:20px}}@media only screen and (max-width:480px){.all-employee-list{margin:10px auto;padding:10px}}