: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{position:absolute;right:-5px;bottom:0;cursor:col-resize;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%}