.banner-campaign.alert-danger {
  color: rgb(157, 123, 255);
  background-color: #151528;
  border-color: #312f32;
}

.navbar-nav li.nav-item .nav-link {
  color: #000000;
}

.dropdown-menu {
  z-index: 1002;
}

.amChartsInputField {
  min-width: 150px !important;
  font-size: 16px;
}

.banner-campaign.alert-danger a {
  color: #d5d3d9;
}

.banner-campaign.alert-danger img {
  filter: brightness(400%);
}

@media (max-width: 767.98px) {
  .offcanvas {
    width: 90% !important;
  }
}

@media print {
  header,
  #header-nav,
  footer,
  .row.py-2.mt-3.justify-content-between,
  .d-md-flex.mt-4.col-lg-2 {
    display: none !important;
  }

  .container.py-5 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    width: 100% !important;
    margin: 0px;
  }

  body {
    width: 100%;
  }
  #aside-nav {
    display: none;
  }

  .col-lg-10 {
    width: 100%;
  }
}

hr {
  background: rgb(198 198 226) !important;
}

.accordion-button {
  padding-left: 10px;
}

#leftcontent form {
  width: 100%;
}

.maincontent {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 40px;
}

html {
  background-color: #d1d3e4;
}

.bg-light-100 {
  background: #f8f9fa;
}

.rounded-4 {
  border-radius: 15px;
}

body.login {
  background: url("../../../images/terrain.svg") rgba(255, 255, 255, 0.8);
}

