@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;500&display=swap');
.iconify {
  font-size: 18px;
}
.small-notifications-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 25px;
  z-index: 9999;
  width: 100vw;
}
.small-notifications-area .box-small-response {
  align-items: center;
  background: rgba(255,255,255,0.1);
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  display: flex;
  font-weight: normal;
  justify-content: center;
  margin-bottom: 20px;
  padding: 12px 19px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.small-notifications-area .box-small-response p {
  color: #fff;
  margin-bottom: 0;
}
.small-notifications-area .box-small-response .iconify {
  font-size: 23px;
  margin-right: 10px;
}
.small-notifications-area .box-small-response .iconify.success {
  color: #02bd7a;
}
.small-notifications-area .box-small-response .iconify.error {
  color: #FD5B71;
}
.small-notifications-area .box-small-response svg {
  margin-right: 10px;
}
.small-notifications-area .box-small-response svg.success {
  color: #02bd7a;
}
.small-notifications-area .box-small-response svg.error {
  color: #FD5B71;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: ;
}
*::-webkit-scrollbar-track {
  border-radius: 100px;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
br {
  clear: both;
}
input,
textarea,
select {
  outline: none;
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  background: #353535;
  font-family: "Rubik";
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
body.fixed-position {
  overflow: hidden;
}
strong,
b {
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
h1,
h2 {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
ul {
  margin: 0;
  margin-bottom: 0;
  list-style: none;
}
p {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
img {
  max-height: 100%;
  max-width: 100%;
}
.container-fluid {
  padding: 0;
}
.set-light-mode {
  cursor: pointer;
}
.set-light-mode label {
  cursor: inherit;
  line-height: 0;
  padding-right: 10px;
}
.set-light-mode iconify-icon {
  font-size: 22px;
}
.set-light-mode .form-switch {
  align-items: center;
  display: flex;
  padding-left: 0;
  padding-right: 2.5em;
}
.set-light-mode .form-switch input {
  cursor: inherit;
  margin-left: 0;
  margin-right: -2.5em;
}
.first-top-padding {
  padding-top: 40px;
}
.default-space-between {
  display: grid;
  grid-gap: 20px;
}
.default-space-between.form-space {
  grid-gap: 30px;
}
aside.general-dashboard-aside {
  background: #292929;
  left: 0;
  height: 100vh;
  min-width: 300px;
  position: fixed;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  top: 0;
  z-index: 999;
  transition-timing-function: cubic-bezier(0.78,-0.04,0,0.88);
  transition-duration: 0.5s;
}
aside.general-dashboard-aside .background {
  background: rgba(0,0,0,0.4);
  backdrop-filter: blur(15px);
  height: 100%;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  width: 100%;
  transition-timing-function: cubic-bezier(0.78,-0.04,0,0.88);
  transition-duration: 0.5s;
}
aside.general-dashboard-aside.open {
  right: 0;
}
aside.general-dashboard-aside.open .background {
  opacity: 1;
  visibility: visible;
}
aside.general-dashboard-aside::-webkit-scrollbar {
  width: 16px;
}
aside.general-dashboard-aside::-webkit-scrollbar-track {
  background: transparent;
}
aside.general-dashboard-aside::-webkit-scrollbar-thumb {
  background: #4D4D4D;
  border-radius: 100px;
  border: 5px solid transparent;
  background-clip: content-box;
}
aside.general-dashboard-aside::-webkit-scrollbar-thumb:hover {
  background: #6B6B6B;
  border: 5px solid transparent;
  background-clip: content-box;
}
aside.general-dashboard-aside nav {
  background: #292929;
  min-height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 40px;
  position: relative;
  z-index: 100;
}
aside.general-dashboard-aside .sidebar-head {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
aside.general-dashboard-aside .sidebar-head .sidebar-logo img {
  width: 150px;
}
aside.general-dashboard-aside .sidebar-head span {
  text-align: right;
  width: 100%;
  line-height: 15px;
}
aside.general-dashboard-aside .sidebar-divider {
  background: #232323;
  height: 2px;
  margin: 30px 0;
  width: 100%;
}
aside.general-dashboard-aside .sidebar-links .group-links {
  margin-bottom: 30px;
}
aside.general-dashboard-aside .sidebar-links .group-links .collapse-group .multi-collapse .sidebar-link {
  padding: 0 5px 0 30px;
  font-size: 14px;
}
aside.general-dashboard-aside .sidebar-links .group-links .collapse-group .multi-collapse .sidebar-link .iconify {
  font-size: 16px;
}
aside.general-dashboard-aside .sidebar-links .group-links .collapse-group .multi-collapse .sidebar-link+.sidebar-link {
  padding-top: 15px;
}
aside.general-dashboard-aside .sidebar-links .label-links {
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  text-transform: uppercase;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link {
  align-items: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 15px 0;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link:not(.sidebar-logo) .iconify {
  font-size: 19px;
  min-width: 19px;
  margin-right: 10px;
  margin-left: 0;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link:not(.sidebar-logo) svg:not(.iconify) {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  margin-left: 0;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link:not(.sidebar-logo):hover,
aside.general-dashboard-aside .sidebar-links .sidebar-link:not(.sidebar-logo).active {
  color: #0089ff;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link:not(.sidebar-logo):hover .tooltip-area {
  opacity: 1;
  visibility: visible;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link.sidebar-logo {
  padding: 0;
}
aside.general-dashboard-aside .sidebar-links .sidebar-link.sidebar-logo img {
  height: 20px;
}
aside.general-dashboard-aside .btn-geral.w-100 {
  max-width: 100%;
}
.content-wrap {
  min-height: 100vh;
  position: relative;
  padding-right: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
.content-wrap:before {
  content: '';
  position: absolute;
  background: #60AF79;
  filter: blur(300px);
  border-radius: 100%;
  opacity: 0.3;
  height: 80vh;
  right: 0;
  top: -30%;
  width: 40vh;
  z-index: -1;
}
.content-wrap.login-page {
  padding-right: 0;
  padding-bottom: 0;
}
.content-file {
  background: rgba(41,41,41,0.6);
  backdrop-filter: blur(4px);
  padding: 30px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}
.content-file.login-page {
  padding: 0;
  margin-top: 0;
}
.content-file .loading-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 10px;
  background: #02bd7a;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-mobile-logo {
  display: none;
}
.user-actions {
  align-items: center;
  display: flex;
  grid-gap: 15px;
  justify-content: flex-end;
}
.user-actions .dropdown-menu {
  background: #0089ff;
  border-radius: 10px;
  padding: 20px 15px;
  flex-direction: column;
  grid-gap: 15px;
  top: 25px !important;
  left: -80px !important;
}
.user-actions .dropdown-menu.show {
  display: flex;
  width: 180px;
}
.user-actions .dropdown-menu p {
  margin-bottom: 0;
}
.user-actions .dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  grid-gap: 5px;
}
.user-actions .dropdown-menu ul li a {
  align-items: center;
  display: flex;
  font-weight: 300;
}
.user-actions .dropdown-menu ul li a svg,
.user-actions .dropdown-menu ul li a .iconify {
  color: #fff;
  opacity: 0.8;
  margin-right: 10px;
  min-width: 18px;
  margin-left: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.user-actions .dropdown-menu ul li a:hover {
  color: #fff;
}
.user-actions .dropdown-menu ul li a:hover svg,
.user-actions .dropdown-menu ul li a:hover .iconify {
  opacity: 1;
}
.blue-background {
  background: rgba(54,65,77,0.5);
  border-radius: 10px;
  padding: 40px;
}
.image-tips {
  align-items: flex-start;
  display: flex;
}
.image-tips .icon {
  align-items: center;
  background: #FFC52E;
  border-radius: 999px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 30px;
  margin-right: 15px;
  max-width: 30px;
  width: 100%;
}
.image-tips .text {
  padding-top: 10px;
}
.error-page-text {
  color: #fff;
  font-size: 7rem;
  position: relative;
  line-height: 1;
  width: 12.5rem;
  text-shadow: 0 4px 0 #00B2FF;
}
.header_back {
  background: #252e62;
}
.header-simulation {
  background: #252e62;
  border-bottom: 1px solid transparent;
  width: 100%;
  z-index: 1024;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-simulation a:not(.logo) {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  position: relative;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-simulation a:not(.logo) .iconify {
  color: #5bc6d0;
  font-size: 18px;
  margin-left: 10px;
}
.header-simulation a:not(.logo):hover {
  color: #5bc6d0;
}
.header-simulation a:not(.logo):hover:after {
  width: 100%;
}
.header-simulation a:not(.logo).active {
  color: #5bc6d0;
  font-weight: bold;
}
.header-simulation .header-top-links {
  background: linear-gradient(270deg,rgba(100,195,212,0.1) 0%,rgba(255,255,255,0) 76.09%);
  height: auto;
  opacity: 1;
  padding-bottom: 10px;
  padding-top: 10px;
  visibility: visible;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-simulation .header-top-links .links {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.header-simulation .header-top-links .links a .iconify {
  color: #5bc6d0;
  margin-left: 0;
  margin-right: 10px;
}
.header-simulation .header-top-links .links a:after {
  content: unset;
}
.header-simulation .header-top-links .links a+a {
  margin-left: 15px;
}
.header-simulation.light {
  background: #fff;
  border-color: #dfdfdf;
}
.header-simulation.light a:not(.logo) {
  color: #252e62;
}
.header-simulation.light a:not(.logo):hover {
  color: #5bc6d0;
}
.header-simulation.light a:not(.logo):hover:after {
  width: 100%;
}
.header-simulation.light a:not(.logo).active {
  color: #5bc6d0;
  font-weight: bold;
}
.header-simulation.light .nav-default .nav-links.social-links li a:hover .iconify {
  color: #5bc6d0;
}
.header-simulation.light .nav-default .nav-links.social-links li a .iconify {
  color: #252e62;
}
.header-simulation.light .nav-default .nav-button .span-menu {
  background: #252e62;
}
.nav-default {
  padding-top: 30px;
  padding-bottom: 40px;
}
.nav-default .nav-menu {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
.nav-default .nav-mobile-links {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  transition-timing-function: cubic-bezier(0.78,-0.04,0,0.88);
  transition-duration: 0.8s;
  width: 50%;
}
.nav-default .logo img {
  height: 60px;
}
.nav-default .nav-links {
  align-items: center;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-default .nav-links.social-links li a .iconify {
  color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-default .nav-links.social-links li a:hover .iconify {
  color: #5bc6d0;
}
.nav-default .nav-links.social-links li a:after {
  content: unset;
}
.nav-default .nav-links.social-links li+li {
  margin-left: 15px;
}
.nav-default .nav-links li+li {
  margin-left: 40px;
}
.nav-default .nav-toggle {
  display: none;
}
.nav-default .nav-button {
  cursor: pointer;
  display: flex;
  background: none;
  border: none;
  height: 16px;
  justify-content: space-between;
  flex-direction: column;
  margin-left: auto;
  width: 25px;
}
.nav-default .nav-button .span-menu {
  background: #fff;
  border-radius: 50px;
  height: 2px;
  position: relative;
  z-index: 5;
  width: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-default .nav-button .span-menu+.span-menu {
  margin-top: 3px;
}
.nav-default.menu-mobile-opened .nav-mobile-links {
  right: 0;
  z-index: 1000;
}
.nav-default.menu-mobile-opened .nav-button .span-menu {
  background: #252e62;
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(1) {
  transform: rotate(45deg) translate(6px,4px);
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(2) {
  transform: rotate(-45deg) translate(0px,1px);
}
.nav-default.menu-mobile-opened .nav-button .span-menu:nth-child(3) {
  transform: rotate(0deg) scale(0,0);
}
.nav-default.menu-mobile-opened .background-blur {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 1200px) {
  .header-simulation .header-top-links {
    display: none;
  }
  .header-simulation a:not(.logo) {
    color: #252e62;
    width: fit-content;
  }
  .menu-group {
    height: auto;
    border-right: none;
    padding-top: 0;
  }
  .menu-group .open-menu-sublink .menu-content {
    font-size: 14px;
    padding: 10px 10px 10px 0;
  }
  .menu-group.menu-group-sublink {
    left: 0;
    padding-left: 30px;
    position: relative;
  }
  .nav-menu-collapse {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    height: 0 !important;
  }
  .nav-menu-collapse.open {
    display: block;
    height: auto !important;
  }
  .nav-menu-collapse .background {
    display: none;
  }
  .nav-menu-collapse .menu {
    background: transparent;
    box-shadow: none;
  }
  .nav-menu-collapse .menu .container-fluid {
    padding: 0;
    padding-left: 15px;
  }
  .nav-menu-collapse .menu .container {
    display: block;
    max-width: 100%;
    width: 100%;
    padding: 0;
  }
  .nav-default {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
  }
  .nav-default .background-blur {
    background: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    position: fixed;
    opacity: 0;
    width: 100%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .nav-default .nav-mobile-links {
    background: #fff;
    display: block;
    height: 100vh;
    padding: 80px 15px 80px 30px;
    position: fixed;
    overflow-y: auto;
    right: -100%;
    top: 0;
    width: 80%;
    z-index: -1;
  }
  .nav-default .nav-links {
    display: block;
  }
  .nav-default .nav-links.social-links {
    display: flex;
    margin-top: 30px;
  }
  .nav-default .nav-links.social-links li a .iconify {
    color: #252e62;
  }
  .nav-default .nav-links.social-links li+li {
    margin-left: 15px;
    margin-top: 0;
  }
  .nav-default .nav-links li+li {
    margin-left: 0;
    margin-top: 15px;
  }
  .nav-default .nav-toggle {
    display: block;
    position: relative;
    z-index: 1024;
  }
}
.default-chart {
  height: 400px;
  width: 400px;
}
.default-bar-card {
  width: 50%;
}
.default-bar-card.on-print {
  width: 100%;
}
.default-bar-card canvas {
  width: 100%;
}
.report-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media print {
  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    height: 100vh !important;
  }
  body {
    background: #000 !important;
  }
  main {
    background: #ffa2a2 !important;
  }
}
.graphic-title {
  margin: 50px 0 30px;
}
.graphic-container {
  width: 100%;
}
.graphic-container span {
  color: #FFF;
}
.graphic-container #radial-graphic {
  height: 500px !important;
}
.graphic-container #bar-graphic,
.graphic-container #bar-graphic-points {
  width: 100% !important;
}
.graphic-group {
  align-items: center;
  display: flex;
  gap: 50px;
}
.graphic-group .graphic-container {
  margin-top: 0;
  width: 50%;
}
.graphic-card {
  background-color: #1D1F1E;
  border: 1px solid #C0C0C0;
  border-radius: 10px;
  height: 100%;
  padding: 25px 15px 20px;
  width: 100%;
}
.graphic-card.big-card {
  padding: 35px 25px 30px;
}
.graphic-card.big-card p b {
  font-size: 2rem;
}
.graphic-card .info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.graphic-card .info .iconify {
  color: #FFF;
  font-size: 2rem;
}
.graphic-card h5 {
  font-size: 1rem;
  line-height: 100%;
}
.graphic-card p b {
  font-size: 1.25rem;
}
.graphic-card .filter {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 2rem;
}
.graphic-card .filter button {
  margin-top: 10px;
}
.graphic-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 20px;
}
.datepicker-panel>ul>li {
  color: #000;
}
.fr-box * {
  color: #000;
}
.fr-btn-grp+.fr-btn-grp {
  border-left: 1px solid grey;
  margin-left: 0;
  padding-left: 10px;
}
.jodit-container *,
.jodit__preview-box * {
  color: #000;
}
.areas-print.to-print {
  padding-left: 0 !important;
  width: 800px !important;
}
.areas-print.to-print .graphic-title {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
.areas-print.to-print .content-file {
  padding: 0 !important;
  margin-top: 0;
}
.areas-print.to-print .content-file .flex-group-block {
  flex-direction: column;
  gap: 20px;
}
.areas-print.to-print .content-file .graphic-container #bar-graphic {
  height: 350px !important;
}
.areas-print.to-print .content-file .graphic-container #bar-graphic-points {
  height: 350px !important;
  margin-bottom: 280px;
}
.areas-print.to-print .content-file .graphic-container #radial-graphic {
  height: 450px !important;
  margin-bottom: 20px !important;
}
.areas-print.to-print .content-file .graphic-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.areas-print.to-print .content-file .has-input {
  margin-bottom: 15px !important;
}
.areas-print.to-print .content-file .graphic-card {
  padding: 15px;
}
.areas-print.to-print .content-file .graphic-card .info {
  margin-bottom: 10px;
}
.workout-plans-days-group {
  padding: 15px 20px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  border: 1px solid #919191;
  border-radius: 23px;
}
.workout-plans-days-group:last-child {
  margin-bottom: 40px;
}
.workout-plans-days-group .sequence-indicator {
  position: absolute;
  left: 25px;
  font-size: 20px;
  font-weight: 500;
  top: -15px;
  background: #2e2f2e;
}
.workout-plans-days {
  border-radius: 15px;
  border: 1px solid #919191;
}
.workout-plans-days.w-margin {
  margin-bottom: 50px;
}
.workout-plans-days .grid-area {
  display: grid;
  grid-template-columns: repeat(7,1fr);
}
.workout-plans-days .header {
  border-bottom: 1px solid #919191;
  background: #354128;
  border-radius: 15px 15px 0 0;
}
.workout-plans-days .header .day {
  padding: 10px;
  text-align: center;
  font-weight: 500;
}
.workout-plans-days .header .day:not(:last-child) {
  border-right: 1px solid #919191;
}
.workout-plans-days .body .day {
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.workout-plans-days .body .day:not(:last-child) {
  border-right: 1px solid #919191;
}
.workout-plans-days .body .day .workout-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3b3b3b;
  border-radius: 10px;
  color: #fff;
  padding: 8px;
}
.workout-plans-days .body .day .workout-item .workout-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  line-height: 100%;
}
.workout-plans-days .body .day .workout-item .workout-actions {
  position: relative;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions-div {
  background: #5f5f5f;
  padding: 10px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 110%;
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions-div .action-item {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 15px;
  word-wrap: nowrap;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions-div .action-item .edit {
  color: #FFC52E;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions-div .action-item .trash {
  color: #FD5B71;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #5f5f5f;
  color: #fff;
  border: none;
  border-radius: 999px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions:focus+.actions-div,
.workout-plans-days .body .day .workout-item .workout-actions .actions:active+.actions-div {
  opacity: 1;
  visibility: visible;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions:hover {
  background: #494949;
}
.workout-plans-days .body .day .workout-item .workout-actions .actions svg {
  font-size: 16px;
}
.workout-plans-days .body .day .add-workout {
  padding: 8px;
  text-align: center;
  border-radius: 10px;
  color: #dfdfdf;
  font-size: 14px;
  border: none;
  background: #5b7440;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.workout-plans-days .body .day .add-workout:hover {
  background: #3a4e27;
}
.delete-workout-week {
  position: absolute;
  right: -15px;
  top: -15px;
}
.selectize-input>input {
  color: #fff !important;
  font-size: 16px !important;
  caret-color: #fff !important;
}
.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: none !important;
  caret-color: #fff !important;
}
.selectize-control.single .selectize-input.input-active:before,
.selectize-input:before {
  content: unset !important;
}
.selectize-dropdown {
  background: #fff !important;
}
.selectize-dropdown .option {
  color: #000 !important;
}
.selectize-dropdown .option.selected {
  background: #0089ff !important;
}
.thumb-avatar {
  width: 120px;
  height: 120px;
  position: relative;
  margin-right: 20px;
}
.thumb-avatar button {
  position: absolute;
  right: -10px;
  top: -10px;
}
.btn.mark-appointment-as-attended * {
  pointer-events: none !important;
}
.btn.mark-appointment-as-attended .iconify {
  font-size: 28px !important;
}
.btn-geral {
  align-items: center;
  border: 1px solid transparent;
  background: #0089ff;
  border-radius: 10px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-geral:hover,
.btn-geral:active,
.btn-geral:focus {
  outline: 0;
  box-shadow: none;
  background: #006ecc;
  color: #fff;
  text-decoration: none;
}
.btn-geral svg,
.btn-geral .iconify {
  margin-left: 7px;
}
.btn-geral i {
  margin-right: 7px;
}
.btn-geral.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
.btn-geral-transparent {
  align-items: center;
  border: 1px solid #0089ff;
  background: #fff;
  border-radius: 10px;
  color: #0089ff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 0 #0089ff;
}
.btn-geral-transparent:hover,
.btn-geral-transparent:active,
.btn-geral-transparent:focus {
  outline: 0;
  box-shadow: none;
  background: #e6e6e6;
  color: #0089ff;
  text-decoration: none;
}
.btn-geral-transparent svg,
.btn-geral-transparent .iconify {
  margin-left: 7px;
}
.btn-geral-transparent i {
  margin-right: 7px;
}
.btn-geral-transparent.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
.btn-geral-transparent:hover,
.btn-geral-transparent:focus,
.btn-geral-transparent:active {
  box-shadow: inset 0 0 0 1px #0089ff;
  background: #fff;
}
.btn-geral-transparent.active {
  align-items: center;
  border: 1px solid transparent;
  background: #0089ff;
  border-radius: 10px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-geral-transparent.active:hover,
.btn-geral-transparent.active:active,
.btn-geral-transparent.active:focus {
  outline: 0;
  box-shadow: none;
  background: #006ecc;
  color: #fff;
  text-decoration: none;
}
.btn-geral-transparent.active svg,
.btn-geral-transparent.active .iconify {
  margin-left: 7px;
}
.btn-geral-transparent.active i {
  margin-right: 7px;
}
.btn-geral-transparent.active.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
.btn-geral-cancel {
  align-items: center;
  border: 1px solid transparent;
  background: #FA533B;
  border-radius: 10px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-geral-cancel:hover,
.btn-geral-cancel:active,
.btn-geral-cancel:focus {
  outline: 0;
  box-shadow: none;
  background: #f92709;
  color: #fff;
  text-decoration: none;
}
.btn-geral-cancel svg,
.btn-geral-cancel .iconify {
  margin-left: 7px;
}
.btn-geral-cancel i {
  margin-right: 7px;
}
.btn-geral-cancel.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
.btn-geral-success {
  align-items: center;
  border: 1px solid transparent;
  background: #02bd7a;
  border-radius: 10px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-geral-success:hover,
.btn-geral-success:active,
.btn-geral-success:focus {
  outline: 0;
  box-shadow: none;
  background: #018b59;
  color: #fff;
  text-decoration: none;
}
.btn-geral-success svg,
.btn-geral-success .iconify {
  margin-left: 7px;
}
.btn-geral-success i {
  margin-right: 7px;
}
.btn-geral-success.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
.left-icon svg,
.left-icon .iconify {
  margin-left: 0;
  margin-right: 10px;
}
a,
button {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.primary-color:hover,
button.primary-color:hover {
  color: #4dacff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.geral-text,
button.geral-text {
  font-weight: 500;
}
a.no-style-button,
button.no-style-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: none;
}
a.no-style-button:hover,
a.no-style-button:focus,
a.no-style-button:active,
button.no-style-button:hover,
button.no-style-button:focus,
button.no-style-button:active {
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: none;
}
.btn-action {
  align-items: center;
  background: none;
  border: none;
  border-radius: 999px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-action+.btn-action {
  margin-left: 10px;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active {
  outline: 0;
  box-shadow: none;
  color: #fff;
}
.btn-action .iconify {
  opacity: 1 !important;
  font-size: 20px !important;
}
.btn-action svg {
  pointer-events: none !important;
  user-select: none !important;
  touch-action: none !important;
}
.btn-red {
  background: #FD5B71;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background: #fd425b;
}
.btn-green {
  background: #02bd7a;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background: #02a46a;
}
.btn-blue {
  background: #00B2FF;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  background: #00a0e6;
}
.btn-yellow {
  background: #FFC52E;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active {
  background: #ffbe15;
}
.btn-purple {
  background: #9B51E0;
}
.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active {
  background: #8f3bdc;
}
.btn-multiple-actions {
  opacity: 0;
  visibility: hidden;
}
.btn-multiple-actions.show {
  opacity: 1;
  visibility: visible;
}
button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
  align-items: center;
  background: #00B2FF;
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  justify-content: center;
  padding: 13px 25px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
button.dt-button:hover,
button.dt-button:active,
button.dt-button:focus,
div.dt-button:hover,
div.dt-button:active,
div.dt-button:focus,
a.dt-button:hover,
a.dt-button:active,
a.dt-button:focus,
input.dt-button:hover,
input.dt-button:active,
input.dt-button:focus {
  outline: 0;
  box-shadow: none;
  background: #008ecc !important;
  color: #fff;
  text-decoration: none;
}
.nav-toggle {
  display: none;
}
.nav-button {
  cursor: pointer;
  display: flex;
  background: none;
  border: none;
  height: 16px;
  justify-content: space-between;
  flex-direction: column;
  margin-left: auto;
  width: 25px;
}
.nav-button .span-menu {
  background: #fff;
  border-radius: 50px;
  height: 2px;
  position: relative;
  z-index: 5;
  width: 100%;
}
.nav-button .span-menu+.span-menu {
  margin-top: 3px;
}
.geral-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.geral-text.type-error {
  color: #FD5B71;
}
.geral-text.type-warning {
  color: #FF8C21;
}
.geral-text.type-success {
  color: #02bd7a;
}
.geral-text.bold {
  font-weight: 500;
}
.geral-text a {
  color: #0089ff;
  text-decoration: none;
  font-weight: 500;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.geral-text a:hover {
  color: #007be6;
}
.font-20 {
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
a.geral-text {
  align-items: center;
  display: flex;
}
a.geral-text svg,
a.geral-text .iconify {
  margin-left: 5px;
}
a.geral-text:hover {
  color: #0089ff;
}
a.geral-text.flex-row-reverse svg,
a.geral-text.flex-row-reverse .iconify {
  margin-left: 0;
  margin-right: 5px;
}
a.geral-text.back-link {
  text-decoration: underline;
}
a.geral-text.back-link svg,
a.geral-text.back-link .iconify {
  margin-left: 0;
  margin-right: 5px;
}
a.geral-text.back-link svg {
  height: 17px;
  width: 17px;
}
a.geral-text.back-link .iconify {
  font-size: 18px;
}
a.geral-text.back-link:hover {
  color: #1D1F1E;
  text-decoration: underline;
}
a.geral-text.configuration-link {
  justify-content: space-between;
  opacity: 0.4;
  width: 100%;
}
a.geral-text.configuration-link:hover,
a.geral-text.configuration-link:active,
a.geral-text.configuration-link:focus {
  color: #0089ff;
  opacity: 1;
}
.geral-title {
  font-weight: 500;
  font-size: 25px;
  color: #fff;
  line-height: 28px;
  margin: 0;
  text-transform: uppercase;
}
.geral-title.uppercase {
  font-size: 22px;
  text-transform: uppercase;
}
.geral-subtitle {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  margin: 0;
  text-transform: uppercase;
}
.geral-subtitle.uppercase {
  font-size: 13px;
  text-transform: uppercase;
}
.primary-color {
  color: #0089ff;
}
.dark-primary-color {
  color: #1D1F1E;
}
.green-color {
  color: #02bd7a;
}
.red-color {
  color: #FD5B71;
}
.white-color {
  color: #fff;
}
.ck p,
.ck span,
.ck li,
.ck a {
  color: #000;
}
.ck .ck-powered-by {
  display: none !important;
}
.default-icon-w-circle {
  position: relative;
  width: fit-content;
}
.default-icon-w-circle .circle {
  background: #F9F7FB;
  border-radius: 999px;
  height: 100px;
  width: 100px;
}
.default-icon-w-circle svg,
.default-icon-w-circle .iconify {
  color: #0089ff;
  bottom: 0;
  position: absolute;
  right: 0;
}
.default-icon-w-circle svg {
  height: 40px;
  width: 40px;
}
.default-icon-w-circle .iconify {
  font-size: 40px;
}
.default-icon-w-circle.sidebar-style {
  margin: 0 auto;
}
.default-icon-w-circle.sidebar-style .circle {
  height: 130px;
  width: 130px;
}
.default-icon-w-circle.sidebar-style svg {
  height: 50px;
  width: 50px;
}
.default-icon-w-circle.sidebar-style .iconify {
  font-size: 50px;
}
.default-box {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding: 20px;
}
.default-box.pd-30 {
  padding: 30px;
}
.resume-boxes {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 30px;
}
.resume-boxes .resume-box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 170px;
}
.resume-boxes .resume-box .resume-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.resume-boxes .resume-box .resume-content .resume-title {
  align-items: center;
  display: flex;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  color: #1D1F1E;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resume-boxes .resume-box .resume-content .resume-title .iconify,
.resume-boxes .resume-box .resume-content .resume-title svg {
  color: #0089ff;
  margin-left: 10px;
}
.resume-boxes .resume-box .resume-content .resume-statistic {
  font-weight: 500;
  font-size: 55px;
  color: #fff;
  line-height: 50px;
  margin: 0;
  text-transform: uppercase;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.resume-boxes .resume-box:hover {
  text-decoration: none;
}
.resume-boxes .resume-box:hover .resume-title,
.resume-boxes .resume-box:hover .resume-statistic {
  color: #0089ff;
}
.number-box {
  align-items: center;
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 10px;
}
.number-box .geral-text {
  font-weight: bold;
  margin-bottom: 0;
}
.number-box svg,
.number-box .iconify {
  color: #CDC3DB;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.number-box.link-box {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.number-box.link-box:hover svg,
.number-box.link-box:hover .iconify {
  color: #fff;
}
.date-box {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.date-box .date-title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.date-box .date-title svg,
.date-box .date-title .iconify {
  color: #CDC3DB;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.date-box .date-title svg {
  height: 22px;
  width: 22px;
}
.date-box .date-title .iconify {
  font-size: 22px;
}
.date-box .date-infos {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.date-box .date-infos .general {
  align-items: center;
  display: flex;
  grid-gap: 5px;
}
.date-box:hover .date-title svg,
.date-box:hover .date-title .iconify {
  color: #0089ff;
}
.option-checkbox {
  position: relative;
}
.option-checkbox input[type="radio"] {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.option-checkbox:hover .client-box,
.option-checkbox input[type="radio"]:checked+.client-box {
  border-color: #0089ff;
  box-shadow: inset 0 0 0 2px #0089ff;
}
.client-box {
  box-shadow: inset 0 0 0 0 #0089ff;
  display: flex;
  grid-gap: 15px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.client-box h3 {
  margin-bottom: 0;
}
.client-box p {
  font-size: 14px;
  margin-bottom: 0;
}
.client-box:hover {
  border-color: #0089ff;
  box-shadow: inset 0 0 0 2px #0089ff;
}
.financial-box {
  display: flex;
  flex-direction: column;
  grid-gap: 15px;
}
.financial-box h3 {
  margin-bottom: 0;
}
.financial-box .geral-text {
  font-weight: 500;
}
.financial-box .percentual-finance {
  background: #EBEBEB;
  border-radius: 40px;
  display: flex;
  height: 5px;
  width: 100%;
}
.financial-box .percentual-finance .background {
  background: #FD5B71;
  border-radius: 40px;
  display: flex;
  height: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.financial-box .hide {
  display: none;
  font-size: 14px;
}
.financial-box input {
  border: none;
  border-bottom: 1px solid transparent;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.financial-box input:hover,
.financial-box input:focus,
.financial-box input:active {
  border: none;
}
.financial-box .input-area.green-color input {
  color: #02bd7a;
  width: 26px;
}
.financial-box .input-area.green-color input.disabled {
  background: #eaf9ee;
}
.financial-box .input-area.green-color input:hover,
.financial-box .input-area.green-color input:focus,
.financial-box .input-area.green-color input:active {
  border: none;
  border-bottom: 1px solid #02bd7a;
}
.financial-box .input-area.red-color input {
  color: #FD5B71;
  width: 15px;
}
.financial-box .input-area.red-color input.disabled {
  background: #fff2f2;
}
.financial-box .input-area.red-color input:hover,
.financial-box .input-area.red-color input:focus,
.financial-box .input-area.red-color input:active {
  border: none;
  border-bottom: 1px solid #FD5B71;
}
.sidebar-items {
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}
.geral-grid-div {
  display: grid;
  grid-gap: 20px;
}
.geral-grid-div.column-2 {
  grid-template-columns: repeat(2,1fr);
  grid-gap: 30px;
}
.geral-grid-div.column-3 {
  grid-template-columns: repeat(3,1fr);
}
.geral-grid-div.column-4 {
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px 30px;
}
.geral-grid-div.column-5 {
  grid-template-columns: repeat(5,1fr);
}
.geral-grid-div.column-6 {
  grid-template-columns: repeat(6,1fr);
}
.geral-grid-div .span-2 {
  grid-column: span 2;
}
.geral-flex-div {
  align-items: center;
  display: flex;
  grid-gap: 15px;
  overflow-y: hidden;
}
.geral-flex-div.flex-column {
  align-items: unset;
  flex-direction: column;
}
.geral-flex-div.flex-column-reverse {
  align-items: unset;
  flex-direction: column-reverse;
}
.geral-flex-div.flex-row {
  flex-direction: row;
}
.geral-flex-div.flex-row-reverse {
  flex-direction: row-reverse;
}
.geral-flex-div.flex-space-between {
  justify-content: space-between;
}
.custom-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.custom-modal p,
.custom-modal h2 {
  color: #000;
}
.custom-modal .background {
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-modal .content {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  z-index: 2;
  position: relative;
  min-width: 450px;
  transform: scale(0,0);
  max-width: 80%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-modal .custom-modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.custom-modal .custom-modal-header .close-custom-modal {
  cursor: pointer;
}
.custom-modal .custom-modal-header .close-custom-modal svg,
.custom-modal .custom-modal-header .close-custom-modal .iconify {
  color: #CDC3DB;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-modal .custom-modal-header .close-custom-modal:hover svg,
.custom-modal .custom-modal-header .close-custom-modal:hover .iconify {
  color: #0089ff;
}
.custom-modal .actions {
  align-items: center;
  display: flex;
  grid-gap: 15px;
}
.custom-modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.custom-modal.show .background {
  opacity: 1;
  visibility: visible;
}
.custom-modal.show .content {
  transform: scale(1,1);
}
.custom-modal .list-spreadsheet {
  padding-left: 15px;
  margin: 0;
}
.custom-modal .list-spreadsheet li .circle {
  align-self: center;
  background: #0089ff;
  border-radius: 999px;
  display: inline-block;
  height: 7px;
  margin-right: 8px;
  width: 7px;
}
.custom-modal .list-spreadsheet li+li {
  margin-top: 10px;
}
.custom-modal .list-spreadsheet ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.custom-modal .list-spreadsheet ul li {
  margin-top: 5px;
}
.custom-modal label {
  color: #3b3b3b !important;
  text-transform: none !important;
  letter-spacing: normal !important;
}
.custom-modal form .selectize-input>input {
  color: #000 !important;
  caret-color: #000 !important;
  min-width: 220px !important;
}
.custom-modal form .selectize-control.single .selectize-input.input-active,
.custom-modal form .selectize-input {
  color: #000 !important;
  caret-color: #000 !important;
  min-width: 220px !important;
}
.custom-modal form .default-input-group .geral-input {
  border-color: #000 !important;
  color: #000 !important;
  caret-color: #000 !important;
}
.custom-modal form .default-input-group .geral-input:-webkit-autofill,
.custom-modal form .default-input-group .geral-input:-webkit-autofill:hover,
.custom-modal form .default-input-group .geral-input:-webkit-autofill:focus,
.custom-modal form .default-input-group .geral-input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}
.custom-modal form .default-input-group .geral-input option {
  color: #000 !important;
  background: #fff !important;
}
.custom-modal .week-day-group {
  position: relative;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 15px;
  margin-top: 15px;
}
.custom-modal .week-day-group button {
  position: absolute;
  right: -15px;
  top: -15px;
}
.custom-modal .week-day-group p {
  position: absolute;
  background: #fff;
  left: 20px;
  top: -13px;
  padding: 0 5px;
}
.custom-modal .button-inline {
  color: #02bd7a;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: fit-content;
  background: none;
  border: none;
}
form,
.has-input {
  position: relative;
}
form .fields,
.has-input .fields {
  margin-top: 20px;
}
form .btn-geral,
.has-input .btn-geral {
  display: inline;
}
form .default-input-group,
.has-input .default-input-group {
  display: grid;
  flex-direction: column;
  grid-gap: 10px;
}
form .default-input-group.disabled,
.has-input .default-input-group.disabled {
  opacity: 0.6;
  pointer-events: none;
}
form .default-input-group label,
.has-input .default-input-group label {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  text-transform: uppercase;
}
form .default-input-group .geral-input,
.has-input .default-input-group .geral-input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
form .default-input-group .geral-input option,
.has-input .default-input-group .geral-input option {
  background: #32383e;
}
form .default-input-group .geral-input::-webkit-input-placeholder,
.has-input .default-input-group .geral-input::-webkit-input-placeholder {
  color: #9A9A9A;
}
form .default-input-group .geral-input:-ms-input-placeholder,
.has-input .default-input-group .geral-input:-ms-input-placeholder {
  color: #9A9A9A;
}
form .default-input-group .geral-input::placeholder,
.has-input .default-input-group .geral-input::placeholder {
  color: #9A9A9A;
}
form .default-input-group .geral-input:-webkit-autofill,
form .default-input-group .geral-input:-webkit-autofill:hover,
form .default-input-group .geral-input:-webkit-autofill:focus,
form .default-input-group .geral-input:-webkit-autofill:active,
.has-input .default-input-group .geral-input:-webkit-autofill,
.has-input .default-input-group .geral-input:-webkit-autofill:hover,
.has-input .default-input-group .geral-input:-webkit-autofill:focus,
.has-input .default-input-group .geral-input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
form .default-input-group .geral-input.red-border,
.has-input .default-input-group .geral-input.red-border {
  border-color: #FD5B71 !important;
}
form .default-input-group .geral-input:active,
form .default-input-group .geral-input:focus,
form .default-input-group .geral-input:hover,
.has-input .default-input-group .geral-input:active,
.has-input .default-input-group .geral-input:focus,
.has-input .default-input-group .geral-input:hover {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
form .default-input-group .file-input-area,
.has-input .default-input-group .file-input-area {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
form .default-input-group .file-input-area .preview-file-area,
.has-input .default-input-group .file-input-area .preview-file-area {
  align-items: center;
  display: flex;
  width: 50%;
  padding-left: 15px;
}
form .default-input-group .file-input-area .preview-file-area .icon,
.has-input .default-input-group .file-input-area .preview-file-area .icon {
  align-items: center;
  background: #0089ff;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  height: 20px;
  opacity: 0.2;
  margin-right: 10px;
  width: 20px;
}
form .default-input-group .file-input-area .preview-file-area .icon .iconify,
.has-input .default-input-group .file-input-area .preview-file-area .icon .iconify {
  color: #fff;
  font-size: 17px;
}
form .default-input-group .file-input-area .file-input-button,
.has-input .default-input-group .file-input-area .file-input-button {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
form .default-input-group .file-input-area .file-input-button .btn-file,
.has-input .default-input-group .file-input-area .file-input-button .btn-file {
  align-items: center;
  border: 1px solid transparent;
  background: #0089ff;
  border-radius: 10px;
  color: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  justify-content: center;
  padding: 15px 20px;
  -webkit-padding-before: 15px;
  -webkit-padding-after: 15px;
  -webkit-padding-start: 20px;
  -webkit-padding-end: 20px;
  max-width: fit-content;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form .default-input-group .file-input-area .file-input-button .btn-file:hover,
form .default-input-group .file-input-area .file-input-button .btn-file:active,
form .default-input-group .file-input-area .file-input-button .btn-file:focus,
.has-input .default-input-group .file-input-area .file-input-button .btn-file:hover,
.has-input .default-input-group .file-input-area .file-input-button .btn-file:active,
.has-input .default-input-group .file-input-area .file-input-button .btn-file:focus {
  outline: 0;
  box-shadow: none;
  background: #006ecc;
  color: #fff;
  text-decoration: none;
}
form .default-input-group .file-input-area .file-input-button .btn-file svg,
form .default-input-group .file-input-area .file-input-button .btn-file .iconify,
.has-input .default-input-group .file-input-area .file-input-button .btn-file svg,
.has-input .default-input-group .file-input-area .file-input-button .btn-file .iconify {
  margin-left: 7px;
}
form .default-input-group .file-input-area .file-input-button .btn-file i,
.has-input .default-input-group .file-input-area .file-input-button .btn-file i {
  margin-right: 7px;
}
form .default-input-group .file-input-area .file-input-button .btn-file.disabled,
.has-input .default-input-group .file-input-area .file-input-button .btn-file.disabled {
  pointer-events: none;
  background: #CDC3DB;
}
form .default-input-group .file-input-area.red-border,
.has-input .default-input-group .file-input-area.red-border {
  border: 1px solid #FD5B71;
}
form .default-input-group .cs-select,
.has-input .default-input-group .cs-select {
  border-bottom: 0;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  padding-bottom: 0;
  padding: 15px 20px;
}
form .default-input-group .cs-select.red-border,
.has-input .default-input-group .cs-select.red-border {
  border: 1px solid #FD5B71;
}
form .default-input-group .contact-input,
.has-input .default-input-group .contact-input {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  padding: 10px 0;
}
form .default-input-group .contact-input.red-border,
.has-input .default-input-group .contact-input.red-border {
  border-color: #FD5B71;
}
form .default-input-group .contact-input input,
.has-input .default-input-group .contact-input input {
  border-bottom: none;
  padding: 0;
  margin-left: 3px;
  width: 100%;
}
form .default-input-group .contact-input input:hover,
form .default-input-group .contact-input input:focus,
form .default-input-group .contact-input input:active,
.has-input .default-input-group .contact-input input:hover,
.has-input .default-input-group .contact-input input:focus,
.has-input .default-input-group .contact-input input:active {
  border-bottom: none;
  padding: 0;
}
form .default-input-group.readonly-input input,
.has-input .default-input-group.readonly-input input {
  background: url('https://api.iconify.design/feather/lock.svg?color=black&height=18') no-repeat 93% center/20px;
}
form .actions,
.has-input .actions {
  margin-top: 30px;
}
form .image-preview,
.has-input .image-preview {
  position: relative;
}
form .image-preview .remove-image-from-input,
.has-input .image-preview .remove-image-from-input {
  position: absolute;
  right: -25px;
  top: -25px;
}
form .image-preview .image-item,
.has-input .image-preview .image-item {
  position: relative;
}
form .image-preview .image-item .remove-gallery-image,
.has-input .image-preview .image-item .remove-gallery-image {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
}
form .image-preview .image-item .copy-gallery-image,
.has-input .image-preview .image-item .copy-gallery-image {
  position: absolute;
  top: -20px;
  right: 30px;
  z-index: 2;
  padding: 10px 15px;
}
form .image-preview .image-item .copy-gallery-image .iconify,
.has-input .image-preview .image-item .copy-gallery-image .iconify {
  margin-right: 10px;
}
form .image-preview .preview-img,
.has-input .image-preview .preview-img {
  align-items: center;
  border: 2px dashed #e0e0e0;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  height: 500px;
  width: 500px;
}
form .image-preview .preview-img .iconify,
.has-input .image-preview .preview-img .iconify {
  font-size: 50px;
}
form .image-preview .preview-img.banner,
.has-input .image-preview .preview-img.banner {
  width: 70%;
}
form .image-preview .preview-img.mobile,
.has-input .image-preview .preview-img.mobile {
  background-size: cover;
  height: 750px;
  width: 414px;
}
form .image-preview .preview-img.icon,
.has-input .image-preview .preview-img.icon {
  height: 120px;
  width: 120px;
}
form .image-preview .preview-img.gallery,
.has-input .image-preview .preview-img.gallery {
  width: 100%;
  height: 300px;
  z-index: 1;
}
form .image-preview .preview-img.contain,
.has-input .image-preview .preview-img.contain {
  background-size: contain !important;
}
form .image-preview .preview-img.icon,
.has-input .image-preview .preview-img.icon {
  background-size: unset !important;
  height: 200px;
  width: 200px;
}
form .image-preview .preview-img.red-border,
.has-input .image-preview .preview-img.red-border {
  border-color: #FD5B71;
}
form .image-preview .preview-img.w-background,
.has-input .image-preview .preview-img.w-background {
  border: 2px dashed transparent;
}
form .image-preview .preview-img.w-background .iconify,
.has-input .image-preview .preview-img.w-background .iconify {
  opacity: 0;
}
form .image-preview .input-image-hidden,
.has-input .image-preview .input-image-hidden {
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  padding: 0;
  top: 0;
  visibility: hidden;
  width: 0;
}
form .form-field .section-title,
.has-input .form-field .section-title {
  margin-bottom: 35px;
}
.option-table-area {
  position: relative;
  width: fit-content;
}
.option-table-area input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.option-table-area input[type="checkbox"]:checked+.checkbox-area {
  background: #00B2FF;
}
.option-table-area input[type="checkbox"]:checked+.checkbox-area .iconify {
  opacity: 1;
}
.option-table-area .checkbox-area {
  align-items: center;
  background: none;
  border: 1px solid #00B2FF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.option-table-area .checkbox-area .iconify {
  opacity: 0;
  color: #fff;
  font-size: 19px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.alt-text {
  bottom: -15px;
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translate(-50%,0);
}
.input-alt-text {
  background: #fff;
  border: none;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.2);
  padding: 10px 15px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.input-alt-text.disabled {
  background: #ececec;
  color: #929292;
  pointer-events: none;
}
.image-mobile-group {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.image-mobile-group.show {
  opacity: 1;
  visibility: visible;
  height: auto;
}
div.dataTables_wrapper div.dataTables_length select {
  margin: 0 10px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  position: relative;
  z-index: 2;
}
div.dataTables_wrapper div.dataTables_length select option {
  color: black;
}
div.dataTables_wrapper div.dataTables_length select option:first-child {
  color: #fff;
}
div.dataTables_wrapper div.dataTables_length select:focus,
div.dataTables_wrapper div.dataTables_length select:active {
  box-shadow: none;
  outline: 0;
}
div.dataTables_wrapper div.dataTables_length label {
  position: relative;
}
div.dataTables_wrapper div.dataTables_length label:after {
  content: '';
  position: absolute;
  top: 9px;
  right: 60px;
  background: url(https://api.iconify.design/akar-icons/chevron-down.svg?color=white&height=18) no-repeat center center / contain;
  height: 15px;
  width: 15px;
  z-index: 1;
}
div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 10px 0;
}
.table {
  color: #ffffff;
}
.table td,
.table th {
  border: none !important;
}
div.dataTables_wrapper div.dataTables_filter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 10px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
div.dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
  color: #9A9A9A;
}
div.dataTables_wrapper div.dataTables_filter input:-ms-input-placeholder {
  color: #9A9A9A;
}
div.dataTables_wrapper div.dataTables_filter input::placeholder {
  color: #9A9A9A;
}
div.dataTables_wrapper div.dataTables_filter input:-webkit-autofill,
div.dataTables_wrapper div.dataTables_filter input:-webkit-autofill:hover,
div.dataTables_wrapper div.dataTables_filter input:-webkit-autofill:focus,
div.dataTables_wrapper div.dataTables_filter input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
div.dataTables_wrapper div.dataTables_filter input.red-border {
  border-color: #FD5B71;
}
div.dataTables_wrapper div.dataTables_filter input:active,
div.dataTables_wrapper div.dataTables_filter input:focus,
div.dataTables_wrapper div.dataTables_filter input:hover {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
table.dataTable {
  border-spacing: 0 15px;
}
.dataTable thead tr {
  background: #383838;
  color: #fff;
}
.dataTable thead tr th {
  font-weight: 300;
  padding: 20px 10px;
}
.dataTable thead tr th:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.dataTable thead tr th:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dataTable tbody tr {
  background: #424344;
}
.dataTable tbody tr td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.dataTable tbody tr td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.dataTable tbody tr.even {
  background: #383838;
}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 1.3em;
  display: block;
  opacity: 0.3;
}
.table td,
.table th {
  vertical-align: middle;
}
.dataTables_paginate .page-item .page-link {
  color: #fff;
  background-color: transparent;
  border: none !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dataTables_paginate .page-item.active .page-link,
.dataTables_paginate .page-item:hover:not(.disabled) .page-link,
.dataTables_paginate .page-item:active .page-link {
  color: #02bd7a;
}
#login-page {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
}
#login-page .login-form {
  background: rgba(0,0,0,0.3);
  border: 2px solid #0089ff;
  border-radius: 10px;
  min-width: 500px;
  padding: 80px 70px;
  position: relative;
  text-align: center;
}
#login-page .login-form.white-label {
  border-color: #C0C0C0 !important;
}
#login-page .login-form.white-label .input-group {
  border-color: #C0C0C0 !important;
}
#login-page .login-form.white-label .input-group svg,
#login-page .login-form.white-label .input-group button,
#login-page .login-form.white-label .input-group .iconify {
  color: #C0C0C0 !important;
}
#login-page .login-form .form-logo {
  height: 60px;
}
#login-page .login-form #form-login,
#login-page .login-form #request-exclude {
  position: relative;
  z-index: 2;
}
#login-page .login-form #form-login .form-fields,
#login-page .login-form #request-exclude .form-fields {
  margin: 60px 0 20px;
}
#login-page .login-form #form-login .input-group,
#login-page .login-form #request-exclude .input-group {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #0089ff;
  border-radius: 10px;
  display: flex;
  padding: 15px 20px;
  flex-wrap: nowrap;
}
#login-page .login-form #form-login .input-group:first-child,
#login-page .login-form #request-exclude .input-group:first-child {
  margin-bottom: 15px;
}
#login-page .login-form #form-login .input-group .iconify,
#login-page .login-form #request-exclude .input-group .iconify {
  color: #0089ff;
  font-size: 20px;
  margin-right: 10px;
}
#login-page .login-form #form-login .input-group input.input-control,
#login-page .login-form #request-exclude .input-group input.input-control {
  color: #000;
  border: none;
  font-size: 13px;
  padding: 5px 0;
  width: 100%;
}
#login-page .login-form #form-login .input-group input.input-control::-webkit-input-placeholder,
#login-page .login-form #request-exclude .input-group input.input-control::-webkit-input-placeholder {
  color: #C0C0C0;
}
#login-page .login-form #form-login .input-group input.input-control:-ms-input-placeholder,
#login-page .login-form #request-exclude .input-group input.input-control:-ms-input-placeholder {
  color: #C0C0C0;
}
#login-page .login-form #form-login .input-group input.input-control::placeholder,
#login-page .login-form #request-exclude .input-group input.input-control::placeholder {
  color: #C0C0C0;
}
#login-page .login-form #form-login .input-group input.input-control:-webkit-autofill,
#login-page .login-form #form-login .input-group input.input-control:-webkit-autofill:hover,
#login-page .login-form #form-login .input-group input.input-control:-webkit-autofill:focus,
#login-page .login-form #form-login .input-group input.input-control:-webkit-autofill:active,
#login-page .login-form #request-exclude .input-group input.input-control:-webkit-autofill,
#login-page .login-form #request-exclude .input-group input.input-control:-webkit-autofill:hover,
#login-page .login-form #request-exclude .input-group input.input-control:-webkit-autofill:focus,
#login-page .login-form #request-exclude .input-group input.input-control:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#login-page .login-form #form-login .input-group input.input-control:hover,
#login-page .login-form #form-login .input-group input.input-control:active,
#login-page .login-form #form-login .input-group input.input-control:focus,
#login-page .login-form #request-exclude .input-group input.input-control:hover,
#login-page .login-form #request-exclude .input-group input.input-control:active,
#login-page .login-form #request-exclude .input-group input.input-control:focus {
  border: none;
  box-shadow: none;
  outline: 0;
}
#login-page .login-form #form-login .error-text,
#login-page .login-form #request-exclude .error-text {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#login-page .login-form #form-login .error-text svg,
#login-page .login-form #request-exclude .error-text svg {
  color: #FD5B71;
  margin-right: 10px;
}
#login-page .login-form #form-login .btn-geral,
#login-page .login-form #request-exclude .btn-geral {
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
#login-page .login-form:before {
  content: '';
  left: 0;
  height: 100%;
  filter: blur(100%);
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
}
.light-mode {
  background: #f8f8f8;
  color: #000000;
}
.light-mode .image-tips .icon {
  background: #ff8a00;
}
.light-mode #login-page .login-form {
  background: #fff;
  border: none;
  box-shadow: 0 0 124px rgba(0,0,0,0.1);
  border-radius: 10px;
}
.light-mode #login-page .login-form .form-logo {
  filter: brightness(0);
}
.light-mode #login-page .login-form #form-login .input-group {
  border: 1px solid #003aab;
}
.light-mode #login-page .login-form #form-login .input-group .iconify {
  color: #003aab;
}
.light-mode .btn-geral {
  background: #003aab;
}
.light-mode .btn-geral:hover {
  background: #003192;
}
.light-mode .btn-blue-outline {
  background: transparent;
  border-color: #003aab;
  color: #003aab;
}
.light-mode .btn-blue-outline:hover,
.light-mode .btn-blue-outline.active {
  background: #003aab;
  color: #fff;
}
.light-mode .btn-green {
  background: #288a3e;
}
.light-mode .btn-green:hover {
  background: #227635;
}
.light-mode .btn-purple {
  background: #5a02ac;
}
.light-mode .btn-purple:hover {
  background: #4d0293;
}
.light-mode .btn-blue {
  background: #003aab;
}
.light-mode .btn-blue:hover {
  background: #003192;
}
.light-mode .btn-yellow {
  background: #ff8a00;
}
.light-mode .btn-yellow:hover {
  background: #e67c00;
}
.light-mode .btn-red {
  background: #fd5b71;
}
.light-mode .btn-red:hover {
  background: #fd425b;
}
.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
.light-mode h5,
.light-mode h6,
.light-mode p,
.light-mode li,
.light-mode label,
.light-mode .geral-text {
  color: #000000;
}
.light-mode .blue-background {
  background: #bfbfbf;
}
.light-mode .default-form .default-input-group .geral-input {
  border-color: #000;
  color: #000;
}
.light-mode .default-form .default-input-group .geral-input option {
  background: #fff;
}
.light-mode .default-form .default-input-group .geral-input::-webkit-input-placeholder {
  color: #777777;
}
.light-mode .default-form .default-input-group .geral-input:-ms-input-placeholder {
  color: #777777;
}
.light-mode .default-form .default-input-group .geral-input::placeholder {
  color: #777777;
}
.light-mode .default-form .default-input-group .geral-input:-webkit-autofill,
.light-mode .default-form .default-input-group .geral-input:-webkit-autofill:hover,
.light-mode .default-form .default-input-group .geral-input:-webkit-autofill:focus,
.light-mode .default-form .default-input-group .geral-input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}
.light-mode .default-form .default-input-group .geral-input:active,
.light-mode .default-form .default-input-group .geral-input:focus,
.light-mode .default-form .default-input-group .geral-input:hover {
  border-bottom: 1px solid #000;
}
.light-mode .default-form .default-input-group .geral-input.red-border {
  border-color: #fd5b71;
}
.light-mode .default-form .default-input-group label {
  color: #000;
}
.light-mode .default-form .image-preview .preview-img {
  border: 2px dashed #000;
}
.light-mode .default-form .image-preview .preview-img.w-background {
  border: 2px dashed transparent;
}
.light-mode a.geral-text:hover {
  color: #003aab;
}
.light-mode .user-actions .dropdown-menu {
  background: #003aab;
}
.light-mode .user-actions .dropdown-menu li a {
  color: #fff;
}
.light-mode .nav-button .span-menu {
  background: #000;
}
.light-mode .header-nav .nav-mobile-logo img {
  filter: brightness(0);
}
.light-mode aside.general-dashboard-aside nav {
  background: #dbdbdb;
}
.light-mode aside.general-dashboard-aside .sidebar-divider {
  background: #fff;
}
.light-mode aside.general-dashboard-aside .sidebar-head .sidebar-logo img {
  filter: brightness(0);
}
.light-mode aside.general-dashboard-aside .sidebar-links .label-links {
  color: #222;
}
.light-mode aside.general-dashboard-aside .sidebar-links .label-links-collapsed {
  color: #222;
}
.light-mode aside.general-dashboard-aside .sidebar-links .sidebar-link {
  color: #000000;
}
.light-mode aside.general-dashboard-aside .sidebar-links .sidebar-link:hover,
.light-mode aside.general-dashboard-aside .sidebar-links .sidebar-link.active {
  color: #003aab;
}
.light-mode .content-file {
  background: #dbdbdb;
}
.light-mode div.dataTables_wrapper div.dataTables_filter input {
  border-bottom: 1px solid #000;
  color: #000;
}
.light-mode div.dataTables_wrapper div.dataTables_length label:after {
  background: url(https://api.iconify.design/akar-icons/chevron-down.svg?color=black&height=18) no-repeat center center / contain;
}
.light-mode div.dataTables_wrapper div.dataTables_length select {
  border-bottom: 1px solid #000;
  color: #000;
}
.light-mode .dataTables_paginate .page-item .page-link {
  color: #000;
}
.light-mode .dataTable thead tr {
  background: #003aab;
}
.light-mode .dataTable thead tr .option-table-area input[type='checkbox']:checked+.checkbox-area {
  background: #ffffff;
}
.light-mode .dataTable thead tr .option-table-area .checkbox-area {
  border: 1px solid #ffffff;
}
.light-mode .dataTable thead tr .option-table-area .checkbox-area .iconify {
  color: #003aab;
}
.light-mode .option-table-area input[type='checkbox']:checked+.checkbox-area {
  background: #003aab;
}
.light-mode .option-table-area .checkbox-area {
  border: 1px solid #003aab;
}
.light-mode .dataTable tbody tr {
  background: #d1d1d1;
  color: #000;
}
.light-mode .dataTable tbody tr.even {
  background: #c0c0c0;
}
.light-mode .dataTables_paginate .page-item.active .page-link,
.light-mode .dataTables_paginate .page-item:hover:not(.disabled) .page-link,
.light-mode .dataTables_paginate .page-item:active .page-link {
  color: #288a3e;
}
.light-mode .btn-redirect {
  background: #003aab;
}
.light-mode .btn-redirect:hover {
  background: #003192;
}
.light-mode .property-saw a {
  color: #000;
}
.light-mode .small-notifications-area .box-small-response {
  border: 2px solid #a1a1a1;
}
.light-mode .small-notifications-area .box-small-response p {
  color: #000;
}
.light-mode .small-notifications-area .box-small-response .iconify.success {
  color: #288a3e;
}
.light-mode .small-notifications-area .box-small-response .iconify.error {
  color: #fd5b71;
}
.light-mode .small-notifications-area .box-small-response svg.success {
  color: #288a3e;
}
.light-mode .small-notifications-area .box-small-response svg.error {
  color: #fd5b71;
}
.light-mode .fixed-action-form {
  background: #f9f9f9;
}
.light-mode .graphic-card {
  background-color: #FFF;
}
.light-mode .graphic-card .info .iconify {
  color: #000;
}
.light-mode .graphic-card h5 {
  color: #000;
}
.light-mode .graphic-card p {
  color: #000;
}
.light-mode .graphic-card input {
  border-color: #000 !important;
  color: #000 !important;
}
.light-mode .workout-plans-days .header {
  background: #617b45;
  color: #fff;
}
.light-mode .workout-plans-days .body .day .workout-item {
  background: #a3a3a3;
  color: #000;
}
.light-mode .workout-plans-days .body .day .workout-item .workout-actions .actions-div {
  background: #818181;
}
.light-mode .workout-plans-days .body .day .workout-item .workout-actions .actions-div .action-item .edit {
  color: #ff8a00;
}
.light-mode .workout-plans-days .body .day .workout-item .workout-actions .actions-div .action-item .delete {
  color: #fd5b71;
}
.post-body {
  background-color: #1F2128;
  color: #FFF;
}
.post-body h1,
.post-body h2,
.post-body p {
  color: #FFF;
}
.post-body .content-section {
  padding-bottom: 30px;
}
.post-body .content-section .logo {
  background-color: #85AC59;
  padding: 20px 0;
  width: 100%;
}
.post-body .content-section .logo img {
  height: 4rem;
}
.post-body .post-content {
  margin-top: 30px;
}
.post-body .post-content .image {
  border-radius: 10px;
  height: 250px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.post-body .post-content .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 1100px) {
  .post-body .post-content .image {
    height: 400px;
  }
}
.post-body .post-content h1 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  width: 80%;
}
@media (min-width: 1100px) {
  .post-body .post-content h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1440px) {
  .post-body .post-content h1 {
    font-size: 3.5rem;
  }
}
.post-body .post-content h3 {
  color: #FFF;
  font-size: .875rem;
  line-height: 100%;
  margin-top: 10px;
  padding-left: 2px;
  text-decoration: underline;
}
@media (min-width: 1200px) {
  .post-body .post-content h3 {
    font-size: 1.75rem;
  }
}
.post-body .post-content .info {
  align-items: center;
  display: flex;
  gap: 15px;
  margin-top: 20px;
}
.post-body .post-content .info .item {
  align-items: center;
  display: flex;
  color: #FFF;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 400;
}
.post-body .post-content .info a.item {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.post-body .post-content .info a.item:hover {
  color: #9B51E0;
}
.post-body .post-content .info iconify-icon {
  color: #9B51E0;
  font-size: 28px;
}
.post-body .post-content .ckeditor-text {
  margin: 30px auto 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .post-body .post-content .ckeditor-text {
    width: 70%;
  }
}
@media (min-width: 1440px) {
  .post-body .post-content .ckeditor-text {
    width: 70%;
  }
}
.post-body .post-content .ckeditor-text p {
  color: #FFF;
  font-size: 1rem;
}
.post-body .post-content .ckeditor-text a {
  color: #485936;
  cursor: pointer;
  font-size: 1rem;
  text-decoration: underline !important;
}
.post-body .post-content .ckeditor-text img {
  margin: 15px 0px;
  border-radius: 10px;
}
@media only screen and (max-width: 1600px) {
  #login-page .login-form {
    min-width: 500px;
    padding: 50px;
  }
  aside.general-dashboard-aside {
    min-width: 160px;
  }
  aside.general-dashboard-aside .sidebar-links .group-links {
    margin-bottom: 20px;
  }
  aside.general-dashboard-aside .sidebar-links .sidebar-link {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1200px) {
  .content-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  aside.general-dashboard-aside {
    left: unset;
    right: -100%;
    width: 30%;
  }
  aside.general-dashboard-aside .sidebar-head-items {
    display: flex;
    justify-content: space-between;
  }
  aside.general-dashboard-aside .sidebar-head-items .nav-toggle {
    padding-top: 10px;
  }
  aside.general-dashboard-aside .sidebar-head-items .nav-toggle .nav-button .span-menu:nth-child(1) {
    transform: rotate(45deg) translate(6px,5px);
  }
  aside.general-dashboard-aside .sidebar-head-items .nav-toggle .nav-button .span-menu:nth-child(2) {
    transform: rotate(-45deg) translate(0px,1px);
  }
  aside.general-dashboard-aside .sidebar-head-items .nav-toggle .nav-button .span-menu:nth-child(3) {
    transform: rotate(0deg) scale(0,0);
  }
  aside.general-dashboard-aside .sidebar-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 15px;
  }
  aside.general-dashboard-aside .sidebar-head span {
    text-align: left;
  }
  .nav-toggle {
    display: block;
  }
  .user-actions .dropdown-menu {
    padding: 15px 20px;
    top: 15px !important;
    left: -30px !important;
  }
  .user-actions .dropdown-menu.show {
    width: 140px;
  }
  h1,
  h2 {
    font-size: 21px;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 17px;
    line-height: 25px;
  }
  .default-chart {
    height: 320px;
    width: 320px;
  }
  .default-bar-card {
    width: 90%;
  }
  .header-nav {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header-nav .nav-mobile-logo {
    display: block;
  }
  .header-nav .nav-mobile-logo img {
    height: 50px;
  }
  .user-actions {
    grid-gap: 8px;
  }
}
@media only screen and (max-width: 850px) {
  .default-chart {
    height: 250px;
    width: 250px;
  }
  aside.general-dashboard-aside {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-nav .nav-mobile-logo img {
    height: 35px;
  }
  aside.general-dashboard-aside {
    width: 80%;
  }
  table.dataTable thead>tr>th.sorting_asc,
  table.dataTable thead>tr>th.sorting_desc,
  table.dataTable thead>tr>th.sorting,
  table.dataTable thead>tr>td.sorting_asc,
  table.dataTable thead>tr>td.sorting_desc,
  table.dataTable thead>tr>td.sorting {
    padding-right: 50px;
  }
  .content-file {
    padding: 15px;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: left;
  }
  .dataTables_wrapper {
    padding-bottom: 20px;
  }
  .default-bar-card {
    width: 100%;
  }
  .default-bar-card .card-body {
    padding: 10px;
  }
  .custom-modal .content {
    min-width: unset;
    width: 90%;
  }
  .content-wrap.login-page {
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  #login-page .login-form {
    min-width: unset;
    padding: 20px;
    width: 90%;
  }
  #login-page .login-form #form-login .error-text {
    display: block;
  }
}
