/* Style for the headline bar */
.headline {
       background-color: rgba(33, 51, 46, 0.98); /* Dark background color for the headline bar */
    color: #fff;
    padding: 10px 20px;
    font-family: 'Strait', sans-serif;
    font-weight: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style for the text within the headline */
.headline-text {
    flex-grow: 1; /* Allow the text to expand and fill the remaining space */
    text-align: left; /* Center the text horizontally within the header */
    font-size: 13px; /* Adjusted font size */
    text-transform: uppercase; /* Convert text to uppercase */
    letter-spacing: 0.5px; /* Adjusted letter spacing */
}

/* Style for the second header */
/* Style for the second header */
/* Style for the second header */
.headline-line {
    width: 100%; /* Ensure the line spans the entire width of the header */
    height: 1px; /* Set the height of the line */
    background-color: #fff; /* White color for the line */
}
/* Ensure the body content starts below the fixed headers */
body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    padding-top: 70px; /* Adjust based on the combined height of both headers */
}
.menu-link {
  display: inline-flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: 10.5px;
    font-family: 'Strait', sans-serif;
    
    line-height: 1;

}
.menu-link:hover {
    text-decoration: none;
    color: #25d96a;
}

.menu-link .icon {
    font-size: 12px; /* optional: size the emoji */
    line-height: 1;
}

.menu-link .label {
    margin-top: 4px;
}
.modal-solved {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: #333; /* Change the font color */
  transition: opacity 0.6s ease; /* Smooth transition for opacity */
}


.format1 {
    font-weight: bold;
         font-family: 'Strait', sans-serif; /* Use Roboto font for the text */
    font-size: 15px;
}

.format12 {
    font-weight: 1000;
         font-family: 'Strait', sans-serif; /* Use Roboto font for the text */
    font-size: 15px;
    
    
}

.formatzero {
    font-weight: bold;
         font-family: 'Strait', sans-serif; /* Use Roboto font for the text */
    font-size: 12px;
     color: rgb(0, 0, 0);
}

.formatzero2 {
    font-weight: bold;
         font-family: 'Strait', sans-serif; /* Use Roboto font for the text */
    font-size: 12px;
     color: rgb(0, 0, 0);
  white-space: pre-line; 
}

.format2 {
    color: blue;
     font-family: 'Roboto', sans-serif; /* Use Roboto font for the text */
    
    font-size: 14px;
}

.format3 {
    font-size: 18px;
    text-transform: uppercase;
}

/*This corresponds to the HELP Modal */

.modalhelp {
  display: none;
  position: fixed;

  left: -19px;
  top: 0;
  width: 111%;
  height: 180%;
  overflow: auto;
  color: rgb(0, 0, 0); /* Change the font color */
  transition: opacity 0.6s ease; /* Smooth transition for opacity */
    border-radius: 5px;
  z-index: 9999;
}

.modalhelp-content {
  background-color: rgba(240, 252, 241, 0.97); /* Background color of the textbox */   
  
  padding: 20px;/* Adjusted padding to make it taller and wider to the left and enlarge by the bottom */
 border: 2px solid black; /* Changed to a thick black border */
  margin: 5% auto;
    border-radius: 5px;
  width: 85%;
  height:45%;
  font-family: 'Strait', sans-serif; /* Change the font family */
  font-size: 14px; /* Change the font size */
  font-weight: normal; /* Change the font weight */
  color: rgb(0, 0, 0); /* Text color of the textbox */
  max-width: 500px;
  opacity: 0; /* Initially hide the modal content */
  transition: opacity 0.3s ease; /* Smooth transition for opacity */
}

.modalhelp-content.show {
  opacity: 1; /* Show modal content with smooth transition */
}
.modalhelp-content hr {
  border: 1px solid rgb(58, 58, 60);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.hidden {
  display: none;
}

/* here ends the help modal */


#form-button {


    margin-left: 6px;
    font-family: 'Roboto', sans-serif; /* Change the font family */
     font-size: 12px; /* Change the font size */
     font-weight: normal; /* Change the font weight */
    padding: 2px 4px;
  background-color: rgba(200, 214, 211, 0.857);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#form-button:hover {
    background-color: #f8f8f8; /* Light gray on hover */
}



#reset-button {


    margin-left: 10px;
    font-family: 'Roboto', sans-serif; /* Change the font family */
     font-size: 12px; /* Change the font size */
     font-weight: normal; /* Change the font weight */
    padding: 5px 8px;
    background-color: rgb(180, 194, 173); 
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#reset-button:hover {
    background-color: #f8f8f8; /* Light gray on hover */
}




