body {
    font-size: 14px;
    overflow-x: hidden;
    font-family: "TT Firs Neue",sans-serif;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 5px 0 15px 0;
}

button, button:hover, button:focus a, a:hover, a:focus {
    text-decoration: none;
    transition: .3s;
    outline: none!important;
}

/* --- */
img.header-image {
    margin-top: -10px;
    margin-bottom: -5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.background_dark {
    background-color: #17141d;
    height: 100%;
    min-height: 100vh;
}

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

.text-warning {
    opacity: 1;
    color: rgb(255 0 0)!important;
}

.bi-sun-fill.text-warning {
    color: #fff900!important;
}

.text-tiny {
    font-size: 0.95rem!important;
    margin-top: 4px;
}

.text-grey {
    color: #ccd0d4!important;
}

code, .monospace {
    font-family: "Source Code Pro", monospace;
    overflow-wrap: break-word;
}

.uppercase {
    text-transform: uppercase;
}

input:active, input:focus, input:focus-within {
    box-shadow: none;
    outline: none;
}

/* etc */
.tooltip {
    max-width: 320px;
    padding: .9rem 0.85rem;
    color: #fff;
    text-align: left;
    border-radius: 0.25rem;
    box-shadow: 0 6px 9px hsl(0deg 0% 0% / 30%);
    background-color: #1D2127;
    z-index: 999999999999999999999;
    opacity: 1;
}

.tooltip-arrow {
    display: none!important;
}

.tooltip-inner {
    max-width: inherit;
    padding: 0;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
}

.tooltip.show {
    opacity: 1;
}

.bigshadow {
    box-shadow: 0 20px 40px black;
    background-color: #1D2127;
}

/* copy buttons */
.text-infocopy {
    margin-left: 0.47rem !important;
}

.text-infocopy .bi-copy {
    font-size: .81rem;
    transition: .2s;
    color: #fff;
}

.text-infocopy__big {
    margin-left: 10px;
    position: relative;
    top: -3px;
    display: inline-block;
}

.text-infocopy__big a {
    margin-left: 2px;
    height: 27px;
    display: flex;
    width: 27px;
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: .3s;
    align-items: center;
    justify-content: center;
    border: 1px solid #606067;
    border-radius: 3px;
}

.text-infocopy__big .bi-copy {
    margin: 0;
    max-width: inherit;
    color: #dbdbdb;
    font-size: .87rem;
}

/* header menu */
.dropdown-menu-end {
    min-width: max-content;
    width: 100%;
}

.dropdown-menu.bigshadow {
    padding: 0;
}

.dropdown-header {
    display: block;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #ffffff;
    padding: 0px 0 7px;
    white-space: nowrap
}

.nav_links-wrapper {
    position: relative;
    height: 20px;
    width: 30px;
    margin: 0;
    z-index: 5;
    display: block;
}

.nav_links-wrapper span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    display: block;
    background: #fbfbfb;
    transition: .5s;
}

.nav_links-wrapper span:first-child {
    top: 3px;
}

.nav_links-wrapper span:last-child {
    top: 17px;
}

.nav_links-wrapper:hover span:nth-child(2) {
    width: 60%;
}

.dropdown-toggle::after {
    display: none!important;
}

.nav_links-wrapper.show span {
    opacity: 0;
    top: 50%;
}

.nav_links-wrapper.show span:first-child {
    opacity: 1;
    transform: rotate(45deg);
}

.nav_links-wrapper.show span:last-child {
    opacity: 1;
    transform: rotate(-45deg);
}

.nav_links-wrapper.show span:nth-child(2) {
    transform: translateX(-100%);
}

.nav_links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    max-width: calc(100% - 150px);
}

.dropdown-menu {
    margin-top: 29px;
}

.dropdown-menu-end_wrapper {
    width: 100%;
    height: auto;
    visibility: visible;
    padding: 7px 0;
}

.dropdown-menu__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 14px;
    width: 100%;
    max-width: 14%;
    flex: 1 0 14%;
}

.follow-links {
    width: 100%;
    max-width: 27px;
    margin: 7px 0 12px;
    transition: .3s;
    -webkit-box-shadow: 0 3px 2px -2px rgb(0 0 0 / 71%), 0 2px 4px 0 rgb(0 0 0 / 47%), 0 2px 5px 0 rgb(0 0 0 / 48%);
    box-shadow: 0 3px 2px -2px rgb(0 0 0 / 71%), 0 2px 4px 0 rgb(0 0 0 / 47%), 0 2px 5px 0 rgb(0 0 0 / 48%);
}

.follow-links:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.follow-links svg {
    width: 100%;
    height: 100%;
    transition: .3s;
    border-radius: 5px;
}

.follow-links.facebook {
    fill: #316FF6;
}

.follow-links.twitter {
    fill: #f7f3a4;
}

.follow-links.linkedin {
    fill: #0072b1;
}

.follow-links.github {
    fill: #fff;
}

.dropdown-menu__upper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    border-bottom: 1px solid #4e555d;
    padding: 18px 20px;
    flex-direction: row;
    min-width: 765px;
    width: 100%;
}

.dropdown-menu__down {
    min-height: 367px;
    padding: 15px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.dropdown-menu__column {
    width: 100%;
    max-width: calc(80%/3);
    flex: 1 0 calc(80%/3);
}

.dropdown-menu__column h6 {
    font-size: 0.98rem;
    margin: 20px 0 9px;
    padding: 2px 0 6px;
}

.dropdown-menu__column .dropdown-item {
    font-size: 0.868rem;
    padding: 0.335rem 0;
    color: #c3cdd3;
    margin-bottom: 5px;
}

.dropdown-menu__column .dropdown-item:hover {
    color: #00ccff;
}

.dropdown-menu__column .dropdown-item.notactive:hover, .dropdown-menu__column .dropdown-item.notactive {
    color: #876868;
}

.dropdown-menu__upper-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    padding: 0 10px;
    width: 100%;
    max-width: 195px;
}

.upper-row__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 155px;
}

