:root {
    --primary: #ffb035;
    --primary_bold: #ff9335;
    --white: white;
    --text-color: #4a546a;
    --secondary: #fd9434;
    --text-secondary: #bebebe;
}

body {
    font-family: "Microsoft Sans Serif", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#header {
    box-shadow: 0px 0px 0px 1px #ebe5e5;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    box-shadow: 0px 0px 0px 1px #ebe5e5;
}

#header .icon {
    display: none;
    visibility: hidden;
}

.header-wrapper {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.js-mega-menu {
    min-height: 120px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-hamburger {
    width: 34px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    outline: none;
}

.u-hamburger div {
    width: 100%;
    height: 4px;
    background-color: #3A4667;
    border-radius: 4px;
}

#navBar {
    justify-content: flex-end;
    font-size: 21px;
}

#navBar ul {
    gap: 36px;
}

#navBar .u-header__nav-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a546a;
    width: max-content;
}

#pagesSubMenu {
    padding: 0 10px;
    font-size: 17px;
    border: 1px solid #CCC;
    border-radius: 4px;
    width: max-content;
    list-style: none;
}

.nav-link.active,
.nav-link.active-parent {
    color: #fd9434 !important;
}

.nav-link:hover {
    color: #fd9434 !important;
}

.block_id_heeder {
    font-weight: bold;
}

.word_break {
    word-break: break-all;
}

.positiv_nr {
    color: #54964c;
}

.negativ_nr {
    color: #ba4141;
}

a {
    color: #3a4667;
    text-decoration: none !important;
}

.primary {
    color: var(--primary);
}

.fruits-name {
    font-weight: bold;
    color: var(--primary_bold) !important;
    height: 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fruits-nav {
    background-color: var(--white);
    min-height: 120px;
    height: auto;
    /* padding: 0 8px !important; */
    border-bottom: 1px solid #ccc;
}

.fruits-nav .nav-item {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 13px;
    color: black;
}

.fruits-nav .navbar-nav {
    margin-right: -20px;
}

.nav-item.active {
    font-weight: bold;
}

.navbar-brand img {
    height: 40px !important;
}

.nav-item.active::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 5px;
    background-color: var(--white);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.navbar-dark .navbar-nav .nav-link,
.dropdown-item {
    font-weight: 300;
    color: var(--text-color) !important;
    font-size: 17px;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primary_bold) !important;
    transition: 0.2s;
}

.navbar-dark .navbar-toggler {
    background-color: #ff6f00;
}

.navbar-dark .navbar-toggler:focus {
    outline: none;
}

.block_item a.primary {
    font-size: 13px;
}

/* .homepage {
    margin-top: -80px;
} */

.homepage__box {
    height: 125px;
    margin: 0 34px;
}

.homepage__box img,
.homepage__box i {
    margin-right: 30px;
    font-size: 45px;
}

.homepage__button {
    background-color: #fdf0e6;
    color: var(--primary);
    display: block;
    padding: 14px;
    border-radius: 10px;
    font-size: 17px;
}

.homepage__button:hover {
    background-color: var(--secondary);
    color: var(--white) !important;
}

.homepage__banner {
    height: 450px;
    background-color: var(--secondary);
    /* padding-top: 40px; */
}

.homepage__content {
    margin-top: -84px;
}

.homepage__border {
    border-bottom: 2px solid #afacac;
}

.homepage__summary-info h6 {
    color: #9b9b9b;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 11px;
}

.homepage__summary-info p {
    font-size: 17px;
    color: var(--text-color);
}
.homepage__summary-info span {
    font-size: 17px;
    color: var(--text-color);
}

.homepage__summary-box {
    overflow: hidden;
}

.homepage__summary-box,
.homepage__blocks,
.homepage__transactions {
    background: var(--white) 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 10px;
}

.homepage__title {
    font-size: 25px;
    margin-top: 80px;
    margin-bottom: 23px;
}

.homepage__title,
.homepage__desc {
    color: var(--white);
}

.homepage__desc {
    font-size: 18px;
    line-height: 1.2;
    color: var(--white);
}

