.watermark {
  visibility: hidden;
}

@keyframes blink-animation {
  50% {
    opacity: 0;
  }
}

.theme-dark .round-icon {
  background-color: #fff;
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: blink-animation 1s infinite;
  max-width: min(48rem, 100vw);
  margin-left: 28%;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  box-sizing: border-box;
}

.theme-light .round-icon {
  background-color: #303030;
  width: 15px;
  height: 15px;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: blink-animation 1s infinite;
  max-width: min(48rem, 100vw);
  margin-left: 28%;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  box-sizing: border-box;
}

.css-tv76ad {
  width: 0px;
}

/*Feedback filter (Light Mode)*/
.css-xry26g {
  display:none !important;
} 
/*Feedback filter (Dark Mode)*/
.css-m13h7l {
  display:none !important;
}

/*For searchbar (Dark Mode)*/
.css-3jdy22 {
  gap:0 !important;
}
.css-17b2ph0 {
  overflow-wrap: break-word;
}

.MuiBox-root .css-y2chha{
  width: 0px;
  margin-left: 28%;
}

.MuiBox-root .css-fhue3b{
  width: 0px;
  margin-left: 28%;
}

#stop-button {visibility: hidden} 

#session-error{visibility: hidden}

.MuiBox-root .css-1gktu8u {
  background-color: #E0F2FE;
}
.MuiStack-root .css-1rplq84 {
    display: none !important;
}
.reference-text {
  font-size:12px;
  color:#E0E0E0;  
}
.reference-header {
  font-size:12px;
  font-weight:bold;
  color:#E0E0E0;
}
.reference-button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 2px 12px;
  font-size:10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 16px;
}
.reference-button:hover {
  background-color:#1976d2;
  color:white;
  font-size:12px;
}
.reference-document-link {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #1976d2; /* A professional blue */
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  background: #e3f2fd;
  padding: 0.4em 1em;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(25, 118, 210, 0.08);
}
#custom-popup strong {
  font-size:12px !important;
  color:#E0E0E0;
}
#custom-popup p {
  font-size:12px !important;
  color:#E0E0E0;
}
.progress-text {
  color:#007bff;
  font-size:1rem;
  animation: blinkBlue 2s infinite;
}

@keyframes blinkBlue {
  0% { color: #d3d3d3;}
  50% { color: #4f4f4f;}
  100% { color: #d3d3d3;}
}
