:root {
    --theme_color: 255, 183, 3;
    --theme_color2: 33, 158, 188;
    --theme_ui_color: 222, 222, 222;
    --bg_color: 15, 15, 15;
    --object_color: 24, 24, 24;
    --padding: 20px;
    --font_color: 255, 255, 255;
}

a {
    text-transform: none;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h4 {
    font-size: 220%;
    text-align: center;
    color: rgb(Var(--font_color), 0.2);
    margin: 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 600;
}

.btn {
    background: rgb(var(--theme_color));
    display: inline-block;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 4px;
}

input {
    background: transparent;
    border: none;
}

.bof_input:focus-visible,
.bof_input:focus-within,
.bof_input:l,
.bof_input:active,
.bof_input:visited {
    outline: none;
    background: transparent;
    box-shadow: none
}

.bof_input:placeholder-shown {
    direction: ltr !important;
}

body {
    margin: 0;
    padding: 0;
    background: rgb(var(--bg_color));
    font-family: "Share Tech Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 10pt;
    overflow: hidden;
}

#main .content {
    overflow: hidden;
}

#main .content #sidebar a {
    display: block;
    height: 100%;
    align-content: center;
    text-decoration: auto;
    font-size: 115%;
    padding: 0 10px;
    text-align: center;
    color: rgba(var(--font_color), 0.5);
    font-weight: 500;
    font-variation-settings: 'FILL' 0, 'wght' 100, 'GRAD' 0, 'opsz' 24;
    line-height: 0.95;
    border-bottom: 1px solid rgba(33, 33, 33, 1);
    border-right: 1px solid rgba(33, 33, 33, 1);
}

#main .content #sidebar {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    justify-content: space-evenly;
}

#main .content #sidebar a span {
    display: block;
    font-size: 40px;
    opacity: 0.4;
}

#main .content #sidebar a:hover {
    color: rgba(var(--font_color), 1);
    background: rgba(var(--font_color), 0.03)
}

#main .content #sidebar a:hover span {
    opacity: 1;
}

#main .content #sidebar a:last-child {
    border-bottom: none;
}

#main .content #sidebar {
    width: 80px;
    flex-shrink: 0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

#main .content #data {
    width: calc(100% - 80px);
    display: block;
    overflow: auto;
    height: 100vh;
    margin-left: 80px;
    word-break: break-word;
}

#main .content #data::-webkit-scrollbar {
    background: transparent;
    width: 10px
}

#main .content #data::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    background: rgba(var(--font_color), 0.03);;
}

#main .content #data::-webkit-scrollbar-thumb {
    background: rgba(var(--theme_color), 0.7);
    border-radius: 4px;
}

#main {
    overflow: hidden;
}

.auth_form_wrapper {
    width: 350px;
    height: fit-content;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgb(var(--object_color), 0.7);
    border: 1px solid rgb(var(--object_color));
    padding: var(--padding);
    border-radius: 10px
}


.auth_form_wrapper .form-text {
    display: none;
}

.auth_form_wrapper .btn_wrapper .btn-light {
    display: none;
}

.auth_form_wrapper h1 {
    font-size: 240%;
}

.auth_form_wrapper .message_holder {
    display: none;
}

.form_wrapper .inputs_wrapper {
    margin: var(--padding) 0;
}


.form_wrapper .inputs_wrapper .input-group {
    display: flex;
    flex-wrap: nowrap;
    gap: 5px;
    background: rgb(44, 44, 44);
    justify-self: baseline;
    padding: 6px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.form_wrapper .inputs_wrapper .input-group:last-child {
    margin-bottom: 0;
}

.form_wrapper .inputs_wrapper .input-group .material-symbols-outlined {
    font-size: 20px;
    opacity: 0.33;
}

.form_wrapper .inputs_wrapper .input-group .bof_input {
    flex-grow: 11;
}





#main .content .widget {
    width:
}

#main .content {
    /* padding: var(--padding); */
}

#main .content table {
    width: 100%;
    border-collapse: collapse
}