.homepage__blocks-header,
.block_item {
    border-bottom: 2px solid #afacac;
}

.homepage__blocks-header {
    height: 64px;
}

.homepage__blocks-header h6 {
    color: var(--text-color);
    font-size: 17px;
}

.block_item {
    height: 100px;
    margin: 0 28px;
}

/* .block_item__right {
    margin-bottom: 2px;
} */

.block_item__right a.primary {
    font-size: 15px;
    color: var(--primary);
    /* margin-bottom: 1rem !important; */
}

.block_item__right div small {
    color: var(--text-color);
    font-size: 13px;
    line-height: 1.2;
}

.block_item__right-count {
    font-size: 15px;
    color: var(--text-color);
    line-height: 1;
}

.block_item__left {
    width: 22%;
}

.block_item__height a.primary {
    color: var(--primary);
    font-size: 15px;
    line-height: 1;
}

.block_item__left .tooltip {
    color: #6b6b6b;
    font-size: 15px;
}

.homepage__blocks-header h6 {
    text-transform: uppercase;
}

.search-form {
    height: 45px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background-color: var(--white);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 24px;
    width: 865px;
}

.search-form .search-form-input {
    padding-left: 10px;
    height: 50px;
    font-size: 18px;
}

.search-form input::placeholder {
    color: var(--text-secondary);
    font-size: 14px !important;
}

.search-form__button {
    border: none;
    outline: none;
    background-color: #ff6f00;
    height: 100%;
    width: 60px;
    background: #ff6f00 0% 0% no-repeat padding-box;
    border-radius: 0px 10px 10px 0px;
}

.search-form__button i {
    font-size: 22px;
    color: var(--white);
}

.search-form-input,
.search-form-input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-form-input::placeholder {
    color: #b9c1d9;
}

.image_banner {
    margin-top: 46px;
    margin-left: 90px;
    width: 410px;
    transition: 0.2s;
}

.table tbody tr td:first-child {
    border-left: none;
}

.table th {
    border: none !important;
}

.column-table {
    padding: 1.5rem !important;
}

table tbody tr td {
    word-break: break-all !important;
    vertical-align: middle !important;
}

/* Modal */
.modal-dialog {
    max-width: 900px;
}

.modal-header {
    align-items: center;
    border-bottom: none;
}

.modal-header .close {
    padding: 8px 16px;
}

.modal-body {
    padding: 0 34px;
}

