/**
* Template Name: Nice
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  --font-size-extra-small: 12px;
  --font-size-extra2-small: 13px;
  --font-size-small: 14px;
  --font-size-extra-medium: 16px;
  --font-size-medium-light: 19px;
  --font-size-medium: 24px;
  --font-size-extra-large: 24px;
  --font-size-large: 28px;
  --dna-designer-primary-color: #104862;
  --dna-designer-secondary-color: #1c1a32;
  --dna-designer-terciary-color: #82e99e;
  --dna-designer-quaternary-color: #00A79D;
}

.cdna-bg-primary-color {
  background: var(--dna-designer-primary-color);
}

.cdna-text-primary-color {
  color: var(--dna-designer-primary-color) !important;
}

header {
  background: var(--dna-designer-secondary-color);
}

.cd-gutter {
  --bs-gutter-x: 3rem;
}

@media (min-width: 992px) {
  .cd-layout {
    gap: 1.5rem;
    display: flex;
  }
}
@media (min-width: 992px) {
  .cd-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 3rem;
    display: block !important;
    height: 100vh;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
    min-width: 273px;
  }
}
.cd-sidebar {
  grid-area: sidebar;
}

@media (min-width: 992px) {
  .bd-main {
    grid-template-areas: "content";
    grid-template-columns: 1fr;
  }
}
.cd-content {
  grid-area: content;
}

.bd-main {
  grid-area: main;
}

.your {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 800;
  color: var(--dna-designer-primary-color);
  text-transform: uppercase;
}

.your img {
  position: relative;
  top: -2px;
  padding: 0 7px;
}

/*--------------------------------------------------------------
# Helper class
--------------------------------------------------------------*/
.bs {
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.text-cd-primary {
  color: var(--dna-designer-terciary-color);
}

.animation-grow:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

.rounded-25 {
  border-radius: 25px;
}

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

.editable {
  position: relative;
}
.editable.active {
  box-shadow: 0 0 0 1px #f3bafd;
}
.editable.active::safter {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  outline: 1px dashed #fff;
}
.editable.active:shover::after {
  outline: 1px solid #fff;
}

/*--------------------------------------------------------------
# EOF Helper class
--------------------------------------------------------------*/
.page-wrapper {
  padding: 15px;
}

body {
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  background: #fcfcfd;
  color: #444444;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #444444;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Figtree", sans-serif;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #000;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #444444;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  border-color: rgba(140, 140, 140, 0.25);
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
  }
}
/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Set a fixed size for the container */
.image-container {
  /* width: 400px; */
  height: 200px;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}

/* Make the image responsive and draggable */
.resizable-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  cursor: default;
}

/* Make the container draggable when in edit mode */
.edit-mode .resizable-image {
  cursor: move;
}

/** View Report **/
.view-report-page {
  background: #484c4f;
}

.view-report-page h1, .view-report-page h2, .view-report-page h3, .view-report-page h4, .view-report-page h5, .view-report-page h6 {
  font-family: "Figtree", sans-serif;
}

.view-report-page .pagetitle h1 {
  color: #fff;
}

.view-report-container {
  font-size: 14px;
  line-height: 18px;
}

.view-report-container .card-body {
  padding: 0;
}

section.section {
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}

.a4-section {
  width: 100%;
  height: 141.4vw; /* Calculate height to maintain A4 ratio */
  background-color: #fff;
}

/* Cover */
.cover-container-1 {
  display: grid;
  grid-template-columns: 2fr 5fr 2fr;
  grid-template-rows: auto auto;
  /* grid-gap: 10px; */
  margin: -20px;
}

.cover-3 {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
  max-width: 100%;
  /* height: auto; */
  position: relative;
  height: 200px;
}

/* Optionally, if you want to make the image cover the entire container without clipping */
.cover-1 img {
  width: 100%;
  height: auto;
  /* height: 200px; */
  /* object-fit: cover; */
  object-fit: hidden;
  width: calc(100% + 40px); /* Adjust the width to include the negative margins */
}

/** COVER **/
.cover .banner-image {
  width: 100%;
}
.cover .profile-cover {
  width: 100%;
}

.vendor-logo-img {
  position: absolute;
  top: 20px;
  right: 24px;
}

/* .trainee-profile-img-container {
  position: absolute;
  top: -30px;
  left: 32px;

  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  justify-self: center;
  z-index: 1;
  transform: translateY(80%);
} */
.trainee-profile-img-container {
  position: absolute;
  top: -30px;
  left: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  justify-self: center;
  z-index: 1;
  transform: translateY(80%);
  min-width: 166px;
  max-width: 166px;
}

.trainee-profile-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.trainer-profile-img-container {
  aspect-ratio: 1/1;
  /* width: 170px; */
  max-width: 13vw;
  min-width: 13vw;
  /* height: auto;  */
  border-radius: 50%;
  border: 5px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  transform-origin: center center;
  /* transform: translateX(200%) translateY(0%); */
}

.trainer-profile-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cover-rect {
  background-color: #004667;
}

.cover-rect .bio {
  color: #fff;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0px;
}

