@import url(https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500;600;700;800;900&family=Noto+Serif:wght@400;700&family=Open+Sans:wght@400;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap);: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:hsla(0,0%,100%,.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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.sun-editor{background-color:#fff;border:1px solid #dadada;box-sizing:border-box;color:#000;font-family:Helvetica Neue;height:auto;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;width:auto}.sun-editor *{-webkit-user-drag:none;box-sizing:border-box;overflow:visible}.sun-editor-common button,.sun-editor-common input,.sun-editor-common select,.sun-editor-common textarea{font-size:14px;line-height:1.5}.sun-editor-common blockquote,.sun-editor-common body,.sun-editor-common button,.sun-editor-common code,.sun-editor-common dd,.sun-editor-common div,.sun-editor-common dl,.sun-editor-common dt,.sun-editor-common fieldset,.sun-editor-common form,.sun-editor-common h1,.sun-editor-common h2,.sun-editor-common h3,.sun-editor-common h4,.sun-editor-common h5,.sun-editor-common h6,.sun-editor-common input,.sun-editor-common legend,.sun-editor-common li,.sun-editor-common ol,.sun-editor-common p,.sun-editor-common pre,.sun-editor-common select,.sun-editor-common td,.sun-editor-common textarea,.sun-editor-common th,.sun-editor-common ul{border:0;margin:0;padding:0}.sun-editor-common dl,.sun-editor-common li,.sun-editor-common menu,.sun-editor-common ol,.sun-editor-common ul{list-style:none!important}.sun-editor-common hr{margin:6px 0!important}.sun-editor textarea{border:0;padding:0;resize:none}.sun-editor button{background-color:initial;border:0;cursor:pointer;outline:none;touch-action:manipulation}.sun-editor button,.sun-editor input,.sun-editor select,.sun-editor textarea{vertical-align:middle}.sun-editor button span{display:block;margin:0;padding:0}.sun-editor button .txt{display:block;margin-top:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sun-editor button *{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;pointer-events:none}.sun-editor svg{fill:currentColor}.sun-editor .se-svg,.sun-editor button>svg{fill:currentColor;display:block;float:none;height:16px;margin:auto;text-align:center;width:16px}.sun-editor .close>svg,.sun-editor .se-dialog-close>svg{height:10px;width:10px}.sun-editor .se-btn-select>svg{float:right;height:10px;width:10px}.sun-editor .se-btn-list>.se-list-icon{display:inline-block;height:16px;margin:-1px 10px 0 0;vertical-align:middle;width:16px}.sun-editor .se-line-breaker>button>svg{height:24px;width:24px}.sun-editor button>i:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;-webkit-font-feature-settings:normal;font-feature-settings:normal;display:inline-block;font-size:15px;font-style:normal;font-variant:normal;line-height:2;text-rendering:auto}.sun-editor button>[class=se-icon-text]{font-size:20px;line-height:1}.sun-editor .se-arrow,.sun-editor .se-arrow:after{border:11px solid transparent;display:block;height:0;position:absolute;width:0}.sun-editor .se-arrow.se-arrow-up{border-bottom-color:#dadada;border-top-width:0;left:20px;margin-left:-11px;top:-11px}.sun-editor .se-arrow.se-arrow-up:after{border-bottom-color:#fff;border-top-width:0;content:" ";margin-left:-11px;top:1px}.sun-editor .se-toolbar .se-arrow.se-arrow-up:after{border-bottom-color:#fafafa}.sun-editor .se-arrow.se-arrow-down{border-bottom-width:0;border-top-color:#dadada;left:0;margin-left:-11px;top:0}.sun-editor .se-arrow.se-arrow-down:after{border-bottom-width:0;border-top-color:#fff;content:" ";margin-left:-11px;top:-12px}.sun-editor .se-toolbar .se-arrow.se-arrow-down:after{border-top-color:#fafafa}.sun-editor .se-container{height:100%;position:relative;width:100%}.sun-editor button{color:#000}.sun-editor .se-btn{border:0;border-radius:4px;float:left;font-size:12px;height:34px;line-height:27px;margin:1px!important;padding:0;width:34px}.sun-editor .se-btn:enabled:focus,.sun-editor .se-btn:enabled:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn-primary{background-color:#c7deff;border:1px solid #80bdff;border-radius:4px;color:#000}.sun-editor .se-btn-primary:focus,.sun-editor .se-btn-primary:hover{background-color:#80bdff;border-color:#3f9dff;color:#000;outline:0 none}.sun-editor .se-btn-primary:active{background-color:#3f9dff;border-color:#4592ff;box-shadow:inset 0 3px 5px #4592ff;color:#fff}.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor input:focus,.sun-editor select:focus,.sun-editor textarea:focus{border:1px solid #80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor .se-btn:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-btn:enabled.active:focus,.sun-editor .se-btn:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-btn:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn:enabled.on:focus,.sun-editor .se-btn:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-btn:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-btn-list:disabled,.sun-editor .se-btn:disabled,.sun-editor button:disabled{background-color:inherit;color:#bdbdbd;cursor:not-allowed}.sun-editor .se-loading-box{background-color:#fff;display:none;filter:alpha(opacity=70);height:100%;left:0;opacity:.7;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-loading-box .se-loading-effect{-webkit-animation:spinner .8s linear infinite;animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid transparent;border-top:2px solid #07d;display:block;height:25px;left:50%;margin:-25px 0 0 -25px;position:absolute;top:50%;width:25px}.sun-editor .se-line-breaker{border-top:1px solid #3288ff;cursor:text;display:none;height:1px;position:absolute;width:100%;z-index:7}.sun-editor .se-line-breaker>button.se-btn{background-color:#fff;border:1px solid #0c2240;cursor:pointer;display:inline-block;float:none;height:30px;left:-50%;opacity:.6;position:relative;top:-15px;width:30px}.sun-editor .se-line-breaker>button.se-btn:hover{background-color:#fff;border-color:#041b39;opacity:.9}.sun-editor .se-line-breaker-component{background-color:#fff;border:1px solid #0c2240;border-radius:4px;cursor:pointer;display:none;height:24px;opacity:.6;position:absolute;width:24px;z-index:7}.sun-editor .se-line-breaker-component:hover{opacity:.9}.sun-editor .se-toolbar{background-color:#fafafa;display:block;height:auto;margin:0;outline:1px solid #dadada;overflow:visible;padding:0;position:relative;width:100%;z-index:5}.sun-editor .se-toolbar-shadow{background-color:initial!important;border:none!important;display:block!important;height:0!important;margin:0!important;outline:none!important;padding:0!important;z-index:0!important}.sun-editor .se-toolbar-cover{background-color:#fefefe;cursor:not-allowed;display:none;filter:alpha(opacity=50);font-size:36px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:4}.sun-editor .se-toolbar-separator-vertical{display:inline-block;height:0;margin:0;vertical-align:top;width:0}.sun-editor .se-toolbar.se-toolbar-balloon,.sun-editor .se-toolbar.se-toolbar-inline{box-shadow:0 3px 9px rgba(0,0,0,.5);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;position:absolute}.sun-editor .se-toolbar.se-toolbar-balloon{width:auto;z-index:2147483647}.sun-editor .se-toolbar.se-toolbar-sticky{position:fixed;top:0}.sun-editor .se-toolbar-sticky-dummy{display:none;position:static;z-index:-1}.sun-editor .se-btn-module{display:inline-block}.sun-editor .se-btn-module-border{border:1px solid #dadada;border-radius:4px;margin-left:1px;margin-right:1px}.sun-editor .se-btn-module-enter{background-color:initial;display:block;height:0;margin:0;padding:0;width:100%}.sun-editor .se-toolbar-more-layer{background-color:#fafafa;margin:0 -3px}.sun-editor .se-toolbar-more-layer .se-more-layer{border-top:1px solid #dadada;display:none}.sun-editor .se-toolbar-more-layer .se-more-layer .se-more-form{display:inline-block;height:auto;padding:4px 3px 0;width:100%}.sun-editor .se-btn-module .se-btn-more.se-btn-more-text{padding:0 4px;width:auto}.sun-editor .se-btn-module .se-btn-more:focus,.sun-editor .se-btn-module .se-btn-more:hover{background-color:#d1d1d1;border-color:#c1c1c1;color:#000;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on{background-color:#d1d1d1;border-color:#c1c1c1;color:#333;outline:0 none}.sun-editor .se-btn-module .se-btn-more.on:hover{background-color:#c1c1c1;border-color:#b1b1b1;color:#000;outline:0 none}.sun-editor .se-menu-list,.sun-editor .se-menu-list li{float:left;margin:0;padding:0}.sun-editor .se-menu-list li{position:relative}.sun-editor .se-btn-select{display:flex;padding:4px 6px;width:auto}.sun-editor .se-btn-select .txt{flex:auto;text-align:left}.sun-editor .se-btn-select.se-btn-tool-font{width:100px}.sun-editor .se-btn-select.se-btn-tool-format{width:82px}.sun-editor .se-btn-select.se-btn-tool-size{width:78px}.sun-editor .se-btn-tray{height:auto;margin:0;padding:4px 3px 0;position:relative;width:100%}.sun-editor .se-menu-tray{height:0;left:0;position:absolute;top:0;width:100%}.sun-editor .se-submenu{overflow-x:hidden;overflow-y:auto}.sun-editor .se-menu-container{overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial}.sun-editor .se-list-layer{background-color:#fff;border:1px solid #bababa;border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;height:auto;left:0;outline:0 none;padding:6px 0;position:absolute;top:0;z-index:5}.sun-editor .se-list-layer .se-list-inner{margin:0;overflow-x:visible;overflow-x:initial;overflow-y:visible;overflow-y:initial;overflow:visible;padding:0}.sun-editor .se-list-layer button{margin:0;width:100%}.sun-editor .se-list-inner ul{padding:0;width:100%}.sun-editor .se-list-inner li>button{min-width:100%;width:-webkit-max-content;width:max-content}.sun-editor .se-list-inner .se-list-basic li{width:100%}.sun-editor .se-list-inner .se-list-basic li button.active{background-color:#80bdff;border:1px solid #3f9dff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:hover{background-color:#3f9dff;border:1px solid #4592ff;border-left:0;border-right:0}.sun-editor .se-list-inner .se-list-basic li button.active:active{background-color:#4592ff;border:1px solid #407dd1;border-left:0;border-right:0;box-shadow:inset 0 3px 5px #407dd1}.sun-editor .se-list-inner .se-list-checked li button>.se-svg{float:left;padding:6px 6px 0 0}.sun-editor .se-list-inner .se-list-checked li button>.se-svg>svg{display:none}.sun-editor .se-list-inner .se-list-checked li button.se-checked{color:#4592ff}.sun-editor .se-list-inner .se-list-checked li button.se-checked>.se-svg>svg{display:block}.sun-editor .se-btn-list{cursor:pointer;font-size:12px;height:auto;line-height:normal;min-height:32px;padding:0 14px;text-align:left;text-decoration:none;text-indent:0;width:100%}.sun-editor .se-btn-list.default_value{background-color:#f3f3f3;border-bottom:1px dotted #b1b1b1;border-top:1px dotted #b1b1b1}.sun-editor .se-btn-list:focus,.sun-editor .se-btn-list:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-btn-list:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-list-layer.se-list-font-size{max-height:300px;min-width:140px}.sun-editor .se-list-layer.se-list-font-family{min-width:156px}.sun-editor .se-list-layer.se-list-font-family .default{border-bottom:1px solid #ccc}.sun-editor .se-list-layer.se-list-line{width:125px}.sun-editor .se-list-layer.se-list-line hr{border-width:1px 0 0;height:1px}.sun-editor .se-list-layer.se-list-align .se-list-inner{left:9px;width:125px}.sun-editor .se-list-layer.se-list-format{min-width:156px}.sun-editor .se-list-layer.se-list-format li{padding:0;width:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list{line-height:100%}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h1]{height:40px}.sun-editor .se-list-layer.se-list-format ul .se-btn-list[data-value=h2]{height:34px}.sun-editor .se-list-layer.se-list-format ul p{font-size:13px}.sun-editor .se-list-layer.se-list-format ul div{font-size:13px;padding:4px 2px}.sun-editor .se-list-layer.se-list-format ul h1{color:#333;font-size:2em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h2{color:#333;font-size:1.5em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h3{color:#333;font-size:1.17em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h4{color:#333;font-size:1em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h5{color:#333;font-size:.83em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul h6{color:#333;font-size:.67em;font-weight:700}.sun-editor .se-list-layer.se-list-format ul blockquote{background-color:initial;border-color:#b1b1b1;border-left:5px #b1b1b1;border-style:solid;color:#999;font-size:13px;height:22px;line-height:1.5;margin:0;padding:0 0 0 7px}.sun-editor .se-list-layer.se-list-format ul pre{background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;color:#666;font-size:13px;margin:0;padding:4px 11px}.sun-editor .se-selector-table{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 6px 12px rgba(0,0,0,.175);display:none;float:left;font-size:14px;left:1px;list-style:none;margin:2px 0 0;padding:5px 0;position:absolute;text-align:left;top:34px;z-index:5}.sun-editor .se-selector-table .se-table-size{font-size:18px;padding:0 5px}.sun-editor .se-selector-table .se-table-size-picker{cursor:pointer;font-size:18px;height:10em;position:absolute!important;width:10em;z-index:3}.sun-editor .se-selector-table .se-table-size-highlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADJmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QTZCNzMzN0I3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QTZCNzMzNkI3RUYxMUU4ODcwQ0QwMjM1NTgzRTJDNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0MzYyNEUxRUI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0MzYyNEUxRkI3RUUxMUU4ODZGQzgwRjNBODgyNTdFOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl0yAuwAAABBSURBVDhPY/wPBAxUAGCDGvdBeWSAeicIDTfIXREiQArYeR9hEBOEohyMGkQYjBpEGAxjg6ib+yFMygCVvMbAAABj0hwMTNeKJwAAAABJRU5ErkJggg==) repeat;font-size:18px;height:1em;position:absolute!important;width:1em;z-index:2}.sun-editor .se-selector-table .se-table-size-unhighlighted{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC) repeat;font-size:18px;height:10em;position:relative!important;width:10em;z-index:1}.sun-editor .se-selector-table .se-table-size-display{padding-left:5px}.sun-editor .se-list-layer.se-table-split{top:36px}.sun-editor .se-list-layer .se-selector-color{display:flex;height:auto;margin:auto;max-width:270px;padding:0;width:-webkit-max-content;width:max-content}.sun-editor .se-list-layer .se-selector-color .se-color-pallet{height:100%;padding:0;width:100%}.sun-editor .se-list-layer .se-selector-color .se-color-pallet li{display:flex;float:left;margin:0;position:relative}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button{cursor:default;display:block;height:30px;text-indent:-9999px;width:30px}.sun-editor .se-list-layer .se-selector-color .se-color-pallet button.active,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:focus,.sun-editor .se-list-layer .se-selector-color .se-color-pallet button:hover{border:3px solid #fff}.sun-editor .se-form-group{display:flex;height:auto;min-height:40px;padding:4px;width:100%}.sun-editor .se-form-group input{border:1px solid #ccc;border-radius:.25rem;display:inline-block;flex:auto;font-size:12px;height:33px;margin:1px 0;padding:0;width:auto}.sun-editor .se-form-group button,.sun-editor .se-submenu-form-group button{float:right;height:34px;margin:0 2px!important;width:34px}.sun-editor .se-form-group button.se-btn{border:1px solid #ccc}.sun-editor .se-form-group>div{position:relative}.sun-editor .se-form-group label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-form-group-label{height:auto;padding:0 4px;width:100%}.sun-editor .se-form-group-label label{font-size:13px;font-weight:700}.sun-editor .se-submenu .se-form-group input{color:#555;height:33px;width:auto}.sun-editor .se-submenu .se-form-group .se-color-input{border:none;border-bottom:2px solid #b1b1b1;outline:none;text-transform:uppercase;width:72px}.sun-editor .se-submenu .se-form-group .se-color-input:focus{border-bottom:3px solid #b1b1b1}.sun-editor .se-wrapper{height:auto;overflow:hidden;position:relative!important;width:100%;z-index:1}.sun-editor .se-wrapper .se-wrapper-inner{-webkit-overflow-scrolling:touch;height:100%;min-height:65px;overflow-x:auto;overflow-y:auto;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%}.sun-editor .se-wrapper .se-wrapper-inner:focus{outline:none}.sun-editor .se-wrapper .se-wrapper-code{background-color:#191919;color:#fff;font-size:13px;margin:0;padding:4px;resize:none!important;word-break:break-all}.sun-editor .se-wrapper .se-wrapper-wysiwyg{display:block}.sun-editor .se-wrapper .se-wrapper-code-mirror{font-size:13px}.sun-editor .se-wrapper .se-placeholder{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;color:#b1b1b1;display:none;font-size:13px;left:0;line-height:1.5;margin-left:0;margin-right:0;margin-top:0;overflow:hidden;padding-left:16px;padding-right:16px;padding-top:16px;pointer-events:none;position:absolute;right:0;text-overflow:ellipsis;top:0;white-space:nowrap;z-index:1}.sun-editor .se-resizing-bar{background-color:#fafafa;border-top:1px solid #dadada;cursor:ns-resize;display:flex;height:auto;min-height:16px;padding:0 4px;width:auto}.sun-editor .se-resizing-bar.se-resizing-none{cursor:default}.sun-editor .se-resizing-back{cursor:default;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-resizing-bar .se-navigation{background:transparent;color:#666;flex:auto;font-size:10px;height:auto;line-height:1.5;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper{background:transparent;color:#999;display:block;flex:none;font-size:13px;height:auto;margin:0;padding:0;position:relative;width:auto}.sun-editor .se-resizing-bar .se-char-counter-wrapper.se-blink{-webkit-animation:blinker .2s linear infinite;animation:blinker .2s linear infinite;color:#b94a48}.sun-editor .se-resizing-bar .se-char-counter-wrapper .se-char-label{margin-right:4px}.sun-editor .se-dialog{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-dialog button,.sun-editor .se-dialog input,.sun-editor .se-dialog label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-dialog .se-dialog-back{background-color:#222;opacity:.5}.sun-editor .se-dialog .se-dialog-back,.sun-editor .se-dialog .se-dialog-inner{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:1.75rem auto;max-width:500px;outline:0;position:relative;width:auto}@media screen and (max-width:509px){.sun-editor .se-dialog .se-dialog-inner .se-dialog-content{width:100%}}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content label{display:inline-block;font-weight:700;margin-bottom:5px;max-width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-content .se-btn-primary{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;line-height:1.42857143;margin:0 0 10px!important;padding:6px 12px;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header{border-bottom:1px solid #e5e5e5;height:50px;padding:6px 15px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title{float:left;font-size:14px;font-weight:700;line-height:2.5;margin:0;padding:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-body{padding:15px 15px 5px;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form{margin-bottom:10px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer{margin-bottom:0;margin-top:10px}.sun-editor .se-dialog .se-dialog-inner input:disabled{background-color:#f3f3f3}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text{width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-h,.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-text .size-w{text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-size-x{margin:0 8px;text-align:center;width:25px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer{border-top:1px solid #e5e5e5;height:auto;min-height:55px;padding:10px 15px 0;text-align:right}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div{float:left}.sun-editor .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 5px 0 0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-radio{margin-left:12px;margin-right:6px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-check{margin-left:12px;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer .se-dialog-btn-check{margin-left:0;margin-right:4px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:0;margin-right:16px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files{align-items:center;display:flex;position:relative}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input{flex:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button{border:1px solid #ccc;flex:auto;opacity:.8}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button.se-file-remove>svg{height:8px;width:8px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:hover{background-color:#f0f0f0;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files .se-dialog-files-edge-button:active{background-color:#e9e9e9;box-shadow:inset 0 3px 5px #d6d6d6}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-control{display:inline-block;font-size:14px;height:34px;line-height:1.42857143;text-align:center;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form{display:block;font-size:14px;height:34px;line-height:1.42857143;padding:0 4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-input-url:disabled{color:#999;text-decoration:line-through}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:4px;width:70px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form a{color:#004cff}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert{border:1px solid #ccc}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-dialog .se-dialog-inner .se-dialog-btn-revert:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-dialog-tabs{border-bottom:1px solid #e5e5e5;height:25px;width:100%}.sun-editor .se-dialog-tabs button{background-color:#e5e5e5;border-right:1px solid #e5e5e5;float:left;outline:none;padding:2px 13px;transition:.3s}.sun-editor .se-dialog-tabs button:hover{background-color:#fff}.sun-editor .se-dialog-tabs button.active{background-color:#fff;border-bottom:0}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-form.se-math-exp{border:1px solid #ccc;direction:ltr;font-size:13px;height:14em;padding:4px;resize:vertical}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-input-select.se-math-size{height:28px;margin-left:1em;width:6em}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview{font-size:13px}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span{box-shadow:0 0 0 .1rem #c7deff;display:inline-block}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>span *{direction:ltr}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error{box-shadow:0 0 0 .1rem #f2dede;color:#b94a48}.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-math-preview>.se-math-katex-error svg{color:#b94a48;height:30px;width:auto}.sun-editor .se-dialog .se-dialog-inner .se-link-preview{background-color:initial;color:#666;display:block;font-family:inherit;font-size:13px;font-weight:400;height:auto;max-height:18px;overflow:hidden;text-overflow:ellipsis;white-space:pre;word-break:break-all}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form{display:flex;margin-top:4px;width:100%}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-svg.se-anchor-preview-icon{color:#4592ff;display:none;flex:initial;line-height:1.5}.sun-editor .se-dialog .se-dialog-inner .se-anchor-preview-form .se-link-preview{flex:auto;margin:0}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel{height:34px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-btn{color:#3f9dff;width:46px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-wrapper{display:flex;line-height:1.5;padding-top:6px}.sun-editor .se-dialog .se-dialog-inner .se-anchor-rel-preview{text-align:left}.sun-editor .se-controller .se-arrow.se-arrow-up{border-bottom-color:rgba(0,0,0,.25)}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);display:none;letter-spacing:normal;line-break:auto;overflow:visible;position:absolute;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:6}.sun-editor .se-controller .se-btn-group{display:flex;left:0;padding:2px;position:relative;top:0;vertical-align:middle}.sun-editor .se-controller .se-btn-group .se-btn-group-sub{display:none;left:50%;min-width:auto;width:-webkit-max-content;width:max-content}.sun-editor .se-controller .se-btn-group .se-btn-group-sub button{margin:0;min-width:72px}.sun-editor .se-controller .se-btn-group button{border:none;border-radius:4px;display:inline-block;font-size:12px;font-weight:400;height:auto;line-height:1.5;margin:1px;min-height:34px;padding:5px 10px;position:relative;text-align:center;touch-action:manipulation;vertical-align:middle;white-space:nowrap}.sun-editor .se-controller .se-btn-group button:focus:enabled,.sun-editor .se-controller .se-btn-group button:hover:enabled{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:active:enabled{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button span{display:block;margin:0;padding:0}.sun-editor .se-controller .se-btn-group button:enabled.active{color:#4592ff;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:focus,.sun-editor .se-controller .se-btn-group button:enabled.active:hover{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.active:active{background-color:#d1d1d1;border-color:#c1c1c1;box-shadow:inset 0 3px 5px #c1c1c1}.sun-editor .se-controller .se-btn-group button:enabled.on{background-color:#e1e1e1;border-color:#d1d1d1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:focus,.sun-editor .se-controller .se-btn-group button:enabled.on:hover{background-color:#d1d1d1;border-color:#c1c1c1;outline:0 none}.sun-editor .se-controller .se-btn-group button:enabled.on:active{background-color:#c1c1c1;border-color:#b1b1b1;box-shadow:inset 0 3px 5px #b1b1b1}.sun-editor .se-controller .se-form-group input{min-width:120px}.sun-editor .se-controller-resizing{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;margin-top:-50px!important;padding:0}.sun-editor .se-controller-resizing .se-btn-group .se-btn-group-sub.se-resizing-align-list{width:74px}.sun-editor .se-resizing-container{background-color:initial;display:none;outline:1px solid #3f9dff;position:absolute}.sun-editor .se-resizing-container .se-modal-resize{background-color:#3f9dff;display:inline-block;opacity:.3;position:absolute}.sun-editor .se-resizing-container .se-resize-dot{height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-resizing-container .se-resize-dot>span{background-color:#3f9dff;border:1px solid #4592ff;height:7px;position:absolute;width:7px}.sun-editor .se-resizing-container .se-resize-dot>span.tl{cursor:nw-resize;left:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.tr{cursor:ne-resize;right:-5px;top:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.bl{bottom:-5px;cursor:sw-resize;left:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.br{bottom:-5px;cursor:se-resize;right:-5px}.sun-editor .se-resizing-container .se-resize-dot>span.lw{bottom:50%;cursor:w-resize;left:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.th{cursor:n-resize;left:50%;top:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.rw{bottom:50%;cursor:e-resize;right:-7px}.sun-editor .se-resizing-container .se-resize-dot>span.bh{bottom:-7px;cursor:s-resize;right:50%}.sun-editor .se-resizing-container .se-resize-display{background-color:#333;border-radius:4px;bottom:0;color:#fff;font-size:12px;margin:5px;padding:5px;position:absolute;right:0}.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{width:auto}.sun-editor .se-controller-link,.sun-editor .se-controller-table,.sun-editor .se-controller-table-cell{font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;padding:0}.sun-editor .se-controller-link:after,.sun-editor .se-controller-link:before{box-sizing:border-box}.sun-editor .se-controller-link .link-content{margin:0;padding:0}.sun-editor .se-controller-link .link-content a{color:#4592ff;display:inline-block;margin-left:5px;max-width:200px;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.sun-editor .se-select-list{background-color:#fff;border:1px solid #bababa;box-shadow:0 3px 9px rgba(0,0,0,.5);display:none;left:0;margin:0;max-width:100%;outline:0 none;padding:0;position:absolute;top:0;width:auto}.sun-editor .se-select-list .se-select-item{cursor:pointer;font-size:13px;line-height:28px;margin:2px 0;min-height:28px;padding:0 5px}.sun-editor .se-select-list.__se_select-menu-mouse-move .se-select-item:hover,.sun-editor .se-select-list:not(.__se_select-menu-mouse-move) .se-select-item.active{background-color:#e1e1e1}.sun-editor .se-dialog-form-files .se-select-list{width:100%}.sun-editor .se-file-browser{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2147483647}.sun-editor .se-file-browser button,.sun-editor .se-file-browser input,.sun-editor .se-file-browser label{color:#111;font-size:14px;line-height:1.5;margin:0}.sun-editor .se-file-browser .se-file-browser-back{background-color:#222;opacity:.5}.sun-editor .se-file-browser .se-file-browser-back,.sun-editor .se-file-browser .se-file-browser-inner{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:4px;box-shadow:0 3px 9px rgba(0,0,0,.5);margin:20px auto;max-width:100%;outline:0;position:relative;width:960px}.sun-editor .se-file-browser .se-file-browser-header{border-bottom:1px solid #e5e5e5;height:auto;min-height:50px;padding:6px 15px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close{-webkit-appearance:none;filter:alpha(opacity=100);float:right;font-weight:700;opacity:1;text-shadow:0 1px 0 #fff}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-close>svg{height:12px;width:12px}.sun-editor .se-file-browser .se-file-browser-header .se-file-browser-title{font-size:16px;font-weight:700;line-height:2.2;margin:0;padding:0}.sun-editor .se-file-browser .se-file-browser-tags{display:block;margin:0 -15px;padding:0;text-align:left;width:100%}.sun-editor .se-file-browser .se-file-browser-tags a{-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#f5f5f5;border-radius:32px;-moz-border-radius:32px;-webkit-border-radius:32px;color:#333;cursor:pointer;display:inline-block;margin:8px 0 8px 8px;padding:6px 12px;text-decoration:none}.sun-editor .se-file-browser .se-file-browser-tags a:hover{background-color:#e1e1e1}.sun-editor .se-file-browser .se-file-browser-tags a:active{background-color:#d1d1d1}.sun-editor .se-file-browser .se-file-browser-tags a.on{background-color:#ebf3fe;color:#4592ff}.sun-editor .se-file-browser .se-file-browser-tags a.on:hover{background-color:#d8e8fe}.sun-editor .se-file-browser .se-file-browser-tags a.on:active{background-color:#c7deff}.sun-editor .se-file-browser .se-file-browser-body{height:auto;min-height:350px;overflow-y:auto;padding:20px;position:relative}.sun-editor .se-file-browser .se-file-browser-body .se-file-browser-list{position:relative;width:100%}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:748px}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-inner .se-file-browser-content{width:600px}}.sun-editor .se-file-browser .se-file-browser-list .se-file-item-column{display:block;float:left;height:auto;position:relative}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{margin:0 10px;width:calc(25% - 20px)}@media screen and (max-width:992px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(33% - 20px)}}@media screen and (max-width:768px){.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-column{width:calc(50% - 20px)}}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img{border-radius:4px;cursor:pointer;display:block;height:auto;margin:10px 0;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img:hover{box-shadow:0 0 0 .2rem #3288ff;opacity:.8}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>img{border-radius:4px;display:block;height:auto;outline:0;position:relative;width:100%}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name{background-color:initial;border-bottom-left-radius:4px;border-bottom-right-radius:4px;bottom:0;color:#fff;font-size:13px;height:30px;left:0;padding:5px 10px;position:absolute;width:100%;z-index:1}.sun-editor .se-file-browser .se-file-browser-list.se-image-list .se-file-item-img>.se-file-img-name.se-file-name-back{background-color:#333;opacity:.6}.sun-editor .se-notice{background-color:#f2dede;border:1px solid #eed3d7;color:#b94a48;display:none;font-size:13px;height:auto;margin:0;padding:15px;position:absolute;top:0;user-select:auto;-o-user-select:auto;-moz-user-select:auto;-khtml-user-select:auto;-webkit-user-select:auto;-ms-user-select:auto;width:100%;word-break:break-all;z-index:7}.sun-editor .se-notice button{float:right;padding:7px}.sun-editor .se-tooltip{overflow:visible;position:relative}.sun-editor .se-tooltip .se-tooltip-inner{backface-visibility:hidden;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;background:transparent;bottom:auto;display:block;float:none;height:auto;left:50%;line-height:1.5;margin:0;opacity:0;padding:0;pointer-events:none;position:absolute;top:120%;transition:opacity .5s;visibility:hidden;width:auto;z-index:1}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text{background-color:#333;border-radius:2px;color:#fff;cursor:auto;display:inline-block;font-size:.9em;height:auto;left:-50%;line-height:inherit;margin:0;padding:4px 6px;position:relative;text-align:center;white-space:nowrap;width:auto}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text:after{border:5px solid transparent;border-bottom-color:#333;bottom:100%;content:"";left:50%;margin-left:-5px;position:absolute}.sun-editor .se-tooltip:hover .se-tooltip-inner{opacity:1;visibility:visible}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{display:block!important}.sun-editor .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut>.se-shortcut-key{display:inline;font-weight:700}.sun-editor.se-rtl .se-btn-tray{direction:rtl}.sun-editor.se-rtl .se-btn-select svg{margin:auto 1px}.sun-editor.se-rtl .se-btn-select .txt{direction:rtl;flex:auto;text-align:right}.sun-editor.se-rtl .se-btn-list{text-align:right}.sun-editor.se-rtl .se-btn-list>.se-list-icon{margin:-1px 0 0 10px}.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix),.sun-editor.se-rtl .se-menu-list:not(.se-menu-dir-fix) li{float:right}.sun-editor.se-rtl .se-list-layer *{direction:rtl}.sun-editor.se-rtl .se-list-layer.se-list-format ul blockquote{border-left-width:0;border-right-width:5px;padding:0 7px 0 0}.sun-editor.se-rtl .se-list-layer .se-selector-color .se-color-pallet li{float:right}.sun-editor.se-rtl .se-list-inner .se-list-checked li button>.se-svg{float:right;padding:6px 0 0 6px}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text,.sun-editor.se-rtl .se-wrapper .se-placeholder{direction:rtl}.sun-editor.se-rtl .se-tooltip .se-tooltip-inner .se-tooltip-text .se-shortcut{direction:ltr}.sun-editor.se-rtl .se-dialog *{direction:rtl}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form .se-video-ratio{margin-left:0;margin-right:4px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-dialog-close{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-header .se-modal-title,.sun-editor.se-rtl .se-dialog-tabs button{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-size-text{padding-right:34px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer .se-btn-primary{float:left}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div{float:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-footer>div>label{margin:0 0 0 5px}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-dialog-form-footer label:first-child{margin-left:16px;margin-right:0}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-preview{margin-left:4px;text-align:right}.sun-editor.se-rtl .se-dialog .se-dialog-inner .se-anchor-rel-btn{float:right}.sun-editor.se-rtl .se-file-browser *{direction:rtl}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags{text-align:right}.sun-editor.se-rtl .se-file-browser .se-file-browser-tags a{margin:8px 8px 0}.sun-editor.se-rtl .se-file-browser .se-file-browser-header .se-file-browser-close{float:left}.sun-editor.se-rtl .se-controller .se-btn-group,.sun-editor.se-rtl .se-resizing-container .se-resize-display{direction:rtl}.sun-editor .se-btn-module-border.module-float-left{float:left}.sun-editor .se-btn-module-border.module-float-right{float:right}.sun-editor .se-error{color:#d9534f}.sun-editor input.se-error:focus,select.se-error:focus,textarea.se-error:focus{border:1px solid #f2dede;box-shadow:0 0 0 .2rem #eed3d7;outline:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor hr.__se__solid{border-style:solid none none}.sun-editor hr.__se__dotted{border-style:dotted none none}.sun-editor hr.__se__dashed{border-style:dashed none none}@-webkit-keyframes blinker{50%{opacity:0}}@keyframes blinker{50%{opacity:0}}@-webkit-keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}@keyframes spinner{to{-webkit-transform:rotate(361deg);transform:rotate(361deg)}}.sun-editor-editable{word-wrap:break-word;background-color:#fff;color:#333;font-family:Helvetica Neue;font-size:13px;line-height:1.5;margin:0;padding:16px;word-break:normal}.sun-editor-editable *{box-sizing:border-box;color:inherit;font-family:inherit;font-size:inherit}.sun-editor-editable.se-rtl *{direction:rtl}.sun-editor-editable .se-component>figure{direction:ltr}.sun-editor-editable audio,.sun-editor-editable figcaption,.sun-editor-editable figure,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable td,.sun-editor-editable th,.sun-editor-editable video{position:relative}.sun-editor-editable span{display:inline;margin:0;padding:0;vertical-align:initial}.sun-editor-editable span.katex{display:inline-block}.sun-editor-editable span.katex *{direction:ltr}.sun-editor-editable a{color:#004cff;text-decoration:none}.sun-editor-editable span[style~="color:"] a{color:inherit}.sun-editor-editable a:focus,.sun-editor-editable a:hover{color:#0093ff;cursor:pointer;text-decoration:underline}.sun-editor-editable a.on{background-color:#e8f7ff;color:#0093ff}.sun-editor-editable pre{word-wrap:break-word;background-color:#f9f9f9;border:1px solid #e1e1e1;border-radius:2px;color:#666;display:block;font-family:monospace;line-height:1.45;margin:0 0 10px;overflow:visible;padding:8px;white-space:pre-wrap!important}.sun-editor-editable ol{list-style-type:decimal}.sun-editor-editable ol,.sun-editor-editable ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;list-style-position:outside;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px}.sun-editor-editable ul{list-style-type:disc}.sun-editor-editable li{display:list-item;margin-bottom:5px;text-align:-webkit-match-parent}.sun-editor-editable ol ol,.sun-editor-editable ol ul,.sun-editor-editable ul ol,.sun-editor-editable ul ul{margin:0}.sun-editor-editable ol ol,.sun-editor-editable ul ol{list-style-type:lower-alpha}.sun-editor-editable ol ol ol,.sun-editor-editable ul ol ol,.sun-editor-editable ul ul ol{list-style-type:upper-roman}.sun-editor-editable ol ul,.sun-editor-editable ul ul{list-style-type:circle}.sun-editor-editable ol ol ul,.sun-editor-editable ol ul ul,.sun-editor-editable ul ul ul{list-style-type:square}.sun-editor-editable sub,.sun-editor-editable sup{font-size:75%;line-height:0}.sun-editor-editable sub{vertical-align:sub}.sun-editor-editable sup{vertical-align:super}.sun-editor-editable p{display:block;margin:0 0 10px}.sun-editor-editable div{display:block;margin:0;padding:0}.sun-editor-editable blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;border:solid #b1b1b1;border-width:0 0 0 5px;color:#999;display:block;font-family:inherit;font-size:inherit;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding:0 5px 0 20px}.sun-editor-editable blockquote blockquote{border-color:#c1c1c1}.sun-editor-editable blockquote blockquote blockquote{border-color:#d1d1d1}.sun-editor-editable blockquote blockquote blockquote blockquote{border-color:#e1e1e1}.sun-editor-editable.se-rtl blockquote{border-left-width:0;border-right-width:5px;padding-left:5px;padding-right:20px}.sun-editor-editable h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{-webkit-margin-before:.83em;-webkit-margin-after:.83em;font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{-webkit-margin-before:1em;-webkit-margin-after:1em;font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{-webkit-margin-before:1.33em;-webkit-margin-after:1.33em;font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{-webkit-margin-before:1.67em;-webkit-margin-after:1.67em;font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{-webkit-margin-start:0;-webkit-margin-end:0;display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{-webkit-margin-before:2.33em;-webkit-margin-after:2.33em;font-size:.67em;margin-block-end:2.33em;margin-block-start:2.33em}.sun-editor-editable hr{border-color:#000;border-image:none;border-image:initial;border-width:1px 0 0;display:flex;height:1px}.sun-editor-editable hr.__se__solid{border-style:solid none none}.sun-editor-editable hr.__se__dotted{border-style:dotted none none}.sun-editor-editable hr.__se__dashed{border-style:dashed none none}.sun-editor-editable hr.on{border-color:#4592ff;box-shadow:0 0 0 .1rem #c7deff}.sun-editor-editable table{background-color:initial;border:1px solid #ccc;border-collapse:collapse;border-spacing:0;display:table;margin:0 0 10px;max-width:100%;table-layout:auto!important;width:100%}.sun-editor-editable.se-rtl table{margin:0 0 10px auto}.sun-editor-editable table thead{border-bottom:2px solid #333}.sun-editor-editable table tr{border:1px solid #efefef}.sun-editor-editable table th{background-color:#f3f3f3}.sun-editor-editable table td,.sun-editor-editable table th{background-clip:padding-box;border:1px solid #e1e1e1;padding:.4em}.sun-editor-editable table.se-table-size-auto{width:auto!important}.sun-editor-editable table.se-table-size-100{width:100%!important}.sun-editor-editable table.se-table-layout-auto{table-layout:auto!important}.sun-editor-editable table.se-table-layout-fixed{table-layout:fixed!important}.sun-editor-editable table td.se-table-selected-cell,.sun-editor-editable table th.se-table-selected-cell{outline:1px double #4592ff}.sun-editor-editable.se-disabled *{user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}.sun-editor-editable .se-component{display:flex;margin:0 0 10px;padding:1px}.sun-editor-editable[contenteditable=true] .se-component{outline:1px dashed #e1e1e1}.sun-editor-editable[contenteditable=true] .se-component.se-component-copy{box-shadow:0 0 0 .2rem #3f9dff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.sun-editor-editable .__se__float-left{float:left;margin-right:4px}.sun-editor-editable .__se__float-right{float:right;margin-left:4px}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.sun-editor-editable audio,.sun-editor-editable iframe,.sun-editor-editable img,.sun-editor-editable video{display:block;height:auto;margin:0;max-width:100%;padding:0;width:auto}.sun-editor-editable[contenteditable=true]:not(.se-read-only) figure:after{background:transparent;bottom:0;content:"";cursor:default;display:block;left:0;position:absolute;right:0;top:0;z-index:1}.sun-editor-editable[contenteditable=true] figure a,.sun-editor-editable[contenteditable=true] figure iframe,.sun-editor-editable[contenteditable=true] figure img,.sun-editor-editable[contenteditable=true] figure video{z-index:0}.sun-editor-editable[contenteditable=true] figure figcaption{display:block;z-index:2}.sun-editor-editable[contenteditable=true] figure figcaption:focus{border-color:#80bdff;box-shadow:0 0 0 .2rem #c7deff;outline:0}.sun-editor-editable .se-image-container,.sun-editor-editable .se-video-container{height:auto;max-width:100%;width:auto}.sun-editor-editable figure{display:block;margin:0;outline:none;padding:0}.sun-editor-editable figure figcaption{background-color:#f9f9f9;margin:0;outline:none;padding:1em .5em}.sun-editor-editable figure figcaption p{line-height:2;margin:0}.sun-editor-editable .se-image-container a img{margin:1px;outline:1px solid #4592ff;padding:1px}.sun-editor-editable .se-video-container iframe,.sun-editor-editable .se-video-container video{border:0;height:100%;left:0;outline:1px solid #9e9e9e;position:absolute;top:0;width:100%}.sun-editor-editable .se-video-container figure{left:0;max-width:100%;width:100%}.sun-editor-editable audio{height:54px;width:300px}.sun-editor-editable audio.active{outline:2px solid #80bdff}.sun-editor-editable.se-show-block div,.sun-editor-editable.se-show-block h1,.sun-editor-editable.se-show-block h2,.sun-editor-editable.se-show-block h3,.sun-editor-editable.se-show-block h4,.sun-editor-editable.se-show-block h5,.sun-editor-editable.se-show-block h6,.sun-editor-editable.se-show-block li,.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block p,.sun-editor-editable.se-show-block pre,.sun-editor-editable.se-show-block ul{border:1px dashed #3f9dff!important;padding:14px 8px 8px!important}.sun-editor-editable.se-show-block ol,.sun-editor-editable.se-show-block ul{border:1px dashed #d539ff!important}.sun-editor-editable.se-show-block pre{border:1px dashed #27c022!important}.se-show-block p{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPAQMAAAAF7dc0AAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAaSURBVAjXY/j/gwGCPvxg+F4BQiAGDP1HQQByxxw0gqOzIwAAAABJRU5ErkJggg==) no-repeat}.se-show-block div{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAPAQMAAAAxlBYoAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j//wcDDH+8XsHwDYi/hwNx1A8w/nYLKH4XoQYJAwCXnSgcl2MOPgAAAABJRU5ErkJggg==) no-repeat}.se-show-block h1{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAfSURBVAjXY/j/v4EBhr+9B+LzEPrDeygfhI8j1CBhAEhmJGY4Rf6uAAAAAElFTkSuQmCC) no-repeat}.se-show-block h2{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAmSURBVAjXY/j/v4EBhr+dB+LtQPy9geEDEH97D8T3gbgdoQYJAwA51iPuD2haEAAAAABJRU5ErkJggg==) no-repeat}.se-show-block h3{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQPy9geHDeQgN5p9HqEHCADeWI+69VG2MAAAAAElFTkSuQmCC) no-repeat}.se-show-block h4{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPAQMAAADTSA1RAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j//wADDH97DsTXIfjDdiDdDMTfIRhZHRQDAKJOJ6L+K3y7AAAAAElFTkSuQmCC) no-repeat}.se-show-block h5{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAlSURBVAjXY/j/v4EBhr+1A/F+IO5vYPiwHUh/B2IQfR6hBgkDABlWIy5uM+9GAAAAAElFTkSuQmCC) no-repeat}.se-show-block h6{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPAQMAAAA4f7ZSAAAABlBMVEWAgID////n1o2sAAAAAnRSTlP/AOW3MEoAAAAiSURBVAjXY/j/v4EBhr+dB+LtQLy/geFDP5S9HSKOrA6KAR9GIza1ptJnAAAAAElFTkSuQmCC) no-repeat}.se-show-block li{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAPCAYAAADkmO9VAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA7SURBVDhPYxgFcNDQ0PAfykQBIHEYhgoRB/BpwCfHBKWpBkaggYxQGgOgBzyQD1aLLA4TGwWDGjAwAACR3RcEU9Ui+wAAAABJRU5ErkJggg==) no-repeat}.se-show-block ol{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAABHSURBVDhPYxgFcNDQ0PAfhKFcFIBLHCdA1oBNM0kGEmMAPgOZoDTVANUNxAqQvURMECADRiiNAWCagDSGGhyW4DRrMAEGBgAu0SX6WpGgjAAAAABJRU5ErkJggg==) no-repeat}.se-show-block ul{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA1SURBVDhPYxgFDA0NDf+hTBSALI5LDQgwQWmqgVEDKQcsUBoF4ItFGEBXA+QzQpmDGjAwAAA8DQ4Lni6gdAAAAABJRU5ErkJggg==) no-repeat}.sun-editor .__se__p-bordered,.sun-editor-editable .__se__p-bordered{border-bottom:1px solid #b1b1b1;border-top:1px solid #b1b1b1;padding:4px 0}.sun-editor .__se__p-spaced,.sun-editor-editable .__se__p-spaced{letter-spacing:1px}.sun-editor .__se__p-neon,.sun-editor-editable .__se__p-neon{-webkit-animation:neonFlicker 1.5s infinite alternate;animation:neonFlicker 1.5s infinite alternate;background:#000;border:2px solid #fff;border-radius:6px;color:#fff;font-style:italic;font-weight:200;padding:6px 4px;text-transform:uppercase}@-webkit-keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}@keyframes neonFlicker{0%,19%,21%,23%,25%,54%,56%,to{box-shadow:0 0 .5px #fff,inset 0 0 .5px #fff,0 0 2px #08f,inset 0 0 2px #08f,0 0 4px #08f,inset 0 0 4px #08f;text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 2px #f40,0 0 4px #f40,0 0 6px #f40,0 0 8px #f40,0 0 10px #f40}20%,24%,55%{box-shadow:none;text-shadow:none}}.sun-editor .__se__t-shadow,.sun-editor-editable .__se__t-shadow{text-shadow:-.2rem -.2rem 1rem #fff,.2rem .2rem 1rem #fff,0 0 .2rem #999,0 0 .4rem #888,0 0 .6rem #777,0 0 .8rem #666,0 0 1rem #555}.sun-editor .__se__t-code,.sun-editor-editable .__se__t-code{background-color:rgba(27,31,35,.05);border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#eff0ef;color:#333;font-family:Roboto,sans-serif;font-size:16px;font-weight:400;line-height:24px;scroll-behavior:smooth}a{text-decoration:none}.w-img img{width:100%}.m-img img{max-width:100%}.btn,.transition-3,:after,:before,a,button,h1,h2,h3,h4,h5,h6,i,img,input,li,p,select,span,svg path,textarea{transition:all .3s ease-out 0s}.button:focus,a:focus{outline:none;text-decoration:none}a:focus,a:hover{color:inherit;text-decoration:none}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}h1,h2,h3,h4,h5,h6{color:#2c3941;line-height:24px;transition:all .3s ease-out 0s}h1{font-size:50px;font-weight:700}h2{font-size:36px}h2,h3{font-weight:500}h3{font-size:24px}h4{font-size:20px}h4,h5{font-weight:400}h5{font-size:16px}h6{font-size:15px;font-weight:400}ul{margin:0;padding:0}li{list-style:none}p{color:#7f8d9d;font-size:15px;line-height:24px;text-align:justify}::-webkit-input-placeholder{color:#7f8d9d;font-size:14px;opacity:1}::placeholder{color:#7f8d9d;font-size:14px;opacity:1}.fix{overflow:hidden}.clear{clear:both}.f-left{float:left}.f-right{float:right}.z-index-1{z-index:1}.overflow-y-visible{overflow-x:hidden;overflow-y:visible}.overflow-x-visible{overflow-x:visible;overflow-y:hidden}.p-relative{position:relative}.margin_l{margin-left:20px!important}.header{background-color:#fff}.header .header_content{background-color:#fff;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);padding-left:60px}.header .header_content .header_wrapper{align-items:center;display:flex;height:70px;justify-content:space-between}.header .header_content .header_wrapper .header_left{align-items:center;display:flex}.header .header_content .header_wrapper .header_left .header_serachBar{height:50px;position:relative;width:500px}.header .header_content .header_wrapper .header_left .header_serachBar .form_control{background-clip:padding-box;background-color:#f3f3f3;border:1px solid rgba(145,158,171,.24);border-radius:8px;color:#333;font-size:18px;height:50px;padding:0 20px 0 50px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-ms-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.header .header_content .header_wrapper .header_left .header_serachBar .form_control::-webkit-input-placeholder{color:#aba8a8;font-size:16px;font-weight:400}.header .header_content .header_wrapper .header_left .header_serachBar .form_control::placeholder{color:#aba8a8;font-size:16px;font-weight:400}.header .header_content .header_wrapper .header_left .header_serachBar i{color:#868383;font-size:30px;left:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.header .header_content .header_wrapper .header_left .upload_btn{align-items:center;background-color:#007bff;border-radius:35px;cursor:pointer;display:flex;font-size:16px;font-weight:400;height:40px;justify-content:center;margin-left:30px;padding:0 40px;text-align:center}.header .header_content .header_wrapper .header_left .upload_btn:hover{background-color:#1279da}.header .header_content .header_wrapper .header_left .upload_btn .MuiSvgIcon-root{margin-right:3px}.header .header_content .header_wrapper .header_left .creatFolder_btn{align-items:center;background-color:#e1e5ea;border:1px solid rgba(145,158,171,.24);border-radius:35px;color:#868383;cursor:pointer;display:flex;font-size:16px;font-weight:400;height:40px;justify-content:center;margin-left:15px;padding:0 40px;text-align:center}.header .header_content .header_wrapper .header_left .creatFolder_btn .MuiSvgIcon-root{margin-right:3px}.header .header_content .header_wrapper .header_right{align-items:center;display:flex}.header .header_content .header_wrapper .header_right .user_info{text-align:end}.header .header_content .header_wrapper .header_right .user_info .user_name{color:#333;font-size:16px;font-weight:500;line-height:26px}.header .header_content .header_wrapper .header_right .user_info .user_id{color:#868383;font-size:13px;font-weight:400;line-height:14px}.header .MuiPaper-root{z-index:5!important}.leftSideBar{background-color:#fff;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:100vh;left:0;position:fixed;top:0;width:240px;z-index:5}.leftSideBar .leftSideBar_contant{height:100vh;padding:20px 0 20px 20px;position:relative}.leftSideBar .leftSideBar_contant .logo{height:65px;width:auto}.leftSideBar .leftSideBar_contant .logo img{max-height:100%;max-width:100%}.leftSideBar .leftSideBar_contant .sideBtn_list_content{margin-top:30px;width:100%}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list{align-items:center;justify-content:flex-start;margin-bottom:10px;padding:5px 10px 5px 25px}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list:hover{background-image:linear-gradient(90deg,hsla(0,0%,100%,.231),rgba(127,183,243,.094),rgba(127,183,243,.271),rgba(127,183,243,.373),rgba(127,183,243,.373));border-right:3px solid #007bff}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list:hover a{color:#333}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list a{align-items:center;color:#5e5e5e;display:flex;font-size:14px;font-weight:400}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list a .MuiSvgIcon-root{margin-right:8px}.leftSideBar .leftSideBar_contant .sideBtn_list_content .active{background-image:linear-gradient(90deg,hsla(0,0%,100%,.231),rgba(127,183,243,.094),rgba(127,183,243,.271),rgba(127,183,243,.373),rgba(127,183,243,.373));border-right:3px solid #007bff}.leftSideBar .leftSideBar_contant .sideBtn_list_content .active a{color:#333}.leftSideBar .leftSideBar_contant .sideBtn_list_content .list_devider{margin:20px 35px 10px 20px}.leftSideBar .leftSideBar_contant .sideBtn_list_content .Mui-selected{background-color:#e1e5ea;color:#000}.leftSideBar .leftSideBar_contant .sign_out_btn{background-color:#007bff;bottom:30px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.leftSideBar .leftSideBar_contant .sign_out_btn .MuiSvgIcon-root{margin-right:2px}.home_page_body_content{padding-right:340px}.home_page_body_content,.myfile_page_body_content{padding-left:250px;padding-top:70px;width:100%}.journal_page_body_content{padding-left:250px;width:100%}.note_page_body_content{padding-left:260px;padding-right:20px;width:100%}.setting_page_body_content{padding-left:250px;width:100%}.rightSidebar{background-color:#fff;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:100vh;padding:20px;position:fixed;right:20px;top:90px;width:320px}.rightSidebar h4{color:#333;font-size:20px;font-weight:500}.rightSidebar .vault_space{background-color:#e1e5ea;border-radius:50%;height:220px;margin:20px auto;position:relative;text-align:center;width:220px}.rightSidebar .vault_space .MuiCircularProgress-root{height:220px!important;width:220px!important}.rightSidebar .vault_space .MuiCircularProgress-root .MuiCircularProgress-svg{color:#007bff}.rightSidebar .vault_space .space_update{left:50%;position:absolute;top:55%;-webkit-transform:translate(-50%,-55%);transform:translate(-50%,-55%);width:100%}.rightSidebar .vault_space .space_update .total_storage{color:#333;font-size:36px;font-weight:600;line-height:40px}.rightSidebar .vault_space .space_update .total_storage span{color:#333;display:block;font-size:15px;font-weight:400}.rightSidebar .vault_upgrade{display:flex;justify-content:center}.rightSidebar .vault_upgrade .vault_upgrade_right{color:#868383;font-size:14px;font-weight:400;line-height:19px;padding-left:12px}.rightSidebar .vault_overview{margin-top:20px}.rightSidebar .vault_overview .overview_item{align-items:center;background-color:#f9f9f9;border:1px solid rgba(145,158,171,.24);border-radius:10px;cursor:pointer;display:flex;height:60px;justify-content:space-between;margin-top:10px;padding:0 10px}.rightSidebar .vault_overview .overview_item:hover{background-color:#e1e5ea;transition:all .5s linear}.rightSidebar .vault_overview .overview_item .item_title{align-items:center;display:flex}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon{align-items:center;background-color:#e1e5ea;border-radius:50%;display:flex;height:45px;justify-content:center;width:45px}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon img{max-height:60%;max-width:60%}.rightSidebar .vault_overview .overview_item .item_title span{color:#333;font-size:15px;padding-left:6px}.rightSidebar .vault_overview .overview_item .space_count{color:#868383;font-size:16px;font-weight:400}.my_files_body{padding:0 20px;position:relative}.my_files_body .my_files_navigate{align-items:center;background-color:#fff;border-bottom-left-radius:7px;border-bottom-right-radius:7px;display:flex;height:50px;justify-content:space-between;margin-bottom:22px;padding:0 12px;width:100%}.my_files_body .my_files_navigate .navigate_part_one{align-items:center;display:flex}.my_files_body .my_files_navigate .navigate_part_one .navigate_Back{align-items:center;color:#333;cursor:pointer;display:flex;font-size:14px;padding-right:20px}.my_files_body .my_files_navigate .navigate_part_one .navigate_bar_icon .MuiSvgIcon-root{color:#868383;cursor:pointer;font-size:26px;margin-top:6px}.my_files_body .my_files_navigate .navigate_part_one .navigate_bar_icon .MuiSvgIcon-root:hover{color:#333}.my_files_body .my_files_navigate .navigate_part_one .navigate_title{color:#868383;font-size:14px;font-weight:400;padding:0 10px}.my_files_body .my_files_navigate .navigate_part_two .navigate_serachbar{height:35px;position:relative;width:200px}.my_files_body .my_files_navigate .navigate_part_two .navigate_serachbar .form_control{background-clip:padding-box;background-color:#f3f3f3;border:1px solid rgba(145,158,171,.24);border-radius:8px;color:#333;font-size:18px;height:35px;padding:0 10px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-ms-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.my_files_body .my_files_navigate .navigate_part_two .navigate_serachbar .form_control::-webkit-input-placeholder{color:#aba8a8;font-size:15px;font-weight:400}.my_files_body .my_files_navigate .navigate_part_two .navigate_serachbar .form_control::placeholder{color:#aba8a8;font-size:15px;font-weight:400}.File_areas,.recycle_body{padding-top:20px}.File_areas{padding-bottom:20px}.my_item{background-color:#fff;border-radius:10px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:220px;overflow:hidden;padding:10px;position:relative;width:100%}.my_item .item_icon{align-items:center;cursor:pointer;display:flex;height:90px;width:90px}.my_item .item_icon img{max-height:100%;max-width:100%}.my_item .item_name{word-wrap:break-word;color:#5e5e5e;font-size:16px;font-weight:400;line-height:22px;padding:10px 0 6px}.my_item .my_item_bootom{background-color:#e1e5ea;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;height:38px;left:0;padding:10px;position:absolute;width:100%}.my_item .my_item_bootom .uploaded_date{color:#5e5e5e;font-size:12px;font-weight:400}.my_item .Folder_list_activity{position:absolute;right:5px;top:10px}.my_item .Folder_list_activity .icoon .MuiSvgIcon-root{color:rgba(116,150,181,.906);cursor:pointer;font-size:24px}.my_item .Folder_list_activity .icoon .MuiSvgIcon-root:hover{color:#333}.my_file_item{background-color:#fff;border-radius:10px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:220px;overflow:hidden;padding:10px;position:relative;width:100%}.my_file_item .item_icon{align-items:center;cursor:pointer;display:flex;height:120px;justify-content:center;position:relative;width:100%}.my_file_item .item_icon img{height:100%;object-fit:cover;width:100%}.my_file_item .item_name{word-wrap:break-word;color:#5e5e5e;font-size:15px;font-weight:400;line-height:22px;padding:10px 0 6px}.my_file_item .my_item_bootom{background-color:#e1e5ea;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;height:38px;left:0;padding:10px;position:absolute;width:100%}.my_file_item .my_item_bootom .uploaded_date{color:#5e5e5e;font-size:12px;font-weight:400}.my_file_item .File_list_activity{bottom:0;position:absolute;right:2px;z-index:2}.my_file_item .File_list_activity .icoon .MuiSvgIcon-root{color:rgba(75,78,81,.718);cursor:pointer;font-size:18px}.my_file_item .File_list_activity .icoon .MuiSvgIcon-root:hover{color:#333}.my_item_user_vault{background-color:#fff;border-radius:10px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:170px;overflow:hidden;padding:10px;position:relative;width:100%}.my_item_user_vault .item_icon{align-items:center;cursor:pointer;display:flex;height:50px;width:50px}.my_item_user_vault .item_icon img{max-height:100%;max-width:100%}.my_item_user_vault .item_name{word-wrap:break-word;color:#5e5e5e;font-size:14px;font-weight:400;line-height:22px;padding:10px 0 6px}.my_item_user_vault .my_item_bootom{background-color:#e1e5ea;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;height:38px;left:0;padding:10px;position:absolute;width:100%}.my_item_user_vault .my_item_bootom .uploaded_date{color:#5e5e5e;font-size:12px;font-weight:400}.my_item_user_vault .Folder_list_activity{position:absolute;right:5px;top:10px}.my_item_user_vault .Folder_list_activity .icoon .MuiSvgIcon-root{color:rgba(116,150,181,.906);cursor:pointer;font-size:24px}.my_item_user_vault .Folder_list_activity .icoon .MuiSvgIcon-root:hover{color:#333}.my_file_item_user_vault{background-color:#fff;border-radius:10px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:180px;overflow:hidden;padding:10px;position:relative;width:100%}.my_file_item_user_vault .item_icon{align-items:center;cursor:pointer;display:flex;height:70px;justify-content:center;position:relative;width:100%}.my_file_item_user_vault .item_icon img{height:100%;object-fit:cover;width:100%}.my_file_item_user_vault .item_name{word-wrap:break-word;color:#5e5e5e;font-size:13px;font-weight:400;line-height:22px;padding:10px 0 6px}.my_file_item_user_vault .my_item_bootom{background-color:#e1e5ea;border-bottom-left-radius:10px;border-bottom-right-radius:10px;bottom:0;height:38px;left:0;padding:10px;position:absolute;width:100%}.my_file_item_user_vault .my_item_bootom .uploaded_date{color:#5e5e5e;font-size:12px;font-weight:400}.my_file_item_user_vault .File_list_activity{bottom:0;position:absolute;right:2px;z-index:2}.my_file_item_user_vault .File_list_activity .icoon .MuiSvgIcon-root{color:rgba(75,78,81,.718);cursor:pointer;font-size:18px}.my_file_item_user_vault .File_list_activity .icoon .MuiSvgIcon-root:hover{color:#333}.HomeBodyContent{padding:20px}.HomeBodyContent .store_Card{background-color:#fff;border-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);cursor:pointer;height:210px;overflow:hidden;padding:14px;position:relative;width:100%}.HomeBodyContent .store_Card:hover{box-shadow:1px 1.332px 4px 2px hsla(0,1%,64%,.3)}.HomeBodyContent .store_Card .store_Card_top .overviewItem_icon{align-items:center;background-color:#e1e5ea;border-radius:6px;display:flex;height:45px;justify-content:center;width:45px}.HomeBodyContent .store_Card .store_Card_top .overviewItem_icon img{max-height:60%;max-width:60%}.HomeBodyContent .store_Card .store_Card_top .card_name{color:#333;font-size:18px;font-weight:500;padding-top:10px}.HomeBodyContent .store_Card .store_Card_top .card_file_quantity{color:#868383;font-size:15px;font-weight:400}.HomeBodyContent .store_Card .store_Card_bottom{bottom:0;left:0;padding:14px;position:absolute;width:100%}.HomeBodyContent .store_Card .store_Card_bottom .used_space{color:#868383;font-size:14px;font-weight:400;padding-bottom:7px}.HomeBodyContent .active_vault{background-color:hsla(0,0%,83%,.769)!important}.HomeBodyContent .recent_files{padding-top:50px}.HomeBodyContent .recent_files .recent_files_container{background-color:#fff;border-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:460px;padding:20px 20px 0}.HomeBodyContent .recent_files .recent_files_container .section_heading{display:flex;justify-content:space-between;margin-bottom:10px}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_left h4{color:#333;font-size:22px;font-weight:500;line-height:28px}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_left h6{color:#868383;font-size:14px;font-weight:400;line-height:22px}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_right{color:#868383;cursor:pointer;display:inline-block;font-size:16px}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_right:hover{color:#333}.HomeBodyContent .recent_files .recent_files_container .recent_files_item{border-bottom:1px dashed rgba(145,158,171,.24);height:75px;padding:18px 0;width:100%}.HomeBodyContent .recent_files .recent_files_container .recent_files_item:last-child{border-bottom:1px dashed transparent}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title{display:flex}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .overviewItem_icon{align-items:center;background-color:#e1e5ea;border-radius:4px;display:flex;height:40px;justify-content:center;width:40px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .overviewItem_icon img{max-height:60%;max-width:60%}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name{overflow:hidden;width:100%}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name span{color:#333;font-size:16px;font-weight:400;padding-left:8px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name .title_mob_date{color:#868383;font-size:13px;font-weight:400}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_text{color:#868383;font-size:14px;font-weight:400}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .list_activity .icoon{background-color:#e1e5ea;border-radius:50%;cursor:pointer;height:32px;text-align:center;width:32px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .list_activity .icoon .MuiSvgIcon-root{color:#868383;font-size:20px;margin-top:6px}.droper_menu_item{font-size:15px!important;line-height:18px!important;min-height:32px!important;padding-bottom:4px!important;padding-left:16px;padding-right:16px;padding-top:4px!important}.card_progress{background-color:#e1e5ea;border-radius:35px;height:12px;overflow:hidden;position:relative;width:100%}.uploader .backdrop_contorller{z-index:6}.uploader_contianer{padding:10px 10px 20px;width:100%}.uploader_contianer .folder_name_input{margin-bottom:12px;width:100%}.uploader_contianer .folder_name_input .css-1x5jdmq{min-width:392px!important}.uploader_contianer .Upload_btn{height:40px;margin-top:12px;width:100%}.css-lqq9ua{display:none!important}.css-5t8t4o{width:420px!important}.css-13ijswq{background:#6ba4d1!important;height:200px!important;position:relative!important}.css-9ufzdr{left:50%!important;margin-top:0!important;position:absolute!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;width:100%!important}.css-15bzofy img{display:none!important}.recycle_img{align-items:center;display:flex;height:250px;justify-content:center;left:50%;position:absolute;top:200px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:250px}.recycle_img img{max-height:100%;max-width:100%}.upload_progress_container{align-items:center;background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow:1px 1.332px 4px 2px hsla(0,1%,64%,.3);display:flex;height:70px;justify-content:center;position:fixed;right:0;top:30px;width:300px;z-index:1302}.upload_progress_container .upload_progress{width:300px}.upload_progress_container .upload_progress h6{color:#333;font-size:16px;font-weight:500;padding-bottom:2px;padding-right:10px;text-align:center}.upload_progress_container .upload_progress .MuiBox-root{padding:0 2px 0 4px}.upload_progress_container .upload_progress .MuiBox-root .MuiLinearProgress-root{background-color:#f1efef;border-radius:35px;height:10px}.upload_progress_container .upload_progress .MuiBox-root .MuiLinearProgress-root .MuiLinearProgress-bar{background-color:#007bff}.upload_progress_container .upload_progress .MuiTypography-root{color:#333}.upload_progress_container .upload_progress .upload_cancle{position:absolute;right:10px;top:5px}.upload_progress_container .upload_progress .upload_cancle:hover .MuiSvgIcon-root{color:#333}.upload_progress_container .upload_progress .upload_cancle .MuiSvgIcon-root{color:#969393;cursor:pointer}.swal2-container{z-index:1303!important}.css-zq6grw{display:none!important}.footer{background-color:#19263d;margin-top:350px;padding:80px 0 40px;position:relative;z-index:1}.footer:after{background-image:url(/static/media/footerBg.8249399d81999490bb6c.png);background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";height:100%;left:0;mix-blend-mode:color-burn;opacity:.25;position:absolute;top:0;width:100%;z-index:-1}.footer .footer_wrapper{margin-bottom:40px;padding-top:20px}.footer .footer_wrapper .footer_side_one .footer_logo{height:auto;padding-bottom:28px;width:180px}.footer .footer_wrapper .footer_side_one .footer_logo img{max-height:100%;max-width:100%}.footer .footer_wrapper .footer_side_one p{color:#c7c6c6;font-size:16px}.footer .footer_wrapper .footer_side_one .footer_icon{padding-top:15px}.footer .footer_wrapper .footer_side_one .footer_icon ul li{display:inline-block;padding-right:22px}.footer .footer_wrapper .footer_side_one .footer_icon ul li a{color:#fff}.footer .footer_wrapper .footer_side_two h4{border-bottom:1px dashed #c7c6c6;color:#fff;display:inline-block;font-size:20px;font-weight:400;padding:7px 0}.footer .footer_wrapper .footer_side_two .info_1{color:#c7c6c6;font-size:15px;font-weight:400;padding-top:5px}.footer .footer_wrapper .footer_side_two .info_1 i{padding-right:5px}.footer .footer_wrapper .footer_side_two h5{color:#c7c6c6;font-size:17px;font-weight:400}.footer .footer_wrapper .footer_side_two h6{color:#c7c6c6;font-size:15px;font-weight:400}.footer .footer_wrapper .footer_side_two ul li{color:#c7c6c6;font-size:15px;padding-top:7px}.footer .footer_wrapper .footer_side_two ul li i{color:#c7c6c6;padding-right:5px}.footer .footer_wrapper .footer_side_two ul li a{color:#fff}.footer .copy_right{border-top:1px solid #616161;padding-top:30px;text-align:center}.footer .copy_right h5{color:#c7c6c6;font-size:16px;font-weight:400}.entry_bg{align-items:center;background-image:url(/static/media/bg1.1465b05a56687187b01a.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh;width:100%}.entry_bg .entry_container{align-items:center;background-color:hsla(0,0%,100%,.3);border-radius:26px;display:flex;height:600px;overflow:hidden;padding:20px;position:relative;width:850px}.entry_bg .entry_container .otp_text{background-color:rgba(0,0,0,.4);border-radius:35px;color:#fff;display:inline-block;font-size:17px;font-weight:500;left:50%;line-height:24px;padding:10px 30px;position:absolute;text-align:center;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.entry_bg .entry_container .entry_conetnt_two{text-align:center}.entry_bg .entry_container .entry_conetnt_two .logo{height:70px;width:auto}.entry_bg .entry_container .entry_conetnt_two .logo img{max-height:100%;max-width:100%}.entry_bg .entry_container .entry_conetnt_two h4{color:#fff;font-size:18px;font-weight:500;text-transform:uppercase}.entry_bg .entry_container .entry_conetnt_two .entry_process_container{display:flex;justify-content:center;margin:0 auto;min-height:130px;padding-top:15px;position:relative;width:300px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .purchase_filed{margin:8px!important}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .css-10botns-MuiInputBase-input-MuiFilledInput-input.Mui-disabled{-webkit-text-fill-color:#fff;opacity:1}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper h3{color:#fff;font-size:20px;font-weight:500;line-height:28px;padding-bottom:20px;text-transform:uppercase}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root{background-color:hsla(0,0%,100%,.331);border-radius:7px;margin:5px 0;overflow:hidden;width:280px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root:before{border-bottom:1px solid transparent}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiFormLabel-root{color:hsla(0,0%,100%,.714)}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root:after{border-bottom:2px solid #fff}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root .MuiFilledInput-input{color:#fff!important}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .pass_input_field{color:#fff!important;padding:5px 0 1px 12px!important}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side{padding-top:10px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side .submit_btn{border-radius:6px;line-height:1.75;padding:10px 0;text-transform:uppercase;width:100%!important}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side .N_user_btn{width:280px!important}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .otp_btn{padding-top:30px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container_2{width:100%}.entry_bg .entry_container .entry_conetnt_two .register_btn_B{align-items:center;background-color:rgba(0,0,0,.5);border:1px solid transparent;border-radius:7px;color:#fff;cursor:pointer;display:flex;display:inline-block;font-size:16px;font-weight:400;justify-content:center;padding:8px 25px}.entry_bg .entry_container .entry_conetnt_two .register_btn_B:hover{background-color:rgba(171,207,241,.718);border:1px solid #fff;color:#333}.entry_bg_userVault{align-items:center;background-image:url(/static/media/bg1.1465b05a56687187b01a.jpeg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;width:100%}.entry_bg_userVault .entry_container{align-items:center;background-color:hsla(0,0%,100%,.3);border-radius:26px;display:flex;height:600px;overflow:hidden;padding:20px;position:relative;width:850px}.entry_bg_userVault .entry_container .otp_text{background-color:rgba(0,0,0,.4);border-radius:35px;color:#fff;display:inline-block;font-size:17px;font-weight:500;left:50%;line-height:24px;padding:10px 30px;position:absolute;text-align:center;top:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.entry_bg_userVault .entry_container .entry_conetnt_two{text-align:center}.entry_bg_userVault .entry_container .entry_conetnt_two .logo{height:70px;width:auto}.entry_bg_userVault .entry_container .entry_conetnt_two .logo img{max-height:100%;max-width:100%}.entry_bg_userVault .entry_container .entry_conetnt_two h4{color:#fff;font-size:18px;font-weight:500;text-transform:uppercase}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container{display:flex;justify-content:center;margin:0 auto;min-height:130px;padding-top:15px;position:relative;width:300px}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .purchase_filed{margin:8px!important}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .css-10botns-MuiInputBase-input-MuiFilledInput-input.Mui-disabled{-webkit-text-fill-color:#fff;opacity:1}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper h3{color:#fff;font-size:20px;font-weight:500;line-height:28px;padding-bottom:20px;text-transform:uppercase}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root{background-color:hsla(0,0%,100%,.331);border-radius:7px;margin:5px 0;overflow:hidden;width:280px}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root:before{border-bottom:1px solid transparent}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiFormLabel-root{color:hsla(0,0%,100%,.714)}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root:after{border-bottom:2px solid #fff}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .MuiInputBase-root .MuiFilledInput-input{color:#fff!important}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root .pass_input_field{color:#fff!important;padding:5px 0 1px 12px!important}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side{padding-top:10px}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side .submit_btn{border-radius:6px;line-height:1.75;padding:10px 0;text-transform:uppercase;width:100%!important}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side .N_user_btn{width:280px!important}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .otp_btn{padding-top:30px}.entry_bg_userVault .entry_container .entry_conetnt_two .entry_process_container_2{width:100%}.entry_bg_userVault .entry_container .entry_conetnt_two .register_btn_B{align-items:center;background-color:rgba(0,0,0,.5);border:1px solid transparent;border-radius:7px;color:#fff;cursor:pointer;display:flex;display:inline-block;font-size:16px;font-weight:400;justify-content:center;padding:8px 25px}.entry_bg_userVault .entry_container .entry_conetnt_two .register_btn_B:hover{background-color:rgba(171,207,241,.718);border:1px solid #fff;color:#333}.purchase_btn .MuiButtonBase-root{border-color:#fff;color:#fff}.purchase_btn_2{display:none!important}.pass_eye_btn{margin-right:5px!important;margin-top:-20px!important}.pass_eye_btn .MuiSvgIcon-root{color:#fff;height:20px;width:20px}.AuthenticationGraphix{text-align:center}.AuthenticationGraphix .side_show_image{position:relative}.AuthenticationGraphix .side_show_image .small_img{align-items:center;cursor:pointer;display:flex;height:320px;justify-content:center;width:auto}.AuthenticationGraphix .side_show_image .small_img img{-webkit-animation:updown3 6s linear infinite;animation:updown3 6s linear infinite;max-height:100%;max-width:100%}.AuthenticationGraphix .side_show_image .mediam_img{border-radius:12px;height:120px;overflow:hidden;width:90px}.AuthenticationGraphix .side_show_image .mediam_img img{max-height:100%;max-width:100%}.AuthenticationGraphix .content_one{padding-top:12px}.AuthenticationGraphix .content_one h4{color:#fff;font-size:20px;font-weight:500;line-height:28px;text-align:center;text-transform:uppercase}@-webkit-keyframes updown3{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}40%{-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0);-moz-transform:translate3d(0,-25px,0);-ms-transform:translate3d(0,-25px,0);-o-transform:translate3d(0,-25px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes updown3{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}40%{-webkit-transform:translate3d(0,-25px,0);transform:translate3d(0,-25px,0);-moz-transform:translate3d(0,-25px,0);-ms-transform:translate3d(0,-25px,0);-o-transform:translate3d(0,-25px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.register_content{align-items:center;border-radius:26px;display:flex;justify-content:center;overflow:hidden;padding:40px 40px 30px}.register_content .register_form{position:relative;width:100%}.register_content .register_form h4{color:#fff;font-size:24px;font-weight:500;padding-bottom:30px}.register_content .register_form .register_input_container .MuiFormControl-root{background-color:hsla(0,0%,100%,.331);border-radius:7px;margin:5px 0;overflow:hidden;width:320px}.register_content .register_form .register_input_container .MuiFormControl-root .MuiInputBase-root:before{border-bottom:1px solid transparent}.register_content .register_form .register_input_container .MuiFormControl-root .MuiFormLabel-root{color:hsla(0,0%,100%,.714)}.register_content .register_form .next_button{padding-top:30px;text-align:end}.journal_top{align-items:center;background-color:#fec64b;display:flex;height:310px;justify-content:center;position:relative;width:100%}.journal_top:after{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.journal_top img{max-height:100%;max-width:100%}.journal_top .journal_top_text{height:100%;left:0;padding-left:30px;position:absolute;top:80px;width:100%;z-index:2}.journal_top .journal_top_text h4{color:#fff;font-size:26px;font-weight:500}.journal_top .journal_top_text h6{color:#f5f5f5;font-size:15px;font-weight:300;padding:10px 0}.journal_top .journal_top_text h5{color:#f3f3f3;font-size:16px;font-weight:400;padding-top:10px;text-transform:uppercase}.JournalTips{margin-top:-120px;padding:0 40px;position:relative;z-index:3}.JournalTips .tips_part_one{background-color:#fff;border-radius:12px;box-shadow:#f9f9f9;height:220px;padding:15px;width:100%}.JournalTips .tips_part_one h3{align-items:center;color:#333;display:flex;font-size:18px;font-weight:500;letter-spacing:1px;text-transform:uppercase}.JournalTips .tips_part_one h3 .MuiSvgIcon-root{color:#007bff;margin-left:5px}.JournalTips .tips_part_one .tips_card_container{align-items:center;display:flex;justify-content:space-between;padding-top:15px}.JournalTips .tips_part_one .tips_card_container .tips_card{background-color:#f3f3f3;border:1px dashed rgba(145,158,171,.24);border-radius:10px;height:150px;padding:12px;width:220px}.JournalTips .tips_part_one .tips_card_container .tips_card .tips_card_Icon{align-items:center;border-radius:4px;display:flex;height:40px;justify-content:center;width:40px}.JournalTips .tips_part_one .tips_card_container .tips_card .tips_card_Icon img{max-height:100%;max-width:100%}.JournalTips .tips_part_one .tips_card_container .tips_card p{color:#868383;font-size:14px;font-weight:400;line-height:22px;padding-top:12px}.JournalTips .tips_part_two{background-color:#fff;border-radius:10px;box-shadow:#f9f9f9;height:200px;width:100%}.journal_save_container{padding:20px}.journal_save_container .Journal_Save_Item_List{padding:30px}.journal_save_container .Journal_Save_Item{background-color:#fff;border-radius:10px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);cursor:pointer;height:240px;padding:15px;position:relative;width:100%}.journal_save_container .Journal_Save_Item .journal_creat_date{background-color:rgba(171,207,241,.718);border-radius:35px;bottom:15px;color:#5e5e5e;font-size:13px;font-weight:400;padding:4px 25px;position:absolute;right:15px}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top{display:flex;justify-content:space-between}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top .journal_Title{font-size:#333;font-size:18px;font-weight:500;line-height:24px;padding:5px 0}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top .journal_list_activity{width:20px}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top .journal_list_activity .MuiSvgIcon-root{color:#868383}.journal_save_container .Journal_Save_Item .journal_text{padding-top:10px}.journal_save_container .Journal_Save_Item .journal_text p{color:#868383;font-size:14px;font-weight:400;line-height:20px;text-align:start}.journal_editor_fixed_sidebar{position:relative}.journal_editor_fixed_sidebar .Journal_left_Bar{position:fixed}.journal_item_list_container{padding-top:25px}.journal_list_item{background-color:#fff;border:1px dashed rgba(145,158,171,.24);border-radius:10px;cursor:pointer;height:140px;margin-bottom:10px;padding:15px;width:100%}.journal_list_item:hover{background-color:#e1e5ea}.journal_list_item .journal_creat_date{color:#868383;font-size:14px;font-weight:400}.journal_list_item .journal_Title{font-size:#333;font-size:18px;font-weight:500;line-height:24px;padding:5px 0}.journal_list_item .journal_text p{color:#868383;font-size:14px;font-weight:400;line-height:22px}.journal_editor_right_body{padding-right:450px}.journal_editor_right_body .journal_item_details{background-color:#fff;padding:20px}.journal_editor_right_body .journal_item_details .page_title{align-items:center;border-bottom:1px solid rgba(145,158,171,.24);display:flex;justify-content:space-between;padding:0 0 15px}.journal_editor_right_body .journal_item_details .page_title h2{color:#868383;font-size:22px;font-weight:500;line-height:34px}.journal_editor_right_body .journal_item_details .page_title .list_activity .icoon{background-color:#e1e5ea;border-radius:50%;height:35px;text-align:center;width:35px}.journal_editor_right_body .journal_item_details .page_title .list_activity .icoon .MuiSvgIcon-root{margin-top:6px}.journal_editor_right_body .journal_item_details .journal_title_field{margin-top:25px}.journal_editor_right_body .journal_item_details .journal_title_field .MuiFormLabel-root{top:10px}.journal_editor_right_body .journal_item_details .journal_title_field .css-v4u5dn-MuiInputBase-root-MuiInput-root:before{border-bottom:1px dashed #868383!important}.journal_editor_right_body .journal_item_details .journal_title_field .MuiInputBase-input{color:#333;font-size:26px;height:50px!important;width:700px}.journal_editor_right_body .journal_item_details .journal_others_info{padding-top:25px}.journal_editor_right_body .journal_item_details .journal_others_info .info_left{color:#868383;font-size:15px;font-weight:400;padding-bottom:10px}.journal_editor_right_body .journal_item_details .journal_others_info .info_right{color:#333;font-size:16px;font-weight:400;padding-bottom:10px}.journal_editor_right_body .journal_item_details .journal_text_editor{overflow:hidden;padding-top:30px}.journal_editor_right_body .journal_item_details .journal_text_editor .se-toolbar{background-color:#006ed5}.journal_editor_right_body .journal_item_details .journal_text_editor .sun-editor .se-btn-select .txt,.journal_editor_right_body .journal_item_details .journal_text_editor .sun-editor .se-btn-select>svg,.journal_editor_right_body .journal_item_details .journal_text_editor .sun-editor .se-svg,.journal_editor_right_body .journal_item_details .journal_text_editor .sun-editor button>svg{color:#fff}.journal_editor_right_body .journal_item_details .journal_text_editor .se-wrapper-inner{background-color:#f5f5f5}.journal_editor_right_body .journal_item_details .journal_text_editor .se-btn:hover{background-color:hsla(0,0%,82%,.392)!important}.page_title{align-items:center;display:flex;justify-content:space-between;padding:0 0 35px}.page_title h2{color:#333;font-size:22px;font-weight:500;line-height:34px}.Journal_modal_body .header_serachBar{height:50px;position:relative;width:500px}.Journal_modal_body .header_serachBar .form_control{background-clip:padding-box;background-color:#f3f3f3;border:1px solid rgba(145,158,171,.24);border-radius:8px;color:#333;font-size:16px;height:50px;padding:0 20px 0 50px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-ms-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.Journal_modal_body .header_serachBar .form_control::-webkit-input-placeholder{color:#aba8a8;font-size:16px;font-weight:400}.Journal_modal_body .header_serachBar .form_control::placeholder{color:#aba8a8;font-size:16px;font-weight:400}.Journal_modal_body .header_serachBar i{color:#868383;font-size:30px;left:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Journal_preview{display:flex}.Journal_preview .journal_preview_body{width:750px}.Journal_preview .journal_preview_body .journal_preview_item{background-color:#fff;margin-bottom:20px;margin-left:30px;min-height:100vh;padding:30px;width:100%}.Journal_preview .journal_preview_body .journal_preview_item .journal_heading{color:#333;font-size:26px;font-weight:500;line-height:34px}.Journal_preview .journal_preview_body .journal_preview_item .journal_others_info{padding-top:12px}.Journal_preview .journal_preview_body .journal_preview_item .journal_others_info .info_left{color:#868383;font-size:15px;font-weight:400}.Journal_preview .journal_preview_body .journal_preview_item .journal_others_info .info_right{color:#868383;font-size:17px;font-weight:400;padding-bottom:4px}.Journal_preview .journal_preview_body .journal_preview_item .jurnal_Text_Content{padding-top:30px}.Journal_preview .journal_preview_body .journal_preview_item .jurnal_Text_Content p{padding-top:10px}.Journal_preview .Journal_left_Bar{background-color:#e1e5ea;height:100vh;margin-left:60px;overflow:visible;overflow-y:scroll;padding:20px;width:300px}.Journal_preview .Journal_left_Bar h4{color:#333;font-size:20px;font-weight:500;line-height:28px}.Journal_preview .Journal_left_Bar .add_journal_btn{height:45px;margin-top:45px}.Journal_modal_body .MuiTypography-root{margin-bottom:0}.Journal_modal_body .css-lqq9ua{display:none}.Journal_modal_body .css-1lebi60-MuiPaper-root{background:#9eb4c6;color:rgba(0,0,0,.87)}.Journal_Witness_modal{height:300px;width:300px}.Journal_Witness_modal .MuiInputBase-root:before{border-bottom:1px}.Journal_Witness_modal .MuiInputBase-input{width:270px}.Journal_Witness_modal .witnes_btn{margin:10px 0}.Journal_Witness_modal .witnes_btn .mr10{margin-right:10px}.print_btn{margin-bottom:15px!important;margin-left:30px!important;margin-top:15px!important}.drag_qr_container{background-color:hsla(180,8%,95%,.243);border:1px dashed #fff;border-radius:12px;margin:0 auto;min-height:280px;overflow:hidden;position:relative}.drag_qr_container #reader__header_message{border-top:transparent!important}.drag_qr_container #reader__scan_region{min-height:50px!important;padding:6px}.drag_qr_container #reader__scan_region img{height:40px;width:40px}.drag_qr_container #reader__scan_region #qr-canvas-visible{height:130px!important;width:130px!important}.drag_qr_container #html5-qrcode-button-file-selection{background-color:#007bff;border:1px solid #007bff;border-radius:5px;color:#fff;cursor:pointer;font-size:13px;margin-bottom:10px;padding:6px 10px}.drag_qr_container #html5-qrcode-button-file-selection:hover{background-color:#fff;border:1px solid #fff;color:#333}.drag_qr_container:after{background-color:#fff;background-image:url(/static/media/info.345cc9490504d42d17a9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:50%;content:"";height:20px;position:absolute;right:3px;top:3px;width:20px;z-index:3}.drag_qr_container #reader__dashboard{color:#fff;font-size:14px;line-height:15px;padding:10px 0!important}.drag_qr_container #reader__dashboard #reader__dashboard_section{padding:10px 10px 40px!important}.drag_qr_container #reader__dashboard #reader__dashboard_section label{padding:40px 0 20px}.drag_qr_container #reader__dashboard #reader__dashboard_section_csr #html5-qrcode-select-camera{background-color:#fff;border:none;border-radius:5px;margin:20px 0;padding:10px;width:100%}.drag_qr_container #reader__dashboard #reader__dashboard_section_csr #html5-qrcode-button-camera-permission{background-color:#fff;border:none;border-radius:5px;margin-bottom:25px;padding:10px}.drag_qr_container #reader__dashboard #reader__dashboard_section_csr #html5-qrcode-button-camera-start{background-color:#fff;border-radius:5px;padding:10px}.drag_qr_container #reader__dashboard #reader__dashboard_section_csr #html5-qrcode-button-camera-stop{background-color:#fff;border:none;border-radius:5px;padding:10px}.drag_qr_container #reader__dashboard #html5-qrcode-anchor-scan-type-change{border-radius:10px;bottom:20px;color:#333;cursor:pointer;font-size:15px;font-weight:500;left:50%;position:absolute;text-align:center;text-decoration:none!important;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.drag_qr_container #reader__dashboard #html5-qrcode-anchor-scan-type-change:hover{color:#333}#reader{border:1px dashed #fff!important;width:370px!important}.setting_body{width:100%}.setting_body .setting_container{margin-left:30px;padding:10px;width:700px}.setting_body .setting_container h4{align-items:center;color:#333;display:flex;font-size:24px;font-weight:500;margin-bottom:30px}.setting_body .setting_container h4 .MuiSvgIcon-root{margin-left:5px}.setting_body .setting_container .vault_info{background-color:#fff;border-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);padding:35px;width:100%}.setting_body .setting_container .vault_info h5{color:#333;font-size:20px;font-weight:500;padding-bottom:20px}.setting_body .setting_container .vault_info .MuiFormControl-root{background-color:rgba(0,0,0,.06);border-radius:7px;margin:5px 0;overflow:hidden;width:100%}.setting_body .setting_container .vault_info .MuiFormControl-root .MuiInputBase-root:before{border-bottom:1px solid transparent}.setting_body .setting_container .vault_info .MuiFormControl-root .MuiFormLabel-root{color:#5e5e5e}.setting_body .setting_container .vault_info .MuiFormControl-root .MuiInputBase-root:after{border-bottom:2px solid #007bff}.setting_body .setting_container .vault_info .MuiFormControl-root .MuiInputBase-root .MuiFilledInput-input{color:#333!important}.setting_body .setting_container .vault_info .MuiFormControl-root .pass_input_field{color:#333!important;padding:5px 0 6px 12px!important}.setting_body .setting_container .vault_info .MuiFormControl-root .css-78trlr-MuiButtonBase-root-MuiIconButton-root{margin-right:5px;margin-top:-15px!important}.setting_body .setting_container .vault_info .MuiFormControl-root .css-78trlr-MuiButtonBase-root-MuiIconButton-root .MuiSvgIcon-root{color:#5e5e5e}.setting_body .setting_container .vault_info .vault_save_btn{margin-top:20px;width:100%}.setting_body .setting_container .vault_info .table_info .table_heading .heading_item{color:#333;font-size:16px;font-weight:500;text-align:center}.setting_body .setting_container .vault_info .table_info .table_content .content_item{color:#333;font-size:15px;font-weight:400;text-align:center}.mobile_header{align-items:center;background-color:#006ed5;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);display:flex;height:70px;width:100%}.mobile_header .mobile_wrapper{justify-content:space-between}.mobile_header .mobile_wrapper,.mobile_header .mobile_wrapper .mobile_left_side .mobile_menubar{align-items:center;display:flex}.mobile_header .mobile_wrapper .mobile_left_side .mobile_menubar .MuiSvgIcon-root{color:#fff;font-size:42px}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input{position:relative}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .form_control{background-clip:padding-box;background-color:hsla(0,0%,95%,.408);border:1px solid rgba(145,158,171,.24);border-radius:35px;color:#fff;font-size:15px;height:45px;padding:0 15px;position:relative;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-ms-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:245px}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .form_control:focus-visible{outline:0}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .form_control::-webkit-input-placeholder{color:#eae7e7;font-size:15px;font-weight:400}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .form_control::placeholder{color:#eae7e7;font-size:15px;font-weight:400}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .search_bar_icon{align-items:center;background-color:hsla(0,0%,95%,.408);border-radius:50%;display:flex;height:38px;justify-content:center;position:absolute;right:5px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:38px;z-index:2}.mobile_header .mobile_wrapper .mobile_rightt_side .search_input .search_bar_icon .MuiSvgIcon-root{color:#fff;font-size:27px}.MuiDrawer-root .MuiPaper-root{padding:20px}.MuiDrawer-root .MuiPaper-root .mobile_logo{height:70px!important;width:auto!important}.MuiDrawer-root .MuiPaper-root .mobile_logo img{max-height:100%!important;max-width:100%!important}.MuiDrawer-root .MuiPaper-root .user_info{padding-top:30px}.MuiDrawer-root .MuiPaper-root .user_info .user_name{align-items:center;color:#585858;display:flex;font-size:18px;font-weight:500}.MuiDrawer-root .MuiPaper-root .user_info .user_name .MuiSvgIcon-root{margin-right:5px}.MuiDrawer-root .MuiPaper-root .user_info .user_mail{align-items:center;color:#585858;display:flex;font-size:15px;padding-bottom:30px;padding-top:7px}.MuiDrawer-root .MuiPaper-root .user_info .user_mail .MuiSvgIcon-root{margin-right:5px}.MuiDrawer-root .MuiPaper-root .user_info .user_setting{align-items:center;color:#333;display:flex;font-size:15px}.MuiDrawer-root .MuiPaper-root .user_info .user_setting .MuiSvgIcon-root{margin-right:5px}.MuiDrawer-root .MuiPaper-root .mobile_logout_btn{bottom:35px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.mobile_bottom_tab{background-color:#fff;border-top-left-radius:25px;border-top-right-radius:25px;bottom:0;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);left:0;position:fixed;width:100%;z-index:1200}.mobile_bottom_tab .bottom_tab{align-items:center;display:flex;height:90px;justify-content:space-between;width:100%}.mobile_bottom_tab .bottom_tab .tab_icon{background-color:#e1e5ea;border-radius:50%;height:48px;text-align:center;width:48px}.mobile_bottom_tab .bottom_tab .tab_icon,.mobile_bottom_tab .bottom_tab .tab_icon a{align-items:center;display:flex;justify-content:center}.mobile_bottom_tab .bottom_tab .tab_icon a .MuiSvgIcon-root{color:#5c5a5a;font-size:28px}.mobile_bottom_tab .bottom_tab .active{background-color:#007bff;border-radius:50%;height:55px;width:55px}.mobile_bottom_tab .bottom_tab .active a .MuiSvgIcon-root{color:#fff;font-size:35px}.Main_Loader{background-color:rgba(0,0,0,.6);height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1301}.loading-container{left:50%;position:absolute;top:40%;-webkit-transform:translate(-50%,-40%);transform:translate(-50%,-40%);z-index:1301}.loading-container .loading{background-color:#fff;border-radius:100%;height:110px;position:relative;width:110px}.loading-container{margin:40px auto}.loading{-moz-animation:rotate-loading 1.5s linear 0s infinite normal;-o-animation:rotate-loading 1.5s linear 0s infinite normal;-webkit-animation:rotate-loading 1.5s linear 0s infinite normal;animation:rotate-loading 1.5s linear 0s infinite normal;border-color:transparent #007bff;border-style:solid;border-width:5px;-moz-transform-origin:50% 50%;-o-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;transform-origin:50% 50%}.loading-container .loading,.loading-container:hover .loading{transition:all .5s ease-in-out}#loading-img{align-items:center;display:flex;height:70px;justify-content:center;left:50%;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70px;z-index:1301}#loading-img img{max-height:100%;max-width:100%}@keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(1turn);-ms-transform:rotate(1turn);-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);-moz-transform:rotate(1turn)}}@-webkit-keyframes rotate-loading{0%{transform:rotate(0deg);-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);-moz-transform:rotate(0deg)}to{transform:rotate(1turn);-ms-transform:rotate(1turn);-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);-moz-transform:rotate(1turn)}}@keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes loading-text-opacity{0%{opacity:0}20%{opacity:0}50%{opacity:1}to{opacity:0}}.swal2-title{color:#333!important;font-size:20px!important;font-weight:500!important;line-height:28px!important}.swal2-styled.swal2-confirm{background-color:#007bff!important}.swal2-styled.swal2-confirm:focus{box-shadow:0 0 0 3px transparent!important}.swal2-container.swal2-center>.swal2-popup{padding-top:20px}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:2px solid #007bff!important;box-shadow:inset 0 1px 1px transparent!important;outline:none!important}.item_details_dialogue .file_name{color:#333;font-size:18px;font-weight:500;line-height:28px;margin-bottom:20px}.item_details_dialogue .file_name span{font-size:17px;font-weight:400}.item_details_dialogue .file_moreItem{color:#333;font-size:16px;font-weight:500;line-height:28px}.item_details_dialogue .file_moreItem span{font-size:15px;font-weight:400}.note_container{padding-top:90px}.noteAdd{align-items:center;background-color:#fff;border-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);cursor:pointer;display:flex;height:220px;justify-content:center;position:relative;text-align:center;width:100%;z-index:1}.noteAdd:hover{box-shadow:1px 1.332px 4px 2px hsla(0,1%,64%,.3)}.noteAdd:after{background-color:#f9f9f9;border-radius:50%;content:"";height:180px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:180px;z-index:-1}.noteAdd .notebtn_wrap .note_img{height:90px;width:90px}.noteAdd .notebtn_wrap .note_img img{max-height:100%;max-width:100%}.noteAdd .notebtn_wrap h4{color:#5e5e5e;font-size:16px;font-weight:400}.note_item{background-color:#fff;border-radius:16px;box-shadow:0 1px 1px 1px rgba(0,0,0,.129);height:220px;overflow:hidden;padding:20px;position:relative;width:100%}.note_item .note_title{color:#333;font-size:18px;font-weight:500;line-height:24px;padding-bottom:10px}.note_item p{color:#868383;font-size:15px;font-weight:400;line-height:22px;text-align:start}.note_item .list_activity{position:absolute;right:10px;top:10px}.note_item .list_activity .icoon{background-color:#e1e5ea;border-radius:50%;height:30px;text-align:center;width:30px}.note_item .list_activity .icoon .MuiSvgIcon-root{color:#747474;cursor:pointer;font-size:20px;margin-top:5px}.note_edid_body{background-color:#fff;border-radius:16px;margin-top:90px;padding:20px;width:750px}.note_edid_body .journal_save_btn{text-align:end}.note_edid_body .page_title{align-items:center;display:flex;justify-content:space-between}.note_edid_body .page_title h2{color:#868383;font-size:22px;font-weight:500;line-height:34px}.note_edid_body .journal_title_field .MuiFormLabel-root{top:10px}.note_edid_body .journal_title_field .css-v4u5dn-MuiInputBase-root-MuiInput-root:before{border-bottom:1px dashed #868383!important}.note_edid_body .journal_title_field .MuiInputBase-input{color:#333;font-size:26px;height:50px!important;width:700px}.note_edid_body .editor_container{margin-top:60px}.note_edid_body .text_editor{overflow:hidden;padding-top:30px}.note_edid_body .text_editor .se-toolbar{background-color:#006ed5}.note_edid_body .text_editor .sun-editor .se-btn-select .txt,.note_edid_body .text_editor .sun-editor .se-btn-select>svg,.note_edid_body .text_editor .sun-editor .se-svg,.note_edid_body .text_editor .sun-editor button>svg{color:#fff}.note_edid_body .text_editor .se-wrapper-inner{background-color:#f5f5f5}.note_edid_body .text_editor .se-btn:hover{background-color:hsla(0,0%,82%,.392)!important}.micrositeBody_header{background-color:#fff;padding:20px 0;width:100%}.micrositeBody_header h6{color:#5e5e5e;font-size:15px;font-weight:400;padding-bottom:8px;text-align:center}.micrositeBody_header .microsite_logo{align-items:center;display:flex;height:60px;justify-content:center;margin:0 auto;width:auto}.micrositeBody_header .microsite_logo img{max-height:100%;max-width:100%}.microsite_intro_vedio{align-items:center;display:flex;justify-content:center;text-align:center}.microsite_intro_vedio .vedio_container{height:500px!important;width:100%!important}.microsite_intro_vedio .viewMore_btn{margin-top:10px;padding:10px;width:280px}.company_banner{overflow:hidden;padding:20px 20px 0}.company_banner .swiper .swiper-wrapper .swiper-slide{align-items:center;background-color:#e1e5ea;display:flex;height:180px!important;justify-content:center;overflow:hidden;width:100%!important}.company_banner .swiper .swiper-wrapper .swiper-slide img{max-height:100%;max-width:100%}.company_banner .swiper .swiper-pagination{position:absolute;right:0;text-align:end;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .7s;z-index:10}.company_banner .swiper .swiper-pagination .swiper-pagination-bullet{background-color:rgba(201,224,226,.479);height:8px;opacity:1;width:8px}.company_banner .swiper .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff;height:10px;width:10px}.coverImg{display:flex;justify-content:center;margin:10px auto}.coverImg img{border:2px solid #fff;border-radius:50%;height:90px;object-fit:contain;width:90px}.cursorPointer{cursor:pointer}.vaultName{display:flex;justify-content:center}.sideBtn_list_mobile{display:flex;padding:10px}.purchase_body{padding-top:80px}.purchase_body .purchase_card{align-items:center;background-color:#f9f9f9;border-radius:12px;cursor:pointer;height:auto;justify-content:center;min-height:290px;min-width:250px;padding-left:40px;padding-right:40px;padding-top:70px;text-align:center;width:100%}.paybill_form,.purchase_body .purchase_card,.purchase_body .purchase_card:hover{box-shadow:2px 2px 2px 1px rgba(0,0,0,.2)}.paybill_form{background-color:#fff;border-radius:12px;margin:40px auto;padding:40px 30px;width:550px}.paybill_form .card_content{border:1px solid hsla(0,0%,59%,.714);border-radius:4px;height:60px;padding:20px 10px}.paybill_form .pay_button{align-items:center;background-color:#000;border-radius:4px;color:#fff;display:flex;height:52px;justify-content:center;margin-top:20px;width:100%}.paybill_form .pay_button:hover{background-color:#ff4500}.card-sponsors{margin:12px;position:relative}.card-sponsors .main-card{background-color:#fafafa;border-radius:10px;cursor:pointer;display:flex;height:280px;justify-content:center;justify-items:center;width:220px}.card-sponsors .main-card .card-company .company{height:50px;margin-top:60px}.card-sponsors .main-card .card-company .company img{height:100%;object-fit:contain;width:100%}.card-sponsors .main-card .card-company .company h6,.card-sponsors .main-card .card-company .company small{display:flex;justify-content:center;justify-items:center}.card-sponsors .main-card .card-company .company h6{color:#0d07b2;font-size:large;margin-bottom:8px}.card-sponsors .main-card .card-company .vault-info{left:10px;margin-top:25px}.card-sponsors .main-card .card-company .vault-info h4{font-size:24px;margin-bottom:12px}.card-sponsors .main-card .card-company .vault-info p{font-size:14px}@media (min-width:280px) and (max-width:899.98px){.banner_container .banner_Wrapper{height:auto}.css-1anx036{display:none!important}.note_page_body_content{padding-left:15px;padding-right:15px;width:100%}.noteAdd:after{height:100px;width:100px}.noteAdd .notebtn_wrap .note_img{height:50px;margin:0 auto;width:50px}.noteAdd .notebtn_wrap h4{font-size:12px;font-weight:400}.note_container{padding-bottom:110px;padding-top:20px}.note_item{padding:12px}.note_item .note_title{width:85%}.uploader_contianer .folder_name_input .css-1x5jdmq{min-width:228px!important}.journal_others_info .css-vubbuv{font-size:13px!important}.vault_upgrade_right{padding-top:8px!important}.mob_none{display:none!important}.note_edid_body .journal_title_field .MuiInputBase-input{font-size:26px;height:50px!important;width:240px}.note_edid_body{margin-bottom:90px;margin-top:20px;padding:20px;width:100%}.purchase_btn_2{display:block!important;margin-top:20px;text-align:center}.journal_add_btn{font-size:12px}.css-5t8t4o{width:256px!important}.css-1ty026z{padding:0!important}.uploader_contianer{padding:20px!important}.uploader_dial{bottom:100px!important}.HomeBodyContent .recent_files .recent_files_container{height:440px}.header{display:none}.MuiDrawer-root .MuiPaper-root .mobile_logo{height:65px!important;width:auto!important}.entry_bg .entry_container .entry_conetnt_two h4{padding-top:8px}.entry_bg .entry_container .entry_conetnt_two .logo{height:50px}.MuiDrawer-root .MuiPaper-root .user_info .user_name{font-size:16px;font-weight:500}.MuiDrawer-root .MuiPaper-root .user_info .user_mail{font-size:14px;padding-top:7px}.mobile_header{height:55px}.page_title h2{font-size:20px;line-height:34px}.css-sghohy-MuiButtonBase-root-MuiButton-root{font-size:10px!important}.page_title{padding:0 0 25px}.entry_bg .entry_container{border-radius:15px;height:auto;overflow:visible;width:auto}.otp_field_container input{height:46px!important;width:46px!important}.entry_bg .entry_container .otp_text{font-size:16px;left:50%;padding:10px 20px;top:-80px;width:100%}.HomeBodyContent .store_Card,.leftSideBar{display:none}.rightSidebar{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;left:0;margin:15px auto;padding:10px;position:relative;top:0;width:320px}.home_page_body_content{padding-left:0;padding-right:0;padding-top:0;width:100%}.rightSidebar h4{font-size:16px;text-align:center}.rightSidebar .vault_space{border-radius:50%;height:155px;margin:10px auto;position:relative;text-align:center;width:155px}.mobile_bottom_tab .bottom_tab{height:80px}.mobile_bottom_tab .bottom_tab .tab_icon{height:40px;width:40px}.mobile_bottom_tab .bottom_tab .tab_icon a .MuiSvgIcon-root{font-size:22px}.mobile_bottom_tab .bottom_tab .active{border-radius:50%;height:50px;width:50px}.mobile_bottom_tab .bottom_tab .active a .MuiSvgIcon-root{font-size:30px}.rightSidebar .vault_space .MuiCircularProgress-root{height:155px!important;width:155px!important}.vault_upgrade_left .MuiButtonBase-root{font-size:10px}.rightSidebar .vault_space .space_update .total_storage{font-size:25px;line-height:26px}.rightSidebar .vault_space .space_update .total_storage span{font-size:12px}.rightSidebar .vault_upgrade .vault_upgrade_right span{font-size:12px;line-height:10px}.rightSidebar .vault_overview .overview_item{cursor:pointer;display:list-item;display:inline-block;height:100px;list-style:none;margin-top:0;padding:5px;text-align:center;width:67px}.rightSidebar .vault_overview .overview_item .item_title{display:list-item;list-style:none;padding-top:5px}.rightSidebar .vault_overview .overview_item .item_title span{font-size:12px;padding-left:0}.d_responsive{display:none!important}.rightSidebar .vault_overview{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.rightSidebar .vault_overview .overview_item .space_count{font-size:10px;line-height:10px}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon{height:42px;margin:0 auto;width:42px}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon img{max-height:50%;max-width:50%}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_left h6{display:none}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_left h4{font-size:16px}.HomeBodyContent .recent_files .recent_files_container .section_heading .heading_right{font-size:14px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name span{font-size:14px;line-height:10px;padding-left:0}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title{align-items:start}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name{padding-left:8px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name .title_mob_date{font-size:11px;line-height:15px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .list_activity .icoon{margin:0 0 0 auto}.HomeBodyContent{margin-bottom:100px;padding:0 10px}.HomeBodyContent .recent_files{padding-top:0}.setting_page_body_content{padding-left:0;width:100%}.setting_body .setting_container{height:auto;margin-left:0;padding:0 15px;width:100%}.setting_body{margin:30px 0 125px;width:100%}.setting_body .setting_container .vault_info{margin-bottom:0;margin-top:30px;padding:20px 15px;width:100%}.setting_body .setting_container .vault_info h5{font-size:17px;padding-bottom:20px}.setting_body .setting_container h4{font-size:20px}.myfile_page_body_content{padding-left:0;padding-top:0;width:100%}.navigate_part_two{display:none}.my_files_body{margin-bottom:100px;padding:0}.recycle_body{padding-top:20px!important}.files_body_content{padding:0 16px}.my_files_body .my_files_navigate{border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:42px;margin-bottom:22px;padding:0 10px}.my_files_body .my_files_navigate .navigate_part_one .navigate_title{font-size:13px;padding:0 6px}.File_areas{padding-bottom:20px;padding-top:20px}.journal_page_body_content{padding-left:0;width:100%}.journal_top{height:220px}.journal_top .journal_top_text{padding-left:20px;top:50px}.JournalTips{display:none;z-index:3}.journal_save_container .Journal_Save_Item_List{padding:0}.journal_save_container{margin-bottom:100px;padding:20px 12px}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top .journal_Title{font-size:16px;line-height:22px;padding:0}.journal_save_container .Journal_Save_Item .Journal_Save_Item_top .journal_list_activity{left:6px;position:relative;top:-5px;width:20px}.journal_save_container .Journal_Save_Item .journal_text p{font-size:12px;line-height:16px}.Journal_preview .journal_preview_body .journal_preview_item .journal_heading{font-size:20px;line-height:28px}.Journal_preview .journal_preview_body .journal_preview_item .journal_others_info .info_left{font-size:13px}.Journal_preview .journal_preview_body .journal_preview_item .journal_others_info .info_right{font-size:14px;padding-bottom:1px}.Journal_preview .journal_preview_body .journal_preview_item .jurnal_Text_Content{font-size:13px;line-height:19px;padding-top:30px}.journal_save_container .Journal_Save_Item .journal_creat_date{border-radius:35px;bottom:10px;font-size:10px;line-height:20px;padding:0 15px;right:10px}.journal_editor_right_body{padding-left:0}.journal_editor_fixed_sidebar .Journal_left_Bar{display:none}.journal_editor_right_body .journal_item_details .journal_title_field .MuiInputBase-input{height:50px!important;width:100%}.journal_text_editor{overflow:hidden!important}.journal_editor_right_body .journal_item_details{padding-bottom:130px}.journal_save_container .Journal_Save_Item{height:230px}.rightSidebar .vault_upgrade{display:list-item;list-style:none;text-align:center}.rightSidebar .vault_upgrade .vault_upgrade_right{padding-left:0;padding-top:0}.swal2-title{font-size:16px!important}.swal2-actions{margin:5px auto 0}.text_n{display:none!important}.my_item .item_icon{height:60px;width:60px}.my_item{height:180px}.item_details_dialogue{height:auto;width:100%}.Journal_Witness_modal .MuiInputBase-input{width:230px!important}.css-ypiqx9-MuiDialogContent-root{padding:10px!important}.Journal_Witness_modal{height:300px;padding:20px;width:300px}.css-1t1j96h-MuiPaper-root-MuiDialog-paper{max-width:600px;padding:10px;width:300px}.my_item .item_name{word-wrap:break-word;font-size:14px;line-height:20px;padding:10px 0 6px}.upload_progress_container .upload_progress h6{font-size:13px;font-weight:400;line-height:18px;padding-bottom:0;padding-right:0;text-align:center}.upload_progress_container{height:55px;position:fixed;top:30px;width:230px}.journal_editor_right_body{padding-right:0}.Journal_preview{display:list-item;list-style:none;margin-bottom:120px}.Journal_preview .journal_preview_body{width:100%}.Journal_preview .journal_preview_body .journal_preview_item{margin-bottom:20px;margin-left:0;min-height:500px;padding:15px}.print_btn{margin-left:20px!important}.Journal_preview .Journal_left_Bar{height:auto;margin-left:0;margin-top:20px;overflow:visible;overflow-y:visible;padding:20px;width:100%}.journal_editor_right_body .journal_item_details .page_title h2{font-size:18px;font-weight:500;line-height:24px}}@media (min-width:320px) and (max-width:399.98px){.noteAdd:after{height:120px;width:120px}.noteAdd .notebtn_wrap .note_img{height:60px;margin:0 auto;width:60px}.noteAdd .notebtn_wrap h4{font-size:14px;font-weight:400}.rightSidebar{width:290px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .button_side .N_user_btn{width:260px!important}.rightSidebar .vault_overview .overview_item{width:62px}.entry_bg .entry_container .entry_conetnt_two .entry_process_container .process_wrapper .MuiFormControl-root{width:260px}}@media (min-width:430px) and (max-width:599.98px){.note_edid_body .journal_title_field .MuiInputBase-input{width:300px}.files_body_content{margin:0 auto;width:380px}.HomeBodyContent .recent_files .recent_files_container,.setting_body{margin:0 auto;width:420px}.journal_page_body_content{margin:0 auto;padding-left:0;width:420px}}@media (min-width:600px) and (max-width:899.98px){.files_body_content{margin:0 auto;width:600px}.note_edid_body .journal_title_field .MuiInputBase-input{width:450px}.HomeBodyContent .recent_files .recent_files_container{margin:0 auto;width:560px}.setting_body{margin:0 auto;width:600px}.journal_page_body_content{margin:0 auto;padding-left:0;width:600px}.d_responsive{display:block!important}.d_sm{display:none!important}.journal_editor_right_body .journal_item_details .journal_title_field .MuiInputBase-input{height:50px!important;width:500px}.mobile_bottom_tab .bottom_tab{margin:0 auto;width:550px}}@media (min-width:900px) and (max-width:1199.98px){.noteAdd:after{height:150px;width:150px}.noteAdd .notebtn_wrap .note_img{height:75px;width:75px}.note_page_body_content{padding-left:220px;padding-right:15px;width:100%}.noteAdd,.note_item{height:200px}.note_edid_body{background-color:#fff;border-radius:16px;margin-top:90px;padding:20px;width:100%}.note_edid_body .journal_title_field .MuiInputBase-input{height:50px!important;width:600px}.home_top_content{padding-bottom:20px;padding-right:320px;padding-top:65px}.home_page_body_content{padding-left:200px;padding-right:0;padding-top:0;width:100%}.leftSideBar{width:200px}.d_md{display:none!important}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name .title_mob_date{font-size:12px;line-height:15px;padding-left:7px}.HomeBodyContent .recent_files{padding-top:0}.leftSideBar .leftSideBar_contant .sideBtn_list_content .sideBtn_list{align-items:center;justify-content:flex-start;margin-bottom:10px;padding:5px 10px 5px 0}.leftSideBar .leftSideBar_contant .sign_out_btn{bottom:30px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:70%}.mobile_bottom_tab,.mobile_header{display:none}.rightSidebar{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;padding:10px;position:absolute;right:20px;top:87px;width:290px}.myfile_page_body_content{padding-left:200px;padding-top:70px;width:100%}.my_item .item_icon{height:70px;width:70px}.my_item{height:200px}.text_n{display:none}.HomeBodyContent .store_Card{height:185px;width:100%}.rightSidebar .vault_upgrade{display:list-item;list-style:none;text-align:center}.rightSidebar .vault_upgrade .vault_upgrade_right{padding-left:0}.rightSidebar h4{font-size:16px;text-align:center}.rightSidebar .vault_space{border-radius:50%;height:155px;margin:10px auto;position:relative;text-align:center;width:155px}.rightSidebar .vault_space .MuiCircularProgress-root{height:155px!important;width:155px!important}.vault_upgrade_left .MuiButtonBase-root{font-size:10px}.rightSidebar .vault_space .space_update .total_storage{font-size:25px;line-height:26px}.rightSidebar .vault_space .space_update .total_storage span{font-size:12px}.rightSidebar .vault_upgrade .vault_upgrade_right span{font-size:12px;line-height:10px}.rightSidebar .vault_overview .overview_item{cursor:pointer;display:list-item;display:inline-block;height:100px;list-style:none;margin-top:0;padding:5px;text-align:center;width:62px}.rightSidebar .vault_overview .overview_item .item_title{display:list-item;list-style:none;padding-top:5px}.rightSidebar .vault_overview .overview_item .item_title span{font-size:12px;padding-left:0}.rightSidebar .vault_overview{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.rightSidebar .vault_overview .overview_item .space_count{font-size:10px;line-height:10px}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon{height:42px;margin:0 auto;width:42px}.rightSidebar .vault_overview .overview_item .item_title .overviewItem_icon img{max-height:50%;max-width:50%}.journal_page_body_content{padding-left:200px}.journal_save_container{padding:20px 0}.Journal_preview{display:list-item;list-style:none}.Journal_preview .Journal_left_Bar{height:auto;margin-left:30px;margin-top:10px;padding:20px;width:500px}.Journal_preview .journal_preview_body{width:100%}.Journal_preview .journal_preview_body .journal_preview_item{margin-bottom:20px;margin-left:0;min-height:100vh;padding:20px}.setting_page_body_content{padding-left:200px;width:100%}.setting_body .setting_container{height:auto;margin-left:0;padding:30px;width:auto}}@media (min-width:1200px) and (max-width:2799.98px){.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name .title_mob_date,.mobile_bottom_tab,.mobile_header{display:none}}@media (min-width:1536px) and (max-width:1686.98px){.my_item .item_name{font-size:15px;line-height:21px}.my_item .item_icon{height:75px;width:75px}.my_item{height:200px}.myfile_page_body_content{padding-left:230px;padding-top:70px;width:100%}}@media (min-width:1200px) and (max-width:1359.98px){.note_page_body_content{padding-right:20px}.rightSidebar{height:100vh;position:fixed;right:20px;top:90px;width:290px}.my_item .item_name{font-size:14px}.rightSidebar .vault_space .space_update .total_storage{font-size:32px;line-height:32px}.rightSidebar .vault_upgrade .vault_upgrade_right span{font-size:13px;line-height:10px}.home_page_body_content{padding-left:250px;padding-right:310px}.HomeBodyContent .store_Card{height:200px}.HomeBodyContent .recent_files .recent_files_container .recent_files_item .item_title .item_title_name .title_mob_date{display:block;line-height:15px;padding-left:8px}.my_item .item_icon{height:70px;width:70px}.my_item{height:200px;width:100%}.journal_save_container{padding:0}.journal_editor_right_body{padding-right:200px}.d_lg{display:none!important}}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1200px}
/*# sourceMappingURL=main.e8ef7114.css.map*/