/**
Theme Name: Fellow Barber Map UAT
Author: dmp
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fellow-barber-map-uat
Template: hello-elementor
*/

#debug {
  position: fixed;
  background-color: yellow;
  color: black;
  font-size: 3em;
  padding: 25px;
  top: 5%;
  left: 50%;
  z-index: 9999;
}

body.has-modal {
  overflow: hidden;
}

.has-modal #overlay {
  opacity: 1;
  pointer-events: all;
}

#overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  opacity: 0;
  top: 0;
  transition: all 0.2s linear;
  background-color: rgba(54, 54, 54, 0.98);
  pointer-events: none;
}

#overlay.hidden {
  display: none;
}

#modal1 {
  overflow: auto;
  min-height: 85vh;
  max-height: 85vh;
}

.content-panel {
  display: none;
}

.content-panel.active {
  display: block;
}

.btn a {
  transition: all 0.2s;
}

.btn:hover a {
  filter: brightness(1.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

[data-id='ef617c3'] {
  padding: 0 !important;
}

/* --- Layout and Form Base Styles --- */
#custom-feedback-form {
  /* max-width: 520px; */
  margin: 40px auto;
  padding: 28px 28px 20px 28px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
  /* font-family: 'Inter', 'Segoe UI', Arial, sans-serif; */
  font-size: 1rem;
  color: #222;
  position: relative;
  transition: opacity 0.35s;
}

#custom-feedback-form label {
  display: block;
  margin-bottom: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#custom-feedback-form input[type='text'],
#custom-feedback-form textarea {
  width: 100%;
  padding: 9px 12px;
  margin-top: 4px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: #fafbfc;
  font-size: 1rem;
  transition: border-color 0.2s, background 0.2s;
  box-sizing: border-box;
}

#custom-feedback-form input[type='text']:focus,
#custom-feedback-form textarea:focus {
  border-color: #0073aa;
  outline: none;
}

#custom-feedback-form textarea {
  min-height: 80px;
  resize: vertical;
  padding: 10px 12px;
}

#custom-feedback-form .grouped-set {
  border: 1px solid #f2f2f2;
  background: #fcfcfc;
  border-radius: 7px;
  padding: 18px 16px 10px 16px;
  margin-bottom: 18px;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}

#custom-feedback-form .grouped-set label:nth-child(1),
#custom-feedback-form .grouped-set label:nth-child(2),
#custom-feedback-form .grouped-set label:nth-child(3) {
  display: block;
  margin-bottom: 20px;
}

#custom-feedback-form .delete-group {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #f7f7f7;
  color: #c0392b;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  cursor: pointer;
  padding: 2px 10px;
  font-size: 0.95em;
  transition: background 0.15s, color 0.15s;
}
#custom-feedback-form .delete-group:hover {
  background: #fbeeea;
  color: #a93226;
}

#add-another-group {
  display: inline-block;
  margin: 0 0 10px 0;
  color: #0073aa;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  transition: color 0.15s;
}
#add-another-group:hover {
  color: #005177;
  text-decoration: underline;
}

#custom-feedback-form button[type='submit'] {
  margin-top: 10px;
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 28px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s;
}
#custom-feedback-form button[type='submit']:hover {
  background: #005177;
}

/* --- Validation, Feedback, and Spinner Styles --- */
.custom-feedback-error {
  color: #c0392b;
  background: #fbeeea;
  border: 1px solid #f5c6cb;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 18px;
  display: none;
  font-size: 1rem;
  text-align: center;
}

.custom-error-highlight-group,
.custom-error-highlight-field {
  border-color: #e74c3c !important;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}

.custom-error-highlight-group {
  box-shadow: 0 0 6px 2px rgba(231, 76, 60, 0.18);
}

.custom-error-highlight-field {
  background: #fff7f7 !important;
}

.custom-form-dim {
  opacity: 0.4 !important;
  pointer-events: none;
  transition: opacity 0.2s;
}

.custom-spinner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  background: transparent;
}

.custom-spinner {
  width: 38px;
  height: 38px;
  border: 4px solid #e0e0e0;
  border-top: 4px solid #0073aa;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  [data-id='9690a4b'] {
    padding: 0;
  }

  #modal1 {
    max-height: unset;
    height: 95vh;
  }

  #modal1 h3 {
    font-size: 1.25rem;
  }
}
