@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');

:root
{
    --mud-palette-action-disabled: rgba(255, 255, 255, 0.66) !important;
    --mud-palette-primary: #1F5BDE !important;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #181818;
}

*::-webkit-scrollbar-track:hover {
    background-color: #181818;
}

*::-webkit-scrollbar-track:active {
    background-color: #181818;
}

*::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #959595;
    border: 2px solid #181818;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #959595;
}

*::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

@font-face {
    font-family: 'CoreFont';
    src: url('fonts/CoreFont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monteserrat';
    src: url('fonts/Montserrat-Bold.ttf');
    font-weight: bold;
}

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-family: "Montserrat", serif;
    font-weight: 500;
}

.header-menu .mud-paper
{
    background-color: rgba(255, 240, 0, 0) !important;
}

.table-list .mud-button-root:disabled
{
    color: rgb(159, 155, 196) !important;
}

.page {
    transition: background-color 0.3s, color 0.3s;
}

main {
    background-color: #09162F;
    color: #fff;
}

.light main {
    background-color: #fff;
    color: #000;
}

.light .sidebar {
    background-color: #FFFFFF !important;
}

.sidebar {
    background-color: #121222;
}


.nav-item .nav-link
{
    padding: 0 !important;
}


.nav-item .material-symbols-rounded
{
    margin-left: auto;
    margin-right: auto;
}

.light .nav-item .active span {
    color: #fff !important;
}

.light .nav-item a span {
    color: rgba(127, 148, 162, 0.8) !important;
}

.light .container-fluid img {
    filter: invert(100%) hue-rotate(223.1deg);
}

.light .sidebar .nav {
    border-top: 1px solid #E0E4E6 !important;
}

.light .form-check-input {
    border: 1px solid #E0E4E6 !important;
}

.light .navbar-toggler {
    filter: invert(100%);
}

.light .navbar-toggler:checked[b-fujmyarhib] {
    background-color: unset !important;
}

.light .bb-table > tbody tr:has(input[type="checkbox"].bb-grid-form-check-input:checked) {
    background-color: #5542f6 !important;
}

.light .analytics-item, .light .exchange-rate, .light .analytics-charts, .light .analytics-list, .light .analytics-logs, .light .table-list {
    background-color: #fff !important;
    border: none !important;
}

.light table thead {
    border-bottom: 1px solid #E0E2E5 !important;
}

table thead {
    border-bottom: 1px solid #283349 !important;
}

.light .analytics-item-icon svg {
    fill: white;
}

.light .analytics-item-icon {
    background-color: #5542f6;
}

.light .plus {
    fill: #5542F6 !important;
    color: #5542F6 !important;
}

.light .analytics-item-change-data {
    color: #000 !important;
}

.light .form-control, .light .dropdown-toggle, .light .dropdown-menu.show {
    color: #000 !important;
    background-color: #F9F9F9 !important;
}

.light .dropdown-item {
    color: #000 !important;
}

.light .disabled > .page-link, .light .page-limk.disabled {
    background-color: #f9f9f9;
    color: #000;
}

.light .analytics-status .process {
    background-color: #F9F9F9 !important;
    color: #5542F6 !important;
}

.light .form-switch .form-check-input {
    border: 1px solid #E0E4E6 !important;
}

.light .btn-empty {
    background-color: #5542f6 !important;
}

.light .modal-content {
    background-color: #fff !important;
    border: none !important;
}

.light .modal-content input, .light .modal-content select {
    background-color: #F9F9F9 !important;
    color: #000;
}

.light .theme-switch .material-symbols-rounded {
    content: "dark_mode";
}

.light .primary span {
    color: #fff !important;
}

.light .secondary {
    color: #000 !important;
    background-color: #F9F9F9 !important;
}

.light .tst-dark .toast-header {
    background-color: #f9f9f9 !important;
    color: #000 !important;
}

.light .tst-dark .text-muted {
    color: #000 !important;
}

.light .tst-dark .btn-close {
    filter: none !important;
}

.light .tst-dark .toast {
    border: none;
    background: #fff;
}

.light .analytics-status .error {
    background-color: #0488C8;
    color: #FFF;
}

