.yellow {
  color: #fd1;
}

.blue {
  color: #0d7ab9;
}

.bluer {
  color: #86bddc;
}

.green {
  color: #0a1;
}

.apple {
  color: #00E816;
}

.orange {
  color: #f50;
}

.grey {
  color: #92929A;
}

.greyer {
  color: #CCCCD4;
}

body, h1, p, ul, ol {
  color: #153244;
}

h2 {
  color: #66666C;
}

h3 {
  color: #0d7ab9;
}

h4 {
  color: #0a1;
}

a {
  color: #0d7ab9;
}

body, button {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

pre, code, samp, .monospace {
  font-family: RobotoMono, monospace;
}

#rpi-list, #rpi-content {
  overflow-x: hidden;
  overflow-y: auto;
}

.button, .menu-sort > .mIcon, .menu-sort > .mItem {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-appearance: none;
}

.agent-name, .prop-label, .prop-help, .prop-error, .field-error {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.outer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.small {
  font-size: 90%;
}

.smaller {
  font-size: 75%;
}

.scaps {
  font-variant: small-caps;
  font-weight: 500;
}

.justify {
  text-align: justify;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.capital {
  text-transform: capitalize;
}

html, body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

body {
  margin: 0 auto;
  max-width: 960px;
}

.section {
  display: none;
  margin: 12px auto;
  padding: 0 12px;
  max-width: 960px;
}

h1, h2, h3, p, ol, ul {
  margin: 12px;
  font-weight: normal;
}

h1 {
  font-size: 200%;
  text-align: center;
}

h2 {
  margin-top: 18px;
  font-size: 150%;
  text-align: center;
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 110%;
}

input {
  padding: 0 6px;
  line-height: 28px;
  font-family: RobotoMono, monospace;
  font-size: 17px;
  outline: none;
  border: 1px solid #0d7ab9;
  border-radius: 4px;
  color: #0d7ab9;
}

input:focus {
  color: #0a1;
  border-color: #0a1;
}

input.digit-6 {
  letter-spacing: 12px;
  width: 140px;
}

select {
  outline: none;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #0d7ab9;
  background-color: #fff;
  color: #0d7ab9;
  font-family: RobotoMono, monospace;
  font-size: 17px;
  cursor: pointer;
}

.checkbox {
  position: relative;
  height: 28px;
  width: 58px;
  border: 1px solid #0d7ab9;
  border-radius: 30px;
  background-color: #fff;
  cursor: pointer;
}

.checkbox:after {
  content: "OFF";
  position: absolute;
  top: 6px;
  right: 9px;
  left: auto;
  font-family: RobotoMono, monospace;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #f50;
}

.onezero.checkbox:after {
  font-size: 14px;
  content: "0";
}

.checkbox.checked:after {
  content: "ON";
  position: absolute;
  top: 6px;
  left: 9px;
  right: auto;
  color: #0a1;
}

.onezero.checkbox.checked:after {
  content: "1";
}

.checkbox > div {
  position: absolute;
  top: 4px;
  left: 4px;
  right: auto;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background-color: #0d7ab9;
}

.checkbox.checked > div {
  left: auto;
  right: 4px;
}

.checkbox:hover > div {
  background-color: #0a1;
}

.checkbox:hover:after {
  color: #0a1;
}

.form {
  margin: 24px auto;
  max-width: 90%;
  background-color: #F4F4FA;
}

.form-head {
  margin: 0;
  padding: 0 12px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px 12px 0 0;
  background-color: #f50;
  color: #fff;
  font-variant: small-caps;
  text-align: center;
}

.form-body {
  border: 1px solid #CCCCD4;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding-top: 24px;
}

.field {
  margin: 0 12px 18px 12px;
}

.field-row {
  font-size: 0;
}

.field-label, .field-input, .field-help, .field-error {
  display: inline-block;
  vertical-align: top;
  width: 49.5%;
}

.field-label {
  margin-right: 0.5%;
  line-height: 30px;
  font-size: 16px;
  text-align: right;
}

.field-input {
  position: relative;
  margin-left: 0.5%;
}

.field-input.radio {
  line-height: 30px;
  text-align: left;
}

.field-input.radio > span {
  display: inline-block;
  min-width: 30px;
  margin-right: 12px;
  font-size: 17px;
  cursor: default;
}

.field-input.radio > input {
  font-size: 16px;
  cursor: pointer;
}

.field-input.select {
  line-height: 30px;
  text-align: left;
}

.field-input.text, .field-input.number {
  text-align: left;
}

.field-help {
  margin-right: 0.5%;
  line-height: 20px;
  font-size: 12px;
  color: #66666C;
  text-align: right;
}

.field-error {
  margin-left: 0.5%;
  line-height: 20px;
  font-size: 12px;
  color: #f50;
  text-transform: uppercase;
}

.submit {
  padding: 0 18px;
}

.submit > div {
  display: table;
  margin-top: 18px;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #CCCCD4;
}

.submit > div > div {
  display: table-cell;
  vertical-align: top;
  padding: 18px 0;
}

.submit-msg {
  line-height: 40px;
  color: #f50;
  text-align: right;
  text-transform: capitalize;
}

.submit-button {
  text-align: right;
  font-size: 0;
}

.submit-button > .button {
  margin-left: 20px;
}

.slider {
  position: relative;
  width: 180px;
  height: 20px;
}

.slider > .track {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 4px;
  background: #CCCCD4;
  border-radius: 2px;
  cursor: pointer;
}

.slider > .fill {
  position: absolute;
  top: 8px;
  left: 0;
  width: 0;
  height: 4px;
  background: #f50;
  border-radius: 2px;
  pointer-events: none;
  transition: width 0.05s ease;
}

.slider > .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  line-height: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0d7ab9;
  color: #fff;
  font-size: 7px;
  font-weight: bold;
  text-align: center;
  cursor: grab;
  transition: transform 0.05s ease;
  z-index: 10;
}

.slider > .thumb:hover {
  background: #0a1;
  transform: scale(1.2);
}

.slider > .thumb:active {
  background: #92929A;
  cursor: grabbing;
  transform: scale(1.1);
}

.menu-sort {
  height: 24px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  text-align: right;
}

.menu-sort.m2 {
  width: 100px;
}

.menu-sort.m3 {
  width: 140px;
}

.menu-sort.m4 {
  width: 180px;
}

.menu-sort > .mIcon {
  display: inline-block;
  vertical-align: top;
  color: #86bddc;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.menu-sort > .mItem {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 20px;
  line-height: 20px;
  margin: 2px 2px 2px 0;
  padding: 0 3px;
  background-color: #0d7ab9;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.menu-sort > .mItem.selected {
  background-color: #f50;
}

.menu-sort > .mItem:hover {
  background-color: #0a1;
}

.menu-sort > .mItem:active {
  background-color: #92929A;
}

.button {
  display: inline-block;
  border-radius: 4px;
  padding: 0 12px;
  min-width: 60px;
  height: 40px;
  line-height: 40px;
  background: #0d7ab9;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.button.double {
  height: 36px;
  padding: 2px 12px;
  line-height: 18px;
  font-size: 12px;
}

.button.thin {
  height: 20px;
  line-height: 20px;
  font-size: 12px;
}

.button.orange {
  background: #f50;
}

.button.yellow {
  color: #fd1;
}

.button:hover {
  background: #0a1;
}

.button:active {
  background: #92929A;
}

.console {
  position: relative;
  width: 100%;
  height: 100%;
}

.console > .head {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background-color: #66666C;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.console > .body {
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 6px;
  background-color: black;
  color: #fff;
  font-family: RobotoMono, monospace;
  font-size: 14px;
  overflow: auto;
}

.console > .button.clear {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 4px 0 0;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 500;
}

.modal {
  display: inline-block;
  width: 480px;
}

.modal-head {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  height: 32px;
  line-height: 32px;
  background-color: #f50;
  color: #fff;
  text-transform: uppercase;
}

.modal-body {
  border-left: 1px solid #f50;
  border-right: 1px solid #f50;
  padding: 24px 12px;
  background-color: #fff;
  color: #153244;
}

.modal-foot {
  border-left: 1px solid #f50;
  border-right: 1px solid #f50;
  border-bottom: 1px solid #f50;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #CCCCD4;
  padding: 12px;
  background-color: #F4F4FA;
  color: #153244;
  font-size: 0;
  text-align: right;
}

.modal-foot > .button {
  vertical-align: top;
  margin-left: 12px;
}

.prop-row {
  position: relative;
  height: 32px;
}

.prop-row:first-child {
  margin-top: 12px;
}

.prop-label {
  position: absolute;
  top: 0;
  height: 32px;
  line-height: 32px;
  left: 0;
  width: 29%;
  color: #92929A;
  text-align: right;
}

.prop-value {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 32px;
  line-height: 32px;
  font-family: RobotoMono, monospace;
}

.prop-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 32px;
  line-height: 32px;
  font-family: RobotoMono, monospace;
}

