@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/Open_Sans/OpenSans-Light.woff2) format('woff2'), url(fonts/Open_Sans/OpenSans-Light.woff) format('woff'), url(fonts/Open_Sans/OpenSans-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/Open_Sans/OpenSans-Regular.woff2) format('woff2'), url(fonts/Open_Sans/OpenSans-Regular.woff) format('woff'), url(fonts/Open_Sans/OpenSans-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/Open_Sans/OpenSans-Semibold.woff2) format('woff2'), url(fonts/Open_Sans/OpenSans-Semibold.woff) format('woff'), url(fonts/Open_Sans/OpenSans-Semibold.ttf) format('ttf');
}
body.assistant-page {
  color: #ffffff;
  background-color: #f1f1f1;
  background-size: 100% 100%;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
body.assistant-page section {
  padding: 16px;
}
body.assistant-page section,
body.assistant-page div,
body.assistant-page :before,
body.assistant-page :after {
  box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -ms-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-animation-fill-mode: forwards !important;
  -moz-animation-fill-mode: forwards !important;
  -ms-animation-fill-mode: forwards !important;
  -o-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
body.assistant-page .header {
  line-height: 34px;
  width: 100%;
  height: 82px;
  position: relative;
  z-index: 1;
}
body.assistant-page .header img.logo {
  vertical-align: top;
  height: 36px;
}

.assistant-card-container {
  width: 100%;
  min-height: calc(100% -  82px );
  perspective: 1000px;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body.assistant-page .assistant-card-container {
  padding-bottom: 82px;
  padding-top: 0;
}
.assistant-card {
  color: #666666;
  text-align: center;
  box-shadow: 0 4px 73px 0 rgba(0, 1, 0, 0.24);
  padding: 16px;
  margin: 0 auto;
  max-width: 80%;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .3s, width .5s, rotate .01s;
  -moz-transition: all .3s, width .5s, rotate .01s;
  -ms-transition: all .3s, width .5s, rotate .01s;
  -o-transition: all .3s, width .5s, rotate .01s;
  transition: all .3s, width .5s, rotate .01s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
  -moz-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
  -ms-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
  -o-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
  transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.assistant-card.card-login {
  width: 750px;
  padding-bottom: 8px;
}
.assistant-card a {
  text-decoration: none;
}
.assistant-card .card-header {
  z-index: 3;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.assistant-card h1,
.assistant-card h2,
.assistant-card h3,
.assistant-card h4,
.assistant-card h5,
.assistant-card h6 {
  color: #333;
  font-weight: normal;
}
.assistant-card h2 {
  font-size: 23px;
  margin: 24px 0;
}
.assistant-card .card-content {
  z-index: 2;
  padding: 0 0 32px;
  position: relative;
}
.assistant-card .card-content .card-content-inner {
  padding: 0 50px;
}
.assistant-card .card-content.warning {
  padding: 0;
}
.assistant-card .card-content.warning .card-content-inner {
  padding: 0;
}
.assistant-card .card-content.warning .card-content-inner p {
  color: #c80a00;
  background-color: rgba(255, 228, 226, 0.3);
  border: 1px solid rgba(245, 12, 0, 0.3);
  max-width: 600px;
  padding: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.assistant-card .card-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.assistant-card .card-bg.card-weave-medium {
  background-repeat: repeat-x;
  background-position-y: -80px;
  -webkit-animation: 2s weave-medium;
  -moz-animation: 2s weave-medium;
  -ms-animation: 2s weave-medium;
  -o-animation: 2s weave-medium;
  animation: 2s weave-medium;
}
.assistant-card .card-bg.card-weave-light {
  background-repeat: repeat-x;
  background-position-y: -15px;
  -webkit-animation: 2s weave-light;
  -moz-animation: 2s weave-light;
  -ms-animation: 2s weave-light;
  -o-animation: 2s weave-light;
  animation: 2s weave-light;
}

@keyframes weave-medium {
  0% {
    background-position-x: -560px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position-x: 0;
  }
}
@keyframes weave-light {
  0% {
    background-position-x: -818px;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    background-position-x: 0;
  }
}

@media all and (max-width: 419px), all and (min-width: 420px) and (max-width: 959px), all and (min-width: 960px) and (max-width: 1511px), all and (min-width: 1512px) and (max-height: 950px) {
  body.assistant-page {
    overflow-y: auto;
  }
  body.assistant-page .header {
    position: relative;
  }
  body.assistant-page .assistant-card-container {
    height: auto;
  }
}
@media all and (max-width: 1024px) {
  .assistant-card {
    max-width: 100%;
  }
}
@media all and (max-width: 419px) {
  body.assistant-page .assistant-card-container {
    padding: 0;
  }
  .assistant-card {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  .assistant-card:not(.card-login) .card-header {
    display: none;
  }
}