.shadow {
  box-shadow: 0px 7px 22px -4px rgba(0, 0, 0, 0.05) !important;
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6 {
  margin-bottom: 2rem;
}

body form[action="/tools/powertools.php"] tr,
body form[action="/tools/map.php"] tr,
body form[action="/training/competition.php"] tr,
body form[action="/training/competition_triathlon.php"] tr,
body form[action="/ntrp/edit_meal_times.php"] tr,
body form[action="/ntrp/edit_nutritional_requirements.php"] tr {
  display: flex;
  flex-direction: column;
}

body form[action="/person/t_settings.php"] .label {
  font-size: 16px;
  font-weight: 700;
  color: #625a8b;
}

body form[action="/person/t_settings.php"] tbody {
  display: flex;
  flex-direction: column;
}

body form[action="/person/t_settings.php"] td {
  border: 0px;
}

body form[action="/person/t_settings.php"] tr td:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

body form[action="/person/t_settings.php"] tr {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-self: stretch;
  flex-grow: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom: 5px;
  border-radius: 5px;
}

body form[action="/person/t_settings.php"] tr:hover {
  background-color: rgb(217 194 232 / 20%);
}

body form[action="/tools/powertools.php"] td:first-of-type,
body form[action="/tools/map.php"] td:first-of-type,
body form[action="/training/competition.php"] td:first-of-type,
body form[action="/training/competition_triathlon.php"] td:first-of-type {
  color: #999999;
  padding-bottom: 0px;
}

body form[action="/tools/powertools.php"] td:nth-of-type(2),
body form[action="/tools/map.php"] td:nth-of-type(2),
body form[action="/training/competition.php"] td:nth-of-type(2),
body form[action="/training/competition_triathlon.php"] td:nth-of-type(2) {
  display: flex;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  max-width: 400px;
}

h2 {
  color: #655b8f !important;
  font-weight: 700;
  margin-top: 20px;
}

.alert.alert-info {
  align-items: center;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: #c3bfd714 !important;
}

.close.btn:hover {
  background: #00000020;
}

footer a:hover {
  color: #a195d8;
}

.dropdown-menu {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-color: #e9ecef !important;
  border-top: 0px solid transparent !important;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
}

.dropdown-item:active {
  background: #6f0dfd !important;
}

.dropdown-item {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  color: black !important;
  font-weight: 300 !important;
  font-size: 0.9em;
  border-bottom: 1px solid #f0f0f0 !important;
}

.nav-item .dropdown-item:last-child {
  border-bottom: 0px solid transparent !important;
}

.nav-item .dropdown-item:first-child {
  margin-top: 0px;
}

/* .dropdown-item:first-of-type {
  margin-top: 10px !important;
} */

.dropdown-item:hover {
  text-decoration: none;
  background-color: #eeeef2 !important;
}

.dropdown-menu {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.offcanvas-backdrop.show {
  opacity: 0.5;
}

.form-select,
.form-control,
textarea.form-control,
.input-group {
  max-width: 400px !important;
}

.offcanvas .form-select,
.offcanvas .form-control,
.offcanvas textarea.form-control,
.offcanvas .input-group {
  max-width: unset !important;
}

textarea.form-control {
  margin-left: 0px;
  margin-right: 0px;
}

.serviceOuter span {
  color: #f4f5f9;
}

/* [class*="Z1"] {
  background: rgb(105, 171, 249);
}
[class*="Z2"] {
  background: rgb(148, 237, 161);
}
[class*="Z3"] {
  background: rgb(1, 194, 90);
}
[class*="Z4"] {
  background: rgb(241, 203, 67);
}
[class*="Z5"] {
  background: rgb(240, 152, 71);
} */
[class*="RA"] {
  background: #d50000;
}
[class*="PT"] {
  background: #8a2be2;
}
[class*="BRICK"] {
  background: #d2aff2;
}
[class*="BREAK"] {
  color: #000000;
}

/* Running */
.Z1.running,
.Z1.Laufsport {
  background: #f4e3cf;
}
.Z2.running,
.Z2.Laufsport {
  background: #f7c58d;
}
.Z3.running,
.Z3.Laufsport {
  background: #ef9d4d;
}
.Z4.running,
.Z4.Laufsport {
  background: #ed880f;
}
.Z5.running,
.Z5.Laufsport {
  background: #ce6d15;
}

/* Cycling */
.Z1.cycling,
.Z1.Radsport {
  background: #ffd7e3;
}
.Z2.cycling,
.Z2.Radsport {
  background: #f7b5c9;
}
.Z3.cycling,
.Z3.Radsport {
  background: #f17ea1;
}
.Z4.cycling,
.Z4.Radsport {
  background: #eb4778;
}
.Z5.cycling,
.Z5.Radsport {
  background: #ca164c;
}

/* Swimming */
.Z1.swimming,
.Z1.Schwimmen {
  background: #badbe6;
}
.Z2.swimming,
.Z2.Schwimmen {
  background: #8bd1e7;
}
.Z3.swimming,
.Z3.Schwimmen {
  background: #45afd0;
}
.Z4.swimming,
.Z4.Schwimmen {
  background: #2995b7;
}
.Z5.swimming,
.Z5.Schwimmen {
  background: #177b9a;
}

@keyframes appearTop {
  0% {
    transform: translateY(-72px);
  }
  100% {
    transform: translateY(0px);
  }
}

.pre-header.fixed-top,
.pre-header-fluid {
  transform: translateY(-72px);
  animation-name: appearTop;
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}

.pre-header-fluid {
  position: fixed;
  background: rgb(40, 28, 74);
  height: 72px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
}

header a {
  text-decoration: none;
}

.top-0 {
  transform: translateY(0px);
}

.nav-pills .nav-link {
  background: unset;
}

.phase-label {
  top: 30px !important;
}

body {
  margin: 0;
  font-family: "Outfit" !important;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5em;
  /* color: #757575; */
  color: #3f3e81;
  background-color: #d1d3e4;
}

body li,
body p,
body span,
body small {
  font-weight: 300;
  color: #727275;
}

body a {
  color: #787383;
}

.modal .modal-header a {
  text-decoration: none;
}

#main {
  min-height: calc(100vh - 122px - 312px);
}

footer a {
  text-decoration: none;
  font-weight: 300;
}

footer {
  z-index: 1;
  position: relative;
}

.modal:has(.big-card) .modal-dialog {
  margin: 0;
}

.modal:has(.big-card) .modal-content {
  min-height: 100%;
}

@keyframes appearLeft {
  0% {
    transform: translateX(580px);
  }
  100% {
    transform: translateX(0px);
  }
}

.fade.in.modal:has(.big-card) .modal-dialog {
  animation-duration: 1s; /* the duration of the animation */
  animation-timing-function: cubic-bezier(
    0.16,
    1,
    0.3,
    1
  ); /* how the animation will behave */
  animation-name: appearLeft; /* the name of the animation we defined above */
  animation-fill-mode: forwards;
}

.maincontent {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 15px;
  background-color: #ffffff;
}

.leftcontent {
  vertical-align: top;
  float: left;
  height: 100%;
  padding-top: 30px;
}

#leftcontent h2 {
  padding-bottom: 25px;
  font-size: 1.4rem;
  color: #463a68;
  font-weight: 600;
}