.dropdown-menu__btn {
    color: #00ccff;
    width: 48%;
    height: 29px;
    line-height: 32px;
    text-align: center;
    padding: 0px;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    transition: .3s;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.dropdown-menu__btn:hover {
    color: #00ccff;
}

.dropdown-menu__btn.active {
    color: #ffffff;
    background: #1d2127;
    border: 1px solid #46464e;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 17%);
    cursor: pointer;
}

.dropdown-menu__btn.active:hover {
    -webkit-box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
}

.dropdown-menu__btn .bi-info {
    color: #fff;
    margin-top: -8px;
    position: relative;
    display: block;
    font-size: 16px;
}

/* header main && search */
.search_page h6 {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin: 15px 0 1.1rem;
}

.container.search_wrapper.search_page button.searchb {
    max-width: 105px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container.search_wrapper.search_page i.bi-search {
    margin-left: 10px;
}

.page-header {
    padding: 10px 30px;
    background-color: #17141d;
    border-bottom: 1px solid #4e555d;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3359375rem;
    padding-bottom: 0.3359375rem;
    margin-right: 1rem;
    font-size: 1.09375rem;
    line-height: inherit;
    white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

span.site-title {
    color: white;
    font-size: 1.2rem;
    font-weight: 300;
    width: 100%;
    text-align: center;
    letter-spacing: -.045rem;
}

header.page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-search_wrapper {
    margin: 0 25px 0 15px;
    width: 100%;
    max-width: 523px;
}

.head-search_wrapper .form-inline {
    width: 100%;
    max-width: 523px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.head-search_wrapper .form-inline .input-group {
    width: 100%;
    height: 37px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.svg-head-search {
    box-sizing: border-box;
    height: 30px;
    line-height: 34px;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    box-shadow: none;
    right: 7px;
    position: absolute;
    z-index: 0;
    fill: hsl(0deg 0% 100% / 100%);
    padding: 2px;
    cursor: default;
    transition: .4s;
}

.head-search_wrapper .form-inline .input-group .search-input-control:focus+.svg-head-search, .head-search_wrapper .form-inline .input-group .search-input-control:focus-within+.svg-head-search, .head-search_wrapper .form-inline .input-group .search-input-control:active+.svg-head-search {
    fill: hsl(0deg 0% 0%);
    z-index: 1;
    transform: translateY(-52%)rotate(-80deg);
}

.head-search_wrapper .form-inline .input-group .search-input-control:hover+.svg-head-search {
    transform: translateY(-52%)rotate(-60deg);
}

.head-search_wrapper .form-inline .input-group .search-input-control {
    width: 100%;
    max-width: 202px;
    height: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid rgb(161 161 161 / 40%);
    padding-left: 10px;
    padding-right: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    z-index: 1;
    position: relative;
    transition: .3s;
    background: transparent;
    color: #fff;
}

.head-search_wrapper .form-inline .input-group .search-input-control::placeholder {
    color: #d1d1d1;
}

.head-search_wrapper .form-inline .input-group .search-input-control:active, .head-search_wrapper .form-inline .input-group .search-input-control:focus, .head-search_wrapper .form-inline .input-group .search-input-control:focus-within {
    padding-left: 10px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgb(255 255 255 / 40%);
    max-width: 100%;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

.head-search_wrapper .form-inline .input-group .search-input-control:active::placeholder, .head-search_wrapper .form-inline .input-group .search-input-control:focus::placeholder, .head-search_wrapper .form-inline .input-group .search-input-control:focus-within::placeholder {
    color: #353535;
}

.head-search_wrapper .form-inline .input-group button:focus {
    outline: none;
    cursor: pointer;
    box-shadow: none;
}

.head-search_wrapper .form-inline .input-group button:hover {
    -webkit-box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
}

.head-search_wrapper .form-inline .input-group button:active {
    box-shadow: none;
}

.alert-search {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 0.9rem 0;
    word-wrap: break-word;
    word-break: break-all;
}

.alert-search h5 {
    width: 100%;
    font-size: 2.75rem;
    margin: 5px 0 15px;
}

.alert-search span {
    font-size: 1.4rem;
    margin: 5px 0 15px;
}

.alert-search p {
    font-size: 1.05rem;
}

/* hello first page */
.main_hello {
    min-height: 90vh;
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10%;
    padding: 3rem 30px calc(4rem + 2vh);
}

.main_hello-left {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
}

.main_hello-left h2 {
    font-size: 3.25rem;
    font-weight: 600;
    display: block;
    letter-spacing: inherit;
    line-height: 1.3;
}

.main_hello-left p {
    font-size: 1.1rem;
    display: block;
    margin: 1rem 0 2.1rem;
    color: #fff;
    letter-spacing: .24px;
    line-height: 1.8;
    max-width: 530px;
    font-weight: 400;
}

.main_hello-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    height: 80vh;
    background: radial-gradient(56% 47.58% at 50% 48%,#262230 0%,#17141d 91.21%);
}

.main_hello-right svg {
    width: 140%;
    position: absolute;
    left: -20%;
}

/* --- */
.show_moretub_wrapper.more_mainpage {
    margin: 1rem 0 0;
    padding: 15px 2px 15px;
}

.show_moretub_wrapper.more_mainpage a, .show_moretub_wrapper.more_mainpage a.collapsed {
    border: none;
    color: #ff0909;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 175px;
}

.show_moretub_wrapper.more_mainpage a span, .show_moretub_wrapper.more_mainpage a.collapsed span {
    color: #ff0909;
    font-size: 1.05rem;
    padding: 1px 16px;
}

.show_moretub_wrapper.more_mainpage a svg {
    transform: translateY(-50%)rotate(-90deg);
}

.show_moretub_wrapper.more_mainpage a.collapsed svg {
    transform: translateY(-50%)rotate(90deg);
}

.show_moretub_wrapper.more_mainpage a.collapsed span {
    color: #09ff6f;
}

.blockchain_info_wrapper-blocks {
    display: flex;
    max-width: calc(100% - 290px);
    width: 100%;
    flex-direction: column;
    padding: 0.75rem 0rem 1.75rem;
}

.blockchain_info {
    background: #17141d;
    padding: 12vh 0 2rem;
    position: relative
}

.blockchain_info h2 {
    font-size: 3.25rem;
    font-weight: 500;
    display: block;
    letter-spacing: inherit;
    line-height: 1.3;
    text-align: center;
    margin: 4rem 0 3rem;
}

.blockchain_info h2 span {
    color: #09ff6f
}

.blockchain_info:before {
    /*content: "";*/
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 127px;
    background-image: -webkit-linear-gradient(top,rgba(11,15,21,.7) 0,rgba(11,15,21,0) 100%);
    background-image: linear-gradient(180deg,rgb(16 14 20) 0,rgba(11,15,21,0) 100%);
}

.blockchain_info .container {
    display: flex;
    flex-direction: row;
}

.blockchain_info_title {
    padding: 1.75rem 0.75rem 1.75rem 30px;
    width: 100%;
    max-width: 290px;
}

.blockchain_info_title h3 {
    font-size: 2.28rem;
    font-weight: 600;
    display: block;
    line-height: 1.3;
    word-wrap: break-word;
}

.blockchain_info .blockchain_info_wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.blockchain_info_wrapper .blockchain_info_links {
    width: 100%;
    max-width: calc(33.3333% - 20px);
    flex: 1 0 calc(33.3333% - 20px);
    display: flex;
    flex-direction: column;
    padding: 1.55rem 1.75rem;
    margin: 1rem 0;
    background: #17141d;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    border: 1px solid rgb(62 62 81);
    min-height: 135px;
}

.blockchain_info_links .name {
    color: #e3dfdf;
    display: inline-flex;
    width: auto;
    font-size: 1.1rem;
    padding: .45rem 0;
}

.blockchain_info_links .name i {
    font-size: 1rem;
    color: #ffc107;
    margin-left: 0.75rem;
}

.blockchain_info_links .name a {
    color: #00ccff;
    margin-left: 0.4rem;
}

.blockchain_info_links .name a.linkup {
    margin-left: 0;
}

.blockchain_info_links .name a.linkup:hover {
    color: #4481c3;
}

.blockchain_info_links .text-near {
    font-size: 1rem;
}

.blockchain_info_links .lead_wrapp {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blockchain_info_links .lead_wrapp .bi-hourglass-split {
    color: #ffc107;
}

.blockchain_info_links .lead_wrapp i {
    font-size: 1rem;
    color: #ffc107;
    margin-left: 0.75rem;
}

.blockchain_info_links .lead_wrapp i.bi-box {
    color: #fff;
    margin-bottom: 3px;
}

p.lead_wrapp {
    font-size: 1.4rem;
}

.blockchain_info_links .lead_wrapp .text-muted {
    color: #09ff6f!important;
}

.main_page-blocks_wrapper {
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
}

.main_page-blocks {
    width: 100%;
    padding: 3rem 30px calc(4rem + 2vh);
    background: #17141d;
}

.main_page-blocks h3 {
    margin: 0 0 2rem;
    text-align: center;
}

.main_page-blocks-left {
    width: 100%;
    max-width: 960px;
    flex: 1 0 83%;
}

.main_page-blocks-right {
    width: 100%;
    padding: 3rem 0 2rem;
    display: flex;
    align-items: flex-start;
    flex: 1 0 17%;
}

.main_page-blocks-right p {
    font-size: .89rem;
    text-transform: uppercase;
    flex: 1 0 60%;
    font-weight: 400;
    color: #dfdddd;
}

.main_page-blocks-right p span {
    color: #09ff6f;
    font-weight: 600;
}

/* header search */
.container.search_wrapper {
    align-items: center;
    justify-content: center;
    margin: 1.65rem auto 2rem;
    flex-direction: column;
    display: flex;
    padding: 0;
}

.container.search_wrapper h3 {
    color: #fff;
    font-size: 1.55rem;
    margin: 15px auto;
    display: block;
}

.container.search_wrapper .form-inline {
    width: 100%;
    max-width: 750px;
}

.container.search_wrapper .form-inline .input-group {
    width: 100%;
    height: 50px;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.container.search_wrapper button.searchb {
    color: #17141d;
    background: rgb(9 255 111 / 100%);
}

.container.search_wrapper .form-inline .input-group .search-input-control {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    border: 1px solid rgb(9 255 111 / 50%);
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    transition: .3s;
    background: #21212a;
    color: #fff;
}

.container.search_wrapper .form-inline .input-group .search-input-control::placeholder {
    color: #e2e2e2;
}

.container.search_wrapper .form-inline .input-group .search-input-control:active, .container.search_wrapper .form-inline .input-group .search-input-control:focus, .container.search_wrapper .form-inline .input-group .search-input-control:focus-within {
    padding-left: 23px;
    border: 1px solid rgb(9 255 111 / 90%);
}

button.searchb {
    position: absolute;
    right: 7px;
    height: 34px;
    line-height: 36px;
    text-align: center;
    padding: 0px;
    z-index: 2;
    width: 34px;
    top: 50%;
    transform: translateY(-50%);
    background: #21212a;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    border: 1px solid #46464e;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 17%);
    border: 1px solid rgb(9 255 111 / 42%);
    color: rgb(9 255 111 / 100%);
}

button.searchb.freerel {
    position: relative;
    margin: 0;
    top: -1px;
    transform: translateY(0);
}

.container.search_wrapper .form-inline .input-group button:focus {
    outline: none;
    cursor: pointer;
    box-shadow: none;
}

.container.search_wrapper .form-inline .input-group button:hover {
    -webkit-box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 9%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 12%);
}

.container.search_wrapper .form-inline .input-group button:active {
    box-shadow: none;
}

.container.search_wrapper.search_page {
    margin: 1.4rem 0 1.1rem;
}

.container.search_wrapper.search_page .form-inline {
    max-width: 100%;
}

/* Main front block */
.data-cell.monospace {
    position: relative;
}

.data-cell.monospace i {
    font-size: 1.25rem;
    position: absolute;
    margin-left: .45rem;
    top: 11px;
    color: #ffc107;
}

.table-blocks>tbody>tr>td {
    font-size: 0.95rem;
    white-space: nowrap;
}

.card {
    border: 1px solid transparent;
    border-radius: 3px;
    background-color: transparent;
}

.card-body {
    padding: 1.1em;
}

.section_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 5px;
}

.section_title .pagination {
    margin: 0.025rem 0;
}

.section_title .pagination li {
    margin: 0 1.025rem;
}

.section_title h2 {
    font-size: 1.05rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    line-height: inherit;
    margin: 0;
}

.table th.data-header {
    color: #c1bbbb;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 0.75rem;
    vertical-align: bottom;
    font-size: .9rem;
}

.table th.data-header i {
    margin-left: 0.45rem;
    font-size: .79rem;
    color: #ffc107;
}

.monospace.text-right .text-tiny {
    font-size: 0.85rem!important;
    margin-top: 4px;
    margin-left: 4px;
}

.monospace.text-right .text-tiny .timestamp-text {
    cursor: default;
}

.text-right .text-tiny {
    font-size: 0.89rem!important;
}

.timezone-tooltip__wrapper {
    display: block;
}

.timezone-tooltip {
    display: block;
    width: 100%;
    text-align: left;
}

.timezone-tooltip.borders { 
    margin-top: 7px;
    padding-top: 7px;
}

.blocks-miner>span {
    font-weight: 400;
    font-size: .95rem;
}

.weight-column {
    display: block;
    position: relative;
    width: 100%;
}

/* pagination */
.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 1.9rem;
}

.pagination .pagination-title {
    display: flex;
    width: 100%;
    max-width: max-content;
    white-space: nowrap;
    font-size: 1.05rem;
}

.pagination .pagination-title svg {
    width: 100%;
    max-width: 14px;
    margin-left: 6px;
    position: relative;
    fill: #00ccff;
    transform: translateX(10px);
    transition: .2s;
}

.pagination .pagination-title:hover svg {
    fill: #4481c3;
    transform: translateX(15px);
}

.pagination-wrap {
    margin: 2.75rem 0 .5rem;
}

.pagination-wrap .page-item.disabled .page-link {
    background: transparent;
    border: none;
}

.pagination-wrap .page-item.active .page-link {
    border-bottom: 1px solid #00ccff;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    color: #00ccff;
    border-radius: 0;
}

.pagination-wrap .page-link {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #4481c3;
}

.pagination-lg .page-link {
    padding: 0.52rem 1.05rem;
    font-size: 1rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 0.875rem
}

.tx-pagination .pagination-wrap {
    margin: 1rem 0 0.5rem;
}

.tx-pagination .pagination-lg .page-link {
    padding: 0.35rem 0.75rem;
    font-size: 1rem;
}

.tx-pagination .pagination-wrap .page-item.active .page-link {
    color: #ffffff;
}

.choose_button a {
    width: max-content;
    text-align: center;
    padding: 0px;
    z-index: 2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    padding: 0.25rem 1.4rem;
}

.choose_button.active a {
    background: #1d2127;
    border: 1px solid rgb(9 255 111 / 42%);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    cursor: pointer;
}

.choose_button.active a:hover {
    -webkit-box-shadow: 0 1px 1px -1px rgb(0 0 0 / 6%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 1px -1px rgb(0 0 0 / 6%), 0 2px 2px 0 rgb(0 0 0 / 6%), 0 1px 1px 0 rgb(0 0 0 / 8%);
}

.choose_button span {
    color: #09ff6f;
    transition: .3s;
}

.choose_button.active span {
    color: #ffffff;
}

.choose_button.active a:hover span {
    color: #ffffff;
}

.choose_button.active i.bi-check-lg {
    display: none;
}

.choose_button i.bi-arrow-down-short {
    display: none;
}

.choose_button.active a:hover i {
    transform: translateY(3px);
}

.choose_button.active i.bi-arrow-down-short {
    color: #fff;
    margin: 0 0.45rem 0;
    font-size: 16px;
    display: block;
    transform: translateY(0px);
    transition: .3s;
}

.choose_button i.bi-check-lg {
    display: block;
    color: #09ff6f;
    margin: 0 0.45rem 0;
    font-size: 15px;
}

/* inner page block, tx etc */
.inner_up_info {
    padding: 31px 25px;
    margin: 1.75rem 0;
    display: block;
    position: relative;
    z-index: 20;
    min-height: 205px;
}

.inner_up_info .datas_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner_up_info .datas_wrapper .datas_qr {
    width: 100%;
    max-width: 158px;
    height: 158px;
}

.inner_up_info .datas_wrapper .datas_qr img {
    width: 100%;
}

.datas_wrapper .datas.addr-miner {
    padding-left: 0;
    margin-top: 0.85rem;
}

.datas_wrapper .datas.addr-miner span {
    font-size: .97rem;
    padding: 3px 0 0;
    display: inline-block;
}

.datas_wrapper .datas.addr-miner span.ms-2 {
    color: #d6d200;
}

.datas_wrapper .datas.addr-miner svg {
    fill: #d6d200;
    width: 21px;
    margin-right: 11px;
    min-width: 21px;
    position: relative;
}

.datas_wrapper .datas_credentials {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 1.25rem;
}

.datas_credentials-ep-raw {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: .35rem 0 .55rem;
}

.datas_credentials-ep-raw .ep-name {
    color: #7f8a95;
    font-weight: 400;
    font-size: 14px;
}

.datas_credentials-ep-raw .ep-name i {
    font-size: 12px;
}

.datas_credentials-ep-raw .ep-datas {
    font-size: 0.85rem;
    margin-top: .15rem;
}

.datas_credentials-ep-raw .ep-raw {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2.45rem;
    flex-direction: column;
}

.datas_credentials-ep-raw .ep-raw:last-child {
    margin-right: 0;
}

.datas_wrapper .datas_credentials>div {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-items: center;
}

.inner_up_info .upper-datas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    word-break: break-word;
}

.inner_up_info .datas {
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    word-break: break-word;
}

.datas_wrapper .datas_credentials .isye {
    color: #fff;
}

.datas_balance {
    width: 100%;
    margin: .75rem 0;
    padding: .42rem 1rem;
    border-radius: 3px;
    background: #17141d;
}

.datas_balance strong {
    margin-left: 10px;
    font-weight: 500;
}

.datas_balance span {
    font-size: 1.05rem;
}

.datas_balance>span:first-child {
    font-weight: 300;
    font-size: 1rem;
}

.datas_balance .fw-light {
    color: #fff;
    font-weight: 400!important;
}

.inner_up_info .datas svg {
    width: 100%;
    max-width: 40px;
    fill: #ffc107;
    margin: 0 3px 4px 0;
}

.inner_up_info .datas svg.danger {
    fill: #ff0707;
}

.inner_up_info .datas h1 {
    margin: 0 7px;
    padding: 0;
    font-weight: 300;
    font-size: 2.41rem;
}

.inner_up_info .datas h3 {
    margin: 0 7px 3px;
    padding: 0;
    font-weight: 300;
    font-size: 2.21rem;
    display: flex;
    align-items: center;
}

.inner_up_info .datas h3 i {
    font-size: 20px;
}

.inner_up_info .datas span {
    padding: 7px 0;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
}

.blocks_navigate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.blocks_navigate_button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 177px;
    padding: 4px 16px;
    border: 1px solid #46464e;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    border-radius: 3px;
}

.blocks_navigate_button.nextblock_mining {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000;
}

.blocks_navigate_button.nextblock_mining:hover .words span:nth-child(2), .blocks_navigate_button.nextblock_mining .words span:nth-child(2) {
    color: #d8d8d8;
}

.blocks_navigate_button.word-wrap.nextblock_mining:hover svg, .blocks_navigate_button.word-wrap.nextblock_mining svg {
    transform: translateX(-3px);
    fill: #d6d200;
    width: 21px;
}

.blocks_navigate_button:hover {
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 8%), 0 2px 2px 0 rgb(0 0 0 / 18%), 0 1px 5px 0 rgb(0 0 0 / 14%);
}

.blocks_navigate_button .words {
    display: flex;
    flex-direction: column;
}

.blocks_navigate_button:nth-child(1) .words {
    align-items: flex-end;
}

.blocks_navigate_button .words span {
    position: relative;
    font-size: 17px;
    color: #fff;
}

.blocks_navigate_button .words span:nth-child(2) {
    font-size: 15px;
    color: #00ccff;
    margin-top: -4px;
}

.blocks_navigate_button:hover .words span:nth-child(2) {
    color: #4481c3
}

.blocks_navigate_button svg {
    width: 16px;
    fill: #00ccff;
    transform: translateX(-3px);
    transition: .2s;
}

.blocks_navigate_button:hover svg {
    transform: translateX(0px);
    fill: #4481c3;
}

.blocks_navigate_button:nth-child(1) svg {
    transform: rotate(-180deg) translateX(-3px);
}

.blocks_navigate_button:nth-child(1):hover svg {
    transform: rotate(-180deg) translateX(0px);
    fill: #4481c3;
}

.blocks_info_button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 177px;
    padding: 4px 16px;
    border: 1px solid #46464e;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    border-radius: 3px;
    border: 1px solid rgb(9 255 111 / 42%);
}

.blocks_info_button i {
    color: #09ff6f;
    transform: translateY(0px);
    transition: .2s;
}

.blocks_info_button span {
    color: #fff;
}

.blocks_info_button:hover {
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 8%), 0 2px 2px 0 rgb(0 0 0 / 18%), 0 1px 5px 0 rgb(0 0 0 / 14%);
}

.blocks_info_button:hover i {
    transform: translateY(3px);
}

.container__small code {
    color: #fff;
}

.container__small .page-nav-tabs {
    list-style: none;
    margin: 0;
    display: inline-flex;
    padding: 0;
    position: absolute;
    left: -80px;
    top: 4.95rem;
    transform: rotate(90deg);
    z-index: 10;
}

.container__small .page-nav-tabs .page-tab a {
    height: 48px;
    background: #17141d;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0px 5px 16px 4px rgb(0 0 0 / 48%);
    cursor: default;
    z-index: 5;
    border: 1px solid hsl(0deg 0% 62% / 25%);
    cursor: pointer;
    transition: .2s;
}

.container__small .page-nav-tabs .page-tab a:hover {
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 26%);
}

