input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-text-fill-color: inherit !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* this stops the browser from turning the inputs blue when autocompleting values!*/


/* --- Semantic UI Colors --- */
.link-color-default {
    color: #00796B;
}

/* Clickable Elements - Buttons */
.clickable-button-red {
  background-color: #d32f2f;
}
.clickable-button-red:hover {
  background-color: #B71C1C !important;
}
.clickable-button-red:active {
  background-color: #D50000 !important;
}

.clickable-button-default {
  background-color: #00796B;
}
.clickable-button-hover {
  background-color: #00695C;
}
.clickable-button-pressed {
  background-color: #00BFA5;
}
.clickable-button-disabled {
  background-color: #9E9E9E;
}
.clickable-link-button-default {
  color: #616161;
}
.clickable-link-button-hover {
  color: #00695C;
}

/* Clickable Elements - Switches */
.clickable-switch-default {
  background-color: #757575;
}
.clickable-switch-hover {
  background-color: #616161;
}
.clickable-switch-selected {
  background-color: #00695C;
}

/* Clickable Elements - Backgrounds */
.clickable-background-white {
  background-color: #FDFDFD;
}
.clickable-background-light {
  background-color: #FAFAFA;
}
.clickable-background-hover {
  background-color: #E0F2F1;
}
.clickable-background-selected {
  background-color: #E0F2F1;
}

/* Clickable Elements - Strokes */
/* Note: For stroke classes to be visible, the element also needs a border-width and border-style */
.clickable-stroke-default {
  border-color: #EEEEEE;
}
.clickable-stroke-hover {
  border-color: #80CBC4;
}
.clickable-stroke-selected {
  border-color: #009688;
}
.clickable-stroke-error {
  border-color: #EF9A9A;
}

/* Clickable Elements - Icons */
/* Note: These classes use 'color'. For SVG icons, you may also want to set 'fill: currentColor;' */
.clickable-icon-white {
  color: #FDFDFD;
}
.clickable-icon-light-default {
  color: #BDBDBD;
}
.clickable-icon-medium-default {
  color: #757575;
}
.clickable-icon-hover {
  color: #00897B;
}
.clickable-icon-selected {
  color: #00695C;
}

/* Calendar - Confirmed State */
.calendar-confirmed-stroke-card {
  border-color: #4FC3F7;
}
.calendar-confirmed-bg-content {
  background-color: #EDF9FE;
}
.calendar-confirmed-bg-tag-default {
  background-color: #B3E5FC;
}
.calendar-confirmed-bg-tag-hover {
  background-color: #80D8FF;
}
.calendar-confirmed-text-tag {
  color: #01579B;
}

/* Calendar - Completed State */
.calendar-completed-stroke-card {
  border-color: #AED581;
}
.calendar-completed-bg-content {
  background-color: #F7FBF2;
}
.calendar-completed-bg-tag-default {
  background-color: #DCEDC8;
}
.calendar-completed-bg-tag-hover {
  background-color: #CCFF90;
}
.calendar-completed-text-tag {
  color: #33691E;
}

/* Calendar - Canceled State */
.calendar-canceled-stroke-card {
  border-color: #FF8A65;
}
.calendar-canceled-bg-content {
  background-color: #FDF2F1;
}
.calendar-canceled-bg-tag-default {
  background-color: #FFCCBC;
}
.calendar-canceled-bg-tag-hover {
  background-color: #FF9E80;
}
.calendar-canceled-text-tag {
  color: #A62E0A;
}

/* Calendar - Pending State */
.calendar-pending-stroke-card {
  border-color: #FFD54F;
}
.calendar-pending-bg-content {
  background-color: #FFFBED;
}
.calendar-pending-bg-tag-default {
  background-color: #FFECB3;
}
.calendar-pending-bg-tag-hover {
  background-color: #FFE57F;
}
.calendar-pending-text-tag {
  color: #8C6D07;
}

/* System Status - Success */
.status-success-background {
  background-color: #E8F5E9;
}
.status-success-text {
  color: #1B5E20;
}
.status-success-icon {
  background-color: #1B5E20;
}
.status-success-stroke-dark {
  border-color: #1B5E20;
}

/* System Status - Information */
.status-information-background {
  background-color: #E8EAF6;
}
.status-information-text {
  color: #1A237E;
}
.status-information-icon {
  color: #1A237E;
}
.status-information-stroke-dark {
  border-color: #1A237E;
}
.status-information-notification {
  background-color: #3F51B5;
}

