@font-face {
  font-family: "Nunito";
  src: url("/assets/fonts/Nunito-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 300;
  src: url("/assets/fonts/Nunito-Light.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 600;
  src: url("/assets/fonts/Nunito-SemiBold.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito";
  font-weight: 700;
  src: url("/assets/fonts/Nunito-Bold.ttf") format("opentype");
}
body {
  font-size: 16px;
  background-color: #F8F9FD;
  font-family: Nunito, sans-serif;
}
body .blue {
  color: #0083CB;
}
body img {
  max-width: 100%;
}
body .clickable {
  cursor: pointer;
}
body #left-column {
  padding: 36px;
  background-color: #ffffff;
  max-width: 277px;
  height: 100vh;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
  position: relative;
}
body #left-column .user {
  position: fixed;
  top: calc(100vh - 100px);
}
body #left-column .user .user-details {
  display: block;
  float: right;
  color: #0083CB;
  font-size: 1.25rem;
}
body #left-column .user .user-details .admin {
  display: block;
  font-size: 0.8rem;
  color: #7783A0;
}
body #left-column .user .icon {
  float: left;
  height: 41px;
  width: 41px;
  margin-top: 6px;
  margin-right: 12px;
  background-color: #F8F9FD;
  border-radius: 20px;
  display: block;
  position: relative;
}
body #left-column .user .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body #content-column {
  padding: 48px;
}
body h1, body h2, body h3 {
  font-weight: 700;
}
body h2 {
  font-size: 1.5rem;
}
body h3 {
  font-size: 1.35rem;
}
body .large-text {
  font-size: 3.5rem;
  font-weight: 700;
}
body .card-container-toggle {
  cursor: pointer;
}
body .card-container-toggle::selection {
  color: none;
  background: none;
}
body .card {
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
body .card.card-no-border {
  border: 0;
}
body .card.with-header .card-header {
  margin-top: -2rem;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2rem;
  background-color: #0083cb;
  padding: 1rem;
  color: #ffffff;
  border: 0;
}
body .card.selector-card {
  padding: 0;
}
body .card.selector-card .image {
  min-height: 600px;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 1024px) {
  body .card.selector-card .image {
    min-height: 300px;
    min-width: 100vw;
  }
}
body .card .selector {
  color: #7783A0;
  font-size: 1.5rem;
  padding: 1rem;
  background-color: #ffffff;
  width: 100%;
  cursor: pointer;
  position: relative;
}
body .card .selector .icon {
  position: absolute;
  right: 34px;
  top: 24px;
  height: 24px;
  width: 24px;
  background: url("/assets/images/svgs/blue_arrow_side.svg") no-repeat;
  background-size: cover;
}
body .card .selector.selected {
  color: #ffffff;
  background-color: #63c99b;
}
body .card:hover .selector {
  color: #ffffff;
  background-color: #63C99B;
}

label {
  color: #7783A0;
  font-weight: 700;
  padding-bottom: 8px;
  display: block;
}

.styled-select {
  position: relative;
}
.styled-select:before {
  content: " ";
  height: 16px;
  width: 16px;
  background: url("/assets/images/svgs/arrow_down.svg") no-repeat;
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.form-control {
  border: 0;
  padding: 14px 16px;
  background-color: #F8F9FD;
  border-radius: 10px;
}
.form-control:hover, .form-control:active, .form-control:focus {
  box-shadow: none;
  background-color: #F8F9FD;
}
.form-control.white {
  background-color: #ffffff;
}
.form-control.white:hover, .form-control.white:active, .form-control.white:focus {
  box-shadow: none;
  background-color: #ffffff;
}

.inverted .form-control {
  background-color: #ffffff;
}

.btn {
  padding: 14px;
  border-radius: 10px;
  border: 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1) !important;
}
.btn.btn-primary {
  background-color: #0083CB;
}
.btn.btn-primary:hover {
  background-color: #63C99B;
}
.btn.btn-secondary {
  color: #7783A0;
  background-color: #CED5E9;
}
.btn.btn-secondary:hover {
  background-color: #ffffff;
}
.btn.btn-link {
  color: #9FA6C7;
  background-color: #ffffff;
  text-decoration: none;
}
.btn.btn-link:hover, .btn.btn-link.active {
  color: #ffffff;
  background-color: #63C99B;
}
.btn.btn-white {
  background-color: #ffffff;
}
.btn.btn-white:hover {
  color: #ffffff;
  background-color: #63C99B;
}
.btn.btn-white-action {
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  position: relative;
}
.btn.btn-white-action:hover {
  background-color: #F8F9FD;
}
.btn.btn-white-action .text {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  display: inline-block;
}
.btn.btn-white-action .action {
  float: right;
  background-color: #F8F9FD;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  padding: 16px 24px 16px 60px;
}
.btn.btn-white-action .action .position {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.btn.btn-action {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #fff;
  font-weight: 600;
}
.btn.btn-action:hover, .btn.btn-action.active {
  border: 1px solid #007ef0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 50px;
  user-select: none;
  background-color: #F8F9FD;
  font-weight: 400;
  border-radius: 10px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f9fd;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 200px;
  border-radius: 10px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 50px;
  width: 50%;
  left: 0;
  bottom: 0;
  background-color: #63c99b;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

input:checked + .slider:before {
  background-color: #e73754;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slider .yes,
.slider .no {
  float: left;
  display: inline-block;
  width: 50%;
  text-align: center;
  font-family: sans-serif;
  padding-top: 14px;
  padding-bottom: 17px;
  z-index: 1000;
  position: relative;
  color: #ffffff;
}

input:checked + .slider .no {
  color: #ffffff;
}

.slider .no,
input:checked + .slider .yes {
  color: #97a0b7;
}

.inverted-form {
  background-color: #F8F9FD;
  padding: 18px;
  border-radius: 10px;
}
.inverted-form .form-control,
.inverted-form .slider {
  background-color: #ffffff;
}

/* Customize the label (the container) */
.checkbox-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-container .text {
  position: relative;
  top: -18px;
  font-weight: 400;
}

.checkbox-container input {
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  display: inline-block;
  height: 50px;
  width: 50px;
  border-radius: 10px;
  background-color: #e3e7f3;
  border: 5px solid #F8F9FD;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #CED5E9;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #63C99B;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.table {
  background-color: #ffffff;
  border-radius: 10px;
  border: 0;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
}
.table tr th, .table tr td {
  border: 0;
  border-bottom: 1px solid #f0f2f8;
  padding: 16px;
}
.table tbody tr:hover {
  background-color: #fbfcfd;
}
.table tbody tr td:first-child {
  border-bottom-left-radius: 10px;
}
.table tbody tr td:last-child {
  border-bottom-right-radius: 10px;
}
.table thead tr th {
  border-bottom: 1px solid #f0f2f8 !important;
  background-color: #F8F9FD;
  font-weight: 600;
}
.table thead tr th:first-child {
  border-top-left-radius: 10px;
}
.table thead tr th:last-child {
  border-top-right-radius: 10px;
}
.table .blue {
  color: #0083CB;
}

#left-column .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#left-column .menu li {
  margin-bottom: 12px;
}
#left-column .menu li a {
  display: block;
  padding: 12px;
  color: #7783A0;
  text-decoration: none;
}
#left-column .menu li a img {
  filter: grayscale(100%);
  margin-right: 10px;
}
#left-column .menu li a:hover, #left-column .menu li a.active {
  color: #000000;
  font-weight: 600;
  background-color: #F8F9FD;
  border-radius: 10px;
}
#left-column .menu li a:hover img, #left-column .menu li a.active img {
  filter: grayscale(0%);
}

