.react-contexify{position:fixed;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ffffff;box-sizing:border-box;box-shadow:0px 10px 30px -5px rgba(0,0,0,0.3);border-radius:6px;padding:6px 0;min-width:200px;z-index:100}.react-contexify__submenu--is-open,.react-contexify__submenu--is-open>.react-contexify__item__content{color:white;background-color:#4393e6}.react-contexify__submenu--is-open>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify .react-contexify__submenu{position:absolute;top:-6px;pointer-events:none;transition:opacity 0.275s}.react-contexify__submenu-arrow{margin-left:auto;font-size:12px}.react-contexify__separator{width:100%;height:1px;cursor:default;margin:4px 0;background-color:rgba(0,0,0,0.2)}.react-contexify__will-leave--disabled{pointer-events:none}.react-contexify__item{cursor:pointer;position:relative}.react-contexify__item:focus{outline:0}.react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__item__content,.react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content{color:white;background-color:#4393e6}.react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__submenu{pointer-events:initial;opacity:1}.react-contexify__item--disabled{cursor:default;opacity:0.5}.react-contexify__item__content{padding:6px 12px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;white-space:nowrap;color:#333;position:relative}.react-contexify__theme--dark{background-color:rgba(40,40,40,0.98)}.react-contexify__theme--dark .react-contexify__submenu{background-color:rgba(40,40,40,0.98)}.react-contexify__theme--dark .react-contexify__separator{background-color:#eee}.react-contexify__theme--dark .react-contexify__item__content{color:#ffffff}.react-contexify__theme--light .react-contexify__separator{background-color:#eee}.react-contexify__theme--light .react-contexify__submenu--is-open,.react-contexify__theme--light .react-contexify__submenu--is-open>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):hover>.react-contexify__item__content,.react-contexify__theme--light .react-contexify__item:not(.react-contexify__item--disabled):focus>.react-contexify__item__content{color:#4393e6;background-color:#e0eefd}.react-contexify__theme--light .react-contexify__item__content{color:#666}@keyframes react-contexify__scaleIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@keyframes react-contexify__scaleOut{from{opacity:1}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.react-contexify__will-enter--scale{transform-origin:top left;animation:react-contexify__scaleIn 0.3s}.react-contexify__will-leave--scale{transform-origin:top left;animation:react-contexify__scaleOut 0.3s}@keyframes react-contexify__fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes react-contexify__fadeOut{from{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(10px)}}.react-contexify__will-enter--fade{animation:react-contexify__fadeIn 0.3s ease}.react-contexify__will-leave--fade{animation:react-contexify__fadeOut 0.3s ease}@keyframes react-contexify__flipInX{from{transform:perspective(800px) rotate3d(1, 0, 0, 45deg)}to{transform:perspective(800px)}}@keyframes react-contexify__flipOutX{from{transform:perspective(800px)}to{transform:perspective(800px) rotate3d(1, 0, 0, 45deg);opacity:0}}.react-contexify__will-enter--flip{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;transform-origin:top center;animation:react-contexify__flipInX 0.3s}.react-contexify__will-leave--flip{transform-origin:top center;animation:react-contexify__flipOutX 0.3s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes swing-in-top-fwd{0%{transform:rotateX(-100deg);transform-origin:top;opacity:0}100%{transform:rotateX(0deg);transform-origin:top;opacity:1}}@keyframes react-contexify__slideIn{from{opacity:0;transform:scale3d(1, 0.3, 1)}to{opacity:1}}@keyframes react-contexify__slideOut{from{opacity:1}to{opacity:0;transform:scale3d(1, 0.3, 1)}}.react-contexify__will-enter--slide{transform-origin:top center;animation:react-contexify__slideIn 0.3s}.react-contexify__will-leave--slide{transform-origin:top center;animation:react-contexify__slideOut 0.3s}

.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;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:translateX(-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:translateX(-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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,0.1),0 2px 15px 0 rgba(0,0,0,0.05);display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}@media only screen and (max-width: 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:9999;opacity:.7;background-color:rgba(255,255,255,0.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.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(0.215, 0.61, 0.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(0.215, 0.61, 0.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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}

.spinner{width:14px;height:30px;justify-content:center;align-items:center;display:flex;margin:0px 18px 2px 25px}.spinner div{box-sizing:border-box;display:block;position:absolute;width:16px;height:16px;margin:2px;border:3px solid #00aaff;border-radius:50%;animation:spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#00aaff transparent transparent transparent}.spinner div:nth-child(1){animation-delay:-0.45s}.spinner div:nth-child(2){animation-delay:-0.3s}.spinner div:nth-child(3){animation-delay:-0.15s}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.CircularProgressbar{width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset 0.5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}

.cwb-audio-player-footer{position:fixed;width:100%;left:0px;right:0px;bottom:0px;height:80px;box-shadow:0 -2px 4px 0 #e3e3e3;border:1px solid #e0e0e0;z-index:20;background:white;transition:height 0.2s linear}.cwb-audio-player-footer.expanded{height:100%}.cwb-audio-player-footer .footer-content{display:flex;align-items:center;height:100%;margin:0px 25px}@media (max-width: 620px){.cwb-audio-player-footer .footer-content.desktop-player{display:none}.cwb-audio-player-footer .footer-content.mobile-player{display:flex}}@media (min-width: 621px){.cwb-audio-player-footer .footer-content.desktop-player{display:flex}.cwb-audio-player-footer .footer-content.mobile-player{display:none}}.cwb-audio-player-footer .btn-pause-play{border-radius:40px;-webkit-box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);-moz-box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);display:flex;justify-content:center;align-items:center;width:40px;height:40px;border-radius:40px;background:white;margin-left:20px;margin-right:20px;cursor:pointer}.cwb-audio-player-footer .btn-pause-play img{margin:0px}.cwb-audio-player-footer .audio-image{height:40px;width:40px;border-radius:2px;background-color:#f8f8f8;box-shadow:inset 0 -1px 0 0 rgba(209,213,221,0.5),inset 0 1px 0 0 #f5f5f5;display:flex;justify-content:center;align-items:center}.cwb-audio-player-footer .audio-info{margin-left:23px;width:200px;margin-right:8px}.cwb-audio-player-footer .audio-actor-name{color:#353b48;font-size:15px;font-weight:bold;line-height:24px;max-width:150px}.cwb-audio-player-footer .audio-take{display:flex;align-items:center;font-size:13px;font-weight:600;line-height:18px;color:#758196}.cwb-audio-player-footer .audio-take .star{margin-right:12px}.cwb-audio-player-footer .audio-take .audio-filename{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%;color:#758196;font-size:11px;font-weight:600;letter-spacing:0.11px;line-height:24px}.cwb-audio-player-footer .audio-controls{margin-right:20px;display:flex;align-items:center}.cwb-audio-player-footer .audio-controls .icon-cwb-previous-track,.cwb-audio-player-footer .audio-controls .icon-cwb-next-track{cursor:pointer}.cwb-audio-player-footer .audio-controls .icon-cwb-previous-track.disabled-control,.cwb-audio-player-footer .audio-controls .icon-cwb-next-track.disabled-control{cursor:unset;opacity:0.3}.cwb-audio-player-footer .video-js{height:30px;flex-grow:1;background:white}.cwb-audio-player-footer .video-js .vjs-big-play-button{display:none}.cwb-audio-player-footer .video-js .vjs-current-time{display:block;padding-right:0px}.cwb-audio-player-footer .video-js .vjs-remaining-time{display:block;padding-left:0px;margin-right:10px}.cwb-audio-player-footer .video-js .vjs-play-progress:before{display:none}.cwb-audio-player-footer .video-js .vjs-control{background:white}.cwb-audio-player-footer .video-js .vjs-load-progress div{background-color:#e0e4e9;border-radius:6.5px}.cwb-audio-player-footer .video-js .vjs-progress-holder{background-color:#e0e4e9;height:4px;border-radius:6.5px}.cwb-audio-player-footer .video-js .vjs-volume-control{margin-right:0px;width:100px}.cwb-audio-player-footer .video-js .vjs-volume-level{background-color:#353b48;height:4px;border-radius:100px}.cwb-audio-player-footer .video-js .vjs-volume-level:before{font-size:14px;color:white;border-radius:16px;box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);background:white}.cwb-audio-player-footer .video-js .vjs-volume-bar{background-color:#e0e4e9;width:100px;height:4px;border-radius:100px}.cwb-audio-player-footer .video-js .vjs-control-bar{background:white;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:black}.cwb-audio-player-footer .video-js .vjs-play-progress{background:#00aaff;border-radius:6.5px}.cwb-audio-player-footer .video-js .vjs-time-tooltip{font-size:10px;padding:8px 13px}@media (max-width: 620px){.cwb-audio-player-footer{height:87px}.cwb-audio-player-footer .footer-content.mobile-player{display:block;margin-left:0px;margin-right:0px;padding-left:20px;padding-right:20px}.cwb-audio-player-footer .footer-content.mobile-player .num-clips{color:#00aaff;font-weight:normal}.cwb-audio-player-footer .footer-content.mobile-player .video-js{width:100%}.cwb-audio-player-footer .footer-content.mobile-player .footer-top{width:100%}.cwb-audio-player-footer .footer-content.mobile-player .footer-top.expanded{position:absolute;bottom:50px;left:0px;padding-left:20px;padding-right:20px}.cwb-audio-player-footer .footer-content.mobile-player .footer-bottom{width:100%;display:flex}.cwb-audio-player-footer .footer-content.mobile-player .footer-bottom.expanded .audio-info{height:82px;padding-top:20px}.cwb-audio-player-footer .footer-content.mobile-player .footer-bottom.expanded .audio-actor-name{font-size:17px}.cwb-audio-player-footer .footer-content.mobile-player .footer-bottom.expanded .expand-collapse{align-self:flex-start;margin-top:20px;display:flex;justify-content:space-around;align-items:center}.cwb-audio-player-footer .footer-content.mobile-player .footer-bottom.expanded .expand-collapse .cwb-chevron.down{border-color:#00aaff}.cwb-audio-player-footer .footer-content.mobile-player .vjs-current-time{padding-left:0px}.cwb-audio-player-footer .footer-content.mobile-player .vjs-remaining-time{padding-right:0px}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .btn-pause-play.no-border{border-radius:0px;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;width:24px;height:40px;margin-left:0px;margin-right:16px;font-size:20px}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .btn-pause-play.no-border span:before{font-size:24px;color:#8f9295}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .btn-pause-play.no-border span.icon-cwb-pause-track:before{color:#00aaff}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls.expanded{position:absolute;bottom:10px;left:0px;width:100%;display:flex;justify-content:center;align-items:center}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls.expanded .btn-pause-play{margin-left:16px;width:40px}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .icon-cwb-previous-track,.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .icon-cwb-next-track{font-size:26px}.cwb-audio-player-footer .footer-content.mobile-player .audio-controls .icon-cwb-pause-track:before{color:#00aaff}.cwb-audio-player-footer .footer-content.mobile-player .audio-info{margin-left:0px;margin-right:10px;flex:1}.cwb-audio-player-footer .footer-content.mobile-player .expand-collapse{width:46px;display:flex;align-self:center;justify-content:flex-end;justify-content:space-around;align-items:center}.cwb-audio-player-footer .footer-content.mobile-player .footer-track{display:flex;justify-content:flex-start;align-items:center;box-shadow:0 -1px 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0;width:100%;height:72px}.cwb-audio-player-footer .footer-content.mobile-player .footer-track .btn-pause-play{margin-left:0px;position:relative}.cwb-audio-player-footer .footer-content.mobile-player .footer-track .btn-pause-play .circular-progress-bar{width:110%;position:absolute}.cwb-audio-player-footer .footer-content.mobile-player .footer-track .footer-track-name{color:#353b48;font-size:15px;font-weight:600;letter-spacing:0.44px;line-height:24px}.cwb-audio-player-footer .vjs-mute-control{display:none}.cwb-audio-player-footer .vjs-volume-control.vjs-volume-horizontal{display:none}}.cwb-audio-player-footer .vjs-error-display.vjs-modal-dialog:before{display:none !important}.cwb-audio-player-footer .vjs-modal-dialog-content{background:white;color:black;padding:0px !important;line-height:unset !important;font-size:12px !important}

.react-tagsinput{background-color:#fff;border:1px solid #ccc;overflow:hidden;padding-left:5px;padding-top:5px}.react-tagsinput--focused{border-color:#a5d24a}.react-tagsinput-tag{background-color:#cde69c;border-radius:2px;border:1px solid #a5d24a;color:#638421;display:inline-block;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:5px;margin-right:5px;padding:5px}.react-tagsinput-remove{cursor:pointer;font-weight:bold}.react-tagsinput-tag a::before{content:" \D7"}.react-tagsinput-input{background:transparent;border:0;color:#777;font-family:sans-serif;font-size:13px;font-weight:400;margin-bottom:6px;margin-top:1px;outline:none;padding:5px;width:80px}

.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;top:0;bottom:0;left:0;right:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__hand__body{position:absolute;background-color:black;transform:translateX(-50%)}.react-clock__mark{position:absolute;top:0;bottom:0;left:50%;right:50%}.react-clock__mark__body{position:absolute;background-color:black;transform:translateX(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}

.react-time-picker{display:inline-flex;position:relative}.react-time-picker,.react-time-picker *,.react-time-picker *:before,.react-time-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-time-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-time-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-time-picker__inputGroup{min-width:calc((4px * 3) +  0.54em * 6  +  0.217em * 2);flex-grow:1;padding:0 2px;box-sizing:content-box}.react-time-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-time-picker__inputGroup__input{min-width:0.54em;height:100%;position:relative;padding:0 1px;border:0;background:none;font:inherit;box-sizing:content-box;-moz-appearance:textfield}.react-time-picker__inputGroup__input::-webkit-outer-spin-button,.react-time-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-time-picker__inputGroup__input:invalid{background:rgba(255,0,0,0.1)}.react-time-picker__inputGroup__input--hasLeadingZero{margin-left:-0.54em;padding-left:calc(1px +  0.54em)}.react-time-picker__inputGroup__amPm{font:inherit;-moz-appearance:menulist}.react-time-picker__button{border:0;background:transparent;padding:4px 6px}.react-time-picker__button:enabled{cursor:pointer}.react-time-picker__button:enabled:hover .react-time-picker__button__icon,.react-time-picker__button:enabled:focus .react-time-picker__button__icon{stroke:#0078d7}.react-time-picker__button:disabled .react-time-picker__button__icon{stroke:#6d6d6d}.react-time-picker__button svg{display:inherit}.react-time-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:white;border:thin solid #a0a096;position:absolute;top:100%;left:0;z-index:1}.react-time-picker__clock--closed{display:none}

.cwb-btn-primary,.cwb-btn-cancel,.cwb-btn-action,.cwb-btn-success,.cwb-btn-danger,.cwb-btn-upload{height:36px;min-width:140px;border-radius:4px;font-weight:600;letter-spacing:0.33px;line-height:20px;font-size:14px;cursor:pointer}.cwb-btn-primary:not(:disabled):not(.disabled):focus,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active,.cwb-btn-primary:not(:disabled):not(.disabled):active,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus,.cwb-btn-primary:not(:disabled):not(.disabled):hover,.cwb-btn-cancel:not(:disabled):not(.disabled):focus,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active,.cwb-btn-cancel:not(:disabled):not(.disabled):active,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus,.cwb-btn-cancel:not(:disabled):not(.disabled):hover,.cwb-btn-action:not(:disabled):not(.disabled):focus,.cwb-btn-action:not(:disabled):not(.disabled):focus:active,.cwb-btn-action:not(:disabled):not(.disabled):active,.cwb-btn-action:not(:disabled):not(.disabled):active:focus,.cwb-btn-action:not(:disabled):not(.disabled):hover,.cwb-btn-success:not(:disabled):not(.disabled):focus,.cwb-btn-success:not(:disabled):not(.disabled):focus:active,.cwb-btn-success:not(:disabled):not(.disabled):active,.cwb-btn-success:not(:disabled):not(.disabled):active:focus,.cwb-btn-success:not(:disabled):not(.disabled):hover,.cwb-btn-danger:not(:disabled):not(.disabled):focus,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active,.cwb-btn-danger:not(:disabled):not(.disabled):active,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus,.cwb-btn-danger:not(:disabled):not(.disabled):hover,.cwb-btn-upload:not(:disabled):not(.disabled):focus,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active,.cwb-btn-upload:not(:disabled):not(.disabled):active,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus,.cwb-btn-upload:not(:disabled):not(.disabled):hover{outline:0}.cwb-btn-primary:disabled,.cwb-btn-cancel:disabled,.cwb-btn-action:disabled,.cwb-btn-success:disabled,.cwb-btn-danger:disabled,.cwb-btn-upload:disabled{background-color:#d1d5dd;cursor:auto}@media screen and (max-width: 768px){.cwb-btn-primary,.cwb-btn-cancel,.cwb-btn-action,.cwb-btn-success,.cwb-btn-danger,.cwb-btn-upload{font-size:12px;line-height:15px;height:30px}}@media screen and (max-width: 450px){.cwb-btn-primary,.cwb-btn-cancel,.cwb-btn-action,.cwb-btn-success,.cwb-btn-danger,.cwb-btn-upload{font-size:10px;line-height:12px;height:25px}}.cwb-btn-primary,.cwb-btn-cancel,.cwb-btn-upload{background:white;color:#5f6367;border:1px solid #d1d5dd;box-shadow:0 2px 8px 0 rgba(0,0,0,0.08)}.cwb-btn-primary:not(:disabled):not(.disabled):focus,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active,.cwb-btn-primary:not(:disabled):not(.disabled):active,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus,.cwb-btn-primary:not(:disabled):not(.disabled):hover,.cwb-btn-cancel:not(:disabled):not(.disabled):focus,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active,.cwb-btn-cancel:not(:disabled):not(.disabled):active,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus,.cwb-btn-cancel:not(:disabled):not(.disabled):hover,.cwb-btn-upload:not(:disabled):not(.disabled):focus,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active,.cwb-btn-upload:not(:disabled):not(.disabled):active,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus,.cwb-btn-upload:not(:disabled):not(.disabled):hover{background:white;color:#0af;border:1px solid #d1d5dd;box-shadow:0 2px 8px 0 rgba(49,40,40,0.08)}.cwb-btn-primary:not(:disabled):not(.disabled):focus div,.cwb-btn-primary:not(:disabled):not(.disabled):focus div:before,.cwb-btn-primary:not(:disabled):not(.disabled):focus span,.cwb-btn-primary:not(:disabled):not(.disabled):focus span:before,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active div,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active span,.cwb-btn-primary:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-primary:not(:disabled):not(.disabled):active div,.cwb-btn-primary:not(:disabled):not(.disabled):active div:before,.cwb-btn-primary:not(:disabled):not(.disabled):active span,.cwb-btn-primary:not(:disabled):not(.disabled):active span:before,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus div,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus span,.cwb-btn-primary:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-primary:not(:disabled):not(.disabled):hover div,.cwb-btn-primary:not(:disabled):not(.disabled):hover div:before,.cwb-btn-primary:not(:disabled):not(.disabled):hover span,.cwb-btn-primary:not(:disabled):not(.disabled):hover span:before,.cwb-btn-cancel:not(:disabled):not(.disabled):focus div,.cwb-btn-cancel:not(:disabled):not(.disabled):focus div:before,.cwb-btn-cancel:not(:disabled):not(.disabled):focus span,.cwb-btn-cancel:not(:disabled):not(.disabled):focus span:before,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active div,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active span,.cwb-btn-cancel:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-cancel:not(:disabled):not(.disabled):active div,.cwb-btn-cancel:not(:disabled):not(.disabled):active div:before,.cwb-btn-cancel:not(:disabled):not(.disabled):active span,.cwb-btn-cancel:not(:disabled):not(.disabled):active span:before,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus div,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus span,.cwb-btn-cancel:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-cancel:not(:disabled):not(.disabled):hover div,.cwb-btn-cancel:not(:disabled):not(.disabled):hover div:before,.cwb-btn-cancel:not(:disabled):not(.disabled):hover span,.cwb-btn-cancel:not(:disabled):not(.disabled):hover span:before,.cwb-btn-upload:not(:disabled):not(.disabled):focus div,.cwb-btn-upload:not(:disabled):not(.disabled):focus div:before,.cwb-btn-upload:not(:disabled):not(.disabled):focus span,.cwb-btn-upload:not(:disabled):not(.disabled):focus span:before,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active div,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active span,.cwb-btn-upload:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-upload:not(:disabled):not(.disabled):active div,.cwb-btn-upload:not(:disabled):not(.disabled):active div:before,.cwb-btn-upload:not(:disabled):not(.disabled):active span,.cwb-btn-upload:not(:disabled):not(.disabled):active span:before,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus div,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus span,.cwb-btn-upload:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-upload:not(:disabled):not(.disabled):hover div,.cwb-btn-upload:not(:disabled):not(.disabled):hover div:before,.cwb-btn-upload:not(:disabled):not(.disabled):hover span,.cwb-btn-upload:not(:disabled):not(.disabled):hover span:before{color:#0af}.cwb-btn-cancel{font-weight:normal}.cwb-btn-action{background:#00d6ff;color:white;border:none}.cwb-btn-action:not(:disabled):not(.disabled):focus,.cwb-btn-action:not(:disabled):not(.disabled):focus:active,.cwb-btn-action:not(:disabled):not(.disabled):active,.cwb-btn-action:not(:disabled):not(.disabled):active:focus,.cwb-btn-action:not(:disabled):not(.disabled):hover{background:#0af;color:white;box-shadow:0 2px 8px 0 rgba(0,170,255,0.08);border:none}.cwb-btn-action:not(:disabled):not(.disabled):focus div,.cwb-btn-action:not(:disabled):not(.disabled):focus div:before,.cwb-btn-action:not(:disabled):not(.disabled):focus span,.cwb-btn-action:not(:disabled):not(.disabled):focus span:before,.cwb-btn-action:not(:disabled):not(.disabled):focus:active div,.cwb-btn-action:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-action:not(:disabled):not(.disabled):focus:active span,.cwb-btn-action:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-action:not(:disabled):not(.disabled):active div,.cwb-btn-action:not(:disabled):not(.disabled):active div:before,.cwb-btn-action:not(:disabled):not(.disabled):active span,.cwb-btn-action:not(:disabled):not(.disabled):active span:before,.cwb-btn-action:not(:disabled):not(.disabled):active:focus div,.cwb-btn-action:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-action:not(:disabled):not(.disabled):active:focus span,.cwb-btn-action:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-action:not(:disabled):not(.disabled):hover div,.cwb-btn-action:not(:disabled):not(.disabled):hover div:before,.cwb-btn-action:not(:disabled):not(.disabled):hover span,.cwb-btn-action:not(:disabled):not(.disabled):hover span:before{color:white}.cwb-btn-success{background:#4ae3b2;color:white;border:none}.cwb-btn-success:not(:disabled):not(.disabled):focus,.cwb-btn-success:not(:disabled):not(.disabled):focus:active,.cwb-btn-success:not(:disabled):not(.disabled):active,.cwb-btn-success:not(:disabled):not(.disabled):active:focus,.cwb-btn-success:not(:disabled):not(.disabled):hover{background:#15ca7c;color:white;border:none;box-shadow:0 2px 8px 0 rgba(21,202,124,0.08)}.cwb-btn-success:not(:disabled):not(.disabled):focus div,.cwb-btn-success:not(:disabled):not(.disabled):focus div:before,.cwb-btn-success:not(:disabled):not(.disabled):focus span,.cwb-btn-success:not(:disabled):not(.disabled):focus span:before,.cwb-btn-success:not(:disabled):not(.disabled):focus:active div,.cwb-btn-success:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-success:not(:disabled):not(.disabled):focus:active span,.cwb-btn-success:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-success:not(:disabled):not(.disabled):active div,.cwb-btn-success:not(:disabled):not(.disabled):active div:before,.cwb-btn-success:not(:disabled):not(.disabled):active span,.cwb-btn-success:not(:disabled):not(.disabled):active span:before,.cwb-btn-success:not(:disabled):not(.disabled):active:focus div,.cwb-btn-success:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-success:not(:disabled):not(.disabled):active:focus span,.cwb-btn-success:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-success:not(:disabled):not(.disabled):hover div,.cwb-btn-success:not(:disabled):not(.disabled):hover div:before,.cwb-btn-success:not(:disabled):not(.disabled):hover span,.cwb-btn-success:not(:disabled):not(.disabled):hover span:before{color:white}.cwb-btn-danger{background-color:#ff1870;color:white;border:none}.cwb-btn-danger:not(:disabled):not(.disabled):focus,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active,.cwb-btn-danger:not(:disabled):not(.disabled):active,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus,.cwb-btn-danger:not(:disabled):not(.disabled):hover{background:#ff0231;color:white;border:none;box-shadow:0 2px 8px 0 rgba(255,2,49,0.08)}.cwb-btn-danger:not(:disabled):not(.disabled):focus div,.cwb-btn-danger:not(:disabled):not(.disabled):focus div:before,.cwb-btn-danger:not(:disabled):not(.disabled):focus span,.cwb-btn-danger:not(:disabled):not(.disabled):focus span:before,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active div,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active div:before,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active span,.cwb-btn-danger:not(:disabled):not(.disabled):focus:active span:before,.cwb-btn-danger:not(:disabled):not(.disabled):active div,.cwb-btn-danger:not(:disabled):not(.disabled):active div:before,.cwb-btn-danger:not(:disabled):not(.disabled):active span,.cwb-btn-danger:not(:disabled):not(.disabled):active span:before,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus div,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus div:before,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus span,.cwb-btn-danger:not(:disabled):not(.disabled):active:focus span:before,.cwb-btn-danger:not(:disabled):not(.disabled):hover div,.cwb-btn-danger:not(:disabled):not(.disabled):hover div:before,.cwb-btn-danger:not(:disabled):not(.disabled):hover span,.cwb-btn-danger:not(:disabled):not(.disabled):hover span:before{color:white}.cwb-btn-upload{font-size:13px;width:154px;display:flex;align-items:center;font-weight:600;padding:0px}.cwb-btn-upload .cwb-btn-upload-icon,.cwb-btn-upload .cwb-btn-upload-icon-active{width:14px;height:auto;margin:0px 18px 0px 25px}.cwb-btn-upload:not(:hover) .cwb-btn-upload-icon{display:block}.cwb-btn-upload:not(:hover) .cwb-btn-upload-icon-active{display:none}.cwb-btn-upload:hover .cwb-btn-upload-icon{display:none}.cwb-btn-upload:hover .cwb-btn-upload-icon-active{display:block}.cwb-btn-upload .cwb-btn-upload-text{text-align:left;flex-grow:1}.cwb-btn-upload .cwb-btn-upload-text.loading{color:#8e8e8e}.cwb-btn-upload:hover .cwb-btn-upload-text{color:#00aaff}.cwb-dropdown .dropdown-item{padding-left:0.75rem;padding-right:0.75rem}.cwb-dropdown .dropdown-menu.show{max-height:250px;overflow-y:scroll}.cwb-dropdown button{border-color:#d1d5dd;background:transparent;color:#353b48;font-size:13px;min-width:200px;height:36px;display:flex;justify-content:flex-start;align-items:center;text-align:left;cursor:pointer}.cwb-dropdown button span{flex-grow:1}.cwb-dropdown button.dropdown-item{border:none}.cwb-dropdown button.dropdown-item:not(:disabled):not(.disabled):hover,.cwb-dropdown button.dropdown-item:not(:disabled):not(.disabled):hover>span,.cwb-dropdown button.dropdown-item:not(:disabled):not(.disabled):hover>div{color:#00aaff !important}.cwb-dropdown button:focus{outline:0}.cwb-dropdown button:not(:disabled):not(.disabled):focus,.cwb-dropdown button:not(:disabled):not(.disabled):focus:active,.cwb-dropdown button:not(:disabled):not(.disabled):active,.cwb-dropdown button:not(:disabled):not(.disabled):active:focus,.cwb-dropdown button:not(:disabled):not(.disabled):hover{border-color:#2ed2ff;background:transparent;color:#2ed2ff;box-shadow:none}.cwb-dropdown button:not(:disabled):not(.disabled):focus>span,.cwb-dropdown button:not(:disabled):not(.disabled):focus>div,.cwb-dropdown button:not(:disabled):not(.disabled):focus:active>span,.cwb-dropdown button:not(:disabled):not(.disabled):focus:active>div,.cwb-dropdown button:not(:disabled):not(.disabled):active>span,.cwb-dropdown button:not(:disabled):not(.disabled):active>div,.cwb-dropdown button:not(:disabled):not(.disabled):active:focus>span,.cwb-dropdown button:not(:disabled):not(.disabled):active:focus>div,.cwb-dropdown button:not(:disabled):not(.disabled):hover>span,.cwb-dropdown button:not(:disabled):not(.disabled):hover>div{color:#2ed2ff}.cwb-dropdown button:disabled,.cwb-dropdown button.disabled{color:#53627c;cursor:not-allowed}.cwb-dropdown button:disabled>div,.cwb-dropdown button:disabled>span,.cwb-dropdown button.disabled>div,.cwb-dropdown button.disabled>span{color:#53627c}.cwb-dropdown.dropdown.show .btn-secondary.dropdown-toggle:focus,.cwb-dropdown.dropdown.show button{border-color:#2ed2ff;background:transparent;color:#353b48;box-shadow:none}.cwb-dropdown .dropdown-toggle::after{color:#8395a7;border-top:5px solid;border-right:5px solid transparent;border-left:5px solid transparent}.cwb-btn-pause-play{-webkit-box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);-moz-box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);display:flex;justify-content:center;align-items:center;width:32px;height:32px;border-radius:32px;background:white;cursor:pointer;flex:none}.cwb-btn-more.cwb-dropdown .dropdown-toggle::after{display:none}.cwb-btn-more.cwb-dropdown.more-actions.dropdown button{background:transparent;border-color:transparent}.cwb-btn-more.cwb-dropdown.more-actions.dropdown.show button{border-color:#00aaff;border-width:2px}.cwb-btn-more .dropdown-item{color:#0a1f44;font-weight:600}.cwb-btn-more .dropdown-item:not(:disabled):not(.disabled):focus,.cwb-btn-more .dropdown-item:not(:disabled):not(.disabled):focus:active,.cwb-btn-more .dropdown-item:not(:disabled):not(.disabled):active,.cwb-btn-more .dropdown-item:not(:disabled):not(.disabled):active:focus,.cwb-btn-more .dropdown-item:not(:disabled):not(.disabled):hover{color:#00aaff;cursor:pointer}.cwb-btn-more button.dropdown-toggle{background:transparent;min-width:0px;width:40px;display:flex;justify-content:center;align-items:center;vertical-align:middle;border-color:transparent}.cwb-modal{border-radius:6px;background-color:#f9f9f9;box-shadow:0 11px 15px -7px rgba(0,0,0,0.2),0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12);border-top:4px solid #2ed2ff;width:450px;top:5%}.cwb-modal.cwb-modal-danger{border-top:4px solid #ff1870}.cwb-modal.cwb-modal-success{border-top:4px solid #4ae3b2}.cwb-modal.cwb-modal-action{border-top:4px solid #00aaff}.cwb-modal .modal-header{padding:0px;border-bottom:none;padding-bottom:10px;justify-content:center}.cwb-modal .modal-header .modal-title{font-weight:bold;font-size:18px;letter-spacing:0.19px}.cwb-modal .modal-content{border:none;padding:20px 32px 0px 32px}.cwb-modal .modal-body{color:#63737b;padding:0px 0px 25px 0px;text-align:center}.cwb-modal .modal-footer{border-top:none;padding-top:0px;padding-left:0px;padding-right:0px}.cwb-modal .modal-footer .modal-buttons{width:100%;display:flex;justify-content:center;align-content:center}.cwb-modal .close-modal{height:10px;width:10px;font-size:10px;position:absolute;top:14px;right:14px;cursor:pointer}.cwb-modal .close-modal:before{color:black}.cwb-modal .cwb-btn-modal{margin:0px;font-weight:bold;font-size:13px;padding-left:16px;padding-right:16px}.cwb-collapsible-section .cwb-collapsible-section-header{display:flex;justify-content:center;align-items:center;flex-grow:1;color:#353b48;font-size:16px;font-weight:600;letter-spacing:0.33px;line-height:22px;padding:40px 0px 20px 0px}.cwb-collapsible-section .cwb-collapsible-section-header .cwb-collapsible-section-header-text{cursor:pointer;padding-right:45px}.cwb-collapsible-divider{flex-grow:1;height:1px;opacity:0.5;background-color:#d1d5dd;margin-right:20px}.cwb-collapsible-btn{border:1px solid #e8eaee;border-radius:2px;background-color:#ffffff;display:flex;justify-content:flex-start;align-items:center;width:64px;height:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.cwb-collapsible-btn .cwb-collapsible-icon{width:10px;height:auto;margin-right:4px;margin-left:4px;font-size:10px}.cwb-collapsible-btn .cwb-collapsible-text{font-size:12px;color:#8395a7}@media screen and (max-width: 450px){.cwb-collapsible-btn{width:50px;height:16px}.cwb-collapsible-btn .cwb-collapsible-icon{width:8px;height:auto;margin-right:4px;margin-left:2px}.cwb-collapsible-btn .cwb-collapsible-text{font-size:10px}}.cwb-table-wrapper{width:100%;margin:0px auto 0px auto;max-width:1680px}.cwb-table-wrapper .table{margin-bottom:0px}.cwb-table-wrapper table{width:100%;border:none;box-shadow:0 2px 4px 0 rgba(227,227,227,0.5)}.cwb-table-wrapper tr{border:0px}.cwb-table-wrapper tr:hover .cwb-table-hover-col,.cwb-table-wrapper tr:hover .cwb-table-hover-col span{color:#00aaff}.cwb-table-wrapper th,.cwb-table-wrapper tfoot td{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;user-select:none}.cwb-table-wrapper th [data-cwb-table-sort],.cwb-table-wrapper tfoot td [data-cwb-table-sort]{display:inline;position:relative;cursor:pointer}.cwb-table-wrapper thead{height:46px;border-radius:2px 2px 0 0;background-color:#f8f8f8;box-shadow:inset 0 -1px 0 0 rgba(110,119,128,0.5),inset 0 1px 0 0 #f5f5f5}.cwb-table-wrapper tfoot tr{height:36px}.cwb-table-empty-placeholder{width:100%;padding:20px;text-align:center;font-size:13px}@keyframes cwb-loading-frames{0%{background-color:#f0f0f6bc}50%{background-color:#f6f6f8}100%{background-color:#f0f0f6bc}}@-webkit-keyframes cwb-loading-frames{0%{background-color:#f0f0f6bc}50%{background-color:#f6f6f8}100%{background-color:#f0f0f6bc}}.cwb-table-wrapper td .cwb-loading-shimmer{-webkit-animation:cwb-loading-frames 2s infinite;animation:cwb-loading-frames 2s infinite}.cwb-table-wrapper td .cwb-loading-shimmer-xs{width:20px;height:20px}.cwb-table-wrapper td .cwb-loading-shimmer-sm{width:30px;height:20px}.cwb-table-wrapper td .cwb-loading-shimmer-md{width:70px;height:20px}.cwb-table-wrapper td .cwb-loading-shimmer-lg{width:95px;height:20px}.cwb-table-wrapper td .cwb-loading-shimmer-xl{width:120px;height:20px}.page-loading-placeholder{height:100%;text-align:center;min-height:vh(100)}.page-loading-placeholder .cwb-loading-shimmer{height:100%;display:flex;justify-content:center;align-items:center}.page-loading-placeholder .icon-cwb-shield-loader{font-size:80px}.cwb-video-player .play-controls-wrapper{display:flex}.cwb-video-player .vjs-play-progress{background:#00aaff;border-radius:6.5px}.cwb-video-player .vjs-progress-holder{background-color:#e0e4e9;height:4px;border-radius:6.5px}.cwb-video-player .vjs-load-progress div{background-color:#e0e4e9;border-radius:6.5px}.cwb-video-player .vjs-big-play-button{display:none}.cwb-video-player .vjs-volume-level{background:white;height:4px;border-radius:100px}.cwb-video-player .vjs-volume-level:before{font-size:14px;width:14px;color:white;border-radius:16px;box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 2px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);background:white;top:-5px;right:-5px}.cwb-video-player .video-js .vjs-volume-control.vjs-volume-horizontal{width:80px}.cwb-video-player .vjs-volume-bar{background-color:#e0e4e9;border-radius:100px;height:4px;width:100%}.cwb-video-player .video-js .vjs-time-control{display:block}.cwb-video-player .video-js .vjs-current-time{display:block;padding:0px;margin-left:20px}.cwb-video-player .video-js .vjs-current-time span{color:white;font-size:14px}.cwb-video-player .video-js .vjs-duration{display:block;padding:0px}.cwb-video-player .video-js .vjs-duration span{color:white;font-size:14px}.cwb-video-player .vjs-time-divider{padding:0px;margin:0px;min-width:10px}.cwb-video-player .vjs-time-divider span{color:white;font-size:14px}.cwb-video-player .vjs-play-progress:before{display:none}.cwb-video-player .vjs-play-control .vjs-icon-placeholder:before{font-size:26px;line-height:30px}.cwb-video-player .vjs-fullscreen-control .vjs-icon-placeholder:before{font-size:26px;line-height:30px}.cwb-video-player .previous-track-btn{margin-left:10px;cursor:pointer}.cwb-video-player .previous-track-btn.disabled-control{cursor:unset;opacity:0.5}.cwb-video-player .control-spacer{flex-grow:1}.cwb-video-player .next-track-btn{cursor:pointer}.cwb-video-player .next-track-btn.disabled-control{cursor:unset;opacity:0.5}.cwb-video-player .video-js{width:100%;height:100%}.cwb-video-player .vjs-control-bar{background:transparent}.cwb-video-player .vjs-play-control span{color:white}.cwb-video-player .vjs-mute-control{margin-left:15px;width:20px}.cwb-video-player .vjs-mute-control span{color:white}.cwb-video-player .vjs-fullscreen-control span{color:white}.cwb-video-player .top-control-bar{bottom:25px}.cwb-video-player .bottom-control-bar{display:flex}.cwb-material-text-input label{color:#444a56;font-weight:600;font-size:14px;font-family:'Open Sans', sans-serif}.cwb-material-text-input .MuiInput-underline-19:before,.cwb-material-text-input .jss19:before{border-bottom:1px solid #d1d5dd;transition:none}.cwb-material-text-input .MuiFormLabel-root-10.MuiFormLabel-focused-11,.cwb-material-text-input .jss10.jss11{font-size:14px;color:#444a56}.cwb-material-text-input .MuiInput-underline-19,.cwb-material-text-input .jss19{border-bottom:0px;transition:none}.cwb-material-text-input .MuiInput-underline-19:after,.cwb-material-text-input .jss19:after{border-bottom:1px solid #d1d5dd;transition:none}.cwb-material-text-input .MuiInput-underline-19:hover:not(.MuiInput-disabled-18):not(.MuiInput-focused-17):not(.MuiInput-error-20):before,.cwb-material-text-input .jss19:hover:not(.jss18):not(.jss17):not(.jss20):before{border-bottom:1px solid #d1d5dd;transition:none}.cwb-material-text-input .MuiInput-underline-19:hover:not(.MuiInput-disabled-18):not(.MuiInput-focused-17):not(.MuiInput-error-20):after,.cwb-material-text-input .jss19:hover:not(.jss18):not(.jss17):not(.jss20):after{border-bottom:1px solid #d1d5dd;transition:none}@font-face{font-family:'icomoon';src:url("/fonts/cwb.eot?cx8vv2");src:url("/fonts/cwb.eot?cx8vv2#iefix") format("embedded-opentype"),url("/fonts/cwb.ttf?cx8vv2") format("truetype"),url("/fonts/cwb.woff?cx8vv2") format("woff"),url("/fonts/cwb.svg?cx8vv2#icomoon") format("svg");font-weight:normal;font-style:normal}[class^='icon-'],[class*=' icon-']{font-family:'icomoon' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-cwb-settings:before{content:'\E94D'}.icon-cwb-check-circle:before{content:'\E94E'}.icon-cwb-clear-circle:before{content:'\E950'}.icon-cwb-edit-new:before{content:'\E951'}.icon-cwb-print-new:before{content:'\E952'}.icon-cwb-warning:before{content:'\E953'}.icon-cwb-plus-white:before{content:'\E94B';color:#fff}.icon-cwb-fwd:before{content:'\E94C';color:#023ea6}.icon-cwb-plus-white:before{content:'\E94B';color:#fff}.icon-cwb-arrow:before{content:'\E94A';color:#023ea6}.icon-cwb-film-tv:before{content:'\E942';color:#9fb4d9}.icon-cwb-pin:before{content:'\E948';color:#9fb4d9}.icon-cwb-print:before{content:'\E945'}.icon-cwb-thumbs-down:before{content:'\E93D'}.icon-cwb-thumbs-up:before{content:'\E941'}.icon-cwb-phone:before{content:'\E93C'}.icon-cwb-filters:before{content:'\E93A'}.icon-cwb-chevron-thin:before{content:'\E939';color:#a6aebc}.icon-cwb-chevron:before{content:'\E938';color:#a6aebc}.icon-cwb-attach-actors:before{content:'\E90A';color:#758196}.icon-cwb-attachments:before{content:'\E90E';color:#758196}.icon-cwb-blue-tag:before{content:'\E910';color:#0af}.icon-cwb-calendar-plus:before{content:'\E911';color:#758196}.icon-cwb-calendar:before{content:'\E912';color:#a6aebc}.icon-cwb-caution:before{content:'\E913';color:#ff8f00}.icon-cwb-delete-round:before{content:'\E915';color:#c9ced6}.icon-cwb-delete-round-active:before{content:'\E915';color:#ff1870}.icon-cwb-details:before{content:'\E917';color:#a6aebc}.icon-cwb-details-active:before{content:'\E917';color:#00aaff}.icon-cwb-list:before{content:'\E918';color:#a6aebc}.icon-cwb-list-active:before{content:'\E918';color:#00aaff}.icon-cwb-location:before{content:'\E91D';color:#c9ced6}.icon-cwb-logo-full .path1:before{content:'\E91E';color:#000}.icon-cwb-logo-full .path2:before{content:'\E91F';margin-left:-5.0400390625em;color:#03c0fa}.icon-cwb-logo-full .path3:before{content:'\E920';margin-left:-5.0400390625em;color:#2ed2ff}.icon-cwb-logo-full .path4:before{content:'\E921';margin-left:-5.0400390625em;color:#fefefe}.icon-cwb-nav-breakdown:before{content:'\E922';color:#e0e4e9}.icon-cwb-nav-breakdown-active:before{content:'\E922';color:#00aaff}.icon-cwb-nav-folder:before{content:'\E923';color:#e0e4e9}.icon-cwb-nav-folder-active:before{content:'\E923';color:#00aaff}.icon-cwb-nav-home:before{content:'\E929';color:#e0e4e9}.icon-cwb-nav-home-active:before{content:'\E929';color:#00aaff}.icon-cwb-nav-public:before{content:'\E92A';color:#e0e4e9}.icon-cwb-nav-public-active:before{content:'\E92A';color:#00aaff}.icon-cwb-note:before{content:'\E92C';color:#8395a7}.icon-cwb-paperclip:before{content:'\E92D';color:#8395a7}.icon-cwb-beacon-arrow:before{content:'\E92F';color:#ff1870}.icon-cwb-send-requests:before{content:'\E930';color:#758196}.icon-cwb-submissions:before{content:'\E932';color:#758196}.icon-cwb-video:before{content:'\E936';color:#0f9bf0}.icon-cwb-information:before{content:'\E90C';color:#033690}.icon-cwb-checked:before{content:'\E90B';color:#0f9bf0;font-size:18px}.icon-cwb-check-all:before{content:'\E90F';color:#c9ced6;font-size:18px}.icon-cwb-unchecked:before{content:'\E916';color:#c9ced6;font-size:18px}.icon-cwb-media:before{content:'\E90D';color:#8395a7}.icon-cwb-project:before{content:'\E906'}.icon-cwb-close-popup:before{content:'\E907';color:#8395a7}.icon-cwb-upload:before{content:'\E905';color:#8295a7}.icon-cwb-upload-active:before{content:'\E905';color:#0af}.icon-cwb-audio:before{content:'\E903';color:#0af}.icon-cwb-hide:before{content:'\E900';color:#8395a7}.icon-cwb-arrow-action:before{content:'\E901'}.icon-cwb-arrow-left:before{content:'\E902'}.icon-cwb-calendar-sidebar:before{content:'\E914';color:#e0e4e9}.icon-cwb-clock-red:before{content:'\E919';color:#ff1870}.icon-cwb-clock-grey:before{content:'\E919';color:#c8ced7}.icon-cwb-clock:before{content:'\E91A';color:#8395a7}.icon-cwb-close-bordered .path1:before{content:'\E91B';color:#fff}.icon-cwb-close-bordered .path2:before{content:'\E91C';margin-left:-1em;color:#353b48}.icon-cwb-delete:before{content:'\E924'}.icon-cwb-download-cloud:before{content:'\E925';color:#8f9295}.icon-cwb-download:before{content:'\E926';margin-right:5px}.icon-cwb-download-active:before{content:'\E926';color:#00aaff;margin-right:4px}.icon-cwb-edit:before{content:'\E927'}.icon-cwb-film:before{content:'\E928';color:#0af}.icon-cwb-flag:before{content:'\E92B';color:#ff1870}.icon-cwb-more:before{content:'\E931';color:#8395a7}.icon-cwb-next-track:before{content:'\E933';color:#8f9295}.icon-cwb-next-track-white:before{content:'\E933';color:white}.icon-cwb-pause-track:before{content:'\E934';font-size:12px}.icon-cwb-play-track:before{content:'\E935';margin-left:2px;font-size:12px}.icon-cwb-previous-track:before{content:'\E937';color:#8f9295}.icon-cwb-previous-track-white:before{content:'\E937';color:white}.icon-cwb-remove:before{content:'\E93B'}.icon-cwb-roster:before{content:'\E93E';color:#e0e4e9}.icon-cwb-roster-active:before{content:'\E93E';color:#00aaff}.icon-cwb-roster-dark:before{content:'\E93E';color:#758196}.icon-cwb-search:before{content:'\E93F'}.icon-cwb-selftape:before{content:'\E940'}.icon-cwb-share-sidebar:before{content:'\E943';color:#e0e4e9}.icon-cwb-shield-loader:before{content:'\E944';color:#fefefe}.icon-cwb-shortlist:before{content:'\E946';color:#e0e4e9}.icon-cwb-show:before{content:'\E947';color:#8395a7}.icon-cwb-star-active:before{content:'\E949';color:#fcc304}.icon-cwb-star-inactive:before{content:'\E949';color:#8395a7}.icon-cwb-unseen:before{content:'\E94F';color:#ff0231}.icon-cwb-workbook:before{content:'\E955'}.cwb-toggle-switch{position:relative;cursor:pointer;width:32px;height:16px;border-radius:16px;margin:0 70px;display:flex;align-items:center}.cwb-toggle-switch input{opacity:0;width:0;height:0}.cwb-toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;border-radius:16px;background-color:#a6aebc;-webkit-transition:0.4s;transition:0.4s}.cwb-toggle-switch .slider:before{position:absolute;content:'';height:16px;width:16px;border-radius:50%;background-color:#ffffff;box-shadow:0 1px 1px 0 rgba(35,53,57,0.07),0 0 1px 1px rgba(35,53,57,0.11),0 3px 3px 0 rgba(35,53,57,0.1),0 4px 9px 4px rgba(35,53,57,0.08);-webkit-transition:0.4s;transition:0.4s}.cwb-toggle-switch input:checked+.slider{background:linear-gradient(134.99deg, #38bafe 0%, #56d7ff 51.04%, #62e3ff 100%)}.cwb-toggle-switch input:focus+.slider{box-shadow:none}.cwb-toggle-switch input:checked+.slider:before{-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}.cwb-toggle-switch span.status-text{padding-left:42px;font-size:13px;font-weight:600}.cwb-highlight{color:#00aaff !important}.form-control:focus{box-shadow:none !important;border-color:#2ed2ff !important}