.light .input-style {
    background-color: #ffff !important;
    color: #000 !important;
}

.cl-item
{
    padding: 24px;
    color: rgba(127, 148, 162, 1);
    background-color: #131F37;
    border-radius: 24px;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.analytics-cl
{
    width: 100%;
}

.analytics-cl > div:nth-child(2) {
    width: 100%;
}

.cl-item .cl-header span
{
    font-size: 20px;
}

.light .cl-item
{
    color: rgba(112, 130, 143, 1) !important;
    background-color: #F5F6F7 !important;
}

.analytics-cl
{
    display: flex;
    gap: 10px;
}

.donut-chart
{
    margin-top: auto;
    margin-bottom: auto;
}

.donut-chart .donut-inner-text:first-of-type
{
    font-size: 18px !important;
}

.donut-chart .donut-inner-text:last-of-type
{
    font-size: 13px !important;
}

.cl
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.light .cl-data-amount
{
    color: rgba(19, 27, 33, 1) !important;
}

.cl-data
{
    margin-top: auto;
    min-width: 25vw;
}

.cl-data-info
{
    font-size: 14px;
    display: flex;
    gap: 10px;
}

.chart-legend-wrapper
{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: auto;
}

.exchange-rate-cl
{
    min-width: 20vw;
}

.cl-data-info span:not(.legend-data,.cl-header span):first-of-type{
    color: rgba(0, 232, 209, 1);
}

.light .cl-data-info span:not(.legend-data,.cl-header span):first-of-type
{
    color: rgba(0, 178, 161, 1) !important;
}

.legend-item
{
    display: flex;
    flex-direction: column;
}

.legend-item-header
{
    display: flex;
    gap: 5px;
}

.legend-item-header span
{
    font-size: 16px !important;
}

.legend-item-header > div
{
    margin-top: auto;
    margin-bottom: auto;
}

.cl-data-amount
{
    font-size: 32px;
    color: #fff;
}

.btn-confirm:hover {
    background-color: #422cff;
    color: #fff;
}

.analytics-item-icon svg {
    fill: #5542f6
}

.btn-empty {
    fill: white;
}

a, .btn-link {
    color: #FFF;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.details {
    font-family: 'CoreFont';
}

.content {
    padding-top: calc(2rem + 80px);
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.nav-scrollable {
    color: #fff;
    border-right: 1px solid #131F37;
}

.light .nav-scrollable {
    color: #fff;
    border-right: 1px solid #E0E4E6 !important;
}

.align-content-center {

}


.table-list {
    border: none;
    border-radius: 10px;
    margin-bottom: 2rem;
    height: 100%;
}

.table-list .form-check-input {
    width: 1rem;
    height: 1rem;
    border: none;
}

.analytics-item {
    padding: 1rem;
    border: none;
    border-radius: 10px;
    flex: 1 1 32.3%;
    background: #121222;
}

.analytics-list, .exchange-rate, .analytics-logs {
    border: none;
    border-radius: 10px;
    margin-top: 2rem;
    height: 100%;
}

.mud-table-container
{
    background-color: #131F37;
    border-radius: 24px;
    padding: 0.2rem;
}

.light .mud-table-container
{
    background-color: #F5F6F7 !important;
}

.exchange-rate {
    margin-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.exchange-item {
    border-radius: 8px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}

.exchange-item span:last-of-type
{
    font-size: 22px;
    color: #fff;
}

.light .exchange-item span:last-of-type
{
    color: rgba(19, 27, 33, 1) !important;
}

.exchange-rate-wrapper
{
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.exchange-item :first-child {
    color: #9A9AA1;
}

.analytics-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.analytics-item-icon {
    background-color: #211F32;
    border-radius: 1000px;
    width: 27px;
    height: 27px;
    display: flex;
}

.analytics-item-icon svg {
    margin: auto;
    width: 17px;
    height: 17px;
}

.analytics-item-header {
    display: flex;
    text-align: center;
}

.analytics-item-about {
    display: flex;
}

.analytics-item-about label {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    font-weight: 400;
}

.analytics-item-content {
    margin-left: 5px;
}

.analytics-item-data span {
    font-size: 28px;
    font-weight: 600;
}

.analytics-item-data {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.item-change {
    display: flex;
}

.item-change:last-child {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 15px;
}

.plus {
    fill: #20CAAC;
    color: #20CAAC;
}

.minus {
    fill: #CA3333;
    color: #CA3333;
}

.minus svg {
    rotate: 90deg;
}

.analytics-item-more {
    display: flex;
}

.analytics-item-change-data {
    margin-left: 10px;
    color: #9A9AA1;
    font-weight: 400;
}

.item-change span {
    margin-left: 4px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.8rem;
}

td, th {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

th {
    font-weight: 400;
    color: #8A8A8F;
}

table thead {
    border-bottom: 1px solid #2F2F2F;
}

tbody tr {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

tbody tr:not(:last-child) {
    border-bottom: 1px solid #283349;
}

.light tbody tr:not(:last-child) {
    border-bottom: 1px solid #E0E2E5;
}

.header-text {
    font-size: 20px;
}

.analytics-list .mud-table
{
    margin-top: 1rem;
}

.mud-table-empty-row .my-3
{
    min-height: 300px;
    display: flex;
}

.mud-table-empty-row .my-3 p
{
    font-size: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

tbody td {
    font-weight: 400;
    font-size: 13px;
}

.analytics-status {
    display: flex;
}

.status {
    border-radius: 23px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.analytics-status .success {
    background-color: #1b00ff;
    color: #fff;
}

.light .page-link {
    background-color: #f9f9f9;
    border: none;
    color: #000;
}

.light .active .page-link {
    color: #fff !important;
}

.analytics-status .error {
    background-color: #1b1b36;
    color: #FFF;
}

.analytics-status .process {
    background-color: #252534;
    color: #fff;
}

.analytics-list tbody td:nth-child(4) {
    color: #fff;
    font-weight: 500;
}

.analytics-logs tbody td:nth-child(2) {
    color: #fff;
    font-weight: 500;
}

.analytics-logs tbody td:nth-child(3) {
    color: #9A9AA1;
}

.align-content-center:last-child {
    margin-bottom: 2rem;
}

.analytics-logs thead tr :first-child {
    padding-right: 0.2vw;
}

.analytics-logs thead tr :nth-child(2) {
    padding-right: 0.2vw;
}

.page-link {
    background-color: #252534;
    border: none;
    color: #E0E4E5;
}

.disabled > .page-link, .page-link.disabled {
    background-color: #252534;
    color: #E0E4E5;
}

.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.active > .page-link, .page-link.active {
    background-color: #5542F6;
}

.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    --bs-table-color-type: 0;
    --bs-table-bg-type: 0;
}

.bb-table tbody tr td, .table > :not(caption) > * > * {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: 0;
    --bs-table-bg-state: 0;
}

.bb-grid-pagination-text {
    display: none;
}

th .text-start span {
    font-weight: 400;
    color: #8A8A8F;
}

.table > :not(caption) > * > * {
    font-weight: 400;
    color: unset;
}

.analytics-all {
    display: flex;
}

.analytics-charts {
    background: #121222;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    margin-left: 0.8rem;
    min-width: 400px;
}

.legend {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.legend-success {
    background-color: #5542F6;
}

.legend-item {
    display: flex;
    font-size: 12px;
    margin-right: 10px;
}

.legend {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}

.legend-expiry {
    background-color: #C8C2FC;
}

.legend-dispute {
    background-color: #B4A3D8;
}

.analytics-charts-data {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.analytics-charts-data > :nth-child(2) {
    flex: 1 1 auto;
    margin-top: 2rem;
}

.analytics-charts-legend {
    flex: 1 1 auto;
}

.legend-list {
    display: flex;
}

.input-style {
    margin-bottom: 0.3rem;
    border-radius: 5px;
    background-color: #252534;
    border: none;
    color: #fff;
    padding: 0.3rem;
    padding-left: 6px;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
}

.components-reconnect-overlay button {
    background-color: #332894;
}

.tst-dark .toast {
    border: none;
    background: #121222;
}

.tst-dark .btn-close {
    filter: invert(100%);
}

.tst-dark .toast-header {
    background-color: #020617;
    color: #fff;
}

.tst-dark .text-muted {
    color: #fff;
}

.tst-dark .toast-header i {
    color: rgb(93, 72, 255) !important;
}

.tst-dark small {
    color: #fff;
}

.dropdown-menu.show, .bb-grid-filter, .form-control, .dropdown-toggle {
    background-color: #252534;
    border: none;
    color: #fff;
}

.form-control:focus {
    background-color: #020617;
    border: none;
    color: #fff;
}

.dropdown-item {
    color: #fff;
}

th, td {
    white-space: nowrap;
}

.agents-list {
    background: #121222;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    margin-top: 2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.btn-confirm {
    border: none;
    background-color: #5542F6;
    color: #fff;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-confirm:hover {
    background-color: #422cff;
}

.loaded span {
    font-weight: 500;
}

.mud-button-icon-size-medium > :first-child
{
    font-size: 28px !important;
}

.mud-button-text-primary .mud-button-icon-end
{
    background-color: #4375E3;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1rem !important;
}

.btn-empty {
    padding: 5px;
    display: flex;
    background-color: #252534;
    border-radius: 6px;
    border: none;
    margin-top: -2px;
}

.btn-empty:hover {
    background-color: #3a3939;
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5;
    background-color: #020617;
    padding: 0.6rem;
    border-radius: 6px;
}

.right {
    margin-left: auto;
}

.left {
    margin-right: auto;
}

.modal-content {
    background: #121222;
    border: none;
}

.modal-header {
    border: none;
}

.modal-footer {
    border: none;
}

.modal-content input, .modal-content select {
    background-color: #252534;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: var(--bs-border-radius);
    height: 36px;
    font-size: 14px;
}

.modal-row label {
    margin-left: 5px;
    font-size: 13px;
    margin-bottom: 3px;
}

.modal-rt {
    display: grid;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flex .modal-rt {
    flex: 1 1 40%;
    width: 50%;
}

.modal-row {
    margin-bottom: 5px;
}

.modal-row .btn-confirm {
    margin-top: 10px;
    width: 100%;
}

.form-check-input {
    height: 23px;
    width: 140px;
}

.form-switch {
    height: 23.5px;
    width: 140px;
    display: flex;
}

.form-switch .form-check-input {
    width: 3em;
}


.form-check {
    display: flex;
}

.payment-list .form-check-input {
    width: 1em;
    height: 1em;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
}

.bb-table > tbody tr:has(input[type="checkbox"].bb-grid-form-check-input:checked):hover, .bb-table > tbody tr:has(input[type="checkbox"].bb-grid-form-check-input:checked):hover > * {
    color: #fff;
}

.bb-table > tbody tr:has(input[type="checkbox"].bb-grid-form-check-input:checked) {
    color: #fff;
}

.loading-container {
    height: 84.3vh;
    background-color: #020617;
    display: flex;
    justify-content: center;
    align-items: center;
}

.light .loading-container {
    background-color: #fff !important;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #181818;
    border-top: 6px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.api-frame {
    background: #121222;
    padding: 0.2rem;
    border: none;
    border-radius: 10px;
    margin-top: 2rem;
    height: 100%;
}

.analytics-item-change .primary {
    background-color: #0068F7;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.analytics-item-change .secondary {
    background-color: #252534;
    border-radius: 4px;
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
}

iframe {
    width: 100%;
    height: 110vh;
    border: none;
    border-radius: 10px;
}

.logo-img {
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    content: url("img/logo.png");
}

.login-model
{
    min-width: 400px;
    background-color: #131222;
    padding: 2rem 1rem;
    border-radius: 11px;
    margin-top: -40px;
}

.logo
{
    display: flex;
    margin-bottom: 30px;
}

.logo img
{
    width: 160px;
    margin: auto;
}

.login-model
{
    display: flex;
    flex-direction: column;
}

.exit {
    padding-top: 1rem;
    border-top: 1px solid #36363A;
}

.theme-switch {
    margin-top: auto;
}

.theme-switch:hover {
    cursor: pointer;
}

.analytics-charts-data :nth-child(2) {
    margin: auto;
}

.mud-elevation-1 {
    box-shadow: none !important;
}

.mud-table {
    color: #fff !important;
    background-color: #09162F!important;
}

.mud-table-empty-row {
    background-color: #131F37 !important;
}

.mud-table-cell {
    color: #fff !important;
    border-bottom: none !important;
}

.light .mud-table-cell {
    color: #000 !important;
}

.light .mud-table {
    color: #000 !important;
    background-color: #fff !important;
}

.light .mud-table-empty-row {
    background-color: #F5F6F7 !important;
}

.flow {
    display: flex !important;
    flex-direction: column !important;
}

.light .mud-button-text-primary {
    background-color: #F9F9F9 !important;
}

.mud-button-text-primary {
    background-color: #212043 !important;
}

.mud-dialog .mud-dialog-actions
{
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-bottom: 24px !important;
}

.mud-dialog-actions button {
    width: 100%;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 9px 10px !important;
}

h6 {
    font-weight: 400 !important;
}

.mud-input-control.mud-input-outlined-with-label, .mud-select {
    flex: 1 1 40%;
    width: 50%;
}

.line {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}

.mud-dialog {
    border-radius: 24px !important;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.04)), #09162F !important;
    color: #fff !important;
}

.light .mud-dialog {
    background-color: #FFFFFF !important;
    color: rgba(19, 27, 33, 1) !important;
}

.mud-dialog .mud-input
{
    background-color: #1C283F !important;
    border-radius: 12px !important;
}

.light .mud-dialog .mud-input
{
    background-color: #EBEDEF !important;
    color: rgba(19, 27, 33, 1) !important;
}

.mud-dialog .mud-button-icon-end
{
    margin-left: auto;
}

.mud-table-cell .mud-button-root
{
    margin: auto;
}

.mud-table-pagination-toolbar
{
    border: none !important;
}

.mud-input.mud-input-underline::after
{
    border: none !important;
}

.mud-input.mud-input-underline::before
{
    border: none !important;
}

.mud-input {
    color: #fff !important;
}

.light .mud-input, .light .mud-dialog {
    color: #000 !important;
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #252534 !important;
    border-width: 1.5px !important;
}

.mud-input {
    font-weight: 400 !important;
}

.light .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: #F9F9F9 !important;
}

/*.mud-input-adornment {*/
/*    filter: invert(100%);*/
/*}*/

.light .mud-input-adornment {
    filter: none !important;
}

.mud-input-label {
    color: #fff !important;
}

.light .mud-input-label {
    color: #000 !important;
}

.mud-button-close {
    filter: invert(100%);
}

.light .mud-button-close {
    filter: none !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.line :nth-child(1) {
    flex: 1 1 30%;
}

.call {
    background-color: #0b5ed7;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    color: #fff;
}

.cl-chart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row-reverse;
}

.cl-chart :nth-child(1) {
    flex: 1 1 30%;
}

.cl-chart :nth-child(2) {
    flex: 1 1 69%;
}

.mud-skeleton-text {
    transform: none !important;
}

.donut-chart text {
    fill: #fff !important;
}

.light .donut-chart text {
    fill: #000 !important;
}

.header-container {
    display: flex;
    background-color: #09162F!important;
    padding-left: 24px;
    padding-right: 24px;
    z-index: 1000;
}

.light .header-container {
    background-color: #fff !important;
    color: #000 !important;
    outline: 1px solid #E0E4E6 !important;
}

.header-container
{
    outline: 1px solid #131F37;
}

.light nav {
    border-top: 1px solid #E0E4E6 !important;
}

nav {
    border-top: 1px solid #131F37;
}

.nav-link .material-symbols-rounded
{
    font-variation-settings: 'FILL' 1,
    'wght' 200,
    'GRAD' 0,
    'opsz' 24
}

.header-container
{
    display: flex;
}

.header-menu .nav-link:hover
{
    cursor: pointer;
}

.header-menu
{
    display: flex;
    margin-left: auto;
    align-content: center;
    gap: 10px;
}

.nav-link
{
    color: rgba(127, 148, 162, 1) !important;
    fill: rgba(127, 148, 162, 1) !important;;
}

.nav-item .active {
    background-color: #5542F6;
    color: #fff !important;
    fill: #fff  !important;
    font-weight: 600;
}

.nav-item svg
{
    width: 20px !important;
    height: 20px !important;
}

.light .nav-link {
    color: #B2B2B9;
    fill: #B2B2B9;
}

.header-container {
    position: fixed;
    height: 80px;
    width: calc(100% - 80px);
}

.header-container div:first-of-type {
    margin-top: auto;
    margin-bottom: auto;
}

.header-desc {
    text-align: center;
    display: flex;
    margin-left: 0.8rem;
}

.header-desc label {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 16px;
}

.header-action {
    display: flex;
    margin-left: 2rem;
}

.header-icon {
    transform: scale(0.8);
}

.header-left {
    display: flex;
    margin-right: auto;
}

.light .mud-table-pagination-toolbar {
    border-top: 1px solid rgb(231, 234, 236) !important;
}

.mud-toolbar .mud-icon-root {
    fill: #fff !important;
}

.light .mud-table-pagination-actions .mud-icon-button:not(:disabled) .mud-icon-root
{
    fill: #fff !important;
}

.light .mud-toolbar .mud-icon-root {
    fill: #000 !important;
}

.mud-ripple-checkbox .mud-icon-root {
    fill: #5547d9 !important;
}

.light .mud-ripple-checkbox .mud-icon-root {
    fill: #5547d9 !important;
}

.light .mud-table-pagination-actions .mud-icon-button:disabled
{
    background-color: rgba(203, 203, 203, 0.48) !important;
    fill: #fff !important;
}

.light .mud-table-pagination-actions .mud-icon-button:not(:disabled)
{
    background-color: #1F5BDE !important;
}

.mud-button-group-root {
    background-color: #1A1837 !important;
}

.mud-button-group-root .mud-button-root {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.mud-button-group-text.mud-button-group-override-styles.mud-button-group-text-primary.mud-button-group-horizontal:not(.mud-button-group-rtl) .mud-button-root:not(:first-child), .mud-button-group-text.mud-button-group-override-styles.mud-button-group-text-primary.mud-button-group-horizontal:not(.mud-button-group-rtl) > :not(:first-child) .mud-button-root {
    border-left: 1px solid #282554 !important;
}

.light .mud-button-group-root {
    background-color: #F9F9F9 !important;
}

.light .mud-button-group-text.mud-button-group-override-styles.mud-button-group-text-primary.mud-button-group-horizontal:not(.mud-button-group-rtl) .mud-button-root:not(:first-child)
{
    border-left: 1px solid #dcdada !important;
}

.bi-chart
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bi-chart .table-list
{
    flex:  1 1 30%;
    margin-bottom: 0 !important;
}

.table-list .mud-button-root
{
    margin-bottom: 1rem;
}

.mud-button-text.mud-button-text-primary
{
    background-color: rgba(31, 91, 222, 1) !important;
    color: #fff !important;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 12px;
    text-transform: full-size-kana;
    font-size: 16px;
}

.mud-button-root:disabled
{
    color: rgb(85, 66, 246) !important;   
}


.helper button
{
    background-color: #fff !important;
    border: none;
    border-radius: 9px;
    color: #5542F6;
    padding-top: 8px;
    padding-bottom: 8px;
}

.helper-data
{
    display: flex;
    flex-direction: column;
}

.helper-icon
{
    margin-top: 15px;
    display: flex;
}

.helper-icon span
{
    padding-top: 5px;
    font-size: 70px !important;
    margin: auto;
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24 !important;
}

.helper-data
{
    padding: 10px;
    margin-top: 2px;
}

.helper-data label
{
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}


.btn-help
{
    display: flex;
}

.btn-help span
{
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24 !important;
    font-size: 18px;
    margin-left: 2px;
    margin-top: auto;
    margin-bottom: auto;
}

.main-header
{
    display: flex;
}

.main-header-action
{
    display: flex;
    margin-left: auto;
}

.main-header-action button
{
    margin-top: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.light .main-header-action button
{
    background-color: #FFF !important;
}

.analytics-item-info
{
    margin-left: auto;
}

.analytics-item-info span
{
    font-variation-settings:
            'FILL' 1,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24 !important;
    color: #2a2841;
    font-size: 16px;
    user-select: none;
}

.light .analytics-item-info span
{
    color: #F9F9F9 !important;
}

.mud-skeleton-pulse
{
    border-radius: 11px;
}

.contact
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 5vh;
    justify-content: center;
    color: #7F94A2;
    font-size: 16px;
}

.mud-table-head .mud-table-row .mud-table-cell
{
    font-weight: 400 !important;
}

.mud-table-head .mud-table-row .mud-table-cell
{
    color: #7F94A2 !important;
}

.light .mud-table-head .mud-table-row .mud-table-cell
{
    color: #000 !important;
}

.cell-status
{
    display: flex !important;
}

.pm-status
{
    display: flex;
    background-color: #1C283F;
    border-radius: 12px;
    padding: 4px;
    gap: 10px;
    text-align: center;
    width: fit-content;
}

.pm-status div:first-of-type
{
    background-color: #0a0a0a;
    height: 13px;
    width: 13px;
    border-radius: 12px;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 6px;
}

.pm-status label
{
    margin-right: 8px !important;
}

.light .pm-status
{
    background-color: #E3E5E8 !important;
    color: #000 !important;
}

.Processing
{
    background-color: #2087FF !important;
}

.Success
{
    background-color: #00D77A !important;
}

.Expiry
{
    background-color: #FF4755 !important;
}

.Dispute
{
    background-color: #FFF600 !important;
}

.mud-table-container
{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.mud-xs-table .mud-table-body
{
    border-top: unset !important;
}

.mud-table-pagination-actions button
{
    margin-bottom: unset !important;
}

.mud-table-pagination .mud-toolbar
{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.mud-toolbar .mud-table-pagination-spacer
{
    flex: unset !important;
}

.mud-paper
{
    background-color: #131F37 !important;
    color: #fff !important;
}

.light .mud-paper
{
    background-color: #F5F6F7 !important;
    color: #000 !important;
}

.mud-table-head .mud-button-root
{
    margin-bottom: unset !important;
}

.mud-table-cell .mud-button-root
{
    margin-bottom: unset !important;
}

.mud-alert
{
    border-radius: 12px !important;
}

.mud-table-pagination .mud-select
{
    flex: unset !important;
    width: unset !important;
}

.mud-table-pagination-actions .mud-icon-button:disabled
{
    background-color: rgb(28, 40, 63) !important;
    border-radius: 12px;
}

.mud-table-pagination-actions .mud-icon-button:not(:disabled)
{
    background-color: #5542f6;
    border-radius: 12px;
}

@media (min-width: 641px) {
    

    .nav-link span:last-of-type {
    }

    .px-3 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .nav-link::before {
        display: none;
    }

    .nav-item {
        display: flex;
    }

    .nav-link {
        display: flex;
        margin: auto;
    }

    .nav-link span:first-of-type {
    }

    .nav-scrollable {
        padding-left: 15px;
        padding-right: 15px;
        flex-grow: 1;
    }

    .analytics-item-data span {
        font-size: 22px !important;
    }
}

@media (max-width: 641px) {
    main {
        flex: unset !important;
    }
}

@media (max-width: 480px) {
    .analytics-item-about label {
        font-size: 13px !important;
    }

    .item-change span {
        font-size: 11px !important;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1361px) {
    .analytics-all {
        display: grid;
    }

    .analytics-charts {
        margin-left: 0rem;
        margin-top: 2rem;
    }

    .analytics-charts-legend {
        margin: auto;
        margin-top: 1.5rem;
    }

    canvas {
        margin: auto;
    }
}


@media (max-width: 600px)
{
    .reflective .settings
    {
        display: grid !important;
    }
    .analytics-cl
    {
        display: grid;
    }

    .header-container
    {
        width: 100%;
        position: unset !important;
    }

    .header-menu .nav-link
    {
        margin-top: auto;
        margin-bottom: auto;
    }

    .nav-item
    {
        display: flex;
    }

    .nav-item .nav-text
    {
        display: block !important;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: 1rem;
    }
    
    .cl-item .cl-data-info
    {
        display: grid !important;
    }

    .chart-legend-wrapper
    {
        margin-left: 0 !important;
    }
    
    .cl-data-info .mud-chart
    {
        margin-top: 1rem !important;
        margin-left: auto;
        margin-right: auto;
    }
    
    .mud-table-cell button
    {
        margin: 0 !important;
        margin-left: auto !important;
    }
}

.--empty
{
    margin-bottom: 1rem;
}

.mud-elevation-2
{
    box-shadow: none !important;
}

.mud-tabs-tabbar
{
    margin-bottom: 1rem;
}

.mud-tabs-panels .tab-header
{
    margin-bottom: 1rem !important;
    display: flex;
    gap: 1rem;
}

.tab-data .pagination
{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    justify-content: center;
}

.tab-header .mud-input-outlined-border
{
    border-radius: 12px !important;
}

.reflective .header .mud-icon-button
{
    /*padding: 0px !important;*/
    /*margin-left: 1rem;*/
}

.tab-data
{
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(660px, 1fr));
    gap: 16px;
}

@media (max-width: 710px) {
    .grid-list {
        grid-template-columns: unset !important;
    }
}

.mud-switch-span-medium.mud-switch-span
{
    padding: 7px !important;
}

.mud-switch-button .mud-switch-thumb-medium
{
    box-shadow: none !important;
}

.mud-input-control-boolean-input .mud-switch-thumb-medium
{
    background-color: #fff !important;
}

.light .reflective button 
{
    background-color: #E3E5E8 !important;
    box-shadow: none !important;
    color: #131B21 !important;
    border-radius: 12px !important;
}

.settings-item button {
    margin-top: auto;
    width: 100%;
}

.settings-item:last-of-type {
    width: 100% !important;
    flex: auto !important;
}

.reflective button
{
    width: 100%;
}

.tabs-input,.tab-header .mud-typography-subtitle1
{
    height: 50px !important;
    line-height: 50px !important;
}

.mud-tabs-tabbar
{
    background-color: #131F37;
}

.light .mud-tabs-tabbar
{
    background-color: #F5F6F7 !important;
}

.reflective .settings-item
{
    background-color: #1C283F;
}

.light .reflective .settings-item
{
    background-color: #F1F1F1 !important;
}

.tab-header .tabs-input svg
{
    fill: gray !important;
}

.light .tab-header .tabs-input svg
{
    fill: #000 !important;
}

.reflective button
{
    border-radius: 12px !important;
    box-shadow: none !important;
}

.reflective button
{
    background-color: #23314E !important;
}

.light .settings-item button
{
    background-color: #E3E5E8 !important;
}

.mud-switch-span .mud-switch-track
{
    opacity: unset !important;
}

.mud-switch-span .mud-switch-track
{
    background-color: rgb(9, 22, 47) !important;
}

.light .mud-switch-span .mud-switch-track
{
    background-color: rgb(211, 207, 207) !important;
}

.mud-badge
{
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    border: none !important;
}

.acq-list
{
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 163px;
}

.acq-param
{
    background-color: #131F37;
    border-radius: 12px !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    display: flex;
    gap: 20px;
}

.acq-param .acq-data
{
    display: flex;
    flex-direction: column;
    text-align: left;
}

.acq-param .acq-action
{
    margin-left: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.acq-param .acq-edit
{
    display: flex;
}

.acq-param .acq-edit button
{
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.acq-param .acq-action .acq-edit .mud-icon-button
{
    padding: 6px !important;
}

.b-line .line .mud-select
{
    width: 100% !important;
    height: 56px !important;
}

.b-line .line .mud-select .mud-input-root-adorned-end
{
    padding-left: 12px !important;
}

.light .reflective .acq-param
{
    background-color: #E3E5E8 !important;
}

.light .settings-item .acq-param button {
    background-color: #F5F6F7 !important;
}