@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-UltraLight.eot);
    src: local('Carmen Sans UltraLight'), local('CarmenSans-UltraLight'), url(/css/carmen/CarmenSans-UltraLight.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-UltraLight.woff2) format('woff2'), url(/css/carmen/CarmenSans-UltraLight.woff) format('woff'), url(/css/carmen/CarmenSans-UltraLight.ttf) format('truetype');
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-Light.eot);
    src: local('Carmen Sans Light'), local('CarmenSans-Light'), url(/css/carmen/CarmenSans-Light.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-Light.woff2) format('woff2'), url(/css/carmen/CarmenSans-Light.woff) format('woff'), url(/css/carmen/CarmenSans-Light.ttf) format('truetype');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-Medium.eot);
    src: local('Carmen Sans Medium'), local('CarmenSans-Medium'), url(/css/carmen/CarmenSans-Medium.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-Medium.woff2) format('woff2'), url(/css/carmen/CarmenSans-Medium.woff) format('woff'), url(/css/carmen/CarmenSans-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-SemiBold.eot);
    src: local('Carmen Sans SemiBold'), local('CarmenSans-SemiBold'), url(/css/carmen/CarmenSans-SemiBold.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-SemiBold.woff2) format('woff2'), url(/css/carmen/CarmenSans-SemiBold.woff) format('woff'), url(/css/carmen/CarmenSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-ExtraBold.eot);
    src: local('Carmen Sans ExtraBold'), local('CarmenSans-ExtraBold'), url(/css/carmen/CarmenSans-ExtraBold.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-ExtraBold.woff2) format('woff2'), url(/css/carmen/CarmenSans-ExtraBold.woff) format('woff'), url(/css/carmen/CarmenSans-ExtraBold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-Heavy.eot);
    src: local('Carmen Sans Heavy'), local('CarmenSans-Heavy'), url(/css/carmen/CarmenSans-Heavy.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-Heavy.woff2) format('woff2'), url(/css/carmen/CarmenSans-Heavy.woff) format('woff'), url(/css/carmen/CarmenSans-Heavy.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-Regular.eot);
    src: local('Carmen Sans Regular'), local('CarmenSans-Regular'), url(/css/carmen/CarmenSans-Regular.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-Regular.woff2) format('woff2'), url(/css/carmen/CarmenSans-Regular.woff) format('woff'), url(/css/carmen/CarmenSans-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Carmen Sans';
    src: url(/css/carmen/CarmenSans-Bold.eot);
    src: local('Carmen Sans Bold'), local('CarmenSans-Bold'), url(/css/carmen/CarmenSans-Bold.eot?#iefix) format('embedded-opentype'), url(https://bitcana.paranorm.pro/css/carmen/CarmenSans-Bold.woff2) format('woff2'), url(/css/carmen/CarmenSans-Bold.woff) format('woff'), url(/css/carmen/CarmenSans-Bold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

:root {
    --blue: #5556fd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #637382;
    --gray-dark: #363d47;
    --primary: #5556fd;
    --secondary: #637382;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f3f6f9;
    --dark: #363d47;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Carmen, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

nav {
    display: block
}

body {
    margin: 0;
    font-family: Carmen, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373857;
    text-align: left;
    background-color: #fff
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

small {
    font-size: 80%
}

a {
    color: #5556fd;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #090bfc;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

h1,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: 2.1875rem
}

h4 {
    font-size: 1.3125rem
}

h5 {
    font-size: 1.2rem
}

h6 {
    font-size: 1.2rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small {
    font-size: 80%;
    font-weight: 400
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-12,
.col-lg-12,
.col-md-12,
.col-md-3,
.col-md-4,
.col-md-8,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-xl-12,
.col-xl-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:576px) {
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #373857;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .437rem 1rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #373857;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(85, 86, 253, .25)
}

.btn:disabled {
    opacity: .65
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2324fc;
    border-color: #1617fc
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(111, 111, 253, .5)
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.dark-bg {
    background: #212121;
}
.monitor-bg {
    background-image: url(/img/bg.png);
    background-repeat: repeat-y;
    background-size: 100%;
    background-color: #1f2023;
}
.place-center {
    margin: 0 auto;
}
.number {
    padding-right: 15px;
    font-size: 0.7rem;
}
.mg-0 {
    margin: 0;
}
.validator a {
    color: #000;
    text-decoration: none;
}


.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(230, 231, 239, .85);
    border-radius: 0
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f3f3fb;
    border-bottom: 1px solid rgba(230, 231, 239, .85)
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.list-group-item:disabled {
    color: #637382;
    pointer-events: none;
    background-color: #fff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.bg-transparent {
    background-color: transparent !important
}

.rounded-circle {
    border-radius: 50% !important
}

.d-none {
    display: none !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: flex !important
}

.subscribe {
    padding: 26px 0 0 0;
}
.content-button {
    padding: 0.7rem 3rem;
}

@media (min-width:576px) {
    .d-sm-flex {
        display: flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

@supports (position:sticky) {
}

.mb-0 {
    margin-bottom: 0 !important
}

.p-0 {
    padding: 0 !important
}

@media (min-width:992px) {
    .text-lg-right {
        text-align: right !important
    }
}

@media print {
    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    img {
        page-break-inside: avoid
    }
    p {
        orphans: 3;
        widows: 3
    }
    @page {
        size: a3
    }
    body {
        min-width: 992px !important
    }
}

::selection {
    background-color: #5556fd;
    color: #fff
}

hr {
    border-color: #e9ecf1
}

h1,
h4,
h5,
h6 {
    font-weight: 500
}

.btn {
    font-size: inherit;
    transition: all .2s
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:active,
.btn:focus {
    box-shadow: none
}

.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #d91a72;
    border-color: #ce196c
}

.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 .2rem rgba(235, 91, 157, .5)
}

.btn-brand-01 {
    background-color: #f44336;
    border-color: transparent;
    color: #fff
}

.btn-brand-01:focus,
.btn-brand-01:hover {
    background-color: #b33228;
    border-color: transparent;
    color: #fff
}

.card {
    border-radius: 0;
    border-color: rgba(230, 231, 239, .85);
    box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, .04);
    transition: all .25s
}

@media (prefers-reduced-motion:reduce) {
    .card {
        transition: none
    }
}

.card-header {
    padding: 12px 15px
}

@media (min-width:576px) {
    .card-header {
        padding: 20px
    }
}

.card-header .nav-card-icon {
    line-height: 0
}

.card-body {
    padding: 15px
}

@media (min-width:576px) {
    .card-body {
        padding: 20px
    }
}

.row-sm {
    margin-left: -10px;
    margin-right: -10px
}

.row-sm>div {
    padding-left: 10px;
    padding-right: 10px
}

.list-group-item {
    padding: 10px 15px;
    border-color: rgba(230, 231, 239, .85);
    box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, .04)
}

.avatar {
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 10px
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.avatar-sm {
    width: 32px;
    height: 32px
}

.avatar-md {
    width: 60px;
    height: 60px
}

.card-hover {
    transition: all .25s
}

@media (prefers-reduced-motion:reduce) {
    .card-hover {
        transition: none
    }
}

.card-hover:focus,
.card-hover:hover {
    box-shadow: 0 4px 12px 0 rgba(131, 146, 165, .15), 2px 2px 5px 0 rgba(60, 70, 83, .04);
    border-color: rgba(214, 216, 229, .85)
}

.card-value {
    color: #000
}

.nav-card-icon {
    align-items: center
}

.nav-card-icon a {
    color: #919fac
}

.nav-card-icon a:focus,
.nav-card-icon a:hover {
    color: #5556fd
}

.nav-card-icon a+a {
    margin-left: 5px
}

.chart-legend {
    display: flex;
    align-items: center
}

.chart-legend label {
    margin: 0;
    font-size: 11px;
    color: #575d78
}

.chart-legend label+label {
    margin-left: 10px
}

.chart-legend span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 2px
}

body {
    min-height: 100vh;
    background-attachment: fixed
}

@media (min-width:1281px) {
    body {
        font-size: 14px
    }
}

.content {
    position: relative;
    min-height: 100vh
}

.content.content-page .content-header {
    padding-bottom: 15px;
    background-image: url(/img/head.png);
    background-repeat: repeat;
    background-color: #3c076b;
}

@media (min-width:576px) {
    .content.content-page .content-header {
        padding-bottom: 20px
    }
}

.content.content-page .content-header .btn {
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    overflow: hidden;
}
.wrap {
    min-height: 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content.content-page .content-header .btn:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0; left: 0;
    opacity: 0.5;
    filter: blur;
    background: linear-gradient(to left, transparent 0%, #fff 40%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 5s infinite;
}

@keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }
    20% {
        transform: translate(100%, -25%) rotate(10deg);
    }
    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}

.content-header {
    display: flex;
    align-items: center;
    padding: 20px 15px 10px;
    position: relative
}

@media (min-width:576px) {
    .content-header {
        padding: 20px 20px 15px
    }
}

@media (min-width:992px) {
    .content-header {
        padding-bottom: 23px
    }
}

.content-header .validator-name {
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between
}

.content-header .validator-name h4 {
    color: #fff;
    word-break: break-all;
}

.content-title {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
    text-indent: -1px
}

@media (min-width:576px) {
    .content-title {
        margin-bottom: 0
    }
}

@media (min-width:992px) {
    .content-title {
        font-size: 28px
    }
}

.content-title-xs {
    font-size: 20px
}

@media (min-width:992px) {
    .content-title-xs {
        font-size: 26px
    }
}

.content-body {
    padding: 0 15px 15px;
    position: relative
}

@media (min-width:576px) {
    .content-body {
        padding: 0 20px 20px
    }
}

.content-footer {
    padding: 10px 15px;
    font-size: 12px;
    color: rgba(55, 56, 87, .6)
}

@media (min-width:576px) {
    .content-footer {
        padding: 20px
    }
}

.content-footer a {
    color: #525252;
    text-decoration: underline
}

.content-footer a:focus,
.content-footer a:hover {
    color: #b4b4b4
}

.content-footer p {
    color: #525252;
}

.content-label {
    font-size: 12px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Carmen, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 15px
}

.card-analytics-two .card-header {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card-analytics-two .card-body {
    padding: 0
}

.card-analytics-two .list-group-item {
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 10px 12px
}

.card-analytics-two .list-group-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    border-radius: 100%
}

.card-analytics-two .list-group-icon img {
    width: 30px;
    height: auto;
}

.card-analytics-two .list-body {
    flex: 1;
    margin-left: 10px;
    word-break: break-all;
}

.card-analytics-two .list-body h6 {
    font-size: 14px;
    margin-bottom: 2px
}

.card-analytics-two .list-visit {
    font-family: Carmen, sans-serif;
    font-weight: 400;
    color: #06072d;
    margin-left: 10px;
    text-align: right;
    font-size: 13px
}

.card-profile-visits {
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}
.card-analytics-two .validator-head {
    background-color: #f9f9fd;
    font-weight: 600;
}
.card-analytics-two .list-moniker {
    flex: 1;
    margin-left: 10px;
    word-break: break-all;
}
.card-analytics-two .list-moniker h6{
    font-size: 14px;
    margin-bottom: 2px;
}
.card-analytics-two .list-moniker a{
    color: #373857;
}
.card-analytics-two .list-moniker a:hover{
    color: #E59636;
}
.card-analytics-two .list-moniker a:focus, .card-analytics-two .list-moniker a:active{
    color: #E59636;
}
.card-analytics-two .list-coins {
    flex: 1;
    margin-left: 10px;
}
.card-analytics-two .list-commission {
    flex: 1;
    margin-left: 10px;
}
.card-analytics-two .list-rewards {
    flex: 1;
    margin-left: 10px;
}
.card-analytics-two .list-share {
    flex: none;
    margin-left: 10px;
}



@media (min-width:992px) {
    .card-profile-visits {
        padding: 15px
    }
}

.card-cash-flow .card-value {
    color: #06072d;
    font-family: Carmen, sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 2px
}

.card-cash-flow .card-value small {
    font-size: 12px;
    font-weight: 300;
    color: rgba(55, 56, 87, .6);
    text-transform: uppercase;
    margin-left: 2px
}

.card-task-one .card-body {
    padding: 20px
}

.card-task-one .card-value {
    font-family: Carmen, sans-serif;
    font-weight: 400;
    font-size: 35px;
    display: flex;
    align-items: baseline;
    letter-spacing: -1px;
    margin-bottom: 0
}

.card-task-one .card-value span {
    font-size: 13px;
    letter-spacing: normal;
    display: flex;
    align-items: baseline;
    margin-left: 2px
}

.card-task-one .card-desc {
    font-size: 10px;
    color: #919fac;
    margin-bottom: 0
}

.card-profile-sidebar .card-header {
    padding: 15px;
    border-bottom-width: 0
}

.header-search {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding: 0 7px;
    height: 36px;
    background-color: #fff;
    border: 1px solid #d9dfe7;
    transition: none;
}

.header-search svg {
    stroke-width: 2.5px;
    color: #373857;
    width: 18px;
    height: 18px;
    overflow: hidden;
    vertical-align: middle;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.874rem + 2px);
    padding: 0.437rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373857;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9dfe7;
    border-radius: 0;
    transition: none;
}

.header-search .form-control {
    border-radius: 0;
    background-color: transparent;
    border-width: 0;
    padding: 0;
    margin-left: 10px;
    width: 250px;
    outline: none;
}

@media (max-width: 551.98px) {
    .header-search .form-control {
        width: 12rem;
    }
}
.header-search .form-control:focus {
    box-shadow: none;
    color: #06072d;
}
.header-search.active {
    background-color: #fff;
    border-color: #c4cdd6;
    box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15), 0 1px 3px 0 rgba(131, 146, 165, 0.2);
}
.monitoring-page .content .content-header {
    background: none;
    background-image: none;
}

.monitoring-head h4 {
    color: #fff;
}

.delegator-link{
    color: #363636;
}
.delegator-link:hover{
    color: #ff6d00;
}
}
.delegator-link:active, .delegator-link:focus{
    color: #ff6d00;
}
.self-delegator-link{
    color: #ff6d00;
}
.self-delegator-link:hover,.self-delegator-link:active,.self-delegator-link:focus{
    color: #ff6d00;
}
#staking {
    height: 400px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
.highcharts-color-0 {
    fill: #037257;
}
.highcharts-color-1 {
    fill: #C1010E;
}
.highcharts-color-2 {
    fill: #1674FF;
}
.chart-controls{
    display:flex;
    gap:8px;
    margin: 0 0 12px 0;
}
.chart-controls .btn{
    padding: 5px 5px;
    border: 1px solid #ddd;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}
.chart-controls .btn:hover{
    background: #ff6d00;
    color: #fff;
}
.chart-controls .btn.is-active{
    background: #3c096c;
    color: #fff;
}
#staking .highcharts-loading{
  position: absolute !important;
  inset: 0 !important;
  width: 100%;
  height: 100%;
  background: transparent;
  text-align: initial;
  pointer-events: none;
}
#staking .highcharts-loading-inner{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  line-height: normal !important;
  white-space: nowrap !important;
}
.graph-load{ display:block; }
.graph-load-img{
  display:block;
  width:48px;
  height:48px;
  animation:spin 3s linear infinite;
  -webkit-transform: translateZ(0);
  will-change: transform;
}
@keyframes spin{ 0%{transform:rotate(0)} 100%{transform:rotate(360deg)} }
#staking{ position: relative; }
.danger-top{
    color: #dc3545;
}
.warning-top{
    color: #ff9e00;
}
.card-profile-visits .card-desc{
    font-size: 10px;
    color: #919fac;
    margin-bottom: 0;
}

