@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #141f3f;
  padding: 0;
  margin: 0;
  font-weight: 300;
  background-attachment: fixed;
  font-size: 15px;
}

.background-color {
  background: #141f3f;
}

.hidden {
  display: none;
}

.block {
  display: block;
  width: 100%;
}

.color-green {
  color: #FFF;
}

.clearfix {
  height: 0;
  float: none;
  overflow: hidden;
  clear: both;
}

.row div[class^=col] {
  box-sizing: border-box;
}
.row .masonry {
  width: 100%;
}
.row .masonry .brick {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block !important;
  width: calc(100% - 30px);
}

.section-padding {
  margin-top: 50px;
}

.center {
  text-align: center !important;
}

.helper-panel {
  padding: 10px;
  border: 2px solid #f7f3ec;
  background: #FFF;
  color: #141f3f;
  font-size: 14px;
  display: none;
  box-sizing: border-box;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.helper-panel .header i {
  font-size: 17px;
  font-weight: 400;
}
.helper-panel .header i:first-of-type:not(:last-of-type) {
  margin-right: 5px;
}
.helper-panel .header i.close {
  float: right;
  cursor: pointer;
}
.helper-panel .header strong {
  font-size: 18px;
  font-weight: 400;
}
.helper-panel p {
  font-size: 13px;
  margin: 10px 0 0 0;
}
.helper-panel.pwa-helper {
  position: fixed;
  z-index: 101;
  display: block;
  width: calc(100% - 40px);
  bottom: 20px;
  left: 20px;
  top: auto;
  padding: 20px;
  text-align: center;
  border-color: #141f3f;
}
.helper-panel.pwa-helper p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin-top: 0.5em;
}
.helper-panel.pwa-helper .header span {
  color: #141f3f;
  font-weight: 600;
}
.helper-panel.pwa-helper .header i.icon-right {
  font-size: 22px;
  line-height: 27px;
  float: right;
  cursor: pointer;
}
.helper-panel.pwa-helper img.touch {
  border-radius: 7px;
  margin: 10px auto 5px;
}
.helper-panel.pwa-helper .justtap img {
  width: 12px;
}

header {
  background: rgb(232, 79, 13);
  background: linear-gradient(130deg, rgb(232, 79, 13) 0%, rgb(232, 48, 112) 100%);
  position: fixed;
  width: 100%;
  top: 0;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 2;
}
@media (min-width: 800px) {
  header {
    height: 100%;
    width: 225px;
    padding: 40px 0 40px 40px;
    overflow: auto;
  }
  header .inner {
    width: 145px;
  }
  header .inner .logo {
    line-height: 30px;
  }
}
header img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 800px) {
  header nav ul {
    margin-bottom: 50px;
    display: block;
  }
  header nav ul.secondary {
    position: fixed;
    bottom: 0;
    margin-bottom: 40px;
  }
}
header nav ul a {
  color: #141f3f;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
  display: block;
  transition: 0.2s ease-in-out;
}
@media (min-width: 800px) {
  header nav ul a {
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 8px;
  }
}
header nav ul a i {
  margin-right: 10px;
  font-weight: 400;
  width: 20px;
  text-align: center;
  font-size: 17px;
}
@media (min-width: 800px) {
  header nav ul a i {
    color: #FFF;
  }
}
header nav ul a:hover {
  transform: translateX(10px);
  color: #141f3f;
}
header nav #hamburger {
  font-size: 20px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}
@media (min-width: 800px) {
  header nav #hamburger {
    display: none;
  }
}
header nav.active {
  background: #FFF;
  width: calc(100% + 20px);
  top: 50px;
  margin-top: 5px;
  margin-left: -10px;
  z-index: 999;
}
header nav.active ul {
  display: block;
  padding: 0 10px 0 10px;
}
header nav.active ul li {
  border-bottom: 1px dotted #141f3f;
}
header nav.active ul li a {
  font-size: 13px;
  color: #141f3f;
  padding: 10px 0 10px 0;
  margin: 0;
}
@media (min-width: 800px) {
  header nav.active ul li a {
    color: #FFFFFF;
  }
}
header nav.active ul li a i {
  font-size: 14px;
  width: 20px;
  margin-right: 10px;
}
@media (min-width: 800px) {
  header nav.active ul li {
    border-bottom: 1px dotted #FFFFFF;
  }
}
header nav.active ul:last-child li:last-of-type {
  border: none;
}
header nav.active #quicklinks ul {
  display: none;
}
header nav.active #hamburger {
  background: #FFF;
}
@media (min-width: 800px) {
  header nav #quicklinks {
    position: relative;
  }
}
header nav #quicklinks ul {
  display: none;
  width: calc(100% + 20px);
  transform: translateX(-10px);
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  position: inherit;
  top: 50px;
  margin: 0;
  background: #FFF;
  margin-top: 5px;
}
@media (min-width: 800px) {
  header nav #quicklinks ul {
    top: auto;
    bottom: 40px;
    position: absolute;
    border: 1px solid #141f3f;
    border-bottom: none;
  }
}
header nav #quicklinks ul li a {
  font-size: 13px;
  color: #141f3f;
  padding: 10px 0 10px 0;
  margin: 0;
}
header nav #quicklinks ul li a i {
  font-size: 14px;
  width: 20px;
  margin-right: 10px;
  color: #141f3f;
}
header nav #quicklinks ul li:not(:last-of-type) {
  border-bottom: 1px dotted #141f3f;
}
@media (min-width: 800px) {
  header nav #quicklinks ul li:not(:last-of-type) {
    border-bottom: 1px dotted #FFFFFF;
  }
}
header nav #quicklinks #quicklinks-toggle {
  color: #141f3f;
  text-decoration: none;
  padding: 0 10px 0 10px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 50px;
}
@media (min-width: 800px) {
  header nav #quicklinks #quicklinks-toggle {
    position: relative;
    background: #FFF;
    color: #f7f3ec;
    border: 1px solid #FFF;
    padding: 0 10px 0 10px;
    width: calc(100% + 20px);
    margin-bottom: 20px;
    transform: translateX(-10px);
    display: block;
    font-size: 18px;
    right: auto;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    border-radius: 3px;
  }
}
header nav #quicklinks #quicklinks-toggle i {
  margin-right: 5px;
  font-weight: 400;
  width: 25px;
  text-align: center;
  font-size: 19px;
  color: #FFF;
}
@media (min-width: 800px) {
  header nav #quicklinks #quicklinks-toggle i {
    margin-right: 15px;
    color: #f7f3ec;
  }
}
header nav #quicklinks.active #quicklinks-toggle {
  background: #FFF;
  color: #141f3f;
  border-color: #141f3f;
}
@media (min-width: 800px) {
  header nav #quicklinks.active #quicklinks-toggle {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
header nav #quicklinks.active #quicklinks-toggle i {
  color: #141f3f;
}
header nav #quicklinks.active ul {
  display: block;
  z-index: 999;
}
@media (min-width: 800px) {
  header nav #quicklinks.active ul {
    border: 1px solid #141f3f;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media (min-width: 800px) {
  header nav #quicklinks .helper-panel {
    display: block;
    width: calc(100% + 20px);
    transform: translate(-10px, -100%);
    margin-top: -15px;
  }
  header nav #quicklinks .helper-panel:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #FFFFFF;
    border-width: 10px;
    margin-left: -10px;
  }
}

