@media print {
    .print-hide {
        display: none;
    }
}

.print-inside {
    page-break-inside: avoid;
}

.spinner-grow-bucket {
    width: 1rem;
    height: 1rem;
}

.spinner-grow-bucket-stop-animation {
    opacity: 1;
    animation: none
}

.btn-run {
    line-height: 1;
    border: none;
}

.container {
    max-width: 700px;
}

.header .logo {
    height: 64px;
}

.header h1 {
    font-size: 36px;
    color: #333;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    white-space: nowrap
}

.header h1 span {
    color: #489fff
}

.header h1:after {
    text-transform: none;
    opacity: 0.5;
    line-height: 14px;
    content: attr(data-version);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0px;
    bottom: -14px
}

.result label {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
    display: block;
}

.result p {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.result p span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.loading-credential {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}