.prop-help {
  position: absolute;
  top: -12px;
  left: 0;
  height: 32px;
  line-height: 32px;
  width: 29%;
  font-size: 12px;
  color: #0a1;
  text-align: right;
}

.prop-error {
  position: absolute;
  top: -6px;
  right: 0;
  height: 32px;
  line-height: 32px;
  width: 69%;
  font-size: 16px;
  color: #f50;
  text-transform: uppercase;
}

#rpis {
  display: none;
  position: absolute;
  top: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FAFDFF;
}

#rpi-console {
  display: none;
  position: absolute;
  height: 150px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FAFDFF;
}

#rpi-console-resizer {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 36px;
  height: 18px;
  border: 2px solid #fff;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
  background-color: #0d7ab9;
  transform: translate(-50%, 0);
  cursor: ns-resize;
  z-index: 10;
}

#rpi-console-resizer:hover {
  background-color: #0a1;
}

#rpis-head {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 100%;
}

#rpis-body {
  position: absolute;
  top: 49px;
  left: 0;
  right: 0;
  bottom: 0;
}

#rpi-add, #rpi-title {
  position: absolute;
  top: 0;
  height: 100%;
  color: #fff;
}

#rpi-add {
  left: 0;
  width: 220px;
  line-height: 48px;
  background-color: #0d7ab9;
  font-weight: bolder;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
}

