/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.rte-table-container {
  font-family: Arial, sans-serif;
}

.rte-table-container h1 {
  text-align: center;
  color: #333;
}

.rte-table-container {
  max-width: 1560px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}

.rte-table-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rte-table-col h2 {
  background: #000000;
  padding: 14px;
  margin: 0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}

.rte-table-row>.rte-table-col {
  width: 100%;
  max-width: calc(50% - 15px);
  margin-bottom: 20px;
}

.rte-table-container {
  max-width: 100% !important;
}

.rte-table-main-box table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.rte-table-main-box table th,
td {
  /* border: 1px solid #ddd; */
  padding: 15px;
  text-align: center;
  position: relative;
}

.rte-table-main-box table th {
  background-color: #f2f2f2;
  color: #000;
  font-weight: 400;
  font-size: 18px;
}

.rte-table-main-box table tr td .edit-btn {
  display: inline-block;
  position: absolute;
  right: 11px;
  top: 8px;
}
.rte-table-main-box table td {
  padding: 10px 0 !important;
}

.rte-table-main-box table tr td .edit-btn img {
  width: 18px;
}

.rte-table-main-box td input[type="text"] {
  width: 85%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}

.rte-table-main-box table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.rte-table-btn-box {
  text-align: center;
  max-width: calc(50% - 30px);
  width: 100%;
}

.rte-submit-btn {
  width: 250px;
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  text-transform: capitalize;
  border: 0;
  text-align: center;
  font-weight: 500;
  margin: 0 15px;
  cursor: pointer;
  border-radius: 4px;
}

.rte-submit-btn:hover {
  opacity: 0.9;
}

form#rte-form-data {
  position: relative;
}

.rte-submit-loaders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  background: #00000036;
}

.rte-submit-loaders .rte-loaders {
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
}

.rte-submit-loaders .rte-loaders img {
  width: 100px;
}

.rte-date-picker-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  max-height: 60px;
}

.rte-date-picker-container svg {
  width: 30px;
  height: 100%;
}

.rte-date-picker-container button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rte-date-picker-container svg path {
  stroke: #fff !important;
  transition: 0.3s all;
}

.rte-date-picker-container button:hover>svg path {
  stroke: #28303d !important;
}

input#rte_cat_date {
  text-align: center;
}

input.rte-input:disabled {
  cursor: not-allowed;
}

input.rte-input:active,
input.rte-input:focus {
  outline: none;
}

.rte-date-picker-container button {
  padding: 14px !important;
}

.rte-date-picker-container input#rte_cat_date {
  text-align: center;
  font-size: 16px;
}

.rte-table-row>.rte-table-col .rte-table-btn-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.rte-table-row>.rte-table-col .rte-table-btn-box button.rte-submit-btn {
  background: #000;
  color: #fff;
}

figure.wp-block-table {
  width: 100%;
  max-width: 100% !important;
  overflow: hidden !important;
}

div.ui-datepicker {
  font-size: 16px !important;
}

@media (max-width: 991px) {
  .rte-table-row>.rte-table-col {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .rte-upper-table-box {
    width: 100%;
    white-space: nowrap;
  }

  .rte-table-main-box {
    overflow-x: scroll;
  }

  .rte-table-row>.rte-table-col {
    overflow: hidden;
  }

  .rte-table-main-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }

  .rte-table-main-box::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
    height: 8px;
  }

  .rte-table-main-box::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
    border-radius: 20px;
  }

  .rte-table-row table td {
    width: 20% !important;
    max-width: 20% !important;
    min-width: 20% !important;
    padding: 5px !important;
  }

  .rte-table-box {
    width: 100% !important;
  }

  .rte-table-row table,
  .rte-table-row .wp-block-table {
    min-width: 100% !important;
  }

  .rte-upper-table-box {
    max-width: 100% !important;
  }

  .rte-table-main-box table th,
  td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 10px;
  }

  .rte-table-main-box table tr td .edit-btn {
    top: 0px;
  }

  .rte-table-main-box table tr td .edit-btn img {
    width: 12px;
  }

  .rte-table-container {
    padding: 0;
  }

  .rte-table-col h2 {
    font-size: 18px;
  }

  .rte-date-picker-container {
    margin-bottom: 20px;
  }

  form#rte-form-data button {
    font-size: 16px !important;
    padding: 10px;
    height: 100%;
  }

  form#rte-form-data input#rte_cat_date {
    font-size: 16px !important;
    padding: 10px;
    height: 64px;
  }

  form#rte-form-data table tbody td input {
    overflow: hidden;
    text-overflow: ellipsis !important;
    white-space: nowrap;
    min-width: 70px;
  }

  .rte-table-main-box table tr td .edit-btn {
    right: 8px;
  }

  .rte-table-row>.rte-table-col .rte-table-btn-box {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: max-content;
  }
}

/*  sheet -shortcode- form-data */




body {
  font-family: Arial, sans-serif;
  margin: 0;
}

.wizard {
  width: 90%;
  margin: auto;
  padding-top: 100px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}

.step-header::before {
  content: "";
  position: absolute;
  background: #000;
  height: 1px;
  width: calc(100% - 96px);
  top: 18px;
  left: 36px;
}

#rte-form-sheet-data .rte-error-msg-trasfer {
  color: red;
  font-size: 16px;
  margin-top: 5px;
  display: inline-block;
}
.step-2 .msg-error {
  font-size: 16px;
  color: red;
  margin-top: 5px;
  display: inline-block;
}

.step-2 input {
  margin-bottom: 0;
}
div#response-message .success-message {
  background: #0a900a;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.step-number {
  background-color: transparent;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}

.step-first,
.step-second {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-first h2,
.step-second h2 {
  font-size: 14px;
}

.step-number.active {
  background-color: #000;
  color: #fff;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

input,
select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
}

button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.btn-next,
.btn-prev,
.btn-book {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
}

.step-form-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.step-form-outer .form-group {
  width: 48%;
}

.form-btn-outer {
  display: flex;
  column-gap: 70px;
}