@media only screen and (max-width: 800px) {
  .wp-block-ekr-image.outside-gallery img {
    max-width: 100%;
    min-width: 70px !important;
    height: auto !important;
  }
}
.tableWrapper {
  overflow-x: auto;
  margin: 5px auto;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05), 0px 20px 20px rgba(0, 0, 0, 0.05), 0px 30px 20px rgba(0, 0, 0, 0.05);
}

.wp-block-ekr-pallet-editor-box {
  border: 2px solid rgb(59, 255, 59);
  margin: 5px;
  padding: 2px;
}

.ekr-box-container {
  border: 2px solid rgb(5, 107, 5);
  margin: 5px;
  padding: 2px;
}

.tablePublic {
  font-family: "Arial";
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #6aa84f;
}
.tablePublic tr:hover {
  background: #f4f4f4;
}
.tablePublic tr:hover td {
  color: #343030;
}
.tablePublic th,
.tablePublic td {
  font-size: 14px;
  color: #515050;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-collapse: collapse;
  min-height: 25px;
  min-width: 85px;
}
.tablePublic td:empty {
  height: 25px;
}
.tablePublic th {
  background: #6aa84f;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.tablePublic th.last {
  border-right: none;
}

.tablePublicTransposed {
  font-family: "Arial";
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-bottom: 2px solid #6aa84f;
}
.tablePublicTransposed tr:hover {
  background: #f4f4f4;
}
.tablePublicTransposed tr:hover td {
  color: #343030;
}
.tablePublicTransposed th,
.tablePublicTransposed td {
  font-size: 14px;
  color: #515050;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-collapse: collapse;
  min-width: 70px;
}
.tablePublicTransposed th {
  background: #6aa84f;
  color: #fff;
  min-width: 75px;
  text-transform: uppercase;
  font-size: 14px;
  border-right: none;
}
.tablePublicTransposed th.fixedColumn {
  position: sticky;
  left: 0;
  z-index: 1;
}
.tablePublicTransposed th:first-child {
  border-right: 1px solid #eee;
}
.tablePublicTransposed td:first-child {
  font-weight: bold;
}

.buttonWpSearch {
  align-items: center;
  background: none;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: white;
  background-color: #007cba;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: box-shadow 0.1s linear;
}
.buttonWpSearch:hover {
  color: white;
}

.buttonWpCancel {
  align-items: center;
  background: none;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: white;
  background-color: #cf2e2e;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  height: 36px;
  margin: 0;
  padding: 6px 12px;
  text-decoration: none;
  transition: box-shadow 0.1s linear;
}
.buttonWpCancel:hover {
  color: white;
}

.inputWp {
  width: 91%;
  padding: 0 8px;
  line-height: 2;
  min-height: 30px;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #8c8f94;
  background-color: #fff;
  color: #2c3338;
}

.paginationContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.paginationContainer button {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  margin: 0 1px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.paginationContainer button:hover:not(:disabled) {
  background-color: #f5f5f5;
}
.paginationContainer button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.paginationContainer .firstLast {
  font-weight: 700;
  padding: 5px 15px;
}
.paginationContainer .activePage {
  background-color: #6aa84f;
  color: #fff;
  border-color: #6aa84f;
  transform: scale(1.1);
}
.paginationContainer .activePage:hover:not(:disabled) {
  background-color: #6aa84f;
  color: #fff;
  border-color: #6aa84f;
}

.lds-ring {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 80px;
}

.centerSpinner {
  display: flex;
  justify-content: center;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 8px;
  border: 4px solid #221515;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #2e89c6 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #fff;
  border-top-color: #00bfff;
  border-radius: 50%;
}

.ekr-box-container,
.wp-block-ekr-pallet-editor {
  border: 1px solid #cecece;
  padding: 5px 5px;
  margin: 10px 10px;
  box-shadow: #cecece 3px 3px 3px;
}
.ekr-box-container .ekr-date-picker,
.wp-block-ekr-pallet-editor .ekr-date-picker {
  width: 100%;
}

.pallet-type-select {
  width: 100%;
  height: 40px;
}

.ekr_hidden {
  display: none !important;
}

.show-more:hover {
  cursor: pointer;
  text-decoration: underline;
}

.cascadeZero {
  color: rgb(204, 204, 204);
}

.autoComplete {
  position: absolute;
  border: 1px solid #d0dcd0;
  z-index: 99;
  background-color: white;
  list-style-type: none;
  padding: 10px;
  margin-top: 5px;
  max-height: 400px;
  min-width: 200px;
  overflow-y: auto;
}
.autoComplete li {
  padding: 3px;
}
.autoComplete li:hover {
  cursor: pointer;
  background-color: #d0dcd0;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  padding: 10px;
  background-color: #ffffff;
  z-index: 1000;
  border: 10px solid #000;
  border-radius: 5px;
}

.modal-buttons-div {
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-close-div {
  height: 10%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-buttons-close {
  height: 30px;
  width: 30px;
  color: #d90000;
  font-size: 100%;
  padding: 0;
}

.modal-content {
  border: 5px;
  border-color: #576365;
  height: 80%;
  flex-direction: column;
  display: grid;
  gap: 10px;
  overflow-y: scroll;
  overflow-x: auto;
}

.container > * {
  grid-row: span 1;
}

.modal-buttons {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 10px;
  color: #00c400;
  font-size: 100%;
  text-align: center;
  padding: 0;
}

.modal-item {
  outline: none;
  border: 2px solid transparent;
  cursor: pointer;
  font-size: 15px;
}

.modal-item:hover {
  border-color: black;
}

.modal-item:focus {
  border-color: black;
}

.modal-p {
  font-size: 20px;
  text-decoration: underline;
}

.index-list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.index-list li {
  border: 1px solid #000;
  flex: 1;
  padding: 3px;
  text-align: center;
  transition: background-color 0.3s, cursor 0.3s;
}
.index-list li:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}

.selectedIndex {
  background-color: #f0f0f0;
}

/* Styles for button */
.audioButton {
  height: 40px;
  margin-left: 15px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #6aa84f;
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
}

.audioButton:disabled {
  background-color: #b8d8bc;
  cursor: not-allowed;
}

/* Styles for download button */
.downloadAudioButton {
  margin-left: 15px;
  display: none; /* Initially hidden */
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #6aa84f;
  border: none;
  border-radius: 4px !important;
  cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
