.awesome-loader-container{position:relative}.awesome-loader-container.center .awesome-loader-overlay{position:fixed}.awesome-loader-container.relative .awesome-loader-overlay{position:absolute}.awesome-loader-container .main-content{transition:filter .4s ease,opacity .4s ease}.awesome-loader-container .main-content.blurred{filter:blur(5px);pointer-events:none;user-select:none}.awesome-loader-overlay{top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:99999;display:flex;align-items:center;justify-content:center;animation:overlayFadeIn .5s ease forwards}.awesome-loader-content{text-align:center;color:#fff;perspective:1000px}.loader-text{margin-top:1rem;font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase;font-weight:500;opacity:0;animation:fadeText 1.2s forwards ease-in}.spin-container{position:relative;display:inline-block;width:150px;height:150px;perspective:1200px}.spin-logo{width:100px;height:100px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform-style:preserve-3d;animation:flipLogo 1.8s ease-in-out infinite}.spin-container:before{content:"";position:absolute;top:50%;left:50%;width:150px;height:150px;transform:translate(-50%,-50%);border:2px solid #ffffff;border-radius:50%;box-shadow:0 0 15px #fff9,0 0 30px #fff6 inset;animation:spinRing 2.4s linear infinite;transform-style:preserve-3d}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spinRing{0%{transform:translate(-50%,-50%) rotateY(0)}to{transform:translate(-50%,-50%) rotateY(360deg)}}@keyframes flipLogo{0%{transform:translate(-50%,-50%) rotateX(0) rotateY(0) scale(1)}25%{transform:translate(-50%,-50%) rotateX(180deg) rotateY(0) scale(1.1)}50%{transform:translate(-50%,-50%) rotateX(180deg) rotateY(180deg) scale(1)}75%{transform:translate(-50%,-50%) rotateX(360deg) rotateY(180deg) scale(1.1)}to{transform:translate(-50%,-50%) rotateX(360deg) rotateY(360deg) scale(1)}}@keyframes pulse{0%{opacity:.2;transform:scale(.75)}50%{opacity:1;transform:scale(1)}to{opacity:.2;transform:scale(.75)}}.pulsing-dots{display:flex;justify-content:center;align-items:center;margin-top:1rem}.pulsing-dots .dot{width:7px;height:7px;background-color:#fff;border-radius:50%;margin:0 5px -4.5px;animation:pulse 1.4s infinite ease-in-out;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-animation:pulse 1.4s infinite ease-in-out}.pulsing-dots .dot:nth-child(2){animation-delay:.2s}.pulsing-dots .dot:nth-child(3){animation-delay:.4s}.loader-spinner{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;vertical-align:middle;color:#000000bf}.loader-spinner__stack{display:flex;flex-direction:column;align-items:center;gap:0}.loader-spinner__stage{display:flex;flex-direction:column;align-items:center}.loader-spinner__stage--inline{flex-direction:row;align-items:center;gap:8px}.loader-spinner__spin{position:relative;display:inline-block;transform-style:preserve-3d;perspective:1200px}.loader-spinner__spin:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);border:2px solid rgba(59,130,246,.4);border-radius:50%;box-shadow:0 0 14px #3b82f640,inset 0 0 15px #3b82f614;animation:spinRing 2.4s linear infinite;transform-style:preserve-3d}.loader-spinner__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transform-style:preserve-3d;animation:flipLogo 1.8s ease-in-out infinite}.loader-spinner__dots{display:flex;margin-top:.75rem;justify-content:center;align-items:center;gap:0}.loader-spinner__stage--inline .loader-spinner__dots{margin-top:0}.loader-spinner__dot{width:7px;height:7px;margin:0 5px;border-radius:50%;background-color:#3b82f6d9;animation:pulse 1.4s infinite ease-in-out}.loader-spinner__dot:nth-child(2){animation-delay:.2s}.loader-spinner__dot:nth-child(3){animation-delay:.4s}.loader-spinner__caption{margin:.65rem 0 0;padding:0 .5rem;max-width:22rem;font-size:.875rem;font-weight:500;line-height:1.35;letter-spacing:.01em;text-align:center;color:#00000094;opacity:0;animation:loaderSpinnerCaptionIn .6s ease forwards .2s}.loader-spinner--tiny .loader-spinner__spin{width:22px;height:22px}.loader-spinner--tiny .loader-spinner__spin:before{border-width:1px}.loader-spinner--tiny .loader-spinner__logo{width:14px;height:14px}.loader-spinner--tiny .loader-spinner__dot{width:4px;height:4px;margin:0 3px}.loader-spinner--small .loader-spinner__spin{width:44px;height:44px}.loader-spinner--small .loader-spinner__logo{width:28px;height:28px}.loader-spinner--default .loader-spinner__spin{width:72px;height:72px}.loader-spinner--default .loader-spinner__logo{width:48px;height:48px}.loader-spinner--large .loader-spinner__spin{width:120px;height:120px}.loader-spinner--large .loader-spinner__logo{width:80px;height:80px}@keyframes loaderSpinnerCaptionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.loader-tip-text{margin-top:.75rem;font-size:.95rem;font-weight:500;color:#fff;text-align:center;max-width:280px;line-height:1.4}.loader-overlay-custom{max-width:min(420px,90vw);color:#fff;text-align:center}.profile-dropdown-trigger{display:flex;align-items:center;padding:10px 16px;border-radius:16px;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid #e2e8f0;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 4px 12px #0000000d,0 2px 4px #00000005;height:auto;min-height:48px;position:relative;overflow:hidden}.profile-dropdown-trigger:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.profile-dropdown-trigger:hover{background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);border-color:#050505;box-shadow:0 8px 24px #00000014,0 4px 12px #1890ff1a;transform:translateY(-2px)}.profile-dropdown-trigger:hover:before{left:100%}.profile-dropdown-trigger:focus{border-color:#050505;box-shadow:0 0 0 2px #1890ff33}.profile-dropdown-trigger .profile-dropdown-trigger-avatar{border:2px solid #e2e8f0;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000f;position:relative;z-index:1}.profile-dropdown-trigger:hover .profile-dropdown-trigger-avatar{border-color:#050505;transform:scale(1.08);box-shadow:0 4px 16px #1890ff26}.profile-dropdown-trigger .profile-dropdown-trigger-info{text-align:left;margin-left:12px;position:relative;z-index:1}.profile-dropdown-trigger .profile-dropdown-trigger-info .profile-dropdown-trigger-name{font-size:15px;font-weight:700;color:#1a202c;line-height:1.2;transition:color .3s ease}.profile-dropdown-trigger .profile-dropdown-trigger-info .profile-dropdown-trigger-role{font-size:12px;color:#4a5568;line-height:1.2;margin-top:2px;font-weight:500;transition:color .3s ease}.profile-dropdown-trigger:hover .profile-dropdown-trigger-info .profile-dropdown-trigger-name{color:#050505}.profile-dropdown-trigger:hover .profile-dropdown-trigger-info .profile-dropdown-trigger-role{color:#2d3748}@media (max-width: 500px){.profile-dropdown-trigger{padding:6px 8px;min-height:36px;border-radius:10px}}.profile-dropdown-overlay .ant-dropdown-menu{min-width:320px;border-radius:20px;box-shadow:0 20px 60px #00000014,0 8px 25px #0000000f;border:1px solid #f0f0f0;padding:12px;background:#ffffff!important;overflow:hidden}@media (max-width: 500px){.profile-dropdown-overlay .ant-dropdown-menu{min-width:280px;max-width:90vw}}@media (max-width: 1024px) and (min-width: 768px){.profile-dropdown-overlay .ant-dropdown-menu{min-width:260px}}.profile-dropdown-overlay .profile-dropdown-header{display:flex;flex-direction:column;padding:20px 16px;background:linear-gradient(135deg,#fafbfc 0%,#f5f7fa 100%);border-radius:16px;margin-bottom:12px;gap:12px;border:1px solid #f0f2f5}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-logo{display:flex;justify-content:center;margin-bottom:8px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-logo .mobile-dropdown-logo{height:32px;width:auto;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-user-section{display:flex;align-items:center;gap:16px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-avatar{border:3px solid #ffffff;box-shadow:0 4px 12px #00000014;flex-shrink:0;background:#ffffff}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info{flex:1;min-width:0}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-name{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:17px;font-weight:700;color:#1a1a1a;line-height:1.3}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-name .profile-dropdown-badge{flex-shrink:0}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-role{font-size:14px;color:#4a5568;margin-bottom:4px;font-weight:500}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-org{font-size:13px;color:#718096;font-weight:400;background:#e2e8f0;padding:2px 8px;border-radius:6px;display:inline-block}@media (min-width: 768px){.profile-dropdown-overlay .profile-dropdown-header{flex-direction:row;align-items:center;gap:16px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-logo{display:none}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-user-section{gap:16px}}@media (max-width: 500px){.profile-dropdown-overlay .profile-dropdown-header{padding:16px 12px;gap:10px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-name{font-size:14px;gap:6px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-role{font-size:12px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-org{font-size:11px}}.profile-dropdown-overlay .ant-dropdown-menu-item{padding:14px 16px;border-radius:12px;margin:4px 0;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:15px;font-weight:500;color:#2d3748!important;background:transparent!important;border:none!important}.profile-dropdown-overlay .ant-dropdown-menu-item:hover{background:linear-gradient(135deg,#e7f3ff 0%,#dbeafe 100%)!important;color:#1560bd!important;transform:translate(4px);box-shadow:0 4px 12px #1560bd1a}.profile-dropdown-overlay .ant-dropdown-menu-item:active{transform:translate(2px) scale(.98)}.profile-dropdown-overlay .ant-dropdown-menu-item .anticon{margin-right:12px;font-size:18px;color:#6b7280;transition:all .3s ease;font-weight:700}.profile-dropdown-overlay .ant-dropdown-menu-item:hover .anticon{color:#1560bd;transform:scale(1.1)}@media (max-width: 500px){.profile-dropdown-overlay .ant-dropdown-menu-item{padding:12px 14px;font-size:14px}.profile-dropdown-overlay .ant-dropdown-menu-item .anticon{margin-right:10px;font-size:16px}}.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title{padding:14px 16px;border-radius:12px;margin:4px 0;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:15px;font-weight:500;color:#2d3748!important;background:transparent!important}.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title:hover{background:linear-gradient(135deg,#e7f3ff 0%,#dbeafe 100%)!important;color:#1560bd!important;transform:translate(4px);box-shadow:0 4px 12px #1560bd1a}.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .anticon{margin-right:12px;font-size:18px;color:#6b7280;transition:all .3s ease}.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title:hover .anticon{color:#1560bd;transform:scale(1.1)}@media (max-width: 500px){.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title{padding:12px 14px;font-size:14px}.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title .anticon{margin-right:10px;font-size:16px}}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu{border-radius:14px!important;box-shadow:0 16px 48px #00000026,0 6px 20px #1560bd1f!important;min-width:260px!important;background:linear-gradient(180deg,#ffffff 0%,#fafbfc 100%)!important;border:1px solid #e2e8f0!important;padding:12px!important;backdrop-filter:blur(10px)}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item{display:flex!important;align-items:center!important;border-radius:12px!important;padding:14px 18px!important;margin:6px 0!important;font-size:14px!important;font-weight:600!important;color:#1f2937!important;background:#ffffff!important;border:1px solid transparent!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 1px 3px #0000000a!important}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item .anticon,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:20px!important;color:#1560bd!important;margin-right:14px!important;transition:all .25s ease!important;background:linear-gradient(135deg,#e7f3ff 0%,#dbeafe 100%);padding:8px;border-radius:10px;display:flex;align-items:center;justify-content:center}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item:hover,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item:hover{background:linear-gradient(135deg,#1560bd 0%,#0d4a8f 100%)!important;color:#fff!important;transform:translate(6px) scale(1.02)!important;box-shadow:0 8px 24px #1560bd4d!important;border-color:transparent!important}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item:hover .anticon,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item:hover .anticon{color:#fff!important;background:rgba(255,255,255,.2);transform:scale(1.1)}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item:active,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item:active{transform:translate(4px) scale(.98)!important}@media (max-width: 500px){.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu{min-width:220px!important;padding:10px!important}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item{padding:12px 14px!important;font-size:13px!important;margin:4px 0!important}.profile-dropdown-overlay .ant-dropdown-menu-submenu-popup .ant-dropdown-menu .ant-dropdown-menu-item .anticon,.profile-dropdown-overlay .ant-dropdown-menu-submenu>.ant-dropdown-menu .ant-dropdown-menu .ant-dropdown-menu-item .anticon{font-size:18px!important;margin-right:12px!important;padding:6px}}.profile-dropdown-overlay .ant-dropdown-menu-item-divider{margin:12px 8px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);height:1px;border:none}.profile-dropdown-overlay .ant-dropdown-menu-item-group-title{padding:0;margin:0;color:inherit}.profile-dropdown-overlay .ant-dropdown-menu-item-group-list{margin:0}.profile-dropdown-overlay .logout-menu-item{color:#dc2626!important;background:linear-gradient(135deg,#fef2f2 0%,#fee2e2 100%)!important;border:1px solid #fecaca!important;margin-top:8px!important}.profile-dropdown-overlay .logout-menu-item:hover{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%)!important;color:#b91c1c!important;transform:translate(4px);box-shadow:0 4px 16px #dc262633}.profile-dropdown-overlay .logout-menu-item .logout-item{display:flex;align-items:center;gap:12px;color:inherit;font-weight:600}.profile-dropdown-overlay .logout-menu-item .logout-item .anticon{font-size:18px!important}@media (max-width: 500px){.profile-dropdown-overlay .logout-menu-item .logout-item{gap:10px}}.profile-dropdown-overlay .logout-menu-item .anticon{color:#dc2626!important;font-size:18px}.profile-dropdown-overlay .logout-menu-item:hover .anticon{color:#b91c1c!important;transform:scale(1.1)}@media (max-width: 1024px) and (min-width: 768px){.profile-dropdown-trigger{padding:8px 12px;min-height:42px;border-radius:14px}.profile-dropdown-trigger .profile-dropdown-trigger-avatar{width:30px;height:30px}.profile-dropdown-trigger .profile-dropdown-trigger-info{margin-left:10px}.profile-dropdown-trigger .profile-dropdown-trigger-info .profile-dropdown-trigger-name{font-size:13px}.profile-dropdown-trigger .profile-dropdown-trigger-info .profile-dropdown-trigger-role{font-size:11px}.profile-dropdown-overlay .ant-dropdown-menu{min-width:260px}.profile-dropdown-overlay .profile-dropdown-header{padding:16px 12px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-user-section{gap:12px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-avatar{width:36px;height:36px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-name{font-size:15px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-role{font-size:13px}.profile-dropdown-overlay .ant-dropdown-menu-item{padding:12px 14px;font-size:14px}}@media (max-width: 767px){.profile-dropdown-trigger{padding:6px 8px;min-height:36px;border-radius:12px;margin-left:auto}.profile-dropdown-trigger .profile-dropdown-trigger-avatar{border-width:2px}.profile-dropdown-trigger .profile-dropdown-trigger-info{display:none}.profile-dropdown-overlay .ant-dropdown-menu{margin-top:8px;border-radius:12px;max-height:80vh;overflow-y:auto;margin-right:8px;min-width:280px!important}.profile-dropdown-overlay .profile-dropdown-header{padding:16px 12px;border-radius:12px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-logo{margin-bottom:12px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-logo .mobile-dropdown-logo{height:28px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-avatar{border-width:2px}.profile-dropdown-overlay .ant-dropdown-menu-item,.profile-dropdown-overlay .ant-dropdown-menu-submenu .ant-dropdown-menu-submenu-title{padding:8px 12px;font-size:13px}}@media (max-width: 480px){.profile-dropdown-overlay .ant-dropdown-menu{min-width:240px;max-width:85vw}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-name{font-size:13px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-role{font-size:11px}.profile-dropdown-overlay .profile-dropdown-header .profile-dropdown-info .profile-dropdown-org{font-size:10px}}.profile-dropdown-overlay .ant-dropdown-menu{animation:profileDropdownSlideIn .3s ease-out}@keyframes profileDropdownSlideIn{0%{opacity:0;transform:translateY(-8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-dropdown-overlay .ant-dropdown-menu-item-group:not(:first-child){margin-top:8px}.profile-dropdown-overlay .ant-dropdown-menu-item-group:not(:first-child):before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,#e2e8f0,transparent);margin:8px 0 12px}.profile-dropdown-overlay .ant-badge .ant-badge-count{background:#050505;box-shadow:0 2px 8px #1890ff4d;border:2px solid #ffffff}.nav{background-color:#fff;display:flex;justify-content:space-between;height:5rem;padding:20px 40px;border-bottom:1px solid #e0e0e0;box-shadow:0 2px 4px #0000000d}@media (max-width: 1024px) and (min-width: 768px){.nav{padding:16px 20px;height:auto;min-height:4.5rem;flex-wrap:wrap;gap:12px}}@media (max-width: 500px){.nav{display:flex;justify-content:space-between;align-items:center;padding:16px 8px 18px 6px;height:auto;min-height:4rem;flex-wrap:wrap;gap:8px}}.nav .search{height:2.5rem;width:23.375rem;border-radius:.4rem}@media (max-width: 500px){.nav .search{display:none}}.nav .menu_button{display:none}.nav .nav_noti{background-color:#fff;display:flex;align-items:center;margin-left:30px;gap:16px;flex-shrink:0}@media (max-width: 1024px) and (min-width: 768px){.nav .nav_noti{margin-left:16px;gap:12px}}.nav .nav_noti .help_icon{width:45px;height:45px;border-radius:50%;display:inline-block;text-align:center;padding:.47rem;background-color:#007aff;transition:transform .2s ease}.nav .nav_noti .help_icon:hover{transform:scale(1.1)}@media (max-width: 1024px) and (min-width: 768px){.nav .nav_noti .help_icon{width:38px;height:38px;padding:.35rem}}.nav .nav_noti .nav_icons{width:45px;height:45px;border-radius:50%;display:inline-block;text-align:center;padding:.67rem;border:2px solid #c3d4e9;transition:all .2s ease}.nav .nav_noti .nav_icons:hover{background-color:#f0f5ff;border-color:#050505}.nav .nav_noti .nav_icons .chat_icon{color:#050505;font-size:24px}@media (max-width: 1024px) and (min-width: 768px){.nav .nav_noti .nav_icons{width:38px;height:38px;padding:.5rem}.nav .nav_noti .nav_icons .chat_icon{font-size:20px}}.nav .nav_noti .bell_icons{width:45px;height:45px;border-radius:50%;display:inline-block;text-align:center;padding:.6rem;border:2px solid #c3d4e9;transition:all .2s ease}.nav .nav_noti .bell_icons:hover{background-color:#f0f5ff;border-color:#050505}.nav .nav_noti .bell_icons .chat_icon{color:#1c1b1f;font-size:24px}@media (max-width: 1024px) and (min-width: 768px){.nav .nav_noti .bell_icons{width:38px;height:38px;padding:.45rem}.nav .nav_noti .bell_icons .chat_icon{font-size:20px}}.noti_msg{display:flex}.noti_msg img{width:50px;height:50px;border-radius:50%}.noti_msg div{padding:12px;line-height:5px}.noti_noti{display:flex}.noti_noti img{width:70px;height:70px;border-radius:50%}.noti_noti div{padding:18px;line-height:5px}@media (max-width: 1024px) and (min-width: 768px){.nav .menu_button{display:none}}@media (max-width: 767px){.nav{justify-content:space-between;padding:12px 8px 14px 6px;min-height:3.5rem}.nav .menu_button{display:block;color:#4e4b66;font-size:18px;margin-right:6px;transition:color .2s ease;flex-shrink:0;border-radius:8px}.nav .menu_button:hover{color:#050505;background-color:#f0f5ff}.nav .nav_noti{background:#ffffff;gap:6px;margin-left:6px;flex:1;justify-content:flex-end;max-width:none}.nav .nav_noti .help_icon:first-child{display:none}.nav .nav_noti .nav_icons{width:30px;height:30px;border-radius:50%;border:2px solid #c3d4e9;padding:.25rem;align-items:center;transition:all .2s ease}.nav .nav_noti .nav_icons:hover{background-color:#f0f5ff;border-color:#050505}.nav .nav_noti .nav_icons .chat_icon{font-size:15px}.nav .nav_noti .bell_icons{width:30px;height:30px;border-radius:50%;border:2px solid #c3d4e9;padding:.13rem;align-items:center;transition:all .2s ease}.nav .nav_noti .bell_icons:hover{background-color:#f0f5ff;border-color:#050505}.nav .nav_noti .bell_icons .chat_icon{font-size:15px}}.red_icon{width:10px;height:10px;background-color:red;border-radius:50%;position:absolute;top:0;right:0;animation:pulse 1.5s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}.ai-chatbot{position:fixed;bottom:20px;right:20px;width:420px;height:600px;background:#ffffff;border-radius:16px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;z-index:1000;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(0);opacity:1;border:1px solid #e5e7eb}.ai-chatbot.full-window{top:20px;left:20px;right:20px;bottom:20px;width:auto;height:auto;border-radius:12px;box-shadow:0 25px 50px #00000040}.ai-chatbot .chatbot-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:16px 20px;border-radius:16px 16px 0 0;border-bottom:1px solid rgba(255,255,255,.1)}.ai-chatbot .chatbot-header .header-content{display:flex;justify-content:space-between;align-items:center}.ai-chatbot .chatbot-header .header-content .chatbot-title{display:flex;align-items:center;gap:12px}.ai-chatbot .chatbot-header .header-content .chatbot-title .bot-icon{font-size:24px;animation:bounce 2s infinite}.ai-chatbot .chatbot-header .header-content .chatbot-title h3{margin:0;font-size:18px;font-weight:600;letter-spacing:-.025em}.ai-chatbot .chatbot-header .header-content .chatbot-title .status-indicator{font-size:12px;animation:pulse 2s infinite}.ai-chatbot .chatbot-header .header-content .chatbot-title .activity-indicator{margin-left:8px;display:flex;align-items:center}.ai-chatbot .chatbot-header .header-content .chatbot-title .activity-indicator .loading-spinner{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.ai-chatbot .chatbot-header .header-content .chatbot-title .success-indicator{margin-left:8px;display:flex;align-items:center}.ai-chatbot .chatbot-header .header-content .chatbot-title .success-indicator .success-checkmark{width:20px;height:20px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;animation:successIndicatorPulse 1s ease-out}.ai-chatbot .chatbot-header .header-content .chatbot-title .error-indicator{margin-left:8px;display:flex;align-items:center}.ai-chatbot .chatbot-header .header-content .chatbot-title .error-indicator .error-x{width:20px;height:20px;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;animation:errorIndicatorShake .5s ease-out}.ai-chatbot .chatbot-header .header-content .chatbot-title .processing-indicator{margin-left:8px;display:flex;align-items:center}.ai-chatbot .chatbot-header .header-content .chatbot-title .processing-indicator .processing-dots{display:flex;gap:2px}.ai-chatbot .chatbot-header .header-content .chatbot-title .processing-indicator .processing-dots span{width:4px;height:4px;background:#3b82f6;border-radius:50%;animation:processingDots 1.4s ease-in-out infinite both}.ai-chatbot .chatbot-header .header-content .chatbot-title .processing-indicator .processing-dots span:nth-child(1){animation-delay:-.32s}.ai-chatbot .chatbot-header .header-content .chatbot-title .processing-indicator .processing-dots span:nth-child(2){animation-delay:-.16s}.ai-chatbot .chatbot-header .header-content .header-actions{display:flex;gap:8px}.ai-chatbot .chatbot-header .header-content .header-actions button{background:rgba(255,255,255,.2);border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;transition:all .2s ease}.ai-chatbot .chatbot-header .header-content .header-actions button:hover{background:rgba(255,255,255,.3);transform:translateY(-1px)}.ai-chatbot .chatbot-header .header-content .header-actions button:active{transform:translateY(0)}.ai-chatbot .chatbot-header .chatbot-subtitle{font-size:12px;color:#fff;margin:8px 0 0;line-height:1.4}.ai-chatbot .chatbot-header .chatbot-subtitle .subtitle-status{font-weight:500}.ai-chatbot .chatbot-header .chatbot-subtitle .subtitle-status.success{color:#059669}.ai-chatbot .chatbot-header .chatbot-subtitle .subtitle-status.error{color:#dc2626}.ai-chatbot .chatbot-messages{flex:1;overflow-y:auto;padding:20px;scroll-behavior:smooth}.ai-chatbot .chatbot-messages .welcome-message{display:flex;align-items:center;justify-content:center;min-height:300px;padding:40px 20px;text-align:center;color:#6b7280}.ai-chatbot .chatbot-messages .welcome-message .welcome-content{max-width:300px}.ai-chatbot .chatbot-messages .welcome-message .welcome-content .welcome-icon{font-size:48px;margin-bottom:16px;display:block}.ai-chatbot .chatbot-messages .welcome-message .welcome-content h4{font-size:20px;margin-bottom:16px;color:#374151}.ai-chatbot .chatbot-messages .welcome-message .welcome-content p{margin-bottom:16px;line-height:1.5}.ai-chatbot .chatbot-messages .welcome-message .welcome-content ul{text-align:left;margin-bottom:20px;padding-left:16px}.ai-chatbot .chatbot-messages .welcome-message .welcome-content ul li{margin-bottom:8px;line-height:1.4}.ai-chatbot .chatbot-messages .welcome-message .welcome-content .example-queries{padding:12px 16px;background:#f9fafb;border-radius:8px;margin-top:16px;border:1px solid #e5e7eb}.ai-chatbot .chatbot-messages .welcome-message .welcome-content .example-queries small{color:#6b7280;line-height:1.4}.ai-chatbot .chatbot-messages .message{display:flex;gap:12px;margin-bottom:20px;animation:messageSlideIn .3s ease-out}.ai-chatbot .chatbot-messages .message.user{flex-direction:row-reverse}.ai-chatbot .chatbot-messages .message.user .message-content{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-radius:18px 18px 4px}.ai-chatbot .chatbot-messages .message.user .message-avatar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.ai-chatbot .chatbot-messages .message.assistant .message-content{background:#f3f4f6;color:#374151;border-radius:18px 18px 18px 4px}.ai-chatbot .chatbot-messages .message.assistant .message-avatar{background:#f3f4f6;color:#6b7280}.ai-chatbot .chatbot-messages .message.assistant.typing .message-content{background:#f3f4f6;padding:16px 20px}.ai-chatbot .chatbot-messages .message.assistant.success-message .message-content{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);color:#065f46;border:2px solid #34d399;animation:successPulse .6s ease-out;position:relative;overflow:hidden}.ai-chatbot .chatbot-messages .message.assistant.success-message .message-content:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:successShine 1.5s ease-out}.ai-chatbot .chatbot-messages .message.assistant.success-message .message-avatar{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;animation:successBounce .6s ease-out}.ai-chatbot .chatbot-messages .message.assistant.error-message-content .message-content{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);color:#991b1b;border:2px solid #f87171;animation:errorShake .5s ease-out}.ai-chatbot .chatbot-messages .message.assistant.error-message-content .message-avatar{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff}.ai-chatbot .chatbot-messages .message.system .message-content{background:#fef3c7;color:#92400e;border-radius:12px;border:1px solid #fbbf24}.ai-chatbot .chatbot-messages .message.system .message-avatar{background:#fbbf24;color:#fff}.ai-chatbot .chatbot-messages .message .message-avatar{width:40px;height:40px;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.ai-chatbot .chatbot-messages .message .message-content{max-width:280px;padding:12px 16px;position:relative;word-wrap:break-word;box-shadow:0 2px 8px #00000014}.ai-chatbot .chatbot-messages .message .message-content .message-text{line-height:1.5;font-size:14px}.ai-chatbot .chatbot-messages .message .message-content .message-text strong{font-weight:600}.ai-chatbot .chatbot-messages .message .message-content .message-text em{font-style:italic}.ai-chatbot .chatbot-messages .message .message-content .message-timestamp{font-size:11px;opacity:.7;margin-top:8px;text-align:right}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.1)}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-context{margin-bottom:12px}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-context .action-icon{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons{display:flex;gap:8px}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button.confirm{background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;box-shadow:0 2px 8px #10b9814d}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button.confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button.cancel{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);color:#fff;box-shadow:0 2px 8px #ef44444d}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button.cancel:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #ef444466}.ai-chatbot .chatbot-messages .message .message-content .confirmation-actions .confirmation-buttons .confirm-button:active:not(:disabled){transform:translateY(0)}.ai-chatbot .chatbot-messages .message .typing-indicator{display:flex;align-items:center;gap:12px}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-text{font-size:14px;color:#6b7280}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-dots{display:flex;gap:4px}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-dots span{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:typingDots 1.5s infinite}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-dots span:nth-child(1){animation-delay:0s}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-dots span:nth-child(2){animation-delay:.3s}.ai-chatbot .chatbot-messages .message .typing-indicator .typing-dots span:nth-child(3){animation-delay:.6s}.ai-chatbot .chatbot-messages .error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:12px 16px;margin:16px 0;display:flex;align-items:flex-start;gap:8px;color:#991b1b;animation:messageSlideIn .3s ease-out}.ai-chatbot .chatbot-messages .error-message .error-icon{flex-shrink:0;font-size:16px}.ai-chatbot .chatbot-messages .error-message .error-close{background:none;border:none;color:#991b1b;cursor:pointer;margin-left:auto;padding:0;font-size:14px;opacity:.7;transition:opacity .2s ease}.ai-chatbot .chatbot-messages .error-message .error-close:hover{opacity:1}@keyframes successPulse{0%{transform:scale(.95);box-shadow:0 2px 8px #10b9814d}50%{transform:scale(1.02);box-shadow:0 8px 25px #10b98199}to{transform:scale(1);box-shadow:0 2px 8px #10b9814d}}@keyframes successBounce{0%,20%,60%,to{transform:translateY(0)}40%{transform:translateY(-8px)}80%{transform:translateY(-4px)}}@keyframes successShine{0%{left:-100%}to{left:100%}}@keyframes errorShake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}@keyframes successIndicatorPulse{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes errorIndicatorShake{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-2px) scale(1.1)}75%{transform:translate(2px) scale(1.1)}}@keyframes processingDots{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes inputPulse{0%,to{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}50%{border-color:#a1a1aa;box-shadow:0 4px 12px #00000014}}@keyframes focusGlow{0%{box-shadow:0 2px 8px #0000000a}50%{box-shadow:0 0 0 2px #667eea33,0 8px 25px #667eea26}to{box-shadow:0 0 0 4px #667eea1a,0 8px 25px #667eea26}}@keyframes buttonPulse{0%,to{box-shadow:0 4px 12px #94a3b84d,0 2px 4px #94a3b833}50%{box-shadow:0 6px 20px #94a3b866,0 3px 8px #94a3b84d}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-3px)}60%{transform:translateY(-2px)}}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}@keyframes wave{0%{transform:rotate(0)}to{transform:rotate(10deg)}}@keyframes typingDots{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-8px);opacity:1}}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes iconSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wrapperPulse{0%,to{box-shadow:0 4px 12px #0000000d}50%{box-shadow:0 6px 16px #00000014}}@keyframes warningPulse{0%,to{color:#dc2626}50%{color:#ef4444}}@keyframes helpIconGlow{0%,to{opacity:.8}50%{opacity:1}}@media (max-width: 768px){.ai-chatbot .ai-chatbot{bottom:10px;right:10px;left:10px;width:auto;height:70vh;max-height:600px}.ai-chatbot .ai-chatbot.full-window{top:10px;bottom:10px;height:auto}.ai-chatbot .ai-chatbot .chatbot-messages{padding:16px}.ai-chatbot .ai-chatbot .chatbot-messages .message .message-content{max-width:240px}}.chatbot-toggle{position:fixed;bottom:20px;right:20px;z-index:999}@media (max-width: 768px){.chatbot-toggle{bottom:80px;right:16px}}.chatbot-toggle .toggle-button{width:64px;height:64px;border-radius:50%;border:none;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 25px -5px #2563eb66,0 4px 6px -2px #2563eb33}.chatbot-toggle .toggle-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 20px 30px -5px #2563eb80,0 8px 10px -2px #2563eb4d}.chatbot-toggle .toggle-button:active{transform:translateY(0) scale(.98)}.chatbot-toggle .toggle-button.open{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);box-shadow:0 10px 25px -5px #dc262666,0 4px 6px -2px #dc262633}.chatbot-toggle .toggle-button.open:hover{box-shadow:0 20px 30px -5px #dc262680,0 8px 10px -2px #dc26264d}.chatbot-toggle .toggle-button.has-message{animation:pulse-notification 2s ease-in-out infinite}.chatbot-toggle .toggle-button .button-content{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.chatbot-toggle .toggle-button .button-content .bot-icon{font-size:24px;line-height:1;animation:float 3s ease-in-out infinite}.chatbot-toggle .toggle-button .button-content .ai-text{font-size:10px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;line-height:1}.chatbot-toggle .toggle-button .button-content .close-icon{font-size:20px;font-weight:300;line-height:1}.chatbot-toggle .toggle-button .button-content .notification-dot{position:absolute;top:-2px;right:-2px;width:12px;height:12px;background:#ef4444;border-radius:50%;border:2px solid white;animation:pulse-dot 2s ease-in-out infinite}.chatbot-toggle .tooltip{position:absolute;bottom:75px;right:0;background:rgba(0,0,0,.8);color:#fff;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;backdrop-filter:blur(8px);pointer-events:none}.chatbot-toggle .tooltip .tooltip-arrow{position:absolute;bottom:-4px;right:20px;width:8px;height:8px;background:rgba(0,0,0,.8);transform:rotate(45deg);border-radius:1px}.chatbot-toggle:hover .tooltip{opacity:1;visibility:visible;transform:translateY(0)}@media (max-width: 768px){.chatbot-toggle .tooltip{display:none}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes pulse-notification{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@media (max-width: 768px){.chatbot-toggle.with-fab{bottom:140px}.chatbot-toggle.with-navigation{bottom:100px}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}to{transform:scale(1);opacity:1}}@keyframes slideInFromLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes badgeBounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.mobile-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:999}.layout_container{display:flex;transition:none;scroll-behavior:smooth}.layout_container .main_content_wrapper{flex:1;height:100vh;overflow-y:auto;transition:padding-left .4s cubic-bezier(.19,1,.22,1);position:relative;scroll-behavior:smooth}.side_bar,.mobile_side_bar{position:fixed;top:0;left:0;height:100vh;z-index:1000;overflow-y:auto;overflow-x:hidden!important;background:linear-gradient(135deg,hsl(213,80%,41%) 0%,hsl(213,80%,35%) 100%);box-shadow:4px 0 24px #0000001a;width:100%;max-width:100vw;scrollbar-width:none!important;-ms-overflow-style:none}.side_bar::-webkit-scrollbar,.mobile_side_bar::-webkit-scrollbar{width:0!important;background:transparent!important}.side_bar::-webkit-scrollbar-thumb,.mobile_side_bar::-webkit-scrollbar-thumb{background:transparent!important}.side_bar::-webkit-scrollbar-track,.mobile_side_bar::-webkit-scrollbar-track{background:transparent!important}.side_bar .sidebar_design_bg,.mobile_side_bar .sidebar_design_bg{position:absolute;height:100vh;transition:all .4s cubic-bezier(.19,1,.22,1);z-index:-1;opacity:.1;filter:blur(.5px)}.side_bar .sidebar_header,.mobile_side_bar .sidebar_header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);backdrop-filter:blur(10px);animation:fadeIn .6s ease-out}.side_bar .sidebar_header.collapsed_header,.mobile_side_bar .sidebar_header.collapsed_header{flex-direction:column;justify-content:center;gap:1rem}.side_bar .sidebar_header .logo_container,.mobile_side_bar .sidebar_header .logo_container{display:flex;align-items:center}.side_bar .sidebar_header .logo_container .sidebar_logo,.mobile_side_bar .sidebar_header .logo_container .sidebar_logo{transition:all .4s cubic-bezier(.19,1,.22,1);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.side_bar .sidebar_header .logo_container .sidebar_logo:hover,.mobile_side_bar .sidebar_header .logo_container .sidebar_logo:hover{filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.side_bar .sidebar_header .collapse_btn,.side_bar .sidebar_header .close_btn,.mobile_side_bar .sidebar_header .collapse_btn,.mobile_side_bar .sidebar_header .close_btn{color:#fff;font-size:1.2rem;padding:.5rem;border:none;background:rgba(255,255,255,.08);cursor:pointer;outline:none;border-radius:8px;transition:all .3s cubic-bezier(.19,1,.22,1);position:relative;overflow:hidden}.side_bar .sidebar_header .collapse_btn:before,.side_bar .sidebar_header .close_btn:before,.mobile_side_bar .sidebar_header .collapse_btn:before,.mobile_side_bar .sidebar_header .close_btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.2);transform:translate(-50%,-50%);transition:width .6s,height .6s}.side_bar .sidebar_header .collapse_btn:hover,.side_bar .sidebar_header .close_btn:hover,.mobile_side_bar .sidebar_header .collapse_btn:hover,.mobile_side_bar .sidebar_header .close_btn:hover{background:rgba(255,255,255,.12);box-shadow:0 4px 12px #00000026}.side_bar .sidebar_header .collapse_btn:hover:before,.side_bar .sidebar_header .close_btn:hover:before,.mobile_side_bar .sidebar_header .collapse_btn:hover:before,.mobile_side_bar .sidebar_header .close_btn:hover:before{width:100px;height:100px}.side_bar .sidebar_header .collapse_btn:active,.side_bar .sidebar_header .close_btn:active,.mobile_side_bar .sidebar_header .collapse_btn:active,.mobile_side_bar .sidebar_header .close_btn:active{transform:scale(.95)}.side_bar .menu,.mobile_side_bar .menu{background:transparent!important;color:#fff;font-size:1rem;border-inline-end:none;padding:.5rem 0}.side_bar .menu .menu-item-content,.mobile_side_bar .menu .menu-item-content{display:flex;align-items:center;width:100%}.side_bar .menu .ant-menu-item,.mobile_side_bar .menu .ant-menu-item{margin:.5rem 10px;height:3.5rem;font-weight:500;border-radius:16px;color:#ffffffe6;transition:all .3s cubic-bezier(.19,1,.22,1);position:relative;overflow:hidden;overflow-x:hidden!important;max-width:100%}.side_bar .menu .ant-menu-item:before,.mobile_side_bar .menu .ant-menu-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.08);opacity:0;transition:opacity .3s ease;border-radius:inherit}.side_bar .menu .ant-menu-item:after,.mobile_side_bar .menu .ant-menu-item:after{content:"";position:absolute;top:50%;left:0;width:0;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translateY(-50%);transition:width .6s cubic-bezier(.19,1,.22,1)}.side_bar .menu .ant-menu-item:hover,.mobile_side_bar .menu .ant-menu-item:hover{color:#1560bc!important;background-color:#fffffffa!important;transform:translate(4px);box-shadow:0 4px 16px #0000001a}.side_bar .menu .ant-menu-item:hover:before,.mobile_side_bar .menu .ant-menu-item:hover:before{opacity:1}.side_bar .menu .ant-menu-item:hover:after,.mobile_side_bar .menu .ant-menu-item:hover:after{width:100%}.side_bar .menu .ant-menu-item:hover .anticon,.side_bar .menu .ant-menu-item:hover .menu-icon,.side_bar .menu .ant-menu-item:hover span,.mobile_side_bar .menu .ant-menu-item:hover .anticon,.mobile_side_bar .menu .ant-menu-item:hover .menu-icon,.mobile_side_bar .menu .ant-menu-item:hover span{color:#1560bc!important}.side_bar .menu .ant-menu-item:hover .animated-badge,.mobile_side_bar .menu .ant-menu-item:hover .animated-badge{animation:badgeBounce .5s ease}.side_bar .menu .ant-menu-item.ant-menu-item-selected,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-selected{color:#1560bc!important;background-color:#fff!important;box-shadow:0 4px 16px #1560bd26}.side_bar .menu .ant-menu-item.ant-menu-item-selected:before,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-selected:before{opacity:1;background:rgba(21,96,189,.05)}.side_bar .menu .ant-menu-item.ant-menu-item-selected .anticon,.side_bar .menu .ant-menu-item.ant-menu-item-selected .menu-icon,.side_bar .menu .ant-menu-item.ant-menu-item-selected span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-selected .anticon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-selected .menu-icon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-selected span{color:#1560bc!important}.side_bar .menu .ant-menu-item .anticon,.side_bar .menu .ant-menu-item .menu-icon,.mobile_side_bar .menu .ant-menu-item .anticon,.mobile_side_bar .menu .ant-menu-item .menu-icon{font-size:20px;margin-right:.15rem;transition:all .3s cubic-bezier(.19,1,.22,1);color:#ffffffe6;display:inline-flex;align-items:center}.side_bar .menu .ant-menu-item .menu-icon,.mobile_side_bar .menu .ant-menu-item .menu-icon{margin-left:0!important}.side_bar .menu .ant-menu-item span,.mobile_side_bar .menu .ant-menu-item span{padding:1.5px;color:inherit!important}.side_bar .menu .animated-badge .ant-badge-count,.mobile_side_bar .menu .animated-badge .ant-badge-count{animation:pulse 2s infinite;box-shadow:0 2px 8px #f5222d66}.side_bar .menu .ant-menu-submenu,.mobile_side_bar .menu .ant-menu-submenu{margin:.5rem 20px;border-radius:16px}.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title{height:3.5rem;font-weight:500;border-radius:16px;color:#ffffffe6!important;transition:all .3s cubic-bezier(.19,1,.22,1);padding:0 16px!important;margin:0}.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title .anticon,.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title .menu-icon,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title .anticon,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title .menu-icon{font-size:20px;margin-right:.25rem;color:#ffffffe6}.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title span,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title span{color:#ffffffe6!important}.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover{color:#1560bc!important;background-color:#fffffffa!important;transform:translate(4px)}.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover .anticon,.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover .menu-icon,.side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover span,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover .anticon,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover .menu-icon,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-submenu-title:hover span{color:#1560bc!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub{background:rgba(0,0,0,.2)!important;border-radius:12px;padding:.5rem 0;margin-left:0}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item{margin:.25rem 8px;height:3rem;padding-left:30px!important;color:#ffffffd9!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item span,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item span{color:#ffffffd9!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover{color:#1560bc!important;background-color:#fffffffa!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover span,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item:hover span{color:#1560bc!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected{color:#1560bc!important;background-color:#fff!important}.side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected span,.mobile_side_bar .menu .ant-menu-submenu .ant-menu-sub .ant-menu-item.ant-menu-item-selected span{color:#1560bc!important}.side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title,.mobile_side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title{color:#ffffffe6!important;background-color:#ffffff1a!important}.side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title .anticon,.side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title .menu-icon,.side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title span,.mobile_side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title .anticon,.mobile_side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title .menu-icon,.mobile_side_bar .menu .ant-menu-submenu.ant-menu-submenu-open .ant-menu-submenu-title span,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager,.side_bar .menu .ant-menu-item.ant-menu-item-audits,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager span,.side_bar .menu .ant-menu-item.ant-menu-item-audits span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits span{color:#ffffffe6!important}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager .ant-badge,.side_bar .menu .ant-menu-item.ant-menu-item-audits .ant-badge,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager .ant-badge,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits .ant-badge{transition:transform .3s cubic-bezier(.68,-.55,.265,1.55)}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .ant-badge,.side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .ant-badge,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .ant-badge,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .ant-badge{transform:scale(1.1)}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected,.side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected{color:#1560bc!important;background-color:#fff!important}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected span,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected .anticon,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected .menu-icon,.side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected span,.side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected .anticon,.side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected .menu-icon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected .anticon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager.ant-menu-item-selected .menu-icon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected .anticon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits.ant-menu-item-selected .menu-icon{color:#1560bc!important}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover,.side_bar .menu .ant-menu-item.ant-menu-item-audits:hover,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits:hover{color:#1560bc!important;background-color:#fffffffa!important}.side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover span,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .anticon,.side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .menu-icon,.side_bar .menu .ant-menu-item.ant-menu-item-audits:hover span,.side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .anticon,.side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .menu-icon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .anticon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-task-manager:hover .menu-icon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits:hover span,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .anticon,.mobile_side_bar .menu .ant-menu-item.ant-menu-item-audits:hover .menu-icon{color:#1560bc!important}.side_bar .sidebar-menu-scrollable,.mobile_side_bar .sidebar-menu-scrollable{flex:1 1 auto;overflow-y:auto;min-height:0;padding-bottom:1rem}.side_bar .sidebar-logout-fixed,.mobile_side_bar .sidebar-logout-fixed{flex-shrink:0;position:sticky;bottom:0;background:linear-gradient(to top,hsl(213,80%,35%),transparent);backdrop-filter:blur(10px);z-index:2;padding:.5rem 0 1rem;padding-bottom:env(safe-area-inset-bottom,16px)}.side_bar>*,.mobile_side_bar>*{overflow-x:hidden!important;max-width:100%}.sidebar-bottom-divider{height:1px;width:80%;margin:0 auto;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);position:relative}.sidebar-bottom-divider:before{content:"";position:absolute;top:-10px;left:0;right:0;height:20px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.05))}.layout_container.collapsed .side_bar .sidebar_design_bg{width:5rem;opacity:.05}.layout_container.collapsed .side_bar .sidebar_header{gap:1rem}.layout_container.collapsed .side_bar .sidebar_header .logo_container{justify-content:center;margin-bottom:0}.layout_container.collapsed .side_bar .menu .ant-menu-item{display:flex;justify-content:center;align-items:center;margin:.75rem auto;width:3.5rem;height:3.5rem;padding:0;padding-left:4rem;border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px}.layout_container.collapsed .side_bar .menu .ant-menu-item:hover{transform:scale(1.1);border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;-ms-border-radius:14px;-o-border-radius:14px}.layout_container.collapsed .side_bar .menu .ant-menu-item .anticon,.layout_container.collapsed .side_bar .menu .ant-menu-item .menu-icon{margin:0;font-size:22px}.icon-button{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;margin:.5rem auto;background:rgba(255,255,255,.08);border-radius:14px;backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.19,1,.22,1);position:relative;cursor:pointer}.icon-button:before{content:"";position:absolute;inset:-2px;background:linear-gradient(45deg,transparent,rgba(255,255,255,.2),transparent);border-radius:inherit;opacity:0;transition:opacity .3s ease}.icon-button svg,.icon-button i{color:#ffffffe6;font-size:1.3rem;transition:all .3s ease}.icon-button:hover{background:rgba(255,255,255,.95);box-shadow:0 6px 20px #00000026}.icon-button:hover:before{opacity:1}.icon-button:hover svg,.icon-button:hover i{color:#1560bc}.icon-button.profile-icon-button{padding:.25rem}.icon-button.profile-icon-button .ant-avatar{border:2px solid rgba(255,255,255,.2);transition:all .3s ease}.icon-button.profile-icon-button:hover .ant-avatar{border-color:#1560bc}.custom-tooltip .ant-tooltip-inner{background:rgba(0,0,0,.9);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0003;font-size:13px;padding:.5rem .75rem}.custom-tooltip .ant-tooltip-arrow:before{background:rgba(0,0,0,.9);border-color:#ffffff1a}@media (max-width: 767px){.side_bar{display:none}.mobile_side_bar{width:16rem;z-index:1000000;animation:slideInFromLeft .3s ease-out;box-shadow:4px 0 24px #0003}.mobile_side_bar .sidebar_design_bg{display:none}.mobile_side_bar .sidebar_header{padding:1rem}.mobile_side_bar .sidebar_header .close_btn{background:rgba(255,255,255,.1)}.mobile_side_bar .sidebar_header .close_btn:hover{background:rgba(255,255,255,.2)}}.menu.logout-menu .ant-menu-item{margin:.5rem 10px;border-radius:16px!important;transition:all .3s cubic-bezier(.19,1,.22,1)}.menu.logout-menu .ant-menu-item:hover{background:rgba(255,77,79,.1)!important;transform:translate(4px);box-shadow:0 4px 16px #ff4d4f33}.logout-icon{color:#ff4d4f!important}.logout-text{color:#ff4d4f;font-weight:500;transition:all .3s ease}.ant-menu-item:hover .logout-text{color:#ff7875!important}.sidebar-shimmer .shimmer-item{height:3.5rem;margin:.5rem 10px;border-radius:16px;background:linear-gradient(90deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.1) 50%,rgba(255,255,255,.05) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite}.main_content_wrapper{will-change:padding-left}.main_content_wrapper>*{animation:fadeIn .3s ease-out}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}*,*:after,*:before{padding:0;margin:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;overflow-x:hidden;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;background:linear-gradient(135deg,#E0ECF8 0%,#f9e8ff 100%)!important}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{overflow-x:hidden;height:100vh}body h1{font-size:3.2em;line-height:1.1}body button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}body button:hover{border-color:#646cff}body button:focus,body button:focus-visible{outline:4px auto -webkit-focus-ring-color}.light-red-background{background-color:#fff3f3!important}.light-red-background:hover{background-color:#ffe6e6!important}
