body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#2a2438;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;-webkit-user-select:none;user-select:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.bottomNavigation{width:100%}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.home-container{margin-top:55px;padding:20px}.info{margin-bottom:40px}.info h2{margin-top:0}.info-box h2,h3{color:#fff;text-align:center}.tka-header{padding-top:20px}.info-box{background-color:#1a1622;border:#0000;border-radius:5px;margin-top:5px;padding:10px}.info-box legend{color:#fff;font-size:18px;font-style:italic}.transparent-table-wrapper{display:flex;justify-content:center}.transparent-table-wrapper thead th{font-style:normal}.transparent-table{border-collapse:collapse;color:#fff;table-layout:fixed;width:100%}.transparent-table td,.transparent-table th{word-wrap:break-word;border-bottom:1px solid #ffffff1a;font-style:italic;padding:8px;text-align:center}.transparent-table tr:last-child td{border-bottom:none}.task-container{margin-top:40px}.activity-container,.task-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:20px}.activity-container{margin-bottom:50px}.activity-header h2,.task-header h2{color:#fff;text-align:left}.activity-info,.task-info{width:100%}.activity-transparent-table-wrapper,.task-transparent-table-wrapper{background-color:#1a1622;border-radius:5px;color:#fff;margin-top:10px;overflow-x:auto;width:100%}.activity-transparent-table,.task-transparent-table{border-collapse:collapse;table-layout:fixed;width:100%}.activity-transparent-table td,.activity-transparent-table th,.task-transparent-table td,.task-transparent-table th{word-wrap:break-word;border-bottom:1px solid #ffffff1a;font-style:italic;padding:8px;text-align:center!important}.activity-transparent-table th,.task-transparent-table th{background-color:#1a1622;color:#fff}.activity-transparent-table tbody tr:last-child td,.task-transparent-table tbody tr:last-child td{border-bottom:none}.fade-in{animation:fadeIn 1s ease-in-out forwards;opacity:0}.schedule-container{margin-top:55px;padding:20px}.schedule-title{color:#fff;margin-bottom:20px;text-align:center}.schedule-content{display:flex;flex-wrap:wrap;justify-content:space-around}.schedule-info{margin-bottom:30px;width:calc(50% - 20px)}.schedule-info-box{background-color:#1a1622;border:#0000;border-radius:5px;cursor:pointer;margin-bottom:15px;margin-top:5px;max-height:1000px;min-height:130px;overflow:hidden;padding:10px}.schedule-info-box legend{color:#fff;font-size:18px;font-style:italic}.schedule-box{display:flex;flex-direction:column}.schedule-item{align-items:center;animation:fadeIn .5s forwards;display:flex;height:25px;justify-content:center;opacity:0;text-align:center}.schedule-item p{color:#fff;line-height:50px;margin:0}@media (min-width:768px){.schedule-info{width:calc(50% - 40px)}}.schedule-popup{align-items:center;animation:fadeIn .3s ease-in-out;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.schedule-popup-content{background-color:#1a1622;border-radius:10px;color:#fff;max-height:80%;max-width:80%;overflow:auto;padding:20px;position:relative}.close-popup{color:#fff;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.schedule-popup-content{transition:opacity .3s ease-in-out,transform .3s ease-in-out}.schedule-popup.fadeOut{animation:fadeOut .3s ease-in-out}.schedule-popup-content.slideOut{animation:slideOut .3s ease-in-out}.schedule-table{border-collapse:collapse;margin-top:20px;width:100%}.schedule-table td,.schedule-table th{border:1px solid #ddd;padding:8px;text-align:center}.schedule-table th{background-color:#1a1622;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px)}to{transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideOut{0%{transform:translateY(0)}to{transform:translateY(-50px)}}.admin-container{margin-top:60px;padding:20px}.login-container,.task-manager-container{align-items:center;display:flex;flex-direction:column}.task-manager-container{justify-content:center;padding:20px}.task-manager-menu{align-items:center;display:flex;flex-direction:column}.modal-container{background-color:#1a1622;border-radius:8px;color:#fff;left:50%;max-width:500px;outline:none;padding:20px;position:fixed;text-align:center;top:50%;transform:translate(-50%,-50%)}.modal-container h3{color:#fff;margin-bottom:20px}.modal-actions{display:flex;justify-content:center;margin-top:20px}.input{display:flex;flex-direction:column}.input>*{margin-bottom:10px}.input .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{border-color:#ffffffb3;color:#ffffffb3}.input .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.input .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#fff}.input .MuiInputBase-input,.input .MuiInputBase-input:focus,.input .MuiInputBase-input:hover,.input .MuiInputLabel-root,.input .MuiInputLabel-root.Mui-focused{color:#fff}.input .MuiSvgIcon-root{color:#ffffffb3}.input .MuiSvgIcon-root:focus,.input .MuiSvgIcon-root:hover{color:#fff}.table-container{background-color:#1a1622;border-radius:8px;display:flex;justify-content:center;margin-top:30px;max-width:100%;overflow-x:auto;padding:20px}.table-container h2{text-align:center}.table{border-collapse:collapse;max-width:100%;width:100%}.table td,.table th{border:1px solid #fff;color:#fff;padding:10px;text-align:center}.table th{background-color:#1a1622;position:-webkit-sticky;position:sticky;top:0;z-index:1}.table tbody tr:nth-of-type(odd){background-color:#ffffff0d}.table tbody tr:hover{background-color:#ffffff1a}.table tbody tr td:last-child button:first-child{margin-right:5px}@media (max-width:600px){.table-container{padding:10px}.table td,.table th{padding:5px}.modal-container{padding:10px;width:90%}.input{width:100%}}.home{margin-top:70px}h2{color:#fff;margin-left:10px}
/*# sourceMappingURL=main.b900f163.css.map*/