.content {
    margin-top:30px
}

.preview2 {
    width: 850px;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items:center
}

.col.col-md-9 {
    width: 100% !important;
    max-width: unset !important;
    flex:unset
}

.dcta {
    border: 3px solid #000;
    font-size: 1em;
    padding: 28px 28px;
    word-wrap: break-word;
    border-radius:8px
}

.dcta li a {
    font-weight:600
}

.simple-keyboard {
    font-size:16px
}

.simple-keyboard-preview {
    transition: background .3s ease-in-out;
    background: #2e2e2e;
    border: 20px solid rgba(0, 0, 0, .1);
    height: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:100%
}

.input {
    color: hsla(0, 0%, 100%, .9);
    background: 0 0;
    border: none;
    outline: 0;
    font-family: monospace;
    width: 100%;
    height: 100%;
    font-size:18px
}

.demo-links {
    justify-content: center;
    display: flex;
    align-items: center;
    margin:20px 0
}

.demo-links a {
    margin-right:10px
}

.demo-links span {
    margin-right:14px
}

.demo-list {
    background: #f1f1f1;
    padding: 20px;
    margin-left: -35px;
    width: calc(100% + 70px);
    margin-bottom: -50px;
    margin-top:40px
}

.demo-list ul {
    margin-top:10px !important
}

.hg-button {
    font-size:15px;
    position: relative;
}

.simple-keyboard.myTheme1 {
    background-color: rgba(0, 0, 0, .8);
    border-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius:5px
}

.simple-keyboard.myTheme1 .hg-button {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .5);
    color:#fff
}

.simple-keyboard.myTheme1 .hg-button:active {
    background: #1c4995;
    color:#fff
}

#root .simple-keyboard.myTheme1 + .simple-keyboard-preview {
    background:#1c4995
}

.keyboardContainer {
    display: flex;
    background-color: rgba(0, 0, 0, .1);
    justify-content: center;
    width: 1024px;
    max-width: unset;
    margin: 0 auto;
    border-radius: 5px;
    padding: 0;
    flex-flow: wrap;
    align-items:unset
}

.simple-keyboard.hg-theme-default {
    display:inline-block
}

.simple-keyboard-main.simple-keyboard {
    width: 640px;
    min-width: 640px;
    background:0 0
}

.simple-keyboard-main.simple-keyboard .hg-row:first-child {
    margin-bottom:10px
}

.simple-keyboard-arrows.simple-keyboard {
    align-self: flex-end;
    background:0 0
}

.simple-keyboard .hg-button.selectedButton {
    background: rgba(5, 25, 70, .53);
    color:#fff
}

.simple-keyboard .hg-button.emptySpace {
    pointer-events: none;
    background: 0 0;
    border: none;
    box-shadow:none
}

.simple-keyboard-arrows .hg-row {
    justify-content:center
}

.simple-keyboard-arrows .hg-button {
    width: 50px;
    flex-grow: 0;
    justify-content: center;
    display: flex;
    align-items:center
}

.controlArrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow:column
}

.simple-keyboard-control.simple-keyboard {
    background:0 0
}

.simple-keyboard-control.simple-keyboard .hg-row:first-child {
    margin-bottom:10px
}

.simple-keyboard-control .hg-button {
    width: 50px;
    flex-grow: 0;
    justify-content: center;
    display: flex;
    align-items:center
}

.numPad {
    display: flex;
    align-items:flex-end
}

.simple-keyboard-numpad.simple-keyboard {
    background:0 0
}

.simple-keyboard-numpad.simple-keyboard {
    width:160px
}

.simple-keyboard-numpad.simple-keyboard .hg-button {
    width: 50px;
    justify-content: center;
    display: flex;
    align-items:center
}

.simple-keyboard-numpadEnd.simple-keyboard {
    width: 50px;
    background: 0 0;
    margin: 0;
    padding:5px 5px 5px 0
}

.simple-keyboard-numpadEnd.simple-keyboard .hg-button {
    align-items: center;
    justify-content: center;
    display:flex
}

.simple-keyboard-numpadEnd .hg-button.hg-standardBtn.hg-button-plus {
    height:85px
}

.simple-keyboard-numpadEnd.simple-keyboard .hg-button.hg-button-enter {
    height:85px
}

.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton {
    background: rgba(5, 25, 70, .53);
    color:#fff
}

.hg-button.hg-functionBtn.hg-button-space {
    width:350px
}

