﻿@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: .625rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: .625rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: .625rem;
    overflow: hidden;
    line-height: 0;
    font-size: .60938rem;
    background-color: #f6f6f6;
    border-radius: .25rem;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #556ee6;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: .625rem .625rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}

.chrome-letter-front-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9000;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: contain;
    background-position: center center;
    background-repeat: repeat;
    color: transparent;
    text-shadow: unset;
    border: solid 1px rgba(0,0,0,0);
    color: rgba(255,255,255,0);
    padding: 1.25rem 0.75rem;
    width: auto;
    text-align: center;
    /* filter: drop-shadow(0px 0px 10px white);*/
}

.chrome-letter-shadow-text {
    position: absolute;
    border: solid 1px rgba(0,0,0,0);
    top: 0;
    left: 0;
    padding: 1.25rem 0.75rem;
    width: auto;
    text-align: center;
    text-shadow: 0 1px #6E4414, 0 2px #6E4414, 0 3px #6E4414, 0 4px #6E4414, 0 5px #6E4414, 0 6px #6E4414, 0 7px #6E4414, 0 8px #6E4414, 0 9px #6E4414, 0 10px #6E4414;
}

.halo-lit {
    filter: drop-shadow(0px 0px 10px yellow);
}

.panel-back {
    /*background: -webkit-gradient(linear, 100% 0%, 0% 100%, from(rgb(135, 35, 33)), to(rgb(95, 25, 23)));*/
    background: -webkit-radial-gradient(rgb(135 35 33), rgb(95 25 23));
}



.chrome-letter {
    position: absolute;
    white-space: nowrap;
    user-select: none;
}

    .chrome-letter > div {
        text-align: center;
        position: absolute;
        border: solid 1px rgba(0,0,0,0);
        top: 0;
        left: 0;
        padding: 40px;
        width: auto;
        color: rgba(255,255,255,0);
    }

    .chrome-letter .front-layer {
        background-clip: text;
        -webkit-background-clip: text;
        background-size: contain;
        background-position: center center;
        background-repeat: repeat;
    }

    .chrome-letter .perspective-layer {
    }

    .chrome-letter .Gold {
        background-image: url(/assets/Wizard/gold.jpg);
    }

    .chrome-letter .Rosegold {
        background-image: url(/assets/Wizard/rosegold.png);
    }

    .chrome-letter .Silver {
        background-image: url(/assets/Wizard/silver.png);
    }

    .chrome-letter .Copper {
        background-image: url(/assets/Wizard/copper.png);
    }

    .chrome-letter .gold {
        background-image: none;
        color: #ffd700 !important;
    }

    .chrome-letter .rosegold {
        background-image: none;
        color: #b76e79 !important;
    }

    .chrome-letter .silver {
        background-image: none;
        color: #c0c0c0 !important;
    }

    .chrome-letter .copper {
        background-image: none;
        color: #b87333 !important;
    }

/*:root {
    --gold: #C0C0C0;
    --light-shadow: #787878;
    --dark-shadow: #282828;
}*/

:root {
    --gold: #C0C0C0;
    --light-shadow: #787878;
    --dark-shadow: #282828;
}

.stroked-letter {
    background: radial-gradient(#272727, #1b1b1b);
    display: grid;
    grid-template-areas: 'overlap';
    place-content: center;
    height: 100vh;
    position: absolute;
    white-space: nowrap;
    user-select: none;
}

    .stroked-letter > div {
        background-clip: text;
        -webkit-background-clip: text;
        line-height: 1;
        grid-area: overlap;
        -webkit-text-stroke: 4px transparent;
        white-space: nowrap;
        user-select: none;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .stroked-letter div.perspective-layer {
        background-color:#c0c0c0;
        color: transparent;
        white-space: nowrap;
        text-shadow: unset !important;
    }

    .stroked-letter div.front-layer {
        background-color: #c0c0c0;
        color: darkred;
        white-space: nowrap;
    }

.colored-letter {
    background: radial-gradient(#272727, #1b1b1b);
    height: 100vh;
    position: absolute;
    white-space: nowrap;
    user-select: none;
}

    .colored-letter > div {
        line-height: 1;
        white-space: nowrap;
        user-select: none;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .colored-letter .front-layer {
    }

    .colored-letter .perspective-layer {
    }