.modal-body-title {
    text-align: center;
    padding: 16px;
    margin-bottom: 20px;
    background-image: linear-gradient(var(--primary), #ee6f03);
    font-weight: bold;
    color: var(--white);
    border-radius: 10px;
}

.modal-body .table {
    margin-bottom: 0;
    border-radius: 20px;
    border: 1px solid #dee2e6;
    overflow: hidden;
}

.table-bottom tbody tr:first-child td {
    border-top: none;
}

.modal-footer {
    border-top: none;
    margin: 0 auto;
}

.button-back {
    text-align: right;
}

.modal-footer button,
.button-back button {
    border: 2px solid #ee6f03;
    width: 250px;
    background-color: var(--white);
    color: #ee6f03;
    font-weight: bold;
    border-radius: 100px;
    margin-bottom: 10px;
    border-image-slice: 1;
}

.modal-footer button:hover,
.button-back button:hover {
    background-image: linear-gradient(var(--primary_bold), #ee6f03);
    color: var(--white);
    border-image-source: linear-gradient(var(--primary_bold), #ee6f03);
}

.page-link {
    color: #17171a;
}

.page-item.active .page-link {
    background-color: var(--primary_bold);
    color: var(--white);
    border-color: var(--primary_bold);
}

.block_item__center {
    min-width: 340px;
}

.block_item__top small,
.block_item__pool {
    color: var(--text-color);
    font-size: 12.5px;
    display: inline-block;
}

.block_item__top div a.primary,
.block_item__center div a.primary {
    font-size: 14px;
    line-height: 1;
    color: var(--primary);
}

.trans_id_full {
    display: none;
}

.trans_id_short {
    display: block;
}

.custom_box {
    width: 18px;
    background: var(--primary);
    display: inline-block;
    text-align: center;
    color: var(--white);
}

.footer {
    background-color: var(--secondary);
    min-height: 290px;
    display: block;
    padding-top: 50px;
}

.footer .nav-link {
    color: #f3f3f3 !important;
    font-size: 21px;
}

.footer .nav-link:hover {
    color: var(--white) !important;
}

.footer__left {
    position: relative;
}

.footer__left img {
    position: absolute;
    top: 8px;
    z-index: 10;
    width: 161px;
    height: 161px;
    left: -4px;
    opacity: 0.4;
}

.footer__left h5 {
    color: var(--white);
    position: relative;
    z-index: 100;
    font-size: 21px;
    margin-bottom: 34px;
}

.footer__left ul {
    list-style: none;
    display: flex;
    position: relative;
    z-index: 100;
}

.footer__left ul li {
    margin-right: 10px;
}

.footer__left ul li a i {
    font-size: 34px;
}

.footer .navbar-nav {
    flex-direction: row;
}

.footer .navbar-nav .nav-item {
    margin-left: 30px;
}

.footer__left ul li a {
    display: inline-block;
    color: var(--white);
    font-size: 30px;
    margin: 0 16px;
}

.navbar-footer {
    margin-top: -60px;
}

.navbar-collapse {
    flex-grow: unset;
}

.active_tab_account_detail {
    border-bottom: 3px solid var(--primary);
    color: var(--primary);
}

.nav-pills .nav-link {
    border-radius: 0;
}

#toTop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 24px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--white);
    border: 2px solid var(--primary_bold);
    border-radius: 50%;
    display: none;
    z-index: 998;
}

#toTop i {
    font-size: 40px;
    color: var(--primary_bold);
}

.copy-right {
    z-index: 998;
}

.dropdown-menu {
    right: 0;
    left: unset;
}

.container-height {
    min-height: calc(100vh - 285px);
}

.container-wrapper {
    /* min-height: calc(100vh - 270px) !important; */
    padding-top: 120px;
    background-color: #f8f9fa;
    /* min-height: 500px; */
    flex: 1;
}

.main {
    background-color: var(--white);
    border: 1px solid #707070;
    border-radius: 10px;
}

.table thead tr th {
    color: #6f6f6f;
    font-weight: 100;
}

.dropdown-menu__header:hover .dropdown-menu,
.dropdown-menu.show {
    display: block;
    margin-top: -8px;
}

.dropdown-menu {
    border: 1px solid #707070;
}

.dropdown-menu__footer:hover .dropdown-menu {
    display: block;
    margin-top: -14px;
    position: absolute;
}

.footer .dropdown-menu .dropdown-item {
    font-size: 17px;
    padding: 3px 1.5rem;
}

.copy-right {
    color: #f3f3f3;
    position: absolute;
    bottom: -70px;
}

.talk-bubble {
    display: inline-block;
    position: absolute;
    width: max-content;
    height: auto;
    background-color: var(--white);
    border: unset !important;
    top: 24px;
    font-weight: bold;
    color: var(--primary);
    visibility: hidden;
}

.round {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
}

.tooltip {
    position: relative;
    display: inline-block;
    color: black;
    opacity: 1 !important;
    z-index: 500 !important;
    font-family: "Microsoft Sans Serif", sans-serif !important;
}

.tooltip:hover .talk-bubble {
    visibility: visible;
}

.tri-right.border.right-top:before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    bottom: auto;
    border: 12px solid;
    border-color: var(--primary) transparent transparent transparent;
    left: -10px;
    transform: rotate(7deg);
}

.tri-right.right-top:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: 1px;
    bottom: auto;
    border: 11px solid;
    border-color: var(--white) transparent transparent transparent;
    transform: rotate(7deg);
    left: -6px;
}

.talktext {
    padding: 6px 20px;
    text-align: center;
    line-height: 1.5em;
    border: 2px solid var(--primary);
    border-radius: 20px;
    font-size: 14px;
}

