:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{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}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%);background-image:var(
    --custom-highlight-background,linear-gradient(90deg,var(--base-color) 0,var(--highlight-color) 50%,var(--base-color) 100%)
  );background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.nl-row{display:flex}.col{flex:1 1}@media only screen and (min-width:320px){.col-xs-1{width:8.3333333333%}.col-xs-2{width:16.6666666667%}.col-xs-3{width:25%}.col-xs-4{width:33.3333333333%}.col-xs-5{width:41.6666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.3333333333%}.col-xs-8{width:66.6666666667%}.col-xs-9{width:75%}.col-xs-10{width:83.3333333333%}.col-xs-11{width:91.6666666667%}.col-xs-12{width:100%}}@media only screen and (min-width:576px){.col-sm-1{width:8.3333333333%}.col-sm-2{width:16.6666666667%}.col-sm-3{width:25%}.col-sm-4{width:33.3333333333%}.col-sm-5{width:41.6666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.3333333333%}.col-sm-8{width:66.6666666667%}.col-sm-9{width:75%}.col-sm-10{width:83.3333333333%}.col-sm-11{width:91.6666666667%}.col-sm-12{width:100%}}@media only screen and (min-width:768px){.col-md-1{width:8.3333333333%}.col-md-2{width:16.6666666667%}.col-md-3{width:25%}.col-md-4{width:33.3333333333%}.col-md-5{width:41.6666666667%}.col-md-6{width:50%}.col-md-7{width:58.3333333333%}.col-md-8{width:66.6666666667%}.col-md-9{width:75%}.col-md-10{width:83.3333333333%}.col-md-11{width:91.6666666667%}.col-md-12{width:100%}}@media only screen and (min-width:992px){.col-lg-1{width:8.3333333333%}.col-lg-2{width:16.6666666667%}.col-lg-3{width:25%}.col-lg-4{width:33.3333333333%}.col-lg-5{width:41.6666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333333333%}.col-lg-8{width:66.6666666667%}.col-lg-9{width:75%}.col-lg-10{width:83.3333333333%}.col-lg-11{width:91.6666666667%}.col-lg-12{width:100%}}@media only screen and (min-width:1200px){.col-xl-1{width:8.3333333333%}.col-xl-2{width:16.6666666667%}.col-xl-3{width:25%}.col-xl-4{width:33.3333333333%}.col-xl-5{width:41.6666666667%}.col-xl-6{width:50%}.col-xl-7{width:58.3333333333%}.col-xl-8{width:66.6666666667%}.col-xl-9{width:75%}.col-xl-10{width:83.3333333333%}.col-xl-11{width:91.6666666667%}.col-xl-12{width:100%}}.col-1{width:8.3333333333%}.flex-1{flex:1 1}.col-2{width:16.6666666667%}.flex-2{flex:2 1}.col-3{width:25%}.flex-3{flex:3 1}.col-4{width:33.3333333333%}.flex-4{flex:4 1}.col-5{width:41.6666666667%}.flex-5{flex:5 1}.col-6{width:50%}.flex-6{flex:6 1}.col-7{width:58.3333333333%}.flex-7{flex:7 1}.col-8{width:66.6666666667%}.flex-8{flex:8 1}.col-9{width:75%}.flex-9{flex:9 1}.col-10{width:83.3333333333%}.flex-10{flex:10 1}.col-11{width:91.6666666667%}.flex-11{flex:11 1}.col-12{width:100%}.flex-12{flex:12 1}.a-start{align-items:flex-start}.a-center{align-items:center}.a-end{align-items:flex-end}.a-stretch{align-items:stretch}.a-content-start{align-content:flex-start}.a-content-center{align-content:center}.a-content-between{align-content:space-between}.a-content-around{align-content:space-around}.a-content-stretch{align-content:stretch}.j-start{justify-content:flex-start!important}.j-center{justify-content:center}.j-end{justify-content:flex-end}.j-between{justify-content:space-between}.j-around{justify-content:space-around}.no-wrap{flex-wrap:nowrap}.f-column{flex-direction:column}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-bottom:0!important;padding-top:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.px-5{padding-left:5px!important;padding-right:5px!important}.py-5{padding-bottom:5px!important;padding-top:5px!important}.mx-5{margin-left:5px!important;margin-right:5px!important}.my-5{margin-bottom:5px!important;margin-top:5px!important}.px-10{padding-left:10px!important;padding-right:10px!important}.py-10{padding-bottom:10px!important;padding-top:10px!important}.mx-10{margin-left:10px!important;margin-right:10px!important}.my-10{margin-bottom:10px!important;margin-top:10px!important}.px-15{padding-left:15px!important;padding-right:15px!important}.py-15{padding-bottom:15px!important;padding-top:15px!important}.mx-15{margin-left:15px!important;margin-right:15px!important}.my-15{margin-bottom:15px!important;margin-top:15px!important}.px-20{padding-left:20px!important;padding-right:20px!important}.py-20{padding-bottom:20px!important;padding-top:20px!important}.mx-20{margin-left:20px!important;margin-right:20px!important}.my-20{margin-bottom:20px!important;margin-top:20px!important}.px-25{padding-left:25px!important;padding-right:25px!important}.py-25{padding-bottom:25px!important;padding-top:25px!important}.mx-25{margin-left:25px!important;margin-right:25px!important}.my-25{margin-bottom:25px!important;margin-top:25px!important}.px-30{padding-left:30px!important;padding-right:30px!important}.py-30{padding-bottom:30px!important;padding-top:30px!important}.mx-30{margin-left:30px!important;margin-right:30px!important}.my-30{margin-bottom:30px!important;margin-top:30px!important}.px-35{padding-left:35px!important;padding-right:35px!important}.py-35{padding-bottom:35px!important;padding-top:35px!important}.mx-35{margin-left:35px!important;margin-right:35px!important}.my-35{margin-bottom:35px!important;margin-top:35px!important}.px-40{padding-left:40px!important;padding-right:40px!important}.py-40{padding-bottom:40px!important;padding-top:40px!important}.mx-40{margin-left:40px!important;margin-right:40px!important}.my-40{margin-bottom:40px!important;margin-top:40px!important}.px-45{padding-left:45px!important;padding-right:45px!important}.py-45{padding-bottom:45px!important;padding-top:45px!important}.mx-45{margin-left:45px!important;margin-right:45px!important}.my-45{margin-bottom:45px!important;margin-top:45px!important}.px-50{padding-left:50px!important;padding-right:50px!important}.py-50{padding-bottom:50px!important;padding-top:50px!important}.mx-50{margin-left:50px!important;margin-right:50px!important}.my-50{margin-bottom:50px!important;margin-top:50px!important}.px-55{padding-left:55px!important;padding-right:55px!important}.py-55{padding-bottom:55px!important;padding-top:55px!important}.mx-55{margin-left:55px!important;margin-right:55px!important}.my-55{margin-bottom:55px!important;margin-top:55px!important}.px-60{padding-left:60px!important;padding-right:60px!important}.py-60{padding-bottom:60px!important;padding-top:60px!important}.mx-60{margin-left:60px!important;margin-right:60px!important}.my-60{margin-bottom:60px!important;margin-top:60px!important}.px-65{padding-left:65px!important;padding-right:65px!important}.py-65{padding-bottom:65px!important;padding-top:65px!important}.mx-65{margin-left:65px!important;margin-right:65px!important}.my-65{margin-bottom:65px!important;margin-top:65px!important}.px-70{padding-left:70px!important;padding-right:70px!important}.py-70{padding-bottom:70px!important;padding-top:70px!important}.mx-70{margin-left:70px!important;margin-right:70px!important}.my-70{margin-bottom:70px!important;margin-top:70px!important}.px-75{padding-left:75px!important;padding-right:75px!important}.py-75{padding-bottom:75px!important;padding-top:75px!important}.mx-75{margin-left:75px!important;margin-right:75px!important}.my-75{margin-bottom:75px!important;margin-top:75px!important}.px-80{padding-left:80px!important;padding-right:80px!important}.py-80{padding-bottom:80px!important;padding-top:80px!important}.mx-80{margin-left:80px!important;margin-right:80px!important}.my-80{margin-bottom:80px!important;margin-top:80px!important}.px-85{padding-left:85px!important;padding-right:85px!important}.py-85{padding-bottom:85px!important;padding-top:85px!important}.mx-85{margin-left:85px!important;margin-right:85px!important}.my-85{margin-bottom:85px!important;margin-top:85px!important}.px-90{padding-left:90px!important;padding-right:90px!important}.py-90{padding-bottom:90px!important;padding-top:90px!important}.mx-90{margin-left:90px!important;margin-right:90px!important}.my-90{margin-bottom:90px!important;margin-top:90px!important}.px-95{padding-left:95px!important;padding-right:95px!important}.py-95{padding-bottom:95px!important;padding-top:95px!important}.mx-95{margin-left:95px!important;margin-right:95px!important}.my-95{margin-bottom:95px!important;margin-top:95px!important}.px-100{padding-left:100px!important;padding-right:100px!important}.py-100{padding-bottom:100px!important;padding-top:100px!important}.mx-100{margin-left:100px!important;margin-right:100px!important}.my-100{margin-bottom:100px!important;margin-top:100px!important}.px-105{padding-left:105px!important;padding-right:105px!important}.py-105{padding-bottom:105px!important;padding-top:105px!important}.mx-105{margin-left:105px!important;margin-right:105px!important}.my-105{margin-bottom:105px!important;margin-top:105px!important}.px-110{padding-left:110px!important;padding-right:110px!important}.py-110{padding-bottom:110px!important;padding-top:110px!important}.mx-110{margin-left:110px!important;margin-right:110px!important}.my-110{margin-bottom:110px!important;margin-top:110px!important}.px-115{padding-left:115px!important;padding-right:115px!important}.py-115{padding-bottom:115px!important;padding-top:115px!important}.mx-115{margin-left:115px!important;margin-right:115px!important}.my-115{margin-bottom:115px!important;margin-top:115px!important}.px-120{padding-left:120px!important;padding-right:120px!important}.py-120{padding-bottom:120px!important;padding-top:120px!important}.mx-120{margin-left:120px!important;margin-right:120px!important}.my-120{margin-bottom:120px!important;margin-top:120px!important}.px-125{padding-left:125px!important;padding-right:125px!important}.py-125{padding-bottom:125px!important;padding-top:125px!important}.mx-125{margin-left:125px!important;margin-right:125px!important}.my-125{margin-bottom:125px!important;margin-top:125px!important}.px-130{padding-left:130px!important;padding-right:130px!important}.py-130{padding-bottom:130px!important;padding-top:130px!important}.mx-130{margin-left:130px!important;margin-right:130px!important}.my-130{margin-bottom:130px!important;margin-top:130px!important}.px-135{padding-left:135px!important;padding-right:135px!important}.py-135{padding-bottom:135px!important;padding-top:135px!important}.mx-135{margin-left:135px!important;margin-right:135px!important}.my-135{margin-bottom:135px!important;margin-top:135px!important}.px-140{padding-left:140px!important;padding-right:140px!important}.py-140{padding-bottom:140px!important;padding-top:140px!important}.mx-140{margin-left:140px!important;margin-right:140px!important}.my-140{margin-bottom:140px!important;margin-top:140px!important}.px-145{padding-left:145px!important;padding-right:145px!important}.py-145{padding-bottom:145px!important;padding-top:145px!important}.mx-145{margin-left:145px!important;margin-right:145px!important}.my-145{margin-bottom:145px!important;margin-top:145px!important}.px-150{padding-left:150px!important;padding-right:150px!important}.py-150{padding-bottom:150px!important;padding-top:150px!important}.mx-150{margin-left:150px!important;margin-right:150px!important}.my-150{margin-bottom:150px!important;margin-top:150px!important}.px-155{padding-left:155px!important;padding-right:155px!important}.py-155{padding-bottom:155px!important;padding-top:155px!important}.mx-155{margin-left:155px!important;margin-right:155px!important}.my-155{margin-bottom:155px!important;margin-top:155px!important}.px-160{padding-left:160px!important;padding-right:160px!important}.py-160{padding-bottom:160px!important;padding-top:160px!important}.mx-160{margin-left:160px!important;margin-right:160px!important}.my-160{margin-bottom:160px!important;margin-top:160px!important}.px-165{padding-left:165px!important;padding-right:165px!important}.py-165{padding-bottom:165px!important;padding-top:165px!important}.mx-165{margin-left:165px!important;margin-right:165px!important}.my-165{margin-bottom:165px!important;margin-top:165px!important}.px-170{padding-left:170px!important;padding-right:170px!important}.py-170{padding-bottom:170px!important;padding-top:170px!important}.mx-170{margin-left:170px!important;margin-right:170px!important}.my-170{margin-bottom:170px!important;margin-top:170px!important}.px-175{padding-left:175px!important;padding-right:175px!important}.py-175{padding-bottom:175px!important;padding-top:175px!important}.mx-175{margin-left:175px!important;margin-right:175px!important}.my-175{margin-bottom:175px!important;margin-top:175px!important}.px-180{padding-left:180px!important;padding-right:180px!important}.py-180{padding-bottom:180px!important;padding-top:180px!important}.mx-180{margin-left:180px!important;margin-right:180px!important}.my-180{margin-bottom:180px!important;margin-top:180px!important}.px-185{padding-left:185px!important;padding-right:185px!important}.py-185{padding-bottom:185px!important;padding-top:185px!important}.mx-185{margin-left:185px!important;margin-right:185px!important}.my-185{margin-bottom:185px!important;margin-top:185px!important}.px-190{padding-left:190px!important;padding-right:190px!important}.py-190{padding-bottom:190px!important;padding-top:190px!important}.mx-190{margin-left:190px!important;margin-right:190px!important}.my-190{margin-bottom:190px!important;margin-top:190px!important}.px-195{padding-left:195px!important;padding-right:195px!important}.py-195{padding-bottom:195px!important;padding-top:195px!important}.mx-195{margin-left:195px!important;margin-right:195px!important}.my-195{margin-bottom:195px!important;margin-top:195px!important}.px-200{padding-left:200px!important;padding-right:200px!important}.py-200{padding-bottom:200px!important;padding-top:200px!important}.mx-200{margin-left:200px!important;margin-right:200px!important}.my-200{margin-bottom:200px!important;margin-top:200px!important}.px-205{padding-left:205px!important;padding-right:205px!important}.py-205{padding-bottom:205px!important;padding-top:205px!important}.mx-205{margin-left:205px!important;margin-right:205px!important}.my-205{margin-bottom:205px!important;margin-top:205px!important}.px-210{padding-left:210px!important;padding-right:210px!important}.py-210{padding-bottom:210px!important;padding-top:210px!important}.mx-210{margin-left:210px!important;margin-right:210px!important}.my-210{margin-bottom:210px!important;margin-top:210px!important}.px-215{padding-left:215px!important;padding-right:215px!important}.py-215{padding-bottom:215px!important;padding-top:215px!important}.mx-215{margin-left:215px!important;margin-right:215px!important}.my-215{margin-bottom:215px!important;margin-top:215px!important}.px-220{padding-left:220px!important;padding-right:220px!important}.py-220{padding-bottom:220px!important;padding-top:220px!important}.mx-220{margin-left:220px!important;margin-right:220px!important}.my-220{margin-bottom:220px!important;margin-top:220px!important}.px-225{padding-left:225px!important;padding-right:225px!important}.py-225{padding-bottom:225px!important;padding-top:225px!important}.mx-225{margin-left:225px!important;margin-right:225px!important}.my-225{margin-bottom:225px!important;margin-top:225px!important}.px-230{padding-left:230px!important;padding-right:230px!important}.py-230{padding-bottom:230px!important;padding-top:230px!important}.mx-230{margin-left:230px!important;margin-right:230px!important}.my-230{margin-bottom:230px!important;margin-top:230px!important}.px-235{padding-left:235px!important;padding-right:235px!important}.py-235{padding-bottom:235px!important;padding-top:235px!important}.mx-235{margin-left:235px!important;margin-right:235px!important}.my-235{margin-bottom:235px!important;margin-top:235px!important}.px-240{padding-left:240px!important;padding-right:240px!important}.py-240{padding-bottom:240px!important;padding-top:240px!important}.mx-240{margin-left:240px!important;margin-right:240px!important}.my-240{margin-bottom:240px!important;margin-top:240px!important}.px-245{padding-left:245px!important;padding-right:245px!important}.py-245{padding-bottom:245px!important;padding-top:245px!important}.mx-245{margin-left:245px!important;margin-right:245px!important}.my-245{margin-bottom:245px!important;margin-top:245px!important}.px-250{padding-left:250px!important;padding-right:250px!important}.py-250{padding-bottom:250px!important;padding-top:250px!important}.mx-250{margin-left:250px!important;margin-right:250px!important}.my-250{margin-bottom:250px!important;margin-top:250px!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.pb-0{padding-bottom:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.ml-0{margin-left:0!important}.mb-0{margin-bottom:0!important}.pt-5{padding-top:5px!important}.pr-5{padding-right:5px!important}.pl-5{padding-left:5px!important}.pb-5{padding-bottom:5px!important}.mt-5{margin-top:5px!important}.mr-5{margin-right:5px!important}.ml-5{margin-left:5px!important}.mb-5{margin-bottom:5px!important}.pt-10{padding-top:10px!important}.pr-10{padding-right:10px!important}.pl-10{padding-left:10px!important}.pb-10{padding-bottom:10px!important}.mt-10{margin-top:10px!important}.mr-10{margin-right:10px!important}.ml-10{margin-left:10px!important}.mb-10{margin-bottom:10px!important}.pt-15{padding-top:15px!important}.pr-15{padding-right:15px!important}.pl-15{padding-left:15px!important}.pb-15{padding-bottom:15px!important}.mt-15{margin-top:15px!important}.mr-15{margin-right:15px!important}.ml-15{margin-left:15px!important}.mb-15{margin-bottom:15px!important}.pt-20{padding-top:20px!important}.pr-20{padding-right:20px!important}.pl-20{padding-left:20px!important}.pb-20{padding-bottom:20px!important}.mt-20{margin-top:20px!important}.mr-20{margin-right:20px!important}.ml-20{margin-left:20px!important}.mb-20{margin-bottom:20px!important}.pt-25{padding-top:25px!important}.pr-25{padding-right:25px!important}.pl-25{padding-left:25px!important}.pb-25{padding-bottom:25px!important}.mt-25{margin-top:25px!important}.mr-25{margin-right:25px!important}.ml-25{margin-left:25px!important}.mb-25{margin-bottom:25px!important}.pt-30{padding-top:30px!important}.pr-30{padding-right:30px!important}.pl-30{padding-left:30px!important}.pb-30{padding-bottom:30px!important}.mt-30{margin-top:30px!important}.mr-30{margin-right:30px!important}.ml-30{margin-left:30px!important}.mb-30{margin-bottom:30px!important}.pt-35{padding-top:35px!important}.pr-35{padding-right:35px!important}.pl-35{padding-left:35px!important}.pb-35{padding-bottom:35px!important}.mt-35{margin-top:35px!important}.mr-35{margin-right:35px!important}.ml-35{margin-left:35px!important}.mb-35{margin-bottom:35px!important}.pt-40{padding-top:40px!important}.pr-40{padding-right:40px!important}.pl-40{padding-left:40px!important}.pb-40{padding-bottom:40px!important}.mt-40{margin-top:40px!important}.mr-40{margin-right:40px!important}.ml-40{margin-left:40px!important}.mb-40{margin-bottom:40px!important}.pt-45{padding-top:45px!important}.pr-45{padding-right:45px!important}.pl-45{padding-left:45px!important}.pb-45{padding-bottom:45px!important}.mt-45{margin-top:45px!important}.mr-45{margin-right:45px!important}.ml-45{margin-left:45px!important}.mb-45{margin-bottom:45px!important}.pt-50{padding-top:50px!important}.pr-50{padding-right:50px!important}.pl-50{padding-left:50px!important}.pb-50{padding-bottom:50px!important}.mt-50{margin-top:50px!important}.mr-50{margin-right:50px!important}.ml-50{margin-left:50px!important}.mb-50{margin-bottom:50px!important}.pt-55{padding-top:55px!important}.pr-55{padding-right:55px!important}.pl-55{padding-left:55px!important}.pb-55{padding-bottom:55px!important}.mt-55{margin-top:55px!important}.mr-55{margin-right:55px!important}.ml-55{margin-left:55px!important}.mb-55{margin-bottom:55px!important}.pt-60{padding-top:60px!important}.pr-60{padding-right:60px!important}.pl-60{padding-left:60px!important}.pb-60{padding-bottom:60px!important}.mt-60{margin-top:60px!important}.mr-60{margin-right:60px!important}.ml-60{margin-left:60px!important}.mb-60{margin-bottom:60px!important}.pt-65{padding-top:65px!important}.pr-65{padding-right:65px!important}.pl-65{padding-left:65px!important}.pb-65{padding-bottom:65px!important}.mt-65{margin-top:65px!important}.mr-65{margin-right:65px!important}.ml-65{margin-left:65px!important}.mb-65{margin-bottom:65px!important}.pt-70{padding-top:70px!important}.pr-70{padding-right:70px!important}.pl-70{padding-left:70px!important}.pb-70{padding-bottom:70px!important}.mt-70{margin-top:70px!important}.mr-70{margin-right:70px!important}.ml-70{margin-left:70px!important}.mb-70{margin-bottom:70px!important}.pt-75{padding-top:75px!important}.pr-75{padding-right:75px!important}.pl-75{padding-left:75px!important}.pb-75{padding-bottom:75px!important}.mt-75{margin-top:75px!important}.mr-75{margin-right:75px!important}.ml-75{margin-left:75px!important}.mb-75{margin-bottom:75px!important}.pt-80{padding-top:80px!important}.pr-80{padding-right:80px!important}.pl-80{padding-left:80px!important}.pb-80{padding-bottom:80px!important}.mt-80{margin-top:80px!important}.mr-80{margin-right:80px!important}.ml-80{margin-left:80px!important}.mb-80{margin-bottom:80px!important}.pt-85{padding-top:85px!important}.pr-85{padding-right:85px!important}.pl-85{padding-left:85px!important}.pb-85{padding-bottom:85px!important}.mt-85{margin-top:85px!important}.mr-85{margin-right:85px!important}.ml-85{margin-left:85px!important}.mb-85{margin-bottom:85px!important}.pt-90{padding-top:90px!important}.pr-90{padding-right:90px!important}.pl-90{padding-left:90px!important}.pb-90{padding-bottom:90px!important}.mt-90{margin-top:90px!important}.mr-90{margin-right:90px!important}.ml-90{margin-left:90px!important}.mb-90{margin-bottom:90px!important}.pt-95{padding-top:95px!important}.pr-95{padding-right:95px!important}.pl-95{padding-left:95px!important}.pb-95{padding-bottom:95px!important}.mt-95{margin-top:95px!important}.mr-95{margin-right:95px!important}.ml-95{margin-left:95px!important}.mb-95{margin-bottom:95px!important}.pt-100{padding-top:100px!important}.pr-100{padding-right:100px!important}.pl-100{padding-left:100px!important}.pb-100{padding-bottom:100px!important}.mt-100{margin-top:100px!important}.mr-100{margin-right:100px!important}.ml-100{margin-left:100px!important}.mb-100{margin-bottom:100px!important}.pt-105{padding-top:105px!important}.pr-105{padding-right:105px!important}.pl-105{padding-left:105px!important}.pb-105{padding-bottom:105px!important}.mt-105{margin-top:105px!important}.mr-105{margin-right:105px!important}.ml-105{margin-left:105px!important}.mb-105{margin-bottom:105px!important}.pt-110{padding-top:110px!important}.pr-110{padding-right:110px!important}.pl-110{padding-left:110px!important}.pb-110{padding-bottom:110px!important}.mt-110{margin-top:110px!important}.mr-110{margin-right:110px!important}.ml-110{margin-left:110px!important}.mb-110{margin-bottom:110px!important}.pt-115{padding-top:115px!important}.pr-115{padding-right:115px!important}.pl-115{padding-left:115px!important}.pb-115{padding-bottom:115px!important}.mt-115{margin-top:115px!important}.mr-115{margin-right:115px!important}.ml-115{margin-left:115px!important}.mb-115{margin-bottom:115px!important}.pt-120{padding-top:120px!important}.pr-120{padding-right:120px!important}.pl-120{padding-left:120px!important}.pb-120{padding-bottom:120px!important}.mt-120{margin-top:120px!important}.mr-120{margin-right:120px!important}.ml-120{margin-left:120px!important}.mb-120{margin-bottom:120px!important}.pt-125{padding-top:125px!important}.pr-125{padding-right:125px!important}.pl-125{padding-left:125px!important}.pb-125{padding-bottom:125px!important}.mt-125{margin-top:125px!important}.mr-125{margin-right:125px!important}.ml-125{margin-left:125px!important}.mb-125{margin-bottom:125px!important}.pt-130{padding-top:130px!important}.pr-130{padding-right:130px!important}.pl-130{padding-left:130px!important}.pb-130{padding-bottom:130px!important}.mt-130{margin-top:130px!important}.mr-130{margin-right:130px!important}.ml-130{margin-left:130px!important}.mb-130{margin-bottom:130px!important}.pt-135{padding-top:135px!important}.pr-135{padding-right:135px!important}.pl-135{padding-left:135px!important}.pb-135{padding-bottom:135px!important}.mt-135{margin-top:135px!important}.mr-135{margin-right:135px!important}.ml-135{margin-left:135px!important}.mb-135{margin-bottom:135px!important}.pt-140{padding-top:140px!important}.pr-140{padding-right:140px!important}.pl-140{padding-left:140px!important}.pb-140{padding-bottom:140px!important}.mt-140{margin-top:140px!important}.mr-140{margin-right:140px!important}.ml-140{margin-left:140px!important}.mb-140{margin-bottom:140px!important}.pt-145{padding-top:145px!important}.pr-145{padding-right:145px!important}.pl-145{padding-left:145px!important}.pb-145{padding-bottom:145px!important}.mt-145{margin-top:145px!important}.mr-145{margin-right:145px!important}.ml-145{margin-left:145px!important}.mb-145{margin-bottom:145px!important}.pt-150{padding-top:150px!important}.pr-150{padding-right:150px!important}.pl-150{padding-left:150px!important}.pb-150{padding-bottom:150px!important}.mt-150{margin-top:150px!important}.mr-150{margin-right:150px!important}.ml-150{margin-left:150px!important}.mb-150{margin-bottom:150px!important}.pt-155{padding-top:155px!important}.pr-155{padding-right:155px!important}.pl-155{padding-left:155px!important}.pb-155{padding-bottom:155px!important}.mt-155{margin-top:155px!important}.mr-155{margin-right:155px!important}.ml-155{margin-left:155px!important}.mb-155{margin-bottom:155px!important}.pt-160{padding-top:160px!important}.pr-160{padding-right:160px!important}.pl-160{padding-left:160px!important}.pb-160{padding-bottom:160px!important}.mt-160{margin-top:160px!important}.mr-160{margin-right:160px!important}.ml-160{margin-left:160px!important}.mb-160{margin-bottom:160px!important}.pt-165{padding-top:165px!important}.pr-165{padding-right:165px!important}.pl-165{padding-left:165px!important}.pb-165{padding-bottom:165px!important}.mt-165{margin-top:165px!important}.mr-165{margin-right:165px!important}.ml-165{margin-left:165px!important}.mb-165{margin-bottom:165px!important}.pt-170{padding-top:170px!important}.pr-170{padding-right:170px!important}.pl-170{padding-left:170px!important}.pb-170{padding-bottom:170px!important}.mt-170{margin-top:170px!important}.mr-170{margin-right:170px!important}.ml-170{margin-left:170px!important}.mb-170{margin-bottom:170px!important}.pt-175{padding-top:175px!important}.pr-175{padding-right:175px!important}.pl-175{padding-left:175px!important}.pb-175{padding-bottom:175px!important}.mt-175{margin-top:175px!important}.mr-175{margin-right:175px!important}.ml-175{margin-left:175px!important}.mb-175{margin-bottom:175px!important}.pt-180{padding-top:180px!important}.pr-180{padding-right:180px!important}.pl-180{padding-left:180px!important}.pb-180{padding-bottom:180px!important}.mt-180{margin-top:180px!important}.mr-180{margin-right:180px!important}.ml-180{margin-left:180px!important}.mb-180{margin-bottom:180px!important}.pt-185{padding-top:185px!important}.pr-185{padding-right:185px!important}.pl-185{padding-left:185px!important}.pb-185{padding-bottom:185px!important}.mt-185{margin-top:185px!important}.mr-185{margin-right:185px!important}.ml-185{margin-left:185px!important}.mb-185{margin-bottom:185px!important}.pt-190{padding-top:190px!important}.pr-190{padding-right:190px!important}.pl-190{padding-left:190px!important}.pb-190{padding-bottom:190px!important}.mt-190{margin-top:190px!important}.mr-190{margin-right:190px!important}.ml-190{margin-left:190px!important}.mb-190{margin-bottom:190px!important}.pt-195{padding-top:195px!important}.pr-195{padding-right:195px!important}.pl-195{padding-left:195px!important}.pb-195{padding-bottom:195px!important}.mt-195{margin-top:195px!important}.mr-195{margin-right:195px!important}.ml-195{margin-left:195px!important}.mb-195{margin-bottom:195px!important}.pt-200{padding-top:200px!important}.pr-200{padding-right:200px!important}.pl-200{padding-left:200px!important}.pb-200{padding-bottom:200px!important}.mt-200{margin-top:200px!important}.mr-200{margin-right:200px!important}.ml-200{margin-left:200px!important}.mb-200{margin-bottom:200px!important}.pt-205{padding-top:205px!important}.pr-205{padding-right:205px!important}.pl-205{padding-left:205px!important}.pb-205{padding-bottom:205px!important}.mt-205{margin-top:205px!important}.mr-205{margin-right:205px!important}.ml-205{margin-left:205px!important}.mb-205{margin-bottom:205px!important}.pt-210{padding-top:210px!important}.pr-210{padding-right:210px!important}.pl-210{padding-left:210px!important}.pb-210{padding-bottom:210px!important}.mt-210{margin-top:210px!important}.mr-210{margin-right:210px!important}.ml-210{margin-left:210px!important}.mb-210{margin-bottom:210px!important}.pt-215{padding-top:215px!important}.pr-215{padding-right:215px!important}.pl-215{padding-left:215px!important}.pb-215{padding-bottom:215px!important}.mt-215{margin-top:215px!important}.mr-215{margin-right:215px!important}.ml-215{margin-left:215px!important}.mb-215{margin-bottom:215px!important}.pt-220{padding-top:220px!important}.pr-220{padding-right:220px!important}.pl-220{padding-left:220px!important}.pb-220{padding-bottom:220px!important}.mt-220{margin-top:220px!important}.mr-220{margin-right:220px!important}.ml-220{margin-left:220px!important}.mb-220{margin-bottom:220px!important}.pt-225{padding-top:225px!important}.pr-225{padding-right:225px!important}.pl-225{padding-left:225px!important}.pb-225{padding-bottom:225px!important}.mt-225{margin-top:225px!important}.mr-225{margin-right:225px!important}.ml-225{margin-left:225px!important}.mb-225{margin-bottom:225px!important}.pt-230{padding-top:230px!important}.pr-230{padding-right:230px!important}.pl-230{padding-left:230px!important}.pb-230{padding-bottom:230px!important}.mt-230{margin-top:230px!important}.mr-230{margin-right:230px!important}.ml-230{margin-left:230px!important}.mb-230{margin-bottom:230px!important}.pt-235{padding-top:235px!important}.pr-235{padding-right:235px!important}.pl-235{padding-left:235px!important}.pb-235{padding-bottom:235px!important}.mt-235{margin-top:235px!important}.mr-235{margin-right:235px!important}.ml-235{margin-left:235px!important}.mb-235{margin-bottom:235px!important}.pt-240{padding-top:240px!important}.pr-240{padding-right:240px!important}.pl-240{padding-left:240px!important}.pb-240{padding-bottom:240px!important}.mt-240{margin-top:240px!important}.mr-240{margin-right:240px!important}.ml-240{margin-left:240px!important}.mb-240{margin-bottom:240px!important}.pt-245{padding-top:245px!important}.pr-245{padding-right:245px!important}.pl-245{padding-left:245px!important}.pb-245{padding-bottom:245px!important}.mt-245{margin-top:245px!important}.mr-245{margin-right:245px!important}.ml-245{margin-left:245px!important}.mb-245{margin-bottom:245px!important}.pt-250{padding-top:250px!important}.pr-250{padding-right:250px!important}.pl-250{padding-left:250px!important}.pb-250{padding-bottom:250px!important}.mt-250{margin-top:250px!important}.mr-250{margin-right:250px!important}.ml-250{margin-left:250px!important}.mb-250{margin-bottom:250px!important}.width-auto{width:auto!important}.width-0{width:0!important}.width-1{width:1px!important}.width-2{width:2px!important}.width-3{width:3px!important}.width-4{width:4px!important}.width-5{width:5px!important}.width-6{width:6px!important}.width-7{width:7px!important}.width-8{width:8px!important}.width-9{width:9px!important}.width-10{width:10px!important}.width-11{width:11px!important}.width-12{width:12px!important}.width-13{width:13px!important}.width-14{width:14px!important}.width-15{width:15px!important}.width-16{width:16px!important}.width-17{width:17px!important}.width-18{width:18px!important}.width-19{width:19px!important}.width-20{width:20px!important}.width-21{width:21px!important}.width-22{width:22px!important}.width-23{width:23px!important}.width-24{width:24px!important}.width-25{width:25px!important}.width-26{width:26px!important}.width-27{width:27px!important}.width-28{width:28px!important}.width-29{width:29px!important}.width-30{width:30px!important}.width-31{width:31px!important}.width-32{width:32px!important}.width-33{width:33px!important}.width-34{width:34px!important}.width-35{width:35px!important}.width-36{width:36px!important}.width-37{width:37px!important}.width-38{width:38px!important}.width-39{width:39px!important}.width-40{width:40px!important}.width-41{width:41px!important}.width-42{width:42px!important}.width-43{width:43px!important}.width-44{width:44px!important}.width-45{width:45px!important}.width-46{width:46px!important}.width-47{width:47px!important}.width-48{width:48px!important}.width-49{width:49px!important}.width-50{width:50px!important}.width-51{width:51px!important}.width-52{width:52px!important}.width-53{width:53px!important}.width-54{width:54px!important}.width-55{width:55px!important}.width-56{width:56px!important}.width-57{width:57px!important}.width-58{width:58px!important}.width-59{width:59px!important}.width-60{width:60px!important}.width-61{width:61px!important}.width-62{width:62px!important}.width-63{width:63px!important}.width-64{width:64px!important}.width-65{width:65px!important}.width-66{width:66px!important}.width-67{width:67px!important}.width-68{width:68px!important}.width-69{width:69px!important}.width-70{width:70px!important}.width-71{width:71px!important}.width-72{width:72px!important}.width-73{width:73px!important}.width-74{width:74px!important}.width-75{width:75px!important}.width-76{width:76px!important}.width-77{width:77px!important}.width-78{width:78px!important}.width-79{width:79px!important}.width-80{width:80px!important}.width-81{width:81px!important}.width-82{width:82px!important}.width-83{width:83px!important}.width-84{width:84px!important}.width-85{width:85px!important}.width-86{width:86px!important}.width-87{width:87px!important}.width-88{width:88px!important}.width-89{width:89px!important}.width-90{width:90px!important}.width-91{width:91px!important}.width-92{width:92px!important}.width-93{width:93px!important}.width-94{width:94px!important}.width-95{width:95px!important}.width-96{width:96px!important}.width-97{width:97px!important}.width-98{width:98px!important}.width-99{width:99px!important}.width-100{width:100px!important}.width-101{width:101px!important}.width-102{width:102px!important}.width-103{width:103px!important}.width-104{width:104px!important}.width-105{width:105px!important}.width-106{width:106px!important}.width-107{width:107px!important}.width-108{width:108px!important}.width-109{width:109px!important}.width-110{width:110px!important}.width-111{width:111px!important}.width-112{width:112px!important}.width-113{width:113px!important}.width-114{width:114px!important}.width-115{width:115px!important}.width-116{width:116px!important}.width-117{width:117px!important}.width-118{width:118px!important}.width-119{width:119px!important}.width-120{width:120px!important}.width-121{width:121px!important}.width-122{width:122px!important}.width-123{width:123px!important}.width-124{width:124px!important}.width-125{width:125px!important}.width-126{width:126px!important}.width-127{width:127px!important}.width-128{width:128px!important}.width-129{width:129px!important}.width-130{width:130px!important}.width-131{width:131px!important}.width-132{width:132px!important}.width-133{width:133px!important}.width-134{width:134px!important}.width-135{width:135px!important}.width-136{width:136px!important}.width-137{width:137px!important}.width-138{width:138px!important}.width-139{width:139px!important}.width-140{width:140px!important}.width-141{width:141px!important}.width-142{width:142px!important}.width-143{width:143px!important}.width-144{width:144px!important}.width-145{width:145px!important}.width-146{width:146px!important}.width-147{width:147px!important}.width-148{width:148px!important}.width-149{width:149px!important}.width-150{width:150px!important}.width-151{width:151px!important}.width-152{width:152px!important}.width-153{width:153px!important}.width-154{width:154px!important}.width-155{width:155px!important}.width-156{width:156px!important}.width-157{width:157px!important}.width-158{width:158px!important}.width-159{width:159px!important}.width-160{width:160px!important}.width-161{width:161px!important}.width-162{width:162px!important}.width-163{width:163px!important}.width-164{width:164px!important}.width-165{width:165px!important}.width-166{width:166px!important}.width-167{width:167px!important}.width-168{width:168px!important}.width-169{width:169px!important}.width-170{width:170px!important}.width-171{width:171px!important}.width-172{width:172px!important}.width-173{width:173px!important}.width-174{width:174px!important}.width-175{width:175px!important}.width-176{width:176px!important}.width-177{width:177px!important}.width-178{width:178px!important}.width-179{width:179px!important}.width-180{width:180px!important}.width-181{width:181px!important}.width-182{width:182px!important}.width-183{width:183px!important}.width-184{width:184px!important}.width-185{width:185px!important}.width-186{width:186px!important}.width-187{width:187px!important}.width-188{width:188px!important}.width-189{width:189px!important}.width-190{width:190px!important}.width-191{width:191px!important}.width-192{width:192px!important}.width-193{width:193px!important}.width-194{width:194px!important}.width-195{width:195px!important}.width-196{width:196px!important}.width-197{width:197px!important}.width-198{width:198px!important}.width-199{width:199px!important}.width-200{width:200px!important}.width-201{width:201px!important}.width-202{width:202px!important}.width-203{width:203px!important}.width-204{width:204px!important}.width-205{width:205px!important}.width-206{width:206px!important}.width-207{width:207px!important}.width-208{width:208px!important}.width-209{width:209px!important}.width-210{width:210px!important}.width-211{width:211px!important}.width-212{width:212px!important}.width-213{width:213px!important}.width-214{width:214px!important}.width-215{width:215px!important}.width-216{width:216px!important}.width-217{width:217px!important}.width-218{width:218px!important}.width-219{width:219px!important}.width-220{width:220px!important}.width-221{width:221px!important}.width-222{width:222px!important}.width-223{width:223px!important}.width-224{width:224px!important}.width-225{width:225px!important}.width-226{width:226px!important}.width-227{width:227px!important}.width-228{width:228px!important}.width-229{width:229px!important}.width-230{width:230px!important}.width-231{width:231px!important}.width-232{width:232px!important}.width-233{width:233px!important}.width-234{width:234px!important}.width-235{width:235px!important}.width-236{width:236px!important}.width-237{width:237px!important}.width-238{width:238px!important}.width-239{width:239px!important}.width-240{width:240px!important}.width-241{width:241px!important}.width-242{width:242px!important}.width-243{width:243px!important}.width-244{width:244px!important}.width-245{width:245px!important}.width-246{width:246px!important}.width-247{width:247px!important}.width-248{width:248px!important}.width-249{width:249px!important}.width-250{width:250px!important}.width-251{width:251px!important}.width-252{width:252px!important}.width-253{width:253px!important}.width-254{width:254px!important}.width-255{width:255px!important}.width-256{width:256px!important}.width-257{width:257px!important}.width-258{width:258px!important}.width-259{width:259px!important}.width-260{width:260px!important}.width-261{width:261px!important}.width-262{width:262px!important}.width-263{width:263px!important}.width-264{width:264px!important}.width-265{width:265px!important}.width-266{width:266px!important}.width-267{width:267px!important}.width-268{width:268px!important}.width-269{width:269px!important}.width-270{width:270px!important}.width-271{width:271px!important}.width-272{width:272px!important}.width-273{width:273px!important}.width-274{width:274px!important}.width-275{width:275px!important}.width-276{width:276px!important}.width-277{width:277px!important}.width-278{width:278px!important}.width-279{width:279px!important}.width-280{width:280px!important}.width-281{width:281px!important}.width-282{width:282px!important}.width-283{width:283px!important}.width-284{width:284px!important}.width-285{width:285px!important}.width-286{width:286px!important}.width-287{width:287px!important}.width-288{width:288px!important}.width-289{width:289px!important}.width-290{width:290px!important}.width-291{width:291px!important}.width-292{width:292px!important}.width-293{width:293px!important}.width-294{width:294px!important}.width-295{width:295px!important}.width-296{width:296px!important}.width-297{width:297px!important}.width-298{width:298px!important}.width-299{width:299px!important}.width-300{width:300px!important}.width-301{width:301px!important}.width-302{width:302px!important}.width-303{width:303px!important}.width-304{width:304px!important}.width-305{width:305px!important}.width-306{width:306px!important}.width-307{width:307px!important}.width-308{width:308px!important}.width-309{width:309px!important}.width-310{width:310px!important}.width-311{width:311px!important}.width-312{width:312px!important}.width-313{width:313px!important}.width-314{width:314px!important}.width-315{width:315px!important}.width-316{width:316px!important}.width-317{width:317px!important}.width-318{width:318px!important}.width-319{width:319px!important}.width-320{width:320px!important}.width-321{width:321px!important}.width-322{width:322px!important}.width-323{width:323px!important}.width-324{width:324px!important}.width-325{width:325px!important}.width-326{width:326px!important}.width-327{width:327px!important}.width-328{width:328px!important}.width-329{width:329px!important}.width-330{width:330px!important}.width-331{width:331px!important}.width-332{width:332px!important}.width-333{width:333px!important}.width-334{width:334px!important}.width-335{width:335px!important}.width-336{width:336px!important}.width-337{width:337px!important}.width-338{width:338px!important}.width-339{width:339px!important}.width-340{width:340px!important}.width-341{width:341px!important}.width-342{width:342px!important}.width-343{width:343px!important}.width-344{width:344px!important}.width-345{width:345px!important}.width-346{width:346px!important}.width-347{width:347px!important}.width-348{width:348px!important}.width-349{width:349px!important}.width-350{width:350px!important}.width-351{width:351px!important}.width-352{width:352px!important}.width-353{width:353px!important}.width-354{width:354px!important}.width-355{width:355px!important}.width-356{width:356px!important}.width-357{width:357px!important}.width-358{width:358px!important}.width-359{width:359px!important}.width-360{width:360px!important}.height-0{height:0!important}.height-1{height:1px!important}.height-2{height:2px!important}.height-3{height:3px!important}.height-4{height:4px!important}.height-5{height:5px!important}.height-6{height:6px!important}.height-7{height:7px!important}.height-8{height:8px!important}.height-9{height:9px!important}.height-10{height:10px!important}.height-11{height:11px!important}.height-12{height:12px!important}.height-13{height:13px!important}.height-14{height:14px!important}.height-15{height:15px!important}.height-16{height:16px!important}.height-17{height:17px!important}.height-18{height:18px!important}.height-19{height:19px!important}.height-20{height:20px!important}.height-21{height:21px!important}.height-22{height:22px!important}.height-23{height:23px!important}.height-24{height:24px!important}.height-25{height:25px!important}.height-26{height:26px!important}.height-27{height:27px!important}.height-28{height:28px!important}.height-29{height:29px!important}.height-30{height:30px!important}.height-31{height:31px!important}.height-32{height:32px!important}.height-33{height:33px!important}.height-34{height:34px!important}.height-35{height:35px!important}.height-36{height:36px!important}.height-37{height:37px!important}.height-38{height:38px!important}.height-39{height:39px!important}.height-40{height:40px!important}.height-41{height:41px!important}.height-42{height:42px!important}.height-43{height:43px!important}.height-44{height:44px!important}.height-45{height:45px!important}.height-46{height:46px!important}.height-47{height:47px!important}.height-48{height:48px!important}.height-49{height:49px!important}.height-50{height:50px!important}.height-51{height:51px!important}.height-52{height:52px!important}.height-53{height:53px!important}.height-54{height:54px!important}.height-55{height:55px!important}.height-56{height:56px!important}.height-57{height:57px!important}.height-58{height:58px!important}.height-59{height:59px!important}.height-60{height:60px!important}.height-61{height:61px!important}.height-62{height:62px!important}.height-63{height:63px!important}.height-64{height:64px!important}.height-65{height:65px!important}.height-66{height:66px!important}.height-67{height:67px!important}.height-68{height:68px!important}.height-69{height:69px!important}.height-70{height:70px!important}.height-71{height:71px!important}.height-72{height:72px!important}.height-73{height:73px!important}.height-74{height:74px!important}.height-75{height:75px!important}.height-76{height:76px!important}.height-77{height:77px!important}.height-78{height:78px!important}.height-79{height:79px!important}.height-80{height:80px!important}.height-81{height:81px!important}.height-82{height:82px!important}.height-83{height:83px!important}.height-84{height:84px!important}.height-85{height:85px!important}.height-86{height:86px!important}.height-87{height:87px!important}.height-88{height:88px!important}.height-89{height:89px!important}.height-90{height:90px!important}.height-91{height:91px!important}.height-92{height:92px!important}.height-93{height:93px!important}.height-94{height:94px!important}.height-95{height:95px!important}.height-96{height:96px!important}.height-97{height:97px!important}.height-98{height:98px!important}.height-99{height:99px!important}.height-100{height:100px!important}.height-101{height:101px!important}.height-102{height:102px!important}.height-103{height:103px!important}.height-104{height:104px!important}.height-105{height:105px!important}.height-106{height:106px!important}.height-107{height:107px!important}.height-108{height:108px!important}.height-109{height:109px!important}.height-110{height:110px!important}.height-111{height:111px!important}.height-112{height:112px!important}.height-113{height:113px!important}.height-114{height:114px!important}.height-115{height:115px!important}.height-116{height:116px!important}.height-117{height:117px!important}.height-118{height:118px!important}.height-119{height:119px!important}.height-120{height:120px!important}.height-121{height:121px!important}.height-122{height:122px!important}.height-123{height:123px!important}.height-124{height:124px!important}.height-125{height:125px!important}.height-126{height:126px!important}.height-127{height:127px!important}.height-128{height:128px!important}.height-129{height:129px!important}.height-130{height:130px!important}.height-131{height:131px!important}.height-132{height:132px!important}.height-133{height:133px!important}.height-134{height:134px!important}.height-135{height:135px!important}.height-136{height:136px!important}.height-137{height:137px!important}.height-138{height:138px!important}.height-139{height:139px!important}.height-140{height:140px!important}.height-141{height:141px!important}.height-142{height:142px!important}.height-143{height:143px!important}.height-144{height:144px!important}.height-145{height:145px!important}.height-146{height:146px!important}.height-147{height:147px!important}.height-148{height:148px!important}.height-149{height:149px!important}.height-150{height:150px!important}.height-151{height:151px!important}.height-152{height:152px!important}.height-153{height:153px!important}.height-154{height:154px!important}.height-155{height:155px!important}.height-156{height:156px!important}.height-157{height:157px!important}.height-158{height:158px!important}.height-159{height:159px!important}.height-160{height:160px!important}.height-161{height:161px!important}.height-162{height:162px!important}.height-163{height:163px!important}.height-164{height:164px!important}.height-165{height:165px!important}.height-166{height:166px!important}.height-167{height:167px!important}.height-168{height:168px!important}.height-169{height:169px!important}.height-170{height:170px!important}.height-171{height:171px!important}.height-172{height:172px!important}.height-173{height:173px!important}.height-174{height:174px!important}.height-175{height:175px!important}.height-176{height:176px!important}.height-177{height:177px!important}.height-178{height:178px!important}.height-179{height:179px!important}.height-180{height:180px!important}.height-181{height:181px!important}.height-182{height:182px!important}.height-183{height:183px!important}.height-184{height:184px!important}.height-185{height:185px!important}.height-186{height:186px!important}.height-187{height:187px!important}.height-188{height:188px!important}.height-189{height:189px!important}.height-190{height:190px!important}.height-191{height:191px!important}.height-192{height:192px!important}.height-193{height:193px!important}.height-194{height:194px!important}.height-195{height:195px!important}.height-196{height:196px!important}.height-197{height:197px!important}.height-198{height:198px!important}.height-199{height:199px!important}.height-200{height:200px!important}.height-201{height:201px!important}.height-202{height:202px!important}.height-203{height:203px!important}.height-204{height:204px!important}.height-205{height:205px!important}.height-206{height:206px!important}.height-207{height:207px!important}.height-208{height:208px!important}.height-209{height:209px!important}.height-210{height:210px!important}.height-211{height:211px!important}.height-212{height:212px!important}.height-213{height:213px!important}.height-214{height:214px!important}.height-215{height:215px!important}.height-216{height:216px!important}.height-217{height:217px!important}.height-218{height:218px!important}.height-219{height:219px!important}.height-220{height:220px!important}.height-221{height:221px!important}.height-222{height:222px!important}.height-223{height:223px!important}.height-224{height:224px!important}.height-225{height:225px!important}.height-226{height:226px!important}.height-227{height:227px!important}.height-228{height:228px!important}.height-229{height:229px!important}.height-230{height:230px!important}.height-231{height:231px!important}.height-232{height:232px!important}.height-233{height:233px!important}.height-234{height:234px!important}.height-235{height:235px!important}.height-236{height:236px!important}.height-237{height:237px!important}.height-238{height:238px!important}.height-239{height:239px!important}.height-240{height:240px!important}.height-241{height:241px!important}.height-242{height:242px!important}.height-243{height:243px!important}.height-244{height:244px!important}.height-245{height:245px!important}.height-246{height:246px!important}.height-247{height:247px!important}.height-248{height:248px!important}.height-249{height:249px!important}.height-250{height:250px!important}.height-251{height:251px!important}.height-252{height:252px!important}.height-253{height:253px!important}.height-254{height:254px!important}.height-255{height:255px!important}.height-256{height:256px!important}.height-257{height:257px!important}.height-258{height:258px!important}.height-259{height:259px!important}.height-260{height:260px!important}.height-261{height:261px!important}.height-262{height:262px!important}.height-263{height:263px!important}.height-264{height:264px!important}.height-265{height:265px!important}.height-266{height:266px!important}.height-267{height:267px!important}.height-268{height:268px!important}.height-269{height:269px!important}.height-270{height:270px!important}.height-271{height:271px!important}.height-272{height:272px!important}.height-273{height:273px!important}.height-274{height:274px!important}.height-275{height:275px!important}.height-276{height:276px!important}.height-277{height:277px!important}.height-278{height:278px!important}.height-279{height:279px!important}.height-280{height:280px!important}.height-281{height:281px!important}.height-282{height:282px!important}.height-283{height:283px!important}.height-284{height:284px!important}.height-285{height:285px!important}.height-286{height:286px!important}.height-287{height:287px!important}.height-288{height:288px!important}.height-289{height:289px!important}.height-290{height:290px!important}.height-291{height:291px!important}.height-292{height:292px!important}.height-293{height:293px!important}.height-294{height:294px!important}.height-295{height:295px!important}.height-296{height:296px!important}.height-297{height:297px!important}.height-298{height:298px!important}.height-299{height:299px!important}.height-300{height:300px!important}.height-301{height:301px!important}.height-302{height:302px!important}.height-303{height:303px!important}.height-304{height:304px!important}.height-305{height:305px!important}.height-306{height:306px!important}.height-307{height:307px!important}.height-308{height:308px!important}.height-309{height:309px!important}.height-310{height:310px!important}.height-311{height:311px!important}.height-312{height:312px!important}.height-313{height:313px!important}.height-314{height:314px!important}.height-315{height:315px!important}.height-316{height:316px!important}.height-317{height:317px!important}.height-318{height:318px!important}.height-319{height:319px!important}.height-320{height:320px!important}.height-321{height:321px!important}.height-322{height:322px!important}.height-323{height:323px!important}.height-324{height:324px!important}.height-325{height:325px!important}.height-326{height:326px!important}.height-327{height:327px!important}.height-328{height:328px!important}.height-329{height:329px!important}.height-330{height:330px!important}.height-331{height:331px!important}.height-332{height:332px!important}.height-333{height:333px!important}.height-334{height:334px!important}.height-335{height:335px!important}.height-336{height:336px!important}.height-337{height:337px!important}.height-338{height:338px!important}.height-339{height:339px!important}.height-340{height:340px!important}.height-341{height:341px!important}.height-342{height:342px!important}.height-343{height:343px!important}.height-344{height:344px!important}.height-345{height:345px!important}.height-346{height:346px!important}.height-347{height:347px!important}.height-348{height:348px!important}.height-349{height:349px!important}.height-350{height:350px!important}.height-351{height:351px!important}.height-352{height:352px!important}.height-353{height:353px!important}.height-354{height:354px!important}.height-355{height:355px!important}.height-356{height:356px!important}.height-357{height:357px!important}.height-358{height:358px!important}.height-359{height:359px!important}.height-360{height:360px!important}.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;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 #0000;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 button,.sun-editor input,.sun-editor select,.sun-editor textarea{border:1px solid #ccc;border-radius:4px;color:#000}.sun-editor button:focus,.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{animation:spinner .8s linear infinite;border-radius:50%;border-right:2px solid #0000;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 #00000080;-webkit-box-shadow:0 3px 9px #00000080;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 #00000080;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: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: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 button,.sun-editor .se-form-group input,.sun-editor .se-form-group select,.sun-editor .se-form-group textarea{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 button,.sun-editor .se-submenu .se-form-group input,.sun-editor .se-submenu .se-form-group select,.sun-editor .se-submenu .se-form-group textarea{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:#0000;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:#0000;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{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,.sun-editor .se-dialog select,.sun-editor .se-dialog textarea{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 #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;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 button:disabled,.sun-editor .se-dialog .se-dialog-inner input:disabled,.sun-editor .se-dialog .se-dialog-inner select:disabled,.sun-editor .se-dialog .se-dialog-inner textarea: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>button,.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>input,.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>select,.sun-editor .se-dialog .se-dialog-inner .se-dialog-form .se-dialog-form-files>textarea{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:#00000040}.sun-editor .se-controller{word-wrap:normal;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#fff;border:1px solid #00000040;border-radius:4px;box-shadow:0 5px 10px #0003;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: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 button,.sun-editor .se-controller .se-form-group input,.sun-editor .se-controller .se-form-group select,.sun-editor .se-controller .se-form-group textarea{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 #00000080;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,.sun-editor .se-file-browser select,.sun-editor .se-file-browser textarea{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 #0003;border-radius:4px;box-shadow:0 3px 9px #00000080;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:#0000;bottom:auto;display:block;float:none;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;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;border-color:#0000 #0000 #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-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 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}@keyframes blinker{50%{opacity:0}}@keyframes spinner{to{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 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 .__se__float-left{float:left}.sun-editor-editable .__se__float-right{float:right}.sun-editor-editable .__se__float-center{float:center}.sun-editor-editable .__se__float-none{float:none}.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{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{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{font-size:2em;margin-block-end:.67em;margin-block-start:.67em}.sun-editor-editable h1,.sun-editor-editable h2{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h2{font-size:1.5em;margin-block-end:.83em;margin-block-start:.83em}.sun-editor-editable h3{font-size:1.17em;margin-block-end:1em;margin-block-start:1em}.sun-editor-editable h3,.sun-editor-editable h4{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h4{font-size:1em;margin-block-end:1.33em;margin-block-start:1.33em}.sun-editor-editable h5{font-size:.83em;margin-block-end:1.67em;margin-block-start:1.67em}.sun-editor-editable h5,.sun-editor-editable h6{display:block;font-weight:700;margin-inline-end:0;margin-inline-start:0}.sun-editor-editable h6{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 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:#0000;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{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}@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:#1b1f230d;border-radius:6px;color:#666;font-family:monospace;padding:.2em .4em}#app{height:100%}.app-content{background-color:#fff;background-color:var(--color-white);display:flex;flex-direction:column;height:100%;position:relative}.app-content.no-sub-header{padding-top:60px}.main-content{background-color:#fff;background-color:var(--color-white);display:flex;flex:1 1;flex-direction:column;height:100%;padding-top:60px;position:relative}.main-content>div{display:flex;flex-direction:column;min-height:100%}.main-content>div .infinite-scroll-component__outerdiv,.main-content>div .infinite-scroll-component__outerdiv .infinite-scroll-component{display:flex;flex:1 1;flex-direction:column}.main-header{align-items:center;background-color:#313b46;background-color:var(--color-dark-main);box-shadow:0 2px 4px #0000001a;color:#fff;color:var(--color-white);display:flex;height:60px;justify-content:center;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:2}.main-header .header-title{font-size:18px;font-weight:700}.main-header .header-left{left:15px;position:absolute}.main-header .header-right{position:absolute;right:20px;top:18px}.nh-sub{display:block!important;padding:0!important}.nh-sub .nh-tab{border-bottom:1px solid #e2e5eb;height:47px;padding:11.5px 20px}.nh-sub .nh-tab .nh-menu{color:#8b8b8b;text-align:center}.nh-sub .nh-tab .nh-menu.active{border-bottom:2px solid #106b46;color:#232323;padding-bottom:33px}.nh-sub .text-cener{text-align:center}.nh-sub .nh-tab2,.sub-header{padding:11.5px 20px}.sub-header{align-items:center;background-color:#fff;background-color:var(--color-white);border-bottom:10px solid #f5f5f5;display:flex;justify-content:start;width:100%;z-index:1}.sub-header .sub-header-col{display:flex;flex-direction:column;gap:5px}.sub-header .sub-header-btn{align-items:center;border:1px solid #08b6bc;border-radius:6px;color:#08b6bc;display:flex;font-size:14px;font-weight:700;height:30px;justify-content:center;width:80px}.sub-header .sub-header-text{align-items:center;display:flex;gap:12px}.sub-header .sub-header-text .title-manager{color:#222;font-size:16px;font-weight:700}.sub-header .sub-header-text .title-employee{color:#e42626;font-size:16px;font-weight:700}.sub-header .sub-header-text .sub-header-text-done{border:1px solid red;border-radius:6px;color:red;font-size:14px;font-weight:700;padding:4px 16px}.sub-header .sub-header-text .sub-header-text-main{border:1px solid #2b9bf6;border-radius:6px;color:#2b9bf6;font-size:14px;font-weight:700;padding:4px 16px}.sub-header .sub-header-text .sub-header-text-main-result{border:1px solid #ff6f53;border-radius:6px;color:#ff6f53;font-size:14px;font-weight:700;padding:4px 16px}.popup-overlay{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:1000}.popup{background:#fff;border-radius:16px;box-shadow:0 4px 10px #0003;padding:0 0 18px;text-align:center;width:100%}.popup-title{border-bottom:1px solid #d2d2d2;font-size:16px;font-weight:700;height:60px;position:relative}.popup-buttons,.popup-title{align-items:center;display:flex;justify-content:center;padding:0 16px;width:100%}.popup-buttons{gap:10px}.popup-content{align-items:center;display:flex;justify-content:center;min-height:140px;padding:20px 16px;width:100%}.popup-button{border:1px solid #106b46;border:1px solid var(--color-main);border-radius:25px;color:#fff;color:var(--color-white);cursor:pointer;flex:1 1;font-size:17px;font-weight:500;height:50px}.popup-button-no{color:#106b46;color:var(--color-main)}.popup-button-yes{background:#106b46;background:var(--color-main)}.popup-close-button:hover,.popup-divider{background:#ccc}.popup-divider{border:none;height:1px;margin:10px 0}.popup-overlay-filter{align-items:center;background:#000000b3;display:flex;height:100%;justify-content:center;left:0;padding:0 24px;position:fixed;top:0;width:100%;z-index:1000}.popup-overlay-filter .popup{background:#fff;border-radius:8px;min-width:300px;padding:0 0 18px;text-align:center}.popup-overlay-filter .popup-title{align-items:center;border-bottom:1px solid #d2d2d2;display:flex;font-size:16px;font-weight:700;height:60px;justify-content:left;padding:0 16px;width:100%}.popup-overlay-filter .popup-buttons{align-items:center;display:flex;gap:10px;justify-content:center;padding:0 16px;width:100%}.popup-overlay-filter .popup-content-1{align-items:center;background-color:#f3f3f3;display:flex;justify-content:left;padding:20px 16px;width:100%}.popup-overlay-filter .popup-content-1 img{position:absolute;right:20px}.popup-overlay-filter .popup-content-2{align-items:center;display:flex;justify-content:left;padding:20px 16px;width:100%}.popup-overlay-filter .popup-button{border:1px solid #106b46;border:1px solid var(--color-main);border-radius:25px;color:#fff;color:var(--color-white);cursor:pointer;flex:1 1;padding:8px 16px}.popup-overlay-filter .popup-button-no{color:#106b46;color:var(--color-main)}.popup-overlay-filter .popup-button-yes{background:#106b46;background:var(--color-main)}.popup-overlay-filter .popup-close-button:hover{background:#ccc}.popup-overlay-filter .popup-divider{background:#ccc;border:none;height:1px;margin:10px 0}.button-bot{align-items:center;background-color:#fff;background-color:var(--color-white);bottom:0;box-shadow:0 -3px 6px #0000000f;display:flex;gap:8px;justify-content:space-between;left:0;padding:10px 20px;position:fixed;width:100%;z-index:3}.button-bot .button-bot__btn_yes{background-color:#106b46;background-color:var(--color-main);border-radius:25px;color:#fff;color:var(--color-white);font-size:17px;font-weight:500;height:50px;width:100%}.button-bot .button-bot__btn_yes.--has-icon{align-items:center;display:flex;gap:5px;justify-content:center}.button-bot .button-bot__btn_no{background-color:#fff;background-color:var(--color-white);border:1px solid #106b46;border:1px solid var(--color-main);border-radius:25px;color:#106b46;color:var(--color-main);font-family:Arial,sans-serif;font-size:17px;font-weight:500;height:50px;width:100%}.button-bot .button-bot__btn_disable{background-color:#7f7f7f;border:1px solid #7f7f7f;border-radius:25px;color:#fff;color:var(--color-white);font-family:Arial,sans-serif;font-size:17px;font-weight:700;height:50px;width:100%}.notice-content{background-color:#f6f6f6;display:block;width:100%}.notice-content .notice-text-content{padding:16px 20px 15px 21px}.notice-content .notice-text-content .notice-text-content-description{color:#6b6b6b;font-size:15px;margin-bottom:5px}.notice-content .notice-text-content .notice-text-content-description p{margin-bottom:2px}.notice-content label{color:#222!important;display:block;font-size:14px;font-weight:400!important;margin-bottom:5px!important;margin-top:0}.search-container{align-items:center;background-color:#fff;display:flex;padding:12px 20px;width:100%}.search-container .search-input-container{background:#fff;border:1px solid #ccc;border-radius:6px;flex:1 1;overflow:hidden;position:relative;width:calc(100% - 67px)}.search-container .search-input-container .nh-relative{position:relative}.search-container .search-input-container .search-dropdown{background:#fff;border-radius:0 0 6px 6px;border-top:1px solid #f6f6f6;left:0;max-height:112px;overflow:auto;padding:10px 15px;position:absolute;right:0;top:100%;z-index:1}.search-container .search-input-container .search-dropdown .nh-result{display:flex;gap:10px;padding-bottom:10px;width:100%}.search-container .search-input-container .search-dropdown .nh-result:last-child{padding-bottom:0}.search-container .search-icon{bottom:0;color:#666;height:21px;left:10px;margin:auto;position:absolute;top:0;width:21px}.search-container .delete-icon{bottom:0;color:#666;margin:auto;position:absolute;right:10px;top:0;width:20px}.search-container .search-input{border:none;flex-grow:1;font-size:15px;height:44px;line-height:16px;outline:none;padding:0 0 0 40px;width:100%}.search-container .search-button{align-self:flex-start;background-color:#0b6e4f;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;height:44px;margin-left:10px;width:67px}.search-input-container.searched{border-radius:6px 6px 0 0;overflow:visible;overflow:initial}.search-container .search-input-container.searched .search-dropdown{border:1px solid #ccc;left:-1px;right:-1px}.login-container{background:#fff;height:100%;padding:60px 20px;width:100%}.login-header{color:#555;font-size:14px;margin-bottom:10px}.login-form{border-radius:8px;box-shadow:0 4px 16px 0 rgba(0,0,0,.078);display:flex;flex-direction:column;gap:12px;padding:20px}.login-form .login-form-input{align-items:center;border:1px solid hsla(0,0%,40%,.302);border-radius:6px;display:flex;font-size:16px;gap:10px;height:50px;outline:none;padding:0 11px;width:100%}.login-form .login-form-input img{height:18px;width:18px}.login-form .login-form-input button,.login-form .login-form-input input,.login-form .login-form-input select,.login-form .login-form-input textarea{font-size:15px}.login-footer{align-items:flex-start;display:flex;padding:0 16px}.login-footer img{margin-right:5px;margin-top:3px}.login-title{display:flex;font-size:24px;font-weight:700;justify-content:center;margin:90px 0}.form-group{margin-bottom:15px;text-align:left}.form-label{font-size:15px;font-weight:700;margin-bottom:5px}button:-webkit-autofill,input:-webkit-autofill,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-text-fill-color:#000!important;background-color:#0000!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}.form-input:focus{border-bottom:2px solid #000}.login-button{background-color:#106b46;background-color:var(--color-main);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;height:50px;margin-top:40px;width:100%}.login-footer{font-size:14px;margin-top:20px}.password-confirm-container{background-color:#fff;display:flex;flex-direction:column;height:100%;margin:30% auto 0;padding:0 20px;width:100%}.password-confirm-container .password-confirm-header{color:#555;font-size:14px;margin-bottom:90px}.password-confirm-container .form-wrapper{padding:0}.password-confirm-container .form-wrapper .form-box .form-header{margin-bottom:40px}.password-confirm-container .form-wrapper .form-box .form-header h3{color:#222;font-size:20px;font-weight:700;margin:0 0 15px;position:relative}.password-confirm-container .form-wrapper .form-box .form-header p{color:#4e4e4e;font-size:14px;line-height:24px;margin:0}.password-confirm-container .form-wrapper .form-box .password-form .form-group{margin-bottom:24px}.password-confirm-container .form-wrapper .form-box .password-form .form-group label{display:block;font-size:15px;font-weight:700;line-height:16px;margin-bottom:12px}.password-confirm-container .form-wrapper .form-box .password-form .form-group .input-container{position:relative}.password-confirm-container .form-wrapper .form-box .password-form .form-group .form-input{border:1px solid #d2d2d2;border-radius:6px;box-sizing:border-box;font-size:15px;height:44px;padding:15px;width:100%}.password-confirm-container .button-container{position:relative}.password-confirm-container .submit-button{background-color:#106b46;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:17px;font-weight:500;height:50px;margin-top:60px;width:100%}.password-confirm-container .button-circle{bottom:-30px;left:10px;position:absolute}.employee-management-container{height:100%;width:100%}.menu-section{padding:0}.menu-section .menu-title{font-size:15px;font-weight:700;padding:10px 20px}.menu-section .menu-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);padding:0 20px;width:100%}.menu-section .menu-grid .menu-item{border:1px solid #d2d2d2;border-radius:6px;padding:22px 0 10px;text-align:center;width:100%}.menu-section .menu-grid .menu-item .icon{align-items:center;display:flex;height:35px;justify-content:center;margin:0 auto;width:50px}.menu-section .menu-grid .menu-item .label{color:#5b5b5b;font-size:15px;font-weight:700;margin-top:15px}.user-table{border-collapse:collapse;width:100%}.user-table tr{border-bottom:1px solid #e2e5eb}.user-table td{color:#4e4e4e;font-size:12px;padding:20px 0;text-align:center}.user-table th{border-bottom:2px solid rgba(34,34,34,.898);border-top:1px solid #e2e5eb;color:#000;font-size:14px;font-weight:700;padding:10px 0}.user-table tbody tr:nth-child(2n){background-color:#f6f6f6}.user-table .status-button{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;min-width:62px;padding:5px 8px}.user-table .status-button.fee-paid{background-color:#b83a33}.user-table .status-button.entry{background-color:#727272}.user-table .h-cb{border:1px solid #d2d2d2;border-radius:3px;display:inline-block;height:18px;margin-left:4px;position:relative;top:2px;width:18px}.mn-calendar-table{border-collapse:collapse;width:100%}.mn-calendar-table th{background:#fff;border:none!important;font-size:13px;font-weight:400!important;height:38px!important;vertical-align:middle!important}.mn-calendar-table td,.mn-calendar-table th{border:1px solid #e2e5eb;border-left:none;border-right:none;height:75px;vertical-align:top;width:14.28%}.day-number{color:#222;font-size:12px;padding-left:5px;text-align:left}.event-bar{align-items:center;border-radius:2px;color:#fff;display:flex;font-size:8px;height:13px;justify-content:center}.mn-header{display:flex;flex-direction:column;gap:10px}.header-container{background-color:#fff;padding-bottom:0!important}.prev-next-month{background-color:#f5f5f5}.date-header{color:#0f5132;font-weight:700;margin-bottom:10px}.schedule-item{align-items:center;background-color:#f0f0f0;border:1px solid #e6e6e6;border-left:5px solid #159a5b;border-radius:6px!important;display:flex;height:50px;justify-content:space-between;padding:0 14px}.name{font-size:14px;font-weight:700}.time{color:#555;font-size:13px}.schedule-container{display:flex;flex-direction:column;gap:7px}.date-detail-header{color:#106b46;font-size:16px;font-weight:700;line-height:100%}.event-bar.green1{background:#159a5b;margin:11px 2px 4px}.event-bar.green2{background:#68cda4;margin:0 2px}.bg-date-red{background-color:#fce5e5}.bg-date-blue{background-color:#e4eaf8}.event-bar.red{background:#e34747;margin:11px 2px 4px}.mn-header-attendance{padding-top:15px}.bg-red{background:#ff00001a}.bg-blue{background:#00b4ff26}.calendar-footer{color:#222c;display:flex;font-size:14px;justify-content:space-between;line-height:16px;margin-top:15px}.calendar-footer span{color:#222;font-weight:700;line-height:16px}.work-time{font-size:10px;line-height:14px;padding-right:2px;text-align:right}.mn-text-content{color:#7c7c7c;font-size:14px;line-height:14px}.mn-text-content-right{color:#222;font-weight:700}.mn-button-attendance{border:1px solid #1e92f0;border-radius:6px;color:#1e92f0;font-weight:700;height:34px;padding:0 14.5px}.mn-textarea{border:1px solid #d2d2d2;border-radius:6px;color:#222c;font-size:14px;line-height:16px;padding:10px 10px 10px 13px!important;width:100%}.mn-content-attendance{display:flex;flex-direction:column;gap:14px}.mn-text-bottom-attendance{color:#222c;font-size:14px}.mn-select-date{background-color:#fff;border:1px solid #d2d2d2;border-radius:6px;height:44px;padding:0 10px;width:100px}.mn-date-filter{display:flex;gap:7px;padding-bottom:13px}.chart-container{background-color:#f6f6f6;border-radius:6px;padding-bottom:26px;padding-top:35px;position:relative;width:100%}.chart-container canvas{height:118px!important}.summary-table{color:#333;display:flex;flex-direction:column;font-size:15px;gap:23px;padding-top:22px}.summary-table strong{font-size:15px;font-weight:700;line-height:16px}.flex-between{display:flex;justify-content:space-between;margin-bottom:5px}.chartjs-legend li:after{content:attr(data-value);font-weight:700;margin-left:4px}.custom-legend{display:flex;justify-content:space-between;padding:0 16px}.legend-item,.legend-item.right{align-items:center;display:flex;gap:4px}.legend-item.right{left:18px}.legend-item.left,.legend-item.right{bottom:0;margin:auto;position:absolute;top:0}.legend-item.left{align-items:center;display:flex;gap:4px;right:18px}.legend-item span{color:#333;font-size:15px}.legend-item strong{color:#000;font-size:15px;font-weight:700}.mn-summary-table-content{border-bottom:1px solid #ededed;display:flex;flex-direction:column;gap:14px;padding-bottom:10px}.mn-summary-table-content *{margin-bottom:0}.parking-status-container{background:#fff;height:100%;position:relative;width:100%}.parking-status-container .popup-overlay{padding:0 24px}.parking-status-container .popup-overlay .popup{width:100%}.parking-status-container .popup-overlay .popup-content{align-items:center;display:flex;justify-content:start;margin-bottom:16px;padding:20px 16px;width:100%}.parking-status-container .popup-overlay .popup-content .input-section{width:100%}.parking-status-container .popup-overlay .popup-content .input-row{display:flex;flex-direction:column;margin-bottom:8px}.parking-status-container .popup-overlay .popup-content .input-row label{color:#222;font-size:15px;font-weight:700;padding:0 10px 8px 0;text-align:start}.parking-status-container .popup-overlay .popup-content .input-row button,.parking-status-container .popup-overlay .popup-content .input-row input,.parking-status-container .popup-overlay .popup-content .input-row select,.parking-status-container .popup-overlay .popup-content .input-row textarea{border:1px solid #d2d2d2;border-radius:6px;font-size:16px;padding:10px}.bg-status-page{background:#f4f4f4!important}.title-bar{align-items:center;border-bottom:1px solid #ccc;display:flex;gap:100px;justify-content:end;margin:36px 0 10px;padding-bottom:12px}.parking-info{display:flex;flex-direction:column}.parking-text{font-size:16px;font-weight:700;margin-bottom:4px}.parking-text-vi{color:#333;font-size:14px}.icons{display:flex}.icon-button{background:none;border:none;cursor:pointer;padding:5px}.icon-button svg{height:20px;width:20px}.parking-info-detail{align-items:center;border-bottom:10px solid #f5f5f5;display:flex;justify-content:space-between;padding:12px 20px}.parking-info-detail .parking-title{color:#5b5b5b;font-size:16px}.parking-info-detail .parking-address{color:#222;font-weight:700}.settings-button{background:none;border:none;cursor:pointer}.settings-button img{height:22px;max-width:22px;width:22px}.settings-button svg{height:20px;width:20px}.parking-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);padding:20px 20px 90px}.parking-grid.pg-setting{padding:10px 20px}.parking-slot{background-color:#e6e6e6;border:1px solid #dbdbdb;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:80px;justify-content:center;padding:10px 0;position:relative;transition:all .1s ease}.parking-slot.selected{background-color:#fff;border-color:#c01818}.parking-slot.selected .slot-number{background:#c01818}.parking-slot.selected2{background:#fff;border:1px solid #106b46}.parking-slot.selected2 .slot-number{background:#106b46;right:-1px;top:-1px}.parking-slot.selected-member{background:#fff;border:1px solid #4285f4}.parking-slot.selected-member .slot-number{background:#4285f4;right:-1px;top:-1px}.parking-slot.selected-member .slot-text{color:#4285f4!important}.parking-slot.htSpotDuplicateMember{background:#bfdcfb;border:1px solid #4285f4}.parking-slot.htSpotDuplicateMember .slot-number{background:#4285f4;right:-1px;top:-1px}.parking-slot.htSpotDuplicateMember .slot-text{color:#4285f4!important}.parking-slot.htSpotDuplicate{background:#dffff0;border:1px solid #106b46}.parking-slot.htSpotDuplicate .slot-number{background:#106b46;right:-1px;top:-1px}.slot-number{background:#868686;border-bottom-left-radius:6px;border-top-right-radius:6px;color:#fff;min-width:22px;padding:0 2px;position:absolute;right:0;top:-1px}.slot-number,.slot-status{font-size:14px;font-weight:700;text-align:center}.slot-status{color:#8b8b8b}.slot-status.slot-parking{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding-left:10px;padding-right:10px}.slot-status.slot-parking .slot-car{color:#222;font-size:20px;font-weight:700;line-height:24px}.slot-status.slot-parking .slot-text{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#106b46;display:-webkit-box;line-height:16px;overflow:hidden}.action-button-container{margin-top:120px;padding:24px}.action-button{background-color:#666;border:none;color:#fff;cursor:not-allowed;font-size:16px;opacity:.7;padding:12px;transition:all .3s ease;width:100%}.action-button.active{background-color:#333;cursor:pointer;opacity:1}.action-button.active:hover{background-color:#222}.setting-mode .location-section{border-bottom:10px solid #f5f5f5;padding:10px 20px}.setting-mode .location-section .location-info .location-text,.setting-mode .location-section .location-info .location-text-vn{font-size:16px;margin-bottom:5px}.text-description{color:#868686;font-size:12px;margin:0;padding:20px 20px 0;position:relative;text-align:end}.text-description:before{color:#ccc;content:"•";left:145px;position:absolute}.line{border:0;border-top:1px solid #ccc;margin:116px 0}.table-container{padding:0 20px;width:100%}.parking-table.htEdit th{border-top:none}.parking-table{border-collapse:collapse}.parking-table tr{border-bottom:1px solid #e2e5eb}.parking-table td{color:#4e4e4e;font-size:14px;letter-spacing:-1px;line-height:16px;padding:10px 0;text-align:center}.parking-table th{border-bottom:2px solid rgba(34,34,34,.898);border-top:1px solid #e2e5eb;color:#000;font-size:14px;font-weight:700;padding:10px 0}.parking-table tbody tr:nth-child(2n){background-color:#f6f6f6}.parking-table .status-button{border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;min-width:62px;padding:5px 8px}.parking-table .status-button.fee-paid{background-color:#106b46}.parking-table .status-button.entry{background-color:#727272}.parking-table .h-cb{border:1px solid #d2d2d2;border-radius:3px;display:inline-block;height:18px;margin-left:4px;position:relative;top:2px;width:18px}.content{flex:1 1;overflow-y:auto}.content .header-content{border-bottom:10px solid #f5f5f5;padding:12px 20px}.content .spot-info{font-size:16px;margin-bottom:4px}.content .input-section{padding:0 20px}.content .input-section .input-row{display:flex;flex-direction:column;margin-bottom:8px}.content .input-section .input-row label{color:#222;font-size:15px;font-weight:700;padding:15px 10px 8px 0}.content .input-section .input-row button,.content .input-section .input-row input,.content .input-section .input-row select,.content .input-section .input-row textarea{border:1px solid #d2d2d2;border-radius:6px;font-size:16px;padding:10px}.content .small-text{color:#888;font-size:12px;margin-top:8px}.content .type-selection{padding:0 20px}.content .type-selection .select-title{color:#222;font-size:15px;font-weight:700;padding:15px 10px 8px 0}.content .type-selection .spot-types{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.content .type-selection .spot-types .type-button{border:1px solid #d2d2d2;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:16px 5px;text-align:center}.content .type-selection .spot-types .type-button.active{border:1px solid #106b46;color:#106b46}.content .type-selection .spot-types .type-button.active .korean-label{font-weight:700}.content .type-selection .spot-types .type-button .korean-label{font-size:15px;font-weight:700}.content .type-selection .spot-types .add-button-select{align-items:center;border:1px solid #e0e0e0;border-radius:4px;color:#888;cursor:pointer;display:flex;font-size:24px;justify-content:center}.footer{border-top:1px solid #ccc;bottom:60px;display:flex;left:18px;padding:40px 32px 0;position:absolute;width:90%}.footer button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:14px;font-weight:700;padding:14px}.footer button.cancel-button{background-color:#f0f0f0;color:#333;margin-right:8px}.footer button.save-button{background-color:#222;color:#fff}.parking-setting-container{background:#fff;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.search-bar{border-bottom:1px solid #e0e0e0;padding:75px 0 20px}.search-input-wrapper{display:flex;gap:12px;height:44px}.search-input-box{align-items:center;border:1px solid #999;border-radius:4px;display:flex;flex-grow:1;padding:5px}.search-input{border-radius:8px;flex:1 1;font-size:14px;outline:none}button::placeholder,input::placeholder,select::placeholder,textarea::placeholder{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.search-filters{display:flex;flex:1 1;flex-direction:column}.filter-labels{border-bottom:2px solid #000;display:grid;font-size:13px;font-weight:700;grid-template-columns:14px 1fr 1fr 1fr 1fr;padding:10px}.filter-labels span{text-align:center}.filter-labels span:first-child{grid-column:span 2;text-align:left}.filter-item{align-items:center;border-bottom:1px solid #e0e0e0;display:grid;font-size:13px;grid-template-columns:24px 1fr 1fr 1fr 1fr;padding:10px 5px}.action-buttons{padding-top:20px}.action-buttons,.action-buttons-edit{display:flex;justify-content:space-between;width:100%}.action-buttons-edit{border-top:1px solid #f0f0f0;bottom:0;box-shadow:0 -3px 3px #00000008;left:0;margin-top:auto;padding:10px 20px;position:fixed}.add-button,.delete-button{border-radius:50px;cursor:pointer;font-size:17px;font-weight:500;height:50px}.delete-button{background-color:#fff;border:1px solid #0b6e4f;color:#0b6e4f;flex:1 1;margin-right:10px}.delete-button.disabled{cursor:not-allowed;opacity:.5}.delete-button.active{background-color:#f5f5f5;border-color:#0b6e4f;color:#0b6e4f;font-weight:700}.add-button{background-color:#0b6e4f;border:none;color:#fff;flex:1 1}.form-container{padding:30px 20px 60px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:15px;font-weight:700;margin-bottom:7px}.form-group button[type=text],.form-group input[type=text],.form-group select[type=text],.form-group textarea[type=text]{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-size:15px;height:44px;padding:0 12px;width:100%}.form-group button[type=text]::placeholder,.form-group input[type=text]::placeholder,.form-group select[type=text]::placeholder,.form-group textarea[type=text]::placeholder{color:#bbb}.select-wrapper{position:relative}.select-wrapper select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #ddd;border-radius:6px;font-size:14px;height:44px;padding:0 12px;width:100%}.select-wrapper .arrow{color:#777;font-size:10px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.select-filter{margin-bottom:16px;margin-top:16px;position:relative}.select-filter select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #ddd;border-radius:6px;font-size:15px;height:44px;padding:0 12px;width:80px!important;width:100%}.select-filter .arrow{color:#777;font-size:10px;pointer-events:none;position:absolute;right:82%;top:50%;transform:translateY(-50%)}.address-input{align-items:center;border:1px solid #ccc;border-radius:6px;display:flex;gap:8px}.address-input button,.address-input input,.address-input select,.address-input textarea{border:none!important;flex-shrink:1}.address-input .search-button{font-size:15px;height:44px;margin:3px;width:60px}.address-input .search-button,.address-input .search-button-input{background-color:#0b6e4f;border:none;border-radius:6px;color:#fff;cursor:pointer}.address-input .search-button-input{flex-shrink:0;font-size:14px;font-weight:700;height:32px;margin:4px;width:75px}.operation-time .time-options{border-bottom:1px solid #ddd;display:flex;gap:12px;margin:10px 0 8px}.operation-time .time-options .time-options-row{flex:1 1;justify-content:flex-end}.operation-time .checkbox-label{align-items:center;display:flex;font-size:15px;font-weight:700;justify-content:center;margin-bottom:0}.operation-time .checkbox-label button[type=checkbox],.operation-time .checkbox-label input[type=checkbox],.operation-time .checkbox-label select[type=checkbox],.operation-time .checkbox-label textarea[type=checkbox]{margin-right:4px}.operation-time .checkbox-label span{font-size:15px;font-weight:300}.operation-time .time-ranges{display:flex;flex-direction:column;gap:10px}.operation-time .time-range{align-items:center;border-bottom:1px solid #ddd;display:flex;gap:5px;justify-content:space-between;padding-bottom:7px}.operation-time .time-range span{color:#222;font-size:14px}.operation-time .time-range .time-inputs{display:flex;gap:8px}.operation-time .time-range .time-inputs .time-end,.operation-time .time-range .time-inputs .time-start{align-items:center;display:flex;gap:5px}.operation-time .time-range .time-inputs .time-end span,.operation-time .time-range .time-inputs .time-start span{color:#666;font-size:14px}.operation-time .time-range .time-inputs .time-end button,.operation-time .time-range .time-inputs .time-end input,.operation-time .time-range .time-inputs .time-end select,.operation-time .time-range .time-inputs .time-end textarea,.operation-time .time-range .time-inputs .time-start button,.operation-time .time-range .time-inputs .time-start input,.operation-time .time-range .time-inputs .time-start select,.operation-time .time-range .time-inputs .time-start textarea{height:35px;padding:6px;width:50px}.fee-options{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.fee-options .fee-option{color:#333;flex-direction:column;font-size:12px;gap:6px;height:72px}.fee-options .add-fee-button,.fee-options .fee-option{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:6px;display:flex;justify-content:center}.fee-options .add-fee-button{color:#777;cursor:pointer;font-size:24px;height:70px}.fee-options .add-fee-button span{margin-top:-2px}.popup-overlay-form{align-items:flex-end;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.popup-overlay-form .line-header{align-self:center;background:#c8cbd0;border-radius:6px;height:5px;margin-bottom:8px;width:40px}.popup-overlay-form .popup{background-color:#fff;border-radius:15px 15px 0 0;display:flex;flex-direction:column;max-width:500px;padding:20px;width:100%}.popup-overlay-form .popup .input-section{padding-bottom:10px;width:100%}.popup-overlay-form .popup .input-title{font-size:15px;font-weight:700;padding:10px 0;text-align:start}.popup-overlay-form .popup h3{font-size:16px;margin:0 0 5px}.popup-overlay-form .popup p{color:#666;font-size:14px;margin:0 0 15px}.popup-overlay-form .popup .input-section h4{font-size:14px;margin:0 0 5px}.popup-overlay-form .popup .input-section button,.popup-overlay-form .popup .input-section input,.popup-overlay-form .popup .input-section select,.popup-overlay-form .popup .input-section textarea{border:1px solid #d2d2d2;border-radius:6px;font-size:15px;height:44px;outline:none;padding:0 10px;width:100%}.popup-overlay-form .popup .input-section .amount{font-size:16px}.popup-overlay-form .popup .input-section .amount span{color:#333}.popup-overlay-form .popup .popup-buttons{display:flex;gap:10px;margin-top:40px}.popup-overlay-form .popup .popup-buttons button{border:none;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding:15px}.popup-overlay-form .popup .popup-buttons button.close-button{background-color:#888;color:#fff}.popup-overlay-form .popup .popup-buttons button.apply-button{background-color:#000;color:#fff}.schedule-management-container{background-color:#fff;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:480px;width:100%}.header-schedule-container{padding-top:16px}.table-header{padding-bottom:12px;position:relative}.table-select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #ddd;border-radius:6px;font-size:15px;height:44px;padding-left:13px;padding-right:20px;width:100%}.arrow{color:#777;font-size:10px;pointer-events:none;position:absolute;right:10px;top:34%;transform:translateY(-50%)}.table-title{font-size:14px;font-weight:700}.table-labels{grid-template-columns:1fr 1fr 1fr 1fr;padding:10px}.table-labels,.table-labels2{border-bottom:2px solid #222222e6;border-top:1px solid #e2e5eb;display:grid;font-size:14px;font-weight:700;text-align:center}.table-labels2{grid-template-columns:auto 1fr 1fr 1fr 1fr;padding:10px 5px}.dropdown-arrow{color:#555;font-size:12px}.data-table{display:flex;flex:1 1;flex-direction:column}.data-table td,.data-table th{border-bottom:1px solid #ddd;padding:10px 15px;text-align:center}.data-table th{background-color:#f2f2f2;color:#333;font-size:13px;font-weight:400}.data-table td{font-size:13px}.data-table tr:last-child td{border-bottom:none}.table-labels-rows .filter-table2:nth-child(2n),.table-labels-rows .filter-table:nth-child(2n){background-color:#f6f6f6}.filter-table{align-items:center;border-bottom:1px solid #e0e0e0;display:grid;font-size:14px;grid-template-columns:1fr 1fr 1fr 1fr;padding:10px 5px;text-align:center}.filter-table:hover{cursor:pointer}.filter-table2{align-items:center;border-bottom:1px solid #e0e0e0;display:grid;font-size:13px;grid-template-columns:auto 1fr 1fr 1fr 1fr;padding:10px 5px;text-align:center}.filter-table2 span{color:#4e4e4e}.filter-table2:hover{cursor:pointer}.calendar-container,.daily-schedule-container,.work-schedule-container{background-color:#fff;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:480px;padding:0 0 70px;width:100%}.calendar-container .schedule-title,.daily-schedule-container .schedule-title,.work-schedule-container .schedule-title{color:#222;font-size:14px;font-weight:700;margin-bottom:20px}.calendar-container .location-dropdown,.daily-schedule-container .location-dropdown,.work-schedule-container .location-dropdown{margin-bottom:20px}.calendar-container .location-dropdown select,.daily-schedule-container .location-dropdown select,.work-schedule-container .location-dropdown select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border:1px solid #e0e0e0;border-radius:4px;color:#333;font-size:16px;outline:none;padding:8px;width:100%}.calendar-container .schedule-table,.daily-schedule-container .schedule-table,.work-schedule-container .schedule-table{display:flex;flex:1 1;flex-direction:column}.calendar-container .schedule-table .table-header,.daily-schedule-container .schedule-table .table-header,.work-schedule-container .schedule-table .table-header{border-bottom:2px solid #000;border-top:1px solid #ccc;color:#222;display:flex;font-size:14px;font-weight:700;padding:6px 0;text-align:center}.calendar-container .schedule-table .table-row,.daily-schedule-container .schedule-table .table-row,.work-schedule-container .schedule-table .table-row{align-items:center;border-bottom:1px solid #ccc;display:flex;height:48px;padding-left:5px}.calendar-container .schedule-table .table-row:last-child,.daily-schedule-container .schedule-table .table-row:last-child,.work-schedule-container .schedule-table .table-row:last-child{margin-bottom:0}.calendar-container .schedule-table .col-workday,.daily-schedule-container .schedule-table .col-workday,.work-schedule-container .schedule-table .col-workday{flex:1 1}.calendar-container .schedule-table .col-workday .checkbox-container,.daily-schedule-container .schedule-table .col-workday .checkbox-container,.work-schedule-container .schedule-table .col-workday .checkbox-container{align-items:center;cursor:pointer;display:flex;padding-left:30px;position:relative;-webkit-user-select:none;user-select:none}.calendar-container .schedule-table .col-workday .checkbox-container button,.calendar-container .schedule-table .col-workday .checkbox-container input,.calendar-container .schedule-table .col-workday .checkbox-container select,.calendar-container .schedule-table .col-workday .checkbox-container textarea,.daily-schedule-container .schedule-table .col-workday .checkbox-container button,.daily-schedule-container .schedule-table .col-workday .checkbox-container input,.daily-schedule-container .schedule-table .col-workday .checkbox-container select,.daily-schedule-container .schedule-table .col-workday .checkbox-container textarea,.work-schedule-container .schedule-table .col-workday .checkbox-container button,.work-schedule-container .schedule-table .col-workday .checkbox-container input,.work-schedule-container .schedule-table .col-workday .checkbox-container select,.work-schedule-container .schedule-table .col-workday .checkbox-container textarea{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.calendar-container .schedule-table .col-workday .checkbox-container .custom-checkbox,.daily-schedule-container .schedule-table .col-workday .checkbox-container .custom-checkbox,.work-schedule-container .schedule-table .col-workday .checkbox-container .custom-checkbox{background-color:#fff;border:1px solid #ccc;border-radius:4px;height:20px;left:0;position:absolute;width:20px}.calendar-container .schedule-table .col-workday .checkbox-container button:checked~.custom-checkbox,.calendar-container .schedule-table .col-workday .checkbox-container input:checked~.custom-checkbox,.calendar-container .schedule-table .col-workday .checkbox-container select:checked~.custom-checkbox,.calendar-container .schedule-table .col-workday .checkbox-container textarea:checked~.custom-checkbox,.daily-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.custom-checkbox,.daily-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.custom-checkbox,.daily-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.custom-checkbox,.daily-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.custom-checkbox,.work-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.custom-checkbox,.work-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.custom-checkbox,.work-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.custom-checkbox,.work-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.custom-checkbox{background-color:#008060;border-color:#008060}.calendar-container .schedule-table .col-workday .checkbox-container .checkmark,.daily-schedule-container .schedule-table .col-workday .checkbox-container .checkmark,.work-schedule-container .schedule-table .col-workday .checkbox-container .checkmark{background-color:#fff;border:1px solid #ccc;border-radius:4px;height:20px;left:0;position:absolute;width:20px}.calendar-container .schedule-table .col-workday .checkbox-container .checkmark:after,.daily-schedule-container .schedule-table .col-workday .checkbox-container .checkmark:after,.work-schedule-container .schedule-table .col-workday .checkbox-container .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:6px;position:absolute;top:3px;transform:rotate(45deg);width:5px}.calendar-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark,.calendar-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark,.calendar-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark,.calendar-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark,.daily-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark,.daily-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark,.daily-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark,.daily-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark,.work-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark,.work-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark,.work-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark,.work-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark{background-color:#008060;border-color:#008060}.calendar-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark:after,.calendar-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark:after,.calendar-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark:after,.calendar-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark:after,.daily-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark:after,.daily-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark:after,.daily-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark:after,.daily-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark:after,.work-schedule-container .schedule-table .col-workday .checkbox-container button:checked~.checkmark:after,.work-schedule-container .schedule-table .col-workday .checkbox-container input:checked~.checkmark:after,.work-schedule-container .schedule-table .col-workday .checkbox-container select:checked~.checkmark:after,.work-schedule-container .schedule-table .col-workday .checkbox-container textarea:checked~.checkmark:after{display:block}.calendar-container .schedule-table .col-time,.daily-schedule-container .schedule-table .col-time,.work-schedule-container .schedule-table .col-time{flex:1 1}.calendar-container .schedule-table .col-time.time-inputs,.daily-schedule-container .schedule-table .col-time.time-inputs,.work-schedule-container .schedule-table .col-time.time-inputs{align-items:center;display:flex;justify-content:center}.calendar-container .schedule-table .col-time.time-inputs .time-input,.daily-schedule-container .schedule-table .col-time.time-inputs .time-input,.work-schedule-container .schedule-table .col-time.time-inputs .time-input{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:6px;color:#333;font-size:14px;height:26px;padding:0;text-align:center;width:24px}.calendar-container .schedule-table .col-time.time-inputs .time-input:focus,.daily-schedule-container .schedule-table .col-time.time-inputs .time-input:focus,.work-schedule-container .schedule-table .col-time.time-inputs .time-input:focus{border-color:#008060;outline:none}.calendar-container .schedule-table .col-time.time-inputs .time-input:disabled,.daily-schedule-container .schedule-table .col-time.time-inputs .time-input:disabled,.work-schedule-container .schedule-table .col-time.time-inputs .time-input:disabled{background-color:#f5f5f5;color:#999;cursor:not-allowed}.calendar-container .schedule-table .col-time.time-inputs .time-separator,.daily-schedule-container .schedule-table .col-time.time-inputs .time-separator,.work-schedule-container .schedule-table .col-time.time-inputs .time-separator{color:#333;font-weight:700;margin:0 4px}.calendar-container .schedule-table .col-separator,.daily-schedule-container .schedule-table .col-separator,.work-schedule-container .schedule-table .col-separator{color:#666;text-align:center;width:20px}.schedule-header-container{padding-top:24px}.confirm-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;padding:0 20px;position:fixed;top:0;width:100%;z-index:1000}.confirm-popup-content{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.078);overflow:hidden;position:relative;width:100%}.confirm-popup-header{align-items:center;border-bottom:1px solid #eee;display:flex;gap:80px;justify-content:center;padding:15px}.confirm-popup-header h3{color:#222;font-size:16px;font-weight:700;margin:0}.confirm-popup-header .close-button{background:none;border:none;color:#4a4b4d;cursor:pointer;font-size:21px;font-weight:700;position:absolute;right:8px;top:0}.confirm-popup-header .close-button:hover{color:#333}.confirm-popup-body{padding:36px 15px;text-align:center}.confirm-popup-body p{color:#222;font-size:16px;font-weight:400}.confirm-popup-footer{display:flex;gap:10px;padding:15px}.confirm-popup-footer button{border:none;border-radius:80px;cursor:pointer;flex:1 1;font-size:14px;font-weight:700;padding:12px;transition:background-color .2s}.confirm-popup-footer button.cancel-button{background-color:#fff;border:1px solid #106b46;color:#106b46;font-size:16px}.confirm-popup-footer button.cancel-button:hover{background-color:#e0e0e0}.confirm-popup-footer button.confirm-button{background-color:#106b46;color:#fff;font-size:16px}.confirm-popup-footer button.confirm-button:hover{background-color:#006048}.date-selector{display:flex;margin-bottom:15px}.date-selector select{-webkit-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M10.293 3.293 6 7.586 1.707 3.293A1 1 0 0 0 .293 4.707l5 5a1 1 0 0 0 1.414 0l5-5a1 1 0 1 0-1.414-1.414z'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;background-size:12px;font-size:14px;margin-right:10px;outline:none;padding:8px;width:80px}.calendar,.date-selector select{border:1px solid #ddd;border-radius:4px}.calendar{overflow:hidden}.calendar .calendar-header{background-color:#f0f0f0;border-bottom:1px solid #ddd;display:grid;grid-template-columns:repeat(7,1fr)}.calendar .calendar-header .calendar-cell{color:#666;font-size:12px;font-weight:700;padding:10px 0;text-align:center}.calendar .calendar-header .calendar-cell:first-child{color:#ff4d4d}.calendar .calendar-header .calendar-cell:last-child{color:#4d79ff}.calendar .calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);grid-template-rows:repeat(6,1fr)}.calendar .calendar-grid .calendar-cell{border-bottom:1px solid #eee;border-right:1px solid #eee;height:56px;position:relative}.calendar .calendar-grid .calendar-cell:nth-child(7n){border-right:none}.calendar .calendar-grid .calendar-cell:nth-last-child(-n+7){border-bottom:none}.calendar .calendar-grid .calendar-cell .day-number{font-size:12px;position:absolute;right:3px;top:0}.calendar .calendar-grid .calendar-cell .event-indicator{height:10px;left:0;position:absolute;right:0}.calendar .calendar-grid .calendar-cell .event-indicator.red{background-color:#e74c3c;top:30%}.calendar .calendar-grid .calendar-cell .event-indicator.blue{background-color:#3498db;top:55%}.calendar .calendar-grid .calendar-cell.other-month .day-number{color:#ccc}.day-header{margin-bottom:10px;padding-top:23px}.day-header h2{color:#222;font-size:16px;font-weight:700;line-height:100%;margin:0}.schedule-list{display:flex;flex-direction:column;gap:10px}.schedule-list .schedule-item{align-items:center;background-color:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:13px}.schedule-list .schedule-item .person-name,.schedule-list .schedule-item .schedule-time{color:#4c4c4c;font-size:14px;font-weight:400}.checkout-container{background-color:#fff;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:480px;width:100%}.checkout-container .popup-overlay{background-color:#00000080;bottom:0;left:0;padding:0 20px;position:fixed;right:0;top:0;z-index:1000}.checkout-container .popup,.checkout-container .popup-overlay{align-items:center;display:flex;flex-direction:column;justify-content:center}.checkout-container .popup{background-color:#fff;border-radius:16px;box-shadow:0 4px 16px 0 rgba(0,0,0,.078);padding:20px;width:100%}.checkout-container .popup .btn-cancel,.checkout-container .popup .btn-confirm{border:1px solid #106b46;border-radius:80px;font-size:17px}.checkout-container .popup .btn-cancel{color:#106b46}.checkout-container .popup .btn-confirm{background:#106b46;color:#fff}.checkout-container .popup .action-confirm{align-items:center;display:flex;gap:16px}.checkout-container .popup .check-icon{margin-bottom:8px}.checkout-container .popup .popup-text{color:#333;font-size:14px;text-align:center}.content-time-attendance{display:flex;flex:1 1;flex-direction:column;gap:20px;margin-top:20px;padding:0 20px}.checkout-button{background-color:#106b46;border:none;border-radius:80px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;margin-bottom:20px;padding:16px;text-align:center}.checked-in{background:#cc3131}.input-group{display:flex;flex-direction:column;gap:8px}.input-group .input-label{align-items:center;color:#222;display:flex;font-size:15px;font-weight:700;justify-content:space-between;margin-bottom:4px;position:relative}.input-group .input-label .time-label{color:#222;font-size:12px;font-weight:700}.input-group .input-label .dash-label{color:#999;font-size:16px}.input-group .input-container{border:1px solid #ddd;border-radius:4px;overflow:hidden}.input-group .input-container.time-display{padding:0}.input-group .input-container.time-display .checked-in-message,.input-group .input-container.time-display .placeholder-text{font-size:14px;padding:12px 16px;width:100%}.input-group .input-container.time-display .checked-in-message{color:#333;text-align:center}.input-group .input-container.time-display .placeholder-text{color:#999}.input-group .input-container textarea{border:none;font-size:15px;height:100%;min-height:100px;outline:none;padding:12px 16px;width:100%}.input-group .input-container textarea::placeholder{color:#999}.notification-overlay{background-color:#000000b3;bottom:0;gap:12px;left:0;position:fixed;right:0;top:0;z-index:1000}.notification,.notification-overlay{align-items:center;display:flex;flex-direction:column;justify-content:center}.notification{background-color:#106b46;border-radius:50%;box-shadow:0 4px 10px #0003;height:69px;text-align:center;width:69px}.notification.checkout{background-color:#cc3131}.notification-text{color:#fff;font-size:15px;font-weight:700}.nl-parking-check-result .htLabel{font-size:15px}.nl-parking-check-result .nl-title-list{font-size:15px;font-weight:600;margin-bottom:10px}.nl-parking-check-result .htSubmitButton{font-size:17px;font-weight:400}.has-fixed-buttons{padding-bottom:80px}.nl-image-license-plate{height:100%;overflow-y:auto;position:relative;width:100%}.nl-image-license-plate img{height:auto;width:100%}.nl-content-time-attendance .input-group .input-label{line-height:16px;margin-bottom:0}textarea:read-only{background-color:#f5f5f5;color:#999;cursor:not-allowed}.mnsDuplicate-table{background-color:#e4fff2!important}.slot-time{color:#8b8b8b;font-size:13px;line-height:16px}.slot-time-container{display:flex;gap:2px;margin-bottom:2px}.slot-time-icon{align-items:center;display:flex;justify-content:center;margin-left:10px}.nl-toggle-message{background-color:#ca2727;border-radius:20px;bottom:80px;color:#fff;font-size:14px;left:0;line-height:20px;margin:auto;padding:5px 16px;position:fixed;right:0;width:fit-content;z-index:100}.nl-text-note-red{color:#ca2727;font-size:14px;margin-bottom:10px;width:100%}.nl-right{text-align:right!important}.nl-show-scrollbar::-webkit-scrollbar{width:8px}.nl-show-scrollbar::-webkit-scrollbar-thumb{background-color:#cdcdcd;border-radius:6px}.nl-show-scrollbar::-webkit-scrollbar-track{background-color:#f0f0f0}textarea.nl-show-scrollbar{resize:none}.nl-square{background-color:#0000;bottom:140px;left:50%;position:absolute;transform:translateX(-50%);z-index:1999}.htVideoContainer.nl-square-frame .htScanFrame{height:150px!important;top:50%;transform:translate(-50%,-50%)!important;width:280px!important}.htVideoContainer.nl-square-frame .htRecognize{top:calc(50% - 75px)!important}.nl-parking-payment-monthly{padding:24px 20px}.nl-parking-stustus{display:flex;flex-direction:column;height:100%}.nl-parking-stustus>.htFlex1{height:100%;overflow-y:auto}textarea::placeholder{white-space:pre-wrap}.htContainer{align-items:center;background-color:#fff;font-family:Arial,sans-serif;min-height:100%}.htContainer,.htContent{display:flex;flex-direction:column;width:100%}.htContent{flex:1 1;padding:0 20px}.htHasButtonBot{padding-bottom:110px;padding-bottom:calc(var(--height-bottom) + 50px)}.htCarImage{background-color:#f8f8f8;border-radius:10px;height:185px;margin-bottom:20px;overflow:hidden;overflow-y:auto;width:100%}.htCarImage .nl-text-add{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.htCarImage.htNoBorder{border:none}.htAddIcon{font-size:24px;margin-bottom:10px}.htEmpty{align-items:center;color:#8b8b8b;display:flex;flex:1 1;flex-direction:column;padding-top:80px}.htCarImageText{color:#000;font-size:16px}.htCheckbox{align-items:center;display:flex;justify-content:center}.htCheckbox button[type=checkbox],.htCheckbox input[type=checkbox],.htCheckbox select[type=checkbox],.htCheckbox textarea[type=checkbox]{display:none}.htCameraButton{align-items:center;align-self:flex-end;border:1px solid #a9a9a9;border-radius:6px;cursor:pointer;display:flex;height:38px;justify-content:center;margin-bottom:20px;padding:10px;width:100px}.htCameraIcon{font-size:20px;margin-right:5px}.htCameraIcon img{width:22px}.htRetakeText{color:#000;font-size:14px}.htInputField{margin-bottom:20px;width:100%}.htTextField{display:flex;justify-content:space-between;width:100%}.htTextField .nl-text{font-size:15px}.htLabel{display:block;font-size:16px;margin-bottom:10px}.htColorGray{color:#8b8b8b}.ht500,.htBold{font-weight:700}.htColorMain{color:#106b46;color:var(--color-main)}.htInput{border:1px solid #d3d3d3;border-radius:5px;font-size:16px;padding:10px;width:100%}.htCheckboxContainer{align-items:center;display:flex}.htCheckbox{height:20px;margin-right:10px;width:20px}.htCheckboxText{color:#000;font-size:16px}.htSubmitButton{background-color:#313b46;background-color:var(--color-dark-main);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:17px;font-weight:700;height:50px;margin-top:auto;width:100%}.parking-payment-container{color:#333;font-family:sans-serif;margin:0 auto;max-width:400px;padding:1rem}.htSection{padding:20px 0 10px;width:100%}.htSeparator{border-top:1px solid #ededed;width:100%}.htSection h2{font-size:15px;font-weight:700;margin:0 0 .5rem}.htSection:last-child{border-bottom:none}.htSection button[type=text],.htSection input[type=text],.htSection select[type=text],.htSection textarea[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;height:50px;padding:0 15px;position:relative;width:100%}.htSection .htStMoney{align-items:center;display:flex;position:relative}.htSection .htStMoney .mn-input{color:#106b46;color:var(--color-main);font-size:18px!important;font-weight:700;padding-right:34px}.htSection .htStMoney .mn-input::placeholder{font-size:14px!important}.htSection .htStMoney:after{color:#333;color:#106b46;color:var(--color-main);content:"원";font-size:18px;font-weight:700;position:absolute;right:10px;transform:translateY(3px)}.htInfoRow{display:flex;justify-content:space-between;margin-bottom:6px}.htInfoRow h2{margin-bottom:0}.htIrValue{font-size:14px;text-align:right}.htIrLabel{color:#8b8b8b;flex-shrink:0;font-size:14px}.htTotal{color:#060;font-size:18px;font-weight:700}.htCustomSelect{border:1px solid #939393;border-radius:6px}.htCsBody{display:flex;flex-direction:column;gap:15px;padding:20px 15px}.htCsHeader{align-items:center;border-bottom:1px solid #f6f6f6;display:flex;height:50px;padding:0 15px;position:relative}.htCsHeader>img{position:absolute;right:15px;transition:all .3s}.htCsHide{transform:rotate(-90deg)}.htHide{display:none}.htUnvisible{visibility:hidden}.htPpcHeader{align-items:start;display:flex;flex-direction:column;justify-content:flex-start;padding-bottom:25px;padding-top:16px;position:relative;width:100%}.htPpcHeader:after{background:#ededed;bottom:0;content:"";display:block;height:10px;left:-20px;margin-top:10px;position:absolute;width:calc(100% + 40px)}.htFlexColumn{display:flex;flex-direction:column}.htCol12{width:100%}.htPpCamera{display:flex;flex-direction:column}.htPpCamera .htPpCamera__btn{background:#f5f5f5;border-radius:6px;margin-top:15px;padding:10px 20px}.htLoading,.htPpCamera .htPpCamera__btn{align-items:center;display:flex;justify-content:center}.htLoading{background:#000c;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.htLoading path:nth-child(3){display:none}.htLoading .cXPSIG{animation-duration:1.4s}.htPaymentSuccess{display:flex;flex:1 1;flex-direction:column;justify-content:center;position:absolute;top:0;z-index:2}.htPaymentSuccess .htPsTile{font-size:36px;font-weight:700}.htPaymentSuccess .htPsDesc{font-size:15px;margin-top:5px}.htColorGray2{color:#4a4b4d;color:var(--color-gray)}.mb-7{margin-bottom:7px!important}.mt-7{margin-top:7px!important}.htVideoContainer{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;position:fixed;width:100%;z-index:9999}.htVideoContainer .video{height:100%;object-fit:cover;position:relative;width:100%}.htVideoContainer .htBackground{display:flex;flex-direction:column;height:100%;position:absolute;width:100%;z-index:1}.htVideoContainer .htChild{background-color:#000000e6;flex:1 1;position:relative;z-index:1}.htVideoContainer .htChild2{display:flex;flex:1 1}.htVideoContainer .htRecognize{align-items:center;color:#ff0;display:flex;flex-direction:column;font-size:20px;font-weight:700;overflow:hidden;position:absolute;text-align:center;text-overflow:ellipsis;top:calc(50% - 30px);transform:translateY(-100%);white-space:nowrap;width:100%}.htVideoContainer .htCornerBorder{display:inline-block;height:100%;position:relative;width:100%;z-index:999}.htVideoContainer .htCornerBorderDiscount{display:inline-block;height:340px;position:relative;width:340px;z-index:999}.htVideoContainer .htCornerBorder:after,.htVideoContainer .htCornerBorder:before,.htVideoContainer .htCornerBorderDiscount:after,.htVideoContainer .htCornerBorderDiscount:before{border:2px solid #fff;content:"";position:absolute}.htVideoContainer .htCornerBorder:before,.htVideoContainer .htCornerBorderDiscount:before{border-bottom:none;border-right:none;height:20px;left:5px;top:5px;width:20px}.htVideoContainer .htCornerBorder:after,.htVideoContainer .htCornerBorderDiscount:after{border-left:none;border-top:none;bottom:5px;height:20px;right:5px;width:20px}.htVideoContainer .htCornerBorder img{display:block;height:auto;width:100%}.htVideoContainer .htCornerBorder:after,.htVideoContainer .htCornerBorder:before{content:"";position:absolute}.htVideoContainer .htCornerBorderSub{height:100%;position:absolute;width:100%}.htVideoContainer .htCornerBorderSubDiscount{height:340px;position:absolute;width:340px}.htVideoContainer .htCornerBorderSub,.htVideoContainer .htCornerBorderSubDiscount{position:relative}.htVideoContainer .htCornerBorderSub:after,.htVideoContainer .htCornerBorderSub:before,.htVideoContainer .htCornerBorderSubDiscount:after,.htVideoContainer .htCornerBorderSubDiscount:before{content:"";position:absolute}.htVideoContainer .htCornerBorderSub:after,.htVideoContainer .htCornerBorderSubDiscount:after{border:2px solid #fff;border-bottom:none;border-left:none;height:20px;right:5px;top:5px;width:20px}.htVideoContainer .htCornerBorderSub:before,.htVideoContainer .htCornerBorderSubDiscount:before{border:2px solid #fff;border-right:none;border-top:none;bottom:5px;height:20px;left:5px;width:20px}.htVideoContainer .htCaptureClose{cursor:pointer;position:absolute;right:25px;top:25px;z-index:2}.htVideoContainer .htScanFrame{border:2px solid #ff0;height:60px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:240px}.htVideoContainer .htCameraControls{align-items:center;bottom:30px;display:flex;justify-content:center;left:0;position:absolute;width:100%}.htVideoContainer .htCaptureButton{align-items:center;background-color:#0000;border-radius:50%;cursor:pointer;display:flex;height:70px;justify-content:center;transition:transform .1s ease;width:70px}.htVideoContainer .htCaptureButton:active{transform:scale(.9)}.htVideoContainer .htInnerCircle{background-color:#fff;border-radius:50%;height:50px;transition:background-color .1s ease;width:50px}.htVideoContainer .htCaptureButton:active img{opacity:.5}.htError{color:red;font-size:14px;margin-top:5px;text-align:center}.nh-slot{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box!important;font-weight:400;overflow:hidden;text-align:center;text-overflow:ellipsis;width:100%;word-break:break-all}.htLogOut{position:relative;right:-5px;top:-4px;width:34px}.htCsSelectActive{color:#106b46!important;color:var(--color-main)!important;font-weight:700!important}.htCsSelect{font-size:15px}.htStatisticNodata{align-items:center;display:flex;margin:auto;min-height:118px;text-align:center;width:100px}.htToastSuccess{background-color:#106b46;background-color:var(--color-main);border-radius:6px;color:#fff;color:var(--color-white);margin-top:70px;width:200px}.htToastSuccess .Toastify__progress-bar--success{background:#fff;background:var(--color-white)}.htToastSuccess .Toastify__close-button--light{color:#fff;color:var(--color-white);opacity:1}.htNoMore{font-size:14px}.htLoadingText{color:#fff;color:var(--color-white);font-size:12px;position:absolute;top:calc(50% + 35px)}.htFontSize14{font-size:14px}.htFontSize16{font-size:16px}.htFontSize18{font-size:18px}.htFontSize20{font-size:20px}.htColorDark{color:#313b46;color:var(--color-dark-main)}.htFlex1{display:flex;flex:1 1}.htFixed{position:fixed;width:100%;z-index:2}.htPopupWorkingTime .popup{padding:0 0 18px}.htFlexShrink0{flex-shrink:0}.htColor222222{color:#222}.htColor5B5B5B{color:#5b5b5b}.htCarImage2{max-height:120px;max-width:120px;overflow:visible!important;position:relative}.htCarImage2 .htRemoveCustom{padding:10px;position:absolute;right:-18px;top:-18px;z-index:2}.htCarImage2 .nl-image-license-plate{z-index:1}.htCarImage2 .nl-image-license-plate img{border-radius:10px;height:120px;object-fit:cover;width:120px}.htBorder{border:1px solid #e5e7eb;border-radius:10px}.popup{position:relative}.popup-header{width:100%}.mn-popup-close{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:20px;position:absolute;right:-8px;top:-8px;z-index:1000}.mn-popup-close img{height:13px;width:13px}.mn-login-container{display:flex;flex-direction:column;justify-content:center;padding:20px 23px}.mn-login-container .login-title{margin:0;padding-bottom:50px}.mn-login-container .login-form{background-color:#fff;box-shadow:0 4px 16px 0 rgba(0,0,0,.078);padding:19px 14px 16px 21px}.login-form .mn-login-form-input img{height:20px!important;width:20px!important}.login-form .mn-login-form-input{gap:14px}.login-form .mn-login-form-input button,.login-form .mn-login-form-input input,.login-form .mn-login-form-input select,.login-form .mn-login-form-input textarea{color:#222;line-height:16px}.mn-login-container .mn-login-logo{margin:0;padding-bottom:46px;padding-top:46px}.mn-password-confirm-container{display:flex;flex-direction:column;justify-content:center;margin:0;padding:20px}.mn-password-confirm-container .form-header h3{color:#222;line-height:100%}.mn-password-confirm-container .form-header{margin:0!important;padding-bottom:60px}.mn-password-confirm-container .form-group .korean{margin-bottom:5px!important}.mn-password-confirm-container .form-group{margin:0!important;padding-bottom:20px}.mn-password-confirm-container .button-container .submit-button{margin-top:52px!important}.mn-employee-management-container .menu-title{padding-top:24px!important}.mn-employee-management-container .menu-grid{gap:7px!important}.mn-employee-management-container .mn-menu-title{padding-top:26px!important}.mn-employee-management-container .sub-header-text-main{border:1px solid #289a61!important;color:#289a61!important;line-height:18px!important;padding:6px 14px!important}.parking-calendar-container{background:#fff;height:100%;position:relative;width:100%}.parking-calendar-container .table-header{padding-bottom:10px!important}.mn-calendar-header select{height:44px;width:80px}.mn-calendar-header{display:flex;gap:7px}select{-webkit-appearance:none;appearance:none;background-image:url(/static/media/arrow.0c203f532f51bf54f07f.svg);background-position:right 8px center;background-repeat:no-repeat}.mn-content-edit-user-address .htInputField button,.mn-content-edit-user-address .htInputField input,.mn-content-edit-user-address .htInputField select,.mn-content-edit-user-address .htInputField textarea{align-items:center;display:flex;font-size:15px;height:44px;line-height:16px;padding-bottom:0;padding-top:0}.mn-content-edit-user-address .htInputField label{font-size:15px}.mn-content-edit-user-address{padding-top:29px}.mn-text-edit-user-address span{color:#222;font-size:14px;font-weight:400}.mn-text-edit-user-address p{color:#6b6b6b;font-size:12px;font-weight:700;line-height:18px}.mn-schedule-header-container .schedule-title{margin:0;padding-bottom:7px}.mn-work-schedule-container .table-header{align-items:center;height:38px}.mn-work-schedule-container .schedule-table .table-row:nth-child(odd){background-color:#f6f6f6}.mn-parking-table th{height:38px;padding:0}.mn-table-labels2{height:38px}.mn-input{background-color:#fff;border-radius:6px!important;font-size:15px!important;height:44px!important}.mnStMoney:after{transform:translateY(0)!important}.mn-white-header .main-header{background-color:#fff!important;box-shadow:none}.mn-attendance-table tbody tr:last-child td{border-bottom:none}.mn-attendance-footer{margin:0;padding:20px 20px 70px}.parking-attendance-container{background-color:#f4f4f4!important;height:auto;min-height:100%}.parking-attendance-container .htContent{background-color:#fff}.paking-status-header-container .search-container{padding-bottom:19px!important;padding-top:16px}.mn-payment-complete .popup-button{font-size:16px;font-weight:500;line-height:18px}.mn-spot-setting-popup .popup .popup-content{min-height:98px}.mn-spot-setting-popup .popup .mn-popup-close{right:-12px;top:-12px}.mn-spot-setting-popup .popup .mn-popup-close img{height:11px;width:11px}.nh-relative{position:relative}.nh-area-setting{position:absolute;right:7px;top:5px}.nh-popup .popup{background-color:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding-bottom:0!important;position:relative;width:156px!important}.nh-popup .popup-header{display:none}.nh-popup .popup-content{height:auto!important;margin:0!important;padding:0 10px!important}.nh-popup .nh-popup-row{align-items:center;display:flex;height:48px;justify-content:center}.nh-popup .nh-popup-row span{margin-left:8px}.nh-popup .nh-popup-row:first-child{border-bottom:1px solid #eaeaea}.nh-popup .nh-close-icon{height:10px;position:absolute;right:1px;top:8px;width:10px}.nh-popup-delete .popup-content{height:fit-content!important;margin-bottom:0!important}.table-scroll-wrapper{position:relative}.table-scroll-top{height:16px;margin-bottom:4px;margin-left:20px;margin-right:20px;overflow-x:scroll;overflow-y:hidden}.table-scroll-top::-webkit-scrollbar{height:4px}.table-scroll-top::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:4px}.table-scroll-top::-webkit-scrollbar-track{background:#0000}.table-container{overflow-x:auto}.parking-table{min-width:max-content;width:100%}.table-container::-webkit-scrollbar{display:none}.nh-input{text-align:right;width:160px!important}.nh-timepicker .popup{width:250px}.nh-timepicker .time-picker-container{align-items:center;display:flex;justify-content:center}.nh-timepicker .popup-header{display:none}.nh-timepicker .time-column{height:200px;overflow-y:auto;scroll-behavior:smooth;scrollbar-width:thin;width:60px}.nh-timepicker .time-list{height:200px;list-style:none;margin:0;overflow-y:auto;padding:0;scroll-snap-type:y proximity;text-align:center}.nh-timepicker .time-item{align-items:center;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;padding:10px 0}.nh-timepicker .time-item.selected{font-weight:700}.nh-timepicker .time-column::-webkit-scrollbar{width:6px}.nh-timepicker .time-column::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.nh-timepicker .time-column::-webkit-scrollbar-thumb:hover{background:#555}.nh-datepicker .mn-popup-close,.nh-datepicker .popup-header{display:none}.nh-datepicker .popup-content{padding:0}.nh-datepicker .react-datepicker{border:none;width:100%}.nh-datepicker .popup-buttons{margin-top:15px}.nh-hide-label label{opacity:0}.nh-icon-input{position:absolute;right:10px;top:42px}.time-picker-container{display:flex;gap:10px;height:200px;justify-content:space-around;position:relative}.time-column{flex:1 1;height:100%;overflow:hidden;position:relative}.selection-overlay{border-bottom:1px solid #aaa;border-top:1px solid #aaa;height:40px;left:0;pointer-events:none;position:absolute;right:0;top:calc(50% - 20px)}.time-list{-webkit-overflow-scrolling:touch;height:100%;list-style:none;margin:0;overflow-y:auto;padding:0;scroll-snap-type:y mandatory}.time-item{align-items:center;color:#666;display:flex;font-size:18px;justify-content:center;scroll-snap-align:center}.time-item.selected{color:#2a6f3f;font-size:20px;font-weight:700}.time-list::-webkit-scrollbar{background:#0000;width:0}.time-list{-ms-overflow-style:none;scrollbar-width:none}.time-separator{align-items:center;color:#2a6f3f;display:flex;font-size:20px;font-weight:700;justify-content:center}.nh-label{display:block;font-weight:700}.nh-info{margin:20px 0}.nh-text-bottom-right{font-size:20px;font-weight:700;padding-right:10px;text-align:right}.nh-border-right{border-right:1px solid #e5e7eb}.nh-border-bottom{border-bottom:1px solid #e5e7eb}.nh-container{height:100%}.nh-info2{margin:0 10px}.nh-text-bold{font-weight:700}.nh-price{font-size:26px;margin-right:5px}.nh-btn-yes{background-color:#106b46;background-color:var(--color-main);color:#fff;color:var(--color-white)}.nh-btn-no,.nh-btn-yes{border-radius:25px;font-size:17px;font-weight:500;height:50px;width:100%}.nh-btn-no{background-color:#fff;background-color:var(--color-white);border:1px solid #106b46;border:1px solid var(--color-main);color:#106b46;color:var(--color-main);font-family:Arial,sans-serif}:root{--color-white:#fff;--color-dark-main:#313b46;--color-main:#106b46;--color-gray:#4a4b4d;--color-left-menu-active:#002286;--color-top-menu-active:#3d62cc;--color-button-purple:#5c6b98;--color-tab-active:#535661;--color-tab-unactive:#f3f4fb;--color-line-form:#dee2e5;--color-head-table-view:#f8f8f8;--color-head-table-list:#f9fafd;--color-wrapper:#f8fafb;--color-purple-upload:#828fb5;--height-header:60px;--height-bottom:60px;--height-sub-header:44px;--toastify-icon-color-success:#fff!important;--toastify-toast-min-height:50px!important}*{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box;font-family:Roboto,sans-serif;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body,html{font-family:Roboto,sans-serif;height:100%}body{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{cursor:pointer;text-decoration:none}p{margin-bottom:0}li,ul{list-style:none;padding-left:0}.link{cursor:pointer}button,input,select,textarea{outline:none}button{cursor:pointer}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.sticky{position:sticky}.inset-0{inset:0}.top-\[10px\]{top:10px}.z-50{z-index:50}.mx-20{margin-left:5rem;margin-right:5rem}.my-0{margin-bottom:0;margin-top:0}.my-3{margin-bottom:.75rem;margin-top:.75rem}.mb-0{margin-bottom:0}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.ml-10{margin-left:2.5rem}.ml-3{margin-left:.75rem}.ml-5{margin-left:1.25rem}.mr-3{margin-right:.75rem}.mr-5{margin-right:1.25rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-20{margin-top:5rem}.mt-5{margin-top:1.25rem}.mt-7{margin-top:1.75rem}.flex{display:flex}.table{display:table}.table-row{display:table-row}.grid{display:grid}.hidden{display:none}.h-\[100vh\]{height:100vh}.h-\[42px\]{height:42px}.h-auto{height:auto}.max-h-\[80vh\]{max-height:80vh}.w-1\/2{width:50%}.w-\[42px\]{width:42px}.w-full{width:100%}.max-w-3xl{max-width:48rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.overflow-auto{overflow:auto}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.bg-black{--tw-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:#3b82f6;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-75{--tw-bg-opacity:0.75}.p-2{padding:.5rem}.p-4{padding:1rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-40{padding-left:10rem;padding-right:10rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-20{padding-bottom:5rem;padding-top:5rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-20{padding-bottom:5rem}.pb-5{padding-bottom:1.25rem}.pb-80{padding-bottom:20rem}.pl-10{padding-left:2.5rem}.pl-5{padding-left:1.25rem}.pr-0{padding-right:0}.pr-10{padding-right:2.5rem}.pr-20{padding-right:5rem}.pt-0{padding-top:0}.pt-10{padding-top:2.5rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.pt-80{padding-top:20rem}.text-center{text-align:center}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.font-bold{font-weight:700}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:#9ca3af;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:#fff;color:rgb(255 255 255/var(--tw-text-opacity,1))}.opacity-0{opacity:0}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:text-red-700:hover{--tw-text-opacity:1;color:#b91c1c;color:rgb(185 28 28/var(--tw-text-opacity,1))}
/*# sourceMappingURL=main.2bc59d5b.css.map*/