@charset "UTF-8";

@font-face {
  font-family: Nunito;
  src: url("/fonts/Nunito-Regular.ttf");
}

html {
  font-family: "Nunito", "Sans Serif";
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  color: black;
}

button,
input[type=submit] {
  border: none;
  background-color: darkgrey;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=email],
input[type=password] {
  border-radius: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 8px;
  cursor: pointer;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  height: 8px;
  pointer-events: none;
}

/*
 * Transitions
 */

.bottom-enter,
.middle-enter,
.bottom-leave-to,
.middle-leave-to {
  transform: translateY(100%);
}

.bottom-enter-to,
.middle-enter-to,
.bottom-leave,
.middle-leave {
  transform: translateY(0px);
}

.bottom-enter-active,
.middle-enter-active,
.bottom-leave-active,
.middle-leave-active {
  transition: all 0.3s;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-enter-to,
.fade-leave {
  opacity: 1;
}

.top-enter,
.top-leave-to {
  transform: translateY(-100%);
}

.top-enter-to,
.top-leave {
  transform: translateY(0px);
}

.top-enter-active,
.top-leave-active {
  transition: all 0.3s;
}

@font-face {
  font-family: "webresenter";
  src: url(/fonts/webresenter.eot?6a187e6ee93f78414259bce8bd095f39);
  src: url(/fonts/webresenter.eot?6a187e6ee93f78414259bce8bd095f39) format("embedded-opentype"), url(/fonts/webresenter.ttf?695c1e7cd3ac153dd8084de0d1b4f0e9) format("truetype"), url(/fonts/webresenter.woff?9b5b5feb7cbe6b1251f22581c8b3646f) format("woff"), url(/fonts/webresenter.svg?c80a4192f00288fff74fbe3c06f3b2c0) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "webresenter" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-view_presenter_fullscreen::before {
  content: "\E900";
}

.icon-view_presenter_preview::before {
  content: "\E901";
}

#app {
  position: fixed;
  z-index: -4;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#app.cp-freezed #cp-top-bar,
#app.cp-freezed #cp-bottom-bar,
#app.cp-freezed .cp-content-container {
  -webkit-filter: brightness(0.3);
          filter: brightness(0.3);
}

.cp-color--red #cp-bottom-bar .router-link-exact-active,
.cp-color--red .cp-filetype__icon {
  color: #e3342f;
}

.cp-color--red .cp-call-to-action {
  background-color: #e3342f;
  color: white;
}

.cp-color--red input::-webkit-slider-thumb {
  border-color: #e3342f;
}

.cp-color--red .cp-file-preview-highligted,
.cp-color--red progress::-webkit-progress-value {
  background: #e3342f;
}

.cp-color--blue #cp-bottom-bar .router-link-exact-active,
.cp-color--blue .cp-filetype__icon {
  color: #3490dc;
}

.cp-color--blue .cp-call-to-action {
  background-color: #3490dc;
  color: white;
}

.cp-color--blue input::-webkit-slider-thumb {
  border-color: #3490dc;
}

.cp-color--blue .cp-file-preview-highligted,
.cp-color--blue progress::-webkit-progress-value {
  background: #3490dc;
}

.cp-color--orange #cp-bottom-bar .router-link-exact-active,
.cp-color--orange .cp-filetype__icon {
  color: #f6993f;
}

.cp-color--orange .cp-call-to-action {
  background-color: #f6993f;
  color: white;
}

.cp-color--orange input::-webkit-slider-thumb {
  border-color: #f6993f;
}

.cp-color--orange .cp-file-preview-highligted,
.cp-color--orange progress::-webkit-progress-value {
  background: #f6993f;
}

.cp-color--green #cp-bottom-bar .router-link-exact-active,
.cp-color--green .cp-filetype__icon {
  color: #38c172;
}

.cp-color--green .cp-call-to-action {
  background-color: #38c172;
  color: white;
}

.cp-color--green input::-webkit-slider-thumb {
  border-color: #38c172;
}

.cp-color--green .cp-file-preview-highligted,
.cp-color--green progress::-webkit-progress-value {
  background: #38c172;
}

.cp-color__background--red {
  background: #e3342f;
}

.cp-color__background--blue {
  background: #3490dc;
}

.cp-color__background--orange {
  background: #f6993f;
}

.cp-color__background--green {
  background: #38c172;
}

.cp-theme-light {
  background-color: white;
}

.cp-theme-light .cp-content-container {
  background-color: white;
}

.cp-theme-light .cp-header,
.cp-theme-light .cp-box-footer {
  background-color: #e7e7e7;
}

.cp-theme-dark {
  background-color: black;
  color: white;
}

.cp-theme-dark a {
  color: white;
}

.cp-theme-dark .cp-drop-zone {
  color: white;
}

.cp-theme-dark .cp-box-container .cp-box-content .cp-box-content-front,
.cp-theme-dark .cp-box-container .cp-box-content .cp-box-content-back {
  border-color: #3b3b3b;
}

.cp-theme-dark .cp-input-container input {
  border-color: white;
  color: white;
}

.cp-theme-dark .cp-header,
.cp-theme-dark .cp-modal-container {
  background-color: #3b3b3b;
}

.cp-theme-dark .cp-box-footer {
  background-color: #b4b4b4;
  color: black;
}

.cp-theme-dark #cp-actionbar {
  background: #656565;
}

.cp-theme-dark .cp-selection-container input[type=radio]:checked + label {
  border-color: white;
}

.cp-theme-dark .cp-selection-container .cp-selection__element:hover {
  border: 3px solid white;
}

