.fluxStartTimer {
    display: none;
    position: absolute;
    top: 40px; right: 0; bottom: 0; left: 0;
    background: #000;
    color: #fff;
    z-index: 1000;
}
#vidyaflux {
    width: 460px;
    height: 570px;
}
#vidyaflux .row {
    padding: .3rem 0;
}
.flux-welcome > .row:last-child {
    padding-bottom: 3rem !important;
}
.flux-header {
    padding: 0 1rem;
}
.flux-content {
    padding: 1rem;
    font-size: 85%;
}

.flux-subcontent {
    font-size: 85%;
}

.btn {
    margin: .3rem;
    min-width: 60px;
    text-align: center;
    cursor: default;
}

.flux-input {
    padding: .15rem;
    background: var(--input-bg);
    border-radius: 0;
    outline: none;
    font-size: 95%;
    text-align: center;
    border: 2px solid var(--indigo);
}
.flux-input:active {
    outline: none;
}

#vidyaflux .separator {
    height: 5px;
    background: var(--indigo-dark);
    margin: .5rem 0;
}

#vidyaflux .title {
    font-size: 2.5rem;
}

.flux-tab-content {
    width: 70%;
    margin: 0 auto;
}

.percent-btn-wrapper {
    margin: .5rem 0;
}

.flux-header-wrapper {
    padding: 1rem 0;   
}

#vidyaflux .ref-inner {
    width: calc(100% - .25rem);
    padding: .25rem;
}

.buy-icon       {background-image: url(../img/buy.png)}
.sell-icon      {background-image: url(../img/sell.png)}
.stats-icon     {background-image: url(../img/stats.png)}
.spell-icon     {background-image: url(../img/spell.png)}

.flux-icons     {
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right;
}

.vidyaflux-icon {
    background: url(../img/vidyaflux-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}