@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.AdminPanel{background:#2c294b;display:flex;justify-content:center;min-height:100vh}: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:#ffffffb3;--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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-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(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-cyrillic-ext-400-normal.bbf9e820a2563aac0d8b.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-400-normal.4ae7c395ed6c62e4293a.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-cyrillic-400-normal.e5c5c19c23e370a342c8.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-400-normal.be1d5ffb1cc104d1437d.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-vietnamese-400-normal.8f3f4c99eb0eeb5990f1.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-400-normal.f36d8e9e08c584303451.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-latin-ext-400-normal.0204ec08a4b574088f02.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-400-normal.688aee1c9dd2450dd804.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/montserrat-latin-400-normal.acb6629fe45c43ad5d8b.woff2) format("woff2"),url(/static/media/montserrat-latin-400-normal.0f1794a79a689a577c2a.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-cyrillic-ext-600-normal.7f425c0c93b84e24ba81.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-ext-600-normal.45cb9cf02caba7573f27.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-cyrillic-600-normal.4375539f9fe1079b0147.woff2) format("woff2"),url(/static/media/montserrat-cyrillic-600-normal.433eb1e26e8896584dc5.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-vietnamese-600-normal.702a2b926210a7b44461.woff2) format("woff2"),url(/static/media/montserrat-vietnamese-600-normal.1bb522e5edaad5e4fc14.woff) format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-latin-ext-600-normal.c1ee6391abae116fa667.woff2) format("woff2"),url(/static/media/montserrat-latin-ext-600-normal.27d59804137efbe84713.woff) format("woff");unicode-range:u+0100-02af,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/montserrat-latin-600-normal.5d6df38dd70f631c488b.woff2) format("woff2"),url(/static/media/montserrat-latin-600-normal.bc64561f668c5a1a5c6b.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/static/media/poppins-devanagari-400-normal.64d5f06ee726edd58ca3.woff2) format("woff2"),url(/static/media/poppins-devanagari-400-normal.0e11b62db931f85340d4.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/static/media/poppins-latin-ext-400-normal.4f38b4331448d2313adc.woff2) format("woff2"),url(/static/media/poppins-latin-ext-400-normal.8cc52669c8e8a6735699.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:url(/static/media/poppins-latin-400-normal.405055dd680fa1dcdfa2.woff2) format("woff2"),url(/static/media/poppins-latin-400-normal.cda9c93f49237f11c766.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/static/media/poppins-devanagari-600-normal.3343afa6b8c01e48a23b.woff2) format("woff2"),url(/static/media/poppins-devanagari-600-normal.ae9c1f88ace17d23e8e6.woff) format("woff");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/static/media/poppins-latin-ext-600-normal.d08f0891e438248ce419.woff2) format("woff2"),url(/static/media/poppins-latin-ext-600-normal.7d2be7f30f5bef3a1850.woff) format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:url(/static/media/poppins-latin-600-normal.91145014c0350c248ed2.woff2) format("woff2"),url(/static/media/poppins-latin-600-normal.70e04c856f46aa529052.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.Transactions{align-items:center;border-radius:150px 25px;color:#2c294b;display:flex;flex-direction:column;font-family:Roboto,sans-serif;font-size:.9em;font-weight:400;line-height:normal;padding:0 32px}.Transactions__Autocomplete,.Transactions__Search,.Transactions__StartTime{align-self:flex-end;margin-top:1em;width:100%}.Container{align-items:center;display:flex;flex-direction:column;padding:0 32px}.Box{overflow-x:auto}.Buttons{display:flex;justify-content:space-between}.Buttons button{width:10em}.TransactionNoteComponent__Header{font-size:20px}.TransactionDialogContent__notes{margin-top:50px}.transactions-table__link{color:#fff;text-decoration:underline}.transactions-table .MuiTableCell-root{padding-left:10px;padding-right:10px}.tx-pagination-buttons{display:flex;gap:1em;justify-content:center}.tx-pagination-buttons__button{background-color:#191b3b;border:none;border-radius:2em;color:#fff;font-family:Roboto,sans-serif;font-size:1em;font-weight:500;line-height:normal;margin-top:1em;padding:.8em;text-align:center;transition:.3s;width:5em}.tx-pagination-buttons__button:hover{cursor:pointer}.tx-pagination-buttons__button:active{filter:brightness(.93)}.tx-pagination-buttons__button:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.tx-pagination-buttons__button:disabled:hover{cursor:pointer}.tx-pagination-buttons__button:disabled:active{filter:brightness(.93)}.tx-pagination-buttons__button:disabled:hover{cursor:not-allowed}.tx-pagination-buttons__button:disabled:active{filter:none}.tx-pagination-buttons__button--disabled{background-color:#f3f3f5;border:none;border-radius:.25em;color:#666;padding:.8em;transition:.3s}.tx-pagination-buttons__button--disabled:hover{cursor:pointer}.tx-pagination-buttons__button--disabled:active{filter:brightness(.93)}.tx-pagination-buttons__button--disabled:hover{cursor:not-allowed}.tx-pagination-buttons__button--disabled:active{filter:none}.DownloadCsvButton{margin-top:20px}.Home{display:flex;flex-direction:column;width:100%}.Home__Header{align-items:center;background-color:#191b3b;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:500;gap:1em;line-height:normal;padding:.5em 0 .25em 1em}.Home__Header a,.Home__Header a:visited{color:#fff;text-decoration:none}.Home__Header__Person{align-items:center;display:flex;gap:16px}.Home__Header__Right-Actions{align-items:center;display:flex;gap:32px;margin-left:auto}.Home__Header__Logout{background-color:#191b3b;background-color:#fbbb21;border:none;border-radius:2em;color:#fff;font-family:Roboto,sans-serif;font-size:1em;font-weight:500;line-height:normal;margin-right:1em;padding:.8em;text-align:center;transition:.3s;width:5em}.Home__Header__Logout:hover{cursor:pointer}.Home__Header__Logout:active{filter:brightness(.93)}.Home__Header__Logout:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.Home__Header__Logout:disabled:hover{cursor:pointer}.Home__Header__Logout:disabled:active{filter:brightness(.93)}.Home__Header__Logout:disabled:hover{cursor:not-allowed}.Home__Header__Logout:disabled:active{filter:none}.Home__Header__Navigation{cursor:pointer}.Home__Content{margin-bottom:80px}.Login{align-items:center;background-color:#fbbb21;border-radius:150px 25px;display:flex;flex-direction:column;margin-top:80px;max-height:350px;padding-bottom:80px;padding-top:80px;width:720px}.Login__Logo{background-color:#2c294b;border-radius:1em;display:flex;justify-content:center;padding:.5em;width:5em}.Login__Logo__Image{width:5em}.Login__LoginHeader{font-size:1.1em;font-size:2em;font-weight:400;padding-bottom:.5em}.Login__Button,.Login__LoginHeader{font-family:Roboto,sans-serif;line-height:normal}.Login__Button{background-color:#191b3b;border:none;border-radius:2em;color:#fff;font-size:1em;font-weight:500;margin-top:1em;padding:.8em;text-align:center;transition:.3s;width:20em}.Login__Button:hover{cursor:pointer}.Login__Button:active{filter:brightness(.93)}.Login__Button:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.Login__Button:disabled:hover{cursor:pointer}.Login__Button:disabled:active{filter:brightness(.93)}.Login__Button:disabled:hover{cursor:not-allowed}.Login__Button:disabled:active{filter:none}.Login__LinkButton{color:#0d6efd;margin-top:1em;text-decoration:underline;text-decoration-color:#fbbb21}.Login__LinkButton:hover{cursor:pointer}.Login__LinkButton:active{filter:brightness(.93)}.Login__ContactUs{margin-top:.5em}.Login__ResetPasswordLink{text-align:center;width:21em}.Input__Container{align-items:flex-start;display:flex;flex-direction:column;padding-bottom:.5em}.Input__Header{font-size:.7em;padding-left:1em}.Input__Header,.Input__Input{font-family:Roboto,sans-serif;font-weight:400;line-height:normal}.Input__Input{border:0 solid #2c294b;border-radius:.25em;font-size:1em;height:2em;padding:.5em;width:20em}.Input__Input.invalid{border:2px solid #ec0000}@media(max-width:500px){.Input__Input{width:100%}}.customer-details{color:#fff;font-size:.9em;font-weight:400;padding:1em}.customer-details,.customer-details__breadcrumb{font-family:Roboto,sans-serif;line-height:normal}.customer-details__breadcrumb{font-size:1.1em;font-weight:500}.customer-details__transactions{text-align:center}.customer-details a{color:#fff;text-decoration:none}.customer-data{color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:1.1em;font-weight:400;justify-content:space-between;line-height:normal;margin-top:1em}@media(min-width:1201px){.customer-data{width:80%}}@media(max-width:768px){.customer-data{flex-direction:column}.customer-data>:not(:first-child){margin-top:1em}}.customer-data__row{align-items:center;display:flex;flex-direction:row}.customer-data__row span{margin-right:.25em}.customer-data__row svg{height:16px;margin-left:.25em;width:16px}.customer-data__verification-levels{margin-top:.25em}.customer-data--bold{font-family:Roboto,sans-serif;font-size:1.1em;font-weight:500;line-height:normal}.Activation{align-items:center;background-color:#fbbb21;border-radius:150px 25px;display:flex;flex-direction:column;margin-top:80px;max-height:350px;padding-bottom:80px;padding-top:80px;width:720px}.Activation__Logo{background-color:#2c294b;border-radius:1em;display:flex;justify-content:center;padding:.5em;width:5em}.Activation__Logo__Image{width:5em}.Activation__Password{font-size:1.1em;font-size:2em;font-weight:400;padding-bottom:.5em}.Activation__Button,.Activation__Password{font-family:Roboto,sans-serif;line-height:normal}.Activation__Button{background-color:#191b3b;border:none;border-radius:2em;color:#fff;font-size:1em;font-weight:500;margin-top:1em;padding:.8em;text-align:center;transition:.3s;width:21em}.Activation__Button:hover{cursor:pointer}.Activation__Button:active{filter:brightness(.93)}.Activation__Button:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.Activation__Button:disabled:hover{cursor:pointer}.Activation__Button:disabled:active{filter:brightness(.93)}.Activation__Button:disabled:hover{cursor:not-allowed}.Activation__Button:disabled:active{filter:none}.Activation__LinkButton{color:#0d6efd;margin-top:1em;text-decoration:underline;text-decoration-color:#fbbb21}.Activation__LinkButton:hover{cursor:pointer}.Activation__LinkButton:active{filter:brightness(.93)}.Activation__ContactUs{margin-top:.5em}@media(max-width:500px){.Login{padding-left:1em;padding-right:1em}.Login__Button{margin-left:1em;width:11em}}.ResetPasswordAttempt{align-items:center;background-color:#fbbb21;border-radius:150px 25px;display:flex;flex-direction:column;margin-top:80px;max-height:350px;padding-bottom:80px;padding-top:80px;width:720px}.ResetPasswordAttempt__Back{cursor:pointer;margin-right:20em}.ResetPasswordAttempt__Back svg{height:30px;width:30px}.ResetPasswordAttempt__Logo{background-color:#2c294b;border-radius:1em;display:flex;justify-content:center;margin:0 auto;padding:.5em;width:5em}.ResetPasswordAttempt__Logo__Image{width:5em}.ResetPasswordAttempt__Header{font-family:Roboto,sans-serif;font-size:1.1em;font-size:2em;font-weight:400;line-height:normal;padding-bottom:.5em}.ResetPasswordAttempt__Button{background-color:#191b3b;border:none;border-radius:2em;color:#fff;font-family:Roboto,sans-serif;font-size:1em;font-weight:500;line-height:normal;margin-top:1em;padding:.8em;text-align:center;transition:.3s;width:21em}.ResetPasswordAttempt__Button:hover{cursor:pointer}.ResetPasswordAttempt__Button:active{filter:brightness(.93)}.ResetPasswordAttempt__Button:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.ResetPasswordAttempt__Button:disabled:hover{cursor:pointer}.ResetPasswordAttempt__Button:disabled:active{filter:brightness(.93)}.ResetPasswordAttempt__Button:disabled:hover{cursor:not-allowed}.ResetPasswordAttempt__Button:disabled:active{filter:none}@media(max-width:500px){.ResetPasswordAttempt{padding-left:1em;padding-right:1em}.ResetPasswordAttempt__Button{margin-left:1em;width:11em}}.Wrapper{background:#2c294b;display:flex;justify-content:center;min-height:100vh}.ResetPassword{align-items:center;background-color:#fbbb21;border-radius:150px 25px;display:flex;flex-direction:column;margin-top:80px;max-height:350px;padding-bottom:80px;padding-top:80px;width:720px}.ResetPassword__Logo{background-color:#2c294b;border-radius:1em;display:flex;justify-content:center;padding:.5em;width:5em}.ResetPassword__Logo__Image{width:5em}.ResetPassword__Password{font-size:1.1em;font-size:2em;font-weight:400;padding-bottom:.5em}.ResetPassword__Button,.ResetPassword__Password{font-family:Roboto,sans-serif;line-height:normal}.ResetPassword__Button{background-color:#191b3b;border:none;border-radius:2em;color:#fff;font-size:1em;font-weight:500;margin-top:1em;padding:.8em;text-align:center;transition:.3s;width:21em}.ResetPassword__Button:hover{cursor:pointer}.ResetPassword__Button:active{filter:brightness(.93)}.ResetPassword__Button:disabled{background-color:#f3f3f5;border:none;border-radius:2em;color:#666;padding:.8em;transition:.3s}.ResetPassword__Button:disabled:hover{cursor:pointer}.ResetPassword__Button:disabled:active{filter:brightness(.93)}.ResetPassword__Button:disabled:hover{cursor:not-allowed}.ResetPassword__Button:disabled:active{filter:none}.ResetPassword__LinkButton{color:#0d6efd;margin-top:1em;text-decoration:underline;text-decoration-color:#fbbb21}.ResetPassword__LinkButton:hover{cursor:pointer}.ResetPassword__LinkButton:active{filter:brightness(.93)}.ResetPassword__ContactUs{margin-top:.5em}@media(max-width:500px){.ResetPassword{padding-left:1em;padding-right:1em}.ResetPassword__Button{margin-left:1em;width:11em}}.Users__Container{align-items:center;display:flex;flex-direction:column;padding:0 32px}.Users__Box{overflow-x:auto}.Users__Buttons{display:flex;justify-content:space-between}.Users__Buttons button{width:10em}div.Paper{background:linear-gradient(121.46deg,#ffffff1a,#ffffff0d 99.31%);margin-top:24px;padding:24px;width:100%}.Dialog__Title{align-items:center;background-color:#2c294b;display:flex;justify-content:space-between}.NoPermissions__Header{color:#fff}h1.Header{margin-top:32px}.Reports{align-items:center;display:flex;flex-direction:column}.Reports__description{color:#fff;font-weight:400;margin-top:32px}.Reports__description,.Reports__description--bold{font-family:Roboto,sans-serif;font-size:1.1em;line-height:normal}.Reports__description--bold{font-weight:500}.Reports__date-pickers{align-items:center;color:#fff;display:flex;gap:8px;justify-content:center;margin-top:32px}
/*# sourceMappingURL=main.5194c21d.css.map*/