: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:-webkit-fit-content;width:-moz-fit-content;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)}}.app-brand-link{background:#494ea1;border-radius:25px}.btn-signin{background:#494ea1;border:none;border-radius:0;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px;transition:.3s;width:100%}.btn-signin:hover{background:#333}.authentication-wrapper{display:flex;flex-basis:100%;min-height:100vh;width:100%}.authentication-wrapper .authentication-inner{width:100%}.authentication-wrapper.authentication-basic{align-items:center;justify-content:center;overflow:hidden}.authentication-wrapper.authentication-cover{align-items:flex-start}.authentication-wrapper.authentication-cover .authentication-inner{height:100vh}.authentication-wrapper.authentication-basic .authentication-inner{max-width:400px;position:relative}.authentication-wrapper.authentication-basic .authentication-inner:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='148' height='148' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M355 144a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-144-27a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM355 87a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM355 57a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm117 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-60 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm87 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-117 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm60 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm-87-30a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM355 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm30 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm27 0a2 2 0 1 1 0 4 2 2 0 0 1 0-4Z' id='a'/%3E%3C/defs%3E%3Cg transform='translate(-353)' fill='none' fill-rule='evenodd'%3E%3Cuse fill='%23696cff' xlink:href='%23a'/%3E%3Cuse fill-opacity='.6' fill='%23FFF' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");content:" ";height:148px;position:absolute;right:-40px;top:-40px;width:148px}.authentication-wrapper.authentication-basic .authentication-inner:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='240' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M34.5 182a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm32 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-146-28a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm32 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-146-30a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm32 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 0 1 2.5 2.5c0 31.38-1.12 2.5-2.5 2.5a2.5 2.5 0 1 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-146-30a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm119 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-62 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm89 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-119 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm62 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-89-30a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm32 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm-146-27a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm32 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm30 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Zm27 0a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z' id='a'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Crect fill='%23696cff' opacity='.04' width='215' height='216' rx='10'/%3E%3Crect stroke='rgba(67, 89, 113, 0.5)' opacity='.48' x='104.5' y='100.5' width='138' height='139' rx='10'/%3E%3Cuse fill='%23696cff' xlink:href='%23a'/%3E%3Cuse fill-opacity='.6' fill='%23FFF' xlink:href='%23a'/%3E%3C/g%3E%3C/svg%3E");bottom:-68px;content:" ";height:240px;left:-46px;position:absolute;width:243px}.authentication-wrapper.authentication-basic .authentication-inner .card{z-index:1}.authentication-wrapper.authentication-basic .authentication-inner .card .app-brand{margin-bottom:2.5rem}.authentication-wrapper .auth-input-wrapper .auth-input{font-size:150%;max-width:50px;padding-left:.4rem;padding-right:.4rem}@media (max-width:575.98px){.authentication-wrapper .auth-input-wrapper .auth-input{font-size:1.125rem}}.light-style .authentication-wrapper .authentication-bg{background-color:#fff}.cursor-pointer{cursor:pointer}.app-brand-logo svg{height:auto;width:25px}.input-group-merge .form-control{border-right:0}.input-group-merge .input-group-text{background-color:initial;border-left:0}.dashboard-container{background-color:#f8f9fa;display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.dashboard-main{display:flex;flex:1 1;flex-direction:column;transition:margin-left .3s ease}.mobile-overlay{background:#00000080;bottom:0;display:none;right:0;z-index:999}.mobile-overlay,.sidebar{left:0;position:fixed;top:0}.sidebar{background:#fff;border-right:1px solid #e3e6f0;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;height:100vh;overflow-y:auto;transition:all .3s ease;width:290px;z-index:1000}.sidebar.collapsed{width:70px}.sidebar-header{border-bottom:1px solid #e3e6f0;padding:1rem}.sidebar-brand{align-items:center;display:flex;gap:.75rem;text-decoration:none}.brand-icon{color:#5e72e4;font-size:1.5rem}.brand-text{color:#5a5c69;font-size:1.25rem;font-weight:700;margin:0}.sidebar.collapsed .brand-text{display:none}.admin-content-wrapper{margin-left:290px;transition:all .3s ease;width:calc(100% - 290px)}.admin-content-wrapper.sidebar-collapsed{margin-left:70px;width:calc(100% - 80px)}.sidebar-menu{padding:1rem 0}.nav-list{list-style:none;margin:0;padding:0}.nav-item{margin-bottom:.25rem}.nav-link{align-items:center;display:flex;text-align:left;text-decoration:none;width:100%}.nav-link:hover{color:#494ea1}.nav-link.active{background-color:#494ea1;color:#fff;position:relative}.nav-link.active:before{background-color:#494ea1;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.nav-icon{font-size:1rem;margin-right:.75rem;text-align:center;width:20px}.nav-text{flex:1 1;font-weight:500}.nav-arrow{font-size:.75rem;transition:transform .3s ease}.nav-arrow.expanded{transform:rotate(90deg)}.sidebar.collapsed .nav-arrow,.sidebar.collapsed .nav-text{display:none}.submenu{background-color:#f8f9fc;list-style:none;margin:0;padding:0}.submenu-item{margin:0}.submenu-link{background:none;border:none;color:#858796;cursor:pointer;display:block;font-size:.875rem;padding:.5rem 1.5rem .5rem 3.5rem;text-align:left;text-decoration:none;transition:all .3s ease;width:100%}.submenu-link.active,.submenu-link:hover{background-color:#5e72e4;color:#fff}.sidebar-footer{border-top:1px solid #e3e6f0;margin-top:auto;padding:1rem}.upgrade-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;color:#fff;padding:1rem;text-align:center}.upgrade-content h6{color:#fff;margin-bottom:.5rem}.upgrade-content p{font-size:.875rem;margin-bottom:1rem;opacity:.9}.dashboard-header{background:#fff;border-bottom:1px solid #e3e6f0;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;height:70px;position:-webkit-sticky;position:sticky;top:0;z-index:998}.header-content{height:100%;justify-content:space-between}.header-content,.header-left{align-items:center;display:flex}.header-left{gap:1rem}.sidebar-toggle-btn{background:none;border:none;border-radius:.25rem;color:#5a5c69;cursor:pointer;padding:.5rem;transition:background-color .3s ease}.sidebar-toggle-btn:hover{background-color:#f8f9fc}.search-container{position:relative;width:300px}.search-input-group{align-items:center;display:flex;position:relative}.search-icon{color:#858796;left:.75rem;position:absolute;z-index:2}.search-input{background-color:#f8f9fc;border:1px solid #d1d3e2;border-radius:2rem;font-size:.875rem;padding:.5rem .75rem .5rem 2.5rem;transition:all .3s ease;width:100%}.search-input:focus{background-color:#fff;border-color:#5e72e4;box-shadow:0 0 0 .2rem #5e72e440;outline:none}.header-right{align-items:center;display:flex;gap:1rem}.quick-actions{display:flex;gap:.5rem}.quick-action-btn{background:none;border:1px solid #d1d3e2;border-radius:.25rem;color:#5a5c69;cursor:pointer;padding:.5rem;transition:all .3s ease}.quick-action-btn:hover{background-color:#f8f9fc;border-color:#5e72e4;color:#5e72e4}.notification-dropdown{position:relative}.notification-btn{background:none;border:none;border-radius:.25rem;color:#5a5c69;cursor:pointer;padding:.5rem;position:relative;transition:background-color .3s ease}.notification-btn:hover{background-color:#f8f9fc}.notification-badge{background:#e74a3b;border-radius:1rem;color:#fff;font-size:.75rem;min-width:1.25rem;padding:.125rem .375rem;position:absolute;right:0;text-align:center;top:0}.notification-panel{background:#fff;border:1px solid #e3e6f0;border-radius:.5rem;box-shadow:0 .5rem 1rem #00000026;margin-top:.5rem;position:absolute;right:0;top:100%;width:320px;z-index:1000}.notification-header{align-items:center;border-bottom:1px solid #e3e6f0;display:flex;justify-content:between;padding:1rem}.notification-header h6{color:#5a5c69;margin:0}.notification-count{color:#858796;font-size:.75rem}.notification-list{max-height:300px;overflow-y:auto}.notification-item{align-items:flex-start;border-bottom:1px solid #f8f9fc;cursor:pointer;display:flex;padding:.75rem 1rem;position:relative;transition:background-color .3s ease}.notification-item.unread,.notification-item:hover{background-color:#f8f9fc}.notification-icon{font-size:1rem;margin-right:.75rem}.notification-content{flex:1 1}.notification-message{color:#5a5c69;font-size:.875rem;margin:0 0 .25rem}.notification-time{color:#858796;font-size:.75rem}.unread-indicator{background:#5e72e4;border-radius:50%;height:8px;position:absolute;right:1rem;top:50%;transform:translateY(-50%);width:8px}.notification-footer{border-top:1px solid #e3e6f0;padding:.75rem 1rem}.user-dropdown{position:relative}.user-menu-btn{align-items:center;background:none;border:none;border-radius:.25rem;color:#5a5c69;cursor:pointer;display:flex;gap:.5rem;padding:.5rem;transition:background-color .3s ease}.user-menu-btn:hover{background-color:#f8f9fc}.user-avatar{height:32px;width:32px}.user-info{align-items:flex-start;flex-direction:column}.user-name{font-size:.875rem}.user-role{color:#858796;font-size:.75rem}.dropdown-arrow{transition:transform .3s ease}.user-menu-panel{background:#fff;border:1px solid #e3e6f0;border-radius:.5rem;box-shadow:0 .5rem 1rem #00000026;margin-top:.5rem;position:absolute;right:0;top:100%;width:280px;z-index:1000}.user-menu-header{border-bottom:1px solid #e3e6f0;padding:1.5rem;text-align:center}.user-avatar-large{border-radius:50%;height:60px;margin-bottom:.75rem;object-fit:cover;width:60px}.user-details h6{color:#5a5c69;margin:0 0 .25rem}.user-details p{color:#858796;font-size:.875rem;margin:0 0 .5rem}.user-badge{background:#5e72e4;border-radius:1rem;color:#fff;display:inline-block;font-size:.75rem;padding:.25rem .5rem}.user-menu-items{padding:.5rem 0}.user-menu-item{align-items:center;background:none;border:none;color:#5a5c69;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1.5rem;text-align:left;transition:background-color .3s ease;width:100%}.user-menu-item:hover{background-color:#f8f9fc}.user-menu-item.logout-item{color:#e74a3b}.user-menu-item.logout-item:hover{background-color:#fdf2f2}.menu-icon{font-size:1rem}.menu-divider{border-color:#e3e6f0;margin:.5rem 0}.main-content{display:flex;flex:1 1;flex-direction:column}.content-wrapper{flex:1 1;overflow-y:auto;padding:2rem}.section-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:2rem}.header-content h1,.header-content h2{color:#5a5c69;font-weight:700;margin:0 0 .5rem}.section-title{font-size:1.75rem}.section-subtitle{color:#858796;margin:0}.header-actions{display:flex;gap:.75rem}.btn-icon{margin-right:.5rem}.overview-section{max-width:100%}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{box-shadow:0 .25rem 2rem 0 #3a3b4533}.stat-card-body{padding:1.5rem}.stat-header{align-items:flex-start}.stat-icon{font-size:2rem}.stat-menu-btn{background:none;border:none;border-radius:.25rem;color:#858796;cursor:pointer;padding:.25rem;transition:background-color .3s ease}.stat-menu-btn:hover{background-color:#f8f9fc}.stat-content{text-align:left}.stat-value{margin:0 0 .25rem}.stat-title{margin:0 0 .75rem}.stat-change{align-items:center;display:flex;gap:.25rem}.change-period{color:#858796;font-weight:400}.stat-card-primary{border-left:4px solid #5e72e4}.stat-card-success{border-left:4px solid #1cc88a}.stat-card-warning{border-left:4px solid #f6c23e}.stat-card-info{border-left:4px solid #36b9cc}.content-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.activities-section,.chart-section,.metrics-section,.quick-actions-section{grid-column:span 1}.chart-section{grid-column:span 2}.card{background:#fff;border:none;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;margin-bottom:1.5rem}.card-header{align-items:center;background:#f8f9fc;border-bottom:1px solid #e3e6f0;display:flex;justify-content:space-between}.card-title{color:#5a5c69;font-size:1rem;margin:0}.card-actions{display:flex;gap:.5rem}.card-body{min-height:120px;padding:1.5rem}.chart-container{height:300px}.chart-placeholder{align-items:center;background:linear-gradient(45deg,#f8f9fc 25%,#0000 0),linear-gradient(-45deg,#f8f9fc 25%,#0000 0),linear-gradient(45deg,#0000 75%,#f8f9fc 0),linear-gradient(-45deg,#0000 75%,#f8f9fc 0);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;border:2px dashed #d1d3e2;border-radius:.375rem;display:flex;flex-direction:column;height:100%;justify-content:center}.chart-content{text-align:center}.chart-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.chart-content h6{color:#5a5c69;margin-bottom:.5rem}.chart-content p{color:#858796;margin-bottom:1rem}.chart-stats{display:flex;gap:2rem;justify-content:center}.chart-stat{text-align:center}.chart-stat .stat-label{color:#858796;display:block;font-size:.75rem;margin-bottom:.25rem}.chart-stat .stat-value{color:#5a5c69;font-size:1.25rem;font-weight:600}.activities-list{max-height:400px;overflow-y:auto}.activity-item{align-items:flex-start;border-bottom:1px solid #f8f9fc;display:flex;gap:.75rem;padding:.75rem 0}.activity-item:last-child{border-bottom:none}.activity-icon{align-items:center;background:#f8f9fc;border-radius:50%;display:flex;flex-shrink:0;font-size:1.25rem;height:32px;justify-content:center;width:32px}.activity-content{flex:1 1}.activity-text{color:#5a5c69;font-size:.875rem;margin:0 0 .25rem}.quick-actions-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.quick-action-card{align-items:center;background:#fff;border:1px solid #e3e6f0;border-radius:.5rem;color:inherit;cursor:pointer;display:flex;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .3s ease}.quick-action-card:hover{border-color:#5e72e4;box-shadow:0 .25rem 1rem #0000001a;transform:translateY(-2px)}.action-icon{font-size:2rem;margin-bottom:.75rem}.action-content{text-align:center}.action-title{color:#5a5c69;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.action-description{color:#858796;font-size:.75rem;margin:0}.quick-action-primary{border-left:4px solid #5e72e4}.quick-action-success{border-left:4px solid #1cc88a}.quick-action-warning{border-left:4px solid #f6c23e}.quick-action-info{border-left:4px solid #36b9cc}.metrics-list{display:flex;flex-direction:column;gap:1rem}.metric-item{align-items:center;display:flex;justify-content:space-between}.metric-label{color:#5a5c69;font-size:.875rem;font-weight:500}.metric-value{align-items:center;display:flex;flex:1 1;gap:.75rem;margin-left:1rem}.metric-value .value{color:#5a5c69;font-size:.875rem;font-weight:600;min-width:60px;text-align:right}.progress{background-color:#e3e6f0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.progress-bar{height:100%;transition:width .3s ease}.no-results{padding:3rem 1rem;text-align:center}.no-results-content{margin:0 auto;max-width:300px}.no-results-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.no-results h6{color:#5a5c69;margin-bottom:.5rem}.no-results p{color:#858796;margin:0}.analytics-section{max-width:100%}.analytics-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.analytics-stat-card{background:#fff;border:none;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;padding:1.5rem;transition:transform .3s ease}.analytics-stat-card:hover{transform:translateY(-2px)}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-title{color:#858796;font-size:.875rem;letter-spacing:.5px;margin:0;text-transform:uppercase}.trend-indicator{font-size:1.25rem}.stat-value{margin:0 0 .5rem}.stat-change{font-size:.875rem;font-weight:600}.stat-change.positive{color:#1cc88a}.stat-change.negative{color:#e74a3b}.analytics-charts{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:2fr 1fr;margin-bottom:2rem}.chart-card{background:#fff;border:none;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526}.traffic-sources{padding:1.5rem}.source-item{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.source-item:last-child{margin-bottom:0}.source-info{align-items:center;display:flex;justify-content:space-between}.source-name{color:#5a5c69;font-weight:500}.source-visitors{color:#858796;font-size:.875rem}.source-progress{align-items:center;display:flex;gap:.75rem}.source-percentage{color:#5a5c69;font-size:.875rem;font-weight:600;min-width:40px;text-align:right}.reports-section{max-width:100%}.reports-filters{background:#fff;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;display:flex;gap:1rem;margin-bottom:2rem;padding:1.5rem}.filter-group{display:flex;flex-direction:column;gap:.5rem}.reports-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem}.report-card{background:#fff;border:none;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;padding:1.5rem;transition:transform .3s ease}.report-card:hover{transform:translateY(-2px)}.report-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.report-info{flex:1 1}.report-name{color:#5a5c69;font-size:1rem;font-weight:600;margin:0 0 .5rem}.report-description{color:#858796;font-size:.875rem;margin:0}.report-meta{background:#f8f9fc;border-radius:.375rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding:1rem}.meta-item{display:flex;font-size:.875rem;justify-content:space-between}.meta-label{color:#858796}.meta-value{color:#5a5c69;font-weight:500}.report-actions{display:flex;flex-wrap:wrap;gap:.5rem}.quick-reports{margin-top:3rem}.quick-reports h4{color:#5a5c69;margin-bottom:1.5rem}.templates-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.template-card{background:#fff;border:1px solid #e3e6f0;border-radius:.5rem;padding:1.5rem;text-align:center;transition:all .3s ease}.template-card:hover{border-color:#5e72e4;box-shadow:0 .25rem 1rem #0000001a;transform:translateY(-2px)}.template-icon{font-size:2rem;margin-bottom:.75rem}.template-card h6{color:#5a5c69;font-weight:600;margin:0 0 .5rem}.template-card p{color:#858796;font-size:.875rem;margin:0 0 1rem}.user-management-section{max-width:100%}.bulk-actions{align-items:center;background:#e3f2fd;border:1px solid #bbdefb;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:1rem 1.5rem}.bulk-info{color:#1976d2;font-weight:500}.bulk-buttons{display:flex;gap:.5rem}.users-table-container{background:#fff;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;overflow:hidden}.table{margin:0}.table th{background:#f8f9fc;border-bottom:1px solid #e3e6f0;border-top:none;color:#5a5c69;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem;text-transform:uppercase}.table th.sortable{cursor:pointer;transition:background-color .3s ease;-webkit-user-select:none;user-select:none}.table th.sortable:hover{background-color:#e3e6f0}.table td{border-bottom:1px solid #f8f9fc;padding:1rem;vertical-align:middle}.table tr:hover{background-color:#f8f9fc}.table tr.selected{background-color:#e3f2fd}.user-info{display:flex;gap:.75rem}.user-avatar{border-radius:50%;height:40px;object-fit:cover;width:40px}.user-details{display:flex;flex-direction:column}.user-name{color:#5a5c69;font-weight:600;margin:0}.user-email{color:#858796;font-size:.875rem;margin:0}.role-badge{background:#f8f9fc;border-radius:1rem;color:#5a5c69;display:inline-block;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.department,.last-login{color:#858796;font-size:.875rem}.action-buttons{display:flex;gap:.25rem}.roles-management{max-width:100%}.roles-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.role-card{background:#fff;border:none;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;padding:1.5rem;transition:transform .3s ease}.role-card:hover{transform:translateY(-2px)}.role-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.role-info{flex:1 1}.role-name{color:#5a5c69;font-weight:600;margin:0 0 .5rem}.user-count{font-size:.75rem}.role-description{color:#858796;margin-bottom:1rem}.permissions-list h6{color:#5a5c69;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.permissions{display:flex;flex-wrap:wrap;gap:.5rem}.permission-badge{background:#e3f2fd;border-radius:.25rem;color:#1976d2;display:inline-block;font-size:.75rem;padding:.25rem .5rem;text-transform:capitalize}.user-activity{max-width:100%}.activity-filters{display:flex;gap:1rem}.activity-timeline{background:#fff;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;padding:1.5rem}.timeline-item{align-items:flex-start;border-bottom:1px solid #f8f9fc;display:flex;gap:1rem;padding:1rem 0;position:relative}.timeline-item:last-child{border-bottom:none}.timeline-item:not(:last-child):after{background:#e3e6f0;bottom:-16px;content:"";left:12px;position:absolute;top:40px;width:2px}.timeline-marker{border-radius:50%;flex-shrink:0;height:24px;position:relative;width:24px;z-index:1}.timeline-marker.login{background:#1cc88a}.timeline-marker.update{background:#f6c23e}.timeline-marker.create{background:#5e72e4}.timeline-content{flex:1 1}.activity-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.activity-time{color:#858796;font-size:.75rem}.activity-details{color:#858796;font-size:.875rem}.content-management-section{max-width:100%}.content-tabs{margin-bottom:2rem}.nav-tabs{border-bottom:1px solid #e3e6f0}.nav-link{background:none;border:none;color:#858796;cursor:pointer;padding:.75rem 1.5rem;transition:all .3s ease}.nav-link.active{background:#fff;border-bottom:2px solid #5e72e4;color:#5e72e4}.content-header{background:#fff;border-radius:.5rem;box-shadow:0 .15rem 1.75rem 0 #3a3b4526;margin-bottom:1.5rem;padding:1.5rem}.content-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-item{text-align:center}.stat-value{color:#5a5c69;display:block;font-size:1.5rem}.stat-label{color:#858796;font-size:.875rem;letter-spacing:0;text-transform:uppercase}.category-management-section{padding:2rem}.page-header{margin-bottom:2rem}.page-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:.5rem}.page-subtitle{color:#6c757d;font-size:1rem;margin-bottom:0}.loading-spinner{align-items:center;display:flex;justify-content:center;min-height:400px}.category-card{border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #00000014;height:100%;overflow:hidden;transition:all .3s ease}.category-card:hover{border-color:#007bff;box-shadow:0 8px 25px #00000026;transform:translateY(-4px)}.category-card .card-body{display:flex;flex-direction:column;height:100%;min-height:118px;padding:1.5rem}.category-image-container{background:#f8f9fa;border-radius:8px;margin-bottom:1.25rem;overflow:hidden;position:relative;text-align:center}.category-image{background:#f8f9fa;border-radius:8px;height:70px;object-fit:cover;transition:transform .3s ease;width:100px}.category-card:hover .category-image{transform:scale(1.05)}.status-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffe6;border:1px solid #0000001a;border-radius:12px;font-size:.7rem;font-weight:600;padding:.25rem .5rem;position:absolute;right:8px;top:8px}.status-badge.bg-success{background:#28a745e6!important;border-color:#28a7454d;color:#fff}.status-badge.bg-secondary{background:#6c757de6!important;border-color:#6c757d4d;color:#fff}.category-details{display:flex;flex-direction:column;flex-grow:1}.category-name{-webkit-line-clamp:2;color:#2c3e50;font-size:1.1rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.category-description,.category-name{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.category-description{-webkit-line-clamp:3;color:#6c757d;flex-grow:1;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.category-meta{border-top:1px solid #e9ecef;margin-bottom:1.25rem;padding-top:.75rem}.category-meta small{color:#6c757d;font-size:.8rem;font-weight:500}.category-actions{display:flex;gap:.5rem;justify-content:space-between;margin-top:auto}.category-actions .btn{border-radius:6px;flex:1 1;font-size:.85rem;font-weight:500;padding:.5rem .75rem;transition:all .2s ease}.category-actions .btn:hover{transform:translateY(-1px)}.stat-card{background:linear-gradient(135deg,#fff,#f8f9fa);border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-2px)}.stat-content{align-items:center;display:flex;gap:1rem}.stat-icon{font-size:2.5rem;min-width:60px;opacity:.8;text-align:center}.stat-details{flex:1 1}.stat-value{color:#2c3e50;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-title{color:#6c757d;font-size:.9rem;font-weight:500;line-height:1.2;margin-bottom:0}.empty-state{padding:3rem 1rem}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.empty-state h5{color:#6c757d;font-weight:600;margin-bottom:.5rem}.empty-state p{color:#6c757d;margin-bottom:1.5rem}.btn{border-radius:6px;font-weight:500;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);border:none}.btn-primary:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px)}.btn-outline-primary:hover{background:#494ea1;border-color:#fff;transform:translateY(-1px)}.btn-outline-danger:hover{background:#dc3545;border-color:#dc3545;transform:translateY(-1px)}.add-button{background:#494ea1;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px;transition:.3s;width:-webkit-max-content;width:max-content}.back-button{border:1px solid #333;border-radius:10px;color:#333;padding-block:5px}.form-label{font-weight:700;margin-bottom:.5rem}@media (max-width:1200px){.col-xl-3{flex:0 0 25%;max-width:25%}}@media (max-width:992px){.category-image{height:140px}.stat-content{gap:.75rem}.stat-icon{font-size:2rem;min-width:50px}.stat-value{font-size:1.75rem}}@media (max-width:768px){.col-md-6{flex:0 0 50%;max-width:50%}.category-actions{flex-direction:column;gap:.5rem}.category-actions .btn{width:100%}.stat-content{flex-direction:column;gap:.5rem;text-align:center}.stat-icon{font-size:2rem;min-width:auto}.stat-value{font-size:1.5rem}.page-header .d-flex{align-items:flex-start!important;flex-direction:column;gap:1rem}.page-title{font-size:1.75rem}}@media (max-width:576px){.col-md-6{flex:0 0 100%;max-width:100%}.category-image{height:180px}.category-card .card-body{padding:1.25rem}.category-management-section{padding:10px 0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.category-card,.stat-card{animation:fadeInUp .4s ease-out}.category-card:first-child{animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:before{background:linear-gradient(90deg,#007bff,#28a745,#ffc107,#dc3545);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.category-card:hover:before{opacity:1}.card-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid #dee2e6;padding:1.25rem 1.5rem}.card-title{color:#2c3e50;font-weight:600;margin-bottom:0}.alert{border:none;border-radius:8px;font-weight:500}.spinner-border{color:#007bff;height:1rem;width:1rem}
/*# sourceMappingURL=main.1b173d7c.css.map*/