#rpi-add:hover {
  background-color: #0a1;
}

#rpi-add:active {
  background-color: #92929A;
}

#rpi-title {
  left: 221px;
  right: 0;
}

#rpi-title-empty, #rpi-title-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 48px;
  background-color: #86bddc;
}

#rpi-title-empty {
  font-size: 20px;
}

#rpi-title-content {
  font-size: 18px;
  font-family: RobotoMono, monospace;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

#rpi-title-empty > span {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  font-size: 24px;
  text-shadow: none;
  transform: rotate(180deg);
}

#search-submit {
  position: relative;
  height: 64px;
}

#search-submit > div {
  position: absolute;
  top: 12px;
}

#search-submit .msg {
  left: 12px;
  right: 206px;
  line-height: 40px;
  color: #f50;
  text-align: right;
  text-transform: uppercase;
}

#search-submit .ok {
  right: 108px;
}

#search-submit .cancel {
  right: 12px;
}

#rpi-list, #rpi-content {
  position: absolute;
  top: 0;
  bottom: 0;
}

#rpi-list {
  left: 0;
  width: 220px;
  background-color: #F4F4FA;
}

.agent-item {
  position: relative;
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #fff;
  background-color: #0d7ab9;
  color: #fff;
}

.agent-item.selected {
  background-color: #92929A;
}

.agent-live {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 16px;
  background-color: #d30;
}

.agent-live.connected {
  background-color: #00E816;
}

.agent-name {
  position: absolute;
  top: 0;
  height: 48px;
  line-height: 48px;
  left: 32px;
  right: 36px;
  font-family: RobotoMono, monospace;
  cursor: pointer;
}

.agent-name:hover {
  color: #fd1;
}

.agent-name:active {
  color: #92929A;
}

.agent-del {
  position: absolute;
  top: 16px;
  right: 8px;
  width: 16px;
  height: 16px;
  background-image: url(../img/trash-white.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.agent-del:hover {
  background-image: url(../img/trash-yellow.svg);
}

.agent-del:active {
  background-image: url(../img/trash-grey.svg);
}

.agent-confirm {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 48px;
  background-color: #0d7ab9;
}

.agent-confirm .ok, .agent-confirm .cancel {
  position: absolute;
  top: 6px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

.agent-confirm .ok {
  left: 6px;
  color: #0a1;
}

.agent-confirm .cancel {
  right: 6px;
  color: #f50;
}

.agent-confirm .ok:hover {
  background-color: #0a1;
  color: #fff;
}

.agent-confirm .cancel:hover {
  background-color: #f50;
  color: #fff;
}

.agent-confirm .ok:active, .agent-confirm .cancel:active {
  background-color: #92929A;
}

#rpi-content {
  left: 221px;
  right: 0;
}

#rpi-empty {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #86bddc;
  text-shadow: 1px 1px 1px #fff;
  font-size: 24px;
}

.rpi-content {
  display: none;
}

.rpi-content .form {
  margin: 24px;
  max-width: none;
}

#rpi-save {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 48px;
  background-color: #86bddc;
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(0.85);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
#rpi-save.animate {
  display: block;
  animation: zoomOut 1s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
}

#rpi-ok, #rpi-cancel {
  position: absolute;
  top: 6px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  line-height: 36px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}

#rpi-ok {
  left: 6px;
  color: #0a1;
}

#rpi-cancel {
  right: 6px;
  color: #f50;
}

#rpi-ok:hover {
  background-color: #0a1;
  color: #fff;
}

#rpi-cancel:hover {
  background-color: #f50;
  color: #fff;
}

#rpi-ok:active, #rpi-cancel:active {
  background-color: #92929A;
}

#export-import {
  margin: 24px;
  text-align: center;
}

#export-import > .button {
  margin: 24px;
  width: 240px;
}

#gpio {
  position: relative;
  margin: 24px;
  border: 1px solid #86bddc;
  background-color: #fff;
}