.cover-rect .bio .bio-item {
  border-right: 1px solid #fff;
  padding: 0 15px;
}

.cover-rect .bio .bio-item:last-child {
  border: none;
}

.cover-rect .bio .bio-item {
  display: flex;
}

.cover-rect .bio .bio-item strong {
  font-weight: 800;
  padding-right: 5px;
  text-transform: uppercase;
}

.cover-rect .bio .bio-item strong::after {
  content: ":";
}

.cover-rect .bio .bio-item .bio-value {
  font-weight: 400;
}

/** EOF Cover **/
/* Report user information */
.user-info-container-new {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px 20px 0;
}

.user-info-container-new .user-profile-label-name.user-label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  line-height: 28px;
}

.user-info-container-new .user-profile-label-name.user-label .user-profile-name {
  font-weight: 800;
  font-size: var(--font-size-large);
  text-transform: uppercase;
}

.user-info-container-new .user-label {
  font-weight: 400;
}

.user-info-container-new .user-value {
  text-transform: uppercase;
  font-weight: 800;
}

.user-info-container-new .user-profile {
  display: flex;
  align-items: flex-end;
  width: 60%;
  padding-bottom: 15px;
}

.user-info-container-new .user-profile .user-profile-icon {
  padding-right: 10px;
}

.user-info-container-new .user-info {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  width: 40%;
  justify-content: space-between;
}

.user-info-container-new .user-info .user-info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.user-info-container-new .user-info .user-info-row .user-info-detail {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}

.user-info-container-new .user-info .user-info-row .user-info-detail .user-info-label-value {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 10px;
  line-height: 18px;
  justify-content: center;
}

.user-info-container {
  display: grid;
  grid-template-columns: 1fr 6fr 1fr 2fr 1fr 2fr 1fr;
  grid-template-rows: auto auto;
  padding: 0 8px 0 20px;
  font-size: var(--font-size-small);
}

.user-info-main-icon {
  grid-column: 1;
  grid-row: 2;
  align-self: center;
  max-width: 100%;
  padding: 10%;
}

.main-icon-text {
  grid-column: 2;
  grid-row: 2;
  max-width: 100%;
  align-self: center;
  margin-bottom: 0px;
  text-align: left;
  padding: 2% 0% 0% 0%;
}

.main-icon-text span {
  font-size: x-large;
  font-weight: 900;
}

.icon-tl, .icon-bl, .icon-br {
  max-width: 100%;
  padding: 15% 15% 10% 15%;
  align-self: center;
}

.icon-tl-text, .icon-bl-text, .icon-br-text {
  max-width: 100%;
  align-self: center;
  margin-bottom: 0px;
  text-align: right;
}

.icon-tl {
  grid-column: 7;
  grid-row: 1;
}

.icon-tl-text {
  grid-column: 6;
  grid-row: 1;
}

.icon-bl {
  grid-column: 7;
  grid-row: 2;
}

.icon-bl-text {
  grid-column: 6;
  grid-row: 2;
}

.icon-br {
  grid-column: 5;
  grid-row: 2;
}

.icon-br-text {
  grid-column: 4;
  grid-row: 2;
}

.icon-tl, .icon-bl, .icon-br, .icon-tl-text, .icon-bl-text, .icon-br-text {
  justify-self: self-end;
}

/* Goal */
.goal-main-container {
  padding: 5px 15px;
  line-height: 20px;
}

.goal-container {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr 1fr 3fr;
  grid-template-rows: auto auto;
  background-color: #004667;
  border-radius: 15px;
  color: #fff;
  padding: 10px 5px;
  /* padding-right: 20px; */
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.goal-l-text {
  grid-column: 1;
  grid-row: 1;
}

.goal-m-text {
  grid-column: 3;
  grid-row: 1;
}

.goal-r-text {
  grid-column: 5;
  grid-row: 1;
}

.goal-l-text, .goal-m-text, .goal-r-text {
  justify-self: center;
  text-align: left;
  margin-bottom: 0px;
}

.goal-l-text span, .goal-m-text span, .goal-r-text span {
  justify-self: center;
  text-align: center;
  margin-bottom: 0px;
  font-size: var(--font-size-medium);
  font-weight: 800;
  text-transform: uppercase;
}

.goal-l-arrow {
  grid-column: 2;
  grid-row: 1;
}

.goal-r-arrow {
  grid-column: 4;
  grid-row: 1;
}

.goal-l-arrow, .goal-r-arrow {
  font-size: xx-large;
  font-weight: bolder;
  justify-self: center;
  text-align: center;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

/* Tip Rectangle*/
.tip-main-container {
  /*padding: 15px;*/
  position: relative;
}

.tip-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  border-radius: 15px;
  width: 100%;
  box-sizing: border-box;
  /* text-align: center; */
  overflow: hidden;
}

.tip-title {
  grid-column: 1;
  grid-row: 1;
  background-color: #004667;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0;
  font-weight: 600;
}

.tip-body {
  grid-column: 1;
  grid-row: 2;
  background-color: #dcebf8;
  color: #000;
  width: 100%;
  text-align: justify;
  padding: 8px 25px;
}

.tip-body h3 {
  text-align: center;
  font-weight: 800;
  font-size: var(--font-size-large);
  margin: 0;
}

.section-rect {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  grid-template-rows: 1;
  background-color: #004667;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
}

.section-rect-title {
  grid-column: 2;
  grid-row: 1;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 800;
  padding: 10px 0;
  font-size: var(--font-size-medium);
  text-transform: uppercase;
}

.section-rect-checkbox {
  grid-column: 3;
  grid-row: 1;
  text-align: right;
  font-weight: 600;
  font-size: var(--font-size-extra-small);
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding-right: 10px;
}

.section-rect-checkbox .form-switch {
  padding-left: 3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0;
}

.section-rect-checkbox .form-check {
  min-height: 1.25rem;
}

.section-rect-checkbox .form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e") !important;
  background-color: transparent !important;
}

