.login-image{
  height: 100%;
  width: 100%;
}
.margin-form{
  margin-top: 25%;
}
.onco-login-body{
  font-family: Arial, sans-serif;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.onco-login-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.onco-login-box{
  background-color: white;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  width: 20%;
  height: 70%;
  text-align: center;
}
.form-login{
  margin-bottom: 10%;
  float: left;
  width: 100%;
}


.onco-login-box-image{
  display: table-cell; vertical-align: middle; 
}

.form-login label {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}
.form-login p {
  font-size: 14px;
  margin-bottom: 5px;
  display: block;
  text-align: left;
}


.login-button-div{
  width: 50%;
  margin-left: 20%;
  display: flex;
  justify-content: center;
}

.form-login input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height:1.5em;
    color: #232323;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3 {
  font-family: Times, serif;
  line-height:1.5em;
  
}
.div-template {
    float: left;
}
.div-live {
    float: left;
}
table {
  width: 100%;
  border-collapse: collapse;
  overflow-x: hidden;
}
table, th, td {
  border: 1px solid black;
}
th, td {
  padding: 10px;
  text-align: left;
}
.div-dates{
  /* width: 1100px; */
  /* height: 250px;
  overflow-y: auto; */
  border: 1;
}
/* 
.dt-scroll-body{
  overflow-x: hidden;
} */

/* Remove default bullets */
ul, #myUL {
    list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding: 0;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: black;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}


.dd-container {
    display: flex; /* Flexbox layout */
    justify-content: left; /* Space between the divs */
    font-weight: normal;
}
/* Style for each div */
.dd-box {
    width: 20%; /* Adjust width as needed */
    padding: 5px;
    box-sizing: border-box; /* Ensure padding and border are included in the width */
    font-weight: normal;
}
.dd-box > label{
  font-weight: normal;

}
.dd-btn{
  margin-left: auto;
  width: 13%;;
}

.dd-btn-save-all{
  margin-left: auto;
  width: 20%;
}

.table-dates-consult thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f1f1f1;
  border: 1px solid #000; 
}


.table-dates-images thead tr th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f1f1f1;
  border: 1px solid #000; 
}

.table-dates-images thead tr td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
  vertical-align: top;
  /* Ensure text fits within the cell */
  word-wrap: break-word;
  word-break: break-word;
}

/* .table-dates-images tbody tr td{
  width: inherit;
} */


.table-dates-images.dataTable {
  width: 100%;
  table-layout: fixed; /* Ensures that the table layout is fixed */
}
.table-dates-images.dataTable th, .table-dates-images.dataTable td {
  word-wrap: break-word; /* Ensures that content breaks to fit the cell */
}

/* Ensure right alignment for table headers and cells */
th, td {
  text-align: center !important; /* Override default alignment with !important */
}

/* Specific classes for DataTables */
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  text-align: center; /* Align DataTable's control elements to the right */
}


.dropdown-container {
  display: inline-block;
}

.drpDown{
  width: auto;
  min-width: 150px;
}
.drpDecision{
  width: 200px;
  min-width: 150px;
}

.ui-selectmenu-button {
  width: 100% !important; /* Ensure the selectmenu button fills the table cell */
}

.col-fixed {
  width:10% !important;
  max-width:10% !important;
  white-space: normal; 
  word-wrap: break-word;
}

.image-fixed {
  width: 15% !important;
  max-width:15% !important;
  white-space: normal; 
  word-wrap: break-word;
}

.decision-fixed{
  width: 10% !important;
  max-width:10% !important;
  white-space: normal; 
  word-wrap: break-word;
}

.score-version-fixed {
  width: 10% !important;
  max-width:10% !important;
  white-space: normal; 
  word-wrap: break-word;
}

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


.img-container {
  /* display: inline-block; */
  text-align: center;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease;/* Smooth transition */
}

.img-container img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.3s ease;/* Smooth transition */
}

