.splash-screen{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:300px;height:300px;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:15px;z-index:9999}.logo{width:100px;height:100px}html{font-family:Poppins,sans-serif;line-height:1.5;color:#ebe7ef;font-synthesis:none;-moz-osx-font-smoothing:grayscale;background-attachment:fixed;background-size:cover;background-position:center}.background-gradient{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#382060;z-index:-2}.triangle-overlay{position:fixed;bottom:0;right:0;width:15vw;height:50vh;background-color:#ff6056;clip-path:polygon(100% 100%,0 100%,100% 0);z-index:-1}.spinner-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffff80;display:flex;justify-content:center;align-items:center;z-index:9999}.spinner{border:8px solid rgba(0,0,0,.1);border-left-color:#121111b7;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ant-modal{top:10px;bottom:10px;max-height:calc(100vh - 20px)}.ant-modal-body{padding:20px;box-sizing:border-box}.ant-table-thead>tr>th{padding-top:8px;padding-bottom:8px;font-size:12px}.approver-box{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:20px;padding:10px;border:1px solid #ccc;border-radius:8px}.approver-box .input-wrapper{display:flex;align-items:center;gap:10px;width:100%}.button-wrapper{display:flex;justify-content:space-between;gap:10px;width:100%}.button-wrapper .ant-btn{flex:1;max-width:200px;padding:10px;text-align:center;font-size:1rem}.button-wrapper .ant-btn-approve{background-color:#28a745;border-color:#28a745;color:#fff}.button-wrapper .ant-btn-reject{background-color:red;border-color:red;color:#fff}.button-wrapper .ant-btn-download{background-color:#28a745;border-color:#28a745;color:#fff}@media (max-width: 1440px){.custom-table{font-size:10px}.approver-box{flex-direction:column;gap:10px}.manager-info h2{font-size:16px}.manager-info p{font-size:14px}}.modal-logo{width:150px;display:block;margin:0 auto}.modal-title{font-size:16px;font-weight:700;text-align:center;display:block}.manager-info{margin-bottom:0;text-align:center}.custom-table-wrapper{border:1px solid #ccc;border-radius:8px;padding:5px;margin-bottom:0}.approver-box{display:flex;flex-direction:column;align-items:center;gap:10px}.input-wrapper{display:flex;align-items:center;gap:10px;width:100%}.input-container{flex-grow:1}.input-container input{margin-bottom:10px}.icon-container{display:flex;flex-direction:column;gap:30px}.App{position:relative}.user-info{position:fixed;bottom:10px;right:10px;padding:10px;background:#eee;border:1px solid #ccc;border-radius:5px;color:#000}.alert-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;width:auto;border:2px solid #ccc;border-radius:10px;background:#fff;text-align:center}.alert-dialog img{margin-bottom:10px;width:100px;height:100px}.alert-dialog p{color:red;font-size:1.5rem;margin:0}