.container__small .page-nav-tabs .page-tab a.active {
    z-index: 3;
    border: 1px solid transparent;
    box-shadow: none;
    cursor: default;
}

.container__small .page-nav-tabs .page-tab a.active:hover {
    box-shadow: none;
}

.container__small .page-nav-tabs .page-tab a .bi-chevron-bar-down {
    color: #09ff6f;
    font-weight: 400;
    font-size: 19px;
    margin-left: 5px;
    transition: .2s;
    transform: rotate(-90deg) translateY(0px);
    display: block
}

.container__small .page-nav-tabs .page-tab a:hover .bi-chevron-bar-down {
    transform: rotate(-90deg) translateY(5px);
}

.container__small .page-nav-tabs .page-tab a.active .bi-chevron-bar-down {
    display: none;
}

.container__small .page-nav-tabs .page-tab a.active span {
    color: #09ff6f;
}

.container__small .page-nav-tabs .page-tab a span {
    font-size: 16px;
    color: #ffffff;
}

/* block shadows */
.block_shad {
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    background-color: #21212a;
    border: 1px solid #46464e;
    border-radius: 3px;
}

.block_shad .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.block_shad-black {
    -webkit-box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    background-color: #1d1924;
    border: 1px solid hsl(0deg 0% 0%);
    border-radius: 3px;
}