.stat-indicator {
  padding: 8px 16px;
  border-radius: 15px;
  display: inline-block;
  color: #ffffff;
}
.stat-indicator.stat-indicator-pos {
  background-color: #63C99B;
}
.stat-indicator.stat-indicator-neg {
  background-color: #E73754;
}

.dashboard-statistics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard-statistics li {
  padding: 0;
  margin: 0;
  font-size: 0.9rem;
  position: relative;
}
.dashboard-statistics li .blue,
.dashboard-statistics li .green {
  display: inline-block;
  padding-left: 12px;
}
.dashboard-statistics li .blue:before,
.dashboard-statistics li .green:before {
  position: absolute;
  left: 0;
  top: 6px;
  display: block;
  border-radius: 50%;
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #355CEF;
}
.dashboard-statistics li .green:before {
  background-color: #63C99B;
}

.progress-items {
  list-style: none;
  padding: 0;
  display: flex;
  margin: 0 0 10px;
}
.progress-items li {
  color: #A3B1D9;
  display: inline-block;
  flex: 1;
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}
.progress-items li.active {
  color: #000000;
}

.progress-bar {
  border-radius: 20px;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  overflow: hidden;
}
.progress-bar .inner {
  height: 9px;
  border-radius: 5px;
  background-color: #63C99B;
}

body .hamburger-inner,
body .hamburger-inner:after,
body .hamburger-inner:before,
body .hamburger.is-active .hamburger-inner,
body .hamburger.is-active .hamburger-inner:after,
body .hamburger.is-active .hamburger-inner:before {
  background-color: #CED5E9;
}
body .hamburger-box,
body .hamburger-inner,
body .hamburger-inner:after,
body .hamburger-inner:before,
body .hamburger.is-active .hamburger-inner,
body .hamburger.is-active .hamburger-inner:after,
body .hamburger.is-active .hamburger-inner:before {
  width: 30px;
}
body .mobile-header {
  padding: 12px 12px 6px;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.06);
}
body .mobile-header.open {
  background-color: #F8F9FD;
}
body .mobile-header .user .user-details {
  display: inline-block;
  color: #0083CB;
  font-size: 1.25rem;
}
body .mobile-header .user .user-details .admin {
  display: block;
  font-size: 0.8rem;
  color: #7783A0;
}
body .mobile-header .user .icon {
  height: 41px;
  width: 41px;
  margin-top: 6px;
  margin-right: 12px;
  background-color: #F8F9FD;
  border-radius: 20px;
  display: inline-block;
  position: relative;
}
body .mobile-header .user .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
  body h1, body h2, body h3 {
    font-size: 1.5rem;
    font-weight: 700;
  }
  body h2 {
    font-size: 1.35rem;
  }
  body h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1024px) {
  body #content-column {
    padding: 12px;
  }
}
body .mobile-menu {
  position: absolute;
  background-color: #ffffff;
  width: 100vw;
  height: calc(100vh - 78px);
  text-align: center;
  z-index: 9999;
  top: 78px;
  font-size: 1rem;
  padding-top: 48px;
}
body .mobile-menu .menu-item {
  display: block;
  margin-bottom: 64px;
}
body .mobile-menu .menu-item:last-child {
  margin-bottom: 0;
}
body .mobile-menu .menu-item a {
  color: #7783A0;
  text-decoration: none;
}
body .mobile-menu .menu-item img {
  margin-bottom: 12px;
  height: 100px;
}
body .quote-back {
  position: absolute;
  right: 15px;
  top: 0;
}

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