#delegators-pager{
    margin: 10px 0;
}
.pagination{
    font-size: 0.875rem;
    align-items: stretch;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}
.page-indicator{
    height: 100%;
    color: #373857;
    position: relative;
    display: block;
    padding: 0.5rem 0.85rem;
    margin-left: -1px;
    line-height: 1.367;
}
.page-link {
    height: 100%;
    border-color: rgba(230, 231, 239, 0.85);
    color: #373857;
    position: relative;
    display: block;
    padding: 0.5rem 0.85rem;
    margin-left: -1px;
    line-height: 1.367;
    background-color: #3c076b;
    border: 1px solid;
}
.page-link:hover{
    color: #fff;
    background-color: #ff6d00;
}
.page-link-icon {
    padding-left: 9px;
    padding-right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-link-icon svg {
    width: 15px;
    height: 15px;
    stroke-width: 2.5px;
    overflow: hidden;
    vertical-align: middle;
    stroke: #fff;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item.disabled .page-link {
    border-color: rgba(230, 231, 239, 0.85);
    color: #c4cdd6;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
}
.page-item.disabled .page-link svg {
    stroke: #c4cdd6;
}
.bg-primary{
    background-color: #3c096c;
}
.bg-secondary{
    background-color: #ff6d00;
}
.bg-grey{
    background-color: #706f6f;
}
.bg-green{
    background-color: #0e5e57;
}
.bg-red {
    background-color: #78301a
}
.bg-transparent {
    background-color: transparent
}
.bg-islm {
    background-color: #3ab974;
}
.bg-gray-200 {
    background-color: #e9ecf1;
}
.bg-delegation {
    background-color: #3c096c;
}
.bg-undelegation {
    background-color: #ff6d00;
}

.table-responsive{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #373857;
    border-spacing: 0;
}
.validators-list-icon img{
    width: 30px;
    height: auto;
}
.table thead > tr {
    background-color: #f9f9fd;
}
.table thead > tr th, .table thead > tr td {
    font-size: 12px;
    text-align: right;
    padding: 8px 10px; 
}
.table thead > tr th:first-child, .table thead > tr td:first-child {
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: bottom;
    padding: 8px 10px;
}
.table thead > tr th:last-child, .table thead > tr td:last-child, .table tbody > tr th:last-child, .table tbody > tr td:last-child {
    padding-right: 20px;
}

.table tbody > tr th:first-child, .table tbody > tr td:first-child {
    text-align: left;
    color: #373857;
}
.table tbody > tr th, .table tbody > tr td {
    text-align: right;
    font-size: 13px;
    color: #575d78;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 1.5;
    border-top: 1px solid rgba(230, 231, 239, 0.85);
    padding: 8px 10px;
}
.table tbody > tr th span, .table tbody > tr td span{
    font-size: 9px;
    padding: 0 0 0 1px;
    color: #999;
}


@media (min-width: 576px) {
    .table thead > tr th:first-child, .table thead > tr td:first-child, .table tbody > tr td:first-child{
        padding-left: 20px;
    }
    .table thead > tr th, .table thead > tr td {
        padding: 8px 0;
    }
    .table tbody > tr th, .table tbody > tr td {
        padding: 10px 0;
    }
}


@media (min-width:576px) {
    .bd-sm-l {
        border-left: 1px solid #d9dfe7
    }
}

.ht-100p {
    height: 100%
}

.mg-b-0 {
    margin-bottom: 0
}

.mg-l-2 {
    margin-left: 2px
}

.mg-b-3 {
    margin-bottom: 3px
}

.mg-b-5 {
    margin-bottom: 5px
}

.mg-l-5 {
    margin-left: 5px
}

.mg-y-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mg-b-10 {
    margin-bottom: 10px
}

.mg-t-15 {
    margin-top: 15px
}

.mg-b-15 {
    margin-bottom: 15px
}

.mg-l-15 {
    margin-left: 15px
}

.mg-t-20 {
    margin-top: 20px
}

@media (min-width:576px) {
    .mg-sm-t-0 {
        margin-top: 0
    }
    .mg-sm-t-20 {
        margin-top: 20px
    }
}

@media (min-width:768px) {
    .mg-md-t-0 {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .mg-xl-t-0 {
        margin-top: 0
    }
}

.op-0 {
    opacity: 0
}

.pd-0 {
    padding: 0
}

.pd-t-0 {
    padding-top: 0
}

.pd-15 {
    padding: 15px
}

.pd-y-15 {
    padding-top: 15px;
    padding-bottom: 15px
}

.pd-l-15 {
    padding-left: 15px
}

@media (min-width:576px) {
    .pd-sm-20 {
        padding: 20px
    }
    .pd-sm-y-20 {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .pd-sm-l-20 {
        padding-left: 20px
    }
}

.tx-white {
    color: #fff
}
.tx-color-primary{
    color: #4812a5;
}
.tx-color-secondary{
    color: #1D1306;
}
.tx-color-01 {
    color: #595959
}
.tx-color-03 {
    color: #686868
}
.tx-color-green{
    color: #009677;
}
.tx-color-red{
    color: #e50000;
}
.tx-white-7 {
    color: rgba(255, 255, 255, .7)
}
.tx-normal {
    font-weight: 400
}
.tx-numeric {
    font-family: Carmen, sans-serif
}
.tx-11 {
    font-size: 11px
}
.tx-12 {
    font-size: 12px
}
.tx-13 {
    font-size: 13px
}
.alerts {
    padding: 30px 50px;
}
.semibold {
    font-weight: 600;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 0.875rem; }

.alert-heading {
    color: inherit; }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
    .alert-info hr {
        border-top-color: #abdde5; }
    .alert-info .alert-link {
        color: #062c33; }

.alert-outline {
    background-color: transparent;
    border-width: 1px;
    font-weight: 500;
    padding: 11px 15px; }
    .alert-outline.alert-info {
        border-color: #17a2b8;
        color: #17a2b8; }