#hapori-power {
  width: 100%;
  margin: 60px 0 40px 0;
  text-align: center;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  #hapori-power.main {
    position: fixed;
    display: block;
    width: 225px;
    left: 0;
    bottom: 0;
    z-index: 999;
    margin: 0;
    padding: 5px 40px 20px 40px;
    background: #f7f3ec;
  }
  #hapori-power.main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    top: 0;
    left: 0;
    margin-top: -20px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), #f7f3ec);
  }
}
#hapori-power img {
  width: 100%;
  max-width: 145px;
}

.alert {
  background: #FFF;
  color: #f7f3ec;
  padding: 10px;
  text-align: center;
  font-family: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.alert.alert-danger {
  background: #FC3B54;
  color: #FFF;
}

#simple {
  max-width: 600px;
  width: 90%;
  margin: 50px auto 50px auto;
  border: 1px solid #CCC;
  background-color: #141f3f;
  padding: 20px;
  font-size: 16px;
  color: #f7f3ec;
  box-sizing: border-box;
}
#simple label {
  color: #f7f3ec;
}
#simple #logo {
  max-width: 200px;
  margin: 0px auto 20px auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
#simple h1 {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#simple .buttons {
  text-align: center;
}
#simple .base {
  text-align: center;
  margin-top: 30px;
  border-top: 1px dotted #141f3f;
  padding-top: 20px;
}
#simple .base a {
  color: #141f3f;
  display: inline-block;
  margin: 0 10px 0 10px;
  font-size: 14px;
}
#simple .intro {
  text-align: center;
  margin-bottom: 40px;
}

