.page-wrapper {
  max-width: 1140px;
  margin: 50px auto;
}

p {
  margin-bottom: 0 !important;
}

.custom-form-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 0.5em;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(130deg, #67b39f 0%, #47ceab 100%);
  box-shadow: 0px 3px 3px -2px rgba(102.99999999999999, 179, 159.00000000000003, 0.6313725490196078);
  border-radius: 15px 15px 15px 15px;
  padding: 20px 30px 20px 30px;
  margin: 20px 0px;
}
.listing_name_field {
  display: flex;
  gap: 30px;
}
#custom-form button {
  height: 45px;
  font-size: 14px !important;
  padding: 10px 14px !important;
  text-decoration: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
  border: 1px solid #e1e4ec !important;
  cursor: pointer;
  color: #434343 !important;
  border-radius: 4px !important;
}
.time_name_fields {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
  padding: 10px 0px;
}
.tab-content-block {
  display: none;
}
.active {
  display: block;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.opening-business-hour select {
  height: 50px;
}
.toggle-box {
  display: none;
  gap: 30px;
  align-items: center;
}
.opening-day-switch {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 10px 0px;
}

.toggle-box {
  display: flex;
}

.opening-day-switch > div:first-child label {
  margin-right: 20px;
}

#custom-listing-form .label {
  display: block;
  margin-bottom: 15px !important;
  font-weight: bold;
}
.spacing {
  margin: 15px 0px;
}
.text-small {
  font-size: 14px;
  padding: 0px 10px;
}
.price-field-wrapper {
  display: flex;
  align-items: center;
}

.field-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
.general-group,
.contact-info-group,
.opening-business-hour-group,
.map-group,
.faq-group,
.booking-group,
.post-details-group {
  border: 1px solid #e3e6ef;
  margin-bottom: 35px;
  background-color: #fff;
}
.group-heading {
  padding: 30px 20px;
  border-bottom: 1px solid #e3e6ef;
  margin: 0;
}

.inner-field-wrapper {
  padding: 30px;
}
.name_field {
  margin-bottom: 20px;
}
.opening-day-switch .field-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opening-day-switch .field-box > div:first-child {
  width: 190px;
}

#custom-form select,
#custom-form input[type="text"],
#custom-form input[type="email"],
#custom-form input[type="number"],
#custom-form input[type="url"] {
  padding: 10px;
  word-wrap: normal;
  width: 100%;
  border-radius: 5px;
}
#custom-form textarea {
  width: 100%;
}

.name_field {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
}

.active-tab {
  background-image: linear-gradient(130deg, #67b39f 0%, #47ceab 100%);
}
#delete{
  font-size: 20px;
    padding: 12px 12px;
    margin-left: 20px;
    border: none;
    color:#36454F
    background: none;
}