body {
    width: auto;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    position: fixed;
}

.chat {
    display: flex;
    position: relative;
    font-family: "Poppins", sans-serif;
    padding: 8px 20px;
    right: 20px;
    background: #fff;
    border-radius: 50px;
    color: #000;
}

.chat img {
    width: 20px;
    margin-right: 10px;
}

.chat:hover {
    cursor: pointer;
    background: #432b7e;
    color: #fff;
}

#chat-message-input {
    max-height: 50px;
    overflow-y: auto;
}

.main {
    width: 960px;
    margin-top: 100px;
}

.main-wide {
    width: 1200px;
    margin-top: 100px;
}

.main-narrow {
    width: 800px;
    margin-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

p,
span,
li,
label {
    font-family: "DM Sans", sans-serif;
}

.title-h {
    font-size: 30px;
    color: #252641;
}

.subtitle-h {
    font-size: 20px;
    color: #252641;
    font-style: italic;
}

hr {
    width: 960px;
    margin: 10px 0px 10px 0px;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.navbar {
    width: 100%;
    height: 88px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed !important;
    top: 0 !important;
    z-index: 1000 !important;
}

.navbar-nav {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.menu .navbar-nav .nav-item {
    list-style: none;
    position: relative;
}

.navbar-nav .nav-link {
    color: var(--dl-color-content-header, #252641);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.navbar-nav .nav-link:hover {
    color: rgba(17, 80, 216, 0.8);
}

.navbar-left {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dl-color-content-header, #252641);
}

.navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: auto;
}

.navbar .container {
    width: 100%;
    max-width: 1260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar .menu-item {
    color: var(--dl-color-content-header, #252641);
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    text-align: left;
}

.dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
}

.navbar .language-selector,
.navbar .role-selector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .form-control {
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    padding: 5px 10px;
}

.order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Distribute elements with space between them */
    /* justify-content: center; */
    /* Vertically aligns items */
    /* justify-content: space-between; */
    /* Distributes items with space between them */
}

.order-block-bt {
    flex: 0;
    text-align: left;
    position: relative;
    margin-right: 20px;
}

.order-block-text {
    flex: 1;
    /* Allow it to take space as needed */
    /* text-align: center; */
    /* Center the text inside the block */
    flex: 1;
    /* Allow this block to grow and take available space */
    text-align: left;
    position: relative;
    margin-right: 20px;
    display: flex;
    /* Enable Flexbox for the text block */
    align-items: center;
    /* Align content within this block vertically */
}

.order-bt {
    background: #252641;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    color: #fff;
    padding: 8px 20px;
    text-align: center;
    height: auto;
}

.bt-an-order,
.bt-save {
    min-width: 160px;
    padding: 8px 20px;
}

.rounded-button {
    border-radius: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    /* Adjust as needed */
    padding: 10px;
}

.small-rounded-button {
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    /* Adjust as needed */
    padding: 5px;
}

.fixed-height {
    height: 50px !important;
}

.wl-button {
    color: #fff;
    padding: 8px 20px;
    background: #432B7E;
    margin-right: 20px;
    height: auto;
}

.wl-success-button {
    color: #fff;
    padding: 8px 20px;
    background: #2e9733;
    margin-right: 20px;
    height: auto;
}

.wl-danger-button {
    color: #fff;
    padding: 8px 20px;
    background: #df2012;
    margin-right: 20px;
    height: auto;
}

button:hover {
    cursor: pointer;
}


/* Style for disabled buttons */

button:disabled {
    background: #d3d3d3;
    /* Light grey */
    color: #7a7a7a;
    /* Darker grey text */
    cursor: not-allowed;
    /* Change cursor to indicate it's disabled */
}

.add-photo-plan {
    display: flex;
    gap: 50px;
}

.block-photo p {
    color: #252641;
}

.block-plan {
    padding: 2rem;
}

.block-plan p {
    color: #252641;
}

.add-photo {
    max-width: max-content;
    display: flex;
}

.block-photo label {
    display: flex;
    padding: 0.5rem;
    font-family: sans-serif;
    border-radius: 0.3rem;
    cursor: pointer;
    margin-top: 1rem;
    flex-direction: column;
    text-align: center;
}

.add-photo img {
    max-width: 120px;
    max-height: 120px;
    border-radius: 0.3rem;
}

.block-photo label span {
    position: relative;
    top: 10px;
}

.file-input-container {
    margin-bottom: 10px;
    display: flex;
}

.remove-btn {
    margin-left: 1px;
}

#upload-0,
#upload-1,
#upload-0 {
    display: none;
}

.file-input-container label {
    /* display: flex; */
    width: 100px;
}

.file-input-container-button {
    width: 340px;
    display: flex;
    justify-content: space-between;
    margin-right: 5px;
    padding: 5px;
    border-radius: 50px;
    background: #e8def8;
    box-shadow: 1px 1px 10px #0000004d;
}

.file-input-container-button a {
    margin-left: 10px;
}

.file-input-container div:hover {
    cursor: pointer;
}

.file-input-container input:hover {
    cursor: pointer;
}

.remove-btn {
    margin-left: 1px;
    background: none;
    border: none;
    z-index: 9;
}

.remove-btn:hover {
    cursor: pointer;
}

.choose {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    align-items: start;
    margin-bottom: 10px;
}

.teeth-section p,
.mandibular-displacement p {
    margin-bottom: 10px;
    text-align: left;
}

.teeth {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.teeth-row {
    display: flex;
    justify-content: space-between;
}

.teeth-half {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.mandibular-displacement {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mandibular-displacement .circle-row.move {
    margin-top: -10px;
}

.circle-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.button-text {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

.circle-row {
    display: flex;
    margin: 10px 0;
}

.circle-row.move {
    justify-content: space-between;
    margin: 10px;
}

.circle {
    width: 30px;
    height: 30px;
    background: #e8def8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-size: 12px;
    color: #000;
    font-family: "DM Sans", sans-serif;
    box-shadow: 1px 1px 10px #00000063;
}

.red-circle {
    width: 30px;
    height: 30px;
    background: #a30515;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
    font-size: 12px;
    color: white;
    font-family: "DM Sans", sans-serif;
    box-shadow: 1px 1px 10px #00000063;
}

.circle img {
    max-width: 100%;
    max-height: 100%;
}

.tooth-property-btn {
    all: unset;
    /* Remove all default button styling */
    display: flex;
    /* Maintain the layout */
    flex-direction: row;
    /* Align the image and text */
    align-items: center;
    /* Center-align contents */
    cursor: pointer;
    /* Show pointer cursor for interactivity */
}

.circle-button {
    all: unset;
    /* Remove all default button styling */
    display: flex;
    /* Maintain the layout */
    flex-direction: column;
    /* Align the image and text */
    align-items: center;
    /* Center-align contents */
    cursor: pointer;
    /* Show pointer cursor for interactivity */
}

.button-text {
    font-size: 16px;
    /* Adjust font size as needed */
    text-align: left;
    /* Ensure text is centered */
}

.circle:hover {
    cursor: pointer;
}

.circle-row.move div div {
    margin-right: 10px;
}

.circle-row.move div {
    display: flex;
    flex-direction: column;
}

.left>span {
    position: relative;
    left: 5px;
}

.foreword>span {
    position: relative;
    right: 10px;
}

.right>span {
    position: relative;
    left: 2px;
}

.pr-circle {
    width: 30px;
    height: 30px;
    background: #e8def8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.info {
    display: flex;
    align-items: center;
}

.properties {
    display: flex;
    gap: 50px;
    margin-right: 5px;
}

.pr-circle:hover {
    cursor: pointer;
}

.selected {
    background-color: #b3261e;
}

.container-second {
    width: 960px;
    height: auto;
    display: flex;
    gap: 80px;
    margin-bottom: 20px;
    margin-left: 0px;
}

textarea {
    width: 100%;
    max-width: 960px;
    height: auto;
    margin-top: 50px;
    border: 1px solid #c6c6c67d;
    border-radius: 5px;
    box-shadow: 1px 1px 10px #c6c6c6b0;
    margin-bottom: 30px;
}

.checkbox-container {
    display: flex;
    width: 960px;
    align-items: center;
    padding: 10px 0;
}

input[type="checkbox"] {
    margin-right: 10px;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    /* -webkit-appearance: none; */
    background-color: white;
    border: 2px solid black;
    border-radius: 3px;
    cursor: pointer;
}


/* input[type="checkbox"]:checked {
    background-color: #b3261e;
    border: 2px solid #b3261eFF;
} */

input[type="file"] {
    margin-left: 10px;
}

label {
    font-size: 16px;
    /* margin-left: 10px; */
}

.save-order {
    display: flex;
    flex-direction: column;
    width: 960px;
    gap: 20px;
}

.checkbox-container.setups {
    margin-top: -25px;
}

.bt-save.plan,
.bt-an-order.write {
    background: #e8def8;
    border: 1px solid #e8def8;
    color: #1B1C20;
    padding: 8px 20px;
    margin-right: 20px;
}

table {
    font-family: "DM Sans", sans-serif;
}


/* td {
    padding: 7px 50px 7px 0px;
} */

.chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #432B7E;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 16px;
    cursor: pointer;
}

#chat-file-button {
    border: none;
    border-color: #ffffff;
    background: none;
    background-color: #ffffff;
}

#chat-file-button:hover {
    cursor: pointer;
}

.chat-window {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 400px;
    border: 1px solid #ccc;
    background-color: white;
    display: flex;
    max-height: 800px;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    z-index: 1001;
}

.chat-window h3 {
    margin: 0;
    padding: 10px;
    background-color: #f1f1f1;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.chat-window #chat-log {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    max-height: calc(100vh - 350px);
    max-height: 300px;
}

.chat-input-row {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 0;
}


/* Flexbox to align the checkbox and the label inline */

.delete-container {
    display: flex;
    align-items: center;
    /* Vertically align the checkbox and label */
    gap: 3px;
    /* Adjust space between checkbox and label */
}

.delete-container input[type="checkbox"] {
    transform: scale(0.7);
    /* Shrinks the checkbox */
    margin: 0;
    /* Remove any default margin */
}


/* Ensure the delete checkbox and label stay on the same line */

.delete-container input[type="checkbox"],
.delete-container .delete-label {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    /* Remove any margin that might cause them to be on different lines */
}


/* Hide the delete label initially */

.delete-container {
    display: none;
}


/* Show the delete label only when hovering over the form-row */

.form-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-row:hover .delete-label {
    display: inline;
}

.photo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    /* Adjust as needed */
    height: 160px;
    /* Adjust as needed */
    background-color: #f8f8f8;
    /* Optional: background for spacing */
    border-radius: 8px;
    /* Optional */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional */
}


/* Show the delete label only when hovering over the form-row */

.photo:hover .delete-container {
    display: inline;
}

.teeth-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-bottom: 10px;
}

.teeth-half {
    display: flex;
    justify-content: space-evenly;
    /* Distribute the buttons evenly */
    flex-wrap: wrap;
    /* Allow buttons to wrap to the next line if there are too many */
    width: 49%;
    /* Make each half take up 45% of the row width */
}

.tooth-btn {
    margin: 1px;
    padding: 0;
    /* Remove padding to avoid affecting dimensions */
    font-size: 11px;
    color: #007bff;
    cursor: pointer;
    background-color: #e8def8;
    box-shadow: none;
    /* Remove inset shadow if unwanted */
    width: 30px;
    /* Match width to height for a circle */
    height: 30px;
    /* Match height to width for a circle */
    border: none;
    /* Remove border */
    border-radius: 50%;
    /* Ensure circular shape */
    display: flex;
    /* Center content */
    align-items: center;
    /* Vertically center text */
    justify-content: center;
    /* Horizontally center text */
    font-family: "DM Sans", sans-serif;
    box-shadow: 1px 1px 10px #00000063;
    /* Optional shadow */
}

.bite-btn {
    all: unset;
    /* Remove all default button styling */
    display: flex;
    /* Maintain the layout */
    flex-direction: row;
    /* Align the image and text */
    align-items: center;
    /* Center-align contents */
    cursor: pointer;
    /* Show pointer cursor for interactivity */
}

.tooth-btn.reset {
    background-color: #ffcccc;
    /* Light red to indicate reset */
}

.tooth-btn.reset:hover {
    /* Light red on hover */
    background-color: #ff9999;
}

.tooth-btn.active {
    background-color: #007bff;
    /* Blue background when active */
    color: white;
    /* White text when active */
    border: 2px solid #0056b3;
    /* Darker blue border */
}

button.circle-btn.active {
    background-color: #007bff;
    /* Blue background when active */
    color: white;
    /* White text when active */
    border: 2px solid #0056b3;
    /* Darker blue border */
}

.photo-slider {
    width: 80%;
    /* Adjust width as needed */
    margin: auto;
    text-align: center;
}

.slider {
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
}

.slider-image {
    width: 400px;
    /* Set the desired fixed width */
    height: 400px;
    /* Set the desired fixed height */
    object-fit: contain;
    /* Ensures the image covers the area without distortion */
    margin: 0 20px;
    border-radius: 8px;
    /* Optional: Add rounded corners */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Optional: Add a shadow for styling */
}

.arrow {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.arrow:hover {
    background-color: #0056b3;
}


/* Style the delete button as a small "x" */

.delete-btn {
    background: none;
    border: none;
    color: red;
    font-size: 1em;
    cursor: pointer;
    padding: 0;
    margin-left: 5px;
}


/* Style for forms marked as deleted */

.photo-form.deleted {
    opacity: 0.5;
}


/* Set the height of the CKEditor editable area */

.ck-editor__editable_inline {
    min-height: 180px !important;
    max-height: 250px !important;
    /* Override CKEditor's default height */
    overflow-y: auto;
    /* Add scrolling for long content */
}

.resize-handle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    /* Handle width for resizing */
    height: 100%;
    /* Full height to cover the chat window */
    cursor: ew-resize;
    /* Left-right resize cursor */
    background-color: transparent;
    /* Visible for interaction but no visual distraction */
}

.no-border {
    border: none !important;
    background: transparent;
    box-shadow: none !important;
    pointer-events: none;
    /* Prevents interaction */
    user-select: none;
    /* Disables text selection */
}

.workspace {
    font-size: 20px;
    font-style: italic;
    text-align: left;
    font-family: DM Sans;
}

#photo-container {
    display: flex;
    /* justify-content: center; */
    padding: 20px;
    flex-wrap: wrap;
    gap: 20px;
}