.talktext p {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

.container-height-custom {
    min-height: calc(100vh - 400px);
}

.dropdown-item.active,
.navbar-dark .navbar-nav .nav-link.active-parent {
    background-color: var(--white);
    color: var(--secondary) !important;
}

.dropdown-item:hover,
.dropdown-item:hover .dropdown-toggle {
    color: #d46700 !important;
    background-color: var(--white);
}

.dropdown-menu .dropdown-item:hover .dropdown-toggle {
    color: var(--secondary);
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.dropdown-menu__footer .dropdown-menu.show {
    margin-top: -14px;
}

.search-form-custom,
.search-form-custom input {
    background-color: var(--white);
}

.search-form-custom {
    border-radius: 10px;
    overflow: unset;
}

.search-form-custom .search-form-input {
    border-radius: inherit;
    height: 50px;
    border: 1px solid #707070;
}

.search-form-custom .search-form-input::placeholder {
    font-size: 15px !important;
}

.search-form-custom .search-form__button {
    height: 50px;
    position: relative;
    right: -1px;
}

.dropdown-menu__header:hover .nav-link.dropdown-toggle {
    color: var(--secondary) !important;
}

.span.primary {
    color: var(--secondary);
}

.dropdown-toggle::after {
    display: inline-block;
    vertical-align: 0.255em;
    content: "";
    border-top: 9px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 10px;
    margin-top: 5px;
    color: #919191;
}

.footer .dropdown-toggle::after {
    color: var(--white);
}

.nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
}

.form-toggle {
    width: 410px;
    margin-left: 20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: unset;
}

.page-title {
    font-size: 17px;
    color: var(--text-color);
    /* margin-bottom: 34px; */
    margin: 40px 0 40px 0;
}

.table-header-text {
    color: var(--text-secondary);
    font-size: 14.5px;
}

/* .main-section {
    /* margin-top: -46px; */
} */

.main-section a.primary {
    font-size: 14px;
    color: var(--primary);
    display: block;
}

.text-secondary {
    font-size: 14px;
    color: var(--text-secondary) !important;
    min-height: 17px;
    display: inline-block;
}

.text-normal {
    color: var(--text-color);
    font-size: 14px;
}

.main-section .table thead tr th {
    font-size: 16px;
    font-weight: 100;
}

.main-section-table .table.small {
    min-width: 1100px;
}

.main-section-table .main-table td {
    white-space: nowrap;
}

.main-section-table .table tbody tr:last-child {
    border-bottom: 1px solid #dee2e6;
}

.table-border-none .table tbody tr:last-child {
    border-bottom: none;
}

.main-section-table .modal-table td {
    white-space: unset;
}

.main-footer {
    justify-content: flex-end;
}

.account-tabs .account-tabs__header {
    height: 86px;
    border-bottom: 1px solid #707070;
    display: flex;
    align-items: center;
}

.account-tabs .account-tabs__header ul .nav-item:first-child {
    margin-left: 0;
}

.account-tabs .account-tabs__header li a {
    color: var(--text-color);
    font-size: 17px;
}

.latest_block {
    white-space: inherit !important;
}

.transaction_item-update .block_item .block_item__right {
    color: #4a546a;
    font-size: 15px;
}

.coin,
.latest_block #block_time_new {
    white-space: nowrap;
}

.latest_block {
    display: flex;
}

.page-link {
    font-size: 18px;
    background-color: transparent;
    border: none;
    color: #6b6b6b;
    padding: 0 8px;
}

.page-link:hover {
    background-color: transparent;
    border: none;
}

.page-link.primary {
    color: var(--primary);
}

.page-link i {
    margin-top: 1px;
}

.footer .footer-main {
    display: flex;
    justify-content: space-between;
}

.text-primary {
    font-size: 14px;
    color: var(--primary) !important;
}

.column-table-normal {
    font-size: 15px;
    color: var(--text-color);
}

img[src$=".gif"],
img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.wrapper {
    padding-bottom: 20px;
    background-color: #f8f9fa;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.cursor-pointer {
    cursor: pointer;
}

.text-dot {
    text-overflow: ellipsis;
    width: max-content;
    max-width: 300px;
    overflow: hidden;
}

.pagination .page-item {
    border: 1px solid #ccc;
    margin: 0 4px;
    border-radius: 4px;
}

