:root {
    --main-color: #fff;
}

.app-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

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

.main-header-line h2 {
    color: var(--main-color);
    margin-top: var(--vspace-1);
    line-height: 32px;
    font-size: 32px;
    margin-left: 20px;
}

.main-header-line h2 span {
    font-size: var(--text-sm);
    color: #ccfc04;
}

.crow2 {
    display: flex;
    justify-content: space-between;
    margin: 0 0;
}

.crow2.four .container-wrapper2 {
    width: 25%;
}

.crow2 .container-wrapper2 .chart-container2 {
    justify-content: space-between;
}

.c65 {
    width: 65%;
    display: flex;
}

.c50 {
    width: 50%;
    display: flex;
}

.c100 {
    width: 100%;
    display: flex;
}

.c35 {
    width: 35%;
    display: flex;
    flex-direction: column;
}

.two .chart-container2 {
    flex-direction: column;
}

.crow2.two .chart-container2 + .chart-container2 {
    margin-top: 16px;
}

.line-chart {
    width: 100%;
    margin-top: 24px;
}

.chart-container2 {
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    background-color: #000000;
    height: 100%;
    border: 1px solid rgb(255 255 255 / 5%);
}

.mcp0{
    padding: 0px;
}

.mcp20{
    padding: 20px;
}

.container-wrapper2 {
    padding: 5px;
    height: 100%;
	overflow: hidden;
}

.chart-info-wrapper {
    flex-shrink: 0;
    flex-basis: 120px;
}

.chart-info-wrapper span {
    color: var(--main-color);
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}

.title2 {
    font-weight: 500;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 0;
    position: relative;
    font-size: 15px;
}

.container-header span {
    color: var(--color-text);
    font-size: 12px;
    line-height: 16px;
    cursor: default;
}

.progress-bar-info {
    display: flex;
    align-items: center;
    margin-top: 8px;
    width: 100%;
}
 
.progress-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}
 
 #progress-bar-container{
	width: 100%;
 }
 
.progress-type {
    color: var(--color-text);
    font-size: 13px;
    line-height: 18px;
}
 
.rank{
    color: var(--color-text);
    font-size: 12px;
    line-height: 18px;
    margin-left: auto; 
}

.blocknumberuni {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    border-top: 1px solid rgb(255 255 255 / 15%);
    padding-top: 25px;
}
.numfoll {
    font-family: var(--font-1);
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    font-variant-ligatures: common-ligatures;
    text-rendering: optimizeLegibility;
    text-align: left;
}
.subtext {
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.05em;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

 @media screen and (max-width: 880px) {
.c65, .c35 {
    width: 100%;
}
.c50 {
    width: 100%;
}
.four{
	flex-wrap: wrap;
}
.crow2.four .container-wrapper2 {
    width: 50%;
	height: auto;
}
.two {
	flex-direction: column;
	width: 100%;
}
.container-wrapper2{
    padding: 0;
	padding-bottom: 5px;
	padding-top: 5px
}
}
 @media screen and (max-width: 650px) {
.line-chart {
    margin-top: 5px;
}
.main-header-line h2 {
    font-size: 26px;
}
.title2 {
    font-size: 14px;
}
.container-header span {
    font-size: 11px;
}
.main-header-line h2 span {
    font-size: var(--text-md);
}
}
@media screen and (max-width: 440px) {
    .main-header-line h2 {
        font-size: 26px;
    }
}