.MuiStack-root.watermark {
    display: none;
}

.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular {
    background-color: #B2DFDB;
}
/* increase size slightly and use responsive sizing */
.MuiStack-root.css-12hxhao img {
    max-height: 50px;
}

/* Slider Styles */
#debt-amount-slider {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    position: relative;
    width: auto; /* Adjusted to fit within the toolbar */
    height: 50px;
    user-select: none;
    margin-left: 10px; /* Add some margin if needed */
}

#debt-amount-slider::before {
    content: " ";
    position: absolute;
    height: 2px;
    width: calc(100% * (4 / 5)); /* Adjusted for 5 options */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000;
}

#debt-amount-slider input,
#debt-amount-slider label {
    box-sizing: border-box;
    flex: 1;
    user-select: none;
    cursor: pointer;
}

#debt-amount-slider label {
    display: inline-block;
    position: relative;
    width: 20%; /* Adjusted to distribute evenly */
    height: 100%;
    user-select: none;
}
#debt-amount-slider label::before {
    content: attr(data-debt-amount);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.85;
    transition: all 0.15s ease-in-out;
}

#debt-amount-slider label::after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    background: #fff;
    border-radius: 50%;
    pointer-events: none;
    user-select: none;
    z-index: 1;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

#debt-amount-slider label:hover::after {
    transform: translate(-50%, -50%) scale(1.25);
}

#debt-amount-slider input {
    display: none;
}

#debt-amount-slider input:checked + label::before {
    font-weight: 800;
    opacity: 1;
}

#debt-amount-slider input:checked + label::after {
    border-width: 4px;
    transform: translate(-50%, -50%) scale(0.75);
}

#debt-amount-slider input:checked ~ #debt-amount-pos {
    opacity: 1;
}

#debt-amount-slider input:nth-child(1):checked ~ #debt-amount-pos { left: 10%; }
#debt-amount-slider input:nth-child(3):checked ~ #debt-amount-pos { left: 30%; }
#debt-amount-slider input:nth-child(5):checked ~ #debt-amount-pos { left: 50%; }
#debt-amount-slider input:nth-child(7):checked ~ #debt-amount-pos { left: 70%; }
#debt-amount-slider input:nth-child(9):checked ~ #debt-amount-pos { left: 90%; }

#debt-amount-pos {
    display: block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    transition: all 0.15s ease-in-out;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    opacity: 0;
    z-index: 2;
}

.MuiInputBase-root.MuiInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline.MuiInputBase-adornedStart.MuiInputBase-adornedEnd.css-1fbn754 {
    /* position: relative;
    z-index: 1; */
    border: 1px solid rgb(0, 131, 143, 0.8); /* orange: rgb(234, 88, 12 */

    /* Add a box-shadow to simulate a gradient border */
    /* This will create a shadow that is strongest near the border and fades out */
    box-shadow: 0 0 10px 3px rgba(0, 131, 143, 0.3);
    
    /* If you have rounded corners */
    border-radius: 3%;

  /* You may need to adjust the padding to accommodate the border width */
}

*{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
  
body { font-family: sans-serif; }

.gallery {
background: #EEE;
}

.gallery-cell {
width: 66%;
min-height: 200px;
height: auto;
margin-right: 10px;
background: #8C8;
counter-increment: gallery-cell;
  position: relative; /* Added to position the labels inside the cell */
  text-align: center; /* Added to center the labels */
}

/* New styles for patient label */
.patient-label {
  display: block; /* Ensure the label is on its own line */
  font-size: 50px;
  color: white;
  margin-top: 50px; /* Increased top margin to center the text */
}

/* New styles for level label */
.level-label {
  display: block; /* Ensure the label is on its own line */
  font-size: 20px;
  color: white;
  margin-top: 20px; /* Increased top margin to center the text */
  /* levelLabel.style.wordWrap = "break-word"; */
word-wrap: break-word;
}

.description-label {
  display: block; /* Ensure the label is on its own line */
  font-size: 18px;
  color: white;
  margin-top: 10px; /* Increased top margin to center the text */
  margin-left: 10px; /* Increased top margin to center the text */
  margin-bottom: 10px; /* Increased top margin to center the text */
  margin-right: 10px; /* Increased top margin to center the text */
  text-align: justify;
  /* levelLabel.style.wordWrap = "break-word"; */
}

/* .gallery-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background-image: url('./patient1.webp');
    background-size: contain; 
    background-position: center;
    background-repeat: no-repeat;
    counter-increment: gallery-cell;
    background-color: #8C8;
} */

/* .MuiInputBase-root.MuiInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl.MuiInputBase-multiline.MuiInputBase-adornedStart.MuiInputBase-adornedEnd.css-1fbn754 {
    display: none;
} */

.MuiBox-root.css-s4jwr4 {
    display: none;
}

/* hide the profile pic on the top right */
.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-edgeEnd.MuiIconButton-sizeSmall.css-2n4y0m {
    display: none;
}

/* hide the clipboard icon -- no copying */
.MuiStack-root.css-1d7zxcn {
    display: none;
}

/* hides the chat + instructions buttons 1 for mobile, 1 for desktop*/
/* .MuiStack-root.css-1mzerio:first-child {
    display: none;
}
.MuiStack-root.css-1l740qp:first-child {
    display: none;
} */