#gpio-head {
  height: 37px;
  background-color: #86bddc;
  color: #fff;
  text-align: center;
}

#gpio-head > span {
  margin: 0 2px;
  line-height: 36px;
}

#gpio-head > img {
  margin: 2px;
  height: 32px;
  width: 32px;
}

#gpio-head > span, #gpio-head > img {
  display: inline-block;
  vertical-align: top;
}

#gpio-add {
  position: absolute;
  top: -1px;
  left: -1px;
  height: 38px;
  line-height: 37px;
  width: 61px;
  background-color: #0d7ab9;
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}

#gpio-add:hover {
  background-color: #0a1;
}

#gpio-add:active {
  background-color: #92929A;
}

#gpio-sort {
  position: absolute;
  right: 6px;
  top: 5px;
}

.gpio-empty {
  display: none;
  height: 64px;
  line-height: 64px;
  color: #f50;
  text-align: center;
}

.gpio-list {
  display: none;
}

.io {
  border-bottom: 1px solid #0d7ab9;
  padding-bottom: 6px;
  background-color: #FCFCFF;
}

.io:last-child {
  border-bottom: none;
}

.io-def {
  position: relative;
  height: 50px;
}

.io-def > div {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
}

.io-detail > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 15px;
  border-radius: 8px;
  background-color: #0d7ab9;
  color: #fff;
  font-family: RobotoMono, monospace;
  text-align: center;
}

.io-mode {
  left: 0;
  width: 50px;
  font-family: RobotoMono, monospace;
}

.io-line {
  left: 50px;
  width: 70px;
}

.io-name {
  left: 120px;
  width: 240px;
}

.io-name > input {
  width: 210px;
}

.io-test {
  top: 0;
  bottom: 0;
  left: 360px;
  right: 32px;
}

.io-test > span {
  display: inline-block;
  margin: 0 6px;
  font-size: 12px;
  text-transform: uppercase;
}

.pwm-duty-label {
  height: 16px;
  margin-bottom: 4px;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.io-del {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 32px;
  background-image: url(../img/trash-blue.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.io-del:hover {
  background-image: url(../img/trash-green.svg);
}

.io-del:active {
  background-image: url(../img/trash-grey.svg);
}

.io-params {
  padding-left: 60px;
}

.io-params > div > div {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.io-param-label {
  color: #92929A;
}

.io-param-label:after {
  content: ":";
}

.io-param-value {
  margin-left: 6px;
  font-family: RobotoMono, monospace;
}

#user {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #FAFDFF;
}

.user-section {
  position: relative;
  margin: 24px;
  padding: 12px 0;
  border-top: 1px solid #CCCCD4;
  font-size: 0;
}

.user-section.right {
  text-align: right;
}

.user-section.right > .button {
  margin-left: 24px;
}

#user-del-confirm, #user-del-cancel, #token-renew-cancel, #token-renew-confirm {
  display: none;
}

#user-del-confirm:hover {
  background-color: #f50;
}

#gpio-new {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
}

#gpio-new .field-label {
  margin-right: 2%;
  width: 38%;
  color: #bd4200;
}

#gpio-new .field-input {
  margin-left: 0;
  width: 60%;
}

header {
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 49px;
  border-radius: 24px 24px 0 0;
  background-color: #0d7ab9;
  color: #fff;
}

#header-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  width: 48px;
  border-radius: 24px 0 0 0;
  background-image: url("../img/rpisquare.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}

#header-title {
  position: absolute;
  top: 0;
  left: 48px;
  right: 48px;
  height: 48px;
  background-color: #0d7ab9;
  line-height: 48px;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.header-item {
  display: block;
  position: absolute;
  top: 0;
  height: 48px;
  width: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}

#header-rpis {
  right: 96px;
  background-image: url("../img/rpi-white.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-item.selected {
  color: #fd1;
}

#header-rpis.selected {
  background-image: url("../img/rpi-yellow.svg");
}

#header-user {
  right: 48px;
  font-size: 36px;
  line-height: 42px;
}

#header-logout {
  right: 0;
  border-radius: 0 24px 0 0;
  font-size: 32px;
  line-height: 48px;
}

.header-item:hover {
  background-color: #0a1;
}

.header-item:active {
  background-color: #92929A;
}

.main {
  position: absolute;
  top: 66px;
  bottom: 0;
  left: 0;
  right: 0;
}

#logged-in, #logged-out {
  display: none;
}

#login1 {
  display: block;
}

#loginEmail input {
  width: 280px;
}

#login1 .submit, #login2 .submit {
  height: 77px;
}

#login1 .submit-btn {
  width: 90px;
}

#login2 {
  display: block;
}

#loginCode input {
  width: 90px;
}

#login2 .submit-btn {
  width: 210px;
}

#logged-in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*# sourceMappingURL=index.css.map */