/* System Status - Warning */
.status-warning-background {
  background-color: #FFF6E6;
}
.status-warning-text {
  color: #CC4800;
}
.status-warning-icon {
  color: #CC4800;
}
.status-warning-stroke-dark {
  border-color: #CC4800;
}

/* System Status - Error */
.status-error-background {
  background-color: #FEEBEE;
}
.status-error-text {
  color: #B71C1C;
}
.status-error-icon {
  color: #B71C1C;
}
.status-error-stroke-dark {
  border-color: #B71C1C;
}

/* Surface Elements - Backgrounds */
.surface-background-white {
  background-color: #FDFDFD;
}
.surface-background-light {
  background-color: #FAFAFA;
}
.surface-background-dark {
  background-color: #121212;
}
.surface-background-secondary {
  background-color: #F3E5F5;
}

/* Surface Elements - Strokes */
.surface-stroke-light {
  border-color: #EEEEEE;
}
.surface-stroke-dark {
  border-color: #272727;
}

/* Surface Elements - Icons */
.surface-icon-white {
  color: #FDFDFD;
}
.surface-icon-light {
  color: #BDBDBD;
}
.surface-icon-medium {
  color: #757575;
}
.surface-icon-dark {
  color: #424242;
}
.surface-icon-secondary {
  color: #7B1FA2;
}

/* Texts */
.text-color-white {
  color: #FDFDFD;
}
.text-color-placeholder {
  color: #BDBDBD;
}
.text-color-light {
  color: #757575;
}
.text-color-medium2 {
  color: #5F5F62
}
.text-color-medium {
  color: #616161;
}
.text-color-dark {
  color: #424242;
}
.text-color-0 {
  color: #000000
}
.text-color-selected {
  color: #00695C;
}



/*
 * --- MOBILE & TABLET STYLES (Defaults) ---
 */

.text-h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Bold */
  font-size: 24px;
  line-height: 32px;
}

.text-h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Bold */
  font-size: 20px;
  line-height: 24px;
}

.text-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 18px;
  line-height: 24px;
}

.text-button {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Bold */
  font-size: 16px;
  line-height: 24px;
}

.text-link-large {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Semi Bold */
  font-size: 16px;
  line-height: 16px;
}

.text-link-small {
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Semi Bold */
  font-size: 14px;
  line-height: 16px;
}

.text-large-regular {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 16px;
  line-height: 24px;
}

.text-large-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 16px;
  line-height: 24px;
}

.text-large-bold {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.text-medium-regular {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 14px;
  line-height: 16px;
}

.text-medium-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 14px;
  line-height: 16px;
}

.text-small-regular {
  font-family: 'Inter', sans-serif;
  font-weight: 400; /* Regular */
  font-size: 12px;
  line-height: 16px;
}

.text-small-medium {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 12px;
  line-height: 16px;
}

.text-navigation {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 18px;
  line-height: 24px;
}

.text-title {
  font-family: 'Inter', sans-serif;
  font-weight: 500; /* Medium */
  font-size: 16px;
  line-height: 24px;
}

/* kpi-small */
.text-h1-small { 
  font-family: 'Inter', sans-serif;
  font-weight: 600; /* Semi Bold */
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.5px;
}

/* kpi-regular */ 
.text-h2-small {
    font-family: 'Inter', sans-serif;
    font-weight: 500; /* Semi Bold */
    font-size: 18px;
    line-height: 18px;
}