.block_shad-black-borderless {
    -webkit-box-shadow: 0 1px 5px -3px rgb(0 0 0 / 13%), 0 0px 0px 3px rgb(0 0 0 / 11%), 0 1px 3px 0 rgb(0 0 0 / 24%);
    box-shadow: 0 1px 5px -3px rgb(0 0 0 / 13%), 0 0px 0px 3px rgb(0 0 0 / 11%), 0 1px 3px 0 rgb(0 0 0 / 24%);
    background-color: #201c28;
    border-radius: 3px;
    max-width: 1053px;
    width: 100%;
    margin: 0 auto;
}

.block_shad-black-borderless.no_span span {
    display: inline-block;
    font-size: 0.75em;
}

.block_shad.adrress_tx_det .text-success, .block_shad.adrress_tx_det .text-danger {
    font-size: 18px;
}

.block_shad.adrress_tx_det .text-danger {
    color: #ff0018!important;
}

.block_shad.adrress_tx_det svg.fa-clock path {
    fill: #09ff6f;
}

/* JSON */
code.json {
    font-size: 15px;
    border: 1px solid transparent;
    font-weight: 400;
    line-height: 1.4;
    background-color: #17141d;
    border-radius: 3px;
}

.highlight pre {
    padding: 18px;
    border: 1px solid rgb(255 255 255 / 8%);
    margin-top: 1.1rem;
}

/* blockc content */
.result_detalis .title_info a.links {
    color: #00ccff;
}

.result_detalis .title_info a.links:hover {
    color: #4481c3;
}

.result_detalis .title_info .border-dotted {
    margin-left: 3px;
}

.result_detalis .title_info .svg-inline--fa {
    margin-left: 6px;
}

.result_detalis .title_info span {
    margin: 0
}

.card-header__upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 3px 0;
    padding: .245rem 0 .245rem 0;
}

.card-header__bottom {
    padding: .45rem 0 .45rem 0;
}

.card-header__upper-amount {
    font-size: 15px;
    margin-right: .9rem;
}
.card-header__upper-time{
    font-family: "TT Firs Neue",sans-serif;
    font-size: 13px;
}
.card-header__upper-amount_left {
    flex: 1 0 30%;
    width: 100%;
    max-width: 30%;
}

.card-header__upper-amount_left span {
    cursor: default;
}

