@import"https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Extrabold.css";@import"https://cdn.jsdelivr.net/gh/repalash/gilroy-free-webfont@fonts/Gilroy-Light.css";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-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 rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._burger_12913_4{display:none;font-size:28px;border:none;background:none;padding:10px 15px;cursor:pointer;z-index:1002;color:#000!important}._overlay_12913_16{position:fixed;inset:0;background:#121b6b4d;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._sidebar_12913_26{position:fixed;right:0;top:0;height:100vh;width:333px;max-width:80vw;background:#fff;border-left:1px solid #e7e7e7;transform:translate(100%);transition:transform .3s ease;z-index:1002;display:flex;flex-direction:column;border-radius:0;box-shadow:-4px 0 20px #0000001a}._open_12913_45{transform:translate(0)}._sidebarHeader_12913_50{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e7e7e7}._sidebarTitle_12913_58{font-size:18px;font-weight:700;color:#152033}._closeButton_12913_64{background:#e8f1ff;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#333;transition:background-color .2s}._closeButton_12913_64:hover{background:#d0e5ff}._sidebarContent_12913_84{flex:1;overflow-y:auto}._sidebarFooter_12913_90{padding:24px 32px;border-top:1px solid #e7e7e7}._logoutButton_12913_95{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#fff;border:1px solid #e7e7e7;border-radius:8px;color:#ff2c2c;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s}._logoutButton_12913_95:hover{background:#fff5f5}@media(min-width:1025px){._burger_12913_4{display:none}._sidebar_12913_26{transform:translate(0);position:relative;right:auto;left:0;border-right:1px solid #e7e7e7;border-left:none}}@media(max-width:1024px)and (min-width:768px){._burger_12913_4{display:block}._sidebar_12913_26{position:fixed;right:0;left:auto;top:0;height:100vh;width:333px;max-width:80vw;border-left:1px solid #e7e7e7;border-right:none;border-radius:24px 0 0 24px;z-index:1002}._sidebar_12913_26._open_12913_45{transform:translate(0)}}@media(max-width:767px){._burger_12913_4{display:block}._overlay_12913_16{display:none}._sidebar_12913_26{position:fixed;right:0;left:0;top:0;height:100vh;width:100%;max-width:100%;border-left:none;border-right:none;border-radius:0;z-index:1002;transform:translate(100%)}._sidebar_12913_26._open_12913_45{transform:translate(0)}}._sidebarLogo_12913_189{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 20px 0;gap:8px}._sidebarLogoImage_12913_198{max-width:100%;width:140px;height:auto;object-fit:contain}._adminBadge_12913_205{background-color:#e8f1ff;color:#3390ed;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px}._sidebarNav_12913_216{padding:32px 0}@media(min-width:1025px){._sidebarHeader_12913_50,._sidebarFooter_12913_90{display:none}._sidebarLogo_12913_189{padding-top:40px}._sidebarNav_12913_216{padding-top:70px}}._sidebarMenu_12913_237{display:flex;flex-direction:column;gap:15px}._sidebarMenuLink_12913_243{position:relative;display:flex;align-items:center;gap:7px;color:var(--color-main);font-size:.875rem;font-weight:600;text-decoration:none;padding:12px 9px 12px 41px;transition:all .3s ease;overflow:hidden}._sidebarMenuLink_12913_243:after{content:"";position:absolute;width:24px;height:100%;background-color:#fff;top:0;left:8px;transform:translate(-100%);transition:transform .3s ease}._sidebarMenuLink_12913_243._active_12913_269:after{transform:translate(0)}._sidebarMenuLink_12913_243._active_12913_269{background-color:var(--color-second);color:#fff}._sidebarMenuIcon_12913_278{width:18px;height:18px;transition:transform .3s ease}._sidebarMenuLink_12913_243._active_12913_269 ._sidebarMenuIcon_12913_278{transform:scale(1.1);filter:brightness(0) invert(1)}._backdrop_hr8jj_2{position:fixed;inset:0;background:#121b6b4d;display:flex;justify-content:center;align-items:center;z-index:999}._modal_hr8jj_13{background:#fff;border-radius:24px;padding:40px 48px;position:relative;text-align:center;box-shadow:0 4px 40px #00000014}._close_hr8jj_23{position:absolute;top:20px;right:20px;background:#e8f1ff;border:none;cursor:pointer;font-size:20px;width:32px;height:32px;border-radius:8px;display:flex;justify-content:center;align-items:center}._title_hr8jj_39{font-size:28px;font-weight:700;color:#152033;margin-bottom:12px}._description_hr8jj_46{color:#6d7785;margin-bottom:32px;font-size:16px;line-height:1.4}._content_hr8jj_53{margin-bottom:32px}._footer_hr8jj_57{display:flex;justify-content:center;gap:16px}._btn_lutgc_1{background:var(--color-second);color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;width:100%}._btn_lutgc_1:hover{background:#2d83d6}._btn_lutgc_1:active{background:#2673c4}._disabled_lutgc_23{background:#a8a8a8;cursor:not-allowed;opacity:.8}._loader_lutgc_30{display:inline-block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:_spin_lutgc_1 .8s linear infinite;vertical-align:middle}@keyframes _spin_lutgc_1{to{transform:rotate(360deg)}}._content_52jan_1{text-align:center}._title_52jan_5{font-size:20px;font-weight:700;color:#152033;margin-bottom:20px;text-align:center;max-width:384px;margin-left:auto;margin-right:auto}._footer_52jan_16{display:flex;gap:12px;width:100%;justify-content:center}._logoutButton_52jan_23{flex:1;background-color:#e74c3c;color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._logoutButton_52jan_23:hover:not(:disabled){background-color:#c0392b}._logoutButton_52jan_23._disabled_52jan_44{background:#a8a8a8;cursor:not-allowed;opacity:.8}._logoutIcon_52jan_50{width:18px;height:18px;filter:brightness(0) invert(1)}._loader_52jan_56{display:inline-block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:_spin_52jan_1 .8s linear infinite;vertical-align:middle}@keyframes _spin_52jan_1{to{transform:rotate(360deg)}}._cancelButton_52jan_73{flex:1;background-color:#fff;color:#3390ed;border:1px solid #3390ed}._cancelButton_52jan_73:hover:not(:disabled){background-color:#f0f7ff}._header_4032w_1{height:81px;display:flex;align-items:center;justify-content:space-between;padding-left:34px;padding-right:54px;background-color:#fff;border-bottom:1px solid #e6e8ec}._left_4032w_12{width:100%;display:flex;align-items:center;gap:16px}._search_4032w_20{display:flex;align-items:center;background-color:#f5f6fa;border-radius:10px;padding:10px 12px;width:100%;max-width:430px}._searchIcon_4032w_30{width:14px}._searchInput_4032w_34{border:none;outline:none;background:transparent;font-size:14px;color:#333;width:100%;padding-left:10px}._right_4032w_45{display:flex;align-items:center;gap:20px}._logout_4032w_51{display:flex;align-items:center;gap:7px;color:var(--color-danger);background:transparent;border:none;cursor:pointer;font-size:var(--font-size-sm);font-weight:500;transition:opacity .2s}._logout_4032w_51:hover{opacity:.8}._logoutIcon_4032w_68{width:18px}._layout_17oqj_1{display:flex;height:100vh;width:100%;overflow:hidden}._layout_17oqj_1>:first-child{width:100%;flex-shrink:0;height:100vh;color:#fff}@media(min-width:1025px){._layout_17oqj_1>:first-child{width:240px}}._mainContent_17oqj_24{flex:1;display:flex;flex-direction:column;height:100vh;background-color:#f5f6fa;overflow:hidden}._header_17oqj_34{height:81px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;background-color:#fff;border-bottom:1px solid #e0e0e0;flex-shrink:0}._main_17oqj_24{flex:1;overflow-y:auto;padding:24px}._header_1dcei_1{height:81px;display:flex;align-items:center;justify-content:space-between;padding-left:34px;padding-right:54px;background-color:#fff;border-bottom:1px solid #e6e8ec}._left_1dcei_12{display:flex;align-items:center;gap:40px}._title_1dcei_19{font-size:24px;font-weight:600;color:#1a1a1a;margin:0;white-space:nowrap}._search_1dcei_28{display:flex;align-items:center;background-color:#f5f6fa;border-radius:10px;padding:10px 12px;width:100%;max-width:430px;min-width:300px}._searchIcon_1dcei_39{width:14px;height:14px}._searchInput_1dcei_44{border:none;outline:none;background:transparent;font-size:14px;color:#333;width:100%;padding-left:10px}._searchInput_1dcei_44::placeholder{color:#999}._right_1dcei_59{display:flex;align-items:center;gap:30px}._company_1dcei_66{display:flex;align-items:center}._companyName_1dcei_71{font-size:16px;font-weight:500;color:#1a1a1a;white-space:nowrap}._logout_1dcei_79{display:flex;align-items:center;gap:7px;color:var(--color-danger);background:transparent;border:none;cursor:pointer;font-size:var(--font-size-sm);font-weight:500;transition:opacity .2s;padding:8px 12px;border-radius:6px;white-space:nowrap}._logout_1dcei_79:hover{opacity:.8;background-color:#ff2c2c0d}._logoutIcon_1dcei_100{width:18px;height:18px}._logo_1dcei_79{width:54px}@media(max-width:1024px){._header_1dcei_1{padding-left:24px;padding-right:24px;height:70px}._left_1dcei_12{gap:24px}._title_1dcei_19{font-size:20px}._search_1dcei_28{min-width:250px;max-width:350px}._right_1dcei_59{gap:20px}._companyName_1dcei_71{font-size:14px}}@media(max-width:768px){._header_1dcei_1{padding-left:16px;padding-right:16px;height:60px;position:relative}._left_1dcei_12{gap:16px}._title_1dcei_19{font-size:18px}._search_1dcei_28{min-width:200px;max-width:280px;padding:8px 10px}._searchInput_1dcei_44{font-size:13px}._right_1dcei_59{gap:16px}._companyName_1dcei_71{font-size:13px}._logout_1dcei_79{padding:6px 10px;font-size:13px}._logoutIcon_1dcei_100{width:16px;height:16px}}@media(max-width:767px){._header_1dcei_1{padding-left:16px;padding-right:16px;height:60px}._title_1dcei_19{font-size:16px}._logo_1dcei_79{width:40px}._search_1dcei_28{display:none}._searchIconButton_1dcei_205{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;margin-left:auto}._searchIconButton_1dcei_205 ._searchIcon_1dcei_39{width:20px;height:20px}._mobileSearchOpen_1dcei_222{width:100%;display:flex;align-items:center}._mobileSearchOpen_1dcei_222 ._search_1dcei_28{display:flex;width:100%;max-width:100%;min-width:auto;padding:10px 12px;gap:8px}._mobileSearchOpen_1dcei_222 ._searchInput_1dcei_44{flex:1;padding-left:8px;font-size:14px}._mobileSearchOpen_1dcei_222 ._searchIcon_1dcei_39{width:18px;height:18px;flex-shrink:0}._closeSearchButton_1dcei_250{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.6;transition:opacity .2s}._closeSearchButton_1dcei_250:hover{opacity:1}._closeSearchButton_1dcei_250 img{width:16px;height:16px}}._tableWrapper_1jut1_1{border-radius:14px;font-family:Inter,sans-serif;background-color:#fff;padding-left:34px}._table_1jut1_1{width:100%;border-collapse:collapse;overflow:hidden}th{text-align:left;color:var(--color-main);font-weight:700;padding:16px 12px;background:#fff;font-size:var(--font-size-sm)}td{padding:12px;font-size:var(--font-size-sm);white-space:nowrap}._table_1jut1_1 th:first-child,._table_1jut1_1 td:first-child{padding-left:20px}._table_1jut1_1 th:last-child,._table_1jut1_1 td:last-child{padding-right:20px}._table_1jut1_1 th:nth-child(2),._table_1jut1_1 td:nth-child(2){padding-left:8px;padding-right:8px;min-width:50px}tr:hover{background-color:#f9fafb}._companyName_1jut1_55 a{color:#2563eb;text-decoration:none;font-weight:500}._companyName_1jut1_55 a:hover{text-decoration:underline}._status_1jut1_65{font-weight:500}._active_1jut1_69{color:#22c55e}._expired_1jut1_73{color:#ef4444}._pagination_1jut1_77{display:flex;align-items:center;justify-content:space-between;margin-top:16px}._pagination_1jut1_77 p{color:#6b7280;font-size:14px}._pagination_1jut1_77 ._buttons_1jut1_89 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;margin-left:6px;cursor:pointer;box-shadow:0 1px 3px #0000001a}._pagination_1jut1_77 ._buttons_1jut1_89 button:hover{background:#f3f4f6}._loadingWrapper_1jut1_103{position:relative;opacity:.4;pointer-events:none}._loaderOverlay_1jut1_109{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}._loader_1jut1_109{width:32px;height:32px;border:4px solid #dcdcdc;border-top-color:#555;border-radius:50%;animation:_spin_1jut1_1 .7s linear infinite}@keyframes _spin_1jut1_1{to{transform:rotate(360deg)}}._skeletonRow_1jut1_133 td{padding:12px 0}._skeletonBlock_1jut1_137{height:16px;width:100%;border-radius:4px;background:linear-gradient(90deg,#e2e2e2,#f3f3f3,#e2e2e2);background-size:200% 100%;animation:_skeleton_1jut1_133 1.2s ease-in-out infinite}@keyframes _skeleton_1jut1_133{0%{background-position:200% 0}to{background-position:-200% 0}}._pagination_52lay_1{display:flex;align-items:center;justify-content:space-between;margin-top:16px}._pagination_52lay_1 p{color:#6b7280;font-size:14px}._buttons_52lay_13 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;margin-left:6px;cursor:pointer;box-shadow:0 1px 3px #0000001a}._buttons_52lay_13 button:hover:not(:disabled){background:#f3f4f6}._buttons_52lay_13 button:disabled{opacity:.4;cursor:default}._checkbox_1u1t3_1{display:inline-flex;align-items:center;cursor:pointer;margin-right:10px}._checkbox_1u1t3_1 input{display:none}._customBox_1u1t3_12{width:16px;height:16px;border:2px solid #ccc;border-radius:4px;transition:all .2s ease}input:checked+._customBox_1u1t3_12{background-color:#2563eb;border-color:#2563eb}._inputGroup_1ppfb_1{display:flex;flex-direction:column;gap:.5rem}._label_1ppfb_7{color:var(--color-main);font-size:var(--font-size-md);font-weight:600;display:flex;align-items:center;gap:var(--space-sm);margin-left:15px}._labelIcon_1ppfb_17{width:18px;height:18px}._inputWrapper_1ppfb_22{display:flex;align-items:center;background:#f5f6fa;border:none;border-radius:8px;padding:.359rem 1rem;gap:.75rem;max-height:39px}._icon_1ppfb_33{width:20px;height:20px;margin-right:0;flex-shrink:0}._input_1ppfb_1{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#1a1a1a;height:39px}._input_1ppfb_1::placeholder{color:#999}._eyeBtn_1ppfb_54{background:none;border:none;cursor:pointer;font-size:1rem;opacity:.7;transition:opacity .2s;flex-shrink:0;padding:0}._eyeBtn_1ppfb_54:hover{opacity:1}._labelError_1ppfb_71{color:#ff2c2c!important}._inputWrapperError_1ppfb_75{border:1px solid #ff2c2c!important;background:#ffe5e5!important}._inputError_1ppfb_80{color:#ff2c2c!important}._labelDisabled_1ppfb_86{color:#979797!important}._labelIconDisabled_1ppfb_90{opacity:.5}._inputWrapperDisabled_1ppfb_94{cursor:not-allowed}._inputDisabled_1ppfb_98{color:#979797!important;cursor:not-allowed}._eyeBtnDisabled_1ppfb_103{opacity:.4!important;cursor:not-allowed}._eyeBtnDisabled_1ppfb_103:hover{opacity:.4!important}._dropdown_1gu0k_1{position:relative;display:inline-block}._trigger_1gu0k_6{background:transparent;border:none;cursor:pointer;font-size:14px;color:#333;border-radius:8px;transition:background .2s}._trigger_1gu0k_6:hover{background:#f5f5f5}._menu_1gu0k_20{position:absolute;min-width:160px;background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000014;padding:6px 0;z-index:1000}._bottomLeft_1gu0k_31{top:calc(100% + 6px);left:0}._bottomRight_1gu0k_36{top:calc(100% + 6px);right:0}._topLeft_1gu0k_41{bottom:calc(100% + 6px);left:0}._topRight_1gu0k_46{bottom:calc(100% + 6px);right:0}._menuItem_1gu0k_51{list-style:none}._menuItem_1gu0k_51 button,._menuItem_1gu0k_51 a{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:none;border:none;text-align:left;cursor:pointer;color:#333;font-size:14px;transition:background .2s}._menuItem_1gu0k_51 button:hover,._menuItem_1gu0k_51 a:hover{background:#f0f0f0}._container_1absv_1{max-width:488px;margin:0 auto;padding:40px 48px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;border-radius:24px;box-shadow:0 4px 40px #00000014;position:relative}._closeButton_1absv_12{position:absolute;top:20px;right:20px;background:#e8f1ff;border:none;font-size:20px;color:#333;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s}._closeButton_1absv_12:hover{background-color:#d0e5ff}._header_1absv_34{display:flex;align-items:center;margin-bottom:32px;gap:6px}._monthYear_1absv_41{font-size:16px;font-weight:500;color:#152033}._navigation_1absv_47{display:flex;gap:8px}._navButton_1absv_52{background:#f5f6fa;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:#192a3e;transition:all .2s}._navButton_1absv_52:hover{background-color:#e6e8ed}._dateRange_1absv_71{margin-bottom:32px;text-align:center}._dateRange_1absv_71 span{display:block;font-size:16px;color:#152033;margin-bottom:16px;font-weight:600}._dateInputs_1absv_84{display:flex;gap:16px;justify-content:center}._dateInput_1absv_84{display:flex;align-items:center;gap:8px;font-size:14px;background:#f5f6fa;border-radius:8px;padding:8px 12px}._dateInput_1absv_84 span{color:#6d7785;font-size:14px;margin:0}._dateField_1absv_106{border:none;border-radius:4px;padding:0;font-size:14px;width:100px;background:transparent;color:#192a3e;text-align:left}._calendar_1absv_117{margin-bottom:20px}._weekdays_1absv_121{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;margin-bottom:8px}._weekday_1absv_121{font-size:12px;color:#666;font-weight:500;padding:4px}._weekday_1absv_121._weekend_1absv_135{color:#ef4444}._days_1absv_139{display:flex;flex-direction:column;gap:4px}._week_1absv_121{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}._day_1absv_139{padding:8px 4px;font-size:14px;border-radius:4px;cursor:pointer;transition:background-color .2s;position:relative}._day_1absv_139:hover:not(._otherMonth_1absv_160){background-color:#f5f5f5}._day_1absv_139._weekend_1absv_135{color:#ef4444}._day_1absv_139._otherMonth_1absv_160{color:#ccc;cursor:default}._day_1absv_139._inRange_1absv_173{background-color:#e3f2fd}._day_1absv_139._selectedDay_1absv_177{background-color:#3390ed;color:#fff;font-weight:600;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;margin:0 auto}._day_1absv_139._selectedDay_1absv_177._weekend_1absv_135{color:#fff}._divider_1absv_194{height:1px;background-color:#e0e0e0;margin:20px 0}._confirmSection_1absv_200{display:flex;flex-direction:column;gap:16px}._confirmButton_1absv_206{background-color:#3390ed;color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;width:100%}._confirmButton_1absv_206:hover:not(:disabled){background-color:#2d83d6}._confirmButton_1absv_206:disabled{background-color:#ccc;cursor:not-allowed}._filter_1au7l_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;position:relative}._filterCards_1au7l_9{background-color:#fff;border-radius:10px;display:flex;align-items:center;width:100%;max-width:657px}._filterCard_1au7l_9{display:flex;align-items:center;justify-content:center;gap:5px;font-size:var(--font-size-sm);color:var(--color-main);height:60px;padding:0 22px;cursor:pointer;border-right:.4px solid #979797}._filterCards_1au7l_9{display:flex;align-items:center}._filterWrapper_1au7l_38{padding-left:32px}._reloadFilter_1au7l_42{border:none}._datePickerOverlay_1au7l_46{position:fixed;inset:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1003}._filterOverlay_1au7l_72{position:fixed;inset:0;background:#121b6b4d;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._filterSidebar_1au7l_80{position:fixed;left:0;top:0;height:100vh;width:400px;max-width:85vw;background:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:1002;display:flex;flex-direction:column;box-shadow:4px 0 20px #0000001a}._filterSidebarOpen_1au7l_96{transform:translate(0)}._filterSidebarHeader_1au7l_100{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e7e7e7}._filterSidebarTitle_1au7l_108{font-size:18px;font-weight:700;color:#152033;margin:0}._filterCloseButton_1au7l_115{background:#e8f1ff;border:none;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#333;transition:background-color .2s}._filterCloseButton_1au7l_115:hover{background:#d0e5ff}._filterSidebarContent_1au7l_134{flex:1;overflow-y:auto;padding:24px 32px}._filterSection_1au7l_140{margin-bottom:32px}._filterLabel_1au7l_144{display:block;font-size:16px;font-weight:600;color:#152033;margin-bottom:16px}._dateInputs_1au7l_152{display:flex;gap:12px}._dateInput_1au7l_152{flex:1;display:flex;align-items:center;gap:8px}._dateLabel_1au7l_164{font-size:14px;color:#6d7785;white-space:nowrap}._dateField_1au7l_170{flex:1;padding:10px 12px;background:#f5f6fa;border-radius:8px;border:none;font-size:14px;color:#192a3e;cursor:pointer;min-height:39px;display:flex;align-items:center}._filterDivider_1au7l_184{height:1px;background:#e7e7e7;margin:24px 0}._statusButtons_1au7l_190{display:flex;flex-direction:column;gap:12px}._statusButton_1au7l_190{padding:12px 16px;border-radius:8px;border:1px solid #3390ed;background:#fff;color:#3390ed;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left}._statusButton_1au7l_190:hover{background:#f0f7ff}._statusButtonActive_1au7l_213{background:#3390ed;color:#fff}._statusButtonActive_1au7l_213:hover{background:#2d83d6}._filterSidebarFooter_1au7l_222{padding:24px 32px;border-top:1px solid #e7e7e7;display:flex;gap:12px}._applyButton_1au7l_229,._resetButton_1au7l_230{flex:1;border:none}._applyButton_1au7l_229{background-color:#f5f6fa!important;color:#6d7785!important}._applyButton_1au7l_229:hover{background-color:#e6e8ed!important}._resetButton_1au7l_230{background-color:#f5f6fa!important;color:#6d7785!important}._resetButton_1au7l_230:hover{background-color:#e6e8ed!important}@media(min-width:1025px){._filterButtonMobile_1au7l_58,._filterSidebar_1au7l_80,._filterOverlay_1au7l_72{display:none}}@media(max-width:1024px){._filterCards_1au7l_9{display:none}}._mobileHeaderRow_1au7l_270{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 16px;gap:12px}._mobilePageTitle_1au7l_279{font-size:20px;font-weight:700;color:#1b1b33;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._filterButtonMobile_1au7l_58{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:var(--font-size-sm);color:var(--color-main);cursor:pointer;font-weight:500}._filterButtonMobile_1au7l_58 img{width:16px;height:16px}@media(max-width:767px){._mobilePageTitle_1au7l_279{font-size:18px}._filterButtonMobile_1au7l_58{width:113px;padding:12px 16px;justify-content:center;flex-shrink:0}}._mobileAddButtonContainer_1au7l_324{margin-top:16px;width:100%;padding:0 16px;margin-bottom:20px}._mobileAddButtonContainer_1au7l_324 button{width:100%;max-width:100%;border:1px solid #3390ed;background:#fff;color:#3390ed;padding:12px 24px;border-radius:10px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px}._mobileAddButtonContainer_1au7l_324 button:hover{background:#f0f7ff}@media(max-width:767px){._filterSidebar_1au7l_80{width:100%;max-width:100%}}@media(min-width:1025px){._mobileHeaderRow_1au7l_270,._mobileAddButtonContainer_1au7l_324{display:none}}@media(min-width:768px)and (max-width:1024px){._mobileHeaderRow_1au7l_270,._mobileAddButtonContainer_1au7l_324{display:none}}._button_11136_1{background-color:transparent;border:1px solid var(--color-second);border-radius:10px;width:100%;max-width:225px;height:42px;display:flex;align-items:center;justify-content:center;color:var(--color-main);font-weight:500;font-size:var(--font-size-md);gap:10px;cursor:pointer}._deleteCompany_x334b_1{display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:var(--font-size-md);background-color:var(--color-danger);width:100%;max-width:385px;height:42px;border-radius:10px;gap:10px;cursor:pointer;position:absolute;bottom:-27px;left:50%;transform:translate(-50%);z-index:10}@media(max-width:1024px){._deleteCompany_x334b_1{position:fixed;bottom:20px;left:50%;transform:translate(-50%);max-width:calc(100% - 32px);box-shadow:0 4px 20px #00000026}}@media(max-width:767px){._deleteCompany_x334b_1{position:fixed;bottom:16px;left:16px;right:16px;transform:none;max-width:100%;width:calc(100% - 32px);height:48px;font-size:14px;gap:8px;box-shadow:0 4px 20px #0003;z-index:100}._deleteCompany_x334b_1 img{width:18px;height:18px}}._footer_1tb7l_1{display:flex;justify-content:center;gap:16px;width:100%}._cancelButton_1tb7l_8{flex:1;background-color:#f5f6fa!important;color:#192a3e!important;border:none}._cancelButton_1tb7l_8:hover{background-color:#e6e8ed!important}._confirmButton_1tb7l_19{flex:1;background-color:#ff2c2c!important;color:#fff!important;border:none}._confirmButton_1tb7l_19:hover{background-color:#e02626!important}._companyWrapper_5gzhw_1{position:relative}._mobileTable_5gzhw_6{background:#fff;border-radius:14px;overflow:hidden}._mobileTableHeader_5gzhw_12{display:grid;grid-template-columns:auto 1fr 2fr 1.5fr auto;gap:12px;padding:16px;background:#fff;border-bottom:1px solid #e7e7e7;font-weight:700;font-size:14px;color:var(--color-main);align-items:center}._mobileTableRow_5gzhw_25{border-bottom:1px solid #e7e7e7}._mobileTableRow_5gzhw_25:last-child{border-bottom:none}._mobileTableRowMain_5gzhw_33{display:grid;grid-template-columns:auto 1fr 2fr 1.5fr auto;gap:12px;padding:16px;align-items:center;cursor:pointer;transition:background-color .2s}._mobileTableRowMain_5gzhw_33:hover{background-color:#f9fafb}._mobileCellId_5gzhw_47{font-size:14px;color:var(--color-main);font-weight:500}._mobileCellCompany_5gzhw_53{font-size:14px;color:#2563eb;font-weight:500;text-decoration:none}._mobileCellStatus_5gzhw_60{font-size:14px;color:var(--color-main);font-weight:500}._expandIcon_5gzhw_66{width:16px;height:16px;transition:transform .3s ease;cursor:pointer}._expandIconRotated_5gzhw_73{transform:rotate(180deg)}._mobileTableRowDetails_5gzhw_77{padding:16px;background:#f9fafb;border-top:1px solid #e7e7e7;display:flex;flex-direction:column;gap:16px}._licenseDateField_5gzhw_86{display:flex;flex-direction:column;gap:8px}._licenseDateLabel_5gzhw_92{font-size:14px;color:#979797;font-weight:400}._licenseDateValue_5gzhw_98{font-size:14px;color:var(--color-main);padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}._mobilePagination_5gzhw_107{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e7e7e7}._mobilePagination_5gzhw_107 span{font-size:14px;color:#6b7280}._paginationButtons_5gzhw_120{display:flex;gap:6px}._paginationButtons_5gzhw_120 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;cursor:pointer;box-shadow:0 1px 3px #0000001a;font-size:16px;color:#333}._paginationButtons_5gzhw_120 button:disabled{opacity:.5;cursor:not-allowed}._paginationButtons_5gzhw_120 button:not(:disabled):hover{background:#f3f4f6}._loading_5gzhw_145,._empty_5gzhw_146{padding:40px;text-align:center;color:#6b7280;font-size:14px}@media(min-width:768px){._mobileTable_5gzhw_6{display:none}}._expandButton_5gzhw_160{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}@media(max-width:767px){._companyWrapper_5gzhw_1 .tableWrapper{display:none}}._selectGroup_qkl6j_1{display:flex;flex-direction:column;gap:.5rem}._label_qkl6j_7{color:var(--color-main);font-size:var(--font-size-md);font-weight:600;display:flex;align-items:center;gap:var(--space-sm);margin-left:15px}._selectWrapper_qkl6j_17{display:flex;align-items:center;background:#f5f6fa;border:none;border-radius:8px;padding:.359rem 1rem;gap:.75rem;max-height:39px}._select_qkl6j_1{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#1a1a1a;height:39px;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}._select_qkl6j_1:focus{outline:none}._labelError_qkl6j_50{color:#ff2c2c!important}._selectWrapperError_qkl6j_54{border:1px solid #ff2c2c!important;background:#ffe5e5!important}._selectError_qkl6j_59{color:#ff2c2c!important}._labelDisabled_qkl6j_65{color:#979797!important}._selectWrapperDisabled_qkl6j_69{cursor:not-allowed}._selectDisabled_qkl6j_73{color:#979797!important;cursor:not-allowed}._restoreWrapper_17svc_1{padding:20px 40px;width:100%}._header_17svc_6{display:flex;align-items:center;gap:15px;margin-bottom:28px}._backBtn_17svc_13{background:#3390ed;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;width:40px;height:40px;flex-shrink:0}._title_17svc_27{font-size:28px;font-weight:700;color:#1b1b33;margin:0}._errorBanner_17svc_34{background-color:#ff2c2c;color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}._formContainer_17svc_43{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1000px}._formColumn_17svc_50{display:flex;flex-direction:column;gap:10px}._licenseWrapper_17svc_56{display:flex;flex-direction:column;gap:5px}._calendar_17svc_62{width:100%}._errorMessage_17svc_66{color:#e74c3c;font-size:14px;margin-top:-10px}._buttonContainer_17svc_72{margin-top:20px;max-width:500px}._submitBtn_17svc_77{width:100%}._label_17svc_81{color:#979797;font-weight:400}._input_17svc_86{background-color:#fff}@media(max-width:767px){._restoreWrapper_17svc_1{padding:16px}._header_17svc_6{margin-bottom:20px;gap:12px}._title_17svc_27{font-size:24px}._errorBanner_17svc_34{padding:10px 14px;font-size:13px;margin-bottom:16px}._formContainer_17svc_43{grid-template-columns:1fr;gap:16px;max-width:100%}._formColumn_17svc_50{gap:16px}._buttonContainer_17svc_72{margin-top:24px;max-width:100%}._submitBtn_17svc_77{width:100%}}._editWrapper_1gd33_1{padding:20px 40px;width:100%}._loading_1gd33_6{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}._header_1gd33_14{display:flex;align-items:center;gap:15px;margin-bottom:28px}._backBtn_1gd33_21{background:#3390ed;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;width:40px;height:40px;flex-shrink:0}._title_1gd33_35{font-size:28px;font-weight:700;color:#1b1b33;margin:0}._form_1gd33_42{width:500px;display:flex;flex-direction:column;gap:10px}._licenseWrapper_1gd33_49{display:flex;flex-direction:column;gap:10px;position:relative}._datePickerButton_1gd33_56{display:flex;align-items:center;justify-content:space-between;background:#f5f6fa;border:none;border-radius:8px;padding:.359rem 1rem;gap:.75rem;max-height:39px;cursor:pointer;font-size:.9rem;color:#1a1a1a;min-height:39px}._datePickerButton_1gd33_56:hover{background:#e9ecef}._datePickerButton_1gd33_56 img{width:16px;height:16px;opacity:.6}._datePickerOverlay_1gd33_82{position:fixed;inset:0;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:1003}._errorMessage_1gd33_92{color:#e74c3c;font-size:14px;margin-top:-10px;display:flex;align-items:center;gap:5px}._submitBtn_1gd33_101{margin-top:20px;width:100%}._label_1gd33_106{color:#979797;font-weight:400}._labelError_1gd33_111{color:#e74c3c}._input_1gd33_115{background-color:#fff}._dateFieldWrapper_1gd33_119{display:flex;flex-direction:column;gap:.5rem;cursor:pointer}._dateFieldWrapper_1gd33_119 ._inputWrapper_1gd33_126{display:flex;align-items:center;background:#f5f6fa;border:none;border-radius:8px;padding:.359rem 1rem;gap:.75rem;max-height:39px;cursor:pointer}._dateFieldWrapper_1gd33_119 input{flex:1;border:none;outline:none;font-size:.9rem;background:transparent;color:#1a1a1a;height:39px;cursor:pointer}._dateFieldWrapper_1gd33_119 input::placeholder{color:#999}@media(max-width:767px){._editWrapper_1gd33_1{padding:16px}._header_1gd33_14{margin-bottom:20px;gap:12px}._title_1gd33_35{font-size:24px}._form_1gd33_42{width:100%;gap:16px}._submitBtn_1gd33_101{margin-top:24px}}._loginContainer_1macy_1{width:100%;min-height:100vh;display:flex;flex-direction:column}._mobileHeader_1macy_9{background:linear-gradient(135deg,#152033,#1a2744,#152033);background:radial-gradient(circle at center,#1a2744,#152033);padding:60px 24px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}._logo_1macy_20{width:48px;height:48px}._logoText_1macy_25{font-size:18px;font-weight:600;color:#fff;font-family:sans-serif}._loginForm_1macy_32{display:flex;flex-direction:column;gap:2rem;padding:40px 24px;flex:1;justify-content:center;background:#fff}._header_1macy_42{display:flex;flex-direction:column;gap:16px;text-align:center}._title_1macy_49{font-size:1.75rem;font-weight:700;color:#192a3e;margin:0;line-height:1.2}._subtitle_1macy_57{font-size:.875rem;color:#767676;line-height:1.5;margin:0}._form_1macy_64{display:flex;flex-direction:column;gap:1rem}._error_1macy_70{color:#ef4444;font-size:14px;text-align:center;margin:8px 0}@media(min-width:768px){._loginContainer_1macy_1{flex-direction:row}._mobileHeader_1macy_9{display:none}._loginForm_1macy_32{padding:3rem 2rem;max-width:500px;margin:0 auto}._header_1macy_42{text-align:left}}._authLayout_16afq_1{display:grid;grid-template-columns:50% 50%;min-height:100vh;align-items:stretch}._authLayoutLeft_16afq_8{background:linear-gradient(135deg,#0a1628,#152033 40%,#1a2744 60%,#0a1628);background:radial-gradient(ellipse at 50% 40%,#1e3a5f,#152033,#0a1628);display:flex;align-items:center;justify-content:center;padding:2rem}._authLayoutLogo_16afq_17{width:100%;max-width:420px;height:auto}._authLayoutRight_16afq_23{background:#fff;display:flex;align-items:center;justify-content:center}@media(max-width:767px){._authLayout_16afq_1{grid-template-columns:1fr}._authLayoutLeft_16afq_8{display:none}._authLayoutRight_16afq_23{padding:0}}._blockedWrapper_12976_2{position:relative}._paid_12976_6{color:#22c55e;background:#f0fdf4;padding:4px 8px;border-radius:4px;font-size:12px}._notPaid_12976_14{color:#ef4444;background:#fef2f2;padding:4px 8px;border-radius:4px;font-size:12px}._active_12976_22{color:#22c55e;background:#f0fdf4;padding:4px 8px;border-radius:4px;font-size:12px}._inactive_12976_30{color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:12px}._actions_12976_38{display:flex;justify-content:center;align-items:center}._unblockBtn_12976_44{width:100%;max-width:145px;height:39px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center}._mobileTableWrapper_12976_56{background:#fff;border-radius:14px;overflow:hidden}._mobileTableHeader_12976_62{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px;padding:16px;background:#fff;border-bottom:1px solid #e7e7e7;font-weight:700;font-size:14px;color:var(--color-main);align-items:center}._mobileTableRow_12976_75{border-bottom:1px solid #e7e7e7}._mobileTableRow_12976_75:last-child{border-bottom:none}._mobileTableRowMain_12976_83{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px;padding:16px;align-items:center}._mobileCellId_12976_91,._mobileCellCompany_12976_97{font-size:14px;color:var(--color-main);font-weight:500}._mobileCellActions_12976_103{display:flex;align-items:center;gap:8px}._unblockBtnMobile_12976_109{flex:1;height:39px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center;max-width:145px}._expandButton_12976_120{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._expandIcon_12976_130{width:16px;height:16px;transition:transform .3s ease;cursor:pointer}._expandIconRotated_12976_137{transform:rotate(180deg)}._mobileTableRowDetails_12976_141{padding:16px;background:#f9fafb;border-top:1px solid #e7e7e7;display:flex;flex-direction:column;gap:16px}._mobilePagination_12976_150{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e7e7e7}._mobilePagination_12976_150 span{font-size:14px;color:#6b7280}._paginationButtons_12976_163{display:flex;gap:6px}._paginationButtons_12976_163 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;cursor:pointer;box-shadow:0 1px 3px #0000001a;font-size:16px;color:#333}._paginationButtons_12976_163 button:disabled{opacity:.5;cursor:not-allowed}._paginationButtons_12976_163 button:not(:disabled):hover{background:#f3f4f6}._loading_12976_188,._empty_12976_189{padding:40px;text-align:center;color:#6b7280;font-size:14px}@media(min-width:768px){._mobileTableWrapper_12976_56{display:none}}._content_1upwq_1{text-align:center}._title_1upwq_5{font-size:20px;font-weight:700;color:#152033;margin-bottom:20px;text-align:center;max-width:384px;margin-left:auto;margin-right:auto}._companyInfo_1upwq_16{display:flex;flex-direction:column;gap:8px;margin-top:16px;text-align:left}._companyName_1upwq_24,._licenseInfo_1upwq_30{font-size:14px;color:#6d7785;margin:0}._footer_1upwq_36{display:flex;gap:12px;width:100%;justify-content:center}._restoreButton_1upwq_43{flex:1;background-color:#3390ed;color:#fff;border:none;border-radius:8px;padding:1rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}._restoreButton_1upwq_43:hover:not(:disabled){background-color:#2878c4}._restoreButton_1upwq_43._disabled_1upwq_64{background:#a8a8a8;cursor:not-allowed;opacity:.8}._restoreIcon_1upwq_70{display:inline-block;width:16px;height:16px;border-radius:50%;background-color:#fff;color:#3390ed;font-size:12px;line-height:16px;text-align:center;font-weight:700}._loader_1upwq_83{display:inline-block;width:18px;height:18px;border:2px solid #fff;border-radius:50%;border-top-color:transparent;animation:_spin_1upwq_1 .8s linear infinite;vertical-align:middle}@keyframes _spin_1upwq_1{to{transform:rotate(360deg)}}._cancelButton_1upwq_100{flex:1;background-color:#fff;color:#3390ed;border:1px solid #3390ed}._cancelButton_1upwq_100:hover:not(:disabled){background-color:#f0f7ff}._paid_1kopg_2{color:#22c55e;background:#f0fdf4;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500;display:inline-block}._notPaid_1kopg_12{color:#ef4444;background:#fef2f2;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500;display:inline-block}._active_1kopg_22{color:#22c55e;background:#f0fdf4;padding:4px 8px;border-radius:4px;font-size:12px}._inactive_1kopg_30{color:#6b7280;background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:12px}._detailsBtn_1kopg_38{width:100%;max-width:145px;height:39px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center}._statusName_1kopg_49{font-size:14px;color:#152033}._unblockBtn_1kopg_54{width:100%;max-width:145px;height:39px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center}._mobileTableWrapper_1kopg_66{background:#fff;border-radius:14px;overflow:hidden}._mobileTableHeader_1kopg_72{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px;padding:16px;background:#fff;border-bottom:1px solid #e7e7e7;font-weight:700;font-size:14px;color:var(--color-main);align-items:center}._mobileTableRow_1kopg_85{border-bottom:1px solid #e7e7e7}._mobileTableRow_1kopg_85:last-child{border-bottom:none}._mobileTableRowMain_1kopg_93{display:grid;grid-template-columns:1fr 2fr 1fr;gap:12px;padding:16px;align-items:center}._mobileCellId_1kopg_101,._mobileCellCompany_1kopg_107{font-size:14px;color:var(--color-main);font-weight:500}._mobileCellActions_1kopg_113{display:flex;align-items:center;gap:8px}._detailsBtnMobile_1kopg_119{flex:1;height:39px;font-size:var(--font-size-md);font-weight:500;display:flex;align-items:center;justify-content:center;max-width:145px}._expandButton_1kopg_130{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._expandIcon_1kopg_140{width:16px;height:16px;transition:transform .3s ease;cursor:pointer}._expandIconRotated_1kopg_147{transform:rotate(180deg)}._mobileTableRowDetails_1kopg_151{padding:16px;background:#f9fafb;border-top:1px solid #e7e7e7;display:flex;flex-direction:column;gap:16px}._paymentField_1kopg_160,._licenseField_1kopg_161{display:flex;flex-direction:column;gap:8px}._fieldLabel_1kopg_167{font-size:14px;color:#979797;font-weight:400}._paymentValue_1kopg_173,._licenseValue_1kopg_174{font-size:14px;color:var(--color-main);padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e0e0e0}._licenseValue_1kopg_174{color:#22c55e;font-weight:500}._mobilePagination_1kopg_188{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e7e7e7}._mobilePagination_1kopg_188 span{font-size:14px;color:#6b7280}._paginationButtons_1kopg_201{display:flex;gap:6px}._paginationButtons_1kopg_201 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;cursor:pointer;box-shadow:0 1px 3px #0000001a;font-size:16px;color:#333}._paginationButtons_1kopg_201 button:disabled{opacity:.5;cursor:not-allowed}._paginationButtons_1kopg_201 button:not(:disabled):hover{background:#f3f4f6}._loading_1kopg_226,._empty_1kopg_227{padding:40px;text-align:center;color:#6b7280;font-size:14px}@media(min-width:768px){._mobileTableWrapper_1kopg_66{display:none}}._container_1ep1x_1{padding:20px 40px;width:100%}._loading_1ep1x_6{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}._header_1ep1x_14{display:flex;align-items:center;gap:15px;margin-bottom:28px}._backBtn_1ep1x_21{background:#3390ed;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;width:40px;height:40px;flex-shrink:0}._title_1ep1x_35{font-size:28px;font-weight:700;color:#3390ed;margin:0}._content_1ep1x_42{display:grid;grid-template-columns:1fr 1fr;gap:40px}._leftColumn_1ep1x_48{display:flex;flex-direction:column}._rightColumn_1ep1x_53{display:flex;flex-direction:column;gap:30px}._form_1ep1x_59{display:flex;flex-direction:column;gap:10px}._label_1ep1x_65{color:#979797;font-weight:400}._input_1ep1x_70{background-color:#fff}._licenseWrapper_1ep1x_74{display:flex;flex-direction:column;gap:10px}._dateRange_1ep1x_80{display:flex;gap:15px;align-items:flex-start}._companyCardBtn_1ep1x_86{margin-top:20px;width:100%}._paymentSection_1ep1x_91{display:flex;flex-direction:column;gap:12px}._sectionLabel_1ep1x_97{font-size:16px;font-weight:500;color:#1b1b33}._toggleWrapper_1ep1x_103{display:flex;align-items:center;gap:12px}._paidText_1ep1x_109{color:#22c55e;font-size:14px;font-weight:500}._unpaidText_1ep1x_115{color:#979797;font-size:14px;font-weight:500}._toggle_1ep1x_103{position:relative;display:inline-block;width:50px;height:28px}._toggle_1ep1x_103 input{opacity:0;width:0;height:0}._slider_1ep1x_134{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:28px}._slider_1ep1x_134:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}._toggle_1ep1x_103 input:checked+._slider_1ep1x_134{background-color:#22c55e}._toggle_1ep1x_103 input:checked+._slider_1ep1x_134:before{transform:translate(22px)}._documentsSection_1ep1x_166{display:flex;flex-direction:column;gap:12px}._documentsList_1ep1x_172{display:flex;flex-direction:column;gap:8px}._documentItem_1ep1x_178{display:flex;justify-content:space-between;align-items:center;padding:12px;background-color:#f9fafb;border-radius:6px}._documentName_1ep1x_187{font-size:14px;color:#1b1b33;flex:1}._documentActions_1ep1x_193{display:flex;gap:8px}._deleteBtn_1ep1x_198,._downloadBtn_1ep1x_199{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:24px;height:24px}._deleteBtn_1ep1x_198 img{width:16px;height:16px}._downloadBtn_1ep1x_199{color:#3390ed}._downloadBtn_1ep1x_199 img{width:16px;height:16px}._fileInput_1ep1x_225{display:none}._addDocumentBtn_1ep1x_229{margin-top:12px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px}._addDocumentBtn_1ep1x_229 img{width:16px;height:16px}._content_10zc6_1{text-align:center}._title_10zc6_5{font-size:20px;font-weight:700;color:#152033;margin-bottom:20px;text-align:center;max-width:384px;margin-left:auto;margin-right:auto}._fileName_10zc6_16{font-size:14px;color:#6d7785;margin:8px 0 0;word-break:break-word}._footer_10zc6_24{display:flex;gap:12px;width:100%;justify-content:center}._deleteButton_10zc6_31{flex:1;background-color:#e74c3c;color:#fff;border:none}._deleteButton_10zc6_31:hover:not(:disabled){background-color:#c0392b}._cancelButton_10zc6_42{flex:1;background-color:#fff;color:#3390ed;border:1px solid #3390ed}._cancelButton_10zc6_42:hover:not(:disabled){background-color:#f0f7ff}._container_c7t16_1{padding:20px 40px;width:100%;display:flex;flex-direction:column;gap:20px}._header_c7t16_9{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._title_c7t16_16{font-size:28px;font-weight:700;color:#1b1b33;margin:0}._addButton_c7t16_23{background-color:#3390ed;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s;max-width:200px;white-space:nowrap}._addButton_c7t16_23:hover{background-color:#2a7bc7}._tableContainer_c7t16_41{width:100%}._statusBadge_c7t16_45{display:inline-block;padding:4px 12px;border-radius:12px;font-size:14px;font-weight:500}._statusActive_c7t16_53{background-color:#d1fae5;color:#065f46}._statusInactive_c7t16_58{background-color:#fee2e2;color:#991b1b}._actions_c7t16_63{display:flex;gap:8px;align-items:center}._editBtn_c7t16_69{padding:6px 16px;background-color:#3390ed;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}._editBtn_c7t16_69:hover{background-color:#2a7bc7}._deleteBtn_c7t16_85{padding:6px 16px;background-color:#fff;color:#e74c3c;border:1px solid #e74c3c;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}._deleteBtn_c7t16_85:hover{background-color:#ffe5e5}._mobileTableWrapper_c7t16_102{background:#fff;border-radius:14px;overflow:hidden}._mobileTableHeader_c7t16_108{display:grid;grid-template-columns:60px 1fr 100px;gap:8px;padding:16px;background:#fff;border-bottom:1px solid #e7e7e7;font-weight:700;font-size:14px;color:var(--color-main);align-items:center}._mobileTableRow_c7t16_121{border-bottom:1px solid #e7e7e7}._mobileTableRow_c7t16_121:last-child{border-bottom:none}._mobileTableRowMain_c7t16_129{display:grid;grid-template-columns:60px 1fr 100px;gap:8px;padding:16px;align-items:center}._mobileCellId_c7t16_137{font-size:14px;color:var(--color-main);font-weight:500}._mobileCellName_c7t16_143{font-size:14px;color:var(--color-main);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._mobileCellActions_c7t16_153{display:flex;align-items:center;gap:4px;justify-content:flex-end;min-width:0}._editBtnMobile_c7t16_161{padding:6px 8px;background-color:#3390ed;color:#fff;border:none;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;white-space:nowrap;flex-shrink:0}._expandButton_c7t16_174{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._expandIcon_c7t16_184{width:16px;height:16px;transition:transform .3s ease;cursor:pointer}._expandIconRotated_c7t16_191{transform:rotate(180deg)}._mobileTableRowDetails_c7t16_195{padding:16px;background:#f9fafb;border-top:1px solid #e7e7e7;display:flex;flex-direction:column;gap:16px}._fieldGroup_c7t16_204{display:flex;flex-direction:column;gap:8px}._fieldLabel_c7t16_210{font-size:12px;color:#979797;font-weight:400}._mobileActions_c7t16_216{display:flex;flex-direction:column;gap:8px;margin-top:8px}._mobilePagination_c7t16_223{display:flex;justify-content:space-between;align-items:center;padding:16px;border-top:1px solid #e7e7e7}._mobilePagination_c7t16_223 span{font-size:14px;color:#6b7280}._paginationButtons_c7t16_236{display:flex;gap:6px}._paginationButtons_c7t16_236 button{border:none;background:#fff;border-radius:6px;padding:6px 10px;cursor:pointer;box-shadow:0 1px 3px #0000001a;font-size:16px;color:#333}._paginationButtons_c7t16_236 button:disabled{opacity:.5;cursor:not-allowed}._paginationButtons_c7t16_236 button:not(:disabled):hover{background:#f3f4f6}._loading_c7t16_261,._empty_c7t16_262{padding:40px;text-align:center;color:#6b7280;font-size:14px}@media(min-width:768px){._mobileTableWrapper_c7t16_102{display:none}}@media(max-width:767px){._container_c7t16_1{padding:16px;gap:16px}._header_c7t16_9{flex-direction:column;align-items:flex-start;gap:16px}._title_c7t16_16{font-size:24px}._addButton_c7t16_23{width:100%;max-width:100%}._actions_c7t16_63{flex-direction:column;gap:4px}._editBtn_c7t16_69,._deleteBtn_c7t16_85{width:100%}._tableContainer_c7t16_41{display:none}}._filter_1ys56_1{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;position:relative}._filterCards_1ys56_9{background-color:#fff;border-radius:10px;display:flex;align-items:center;width:100%;max-width:657px}._filterCard_1ys56_9{display:flex;align-items:center;justify-content:center;gap:5px;font-size:var(--font-size-sm);color:var(--color-main);height:60px;padding:0 22px;cursor:pointer;border-right:.4px solid #979797}._filterWrapper_1ys56_31{padding-left:32px}._reloadFilter_1ys56_35{border:none}._filterButtonMobile_1ys56_39{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:var(--font-size-sm);color:var(--color-main);cursor:pointer;font-weight:500}._filterOverlay_1ys56_53{position:fixed;inset:0;background:#121b6b4d;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._filterSidebar_1ys56_61{position:fixed;left:0;top:0;height:100vh;width:400px;max-width:85vw;background:#fff;transform:translate(-100%);transition:transform .3s ease;z-index:1002;display:flex;flex-direction:column;box-shadow:4px 0 20px #0000001a}._filterSidebarOpen_1ys56_77{transform:translate(0)}._filterSidebarHeader_1ys56_81{display:flex;align-items:center;justify-content:space-between;padding:24px;border-bottom:1px solid #e0e0e0}._filterSidebarTitle_1ys56_89{font-size:20px;font-weight:600;color:var(--color-main);margin:0}._filterCloseButton_1ys56_96{background:none;border:none;font-size:32px;color:#999;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1}._filterSidebarContent_1ys56_111{flex:1;padding:24px;overflow-y:auto}._filterSection_1ys56_117{margin-bottom:24px}._filterLabel_1ys56_121{display:block;font-size:14px;font-weight:500;color:var(--color-main);margin-bottom:12px}._statusButtons_1ys56_129{display:flex;flex-direction:column;gap:8px}._statusButton_1ys56_129{padding:12px 16px;background:#f5f6fa;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:var(--color-main);cursor:pointer;text-align:left;transition:all .2s}._statusButton_1ys56_129:hover{background:#e8e9f0}._statusButtonActive_1ys56_151{background:#3390ed;color:#fff;border-color:#3390ed}._statusButtonActive_1ys56_151:hover{background:#2a7bc7}._filterDivider_1ys56_161{height:1px;background:#e0e0e0;margin:24px 0}._filterSidebarFooter_1ys56_167{padding:24px;border-top:1px solid #e0e0e0;display:flex;gap:12px}._applyButton_1ys56_174,._resetButton_1ys56_175{flex:1}._mobileHeaderRow_1ys56_179{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:16px}._mobilePageTitle_1ys56_187{font-size:24px;font-weight:700;color:var(--color-main);margin:0}@media(max-width:767px){._filter_1ys56_1{margin-bottom:16px}._mobileHeaderRow_1ys56_179{margin-bottom:12px}._mobilePageTitle_1ys56_187{font-size:20px}._checkboxLabel_1ys56_208{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:var(--color-main)}._filterSidebar_1ys56_61{width:320px}}._content_14wlw_1{text-align:center}._title_14wlw_5{font-size:20px;font-weight:700;color:#152033;margin-bottom:20px;text-align:center;max-width:384px;margin-left:auto;margin-right:auto}._lithotypeName_14wlw_16{font-size:14px;color:#6d7785;margin:8px 0 0;word-break:break-word}._footer_14wlw_24{display:flex;gap:12px;width:100%;justify-content:center}._deleteButton_14wlw_31{flex:1;background-color:#e74c3c;color:#fff;border:none}._deleteButton_14wlw_31:hover:not(:disabled){background-color:#c0392b}._cancelButton_14wlw_42{flex:1;background-color:#fff;color:#3390ed;border:1px solid #3390ed}._cancelButton_14wlw_42:hover:not(:disabled){background-color:#f0f7ff}._restoreWrapper_e1fo3_1{padding:20px 40px;width:100%}._header_e1fo3_6{display:flex;align-items:center;gap:15px;margin-bottom:28px}._backBtn_e1fo3_13{background:#3390ed;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;width:40px;height:40px;flex-shrink:0}._title_e1fo3_27{font-size:28px;font-weight:700;color:#1b1b33;margin:0}._errorBanner_e1fo3_34{background-color:#ff2c2c;color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}._formContainer_e1fo3_43{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1000px}._formColumn_e1fo3_50{display:flex;flex-direction:column;gap:10px}._fieldGroup_e1fo3_56{display:flex;flex-direction:column;gap:8px}._label_e1fo3_62{font-size:14px;font-weight:500;color:#1b1b33;margin-bottom:8px}._toggleField_e1fo3_69{display:flex;align-items:center;gap:12px;margin-bottom:8px}._toggle_e1fo3_69{position:relative;display:inline-block;width:44px;height:24px}._toggle_e1fo3_69 input{opacity:0;width:0;height:0}._slider_e1fo3_89{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}._slider_e1fo3_89:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}._toggle_e1fo3_69 input:checked+._slider_e1fo3_89{background-color:#3390ed}._toggle_e1fo3_69 input:checked+._slider_e1fo3_89:before{transform:translate(20px)}._description_e1fo3_121{font-size:12px;color:#6d7785;margin:0}._input_e1fo3_127{width:100%}._fileInput_e1fo3_131{display:none}._imageButton_e1fo3_135{width:auto;background-color:#fff;color:#3390ed;border:1px solid #3390ed;padding:10px 20px}._imageButton_e1fo3_135:hover{background-color:#f0f7ff}._imageInfo_e1fo3_147{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background-color:#f9fafb;border-radius:6px}._imageName_e1fo3_157{font-size:12px;color:#6d7785;flex:1}._removeImageBtn_e1fo3_163{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.7;transition:opacity .2s}._removeImageBtn_e1fo3_163:hover{opacity:1}._removeImageBtn_e1fo3_163 img{width:14px;height:14px}._baseLithotypesSelect_e1fo3_186{width:100%;min-height:200px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1b1b33;background-color:#fff;overflow-y:auto;cursor:pointer}._baseLithotypesSelect_e1fo3_186:focus{outline:none;border-color:#3390ed}._baseLithotypesSelect_e1fo3_186 option{padding:8px;cursor:pointer}._baseLithotypesSelect_e1fo3_186 option:hover{background-color:#f5f6fa}._baseLithotypesSelect_e1fo3_186 option:checked{background-color:#3390ed;color:#fff}._helpText_e1fo3_218{font-size:12px;color:#6d7785;margin:8px 0 0;font-style:italic}._loading_e1fo3_225{text-align:center;padding:20px;color:#6d7785}._buttonContainer_e1fo3_231{margin-top:20px;max-width:500px}._submitBtn_e1fo3_236{width:100%}._label_e1fo3_62{color:#979797;font-weight:400}._input_e1fo3_127{background-color:#fff}@media(max-width:767px){._restoreWrapper_e1fo3_1{padding:16px}._header_e1fo3_6{margin-bottom:20px;gap:12px}._title_e1fo3_27{font-size:24px}._errorBanner_e1fo3_34{padding:10px 14px;font-size:13px;margin-bottom:16px}._formContainer_e1fo3_43{grid-template-columns:1fr;gap:16px;max-width:100%}._formColumn_e1fo3_50{gap:16px}._fieldGroup_e1fo3_56,._toggleField_e1fo3_69{gap:10px}._description_e1fo3_121{font-size:11px}._imageButton_e1fo3_135{width:100%;text-align:center;padding:12px 20px}._baseLithotypesSelect_e1fo3_186{min-height:150px;font-size:14px}._helpText_e1fo3_218{font-size:11px}._imageInfo_e1fo3_147{flex-wrap:wrap}._imageName_e1fo3_157{font-size:11px;word-break:break-word}._buttonContainer_e1fo3_231{margin-top:24px;max-width:100%}._submitBtn_e1fo3_236{width:100%}._label_e1fo3_62{font-size:13px}}._restoreWrapper_abg49_1{padding:20px 40px;width:100%}._loading_abg49_6{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}._header_abg49_14{display:flex;align-items:center;gap:15px;margin-bottom:28px}._backBtn_abg49_21{background:#3390ed;border:none;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;border-radius:8px;width:40px;height:40px;flex-shrink:0}._title_abg49_35{font-size:28px;font-weight:700;color:#1b1b33;margin:0}._errorBanner_abg49_42{background-color:#ff2c2c;color:#fff;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px}._formContainer_abg49_51{display:grid;grid-template-columns:1fr 1fr;gap:20px;max-width:1000px}._formColumn_abg49_58{display:flex;flex-direction:column;gap:10px}._fieldGroup_abg49_64{display:flex;flex-direction:column;gap:8px}._label_abg49_70{font-size:14px;font-weight:500;color:#1b1b33;margin-bottom:8px}._toggleField_abg49_77{display:flex;align-items:center;gap:12px;margin-bottom:8px}._toggle_abg49_77{position:relative;display:inline-block;width:44px;height:24px}._toggle_abg49_77 input{opacity:0;width:0;height:0}._slider_abg49_97{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}._slider_abg49_97:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}._toggle_abg49_77 input:checked+._slider_abg49_97{background-color:#3390ed}._toggle_abg49_77 input:checked+._slider_abg49_97:before{transform:translate(20px)}._description_abg49_129{font-size:12px;color:#6d7785;margin:0}._input_abg49_135{width:100%}._fileInput_abg49_139{display:none}._imageButton_abg49_143{width:auto;background-color:#fff;color:#3390ed;border:1px solid #3390ed;padding:10px 20px}._imageButton_abg49_143:hover{background-color:#f0f7ff}._imageInfo_abg49_155{display:flex;align-items:center;gap:8px;margin-top:8px;padding:8px 12px;background-color:#f9fafb;border-radius:6px}._imageName_abg49_165{font-size:12px;color:#6d7785;flex:1}._removeImageBtn_abg49_171{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;width:20px;height:20px;opacity:.7;transition:opacity .2s}._removeImageBtn_abg49_171:hover{opacity:1}._removeImageBtn_abg49_171 img{width:14px;height:14px}._currentImageWrapper_abg49_194{display:flex;flex-direction:column;gap:8px;margin-top:8px}._currentImageRow_abg49_201{display:flex;align-items:flex-start;gap:12px}._currentImage_abg49_194{max-width:200px;max-height:200px;object-fit:contain;border-radius:8px;border:1px solid #3390ed;box-shadow:0 2px 4px #3390ed33}._baseLithotypesSelect_abg49_216{width:100%;min-height:200px;padding:12px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#1b1b33;background-color:#fff;overflow-y:auto;cursor:pointer}._baseLithotypesSelect_abg49_216:focus{outline:none;border-color:#3390ed}._baseLithotypesSelect_abg49_216 option{padding:8px;cursor:pointer}._baseLithotypesSelect_abg49_216 option:hover{background-color:#f5f6fa}._baseLithotypesSelect_abg49_216 option:checked{background-color:#3390ed;color:#fff}._helpText_abg49_248{font-size:12px;color:#6d7785;margin:8px 0 0;font-style:italic}._buttonContainer_abg49_255{margin-top:20px;max-width:500px}._submitBtn_abg49_260{width:100%}._label_abg49_70{color:#979797;font-weight:400}._input_abg49_135{background-color:#fff}@media(max-width:767px){._restoreWrapper_abg49_1{padding:16px}._header_abg49_14{margin-bottom:20px;gap:12px}._title_abg49_35{font-size:24px}._errorBanner_abg49_42{padding:10px 14px;font-size:13px;margin-bottom:16px}._formContainer_abg49_51{grid-template-columns:1fr;gap:16px;max-width:100%}._formColumn_abg49_58{gap:16px}._fieldGroup_abg49_64{gap:10px}._imageButton_abg49_143{width:100%;text-align:center;padding:12px 20px}._baseLithotypesSelect_abg49_216{min-height:150px;font-size:14px}._helpText_abg49_248{font-size:11px}._imageInfo_abg49_155{flex-wrap:wrap}._imageName_abg49_165{font-size:11px;word-break:break-word}._buttonContainer_abg49_255{margin-top:24px;max-width:100%}._submitBtn_abg49_260{width:100%}._label_abg49_70{font-size:13px}}._wrapper_svzu4_1{display:flex;flex-direction:column;gap:20px;width:100%}._mobileTable_svzu4_8{display:flex;flex-direction:column;gap:12px}._mobileSelectAll_svzu4_14{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:var(--card-bg, #ffffff);border-radius:12px;font-size:14px;color:var(--text-primary, #111827);box-shadow:0 2px 8px #0000000a}._mobileCardsGrid_svzu4_26{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:640px)and (max-width:1024px){._mobileCardsGrid_svzu4_26{grid-template-columns:repeat(2,1fr)}}._mobileTableRow_svzu4_38{display:flex;flex-direction:column;gap:8px;background-color:var(--card-bg, #ffffff);padding:16px;border-radius:12px;box-shadow:0 2px 8px #0000000a}._mobileCardHeader_svzu4_48{display:flex;align-items:center;gap:12px;padding-bottom:8px;margin-bottom:4px;border-bottom:1px solid var(--border-color, #e5e7eb)}._mobileId_svzu4_57{font-weight:600;font-size:14px;color:var(--text-primary, #111827)}._rowField_svzu4_63{display:flex;justify-content:space-between;align-items:center;font-size:14px}._fieldLabel_svzu4_70{color:var(--text-secondary, #6b7280);font-weight:500}._fieldValue_svzu4_75{color:var(--text-primary, #111827);font-weight:500;text-align:right;max-width:65%;word-break:break-word}._statusSelectWrapper_svzu4_83{display:flex;justify-content:flex-end}._loading_svzu4_88{text-align:center;padding:40px;color:var(--text-secondary, #6b7280)}._empty_svzu4_94{text-align:center;padding:40px;color:var(--text-secondary, #6b7280);background-color:var(--card-bg, #ffffff);border-radius:12px}._mobilePagination_svzu4_102{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:var(--card-bg, #ffffff);border-radius:12px;font-size:14px;color:var(--text-secondary, #6b7280)}._paginationButtons_svzu4_113{display:flex;gap:8px}._paginationButtons_svzu4_113 button{padding:6px 12px;border:1px solid var(--border-color, #e5e7eb);background-color:var(--bg-color, #ffffff);border-radius:6px;cursor:pointer;transition:all .2s}._paginationButtons_svzu4_113 button:disabled{opacity:.5;cursor:not-allowed}._paginationButtons_svzu4_113 button:not(:disabled):hover{background-color:var(--primary-light, #eff6ff);border-color:var(--primary-color, #2563eb);color:var(--primary-color, #2563eb)}._badge_ikne7_1{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none;transition:opacity .2s;white-space:nowrap}._badge_ikne7_1:hover{opacity:.8}._new_ikne7_20{background-color:#e0f2fe;color:#0284c7}._in_progress_ikne7_25{background-color:#fef3c7;color:#d97706}._completed_ikne7_30{background-color:#dcfce7;color:#16a34a}._rejected_ikne7_35{background-color:#fee2e2;color:#dc2626}._defaultBadge_ikne7_40{background-color:#f3f4f6;color:#4b5563}._wrapper_4sw1z_1{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:50;animation:_slideUp_4sw1z_1 .3s ease-out forwards}._bulkPanel_4sw1z_10{display:flex;align-items:center;gap:16px;background-color:var(--card-bg, #ffffff);padding:12px 24px;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid var(--border-color, #e5e7eb);cursor:pointer;transition:all .2s}._bulkPanel_4sw1z_10:hover{box-shadow:0 6px 24px #00000026;border-color:var(--primary-color, #2563eb)}._countText_4sw1z_28{font-size:14px;font-weight:500;color:var(--text-primary, #111827);display:flex;align-items:center;gap:8px}._actionText_4sw1z_37{font-size:14px;font-weight:600;color:var(--primary-color, #2563eb);padding-left:16px;border-left:1px solid var(--border-color, #e5e7eb)}._dropdown_4sw1z_45{width:100%}@keyframes _slideUp_4sw1z_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}:root{--color-main: #192a3e;--color-second: #3390ed;--color-accent-1: #d16909;--color-accent-2: #38c700;--color-danger: #ff2c2c;--color-muted: #767676;--color-white: #ffffff;--font-family-sans: "Gilroy", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;--font-size-base: 1rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--line-height-base: 1.45;--space-xxs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--container-width: 72rem}*{box-sizing:border-box;padding:0;margin:0}html{font-size:100%}body{margin:0;font-family:var(--font-family-sans);font-size:var(--font-size-base);line-height:var(--line-height-base);color:var(--color-main);background:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.h1{font-size:var(--font-size-2xl);font-weight:700;color:var(--color-main)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);background:var(--color-second);color:var(--color-white);font-weight:500;cursor:pointer;border:none;transition:background .2s}.btn:hover{opacity:.9}.btn--danger{background:var(--color-danger)}.muted{color:var(--color-muted)}.error{color:var(--color-danger);margin-top:8px;font-size:var(--font-size-sm);text-align:center}.container{width:100%;max-width:100%;margin:0 auto;padding:12px;box-sizing:border-box}@media(min-width:576px){.container{max-width:540px;padding:16px}}@media(min-width:768px){.container{max-width:720px;padding:20px}}@media(min-width:992px){.container{max-width:960px;padding:24px}}@media(min-width:1200px){.container{max-width:1140px}}