/* Scale the image on hover */
.image-container:hover img {             
  transform: scale(1.5);  /* Scale up the image by 1.5 times */
}

/* UI box for zoomed image */
#zoom-box {
  display: none;
  position: absolute;
  border: 1px solid #ccc;
  background: white;
  z-index: 100;
  /* width: 50vh;
  height: 90vh; */
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

#zoom-box img {
  width: 100%;
  height: auto;
}
.overflow-static{
  height: 100%;
  overflow-y: hidden; 
  position: relative;
}

.edit-text {
  width: 100%;
  box-sizing: border-box;
  white-space: normal; 
  word-wrap: break-word;
  resize: none;
}
.header-content{
  display: inline-flex;
  justify-content: left;
  margin: auto;
  border-bottom: 1px solid #ccc;
}
.header{
  width: 100%;
  font-family: 'Source Sans 3';
  font-weight:500;
}

.login-name{
  font-weight:bold;
  text-align: center;
}

.h2-class{
  font-family: 'Source Sans 3';
  font-weight:500;
  margin-top: 10px;
}

.fotofinder-image{
  float: right;
  width: 100%;
  margin-top: auto;
}

.editable {
  background-color: #d20a11;
}

.save-button {
  text-align: center;
  /* float: right; */
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #d20a11;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  /* width: 90%; */
}

.save-image-button {
  text-align: center;
  /* float: right; */
  padding: 10px 20px;
  background-color: #d20a11;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  /* width: 90%; */
}


.log-out-button {
  background-color: #343434;
  padding-top: 15%;
  padding-bottom: 15%;

}
.save-button:hover {
  color: white;
  background-color: #343434;
}


#saveDialog{
  display: none;
}
.div-edit{
  float: right;
  /* width: 230px; */
}

.login-header{
  font-family: 'Source Sans 3';
  font-weight:500;
  text-align: center;
}


.div-login-info{
  width: 15%;
  margin-top: 1%
}

/* Target the length menu container */
.div-dates .dt-length label {
  font-weight: normal;   /* Ensure label text is not bold */
  font-size: 14px;       /* Set the desired font size */
  color: #333;           /* Set text color */
  font-family: Arial, sans-serif;
}
.div-fotofinder-image{
  width: 35%;
  margin-left: 3%;
  margin-top: 1%;
}
.filter-button {
  margin-left: 5%;
}
.summary-button {
  margin-left: 10%;
}
.footer-style
{
  text-align: center;
  bottom: 0;
  width: 100%;
}
.no-data-section{
  font-family: 'Source Sans 3';
  font-weight: 500;
  margin-top: 2em;
}

/* Keep the page interactive while hiding it */
.container {
  opacity: 0; /* Make content invisible but still load styles */
  transition: opacity 0.3s ease-in-out;
}

/* Full-page loading overlay */
#loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* Spinner animation */
.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ddd;
  border-top-color: #d20a11;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.btn-save-back{
  text-align: right;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Hide default spinner parts injected by the theme */
.dt-processing > div:not(.custom-loader),
.dt-processing:before {
  display: none !important;
}

/* Style your custom loader */
.custom-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100%;
}

.custom-loader span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d20a11;
  animation: blink 1.4s infinite ease-in-out both;
}

.custom-loader span:nth-child(2) { animation-delay: 0.2s; }
.custom-loader span:nth-child(3) { animation-delay: 0.4s; }

@keyframes blink {
  0%, 80%, 100% { transform: scale(0); }
  40% { transform: scale(1); }
}


#download-toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  border-left: 5px solid #4caf50;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  border-radius: 10px;
  font-family: sans-serif;
  width: 500px;
  z-index: 10000;
  overflow: hidden;
}

.toast-header {
  padding: 10px;
  background: #f1f1f1;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toast-body {
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

.toast-body span {
  vertical-align: middle;
}

.close {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#download-toast-actions button {
  padding: 4px 10px;
  font-size: 13px;
}