.section-rect-checkbox input {
  margin-left: 5px;
}

.fitness-insights-section .multi-borderless-table-container, .metabolic-insights-section .multi-borderless-table-container {
  margin: 15px;
  padding: 10px 15px;
}

.fitness-insights-section .table-container, .metabolic-insights-section .table-container {
  margin-bottom: 4.5rem;
}

.fitness-insights-section .table-container:last-child, .metabolic-insights-section .table-container:last-child {
  margin-bottom: 1rem;
}

.fitness-insights-section table tr th, .metabolic-insights-section table tr th {
  font-size: var(--font-size-medium-light);
  font-weight: 800;
  padding: 0px 0.5rem;
}

/** Note Section **/
.note-section {
  padding: 15px;
}

.note-section .multi-borderless-table-container {
  padding: 0;
}

.note-section h3 {
  font-size: var(--font-size-small);
  font-weight: 600;
}

.note-title {
  color: #004667;
  font-weight: 600;
  font-size: medium;
  text-align: center;
}

.note-body {
  text-align: justify;
}

.workout-plan-section .multi-border-table-container, .diet-plan-section .multi-border-table-container {
  margin: 15px;
  position: relative;
}

.multi-borderless-table-container, .multi-border-table-container {
  border: 3px solid #004667;
  box-sizing: border-box;
  border-radius: 15px;
  overflow: hidden;
}

.multi-border-table-container td.day {
  font-size: var(--font-size-extra-medium);
  font-weight: 600;
  line-height: 25px;
}

.multi-border-table-container td.day .counter {
  font-size: var(--font-size-extra-large);
}

.multi-borderless-table-container {
  padding: 2%;
}

.workout-plan-section .seasons-heading, .diet-plan-section .seasons-heading {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
}

.workout-plan-section .seasons-heading h3, .diet-plan-section .seasons-heading h3 {
  color: #fff;
  font-size: var(--font-size-extra-medium);
  font-weight: 600;
  text-transform: uppercase;
}