.grid-container {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  
  display: grid;
  grid-template-columns: repeat(4, 80px);
  grid-template-rows: repeat(4, 80px);
  justify-content: center;
  align-content: center;

  background-color: #ffffff;
  border: 1.5px solid #d4d4d4; /* gris medio suave para el borde */
  border-radius: 5px;         /* bordes redondeados */
  padding: 22px;               /* espaciado interno */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* sombra opcional */
}


.grid-playercell {
   cursor: pointer;
  border: 1px solid #ccc; /* Softened border */
  border-radius: 10px; /* Increased border radius for a smoother look */
  width: 75px; /* Slightly increased width for better spacing */
  height: 75px; /* Slightly increased height for better spacing */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8; /* Light background color */
  font-family: 'Arial', sans-serif; /* Arial font for a clean and widely supported typeface */
  font-size: 14px; /* Increased font size for better readability */
  color: #333; /* Darkened text color for better contrast */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
  transition: all 0.3s ease; /* Smooth transition for hover effect */
}

.grid-playercell:hover {
  transform: translateY(-2px); /* Lift up slightly on hover for interactive feedback */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Stronger shadow on hover for depth */
}





.grid-cellunsolved {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Strait', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #660000; /* Darker red for text */
  border-radius: 5px;
  background: linear-gradient(45deg, rgb(248, 204, 204), #ffcccc, #ffb8b8, #ffa5a5, #ff9292);  text-align: center;
  animation: starAnimation 1s forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: line-through;
  border: 2px solid #990000;
  box-shadow: 0 2px 4px #990000;
  margin-left: 3px;
    filter: brightness(0.7); /* Darkens the image */
}

.grid-cellunsolved img {
  filter: brightness(0.6); /* Darkens the image */
  border-radius: 5px; /* Match border radius of cell */
}
.grid-cellsolved {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-size: 12px;
  font-weight: bold; /* Make the text bolder */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #006600; /* Text color */
  border-radius: 5px; /* Adjust the value as needed */
 background: linear-gradient(45deg, rgb(220, 246, 218), #a1db9c); /* Gradient background transitioning from current color to a lighter shade */

  text-align: center; /* Justify text horizontally */
  /* animation: cellFill 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Apply animation */
  animation: starAnimation 1s forwards;
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Display ellipsis (...) for overflow text */
  border: 2px solid #006600; /* Darker and less intense fluorescent green color */
  box-shadow: 0 2px 4px #006600; /* Darker and less intense fluorescent green shadow */
  margin-left: 3px; /* Adjust the margin as needed */
}



.grid-cellchng {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-size: 12px;
  font-weight: bold; /* Make the text bolder */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #003d66; /* Text color */
  border-radius: 5px; /* Adjust the value as needed */
 background: linear-gradient(45deg,rgba(196, 181, 255, 0.6), rgba(188, 178, 233, 0.6)); /* Gradient background transitioning from current color to a lighter shade */

  text-align: center; /* Justify text horizontally */
  /* animation: cellFill 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); /* Apply animation */
  animation: starAnimation 1s forwards;
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Display ellipsis (...) for overflow text */
  border: 2px solid   rgba(17, 3, 78, 0.6); /* azul tenue */
  box-shadow: 0 2px 4px rgba(17, 3, 78, 0.6); /* Darker and less intense fluorescent green shadow */
  margin-left: 3px; /* Adjust the margin as needed */
}




.grid-cellfod {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Strait', sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b8860b; /* Dark goldenrod */
  border-radius: 5px;
  background: linear-gradient(45deg, #ffd700, #ffec8b); /* Enhanced gold gradient */
  text-align: center;
  animation: starAnimation 1s forwards;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 2px solid #b8860b; /* Dark goldenrod border */
  box-shadow: 0 2px 4px rgba(184, 134, 11, 0.5); /* Dark goldenrod shadow */
  margin-left: 3px;
  position: relative; /* Required for pseudo-element positioning */
}

/* Optional shimmer effect */
.grid-cellfod::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.1) 100%);
  transform: translateX(-100%);
  animation: shimmer 3s;
  animation-iteration-count: 3;
  pointer-events: none; /* Ensure it doesn't block clicks */
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}







