:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.d-flex{display:flex}.d-flex.flex-column{flex-direction:column}.d-flex.flex-row{flex-direction:row}.d-flex.justify-content-center{justify-content:center}.d-flex.justify-content-between{justify-content:space-between}.d-flex.justify-content-around{justify-content:space-around}.d-flex.justify-content-evenly{justify-content:space-evenly}.d-flex.justify-content-end{justify-content:flex-end}.d-flex.justify-content-start{justify-content:flex-start}.d-flex.align-items-center{align-items:center}.d-flex.align-items-start{align-items:flex-start}.d-flex.align-items-end{align-items:flex-end}.d-flex.flex-wrap{flex-wrap:wrap}.d-flex .flex-grow-1{flex-grow:1}.d-flex .align-self-end{align-self:flex-end}.input-container{width:100%;background-color:#f7f7f7;display:flex;box-sizing:border-box;align-items:center;padding-top:15px;border-radius:8px;margin-bottom:0;padding-left:10px;padding-right:10px;height:55px}.input-container input[type=date]::-webkit-inner-spin-button,.input-container input[type=date]::-webkit-calendar-picker-indicator{transform:scale(1.3);filter:invert(.7)}.input-container input[type=date]::-webkit-datetime-edit-text,.input-container input[type=date]::-webkit-datetime-edit-month-field,.input-container input[type=date]::-webkit-datetime-edit-day-field,.input-container input[type=date]::-webkit-datetime-edit-year-field{color:#888}.input-container:focus-within{outline:1px solid rgb(89,101,229)!important}.input-container:focus-within svg{fill:#5965e5}.input-container.is-error{outline:1px solid #cb4335!important}.input-container.is-error svg{fill:#cb4335}.input-container.is-error label{color:#cb4335}.input-container.is-success{outline:1px solid #009262!important}.input-container.is-success svg{fill:#009262}.input-container.is-success label{color:#009262}.input-container .floating-label{flex-grow:1;position:relative;margin-bottom:15px}.input-container .input-icon{height:25px;display:flex;justify-content:center;align-items:center;margin-top:-18px;margin-right:5px}.input-container .floating-input{font-size:14px;padding:4px;display:block;width:100%;height:30px;background-color:transparent;border:none}.input-container .floating-input::placeholder{visibility:hidden}.input-container .floating-input:focus{outline:none}.input-container .floating-input:-webkit-autofill,.input-container .floating-input:-webkit-autofill:hover,.input-container .floating-input:-webkit-autofill:focus,.input-container .floating-input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px #f7f7f7 inset!important}.input-container label{top:8px;left:5px;font-size:12px;color:#8c8c8c;position:absolute;font-weight:400;pointer-events:none;transition:.2s ease all;-moz-transition:.2s ease all;-webkit-transition:.2s ease all}.input-container .floating-input:focus~label,.input-container .floating-input:not(:placeholder-shown)~label{top:-5px;font-size:11px;color:#5965e5}@font-face{font-family:FiraReg;src:url(/assets/Fira-Code-Regular-0ed78a6a.ttf)}@font-face{font-family:MSBold;src:url(/assets/Montserrat-Bold-1ccf938f.ttf)}@font-face{font-family:MSMedium;src:url(/assets/Montserrat-Medium-738132d4.ttf)}@font-face{font-family:MSRegular;src:url(/assets/Montserrat-Regular-949efd65.ttf)}@font-face{font-family:MSLight;src:url(/assets/Montserrat-Light-a5c49e05.ttf)}@font-face{font-family:SatoshiBlack;src:url(/assets/Satoshi-Black-49bdb8b9.otf)}@font-face{font-family:SatoshiBlackIt;src:url(/assets/Satoshi-BlackItalic-452bb2db.otf)}@font-face{font-family:SatoshiBold;src:url(/assets/Satoshi-Bold-50e4f9b7.otf)}@font-face{font-family:SatoshiBoldIt;src:url(/assets/Satoshi-BoldItalic-b7ae114a.otf)}@font-face{font-family:SatoshiIt;src:url(/assets/Satoshi-Italic-8be5ca91.otf)}@font-face{font-family:SatoshiLight;src:url(/assets/Satoshi-Light-f9b532a1.otf)}@font-face{font-family:SatoshiLightIt;src:url(/assets/Satoshi-LightItalic-52d316ba.otf)}@font-face{font-family:SatoshiReg;src:url(/assets/Satoshi-Regular-711c6243.otf)}@font-face{font-family:SatoshiMd;src:url(/assets/Satoshi-Medium-93330866.otf)}@font-face{font-family:SatoshiMdIt;src:url(/assets/Satoshi-MediumItalic-9fe8f9b5.otf)}.font-satoshi-md{font-family:SatoshiMd}.font-satoshi-reg{font-family:SatoshiReg}.font-satoshi-italic{font-family:SatoshiIt}.font-satoshi-mdIt{font-family:SatoshiMdIt}.font-satoshi-bold{font-family:SatoshiBold}.font-satoshi-light{font-family:SatoshiLight}.font-satoshi-black{font-family:SatoshiBlack}.font-satoshi-blackIt{font-family:SatoshiBlackIt}.font-satoshi-lightIt{font-family:SatoshiLightIt}.font-size-xs{font-size:.8em!important}.font-size-sm{font-size:.9em!important}.font-size-md{font-size:1em!important}.font-size-lg{font-size:1.2em!important}.font-size-xl{font-size:1.4em!important}.font-size-xxl{font-size:1.6em!important}.text-muted{color:#8c8c8c}.text-indigo{color:#5965e5}.text-warning{color:#f05d49}.text-danger{color:#cc4533}.text-center{text-align:center}.text-sm{font-size:13px}.link-text:hover{text-decoration:underline;cursor:pointer}.code-block{font-family:FiraReg!important}.license-heading{font-size:24px!important;font-weight:700!important;font-family:SatoshiBold!important;line-height:27px;margin-top:5px;margin-bottom:5px}.collection-heading{font-size:20px!important;font-weight:700!important;font-family:SatoshiBold!important;line-height:27px;margin-top:5px;margin-bottom:5px}.collection-heading-2{font-size:18px!important;font-weight:700!important;font-family:SatoshiBold!important;line-height:27px;margin-top:5px;margin-bottom:5px}.sub-sidebar-item-text{font-size:15px;color:#737373;font-weight:500;font-family:SatoshiReg}.sub-sidebar-item-text:hover{color:#5965e5}.subtitle-text{font-size:14px;color:#737373;font-weight:500;font-family:SatoshiReg}.subtitle-text-lg{font-size:15px;color:#737373;font-weight:500;font-family:SatoshiReg}.text-reg{font-size:18px;font-weight:500;font-family:SatoshiReg}.text-reg-1{font-weight:500;font-family:SatoshiReg;font-size:16px!important}.action-card-title{font-size:20px;font-weight:500;font-family:SatoshiReg}.action-card-title-2{font-size:18px;font-weight:500;font-family:SatoshiReg}.action-card-category{color:#737373;font-size:14px;font-weight:500;font-family:SatoshiReg}.action-card-category-2{color:#737373;font-size:15px;font-weight:500;font-family:SatoshiReg}.action-card-chip{color:#737373;font-size:13px;font-weight:500;font-family:SatoshiReg}.action-card-avatar-text{font-size:16px;font-weight:500;font-family:SatoshiReg}.text-wrap{word-wrap:break-word!important}.md-content-containter{font-size:16px;font-weight:500;font-size:SatoshiReg}.md-content-containter table{margin-top:50px;font-family:arial,sans-serif;border-collapse:collapse;width:100%}.md-content-containter td,.md-content-containter th{padding:8px;text-align:left;word-break:break-word;border:1px solid rgba(221,221,221,.7)}.md-content-containter tr:first-child{color:#fff;background-color:#2e4053b3}.md-content-containter tr:not(:first-child):hover{background-color:#ddd6;word-wrap:break-word;font-size:12px}.md-content-containter .md-input-container{display:inline}.md-content-containter .md-input-container span.keyword-container{display:none}.md-content-containter .md-input-container span.value-container{color:#737373}.md-content-containter .md-input-container .markdown-keyword-input{border:none;background-color:transparent}.md-content-containter .md-input-container-active{padding:0;border-radius:8px;display:inline-flex;background-color:#e2e5ff;outline:1px solid #5965e5}.md-content-containter .md-input-container-active span.keyword-container{color:#5965e5;font-size:14px;font-weight:500;padding:5px 5px 5px 10px}.md-content-containter .md-input-container-active span.value-container{padding:5px 10px 5px 5px;color:#5965e5;font-size:14px;font-weight:500}.md-content-containter .md-input-container-active .markdown-keyword-input{flex-grow:1;border:none;display:block;border-radius:5px;background-color:#e2e5ff}.md-content-containter .keyword-highlighted{padding:5px;color:#5965e5;border-radius:8px;background-color:#e2e5ff;outline:1px solid #5965e5}.m-0{margin:0!important}.mt-0{margin-top:0!important}.ms-0{margin-left:0!important}.me-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-0{padding:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.pt-0{padding-top:0!important}.ps-0{padding-left:0!important}.pe-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.m-1rem{margin:1rem!important}.mt-1rem{margin-top:1rem!important}.ms-1rem{margin-left:1rem!important}.me-1rem{margin-right:1rem!important}.mb-1rem{margin-bottom:1rem!important}.mx-1rem{margin-left:1rem!important;margin-right:1rem!important}.my-1rem{margin-top:1rem!important;margin-bottom:1rem!important}.p-1rem{padding:1rem!important}.px-1rem{padding-left:1rem!important;padding-right:1rem!important}.py-1rem{padding-top:1rem!important;padding-bottom:1rem!important}.pt-1rem{padding-top:1rem!important}.ps-1rem{padding-left:1rem!important}.pe-1rem{padding-right:1rem!important}.pb-1rem{padding-bottom:1rem!important}.m-2rem{margin:2rem!important}.mt-2rem{margin-top:2rem!important}.ms-2rem{margin-left:2rem!important}.me-2rem{margin-right:2rem!important}.mb-2rem{margin-bottom:2rem!important}.mx-2rem{margin-left:2rem!important;margin-right:2rem!important}.my-2rem{margin-top:2rem!important;margin-bottom:2rem!important}.p-2rem{padding:2rem!important}.px-2rem{padding-left:2rem!important;padding-right:2rem!important}.py-2rem{padding-top:2rem!important;padding-bottom:2rem!important}.pt-2rem{padding-top:2rem!important}.ps-2rem{padding-left:2rem!important}.pe-2rem{padding-right:2rem!important}.pb-2rem{padding-bottom:2rem!important}.m-3rem{margin:3rem!important}.mt-3rem{margin-top:3rem!important}.ms-3rem{margin-left:3rem!important}.me-3rem{margin-right:3rem!important}.mb-3rem{margin-bottom:3rem!important}.mx-3rem{margin-left:3rem!important;margin-right:3rem!important}.my-3rem{margin-top:3rem!important;margin-bottom:3rem!important}.p-3rem{padding:3rem!important}.px-3rem{padding-left:3rem!important;padding-right:3rem!important}.py-3rem{padding-top:3rem!important;padding-bottom:3rem!important}.pt-3rem{padding-top:3rem!important}.ps-3rem{padding-left:3rem!important}.pe-3rem{padding-right:3rem!important}.pb-3rem{padding-bottom:3rem!important}.m-4rem{margin:4rem!important}.mt-4rem{margin-top:4rem!important}.ms-4rem{margin-left:4rem!important}.me-4rem{margin-right:4rem!important}.mb-4rem{margin-bottom:4rem!important}.mx-4rem{margin-left:4rem!important;margin-right:4rem!important}.my-4rem{margin-top:4rem!important;margin-bottom:4rem!important}.p-4rem{padding:4rem!important}.px-4rem{padding-left:4rem!important;padding-right:4rem!important}.py-4rem{padding-top:4rem!important;padding-bottom:4rem!important}.pt-4rem{padding-top:4rem!important}.ps-4rem{padding-left:4rem!important}.pe-4rem{padding-right:4rem!important}.pb-4rem{padding-bottom:4rem!important}.m-5rem{margin:5rem!important}.mt-5rem{margin-top:5rem!important}.ms-5rem{margin-left:5rem!important}.me-5rem{margin-right:5rem!important}.mb-5rem{margin-bottom:5rem!important}.mx-5rem{margin-left:5rem!important;margin-right:5rem!important}.my-5rem{margin-top:5rem!important;margin-bottom:5rem!important}.p-5rem{padding:5rem!important}.px-5rem{padding-left:5rem!important;padding-right:5rem!important}.py-5rem{padding-top:5rem!important;padding-bottom:5rem!important}.pt-5rem{padding-top:5rem!important}.ps-5rem{padding-left:5rem!important}.pe-5rem{padding-right:5rem!important}.pb-5rem{padding-bottom:5rem!important}.m-6rem{margin:6rem!important}.mt-6rem{margin-top:6rem!important}.ms-6rem{margin-left:6rem!important}.me-6rem{margin-right:6rem!important}.mb-6rem{margin-bottom:6rem!important}.mx-6rem{margin-left:6rem!important;margin-right:6rem!important}.my-6rem{margin-top:6rem!important;margin-bottom:6rem!important}.p-6rem{padding:6rem!important}.px-6rem{padding-left:6rem!important;padding-right:6rem!important}.py-6rem{padding-top:6rem!important;padding-bottom:6rem!important}.pt-6rem{padding-top:6rem!important}.ps-6rem{padding-left:6rem!important}.pe-6rem{padding-right:6rem!important}.pb-6rem{padding-bottom:6rem!important}.m-8rem{margin:8rem!important}.mt-8rem{margin-top:8rem!important}.ms-8rem{margin-left:8rem!important}.me-8rem{margin-right:8rem!important}.mb-8rem{margin-bottom:8rem!important}.mx-8rem{margin-left:8rem!important;margin-right:8rem!important}.my-8rem{margin-top:8rem!important;margin-bottom:8rem!important}.p-8rem{padding:8rem!important}.px-8rem{padding-left:8rem!important;padding-right:8rem!important}.py-8rem{padding-top:8rem!important;padding-bottom:8rem!important}.pt-8rem{padding-top:8rem!important}.ps-8rem{padding-left:8rem!important}.pe-8rem{padding-right:8rem!important}.pb-8rem{padding-bottom:8rem!important}.m-10rem{margin:10rem!important}.mt-10rem{margin-top:10rem!important}.ms-10rem{margin-left:10rem!important}.me-10rem{margin-right:10rem!important}.mb-10rem{margin-bottom:10rem!important}.mx-10rem{margin-left:10rem!important;margin-right:10rem!important}.my-10rem{margin-top:10rem!important;margin-bottom:10rem!important}.p-10rem{padding:10rem!important}.px-10rem{padding-left:10rem!important;padding-right:10rem!important}.py-10rem{padding-top:10rem!important;padding-bottom:10rem!important}.pt-10rem{padding-top:10rem!important}.ps-10rem{padding-left:10rem!important}.pe-10rem{padding-right:10rem!important}.pb-10rem{padding-bottom:10rem!important}.m-12rem{margin:12rem!important}.mt-12rem{margin-top:12rem!important}.ms-12rem{margin-left:12rem!important}.me-12rem{margin-right:12rem!important}.mb-12rem{margin-bottom:12rem!important}.mx-12rem{margin-left:12rem!important;margin-right:12rem!important}.my-12rem{margin-top:12rem!important;margin-bottom:12rem!important}.p-12rem{padding:12rem!important}.px-12rem{padding-left:12rem!important;padding-right:12rem!important}.py-12rem{padding-top:12rem!important;padding-bottom:12rem!important}.pt-12rem{padding-top:12rem!important}.ps-12rem{padding-left:12rem!important}.pe-12rem{padding-right:12rem!important}.pb-12rem{padding-bottom:12rem!important}.m-16rem{margin:16rem!important}.mt-16rem{margin-top:16rem!important}.ms-16rem{margin-left:16rem!important}.me-16rem{margin-right:16rem!important}.mb-16rem{margin-bottom:16rem!important}.mx-16rem{margin-left:16rem!important;margin-right:16rem!important}.my-16rem{margin-top:16rem!important;margin-bottom:16rem!important}.p-16rem{padding:16rem!important}.px-16rem{padding-left:16rem!important;padding-right:16rem!important}.py-16rem{padding-top:16rem!important;padding-bottom:16rem!important}.pt-16rem{padding-top:16rem!important}.ps-16rem{padding-left:16rem!important}.pe-16rem{padding-right:16rem!important}.pb-16rem{padding-bottom:16rem!important}.m-20rem{margin:20rem!important}.mt-20rem{margin-top:20rem!important}.ms-20rem{margin-left:20rem!important}.me-20rem{margin-right:20rem!important}.mb-20rem{margin-bottom:20rem!important}.mx-20rem{margin-left:20rem!important;margin-right:20rem!important}.my-20rem{margin-top:20rem!important;margin-bottom:20rem!important}.p-20rem{padding:20rem!important}.px-20rem{padding-left:20rem!important;padding-right:20rem!important}.py-20rem{padding-top:20rem!important;padding-bottom:20rem!important}.pt-20rem{padding-top:20rem!important}.ps-20rem{padding-left:20rem!important}.pe-20rem{padding-right:20rem!important}.pb-20rem{padding-bottom:20rem!important}.m-24rem{margin:24rem!important}.mt-24rem{margin-top:24rem!important}.ms-24rem{margin-left:24rem!important}.me-24rem{margin-right:24rem!important}.mb-24rem{margin-bottom:24rem!important}.mx-24rem{margin-left:24rem!important;margin-right:24rem!important}.my-24rem{margin-top:24rem!important;margin-bottom:24rem!important}.p-24rem{padding:24rem!important}.px-24rem{padding-left:24rem!important;padding-right:24rem!important}.py-24rem{padding-top:24rem!important;padding-bottom:24rem!important}.pt-24rem{padding-top:24rem!important}.ps-24rem{padding-left:24rem!important}.pe-24rem{padding-right:24rem!important}.pb-24rem{padding-bottom:24rem!important}.m-32rem{margin:32rem!important}.mt-32rem{margin-top:32rem!important}.ms-32rem{margin-left:32rem!important}.me-32rem{margin-right:32rem!important}.mb-32rem{margin-bottom:32rem!important}.mx-32rem{margin-left:32rem!important;margin-right:32rem!important}.my-32rem{margin-top:32rem!important;margin-bottom:32rem!important}.p-32rem{padding:32rem!important}.px-32rem{padding-left:32rem!important;padding-right:32rem!important}.py-32rem{padding-top:32rem!important;padding-bottom:32rem!important}.pt-32rem{padding-top:32rem!important}.ps-32rem{padding-left:32rem!important}.pe-32rem{padding-right:32rem!important}.pb-32rem{padding-bottom:32rem!important}.m-40rem{margin:40rem!important}.mt-40rem{margin-top:40rem!important}.ms-40rem{margin-left:40rem!important}.me-40rem{margin-right:40rem!important}.mb-40rem{margin-bottom:40rem!important}.mx-40rem{margin-left:40rem!important;margin-right:40rem!important}.my-40rem{margin-top:40rem!important;margin-bottom:40rem!important}.p-40rem{padding:40rem!important}.px-40rem{padding-left:40rem!important;padding-right:40rem!important}.py-40rem{padding-top:40rem!important;padding-bottom:40rem!important}.pt-40rem{padding-top:40rem!important}.ps-40rem{padding-left:40rem!important}.pe-40rem{padding-right:40rem!important}.pb-40rem{padding-bottom:40rem!important}.m-48rem{margin:48rem!important}.mt-48rem{margin-top:48rem!important}.ms-48rem{margin-left:48rem!important}.me-48rem{margin-right:48rem!important}.mb-48rem{margin-bottom:48rem!important}.mx-48rem{margin-left:48rem!important;margin-right:48rem!important}.my-48rem{margin-top:48rem!important;margin-bottom:48rem!important}.p-48rem{padding:48rem!important}.px-48rem{padding-left:48rem!important;padding-right:48rem!important}.py-48rem{padding-top:48rem!important;padding-bottom:48rem!important}.pt-48rem{padding-top:48rem!important}.ps-48rem{padding-left:48rem!important}.pe-48rem{padding-right:48rem!important}.pb-48rem{padding-bottom:48rem!important}.m-56rem{margin:56rem!important}.mt-56rem{margin-top:56rem!important}.ms-56rem{margin-left:56rem!important}.me-56rem{margin-right:56rem!important}.mb-56rem{margin-bottom:56rem!important}.mx-56rem{margin-left:56rem!important;margin-right:56rem!important}.my-56rem{margin-top:56rem!important;margin-bottom:56rem!important}.p-56rem{padding:56rem!important}.px-56rem{padding-left:56rem!important;padding-right:56rem!important}.py-56rem{padding-top:56rem!important;padding-bottom:56rem!important}.pt-56rem{padding-top:56rem!important}.ps-56rem{padding-left:56rem!important}.pe-56rem{padding-right:56rem!important}.pb-56rem{padding-bottom:56rem!important}.m-64rem{margin:64rem!important}.mt-64rem{margin-top:64rem!important}.ms-64rem{margin-left:64rem!important}.me-64rem{margin-right:64rem!important}.mb-64rem{margin-bottom:64rem!important}.mx-64rem{margin-left:64rem!important;margin-right:64rem!important}.my-64rem{margin-top:64rem!important;margin-bottom:64rem!important}.p-64rem{padding:64rem!important}.px-64rem{padding-left:64rem!important;padding-right:64rem!important}.py-64rem{padding-top:64rem!important;padding-bottom:64rem!important}.pt-64rem{padding-top:64rem!important}.ps-64rem{padding-left:64rem!important}.pe-64rem{padding-right:64rem!important}.pb-64rem{padding-bottom:64rem!important}.mx-1{margin-left:5px;margin-right:5px}.py-1{padding-top:10px;padding-bottom:10px}.px-2{padding-left:15px!important;padding-right:15px!important}.py-2{padding-top:1.15rem!important;padding-bottom:1.15rem!important}.p-0,.pb-0{padding:0}.pb-2{padding:3px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mt-1{margin-top:10px}.mb-2{margin-bottom:13px}.ms-1{margin-left:5px}.w-50{width:50%}.w-100{width:100%}h1{font-size:32px;font-weight:700;line-height:43px;letter-spacing:-.02em;font-family:SatoshiBlack}h2{font-size:24px;font-weight:700;line-height:32px;letter-spacing:-.01em;font-family:SatoshiBlack}h3{font-weight:700;font-size:20px;line-height:27px;letter-spacing:-.005em;font-family:SatoshiBlack}h4{font-weight:500;font-size:20px;line-height:140%;letter-spacing:-.005em;font-family:SatoshiBlack}h5{font-weight:500;font-size:18px;line-height:140%;letter-spacing:-.0025em;font-family:SatoshiBlack}h6{font-size:16px;font-weight:500;line-height:140%;font-family:SatoshiBlack}p{font-size:16px;font-weight:500;line-height:160%;font-family:SatoshiBlack}.text-secondary{color:#737373}.text-success{color:#009262}.text-white{color:#fff}.text-input-error{font-size:13px;color:#cb4335b3}.text-input-success{font-size:13px;color:#009262}.text-capitalize{text-transform:uppercase}body{margin:0;padding:0;font-family:SatoshiReg!important}*{font-family:SatoshiReg!important}.ant-modal-mask{backdrop-filter:blur(3px)}.custom-scrollbar-r1::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.custom-scrollbar-r1::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r2::-webkit-scrollbar-thumb{background-color:#f27362;border-radius:6px}.custom-scrollbar-r2::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-r3::-webkit-scrollbar-thumb{background-color:#712eff;border-radius:6px}.custom-scrollbar-r3::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.custom-scrollbar-dark::-webkit-scrollbar-thumb{background-color:#000;border-radius:6px}.custom-scrollbar-dark::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.no-scrollbar::-webkit-scrollbar-thumb{background-color:transparent;border-radius:3px}.no-scrollbar::-webkit-scrollbar{width:2px;border-radius:6px;background-color:transparent}.ant-drawer-body::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.ant-drawer-body::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.border-1{border-radius:5px!important}.border-b-1{border-bottom:1px solid #e7e7e7;padding-left:10px;padding-right:10px}.cursor-pointer{cursor:pointer}.bg-danger{background-color:red}.bg-primary{background-color:#00f}.bg-white{background-color:#fff}.table-input-row-container{border-bottom:1px solid #f0f0f0;padding-top:15px;padding-bottom:15px}.border-1{border:1px solid #f0f0f0}.filter-menu .ant-popover-inner-content{max-height:300px;min-height:300px;overflow-y:scroll}.filter-menu .ant-popover-inner-content::-webkit-scrollbar-thumb{background-color:#5965e5;border-radius:6px}.filter-menu .ant-popover-inner-content::-webkit-scrollbar{width:5px;border-radius:6px;background-color:#f6f6f6}.shake-animation{animation:horizontal-shaking .4s 5}@keyframes horizontal-shaking{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.ant-btn{border-radius:3px!important}.slick-list{padding:15px!important}.slick-list .slick-track{width:100%!important;display:flex!important;justify-content:flex-start!important}.slick-list .slick-track .slick-slide{margin-right:20px}.attr-selector .ant-select-selector{height:50px;border:none!important;outline:none!important;background:#f6f6f6!important;padding-left:10px}.attr-selector .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}.tags-input .ant-select-selector{height:50px;overflow-y:scroll;border:none!important;outline:none!important;background:#f6f6f6!important}.tags-input .ant-select-selector .ant-select-selection-overflow-item .ant-select-selection-item{height:35px;display:flex;align-items:center;justify-content:center}@keyframes floatIn{0%{opacity:0;transform:translate(50px)}50%{opacity:0;transform:translate(0)}to{opacity:1;transform:translate(0)}}.slide-in{animation-name:floatIn;animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:forwards;opacity:0;transform:translateY(50px)}.isErrorPredefined{background-color:#fdedec}.borderRadius-0{border-radius:0!important}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}