a {
  color: #9d7bff;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #756c9b;
  text-decoration: underline;
}

a:hover {
  color: #374152;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

b,
strong {
  font-weight: bold;
}

p {
  width: 100%;
}

footer {
  font-size: 95%;
  padding: 40px 0px 20px;
  background-color: #23242e;
  border-top: 1px solid #d7d7d7;
  padding-bottom: 40px;
  margin-bottom: -25px;
}
footer a {
  color: #ffffff;
}

footer li {
  color: #756c9b;
  font-weight: 500;
  padding: 3px 0px;
}

footer li:first-child {
  padding-bottom: 10px;
}

img {
  max-width: 100%;
}

.overflow {
  overflow: hidden !important;
}

.hideOverflow {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

a.fill-div {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}

.utility {
  display: inline-block;
  height: 40px;
}

.utility .recalculation,
.utility .upload,
.utility .battery,
.utility .bell,
.utility .user,
.utility .subscription {
  display: inline-block;
}

.utility .recalculation:hover,
.utility .upload:hover,
.utility .battery:hover,
.utility .bell:hover {
  background-color: #64559210;
}

.utility .counter,
.utility .cog {
  display: inline-block;
}

.utility .counter a {
  font-size: 1em;
  text-decoration: none;
}

.utility .recalculation a,
.utility .upload a,
.utility .battery a,
.utility .subscription a {
  color: #f4f5f9;
  font-size: 90%;
  font-weight: 400;
  text-decoration: none;
}

.utility .user a {
  font-size: 90%;
  font-weight: 300;
  color: #f4f5f9;
  text-decoration: none;
}

.utility .user a.dropdown-item {
  color: #6a6a6a;
}

.utility .user a:first-letter {
  text-transform: uppercase;
}

.utility .bell a,
.utility .cog a {
  font-size: 0.9em;
  text-decoration: none;
  padding-left: 5px;
}

.utility .user .dropdown-menu > a:hover,
.utility .counter .dropdown-menu > a:hover {
  color: #f4f5f9;
  background-color: #9d7bff;
}

.utility .user img {
  width: 27px;
  height: 27px;
}

.utility .battery a {
  font-size: 1em;
}

.utility .battery img {
  width: 35px;
  height: 35px;
  margin-top: -3px;
}

.circular_image {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #3b3f56;
  display: inline-block;
  vertical-align: middle;
}
.circular_image img {
  width: 100%;
}

.degree-sign:after,
.percent-sign:after {
  content: " %";
  line-height: normal;
}

.flag {
  background-image: url("/images/flags_matrix.png");
  display: inline;
  float: left;
  height: 11px;
  margin: 2px 4px 2px 0;
  width: 16px;
}
.flag.FR {
  background-position: -96px -198px;
}
.flag.ES {
  background-position: -80px -209px;
}
.flag.NL {
  background-position: -224px -132px;
}
.flag.DE {
  background-position: -64px -55px;
}
.flag.IT {
  background-position: -144px -220px;
}
.flag.GB {
  background-position: -112px -22px;
}
.flag.PT {
  background-position: -256px -220px;
}
.activity-icon {
  height: 2.03rem;
  width: 2rem;
}

.holds-the-iframe {
  background: url("https://app.2peak.com/img/loading.gif") 50% 10% no-repeat;
}

.faq-item {
  margin-bottom: 2.5em;
  list-style: none;
}
.faq-question {
  position: relative;
  margin-bottom: 0.5em;
}
.faq-question:before {
  font-family: Outfit;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\f059";
  font-size: 2em;
  position: absolute;
  left: -1.5em;
  color: #be0000;
}
.faq-answer:before {
  content: "— ";
}

@-moz-document url-prefix() {
  select {
    padding: 6px 6px 6px 6px;
  }
}

@media (min-width: 768px) and (max-width: 1440px) {
  .maincontent {
    /* margin-top: 12px; */
  }
}

.slogan {
  margin-top: 12em;
}

.brand {
  padding: 0;
  text-shadow: none;
  font-size: inherit;
}
.social {
  margin: 0 0 0 0;
  display: inline-block;
}
.social li {
  display: inline-block;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

/* buttons */
.btn {
  background: #9d7bff;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: none;
  text-shadow: none;
  padding: 0.5em 2em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.btn-transparent {
  background: #f0f3f9 !important;
  box-shadow: none;
  font-size: 14px;
  padding: 3px;
}

.btn-primary {
  background-color: #6e42c0 !important;
  border-color: #6e42c0 !important;
}

.badge {
  font-weight: 300 !important;
}

.btn:hover,
.btn:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.btn-reset {
  background: #fff;
  color: #9d7bff;
  border-color: #9d7bff;
  padding: 0.5em 2em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  box-shadow: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.btn-reset:hover,
.btn-reset:focus {
  text-decoration: none;
  background-color: rgba(157, 123, 255, 0.3);
  color: #6f42c1;
  border-color: #6f42c1;
}

a.btn-arrow:link {
  margin: 0;
  position: relative;
  float: left;
  text-decoration: none;
  border: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  padding: 0.5em 2em;
}

a.btn-arrow {
  background: #808080;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a.btn-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1.27em;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #808080;
  border-style: solid;
  border-width: 1.27em 0 1.27em 1.27em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a.btn-arrow:hover,
a.btn-arrow:focus {
  background-color: #9d7bff;
  color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a.btn-arrow:hover:after,
a.btn-arrow:focus:after {
  border-color: transparent transparent transparent #9d7bff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.cta {
  color: #fff;
  border: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  padding: 0.5em 2em;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

a.plus {
  text-align: right;
  display: block;
  background: url(../img/plus.jpg) no-repeat right top;
  height: 15px;
  line-height: 15px;
  padding: 0 20px 0 0;
  font-style: italic;
  color: #6a6a6a;
}

/* nav tabs and pills */
.navbar-peak .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-peak .navbar-brand:hover,
.navbar-peak .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar {
  padding: 0;
}

.navbar-peak .navbar-nav .nav-link {
  font-size: 90%;
  font-weight: 400;
  text-shadow: none;
  transition: all 0.1s ease-out;
  color: #f4f5f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0.85rem;
}

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

.nav-tabs .nav-link {
  color: #7d4cc9;
  font-weight: 400;
}

.nav-tabs .nav-link:hover {
  color: #7d4cc9;
  text-decoration: underline;
  font-weight: 600;
}

.nav-justified .nav-item {
  align-self: self-end;
}

.nav-tabs .nav-link.active {
  color: #100d4b !important;
  font-weight: 600;
  background-color: #fff;
  border-bottom: 5px solid #6a40c6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: -5px;
  border-color: #6a40c6 !important;

  /* background: #eef3fd!important; */
  /* background: linear-gradient(#2522ff15, #2522ff20)!important */
}

.nav-tabs .nav-link:hover {
  text-decoration: none;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  font-weight: 500;
}

.navbar-toggler {
  border: none !important;
}

#navbarNavDropdown .nav-item:first-child .nav-link {
  border-left: 0px;
}

.navbar-peak .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  background-color: transparent;
  color: #000000;
}

.nav-item:hover {
  background-color: #ffffff20;
}

.navbar-peak .navbar-nav .nav-link.disabled {
  background-color: rgba(204, 204, 204, 0.7);
  color: rgba(239, 239, 239, 0.3);
}

/* .navbar-peak .navbar-nav .show > .nav-link,
.navbar-peak .navbar-nav .active > .nav-link,
.navbar-peak .navbar-nav .nav-link.show,
.navbar-peak .navbar-nav .nav-link.active {
  color: #f4f5f9;
} */

.navbar-peak .navbar-toggler {
  color: #efefef;
  padding: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-peak .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  height: 25px;
  width: 25px;
}

.navbar-peak .navbar-text {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-peak .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-peak .navbar-text a:hover,
.navbar-peak .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.dropdown-menu {
  font-size: 75%;
  color: #f4f5f9;
  background-color: #3b3f56;
}

.dropdown-item {
  padding: 0.25em 1.5rem;
  font-weight: 400;
  color: #f4f5f9;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #f4f5f9;
  background-color: #9d7bff;
}

.cellborder {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 576px) {
  #sticky-sidebar {
    position: fixed;
    /* margin-top: 28rem; */
    width: 260px;
    top: 60%;
    transform: translate(0%, -50%);
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    z-index: 1001;
  }
}

@media (max-width: 768px) {
  .nav-tabs {
    display: block;
  }

  .battery {
    pointer-events: none;
  }

  .pull-right {
    float: none !important;
    margin-bottom: 10px;
  }

  .modal_weekp {
    margin-bottom: 10px;
    margin-left: 0px;
  }
}

.username {
  text-transform: capitalize;
}

@media (max-width: 980px) {
  .cellborder {
    border-left: 1px solid #4b506b;
  }
  .username {
    font-size: 10px;
    line-height: 18px;
  }
}

.nav-pills > li > a {
  color: #9d7bff;
}

.nav-pills > li > a:hover {
  color: #9d7bff;
  text-decoration: underline;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #9d7bff;
}

.icon-padded {
  padding: 0.3em 0 0 0.3em;
  color: #9d7bff;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

/* forms */
label,
input,
button,
select,
textarea {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
}
input,
button,
select,
textarea {
  font-family: "Outfit";
  font-weight: 300;
  background-color: transparent;
}

label {
  display: block;
}

label.labelright {
  /*margin-left: -10px;*/
  margin-left: 15px;
  padding-right: 15px;
  /*text-align: right;*/
}

/* The CSS-SELECT */
.custom-select {
  max-width: 220px;
  border: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  text-shadow: none;
  background-color: #efefef;
  color: #6a6a6a;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
}

/*
 * Radio buttons and checkboxes, own style
 */
.form-check-inline .form-check-input {
  position: relative;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #9d7bff;
  top: 2px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin-right: 7px;
  margin-bottom: 5px;
  outline: none;
  border: 1px solid #6a6a6a;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  position: relative;
  background-color: #fff;
  color: #9d7bff;
  top: 2px;
  height: 15px;
  width: 15px;
  cursor: pointer;
  margin-right: 5px;
  margin-bottom: 3px;
  outline: none;
  border-radius: 40px;
  border: 1px solid #6a6a6a;
}

input[disabled] {
  border: 1px solid #dfdbd8;
  cursor: default !important;
}

.color1 {
  color: #9d7bff;
}

.dropdow-toggle {
  position: relative;
}

.dropdown-toggle::after {
  content: "" !important;
  position: absolute;
  color: transparent;
  transform: rotate(90deg);
  background-image: url(../../../calendar/right.svg);
  background-size: 12px 12px;
  background-position: 50% 50%;
  top: 0px;
  right: 10px;
  bottom: 0;
  z-index: 1029;
  background-repeat: no-repeat;
}

.dropdown-toggle.no_arrow::after {
  background-image: none !important;
  transform: none;
}

.dropdown-toggle-user::after {
  color: #3b3f56;
  position: relative;
  top: -40px;
}

.col-lg {
  padding-right: 0px;
  padding-left: 0px;
}

.fixed-top-2 {
  margin-top: 65px;
  background-color: #463a68;
}

.modal {
  background: #00000070;
}

.fade.in {
  opacity: 1;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.w-100 {
  width: 100% !important;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.badge_menu {
  position: absolute;
  display: inline-block;
  min-width: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-height: 20px;
  border-radius: 10px;
  padding-right: 1px;
  padding-top: 3px;
  right: 18px;
  top: -6px;
}

.badge_subscription {
  border-radius: 5px;
}

.badge {
  vertical-align: middle;
  padding: 0.25em 0.4em;
}

.badge-danger {
  padding: 0.25em 0.4em;
  color: #f4f5f9;
  background-color: #9d7bff;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #f4f5f9;
  background-color: #6f42c1;
}

.progressBar {
  max-width: 500px;
}

.modal-header .close {
  font-size: 20px;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5rem;
  font-size: 16px;
  padding-top: 14px;
  padding-right: 10px;
  color: #909396;
  text-transform: uppercase;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* padding: 1rem 1rem; */
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.faq_css {
  padding-top: 2px;
  padding-bottom: 2px;
}

.modal-xxl {
  min-width: 80%;
}

.modal-weekplan {
  width: 100%;
}

.modal_weekp {
  margin-bottom: 10px;
}

#customFormat {
  font-size: 10px;
  padding: 0rem;
}

#customFormat .table th {
  transform: rotate(270deg);
  transform-origin: left bottom 0;
  height: 120px;
}

#customFormat .table th,
#customFormat .table td {
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 10px;
}

#cssdatepicker .text-muted {
  color: #fff !important;
}

#cssdatepicker .text-info {
  color: #9d7bff !important;
}

#cssdatepicker .pull-left {
  background: #efefef !important;
  float: left;
  height: 33px;
}

#cssdatepicker .pull-right {
  background: #efefef !important;
  float: right;
  height: 33px;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
  src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix")
      format("embedded-opentype"),
    url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff")
      format("woff"),
    url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf")
      format("truetype"),
    url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular")
      format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