/*
==========================================================================
  DESKTOP OVERRIDES (1200 px and wider) - We can not use variables in media queries with
==========================================================================
*/
@media (min-width: 1200px) { 
  .text-h1 {
      font-size: 28px;
      line-height: 32px;
  }

  .text-h2 {
    font-size: 22px;
    line-height: 24px;
  }  

  .text-subtitle {
    font-size: 20px;
    line-height: 24px;
  }

  /* .text-button has no changes for desktop */

  /* .text-link-large has no changes for desktop */
  
  /* .text-link-small has no changes for desktop */

  /* .text-large-regular has no changes for desktop */

  /* .text-medium-regular has no changes for desktop */

  /* .text-medium-medium has no changes for desktop */

  /* .text-small-regular has no changes for desktop */

  /* .text-small-medium has no changes for desktop */
  
  /* .text-navigation has no changes for desktop */

  .text-title {
    font-size: 18px;
    line-height: 24px; 
  }

  .text-h1-small {
    font-size: 24px;
    line-height: 28px;
  }

  .text-h2-small {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Inputs */
.input-group-seamless {
    min-height: var(--m8p-x6);
    height: var(--m8p-x6);
    background-color: var(--clickable-background-white); 
    border: 1px solid var(--clickable-stroke-default);
    border-radius: var(--spacing-corner-minimum);
    padding: var(--spacing-gap-small) var(--spacing-gap-small); 
    display: flex;
    width: 100%;
    align-items: center;
}

.input-group-seamless .form-control,
.input-group-seamless .input-group-text {
    background-color: transparent;
    border: none;
}

.input-group-seamless .form-control:focus {
    background-color: var(--clickable-background-white); 
    border-color: transparent;   
    box-shadow: none;          
    outline: none;              
}

.input-group-seamless .cursor-pointer {
    cursor: pointer;
}


.input-group-seamless:hover {
  border-color: var(--clickable-stroke-hover);

}

.input-group-seamless:focus-within {
  border-color: var(--clickable-stroke-selected);  
}

.input-group-seamless input:focus::placeholder {
  color: var(--text-color-dark);                
}


.input-error {
  border: 1px solid #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.left-icon-in-input {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  height: 19.52px;
  z-index: 1;
}

.input-group-relative {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 48px;
}

.input-absolute {
  position: absolute;
  top: 60%;
  left: 3.5%;
  transform: translateY(-50%);
  padding: 0.79rem 0 0.79rem 40px;
  width: 100%;
  box-sizing: border-box;
  background-color: transparent !important;
}

/* Buttons */
.status-tag {
  border-radius: 80px; 
  padding: 4px 10px;
  width: auto;
  text-align: center;
  margin-top: 2px;
  border: none;
  outline: none;
  cursor: pointer;
}

.status-tag:focus {
  outline: none;
}

.long-button {
    width: 100%;          
    height: 48px;           
    padding: var(--spacing-padding-small) var(--spacing-padding-large);   
    border-radius: 8px;        
    display: flex;         
    align-items: center;
    justify-content: center;
    color: var(--text-color-white);
    border: none;
    cursor: pointer;
    border-radius: var(--spacing-corner-minimum);
    font-family: 'Inter', sans-serif; 
    font-weight: 600; 
    font-size: 16px;
    line-height: 24px;
    }

.long-button:hover { 
  background-color:  #00695C; ;
}

.long-button:focus {
  outline: none;
}

/* .long-button:active {
  background-color: #00BFA5;
} */

.login-container {
  margin-top: 40px;
  border-radius: 4px;
  max-width: 440px;
}

@media (min-width: 768px) {
  .login-container {
    margin-top: 64px;
    max-width: 550px;
  }
}

.login-title {
    margin-bottom: var(--spacing-padding-xlarge);
}

.login-title h1 {
    margin-bottom: var(--spacing-padding-xsmall);
}

.login-bottom-content {
    margin-top: var(--spacing-gap-xlarge);
    height: 136px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    align-items: center; 
}

.login-bottom-content .bottom-text {
    width: 100%; 
    text-align: center;
}

.main-container {
  height: 100vh;
  overflow: hidden;
}

.banner {
  background: linear-gradient(to bottom,  #021d20 , #131216);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 271px; 
  /* 255 + 16 for the overlap */
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 286px;
    transform: translateY(-8px); /* Move up by half the overlap amount of displacement */
}

.content-wrapper {
  border-radius: var(--spacing-corner-medium) var(--spacing-corner-medium) 0px 0px;
  margin-top: -16px; /* Pull up to overlap the top container */
  position: relative;
  z-index: 2; /* Ensure it sits on top */
  background-color: var(--clickable-background-white);
}

 

.logo-container {
  margin-bottom: var(--spacing-gap-small);
  height: 111px;;
}

.logo-container h2 {
        font-family: "Inter";
        font-weight: 600;
        font-size: 23px;
        line-height: 44px;
}

.banner-logo {
    width: 68px;
    margin-bottom: var(--spacing-gap-small);
}


@media (min-width: 768px) and (max-width: 1199.99px) {
    .banner {
        height: 400px;
    }

    .banner-logo {
        width: 86px;
    }

    .logo-container {
        height: 140px;;
    }

    .logo-container h2 {
        font-size: 30px;
        line-height: 44px;
    }

}

@media (min-width: 1200px) {
  .banner {
    height: 100vh;
    max-width: 520px;
    position: sticky !important;
    top: 0;
  }

  .main-container {
    flex-direction: row;
  }

  .content-wrapper {
    flex: 1;
    min-width: 0;
    }

  
  .banner-content {
    width: 320px;      
  }

    .logo-container h2 {
        font-size: 40px;
        line-height: 60px;
    }

   .banner-logo {
        width: 118px;
    }

   .logo-container {
        height: 192px;;
    }

}
 

.checkbox-v2 {
  width: 18px;
  height: 18px;
  accent-color: var(--clickable-button-default);
}

.checkbox-v2:focus {
  outline: none;
}

.margin-bottom-small {
  margin-bottom: var(--spacing-gap-small);
}
.alert-container {
  width: 437px;
  max-width: calc(100% - 40px); 
  min-height: 56px;
  position: fixed;
  top: 75px;
  right: 20px; 
  border-radius: var(--spacing-corner-xsmall);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1000;
}

.alert-container.alert-visible {

}

.alert-container.alert-hiding {

}

.alert-icon {
  font-size: 16px;
  flex-shrink: 0;
}

.alert-content {
  flex: 1;
  margin: 0;
}


.alert-progress-bar {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 var(--spacing-corner-xsmall) var(--spacing-corner-xsmall);
  overflow: hidden;
}

.alert-progress-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  animation: fillBar 4s linear forwards;
}


.alert-progress-bar.error::before {
  background: var(--status-error-icon);
}

.alert-progress-bar.success::before {
  background: var(--status-success-icon);
}


@keyframes fillBar {
  to {
    width: 100%;
  }
}

.textarea-custom {
    background-color: var(--clickable-background-white); 
    border: 1px solid var(--clickable-stroke-default);
    border-radius: var(--spacing-corner-minimum);
    padding: var(--spacing-gap-xsmall) var(--spacing-gap-xsmall); 
    width: 100%;
    outline: none;
    resize: vertical;
    font-size: 14px;
    color: var(--text-color-medium);
}

.textarea-base {
  background-color: var(--clickable-background-white); 
  border: 1px solid var(--clickable-stroke-default);
  border-radius: var(--spacing-corner-minimum);
  padding: var(--spacing-gap-xsmall) var(--spacing-gap-xsmall); 
  outline: none;
  font-size: 14px;
  color: var(--text-color-medium);
}

.section-right {
  flex: 3;
}

.margin-top-0 {
  margin-top:  0px !important;
}

.negative-margin {
  margin-top:  -6px !important;
}


.section-right .textarea-v2:not(:first-child) {
  margin-top: var(--spacing-gap-large)
}


.binary-selector-container {
  margin-top: var(--spacing-gap-large)
}

@media (min-width: 850px) {´
  .eva-container {
  margin-top: var(--spacing-gap-xlarge)
}

  .section-container {
    flex-direction: row;
    padding-bottom: var(--spacing-gap-xlarge);
  }

  .section-container:not(:first-of-type) {
  padding-top: var(--spacing-gap-xlarge);
  }

  .textarea-custom {
    padding: 0.75rem 0.75rem;
  }

  .section-right .textarea-v2:not(:first-child) {
    margin-top: var(--spacing-gap-xlarge)
  }


  .binary-selector-container {
    margin-top: var(--spacing-gap-xlarge)
}
}


.textarea-custom.form-control {
    background-color: transparent;
    border: none;
}

.textarea-custom.cursor-pointer {
    cursor: pointer;
}

.textarea-custom:hover {
    border-color: var(--clickable-stroke-hover);
}

.textarea-custom:focus {
    border-color: var(--clickable-stroke-selected);  
    box-shadow: none;
    outline-width: 0;
}

.textarea-custom::placeholder {
    color: #cacaca;
    font-weight: 100 !important;
    font-size: 14px;
}

.edit-page-container { 
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  background-color: var(--surface-background-light);
  overflow-y: auto;
}

.page-container {
  /* height: 100vh; */
  /* overflow-y: auto; */
  background-color: var(--surface-background-white);
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px solid var(--surface-stroke-light);
}

/* Basic classes */

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.row {
  flex-direction: row;
}

.justify-between {
  justify-content: space-between;
}

.gap {
  gap: var(--spacing-gap-xsmall);
}

.w-full {
  width: 100%;
}

@media (min-width: 600px) {
   .page-container {
    padding: 0rem 1.5rem 1.5rem 1.5rem;
  }
}

@media (min-width: 1400px) {
   .page-container {
    padding: 2.5rem;
  }

  .edit-page-container {
    padding: 2rem;
  }
}


.section-container {
  display: flex;
  gap: 2rem;
  flex-direction: column; 
  padding-bottom: var(--spacing-gap-maximum);
}

  .section-container:not(:first-of-type) {
  padding-top: var(--spacing-gap-maximum);
  }

@media (min-width: 1200px) {
  .section-container {
    flex-direction: row;
  }
  .section-right {
    padding-left: var(--spacing-gap-maximum);
  }
}

.separator {
  height: 1px;
  background-color: var(--surface-stroke-light);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}


.section-left {
    position: sticky;
    z-index: 10;
    background-color: var(--surface-background-white);
    padding: 1rem 0rem 0rem 0rem;
    top: -0.5rem;
    outline: 3px solid var(--surface-background-white);
  }

@media (min-width: 1200px) {
  .section-left {
    width: 35%;
    padding: 0;
    position: static; 
    top: 0rem;
    outline: none;
}
   .page-container {
    padding: 1.5rem;
  }
}

@media (min-width: 1600px) {
  .section-left {
    width: 50%;
}}

.section-title {
  position: sticky;
  top: 0;
  z-index: 10;
}


.eva-container {
  border: 1px solid transparent; 
  /* por algum motivo, a borda transparente está mudando o comportamento dos filhos */
  margin-top: var(--spacing-gap-large)
}



.eva-bar { 
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #7089E2, #1DDE74, #FFAE00, #FFAE00, #FF0004);
  margin-top: var(--spacing-gap-xlarge);
  position: relative;
  border-radius: 16px ;
  cursor: pointer;}

.eva-selector {
  width: 12px;
  height: 32px;
  border-radius: 16px;
  background-color: var(--secondary-700);
  position: absolute;
  top: 50%;            
  transform: translateY(-50%);
  left: 0%;
}

.eva-number-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2rem;
}

.number-item {
  width: 13.5px;
  text-align: center;
}

.number-item2 {
  flex: 1;        
  text-align: center;
  border: 1px solid #ccc;
}


.eva-description {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.modal-title-v2 {
  color: #2C2C2F
}

.text-color-darkest {
  color: #2C2C2F
}

.file-card {
  position: relative;
  transition: background 0.3s ease;
  background-color: var(--clickable-background-white);
  border: 1px solid var(--clickable-stroke-default);
  border-radius: var(--spacing-corner-minimum);
  width: 200px; 
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between; 
  padding: 0 8px; 
  box-sizing: border-box;
}

.file-card-text {
  flex: 1; 
  min-width: 0;
  overflow: hidden;}


.file-card-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0; 
}

.garbage-icon {
  opacity: 1;
  width: 15px;
  flex-shrink: 0; 
  margin-left: 8px; 
  cursor: pointer;
}

@media (min-width: 1200px) {
  .file-card:hover {
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
  }

  .file-card:hover .garbage-icon {
    opacity: 1;
  }

.garbage-icon {
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: auto; 
    position: absolute;
    top: 20px;
    right: 8px;
    z-index: 10;
    cursor: pointer;
  }
}


.phyisiotherapy-body-map-container {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   margin-top: var(--spacing-gap-small)
}

.body-map-container {
  width: 100%;
  aspect-ratio: 534 / 333;
  position: relative;
}

.body-map-x {
  width: 3.75%;
  aspect-ratio: 1 / 1;
  background-color: transparent;
  background-image: url('/image/human-body-x.svg');
  background-size: cover;
  transform: translate(-50%, -50%);
}



@media (min-width: 650px) {
  .body-map-container {
    width: 534px;
  }
}


/* Datepicker */
.datepicker-container {
  margin-top: var(--spacing-gap-small);
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', Roboto, sans-serif;
}

.datepicker-icon {
  position: absolute;
  left: 18px;
  z-index: 1;
  pointer-events: none;
  height: 24px;
}

.datepicker-input {
  cursor: pointer;
  background-color: var(--clickable-background-white); 
  border: 1px solid var(--clickable-stroke-default);
  border-radius: var(--spacing-corner-minimum);
  padding: var(--spacing-gap-small) var(--spacing-gap-small) var(--spacing-gap-small) 54px; 
  display: flex;
  width: 100%;
  height: 55px;
  align-items: center;
}

.datepicker-input:hover {
  border: 1px solid var(--clickable-stroke-hover);  
}

.datepicker-input:focus {
  outline: none;
  border: 1px solid var(--clickable-stroke-selected);  
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1);
}

