@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{width:100%;overflow-x:hidden;scroll-behavior:smooth;overflow-y:auto;height:100vh;box-sizing:border-box}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#d9d9d9;border-radius:2px;margin:2px}::-webkit-scrollbar-thumb{background:#bfbfbf;border-radius:2px}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}.ant-layout-content{padding:24px;background-color:rgb(240,242,245);max-height:calc(-64px + 100vh);display:flex;flex-direction:column;overflow:auto;scrollbar-width:none;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.AlertBoxStyle{display:flex;align-items:center;gap:10px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.react-resizable-handle{right:-5px;width:10px;height:100%;background-color:transparent}.ant-select-selector{padding:22px}.form-field{position:relative;width:100%}.form-field input,.form-field textarea{width:100%;padding:10px;border:2px solid #ccc;border-radius:4px;outline:none;font-size:16px;transition:all .3s ease}.form-field input:focus,.form-field textarea:focus{border-color:#5c9bff}.floating-label{position:absolute;top:14px;left:12px;font-size:16px;color:#aaa;pointer-events:none;transition:all .3s ease;z-index:1}.form-field input:focus~.floating-label,.form-field input:not(:placeholder-shown)~.floating-label,.form-field textarea:focus~.floating-label,.form-field textarea:not(:placeholder-shown)~.floating-label{top:-10px;font-size:12px;background-color:#ffffff;color:#669ef8;padding:0 2px;z-index:10}.ant-table-cell{position:relative;padding:0 16px;overflow-wrap:break-word}.customRedRadio.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:red;background-color:#f3cece;color:red}.customYellowRadio.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:#d4b106;background:#fcf8d8;color:#d4b106}.customGreenRadio.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){border-color:green!important;background-color:#f6ffed!important;color:green!important}.customRedRadio.ant-tag{border-color:red;background-color:#f3cece;color:red}.customYellowRadio.ant-tag{border-color:#d4b106;background:#fcf8d8;color:#d4b106}.customGreenRadio.ant-tag{border-color:green!important;background-color:#f6ffed!important;color:green!important}.custom-upload .ant-upload{width:35px!important;height:35px!important;padding:0!important}.custom-upload .ant-upload-select{width:35px!important;height:35px!important;margin:0!important}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}input[type=number]{-moz-appearance:textfield;font-size:16px;width:100%}.ant-table thead th{-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;padding-right:8px}.react-resizable-handle{position:absolute;right:0;top:0;bottom:0;width:8px;cursor:col-resize;pointer-events:all;background:transparent;z-index:10}.ant-table-cell-fix-left .react-resizable-handle,.ant-table-cell-fix-right .react-resizable-handle{z-index:20}.hide-scrollbar::-webkit-scrollbar{display:none}@keyframes ring{0%,to{transform:rotate(0deg)}10%,30%,50%,70%,90%{transform:rotate(10deg)}20%,40%,60%,80%{transform:rotate(-10deg)}}.notification-toast{border-radius:8px!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.notification-toast .ant-notification-notice-message{font-weight:600;font-size:14px}.notification-toast .ant-notification-notice-description{font-size:13px;line-height:1.4}.notification-list-item{transition:all .2s ease}.notification-list-item:hover{background-color:#f5f5f5}.notification-list-item.unread{background-color:#f6ffed;border-left:3px solid var(--primary-color,#1890ff)}.notification-unread-dot{width:8px;height:8px;border-radius:50%;background-color:var(--primary-color,#1890ff);display:inline-block}.notification-dropdown{box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);border-radius:8px;overflow:hidden}.notification-dropdown-header{padding:12px 16px;border-bottom:1px solid #f0f0f0;background-color:#fafafa}@media (max-width:768px){.notification-dropdown{width:90vw!important;max-width:350px}.notification-list-item{padding:8px 12px!important}.notification-list-item .ant-list-item-meta-title{font-size:13px!important}.notification-list-item .ant-list-item-meta-description{font-size:12px!important}}[data-theme=dark] .notification-dropdown-header{background-color:#1f1f1f;border-bottom-color:#303030}[data-theme=dark] .notification-list-item:hover{background-color:#262626}[data-theme=dark] .notification-list-item.unread{background-color:#162312}@keyframes notification-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.notification-badge-pulse{animation:notification-pulse .6s ease-in-out}