#content {
  width: 100%;
  margin-top: 50px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 800px) {
  #content {
    margin: 0;
    width: calc(100% - 225px);
    margin-left: 225px;
    padding: 30px;
  }
}
#content h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 40PX;
  margin: 0 0 20px 0;
  color: #FFF;
  /*animation-delay: 0s;
  animation: slide-up-fade-in 0.6s ease;
  animation-fill-mode: both;*/
}
@media (min-width: 800px) {
  #content h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
  }
}
#content h2 .sub {
  color: #FFF;
  font-weight: 200;
}
#content h2 .back {
  color: #FFF;
  margin-right: 10px;
}
#content #page-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 800px) {
  #content #page-header {
    margin-bottom: 30px;
  }
}
#content #page-header h2 {
  margin: 0;
}
#content #page-header #actions {
  align-content: flex-start;
  margin-left: 30px;
  /*animation: fade-in 1s linear;*/
}
#content #page-header #actions .btn:not(:last-of-type) {
  margin-right: 4px;
}
@media (min-width: 800px) {
  #content #page-header #actions .btn:not(:last-of-type) {
    margin-right: 15px;
  }
}
#content .mob-hide {
  display: none;
}
@media (min-width: 800px) {
  #content .mob-hide {
    display: inline-block;
  }
}
#content .panel {
  /*animation-delay: 0.1s;
  animation: slide-up-fade-in 1s ease;
  animation-fill-mode: both;*/
  position: relative;
  margin: 20px 0 30px 0;
}
#content .panel .header {
  padding: 0 15px 15px 45px;
  color: #FFF;
}
#content .panel .header i {
  font-size: 20px;
  color: #FFF;
  position: absolute;
  left: 15px;
  top: 2px;
  width: 20px;
  text-align: center;
}
#content .panel .header h3 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
#content .panel .header p {
  margin: 0;
  padding: 0;
}
#content .panel .header p a {
  text-decoration: underline;
  color: #FFF;
}
#content .panel .header p a:hover {
  color: #FFF;
}
#content .panel .header .row .col:first-of-type {
  padding-left: 15px;
  position: inherit;
}
#content .panel .header .row .col.max {
  padding-right: 0;
}
#content .panel .content {
  background: #f7f3ec;
  padding: 15px;
  border-radius: 3px;
}
#content .panel .content a {
  text-decoration: underline;
  color: #141f3f;
}
#content .panel .content a:hover {
  opacity: 0.5;
}
#content .panel .content h4.header-sub {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 15px 0;
  color: #FFF;
  font-weight: 400;
}
#content .panel .content h4.header-sub i {
  color: #141f3f;
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 500;
}
#content .panel.stretch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 50px);
  box-sizing: border-box;
}
#content .panel.stretch .content {
  height: 100%;
}
#content .panel.stretch .content .stretch-inner {
  height: 100%;
}
#content .empty-section {
  text-align: center;
  color: #141f3f;
  padding: 50px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
}
#content .empty-section i {
  font-size: 100px;
  margin-bottom: 30px;
}
#content .empty-section.full {
  min-height: calc(100vh - 150px);
}
#content .info-box {
  display: block;
  position: relative;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#content .info-box .info-box-title {
  font-weight: 400;
  font-size: 16px;
}
#content .info-box .info-box-title .info-box-subtitle {
  font-size: 13px;
  margin-top: 5px;
  color: #141f3f;
  opacity: 0.5;
}
#content .info-box .info-box-content {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 30px;
}
#content .info-box .info-box-content .info-box-total {
  margin-top: 15px;
  /*font-size: 25px;*/
  font-weight: 300;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px solid #141f3f;
  border-radius: 50%;
  padding-top: 100%;
  position: relative;
}
#content .info-box .info-box-content .info-box-total div strong {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
#content .info-box .info-box-content .info-box-total div small {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  width: 100%;
  bottom: 15%;
  left: 0;
  transform: translateY(50%);
  display: block;
}
#content .info-box .info-box-content .info-box-total div small i {
  font-size: 12px;
  margin-right: 3px;
}
#content .info-box .info-box-content .info-box-chart {
  margin-top: 10px;
  padding: 10px;
  height: 75px;
  min-height: 75px;
  /*border: 1px solid $color-blue-border;*/
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  #content .info-box .info-box-content .info-box-chart {
    display: none;
  }
}
#content .info-box .info-box-content .info-box-chart .icon {
  font-size: 20px;
  line-height: 55px;
}
#content .info-box .info-box-content .btn {
  width: 100%;
}
#content .info-box.red .info-box-total {
  border-color: #FC3B54;
}
#content .info-box.red .info-box-total div small {
  color: #FC3B54;
}
#content .info-box.green .info-box-total, #content .info-box.active .info-box-total {
  border-color: #FFF;
}
#content .info-box.green .info-box-total div small, #content .info-box.active .info-box-total div small {
  color: #FFF;
}
#content .info-box.orange .info-box-total {
  border-color: #FFAF4F;
}
#content .info-box.orange .info-box-total div small {
  color: #FFAF4F;
}
#content .info-box.yellow .info-box-total {
  border-color: #FEE858;
}
#content .info-box.yellow .info-box-total div small {
  color: #FEE858;
}
#content .info-box.blue .info-box-total {
  border-color: #79C1F5;
}
#content .info-box.blue .info-box-total div small {
  color: #79C1F5;
}
#content .info-box.selectable {
  cursor: pointer;
}
#content .info-box.selectable:hover .info-box-total {
  border-color: #FFF;
}
#content .info-box.selectable:hover .info-box-total div small {
  color: #FFF;
}
#content .info-box.cta {
  padding-bottom: 65px;
  box-sizing: border-box;
}
#content .info-box .info-box-cta {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
#content .info-box-group {
  text-decoration: none !important;
}
#content .info-box-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content .info-box-group ul li {
  display: block;
  padding: 8px 0 8px 0;
  text-align: center;
  color: #141f3f;
}
#content .info-box-group ul li strong {
  color: #FFF;
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
#content .info-box-group ul li:not(:last-child) {
  border-bottom: 1px solid #141f3f;
}
#content .select-month {
  position: relative;
  background: #FFF;
  border-radius: 3px;
}
#content .select-month select {
  -webkit-appearance: none;
  border: 0;
  background: #FFF;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 500;
  height: 45px;
  padding: 10px 30px 10px 10px;
  color: #141f3f;
  width: 100%;
  border-radius: 3px;
}
#content .select-month i.arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  left: auto;
  pointer-events: none;
  transform: translateY(-50%);
  color: #141f3f;
}
#content .rating-grid {
  text-align: center;
  display: flex;
  justify-content: center;
}
#content .rating-grid a {
  display: inline-block;
  flex: 1;
  max-width: 75px;
  margin: 0 10px 0 10px;
}
#content .rating-grid a img {
  width: 100%;
}
#content .calendar-list .events-list:nth-child(1) {
  margin-top: 10px;
}
#content .resend-invite {
  position: absolute;
  margin: -4px 0 0 10px;
}
#content #reports_breakdown {
  padding: 0 0 5px 0;
}
#content #reports_breakdown .masonry {
  margin: 0;
}
#content #reports_breakdown .masonry .brick {
  background: #141f3f;
  padding: 10px 15px 10px 15px;
  margin: 15px;
  border: 2px solid #141f3f;
  /*&:first-child {
  	margin-top: 0;
  }*/
}
#content #reports_breakdown .masonry .brick:last-child {
  margin-bottom: 0;
}
#content #reports_breakdown .masonry .brick.hover:hover {
  border-color: #FFF;
}
#content .activity-data {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 20px;
}
#content .activity-data .empty-section {
  padding: 20px 0 20px 0;
}
#content .chart-responsive {
  height: 100%;
}
#content .chart-rows {
  width: 100%;
}
#content .chart-rows tr td {
  font-size: 13px;
}
#content .chart-rows tr td:first-child {
  padding-right: 10px;
  white-space: nowrap;
}
#content .chart-rows tr td:last-child {
  width: 100%;
}
#content .chart-rows tr td .bar-max {
  width: calc(100% - 55px);
}
#content .chart-rows tr td .bar-max .bar {
  background: #FFF;
  min-width: 1px;
  height: 14px;
  position: relative;
}
#content .chart-rows tr td .bar-max .bar .rate {
  position: absolute;
  width: 50px;
  top: 0;
  right: -55px;
  color: #FFF;
}
#content .chart-rows tr:not(:last-child) td {
  border-bottom: 1px solid #141f3f;
  padding-bottom: 10px;
}
#content .chart-rows tr:not(:first-child) td {
  padding-top: 10px;
}
#content .doughnut {
  position: relative;
  max-width: 220px;
  margin: auto;
}
#content .doughnut .doughnut-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  text-align: center;
}
#content .doughnut .doughnut-title strong {
  font-size: 20px;
}
#content .doughnut:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
#content .doughnut .chart-responsive {
  position: absolute;
  height: 100%;
  width: 100%;
}
#content .graph-keys {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .graph-keys li {
  padding: 0;
  font-size: 14px;
}
#content .graph-keys li .key {
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#content .graph-keys li:not(:last-child) {
  padding-bottom: 5px;
}
#content .btn-multi {
  display: flex;
  width: calc(100% + 10px);
}
#content .btn-multi .btn {
  vertical-align: top;
}
#content .btn-multi .btn {
  display: inline-block;
  flex: 1;
  margin-right: 10px;
}
#content .btn-multi .btn:not(:last-child) {
  margin-right: 10px;
}

