@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*
font-family: 'Inter', sans-serif;
font-family: 'Poppins', sans-serif;
*/

*, ::after, ::before {
    box-sizing: border-box;
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    background: #000;
    /*background-image: url("assets/images/landing-bg.svg");*/
    background-image: url(assets/images/landing-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
body::after {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #00000080 50% / cover no-repeat;
}
body.scanner-page {
    background: #000;
}
body.scanner-page::after {
    content: none;
}
.dashboard_header,
.main-data-block,
.dashboard_footer {
    position: relative;
    z-index: 2;
}
.dashboard_header {
    z-index: 3;
}
a {
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li, span {
    margin: 0;
    padding: 0;
}
ul {
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}

button {
    outline: none;
    box-shadow: none;
    background: transparent;
}
.container {
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin: 0 auto;
    padding: 0;
}
.btn {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #F04109, #0AF383) border-box;
    border-radius: 100px;
    border: 1px solid transparent;
    min-width: 229px;
    padding: 8px 12px;
    cursor: pointer;
    transition: border-width 0.2s;
    height: 48px;
    font-size: 16px;
    font-weight: 600 !important;
    color: #F3F3F3 !important;
}

/*Header style*/

.dashboard_header {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 40px 0 20px 0;
}
.dashboard_header .col-lg-3 {
    display: flex;
    align-items: center;
}
.dashboard_header .logo-init {
    display: flex;
    align-items: center;
    max-width: 134px;
}
.header-nav-and-wallet-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dashboard_header .navbar ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}
.dashboard_header .navbar ul li {
    width: auto;
    display: flex;
    align-items: center;
}
.dashboard_header .navbar a {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    color: rgba(243, 243, 243, 1);
    transition: 0.5s;
    position: relative;
    margin: 0;
    padding: 0 0 0 12px;
    text-shadow: none;
}
.dashboard_header .navbar a span {
    position: relative;
}
.dashboard_header .navbar a.active,
.dashboard_header .navbar a:hover {
    /* font-weight: bold; */
    text-shadow: 1px 0 0 rgba(255, 255, 255, 1);
    color: rgba(255, 255, 255, 1);
    transition: 0.3s;
}
.dashboard_header .navbar a.active span::before,
.dashboard_header .navbar a:hover span::before {
    background: url(assets/images/Navigation.svg);
    top: 0;
    left: -12px;
    width: 8px;
    position: absolute;
    height: 22px;
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.add-wallet-block {
    width: 229px;
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 52px;
    /* border-width: 1px; 
    border-style: solid;
    border-image: linear-gradient(to right, #F04109, #0AF383) 1; */
    background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #F04109, #0AF383) border-box;
    border-radius: 100px;
    border: 1px solid transparent;
    min-width: 229px;
    padding: 8px 12px;
    cursor: pointer;
    transition: border-width 0.2s;
    height: 48px;
    position: relative;
}
.profile-and-addwallet {
    width: 229px;
    padding: 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    position: absolute;
    top: 56px;
    right: 0;
    display: none;
}
.add-wallet-block:hover {
    border-radius: 50px;
    border-width: 2px;
}
.add-wallet-block .without-wallet {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.profile-and-addwallet .listing {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    flex-direction: column;
}
.profile-and-addwallet .listing .item {
    width: 100%;
    align-items: center;
    display: flex;
}
.normal-hover-btn {
    width: 100%;
    border: none;
    background: transparent;
    margin: 0;
    display: flex;
    outline: none;
    box-shadow: none;
    align-items: center;
    gap: 16px;
    border-radius: 8px;
    padding: 6px 8px;
}
.normal-hover-btn:hover {
    background: #111516;
}
.scanner-overview .top-detail .heading .icon,
.normal-hover-btn .item-icon {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-title {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
}
.add-wallet-block .without-wallet img {
    min-width: 24px;
    max-width: 24px;
    max-height: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-wallet-block .without-wallet span {
    color: #fff;
    letter-spacing: 0.64px;    
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0);
    transition: 0.2s;
    font-weight: 400;
}
.add-wallet-block:hover .without-wallet span {
    /* font-weight: bold; */
    text-shadow: 1px 0 0 rgba(255, 255, 255, 1);
}
.with-wallet {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.with-wallet .user-detail {
    display: flex;
    padding: 5px 12px;
    align-items: center;
    gap: 16px;
    border-radius: 50px;
    background: #101110;
}
.user-unique-id {
    color: #C0C0C0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dynamic-rate-vlaue {
    color: #0EF081;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
    position: relative;
}
.dynamic-rate-vlaue::after {
    position: absolute;
    top: 0;
    left: -8px;
    width: 1px;
    height: 100%;
    content: "";
    background: #303030;
}
.avatar_img {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
    min-width: 24px;
    min-height: 24px;
    max-height: 24px;
    max-width: 24px;
}
.with-wallet .avatar_img {
    opacity: 0.7;
}
.add-wallet-block:hover .with-wallet .avatar_img {
    opacity: 1;
}
/*Header style*/


/*Footer style*/
.dashboard_footer {
    width: 100%;
    display: flex;
    align-items: center;
    background: #0A0A0A;
    padding: 40px 0;
}
.footer-logo-init {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.footer-logo-init a {
    width: 61px;
}
.footer-logo-init .copy-wrights {
    color: #fff;
    text-transform: uppercase;
}
.dashboard_footer .footer-nav {
    padding: 0;
    margin: 0 0 0 60px;
}
.dashboard_footer .footer-nav ul {
    width: auto;
    display: flex;
    align-items: center;
    gap: 23px;
}
.dashboard_footer .footer-nav ul li {
    width: auto;
    display: flex;
    align-items: center;
}
.dashboard_footer .footer-nav ul li a {
    color: rgba(150, 150, 150, 1);
    transition: 0.5s;
}
.dashboard_footer .footer-nav ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
.AI-chat-btn {
    box-shadow: 4px 0px 12px 0px #1AE67A, -4px 0px 12px 0px #EC430B;
    padding: 18px 8px;
    border-radius: 100px;
    background: linear-gradient(#000, #000) padding-box,
    linear-gradient(to right, #F04109, #0AF383) border-box;
    position: fixed;
    bottom: 20px;
    right: 60px;
    z-index: 9999;
    border: none;
    outline: none;
}
.AI-chat-btn span {
    border-radius: 100px;
    background: linear-gradient(to right, #F04109, #0AF383);
    box-shadow: 4px 0px 12px 0px rgba(14, 240, 129, 0.50), -4px 0px 12px 0px rgba(239, 66, 10, 0.50);
    padding: 10px 32px;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.80);
    font-size: 18px;
    font-weight: bold;
    line-height: 25.2px;
    color: #000;
}
.chat-boat {
    display: none;
    width: 300px;
    height: 400px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 12px;
    flex-shrink: 0;
    position: fixed;
    right: 60px;
    bottom: 93px;
    border-radius: 20px;
    background: #111516;
    box-shadow: 0px 4px 50px 0px #000;
}
.chat-init {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.chat-message {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
}
.chat-message.Ai-side {
    justify-content: flex-start;
}
.chat-message .message {
    width: auto;
    color: #C0C0C0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    display: flex;
    padding: 4px 8px;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px 8px 0px 8px;
    background: #242D2F;
}
.chat-message.Ai-side .message {
    padding: 0;
}
.chat-message.Ai-side .message {
    background: transparent;
}
.wright-message-init {
    width: 100%;
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
.wright-message-init .send-message {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wright-message-init .type-message {
    display: flex;
    padding: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    border: none;
    margin: 0;
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
/*Footer style*/


/*Main data block*/
.main-data-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 0;
    padding: 20px 0;
    min-height: 780px;
}

/*Filter style*/
.Filters-sidebar {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.Filters-sidebar .Filters-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.Filter-dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.Filters-sidebar .Filters-container {
    margin-bottom: 24px;
}
.Filters-sidebar .Filters-container:last-child {
    margin-bottom: 0px;
}
.fil-drop-btn {
    display: flex;
    width: 100%;
    padding: 16px;
    justify-content: space-between;
    align-items: center;
    background: #111516;
    border-radius: 32px 32px 0 0;
}
.Filter-dropdown.close-filter .fil-drop-btn {
    border-radius: 32px;
}
.drop-title-init {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.6px;
    color: #fff;
}
.Social-media-option ul li a,
.fil-drop-btn .open-close-drop {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.fil-drop-listing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
}
.Filter-dropdown.close-filter .open-close-drop img {
    transform: rotate(180deg);
}
.Filter-dropdown.close-filter .fil-drop-listing {
    display: none;
}
.fil-drop-listing .fil-drop-listing-container {
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px;
    border-radius: 0px 0px 20px 20px;
    width: 100%;
}
.fil-drop-listing .fil-drop-item {
    width: 100%;
    display: flex;
    padding: 6px 8px;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    gap: 16px;
}
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token {
    display: flex;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid #242D2F;
}
/*.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item {
    padding: 6px 16px;
}*/
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .fil-dynamic-data {
    max-width: calc(100% - 116px);
}
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .fil-dynamic-data .fil-item-title,
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .date {
    font-size: 13px;
}
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .date {
    white-space: nowrap;
}
.fil-drop-listing:hover .fil-drop-item.virtual-token {
    background: transparent;
}
.token-info {
    width: 100%;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 8px;
}
.token-info span {
    color: #0BF182;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.8px;
}
.Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .token-detail:hover,
.fil-drop-listing .fil-drop-item:hover {
    background: #111516;
}
.token-detail {
    width: 100%;
    display: flex;
    padding: 6px 8px;
    flex-direction: row;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    gap: 16px;
}
.fil-drop-item.virtual-token .fil-dynamic-data .fil-item-title {
    color: #ACCAE7;
    margin: 0 0 4px 0;
}
.fil-drop-item.virtual-token .date {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.fil-drop-item .fil-dynamic-img {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fil-drop-item .fil-dynamic-img img {
    max-width: 30px;
    max-height: 30px;
    object-fit: contain;
}
.fil-drop-item .fil-edit-option {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.fil-edit-option .fil-custom-checkbox,
.fil-edit-option .delete-fil-option {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.delete-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*opacity: 0.5;*/
    transition: 0.5s;
}
/*.fil-edit-option .delete-fil-option:hover .delete-icon {
    opacity: 1;
}*/
.fil-custom-checkbox .custom-checkbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.fil-edit-option .fil-custom-checkbox label {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9;
}
.fil-edit-option .fil-custom-checkbox label::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(assets/images/Check-No.svg);
    background-size: contain;
    content: "";
}
.fil-edit-option .fil-custom-checkbox .custom-checkbox:checked + label::after {
    background: url(assets/images/Check-Yes.svg);
    background-size: contain;
}
.fil-drop-listing .fil-drop-item .fil-dynamic-data {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: calc(100% - 122px);
}
.fil-drop-listing .fil-drop-item.no-dynamic-img-init .fil-dynamic-data {
    max-width: calc(100% - 76px);
}
.fil-dynamic-data .fil-item-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
    color: rgba(255, 255, 255, 0.60);
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}
/*Filter style*/

.dynamic-data-structure {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/*Data top tabs*/
.data-top-bar {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 32px 0;
}
body.transaction-page .data-top-bar {
    margin-bottom: 0;
}
.top-tabs {
    width: auto;
    display: inline-flex;
    padding: 12px 16px;
    align-items: flex-start;
    gap: 22px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    border-radius: 100px;
}
.tab-btn .tab-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    color: #c0c0c0;
}
.top-tabs .tab-btn {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 24px;
    border-radius: 50px;
    border: 2px solid transparent;
}
.tab-btn.active {
    border-color: #242D2F;
}

.top-tabs .tab-btn .tab-icon,
.top-tabs .tab-btn .tab-icon-img {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-tabs .tab-btn .tab-icon .white-img {
    opacity: 0.8;
}
.top-tabs .tab-btn:hover .tab-icon .white-img,
.top-tabs .tab-btn.active .tab-icon .white-img,
.top-tabs .tab-btn .tab-icon .gradient-img {
    display: none;
}
.top-tabs .tab-btn:hover .tab-icon .gradient-img,
.top-tabs .tab-btn.active .tab-icon .gradient-img {
    display: flex;
}
.top-tabs .tab-btn.Disable .tab-icon-img {
    opacity: 0.3;
}

.top-tabs .tab-btn:hover .tab-title,
.tab-btn.active .tab-title {
    color: #fff;
}
.top-tabs .tab-btn:hover {
    background: #242D2F;
    border-color: #242D2F;
}
.tab-btn.Disable:hover {
    background: transparent;
    border-color: transparent;
}
.tab-btn.Disable:hover .tab-title,
.tab-btn.Disable .tab-title {
    color: #303030;
}
.tab-btn.Disable .tab-icon svg image {
    filter: brightness(0.22);
}
.tab-btn.Disable {
    pointer-events: none;
}
.active .tab-icon svg {
    fill: url(#gradient);
}
#gradient {
    fill: linear-gradient(to right, #F04109, #0AF383);
}


/*Graph top block*/
.graphs-dynamic-data-init {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: #0A0A0A;
    border-radius: 32px;
    padding: 24px;
    gap: 32px;
    flex-direction: column;
}
.data-by-days {
    width: 100%;
}
.scanner-top-graph .table-title-and-pagination .data-by-days {
    width: auto;
}
.date-lising {
    display: flex;
    padding: 4px;
    align-items: flex-start;
    gap: 4px;
    border-radius: 50px;
    border: 1px solid #242D2F;
}
.date-lising .item {
    display: flex;
    align-items: center;
    min-width: 38px;
}
.date-lising .date-option {
    display: flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
}
.date-lising .date-option.active,
.date-lising .date-option:hover {
    background: #242D2F;
}
/*.grap-img {
    width: 100%;
    display: flex;
    align-items: flex-start;
}*/
.grap-img {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 100%;
}
.grap-img img {
    width: 100%;
    object-fit: cover;
    object-position: left;
}

/*wallet dynamic data*/
.Table-dynamic-data-init {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.table-title-and-pagination {
    width: 100%;
    padding: 12px 32px 0px 32px;
    align-items: baseline;
    gap: 24px;
    display: flex;
    margin: 16px 0;
    justify-content: space-between;
}
.graphs-dynamic-data-init .chart-block {
    height: 100%;
    width: 100%;
}
.graphs-dynamic-data-init .chart-block img {
    width: 100%;
    height: 100%;
    /*object-fit: cover;
    object-position: left;*/
}
.scanner-top-graph .table-title-and-pagination {
    margin: 0;
    padding: 0;
    align-items: center;
}
.table-title-and-pagination .table-title {
    width: auto;
    display: flex;
    align-items: baseline;
}
.table-title .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.8px;
    color: #C0C0C0;
    position: relative;
}
.table-title .dynamic-price {
    color: #0BF182;
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.separator {
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    background: linear-gradient(90deg, #F04109 0%, #0AF383 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 12px;
}
.table-top-pagination {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.Items-per-page-count {
    display: flex;
    align-items: center;
    gap: 10px;
}
.Items-per-page-count .title {
    color: #969696;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
.Items-per-page-count .custom-dropdown {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    cursor: pointer;
}
.custom-dropdown .value {
    padding: 4px 10px 4px 12px;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #111516;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #969696;
}
.custom-dropdown .listing {
    display: flex;
    width: 72px;
    padding: 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-radius: 20px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    position: absolute;
    top: 38px;
}
.custom-dropdown .listing {
  display: none;
}
.custom-dropdown .listing .item {
    display: flex;
    align-items: center;
    width: 100%;
}
.custom-dropdown .listing .item button {
    display: flex;
    padding: 4px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    background: transparent;
    width: 100%;
    outline: none;
    border: none;
    box-shadow: none;
}
.custom-dropdown .listing .item button:hover {
    background: #111516;
}

.open-Items-per-page-listing {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.move-next-previous {
    width: auto;
    display: flex;
    align-items: center;
    margin: 0 0 0 24px;
    gap: 14px;
}
.crunt-visible-pages {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    color: #969696;
    gap: 8px;
}
.move-next-previous .move-options {
    width: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
.lgn-options-listing .lgn-option .enter-icon,
.move-next-previous .move-options .move-icon {
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lgn-options-listing .lgn-option .enter-icon {
    opacity: 0.8;
}
/*Main data block*/
.dynamic-data-table .table-data {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
    width: 100%;
}
.tableWallet td:last-child .table-data {
    justify-content: center;
}
.dynamic-data-table .table-data .icon-block{
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dynamic-data-table .table-data .icon-block svg,
.dynamic-data-table .table-data .icon-block img {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
}
.tableWallet{

}
.tableWallet th {
    color: #969696;
    background: #080808;
    background: linear-gradient(0deg, #080808, #0F0F0F);
    border-bottom: none;
    font-weight: 400;
    font-size: 18px;
    /* height: 65px; */
    vertical-align: middle;
    padding: 18px 0px;
    /* border-left: 1px solid #111516; */
}
.tableWallet th .table-heading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 4px 20px;
    border-left: 1px solid #111516;
}
.tableWallet thead tr:first-of-type th:first-of-type .table-heading{
    border-left: transparent;
}
.tableWallet thead tr:first-of-type th:first-of-type{
    border-radius: 100px 0 0 100px;
    padding-left: 30px;
}
.tableWallet thead tr:first-of-type th:first-of-type .table-heading {
    padding-left: 0;
}
.tableWallet tr:first-of-type th:last-of-type{
    border-radius: 0 100px 100px 0;
}
.tableWallet td {
    font-size: 18px;
    background: transparent;
    font-weight: 400;
    border-bottom: none;
    color: #fff;
    padding: 8px 24px;
    border-left: 1px solid #111516;
}
.tableWallet tbody tr td:first-of-type{
    border-left: none;
}
.dropMenu > button {
    background: transparent;
    box-shadow: none !important;
    border: none !important;
}
.dropdown-menu.show ul {
    display: inline-flex;
}
.dropMenu ul {    
    padding: 12px 12px 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
}
.dropMenu ul li .dropdown-item {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    border-radius: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    background: transparent;
    outline: none;
    border: none;
    gap: 8px;
}
.dropMenu ul li .dropdown-item span {
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 22.4px;
}
.dropMenu ul li .dropdown-item:hover {
    background: #111516;
}
.dropMenu ul li .dropdown-item img,
.dropMenu ul li .dropdown-item svg {
    min-width: 28px;
    min-height: 28px;
    max-height: 28px;
    max-width: 28px;
    object-fit: contain;
    object-position: center center;
}
.gradient-color-btn {
    display: inline-flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
    transition: border-width 0.2s;
    outline: none;
    box-shadow: none;
    height: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
    color: #fff;
}
.from-init .from-field .gradient-color-btn.disable {
    border: 2px solid transparent;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%) padding-box, linear-gradient(to right, #242D2F, #242D2F) border-box;
    pointer-events: none;
}
.gradient-color-btn span {
    font-size: 16px;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.64px;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0);
    transition: 0.2s;
    font-weight: 400;
}
.gradient-color-btn:hover span {
    text-shadow: 1px 0 0 rgba(255, 255, 255, 1);
}
.gradient-color-btn:hover {
    border-width: 2px;
}
.from-init .row.submit-btn-block {
    margin-top: 32px;
}

.normal-btn {
    display: flex;
    padding: 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 100px;
    border: 2px solid #242D2F;
    background: transparent;
    outline: none;
    box-shadow: none;
    transition: border-width 0.2s;
    height: 48px;
}
.normal-btn.with-gray-bg {
    background: #111516;
}
.normal-btn.with-gray-bg:hover,
.normal-btn:hover {
    border: 1px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box; 
    border-width: 2px;   
}
.normal-btn .btn-title {
    font-size: 16px;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.64px;
    text-shadow: 1px 0 0 rgba(255, 255, 255, 0);
    transition: 0.2s;
    font-weight: 400;
}
.normal-btn:hover .btn-title {
    text-shadow: 1px 0 0 rgba(255, 255, 255, 1);
}

.table-top-filters {
    display: flex;
    padding: 12px 32px;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 100px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    width: 100%;
    margin: 0 0 16px 0;
}
.table-fil-btn {
    display: flex;
    padding: 8px 8px 8px 16px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #242D2F;
    background: transparent;    
    box-shadow: none;
    outline: none;
}
.table-fil-btn.open,
.table-fil-btn:hover {
    background: #242D2F;
}
.table-fil-btn .icon {
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table-fil-btn.open .icon {
    transform: rotate(180deg);
}
.table-fil-btn .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    color: #969696;
}
.table-fil-btn .title .light-color {
    color: #C0C0C0;
}

.table-fil-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.table-fil-block .fil-drop-listing {
    position: absolute;
    left: 0;
    top: 45px;
    width: 220px;
    display: none;
}
.table-fil-block .fil-drop-listing .fil-drop-item .fil-dynamic-data {
    max-width: calc(100% - 86px);
}
.table-fil-block .fil-drop-listing .fil-drop-item.no-dynamic-img-init .fil-dynamic-data {
    max-width: calc(100% - 40px);
}
.dynamic-vlaue {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dynamic-vlaue a {
    color: #0BF182;
    text-decoration-line: underline;
}
.table button.icon {
    min-width: 30px;
    min-height: 30px;
    display: flex;
    max-width: 30px;
    max-height: 30px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}
.dynamic-data-table button.edit-icon.icon {
    padding: 3px;
}
.table .show-edit-option {
    display: flex;
    align-items: center;
    gap: 8px;
}
.dynamic-vlaue .up, .dynamic-vlaue .Down {
    line-height: normal;
    margin: 0 8px 0 0;
    padding: 0;
}
.dynamic-vlaue .up {
    color: #0BF182;
}
.dynamic-vlaue .Down {
    color: #F14109;
}


/*Blog page*/
.choose-blogs-option {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 24px 0;
}
.copy-wallet-and-token,
.blog-top-options {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.blog-listing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 16px 0;
}
.blog-listing .row {
    margin-right: -30px;
    margin-left: -30px;
    row-gap: 32px;
}
.blog-listing .row .col-lg-3 {
    padding-left: 30px;
    padding-right: 30px;
}
.blog-sec {
    display: flex;
    width: 100%;
    padding: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 20px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    border: 2px solid transparent;
    height: 100%;
}
.blog-sec:hover {
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
}
.blog-sec a {
    padding: 24px;
    gap: 38px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.blog-detail-sec {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.blog-sec .blog-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 33.6px;
    color: #fff;
    margin: 0 0 8px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #303030;
}
.blog-detail-sec p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #c0c0c0;
    margin: 0 0 8px 0;
}
.tag-btn {
    display: flex;
    padding: 4px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    border: 2px solid #021E38;
}
.blue-gradient {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.8px;
    background: linear-gradient(270deg, #A80EF0 0%, #0EACF0 96.48%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.tag-btn .icon {
    min-width: 16px;
    max-width: 16px;
    min-height: 16px;
    max-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-image-sec {
    min-height: 200px;
    align-self: stretch;
    border-radius: 12px;
    background: transparent;
    max-height: 200px;
    overflow: hidden;
}
.blog-image-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-datail-section {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.blog-deatil-wrap {
    display: flex;
    width: 1180px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 20px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    margin: 20px auto 0;
    justify-content: flex-start;
}
.blog-deatil-wrap .normal-btn {
    width: 119px;
}
.blog-deatil-wrap .blog-title {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 50.4px;
    color: #ffff;
    margin-bottom: 24px;
}
.blog-deatil-wrap .blog-detail-sec {
    margin-bottom: 12px;
}
.blog-deatil-wrap .blog-detail-sec,
.blog-deatil-wrap .blog-description-sec {
    padding: 0 120px;
}
.blog-description-sec {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.blog-description-sec p {
    width: 100%;
    margin: 0 0 20px 0;
    color: #C0C0C0;
    line-height: normal;
}
.blog-description-sec p:last-child {
    margin: 0;
}
.bottom-pagination-section {
    width: 100%;
    display: flex;
    align-items: center;
}
.bottom-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #242D2F;
    padding: 16px 0 0 0;
}
.move-one-by-one {
    display: flex;
    align-items: center;
    margin: 0 0 0 14px;
}
.move-one-by-one .pagination {
    width: auto;
    border: none;
    background: transparent;
    outline: none;
    box-shadow: none;
    display: flex;
    gap: 8px;
}
.move-one-by-one .pagination .page-item {
    width: auto;
    display: flex;
    align-items: center;
}
.move-one-by-one .pagination .page-item .page-link {
    display: flex;
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #111516;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #C0C0C0;
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}
.move-one-by-one .pagination .page-item .page-link:hover {
    background: #111516;
}
.move-one-by-one .pagination .page-item .page-link.icon-init {
    border: none;
    background: transparent;
}
/*Blog page*/

/*Scanner*/
.scanner-overview {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    border: 2px solid #111516;
}
.scanner-overview, .graphs-dynamic-data-init.scanner-top-graph {
    height: 100%;
}
.graphs-dynamic-data-init .row {
    display: flex;
    width: 100%;
}
.address-or-token {
    color: #C0C0C0;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 300px;
    margin: 32px auto;
}
.custom-search-block {
    width: 460px;
    margin: 0 auto;
    position: relative;
}
.dynamic-data-preview .custom-search-block {
    margin: 32px 0;
}
.custom-search-block input {
    display: inline-flex;
    padding: 12px 54px 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    border: 2px solid transparent;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
    transition: border-width 0.2s;
    outline: none;
    box-shadow: none;
    height: 56px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
    color: #fff;
    width: 100%;
}
.custom-search-block .icon {
    position: absolute;
    top: 12px;
    right: 24px;
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}
.custom-search-block:hover input::placeholder {
    color: #fff;
}
.custom-search-block:hover .icon {
    opacity: 1;
}
.table-title .title.sub-title {
    margin-right: 12px;
}
.search-dropdown {
    display: none;
    padding: 12px 18px 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    border-radius: 16px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    width: 100%;
    position: absolute;
    margin: 0;
    top: 56px;
    z-index: 20;
}
.custom_scroll_style {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
}
.fil-drop-listing-container::-webkit-scrollbar,
.fil-drop-listing .fil-drop-listing-container::-webkit-scrollbar,
.custom_scroll_style::-webkit-scrollbar {
  width: 6px;
}
.fil-drop-listing-container::-webkit-scrollbar-track,
.fil-drop-listing .fil-drop-listing-container::-webkit-scrollbar-track,
.custom_scroll_style::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px;
    background: transparent;
    width: 6px;
}
.fil-drop-listing-container::-webkit-scrollbar-thumb,
.fil-drop-listing .fil-drop-listing-container::-webkit-scrollbar-thumb,
.custom_scroll_style::-webkit-scrollbar-thumb {
    background: #242D2F;
    width: 6px;
    border-radius: 2px;
}
.search-dropdown .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.search-dropdown .item a {
    display: inline-flex;
    padding: 9px 8px;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    color: #C0C0C0;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 16.8px;
    width: 100%;
    gap: 8px;
}
.search-dropdown .item a:hover {
    background: #111516;
}
.search-dropdown .item .value-from {
    color: #ACCAE7;
    white-space: nowrap;
    font-size: 12px;
    line-height: 16.8px;
}
.search-dropdown .item span {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 21.8px;
}
.search-dropdown .item .token-value {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scanner-overview .top-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.graphs-dynamic-data-init.scanner-top-graph .table-title .title {
    font-size: 24px;
    font-weight: 400;
}
.graphs-dynamic-data-init.scanner-top-graph .table-title .title.sub-title {
    font-weight: 500;
}
.graphs-dynamic-data-init.scanner-top-graph .table-title .dynamic-price {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
}
.scanner-top-graph .table-title-and-pagination .separator {
    font-size: 24px;
}
.scanner-overview .top-detail .heading {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 0 0 12px 0;
}
.scanner-overview .top-detail .heading span {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44.8px;
    background: linear-gradient(90deg, #F04109 0%, #0AF383 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scanner-overview .subheading-data {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
}
.scanner-overview .subheading-data .dynamic-data {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.scanner-overview .subheading-data .dynamic-data .title {
    color: #969696;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
}
.scanner-overview .subheading-data .dynamic-data .data {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
    letter-spacing: 0.72px;
}
.scanner-overview .top-detail .description {
    width: 100%;
    color: #C0C0C0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin: 24px 0 0 0;
}
.scanner-overview .top-detail .description p {
    margin-bottom: 12px;
}
.Social-media-option {
    display: flex;
    padding-top: 16px;
    align-items: flex-start;
    align-self: stretch;
    border-top: 1px solid #111516;
}
.Social-media-option ul {
    width: 100%;
    display: flex;
    gap: 16px;
    align-items: center;
}
.Social-media-option ul li {
    width: auto;
    display: flex;
    align-items: center;
}
.Social-media-option ul li a img {
    filter: brightness(0) invert(1);
}
.scanner-table-top-tab.transaction-tab .top-tabs {
    padding: 0;
    border: none;
}
.dynamic-data-preview .table-top-filters {
    width: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    margin: 0;
}
.dynamic-data-preview .Table-dynamic-data-init {
    margin-top: 16px;
}
.Table-dynamic-data-init.Token-view-table .tableWallet td:last-child .table-data {
    justify-content: left;
}
.scanner-overview .avatar-block-sec {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 12px 0 24px 0;
}
.scanner-overview .avatar-block-sec .avatar-block,
.scanner-overview .avatar-block-sec .avatar-block img {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.scanner-overview .user-addersss {
    width: auto;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.scanner-overview .user-addersss a {
    color: #fff;
    text-decoration-line: underline;
}
.user-addersss .copy-icon {
    min-width: 24px;
    min-height: 24px;
    display: flex;
    max-width: 24px;
    max-height: 24px;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    margin: 0;
    outline: none;
    padding: 0;
}
.Filtered-Token-Holder {
    display: flex;
    padding: 12px 32px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 24px;
    border: 2px solid #111516;
    margin-top: 16px;
}
.Filtered-Token-Holder .Filtered-Token-vlaue {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.Filtered-Token-vlaue::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(90deg, #F04109 0%, #0AF383 100%);
    content: "";
}
.Filtered-Token-Holder .Filtered-Token-vlaue:last-child::after {
    content: none;
}
.Filtered-Token-vlaue .move-to-center {
    width: auto;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}
.Filtered-Token-vlaue .title {
    color: #C0C0C0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
}
.Filtered-Token-vlaue .dynamic-vlaue {
    color: #C0C0C0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.2px;
}
/*Scanner*/


/*-- Modal --*/
.modal-backdrop {
    display: none;
}
body .modal {
    width: 100%;
    height: calc(100% - 0px);
    max-width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.80);
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 999;
}

body .modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    transform: none !important;
    z-index: 10;
}

body .modal .modal-dialog .btn-close,
.close-ai-chat {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: 1;
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

body .modal-dialog-scrollable .modal-content {
    max-height: none;
    overflow: visible;
}

body .modal .modal-body .modal-heading {
    color: #FFC500;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
body .enter-email-modal .modal-body .modal-heading,
body .modal .modal-body .modal-heading.gradient-text {
    background: linear-gradient(90deg, #F04109 0%, #0AF383 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body .modal .modal-body p {
    align-self: stretch;
    color: #C0C0C0;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.2px;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}

body .modal .modal-body p:last-child {
    margin-bottom: 0px;
}

body .modal .modal-body .add-wallet-block {
    margin: 0 auto;
}
 
.Edit-Token-modal .modal-content,
.notice_modal .modal-content,
.select_wallet_login .modal-content,
.remove_filter_options .modal-content,
.Add-Transaction-modal .modal-content,
.Copy-from-wallet-modal .modal-content,
.Adding-token-modal .modal-content {
    display: flex;
    width: 420px;
    padding: 0;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    margin: 0 auto;
}

.Adding-token-modal .modal-content,
.Add-Transaction-modal .modal-content,
.select_wallet_login .modal-content {
    width: 600px;
}

.Copy-from-wallet-modal .modal-content,
.Edit-Token-modal .modal-content {
    width: 500px;
}

.notice_modal .modal-content .modal-body,
.select_wallet_login .modal-content .modal-body,
.remove_filter_options .modal-content .modal-body,
.Add-Transaction-modal .modal-content .modal-body,
.Copy-from-wallet-modal .modal-content .modal-body,
.Adding-token-modal .modal-content .modal-body,
.Edit-Token-modal .modal-content .modal-body {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0;
    flex-direction: column;
    align-items: center;
    padding: 50px 32px 32px 32px;
    gap: 32px;
    position: relative;
    overflow: visible;
}

.login-options {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.login-options .heading {
    width: 100%;
    text-align: left;
    color: #969696;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 21px 0;
}
.login-options .lgn-options-listing {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.lgn-options-listing .lgn-option {
    padding: 0;
    gap: 0px;
    justify-content: flex-start;
    border-radius: 100px;
    border: 1px solid #242D2F;
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}
.lgn-options-listing .lgn-option a {
    padding: 12px 24px;
    gap: 12px;
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    width: 100%;
    display: flex;
}
.lgn-option:hover {
    border: 1px solid #242D2F;
    background: #242D2F;
}
.lgn-options-listing .lgn-option .login-icon {
    min-width: 32px;
    min-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 32px;
    max-height: 32px;
}
.lgn-options-listing .lgn-option .title {
    color: #F3F3F3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.modal .transaction-tab {
    width: 100%;
    display: flex;
    align-items: center;
}
.transaction-tab .top-tabs {
    width: 100%;
    padding: 0 0 24px 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 2px solid #242D2F;
}
.transaction-tab .top-tabs .tab-btn {
    padding: 6px 16px;
    border-radius: 50px;
}
.transaction-tab .top-tabs .tab-btn .tab-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22.4px;
}
.modal .from-init,
.modal .from-init form {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.modal .from-init form {
    gap: 32px;
}
.from-init .from-field {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.from-init .from-field label {
    color: #C0C0C0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
    width: 100%;
    margin: 0 0 4px 0;
    padding: 0;
}
.from-init .data-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 100px;
    border: 2px solid transparent;
    width: 100%;
    position: relative;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%) padding-box, linear-gradient(to right, #242D2F, #242D2F) border-box;
    cursor: pointer;
}
.from-init .data-block.disabled {
    pointer-events: none;
}
.from-init .data-block:hover {
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
}
.custom-dropDown {
    position: absolute;
    top: 80px;
    left: 0;
    display: flex;
    width: 100%;
    padding: 12px 18px 12px 8px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 16px;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    z-index: 10;
}
.fil-drop-listing-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-height: 230px;
    overflow: auto;
    gap: 4px;
}
.Filters-sidebar .fil-drop-listing-container {
    max-height: none;
}
.custom-dropDown .fil-drop-item {
    display: flex;
    padding: 4px 8px;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    gap: 8px;
}
.custom-dropDown .fil-drop-item:hover {
    background: #111516;
}
.custom-dropDown .fil-dynamic-data,
.custom-dropDown .fil-dynamic-data span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.6px;
    display: flex;
    align-items: center;
}
.custom-dropDown .fil-dynamic-data .short-name {
    color: #969696;
    margin-left: 8px;
}
.data-block input {
    padding: 12px 50px 12px 24px;
    border-radius: 100px;
    border: none;
    background: transparent;
    width: 100%;
    color: #fff;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}
.footnote,
.enter-email-modal .modal-body input::placeholder,
.data-block input::placeholder {
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: 0.64px;
}
.footnote {
    color: #c0c0c0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0.64px;
    top: -15px;
    position: relative;
    width: 100%;
    text-align: center;
    float: left;
}
.from-init .from-field .gradient-color-btn {
    width: 100%;
}
.from-init .data-block .icon {
    min-width: 32px;
    max-width: 32px;
    min-height: 32px;
    max-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -16px;
    cursor: pointer;
    opacity: .5;
}
.datepicker,
.from-init .data-block .datepicker {
    position: absolute;
    z-index: 20;
    width: 436px;
    padding: 7px;
    flex-direction: column;
    gap: 14px;
    border-radius: 20px !important;
    background: linear-gradient(147deg, #0F0F0F 19.71%, #080808 82.59%);
    box-shadow: 0px 4px 50px 0px #000;
    top: 48px;
    align-items: center;
    justify-content: center;
    right: 0;
    display: flex;
}
.Adding-token-modal .modal-content .datepicker {
    width: 100%;
}
.datepicker::after, .datepicker::before {
    content: none;
}
.datepicker .datepicker-centuries,
.datepicker .datepicker-years,
.datepicker .datepicker-days {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    width: 100%;
}
.datepicker table {
    width: 100%;
}
.datepicker td,
.datepicker th {
    text-align: center;
    width: 35px;
    height: 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    background: transparent !important;
    color: #969696;
}
.datepicker .datepicker-days tr td:first-child,
.datepicker .datepicker-days tr td:last-child {
    color: #969696;
}
.datepicker .datepicker-days tr td,
.datepicker .datepicker-days table tr .datepicker-switch,
.datepicker .datepicker-switch {
    color: #fff;
}
.datepicker .datepicker-days th.dow {
    padding-top: 7px;
}
.datepicker table tr td span,
.datepicker td .month {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    background: transparent !important;
}
.datepicker .datepicker-decades,
.datepicker .datepicker-months {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
}
.datepicker table td span,
.datepicker .datepicker-years,
.datepicker td .month {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.datepicker table th.prev,
.datepicker table th.next {
    font-size: 0;
    position: relative;
    padding: 10px 0;
}
.datepicker table th.prev::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(assets/images/arrow/gray-chevron_big_left.svg);
    z-index: 20;
    margin: 0;
    padding: 0;
    top: 6px;
    left: 0;
}
.datepicker table th.next::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(assets/images/arrow/gray-chevron_big_right.svg);
    z-index: 20;
    margin: 0;
    padding: 0;
    top: 6px;
    right: 0;
}
.datepicker thead tr:nth-child(2) th {
    font-weight: 600;
    border-bottom: 1px solid #303030;
}
.datepicker td span {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
/*-- Modal --*/

.hidden {
    display: none !important;
}
.formStyle .formField #invalid_email {
    font-size: 12px;
    color: #ff0000;
}

.main-data-block .filter-col {
    width: 267px;
    max-width: 267px;
}
.main-data-block .dynamic-data-col {
    width: calc(100% - 267px);
    max-width: calc(100% - 267px);
}

.tooltipCustom {
    position: absolute;
    margin: -700px 0 0 -10px;
    -webkit-transition: margin .5s ease-in-out;
    -moz-transition: margin .5s ease-in-out;
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
    background: #021E38;
    box-shadow: 0px 4px 50px 0px #000;
    width: 208px;
    z-index: 90;
    color: #C0C0C0;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.item:hover .tooltipCustom {
    margin: -135px 0 0 -10px;
    -webkit-transition: margin .15s ease-in-out;
    -moz-transition: margin .15s ease-in-out;
}
.tooltipCustom:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(2, 30, 56, 0);
    border-top-color: #021E38;
    border-width: 8px;
    margin-left: -94px;
}


.highlightedTextBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.highlightedTextBlock .textBlock {
    width: 100%;
    display: block;
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
    border-radius: 100px;
    border: 1px solid transparent;
    padding: 14px 32px;
    color: #C0C0C0;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
.boldUnderline {
    color: #C0C0C0;
    font-weight: 700;
    /*font-size: 18px;
    line-height: 25px;*/
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
    transition: 0.5s;
}
.highlightedTextBlock .textBlock .boldUnderline:hover {
    color: #fff;
}
.highlightedTextBlock .textBlock p {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s;
}

.searchBlockSection {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.searchBlock {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    position: relative;
}
.searchBlock .custom-search-block {
    width: 100%;
    max-width: 100%;
}
.searchBlock .custom-search-block input[type="text"] {
    border-color: #242D2F;
    border-width: 1px;
    background: transparent;
}
.searchBlock .custom-search-block:hover input[type="text"] {
    border-color: #fff;
}
.searchBlock .table-fil-block {
    width: 100%;
    position: absolute;
    top: 54px;
    left: 0;
    background: linear-gradient(146.7deg, #0F0F0F 19.71%, #080808 82.59%);
    border-radius: 16px;
    overflow: hidden;
    z-index: 99;
    padding: 12px 8px;
    box-shadow: 0px 4px 50px 0px #000000;
}
.searchBlock .table-fil-block .fil-drop-listing .fil-drop-item .fil-dynamic-data {
    max-width: calc(100% - 46px);
}
#searchDropDownInit {
    display: none;
}
.searchBlock .table-fil-block .fil-drop-item {
    cursor: pointer;
}
.searchBlock .table-fil-block .fil-item-title {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}
.searchBlock .table-fil-block .fil-item-title .lightText {
    color: #969696;
    text-transform: uppercase;
}
.searchBlock .table-fil-block .fil-drop-listing {
    position: static;
    display: flex;
    width: 100%;
    max-width: 100%;
}
.searchBlock input[type="search"] {
    width: 100%;
    border: 2px solid #242D2F;
    padding: 12px 50px 12px 24px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 22px;
    color: #969696;
    font-weight: 400;
    background: url(assets/images/Seacrh.svg);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 98% 50%;
}
.searchBlock input[type="search"]::-ms-clear { 
    display: none;
    width : 0;
    height: 0; 
}
.searchBlock input[type="search"]::-ms-reveal { 
    display: none;
    width : 0;
    height: 0;
}
.searchBlock input[type="search"]::-webkit-search-decoration,
.searchBlock input[type="search"]::-webkit-search-cancel-button,
.searchBlock input[type="search"]::-webkit-search-results-button,
.searchBlock input[type="search"]::-webkit-search-results-decoration { 
    display: none;
}

.multiBlockSection {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 34px;
}
.multiBlockSection .container > .row {
    margin-bottom: 24px;
}
.multiBlockSection .container > .row:last-child {
    margin-bottom: 0px;
}
.linearGradientBGDark {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(146.7deg, #0F0F0F 19.71%, #080808 82.59%);
    padding: 24px;
    border-radius: 20px;
}
.linearGradientBGDark .headingBlock {
    width: 100%;
    display: flex;
    align-items: center;
}
.linearGradientBGDark .headingBlock .heading {
    font-size: 32px;
    line-height: 44.8px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.linearGradientBGDark.textDataInit .subHeading {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.linearGradientBGDark .textBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.linearGradientBGDark.textDataInit {
    gap: 24px;
}
.linearGradientBGDark.textDataInit .textBlock p {
    color: #C0C0C0;
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.linearGradientBGDark.textDataInit .textBlock p {
    margin-bottom: 24px;
}
.linearGradientBGDark.textDataInit .textBlock p:last-child {
    margin-bottom: 0px;
}
.linearGradientBGDark.textDataInit .headingBlock img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin: 0 8px 0 10px;
}
.linearGradientBGDark.accordionDataInit .headingBlock,
.linearGradientBGDark.tableDataBlock .headingBlock,
.linearGradientBGDark.customGraphBlock .headingBlock {
    margin-bottom: 24px;
}
.accordionDataInit .accordion {
    background: transparent;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.accordionDataInit .accordion .accordion-item {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.accordionDataInit .accordion .accordion-header {
    border: none;
    border-radius: 0;
    background: transparent;
}
.accordionDataInit .accordion .accordion-header .accordion-button {
    border-radius: 0;
    padding: 0 34px 0 0;
    background: transparent;
    border: none;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    box-shadow: none;
    outline: none;
}
.accordionDataInit .accordion .accordion-item .accordion-collapse {
    padding: 0;
    border: none;
}
.accordionDataInit .accordion .accordion-item .accordion-body,
.accordionDataInit .accordion .accordion-item .accordion-body a {
    border: none;
    padding: 0;
    color: #C0C0C0;
    font-size: 14px;
    line-height: 19px;
    margin-top: 10px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.accordionDataInit .accordion .accordion-item .accordion-body a {
    text-decoration: underline;
}
.accordionDataInit .accordion .accordion-header .accordion-button::after {
    background: url(assets/images/arrow/chevron_up.svg);
    background-size: contain;
    background-position: center;
    right: 0;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordionDataInit .accordion .accordion-header .accordion-button::after {
    transform: rotate(0deg);
}
.accordionDataInit .accordion .accordion-header .accordion-button.collapsed::after {
    transform: rotate(180deg);
}
.tableDataInit {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #111516;
    padding-bottom: 24px;
}
.tableDataInit td {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 10px 24px;
    border-right: 1px solid #111516;
}
.tableDataInit tr td:first-child {
    padding-left: 8px;
}
.tableDataInit tr td:last-child {
    border-right: none;
}
.customGraphInit {
    width: 100%;
    display: block;
}
.customGraphInit .imageBlock {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*.customGraphInit .imageBlock img {
    max-width: 259px;
}*/
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 27px;
    padding: 0 0 0 36px;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .title,
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .value {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .title {
    justify-content: flex-start;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .value {
    justify-content: flex-end;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock:last-child {
    margin-bottom: 0;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .subData {
    width: 100%;
    margin-top: 8px;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .subData .textBlock {
    padding: 0;
    margin: 0;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .subData .textBlock {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255,255,255,0.6);
    margin-bottom: 4px;
}
.linearGradientBGDark.customGraphBlock .customGraphInit .textBlock .subData .textBlock:last-child {
    margin-bottom: 0px;
}
.customGraphInit .textBlock .title .colorDot {
    min-width: 8px;
    max-width: 8px;
    min-height: 8px;
    max-height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    position: absolute;
    left: -16px;
    top: 50%;
    margin-top: -4px;
}
.orangelinearGradientBG {
    background: linear-gradient(139.4deg, #F44D18 9.13%, #E87551 90.87%);
}
.purplelinearGradientBG {
    background: linear-gradient(137.12deg, #361087 7.87%, #7F60FA 92.36%);
}
.pinklinearGradientBG {
    background: linear-gradient(317.12deg, #EC6EF7 9.26%, #9804A5 93.75%);
}
.greenlinearGradientBG {
    background: linear-gradient(135deg, #376E08 10.94%, #71F1A4 92.19%);
}
.goldenlinearGradientBG {
    background: linear-gradient(141.34deg, #B8740D 9.03%, #EFB660 94.44%);
}
.linearGradientBGDark.chartDataInit .graphs-dynamic-data-init {
    padding: 0;
    background: transparent;
    border-radius: 0;
}



/*Responsive style*/

@media (max-height: 700px) {
    body .modal .modal-dialog {
        padding: 70px 0 0;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (min-width: 2500px) {
    .container {
        width: 1440px;
        max-width: 1440px;
    }
}

@media (max-width: 1680px) {
    .blog-listing .row .col-lg-3 {
        width: 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 1470px) {
    body {
        font-size: 12px;
        line-height: 18.4px;
    }
    .dynamic-data-table .table-data .icon-block svg,
    .dynamic-data-table .table-data .icon-block img,
    .dynamic-data-table .table-data .icon-block {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
    }
    .login-options .heading,
    .tableWallet th {
        font-size: 16px;
    }
    .fil-dynamic-data .fil-item-title,
    .custom-dropdown .listing .item button,
    .crunt-visible-pages,
    .dashboard_header .navbar a,
    .dynamic-vlaue,
    .date-lising .date-option,
    .blog-detail-sec p,
    .normal-btn .btn-title,
    body .modal .modal-body p,
    .lgn-options-listing .lgn-option .title,
    .gradient-color-btn span,
    .table-fil-btn .title,
    .dropMenu ul li .dropdown-item span,
    .btn-title,
    .add-wallet-block .without-wallet span,
    .graphs-dynamic-data-init.scanner-top-graph .table-title .dynamic-price,
    .scanner-overview .top-detail .description,
    .transaction-tab .top-tabs .tab-btn .tab-title,
    .Filtered-Token-vlaue .dynamic-vlaue,
    .scanner-overview .subheading-data .dynamic-data .data,
    .tableWallet th .table-heading,
    .custom-dropdown .value,
    .from-init .from-field label,
    .enter-email-modal .modal-body input::placeholder,
    .data-block input::placeholder,
    .footer-logo-init .copy-wrights,
    .address-or-token,
    .custom-search-block input,
    .dynamic-rate-vlaue,
    .chat-message .message,
    .search-dropdown .item span {
        font-size: 12px;
        line-height: 18.4px;
    }

    .AI-chat-btn {
        padding: 13px 3px;
        bottom: 26px;
    }
    .AI-chat-btn span {
        font-size: 14px;
        line-height: 21.2px;
    }
    .chat-boat {
        width: 250px;
        height: 350px;
    }

    .dashboard_header .navbar a.active span::before,
    .dashboard_header .navbar a:hover span::before {
        height: 18px;
    }

    .tooltipCustom,
    .dashboard_footer .footer-nav ul li a,
    .Filtered-Token-vlaue .title {
        font-size: 12px;
        line-height: 19.6px;
    }
    .table-title .dynamic-price,
    .tab-btn .tab-title,
    .blog-sec .blog-title {
        font-size: 20px;
        line-height: 29.6px;
    }
    .linearGradientBGDark .headingBlock .heading,
    .separator,
    .table-title .title {
        font-size: 26px;
        line-height: 38.8px;
    }
    .Items-per-page-count .title,
    .crunt-visible-pages,
    .move-one-by-one .pagination .page-item .page-link {
        font-size: 12px;
        line-height: normal;
    }
    .blog-deatil-wrap .blog-title {
        font-size: 32px;
        line-height: 46.4px;
    }
    .scanner-overview .top-detail .heading span,
    body .modal .modal-body .modal-heading {
        font-size: 26px;
    }
    .table button.icon {
        min-width: 18px;
        min-height: 18px;
        max-width: 18px;
        max-height: 18px;
    }
    .scanner-top-graph .table-title-and-pagination .separator,
    .graphs-dynamic-data-init.scanner-top-graph .table-title .title,
    .linearGradientBGDark .headingBlock .heading {
        font-size: 20px;
    }
    .fil-drop-item.virtual-token .date {
        font-size: 12px;
    }

    .main-data-block .filter-col {
        width: 243px;
        max-width: 243px;
    }
    .main-data-block .dynamic-data-col {
        width: calc(100% - 243px);
        max-width: calc(100% - 243px);
    }
    .fil-drop-item .fil-edit-option {
        gap: 8px;
    }
    body .modal .modal-dialog .btn-close,
    .close-ai-chat,
    .fil-edit-option .fil-custom-checkbox,
    .fil-edit-option .delete-fil-option,
    .fil-edit-option .fil-custom-checkbox label,
    .table-fil-btn .icon,
    .move-one-by-one .pagination .page-item .page-link,
    .lgn-options-listing .lgn-option .enter-icon, .move-next-previous .move-options .move-icon,
    .Social-media-option ul li a,
    .fil-drop-btn .open-close-drop,
    .dropMenu ul li .dropdown-item img,
    .dropMenu ul li .dropdown-item svg {
        min-width: 20px;
        min-height: 20px;
        max-width: 20px;
        max-height: 20px;
    }

    .fil-drop-item .fil-dynamic-img {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
    }
    .dashboard_header .logo-init {
        max-width: 100px;
    }
    .fil-drop-item .fil-dynamic-img img {
        max-width: 24px;
        max-height: 24px;
        object-fit: contain;
    }
    .fil-drop-listing .fil-drop-item {
        gap: 10px;
    }
    .fil-drop-listing .fil-drop-item .fil-dynamic-data {
        max-width: calc(100% - 92px);
    }
    .fil-drop-listing .fil-drop-item.no-dynamic-img-init .fil-dynamic-data {
        max-width: calc(100% - 58px);
    }
    .Filters-sidebar.virtual-module-sidebar .fil-drop-listing .fil-drop-item.virtual-token .fil-dynamic-data {
        max-width: calc(100% - 98px);
    }

    .graphs-dynamic-data-init .col-lg-8 {
        width: 60%;
        max-width: 60%;
    }
    .graphs-dynamic-data-init .col-lg-2 {
        width: 20%;
        max-width: 20%;
    }
}

@media (max-width: 1366px) {
    .blog-deatil-wrap {
        width: calc(100% - 90px);
    }
    .blog-deatil-wrap .blog-detail-sec,
    .blog-deatil-wrap .blog-description-sec {
        padding: 0 90px;
    }
}

@media (max-width: 1280px) {
    .container {
        width: calc(100% - 50px);
        max-width: calc(100% - 50px);
    }
    .table-title .dynamic-price,
    .tab-btn .tab-title,
    .blog-sec .blog-title {
        font-size: 18px;
        line-height: 27.6px;
    }
    .separator,
    .table-title .title,
    .linearGradientBGDark .headingBlock .heading {
        font-size: 24px;
        line-height: 36.8px;
    }
    .blog-deatil-wrap .blog-title {
        font-size: 28px;
        line-height: 42.4px;
    }
    .dashboard_header .navbar ul {
        gap: 20px;
    }
}

@media (max-width: 1199px) {
    .multiBlockSection .col-lg-8 {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .notice_modal .modal-content,
    .select_wallet_login .modal-content,
    .remove_filter_options .modal-content,
    .Add-Transaction-modal .modal-content {
        width: calc(100% - 50px);
    }
}