.card-header__upper-amount_right {
    flex: 1 0 70%;
    width: 100%;
    max-width: 70%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.card-header__upper-amount_right .bi-clock{
    font-size: 12px;
    margin-left: 0.2rem!important;
}
.card-header__upper-amount .text-tiny {
    font-size: 14px!important;
    color: #FFF!important;
}

.card-header__upper .bi-three-dots {
    background-color: #dc3545;
    font-size: 15px;
    padding: 0 0.25rem;
    border-radius: 0.1rem;
    margin-right: 0.45rem;
}

.card-header__upper .badge.bg-dark {
    background-color: #1c1b1b;
    font-size: 13px;
    color: #fff;
    cursor: default;
    border: 1px solid #09090a !important;
}

.card-header__upper .badge.bg-dark i {
    font-size: 13px;
}

.result_detalis_bottom.wheight {
    min-height: 65vh;
}

.result_detalis_bottom .card-header.monospace a {
    color: #00ccff;
    font-weight: 400;
    font-size: .9rem;
    word-break: break-all;
}

.card-header {
    display: flex;
    flex-direction: column;
}

.halfblocks-content .table-responsive a:hover, .result_detalis_bottom .tx-content a:hover, .result_detalis_bottom .card-header.monospace a:hover {
    color: #4481c3;
}

.f_scripts strong {
    font-weight: 500;
}

.result_detalis_bottom .tx-content a {
    font-weight: 500;
    font-size: .79rem;
}

.result_detalis_bottom .tx-content .rounded {
    border-radius: 0.2rem !important;
    padding: .025rem .2rem!important;
}

.result_detalis_bottom .tx-wrapper {
    display: flex;
    background: #313139;
    padding: 8px 0;
    border-radius: 3px;
    margin: 14px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #313139;
}

.result_detalis_bottom .current_address-class .tx-wrapper {
    background: #18181e;
    border: 1px solid #18181e;
}

.tab-details-wrapper .row_info:first-child {
    border: none;
}

.tab-details-wrapper .row_info .title_row {
    color: #7f8a95;
    font-weight: 300;
    text-transform: uppercase;
    font-size: .95rem;
}

.tab-details-wrapper .row_info .title_row small {
    color: #ffffff;
    font-size: 0.75em;
    margin-left: 4px;
}

.tab-details-wrapper .row_info .title_row i {
    font-size: 13px;
}

.tab-details-wrapper .row_info .title_info {
    font-size: 15px;
    display: flex;
    word-break: break-all;
}

.tab-details-wrapper .row_info .title_info span {
    font-size: 15px;
}

.tab-details-wrapper .row_info .title_info.monospace {
    align-items: flex-end;
}

.tab-details-wrapper .row_info .title_info.monospace .text-tiny {
    font-size: .935rem!important;
}

.tab-details-wrapper .row_info .title_info.chains {
    align-items: center;
}

.tab-details-wrapper .row_info .title_info.wrap_text {
    word-break: break-all;
    margin: 0 5px;
    padding: 5px;
}

.tab-details-wrapper .text-warning a {
    margin-left: 7px;
}

.tab-details-wrapper .row_info .title_info.weight {
    flex-direction: column;
    height: 51px;
    align-items: flex-end;
}

.tab-details-wrapper .row_info .title_info.weight .progress {
    max-width: 100%;
}

.tab-details-wrapper .row_info .title_info .weight_top {
    margin-top: 5px;
}

.tab-details-wrapper .row_info .title_info .weight_bot {
    margin-top: 4px;
    width: 100%;
}

.tab-details-wrapper .row_info .text-muted {
    font-size: 15px;
}

.tab-details-wrapper .row_info {
    border-top: 1px solid #46464e;
    min-height: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.25rem;
}

.tab-details-wrapper .row_info i {
    color: #ffc107;
}

.tab-details-wrapper .row_info a i {
    color: #00ccff
}

.tab-details-wrapper .row_info i.bi-copy {
    color: #fff;
}

.tab-details-wrapper .row_info .text-infocopy__big {
    margin-left: 5px;
    margin-right: -7px;
    position: relative;
    top: -2px;
    display: inline-block;
}

.tab-details-wrapper .row_info .text-infocopy__big a {
    border: none;
}

/* show more button */
.show_moretub_wrapper {
    width: 100%;
    text-align: right;
}

.show_moretub_wrapper a {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 166px;
    padding: 2px 16px;
    border: 1px solid #ff0909;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    border-radius: 3px;
    cursor: pointer;
    height: 31px;
    overflow: hidden;
    position: relative;
}

.show_moretub_wrapper a.collapsed {
    border: 1px solid hsl(144.88deg 100% 51.76% / 64%);
}

.show_moretub_wrapper a svg {
    position: absolute;
    fill: #ff0909;
    width: 11px;
    top: 50%;
    transform: translateY(-50%)rotate(45deg);
    right: 15px;
    transition: .3s;
}

.show_moretub_wrapper a.collapsed svg {
    fill: #09ff6f;
    transform: translateY(-50%)rotate(0deg);
}

.show_more-first,.show_more-second {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 166px;
    height: 35px;
    transition: .4s;
}

.show_moretub_wrapper a.collapsed .show_more-first {
    transform: translateY(-35px);
}

.show_moretub_wrapper a .show_more-first {
    transform: translateY(-2px);
}

.show_moretub_wrapper a.collapsed .show_more-second {
    transform: translateY(-35px);
}

.show_moretub_wrapper a .show_more-second {
    transform: translateY(0);
}

.show_moretub_wrapper a span {
    transition: .3s;
    font-size: .895rem;
    color: #fff;
}

.show_moretub_wrapper a small {
    color: #00000000;
    font-size: 21px;
    visibility: hidden;
}

.tab-details-wrapper #blockshow .row_info:first-child {
    border-top: 1px solid #46464e;
}

/* transactions details */
.transaction_wrapper .rowes {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative !important;
}

.transaction_wrapper_iner {
    vertical-align: top;
    display: table-cell;
    width: 100%;
}

