body {
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto",
    "Helvetica Neue", sans-serif;
  font-size: 14px;
  text-align: center;
  background-color: rgb(255, 255, 255, .96);
}
.flex-grid {
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  background-color:white;
  width: 100%;
  padding: 10px;
  justify-content: center
}
.column {
  
  flex: 1;
}
#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: not-allowed; /* Add a pointer on hover */
}
table,
th,
td {
  border: 1px solid #f1f1f1;
  border-collapse: collapse;
  margin: auto;
}

th,
td {
  padding: 10px;
}

textarea {
  font-family: Arial, sans-serif;
}

.mode {
  font-size: 18px;
}

.highlight {
  /* background-color: yellow; */
  text-decoration: underline;
}
#h_op{
  background-color: rgb(240, 240, 240);
}

input:not(disabled) {
  font-weight: bold;
  color: black;
}

button {
  background-color: #4caf50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  transition-duration: 0.4s;
}

button:hover {
  background-color: #318134; /* Green */
  color: white;

  border-radius: 5px;
}

button:disabled {
  background-color: #ccc;
  color: #666;
  border: none;
  border-radius: 5px;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
}

input[type="radio"] {
  position: relative;
  z-index: 1;
}

input[type="radio"] + label {
  padding: 8px 4px 8px 30px;
  margin-left: -30px;
}

input[type="radio"]:checked + label {
  background: #0078d4;
  color: #ffffff;
}
.voices {
  margin: 20px auto;
}
#Voices {
  font-family: "Open Sans", "Helvetica Neue", "Segoe UI", "Calibri", "Arial",
    sans-serif;
  font-size: 18px;
  color: #60666d;
}





.accordion {
  background-color: rgba(255, 255, 255, 0);
  color: #444;
  cursor: pointer;
  padding: 18px;
  margin:auto;

  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: rgba(255, 255, 255, 0);
  color: rgb(80, 80, 80);

}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.highlighter_options{
  margin:auto;
}


#Sefaria_text{
  padding-left: 10vw;
  padding-right: 10vw;
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
}