.simple-keyboard.mobile-theme {
    max-width: 320px;
    border: 10px solid #bbb;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.mobile.simple-keyboard-preview {
    max-width: 320px;
    background: #f3f3f3;
    border: 10px solid #bbb;
    border-bottom: 0;
    padding: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url(https://i.imgur.com/yhyrW5F.jpg);
    background-size: cover;
    display: flex;
    align-items: flex-start;
    height:300px
}

.mobile.simple-keyboard-preview textarea {
    color: #353535;
    padding: 19px;
    margin: 8px;
    background: rgba(255, 255, 255, .78);
    border-radius: 10px;
    border-bottom-right-radius: 0;
    height: 80px;
    width: calc(100% - 17px);
    box-sizing:border-box
}

.mobile.simple-keyboard-preview textarea::placeholder {
    color:#353535
}

.simple-keyboard.hg-theme-default.mobile-theme .hg-button.hg-standardBtn.hg-button-at {
    max-width:none
}

.simple-keyboard.hg-theme-default.mobile-theme .hg-button[data-skbtnuid^=numbers-] {
    width: 33%;
    max-width:none
}

.simple-keyboard.mobile-theme .hg-button.hg-functionBtn.hg-button-space {
    min-width: 150px;
    max-width:none
}

.ios.simple-keyboard-preview {
    width: 750px;
    position: relative;
    border:0
}

.ios.simple-keyboard-preview::after {
    content: "";
    background-image: url(https://i.imgur.com/yhyrW5F.jpg);
    background-position: center;
    background-size: cover;
    height: 200px;
    opacity: .3;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position:absolute
}

.simple-keyboard-preview textarea {
    padding:20px
}

.simple-keyboard.hg-theme-ios {
    width: 750px;
    margin: auto;
    border-top-left-radius: 0 !important;
    border-top-right-radius:0 !important
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-row .hg-button {
    flex-grow: 1;
    cursor: pointer;
    max-width:initial
}

.simple-keyboard.hg-theme-ios .hg-row {
    display:flex
}

.simple-keyboard.hg-theme-ios .hg-row:not(:last-child) {
    margin-bottom:5px
}

.simple-keyboard.hg-theme-ios .hg-row .hg-button:not(:last-child) {
    margin-right:5px
}

.simple-keyboard.hg-theme-ios .hg-row:nth-child(2) {
    margin-left:18px
}

.simple-keyboard.hg-theme-ios.hg-theme-default {
    background-color: rgba(0, 0, 0, .1);
    padding: 5px;
    border-radius:5px
}

.simple-keyboard.hg-theme-ios.hg-theme-default.hg-layout-custom {
    background-color: #e5e5e5;
    padding:5px
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button {
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    font-weight: 400;
    font-size: 20px;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    min-height:60px
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button:active, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button:focus {
    background:#e4e4e4
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-functionBtn {
    background-color:#adb5bb
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-shift, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-shiftactivated, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button.hg-button-space {
    background-color:#fff
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-space {
    max-width: 448px;
    min-width:448px
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-enter {
    max-width: 110px;
    min-width:110px
}

.simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-altright, .simple-keyboard.hg-theme-ios.hg-theme-default .hg-button-back {
    min-width: 80px;
    max-width:80px
}

.demo-links a.btn.btn-outline-dark {
    text-shadow:0 1px 1px rgba(0, 0, 0, .5)
}

.simple-keyboard.mobile-theme {
    max-width: 320px;
    border: 10px solid #bbb;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius:0
}

.numeric.simple-keyboard-preview {
    transition: background .3s ease-in-out;
    background: #2e2e2e;
    border: 20px solid rgba(0, 0, 0, .1);
    height: 200px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width:320px
}

.numeric.simple-keyboard-preview textarea::placeholder {
    color:#353535
}

.numeric-theme {
    max-width:320px
}

.numeric-theme + .simple-keyboard-preview {
    max-width:320px
}

.simple-keyboard.hg-theme-default.numeric-theme .hg-button.hg-standardBtn.hg-button-at {
    max-width:none
}

a.btn.btn-outline-dark {
    margin-bottom:5px
}

.is-rtl {
    direction: rtl
}
.hg-theme-default {
    width: 100%;
    user-select: none;
    box-sizing: border-box;
    overflow: hidden;
    touch-action: manipulation;
}

.hg-theme-default .hg-button span {
    pointer-events: none;
}

/* When using option "useButtonTag" */
.hg-theme-default button.hg-button {
    border-width: 0;
    outline: 0;
    font-size: inherit;
}

.hg-theme-default {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
    Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: #ececec;
    padding: 5px;
    border-radius: 5px;
}

.hg-theme-default .hg-button {
    display: inline-block;
    flex-grow: 1;
    cursor: pointer;
}

.hg-theme-default .hg-row {
    display: flex;
}

.hg-theme-default .hg-row:not(:last-child) {
    margin-bottom: 5px;
}

.hg-theme-default .hg-row .hg-button:not(:last-child) {
    margin-right: 5px;
}

.hg-theme-default .hg-row .hg-button-container {
    margin-right: 5px;
}

.hg-theme-default .hg-row > div:last-child {
    margin-right: 0;
}

.hg-theme-default .hg-row .hg-button-container {
    display: flex;
}

.hg-theme-default .hg-button {
    box-shadow: 0px 0px 3px -1px rgba(0, 0, 0, 0.3);
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px;
    background: white;
    border-bottom: 1px solid #b5b5b5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hg-theme-default .hg-button.hg-activeButton {
    background: #efefef;
}

.hg-theme-default.hg-layout-numeric .hg-button {
    width: 33.3%;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.hg-theme-default .hg-button.hg-button-numpadadd {
    height: 85px;
}

.hg-theme-default .hg-button.hg-button-numpadenter {
    height: 85px;
}

.hg-theme-default .hg-button.hg-button-numpad0 {
    width: 105px;
}

.hg-theme-default .hg-button.hg-button-com {
    max-width: 85px;
}

.hg-theme-default .hg-button.hg-standardBtn.hg-button-at {
    max-width: 45px;
}

.hg-theme-default .hg-button.hg-selectedButton {
    background: rgba(5, 25, 70, 0.53);
    color: white;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"] {
    max-width: 82px;
}

.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"] {
    max-width: 60px;
}
.hg-theme-default .hg-active{border: 1px solid #2eb85c;}
.charViews{text-align: center; font-size: 200px;}
.wordsViews{text-align: left; font-size: 30px; width: 100%;}
.wordChar{float: left; width: 22px; height: 44px; text-align: center;}
.wordsGhostOuter{font-size: 30px; width: 100%; margin-top: -22px; position: relative;}
.wordsGhost{float: left; text-align: left; height: 22px; font-size: 30px;}

.shift{position: relative; font-size: 70%; top: -8px; left: -10px; color: #ccc;}