@keyframes slide-up-fade-in {
  0% {
    opacity: 0;
    transform: translate(0px, 40px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.events-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.events-list li {
  cursor: pointer;
  display: block;
  width: 100%;
  border: 2px solid #FFF;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  background: #f7f3ec;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  font-size: 14px;
  position: relative;
}
.events-list li:not(:last-child) {
  margin-bottom: 10px;
}
.events-list li:not(.free):hover {
  transition: all 200ms ease-in;
  transform: scale(1.05);
}
.events-list li .left strong,
.events-list li .right strong {
  font-weight: 500;
  font-size: 15px;
}
.events-list li .left i,
.events-list li .right i {
  font-size: 15px;
  font-weight: 500;
  margin-left: 10px;
}
.events-list li .left br,
.events-list li .right br {
  height: 5px;
  display: block;
  line-height: 5px;
  content: "";
}
.events-list li .right {
  text-align: right;
}
.events-list li.free {
  color: #FC3B54;
  text-align: center;
  border: none;
  display: block;
  font-weight: 600;
  font-size: 13px;
  padding: 0;
  cursor: default;
}
.events-list .countdown {
  margin-left: 5px;
  font-weight: 600;
  font-style: italic;
  font-size: 12px;
}
.events-list .birthday {
  margin-right: 10px;
  font-size: 12px;
}
.events-list .birthday i {
  margin: 0 5px 0 0 !important;
}
.events-list .passed {
  opacity: 0.5;
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list li {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
ul.list li:not(:first-child) {
  padding-top: 10px;
}
ul.list li:not(:last-child) {
  border-bottom: 1px solid #141f3f;
  padding-bottom: 10px;
}
ul.list li i {
  flex-grow: 0;
  width: 60px;
}
ul.list li i:before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
ul.list li i:first-child:not(.action) {
  font-size: 16px;
  padding-left: 10px;
}
ul.list li i.action {
  text-align: right;
}
ul.list li i.action:before {
  right: 5px;
}
ul.list li i.green {
  color: #FFF;
}
ul.list li i.red {
  color: #FC3B54;
}
ul.list li .left {
  flex-grow: 1;
  width: 100%;
  flex-basis: auto;
  text-align: left;
}
ul.list li .right {
  flex-grow: 1;
  width: 100%;
  flex-basis: auto;
  text-align: right;
}
ul.list li .value {
  opacity: 0.5;
  float: right;
}
ul.list li small {
  display: block;
  margin-top: 5px;
}
ul.list li .muted {
  opacity: 0.7;
}
ul.list li:hover i:last-child:before {
  transform: translate(10px, -50%);
}

ul.tabs {
  list-style: none;
  margin: 0 0 20px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  max-width: 100%;
}
ul.tabs li {
  flex-grow: 1;
  flex-basis: 0;
  border-bottom: 2px solid #FFF;
}
ul.tabs li .label {
  color: #141f3f;
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 15x;
  font-weight: 400;
  text-align: center;
  opacity: 0.5;
}
@media (min-width: 800px) {
  ul.tabs li .label {
    font-size: 18px;
    padding: 10px 5px 10px 5px;
  }
}
ul.tabs li a {
  text-decoration: none !important;
}
ul.tabs li a:hover {
  opacity: 1;
}
ul.tabs li.active {
  border-color: #FFF;
}
ul.tabs li.active .label {
  color: #141f3f;
  opacity: 1;
}
ul.tabs li.complete {
  border-color: #FFF;
}

.btn {
  font-weight: 400;
  font-size: 16px;
  padding: 0 7px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #FFF;
  border: 1px solid #FFF;
  color: #141f3f !important;
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
  min-width: 45px;
  border-radius: 3px;
}
.btn:focus {
  outline: none;
}
.btn:hover, .btn:active {
  color: #FFF !important;
  background: transparent;
}
.btn.small {
  font-size: 13px;
  margin: 0 5px 5px 0;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
}
.btn.medium {
  font-size: 15px;
  margin: 0 10px 10px 0;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
}
.btn.muted {
  opacity: 0.5;
}
.btn.muted:hover {
  opacity: 1;
}
.btn.secondary {
  background: transparent;
  color: #FFF !important;
}
.btn.secondary:hover, .btn.secondary:active {
  border-color: #FFF;
  color: #FFF !important;
}
.btn.warning {
  background: #FC3B54;
  color: #FFF !important;
  border-color: #FC3B54;
}
.btn.warning:hover, .btn.warning:active {
  color: #FC3B54 !important;
  background: transparent;
}
.btn.loading {
  opacity: 0.7;
  cursor: progress;
  color: rgba(0, 0, 51, 0.7);
}
.btn.full-width {
  width: 100%;
}
.btn.loading:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 51, 0.4);
  animation: btn-loading 1.5s ease both alternate infinite;
}
@keyframes btn-loading {
  from {
    left: -100%;
    width: 0%;
  }
  50% {
    left: 0%;
    width: 100%;
  }
  to {
    left: 105%;
    width: 0%;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive table {
  border-spacing: 0;
}
.table-responsive table .btn {
  line-height: 30px;
  height: 30px;
  font-size: 15px;
  padding: 0 5px 0 5px;
  white-space: nowrap;
}

.data-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
.data-table thead tr th,
.data-table tfoot tr th {
  background: #141f3f;
  color: #f7f3ec;
  font-weight: 400;
  border: 0;
  vertical-align: bottom;
}
.data-table thead tr th:first-child,
.data-table tfoot tr th:first-child {
  border-top-left-radius: 3px;
}
.data-table thead tr th:last-child,
.data-table tfoot tr th:last-child {
  border-top-right-radius: 3px;
}
.data-table.row-click tbody.reactable-data tr:not(.reactable-no-data):hover td {
  background-color: #c4c7cf;
  color: #f7f3ec;
  cursor: pointer;
}
.data-table .reactable-pagination td {
  background: #141f3f;
  color: #f7f3ec;
  font-weight: 400;
  text-align: center;
  border-bottom: 0 !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.data-table .reactable-pagination td a {
  color: #f7f3ec !important;
  text-decoration: none !important;
  padding: 3px;
}
.data-table .reactable-pagination td a:hover {
  color: #FFF;
}
.data-table .reactable-pagination td a.reactable-next-page {
  position: absolute;
  right: 7px;
  top: 7px;
}
.data-table .reactable-pagination td a.reactable-previous-page {
  position: absolute;
  left: 7px;
  top: 7px;
}
.data-table .reactable-pagination td a.reactable-page-button.reactable-current-page {
  color: #FFF !important;
}
.data-table th,
.data-table td {
  padding: 10px;
  border: 1px solid #141f3f;
  border-left: 0;
  border-right: 0;
  text-align: left;
  position: relative;
}
.data-table th:not(:last-child),
.data-table td:not(:last-child) {
  border-right: 1px solid #141f3f;
}
.data-table th.tight-nowrap,
.data-table td.tight-nowrap {
  white-space: nowrap;
  width: 20px;
}
.data-table th.highlight,
.data-table td.highlight {
  color: #141f3f;
  text-transform: uppercase;
  font-weight: 400;
}
.data-table th.sorting_asc, .data-table th.sorting_desc, .data-table th.sorting,
.data-table td.sorting_asc,
.data-table td.sorting_desc,
.data-table td.sorting {
  padding-right: 30px;
  cursor: pointer;
  outline: none;
}
.data-table th.sorting_asc:before, .data-table th.sorting_asc:after, .data-table th.sorting_desc:before, .data-table th.sorting_desc:after, .data-table th.sorting:before, .data-table th.sorting:after,
.data-table td.sorting_asc:before,
.data-table td.sorting_asc:after,
.data-table td.sorting_desc:before,
.data-table td.sorting_desc:after,
.data-table td.sorting:before,
.data-table td.sorting:after {
  position: absolute;
  display: block;
  color: #FFF;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  right: 5px;
  padding: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
}
.data-table th.sorting_asc:before, .data-table th.sorting_desc:before, .data-table th.sorting:before,
.data-table td.sorting_asc:before,
.data-table td.sorting_desc:before,
.data-table td.sorting:before {
  content: "\f0de";
  margin-bottom: 3px;
}
.data-table th.sorting_asc:after, .data-table th.sorting_desc:after, .data-table th.sorting:after,
.data-table td.sorting_asc:after,
.data-table td.sorting_desc:after,
.data-table td.sorting:after {
  content: "\f0dd";
  margin-top: 3px;
}
.data-table th.sorting_asc.reactable-header-sort-asc:before, .data-table th.sorting_desc.reactable-header-sort-asc:before, .data-table th.sorting.reactable-header-sort-asc:before,
.data-table td.sorting_asc.reactable-header-sort-asc:before,
.data-table td.sorting_desc.reactable-header-sort-asc:before,
.data-table td.sorting.reactable-header-sort-asc:before {
  color: #f7f3ec;
}
.data-table th.sorting_asc.reactable-header-sort-desc:after, .data-table th.sorting_desc.reactable-header-sort-desc:after, .data-table th.sorting.reactable-header-sort-desc:after,
.data-table td.sorting_asc.reactable-header-sort-desc:after,
.data-table td.sorting_desc.reactable-header-sort-desc:after,
.data-table td.sorting.reactable-header-sort-desc:after {
  color: #f7f3ec;
}
.data-table th .alert-red,
.data-table th .alert-amber,
.data-table td .alert-red,
.data-table td .alert-amber {
  background: #FC3B54;
  color: #FFF;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
}
.data-table th .alert-red.alert-amber,
.data-table th .alert-amber.alert-amber,
.data-table td .alert-red.alert-amber,
.data-table td .alert-amber.alert-amber {
  background: #FFAF4F;
}
.data-table th .btn:hover,
.data-table td .btn:hover {
  background: #FFF;
}

legend {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
}
legend.green {
  color: #FFF;
}

label.label-main {
  color: #141f3f;
  font-size: 17px;
  margin-bottom: 10px;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
}
label.label-main a {
  background: #141f3f;
  color: #FFF !important;
  padding: 3px 5px 3px 5px;
  border-radius: 3px;
  text-decoration: none !important;
  font-size: 11px;
}
label.label-sub {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
label a {
  color: #FFF;
  text-decoration: none;
}
label a:hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 25px;
  color: #141f3f;
  position: relative;
}
.form-group.prepend .field, .form-group.append .field {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
}
.form-group.prepend .field .prepended,
.form-group.prepend .field .appended, .form-group.append .field .prepended,
.form-group.append .field .appended {
  flex-grow: 0;
  line-height: 45px;
  padding: 0 10px 0 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #f7f3ec;
  font-weight: 400;
}
.form-group.prepend .field .input, .form-group.append .field .input {
  flex-grow: 1;
}
.form-group.prepend .prepended {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group.prepend input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group.append .appended {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-group.append input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-group i.icon {
  color: #141f3f;
  font-size: 20px;
  position: absolute;
  font-weight: 600;
  top: 50%;
  transform: translate(10px, -50%);
}
.form-group .DayPickerInput {
  width: 100%;
}
.form-group .form-control,
.form-group .Select-control,
.form-group .Select-placeholder {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #141f3f;
  color: #141f3f;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  box-sizing: border-box;
  height: 45px;
  border-radius: 0;
  font-weight: 400;
  line-height: 25px;
  outline: none;
  background: #FFF;
  border-radius: 3px;
}
.form-group .form-control.is-invalid,
.form-group .Select-control.is-invalid,
.form-group .Select-placeholder.is-invalid {
  border-color: #FC3B54 !important;
}
.form-group .form-control:disabled,
.form-group .Select-control:disabled,
.form-group .Select-placeholder:disabled {
  opacity: 0.7;
}
.form-group .form-control.icon,
.form-group .Select-control.icon,
.form-group .Select-placeholder.icon {
  padding-left: 40px;
}
.form-group .form-control.search,
.form-group .Select-control.search,
.form-group .Select-placeholder.search {
  background: #E1E1E1;
  border-color: #141f3f;
}
.form-group .form-control.search:focus,
.form-group .Select-control.search:focus,
.form-group .Select-placeholder.search:focus {
  background: #FFF;
}
.form-group .form-control[type=file],
.form-group .Select-control[type=file],
.form-group .Select-placeholder[type=file] {
  padding: 5px;
}
.form-group .DateRangePicker {
  border: 1px solid hsl(0deg, 0%, 80%);
  border-radius: 3px;
  width: 100%;
  background: #FFF;
}
.form-group .DateRangePicker .DateRangePickerInput {
  border: none;
  width: 230px;
  margin: 2px;
}
.form-group .DateRangePicker .DateRangePickerInput .DateRangePickerInput_arrow {
  width: 30px;
  text-align: center;
}
.form-group .DateRangePicker .DateRangePickerInput .DateInput {
  border-radius: 10px;
  width: calc(50% - 15px);
}
.form-group .DateRangePicker .DateRangePickerInput .DateInput input {
  color: #141f3f;
  padding: 3px 8px;
  font-size: 15px;
  box-sizing: border-box;
}
.form-group .form-check,
.form-group .form-radio {
  padding-left: 20px;
  position: relative;
  line-height: 22px;
  margin-bottom: 5px;
}
.form-group .form-check label,
.form-group .form-radio label {
  color: #141f3f;
  cursor: pointer;
  padding-left: 5px;
}
.form-group .form-check label.is-invalid,
.form-group .form-radio label.is-invalid {
  color: #FC3B54;
}
.form-group .form-check label:before,
.form-group .form-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 2px solid #141f3f;
  border-radius: 2px;
  background: #f7f3ec;
}
.form-group .form-check label:after,
.form-group .form-radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #141f3f;
  position: absolute;
  top: 7px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-group .form-check label.checked:after,
.form-group .form-radio label.checked:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.form-group .form-check input,
.form-group .form-radio input {
  position: absolute;
  left: -9999px;
}
.form-group .form-radio label:before {
  border-radius: 100%;
}
.form-group .form-radio label:after {
  border-radius: 100%;
}
.form-group.inline .form-check,
.form-group.inline .form-radio {
  display: inline-block;
}
.form-group.inline .form-check:not(:last-child),
.form-group.inline .form-radio:not(:last-child) {
  margin-right: 20px;
}
.form-group .autoWidth {
  width: auto;
  display: table;
}
.form-group.radio-boxes {
  display: flex;
  width: calc(100% + 5px);
  height: 100%;
}
.form-group.radio-boxes .box {
  flex: 1 0 auto;
  width: 50px;
  position: relative;
  display: flex;
  margin-right: 5px;
  text-align: center;
  overflow: hidden;
  font-size: 11px;
}
.form-group.radio-boxes .box label {
  padding: 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #141f3f;
}
.form-group.radio-boxes .box label input {
  position: absolute;
  top: -100px;
}
.form-group.radio-boxes .box label img {
  margin: 0 auto 10px auto;
  display: block;
  width: 100%;
  max-width: 100px;
}
.form-group.radio-boxes .box:hover {
  opacity: 1 !important;
}
.form-group.radio-boxes .box.very-poor label {
  color: #FC3B54;
}
.form-group.radio-boxes .box.poor label {
  color: #FFAF4F;
}
.form-group.radio-boxes .box.average label {
  color: #FEE858;
}
.form-group.radio-boxes .box.good label {
  color: #79C1F5;
}
.form-group.radio-boxes .box.excellent label {
  color: #FFF;
}
.form-group.radio-boxes.selected .box:not(.selected) {
  opacity: 0.3;
}
.form-group.radio-boxes.is-invalid .box {
  border-color: #FC3B54 !important;
}
.form-group textarea {
  min-height: 100px;
}
.form-group .select-container {
  position: relative;
  background: #FFF;
  border-radius: 3px;
}
.form-group .select-container select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #FFF;
  padding-right: 30px;
  border-radius: 3px;
}
.form-group .select-container:after {
  content: "";
  position: absolute;
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  display: inline-block;
  height: 0;
  width: 0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.form-group .select-suggest div {
  color: #141f3f !important;
}
.form-group .password {
  position: relative;
}
.form-group .password .passwordShow {
  cursor: pointer;
  position: absolute;
  bottom: 14px;
  right: 10px;
  color: #141f3f;
  font-weight: 400;
  font-size: 12px;
}
.form-group .password .passwordStrength {
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background: transparent;
  transition: all 300ms ease-in-out;
  padding: 0;
  z-index: 0;
}
.form-group .password .passwordStrength[data-score=null] {
  width: 0;
  background: #FC3B54;
}
.form-group .password .passwordStrength[data-score="0"] {
  width: 5%;
  background: #FC3B54;
}
.form-group .password .passwordStrength[data-score="1"] {
  width: 25%;
  background: #FC3B54;
}
.form-group .password .passwordStrength[data-score="2"] {
  width: 50%;
  background: #FFAF4F;
}
.form-group .password .passwordStrength[data-score="3"] {
  width: 75%;
  background: #FFF;
}
.form-group .password .passwordStrength[data-score="4"] {
  width: 100%;
  background: #FFF;
}
.form-group .form-control-plain {
  border: none;
  padding-left: 0;
  padding-right: 0;
  background: none;
  height: auto;
}
.form-group .form-control-plain.is-invalid label {
  color: #FC3B54;
}
.form-group .form-control-plain.is-invalid:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group .form-control-plain.is-invalid a {
  color: #FC3B54;
}
.form-group .select-list {
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 45px;
  max-height: 200px;
  background: #FFF;
  color: #141f3f;
  border: 2px solid #141f3f;
  border-radius: 3px;
}
.form-group .select-list.is-invalid {
  border-color: #FC3B54;
}
.form-group .select-list.placeholder {
  height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-group .select-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-group .select-list ul li {
  padding: 10px;
  line-height: 20px;
  position: relative;
}
.form-group .select-list ul li:not(:first-child) {
  border-top: 1px solid #dde2ec;
}
.form-group .select-list ul li.selected {
  background: #e84f0d;
  color: #f7f3ec;
}
.form-group .select-list ul li .info {
  width: calc(100% - 30px);
  float: left;
}
.form-group .select-list ul li .info .left {
  float: left;
}
.form-group .select-list ul li .info .right {
  float: right;
}
.form-group .select-list ul li .info .right.sub {
  font-size: 12px;
  opacity: 0.6;
}
.form-group .select-list ul li .delete {
  position: absolute;
  top: 50%;
  padding: 10px;
  transform: translateY(-50%);
  color: #FC3B54;
  cursor: pointer;
  font-size: 14px;
}
.form-group .select-list ul li .delete:hover {
  font-weight: 700;
}
.form-group .select-list.input ul li {
  cursor: pointer;
}

.form-error {
  color: #FFF;
  margin: -10px 0 15px 0;
  font-size: 13px;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999999;
  background: #f7f3ec;
}
.overlay.hidden {
  display: none;
}
.overlay .close {
  position: absolute;
  top: 30px;
  line-height: 30px;
  right: 30px;
  z-index: 9999999999992;
  transform: translateY(-5px);
}
.overlay .close button {
  color: #FFF;
  font-size: 40px;
  text-decoration: none;
  background: 0;
  padding: 0;
  border: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
}
.overlay .close button:hover {
  color: #FFF;
}
.overlay .content {
  overflow-y: scroll;
  height: 100%;
}
.overlay .content .inner {
  padding: 115px 30px 30px 30px;
  margin: 0 auto 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media (max-width: 799px) {
  .overlay .content .inner {
    padding: 115px 20px 20px 20px;
    display: flex;
    flex-direction: column;
  }
}
.overlay .content .inner a {
  color: #141f3f;
}
.overlay .content .inner a:hover {
  color: #FFF;
}
.overlay .content .inner .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #141f3f;
  z-index: 99999999;
  height: 85px;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
@media (min-width: 800px) {
  .overlay .content .inner .header {
    padding: 30px 30px 0 30px;
  }
}
.overlay .content .inner .header h3 {
  font-size: 18px;
  font-weight: 400;
  max-width: 1140px;
  margin: 15px auto 0 auto;
  color: #FFF;
}
@media (min-width: 800px) {
  .overlay .content .inner .header h3 {
    font-size: 22px;
    margin-top: 0px;
  }
}
.overlay .content .inner .boxed-link small {
  font-size: 11px;
  display: block;
  text-decoration: none;
  margin-top: 5px;
}
.overlay .content .inner .multi-clients .btn {
  margin: 0 5px 5px 0;
  background: transparent;
  color: #141f3f !important;
  font-weight: 400;
}
.overlay .content .inner .multi-clients .btn.disabled {
  opacity: 0.5;
}
.overlay .content .inner .multi-clients .btn:hover:not(.disabled) {
  background: #FFF;
  color: #f7f3ec !important;
}
.overlay .content .inner .multi-clients .group {
  display: inline-block;
  margin-right: 10px;
}
.overlay .content .inner .multi-clients .group label {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}
.overlay .content .inner .split-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.overlay .content .inner .split-list li {
  padding-bottom: 5px;
}
.overlay .content .inner .split-list li:not(:first-child) {
  padding-top: 5px;
  border-top: 1px solid #141f3f;
}
.overlay .content .inner .split-list li .left {
  float: left;
}
.overlay .content .inner .split-list li .right {
  float: right;
  font-size: 13px;
  margin-top: 2px;
}
.overlay .content .inner .rating img {
  vertical-align: middle;
  margin-right: 7px;
}
.overlay .content .inner .repeat {
  display: block;
  position: relative;
}
.overlay .content .inner .repeat .options {
  display: block;
  font-size: 16px;
  width: 100%;
  margin-left: 20px;
  margin-top: -30px;
  margin-bottom: 25px;
}
.overlay .content .inner .repeat .options label {
  line-height: 45px;
}
.overlay .content .inner .repeat .options label:first-child {
  width: 70px;
  display: inline-block;
}
.overlay .content .inner .repeat .options label:not(:first-child) {
  padding-left: 10px;
}
.overlay .content .inner .repeat .options .form-group {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.overlay .content .inner .repeat .options .form-group input {
  width: 70px;
}
.overlay .content .inner .repeat .options .form-group .form-check label {
  line-height: 25px;
}
.overlay .content .inner .repeat .options .form-group .select-container {
  margin-left: 10px;
}
.overlay .content .inner .repeat .options .periods {
  width: calc(100% - 90px);
  display: inline-block;
  max-width: 700px;
}
.overlay .content .inner .repeat .options .periods .form-control-plain {
  padding: 0;
}
.overlay .content span.small {
  font-size: 13px;
}
.overlay .content .btn:not(.warning):not(.secondary) {
  border-color: #141f3f;
  background: #141f3f;
  color: #FFF !important;
}
.overlay .content .btn:not(.warning):not(.secondary):hover {
  background: #FFF;
  color: #141f3f !important;
}
.overlay .content .btn.secondary {
  border-color: #141f3f;
  color: #141f3f !important;
}
.overlay .content .btn.secondary:hover {
  background: #FFF;
}
.overlay.fadeOut, .overlay.slideInUp, .overlay.slideOutDown {
  -webkit-animation-duration: 500ms !important;
  animation-duration: 500ms !important;
}
.overlay .cta .btn {
  vertical-align: top;
}
@media (max-width: 799px) {
  .overlay .cta {
    display: flex;
    align-self: flex-end;
    width: calc(100% + 20px);
    transform: translateX(-5px);
    margin-top: 30px;
  }
  .overlay .cta .btn {
    display: inline-block;
    flex: 1;
    margin-right: 10px;
  }
}
@media (min-width: 800px) {
  .overlay .cta {
    margin-top: 40px;
  }
  .overlay .cta .btn:not(:last-child) {
    margin-right: 10px;
  }
}
.overlay .workout-rows .form-group label {
  width: 30px;
  display: inline-block;
}
.overlay .workout-rows .form-group .field {
  width: calc(100% - 30px);
  display: inline-block;
}
.overlay #settings .col a {
  padding: 20px;
  display: block;
  text-decoration: none;
  background: #141f3f;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
}
.overlay #settings .col a i {
  font-size: 40px;
  margin-bottom: 20px;
  display: block;
}
.overlay #settings .col a:hover {
  color: #FFF;
}

/* VARIOUS PADDING/MARGIN */
.pb-0 {
  padding-bottom: 0 !important;
}

.pt-20 {
  padding-top: 20px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.loading-screen.full {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
  background: url(/images/loader.gif) center center no-repeat #FFF;
}

.line-item {
  border: 1px solid #141f3f;
  padding: 20px;
  position: relative;
}
.line-item .delete {
  position: absolute;
  top: -1px;
  right: -1px;
  padding: 5px 6px 5px 6px;
  color: #FC3B54;
  cursor: pointer;
  font-size: 15px;
  z-index: 999;
  background: #FFF;
  width: 13px;
  height: 16px;
  line-height: 16px;
  text-align: center;
}
.line-item .delete:hover {
  font-weight: 600;
}
.line-item.sub {
  position: relative;
  border-style: dotted;
}
.line-item.sub input,
.line-item.sub textarea {
  padding: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.line-item.sub label {
  font-size: 15px;
}

#file-view {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  background: #141f3f;
  /*@media (min-width: 575px) {
  	min-height: calc(100vh - 150px);
  }*/
}
#file-view img {
  max-width: 100%;
  box-sizing: border-box;
  margin: auto;
}

.filepond-container {
  border: 2px solid #141f3f;
  background: #FFF;
}
.filepond-container.error {
  border-color: #FC3B54;
}
.filepond-container .filepond--root {
  margin-bottom: 0;
}

#assets {
  padding: 0 0 5px 0;
}
#assets .masonry {
  display: grid;
  margin: 0;
  grid-template-columns: 1fr;
}
@media (min-width: 800px) {
  #assets .masonry {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
#assets .masonry .brick {
  background: #141f3f;
  padding: 10px 15px 10px 15px;
  margin: 15px;
  border: 2px solid #141f3f;
  text-decoration: none !important;
  text-align: center;
  border-radius: 3px;
  color: #f7f3ec !important;
  /*&:first-child {
  	margin-top: 0;
  }*/
}
#assets .masonry .brick a {
  color: #f7f3ec !important;
}
#assets .masonry .brick:last-child {
  margin-bottom: 0;
}
#assets .masonry .brick.hover:hover {
  border-color: #FFF;
}
#assets .masonry .brick .thumbnail {
  display: block;
  margin-bottom: 15px;
  position: relative;
  border-radius: 3px;
}
#assets .masonry .brick .thumbnail img {
  width: 100%;
  display: block;
  border-radius: 3px;
}
#assets .masonry .brick .thumbnail div {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding-top: 67%;
}
#assets .masonry .brick .thumbnail:not(.image) {
  background: #FFF;
  position: relative;
  padding-top: 67%;
}
#assets .masonry .brick .thumbnail:not(.image) i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #141f3f;
  font-size: 30px;
}

