/*!
 * 
 *   simple-keyboard v2.24.1
 *   https://github.com/hodgef/simple-keyboard
 * 
 *   Copyright (c) Francisco Hodge (https://github.com/hodgef)
 * 
 *   This source code is licensed under the MIT license found in the
 *   LICENSE file in the root directory of this source tree.
 *   
 */body,html{margin:0;padding:0}.simple-keyboard{font-family:HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif;width:100%;-webkit-user-select:none;user-select:none;box-sizing:border-box;overflow:hidden;touch-action:manipulation}.simple-keyboard .hg-row{display:flex}.simple-keyboard .hg-row:not(:last-child){margin-bottom:5px}.simple-keyboard .hg-row .hg-button-container,.simple-keyboard .hg-row .hg-button:not(:last-child){margin-right:5px}.simple-keyboard .hg-row>div:last-child{margin-right:0}.simple-keyboard .hg-row .hg-button-container{display:flex}.simple-keyboard .hg-button{display:inline-block;flex-grow:1;cursor:pointer}.simple-keyboard .hg-button span{pointer-events:none}.simple-keyboard.hg-theme-default{background-color:#0000001a;padding:5px;border-radius:5px}.simple-keyboard.hg-theme-default .hg-button{box-shadow:0 0 3px -1px #0000004d;height:40px;border-radius:5px;box-sizing:border-box;padding:5px;background:#fff;border-bottom:1px solid #b5b5b5;cursor:pointer;display:flex;align-items:center;justify-content:center}.simple-keyboard button.hg-button{border-width:0;outline:0;font-size:inherit}.simple-keyboard.hg-theme-default.hg-layout-numeric .hg-button{width:33.3%;height:60px;align-items:center;display:flex;justify-content:center}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadadd,.simple-keyboard.hg-theme-default .hg-button.hg-button-numpadenter{height:85px}.simple-keyboard.hg-theme-default .hg-button.hg-button-numpad0{width:105px}.simple-keyboard.hg-theme-default .hg-button.hg-button-com{max-width:85px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.simple-keyboard.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:82px}.simple-keyboard.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:60px}.btn{margin:4px;box-shadow:1px 1px 5px #888}.btn-xs{font-weight:300}.btn-hot{color:#fff;background-color:#db5566;border-bottom:2px solid #af4451}.btn-hot:hover,.btn-sky.active:focus,.btn-hot:focus,.open>.dropdown-toggle.btn-hot{color:#fff;background-color:#df6a78;border-bottom:2px solid #b25560;outline:none}.btn-hot:active,.btn-hot.active{color:#fff;background-color:#c04b59;border-top:2px solid #9a3c47;margin-bottom:3px}.btn-sunny{color:#fff;background-color:#f4ad49;border-bottom:2px solid #c38a3a}.btn-sunny:hover,.btn-sky.active:focus,.btn-sunny:focus,.open>.dropdown-toggle.btn-sunny{color:#fff;background-color:#f5b75f;border-bottom:2px solid #c4924c;outline:none}.btn-sunny:active,.btn-sunny.active{color:#fff;background-color:#d69840;border-top:2px solid #ab7a33;margin-bottom:3px}.btn-fresh{color:#fff;background-color:#51bf87;border-bottom:2px solid #41996c}.btn-fresh:hover,.btn-sky.active:focus,.btn-fresh:focus,.open>.dropdown-toggle.btn-fresh{color:#fff;background-color:#66c796;border-bottom:2px solid #529f78;outline:none}.btn-fresh:active,.btn-fresh.active,.btn-fresh-active{color:#fff;background-color:#47a877;border-top:2px solid #39865f;outline:none;margin-bottom:3px}.btn-sky{color:#fff;background-color:#0bacd3;border-bottom:2px solid #098aa9}.btn-sky:hover,.btn-sky.active:focus,.btn-sky:focus,.open>.dropdown-toggle.btn-sky{color:#fff;background-color:#29b6d8;border-bottom:2px solid #2192ad;outline:none}.btn-sky:active,.btn-sky.active{color:#fff;background-color:#0a97b9;border-top:2px solid #087994;margin-bottom:3px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:none;outline-offset:0}