.datepicker-input:disabled {
  background: #f3f4f6;
  cursor: not-allowed;
}

/* Calendar dropdown */
.calendar-dropdown {
  position: absolute;
  bottom: 100%; 
  left: 0;
  z-index: 2147483645;
}

.calendar-container {
  background: var(--surface-background-white);
  border-radius: 4px;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.14);
  min-width: 280px;
}

.calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;

}

.nav-button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 6px;
  width: 32px;
}


.calendar-grid {
  width: 100%;
}

.calendar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dropdown-arrow {
  position: absolute;
  right: 14px; 
  top: 22px;
  z-index: 1;
  pointer-events: none;
  width: 18px;
}


.dropdown-container {
  position: absolute;
  max-height: 325px;
  overflow-y: auto;
  overflow-x: hidden;
  width: inherit;
  top: 103%;
  left: 0;
  z-index: 2;
  box-shadow: 2px 2px 16px 0 rgba(0, 0, 0, 0.14);
  background-color: #FDFDFD;
  border-radius: 4px;
}

.dropdown-input-item {
  height: 50px;
  padding: 8px 12px;
  cursor: pointer;
  text-align: left; 
  display: flex;
  align-items: center;
  justify-content: space-between;
  outline: none;
}

.dropdown-input-item:hover {
  background-color: #E0F2F1; 
  color: #424242;              
}

