body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}html{scroll-behavior:smooth;overflow-x:hidden}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:#18406f;border-radius:50px}body{padding:0;margin:0}*{box-sizing:border-box}.App{text-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100vw;min-height:100vh}button.primary{padding:12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:150px;outline:none;border-radius:8px;border:none;font-family:"Cabin",sans-serif;font-weight:500;font-size:16px;cursor:pointer;margin:5px;color:#474747;transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}button.green-button{background-color:#3daa6c;color:#fff}button.red-button{background-color:#aa3d3d;color:#fff}button.blue-button{background-color:#18406f;color:#fff}button.primary:hover{box-shadow:5px 5px 10px rgba(0,0,0,.05);transform:translateY(-4px)}input.primary{background-color:none;border-radius:8px;border:2px solid #f4f6fa;padding:10px;margin:5px;width:50%;min-width:250px;max-width:500px;outline:none;font-size:16px;font-family:"Cabin",sans-serif;font-weight:500;transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}input.search{border-radius:50px;border-color:#f4f6fa;font-size:14px}input.form-field{border:none;border-bottom:2px solid #f4f6fa;border-radius:0;margin:8px 5px;font-size:14px;color:#747474;min-width:150px;flex:1 1}input.primary:focus{border-color:rgba(91,130,215,.7254901960784313)}input.primary[type=submit]{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:150px;background-color:#18406f;color:#fff;border:none;padding:12px;cursor:pointer;margin-top:15px}input.primary[type=submit]:hover{transform:translateY(-5px)}.MuiPickersDay-daySelected,.MuiPickersToolbar-toolbar{background-color:#18406f!important}@font-face{font-family:"Jersey";src:local("Jersey"),url(/static/media/JerseyM54-aLX9.b9b9f8b7.ttf) format("truetype");font-display:swap}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px;margin:auto}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#000;animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px}.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3){animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px}.lds-ellipsis div:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.alert-message-wrapper{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.3);visibility:hidden;opacity:0;z-index:100;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out}.alert-message-wrapper.opened{visibility:visible;opacity:1}.alert-message-container{position:relative;width:40%;min-width:320px;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;overflow-y:overlay;border-radius:20px;padding:60px 10px;transform:scale(0);z-index:100;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.alert-message-wrapper.opened .alert-message-container{transform:scale(1)}.alert-message-info{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.alert-message-container img{width:40px;height:40px;margin:5px}.alert-message-container h1{font-family:"Cabin",sans-serif;font-weight:bolder;font-size:20px!important;margin:10px;text-align:left}.alert-message-container h2{font-family:"Cabin",sans-serif;font-weight:lighter;font-size:24px!important;margin:10px}.alert-message-container button{padding:15px 20px;min-width:120px;background-color:#18406f;color:#fff;border-radius:10px;border:none;outline:none;margin-top:40px;font-size:18px;font-family:"Cabin",sans-serif;font-weight:bolder;cursor:pointer;transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out}.alert-message-container button:hover{transform:translateY(-5px)}.register-wrapper{width:100%;min-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1}.register-wrapper h1{font-size:30px;font-weight:900;font-family:"Cabin",sans-serif;margin:20px 5px;color:#474747}.register-wrapper h2{margin:40px 5px 5px}.register-wrapper h2,.register-wrapper h3{font-size:15px;font-weight:500;font-family:"Cabin",sans-serif;color:#747474}.register-wrapper h3{margin:5px 5px 40px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out}.register-wrapper h3:hover{border-bottom:2px solid #747474}.register-container{background-color:#fff;min-height:500px;padding:10px;width:50%;max-width:800px;min-width:300px;border:2px solid #f4f6fa;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center}.register-container img{width:150px}.dashboard-wrapper{width:100%;flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding-bottom:40px}.dashboard-header{width:calc(100% - 20px);display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center;padding:10px 0;margin:0 10px;border-bottom:2px solid rgba(91,130,215,.07450980392156863)}.dashboard-header img{height:120px}.dashboard-header-details{display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.dashboard-header h1,.dashboard-header h2{font-family:"Cabin",sans-serif;font-size:20px;font-weight:500;margin:5px 10px;padding:10px 20px;border:2px solid #18406f;border-radius:50px;color:#18406f}.dashboard-header h2{border:2px solid #7966cd;color:#7966cd;margin:5px 15px}.dashboard-header .logout-button{border-radius:50%;padding:10px;width:45px;height:45px;background-color:#18406f;box-shadow:5px 5px 10px rgba(0,0,0,.1);cursor:pointer;transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}.dashboard-header .back-button{position:absolute;left:20px;border:2px solid #18406f;background-color:initial;box-shadow:none}.dashboard-header .logout-button:hover{transform:translateY(-5px)}.dashboard-header .logout-button img{width:100%;height:100%;margin:0;filter:invert(100%) sepia(0) saturate(7500%) hue-rotate(56deg) brightness(108%) contrast(102%)}.dashboard-header .back-button img{filter:invert(19%) sepia(30%) saturate(2890%) hue-rotate(189deg) brightness(93%) contrast(90%)}.dashboard-utils{justify-content:space-evenly;margin:10px 0}.dashboard-history{max-width:calc(100% - 20px);padding:10px;flex-direction:row;overflow-x:auto}.dashboard-history,.dashboard-history-day{display:flex;justify-content:flex-start;align-items:center}.dashboard-history-day{flex-direction:column;margin:5px 10px}.dashboard-history-hour{display:flex;flex-direction:row;justify-content:center;align-items:center}.dashboard-history-day h1{font-family:"Cabin",sans-serif;font-size:20px;font-weight:500;color:#747474;margin:0}.dashboard-history-day h1.day{width:38px;flex-direction:column;border-radius:50%;border:2px solid #18406f;color:#18406f}.dashboard-history-day h1.day,.dashboard-history-day h1.total{margin:0;height:38px;display:flex;justify-content:center;align-items:center}.dashboard-history-day h1.total{width:-webkit-max-content;width:max-content;padding:0 15px;flex-direction:row;border-radius:19px;border:2px solid #18406f;background-color:#18406f;color:#fff}.dashboard-history-day h2{margin:4px;font-family:"Jersey",sans-serif;font-size:22px;font-weight:500;color:#474747}.dashboard-container{width:100%;flex:1 1;display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:flex-start;margin-top:50px}.dashboard-calender{box-shadow:5px 5px 10px rgba(0,0,0,.1)}.dashboard-details{width:50%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.dashboard-details h1{font-size:25px;font-family:"Cabin",sans-serif;font-weight:700;color:#747474}.dashboard-details-picker{width:100%;display:flex;flex-flow:row wrap;justify-content:center;align-items:center}.number-picker-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:5px 10px}.number-picker-wrapper h1{font-family:Jersey;font-size:30px;letter-spacing:2px;color:#474747}.number-picker{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:300px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px;margin:5px;border-radius:80px;box-shadow:4px 4px 10px rgba(0,0,0,.1)}.number-picker.disabled{justify-content:center}.number-picker button{outline:none;border:none;background-color:initial;padding:5px 10px;height:120px;border-radius:15px 80px 80px 15px;cursor:pointer;transition:all .2s ease-out;-o-transition:all .2s ease-out;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out}.number-picker button:hover{background-color:#f5f5f5}.number-picker button:active{background-color:#e4e4e4}.number-picker button:first-child{border-radius:80px 15px 15px 80px}.number-picker img{width:50px;height:50px;filter:invert(28%) sepia(13%) saturate(0) hue-rotate(239deg) brightness(94%) contrast(95%)}.number-picker h1{font-size:50px;font-family:Jersey;color:#747474}.dashboard-utils{position:-webkit-sticky;position:sticky;top:0;z-index:50;background-color:#fff;padding:10px 15px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;flex-flow:row wrap;justify-content:center;align-items:center;grid-gap:10px;gap:10px;width:100%}.user-table-container{width:90%;max-width:1100px;margin:15px auto;overflow-x:auto}.user-table{width:100%;border-collapse:collapse;font-family:"Cabin",sans-serif;font-size:17px}.user-table thead th{background-color:#18406f;color:#fff;font-weight:700;font-size:18px;padding:14px 16px;text-align:left;border:none;white-space:nowrap}.user-table thead th:first-child{border-radius:10px 0 0 0}.user-table thead th:last-child{border-radius:0 10px 0 0}.user-table thead th.col-hours{text-align:right}.user-table thead th.col-actions{text-align:center;width:100px}.user-table tbody tr.user-row{cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #eaedf2}.user-table tbody tr.user-row:hover{background-color:#f0f4fa}.user-table tbody tr.user-row:nth-child(2n){background-color:#f8f9fb}.user-table tbody tr.user-row:nth-child(2n):hover{background-color:#e8edf5}.user-table tbody td{padding:12px 16px;color:#474747;vertical-align:middle;text-align:left}.user-table tbody td.col-name{font-weight:700;font-size:18px;color:#333;white-space:nowrap;text-align:left}.user-table tbody td.col-email{color:#747474;font-size:16px}.user-table tbody td.col-hours{text-align:right;font-family:"Cabin",sans-serif;font-size:20px;font-weight:700;color:#474747;white-space:nowrap;padding-right:20px;letter-spacing:.5px}.user-table tbody td.col-actions{text-align:center;width:100px}.user-table tfoot tr.total-row{background-color:#18406f;color:#fff}.user-table tfoot tr.total-row td{padding:14px 16px;color:#fff;font-size:16px}.user-table tfoot tr.total-row td:first-child{border-radius:0 0 0 10px}.user-table tfoot tr.total-row td:last-child{border-radius:0 0 10px 0}.user-table tfoot tr.total-row td.col-name strong{font-family:"Cabin",sans-serif;font-weight:900;font-size:20px}.user-table tfoot tr.total-row td.col-hours{text-align:right;font-family:"Cabin",sans-serif;font-size:22px;font-weight:900;letter-spacing:.5px;color:#fff;padding-right:20px}.action-buttons-table{flex-direction:row;grid-gap:5px;gap:5px}.action-buttons-table,.btn-action{display:flex;justify-content:center;align-items:center}.btn-action{border:none;outline:none;cursor:pointer;padding:6px 10px;border-radius:6px;transition:all .2s ease;opacity:0;transition:opacity .2s ease}.user-row:hover .btn-action{opacity:1}.btn-delete{background-color:rgba(199,0,0,.75)}.btn-delete:hover{background-color:#c70000}.btn-restore{background-color:rgba(0,199,0,.75)}.btn-restore:hover{background-color:#00c700}.btn-action img{width:20px;height:20px;filter:invert(100%) sepia(0) saturate(7500%) hue-rotate(56deg) brightness(108%) contrast(102%)}.btn-permanent-delete{background-color:rgba(139,0,0,.85);color:#fff;font-weight:700;font-size:16px}.btn-permanent-delete:hover{background-color:#8b0000}.export-buttons{display:flex;grid-gap:10px;gap:10px;margin-left:auto}.export-button{padding:8px 16px!important;font-size:14px!important;border-radius:8px!important;cursor:pointer;border:none!important;color:#fff!important;font-weight:700!important;display:flex;align-items:center;grid-gap:6px;gap:6px;white-space:nowrap}.excel-button{background-color:#217346!important}.excel-button:hover{background-color:#1a5c38!important}.pdf-button{background-color:#c40606!important}.pdf-button:hover{background-color:#a00505!important}@media only screen and (min-width:1200px){.user-table-container{max-width:1200px}}@media only screen and (max-width:1024px){.user-table-container{width:95%}.user-table{font-size:15px}.user-table thead th{padding:12px 10px;font-size:15px}.user-table tbody td{padding:10px}.user-table tbody td.col-name{font-size:16px}.user-table tbody td.col-email{font-size:14px}.user-table tbody td.col-hours{font-size:18px}.dashboard-header img{height:90px}.dashboard-header h1,.dashboard-header h2{font-size:16px;padding:8px 14px}}@media only screen and (max-width:768px){.dashboard-utils{flex-direction:column;align-items:stretch;padding:8px 10px;grid-gap:8px;gap:8px}.dashboard-utils input.primary.search{width:100%!important;min-width:unset!important;max-width:unset!important;margin:0}.export-buttons{flex-direction:row;width:100%;justify-content:stretch}.export-button{flex:1 1;justify-content:center;font-size:12px!important;padding:8px 10px!important}.user-table-container{width:calc(100% - 10px);margin:10px auto}.user-table{font-size:13px}.user-table thead th{padding:10px 8px;font-size:13px}.user-table tbody td{padding:10px 8px}.user-table tbody td.col-name{font-size:14px}.user-table tbody td.col-email{font-size:12px;word-break:break-all}.user-table tbody td.col-hours{font-size:16px;padding-right:8px}.user-table tbody td.col-actions,.user-table thead th.col-actions{width:50px}.btn-action{opacity:1}.dashboard-header{flex-direction:column;padding:8px 0}.dashboard-header img{height:70px}.dashboard-header h1,.dashboard-header h2{font-size:14px;padding:6px 12px}.dashboard-container{flex-direction:column;align-items:center;margin-top:20px}.dashboard-details{width:90%}.number-picker{min-width:250px}.user-table tfoot tr.total-row td.col-name strong{font-size:16px}.user-table tfoot tr.total-row td.col-hours{font-size:18px}}@media only screen and (max-width:480px){.dashboard-utils{padding:6px 8px;grid-gap:6px;gap:6px}.dashboard-utils input.primary.search{font-size:13px;padding:8px;width:100%!important;min-width:unset!important;max-width:unset!important;margin:0}.export-buttons{flex-direction:row;width:100%}.export-button{flex:1 1;justify-content:center;font-size:11px!important;padding:6px 8px!important;min-width:unset!important}.dashboard-utils button.primary.red-button{width:100%;font-size:12px;min-width:unset!important;padding:8px!important}.user-table tbody td.col-email,.user-table tfoot td.col-email,.user-table thead th.col-email{display:none}.user-table-container{width:100%;margin:5px 0;padding:0 2px}.user-table{font-size:13px}.user-table thead th{padding:8px 6px;font-size:12px}.user-table tbody td{padding:8px 6px}.user-table tbody td.col-name{font-size:14px;white-space:normal}.user-table tbody td.col-hours{font-size:14px;padding-right:5px}.user-table tbody td.col-actions,.user-table thead th.col-actions{width:40px;padding:5px 3px}.btn-action{opacity:1;padding:4px 6px}.btn-action img{width:16px;height:16px}.dashboard-header{flex-direction:column;padding:5px 0}.dashboard-header img{height:50px}.dashboard-header h1,.dashboard-header h2{font-size:12px;padding:5px 10px;margin:3px 5px}.dashboard-header .logout-button{width:35px;height:35px}.register-wrapper h1{font-size:22px}.register-container{width:92%;min-width:unset;min-height:unset;padding:20px 10px}.register-container img{width:80px}input.primary{width:90%!important;min-width:unset!important}.number-picker{min-width:220px}.number-picker h1{font-size:40px}.number-picker img{width:35px;height:35px}.dashboard-container{flex-direction:column;align-items:center;margin-top:15px}.dashboard-details{width:95%}.user-table tfoot tr.total-row td.col-name strong{font-size:14px}.user-table tfoot tr.total-row td.col-hours{font-size:16px}.alert-message-container{width:92%;min-width:unset;padding:30px 10px}}@media only screen and (max-width:320px){.user-table tbody td.col-actions,.user-table tfoot td.col-actions,.user-table thead th.col-actions{display:none}.user-table tbody td.col-hours,.user-table tbody td.col-name{font-size:12px}.user-table thead th{font-size:11px;padding:6px 4px}.dashboard-header h1,.dashboard-header h2{font-size:10px;padding:4px 8px}.dashboard-header img{height:40px}.export-button{font-size:10px!important}}@supports (-webkit-touch-callout:none){.dashboard-utils{position:-webkit-sticky}}@media print{.btn-action,.col-actions,.dashboard-header .logout-button,.dashboard-utils{display:none!important}.user-table{font-size:12px}.user-table thead th{background-color:#18406f!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.49b6722f.chunk.css.map */