/*Reset css*/
/* stylelint-disable */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

#root {
    height: 100%;
}

input::-ms-clear, input::-ms-reveal {
    display: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: 'Plus Jakarta Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,'Noto Sans',sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ant-sw-screen-layout-container {
  background-color: #0f0f0f;
}

body {
    margin: 0;
}

*::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/*SubWallet main css*/
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

input, button, select, optgroup, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}

[tabindex='-1']:focus {
    outline: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-weight: 500;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

abbr[title], abbr[data-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'], input[type='password'], input[type='number'], textarea {
    -webkit-appearance: none;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1em;
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0.5em;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

pre, code, kbd, samp {
    font-size: 1em;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

img {
    vertical-align: middle;
    border-style: none;
}

a, area, button, [role='button'], input:not([type='range']), label, select, summary, textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    text-align: left;
    caption-side: bottom;
}

input, button, select, optgroup, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [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 {
    padding: 0;
    border-style: none;
}

input[type='radio'], input[type='checkbox'] {
    box-sizing: border-box;
    padding: 0;
}

input[type='date'], input[type='time'], input[type='datetime-local'], input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

.hidden, [hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}

/* width */
::-webkit-scrollbar {
    width: 4px;
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 2px;
    width: 0;
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(128, 128, 128, 0.18);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(128, 128, 128, 0.27);
}

/**::-webkit-scrollbar-thumb {
	*/
/* border-radius: 4px;
*/
/* background-color: rgba(128, 128, 128, 0.5);
*/
/*
}
*/
/** {
	*/
/* scrollbar-width: thin;
*/
/* scrollbar-color: rgba(128, 128, 128, 0.5) transparent;
*/
/* scrollbar-gutter: auto;
*/
/*
}
*/
/*SubWallet main css*/
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

input, button, select, optgroup, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

body ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}

a {
    text-decoration: none;
}

textarea {
    color: inherit;
}

.kn-sui-dropdown-base .menu {
    display: none;
    user-select: none;
    top: 100%;
    position: absolute;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0 -2px;
    min-width: calc(100% + 4px);
    width: calc(100% + 2px);
    box-shadow: 0 2px 3px 0 #ccc;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    background: #fff;
    font-size: 15px;
    border-radius: 8px;
}

.kn-sui-dropdown-base .menu.visible {
    display: block;
}

.kn-sui-dropdown-base .menu .item {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.account-info-container {
    box-sizing: border-box;
    position: relative;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 15px;
}

.account-info-container.-dark {
    border-color: #212845;
}

.account-info-container.-light {
    border-color: #eee;
}

@media only screen and (min-width: 768px) {
    .kn-sui-dropdown-base .menu {
        max-height: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .kn-sui-dropdown-base .menu {
        max-height: 225px;
    }
}

@media only screen and (min-width: 1920px) {
    .kn-sui-dropdown-base .menu {
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .kn-sui-dropdown-base .menu {
        max-height: 112px;
    }
}

/*Common css*/
html {
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

.page {
    position: absolute;
    left: 0;
    right: 0;
}

.page-enter {
    opacity: 0;
}

.page-enter-active {
    opacity: 1;
    transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.page-exit {
    opacity: 1;
}

.page-exit-active {
    opacity: 0;
    display: none;
    transition: opacity 0ms, transform 300ms ease-in-out;
}

.modal-full {
    height: 100%;
}

.modal-full .ant-sw-modal-content {
    border-radius: 0;
    height: 100%;
    padding: 0;
    max-height: unset;
}

.modal-full .ant-sw-modal-header {
    margin: 0;
    border-bottom: 0;
}

.modal-full .ant-sw-modal-body {
    border-radius: 0;
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

input, button, select, optgroup, textarea {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.squircle-border-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwIiBoZWlnaHQ9IjEyMCIgdmlld0JveD0iMCAwIDEyMCAxMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgo8bWFzayBpZD0ibWFzazBfODY0XzczMDgyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIzMyIgeT0iMzMiIHdpZHRoPSI1NCIgaGVpZ2h0PSI1NCI+CjxwYXRoIGQ9Ik02MCAzMy4zOTk5QzgwLjE3MDUgMzMuMzk5OSA4Ni42IDM5LjgyOTQgODYuNiA1OS45OTk5Qzg2LjYgODAuMTcwNCA4MC4xNzA1IDg2LjU5OTkgNjAgODYuNTk5OUMzOS44Mjk1IDg2LjU5OTkgMzMuNCA4MC4xNzA0IDMzLjQgNTkuOTk5OUMzMy40IDM5LjgyOTQgMzkuODI5NSAzMy4zOTk5IDYwIDMzLjM5OTlaIiBmaWxsPSIjMDA0QkZGIi8+CjwvbWFzaz4KPHBhdGggZD0iTTYwIDE2LjVDNzYuNjU5OCAxNi41IDg3LjQ3OSAxOS4xNjI1IDk0LjE1ODIgMjUuODQxOEMxMDAuODM3IDMyLjUyMSAxMDMuNSA0My4zNDAyIDEwMy41IDYwQzEwMy41IDc2LjY1OTggMTAwLjgzNyA4Ny40NzkgOTQuMTU4MiA5NC4xNTgyQzg3LjQ3OSAxMDAuODM3IDc2LjY1OTggMTAzLjUgNjAgMTAzLjVDNDMuMzQwMiAxMDMuNSAzMi41MjEgMTAwLjgzNyAyNS44NDE4IDk0LjE1ODJDMTkuMTYyNSA4Ny40NzkgMTYuNSA3Ni42NTk4IDE2LjUgNjBDMTYuNSA0My4zNDAyIDE5LjE2MjUgMzIuNTIxIDI1Ljg0MTggMjUuODQxOEMzMi41MjEgMTkuMTYyNSA0My4zNDAyIDE2LjUgNjAgMTYuNVoiIHN0cm9rZT0iIzIxMjEyMSIvPgo8cGF0aCBkPSJNNjAgMC41QzgyLjcyNjEgMC41IDk3LjU0NTMgNC4xMjkzOCAxMDYuNzA4IDEzLjI5MkMxMTUuODcxIDIyLjQ1NDcgMTE5LjUgMzcuMjczOSAxMTkuNSA2MEMxMTkuNSA4Mi43MjYxIDExNS44NzEgOTcuNTQ1MyAxMDYuNzA4IDEwNi43MDhDOTcuNTQ1MyAxMTUuODcxIDgyLjcyNjEgMTE5LjUgNjAgMTE5LjVDMzcuMjczOSAxMTkuNSAyMi40NTQ3IDExNS44NzEgMTMuMjkyIDEwNi43MDhDNC4xMjkzOCA5Ny41NDUzIDAuNSA4Mi43MjYxIDAuNSA2MEMwLjUgMzcuMjczOSA0LjEyOTM4IDIyLjQ1NDcgMTMuMjkyIDEzLjI5MkMyMi40NTQ3IDQuMTI5MzggMzcuMjczOSAwLjUgNjAgMC41WiIgc3Ryb2tlPSIjMjEyMTIxIi8+Cjwvc3ZnPgo=);
}

.hidden {
    opacity: 0;
}

@keyframes spinner-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

div#popup-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.d-none {
    display: none;
}

/* S - input */

.ant-input-container.ant-input-container:before {
  pointer-events: none;
  z-index: 3;
}

.ant-sw-list-section .ant-sw-list-action-btn.ant-sw-list-action-btn {
  right: 8px
}

/* E - input */

.ant-table {
    background: transparent !important;
}

.ant-table .ant-table-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: fixed;
}

.ant-table .ant-table-content table .ant-table-thead .ant-table-cell {
    color: rgba(255, 255, 255, 0.65);
    background-color: transparent;
    border: none;
    text-align: end;
    padding: 0;
    display: table-cell;
    width: 25%;
    font-weight: 500;
}

.ant-table .ant-table-content table .ant-table-thead .ant-table-cell:first-child {
    text-align: start;
    padding-left: 0;
}

.ant-table .ant-table-content table .ant-table-thead .ant-table-cell:last-child {
    padding-right: 0;
}

.ant-table .ant-table-content table .ant-table-thead .ant-table-cell:before {
    content: none !important;
}

.ant-table .ant-table-content table .ant-table-row {
    border-radius: 8px;
}

.ant-table .ant-table-content table .ant-table-row .ant-table-cell {
    border-top: none !important;
    border-bottom: none !important;
    padding: 12px 0;
    background: #1a1a1a;
    margin: 8px 0;
    text-align: end;
    width: 25%;
}

.ant-table .ant-table-content table .ant-table-row .ant-table-cell:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: start;
    padding-left: 13px;
}

.ant-table .ant-table-content table .ant-table-row .ant-table-cell:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-right: 16px;
}

.ant-menu-vertical {
    border-inline: none !important;
}

.ant-sw-modal {
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100% !important;
}

.ant-sw-modal .ant-sw-modal-content.ant-sw-modal-content {
  height: auto;
  max-height: 100%;
}

.ant-sw-modal .ant-sw-modal-header.ant-sw-modal-header {
    background-color: transparent;
    border-bottom-color: #EEEEEE;
}

.ant-sw-modal .ant-sw-modal-content.ant-sw-modal-content {
    padding-bottom: 0;
    border-bottom: 0;
}

.ant-sw-modal .ant-sw-header-container-center .ant-sw-header-center-part {
    width: auto;
    margin-left: 48px;
    margin-right: 48px;
}

.ant-sw-sub-header-title-content {
  color: inherit;
}

.ant-sw-modal .ant-sw-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
    margin-inline-start: 12px;
}

.ant-sw-modal-root .ant-sw-modal-mask.ant-sw-modal-mask {
  background-color: rgba(0, 0, 0, 0.72);
}

.ant-sw-modal .ant-sw-modal-header.ant-sw-modal-header {
  border-bottom: 0
}

.ant-sw-modal .ant-sw-modal-body.ant-sw-modal-body {
  padding-top: 0;
}

.ant-sw-modal .ant-sw-modal-content.ant-sw-modal-content {
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -8px 8px 0 rgba(0, 0, 0, 0.25);
}

.ant-sw-modal.ant-sw-modal {
  padding-top: 24px;
}

.ant-sw-modal.ant-sw-modal.-full-size {
  padding-top: 0;
}

.ant-sw-modal.-full-size .ant-sw-modal-content.ant-sw-modal-content {
  border-radius: 0;
  height: 100%;
  margin-top: 0;
}

.ant-sw-modal .ant-sw-modal-content.ant-sw-modal-content {
  background-color: #0f0f0f;
}

.ant-sw-modal.-light-theme .ant-sw-modal-content.ant-sw-modal-content {
  background-color: #fff;
}

.ant-sw-modal.-secondary-theme .ant-sw-modal-content.ant-sw-modal-content {
  background-color: #f0f0f0;
}

.ant-sw-list-section .ant-sw-list-wrapper {
  position: relative;
}

.ant-sw-list-section .ant-sw-list-wrapper .empty-list {
  margin-bottom: 0;
}

.ant-sw-list-section .ant-sw-list-wrapper .empty-list-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ant-form-item-explain {
  text-align: left;
}

.ant-form-item-explain > div:not(:first-of-type) {
  display: none;
}

.ant-page-icon::before {
  display: block;
  border-radius: 100%;
}

/* switcher */

.ant-switch.ant-switch {
  width: 40px;
  padding: 0;
  min-width: 40px;
  border-radius: 40px;
  height: 24px;
}

.ant-switch.ant-switch .ant-switch-handle {
  width: 20px;
  height: 20px;
}

.ant-switch.ant-switch.ant-switch-checked .ant-switch-handle {
  inset-inline-start: calc(100% - 22px);
}

/* checkbox */

.ant-checkbox.ant-checkbox .ant-checkbox-inner {
  border-radius: 4px;
}

.ant-checkbox.ant-checkbox .ant-checkbox-inner:after {
  top: 46%;
  inset-inline-start: 25%;
}

/* slick */
.slick-list,.slick-slider,.slick-track{position:relative;display:block}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{top:0;left:0}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

div.ant-notification-notice {
  background: rgba(255, 255, 255, 0.9);
}

.ant-sw-header-container .ant-sw-header-center-part {
  padding-right: 0;
}

/* setting group */

.setting-group-container {
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
}

.setting-group-container > div + div {
  position: relative;
  margin-top: 4px;
}

.setting-group-container > div + div:before {
  content: '';
  position: absolute;
  left: 56px;
  right: 56px;
  height: 1px;
  top: -4px;
}

.setting-group-item.ant-setting-item {
  background-color: transparent;
}

.setting-group-item .ant-web3-block-left-item.ant-web3-block-left-item {
  padding-right: 12px;
}

.setting-group-item .ant-web3-block.ant-web3-block {
  padding-left: 20px;
  padding-right: 8px;
  background-color: transparent;
}

.setting-group-item .ant-web3-block-right-item.ant-web3-block-right-item {
  margin-right: 0;
}

.setting-group-item .ant-web3-block-right-item .__right-icon {
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
}

.setting-group-item .ant-web3-block-right-item .ant-switch {
  margin-right: 12px;
}

/* button */

.ant-btn.ant-btn {
  font-weight: 500;
}

.ant-btn.ant-btn >.anticon + span,
.ant-btn.ant-btn > span + .anticon {
  margin-inline-start: 4px
}

/* icon */
.background-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.background-icon.-size-1 {
  font-size: 8px;
  min-width: 12px;
  height: 12px;
}

.background-icon.-size-2 {
  font-size: 10px;
  min-width: 16px;
  height: 16px;
}

.background-icon.-size-3 {
  font-size: 16px;
  min-width: 24px;
  height: 24px;
}

.background-icon.-size-4 {
  font-size: 20px;
  min-width: 32px;
  height: 32px;
}

.background-icon.-size-5 {
  font-size: 24px;
  min-width: 40px;
  height: 40px;
}

/* override */

.ant-network-item.ant-network-item {
  background-color: transparent;
}

.ant-balance-item.ant-balance-item {
  background-color: transparent
}

.ant-sw-qr-scanner.ant-sw-qr-scanner {
  overflow: hidden;
}

.ant-sw-qr-scanner-reader-container {
  padding-top: 0 !important;
}

.ant-sw-qr-scanner-container.ant-sw-qr-scanner-container .ant-sw-qr-scanner-footer,
.ant-sw-qr-scanner-reader-wrapper.ant-sw-qr-scanner-reader-wrapper .ant-sw-qr-scanner-reader-container {
  position: static;
}

.ant-sw-qr-scanner .ant-sw-modal-content.ant-sw-modal-content {
  overflow: hidden;
  position: relative;
}

.ant-sw-qr-scanner-footer .ant-btn.ant-btn {
  border-radius: 52px
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
