: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)}}.cursor-pointer{cursor:pointer}.w-full{width:100%!important}.page-title{color:#464358;text-align:center;font-size:1.75rem;font-style:normal;font-weight:700;line-height:38px}.app-link{color:#00c2ff;font-size:1rem;font-style:normal;font-weight:700;line-height:24px}.app-link:hover{opacity:.8}.app-link--underline{text-decoration:underline}.app-card__status--common,.app-card__status--expired,.app-card__status--pending,.app-card__status--locked,.app-card__status--declined,.app-card__status--active,.app-card__status--cleared{font-size:1rem;font-style:normal;font-weight:700;line-height:normal}.app-card__status--active,.app-card__status--cleared{color:#00cd46}.app-card__status--locked,.app-card__status--declined{color:red}.app-card__status--expired,.app-card__status--pending{color:#060606}.bold-text{font-size:.875rem;font-weight:700}.hover:hover{opacity:.8}.underline{text-decoration:underline}.Toastify__toast{max-height:unset!important}.wrapper-toast{width:420px;min-height:52px;max-height:52px;box-sizing:border-box;right:104px;align-items:center;overflow:hidden;font-size:.875rem;font-weight:400;z-index:1060;background:#fff;padding:0}.wrapper-toast .transaction-icon{width:15px;height:15px}.wrapper-toast .toast-close-icon{width:12px;height:12px}.Toastify__toast-body{color:#454545}.Toastify__toast-icon{margin:0 16px 0 0}.Toastify__toast{border-radius:8px}.Toastify__toast .toast-body{width:100%;height:100%;padding:14px 16px;margin:0;width:420px;min-height:52px;position:relative}.Toastify__toast .toast-close-icon__wrapper{min-height:52px;height:100%;display:flex;align-items:center;justify-content:center;width:24px;padding-right:16px}.Toastify__toast--info .toast-body{background-color:#4d8aff1a}.Toastify__toast--info .toast-body:after{content:"";position:absolute;width:24px;top:0;right:-24px;bottom:0;background-color:#4d8aff1a}.Toastify__toast--success .toast-body{background-color:#4ecc791a}.Toastify__toast--success .toast-body:after{content:"";position:absolute;width:24px;top:0;right:-24px;bottom:0;background-color:#4ecc791a}.Toastify__toast--warning .toast-body{background-color:#fdc9321a}.Toastify__toast--warning .toast-body:after{content:"";position:absolute;width:24px;top:0;right:-24px;bottom:0;background-color:#fdc9321a}.Toastify__toast--error .toast-body{background-color:#f35b371a}.Toastify__toast--error .toast-body:after{content:"";position:absolute;width:24px;top:0;right:-24px;bottom:0;background-color:#f35b371a}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:Mullish;src:url(/assets/Mulish-Bold-HlXJeUSA.woff2) format("woff2");font-weight:700;font-display:auto}@font-face{font-family:Mullish;src:url(/assets/Mulish-SemiBold-BXdVSDYO.woff2) format("woff2");font-weight:600;font-display:auto}@font-face{font-family:Mullish;src:url(/assets/Mulish-Medium-BIrtEYRD.woff2) format("woff2");font-weight:500;font-display:auto}@font-face{font-family:Mullish;src:url(/assets/Mulish-Regular-D_3ydQV6.woff2) format("woff2");font-weight:400;font-display:auto}@font-face{font-family:Mullish;src:url(/assets/Mulish-Light-k5vwc9of.woff2) format("woff2");font-weight:300;font-display:auto}*{font-family:Mullish!important;box-sizing:inherit}html{font-family:Mullish;box-sizing:border-box}.common-modal__title{color:#464358;font-size:1.5rem;font-weight:700;line-height:150%}.ant-modal .ant-modal-content{background:#fff;border-radius:20px;color:#464358;padding:30px}.ant-modal .ant-modal-content .ant-modal-header{padding:0;border:none}.ant-modal .ant-modal-content .ant-modal-header .ant-modal-title{font-weight:700;color:#464358;font-size:24px;line-height:36px}.ant-modal .ant-modal-content .ant-modal-body{padding:0;margin-top:20px}.ant-modal .ant-modal-content .ant-modal-close{top:22px;right:30px}.ant-modal .ant-modal-content .ant-modal-close:hover{border-radius:16px}.ant-modal.center-title .ant-modal-content .ant-modal-header .ant-modal-title{text-align:center}.blue-title{color:#00c2ff;font-size:1.25rem;font-weight:700;line-height:32px}.color-black{color:#15192f}.preview-image-modal{width:100vw!important;max-width:100vw;top:0}.preview-image-modal .ant-modal-content{border:none;border-radius:8px;background-color:unset;box-shadow:unset;position:relative;height:95vh}.preview-image-modal .ant-modal-content .ant-modal-close{top:30px;right:30px}.preview-image-modal .ant-modal-content .ant-modal-close svg{color:#fff;font-size:20px}.preview-image-modal .ant-modal-content .ant-modal-body{width:800px;margin:0 auto;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.preview-image-modal .ant-modal-content .ant-modal-body .modal-wrap{text-align:center}.preview-image-modal .ant-modal-content .ant-modal-body .modal-wrap img,.preview-image-modal .ant-modal-content .ant-modal-body .modal-wrap .audio-player{width:auto;border-radius:8px;object-fit:contain;max-width:100%;max-height:600px}.confirm-modal .title{color:#464358;text-align:center;font-size:24px;font-weight:700;line-height:32px}.confirm-modal .ant-modal-content{padding:30px;border-radius:20px}.confirm-modal .ant-modal-content .ant-modal-header{margin-bottom:0}.confirm-modal .ant-modal-content .ant-modal-body{margin:0}.confirm-modal .description{font-size:18px;font-weight:400;line-height:24px;font-family:Poppins,sans-serif;text-align:center;margin:0;padding:0 8px}.confirm-modal .action-buttons button{width:100%;justify-content:center}.confirm-modal .action-buttons button span{font-weight:700;font-size:16px;line-height:160%}.full-width{min-width:100%;width:100%}.contained-btn__size--medium{padding:13px 28px;height:50px;min-width:138px;border-radius:100px}.contained-btn__size--small{padding:0 24px;height:35px;border-radius:100px}.contained-btn__size--large{padding:18px 40px;min-width:172px;border-radius:100px}.contained-default,.contained-darker,.contained-dark,.contained-secondary{border:none;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;min-width:128px;background:#00c2ff!important;color:#fff!important;border:none!important}.contained-default:focus,.contained-darker:focus,.contained-dark:focus,.contained-secondary:focus{border:none;background:#00c2ff!important;color:#fff!important;border:none!important}.contained-default.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default.contained-darker:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default.contained-dark:not(:disabled):not(.ant-btn-disabled):hover,.ant-btn-default.contained-secondary:not(:disabled):not(.ant-btn-disabled):hover{background:#00c2ff!important;color:#fff!important;border:none!important;opacity:.8}.contained-default:disabled,.contained-darker:disabled,.contained-dark:disabled,.contained-secondary:disabled{background:#f0f0f0!important;color:#d1d1d1!important;border:none!important}.contained-default:disabled:hover,.contained-darker:disabled:hover,.contained-dark:disabled:hover,.contained-secondary:disabled:hover{background:#f0f0f0!important;color:#d1d1d1!important;border:none!important}.contained-default:disabled:focus,.contained-darker:disabled:focus,.contained-dark:disabled:focus,.contained-secondary:disabled:focus{background:#f0f0f0!important;color:#d1d1d1!important;border:none!important}.contained-secondary{background:#dfe7f3!important;color:#464358!important;border:none!important}.contained-secondary.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover{opacity:.8;background:#dfe7f3!important;color:#464358!important;border:none!important}.contained-secondary:hover{background:#dfe7f3!important;color:#464358!important;border:none!important}.contained-secondary:focus{background:#dfe7f3!important;color:#464358!important;border:none!important}.contained-dark{background:#192f64!important;color:#fff!important;border:none!important}.contained-dark.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover{opacity:.8;background:#192f64!important;color:#fff!important;border:none!important}.contained-dark:hover{background:#192f64!important;color:#fff!important;border:none!important}.contained-dark:focus{background:#192f64!important;color:#fff!important;border:none!important}.contained-darker{background:#060606!important;color:#fff!important;border:none!important}.contained-darker.ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover{opacity:.8;background:#060606!important;color:#fff!important;border:none!important}.contained-darker:hover{background:#060606!important;color:#fff!important;border:none!important}.contained-darker:focus{background:#060606!important;color:#fff!important;border:none!important}.app-sidebar{background:#fff!important;width:306px!important;min-width:306px!important;max-width:306px!important;position:relative}.app-sidebar .ant-layout-sider-children>div{height:calc(100% - 1px)}.app-sidebar--title{padding:16px 32px 24px;font-size:1.125rem;font-weight:700;line-height:28px;height:68px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.app-sidebar--title .logo-full,.app-sidebar--title .logo-short{position:absolute;transition:opacity .1s ease,transform .3s ease}.app-sidebar--title .logo-full.show,.app-sidebar--title .logo-short.show{opacity:1;transform:scale(1);pointer-events:auto}.app-sidebar--title .logo-full.hide,.app-sidebar--title .logo-short.hide{opacity:0;transform:scale(.1);pointer-events:none}.app-sidebar__menu .ant-menu-item{margin:0;margin-inline:0;width:100%!important;height:50px;padding:13px 16px;display:flex;align-items:center;gap:12px;transition:none}.app-sidebar__menu .ant-menu-item .ant-menu-item-icon{width:20px;min-width:20px;display:flex;justify-content:center}.app-sidebar__menu .ant-menu-item .ant-menu-item-icon svg{width:20px;height:20px}.app-sidebar__menu .ant-menu-item .ant-menu-title-content{color:#777e90;font-size:1rem;font-style:normal;font-weight:600;line-height:24px}.app-sidebar__menu .ant-menu-item.ant-menu-item-active,.app-sidebar__menu .ant-menu-item.ant-menu-item-selected,.app-sidebar__menu .ant-menu-item:hover{border-radius:100px 0 0 100px;background-color:#2869f603!important}.app-sidebar__menu .ant-menu-item.ant-menu-item-active .ant-menu-title-content,.app-sidebar__menu .ant-menu-item.ant-menu-item-selected .ant-menu-title-content,.app-sidebar__menu .ant-menu-item:hover .ant-menu-title-content{color:#00c2ff}.app-sidebar__menu .ant-menu-item.ant-menu-item-active svg,.app-sidebar__menu .ant-menu-item.ant-menu-item-selected svg,.app-sidebar__menu .ant-menu-item:hover svg{fill:#00c2ff}.app-sidebar__menu .ant-menu-item.ant-menu-item-active svg.stroke-type,.app-sidebar__menu .ant-menu-item.ant-menu-item-selected svg.stroke-type,.app-sidebar__menu .ant-menu-item:hover svg.stroke-type{fill:none;stroke:#00c2ff}.app-sidebar__menu .ant-menu-item.ant-menu-item-selected{border-right:5px solid #00c2ff;background-color:#2869f626!important}.app-sidebar__menu .ant-menu-item.ant-menu-item-selected .ant-menu-item{padding:13px 16px 13px 24px}.app-sidebar__menu .ant-menu-item.ant-menu-item-selected .ant-menu-item-icon,.app-sidebar__menu .ant-menu-item.ant-menu-item-selected .ant-menu-title-content{color:#00c2ff}.app-sidebar__menu .ant-menu-item.ant-menu-item-selected svg{fill:#00c2ff}.app-sidebar__menu .ant-menu-item.ant-menu-item-selected svg.stroke-type{fill:none;stroke:#00c2ff}.app-sidebar__menu .ant-menu-submenu .ant-menu-item.ant-menu-item-only-child .ant-menu-title-content{padding-left:22px}.app-sidebar__menu .ant-menu-submenu .ant-menu-submenu-title{display:flex;align-items:center;gap:12px;height:50px!important;padding:9px 30px 9px 20px!important}.app-sidebar__menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-item-icon{width:20px;min-width:20px;display:flex;justify-content:center}.app-sidebar__menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-item-icon svg{width:20px;height:20px}.app-sidebar__menu .ant-menu-submenu .ant-menu-submenu-title .ant-menu-title-content{color:#777e90;font-size:1rem;font-style:normal;font-weight:600;line-height:24px}.app-sidebar__menu .ant-menu-submenu-selected .ant-menu-submenu-title{background-color:#f8f8fa!important}.app-sidebar__menu .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-item-icon,.app-sidebar__menu .ant-menu-submenu-selected .ant-menu-submenu-title .ant-menu-title-content{color:#00c2ff}.app-sidebar__menu .ant-menu-submenu-selected .ant-menu-submenu-title svg{fill:#00c2ff}.app-sidebar__menu .ant-menu-submenu-selected .ant-menu-submenu-title svg.stroke-type{fill:none;stroke:#00c2ff}.app-sidebar__option-wrapper{flex:1}.app-sidebar.ant-layout-sider-collapsed{width:100px!important;min-width:100px!important;max-width:100px!important}.app-sidebar.ant-layout-sider-collapsed .ant-menu-item,.app-sidebar.ant-layout-sider-collapsed .ant-menu-submenu .app-sidebar--title{padding:13px 16px 13px 24px}.app-sidebar__collapse-btn{font-size:1rem;width:32px;height:32px;position:absolute;top:68px;right:-34px}.app-header-wrapper{width:100%}.app-header-wrapper__content{flex-grow:1;display:flex;justify-content:space-between;align-items:center;line-height:unset}.app-header-wrapper__content__breadcrumb-wrapper{padding-left:6px}.app-header-wrapper__content__breadcrumb-wrapper .ant-breadcrumb ol li{color:#1890ff;font-weight:bolder}.app-header-wrapper__content__breadcrumb-wrapper .ant-breadcrumb ol li .ant-breadcrumb-link{display:flex;align-items:center;gap:8px;color:#1890ff;font-weight:bolder}.app-header-wrapper__content__breadcrumb-wrapper .ant-breadcrumb ol li .ant-breadcrumb-link svg{fill:#1890ff;width:22px;height:22px}.app-header-wrapper__content__info-wrapper{display:flex;align-items:center;gap:16px;padding:0 24px}.app-header-wrapper__content__info-wrapper .info-bell{padding:12px;margin-top:6px;cursor:pointer}.app-header-wrapper__content__info-wrapper .info-user{display:flex;align-items:center;gap:12px}.app-header-wrapper__content__info-wrapper .info-user .user-info{display:flex;flex-direction:column;gap:4px;line-height:unset}.app-header-wrapper__content__info-wrapper .info-user .user-settings{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #ccc}.app-header-wrapper__content__info-wrapper .info-user .user-settings__dropdown-trigger{background:none;padding:5px 6px;cursor:pointer;border-radius:50%;border:1px solid #ccc}.main-layout{width:100dvw;height:100dvh;color:#464358}.main-layout__header{background:#fff;padding:0;display:flex;line-height:unset}.main-layout__contents{background:#f7f8fb;padding:24px 40px;overflow:auto}.auth{width:100dvw;height:100dvh;color:#464358;background-size:contain}.auth>div{flex:1}.auth__content-wrapper{right:0;top:0;height:100%;width:100%;padding:150px 80px 70px;width:40dvw;max-width:582px;border-radius:12px 0 0 12px;background:#f7f8fb;box-shadow:-10px 0 30px #00000040}