.transaction_wrapper_arrow {
    width: 44px;
    padding: 0 10px;
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.transaction_wrapper_arrow svg {
    display: block;
    justify-self: center;
    width: 23px;
    height: 23px;
    fill: #00ccfc;
}

.direction-transaction_wrapper_arrow {
    display: flex;
    width: auto;
    position: absolute;
    height: 100%!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.tx-label {
    max-width: 5.5%;
    width: 100%;
    padding-left: 4px;
    color: #cfcfcf;
    cursor: default;
    max-width: max-content;
    margin-right: 0.015rem !important;
}
 

.tx-content {
    max-width: 94.5%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tx-io-value .text-tiny {
    margin-left: 0.25rem!important;
    font-size: 80%!important;
    font-weight: 400!important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc!important;
}

.script-pubk {
    display: block;
    cursor: default;
    width: 100%;
    max-width: max-content;
}


.tx_more {
    margin: 5px 0 0 0;
    outline: none;
    box-shadow: none;
}

.current_address-class .tx_more span{
    background: #313139;
}
.tx_more span {
    width: 33px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #17141d;
    border-radius: 3px;
}

.tx_more svg {
    width: 100%;
    max-width: 14px;
    outline: none;
    box-shadow: none;
    fill: #ff0909;
    transition: .3s;
}
.tx_more.collapsed svg{
    fill: #09ff6f;
}
 
.tx_more-box{
    border: 1px solid #313139;
    border-top-color: transparent;
    border-radius: 0 0 3px 3px;
}
.current_address-class .tx_more-box {
    border-color: #18181e;
    border-top-color: transparent;
}

.vout-script_wrapper {
    padding: 1.415rem 1.5rem .7rem;
}
.vout-script_row {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 18px;
    font-family: 'Inconsolata', monospace;
}

.vout-script_left {
    text-transform: uppercase;
    color: #7f8a95;
    font-weight: 400;
    word-break: break-word;
    vertical-align: top;
    display: table-cell;
}

.vout-script_right {
    font-weight: 500;
    word-break: break-all;
    display: table-cell;
    vertical-align: top;
    line-height: 1.4;
}

.tx-io-desc, .tx-io-value {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 7px;
    padding-left: 7px;
}

.tx-io-desc.truncated-tx-io {
    cursor: default;
    display: flex;
    flex-direction: column;
}

.tx-io-desc.truncated-tx-io a {
    padding: .25rem 0;
    color: #fff;
    font-size: 13px;
}

.tx-io-desc.truncated-tx-io i {
    color: #00ccff;
    margin-left: 0.35rem;
    font-size: 15px;
}

.tx-io-desc.truncated-tx-io a:hover {
    color: #00ccff;
}

.tx-io-desc .small {
    margin-top: 7px;
    display: block;
}

.tx-io-desc {
    max-width: 55%;
}

.tx-io-value {
    max-width: 45%;
    text-align: right;
    padding-right: 12px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tx-io-value.with-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}

@media (max-width: 1200px) {
    .tx-io-desc {
        max-width: 58%;
    }

    .tx-io-value {
        max-width: 42%;
        text-align: right;
    }
}

@media (max-width: 992px) {
    .tx-io-desc {
        max-width: 60%;
    }

    .tx-io-value {
        max-width: 40%;
        text-align: right;
    }
}

@media (max-width: 768px) {
    .tx-io-desc {
        max-width: 60%;
    }

    .tx-io-value {
        max-width: 40%;
        text-align: right;
    }
}

@media (max-width: 576px) {
    .tx-io-desc {
        max-width: 100%;
        font-size: 13px;
    }

    .tx-io-value {
        max-width: 100%;
    }
}

.tx-io-desc .text-infocopy .bi-copy {
    font-size: .75rem;
}

.tx-io-desc .text-infocopy {
    margin-left: 0.45rem !important;
}

.tx-io-desc .minericon {
    margin: 0 0 0 12px;
}

.tx-io-desc .minericon svg {
    width: 16px;
    fill: #ffc108;
}
.tx-io-desc .first_spend{
    margin: 0 0 0 11px;
    outline: none;
    max-width: 17px;
    color: #cfcfcf;
    font-size: .875rem;
}
.tx-io-desc .bi-bell-fill {
    margin: 0 0 0 .75rem;
    position: relative;
    top: 0.1rem;
    color: #09ff6f;
}

.tx-io-desc .tx_prev {
    margin-top: 11px;
}

.tx-io-desc .tx_prev a:hover i {
    color: #4481c3;
}

.tx-io-desc .tx_prev i {
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    color: #fff;
    margin-right: 6px;
    transition: .3s;
}
 

.transaction_wrapper_fullamunt {
    margin: 0.4rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-end; 
    margin-top: 18px;
    font-size: .9rem;
    text-transform: uppercase;
}
 

.tx-total {
    text-align: right;
    width: max-content; 
}
.tx-total_cm{margin-right: 15px;}
.transaction_wrapper_fullamunt .tx-total .text-tiny {
    font-size: inherit!important;
    margin-top: inherit!important;
    font-weight: 400!important;
}

/* block analisys */
.blocks_info_button.blockc_analisys i {
    transform: translateY(0px);
    transform: translateX(0px);
}

.blocks_info_button.blockc_analisys:hover i {
    transform: translateX(-4px);
}

.halfblocks-content__wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem 0 2rem;
}

.halfblocks-content {
    width: 100%;
    max-width: calc(50% - 1rem);
}

.halfblocks-content h4 {
    font-size: 1.25rem;
    font-weight: 300;
    padding: .1em 1.1em;
}

h3.table__h3, .halfblocks-content h3 {
    width: 100%;
    font-size: 18px;
    padding: 1rem 1rem 0.4rem 1rem;
    font-weight: 400;
}

.halfblocks-content .table-responsive a {
    color: #00ccff;
    font-weight: 500;
    font-size: 15px;
    word-break: break-all;
}

.table_head-text-up {
    font-size: 14px;
    font-weight: 300;
    color: #7f8a95;
}

.table_head-text-up th {
    padding: 0.25rem .875rem;
}

.halfblocks-content .table-striped>tbody>tr td {
    border: none;
}

.halfblocks-content .table-striped>tbody>tr {
    border-top: 1px solid #46464e;
}

.halfblocks-content .table-striped .data-count {
    text-align: right;
}

.halfblocks-content.paddin {
    padding: .25rem;
}

.halfblocks-content.paddin h3 {
    width: 100%;
    font-size: 18px;
    padding: 1rem 1rem 0.4rem 1rem;
}

/* transactions page */
.superlarge_tx {
    padding: 1.55rem 1.75rem;
}

.superlarge_tx span {
    margin: 0 0 15px;
    display: block;
    font-size: 15px;
}

.superlarge_tx a i {
    margin-left: 0.65rem;
    font-size: 14px;
}

.alert-min {
    margin: 0.55rem 0 1.1rem;
}

/* additionals pages */
.pagetabs_choosing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.miner-percent {
    font-size: 0.95rem;
}

.miner-table_total {
    background: #16131a;
}

.miner-table_total>th {
    padding: 0.875rem;
}

.block-count-btn, .block-count-btn.btn-primary {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    cursor: pointer;
    padding: .25rem 1.3rem;
    width: 101px;
    display: flex;
    color: rgb(9 255 111 / 100%);
    background: transparent;
    margin-right: .2rem;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.block-count-btn span {
    white-space: nowrap;
}

.block-count-btn i {
    margin-left: .25rem
}

.block-count-btn.btn-primary i.bi-arrow-down-short {
    display: none;
}

.block-count-btn.btn-outline-primary {
    color: rgb(255 255 255);
    background: #1d2127;
    border: 1px solid rgb(9 255 111 / 42%);
}

.block-count-btn.btn-outline-primary i {
    transition: .3s;
    transform: translateY(0);
}

.block-count-btn.btn-outline-primary i.bi-check-lg {
    display: none;
}

.block-count-btn.btn-outline-primary:hover i {
    transform: translateY(5px);
}

.dropdown .dropdown_ckeck-toggle {
    color: rgb(255 255 255);
    background: #1d2127;
    border: 1px solid rgb(9 255 111 / 42%);
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    cursor: pointer;
    padding: 0.25rem 1.3rem;
    display: flex;
    margin-right: 0.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.dropdown .dropdown_ckeck-toggle i {
    margin-left: .55rem;
}

.dropdown .dropdown_ckeck-toggle i.bi-dash-square {
    display: none;
}

.dropdown .dropdown_ckeck-toggle.dropdown-toggle.show {
    color: #09ff6f;
}

.dropdown .dropdown_ckeck-toggle.dropdown-toggle.show i.bi-plus-square {
    display: none;
}

.dropdown .dropdown_ckeck-toggle.dropdown-toggle.show i.bi-dash-square {
    display: block;
}

.dropdown-menu.dropdown_ckeck-toggle__menu a.dropdown-item {
    padding: 0.35rem 1.4rem;
    margin: .15rem 0;
    font-size: 15px;
}

.dropdown-menu.dropdown_ckeck-toggle__menu a.dropdown-item:hover {
    color: rgb(9 255 111 / 100%);
}

.dropdown-menu.dropdown_ckeck-toggle__menu a.dropdown-item.none_active {
    color: #877d7d;
    cursor: default;
}

.dropdown-menu.dropdown_ckeck-toggle__menu a.dropdown-item.none_active:hover {
    color: #877d7d;
}

.light-buttons {
    border: 1px solid #ffffff5c;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    cursor: pointer;
    padding: 0.025rem 0.2rem;
    width: 101px;
    display: flex;
    color: rgb(9 255 111 / 100%);
    background: transparent;
    margin-right: 0.2rem;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.light-buttons:hover {
    color: #fff;
}

/* ---------- */
.fee-rate-btn {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    margin-right: 0.75rem;
    border-radius: 0.25rem;
    height: 32px;
    padding: 0 12px;
    line-height: inherit;
    display: inline-flex;
    align-items: center;
}

.fee-rate-btn:hover {
    color: rgb(9 255 111 / 100%);
}

/* 404 */
.page-wrapper__notfound {
    width: 100%;
    max-width: 1060px;
    margin: 2rem auto;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.container_for-numbers {
    position: relative;
    left: 0;
    right: 0;
    top: 40%;
    text-align: center;
    font-size: 9rem;
    color: #fff;
    font-family: "Source Code Pro", monospace;
    font-weight: 100;
}

.container_for-numbers span {
    padding: 0 5vw;
    transition: all 1s;
}

.page-wrapper__notfound h5 {
    font-size: 2.75rem;
    font-weight: 400;
    margin: 5px 0 2rem;
}

.page-wrapper__notfound strong {
    font-size: 1.1rem;
    text-align: center;
    font-weight: 300;
    width: 100%;
    max-width: 720px;
}

.page-wrapper__notfound a {
    font-family: "Source Code Pro", monospace;
    color: #09ff6f;
    font-weight: 200;
    text-decoration: none;
    border-bottom: 1px dashed #09ff6f;
}

.page-wrapper__notfound a:hover {
    border-bottom: 1px solid #09ff6f;
}

/* api docs */
.apidocs__wrapper {
    margin: 1rem auto;
    justify-content: space-around;
}

.apidocs__wrapper-content {
    padding: 18px;
    border: 1px solid rgb(255 255 255 / 8%);
    margin-top: 1.1rem;
}

.apidocs__wrapper .col-md-3 {
    -webkit-box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    background-color: #1d1924;
    border: 1px solid hsl(0deg 0% 0%);
    border-radius: 3px;
    padding: 25px 20px;
}

.apidocs__wrapper .col-md-3 .mb-section li {
    font-family: "Source Code Pro", monospace;
    margin: 4px 0;
}

.apidocs__wrapper .col-md-3 .mb-section li a {
    position: relative;
    max-width: max-content;
    display: block;
    width: 100%;
}

.apidocs__wrapper .col-md-3 .mb-section li a:hover {
    color: #09ff6f;
}

.apidocs__wrapper .col-md-3 .mb-section li a.icon__succes {
    color: #09ff6f;
}

.apidocs__wrapper .col-md-3 .mb-section li a.icon__succes:before {
    content: "\f633";
    position: absolute;
    right: -20px;
    font-size: 17px;
    color: #09ff6f;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.apidocs__wrapper .col-md-3 h3.h5 {
    font-size: 1.1rem;
}

.btn-execute {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 166px;
    padding: 0;
    border: 1px solid #0094b9;
    transition: .3s;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 64%);
    border-radius: 3px;
    cursor: pointer;
    background: #0094b9;
    margin: 1rem 0 0;
    color: #fff;
    position: relative;
}

.btn-execute:hover, .btn-execute:active {
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 7%), 0 2px 1px 0 rgb(0 0 0 / 21%), 0 1px 3px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 7%), 0 2px 1px 0 rgb(0 0 0 / 21%), 0 1px 3px 0 rgb(0 0 0 / 30%);
}

.btn-execute input:active, .btn-execute input:focus-within, .btn-execute input:focus, .btn-execute input {
    width: 100%;
    min-width: 100%;
    position: relative;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 20;
    color: #fff;
    text-align: left;
    padding: 7px 12px 7px 25px;
}

.btn-execute i.bi-arrow-repeat {
    position: absolute;
    right: 25px;
    color: #fff;
    font-size: 17px;
    transform: translate(0px, 0px) rotate(0deg);
    transition: .3s;
}

.btn-execute:hover i.bi-arrow-repeat {
    transform: translate(0px, -2px) rotate(180deg);
}

/* animated big pic logo */
.stclass0 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
}

.stclass1 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0397,4.0397;
}

.stclass2 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0194,4.0194;
}

