* {
    font-family: "Mukta Mahee", sans-serif;
    font-weight: 300;
    font-style: normal;
}

body {
    height: 100%;
}

b {
    font-family: "Mukta Mahee", sans-serif;
    font-weight: 500;
    font-style: normal;
}

h2 {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
    color: #eb5d8b;
}

h3 {
    margin-bottom: 20px;
    text-align: center;
    color: #eb5d8b;
}

h4, h5 {
    text-align: center;
    color: #eb5d8b;
}

h5 {
    margin-bottom: 10;
}

h6 {
    text-align: left;
    color: #808b96;
}

p {
    text-align: center;
    margin-bottom: 0px;
}

label {
    vertical-align: middle;
}

.text-grey {
    color: #747c7c;
}

.myform {
    padding: 0 20% 0;
    text-align: center;
}

table {
    margin-bottom: 0px;
}

thead, th {
    position: sticky;
    top: 0;
    z-index: 1;
    white-space: nowrap;
}

td {
    padding-top: 0;
    padding-bottom: 0;
}



.filter-entity {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    height: 30px;
    width: auto;
}



.center-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.center {
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
}

.btn-choice {
    width: 100px;
}

.btn-app {
    background-color: #6ec1e4;
    color: white;
    border-color: #6ec1e4;
    margin-bottom: 0px;
    transition: opacity 0.3s ease;
}

.btn-app:hover {
    opacity: 0.7;
    background-color: #6ec1e4;
    color: white;
    border-color: #6ec1e4;
}

.btn-app-rose {
    background-color: #eb5d8b;
    color: white;
    border-color: #eb5d8b;
    margin-bottom: 0px;
    transition: opacity 0.3s ease;
}

.btn-app-rose:hover {
    opacity: 0.7;
    background-color: #eb5d8b;
    color: white;
    border-color: #eb5d8b;
}


.btn-app-reverse {
    background-color: white;
    color: #39505d;
    border-color: #39505d;
    margin-bottom: 0px;
}

.btn-app-reverse:hover,
    .custom-btn:focus {
      background-color: #39505d;
      border-color: #39505d;
      color: white;
}

.btn-app-reverse.active {
    background-color: #39505d;
    border-color: #39505d;
    color: white;
}

.entity-select-btn {
    height: 26px;
    padding-top:0px;
    padding-bottom:0px;
    padding-left: 3px;
    padding-right: 3px;
}

.btn-app-red:hover,
    .custom-btn:focus {
      background-color: white;
      border-color: #dc3545;
      color: #dc3545;
}

.btn-grey {
    background-color: #747c7c;
    color: white;
    border-color: #747c7c;
    margin-bottom: 0px;
}

.btn-grey:hover,
    .custom-btn:focus {
      background-color: white;
      border-color: #747c7c;
      color: #747c7c;
}

.btn-app-disabled {
    background-color: #04bcec;
    color: white;
    border-color: #04bcec;
    margin-bottom: 0px;
}

.btn-app-radio {
    border-color: #04bcec;
    color: #04bcec;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .btn-app-radio:hover {
    border-color: #04bcec;
    color: #04bcec;
    background-color: white;
}
.btn-check:checked + .btn-app-radio {
    background-color: #04bcec;
    color: white;
    border-color: #04bcec;
}

.tooltip {
    --bs-tooltip-bg: black;
    --bs-tooltip-color: white;
    opacity: 1 !important;
    box-shadow: none !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%; /* Align the dropdown below the button */
    left: 0;
    z-index: 1000; /* Ensure dropdown is above other elements */
}

.dropdown-menu.dropdown-citations {
    width: 600px;
    max-height: 400px;
    overflow-y: auto;
    padding: 16px;
}

/* Adjust for medium screens (max width 992px) */
@media (max-width: 992px) {
    .dropdown-menu.dropdown-citations {
        width: 90vw; /* 90% of viewport width */
        max-height: 300px;
    }
}

