/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./client/sass/style.scss ***!
  \*********************************************************************************************************************************************/
html, body {
  background-color: #364047;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.container {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute; }

#wrapper {
  width: 430px;
  height: 884px;
  margin: auto; }

#anim {
  width: 375px;
  width: 375px;
  position: absolute; }

#screen {
  width: 375px;
  height: 667px;
  margin-left: 28px;
  margin-top: 100px;
  /* background: url(assets/screen.png) no-repeat; */
  background-size: cover;
  position: absolute;
  /* z-index:-10; */ }
  #screen img {
    position: absolute;
    width: 100%; }

#device {
  width: 430px;
  height: 884px;
  background: url(../3a9ae630b7810a694329.png) no-repeat;
  background-size: cover;
  position: absolute; }

.separator {
  height: 24px; }

.actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  height: 100%;
  position: fixed;
  left: 32px; }
  .actions button.anim {
    background: #364047;
    border: 2px solid #687075;
    font-family: sans-serif;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    margin-bottom: 0.5rem;
    transition: all 0.15s ease-in-out;
    text-align: left; }
    .actions button.anim .ref {
      opacity: 0.5;
      margin-right: 0.35rem; }
    .actions button.anim:hover {
      background: #FFFFFF;
      color: #364047;
      border: 2px solid #FFFFFF; }