#main .content table thead tr td {
    background: rgb(40, 40, 40);
    padding: 10px;
    color: rgba(140, 140, 140);
    font-weight: 600;
    white-space: nowrap;
}

#main .content table tbody tr td {
    padding: 10px 10px;
}

#main .content table tr td span i:after {
    content: ":";
    opacity: 0.3;
    font-weight: 600;
}

#main .content table tbody tr td.stats {
    white-space: nowrap;
}

#main .content table tr td {
    border: 1px solid rgba(33, 33, 33, 1);
}

#main .content table tbody tr td to {
    display: block;
    opacity: 0.3;
    font-size: 90%;
    margin-top: 10px;
}

#main .content table tr td.cover div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px
}

#main .content table thead tr td span {
    display: inline-block;
    line-height: 0;
    font-size: 20px;
    position: relative;
    top: 5px;
    opacity: 0.2;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 36;
}

#main .content table tr td.cover div .d {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px
}

#main .content table tr td.cover address {
    display: block;
    font-size: 80%;
    opacity: 0.5;
    max-width: 160px;
    word-break: break-all;
}

#main .content table tbody tr td to:first-child {
    margin-top: 0;
}

#main .content table tr td span {
    display: block;
}

#main .content table tr td span i {
    font-style: normal;
    opacity: 0.5;
    font-size: 90%;
    margin-right: 5px;
}

#main .content table tr td.cover {
    font-weight: 500;
    font-size: 110%;
    background: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}


#main .content table tr td.cover img.cover {
    border-radius: 50%;
    overflow: hidden;
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 5px
}

#main .content table tbody tr:nth-child(2n) td {
    background: rgba(21, 21, 21);
}

#main .content table tr td span b {
    font-weight: normal;
    font-size: 96%;
}

#main .content table tr td span pr.g {
    color: green;
}

#main .content table tr td span pr.r {
    color: red;
}

#main .content table tr td.cover ._sy {
    font-size: 85%;
    font-weight: 600;
    opacity: 0.3;
}

#main .content table tr td.coverssss:after {
    content: "";
    display: block;
    opacity: 1;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: -20px;
    backdrop-filter: blur(7px);
    z-index: -1;
    background: linear-gradient(70deg, rgba(var(--bg_color), 0.94), rgba(var(--bg_color), 0.87));
    height: 500px;
    margin: auto;
}






.trader {}

.trader .name {
    font-size: 115%;
    margin-bottom: 5px
}

.trader .desc {
    font-size: 90%;
    opacity: 0.6;
    text-transform: capitalize
}

.trader .desc b {
    display: inline-block !important;
    font-weight: normal;
    width: 40px
}

#main .content table tbody tr td time {
    display: block;
    opacity: 0.3;
    font-size: 80%;
    margin-top: 3px;
}

.sells {}

.sells .sell {
    margin-bottom: var(--padding);
}

.sells .sell:last-child {
    margin-bottom: 0;
}

body.loading #main:after {
    content: "";
    display: block;
    position: fixed;
    z-index: 11;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(var(--bg_color), 0.8);
}

body.loading #main:before {
    content: "animation";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: fixed;
    z-index: 999;
    color: rgb(var(--theme_color), 0.5);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 40px;
    text-align: center;
    font-size: 100px;
    animation: slide-fwd-center 2000ms ease-out infinite;
}

@-webkit-keyframes slide-fwd-center {
    0% {
        -webkit-transform: scale(1) rotateZ(0);
        transform: scale(1) rotateZ(0);
    }

    50% {
        -webkit-transform: scale(1) rotateZ(180deg);
        transform: scale(1) rotateZ(180deg) translateY(-40px);
    }

    100% {
        -webkit-transform: scale(1) rotateZ(360deg);
        transform: scale(1) rotateZ(360deg);
    }
}




















img.icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}

pr {
    font-weight: 600;
}

pr.g {
    color: green;
    /* font-weight: 600; */
}

pr.r {
    color: red;
}


.token {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    background: rgba(var(--font_color), 0.04);
    margin: 30px;
    border-radius: 8px;
    padding: 30px;
    gap: 30px;
    overflow: auto;
}