/* Adjust for small screens (max width 768px) */
@media (max-width: 768px) {
    .dropdown-menu.dropdown-citations {
        width: 80vw;
        max-height: 250px;
    }
}

/* Adjust for extra small screens (max width 480px) */
@media (max-width: 480px) {
    .dropdown-menu.dropdown-citations {
        width: 95vw;
        max-height: 200px;
    }
}


.dropdown-item {
    cursor: pointer;
}

.justify {
    text-align: justify;
}

footer {
    margin-top: 10px;
    background: linear-gradient(to left, #00bdee, #747c7c);
    width: 100%;
}

.note-right-side {
    border-left: 1px solid #ddd;
}

.note-left-side {
    position: relative;
}

.chat-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.chat-datetime {
  margin: 0;
  font-size: 0.7rem;
  text-align: right;
  padding-top: 2px;
  color: white;
}

.chat-datetime-bot {
  margin: 0;
  font-size: 0.7rem;
  text-align: right;
  padding-top: 2px;
  color: black;
}

.chat-cloud {
  border-radius: 10px;
  padding: 10px;
  margin: 5px;
  max-width: 80%;
  display: inline-block;
  word-wrap: break-word;
}

.chat-name {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: left;
}

.chat-text {
    margin: 0;
    text-align: left;
    white-space: pre-line;
}

.bot-name {
    color: black;
}

.bot-cloud {
    background-color: white;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.prompt-cloud {
    background-color: #eb5d8b;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.prompt-text {
    color: white;
}

.bot-text {
    color: black;
}

.fixed-bottom {
    position: fixed;
    bottom: 0;
}

.mfa-input {
    width: 40px; /* Adjust width as needed */
    height: 40px; /* Adjust height as needed */
    text-align: center;
    margin: 0 5px; /* Adjust spacing between boxes */
}

.chart {
    height: 670px;
}

.add-btn {
    height: 30px;
    width: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    padding: 0;
}

table {
    vertical-align: middle;
    text-align: center;
}

.table tr:nth-child(even) {
    background-color: #e0f7fa;
}

.header-cell {
    background-color: #00b8d4;
}

td {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.compare-row {
    height: 250px;
}

.sttable {
    background-color: #00b8d4;
    border-radius: 15px;
}

.img-flag {
    height: 20px;
    width: 20px;
  }

.hidden {
    display: none;
}

#autocomplete-list {
    list-style-type: none;
    padding: 0;
}
#autocomplete-list li {
    cursor: pointer;
    padding: 5px;
}
#autocomplete-list li:hover {
    background-color: lightgray;
}

.result-box ul {
    color: #000;
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 10px;
}

.result-box ul li {
    list-style: none;
    padding: 5px 5px;
    border-radius: 5px;
}

.result-box ul li:hover{
    background: #ebf5fb;
}

.dropdown {
    margin: 2px;
}

