::selection {
    background-color: none;
    color: inherit;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto Condensed", sans-serif;
}

html,
body {
    scroll-behavior: smooth;
}


.keyboard {
    position: absolute;
    /* min-width: 1280px; */
    width: 1280px;
    height: 430px;
    background: linear-gradient(to bottom, #D5D5D5, #656565);
    margin: 0px auto;
    margin-top: 100px;
    border-radius: 9px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    color: #eee;
}

.key-test{
    height: 50px;
    width: 100%;
    background-color: #292a2e;
    margin-bottom: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
    color: gold;
    overflow: hidden;
}

.key-test > div {
    border: 1px blue solid;
    border-radius: 10px;
    /* display: inline-block; */
    /* background-color: white; */
    font-size: 16px;
    padding: 10px;
    margin-left: 10px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 1;
}

.kh{
    width:50px;
    height: 40px;
    display: block;
    background-color: none;
    text-align: left;
    padding-left: 8px;
    line-height: 29px;
    border-radius: 5px;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: box-shadow 0.7s ease;
    color: #ffffff;
}


.key {
    width:50px;
    height: 40px;
    display: block;
    background-color: #292a2e;
    text-align: left;
    padding-left: 8px;
    line-height: 29px;
    border-radius: 5px;
    float: left;
    margin-left: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    transition: box-shadow 0.7s ease;
    color: #ffffff;
}

/* .letter {
    width: 30px;
} */


.section-a {
    width: 65%;
    height: 260px;
    float: left;
}

.section-b {
    width: 15%;
    height: 260px;
    float: left;
}

.section-c {
    /* margin-top: 28px; */
    width: 20%;
    height: 232px;
    float: left;
}

.function {
    font-size: 12px;
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
    color: #0F3D99;
}

.small {
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    padding: 0 5px;
    padding-top: 2px;
    height: 28px !important;
}

.spacew {
    width: 370px !important;
}


/* .dual {
    font-size: 14px;
    line-height: 20px;
    width: 30px;
} */

.delete {
    width: 90px;
    font-size: 12px;
}

.tab {
    width: 90px;
    line-height: 40px;
    font-size: 13px;
}


.slash {
    width: 50px;
}

.caps {
    width: 90px;
    font-size: 12px;
    line-height: 18px;
}

.esc {
    width: 90px;
    line-height: 40px;
    text-align: center;
    padding-left: 0;
}

.enter {
    width: 100px;
    line-height: 40px;
    text-align: center;
    padding-left: 0;
}

.shift.left {
    width: 120px;
    line-height: 40px;
    font-size: 13px;
}

.shift.right {
    width: 120px;
    line-height: 40px;
    font-size: 13px;
}

.ctrl {
    width: 90px;
    line-height: 40px;
    font-size: 13px;
}

.option{
    width: 60px;
    line-height: 40px;
    font-size: 13px;
}

.command{
    width: 60px;
    line-height: 40px;
    font-size: 10px;
}

.space {
    width: 330px;
}

.arrows {
    position: relative;
    top: 42px;
}

/* .plus{
    height: 100px;
} */

/* .sec-func .key {
    width: 32px;
    font-size: 10px;
    text-align: left;
    line-height: 40px;
    float: left;
} */

.sec-func div.dual {
    font-size: 13px;
    line-height: 20px;
}

.arrows .key {
    text-align: center;
    padding-left: 7px;
    margin-left: 2px;
}

.hidden {
    visibility: hidden;
}

.key:hover {
    box-shadow: 0px 0px 10px #14B524;
    z-index: 1000;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 54px);
    grid-template-rows: repeat(6, 42px);
    grid-gap: 0;
}



.enter2 {
    height: 83px;
    grid-column: 4;
    grid-row: 5 / span 6;
}

.plus2 {
    height: 83px;
    grid-column: 4;
    grid-row: 3 / span 5;
}


.zero {
    width: 100px;
    grid-column: 1/ span 2;
}

.num2 {
    color: gold;
}

.content{
    /* margin-top: 100px; */
    height: 280px;
    width: 100%;
}

.touchpad {
    height: 50px;
    width: 630px;
    display: flex;
    justify-content: center;
}

.left-click{
    border-radius: 0 0 0 15px;
    height: 40px;
    vertical-align: bottom;
    width: 96px;
    border: 1px solid white;
}

.mid-click{
    border-radius: 0;
    height: 40px;
    border: 1px solid white;
    /* vertical-align: bottom; */
    width: 24px;
    margin: 0 8px;
    /* background-color: #000; */
}

.right-click{
    border-radius: 0 0 15px 0;
    height: 40px;
    vertical-align: bottom;
    width: 96px;
    border: 1px solid white;
}

.press {
    background-color:#F0E68C !important;
    border-color: #00e1ef;
    color: #000;
}
.active {
    background-color:  #007FFF !important;
    border-color: #fff;
    color: #000;
}