.token::-webkit-scrollbar {
    background: transparent;
    height: 10px
}

.token::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    background: rgba(var(--font_color), 0.03);
    ;
}

.token::-webkit-scrollbar-thumb {
    background: rgba(var(--font_color), 0.1);
    border-radius: 10px;
}

.token .bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    opacity: 1;
    border-radius: 8px;
    background: center center no-repeat;
    background-size: cover;
}

.token .bg:after {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    background: linear-gradient( to right, rgba(var(--bg_color),0.97), rgba(var(--bg_color),0.93));
}


.token .data_wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 40px;
    flex-grow: 11;
    /* justify-content: space-evenly; */
}

.token .prices_and_brand {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 20px;
    margin-left: 0 !important;
}

.token .prices_and_brand .brand {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 15px;
}

.token .prices_and_brand .cover_wrapper {}

.token .prices_and_brand .cover_wrapper img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.token .prices_and_brand .prices {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    /* align-self: anchor-center; */
}

.token .prices_and_brand .prices .price {
    position: relative;
    flex-wrap: nowrap;
    /* flex-direction: row; */
    display: flex;
    /* flex-direction: row-reverse; */
    gap: 10px;
    align-self: baseline;
    align-items: center;
}

.token .prices_and_brand .prices .price .time {
    display: block;
}

.token .prices_and_brand .brand ._ds {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.token .prices_and_brand .brand ._ds .symbol {
    font-size: 120%;
    font-weight: 600;
    color: rgb(var(--theme_color));
}

.token .prices_and_brand .brand ._ds .name {
    font-size: 90%;
    word-break: break-word;
    width: 100px;
    line-height: 1;
    letter-spacing: -1px;
    color: rgb(var(--theme_color2));
}

.token .prices_and_brand .prices .price .cur {
    font-family: monospace;
    font-size: 115%;
    font-weight: 500;
    color: rgb(var(--font_color));
}

.token .prices_and_brand .prices .price .from {
    display: flex;
    flex-wrap: nowrap;
    /* align-items: center; */
    /* gap: 5px; */
    font-size: 90%;
    color: rgba(var(--font_color), 0.5);
    font-weight: 500;
    letter-spacing: -1px;
    flex-direction: column;
}

.metadatas {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 1111;
}

.metadatas .metadata {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.metadatas .metadata .var .mdi {
    font-size: 19px;
    font-variation-settings: 'FILL' 0,
        'wght' 200,
        'GRAD' 0,
        'opsz' 24;
    /* opacity: 0.3; */
}

.metadatas .metadata .var {
    display: flex;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    color: rgba(var(--font_color), 0.3);
}

.metadatas .metadata .val {
    /* text-align: center; */
    font-family: monospace;
}


.token .data_wrapper>div {
    margin: auto;
}

.metadatas .metadata .var b {
    display: block;
    font-weight: 100;
    font-size: 70%;
}

.metadatas .guide {
    font-size: 75%;
    margin-top: 10px;
    opacity: 0.2;
    font-weight: 600;
    letter-spacing: -1px;
}

.metadatas .label {
    color: rgba(var(--font_color), 0.3);
}

.metadatas .tableData {}

#main .content .metadatas .tableData table {
    margin: -5px;
    padding: 0;
    width: auto;
}

#main .content .metadatas .tableData tbody tr td {
    border: none;
    background: none;
    padding: 5px;
    color: rgba(var(--font_color), 0.8);
}

#main .content .metadatas .tableData tbody tr td._l {
    color: rgba(var(--font_color), 0.2);
    text-transform: uppercase;
}

.metadatas .us {
    background: rgba(var(--theme_color2),0.1);
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    border: 4px solid rgba(var(--theme_color2),0.04);
    display: flex;
    gap: 30px;
}

.token .data_wrapper > div.metadatas.usWrapper {
    margin-right: 0 !important;
    flex-grow: 1;
}


.metadatas .us .metadata .var {
    font-size: 95%;
}

.metadatas .us .metadata .var .mdi {
    font-size: 16px;
    display: none;
    opacity: 0.3;
}

