body {
    font-family: Poppins, sans-serif
}

.hero {
    background: linear-gradient(45deg, #cdccccbf, #528ac0bf) 0 0/cover, url(http://127.0.0.1:8000/assets/img/hero-background.jpg) 0 0/cover
}

.parallax {
    background-image:url("{{ asset('assets/img/hero-background.jpg') }}");
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.content {
    line-height: 2;
    font-size: 30px;
    height: 64px;
    border: solid gray;
    border-radius: 20px;
    padding: 0 20px;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
    user-select: none
}

.kbd {
    border-width: 2px
}

.characters,
.words {
    padding: 1px 4px;
    margin: 1px 4px;
    border: 1px solid #ffffff00;
    border-radius: 10px
}

#current {
    background-color: oklch(var(--wa));
    color: oklch(var(--wac))
}

.current {
    background-color: oklch(var(--wa)) !important;
    color: oklch(var(--wac)) !important;
    border: 2px solid
}

.wrong {
    background-color: oklch(var(--er)) !important;
    color: oklch(var(--erc)) !important
}

.right {
    background-color: oklch(var(--su)) !important;
    color: oklch(var(--suc)) !important
}

.word-wrong {
    color: oklch(var(--er)) !important
}

.word-right {
    color: oklch(var(--su)) !important
}

.lf1,
.lf2,
.lf3,
.lf4,
.rf1,
.rf2,
.rf3,
.rf4 {
    color: #000
}


.key-cell {
    width: 0px;
    display: flex;
    font-size: 0.875rem;
    font-weight: 600
}

#Enter {
    width: 67px;
}

#backspace-full {
    display: none;
}

#backspace-short {
    display: inline;
}

#Backspace {
    min-width: 47px;
}

#CapsLock {
    width: 55px;
}

#space{
    background-color: #a9b0eb;
    width: 234px!important;
}



#rightShift,
#leftShift {
    width: 80px;
}

#keyboard{
    display:none;
}

#keyboard-support-message{
    display: block;
}

@media (min-width:640px){
    #keyboard{
        display:flex;
    }

    #hands{
        margin-top: -58px;
    }

    #keyboard-support-message{
        display: none;
    }
}

@media (min-width:1024px) and (max-width:1127px) {
    #mainDrawer{
        width: 141px;
    }
}



@media (min-width: 890px) {
    .key-cell {
        width: 31px;
        display: flex;
        font-size: 0.875rem;
        font-weight: 600
    }

    #Enter {
        width: 90px;
    }

    #backspace-full {
        display: inline;
    }

    #backspace-short {
        display: none;
    }


    #Tab {
        width: 97px;
    }

    #CapsLock {
        width: 108px;
    }

    #rightShift,
    #leftShift {
        width: 125px;
    }

    #space{
        width:473px!important;
    }


}








.cell-up {
    justify-content: end;
    padding-top: 4px
}

.cell-down {
    justify-content: left
}

#hands {
    width: 210px
}

.lf1 {
    background-color: #a9cceb
}

.lf2 {
    background-color: #b7e1bc
}

.lf3 {
    background-color: #f0b4af
}

.lf4 {
    background-color: #f9d49c
}

.rf1 {
    background-color: #d8c8e6
}

.rf2 {
    background-color: #a4d4b7
}

.rf3 {
    background-color: #f5d2ba
}

.rf4 {
    background-color: #dcb0a7
}

.current-dot {
    fill: oklch(var(--wa)) !important
}

#row5 .kbd {
    width: 50px;
    height: 50px
}
