@import url(https://fonts.googleapis.com/css?family=Manrope:300,400,500,700,900&display=swap);

@charset "UTF-8";
html {
  min-height: 100vh;
  background-color: #01070A;
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  height: 100vh;
  color: #fff;
  background-color: #01070A;
  overflow-x: hidden;
  overflow-y: scroll;
}
body.hasNotch {
  padding-top: 3rem;
  background-color: #01070A;
}
body.hasNotch .container.menuTop {
  padding-top: 3rem;
}
.container-fluid {
  padding: 0;
  z-index: 1000 !important;
}
p {
  font-family: "Manrope", sans-serif;
  color: #fff;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif !important;
  font-weight: 900;
  color: #fff;
}
h1 {
  font: "Manrope", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
.bottomScroll {
  margin-bottom: 100px;
}
label {
  color: #fff;
  font-size: 1.2rem;
}
.scrollBottom {
  margin-bottom: 100px;
}
.log-scroll {
  max-height: 75vh;
  overflow-x: scroll;
}
.log-scroll-100vh {
  max-height: 100vh;
}
.tactic-scroll {
  max-height: 70vh;
  overflow-x: scroll;
}
.consent-scroll {
  max-height: 90vh;
  overflow-x: scroll;
}
.menu-scroll {
  max-height: 85vh;
  overflow-x: scroll;
}
.primary {
  font-weight: 600;
  color: #68C2C8 !important;
}
.primary h1,
.primary h2,
.primary h3,
.primary h4 {
  color: #68C2C8 !important;
}
.logged {
  font-weight: 600;
  color: #0af511 !important;
  opacity: 0.8;
}
.active-log {
  opacity: 1 !important;
}
input[type=text],
input[type=number],
input[type=time],
input[type=tel],
input[type=email],
input[type=password] {
  width: 100%;
  margin: 0 auto;
  padding: 0.375rem 0.75rem;
  background-color: #424858;
  border-bottom-color: none;
  border: 0;
  height: 50px;
  color: #fff;
  -webkit-appearance: textfield !important;
  text-align: center;
  text-transform: none;
  border-radius: 0;
}
input[type=date] {
  background-color: #424858;
  color: #fff;
  height: 50px;
  padding-top: 0.8rem;
  text-align: center;
  border: 0px solid transparent;
  border-radius: 0;
  text-transform: none;
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-control:focus {
  color: #fff;
  background-color: #424858;
  border-color: #68C2C8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #68C2C8;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #252831;
  cursor: not-allowed;
}
input.border-bottom {
  border-bottom: 1px solid #555D69 !important;
}
input[type=range] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #01070A;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #01070A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1px #01070A;
  border: 0px solid #01070A;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #68C2C8;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -13.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #01070A;
  background: #ffffff;
  border-radius: 0px;
  border: 0px solid #01070A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1px #01070A;
  border: 0px solid #01070A;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #68C2C8;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border: 0px solid #01070A;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #01070A;
}
input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border: 0px solid #01070A;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #01070A;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1px #01070A;
  border: 0px solid #01070A;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #68C2C8;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
  font-family: "Arial";
  display: inline-block;
  width: 100%;
  min-height: 50px;
  cursor: pointer;
  outline: 0;
  border: 0px solid #01070A;
  border-radius: 0px;
  background: #424858;
  color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #fff;
  background: #424858;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-color: #fff;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}
.checkbox-list .media {
  color: #68C2C8;
  cursor: pointer;
  height: 2.85rem;
  overflow: hidden;
  padding: 0 !important;
}
.checkbox-list .media .fa-stack {
  left: -6px;
}
.checkbox-list .media .fa-square {
  color: inherit;
}
.checkbox-list .media h5 {
  color: inherit;
  font-weight: normal;
  text-transform: capitalize;
}
.checkbox-list .media .subtext {
  color: #fff;
  font-size: 11px;
  position: relative;
  text-transform: none;
  top: -5px;
}
.checkbox-list .media.checkbox-complete .fa-square {
  color: #68C2C8;
}
.checkbox-list .media.checkbox-complete h5 {
  color: rgba(255, 255, 255, 0.5);
}
.checkbox-list .media.checkbox-expired {
  color: rgba(255, 255, 255, 0.5);
}
/* TODO: DELETE AFTER REMOVING FROM CONSENT PAGE */
.pure-material-checkbox {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2rem;
  color: #68C2C8;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  padding-right: 1.5rem;
}
.pure-material-checkbox input {
  display: none;
  z-index: 800000;
  position: absolute;
  left: -10px;
  top: 2px;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
  outline: none;
  opacity: 0;
  transform: scale(1);
}
.pure-material-checkbox span {
  display: inline-block;
  width: 100%;
  top: -3px;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}
.pure-material-checkbox span:before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  margin: 5px 12px 3px 1px;
  border: solid 2px;
  /* Safari */
  border-color: #68C2C8;
  border-radius: 0;
  width: 22px;
  height: 22px;
  vertical-align: top;
}
.pure-material-checkbox span:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 1px;
  width: 17px;
  height: 10px;
  border: solid 2px transparent;
  border-right: none;
  border-top: none;
  transform: translate(3px, 4px) rotate(-45deg);
}
.pure-material-checkbox span span {
  text-indent: -1.5rem;
  color: #fff;
  text-transform: none;
  padding-left: 35px;
  font-size: 10px;
  position: relative;
  height: 0.5rem;
  top: -1rem;
}
.pure-material-checkbox span span:before {
  content: none !important;
  display: none;
}
.pure-material-checkbox span span:after {
  content: none;
  display: none;
}
.pure-material-checkbox > input:checked,
.pure-material-checkbox > input:indeterminate {
  background-color: #68C2C8;
}
.disableEvents {
  pointer-events: none;
}
.pure-material-checkbox > input:checked + span::before,
.pure-material-checkbox > input:indeterminate + span::before {
  border-color: #68C2C8;
  background-color: #68C2C8;
}
.pure-material-checkbox > input:checked + span::after,
.pure-material-checkbox > input:indeterminate + span::after {
  border-color: #fff;
}
/* Active */
.pure-material-checkbox > input:active {
  opacity: 1;
  transform: scale(0);
  transition: transform 0s, opacity 0s;
}
.pure-material-checkbox > input:active + span::before {
  border-color: #68C2C8;
}
.pure-material-checkbox > input:checked:active + span::before {
  border-color: transparent;
  background-color: black;
}
/* Disabled */
.pure-material-checkbox > input:disabled {
  opacity: 0;
}
.pure-material-checkbox > input:disabled + span {
  color: rgba(255, 255, 255, 0.5);
}
.pure-material-checkbox > input:disabled + span::before {
  border-color: currentColor;
}
.pure-material-checkbox > input:checked:disabled + span::before,
.pure-material-checkbox > input:indeterminate:disabled + span::before {
  border-color: transparent;
  background-color: rgba(25, 167, 215, 0.5);
}
/* TODO: END DELETE AFTER REMOVING FROM CONSENT PAGE ^^^ */
button {
  -webkit-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.btn-primary {
  color: #01070a;
  background-color: #68C2C8 !important;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-transform: none;
}
.btn-primary :active {
  background-color: rgba(25, 167, 215, 0.5) !important;
}
.btn-primary:disabled {
  color: #01070a;
}
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #bbc5e5 !important;
}
.btn-square {
  width: 100px;
  height: 100px;
  padding: 1rem 0.25rem !important;
}
.btn-square i {
  font-size: 60px;
}
.btn-bottom {
  width: 90vw;
  margin: auto;
  position: fixed;
  left: 0;
  bottom: 3vh;
  right: 0;
}
.loader {
  height: 100vh;
  width: 100vw;
  color: #fff;
  font-family: "Manrope", sans-serif;
}
.loader .loadBar {
  animation: stretch 5s;
  position: absolute;
  left: 0;
  right: 0;
}
@keyframes stretch {
  0% {
    background-color: #68C2C8;
    width: 10vw;
    height: 100vh;
  }
  100% {
    background-color: #68C2C8;
    width: 100vw;
    height: 100vh;
  }
}
.loader .message {
  position: relative;
  z-index: 1000;
  text-align: center;
  width: 100%;
}
.loader .message h2 {
  font-weight: 300;
}
.loader .message p {
  font-weight: 100;
}
.loginParent .logo {
  margin: 5vh 0;
}
.loginParent .loginMessage {
  margin: 5vh 0;
}
.loginParent .loginForm {
  margin: 5vh 0;
}
.loginParent .loginRegister {
  margin: 5vh 0;
}
.registration .logo {
  margin: 5vh 0;
}
.registration .registrationMessage {
  margin: 3vh 0;
}
.registration .scan {
  margin: 3vh 0;
}
.registration .scan .scanBtn {
  position: relative;
}
.registration .scan .scanBtni {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.registration .registrationForm {
  margin: 3vh 0;
}
header {
  background: #01070A;
}
header button {
  background-color: #01070A !important;
  border: 0;
}
header .topbar {
  color: #fff;
  padding: 0.5rem;
}
header .topbar .menuBar {
  max-height: 52px;
}
header .topbar .refreshIcon img {
  max-height: 35px;
}
header .topbar .notify a.active {
  position: relative;
  text-align: left;
}
header .topbar .notify a.active span {
  position: absolute;
  left: 15px;
  color: #01070A !important;
  font-size: 10px;
  background: #68C2C8;
  padding: 3px 8px;
  border-radius: 100px;
}
header .topbar .notify a.active img {
  max-height: 35px;
}
.challengeCoinBar {
  padding: 0.65rem 0 0.2rem 0;
}
.challengeCoinBar .challengeCoin {
  text-align: center;
}
.challengeCoinBar .challengeCoin img {
  width: 70%;
  max-width: 150px !important;
}
.challengeCoinBar .challengeCoinTitle {
  padding-left: 0;
}
.challengeCoinBar h2 {
  margin-bottom: 4px;
  font-size: 1.2rem;
  text-transform: none;
}
.challengeCoinBar h2 img {
  vertical-align: baseline;
  padding: 0 0.4rem;
}
.challengeCoinBar p {
  margin-bottom: 0;
  font-weight: 100;
}
/* The side navigation menu */
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  overflow-x: hidden;
  transition: all 0.25s;
  background: rgba(7, 17, 22, 0.92);
  box-shadow: 0px 4px 4px rgba(123, 112, 112, 0.25);
  -webkit-backdrop-filter: blur(14px);
          backdrop-filter: blur(14px);
}
.sidenav .menuTop {
  padding: 1.2rem 0 2rem 1.2rem;
}
.sidenav .menuTop h2 {
  color: #fff;
  text-transform: none;
}
.sidenav .menuTop h2 span {
  display: block;
}
.sidenav .menuTop .closeBtn button {
  background-color: transparent !important;
  border: 0;
}
.sidenav .menuItems ul {
  padding-left: 1.5rem;
}
.sidenav .menuItems ul li {
  padding: 0.5rem 0;
  list-style: none;
  width: 100%;
}
.sidenav .menuItems ul li a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.sidenav .menuItems ul li:last-child {
  border-bottom: none;
}
.sidenav .menuFooter {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.sidenav .menuFooter a {
  color: #fff;
  font-weight: 500;
  text-transform: none;
  margin-bottom: 1rem;
}
.sidenav .menuFooter p {
  font-size: 0.6rem;
  color: #68C2C8;
}
.sidenav .greeting {
  padding: 0 0 1rem 1.5rem;
  color: #68C2C8;
}
.mainContent {
  color: #fff;
  position: relative;
}
.mainContent .checks label {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #68C2C8;
}
.mainContent .script {
  text-align: center;
  margin-bottom: 1.5rem;
}
.mainContent .script .sleepTime {
  width: 42vw;
  height: 11.75vh;
  max-height: 70px;
  border: 3px solid #68C2C8;
  background-color: #68C2C8;
  border-radius: 5px;
  margin: 0 10px;
  padding: 1px 0;
  overflow: hidden;
}
.mainContent .script .sleepTime h2 {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
.mainContent .script .sleepTime h4 {
  font-size: 0.8rem;
  text-transform: none;
  margin: 0.08rem 0;
}
.mainContent .slider {
  display: flex;
  overflow-x: auto;
  height: 63vh;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  margin: 0;
}
.mainContent .slider section {
  flex-shrink: 0;
  width: 100vw;
  scroll-snap-align: start;
}
.mainContent .slider .slide h2 {
  font-weight: 900;
  text-transform: none;
  color: #68C2C8;
  padding: 1rem 0;
  font-size: 2rem;
}
.mainContent .slider .slide h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 1.5rem;
}
.mainContent .slider .slide span {
  font-weight: 300;
  color: #fff;
  text-transform: capitalize;
}
.mainContent .dotstyle ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mainContent .dotstyle li {
  position: relative;
  display: block;
  float: left;
  margin: 0 8px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.mainContent .dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
}
.mainContent .dotstyle li a:focus {
  outline: none;
}
.mainContent .dotstyle-scaleup li a {
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.mainContent .dotstyle-scaleup li.current a {
  background-color: #68C2C8;
  transform: scale(1.5);
}
.mainContent .dotstyle-scaleup li.current a:hover {
  background-color: #68C2C8;
}
.mainContent .dotstyle-scaleup li.current a:focus {
  background-color: #68C2C8;
}
footer {
  position: fixed;
  bottom: 0;
  height: 22vh;
  background: #01070A;
  width: 100vw;
}
footer .dot-nav {
  position: fixed;
  left: 0;
  bottom: 16vh;
  width: 100vw;
  margin: auto;
}
footer .bottomNav {
  position: fixed;
  bottom: 0vh;
  width: 100vw;
  margin: auto;
}
footer .bottomLabel {
  position: fixed;
  bottom: 1vh;
  width: 100vw;
  margin: auto;
}
footer .navLink {
  color: #fff;
  text-align: center;
  font-weight: 500;
}
footer .navLink a {
  font-family: "Manrope", sans-serif;
}
footer .navLink a img {
  padding-bottom: 0.3rem;
}
footer .navLink a .highlight {
  border-radius: 100px;
  height: 50px;
  width: 50px;
  position: relative;
  margin: 0 auto;
}
footer .navLink a .highlight img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .navLink.chat {
  position: relative;
}
footer .navLink.chat .count {
  position: absolute;
  top: -9px;
  right: 15px;
  background: #68C2C8;
  height: 20px;
  width: 20px;
  border-radius: 50px;
  font-size: 13px;
  color: #fff;
}
footer .currentLabel {
  font-family: "Manrope", sans-serif;
  color: #68C2C8;
}
footer .currentLabel.inactive {
  color: #abb9bc;
}
.modalHeader {
  background: #01070a;
  padding: 15px;
}
.modalHeader h2 {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}
.question {
  margin-bottom: 1rem;
}
.question legend,
.question label {
  color: #fff;
}
.question input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  color: #fff;
  top: -3px;
  height: 30px;
  width: 30px;
  max-width: 30px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  margin-right: 7px;
  outline: none;
}
.question input[type=radio]:checked {
  background-color: #01070A;
  border: 2px solid #fff;
}
.question input[type=radio]:checked::before {
  position: absolute;
  font: 17px/1 "Manrope", sans-serif, sans-serif;
  left: 8px;
  top: 3px;
  content: "⅃";
  transform: rotate(40deg);
}
.question.range label {
  text-transform: none;
}
.question.range .subLabelRange {
  color: #fff;
  text-align: center;
}
.question.range .subLabelRange .col:first-child {
  text-align: left;
}
.question.range .subLabelRange .col:last-child {
  text-align: right;
}
.bottom {
  bottom: 0;
  left: 0;
  width: 100vw;
}
.progress-segment {
  display: flex;
}
.progress-segment .item {
  width: 100%;
  background-color: #bbc5e5;
  margin-right: 2px;
  height: 10px;
}
.progress-segment .item.complete {
  background: #68C2C8 !important;
}
.progress-segment .item:last-child {
  margin-right: 0;
}
.btn-group {
  width: 100%;
}
.btn-group div.prev, .btn-group a.prev {
  width: 25vw;
}
.btn-group div.next, .btn-group a.next {
  width: 75vw;
}
.coinList .earned {
  margin-bottom: 1.5rem;
}
.coinList .earned .coinImg {
  position: relative;
}
.coinList .earned .coinImg img {
  width: 100%;
}
.coinList .earned .coinImg .count {
  position: absolute;
  bottom: 8%;
  right: 88px;
  height: 2rem;
  width: 2rem;
  background: #424858;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
}
.coinList .earned .coinImg .count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coinList .earned .coinTitle h2 {
  font-size: 2rem;
  color: #ffc107;
}
.coinList .earned .coinTitle h2 span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.coinList .current {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.5rem;
  padding: 1.5rem;
}
.coinList .current .coinImg {
  position: relative;
}
.coinList .current .coinImg img {
  max-width: 10rem;
}
.coinList .current .coinImg .count {
  position: absolute;
  top: 90%;
  right: 75px;
  transform: translate(-50%, -50%);
  height: 2rem;
  width: 2rem;
  background: #424858;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
}
.coinList .current .coinImg .count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coinList .current .coinTitle {
  margin-top: 1.5rem;
}
.coinList .current .coinTitle h2 span {
  display: block;
  color: #fff;
  font-size: 1.2rem;
}
.coinList .current .coin-heading h6 {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 1.2rem;
}
.coinList .notEarned {
  margin-bottom: 1.5rem;
}
.coinList .notEarned .coinImg {
  position: relative;
}
.coinList .notEarned .coinImg img {
  width: 30vw;
}
.coinList .notEarned .coinImg .count {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 2rem;
  width: 2rem;
  background: #424858;
  border-radius: 100px;
  color: #fff;
  font-size: 1rem;
}
.coinList .notEarned .coinImg .count span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coinList .notEarned .coinTitle h2 {
  font-size: 2rem;
  color: #848484;
}
.coinList .notEarned .coinTitle h2 span {
  display: block;
  color: #848484;
  font-size: 1.2rem;
}
.logList .row {
  padding-top: 1rem;
}
.logList .row:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
.logList .row .past .active {
  color: #68C2C8;
}
.logList .row .present {
  background: rgba(25, 170, 217, 0.3);
}
.logList .row .future .logDate h3 {
  color: rgba(255, 255, 255, 0.5);
}
.logList .row .logDate {
  text-align: center;
}
.logList .row .logDate h3 {
  font-size: 3rem;
  text-transform: capitalize;
}
.logList .row .logDate h3 small {
  display: block;
  font-size: 1rem;
  font-weight: 300;
}
.logList .row .logMorning img,
.logList .row .logEvening img {
  max-height: 45px;
}
.logList .row .logMorning span,
.logList .row .logEvening span {
  display: block;
  margin: 0.5rem auto 0;
  text-transform: none;
  font-size: 1rem;
  max-width: 100px;
}
.unclickable {
  opacity: 0.4;
}
.logHeader h6 {
  font-weight: 400;
}
.logInputStatus .current {
  background: #68C2C8 !important;
}
.logInputStatus .morning,
.logInputStatus .evening {
  height: 60px;
  width: 60px;
  background: #848484;
  border-radius: 60px;
  float: left;
  margin: 0 1rem;
  position: relative;
}
.logInputStatus .morning img,
.logInputStatus .evening img {
  max-width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logInputStatus .todoLogs h4 {
  margin-bottom: 0;
}
.logInputStatus .todoLogs h4 a {
  color: #68C2C8;
}
.chat {
  margin-top: auto;
  margin-bottom: auto;
}
.chat .card {
  height: 500px;
  border-radius: 15px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
.chat .msg_card_body {
  padding: 0;
}
.chat .card-header {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
}
.chat .card-footer {
  border-radius: 0 0 15px 15px !important;
  border-top: 0 !important;
}
.chat .container {
  align-content: center;
}
.contacts_body {
  padding: 0.75rem 0 !important;
  overflow-y: auto;
  white-space: nowrap;
}
.type_msg {
  background-color: transparent !important;
  border-radius: 0;
  border: 0 !important;
  color: #fff !important;
  overflow-y: auto;
}
.type_msg:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.send_btn {
  border-radius: 0 15px 15px 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer;
}
.img_cont {
  position: relative;
  height: 70px;
  width: 70px;
}
.img_cont_msg {
  height: 40px;
  width: 40px;
}
.offline {
  background-color: #c23616 !important;
}
.user_info {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 15px;
}
.user_info span {
  font-size: 1rem;
  color: white;
}
.user_info p {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}
.justify-content-start {
  margin-left: 10px;
}
.msg_container {
  margin-top: auto;
  margin-bottom: auto;
  background-color: #68C2C8;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  right: -6px;
  overflow-wrap: anywhere;
}
.msg_container:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 0;
  height: 0;
  border: 0.625em solid transparent;
  border-left-color: #68C2C8;
  border-right: 0;
  margin-top: -0.625em;
  margin-right: -0.625em;
}
.msg_container_send {
  margin-top: auto;
  margin-bottom: auto;
  background-color: #252831;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.msg_container_send:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 0;
  height: 0;
  border: 0.625em solid transparent;
  border-right-color: #252831;
  border-left: 0;
  margin-top: -0.625em;
  margin-left: -0.625em;
}
.msg_time {
  position: absolute;
  left: 0;
  bottom: -20px;
  color: #fff;
  font-size: 10px;
}
.msg_time_send {
  position: absolute;
  right: 0;
  bottom: -20px;
  color: #fff;
  font-size: 1rem;
}
.msg_head {
  position: relative;
}
#action_menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
}
.action_menu {
  z-index: 1;
  position: absolute;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 15px;
  top: 30px;
  right: 15px;
  display: none;
}
.action_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.action_menu ul li {
  width: 100%;
  padding: 10px 15px;
  margin-bottom: 5px;
}
.action_menu ul li i {
  padding-right: 10px;
}
.action_menu ul li:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 576px) {
  .contacts_card {
    margin-bottom: 15px !important;
  }
}
.card-footer {
  bottom: 0;
  width: 100vw;
  z-index: 1000;
  background-color: #252831;
  display: flex;
  align-items: center;
  height: auto;
}
.headerFixed {
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
}
.headerFixedContent {
  margin-top: 60px;
}
.footerFixedContent {
  margin-bottom: 60px;
}
.notification {
  border-left: #68C2C8 solid 25px;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.notification.read {
  border-left: #fff solid 25px;
  opacity: 0.5;
}
.inactive-btn {
  opacity: 0.5;
}
.time-picker-container {
  background-color: #424858;
  border-bottom-color: none;
  border: 0;
  height: 50px;
  color: #fff;
}
.time-picker-component {
  border: none;
  color: #555;
  width: 48% !important;
}
.time-picker-component:focus {
  color: #fff;
  background-color: #424858;
  border-color: #68C2C8;
  outline: 0;
  box-shadow: 0 0 0 0.2rem #68C2C8;
}
.right-align {
  text-align: right !important;
  padding-right: 6px;
}
.left-align {
  text-align: left !important;
  padding-left: 2px;
  margin-left: -1px;
}
.center-align {
  text-align: center !important;
  margin: auto;
}
.margin-top-half {
  margin-top: 25vh;
  padding: 0 20px;
}
.notification {
  border-left: #19AAD9 solid 25px;
  background: #00000040;
  padding-top: 1rem;
  margin-bottom: 1rem;
}
.notification h4 {
  font-weight: 500 !important;
  color: #19AAD9;
}
.notification.read {
  border-left: #ffffff solid 25px;
  opacity: 0.5;
}
.notification.read h4 {
  color: #ffffff !important;
}
.graphContainer {
  margin-top: 1rem;
}
.radio-group input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}
.radio-group label {
  color: #01070A;
  border: 1px solid #68C2C8;
  background-color: #68C2C8;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  font-weight: 800;
  text-transform: none;
  padding: 2px 10px;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.radio-group input[type=radio]:checked + label {
  font-weight: 800;
  padding: 2px 10px;
  color: #68C2C8;
  background-color: #01070A;
  border: 1px solid #68C2C8;
  border-radius: 3px;
  font-size: 1rem;
}
.checkbox-group input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  background-color: #68C2C8;
  border: 1px solid #68C2C8;
  border-radius: 3px;
  display: none;
}
.checkbox-group label {
  display: inline-block;
  cursor: pointer;
  color: #01070A;
  background-color: #68C2C8;
  font-weight: 800;
  text-transform: none;
  padding: 2px 10px;
  border-radius: 3px;
  font-size: 1rem;
}
.checkbox-group input[type=checkbox]:checked + label {
  color: #68C2C8;
  font-weight: 800;
  padding: 2px 10px;
  background: #01070A;
  border: 1px solid #68C2C8;
  border-radius: 3px;
  font-size: 1rem;
}
.headerFixed {
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 1000;
}
.headerFixedContent {
  margin-top: 60px;
}
.dark {
  color: #252831;
}
.light {
  font-weight: 300;
}
.file-area {
  width: 100%;
  position: relative;
}
.file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.file-area .file-dummy {
  width: 100%;
  padding: 30px;
  background: #424858;
  border: 2px dashed #68C2C8;
  text-align: center;
  transition: background 0.3s ease-in-out;
}
.file-area .file-dummy .success {
  display: none;
}
.file-area:hover .file-dummy {
  background: rgba(255, 255, 255, 0.1);
}
.file-area input[type=file]:focus {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline: rgba(25, 167, 215, 0.5) auto 5px;
}
.file-area input[type=file]:valid + .file-dummy {
  border-color: #68C2C8;
  background-color: #68C2C8;
}
.file-area input[type=file]:valid + .file-dummy .success {
  display: inline-block;
}
.file-area input[type=file]:valid + .file-dummy .default {
  display: none;
}
.file-area label {
  font-weight: 500;
  display: block;
  margin: 4px 0;
  text-transform: none;
  overflow: hidden;
}
.file-area label span {
  float: right;
  text-transform: none;
  font-size: 0.6rem;
  text-transform: none;
  line-height: 1.55rem;
  font-weight: 200;
  font-style: italic;
  opacity: 0.8;
}
textarea {
  width: 100%;
  margin: 0 auto;
  background-color: #424858 !important;
  border-bottom-color: none !important;
  border: 0 !important;
  color: #fff;
  text-transform: none;
  border-radius: 0 !important;
}
.userInformation {
  margin: 1.5rem 0;
}
.userInformation .avatar img {
  width: 100%;
}
.sleepInfoIcon {
  color: #68C2C8;
  font-size: 3rem;
  padding: 1rem;
}
.companyInformation {
  border-top: 1px solid #848484;
  border-bottom: 1px solid #848484;
  padding: 3rem;
  margin: 0 1rem;
}
.companyInformation h3 {
  text-align: center;
  display: block;
}
.actionItems {
  text-align: center;
  margin-top: 2rem;
}
.actionItems a {
  color: #68C2C8;
}
.actionItems a img {
  margin-right: 1rem;
  vertical-align: middle;
  max-width: 50px;
}
.actionItems a h2 {
  color: #68C2C8;
  margin: 0;
}
.sleepInfo .item {
  background: #68C2C8;
  border: 1px solid #68C2C8;
  border-radius: 8px;
  margin: 1rem;
  width: 21rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sleepInfo .item img {
  width: 10vw;
  margin: 1rem;
}
.sleepInfo .item h3 {
  color: #01070a;
  white-space: nowrap;
  font-weight: 300;
}
.slider-padding {
  padding: 12px 45px 12px 15px;
}
h4.sleep-fact {
  font-weight: 300;
  color: #fff;
  text-transform: none !important;
  font-size: 2rem;
}
p.sleep-fact {
  font-size: 1.2rem;
}
.alert-noctem {
  border: 1px solid #68C2C8;
  background-color: #68C2C8;
  color: white;
  font-weight: 500;
}
.alert {
  position: relative;
  padding: 15px;
}
.alert-heading {
  color: inherit;
}
.alert-dismissible {
  padding-right: 22px;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  opacity: 1 !important;
  color: white !important;
  background-color: transparent !important;
}
.dynamic-info h1, .dynamic-info h2, .dynamic-info h3, .dynamic-info h4, .dynamic-info h5, .dynamic-info h6 {
  font-weight: 300;
  line-height: 31px;
}
.dynamic-info p {
  font-size: 1.1rem;
}
.dynamic-info span {
  color: white;
}
.dynamic-info .text-bold {
  font-weight: 700;
}
.dynamic-info .text-primary {
  color: #68c2c8;
  font-weight: 700;
}
.dynamic-info h2 {
  font-size: 1.4rem;
}
.dynamic-info ul {
  margin: 1rem 0;
  list-style-image: url('Bullet.d6cb04dd4627261e9e19.svg');
}
.dynamic-info ul li {
  margin: 1.5rem 0.5rem;
}
.dynamic-info ol {
  margin: 1rem 0;
}
.dynamic-info ol li {
  margin: 1.5rem 0.5rem;
}
.dynamic-info ol li ul {
  padding: 0;
}
.dynamic-info img.section-indicator {
  margin-left: 5.5rem;
}
.dynamic-info .boxed {
  border: 2px solid !important;
  padding: 10px;
  background-color: #0c1a30;
}
.dynamic-info .img-mini {
  width: 2.8rem;
  margin: 0 1rem;
}
.dynamic-info hr {
  border-color: #68c2c8;
}
.dynamic-info .caution {
  padding: 1rem;
  background-color: #F5B85B;
  box-shadow: 0px 4px 8px 0px #00000040 inset;
}
.dynamic-info .caution h2, .dynamic-info .caution p, .dynamic-info .caution .text-bold {
  color: #01070a;
}
.dynamic-info .caution ul li {
  list-style-image: none;
  color: #01070a;
}
.dynamic-info a {
  text-decoration: underline;
}
p.dynamic-info {
  color: #fff;
  line-height: 31px;
  font-size: 1.1rem;
}
.info-image {
  max-height: 150px;
  max-width: 150px;
}
.animate {
  animation: rotate 2.5s;
}
.coin-wrapper {
  animation: scale 2.5s;
}
.coin-flip {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
}
.coin-flip .tails,
.coin-flip .heads {
  position: absolute;
}
.coin-flip .tails {
  border-radius: 50%;
  background-size: cover;
}
.coin-flip .heads {
  transform: rotateY(360deg);
  border-radius: 50%;
  background-size: cover;
}
.coin-100 {
  width: 100%;
  height: 100px;
}
.coin-250 {
  width: 250px;
  height: 250px;
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
  h1 {
    font-size: 1.9rem;
  }

  .challengeCoinBar h2 {
    font-size: 1.4rem;
  }

  header .topbar .notify a.active span {
    font-size: 8px;
    padding: 3px 7px;
  }

  .challengeCoinBar {
    padding: 1.15rem 0 0.45rem 0;
  }

  footer {
    font-family: "Manrope", sans-serif;
    position: absolute;
  }
  footer .currentLabel {
    font-size: 0.8rem;
  }
  footer .dot-nav {
    bottom: 20vh;
  }

  footer .navLink a .highlight {
    height: 70px;
    width: 70px;
  }

  footer .navLink a .highlight img {
    height: 40px;
  }

  .sidenav .menuItems ul li {
    padding: 11px 0;
  }

  .radio-group label {
    padding: 3px 5px;
  }

  .radio-group label.first {
    padding: 3px 5px 3px 0px;
  }

  .coinList .current {
    margin-bottom: 1rem;
    padding: 1rem;
  }

  .tactic-scroll {
    max-height: 66vh;
    overflow-x: scroll;
  }

  .mainContent .slider {
    max-height: 45vh;
  }
}
.ng-data-picker {
  background-color: rgba(0, 0, 0, 0.251) !important;
  font-size: 1.7em !important;
  letter-spacing: 0.2em;
}
.picker-top {
  background: linear-gradient(to bottom, #424858 2%, rgba(0, 0, 0, 0.251) 100%) !important;
}
.picker-bottom {
  background: linear-gradient(to top, #424858 2%, rgba(0, 0, 0, 0.251) 100%) !important;
}
.minute-picker {
  padding-left: 4px !important;
  font-weight: 500;
}
.hour-picker,
.number-picker {
  font-weight: 500;
}
.picker-links-container {
  max-width: 90vw;
}
.picker-links-container .picker-links {
  text-transform: none;
  font-weight: 450;
}
.picker-links-container .picker-links.submit {
  color: #68C2C8;
  text-align: end;
}
.log-submission-container {
  padding: 4.5rem 1rem;
}
.log-submission-container h1 {
  text-transform: none;
  padding-bottom: 3rem;
}
.log-submission-container a {
  font-size: 1.2rem;
  font-weight: 800;
  text-transform: none;
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .mainContent .slider {
    max-height: 55vh;
  }

  footer .dot-nav {
    bottom: 19vh;
  }

  .challengeCoinBar h2 img {
    padding: 0 0.5rem;
  }
}
/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  footer .dot-nav {
    bottom: 18vh;
  }
}
/* Galaxy S8+ */
@media only screen and (max-device-width: 360px) and (max-device-height: 740px) {
  .logList .row {
    padding-top: 0.5rem;
  }
  .logList .row .logDate h3 {
    font-size: 2.5rem;
  }
}
/* Nexus 5+ */
@media only screen and (max-device-width: 360px) and (max-device-height: 640px) {
  .logList .row {
    padding-top: 0.5rem;
  }
  .logList .row .logDate h3 {
    font-size: 2.5rem;
  }
}
/* offline/online indicator */
.fa-circle-notch {
  color: #73ea6d;
}
.fa-exclamation-circle {
  color: #fbad36 !important;
}
.slow-spin {
  animation: fa-spin 3s infinite linear;
}
.grow-wrap {
  display: grid;
  color: white;
}
.grow-wrap textarea {
  color: #fff;
}
.grow-wrap::after {
  content: attr(data-replicated-value) " ";
  white-space: pre-wrap;
  visibility: hidden;
}
.grow-wrap > textarea {
  resize: none;
  overflow: hidden;
}
.grow-wrap > textarea,
.grow-wrap::after {
  border: 1px solid black;
  padding: 0.5rem;
  font: inherit;
  grid-area: 1/1/2/2;
}