.dropdown-input-item.selected {
  background-color: #E0F2F1; 
  color: #424242;    
  outline: none;       
}

/* Calendar dropdown /days */
.day-headers {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 15px;
  margin: 2px 20px;
}

.day-header {
  text-align: center;
  padding: 4px;
}

.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 0 1rem 1rem 1rem;
  gap: 0px 8px;
}

.calendar-day {
  background: none;
  border: none;
  padding: 6px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  min-height: 12px;
  min-width: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar-day.current-month {
  color: #111827;
}

.calendar-day.other-month {
  color: #9ca3af;
  cursor: default;
}

.calendar-day.current-month:hover {
  background: #f3f4f6;
}

.calendar-day.today {
  background-color: var(--surface-background-dark);
  font-weight: 600;
  color: #f3f4f6;
}

.calendar-day.today:hover {
  background-color: #f3f4f6;
  font-weight: 600;
  color: var(--surface-background-dark);
}

.calendar-day.selected {
  background: var(--clickable-button-default);
  color:  var(--text-color-white);
  font-weight: 600;
}

.calendar-day.selected:hover {
  background: #f3f4f6;
  color:  var(--surface-background-dark);
}

/* Calendar dropdown /weeks */
.calendar-weeks {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 4px 4px 4px;
}

.calendar-week {
  background: none;
  border: none;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  min-height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616161;
}

/* Calendar dropwdown /months */
.calendar-months {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
  padding: 0 4px 4px 4px;
}

.calendar-month {
  background: none;
  border: none;
  padding: 8px;
  text-align: center;
  cursor: pointer;
  min-height: 32px;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #616161;
}

/* Calendar views */
.hour-cell {
  background-color: #FDFDFD;
  color: #757575;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 12px;
  min-height: 100px;
  cursor: pointer;
}

.hour-cell:hover {
  background-color: #FAFAFA;
  cursor: pointer;
}

.time-hour-cell {
  background-color: #FDFDFD;
}

.calendar-header {
  padding: 12px;
  text-align: left;
  position: relative;
  width: 100%;
  background-color: #FDFDFD;
  color: #757575;
}

.calendar-time-column {
  position: relative;
  width: 100%;
  background-color: #FDFDFD;
}

/* Profile picture */
.edit-page-profile-picture {
  border-radius: 50%;
  object-fit: cover;
  cursor: pointer;
}

.edit-page-profile-picture.has-image { 
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.profile-picture-container:hover .profile-picture-outline {
  opacity: 1;
}

.profile-picture-outline { 
  opacity: 0;
  transition: opacity 0.1s;
}


.profile-picture-container:hover .profile-picture-overlay {
  opacity: 1;
}

.profile-picture-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.1s ease;
  pointer-events: none;
}

.overlay-icon {
  width: 25px;
  height: 25px;
  filter: brightness(0) invert(1); 
}


.edit-page-profile-picture.backup-image {
  width: 25px;
  height: 25x;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
}

.profile-picture-container p {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  margin: 8px 0 0 0;
  white-space: nowrap;
  pointer-events: none;
}

.dropdown-anchor { 
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
}

/* Nav */
.nav-bar-container {
  margin-bottom: 2rem;
}

.nav-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  position: relative; 
}

