@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.meter {
    width: 200px;
    height: 170px;
    margin: 0 auto;
    margin-top: -60px;
}

.meter-left {
    transform: skewX(-2deg) skewY(1deg);
    stroke-width: 58;
    stroke-dashoffset: 253;
    stroke-dasharray: 120 400;
    stroke: #FF0000;
    fill: none;
}

.meter-center {
    stroke-width: 57;
    stroke-dashoffset: 128;
    stroke-dasharray: 120 400;
    stroke: #FFFF00;
    fill: none;
}

.meter-right {
    transform: skewX(2deg) skewY(1deg);
    stroke-width: 58;
    stroke-dashoffset: 5;
    stroke-dasharray: 120 400;
    stroke: #00FF00;
    fill: none;
}

.meter-clock {
    transform-origin: 137px 146px;
    fill: lightgrey;
}

.meter-circle {
    fill: lightgrey;
}



#clock {
    width: 200px;
    font-size: 30px;
}


.logo {
    background: no-repeat center/80% url('/img/bg.jpeg');
}


.manualJoinBlock {
    overflow: hidden;
    width: 0px;
    animation: showDiv 10s forwards;
}

@keyframes showDiv {
    0%, 99% {
        width: 0px;
    }

    100% {
        width: auto;
    }
}

video {
    width: auto !important;
    height: auto !important;
}

.btn-anim {
    transition: transform 0.2s ease-in-out;
}
.btn-anim:hover {
    transform: scale(1.2);
}

.lgBtn {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0.3rem;
}

.progress-stacked {
    align-items: end;
}

/* Circle styles */

.skill {
    width: 120px;
    height: 120px;
    position: relative;
}

.outer {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 6px 6px 10px -1px rgba(0,0,0,0.15), 6px 6px 10px -1px rgba(255,255,255,0.7);
    margin-bottom: 10px;
}

.inner {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2), inset -4px -4px 6px -1px rgba(255,255,255,0.7), -0.5px -0.5px 0px rgba(255,255,255,1), 0.5px 0.5px 0px rgba(255,255,255,1), 0px 12px 10px -10px rgba(0,0,0,0.05);
}

#number {
    font-weight: 600;
    text-align: center;
    color: #555;
}

circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 55;
    animation: anim 2s linear forwards;
}

svg {
    position: absolute;
    top: 0;
    left: 0;
}

/* END circle styles */