.metadatas .us .metadata .val {
    color: rgba(var(--theme_color),0.6);
    font-size: 105%;
    font-weight: 600;
    display: flex;
    flex-wrap: nowrap;
}

.metadatas .us .metadata .val .icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    opacity: 0.5;
}

.metadatas .us .metadata .val i {
    opacity: 0.1;
    margin: 0 10px;
    font-family: auto;
}

.metadatas .us .metadata {
    /* gap: 0; */
}

.metadatas .us > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.metadatas .us .t2 {
    gap: 20px;
}

.metadatas .us .t2 .transactions {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    max-height: 200px;
    overflow: auto;
}


.metadatas .us .t2 .transactions::-webkit-scrollbar {
    background: transparent;
    width: 5px
}

.metadatas .us .t2 .transactions::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0);
    background: rgba(var(--font_color), 0.03);;
}

.metadatas .us .t2 .transactions::-webkit-scrollbar-thumb {
    background: rgba(var(--theme_color), 0.7);
    border-radius: 4px;
}

.metadatas .us .t2 .transactions .transaction {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 3px;
}


.metadatas .us .t2 .transactions .transaction .t_det {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.metadatas .us .t2 .transactions .transaction .t_type {
    text-transform: uppercase;
    opacity: 0.2;
    letter-spacing: 1px;
}

.metadatas .us .t2 .transactions .transaction .t_time {
    font-size: 80%;
    opacity: 0.2;
}

.metadatas .us .t2 .transactions .transaction .t_det .icon {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}


#main .content #data h4s {
    display: flex;
    flex-wrap: nowrap;
    margin: 30px;
    overflow: auto;
    /* gap: 200px; */
    white-space: nowrap;
}

#main .content #data h4s h4 {
    margin: 0;
    word-spacing: -10px;
}

#main .content #data h4s h4:after {
    content: "/";
    color: rgba(var(--font_color),0.04) !important;
    margin: 0 10px;
}

#main .content #data h4s a:last-child h4:after {
    display: none;
}

#main .content #data h4s a:hover h4 {
    color: rgb(var(--font_color));
}

#main .content #data a.more {
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 130%;
    color: rgb(var(--theme_color));
}






.trades {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin: 30px;
}

.trade {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    background: rgba(var(--font_color), 0.04);
    border-radius: 8px;
    padding: 30px;
}

.trade .infos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
    flex-shrink: 0;
}

.trade .infos .info {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 5px;
    text-align: center
}

.trade .infos .info img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.trade .txns {
    display: flex;
    flex-wrap: nowrap;
    flex-grow: 11;
    justify-content: space-around;
    gap: 30px;
}

.trade .txns .txn {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}


.trade .txns .txn span {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.trade .txns .txn span i {
    font-style: normal;
    /* font-weight: 600; */
    opacity: 0.15;
    color: rgba(var(--font_color),1);
}

.trade .txns .txn span b {
    font-weight: 300;
    opacity: 0.8;
}

.trade .txns .txn span.convert {
    align-items: center;
}

.trade .txns .txn span.convert span {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 120%;
}

.trade .txns .txn span.convert .from:after {
    content: "arrow_right_alt";
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 24;
    color: rgba(var(--theme_color),0.6);
}

.trade .txns .txn span .icon {
    width: 16px;
    height: 16px;
}

.trade .txns .txn .label {
    text-transform: uppercase;
    font-size: 120%;
    letter-spacing: 2px;
    opacity: 0.4;
}

.trade .txns .txn.holding {
    background: rgba(var(--theme_color2),0.09);
    padding: 20px;
    /* border-radius: 10px; */
    margin: -30px 0;
    color: rgba(var(--theme_color),0.9);
}

.trade .txns .txn.holding .label {
    color: rgba(var(--font_color));
}
.trade .infos .info .label {
    opacity: 0.14;
    font-size: 90%;
}

.page_token .trade .infos .info.info_token {
    display: none;
}

.table_wrapper {
    margin: 0 30px 30px;
}

.page_trader .trade .infos .info.info_trader {
    display: none
}