@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(../css/Roboto-Regular.ttf);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  background-color: #f4f4f9;
}
header {
  
  height: 850px; /* 950px; */
  overflow: auto;
}
.key {
  border: 1px solid #4a90e2;
  border-radius: 12px;
  color: #4a90e2;
  display: inline-block;
  font-size: 18px;
  height: 52px;
  text-align: center;
  vertical-align: top;
  width: 52px;
  margin: 5px 1px;
  border-bottom: 2px solid #4a90e2;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.keyFunc {
  border: 1px solid #4a90e2;
  border-radius: 12px;
  color: #4a90e2;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  text-align: center;
  vertical-align: top;
  width: 47px;
  margin: 5px 1px;
  border-bottom: 2px solid #4a90e2;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.keyboard-body {
  height: 650px;
  margin: 5px auto 0;
  width: 1264px;
  position: relative;
}
.header-gap {
  width: 1264px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 0;
}
.header-gap > div {
  display: inline-block;
  margin: 0 90px;
}
.keyboard-bg-blur {
  
  filter: blur(50px);
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.keyboard-bg-fade {
  background-color: #f4f4f9;
  height: 100%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.content {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.keyboard-header {
  background-color: #4a90e2;
  color: #ffffff;
  height: 50px;
  overflow: hidden;
  padding-top: 5px;
  width: 100%;
  border: 1px solid #357ABD;
  border-radius: 8px;
}
.keyOutput {
  border: 1px solid #357ABD;
  border-radius: 8px;
  color: #357ABD;
  display: inline-block;
  font-size: 16px;
  height: 30px;
  text-align: center;
  width: 120px;
  margin: 7px 0;
  font-family: "Roboto";
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.keyOutput > p {
  margin-top: 5px;
}
.areaGap {
  visibility: hidden;
}
.delKey {
  font-size: 15px;
  line-height: 0.9;
}
.delKey > p {
  margin-top: 14px;
}
.t16 {
  font-size: 16px;
}
.t16 > p {
  margin-top: 18px;
}
.key.delKey.minSize > p {
  font-size: 28px;
  margin-top: -2px;
}
.key.delKey.plusKey > p {
  font-size: 20px;
  line-height: 0.7;
}
.brackets {
  margin-left: 8px;
  margin-right: 8px;
}
.gapWidth {
  width: 2px;
}
.keyboard-section {
  padding: 0 22px;
}
.key.backSpace > p {
  margin: 10px;
  transform: translateY(-26px);
  text-align: center;
  margin-left: 60px;
}
.key.backSpace {
  font-size: 35px;
  width: 177px;
}
.key.tab {
  text-align: left;
  width: 83px;
}
.key.arithmeticKey > p {
  font-size: 20px;
  margin-top: 16px;
}
.key.arithmeticKey.backslash {
  width: 146px;
}
.key.plus {
  float: right;
  height: 116px;
}
.key.plus > p {
  margin-top: 45px;
}
.key.caps {
  font-size: 16px;
  width: 105px;
}
.key.caps > p {
  text-align: left;
  margin-left: 7px;
  margin-top: 17px;
}
.key.enter {
  width: 184px;
}
.key.enter > p {
  text-align: left;
  margin-left: 112px;
  font-size: 44px;
  transform: translateY(-70px);
}
.key.shiftLeft {
  width: 132px;
}
.key.shiftLeft > p,
.key.shiftRight > p {
  font-size: 16px;
  margin-top: 18px;
  text-align: left;
  margin-left: 7px;
}
.key.shiftRight {
  width: 157px;
}
.key.enterRight {
  float: right;
  height: 116px;
}
.key.enterRight > p {
  font-size: 16px;
  margin-top: 48px;
}
.key.ctrl1,
.key.ctrl2 {
  text-align: left;
  width: 95px;
}
.key.cont {
  width: 66px;
}
.key.cont > p {
  margin: 14px auto 0;
  text-align: center;
}
.key.arrowUp > p {
  font-size: 26px;
  margin-top: 9px;
  transform: rotate(-90deg);
}
.key.wndw > p {
  margin: 14px auto 0;
  text-align: center;
}
.key.wndw {
  width: 70px;
}
.key.alt {
  width: 70px;
}
.key.space {
  width: 325px;
}
.key.zero {
  width: 112px;
}
.key.lclick {
  border-radius: 55px 0 0 0;
  height: 70px;
  vertical-align: bottom;
  width: 96px;
}
.key.rclick {
  border-radius: 0 55px 0 0;
  height: 70px;
  vertical-align: bottom;
  width: 96px;
}
.key.cclick {
  border-radius: 10px;
  height: 50px;
  margin-top: 15px;
  vertical-align: top;
  width: 24px;
}
.key.scrollUp {
  border-radius: 0 0 0 0;
  height: 20px;
  vertical-align: top;
  width: 96px;
}
.key.scrollDown {
  border-radius: 0 0 0 0;
  height: 20px;
  vertical-align: top;
  width: 96px;
}
.key.divider {
  border-radius: 0;
  height: 0;
  margin-top: 0;
  vertical-align: top;
  width: 24px;
  border-color: #f4f4f9;
}
.mouse-section {
  text-align: center;
  vertical-align: bottom;
}
.key.arrowLeft > p,
.key.arrowRight > p {
  font-size: 26px;
  margin: 11px 0;
  transform: rotate(180deg);
}
.key.arrowDown > p {
  font-size: 26px;
  margin: 14px 0 14px 5px;
  transform: rotate(90deg);
}
h1 {
  font-size: 20px;
  margin: 0;
  padding: 5px 0;
  color: #4a90e2;
}
.key.press,
.keyFunc.press {
  background-color: #4a90e2;
  border-color: #357ABD;
  color: #fff;
  top: 0.2em;
  box-shadow: 0 0 0 0.05em #000;
}
.key.active,
.keyFunc.active {
  background-color: #357ABD;
  border-color: #4a90e2;
  color: #fff;
  top: 0.2em;
  box-shadow: 0 0 0 0.05em #000;
}
.key.enter.active span,
.key.enter.press span {
  background-position: -24px -13px;
}
.sliding_text_info {
  border-top: solid;
  bottom: 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  left: 0;
  padding: 10px;
  right: 0;
  z-index: 200;
  font-family: "Roboto";
}
.footer-text {
  background-color: #357ABD;
  bottom: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  left: 0;
  padding: 16px;
  
  right: 0;
  z-index: 10;
  text-align: center;
  font-family: "Roboto";
}
.footer-text a {
    color: #eee;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: #4a90e2;
  border-radius: 1px;
}