.workout-plan-section .seasons-heading .repeat-weekly, .diet-plan-section .seasons-heading .repeat-weekly {
  text-transform: uppercase;
  font-size: var(--font-size-extra-small);
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.workout-plan-section.by-session .sessions-table-cols, .diet-plan-section.by-session .sessions-table-cols, .diet-plan-section.by-session .meals-table-cols {
  background: none;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  padding: 0;
}

/* .diet-plan-section.by-session .meals-table-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.diet-plan-section.by-session .sessions-table-cols {
  grid-template-columns: 6fr 5fr 3fr 6fr;
} */
.workout-plan-section.by-session .sessions-table-cols div, .diet-plan-section.by-session .sessions-table-cols div, .diet-plan-section.by-session .meals-table-cols div {
  border-right: 1px dashed black;
  border-bottom: 1.5px solid #000;
  padding: 5px 0;
}

.workout-plan-section.by-session .sessions-table-cols div:last-child, .diet-plan-section.by-session .sessions-table-cols div:last-child, .diet-plan-section.by-session .meals-table-cols div:last-child {
  border-right: none;
}

.workout-plan-section.by-session .sessions-table-cols div.table-c1, .diet-plan-section.by-session .sessions-table-cols div.table-c1, .diet-plan-section.by-session .meals-table-cols div.table-c1 {
  text-align: right;
  padding-right: 10px;
}

.workout-plan-section.by-session .note, .diet-plan-section.by-session .note {
  font-size: var(--font-size-extra2-small);
  padding: 5px 0;
  margin: 0;
  text-align: center;
}

.workout-plan-section.by-session table, .diet-plan-section.by-session table {
  border-top: 1.5px solid #000;
  border-bottom: 2px solid #000;
}

.workout-plan-section.by-session .vertical-table-borders td, .diet-plan-section.by-session .vertical-table-borders td {
  padding: 5px 15px;
}

.workout-plan-section.by-session .vertical-table-borders td:first-child, .diet-plan-section.by-session .vertical-table-borders td:first-child {
  padding-right: 10px;
  text-align: right;
}

.workout-plan-section.by-session.measurement .vertical-table-borders td:first-child {
  font-weight: 600;
}

.workout-plan-section.by-session.measurement .column-action {
  padding: 0 10px;
}

.workout-plan-section.by-session.measurement .column-action .column-name {
  order: 2;
}

.workout-plan-section.by-session.measurement .column-action .edit-btn-container {
  order: 1;
}

.workout-plan-section.by-session.measurement .table-c2,
.workout-plan-section.by-session.measurement .table-c3,
.workout-plan-section.by-session.measurement .table-c4,
.workout-plan-section.by-session.measurement .table-c5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.workout-plan-section.by-session.measurement .vertical-table-borders td {
  padding: 15px;
}

.arrow-separator {
  text-align: center;
}

.workout-plan-section.by-session .table-c1, .workout-plan-section.by-session .table-c2, .workout-plan-section.by-session .table-c3, .workout-plan-section.by-session .table-c4, .workout-plan-section.by-session .table-c5, .workout-plan-section.by-session .table-c6,
.diet-plan-section.by-session .table-c1, .diet-plan-section.by-session .table-c2, .diet-plan-section.by-session .table-c3, .diet-plan-section.by-session .table-c4, .diet-plan-section.by-session .table-c5, .diet-plan-section.by-session .table-c6 {
  font-weight: 600;
  text-transform: uppercase;
}

.workplan-plan-by-session-container, .nutrition-plan-by-meal-container {
  border-radius: 15px 15px 0 0 !important;
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.workout-plan-by-session-note-container, .nutrition-plan-by-meal-note-container {
  padding: 10px 15px;
  border-radius: 0 0 15px 15px;
  margin-top: 0 !important;
  border-top: 0 !important;
}

.color-mid-heading {
  color: #004667;
  text-align: center;
  font-weight: 600;
  font-size: large;
}

.text-color-bar {
  background-color: #004667;
  color: #fff;
  padding: 5px;
  width: 110%;
  margin: 0px -5% 0px -5%;
  text-align: center;
  font-weight: 600;
}

.black-solid-line {
  width: calc(100% + 60px);
  height: 1px;
  background-color: black;
  margin-left: -20px;
  margin-bottom: 20px;
}

.vertical-table-borders td {
  border-right: 1px dashed black;
  padding: 10px 15px;
}

/** Body-insights **/
.body-insights .black-b-xl-title {
  padding: 15px 0;
}

.body-insights .column-action {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.body-insights .column-action .column-name {
  margin-left: 70px;
  padding-right: 15px;
}

.tip-main-container .column-action, .note-section .column-action {
  display: block;
  position: relative;
  padding: 5px;
}

.note-section .column-action h3 {
  color: #fff;
  padding: 0;
  margin: 0;
}

.tip-main-container .column-action .column-name, .note-section .column-action .column-name {
  min-height: 16.8px;
  text-align: center;
}

.tip-main-container .column-action .edit-btn-container, .note-section .column-action .edit-btn-container {
  position: absolute;
  top: 0;
  right: 8px;
}

.tip-main-container.double-head {
  text-align: center;
}

.tip-main-container.double-head .column-action {
  padding-bottom: 0;
}

.tip-main-container.double-head .sub-heading {
  text-align: center;
  padding: 5px 0;
  margin-bottom: 15px;
}

.tip-main-container.double-head .sub-heading h4 {
  font-size: var(--font-size-medium-light);
  margin: 0 0 4px 0;
  padding: 0;
}

.tip-main-container.double-head .sub-heading p {
  margin: 0;
}

/** EOF body-insights **/
/* Remove right border from last cell in each row */
.vertical-table-borders tr td:last-child {
  border-right: none;
}

.vertical-table-borders tr {
  border-color: transparent; /* Set row border color to transparent */
}

.table-right-side-note-rect {
  background-color: #004667;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 11px;
  width: 30px;
  height: 200px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(60%, -50%);
  z-index: 1;
}

.table-right-side-note-day {
  position: absolute;
  bottom: 0;
  transform: translateX(-60px) translateY(-80px) rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  font-weight: 600;
}

.table-right-side-note-week {
  position: absolute;
  bottom: 0;
  transform: translateX(-63px) translateY(-80px) rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  font-weight: 600;
}

.table-right-side-note-month {
  position: absolute;
  bottom: 0;
  transform: translateX(-55px) translateY(-80px) rotate(-90deg);
  transform-origin: center center;
  white-space: nowrap;
  font-weight: 600;
}

/* Footer */
.footer-container {
  display: grid;
  gap: 1%;
  grid-template-columns: 2fr 1fr 2fr;
  /* grid-template-rows: auto auto; */
  background-color: #1c1a32;
  color: #fff;
  padding: 5px;
  box-sizing: border-box;
  max-height: 50px;
}

.card-footer-l {
  padding-left: 17px;
  grid-column: 1;
  grid-row: 1;
  justify-self: left;
}

.card-footer-m {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.card-footer-r {
  padding-right: 17px;
  grid-column: 3;
  grid-row: 1;
  justify-self: right;
}

.footer-logo {
  margin-top: 2px;
  max-width: 100%;
  /* justify-self: end; */
  max-height: 35px;
  padding: 2px 0px 5px 0px;
  /* margin-bottom: 5px; */
}

.footer-text {
  padding-top: 10px;
  justify-self: center;
  font-weight: 800;
  margin-bottom: 0px;
  font-size: var(--font-size-extra2-small);
  text-transform: uppercase;
}

.sessions-table-cols {
  grid-template-columns: 8fr 2fr 2fr 3fr 5fr;
}

.meals-table-cols {
  grid-template-columns: 5fr 6fr 6fr 3fr;
}

.food-table-cols {
  grid-template-columns: 6fr 5fr 3fr 6fr;
}

.weeks-table-cols {
  grid-template-columns: 1fr 3fr 3fr 3fr 3fr;
}

.tracking-table-cols {
  grid-template-columns: 2fr 3fr 3fr 3fr 9fr;
}

.measurement-table-cols {
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.weeks-table-cols, .tracking-table-cols, .measurement-table-cols, .food-table-cols, .sessions-table-cols, .meals-table-cols {
  display: grid;
  grid-template-rows: auto;
  background-color: #004667;
  text-align: center;
  color: #fff;
  font-size: var(--font-size-extra-medium);
  font-weight: 600;
  padding: 5px 0;
}

.weeks-table-cols .table-c1, .weeks-table-cols .table-c2, .weeks-table-cols .table-c3, .weeks-table-cols .table-c4, .weeks-table-cols .table-c5 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table-c1 {
  grid-column: 1;
}

.table-c2 {
  grid-column: 2;
}

.table-c3 {
  grid-column: 3;
}

.table-c4 {
  grid-column: 4;
}

.table-c5 {
  grid-column: 5;
}

.table-c6 {
  grid-column: 6;
}

.table-c7 {
  grid-column: 7;
}

.table-c8 {
  grid-column: 8;
}

.table-c9 {
  grid-column: 9;
}

.table-c10 {
  grid-column: 10;
}

/* CDNA and custom */
.cdna-light {
  background-color: #83e696;
}

.cdna-mid {
  background-color: #42c79a;
}

.cdna-dark {
  background-color: #00a79d;
}

.cdna-btn-light {
  background-color: #83e696;
  font-weight: 600;
  letter-spacing: 1.4px;
  border-radius: 11px;
  color: #fff;
  border: none;
  padding: 8px;
}

.cdna-btn-dark {
  background-color: #00a79d;
  font-weight: 600;
  letter-spacing: 1.4px;
  border-radius: 11px;
  color: #fff;
  border: none;
  padding: 8px;
}

.cdna-rounded-pill-gray {
  background-color: #3c3c3c;
  border-radius: 10px !important;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-light {
  background-color: #83e696;
  border-radius: 10px !important;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill {
  border-radius: 10px !important;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-mid {
  background-color: #42c79a;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-dark {
  background-color: #00a79d;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-success {
  background-color: #00a79d;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-danger {
  background-color: #a70218;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-rounded-pill-warning {
  background-color: #ffc404;
  border-radius: 6px !important;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.cdna-border-primary {
  background-color: #00a79d;
}

.vendor-cover {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-height: 200px;
  overflow: fit-content;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  max-height: 100px;
  overflow: hidden;
}

.grid-breadcrumb-col-1 {
  grid-column: 1;
}

.grid-search-col-2 {
  grid-column: 2;
  display: flex;
  justify-content: right;
}

.text-grid {
  text-align: left;
}

.grid-container-7 {
  display: grid;
  grid-template-columns: 1fr 7fr;
  gap: 16px;
  /* max-height: 100px; */
  overflow: hidden;
}

.logo-grid-photo {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}

.photo-left {
  text-align: left;
  max-width: 100%;
}

.photo-right {
  text-align: right;
  max-width: 100%;
}

.xl-primary-green {
  font-size: x-large;
  color: #00a79d;
}

.l-primary-green {
  font-size: large;
  color: #00a79d;
}

.logo-2-text-grid {
  display: grid;
  grid-template-columns: 6fr 12fr 12fr;
  gap: 16px;
  overflow: hidden;
}

.text-3-cols-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  gap: 16px;
  overflow: hidden;
}

.text-container-2 {
  grid-column: 2/span 2;
}

.image-container-item {
  max-width: 100%;
  height: auto;
}

/* Edit and Save Buttons */
.edit-btn-container {
  display: block;
}

.btn-l-side {
  place-items: left;
}

.btn-m-side {
  place-items: center;
}

.btn-r-side {
  /* place-items: right; */
  text-align: right;
}

.display-picked-color {
  font-size: small;
  font-weight: 900;
  padding: 5px;
  border-radius: 10px;
  padding-top: 7px;
  display: inline-flex;
  align-items: center;
  margin-top: -5px;
}

.edit-button-old,
.save-button-old {
  /* display: none; */
  background-color: #fff;
  font-size: small;
  font-weight: 900;
  padding: 5px;
  border-radius: 10px;
  padding-top: 7px;
  /* display: block; */
  /* margin: 0 auto; Center the buttons horizontally */
  display: inline-flex;
  align-items: center;
  margin-top: -5px;
}

.edit-button-old span,
.save-button-old span {
  padding: 0px 2px;
  margin-bottom: -5px;
}

.black-b-xl-title {
  font-size: var(--font-size-large);
  font-weight: 800;
  text-align: center;
}

.table-cell {
  position: relative;
}

.center-element {
  display: flex;
  justify-content: center;
  max-width: fit-content;
  margin: auto;
}

/* Grid Images */
.thumbnail-container {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}

.thumbnail-container img {
  max-width: 60%;
  height: auto;
}

.upload-input {
  display: none; /* Hide the file input initially */
}

/* Body Grid Static */
.body-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 50;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 55px;
}

.body-background-circle {
  /* width: 600px;
  height: 600px; */
  background-color: #010711;
  border-radius: 50%;
  border: none;
  /* z-index: -1; */
  /* position: absolute; */
  grid-column: 1/span 4;
  grid-row: 1/span 50;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.body-img {
  grid-column: 1/span 4;
  grid-row: 1/span 50;
  max-width: 100%;
  height: auto;
  position: relative;
}

.neck, .upper-back, .lower-back, .hip, .l-thigh, .r-thigh, .l-knee, .r-knee, .l-ankle, .r-ankle {
  grid-column: 1;
  text-align: left;
  font-weight: 300;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 0px;
}

.head, .l-shoulder, .r-shoulder, .l-elbow, .r-elbow, .l-wrist, .r-wrist, .l-hand, .r-hand, .l-shin, .r-shin, .l-feet, .r-feet {
  grid-column: 4;
  text-align: right;
  font-weight: 300;
  z-index: 1;
  padding-right: 30px;
  margin-bottom: 0px;
}

.neck {
  grid-row: 2;
}

.upper-back {
  grid-row: 5;
}

.lower-back {
  grid-row: 8;
}

.hip {
  grid-row: 11;
}

.l-thigh {
  grid-row: 14;
}

.r-thigh {
  grid-row: 17;
}

.l-knee {
  grid-row: 20;
}

.r-knee {
  grid-row: 23;
}

.l-ankle {
  grid-row: 26;
}

.r-ankle {
  grid-row: 29;
}

.head {
  grid-row: 2;
}

.l-shoulder {
  grid-row: 5;
}

.r-shoulder {
  grid-row: 8;
}

.l-elbow {
  grid-row: 11;
}

.r-elbow {
  grid-row: 14;
}

.l-wrist {
  grid-row: 17;
}

.r-wrist {
  grid-row: 20;
}

.l-hand {
  grid-row: 23;
}

.r-hand {
  grid-row: 26;
}

.l-shin {
  grid-row: 29;
}

.r-shin {
  grid-row: 32;
}

.l-feet {
  grid-row: 35;
}

.r-feet {
  grid-row: 38;
}

/* Body Grid Editable */
.neck-e, .upper-back-e, .lower-back-e, .hip-e, .l-thigh-e, .r-thigh-e, .l-knee-e, .r-knee-e, .l-ankle-e, .r-ankle-e {
  grid-column: 1;
  text-align: left;
  font-weight: 900;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 0px;
}

.head-e, .l-shoulder-e, .r-shoulder-e, .l-elbow-e, .r-elbow-e, .l-wrist-e, .r-wrist-e, .l-hand-e, .r-hand-e, .l-shin-e, .r-shin-e, .l-feet-e, .r-feet-e {
  grid-column: 4;
  text-align: right;
  font-weight: 900;
  z-index: 1;
  padding-right: 30px;
  margin-bottom: 0px;
}

.neck-e {
  grid-row: 3;
}

.upper-back-e {
  grid-row: 6;
}

.lower-back-e {
  grid-row: 9;
}

.hip-e {
  grid-row: 12;
}

.l-thigh-e {
  grid-row: 15;
}

.r-thigh-e {
  grid-row: 18;
}

.l-knee-e {
  grid-row: 21;
}

.r-knee-e {
  grid-row: 24;
}

.l-ankle-e {
  grid-row: 27;
}

.r-ankle-e {
  grid-row: 30;
}

.head-e {
  grid-row: 3;
}

.l-shoulder-e {
  grid-row: 6;
}

.r-shoulder-e {
  grid-row: 9;
}

.l-elbow-e {
  grid-row: 12;
}

.r-elbow-e {
  grid-row: 15;
}

.l-wrist-e {
  grid-row: 18;
}

.r-wrist-e {
  grid-row: 21;
}

.l-hand-e {
  grid-row: 24;
}

.r-hand-e {
  grid-row: 27;
}

.l-shin-e {
  grid-row: 30;
}

.r-shin-e {
  grid-row: 33;
}

.l-feet-e {
  grid-row: 36;
}

.r-feet-e {
  grid-row: 39;
}

/* Hidding any element */
.hidden {
  display: none;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-family: "Gotham", Sans-serif;
}

.card-title span {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert {
  font-size: 13px;
}

.alert-heading {
  font-weight: 500;
  font-family: "Gotham", Sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #000;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Gotham", Sans-serif;
  color: #9bacad;
  font-weight: 600;
}

.breadcrumb a {
  color: #9bacad;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #518f8f;
}

.breadcrumb .breadcrumb-item::before {
  color: #9bacad;
}

.breadcrumb .active {
  color: #00a79d;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #000;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #000;
  border-bottom: 2px solid #000;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 280px;
  }
}
.logo img {
  max-height: 38px;
  margin-right: 6px;
}

.logo span {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  font-family: "Gotham", Sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #1c1a32;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  cursor: pointer;
  color: #fff;
}

/* .header .search-bar {
  min-width: 360px;
  padding: 0 20px;
} */
.search-bar {
  height: 60px;
  width: 60%;
  background: white;
  transition: 0.3s;
  margin: 6px 0;
}

@media (max-width: 1199px) {
  .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
.search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #fff;
  border: 1px solid #00a79d;
  padding: 10px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
  border-radius: 20px;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 #00a79d;
  border: 1px solid #00a79d;
}

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #000;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav > ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #fff;
  margin-right: 25px;
  position: relative;
  margin-top: 10px;
}

.header-nav .nav-profile {
  color: #fff;
}

.header-nav .nav-profile img {
  max-height: 36px;
  background: var(--bs-black);
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -6px -8px auto auto;
  font-weight: bold;
  font-size: 10px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  right: -20px;
  background: var(--dna-designer-secondary-color);
  margin-top: 12px;
  color: var(--bs-white);
}
.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: var(--bs-white);
}
.header-nav .profile .dropdown-header span {
  font-size: 14px;
}
.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 30px 10px 20px;
  transition: 0.3s;
  color: var(--bs-white);
}
.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
.header-nav .profile .dropdown-item:hover {
  text-decoration: underline;
  background: none;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  /* position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px; */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aacccf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

/*
@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
*/
/*
.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #9bacad;
}

@media (min-width: 1200px) {

  #main {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

*/
.sidebar .current-module-nav-container {
  text-align: center;
  margin-bottom: 15px;
}

.sidebar .current-module-nav-container h5 {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.sidebar .current-module-nav-container button {
  text-transform: uppercase;
  background: var(--dna-designer-primary-color);
  border-color: var(--dna-designer-primary-color);
  border-radius: 25px;
  width: 80%;
  font-weight: 600;
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #9bacad;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: 0.3;
  background: #d4d4d8;
  padding: 4px 15px;
  margin: 6px 0;
  border-radius: 25px;
  border: 1px solid transparent;
  cursor: pointer;
}

.sidebar-nav .nav-link:hover {
  border: 1px solid var(--dna-designer-primary-color);
  background: none;
}
.sidebar-nav .nav-link.active {
  border: 1px solid var(--dna-designer-primary-color);
  background: none;
}
.sidebar-nav .nav-link.active i {
  color: #000 !important;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #000;
}

.sidebar-nav .nav-link.collapsed {
  color: #000;
  background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
  color: #9bacad;
}

.sidebar-nav .nav-link:hover {
  color: #000;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #000;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #000;
}

.sidebar-nav .nav-content a.active i {
  background-color: #000;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aacccf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #000;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aacccf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

.dashboard .card-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}

.dashboard .sales-card .card-icon {
  color: #000;
  background: #f6f6fe;
}

.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.dashboard .customers-card .card-icon {
  color: #00a79d;
  background: #dffffd;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item + .post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #000;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #000;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #000;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  /* font-family: var(--bs-font-monospace); */
  font-family: "Gotham", Sans-serif;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #00a79d;
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #000;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #000;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: #00a79d;
}

.profile .profile-edit label {
  font-weight: 600;
  color: #00a79d;
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #000;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #000;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #000;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #00a79d;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #000;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #000;
}

table th {
  vertical-align: middle;
}

.column-action {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.edit-btn-container .btn {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  padding: 2px;
}

.edit-btn-container .btn .text {
  font-size: var(--font-size-extra-small);
  font-weight: 800;
  padding-left: 2px;
}

.editable-cell {
  position: relative;
}

.editable.none-table-textarea {
  padding: 0 0.5rem;
  position: relative; /* Position the div absolutely within the table cell */
  top: 0; /* Align the top of the div with the top of the table cell */
  left: 0; /* Align the left of the div with the left of the table cell */
  width: 100%; /* Make the div take up the full width of the table cell */
  height: auto; /* Make the div take up the full height of the table cell */
  overflow: hidden; /* Ensure the content does not overflow */
  border-color: transparent;
  line-height: 22px;
}

.editable.textarea {
  padding: 0 0.5rem;
  position: absolute; /* Position the div absolutely within the table cell */
  top: 0; /* Align the top of the div with the top of the table cell */
  left: 0; /* Align the left of the div with the left of the table cell */
  width: 100%; /* Make the div take up the full width of the table cell */
  height: 100%; /* Make the div take up the full height of the table cell */
  overflow: hidden; /* Ensure the content does not overflow */
  border-color: transparent;
  line-height: 22px;
}

.editable:focus-visible {
  outline: none;
}

.no-padding {
  padding: 0 !important;
}

.expression-container {
  width: 100%;
  margin: 0 auto;
}

.progress-separator {
  width: 1px; /* Adjust the width of the separator */
  height: 100%; /* Match the height of the progress bar */
  background-color: #fff; /* Color of the separator */
  display: inline-block;
}

.segmented-progress {
  width: 100%;
  display: flex;
}

.item {
  width: 10%;
  background-color: #e9ecef;
  margin-right: 2px;
  float: left;
  display: block;
  height: 1rem;
}

.item:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Cover CSS */
.last-page {
  position: relative;
}

.last-page .trainer-profile-img-container {
  margin: 0 auto;
  background: var(--bs-black);
}

.last-page .tip-body h3 {
  padding-top: 24px;
  text-transform: uppercase;
}

.last-page .tip-body h4 {
  text-transform: uppercase;
}

.last-page .tip-main-container {
  position: relative;
  margin-top: -72px;
  z-index: 1;
}

.last-page .multi-borderless-table-container {
  margin: 15px;
}

.ajax-loader {
  border: 6px solid #f3f3f3; /* Light grey */
  border-top: 6px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; /* Spin animation */
  margin: 0 auto; /* Center the loader */
  position: absolute;
  top: 50%;
  left: 50%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.table-container {
  position: relative;
}

.border-transparent {
  border-color: transparent !important;
}

.bold {
  font-weight: 600;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent; /* Width and direction of the left border */
  border-right: 20px solid transparent; /* Width and direction of the right border */
  border-top: 20px solid black; /* Width and color of the top border */
}

/* Report Tracking Color */
.color-option-red {
  background-color: #FF0000;
  color: white;
}

.color-option-green {
  background-color: #00FF00;
  color: black;
}

.color-option-yellow {
  background-color: #FFFF00;
  color: black;
}

.color-option-complete {
  background-color: #104862;
  color: white;
}

.cdna-btn {
  border-radius: 25px;
  text-transform: uppercase;
}
.cdna-btn.btn-primary {
  background-color: var(--dna-designer-primary-color);
  border-color: var(--dna-designer-primary-color);
}
.cdna-btn.btn-primary:hover {
  background-color: var(--dna-designer-secondary-color);
  border-color: var(--dna-designer-secondary-color);
}

.disclaimer-message {
  padding: 15px 0;
}

.profile-nav ul.nav.nav-underline {
  gap: 0.7rem;
  border-bottom: none;
}
.profile-nav ul.nav.nav-underline li.nav-item {
  position: relative;
}
.profile-nav ul.nav.nav-underline li.nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%; /* Adjust height as needed */
  width: var(--bs-nav-underline-border-width);
  background-color: var(--dna-designer-primary-color); /* Adjust color as needed */
}
.profile-nav ul.nav.nav-underline li.nav-item:not(:last-child) .nav-link {
  margin-right: 1rem;
}
.profile-nav ul.nav.nav-underline li.nav-item .nav-link.active {
  color: var(--dna-designer-primary-color);
  font-weight: 400;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: var(--dna-designer-primary-color);
}
.profile-nav ul.nav.nav-underline li.nav-item .nav-link:focus {
  color: var(--dna-designer-primary-color);
  font-weight: 400;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.profile-nav .nav-link {
  font-size: 12px;
  font-weight: 400;
  color: var(--dna-designer-primary-color);
  padding: 0 5px;
}
.profile-nav .nav-link:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.profile-nav.active {
  color: var(--dna-designer-primary-color);
  font-weight: 400;
}

.modal .modal-content {
  position: relative;
}
.modal .modal-content .spinner-border {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  display: none;
  width: 3rem;
  height: 3rem;
}
.modal .sp-original-input-container .sp-add-on {
  width: 40px !important;
}
.modal .dna-btn-close {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  right: -8px;
  position: relative;
}
.modal .dna-btn-close:hover {
  background: rgba(140, 140, 140, 0.1490196078);
}
.modal .error-counter {
  display: flex;
  justify-content: space-between;
}
.modal .error-counter .invalid-feedback {
  display: block;
  width: auto;
}
.modal .error-counter #counter {
  font-size: 0.875em;
  margin-top: 0.25rem;
  margin-left: auto;
}
.modal .profile-img {
  text-align: center;
}
.modal .profile-img img {
  position: relative;
  top: auto;
  left: auto;
  max-width: 280px;
  cursor: auto;
}
.modal .cropper-container {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden;
  background: var(--bs-black);
}
.modal .cropper-container .cropper-view-box {
  border-radius: 50%;
}
.modal .cropper-container .cropper-face {
  z-index: 99;
}
.modal .cropper-container img {
  display: block;
}
.modal .replace-photo-btn {
  position: relative;
}
.modal .replace-photo-btn input {
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

/* Keyframes for the dot animation */
@keyframes dot-pulse {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
  100% {
    content: "";
  } /* Reset to no dots */
}
.dots::after {
  content: "";
  animation: dot-pulse 1.5s infinite steps(1);
}

.alert-container {
  position: fixed;
  top: 54px;
  right: -12px;
  z-index: 1050;
  width: 400px;
}

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