.top-tab {
  margin-bottom: 40px;
  background: #fff;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  display: flex;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.06);
}

.tab-option {
  font-size: 22px;
  font-weight: 600;
  color: #9ca8b8;
  padding: 16px;
  cursor: pointer;
}

.tab-option:hover {
  border-bottom: 2px solid #9ca8b8;
}

.tab-option.active {
  color: #25395b;
  border-bottom: 2px solid #25395b;
}

.content-wrapper > div {
  display: none;
}

.content-wrapper .active {
  display: block;
  margin: 0 10px;
}

.add_edit_activiter_form {
  background: #fcf8ec;
  padding: 25px;
  border-radius: 15px;
}

#gallery-images,
#product-image {
  display: none;
}

#gallery-preview,
#empty-product-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  min-height: 150px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  padding: 10px;
}

#gallery-preview:focus,
#gallery-preview:hover,
#empty-product-wrapper:focus,
#empty-product-wrapper:hover,
#product-preview:hover .image-container {
  outline: 1px solid #25395b;
}

#empty-gallery-message,
#empty-product-message {
  margin: auto;
  text-decoration: underline;
  color: #25395b;
}

.remove-btn {
  border: none;
  background: none !important;
  color: #dd5f5f !important;
  font-size: 22px;
  position: absolute;
  top: 2px;
  padding: 0;
  margin: 0;
  line-height: 1;
  left: 5px;
}

.remove-btn:hover {
  background: unset;
  color: #ff0000;
}

.image-container {
  width: 120px;
  height: 120px;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.image-container.featured {
  cursor: pointer;
}

#empty-product-message img {
  width: 120px;
  height: 120px;
  cursor: pointer;
  object-fit: cover;
  border-radius: 5px;
  border: 1px solid #cccccc;
}

#gallery-preview .image-container {
  cursor: move;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: unset;
}

.custom-select-multiple {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  padding: 10px;
}

.form_div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background: #f1effd;
  color: #25395b;
  font-size: 15px;
  padding: 5px 7px;
  border: unset;
  padding-left: 15px;
}

.form_div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove,
.form_div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover,
.form_div
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:focus {
  border: unset;
}

.form_div:has(.sous-label) label {
  margin-bottom: 0;
}

.form_div .sous-label {
  padding-left: 10px;
  color: #25395b;
  font-style: italic;
  margin-bottom: 10px;
}

.normal-select {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.mt-15 {
  margin-top: 15px;
}

.form-separtor {
  border-top: 1px solid #25395b;
  margin-top: 20px;
  margin-bottom: 30px;
}

.form-titel {
  color: #25395b;
  font-size: 20px !important;
  font-weight: 700;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.action-creneaux {
  color: #435a76;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  width: fit-content;
}

.action-creneaux:hover {
  text-decoration: underline;
}

.creneau-container .creneaux-line {
  border-bottom: 1px solid #a7b0b6;
  padding: 20px 0;
}

.creneau-container .creneaux-line:last-child {
  border-bottom: none !important;
  padding-bottom: 15px;
}

.creneau-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.empty-creneaux-line {
  display: none;
}

.normal-select-option label {
  display: flex;
  align-items: end;
}

.normal-select-option label span {
  margin-left: 8px;
  font-weight: 500 !important;
}

button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.btn-main-color.supprime-btn {
  background-color: #ff7777 !important;
  color: #fff !important;
}

.btn-main-color.supprime-btn:hover {
  background-color: #fa2323 !important;
  color: #fff !important;
}

.btn-main-color.btn-gray {
  background-color: #efefef !important;
  color: #6e6e6e !important;
}
.btn-main-color.btn-gray:hover {
  background-color: #6e6e6e !important;
  color: #fff !important;
}




.creneau-section-title {
  font-weight: 600;
  font-size: 1.1rem;
  color: #25395b;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #c9d0d8;
  margin-bottom: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.creneau-section-title .open-scan-qr-code-modal-btn {
  font-size: 13px;
  font-weight: 300;
}

.creneau-table-wrapper {
  background-color: #fcf8ec;
  padding: 15px 25px 25px;
  border-radius: 20px;
  width: 100%;
}
.creneau-table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.creneau-table {
  border: none;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.creneau-table td,
.creneau-table th {
  border: none !important;
  background-color: #fefefe !important;
  text-align: left;
  vertical-align: middle;
  color: #25395b;
}

.creneau-table th {
  font-size: 16px;
}

.creneau-table td {
  font-size: 14px;
}

.creneau-table tr td:first-child,
.creneau-table tr th:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.creneau-table tr td:last-child,
.creneau-table tr th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.empty-reservation {
  width: 300px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  margin: 20px auto;
  color: #1d3a5e;
}

.voir-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.disabled-preview .image-container,
#gallery-preview.disabled-preview {
  cursor: auto;
}

.img_row_table img {
  width: 80px;
  height: 80px;
}

@media (max-width: 480px) {
  .creneau-table th {
    font-size: 13px;
  }
  .creneau-table td {
    font-size: 12px;
  }
}

@media (max-width: 260px){
  .top-tab {
    flex-direction:column;
  }

}

.wc-block-checkout__sidebar .wc-block-components-product-name{
  line-height: 1.2em !important;
  font-size: 16px !important;
}
