.sidebar-modal-wrapper.is--show{opacity:1;visibility:visible}.sidebar-modal-wrapper{background-color:#fff;opacity:0;visibility:hidden;padding:3rem;display:flex;position:fixed;z-index:699;top:0;left:0;width:100vw;height:100vh;background-color:#1e1e1e80;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease}.sidebar-modal-wrapper .sidebar-modal{height:100%;width:100%;border-radius:.5rem;display:flex;flex-direction:row;overflow:hidden}.sidebar-modal.settings .sidebar-settings__menus{background-color:#f3f6f9;display:flex;padding:1rem;flex-direction:column;gap:1rem}.sidebar-modal.settings .sidebar-settings__menus .group{display:flex;flex-direction:column;gap:.25rem}.sidebar-modal.settings .sidebar-settings__menus .group ul{display:flex;flex-direction:column}.sidebar-modal.settings .sidebar-settings__menus .group h4{color:#121926;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.05rem}.sidebar-modal.settings .sidebar-settings__menus .group a.is--active,.sidebar-modal.settings .sidebar-settings__menus .group a:hover{background-color:#fff}.sidebar-modal.settings .sidebar-settings__menus .group a.is--active h4,.sidebar-modal.settings .sidebar-settings__menus .group a:hover h4{font-weight:500}.sidebar-modal.settings .sidebar-settings__menus .group a{flex-direction:row;gap:.25rem;padding:.5rem 1rem;border-radius:.25rem;display:flex}.sidebar-modal.settings .sidebar-settings__menus .group a i{display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}.sidebar-modal.settings .sidebar-settings__menus .group a h4{opacity:.8;color:#121926;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.05rem}.sidebar-modal.settings .sidebar-settings__content{flex:1;display:flex;padding:3rem;background-color:#fff}@font-face{font-family:Hanken Grotesk;src:url(/public/build/assets/HankenGrotesk-VariableFont-CgLcF6kf.woff2) format("woff2");font-style:normal;font-display:block}@font-face{font-family:Inter;src:url(/public/build/assets/Inter-VariableFont-1DkMk9sQ.woff2) format("woff2");font-style:normal;font-display:block}@font-face{font-family:Roboto;src:url(/public/build/assets/Roboto-Regular-CjbfJjO0.woff2) format("woff2");font-style:normal;font-weight:400;font-display:block}@font-face{font-family:Roboto;src:url(/public/build/assets/Roboto-Medium-DRylU_ql.woff2) format("woff2");font-style:normal;font-weight:600;font-display:block}:root{--color-accent: rgb(196, 244, 147);--color-black: #121926;--color-black-2: #121212;--color-grey-icon: #697586;--color-grey: rgb(245, 247, 250);--color-grey-2: rgb(182, 199, 213);--color-hover-btn: #f3f6f9;--color-border: rgba(128, 128, 128, .1);--color-white: #fcfcfd;--color-bg-status-used: #eaf7f1;--color-border-status-used: #afdec8;--color-status-used: #86d7b1;--color-bg-status-not-used: #faebe8;--color-border-status-not-used: #cda9a2;--color-status-not-used: #d87764;--color-input-border: #e3e8ef;--color-input-placeholder: #888c92}::-webkit-scrollbar{height:1rem;width:.75rem}::-webkit-scrollbar-thumb{border-radius:1rem;background:#d3d3d3;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem}h1,h2,h3,h4,h5,h6{font-weight:700;margin:0}body.is-loaded{visibility:visible}body{display:flex;height:100vh;width:100%;font-size:16px;background-color:var(--color-white);color:var(--color-black);font-family:Hanken Grotesk,sans-serif}hr{border-top:var(--color-grey-2) solid 1px}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;color:inherit;font-family:Hanken Grotesk,sans-serif}img{height:100%;width:100%;max-width:100%;object-fit:cover}.nice-select:hover,input:not([type=submit],[name=q]):hover,textarea:hover{border:1px solid grey!important;outline:none}input[name=q]{border:none!important}input,select,.nice-select{transition:all .2s ease;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}input:focus,select:focus,textarea:focus,button:focus{outline:none}a,button,.outline{cursor:pointer}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-text-fill-color:var(--color-black-2);transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px #fff;-webkit-transition:background-color 5000s ease-in-out 0s;-moz-transition:background-color 5000s ease-in-out 0s;-ms-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s}.relative{position:relative}.absolute{position:absolute}.is--hide{display:none!important}.flex-horizontal-between{display:flex;justify-content:space-between;align-items:center}#not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}#not-found h3{color:#121926;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.17031rem;letter-spacing:-.075rem}#loading-element.is--show{visibility:visible;opacity:1}#loading-element{visibility:hidden;opacity:0;position:absolute;display:flex;align-items:center;justify-content:center;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}#loading-element #loading-element__spinner{width:3rem;height:3rem;border:.5rem solid #e3e8ef;border-radius:50%;border-left-color:var(--color-black);animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite}#loading.is--show{visibility:visible;opacity:1}#loading{visibility:hidden;opacity:0;position:fixed;height:100vh;width:100vw;z-index:1000;background-color:#0003;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}#loading #spinner{width:3rem;height:3rem;border:.5rem solid rgba(0,0,0,.1);border-radius:50%;border-left-color:var(--color-black);animation:spin 1s linear infinite;-webkit-animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-flasher{width:26rem;padding:.875rem;display:flex;justify-content:space-between;align-items:center;border-radius:.5rem;gap:1rem}.custom-flasher i{font-size:1.25rem;font-weight:400}.custom-flasher p{flex:1}.custom-flasher.success{background:var(--Success-600, #039855)}#noty_layout__bottomRight{width:26rem!important;bottom:2rem!important;right:2rem!important;gap:.5rem;display:flex;flex-direction:column}.noty_bar.noty_type__success:before{content:"";background-image:url(/public/build/assets/notif-check-BdSP6SwW.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;vertical-align:middle;background-position:center;width:1.25rem;height:1.25rem}.noty_bar.noty_type__error{background-color:#ef4444!important}.noty_bar.noty_type__error:before{content:"";background-image:url(/public/build/assets/shield-alert-B9L0K25t.svg);background-repeat:no-repeat;background-size:contain;display:inline-block;vertical-align:middle;background-position:center;width:1.25rem;height:1.25rem;flex-shrink:0;margin-bottom:auto}.noty_body{color:var(--Gray-25, #fcfcfd)!important;font-family:Hanken Grotesk!important;font-size:.875rem!important;font-style:normal!important;font-weight:600!important;line-height:1.25rem!important;letter-spacing:-.04375rem!important;padding:0!important;max-width:80%}.noty_type__success{background:var(--Success-600, #039855)!important;border-bottom:none!important;color:#fcfcfd!important}.noty_bar .noty_close_button{background-color:transparent!important;color:#fcfcfd!important;content:""!important;font-size:2rem!important;width:1.25rem!important;height:1.25rem!important;font-weight:300!important;line-height:1.25rem!important;top:50%!important;right:1rem!important;border-radius:0!important;-webkit-border-radius:0!important;-moz-border-radius:0!important;-ms-border-radius:0!important;-o-border-radius:0!important;transform:translateY(-60%)!important;-webkit-transform:translateY(-60%)!important;-moz-transform:translateY(-60%)!important;-ms-transform:translateY(-60%)!important;-o-transform:translateY(-60%)!important}.noty_bar{margin:0!important;border-radius:.5rem!important;-webkit-border-radius:.5rem!important;-moz-border-radius:.5rem!important;-ms-border-radius:.5rem!important;-o-border-radius:.5rem!important;display:flex!important;align-items:center!important;padding:.875rem!important;gap:1rem!important}.form-group select,.modal .nice-select ul li:first-child{display:none}main{display:flex;width:100%;height:100vh;background-color:#fcfcfd}section{padding:0 2rem 2rem;width:100%;display:flex;justify-content:start;flex-direction:column;gap:1.5rem;overflow-x:hidden;overflow-y:auto}.lightbox{position:fixed;z-index:9999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000c;display:flex;justify-content:center;align-items:center}.lightbox-content{max-width:90%;object-fit:contain;max-height:90%}.lightbox-close{position:absolute;top:1rem;right:1rem;transition:.3s;cursor:pointer;width:2.5rem;height:2.5rem;display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid var(--Neutral-300, #cdd5df);background:var(--Base-White, #fff)}.outline *{pointer-events:none}.outline{border-radius:.5rem;border:1px solid var(--Neutral-300, #cdd5df);background:var(--Base-White, #fff);box-shadow:0 -3px #dfe1e780 inset,0 1px 2px #1018280d;-webkit-border-radius:.5rem;-moz-border-radius:.5rem;-ms-border-radius:.5rem;-o-border-radius:.5rem}.outline.black{border:1px solid #4d4d4d;background:#121212;box-shadow:0 -3px #ffffff1a inset,0 1px 2px #1018280d}.notification-modal-wrapper.is--open{transform:translateY(0);opacity:1;visibility:visible}.notification-modal-wrapper{display:inline-flex;padding:.875rem;flex-direction:column;align-items:flex-start;border-radius:.5rem;background:#fcfcfd;box-shadow:0 0 1px #1414140a,0 0 11px #1414141c;position:fixed;bottom:2rem;right:2rem;z-index:999;display:flex;gap:1rem;align-self:stretch;flex-direction:row;transform:translateY(1rem);opacity:0;visibility:hidden;transition:all .2s cubic-bezier(.455,.03,.515,.955)}.notification-modal-wrapper .notification-modal__icon{display:flex;width:2rem;height:2rem;justify-content:center;align-items:center;gap:.5rem;border-radius:2rem;background:#f0e0e0}.notification-modal-wrapper .notification-modal__icon img{width:1.25rem;height:1.25rem;flex-shrink:0}.notification-modal-wrapper .notification-modal__content{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.notification-modal-wrapper .notification-modal__content .notification-modal__content-top{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.notification-modal-wrapper .notification-modal__content .notification-modal__content-top h3{color:#121212;font-size:1rem;font-style:normal;font-weight:600;line-height:1.25rem;letter-spacing:-.05rem}.notification-modal-wrapper .notification-modal__content .notification-modal__content-top p{color:#364152;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;width:15.5rem;letter-spacing:-.04375rem}.notification-modal-wrapper .notification-modal__content .notification-modal__content-bottom{display:flex;align-items:center;gap:.75rem}.notification-modal-wrapper .notification-modal__content .notification-modal__content-bottom button{border:none;display:flex;width:6.5rem;padding:.625rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;box-shadow:0 -3px #ffffff0d inset,0 1px 2px #1018280d}.notification-modal-wrapper .notification-modal__content .notification-modal__content-bottom .close{color:#fff;background:#e02e16}.notification-modal-wrapper .notification-modal__content .notification-modal__content-bottom .no-close{color:#000;border:1px solid #262727;background-color:#fff}.header-section{display:flex;padding:1.5rem 0rem;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid #e3e8ef}.header-section .header-section__title{font-size:2rem;font-style:normal;font-weight:600;line-height:2.17031rem;letter-spacing:-.1rem}.header-section .header-section__link{display:flex;padding:.625rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid #262727;background:#121212;box-shadow:0 -3px #ffffff0d inset,0 1px 2px #1018280d;cursor:pointer;color:#fff;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.05rem}body.open-menu:after{content:"";position:absolute;background-color:var(--color-grey);opacity:0;top:0%;right:0;width:100%;height:100%;bottom:0;left:0;z-index:1;pointer-events:none}.sidebar.collapse{text-wrap:nowrap!important;max-width:4.75rem}.sidebar.collapse .submenu-wrapper:hover .submenu{transform:translate(0);opacity:1;visibility:visible}.sidebar.collapse .sidebar-top__header:hover .sidebar-top__sidebar{visibility:visible;opacity:1}.sidebar.collapse .sidebar-top__header .sidebar-top__logo{padding-left:.4rem;pointer-events:none}.sidebar.collapse .sidebar-top__header .sidebar-top__logo h1{visibility:hidden!important;transform:translate(-50%);opacity:0!important;width:0!important;text-wrap:nowrap!important;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.sidebar.collapse .sidebar-top__header .sidebar-top__sidebar{justify-content:center!important;visibility:hidden;opacity:0;left:50%!important;transform:translate(-50%,-50%)!important;-webkit-transform:translate(-50%,-50%)!important;-moz-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;-o-transform:translate(-50%,-50%)!important}.sidebar.collapse .sidebar-top__menu li{position:relative!important;aspect-ratio:1}.sidebar.collapse .sidebar-top__menu .menu{display:flex;align-items:center;justify-content:start;position:absolute!important;top:50%!important;left:50%!important;padding:0!important;aspect-ratio:1!important;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.sidebar.collapse .sidebar-top__menu .menu img{margin:auto}.sidebar.collapse .sidebar-top__menu .menu p{display:none}.sidebar.collapse .sidebar-top__menu .menu i{margin-inline:auto}.sidebar.collapse .sidebar-top__menu .menu-children>div{height:100%;width:100%}.sidebar.collapse .sidebar-top__menu .menu-children img{display:none}.sidebar.collapse .sidebar-top__menu .menu-children .icon.active{font-weight:500;background:#fff;box-shadow:0 1px 2px #0000000d}.sidebar.collapse .sidebar-top__menu .submenu{transform:translate(-1rem);opacity:0;visibility:hidden;width:100%;display:flex;position:absolute;top:0;left:calc(100% + .25rem);max-height:min-content!important;padding:.75rem;background-color:#f3f6f9;border-radius:.75rem;margin-top:0!important;min-width:min-content;gap:.5rem!important;border:1px solid #e3e8ef;box-shadow:0 1px 2px #0000000d}.sidebar.collapse .sidebar-top__menu .submenu li{aspect-ratio:auto}.sidebar.collapse .sidebar-top__menu .submenu li a{border-radius:.5rem;border:none!important;position:relative!important;padding:.75rem 1rem!important;aspect-ratio:auto!important;align-items:start!important;transform:translate(-50%)!important}.sidebar.collapse .sidebar-top__menu .submenu li a i{margin:0!important}.sidebar.collapse .sidebar-top__menu .submenu p{display:flex}.sidebar.collapse .sidebar-bottom{background-color:transparent;justify-content:center!important;padding:0}.sidebar.collapse .sidebar-bottom .sidebar-bottom__name{position:absolute;visibility:hidden!important;transform:translate(-50%);opacity:0!important;width:0!important;text-wrap:nowrap!important;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.sidebar{color:var(--color-black);align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;max-width:17.875rem;width:100%;position:relative;z-index:10;padding:1rem;color:#fff;background:#f3f6f9;box-shadow:0 4px 6px -2px #0d0d1208;color:#121926}.sidebar .submenu-wrapper{width:100%}.sidebar .submenu-wrapper ul{list-style:none}.sidebar .sidebar-top{display:flex;gap:1.5rem;width:100%;flex-direction:column;justify-content:space-between}.sidebar .sidebar-top .sidebar-top__header{position:relative;padding-bottom:.5rem;padding-top:.5rem;margin-bottom:1rem;width:100%;display:flex;gap:.5rem;align-items:center;justify-content:space-between}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__logo{position:relative;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__logo .logo{width:1.75rem;height:1.75rem}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__logo img{width:2rem;height:2rem}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__logo h1{text-wrap:nowrap;font-size:1.125rem;font-style:normal;font-weight:600;line-height:1rem;letter-spacing:-.05625rem}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__sidebar{cursor:pointer;display:flex;width:2.5rem;height:2.5rem;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:62.5rem;border:1px solid rgba(114,118,107,.2);background:#fff;position:absolute;right:0;top:50%;transform:translate(-0%,-50%);-webkit-transform:translate(-0%,-50%);-moz-transform:translate(-0%,-50%);-ms-transform:translate(-0%,-50%);-o-transform:translate(-0%,-50%);transition:all ease .2s;-webkit-transition:all ease .2s;-moz-transition:all ease .2s;-ms-transition:all ease .2s;-o-transition:all ease .2s}.sidebar .sidebar-top .sidebar-top__header .sidebar-top__sidebar img{position:absolute;height:1.25rem;width:1.25rem}.sidebar .sidebar-top .sidebar-top__menu{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.sidebar .sidebar-top .sidebar-top__menu li{border:1px solid transparent;list-style:none;width:100%;transition:all ease .2s;-webkit-transition:all ease .2s;-moz-transition:all ease .2s;-ms-transition:all ease .2s;-o-transition:all ease .2s}.sidebar .sidebar-top .sidebar-top__menu img{width:1.25rem;height:1.25rem}.sidebar .sidebar-top .sidebar-top__menu .menu.active,.sidebar .sidebar-top .sidebar-top__menu .menu:not(.active):hover{font-weight:500;background:#fff;box-shadow:0 1px 2px #0000000d}.sidebar .sidebar-top .sidebar-top__menu .menu{overflow:hidden;height:100%;width:100%;cursor:pointer;padding:.625rem 1rem;align-self:stretch;color:var(--color-black);border-radius:.75rem;display:flex;align-items:center;border:1px solid transparent;gap:.5rem}.sidebar .sidebar-top .sidebar-top__menu .menu i{font-size:1.25rem}.sidebar .sidebar-top .sidebar-top__menu .submenu-wrapper{overflow:hidden}.sidebar .sidebar-top .sidebar-top__menu .submenu-wrapper.in-list{font-weight:500}.sidebar .sidebar-top .sidebar-top__menu .submenu{margin-top:0rem;max-height:0rem;display:flex;opacity:0;gap:.5rem;flex-direction:column;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;-ms-transition:all .4s ease;-o-transition:all .4s ease}.sidebar .sidebar-top .sidebar-top__menu .submenu .menu{padding-left:2rem;font-weight:400}.sidebar .sidebar-top .sidebar-top__menu .menu-children.expand>img{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.sidebar .sidebar-top .sidebar-top__menu .menu-children{justify-content:space-between}.sidebar .sidebar-top .sidebar-top__menu .menu-children>img{transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.sidebar .sidebar-top .sidebar-top__menu .menu-children :first-child{display:flex;align-items:center;gap:.5rem}.sidebar .sidebar-bottom{position:relative;display:flex;padding:.625rem 1rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.375rem;background:#fff;justify-content:space-between}.sidebar .sidebar-bottom button{position:relative;display:flex;width:2.5rem;height:2.5rem;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:62.5rem;border:1px solid rgba(114,118,107,.2);background:#fff;cursor:pointer}.sidebar .sidebar-bottom button img{position:absolute;width:1.25rem;height:1.25rem;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%)}.sidebar .sidebar-bottom .sidebar-bottom__name{display:flex;gap:.12rem;flex-direction:column}.sidebar .sidebar-bottom .sidebar-bottom__name h1{color:var(--color-black);font-size:1.125rem;font-style:normal;font-weight:600;line-height:1.25rem;letter-spacing:-.05625rem}.sidebar .sidebar-bottom .sidebar-bottom__name h2{color:#364152;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem}.search-section{display:flex;max-width:28.8125rem;flex:1;width:auto;padding:0 .5rem 0 1rem;align-items:center;height:100%;gap:.5rem;border-radius:50rem;border:1px solid #e3e8ef;background:var(--Base-White, #fff);-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem}.search-section i{font-size:1.25rem;font-weight:400;color:#121926}.search-section input{padding:0;border:none!important;flex:1;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem}.search-section input::placeholder{opacity:.8}.search-section .command-action{white-space:nowrap;display:flex;padding:.125rem .5rem .125rem .625rem;justify-content:center;align-items:center;gap:.15rem;border-radius:1rem;background:#f3f6f9;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;opacity:.6}.search-section .command-action i{font-size:1rem;font-weight:400}.search-section-wrapper{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:2.5rem}.search-section-wrapper .search-section__count-wrapper{align-self:stretch;display:flex;flex-direction:row;gap:1rem;align-items:center}.search-section-wrapper .search-section__count-wrapper .search-section__count{text-wrap:nowrap;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.0625rem}.search-section-wrapper .search-section__count-wrapper .line{width:.0625rem;align-self:stretch;background-color:var(--Neutral-200, #e3e8ef)}.section-pagination{display:flex;padding:1rem;justify-content:space-between;align-items:center;align-self:stretch;gap:1rem}.section-pagination img{width:1.5rem;height:1.5rem}.section-pagination .section-pagination-wrapper{display:flex;align-items:flex-end;gap:.5rem;flex-direction:row}.section-pagination .section-pagination-wrapper .section-pagination__numbers{display:inherit;gap:inherit;flex-direction:inherit}.section-pagination .section-pagination-wrapper .section-pagination__single i,.section-pagination .section-pagination-wrapper .section-pagination__double i{position:absolute}.section-pagination .section-pagination-wrapper .section-pagination__single.disabled i,.section-pagination .section-pagination-wrapper .section-pagination__double.disabled i{color:#a3a3a3}.section-pagination .section-pagination-wrapper .section-pagination__single,.section-pagination .section-pagination-wrapper .section-pagination__double{position:relative;font-size:1.5rem;color:#121926;font-weight:400;width:2.5rem;height:2.5rem;display:flex;padding:.5rem;justify-content:center;align-items:center;border-radius:6.1875rem}.section-pagination .section-pagination-wrapper .section-pagination__numbers-item{position:relative;display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:6.1875rem;flex-direction:column;color:var(--Greyscale-900, #0a0a0a);text-align:center;font-family:Roboto;font-size:.875rem;width:2.5rem;height:2.5rem;font-style:normal;font-weight:600;line-height:155%;letter-spacing:-.0175rem}.section-pagination .section-pagination-wrapper .section-pagination__numbers-item.active{color:#fff;border:1px solid #4d4d4d;background:#121212;box-shadow:0 -3px #ffffff1a inset,0 1px 2px #1018280d}.section-pagination .section-pagination__right{font-size:1rem;font-style:normal;font-weight:400;line-height:160%;letter-spacing:-.05rem}#table-data{width:100%}.section-table-wrapper.is--empty{flex:1}.section-table-wrapper.is--empty .section-table{display:flex;align-items:center;height:100%;justify-content:center}.section-table-wrapper.is--empty .section-table>div{flex-direction:column;align-items:center;justify-content:center;display:flex}.section-table-wrapper.is--empty .section-table p{font-family:Hanken Grotesk;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem}.section-table-wrapper.is--empty .section-table h1{font-family:Hanken Grotesk;font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.17031rem;letter-spacing:-.075rem}#data-table{position:relative;width:100%;flex:1;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;gap:1.5rem;border-radius:1rem}#data-table .empty-wrapper{width:100%;flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.25rem}#data-table .empty-wrapper .search-result{font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.05rem}#data-table .empty-wrapper .search-empty{font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.075rem}.section-table-wrapper{display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:1.5rem;align-self:stretch;border-radius:1rem;border:1px solid var(--Neutral-200, #e3e8ef);background:var(--Base-White, #fff);box-shadow:0 1px 2px #1018280f}.section-table-wrapper .section-table__title{font-size:1.5rem;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.075rem}.section-table-wrapper .section-table{background:#fff;display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;flex:1;border-radius:.375rem;border-collapse:collapse}.section-table-wrapper .section-table thead{width:100%;background:#f8fafc}.section-table-wrapper .section-table th,.section-table-wrapper .section-table td{text-align:left;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.05rem;display:flex;padding:.875rem 1rem;align-items:center;gap:.625rem}.section-table-wrapper .section-table th:not(:first-child,:last-child),.section-table-wrapper .section-table td:not(:first-child,:last-child){flex:1}.section-table-wrapper .section-table th:first-child,.section-table-wrapper .section-table td:first-child{width:3rem}.section-table-wrapper .section-table th:last-child,.section-table-wrapper .section-table td:last-child{width:4.5rem}.section-table-wrapper .section-table th{font-weight:500}.section-table-wrapper .section-table tr{display:flex;align-items:center;justify-content:space-between;width:100%;border-bottom:1px solid #e3e8ef}.section-table-wrapper .section-table tbody{display:flex;flex-direction:column;width:100%}.section-table-wrapper .section-table .section-table__buttons{display:flex;gap:.62rem}.section-table-wrapper .section-table .section-table__buttons .section-table__buttons-item{height:2.5rem;width:2.5rem;display:flex;justify-content:center;align-items:center;padding:.5rem}.section-table-wrapper .section-table .section-table__buttons .section-table__buttons-item i{font-size:1.5rem}.status.used{color:var(--Success-700, #087443);background:var(--Green-100, #e0f0e4);opacity:1}.status{display:flex;padding:.15975rem .31944rem;align-items:flex-start;gap:.79863rem;color:#202020;opacity:.7;background:#f3f6f9;font-family:Inter;font-size:1rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.05rem;border-radius:.25rem}.open{display:block!important}.ck.ck-editor{height:100%!important;width:100%!important}button[shape=circle]{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}#editor-wrapper>button[shape=circle]{position:absolute;z-index:1;margin:1rem;width:2rem;font-size:1.5rem;height:3rem;top:0;right:0}#editor-wrapper{padding:2rem;background-color:#0003;display:none;align-items:center;justify-content:center;z-index:3;height:100vh;width:100%;position:fixed;top:0;left:0;bottom:0;right:0}.flex{display:flex!important}.flex-row{display:flex;flex-direction:row;align-items:center;gap:.5rem}.count{border-radius:10rem;width:2rem;aspect-ratio:1;-webkit-border-radius:10rem;-moz-border-radius:10rem;-ms-border-radius:10rem;-o-border-radius:10rem;background-color:var(--color-accent);display:flex;align-items:center;justify-content:center}#btn-more{cursor:pointer}.btn-back-wrapper{display:flex;gap:2rem;align-items:center}.input-group{display:flex;flex-direction:column;gap:.2rem}.form-wrapper form{height:100%;display:flex;flex-direction:column;gap:2rem}.alert{color:#fff;padding:.8rem}.alert-success{background-color:green}.alert-danger{background-color:red}.material-symbols-rounded{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.list-input-wrapper{display:flex;flex-direction:column;gap:1rem}button[delete]{color:red!important}button[reverse]{color:var(--color-black);background-color:var(--color-accent)}.btn-logout{width:100%;margin-top:100%}.sidebar li.active{color:#fff}.h-full{height:100%}.overlay{position:absolute;width:100%;display:block;top:0;right:0;bottom:0;left:0;z-index:1;background-color:#0003}.modal.is--modal-open{pointer-events:auto;opacity:1;visibility:visible}.modal.is--modal-open>.modal-wrapper{transform:translateY(0);-webkit-transform:translateY(0rem);-moz-transform:translateY(0rem);-ms-transform:translateY(0rem);-o-transform:translateY(0rem)}.modal{visibility:hidden;pointer-events:none;opacity:0;transition:all .2s ease;padding:2.5rem;justify-content:center;align-items:center;position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background-color:#1e1e1e66;display:flex;width:100%;height:100%;flex-direction:column;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease}.modal-wrapper{transform:translateY(2rem);-webkit-transform:translateY(2rem);-moz-transform:translateY(2rem);-ms-transform:translateY(2rem);-o-transform:translateY(2rem);width:100%;width:clamp(20rem,100vw,32.3125rem);border-radius:1rem;background-color:#fcfcfd;position:relative;display:flex;flex:1;flex-direction:column;overflow:auto;-webkit-border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;transition:all .5s ease;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;overflow-x:hidden}.modal-wrapper .modal__submit{border-top:1px solid #e3e8ef;background:#fff;margin-top:auto;display:flex;padding:1.5rem;align-items:center;position:relative}.modal-wrapper input[type=submit]{box-shadow:0 -3px #ffffff0d inset,0 1px 2px #1018280d}.modal-wrapper input{display:flex;padding:.625rem 1rem;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:1px solid #262727;background:#121212;color:#fff;font-size:1rem;font-weight:500;line-height:1.25rem;letter-spacing:-.05rem}.modal-wrapper input[type=submit]{cursor:pointer}.modal-wrapper input[type=submit]:disabled{opacity:.5}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e3e8ef;background-color:#fff;z-index:2}.modal__header h1{font-size:1.5rem;font-weight:600;line-height:2.17031rem;letter-spacing:-.075rem}.modal__header .modal__header-close{width:2.5rem;height:2.5rem;display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.5rem;cursor:pointer}.modal__header .modal__header-close i{font-size:1.5rem}.modal__header img{width:1.5rem;height:1.5rem}.dz-preview{display:none!important}.form-group__section-wrapper{display:flex;padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem;align-self:stretch;border-radius:1rem;border:1px solid #cdd5df;background:#fcfcfd;box-shadow:0 1px 2px #1018280d}.form-group__section-wrapper h1{font-size:1.5rem;font-style:normal;font-weight:600;line-height:2.17031rem;letter-spacing:-.075rem}.form-group__section-wrapper h2{font-size:1.25rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.0625rem}.form-group__section{display:inherit;flex-direction:inherit;align-items:inherit;gap:inherit}.form-group-horizontal{display:flex;flex-direction:row;gap:.75rem;align-items:center;justify-content:stretch;width:100%}.form-group-vertical{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:stretch;justify-content:center;height:100%}.form-group[disabled=true]>*{pointer-events:none}.form-group[disabled=true] label{color:#36415280}.form-group[disabled=true] .form-group__file,.form-group[disabled=true] input,.form-group[disabled=true] select,.form-group[disabled=true] textarea{opacity:.5}.form-group{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;align-self:stretch;position:relative}.form-group i{width:1.25rem;height:1.25rem;font-size:1.25rem}.form-group small{font-size:.75rem;line-height:1.25rem;letter-spacing:-.0375rem;opacity:.5}.form-group label,.form-group .form-group__header>button{color:var(--Neutral-700, rgb(54, 65, 82));font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.0375rem}.form-group .form-group__header>button{color:#fff}.form-group textarea{min-height:6.5rem!important;border-radius:.75rem!important}.form-group input,.form-group .input,.form-group .nice-select,.form-group textarea{width:inherit;height:2.5rem;display:flex;padding:.625rem 1rem;align-items:center;gap:.5rem;align-self:stretch;color:#121926;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem;border:1px solid #e3e8ef;background:var(--Base-White, #fff);border-radius:6.1875rem;-webkit-border-radius:6.1875rem;-moz-border-radius:6.1875rem;-ms-border-radius:6.1875rem;-o-border-radius:6.1875rem}.form-group input:disabled{background-color:var(--Greyscale-50, #eceff3)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-input-placeholder, #888c92)}.form-group .input-file{display:flex;padding:1.5rem 1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch;border-radius:.5rem;border:1px dashed var(--Greyscale-200, #c1c7d0);background:#fff}.form-group .input-file i{font-size:1.5rem}.form-group .input-file .placeholder-input-file{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch}.form-group .input-file .placeholder-input-file .text-input-file>p:first-child{text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:155%;letter-spacing:-.04375rem}.form-group .input-file .placeholder-input-file .text-input-file>p:last-child{color:var(--Greyscale-400, #818898);text-align:center;font-family:Hanken Grotesk;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.0375rem}.form-group .input-file .placeholder-input-file .btn-placeholder-input-file-wrapper{display:flex;flex-direction:row}.form-group .input-file .placeholder-input-file .btn-placeholder-input-file,.form-group .input-file .placeholder-input-file #btn-check-theme{display:flex;padding:.25rem 1rem;justify-content:center;align-items:center;gap:.5rem;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.0375rem}.form-group .input-file .placeholder-input-file #btn-check-theme:disabled{opacity:.5;pointer-events:none}.form-group .input-file .placeholder-input-file #btn-check-theme{gap:.25rem}.form-group .input-file .placeholder-input-file #btn-check-theme i{font-size:1rem;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center}.nice-select.custom-nice-select .option:hover,.nice-select.custom-nice-select .option.focus,.nice-select.custom-nice-select .option.selected.focus,.nice-select.custom-nice-select .option.selected{background-color:transparent!important}.nice-select .option{font-weight:400!important;transition:background-color ease .2s!important}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected{background-color:#f6f6f6!important}.nice-select .current{position:absolute;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%)}.nice-select.open .nice-select-dropdown{height:auto}.nice-select .nice-select-dropdown{border:1px solid var(--color-input-border)!important;margin-top:.5rem!important;width:100%;height:0rem;border-radius:1.5rem!important;-webkit-border-radius:1.5rem!important;-moz-border-radius:1.5rem!important;-ms-border-radius:1.5rem!important;-o-border-radius:1.5rem!important;overflow:hidden;box-shadow:none!important}.nice-select.open:after{transform:rotate(180deg) translateY(50%)!important;-webkit-transform:rotate(180deg) translateY(50%)!important;-moz-transform:rotate(180deg) translateY(50%)!important;-ms-transform:rotate(180deg) translateY(50%)!important;-o-transform:rotate(180deg) translateY(50%)!important}.nice-select:before,.nice-select:after{width:1.25rem!important;height:1.25rem!important;border:none!important;transform-origin:center!important;content:"";background-repeat:no-repeat!important;background-position:center!important;right:1rem!important;top:50%;margin-top:0!important}.nice-select:after{background-image:url(/public/build/assets/arrow-down-ieSohj8m.svg)!important;transform:translateY(-50%) rotate(0)!important;-webkit-transform:translateY(-50%) rotate(0deg)!important;-moz-transform:translateY(-50%) rotate(0deg)!important;-ms-transform:translateY(-50%) rotate(0deg)!important;-o-transform:translateY(-50%) rotate(0deg)!important}.modal form{flex:1;display:flex;padding:1.5rem;flex-direction:column;align-items:flex-start;gap:.75rem;align-self:stretch}.w-full{width:100%}.list-input{display:flex;flex-direction:column;gap:.5rem}.td-status{width:fit-content;padding:.2rem .6rem;color:var(--color-status-used);font-weight:400;letter-spacing:.5px;background-color:var(--color-bg-status-used);border:1px solid var(--color-border-status-used)}.td-status[red]{color:var(--color-status-not-used);background-color:var(--color-bg-status-not-used);border:1px solid var(--color-border-status-not-used)}.custom-select.open .custom-select__arrow{transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg)}.custom-select.open .custom-select__options{opacity:1;pointer-events:auto;transform:scale(1) translateY(0);-webkit-transform:scale(1) translateY(0);-moz-transform:scale(1) translateY(0);-ms-transform:scale(1) translateY(0);-o-transform:scale(1) translateY(0)}.custom-select{position:relative;z-index:1;flex-shrink:0}.custom-select i{font-size:1.25rem;color:#121926}.custom-select .custom-select__trigger{height:100%;display:flex;padding:.625rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:50rem;border:1px solid var(--Neutral-300, #cdd5df);background:var(--Base-White, #fff);box-shadow:0 -3px #dfe1e780 inset,0 1px 2px #1018280d;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;transition:all ease-in-out .2s;-webkit-transition:all ease-in-out .2s;-moz-transition:all ease-in-out .2s;-ms-transition:all ease-in-out .2s;-o-transition:all ease-in-out .2s}.custom-select .custom-select__trigger .current{text-transform:capitalize;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.035rem}.custom-select .custom-select__trigger .custom-select__arrow{width:1.25rem;height:1.25rem;transition:transform .2s ease;-webkit-transition:transform .2s ease;-moz-transition:transform .2s ease;-ms-transition:transform .2s ease;-o-transition:transform .2s ease}.custom-select .custom-select__options.open~.custom-select__trigger img:last-child{transform:rotate(180deg)!important;-webkit-transform:rotate(180deg)!important;-moz-transform:rotate(180deg)!important;-ms-transform:rotate(180deg)!important;-o-transform:rotate(180deg)!important}.custom-select .custom-select__options{background-color:#fff;border:1px solid var(--color-input-border)!important;width:100%;border-radius:1.25rem!important;-webkit-border-radius:1.25rem!important;-moz-border-radius:1.25rem!important;-ms-border-radius:1.25rem!important;-o-border-radius:1.25rem!important;overflow:hidden;position:absolute;top:100%;margin-top:.5rem;pointer-events:none;opacity:0;transform-origin:50% 0;transform:scale(.75) translateY(1.25rem);-webkit-transform:scale(.75) translateY(1.25rem);-moz-transform:scale(.75) translateY(1.25rem);-ms-transform:scale(.75) translateY(1.25rem);-o-transform:scale(.75) translateY(1.25rem);transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;-moz-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;-ms-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;-o-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}.custom-select .custom-select__options li:hover{background-color:#f5f5f5}.custom-select .custom-select__options li{transition:background-color ease .2s;height:2.5rem;padding:.625rem 1rem;list-style:none!important;cursor:pointer;font-family:Inter;font-size:.875rem;font-weight:500;line-height:1.25rem;letter-spacing:-.035rem;-webkit-transition:background-color ease .2s;-moz-transition:background-color ease .2s;-ms-transition:background-color ease .2s;-o-transition:background-color ease .2s}.toggle-promo-btn,.toggle-subdomain-btn{position:relative;display:inline-block;width:2rem;height:1.5rem}.toggle-promo-btn .toggle-promo,.toggle-promo-btn .toggle-subdomain,.toggle-subdomain-btn .toggle-promo,.toggle-subdomain-btn .toggle-subdomain{opacity:0;width:0;height:0}.toggle-promo-btn .toggle-slider,.toggle-subdomain-btn .toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;border-radius:50px;transition:.3s ease-in-out;-webkit-border-radius:50px;-moz-border-radius:50px;-ms-border-radius:50px;-o-border-radius:50px;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.toggle-promo-btn .toggle-slider:before,.toggle-subdomain-btn .toggle-slider:before{position:absolute;content:"";width:1rem;height:1rem;flex-shrink:0;left:.25rem;bottom:.25rem;background-color:#fff;border-radius:50%;transition:.3s ease-in-out;-webkit-transition:.3s ease-in-out;-moz-transition:.3s ease-in-out;-ms-transition:.3s ease-in-out;-o-transition:.3s ease-in-out}.toggle-promo-btn input:checked+.toggle-slider,.toggle-subdomain-btn input:checked+.toggle-slider{background-color:var(--color-black-2)}.toggle-promo-btn input:checked+.toggle-slider:before,.toggle-subdomain-btn input:checked+.toggle-slider:before{transform:translate(50%);-webkit-transform:translateX(50%);-ms-transform:translateX(50%);-moz-transform:translateX(50%);-o-transform:translateX(50%)}.form-group__header{display:flex;width:100%;justify-content:space-between;align-items:center}.backdrop.is--show{opacity:1;visibility:visible}.backdrop{visibility:hidden;opacity:0;position:fixed;z-index:699;top:0;left:0;width:100vw;height:100vh;background:#1e1e1e66;transition:all .2s ease;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transform-origin:center;display:flex;align-items:center;justify-content:center}#progress-wrapper.is--show{display:flex}#progress-wrapper.is--collapse{border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;padding:.5rem 1rem}#progress-wrapper.is--collapse .progress__leading,#progress-wrapper.is--collapse .progress__size,#progress-wrapper.is--collapse .progress__name{display:none!important}#progress-wrapper.is--collapse .progress__body{flex-direction:row-reverse}#progress-wrapper.is--collapse .progress__body-bottom{width:auto!important}#progress-wrapper.is--collapse .progress__btn-collapse{transform:rotate(180deg);-webkit-transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg)}#progress-wrapper{display:none;overflow:hidden;color:var(--color-black-2);position:fixed;z-index:1000;gap:1rem;align-items:center;padding:1rem;min-width:20rem;bottom:1rem;right:1rem;background-color:#fcfcfd;border:1px solid #e3e8ef;border-radius:1rem;-moz-border-radius:1rem;-ms-border-radius:1rem;-o-border-radius:1rem;-webkit-border-radius:1rem}#progress-wrapper .progress__leading{display:flex;align-items:center;justify-content:center;width:2.5rem;background-color:#12121210;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;aspect-ratio:1;font-size:1.25rem}#progress-wrapper .progress__body{flex:1;width:100%;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:stretch}#progress-wrapper .progress__body .progress__body-top{align-self:stretch;display:flex;justify-content:space-between;align-items:center;gap:1rem}#progress-wrapper .progress__body .progress__body-top h4{font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.05rem}#progress-wrapper .progress__body .progress__body-top .progress__btn-collapse{transition:all .2s ease-in-out;border-radius:50rem;font-size:1.5rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out}#progress-wrapper .progress__body .progress__body-center{width:100%;display:flex;justify-content:space-between;height:.5rem;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;background-color:#12121210}#progress-wrapper .progress__body .progress__body-center .progress__bar{width:0%;height:100%;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;background-color:var(--color-black-2)}#progress-wrapper .progress__body .progress__body-bottom{width:100%;display:flex;justify-content:space-between}#progress-wrapper .progress__body .progress__body-bottom .progress__size{color:#121926;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem;opacity:.9}#progress-wrapper .progress__body .progress__body-bottom .progress__percentage{font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem;letter-spacing:-.05rem}#popover{background-color:var(--color-white);border:1px solid rgba(114,118,107,.2);color:var(--Neutral-700, #364152);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:-.04375rem;padding:.25rem .5rem;text-decoration:none!important;position:absolute;transform:translate(-50%);bottom:100%;left:50%;opacity:0;visibility:hidden;transition:opacity .2s ease;-webkit-transition:opacity .2s ease;-moz-transition:opacity .2s ease;-ms-transition:opacity .2s ease;-o-transition:opacity .2s ease;border-radius:50rem;-webkit-border-radius:50rem;-moz-border-radius:50rem;-ms-border-radius:50rem;-o-border-radius:50rem;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}