.photo-item {
    display: inline-block;
    margin: 10px;
    text-align: center;
}

.user-photo {
    /* max-width: 150px;
  max-height: 150px; */
    max-width: 150 px;
    max-height: 150 px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.default-photo {
    width: 150 px;
    height: 150 px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.user-photo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.button-container {
    display: flex;
    justify-content: flex-start;
    /* Align button to the left */
    margin-top: 10px;
}

table {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

thead {
    position: sticky;
    top: 0;
    background-color: #f1f1f1;
    z-index: 1;
}

th,
td {
    padding: 8px 8px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 12px;
}

input.form-control.custom-small {
    font-size: 0.8rem;
    font-family: "DM Sans";
}

td {
    width: 20%;
    word-wrap: break-word;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

.status-dropdown {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.status-dropdown select {
    width: auto;
    min-width: 150px;
    /* Ensure a minimum width */
    max-width: 100%;
    /* Prevent it from getting too wide */
    /* width: 100%; */
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.status-dropdown .btn {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

#photo-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 4 photos per row */
    gap: 20px;
    /* Spacing between grid items */
    justify-content: center;
    /* Center the grid items */
}

.warning-box {
    background-color: #ffdddd;
    /* Light red for warning */
    border: 1px solid #ff5c5c;
    /* Darker red border for emphasis */
    color: #b3261e;
    /* Strong red text */
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.warning-box strong {
    font-weight: bold;
}

.warning-box ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

.warning-box ul li {
    margin: 5px 0;
}

.table-special {
    width: 100%;
    border-collapse: collapse;
    max-height: 600px;
    /* Set max height for the table container */
    overflow-y: auto;
    /* Enable vertical scrolling */
    display: block;
    /* Ensure scrolling only applies to the table */
    margin-bottom: 20px;
}

.table-special th,
.table-special td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.table-special .narrow-column {
    width: 10%;
    /* For narrow columns like numbers or icons */
    text-align: center;
    padding: 4px !important;
}

.table-special .index-narrow-column {
    width: 4%;
    /* For narrow columns like numbers or icons */
    text-align: center;
    word-break: normal;
    max-width: 85px;
    padding: 2px !important;
}

.table-special .icon-column {
    width: 7%;
    /* For columns containing small icons */
    text-align: center;
}

.account-style {
    background-color: #432b7e;
    /* Custom background */
    color: #fff !important;
    /* Ensure font color is white */
    border-radius: 10px;
    /* Rounded corners */
    padding: 5px 10px;
    /* Add padding for better spacing */
    text-align: center;
    /* Center text */
}

.spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    color: #f1f1f1;
    z-index: 9999;
}

label span {
    font-size: 14px;
}

#chat-message-submit {
    margin-top: 10px;
}

.messages-container {
    margin-top: 100px;
    width: 100%;
    /* Adjust based on navbar height */
}

.custom-alert {
    max-width: 80%;
    /* Prevents the alert from being too wide */
    margin: 0 auto;
    /* Centers the messages */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Slight shadow for better visibility */
}

.error-message {
    font-weight: bold;
}

@media (max-width: 768px) {
    .messages-container {
        margin-top: 100px;
        /* More space on smaller screens */
    }
}

.plan-file-input-container {
    position: relative;
    display: inline-flex;
    gap: 10px;
}

.hidden-file-input {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.wl-button:hover {
    background-color: #006bb3;
}

.file-name {
    font-size: 18px;
    color: #555;
}

.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-card {
    padding: 10px;
    border: 2px solid #ccc;
    cursor: pointer;
    text-align: left;
    width: 200px;
    border-radius: 5px;
    position: relative;
    background-color: #f8f9fa;
}

.product-card.selected {
    border-color: #28a745;
    background-color: #d4edda;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.product-code {
    font-size: 0.85em;
    color: #555;
}

.product-description {
    margin-top: 5px;
    font-size: 0.9em;
}

.kanban-wrapper {
    margin-top: 100px;
    width: 100vw;
    /* Expand to full viewport width */
    /* Adjust for Bootstrap container padding */
    margin-right: -15px;
    overflow-x: auto;
}

.kanban-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    padding: 10px;
    white-space: nowrap;
    min-width: max-content;
    /* Prevent columns from shrinking */
}

.kanban-header {
    font-weight: bold;
    text-align: center;
    padding: 10px;
    background: #ddd;
    /* Slight background color */
    border-bottom: 2px solid #bbb;
    position: sticky;
    top: 0;
    z-index: 2;
    word-wrap: break-word;
    white-space: normal;
    /* Ensures wrapping happens */
    overflow-wrap: break-word;
    /* Additional wrap support */
    height: 65px;
    font-size: 14px;
}

.kanban-column {
    width: 180px;
    flex-shrink: 0;
    background: #f4f4f4;
    padding: 0 10px 10px 10px;
    border-radius: 5px;
    max-height: 80vh;
    /* Prevents columns from growing too much */
    overflow-y: auto;
    /* Enables vertical scrolling inside the column */
    position: relative;
}

.kanban-card {
    background: white;
    font-size: 14px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-wrap: break-word;
    white-space: normal;
}

.product-form {
    /* max-width: 800px; */
    margin: auto;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.form-grid label {
    font-weight: bold;
    text-align: right;
}

.form-grid textarea,
.form-grid input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
}

.form-buttons {
    text-align: center;
    margin-top: 20px;
}

.form-buttons .btn {
    padding: 10px 15px;
    font-size: 16px;
}

.short-input-container {
    width: 150px;
    align-items: center;
}

.planning-dialog {
    color: #007bff !important;
}

#plannerChart {
    max-width: 100%;
    height: 400px;
}

.filters-row {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.dob-inline {
    display: flex;
    gap: 10px;
}

.dob-inline input {
    width: 100px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.notifications-settings ul li,
.notifications-settings ul li label {
    font-size: 0.8rem;
}

.notifications-settings input[type="checkbox"] {
    transform: scale(0.8);
    /* Try 0.7, 0.6 as needed */
    margin-right: 4px;
    /* Optional: fix spacing */
    vertical-align: middle;
    /* Optional: align with label */
}


/* New two-column layout just for users+presence */

.main-wide-users {
    display: flex;
    align-items: flex-start;
    /* top-align the two panels */
    gap: 1rem;
    /* space between table and panel */
}


/* Let the table fill all remaining width */

.main-wide-users .table-container {
    flex: 3;
}


/* Fix a reasonable width for the online-users box */

.main-wide-users #online-users {
    width: 220px;
    /* adjust as needed */
    padding: 0.75rem;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

#online-list {
    font-size: 11px;
}


/* .status-container {
    position: relative;
    display: inline-block;
}
    */


/* #id-payment-button {
    position: absolute;
    left: 100%;
    margin-left: 100px;
} */


/* #photo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
} */


/* Updated menu styles from Figma design */


/* ChatGPT styles for order_for_superadmin page */

.card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.card h4 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.card p,
.card a,
.card label,
.card select,
.card input,
.card button {
    font-size: 1rem;
}

.card table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.card table th,
.card table td {
    padding: 8px 12px;
    border: 1px solid #e2e2e2;
    text-align: left;
}

.card button {
    background-color: #432B7E;
    ;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.card button:hover {
    background-color: #006bb3;
}

.card .highlight {
    background-color: #28a745;
}

.card .highlight:hover {
    background-color: #218838;
}

.toggle-button {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 6px;
    padding: 6px 12px;
    font-size: 0.95rem;
    cursor: pointer;
}

.toggle-button:hover {
    background-color: #e0e0e0;
}

.card-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 25px;
}

#chat-window .ck {
    z-index: 9999 !important;
}


/* .update-button {
    background: #007bff;
    border: none;
    padding: 0.3em 0.6em;
    color: white;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
} */

.wl-update-button {
    background: #432B7E;
    border: none;
    color: white;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    /* Adjust as needed */
    padding: 5px;
}

.wl-update-button:hover {
    background: #0056b3;
}

select.form-control[multiple] {
    height: auto;
    min-height: 100px;
    /* or enough to show items */
    width: 100%;
}

.header-container {
    display: flex;
    justify-content: space-between;
    /* or flex-start, center, etc. */
    align-items: center;
    flex-wrap: wrap;
    /* optional, allows wrapping on smaller screens */
    gap: 20px;
    /* optional, spacing between left and right */
}

.header-left {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dl-color-content-header, #252641);
}

.header-right {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dl-color-content-header, #252641);
}

.clinic-selection-form,
.search-container {
    display: flex;
    align-items: center;
}

.clinic-selection-form select,
.search-container input,
.search-container button {
    height: 38px;
    /* Match typical Bootstrap input height */
}

.clinic-selection-form {
    margin-right: 1rem;
    /* Space between the two forms */
}

.clinic-selection-form label {
    margin-right: 0.5rem;
    margin-bottom: 0;
    /* Align vertically */
}