.stclass3 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9898,3.9898;
}

.stclass4 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9579,3.9579;
}

.stclass5 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9237,3.9237;
}

.stclass6 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9462,3.9462;
}

.stclass7 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4,4;
}

.stclass8 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9647,3.9647;
}

.stclass9 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0085,4.0085;
}

.stclass10 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9781,3.9781;
}

.stclass11 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.1501,4.1501;
}

.stclass12 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0863,4.0863;
}

.stclass13 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0143,4.0143;
}

.stclass14 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0231,4.0231;
}

.stclass15 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9595,3.9595;
}

.stclass16 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.9946,3.9946;
}

.stclass17 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0275,4.0275;
}

.stclass18 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.1408,4.1408;
}

.stclass19 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.4511,4.4511;
}

.stclass20 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.1512,4.1512;
}

.stclass21 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0947,4.0947;
}

.stclass22 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.2501,4.2501;
}

.stclass23 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0812,4.0812;
}

.stclass24 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.4202,3.4202;
}

.stclass25 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.988,3.988;
}

.stclass26 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.0185,4.0185;
}

.stclass27 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.8544,3.8544;
}

.stclass28 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 5.132,5.132;
}

.stclass29 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.8,4.8;
}

.stclass30 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.501,4.501;
}

.stclass31 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.0119,3.0119;
}

.stclass32 {
    fill: none;
}

.stclass33 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4.3948,4.3948;
}

.stclass34 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 3.5163,3.5163;
}

.stclass35 {
    fill: none;
    stroke: #FFFFFF;
    stroke-miterlimit: 10;
}

.stclass36,.stclass37,.stclass38 {
    fill: none;
    stroke: #09FF6F;
    stroke-miterlimit: 10;
    stroke-dasharray: 4,4;
}

#Logo {
    opacity: .8
}

.animated1 .stclass2 {
    animation: 7s linear infinite;
    animation-name: rotate-0;
}

.animated1 .stclass1, .animated1 .stclass3 {
    animation: 7s linear infinite;
    animation-name: rotate-1;
}

.animated1 .stclass4, .animated1 .stclass5 {
    animation: 9s linear infinite;
    animation-name: rotate-0;
}

.animated1 .stclass6, .animated1 .stclass7 {
    animation: 9s linear infinite;
    animation-name: rotate-1;
}

.animated2 .stclass8, .animated2 .stclass10, .animated2 .stclass13 {
    animation: 8s linear infinite;
    animation-name: rotate-0;
    opacity: .8
}

.animated2 .stclass11, .animated2 .stclass12, .animated2 .stclass9, .animated2 .stclass2 {
    animation: 8s linear infinite;
    animation-name: rotate-1;
    opacity: .8
}

.animated3 .stclass14, .animated3 .stclass15, .animated3 .stclass16, .animated3 .stclass17, .animated3 .stclass19, .animated3 .stclass21, .animated3 .stclass22, .animated3 .stclass25, .animated3 .stclass27, .animated3 .stclass38 {
    animation: 10s linear infinite;
    animation-name: rotate-0;
}

.animated3 .stclass18, .animated3 .stclass26, .animated3 .stclass20, .animated3 .stclass24, .animated3 .stclass23, .animated3 .stclass28, .animated3 .stclass29, .animated3 .stclass30, .animated3 .stclass31, .animated3 .stclass32, .animated3 .stclass33, .animated3 .stclass34, .animated3 .stclass35, .animated3 .stclass36, .animated3 .stclass37 {
    animation: 10s linear infinite;
    animation-name: rotate-1;
}

@keyframes rotate-0 {
    from {
        stroke-dashoffset: 100;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes rotate-1 {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 100;
    }
}

/* contact form */
.contact__block-wrapper {
    padding-top: 15rem;
    height: 52rem;
    margin-bottom: 0rem;
}

.contact__block-line {
    background: #09ff6f;
    width: 100%;
    padding: 1.25rem 0;
}

.contact__block-inner {
    position: relative;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.contact__block-info {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 500px;
    width: 100%;
    color: #000;
    flex: 1 0 45%;
}

.contact__block-info h5 {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    word-wrap: break-word;
    max-width: 430px;
}

.contact__block-info p {
    font-size: 1rem;
    letter-spacing: .24px;
    line-height: 1.8;
    max-width: 430px;
}

.contact__block-formwrapper {
    flex: 1 0 55%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__block {
    width: 100%;
    max-width: 530px;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #21212a;
    padding: 2rem 4rem;
    min-height: 450px;
}

.contact__block form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.contact__block-group {
    width: 100%;
    max-width: 100%;
}

.contact__block-group .form-control {
    border-radius: 0;
    -webkit-box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 5px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 3px 1px 2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 47%), 0 1px 2px 1px rgb(0 0 0 / 42%);
    height: 52px;
    margin: 26px 0;
    background: #21212a;
    border: 1px solid #6b6b7a;
}

.contact__block-group textarea.form-control {
    height: 10rem;
    resize: none;
}

.contact__block-group .form-control::placeholder {
    color: #c5c5c5;
}

.contact__block-button {
    width: 100%;
    max-width: 100%;
    flex: 1 0 100%;
    text-align: center;
}

.contact__block-button .btn-execute {
    background: #09ff6f;
    border: 1px solid #09ff6f;
    margin: 1rem auto;
}

.contact__block-button .btn-execute input {
    color: #000
}

.contact__block-button .btn-execute svg {
    fill: #000;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 35px;
    transform: translateX(0px);
    transition: .3s;
}

.contact__block-button .btn-execute:hover svg {
    transform: translateX(5px)scale(1.1);
}

/* blocks main page*/
.blocks_mainpage_wrapper {
    display: flex;
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    padding: 0.75rem 0rem 1.75rem;
}

.blocks_mainpage_wrapper-inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.blocks_mainpage_wrapper-block {
    width: 100%;
    max-width: calc(33% - 20px);
    flex: 1 0 calc(33% - 20px);
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
    background: #21212a;
    border-radius: 3px;
    -webkit-box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 20%), 0 2px 6px 0 rgb(0 0 0 / 24%), 0 1px 18px 0 rgb(0 0 0 / 19%);
    border: 1px solid hsl(0deg 0% 0%);
    min-height: 230px;
    height: 230px;
    border: 1px solid rgb(0 0 0);
    transition: .3s;
}

.blocks_mainpage_wrapper-block:hover {
    border: 1px solid #4481c3;
}

.blocks_mainpage_wrapper-block_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .9rem 1rem;
    border-bottom: 1px solid #000000;
    font-size: .93rem;
}

