/* *  Bootstrap TouchSpin - v3.1.1 *  A mobile and touch friendly input spinner component for Bootstrap 3. *  http://www.virtuosoft.eu/code/bootstrap-touchspin/ * *  Made by István Ujj-Mészáros *  Under Apache License v2.0 License */.bootstrap-touchspin .input-group-btn-vertical {    position: relative; white-space: nowrap; width: 1%; vertical-align: middle; display: table-cell}.bootstrap-touchspin .input-group-btn-vertical > .btn {    display: block; float: none; width: 100%; max-width: 100%; padding: 8px 10px; margin-left: -1px; position: relative}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {border-radius: 0; border-top-right-radius: 4px}.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {margin-top: -2px; border-radius: 0; border-bottom-right-radius: 4px}.bootstrap-touchspin .input-group-btn-vertical i {position: absolute; top: 3px; left: 5px; font-size: 9px; font-weight: 400}
@font-face {    font-family: "Material Icons";    font-style: normal;    font-weight: 400;    font-display: swap;    src: url(material/479700ea91d964d295d75c6b67bd0b28.eot);    src: local("Material Icons"),         local("MaterialIcons-Regular"),         url(material/12a47ed5fd5585f0f4227fa035a1a607.woff2) format("woff2"),         url(material/f2a0933406f7830651524f477ba2f543.woff) format("woff"),         url(material/00b1fb69fb78ff50fd555de80b2fb45e.ttf) format("truetype")}
.material-icons {    display: inline-block;    width: 1em;    height: 1em;    font-family: "Material Icons", Arial, sans-serif;    font-size: 24px;    font-style: normal;    font-weight: 500;    line-height: 1;    text-transform: none;    letter-spacing: normal;    word-wrap: normal;    white-space: nowrap;    vertical-align: middle;    direction: ltr;    -webkit-font-smoothing: antialiased;    text-rendering: optimizeLegibility;    -moz-osx-font-smoothing: grayscale;    -webkit-font-feature-settings: "liga";    font-feature-settings: "liga"}
.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {    margin-right: .625rem}.btn-tertiary .material-icons {    font-size: 1rem}