/* General first page styles */
/* line 2, ../sass/fstyle.scss */
body {
  padding-bottom: 70px;
}

/* line 6, ../sass/fstyle.scss */
.navbar {
  margin-bottom: 0px;
  z-index: 10;
}

/* Top nav bar logo styles */
/* line 13, ../sass/fstyle.scss */
#header-logo-image img {
  height: 50px;
  width: auto;
  padding: 0px;
  margin: 1px;
}

/* Styles for customer logo under emotion selection */
/* line 22, ../sass/fstyle.scss */
#logo-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  bottom: 170px;
}
/* line 31, ../sass/fstyle.scss */
#logo-image-container #logo-image {
  height: 130px;
  width: auto;
  padding: 0px;
  margin: 1px;
}

@media (max-width: 576px) {
  /* line 40, ../sass/fstyle.scss */
  #logo-image-container {
    bottom: 95px;
  }
  /* line 43, ../sass/fstyle.scss */
  #logo-image-container #logo-image {
    height: 65px;
  }
}
/* Emotion selection styles */
/* line 50, ../sass/fstyle.scss */
.mycanvas {
  z-index: -1;
}

/* line 54, ../sass/fstyle.scss */
.emoquestion {
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100px;
  /* Fallback, controller via JS */
  width: 75%;
  font-family: "SofiaProRegular", arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 14px;
  color: white;
  text-align: center;
}

/* line 69, ../sass/fstyle.scss */
.dropdown-content {
  background-color: #f9f9f9;
}

/* Angular styles */
/* line 74, ../sass/fstyle.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