.nav-tab { 
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  padding-bottom: 4px; 
}



.nav-tab:hover { 
  color: #424242;    
}


.nav-underline {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #00695C;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left;
  left: 0;
  width: 0;
}

/*  */
.header-section { 
  display:flex;
  flex-direction: column;
  height: 72px;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.skeleton-text, .skeleton-input, .skeleton-button, .skeleton-label {
  background: linear-gradient(
    90deg,
    #D6D6D6 25%, 
    #EAEAEA 50%,  
    #D6D6D6 75%  
  );
  background-size: 200% 100%;
  animation: skeleton-loading 1.4s infinite linear;
  border-radius: 4px;
}

@keyframes skeleton-loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

/* Consumer */
.consumer-card { 
  width: 100%;
  min-width: 300px;
  height: 274px;
  border-radius: 8px;
  background-color: #FDFDFD;
  border: 1px solid #EEEEEE;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;  
  overflow: hidden; 
}

.consumer-card:hover {
  border: 1px solid var(--clickable-stroke-hover) !important; 
  box-shadow: 0 6px 20px rgba(0,0,0,0.15); }

.consumer-card:hover .consumer-profile-picture {
   transform: scale(1.1); }

.search-bar-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  margin-bottom: 16px;
  gap: 12px;
}

.list-container {
  width: 100%;
  border: 1px solid #EEEEEE;
  background-color: #FDFDFD;
  overflow-x: auto;
}

