@keyframes pulse{0%{opacity:1;transform:scale(1)}to{opacity:.25;transform:scale(.75)}}.spinner-box{text-align:center}.pulse-container{width:60px;display:flex;justify-content:space-between;align-items:center;margin:15px auto}.pulse-bubble{width:10px;height:10px;border-radius:50%}.pulse-bubble-1{background-color:#ff4d6d;animation:pulse .5s ease 0s infinite alternate}.pulse-bubble-2{background-color:#ffb400;animation:pulse .5s ease .2s infinite alternate}.pulse-bubble-3{background-color:#7fb800;animation:pulse .5s ease .4s infinite alternate}.pulse-bubble-4{background-color:#00a6ed;animation:pulse .5s ease .6s infinite alternate}.fadeinout{animation:fadeinout 2s infinite}@keyframes fadeinout{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}:root{--font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", sans-serif;--white: #ffffff;--black: #000000;--primary: #092c4c;--secondary: #0c3861;--font-color-1: #ffffff;--font-size-16: 16px;--font-size-14: 14px;--font-weight-400: 400;--font-weight-500: 500;--font-weight-600: 600;--page-bg-1: #ffffff;--page-bg-2: #e9e9e9;--page-bg-3: #f5f7f9;--border-color-1: #e1e1e1;--border-color-2: #efeaea}.dark{--white: #000000;--black: #ffffff;--primary: #092c4c;--secondary: #0c3861;--font-color-1: #ffffff;--page-bg-1: #000000;--page-bg-2: #141414;--page-bg-3: #111418;--border-color-1: #1d1d1d;--border-color-2: #383535}html,#root{height:100%}body{font-family:var(--font-family)!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;height:100%;background-color:var(--page-bg-2);min-width:1024px;overflow:hidden}.page-bg-2{background-color:var(--page-bg-2)}.center{display:grid;width:inherit;height:inherit;align-items:center;justify-content:center}*{scrollbar-width:thin;scrollbar-color:#e8edf2 transparent}::-webkit-scrollbar{width:3px;height:5px}::-webkit-scrollbar-track{border-radius:6px;background:none}::-webkit-scrollbar-thumb{border-radius:4px;background:#e8edf2}::-webkit-scrollbar-thumb:hover{background:#d4dce5}::-webkit-scrollbar-corner{background:none}.display-flex-right{display:flex;justify-content:right}.display-flex-left{display:flex;justify-content:left}.display-flex-center{display:flex;justify-content:center}.display-flex-align-center{display:flex;align-items:center}.font-size-12{font-size:12px}.font-size-16{font-size:16px}.font-weight-600{font-weight:600px}.display-flex-center-h-and-v{height:100%;display:flex;justify-content:center;align-items:center}.display-flex-space-between{display:flex;justify-content:space-between}.rjsf fieldset{border:unset!important;padding:0}.loader-position{height:100%;display:flex;justify-content:center;align-items:center}.width-100{width:100%}.height-100{height:100%}.height-20{height:20px}.height-40{height:40px}.height-50{height:50px}.pad-right-6{padding-right:6px}.pad-left-6{padding-left:6px}.pad-top-20{padding-top:20px}.pad-bottom-20{padding-bottom:20px}.cur-pointer{cursor:pointer}.modal-header{font-size:16px;font-weight:700}.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-dir-col{display:flex;flex-direction:column;height:100%}.flex-1{flex:1}.border{border-style:solid}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.action-items{display:flex}.ant-tabs-nav-operations{display:none!important}.text-align-center{text-align:center}.mar-24{margin:24px}.mar-16{margin:16px}.pad-24{padding:24px}.mar-bottom-16{margin-bottom:16px}.mar-top-24{margin-top:24px}.height-100vh{height:100vh}.mar-bottom-12{margin-bottom:12px}.mar-0{margin:0}.fullscreen-loader{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#fff;z-index:2000}