.dropdown-toggle {
    height: 32px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropdown-item:hover{
    background-color: rgba(4, 188, 236, 0.1);
}

.result-box {
    max-height: 300px;
    overflow-y: scroll;
    z-index: 1;
    width: 100%;
    border: 1px solid rgba(11, 143, 164, 0.1);
    border-radius: 10px;
}

























.badge-custom {
    display: inline-flex;
    align-items: center; /* Vertically center the content */
    justify-content: center; /* Optionally center horizontally */
    padding: 0.5em;
    background-color: #007bff;
    color: white;
    border-radius: 0.5rem;
    /*font-size: 1rem;*/
    height: 30px; /* Set a height if needed */
}


/* Cards */

.card {
    display: flex;
    flex-direction: column;
    max-height: 100%;
}

/* Ensure header and footer don't shrink */
.card-header, .card-footer {
    flex-shrink: 0;
}

.card-header {
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}


.card-body {
    flex-grow: 1; /* Take up available space */
    overflow-y: auto; /* Enable scrolling for the body */
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Default alignment */
}

.card-footer {
    transition: all 0.3s ease-in-out;
}

/* When the active tab-pane is empty, center the footer */
.card-body.empty {
    flex-grow: 0; /* Stops taking extra space */
    height: 50vh; /* Moves footer to the middle */
    justify-content: center; /* Centers content */
}

.card-footer.center-footer {
    margin-top: 0;
}


/* Navbar */
.navbar-brand {
    font-size: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    padding: 0;
    height: 35px;
    align-items: center;
}

.navbar-nav .nav-link {
    font-family: 'Open Sans', sans-serif; /* Change to Open Sans */
}

.navbar {
    margin-bottom: 10px;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 100%;
    min-height: 52px;
    z-index: 999;
    background-color: white;
}

.navbar-custom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    /*background-color: #39505d;*/
    background: linear-gradient(to right, #eb5d8b, #6ec1e4);
}


/* Circular images */
.radio-label {
    height: 30px;
    padding: 2px 4px 0px;
}



/* Circular images */
.circular-img {
    border-radius: 50%; /* Makes the image circular */
    object-fit: cover; /* Maintain aspect ratio and cover the container */
}


/* General classes */
.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.pointer {
    cursor: pointer;
}

.no-margin {
    margin: 0;
}

/* Spinners */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.spinner-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001; /* Ensure spinner is on top of overlay */
  display: none;
}

.tl-menubar {
    top: 152px !important;
}

.tl-storyslider, .td-slide-content {
    height: 150px !important;
}

button.tl-slidenav-previous, button.tl-slidenav-next {
    top: 40px !important;
}

.tl-attribution {
    display: none;
}

.tl-text-headline-container h2.tl-headline {
    font-size: 20px !important;
}

.btn-preview-doc {
    padding-top: 0px;
    padding-bottom: 0px;
}

.search-container {
    position: relative;
}


/* Dropdown menu styles */
#search-patient-dropdown {
    position: absolute;
    top: 100%; /* Position below the input */
    left: 0;
    width: 100%; /* Match the width of the input */
    display: none; /* Initially hidden */
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: white;
    z-index: 1000;
}

/* Show dropdown when input is focused */
#search-patient-input:focus + #search-patient-dropdown,
#search-patient-dropdown:hover {
    display: block;
}

.circular-img {
    border-radius: 50%;  /* Makes the image circular */
    object-fit: cover;   /* Ensures the image covers the entire area without distortion */
    overflow: hidden;    /* Hides any overflow if the image doesn't perfectly fit the container */
}

.patient-desc-col {
    color: white;
    display: flex;
    align-items: left;
    justify-content: left;
    margin-right: 10px;  /* Optional space between columns */
}

.box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}

.transparent-table {
    width: 100%;
    background-color: rgba(0, 0, 0, 0); /* Adjust alpha (0-1) for transparency */
    color: white; /* Set text color to white */
    border-collapse: collapse; /* Optional: for cleaner borders */
}

.transparent-table th,
.transparent-table td {
    background-color: rgba(0, 0, 0, 0); /* Make background of cells transparent */
    color: white; /* Ensure text in each cell is white */
    text-align: left;
}

.transparent-table tr:nth-child(even),
.transparent-table tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0); /* Ensure all rows have the same background */
}

.blue-event {
    background-color: #39505d !important;
    color: white !important;
}

.orange-event {
    background-color: #ff950e !important;
}

.red-event {
    background-color: #f5b7b1 !important;
}

.green-event {
    background-color: #abebc6 !important;
}

.tl-headline {
    color: black !important;
}

/*
.input-group-text {
    background-color: #39505d;
    color: white;
}
*/

.card-radio input[type="radio"]:checked + .card-body {
    background-color: #d5f5e3;
    color: black;
}

/* Transparent table */
.transparent-table-existing-patient {
    background-color: transparent !important; /* Make the table background transparent */
}