.list-header {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr 1fr;
  gap: 16px;
  padding: 12px 8px;
  min-width: 900px;   
  border-bottom: 1px solid #EEEEEE  
}

.list-body {
  border-radius: 0 0 8px 8px;
  min-width: 900px;    
}

.consumer-row {
  display: grid;
  grid-template-columns: 2fr 2fr 1.5fr 1.5fr 1fr;
  gap: 16px;
  padding: 12px 0px;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s;
  height: 64px;
  min-height: 64px;
  padding: 8px;
  background-color: #FDFDFD;
}

.consumer-row:hover {
  background-color: #E0F2F1;
}

.consumer-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.credit-icon {
  width: 15px;
}

.grid-container {
  display: grid;
  gap: 24px;
  width: 100%;
  grid-template-columns: 1fr; }

/* Order dropdown filter */
.order-display-toggle-container
{
  order: 2;
  width: 100%;
  display: flex;
  gap: inherit;
}

.ordering-dropdown-container {
  flex: 1 1 auto;  
}

.ordering-dropdown-container-2 {
    flex: 1 1 auto; 
  }

@media (min-width: 721px) {
  .ordering-dropdown-container {
    width: 200px;
  }
  .ordering-dropdown-container-2 {
    width: 157px;
  } 
  .order-display-toggle-container{
  width: fit-content;}
  .grid-container {
     grid-template-columns: 1fr 1fr; 
  }
}

@media (min-width: 1000px) {
  .ordering-dropdown-container {
    width: 250px;
  }
}

@media (min-width: 1200px) {
  .ordering-dropdown-container {
    width: 300px;
  }
}