.blocks_mainpage_wrapper-block_head .monospace.text-right {
    color: #fff;
    font-size: .9rem;
    position: relative;
    padding-right: 15px;
}

.blocks_mainpage_wrapper-block_head .monospace.text-right .bi-info-circle {
    color: #ffc107;
    font-size: .85rem;
    transform: translate(5px, -3px);
    position: absolute;
}

.block_head-svg {
    width: 100%;
    max-width: 22px;
    fill: #00ccff;
    margin-right: 7px;
    transition: .3s;
}

.blocks_mainpage_wrapper-block_body {
    padding: .45rem 1rem;
    height: calc(100% - 54px);
    min-height: calc(100% - 54px);
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.blocks_mainpage_wrapper-block_body .monospace.text-right .block_link {
    padding: 1rem 0 1.35rem;
    font-size: .95rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.blocks_mainpage_wrapper-block:hover .block_link svg {
    fill: #4481c3
}

.blocks_mainpage_wrapper-block_body .grey {
    margin-right: 7px;
    color: #cbcbcb;
}

.blocks_mainpage_wrapper-block_body .blocks-miner>span {
    font-size: .87rem;
}

.blocks_mainpage-flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.9rem;
    padding: .37rem 0;
}

.blocks_mainpage-flex .text-tiny {
    margin-top: 0;
    font-size: 0.9rem!important;
}

.blocks_mainpage_wrapper-block_body .highlighted-text {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 0.5rem;
}

.blocks_mainpage_wrapper-block_body .highlighted-text .monospace {
    font-size: .9rem;
    width: 100%;
    padding: 15px 0;
}

/* footer */
.stfooter0 {
    fill: #17141d;
}

.stfooter1 {
    fill: #fff;
    transition: .3s;
}

.footer_wrapper {
    display: flex;
    padding: 4.1rem 1rem 3.1rem;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}

.footer_wrapper-columns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1 0 calc(67%/3);
    width: 100%;
    max-width: calc(67%/3);
    padding: 1rem 1.4rem;
    min-height: 100%;
}

.footer_wrapper-columns:first-child {
    justify-content: space-between;
    flex: 1 0 30%;
    width: 100%;
    max-width: 30%;
}

.copyright-block {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 1rem 0;
}

.footer_wrapper .logo {
    width: 100%;
    margin: 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1.1rem;
}

.footer_wrapper .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer_wrapper .logo a:hover .stfooter1 {
    fill: #09FF6F
}

.footer_wrapper .logo span {
    text-align: left;
    font-size: 1.52rem;
    margin: 0;
    margin-left: .8rem;
    color: #ffffff;
}

.footer_wrapper .logo svg {
    width: 100%;
    max-width: 52px;
}

.footer_wrapper .socials {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer_wrapper-columns a.follow-links {
    display: block;
    margin: 2rem .4rem 1.1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer_wrapper-columns a.follow-links svg {
    -webkit-box-shadow: 0 3px 2px -2px rgb(0 0 0 / 71%), 0 2px 4px 0 rgb(0 0 0 / 73%), 0 2px 5px 0 rgb(0 0 0);
    box-shadow: 0 3px 2px -2px rgb(0 0 0 / 71%), 0 2px 4px 0 rgb(0 0 0 / 73%), 0 2px 5px 0 rgb(0 0 0);
    border-radius: 5px;
}

.footer_wrapper-columns span {
    width: 100%;
    margin-bottom: 15px;
    color: #ffffff;
}

.footer_wrapper-columns h6 {
    margin-bottom: 1rem;
}

.footer_wrapper-columns a {
    color: #d3d2d2;
    margin: 0 0 .9rem;
    padding: .15rem 0;
}

.footer_wrapper-columns a:hover {
    color: #00ccff
}

.footer {
    border-top: 1px solid #4e555d;
}

footer {
    padding-top: 4rem;
}

.footer_wrapper-columns a.notactive {
    color: #876868;
}

/* legal pages */
.legal_wrapper {
    font-family: Rubik, sans-serif;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01071em;
    padding: 1.5rem 1.25rem;
}

.legal_wrapper h1 {
    margin: 7px 0 10px;
    font-size: 34px;
    font-weight: 400;
}

.legal_wrapper h2 {
    margin: 52px 0 21px;
    font-size: 30px;
    font-weight: 400;
}

.legal_wrapper strong {
    font-size: 18px;
    font-weight: 500;
    margin: 6px 0 ;
}

.legal_wrapper em {
    color: #e3e3e3;
    font-weight: 400;
    margin: 3px 0 24px;
    font-size: 14px;
    display: block;
}

.legal_wrapper p {
    font-size: 16px;
    margin: 7px 0;
    color: #e3e3e3;
}

.legal_wrapper ul {
    margin: 3px 0;
}

.legal_wrapper ul li {
    font-size: 16px;
    margin: 15px 0;
}

.legal_wrapper a {
    color: #00ccff;
}

.legal_wrapper a:hover {
    color: #00ccff;
    text-decoration: underline;
}

/* about blocks */
.main_aboutblocks {
    padding: calc(5rem + 5vh) 30px calc(2rem + 1vh);
}

.main_aboutblocks h2 {
    font-size: 3.25rem;
    font-weight: 500;
    display: block;
    letter-spacing: inherit;
    line-height: 1.3;
    text-align: center;
}

.main_aboutblocks p {
    font-size: 1.1rem;
    display: block;
    margin: 4rem auto 2.1rem;
    color: #fff;
    letter-spacing: .24px;
    line-height: 1.8;
    max-width: 760px;
    font-weight: 400;
}

.first_tx_descr {
    margin: 1.245rem 0 .45rem;
}

.first_tx_descr i {
    font-size: 18px;
    margin-right: 7px;
}

.utxo_explaine .show_moretub_wrapper.more_mainpage {
    text-align: left;
}

.utxo_explaine .show_moretub_wrapper.more_mainpage a span, .utxo_explaine .show_moretub_wrapper.more_mainpage a.collapsed span {
    font-size: .95rem;
}

.utxo_explaine .show_moretub_wrapper.more_mainpage a, .utxo_explaine .show_moretub_wrapper.more_mainpage a.collapsed {
    max-width: 211px;
}

.utxo_explaine .show_moretub_wrapper.more_mainpage a svg {
    transform: translateY(-85%)rotate(-90deg);
}

.utxo_explaine .show_moretub_wrapper.more_mainpage a.collapsed svg {
    transform: translateY(-50%)rotate(90deg);
}

.utxo_explaine p {
    font-size: .95rem;
}

.utxo_explaine h6 {
    font-size: 1.24rem;
    margin: 1.64rem 0 0.75rem;
}

.utxo_explaine img {
    position: relative;
    width: 100%;
    max-width: 760px;
    margin: 2rem auto 2rem;
    display: block;
    background: #17141d;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 4px -2px rgb(0 0 0 / 31%), 0 2px 6px 0 rgb(0 0 0 / 36%), 0 1px 18px 0 rgb(0 0 0 / 56%);
    box-shadow: 0 3px 4px -2px rgb(0 0 0 / 31%), 0 2px 6px 0 rgb(0 0 0 / 36%), 0 1px 18px 0 rgb(0 0 0 / 56%);
}
