body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;overflow-x:hidden;padding:0;width:100vw}html{height:100%;width:100%}*{box-sizing:border-box}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.clock-container{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center}.clock-go-button{color:var(--primary-color);height:20px;min-width:20px;padding:2px}.clock-go-button:hover{background-color:var(--primary-color-hover)}.clock-go-icon{font-size:16px}.clock-display{align-items:center;display:flex;flex-direction:column;justify-content:center}.clock-time,.clock-time-colored{font-size:15px;margin:0;padding-bottom:0;padding-top:0}.clock-time-colored{color:var(--warning-color)}.responsive-header{background-color:var(--header-bg-color);position:sticky;top:0;transition:all .3s ease;width:100%;z-index:10}.responsive-header th{overflow:hidden;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}@media (max-width:1024px){.responsive-header th{padding:3px!important}}@media (max-width:768px){.responsive-header th{font-size:13px;padding:2px!important}.responsive-header button{min-width:0!important;min-width:auto!important}}@media (max-width:500px){.responsive-header th{font-size:12px;padding:1px!important}.responsive-header button{padding:2px!important}.responsive-header .long-title{max-width:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media (prefers-color-scheme:dark){.responsive-header{--header-bg-color:#121212}}@media (prefers-color-scheme:light){.responsive-header{--header-bg-color:#fff}}.downloaded-table{border-spacing:0;max-width:100%;table-layout:fixed;width:100%}.downloaded-table td,.downloaded-table th{word-wrap:break-word;box-sizing:border-box;overflow-wrap:break-word;padding:12px 8px;vertical-align:middle}.downloaded-table th{font-weight:600}.downloaded-table td:first-child,.downloaded-table th:first-child{text-align:center;width:8%}.downloaded-table td:nth-child(2),.downloaded-table th:nth-child(2){word-wrap:break-word;overflow-wrap:break-word;width:25%}.downloaded-table td:nth-child(3),.downloaded-table th:nth-child(3){text-align:left;width:45%}.downloaded-table td:nth-child(4),.downloaded-table th:nth-child(4){text-align:center;width:12%}.downloaded-table td:nth-child(5),.downloaded-table th:nth-child(5){overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:10%}.downloaded-table td:nth-child(3) video{aspect-ratio:16/9;border-radius:8px;display:block;height:auto;margin:0;max-width:100%;width:100%}.downloaded-table td:nth-child(3) video::-webkit-media-controls,.downloaded-table td:nth-child(3) video::-webkit-media-controls-panel{display:flex!important;opacity:1!important}@media (max-width:1024px){.downloaded-table td:nth-child(2),.downloaded-table th:nth-child(2){width:20%}.downloaded-table td:nth-child(3),.downloaded-table th:nth-child(3){width:50%}}@media (max-width:768px){.downloaded-table{display:block;font-size:14px}.downloaded-table thead{display:none}.downloaded-table tbody{display:flex;flex-direction:column;gap:16px;padding:16px 0}.downloaded-table tbody tr{background:var(--mui-palette-background-paper);border:1px solid var(--mui-palette-divider);border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:12px;padding:16px;position:relative;transition:box-shadow .2s ease-in-out}.downloaded-table tbody tr:hover{box-shadow:0 4px 16px #00000026}.downloaded-table tbody tr:not(:last-child):after{background:#666;bottom:-9px;content:"";height:1px;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);width:95%}.downloaded-table td{border:none;display:block;padding:0;text-align:left!important;width:100%!important}.downloaded-table td:before{color:var(--mui-palette-text-secondary);content:attr(data-label);display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.downloaded-table td:first-child:before{content:"Select"}.downloaded-table td:nth-child(2):before{content:"Title"}.downloaded-table td:nth-child(3):before{content:"Video"}.downloaded-table td:nth-child(4):before{content:"Status"}.downloaded-table td:nth-child(5):before{content:"Downloaded"}}.positive{color:green}.negative{color:red}.neutral{color:gray}.video{overflow:visible;padding:2px 12px 2px 2px!important;position:relative;text-align:center;vertical-align:middle}.video,.video video{box-sizing:border-box}.video video{border-radius:4px;cursor:pointer;display:block;margin:4px auto;max-width:calc(100% - 8px);overflow:hidden;transition:all .2s ease}.video video:hover{box-shadow:0 2px 8px #00000026;transform:scale(1.02)}.highlight{color:#469df5}.white{color:#fff}.black{color:#000}.red{color:red}.orange{color:orange}.hr{display:inline-block;margin:1em 0}.hr:after{border-top:1px solid #737070;content:"";display:block;margin-top:.3em}.toolbar{background-color:#f5f5f5;box-shadow:0 3px 10px #00000026;box-sizing:border-box;display:flex;position:absolute;transition:all .3s ease;z-index:1300}.toolbar.light-theme{background-color:#f5f5f5;border-color:#e0e0e0}.toolbar.dark-theme{background-color:#333;border-color:#444}.toolbar.left{border-right-style:solid;border-right-width:1px;left:0}.toolbar.left,.toolbar.right{flex-direction:column;height:100%;margin:0;max-width:300px;min-width:60px;top:0;width:auto}.toolbar.right{border-left-style:solid;border-left-width:1px;right:0}.toolbar.top{border-bottom-style:solid;border-bottom-width:1px;top:0}.toolbar.bottom,.toolbar.top{flex-direction:row;height:60px;left:0;margin:0;width:100%}.toolbar.bottom{border-top-style:solid;border-top-width:1px;bottom:0}.toolbar-handle{align-items:center;display:flex;justify-content:center;margin:0;padding:8px;transition:background-color .2s ease;user-select:none;-webkit-user-select:none}.toolbar.light-theme .toolbar-handle{background-color:#0000000d}.toolbar.light-theme .toolbar-handle:hover{background-color:#0000001a}.toolbar.dark-theme .toolbar-handle{background-color:#ffffff0d}.toolbar.dark-theme .toolbar-handle:hover{background-color:#ffffff1a}.toolbar.left .toolbar-handle,.toolbar.right .toolbar-handle{height:40px;width:100%}.toolbar.bottom .toolbar-handle,.toolbar.top .toolbar-handle{height:100%;width:40px}.toolbar-buttons{align-items:flex-start;display:flex;flex:1 1;gap:10px;justify-content:flex-start;margin:0;padding:10px}.toolbar.left .toolbar-buttons,.toolbar.right .toolbar-buttons{align-items:center;flex-direction:column;padding-top:20px}.toolbar.bottom .toolbar-buttons,.toolbar.top .toolbar-buttons{align-items:center;flex-direction:row;padding-left:20px}.toolbar.bottom .MuiBadge-root,.toolbar.top .MuiBadge-root{margin:0 5px}.toolbar.left .MuiBadge-root,.toolbar.right .MuiBadge-root{margin:5px 0}.toolbar-buttons .MuiIconButton-root{height:40px;margin:0;width:40px}table td,table th{word-wrap:break-word;padding:8px 4px}.mycreations-table{border-spacing:0;max-width:100%;table-layout:fixed;width:100%}.mycreations-table td{overflow-wrap:break-word;vertical-align:top}.mycreations-table td,.mycreations-table th{word-wrap:break-word;box-sizing:border-box;padding:12px 8px}.mycreations-table th{font-weight:600;vertical-align:middle}.mycreations-table td.download,.mycreations-table td.video{overflow:visible;vertical-align:middle;white-space:normal}.mycreations-table td.description,.mycreations-table td.title,.mycreations-table th:first-child,.mycreations-table th:nth-child(2){word-wrap:break-word;min-width:0;overflow-wrap:break-word;width:15%}.mycreations-table td.video,.mycreations-table th:nth-child(3){min-width:0;text-align:left;width:45%}.mycreations-table td.download,.mycreations-table th:nth-child(4){min-width:0;text-align:center;width:8%}.mycreations-table td.type,.mycreations-table th:nth-child(5){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:8%}.mycreations-table td.created,.mycreations-table th:nth-child(6){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:9%}.mycreations-table td.video audio,.mycreations-table td.video img,.mycreations-table td.video video{border-radius:8px;display:block;height:auto;margin:0;max-width:100%;width:100%}.mycreations-table td.video audio{background:var(--mui-palette-background-paper);border:1px solid var(--mui-palette-divider);border-radius:8px;height:40px!important;min-height:40px;outline:none}.mycreations-table td.video video{aspect-ratio:16/9}.mycreations-table td.video video::-webkit-media-controls,.mycreations-table td.video video::-webkit-media-controls-panel{display:flex!important;opacity:1!important}.mycreations-table td.video .subtitle-container,.mycreations-table td.video [class*=subtitle]{background:#0000;border:none;border-radius:8px;box-sizing:border-box;display:block;font-size:11px;height:180px;line-height:1.3;margin:0;max-height:180px;max-width:100%;min-width:0;overflow:visible;padding:0;width:100%}.mycreations-table td.video .subtitle-container *,.mycreations-table td.video [class*=subtitle] *{word-wrap:break-word;box-sizing:border-box;max-width:100%;overflow-wrap:break-word}@media (max-width:1024px){.mycreations-table td.video .subtitle-container,.mycreations-table td.video [class*=subtitle]{font-size:10px;height:160px;max-height:160px}}@media (max-width:768px){.mycreations-table td.video .subtitle-container,.mycreations-table td.video [class*=subtitle]{font-size:9px;height:140px;max-height:140px}}@media (min-width:1400px){.mycreations-table td.video,.mycreations-table th:nth-child(3){width:50%}.mycreations-table td.description,.mycreations-table td.title,.mycreations-table th:first-child,.mycreations-table th:nth-child(2){width:12%}}@media (max-width:1024px){.mycreations-table td.video,.mycreations-table th:nth-child(3){width:40%}.mycreations-table td.description,.mycreations-table td.title,.mycreations-table th:first-child,.mycreations-table th:nth-child(2){width:18%}}@media (max-width:768px){.mycreations-table{display:block;font-size:14px}.mycreations-table thead{display:none}.mycreations-table tbody{display:flex;flex-direction:column;gap:16px;padding:16px 0}.mycreations-table tbody tr{background:var(--mui-palette-background-paper);border:1px solid var(--mui-palette-divider);border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:12px;padding:16px;position:relative;transition:box-shadow .2s ease-in-out}.mycreations-table tbody tr:hover{box-shadow:0 4px 16px #00000026}.mycreations-table tbody tr:not(:last-child):after{background:#666;bottom:-9px;content:"";height:1px;left:50%;opacity:.8;position:absolute;transform:translateX(-50%);width:95%}.mycreations-table td{border:none;display:block;max-width:none!important;min-width:0!important;min-width:auto!important;padding:0;text-align:left!important;width:100%!important}.mycreations-table td:before{color:var(--mui-palette-text-secondary);content:attr(data-label);display:block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.mycreations-table td.video{margin:8px 0}.mycreations-table td.video:before{content:"";display:none}.mycreations-table td.download{margin:8px 0;text-align:center!important}.mycreations-table td.download:before{content:"";display:none}.mycreations-table td.created,.mycreations-table td.type{display:inline-block;font-size:12px;width:48%!important}.mycreations-table td.type{margin-right:4%}}@media (max-width:480px){.mycreations-table tbody{gap:12px;padding:12px 0}.mycreations-table tbody tr{gap:8px;padding:12px}.mycreations-table{font-size:12px}.mycreations-table td.created,.mycreations-table td.type{margin-bottom:4px;margin-right:0;width:100%!important}}.home-container{border-radius:8px;margin-top:64px;padding:32px;text-align:center}.home-title{font-weight:700;margin-bottom:16px}.home-subtitle{font-size:1.3rem;margin-bottom:32px}.video-container{border-radius:10px;height:0;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:800px;overflow:hidden;padding-bottom:56.25%;position:relative;width:100%}.video-iframe{border:none;border-radius:10px;height:100%;left:0;position:absolute;top:0;width:100%}.upload-button{border-radius:8px;font-size:1.1rem;font-weight:700;margin-top:16px;padding:12px 32px;text-transform:none}.upload-button:hover{box-shadow:0 4px 8px #0000003d}
/*# sourceMappingURL=main.f2b0432c.css.map*/