@media (min-width: 1500px) {
  .grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.consumer-card-header {
  height: 80px;
  background-color: #f8f9fa;
  position: relative;
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}

.consumer-profile-picture-container {
  position: absolute;
  top: 30px;
  left: 24px;
  z-index: 10;
}

.consumer-profile-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.consumer-card-content {
  padding: 60px 24px 24px 24px;
  height: 194px;
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
}

.consumer-name {
  margin: 0 0 16px 0;
  color: #2c2c2c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.display-toggle-option {
  width: 48px;
  height: 48px;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
}

.display-toggle-option:hover {
  outline: 1px solid var(--clickable-stroke-hover);
  outline-offset: -1px;
  z-index: 2;
}

.display-toggle-option:focus {
  outline: 1px solid var(--clickable-stroke-hover);
    z-index: 2;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1rem;
  width: 100%;
}

.stats-card {
  border-radius: 4px;
  border: 1px solid #DEDEE2;
  justify-content: space-between;
  padding: 1rem;
  height: 120px;
  width: 100%;
  background-color: #ffffff;
  /* Remove flex: 1 and min-width since grid handles this now */
}

.number-stepper {
  min-width: 120px;
  min-height: 46px;
  display: flex;
  border: 1px solid #DEDEE2;
  border-radius: 4px;
  height: 48px;
  width: 114px;
  overflow: hidden;
  background-color: #FFFFFF;
}

.stepper-button {
  background-color: #FFFFFF;
  border: none;
  outline: none;
  height: 100%;
  width: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepper-value {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  padding: 0 12px;
  color: #2C2C2F;
}

.customized-pagination {
  display: flex;
  gap: 2px;
  width: fit-content;
  font-family: 'Inter', sans-serif; 
}


.pagination-item {
  border: 1px solid #DEDEE2;
  border-radius: 4px;
  flex: none;
}


.pagination-link {
  background-color: #fff;
  border: none;
  color: #2C2C2F;
  border-radius: 2px;
  padding: 8px 12px;
  display: inline-block;
  text-decoration: none !important; 
  font-family: 'Inter', sans-serif;  
}


.pagination-link:hover,
.pagination-link:focus,
.pagination-link:active {
  text-decoration: none !important; 
  background-color: #E0F2F1; 
}

.pagination-selected-item {
  background-color: #00796B !important;
  font-weight: 600 !important;
  color: #fff !important;
  border: 1px solid #00796B !important;
  border-radius: 2px;
  text-decoration: none !important;  
}


.pagination-selected-item:hover {
  background-color: #00796B !important;
  text-decoration: none !important;  
}

.pagination-disabled {
  opacity: 0.5;
}

.pagination-disabled:hover {
  background-color: #fff !important;
}

.modal-separator { 
  width: 1px;
  flex-shrink: 0;
  align-self: stretch;
  background-color: #DEDEE2;
  display: none;
}

.key-value-separator {
    background-color: #DEDEE2;
    flex: 1;
    height: 1px;
}

.payment-modal-body-container {
    height: 600px;
    max-height: 60vh;
    overflow: auto;
}

.payment-modal-body {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.three-dots-container {
 position: absolute;
 bottom: 0;
 right: 0;
 border-radius: 50%;
 aspect-ratio: 1/1;
 display: flex;
 align-items: center;
 justify-content: center; 
 width: 30px;
 padding: 8px;
 background-color: transparent;
}

/* Calendar events */
.event-card {
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 4px 4px 16px 0px #00000014;
  padding: 12px 4px;
  cursor: default;
}

.truncate-card {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200%;
}

.schedule-consumer-item-content-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2px 2px 2px 4px;
  width: 100%;
  gap: 1rem;
}

.gap-mobile {
  gap: 0.5rem;
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.schedule-consumer-item-right-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 1rem;  
  position: relative;
}


@media (min-width: 600px) {
  .schedule-consumer-item-content-container {
    flex-direction: row;
    gap: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .schedule-consumer-item-right-side {
    flex-direction: row;
    gap: 0;
    align-items: center;
    position: relative; /* Important for absolute positioning of child */
  }
  
  .gap-mobile {
    gap: 0rem;
  }

  .three-dots-container{
    position: relative;
    bottom: 0;
  }

}

.filter-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  width: 100%;
}

@media (max-width: 1500px) {
  .filter-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .filter-row {
    grid-template-columns: 1fr;
  }
}

.scrollable-column {
    overflow-y: visible;      
    height: auto;           
}

@media (min-width: 1200px) {
  .payment-modal-body-container {
    height: 405px;
    max-height: 405px;
  }

  .payment-modal-body {
    display: flex;        
    flex-direction: row;
    height: 405px;        
    gap: 3rem;
    width: 1000px;
    max-width: 100%;
    overflow: hidden;       
  }

  .scrollable-column {
    flex: 1 1 0%;
    min-height: 0;
    overflow-y: auto;        
  }

  .modal-separator {
    display: flex;
  }
}


.no-wrap-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zobile-only-1000 {
  visibility: hidden; 
}


@media (max-width: 999px) {
  .mobile-only-1000 {
   visibility: visible;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