.pagination .page-item:first-child {
    margin-left: 0;
}

.pagination .page-item:last-child {
    margin-right: 0;
}

.pagination .page-item .page-link {
    width: 34px;
    height: 34px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .page-item .page-link i {
    font-size: 20px;
}

.pagination .page-item .page-link:focus {
    box-shadow: unset;
}

#pagination {
    width: 50px;
    height: 36px;
    border: 1px solid #ccc;
    margin: 0 4px;
    border-radius: 4px;
}

#pagination2 {
    width: 50px;
    height: 36px;
    border: 1px solid #ccc;
    margin: 0 4px;
    border-radius: 4px;
}

.nav-tabs .nav-link.active {
    color: var(--primary);
    background-color: transparent;
    border-color: transparent;
    border-bottom: 3px solid var(--primary);
}

.nav-tabs .dropdown-menu.show {
    top: 20px !important;
}

.nav-tabs .dropdown-toggle.active::after {
    color: var(--primary);
}

.nav-tabs .nav-item {
    font-size: 14px;
}

.nav-tabs .nav-item.show .nav-link {
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link:hover:not(.active) {
    border-color: transparent;
}

.block_item-update,
.transaction_item-update {
    overflow-y: hidden;
    overflow-x: auto;
}

.block_item-update .block_item,
.transaction_item-update .block_item {
    min-width: 516px;
    margin-bottom: 0;
}

.block_item__center {
    flex: 1;
}

#chart_div > div {
    left: 50%;
    transform: translateX(-50%);
}

.column-table-width {
    max-width: 25%;
    width: 170px;
}

/* .column-table-account-width {
    max-width: 25%;
    width: 200px;
} */

/* .column-table-ats-width {
    max-width: 25%;
    width: 236px;
} */

.background-chart {
    background-color: #f8f9fa;
}

.modal.fade.show {
    padding-right: unset !important;
}

.nav-link.active_tab_account_detail {
    color: var(--primary) !important;
}

.text-modal {
    color: var(--text-color);
}

.main-account__left {
    margin-left: -15px;
}

.main-account__right {
    margin-right: -15px;
}

.inspect-title {
    margin-top: -44px;
}

.transaction {
    font-size: 14px;
}

.nft-description {
    max-width: 200px;
    white-space: unset !important;
}

.network_notification_images {
    display: none;
}

#chart_div, #piechart1, #piechart2 {
    height: 400px !important;
}

/* Custom tooltip */
.tooltip-inner {
    white-space: nowrap;
    background-color: var(--secondary);
    color: white;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: var(--secondary);
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
    border-left-color: var(--secondary);
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-bottom-color: var(--secondary);
}
.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: var(--secondary);
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.35rem;
}

.nft-info {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.nft-block-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.row-no-padding > [class*="col-8"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-no-padding > [class*="col-4"] {

    padding-left: 15px !important;
    padding-right: 12px !important;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    word-break:break-all;
    white-space: normal;
    background-color: var(--secondary);
    color: white;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}

.hover-text:hover .tooltip-text {
    visibility: visible;
}

#top {
    top: 52px;
    left: 1%;
}
.hover-text {
    position: relative;
    display: inline-block;
}
#new-css {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    /* new css */
    max-width: 100%;
}

.tooltip-text-name {
    max-width: 700px;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    word-break:break-all;
    white-space: normal;
    background-color: var(--secondary);
    color: white;
    font-size: 12px;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}


.hover-text-name:hover .tooltip-text-name {
    visibility: visible;
}

#top-name {
    top: -180px;
    left: 1%;
}
@media (min-width: 991px) {
    #top-name {
        top: -80px;
        left: 1%;
    }
}

.hover-text-name {
    position: relative;
    display: inline-block;
}

#new-css-name {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    /* new css */
    max-width: 100%;
}

.white-space-pre-line {
    white-space: pre-line !important;
}

.geo-select {
    display: flex;
    padding-left: 0 !important;
    line-height: 24px;
    padding: 12px 0;
}

.geo-select .label {
    padding-left: 48px;
}

.network-status-header {
    display: flex;
    justify-content: space-between;
}