@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap";.sidebar{height:100vh;background-color:#333;min-height:100vh;width:200px;padding-top:1rem}.sidebar .companyName{color:#fff;display:block;text-align:center;margin-top:20px;margin-bottom:3px;font-size:20px}.sidebar .subText{color:#ffffff50;font-size:15px;text-align:center;margin-bottom:35px}.sidebar .header-link{background-color:#55555550;text-decoration:none;padding-bottom:13px;padding-top:13px;margin-bottom:3px;display:block;color:#fff;text-align:center}.sidebar .header-link:hover{background-color:#55555540;cursor:pointer}.auth{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#eee}.auth .form{border:3px solid #f1f1f1;background-color:#fff;padding:48px;border-radius:6px;max-width:600px}.auth input[type=text],.auth input[type=password]{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid #ccc;box-sizing:border-box;border-radius:6px}.auth button{background-color:#333;border-radius:6px;color:#fff;padding:14px 20px;margin:8px 0;border:none;cursor:pointer;width:100%}.auth button:hover{opacity:.8}.videos-page{padding:24px}.videos-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.videos-page .page-header h2{font-size:22px;font-weight:700;margin:0;color:var(--dark-gray)}.videos-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Lato,sans-serif;font-size:14px;font-weight:600;line-height:1;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.videos-page .btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0000001a}.videos-page .btn:disabled{opacity:.5;cursor:not-allowed}.videos-page .btn-dark{padding:10px 24px;background-color:var(--dark-gray);color:var(--white)}.videos-page .btn-dark:hover:not(:disabled){background-color:#2a2a2a}.videos-page .btn-dark:active:not(:disabled){background-color:#1f1f1f}.videos-page .btn-dark:focus-visible{box-shadow:0 0 0 3px #3b3b3b4d}.videos-page .badge{display:inline-block;padding:4px 10px;font-size:12px;font-weight:700;border-radius:100px;letter-spacing:.3px;transition:opacity .15s ease}.videos-page .badge:hover{opacity:.8}.videos-page .badge.bg-success{background-color:var(--green)!important;color:var(--white)}.videos-page .badge.bg-secondary{background-color:var(--light-gray)!important;color:var(--medium-gray)}.videos-page .actions{display:flex;gap:8px;justify-content:flex-end}.videos-page .btn-action{padding:6px 14px;font-size:12px;border-radius:6px;background-color:transparent;color:var(--dark-gray);border-color:var(--light-gray)}.videos-page .btn-action:hover:not(:disabled){background-color:var(--super-light-gray);border-color:var(--medium-gray)}.videos-page .btn-action:active:not(:disabled){background-color:#eee}.videos-page .btn-action.btn-danger{color:var(--red);border-color:#ff5b604d}.videos-page .btn-action.btn-danger:hover:not(:disabled){background-color:#ff5b6014;border-color:var(--red);color:var(--red)}.videos-page .btn-action.btn-danger:active:not(:disabled){background-color:#ff5b6026}.videos-page .btn-action.btn-danger:focus-visible{box-shadow:0 0 0 3px #ff5b6033}.videos-page .thumbnail{width:120px;height:68px;object-fit:cover;border-radius:6px}.videos-page .thumbnail.placeholder{background-color:var(--super-light-gray);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--medium-gray)}.add-edit-video{padding:32px 24px 64px;max-width:960px}.add-edit-video .page-header{margin-bottom:32px}.add-edit-video .page-header .back-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--medium-gray);text-decoration:none;cursor:pointer;margin-bottom:8px;transition:color .15s}.add-edit-video .page-header .back-link:hover{color:var(--dark-gray)}.add-edit-video .page-header h2{font-size:22px;font-weight:700;margin:0;color:var(--dark-gray)}.add-edit-video .form-section{background:var(--white);border-radius:8px;box-shadow:var(--shadow);padding:24px;margin-bottom:24px}.add-edit-video .form-section .section-heading{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--medium-gray);margin:0 0 20px}.add-edit-video .form-section .mb-3{margin-bottom:24px!important}.add-edit-video .form-section .mb-4{margin-bottom:32px!important}.add-edit-video .form-section .row{row-gap:24px}.add-edit-video .video-preview{margin-top:16px;display:flex;gap:16px;align-items:flex-start}.add-edit-video .video-preview .preview-thumbnail{width:280px;height:158px;object-fit:cover;border-radius:6px;flex-shrink:0;background:var(--super-light-gray)}.add-edit-video .video-preview .preview-info{flex:1;min-width:0}.add-edit-video .video-preview .preview-info .preview-title{font-size:15px;font-weight:700;color:var(--dark-gray);margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.add-edit-video .video-preview .preview-info .preview-id{font-size:12px;color:var(--medium-gray);font-family:monospace}.add-edit-video .video-preview .preview-info .preview-fetching{font-size:12px;font-weight:600;color:var(--medium-primary);margin:0 0 4px}.add-edit-video .thumbnail-only{margin-top:16px}.add-edit-video .thumbnail-only .preview-thumbnail{width:280px;height:158px;object-fit:cover;border-radius:6px;background:var(--super-light-gray)}.add-edit-video .form-label{display:block;font-size:13px;font-weight:600;color:var(--dark-gray);margin-bottom:6px}.add-edit-video .form-text{font-size:12px;color:var(--medium-gray);margin-top:2px}.add-edit-video .required-mark{color:var(--dark-primary);margin-left:2px}.add-edit-video .form-control,.add-edit-video .form-select{width:100%;font-size:14px;padding:10px 14px;border:1px solid #ddd;border-radius:8px;background-color:#fafafa;color:var(--dark-gray);transition:border-color .2s,box-shadow .2s,background-color .2s}.add-edit-video .form-control:hover,.add-edit-video .form-select:hover{border-color:#bbb}.add-edit-video .form-control:focus,.add-edit-video .form-select:focus{border-color:#888;background-color:#fff;box-shadow:0 0 0 3px #0000000f;outline:none}.add-edit-video .form-control::placeholder,.add-edit-video .form-select::placeholder{color:#bbb}.add-edit-video .form-select{padding-right:36px}.add-edit-video textarea.form-control{resize:vertical;min-height:80px;line-height:1.5}.add-edit-video .chip-group{display:flex;flex-wrap:wrap;gap:8px}.add-edit-video .chip{display:inline-block;padding:5px 12px;border-radius:100px;font-size:13px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .15s;border:1px solid var(--light-gray);background:var(--white);color:var(--medium-gray)}.add-edit-video .chip:hover{border-color:var(--medium-gray);color:var(--dark-gray)}.add-edit-video .chip.active{background:var(--dark-gray);border-color:var(--dark-gray);color:var(--white)}.add-edit-video .publish-section{display:flex;align-items:center;justify-content:space-between}.add-edit-video .publish-section .publish-label .publish-title{font-size:14px;font-weight:700;color:var(--dark-gray);margin:0}.add-edit-video .publish-section .publish-label .publish-description{font-size:12px;color:var(--medium-gray);margin:2px 0 0}.add-edit-video .publish-section .form-check{margin:0;padding:0}.add-edit-video .publish-section .form-check .form-check-input{width:40px;height:22px;margin:0;cursor:pointer}.add-edit-video .publish-section .form-check .form-check-input:checked{background-color:var(--green);border-color:var(--green)}.add-edit-video .publish-section .form-check .form-check-input:focus{box-shadow:0 0 0 2px #82cd5540}.add-edit-video .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:Lato,sans-serif;font-size:14px;font-weight:600;line-height:1;border-radius:8px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;-webkit-user-select:none;user-select:none}.add-edit-video .btn:focus-visible{outline:none;box-shadow:0 0 0 3px #0000001a}.add-edit-video .btn:disabled{opacity:.5;cursor:not-allowed}.add-edit-video .btn-dark{padding:10px 24px;background-color:var(--dark-gray);color:var(--white)}.add-edit-video .btn-dark:hover:not(:disabled){background-color:#2a2a2a}.add-edit-video .btn-dark:active:not(:disabled){background-color:#1f1f1f}.add-edit-video .btn-dark:focus-visible{box-shadow:0 0 0 3px #3b3b3b4d}.add-edit-video .btn-outline-secondary{padding:10px 24px;background-color:transparent;color:var(--medium-gray);border-color:var(--light-gray)}.add-edit-video .btn-outline-secondary:hover:not(:disabled){background-color:var(--super-light-gray);border-color:var(--medium-gray);color:var(--dark-gray)}.add-edit-video .btn-outline-secondary:active:not(:disabled){background-color:#eee}.add-edit-video .btn-outline-secondary:focus-visible{box-shadow:0 0 0 3px #0000000f}.add-edit-video .btn-sm{padding:6px 14px;font-size:12px;border-radius:6px}.add-edit-video .form-actions{display:flex;align-items:center;gap:12px;padding-top:8px}@media (max-width: 640px){.add-edit-video .video-preview{flex-direction:column}.add-edit-video .video-preview .preview-thumbnail{width:100%;height:auto;aspect-ratio:16/9}}.categories-page{padding:24px}.categories-page .add-form{max-width:700px}.tags-page{padding:24px}.tags-page .add-form{max-width:500px}.users-page{padding:24px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app{height:100vh;width:100vw;display:flex}.app.loading{justify-content:center;align-items:center}.app .app-body{height:100vh;width:calc(100vw - 200px);overflow-y:auto}.app .app-body>div{min-height:100vh}html,body{padding:0;margin:0;font-family:Lato,sans-serif}*{box-sizing:border-box}html{--dark-primary: #e74c3c;--medium-primary: #f39c12;--light-primary: #f5d76e;--super-light-primary: #fef9e7;--red: #ff5b60;--light-red: #ff787c;--orange: #ff8935;--light-orange: #ff9d45;--green: #82cd55;--light-green: #a3de79;--blue: #6cd0fa;--light-blue: #b5e8fa;--black: #000;--white: #fff;--dark-gray: #3b3b3b;--medium-gray: #959499;--light-gray: #dddddd;--super-light-gray: #f7f6f6;--background: var(--super-light-gray);--shadow-color: rgba(0, 0, 0, .05);--shadow: 0px .5px 2px 2px var(--shadow-color);--big-shadow: 0px 1px 4px 4px var(--shadow-color)}html body{color:var(--dark-gray)}.table-wrapper{width:100%;max-width:100%;margin-bottom:10px;padding:12px;background-color:var(--white);border-radius:3px;box-shadow:var(--shadow)}table{width:100%;max-width:100%;margin-bottom:10px;border-collapse:collapse;font-variant-numeric:tabular-nums}table th{padding:10px 0 10px 16px;color:var(--dark-primary);background-color:var(--super-light-gray);font-size:14px;line-height:20px;text-align:left;vertical-align:bottom;border-bottom:3px solid var(--light-gray)}table th:last-child{padding-right:16px;text-align:right}table td{border-bottom:1px solid #eaeaea;padding:16px 0 16px 16px;font-weight:600;vertical-align:top}table td:last-child{padding-right:16px;text-align:right}table td .action{color:var(--orange);font-weight:700;cursor:pointer;-webkit-user-select:none;user-select:none}table td .action:hover{opacity:.7}table td .action+.action{margin-top:4px}.Toastify .Toastify__toast-container{width:348px}.Toastify .Toastify__toast-container .positive:before{background-color:var(--green)}.Toastify>*>*{position:relative;color:var(--dark-gray);border-radius:8px;padding:8px 8px 8px 24px;font-family:Lato,sans-serif;box-shadow:var(--shadow)}.Toastify>*>*:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background-color:var(--red)}.Toastify .Toastify__progress-bar--default{background:none}