.grid-cellalreadyused {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-size: 12px;
  font-weight: bold; /* Make the text bolder */
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #424242; /* Dark grey text color */
  border-radius: 5px; /* Adjust the value as needed */
  background: linear-gradient(45deg, #ececec, #f7f7f7); /* Gradient background with greyish colors */
  text-align: center; /* Justify text horizontally */
  animation: starAnimation 1s forwards;
  overflow: hidden; /* Hide overflow text */
  text-overflow: ellipsis; /* Display ellipsis (...) for overflow text */
  border: 2px solid #a5a5a5; /* Light grey border */
  box-shadow: 0 2px 4px #b0b0b0; /* Light grey shadow */
  margin-left: 3px; /* Adjust the margin as needed */
}

@keyframes cellFill {
  0% {
    transform: scale(0.75); /* Start with smaller size */
    opacity: 0; /* Initially hide the text */
  }
  50% {
    transform: scale(1.1); /* Slightly increase size */
    opacity: 1; /* Show the text */
  }
  100% {
    transform: scale(1); /* Return to normal size */
  }
}

@keyframes cellVibrate {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, -2px);
  }
  50% {
    transform: translate(2px, 2px);
  }
  75% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(2px, -2px), scale(0.85);
  }
}

@keyframes starAnimation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0.92);
  }
}




.grid-puzzlecell {
  border: 0.05px solid black;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; /* Added to center the text horizontally */
  border-radius: 5px; /* Adjust the value as needed */

  font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-weight : 700;
  font-size : 13.5px;


    color: #1d1d1f; 
}



.grid-puzzlecell img {
  max-width: 50%;
  max-height: 50%;
  display: block;
  justify-content: center; /* horizontally center */
  align-items: center; /* vertically center */
  filter: contrast(100%) brightness(90%) blur(0);
  
}






.coolButton {
      background-color: rgba(5, 44, 31, 0.802); /* Green background */
    border: none; /* Remove borders */
    font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */

    color: white; /* White text */
    padding: 10px 14px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as a block element */
    font-size: 12px; /* Font size */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Cursor pointer */
    border-radius: 7px; /* Rounded corners */
    transition-duration: 0.4s; /* Transition duration */
}

.coolButton:hover {
    background-color: #034519; /* Darker green on hover */
}


.coolButton2 {
    background-color: rgb(0, 23, 39); /* Green background */
    border: 1px solid black; /* Black border */
    font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
    color: rgb(255, 255, 255); /* Black text */
    padding: 6px 10px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as a block element */
    font-size: 11px; /* Font size */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Cursor pointer */
    border-radius: 8px; /* Rounded corners */
    transition-duration: 0.4s; /* Transition duration */
}

.coolButton2:hover {
    background-color: #005b90; /* Darker green on hover */
     color: rgb(255, 255, 255); /* Black text */
}


.coolButton3 {
background-color:  rgb(0, 23, 39); /* Darker green on hover */
; /* Green background */
    border: 1px solid black; /* Black border */
    font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
    color: rgb(255, 255, 255); /* Black text */
    padding: 4px 8px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as a block element */
    font-size: 11px; /* Font size */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Cursor pointer */
    border-radius: 8px; /* Rounded corners */
    transition-duration: 0.4s; /* Transition duration */
}

.coolButton3:hover {
    background-color: #005b90; /* Darker green on hover */
     color: rgb(255, 255, 255); /* Black text */
}


.coolButton103 {
background-color:  rgb(223, 231, 147); /* Darker green on hover */
; /* Green background */
    border: 1px solid black; /* Black border */
    font-family: 'Strait', sans-serif; /* You can replace 'Roboto' with your preferred font */
    color: rgb(0, 0, 0); /* Black text */
    padding: 4px 8px; /* Padding */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    display: inline-block; /* Display as a block element */
    font-size: 11px; /* Font size */
    margin: 4px 2px; /* Margin */
    cursor: pointer; /* Cursor pointer */
    border-radius: 8px; /* Rounded corners */
    transition-duration: 0.4s; /* Transition duration */
}

.coolButton103:hover {
    background-color: #8e9000; /* Darker green on hover */
     color: rgb(255, 255, 255); /* Black text */
}


.modalq {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-70%, -50%);
  background-color: #f9f9f9;
  padding: 5px 20px 40px; /* Adjusted padding to make it taller and wider to the left and enlarge by the bottom */
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 9999;
}

.modalq-content {
  width: 100%;
  height: 100%;
  padding: 20px 50px 50px; /* Adjusted padding to make it taller and wider to the left and enlarge by the bottom */

  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}




.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-70%, -50%);
  background-color: #f9f9f9;
  padding: 5px 20px 40px; /* Adjusted padding to make it taller and wider to the left and enlarge by the bottom */
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 9999;
}

.modal-content {
  width: 100%;
  height: 100%;
  padding: 20px 50px 50px; /* Adjusted padding to make it taller and wider to the left and enlarge by the bottom */

  background-color: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}