.transparent-table-existing-patient th, .transparent-table-existing-patient td {
    background-color: rgba(255, 255, 255, 0); /* Semi-transparent background for table cells */
    border-color: rgba(255, 255, 255, 0); /* Semi-transparent border color */
    color: black;
}

.transparent-table-existing-patient th {
    font-weight: bold;
}

.transparent-table-existing-patient tr:nth-child(even),
.transparent-table-existing-patient tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0); /* Ensure all rows have the same background */
}

.white {
    color: white !important;
}

.blue-nitovo {
    background-color: #39505d !important;
    color: white !important;
}


.wide-tr {
    margin-top: 32px;
    margin-bottom: 32px;
}

.moving-gradient {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;        /* Set the width of the div */
    height: 5px;       /* Set the height of the div */
    background: linear-gradient(to right, #39505d, #ff950e, #39505d, #ff950e, #39505d, #ff950e, #39505d); /* Repeat the gradient */
    background-size: 500% 100%;  /* Double the width for smooth movement */
    animation: moveGradient 10s linear infinite;  /* Animate the background */
    border-radius: 5px;
}

.moving-gradient-sm {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;        /* Set the width of the div */
    height: 5px;       /* Set the height of the div */
    background: linear-gradient(to right, #39505d, #ff950e, #39505d, #ff950e, #39505d, #ff950e, #39505d); /* Repeat the gradient */
    background-size: 500% 100%;  /* Double the width for smooth movement */
    animation: moveGradient 10s linear infinite;  /* Animate the background */
    border-radius: 5px;
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

/* Nav tabs for multiple documents in one email */
.nav-tabs .nav-item .nav-link.active {
    background-color: #39505d;
    color: #ffffff;
}

.nav-tabs .nav-item .nav-link {
    background-color: transparent;
    color: #39505d;
}

.nav-tabs .nav-item .nav-link:not(.active):hover {
    background-color: #ff950e;
    color: #ffffff;
}

.accordion-button {
    background-color: white; /* Change to desired background color */
    color: black; /* Change to desired font color */
}

/* Change background and font color of the accordion button when collapsed */
.accordion-button:not(.collapsed) {
    background-color: #ece9e2; /* Adjust color for active state */
    color: black;
}


.hr-with-label {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.hr-with-label::before,
.hr-with-label::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}

.hr-with-label span {
    white-space: nowrap;
    font-size: 14px;
    color: #333;
}

.carousel-item .card-radio {
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.card-radio {
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.accordion-body {
   overflow-y: auto;
   overflow-x: hidden;
}

.accordion-body .table td {
   padding: 5px;
   word-break: break-word;
}

.nav-item.bold .nav-link {
    font-weight: bold;
}

.dropdown-item.bold {
    font-weight: bold;
}

.btn-label {
    border-radius: 5px;
    cursor: default !important;
    margin: 2px;
    background-color: rgba(4,188,236, 0.1);
    color: black;
    border: 1px solid rgba(4,188,236, 0.5);
}

.btn-label .close {
    margin-left: 0.5rem;
    font-size: 1.2rem;
    color: black;
    cursor: pointer;
}

/* ---- particles ---- */

.particles-js-login {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #f9c299, #5dd4be); /* linear-gradient(45deg, #fbb9b9, #a0d5ce);*/
  position: fixed; /* Stays in place even when scrolling */
  top: 0;
  left: 0;
  z-index: -1;
}

.particles-js {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #566573, #b1dfde); /* #f1c3ac */
  position: fixed; /* Stays in place even when scrolling */
  top: 0;
  left: 0;
  z-index: -1;
}

.modal-header {
    cursor: move;
}

a.fc-daygrid-day-number {
    color: #39505d;
    text-decoration: none;
}

a.fc-daygrid-day-number:hover {
    color: #ff950e;
}

a.fc-col-header-cell-cushion {
    color: #39505d;
    text-decoration: none;
    cursor: pointer;
}

a.fc-col-header-cell-cushion:hover {
    color: #ff950e;
}

.fc-timegrid-slot {
    cursor: pointer;
}

.fc-event-title.fc-sticky, .fc-event-time {
    text-align: left;
}


.red-outline-btn {
    border-color: #e74c3c;
    color: #e74c3c;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .red-outline-btn:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    background-color: white;
}
.btn-check:checked + .red-outline-btn {
    background-color: #e74c3c;
    color: white;
    border-color: #e74c3c;
}

.purple-outline-btn {
    border-color: #8e44ad;
    color: #8e44ad;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .purple-outline-btn:hover {
    border-color: #8e44ad;
    color: #8e44ad;
    background-color: white;
}
.btn-check:checked + .purple-outline-btn {
    background-color: #8e44ad;
    color: white;
    border-color: #8e44ad;
}

.blue-outline-btn {
    border-color: #3498db;
    color: #3498db;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .blue-outline-btn:hover {
    border-color: #3498db;
    color: #3498db;
    background-color: white;
}
.btn-check:checked + .blue-outline-btn {
    background-color: #3498db;
    color: white;
    border-color: #3498db;
}

.green-outline-btn {
    border-color: #27ae60;
    color: #27ae60;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .green-outline-btn:hover {
    border-color: #27ae60;
    color: #27ae60;
    background-color: white;
}
.btn-check:checked + .green-outline-btn {
    background-color: #27ae60;
    color: white;
    border-color: #27ae60;
}

.orange-outline-btn {
    border-color: #f39c12;
    color: #f39c12;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .orange-outline-btn:hover {
    border-color: #f39c12;
    color: #f39c12;
    background-color: white;
}
.btn-check:checked + .orange-outline-btn {
    background-color: #f39c12;
    color: white;
    border-color: #f39c12;
}

.black-outline-btn {
    border-color: #34495e;
    color: #34495e;
    background-color: white;
}
/* Prevent hover effect for unchecked buttons */
.btn-check:not(:checked) + .black-outline-btn:hover {
    border-color: #34495e;
    color: #34495e;
    background-color: white;
}
.btn-check:checked + .black-outline-btn {
    background-color: #34495e;
    color: white;
    border-color: #34495e;
}

.offcanvas-full-height {
    height: calc(100vh - 40px); /* Fill the height of the container */
    max-height: calc(100vh - 40px); /* Prevent overflow */
    position: absolute; /* Ensures it stays within the container */
    top: 0;
    right: 0;
    margin-top: 4px;
}

.ai-chat-border {
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #39505d, #ff950e) 1;
}

/* AI chat input text */
.ai-chat-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-end;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.text-input {
    flex: 1;
    border: none;
    outline: none;
    resize: none; /* Disable manual resizing */
    padding-right: 70px;
    height: 32px;
    max-height: 150px; /* Maximum height */
    min-height: 32px; /* Minimum height */
    overflow-y: auto; /* Enable scrolling when max height is reached */
}

.send-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 24px; /* Adjust size */
    height: 24px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s;
}

.send-icon:hover {
    opacity: 0.8;
}

.audio-btn {
    opacity: 0.5;
}

.audio-btn:hover {
    opacity: 1;
}

.opacity-full {
    opacity: 1 !important;
}

/* Small Action Button */
.action-btn {
    position: absolute;
    right: 50px; /* Position to the left of send-icon */
    bottom: 6px;
    border: none;
    padding: 4px;
}

.clipboard {
    height: 18px;
    cursor: pointer;
    margin-left: 5px;
    opacity: 0.5;
}

.clipboard:hover {
    opacity: 1;
}
/*
.modal {
pointer-events: auto;
}

.modal-backdrop {
display: none !important;
}
*/
/*
.modal-allow-interact {
   position: absolute;
   top:50px;
   left: 0;
   right: 0;
   bottom: auto;
   width: 800px;
   margin: 0 auto;
}

.modal-allow-interact .modal-dialog {
   margin: 0;
}
*/

.popup-modal {
  pointer-events: auto; /* Allow interaction */
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: rgba(23, 176, 171, 0.1) /*  rgba(4, 188, 236, 0.1);*/
}

/* Custom table-hover */
.table {
    --bs-table-hover-bg: rgba(255, 149, 14, 0.5); /* Custom hover color */
}

.carousel-control-prev {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.carousel-control-next {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* Step progress bar for each document validation */

.steps-container {
    padding-left: 10%;
    padding-right: 10%;
}

.steps-container .steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    color: #34495e;
    font-size: 30;
    font-weight: 500;
    border-radius: 50%;
    border: solid 4px #34495e;
    background: #ffffff;
}

.steps .progress-bar {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #34495e;
    z-index: -1;
}

.progress-bar .indicator {
    position: absolute;
    height: 100%;
    width; 100%;
    background: #34495e;
}

.one-visit {
    background-color: #f7dc6f !important;
}

.many-visits {
    background-color: #82e0aa !important;
}

/* Rounded table */
.table-container {
  max-height: 300px; /* Set the height of the scrollable area */
  overflow-y: auto; /* Enable vertical scrolling */
  border: 1px solid #ddd; /* Optional: Add a border around the table container */
  border-radius: 10px; /* Add border-radius to the entire container */
}

.rounded-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.rounded-table thead th {
  position: sticky; /* Fix the header row */
  top: 0; /* Keep it stuck to the top */
  background-color: #f4f4f4; /* Set background for better visibility */
  z-index: 1; /* Ensure the header stays on top of content */
  padding: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.rounded-table tbody td {
  padding: 10px;
  border: 1px solid #ddd;
}

.rounded-table th:first-child {
  border-top-left-radius: 10px; /* Top-left corner */
  border-bottom-left-radius: 10px;
}

.rounded-table th:last-child {
  border-top-right-radius: 10px; /* Top-right corner */
  border-bottom-right-radius: 10px; /* Top-right corner */
}

.rounded-table td:first-child {
  border-bottom-left-radius: 10px; /* Bottom-left corner */
  border-top-left-radius: 10px;
}

.rounded-table td:last-child {
  border-bottom-right-radius: 10px; /* Bottom-right corner */
  border-top-right-radius: 10px;
}


.file-row {
    cursor: pointer;
}

.dropdown-menu.columns-3 {
	min-width: 650px;
}

.dropdown-menu.columns-2 {
	min-width: 450px;
}

.resizer {
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  height: 100%;
  cursor: col-resize;
  background-color: transparent;
}

/* Update icons */
.icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.icon:hover {
    opacity: 0.7;
}

.span-save {
    border-right: none;
    border-left: none;
    padding-left: 4px;
    padding-right: 2px;
    background-color: white;
}
.span-cancel {
    border-left: none;
    padding-left: 2px;
    padding-right: 4px;
    background-color: white;
}
.editable {
    cursor: pointer;
}
.no-focus-border:focus {
    outline: none;
    box-shadow: none;
    border-color: #dee2e6;
}


/* Mapbox map */
#map {
    width: 500px;
    height: 300px;
    border-radius: 10px;
}

.btn-transparent:hover {
    background-color: rgba(110, 193, 228, 0.1);  /* Light shade on hover */
}

.conversation-btn {
    color: #eb5d8b; /* Transparent black text using opacity */
    background-color: transparent !important;
    border: 1px solid #eb5d8b !important;
    transition: background-color 0.3s ease, color 0.3s ease !important; /* Smooth transition */
    text-align: left;
}

.conversation-btn:hover {
    background-color: #eb5d8b !important;
    color: white !important;
}

.conversation-btn.active {
    background-color: #eb5d8b !important;
    color: white !important;
}

.inline-dropdowns {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 100%;
}