.gray-color {
  color: #8e9193 !important;
}
.font-12 {
  font-size: 12px!important;
}
.font-14 {
  font-size: 14px!important;
}
.font-16 {
  font-size: 16px!important;
}
.font-18 {
  font-size: 18px!important;
}
.font-20 {
  font-size: 18px!important;
}
.font-22 {
  font-size: 18px!important;
}
.font-24 {
  font-size: 18px!important;
}
.opacity15 {
  opacity: 0.15;
}
.opacity65 {
  opacity: 0.65;
}
.trigger-collapse {
  cursor: pointer;
}
.bg-main {
  background-color: #2d353c;
}
.text-main-app {
  color: #2d353c;
}
.text-secondary-color {
  color: #7d9d04;
}
.bg-gradient-main-app {
  background: #003a5c !important;
  background: -moz-linear-gradient(top, #003a5c 0%, #32617d 100%) !important;
  background: -webkit-linear-gradient(top, #003a5c 0%, #32617d 100%) !important;
  background: linear-gradient(to bottom, #003a5c 0%, #32617d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003A5D', endColorstr='#32617d', GradientType=0) !important;
}
.bg-blue-light {
  background-color: #0091D2;
}
.bg-secondary-app {
  background-color: #7d9d04;
}
.bg-secondary-app-darker {
  background-color: #698403;
}
.text-secondary-app {
  color: #7d9d04;
}
.bg-grey-app {
  background-color: #333;
}
.bg-grey-light-app {
  background-color: #C7C7C7;
}
.bg-grey-dark-app {
  background-color: #333;
}
.text-grey-dark-app {
  color: #333;
}
.bg-orange {
  background-color: var(--orange);
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
/*
    Text size
 */
.f-s-30 {
  font-size: 30px !important;
}
/*
    Buttons
 */
.btn.btn-transparent {
  background-color: transparent;
  border-color: transparent;
}
.input-group-append .btn.btn-primary,
.btn.btn-primary {
  background: #2d353c;
  border-color: #2d353c;
}
.input-group-append .btn.btn-success,
.btn.btn-success {
  background: #7d9d04;
  border-color: #7d9d04;
}
.btn-secondary {
  background: #7d9d04;
  border-color: #7d9d04;
}
.btn-white {
  background: rgba(255, 255, 255, 0.8);
  color: #2d353c;
  font-weight: bold;
}
/*
    Link
 */
a {
  color: #556b03;
}
a:hover {
  color: #0091D2;
}
/*
    Switcher
 */
.switcher input:checked + label::before {
  background: #7d9d04;
  border: 2px solid #7d9d04;
}
/*
    Checkbox
 */
.checkbox.checkbox-css input:checked + label::before {
  background: #0091D2;
  border-color: #0091D2;
}
/*
    Inputs
 */
.form-control:focus {
  border-color: #0091D2;
  -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
  -moz-box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
  box-shadow: 0 0 0 0.125rem rgba(0, 145, 210, 0.45);
}
.form-control[readonly] {
  background: #e5e9ed !important;
}
/*
    Calendar
 */
a.fc-time-grid-event.fc-event {
  padding: 3px;
}
/*
    Images
 */
.img-rounded {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  object-fit: cover;
}
/*
    Main header
*/
.header .navbar-header .navbar-brand .navbar-logo {
  background-image: url('/static/images/favicon_color_negativo.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  border: none;
}
.header .navbar-user img {
  object-fit: cover;
}
.sidebar .nav > li.nav-profile .image img,
.profile-header-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/*
      List horizontal
 */
.list-group-horizontal {
  max-width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
/*
    Panel
 */
.panel {
  width: 100%;
}
.panel .panel-body {
  position: relative;
}
/*
    Loader
 */
.loading-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  min-height: 60px;
  z-index: 1051;
}
.loading-container button {
  position: absolute;
  top: 46%;
  left: 46%;
}
.loading-container.loading-container {
  position: relative;
  margin-bottom: 30px;
}
.my-loading-spin {
  display: inline-block;
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  border-radius: 100%;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  user-select: none;
  overflow-y: hidden;
  border: 0.25em solid transparent;
  border-left-color: #7d9d04;
  border-right-color: #7d9d04;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    Paginator
 */
.paginator .pagination-numbers {
  text-align: right;
}
.paginator .pagination-numbers .pagination {
  display: inline-flex;
}
.paginator .pagination-numbers .pagination > .active > span,
.paginator .pagination-numbers .pagination > .active > a,
.paginator .pagination-numbers .pagination > .active > span:focus,
.paginator .pagination-numbers .pagination > .active > a:focus,
.paginator .pagination-numbers .pagination > .active > span:hover,
.paginator .pagination-numbers .pagination > .active > a:hover {
  background: #2d353c !important;
  border-color: #2d353c !important;
}
/*
    Rating stars
 */
.rating-stars .list-group[readonly=""] li {
  cursor: default;
  color: #C7C7C7;
}
.rating-stars .list-group li {
  cursor: pointer;
  border: none;
  padding: 8px 10px;
}
.rating-stars .list-group li.active {
  color: var(--orange);
}
/*
    Custom video modal
 */
.video-and-text-modal h3 {
  padding-left: 5px;
}
.video-and-text-modal .close {
  color: #2d353c;
  opacity: 1;
}
.video-and-text-modal .modal-content {
  background-color: white;
}
.video-and-text-modal .modal-body {
  padding: 20px;
  text-align: center;
}
.video-and-text-modal .modal-body .description-image-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  margin-bottom: 20px;
}
.video-and-text-modal .modal-body .description-image-box img {
  width: 100%;
}
.exercises-modal h3 {
  padding-left: 5px;
}
.exercises-modal .close {
  color: #2d353c;
  opacity: 1;
}
.exercises-modal .modal-content {
  background-color: white;
}
.exercises-modal .modal-body {
  padding: 20px 5px;
  text-align: center;
}
.exercises-modal .modal-body .exercise-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  height: 470px;
  overflow: auto;
  margin-bottom: 20px;
}
.exercises-modal .modal-body .exercise-box.no-description {
  height: 270px;
}
.exercises-modal .modal-body .exercise-box .video {
  width: 100%;
  height: 210px;
}
.exercises-modal .modal-body .exercise-box .exercise-content {
  padding: 5px 15px;
}
.exercises-modal .modal-body .exercise-box .title {
  text-align: left;
}
.exercises-modal .modal-body .exercise-box .description {
  text-align: left;
}
.exercises-modal .modal-body .description-image-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  height: 470px;
  overflow: auto;
}
.exercises-modal .modal-body .description-image-box img {
  width: 100%;
  object-fit: cover;
}
.library-box {
  -webkit-box-shadow: 0 0 10px 1px #e0e0e0;
  -moz-box-shadow: 0 0 10px 1px #e0e0e0;
  box-shadow: 0 0 10px 1px #e0e0e0;
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
  background-color: #2d353c;
  color: white;
  font-size: 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.library-box:hover {
  background-color: white;
  color: #2d353c;
}
/*
    Img filters
 */
.filter-darker {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.filter-darker-light {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.filter-brightness-0 {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.card.card-xs img {
  max-height: 100px;
  object-fit: cover;
}
/*
    Transform
 */
.widget.widget-invert.widget-stats .stats-title,
.widget.widget-invert.widget-stats .stats-progress.progress,
.widget.widget-invert.widget-stats .stats-desc,
.widget.widget-invert.widget-stats .stats-number {
  color: #333;
}
.widget.widget-invert.widget-stats .stats-progress.progress {
  height: 6px;
  background: #C7C7C7;
}
.widget.widget-invert.widget-stats .progress-bar {
  background: #333;
}
.level-main-box {
  height: 32px;
  width: 32px;
  overflow: hidden;
  border: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-main-box .level_number {
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.level-triangle {
  width: 0;
  height: 0;
  position: absolute;
}
.login .login-header .brand .logo {
  border: none;
  position: initial;
  background: none;
}
.login .login-header .brand {
  display: flex;
}
.login .login-header .brand .logo {
  width: 42px;
  height: 42px;
  position: relative;
  margin-right: 0;
  border-radius: 4px;
  top: 0;
}
.switch-language a {
  color: #585663;
}
.login {
  margin: -250px 0 0;
}
.login .login-content {
  padding: 60px 30px;
}
@media (max-width: 767px) {
  .login {
    margin: 0;
    top: 35px;
  }
  .container-switch-language {
    background: white;
  }
  .login .login-header {
    padding: 100px 23px 0 23px;
  }
  .login .login-content {
    padding: 30px 23px;
  }
  .login .login-header .brand {
    justify-content: center;
  }
}
/*# sourceMappingURL=login.min.css.map */