#hub_categories {
  margin: 0;
  padding: 0;
  width: calc(100% + 20px);
  transform: translateX(-10px);
}
#hub_categories a {
  background: #141f3f;
  border: 2px solid #141f3f;
  text-decoration: none !important;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  padding: 10px 15px 10px 15px;
  border-radius: 3px;
}
#hub_categories a:hover {
  border-color: #FFF;
}
#hub_categories a div {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  padding-top: 67%;
  border-radius: 3px;
}

.sidebar {
  z-index: 9999999999993;
  position: fixed !important;
}
.sidebar .sidebar_sidebar {
  background: #f7f3ec;
  width: 350px;
  padding: 30px;
  color: #141f3f;
  box-sizing: border-box;
}
.sidebar .sidebar_content {
  z-index: 9999999999994;
  width: 400px;
  max-width: 85%;
  padding: 100px 30px 100px 30px;
  left: auto !important;
  border-left: 2px solid #141f3f;
  background: #f7f3ec;
  box-sizing: border-box;
}
.sidebar .sidebar_content .sidebar_container {
  position: relative;
}
.sidebar .sidebar_content .sidebar_container .tabs {
  position: fixed;
  width: 340px;
  padding-top: 30px;
  top: 0;
  z-index: 9999999999995;
  background: #f7f3ec;
}
.sidebar .sidebar_content .sidebar_container #cta_fixed {
  position: fixed;
  bottom: 0;
  z-index: 9999999999995;
  width: 340px;
  margin-bottom: 30px;
  overflow: visible;
}
.sidebar .sidebar_content .sidebar_container #cta_fixed:after {
  content: "";
  background: #f7f3ec;
  height: 30px;
  width: 350px;
  position: absolute;
  bottom: -31px;
  left: -5px;
}
.sidebar .sidebar_content .sidebar_container #cta_fixed:hover {
  background: #f7f3ec;
}
.sidebar .sidebar_content .sidebar_container #assets .masonry {
  column-count: 2 !important;
  width: calc(100% + 20px);
  transform: translateX(-10px);
}
.sidebar .sidebar_content .sidebar_container #assets .masonry .brick {
  padding: 5px 7px 5px 7px;
  margin: 10px;
  cursor: pointer;
}
.sidebar .sidebar_content .sidebar_container #assets .masonry .brick.selected {
  border-color: #e84f0d;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container .video-js,