.modal input[type="text"] {
  width: 85%;
  padding: 10px;
  margin-bottom: 10px;
  border: 2px solid #ccc;
  border-radius: 3px;
  
  font-family: "roboto", sans-serif;
}
/* Style for the suggestion list */
#nameList,
#nameElement {
  list-style-type: none;
  padding: 0px;
  margin: 0; /* Add this line to remove default margin */
  max-height: 230px; /* Adjust the maximum height as needed */
  overflow-y: auto; /* Add vertical scroll when content overflows */
    background-color: white; /* Background color change on hover */
}

/* Style for each suggestion item */
#nameList li,
#nameElement li {
  
  padding: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Roboto', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-size: 12.5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #333; /* Text color */
  border-bottom: 1px solid #ccc; /* Add a fine line below each item */
}

#nameList li:last-child,
#nameElement li:last-child {
  border-bottom: none; /* Remove the border from the last item */
}

#nameList li:hover,
#nameElement li:hover {
  background-color: #f0f0f0; /* Background color change on hover */
}

#nameElement {
  list-style-type: none;
  padding: 0;
  max-height: 280px; /* Adjust the maximum height as needed */
  overflow-y: auto; /* Add vertical scroll when content overflows */
}

/* Style for each suggestion item */
#nameElement li {
  list-style-type: none; /* Remove default bullet points */
  padding: 9px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: 'Roboto', sans-serif; /* You can replace 'Roboto' with your preferred font */
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #333; /* Text color */
  border-bottom: 1px solid #ccc; /* Add a fine line below each item */
}
#nameList li:last-child {
  border-bottom: none; /* Remove the border from the last item */
}











.modalarchive  {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%); /* Adjust the first value (-60%) to move it more to the left */
  background-color: #f9f9f9;
  padding: 20px ; 
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 9999;
}

.modalarchive li {
    list-style-type: none; /* Remove default bullet points */
}
.dateItem {
    cursor: pointer;
    padding: 10px 16px;
    border-bottom: 1px solid #ccc;
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    min-width: 300px; /* Minimum width (adjust as needed) */
    box-sizing: border-box; /* Ensure padding is included in width */
}
.dateItem:hover {
    background-color: #f0f0f0; /* Change background color on hover */
}

.grid-cellnumber {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: black;
  background-color: rgba(200, 214, 211, 0.857);

  /* Apply shake effect every 5 seconds */
  animation: shake 0s ease-in-out 0s 1 alternate;
  animation-duration: 0.5s;
}

/* Define shake animation */
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}


.fluorescent-border {
    border: 2px solid #7fff7f; /* Lighter green color */
    box-shadow: 0 0 10px #7fff7f; /* Lighter green shadow */
    transition: border-color 1.3s, box-shadow 1.3s;
}

.unfluorescent-border {
  border: 2px solid #006600; /* Darker and less intense fluorescent green color */

    box-shadow: 0 0 10px #7fff7f; /* Lighter green shadow */
    transition: border-color 1.3s, box-shadow 1.3s;
}

.fluorescent-border2 {
 border: 2px solid #990000; /* Darker and less fluorescent red color */
  box-shadow: 0 0 10px #990000; /* Darker and less fluorescent red shadow */
}



#spotify-container {
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   background-color: #000; /* Optional background color */
   z-index: 1000;          /* Ensure it stays on top of other elements */
   display: flex;
   justify-content: center;
   align-items: center;
}

#toaster {
    font-family: 'Strait', sans-serif;
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #272d33;
  color: white;
  padding: 80px 26px; /* 👈 menos altura, más horizontal */
  border-radius: 8px;
  font-size: 16px;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s;
  width: 500px;         /* 👈 ancho fijo más alargado */
  max-width: 90%;       /* 👈 evita que se salga en móviles */
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#toaster.show {
  visibility: visible;
  opacity: 1;
}



#toaster button {
      font-family: 'Strait', sans-serif;
  padding: 7px 54px;
  background-color: rgb(94, 76, 175);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#toaster button:hover {
  background-color: #4583a0;
}

.grid-container-highlight {
  background-color: rgb(234, 240, 247); /* lightsteelblue muy tenue */
}.grid-container-bordered {
  border: 2px solid rgba(17, 3, 78, 0.6); /* azul tenue */
}

.grid-cellnumber-colored {
  background-color: rgba(77, 53, 185, 0.1); /* tono sutil */
  color: #1a1a3d; /* opcional: azul oscuro para contraste */
}


#background-dimmer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.04;
  z-index: 999; /* debajo del modal */
  display: none;
}body.dimmed {
  filter: brightness(0.4);
}

.hover-row {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  height: 22.25px;
  border-style: solid;
  border-width: 10px;
  transition: background-color 0.1s ease;
}

.hover-row:hover {
  background-color: #e0f0ff; /* color al pasar el ratón */
  cursor: pointer;
}