@charset "UTF-8";.marquee-container{overflow:hidden!important;white-space:nowrap!important;display:inline-block!important;width:100%}.marquee-text{display:inline-block;padding-left:100%;animation:marquee 10s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}.scroll-custom::-webkit-scrollbar{width:6px}.scroll-custom::-webkit-scrollbar-track{background:#1f1f1f;border-radius:3px}.scroll-custom::-webkit-scrollbar-thumb{background:#434343;border-radius:3px;border:1px solid #000}.scroll-custom::-webkit-scrollbar-thumb:hover{background:#faad14}:root{--color-brand-red-500: #CC2E2E;--color-brand-gray-100: #f5f5f5;--color-brand-gray-500: #33363B;--color-brand-yellow-500: #e7fe52;--color-brand-primary: #FF7043;--color-brand-secondary: #3949AB;--color-brand-success: #43A047;--color-brand-warning: #FDD835;--color-brand-danger: #D32F2F;--color-brand-info: #1E88E5;--color-brand-background: #FAFAFA;--color-brand-text: #212121}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;background-color:#f5f5f5}.quill .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px}.quill .ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px}.ant-card{border-width:2px}.ant-table-cell{padding:6px 12px!important}.fixed{position:fixed}.w-full{width:100%}.h-screen{height:100vh}.bg-white{background-color:#fff}.flex{display:flex}.col{flex-direction:column}.row{flex-direction:row}.mt-12{margin-top:12px}.fs-10{font-size:10px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.my-0{margin-top:0;margin-bottom:0}.show-mobile-only,.show-desktop-only{display:none}@media (max-width: 767px){.show-mobile-only{display:block}}@media (min-width: 768px){.show-desktop-only{display:block}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeSlideIn .5s ease-out forwards}:root{--primary-color: var(--color-brand-gray-500);--secondary-color: var(--color-brand-red-500)}.theme-light,.theme-dark{--primary-color: var(--color-brand-gray-500);--secondary-color: var(--color-brand-red-500)}.gradient-modal .ant-modal-content{position:relative;background:#fff;background-clip:padding-box;border:2px solid transparent;border-radius:8px;padding:20px}.gradient-modal .ant-modal-content:before{content:"";position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px;z-index:-1;border-radius:10px;background:linear-gradient(60deg,var(--color-brand-primary),var(--color-brand-warning),var(--color-brand-primary));background-size:300% 300%;animation:moveGradient 4s alternate infinite}@keyframes moveGradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