.cp-theme-dark .cp-tabs-container .cp-tabs .cp-tab {
  border-color: darkgrey;
}

.cp-theme-dark .cp-tabs-container .cp-tabs .cp-tab.cp-active-tab {
  color: white;
  border-color: white;
}

a {
  cursor: pointer;
}

.cp-body {
  padding: 50px;
}

.cp-box-container {
  padding: 20px;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cp-box-container .cp-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 10px;
  position: relative;
  perspective: 1000px;
}

.cp-box-container .cp-box-content {
  position: relative;
  width: 100%;
  height: 350px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.cp-box-container .cp-box-content .cp-box-content-front,
.cp-box-container .cp-box-content .cp-box-content-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

.cp-box-container .cp-box-content .cp-box-content-back {
  transform: rotateY(180deg);
}

.cp-box-container .cp-box-content .cp-box-content-back .cp-box-body {
  background: white;
}

.cp-box-container .cp-box-header {
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
}

.cp-box-container .cp-box-body {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.cp-box-container .cp-box-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 50px;
}

.cp-button-link {
  text-align: center;
  flex: 1;
  padding: 10px 0px;
}

.cp-button-xs {
  text-align: center;
  width: 50px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.cp-container--grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
}

.cp-container--grid,
.cp-container--grid--s,
.cp-container--grid--m,
.cp-container--grid--l,
.cp-container--grid--xl {
  display: grid;
  justify-content: space-around;
  flex-wrap: wrap;
}

.cp-container--grid--s {
  grid-template-columns: repeat(auto-fit, minmax(160px, 160px));
  grid-template-rows: repeat(auto-fit, minmax(160px, 160px));
}

.cp-container--slider--auto {
  overflow-x: auto;
  overflow-y: hidden;
}

@media (orientation: landscape) {
  .cp-container--slider--auto {
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.cp-container--slider--auto,
.cp-container--slider--vertical,
.cp-container--slider--horizontal {
  display: flex;
  justify-content: unset;
}

.cp-container--slider--horizontal {
  flex-wrap: nowrap;
  overflow-y: auto;
}

.cp-container--slider--vertical {
  flex-direction: column;
  flex-wrap: nowrap;
  overflow-y: auto;
}

.cp-call-to-action {
  cursor: pointer;
}

.cp-container-centered {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cp-container-centered.-column {
  flex-direction: column;
}

.cp-flip-horizontal {
  transform: rotateY(180deg);
}

.cp-form-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.cp-container-s {
  max-width: 350px;
  padding: 20px;
  background-color: white;
}

.cp-content-container {
  overflow-y: auto;
  position: fixed;
  top: 50px;
  left: 0px;
  right: 0px;
  bottom: 70px;
}

.cp-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
}

.cp-input-container {
  position: relative;
  margin: 25px 0px;
}

.cp-input-container input {
  border: none;
  background-color: inherit;
  border-bottom: 2px solid;
  box-sizing: border-box;
  width: 100%;
}

.cp-input-container input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(-1rem);
}

.cp-input-container input:focus {
  outline: none;
}

.cp-input-container label {
  border-radius: 10px;
  font-size: 12px;
  top: 95%;
  left: 0px;
  position: absolute;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.2s ease-out;
}

.cp-login-mask {
  position: relative;
  width: 100%;
  max-width: 350px;
}

.cp-media-fit-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cp-media-fit-cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cp-progress__container {
  position: relative;
  height: 3px;
  flex: 1;
  margin: 0px 20px;
}

.cp-progress__container input {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  margin: 0px;
  height: 3px;
}

.cp-progress__container input::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  background: #292929;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
}

.cp-progress__container progress {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  pointer-events: none;
  height: 3px;
  border-radius: 2px;
}

.cp-progress__container progress::-webkit-progress-value {
  border-radius: 2px;
}

.cp-selection-container {
  display: flex;
  text-align: center;
  overflow-y: auto;
}

.cp-selection-container input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  margin: 0;
}

.cp-selection-container input[type=radio]:checked + label {
  border: 3px solid black;
  font-weight: bold;
}

.cp-selection-container .cp-selection__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 10px;
}

.cp-selection-container .cp-selection__element--color {
  height: 30px;
  width: 30px;
  min-width: unset;
  border-radius: 50%;
}

.cp-selection-container .cp-selection__element--xl {
  min-width: 150px;
  width: 150px;
  height: 150px;
}

.cp-selection-container .cp-selection__element--xl img {
  width: 50px;
  height: 50px;
  margin: 20px;
}

.cp-selection-container .cp-selection__element:hover {
  border: 3px solid black;
  font-weight: bold;
  cursor: pointer;
}

.cp-selection-container .cp-selection__element [class^=icon-] {
  margin: 20px;
}

.cp-selection-container .cp-selection__element [class^=icon-]::before {
  font-size: 50px;
}

.cp-submit-container {
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cp-tabs-container .cp-tabs {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  color: gray;
}

.cp-tabs-container .cp-tabs a {
  color: gray;
}

.cp-tabs-container .cp-tabs .cp-tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  border-bottom: 3px solid lightgray;
}

.cp-tabs-container .cp-tabs .cp-tab.cp-active-tab {
  border-bottom: 3px solid gray;
  font-weight: bold;
  color: black;
}

.cp-tabs-container .cp-tabs .cp-tab:hover {
  cursor: pointer;
}

.cp-tabs-container .cp-tab-content-container .cp-tab-content {
  display: none;
}

.cp-tabs-container .cp-tab-content-container .cp-tab-content.cp-active-tab-content {
  display: flex;
}