.video-container .react-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

ul.files-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.files-list li {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
ul.files-list li:not(:last-child) {
  padding-bottom: 5px;
}
ul.files-list li i {
  font-size: 12px;
  margin-right: 5px;
}

#pricing-table {
  margin-bottom: 30px;
}
#pricing-table #toggle {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
#pricing-table #toggle i {
  margin: 0 15px;
}
#pricing-table #toggle .form-switch {
  align-items: center;
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  justify-content: space-between;
  margin-bottom: 20px;
}
#pricing-table #toggle .form-switch i {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  border: 2px solid var(--border-color);
  border-radius: 15px;
  transition: all 0.3s linear;
}
#pricing-table #toggle .form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 22px;
  background-color: var(--main-color-accent);
  border-radius: 15px;
  transform: translate3d(4px, 4px, 0);
  transition: all 0.2s ease-in-out;
}
#pricing-table #toggle .form-switch .afterinput .selected {
  color: var(--main-color-accent);
  font-weight: bold;
}
#pricing-table #toggle .form-switch input {
  display: none;
}
#pricing-table #toggle .form-switch input:checked + i::after {
  transform: translate3d(54px, 4px, 0);
}
#pricing-table #plans .plan {
  color: #141f3f;
  border: 1px solid var(--border-color);
  padding: 10px;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  padding-bottom: 80px;
}
#pricing-table #plans .plan:hover {
  cursor: pointer;
}
#pricing-table #plans .plan.selected {
  border-color: var(--main-color-accent);
}
#pricing-table #plans .plan ul {
  margin: 15px 0 15px 0;
  padding: 0;
  list-style: none;
  opacity: 0.7;
}
#pricing-table #plans .plan ul li {
  border-bottom: 1px dotted var(--border-color);
  padding: 5px 0 5px 0;
  color: #141f3f;
}
#pricing-table #plans .plan ul li.featured {
  font-weight: 400;
}
#pricing-table #plans .plan ul li:last-child {
  border: 0;
}
#pricing-table #plans .plan .price {
  font-size: 22px;
  margin: 10px 0 10px 0;
}
#pricing-table #plans .plan .price em {
  display: block;
  text-align: center;
  font-size: 12px;
  font-style: normal;
}
#pricing-table #plans .plan .price strike {
  opacity: 0.7;
}
#pricing-table #plans .plan .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 799px) {
  .upsell {
    text-align: center;
  }
  .upsell .cols-reverse-mob {
    flex-direction: column-reverse;
  }
}

.btn-split {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
.btn-split .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
  width: calc(100% - 35px);
}
.btn-split .toggle {
  background: #FFF;
  opacity: 0.7;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 35px;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  height: 40px;
}
.btn-split .toggle:before, .btn-split .toggle:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #141f3f !important;
  position: absolute;
  top: 20px;
  transition: transform 0.3s;
  transform: translateX(-8px);
}
.btn-split .toggle:before {
  right: 15px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.btn-split .toggle:after {
  right: 9px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.btn-split ul {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  right: 0;
  top: 43px;
  border-radius: 3px;
  min-width: 100%;
  display: none;
  background: #FFF;
  z-index: 4;
  min-width: 100%;
  text-align: right;
  border-top-right-radius: 0;
}
.btn-split ul .open {
  display: block;
  background: #FFF;
  z-index: 1;
}
.btn-split ul li a,
.btn-split ul li button {
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-weight: 400;
  font-size: 16px;
  padding: 0 7px;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  color: #141f3f;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
}
.btn-split ul li a:hover,
.btn-split ul li button:hover {
  color: #000 !important;
}
.btn-split ul li:not(:last-of-type) {
  border-bottom: 1px solid #141f3f;
}
.btn-split.open {
  border-bottom-left-radius: 0;
}
.btn-split.open ul {
  display: block;
}
.btn-split.open ul:after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background: #FFF;
  position: absolute;
  top: -3px;
  right: 0;
}
.btn-split.open .toggle {
  opacity: 1;
  background: #FFF;
  border-bottom-right-radius: 0;
}
.btn-split.open .toggle:before {
  transform: rotate(-45deg);
}
.btn-split.open .toggle:after {
  transform: rotate(45deg);
}

.color-picker .cover {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999;
}
.color-picker .color-picker-settings {
  display: flex;
  position: relative;
}
.color-picker .color-picker-settings .swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #FFF;
  outline: none;
  padding: 0;
  margin: 0;
}
.color-picker .color-picker-settings label {
  line-height: 20px;
  margin-left: 10px;
  display: inline-block;
}
.color-picker .color-picker-settings .picker {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 999999999;
}

.swal2-container {
  z-index: 99999999 !important;
}

/*# sourceMappingURL=default.css.map */
