@charset "UTF-8";
body.basic-info #driver-page-overlay {
  opacity: 0.35 !important;
}
body.basic-info #driver-highlighted-element-stage {
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.dashboard-walkthrough-modal {
  padding: 0 2rem 2rem 2rem;
}
.dashboard-walkthrough-modal .row {
  align-items: center;
}
.dashboard-walkthrough-modal .dashboard-walkthrough-content h5 {
  font-size: 1.5rem;
  font-weight: 600;
}
.dashboard-walkthrough-modal .dashboard-walkthrough-content p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.dashboard-walkthrough-modal .dashboard-walkthrough-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-walkthrough-modal .dashboard-walkthrough-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .dashboard-walkthrough-modal .dashboard-walkthrough-image {
    margin-top: 1.5rem;
  }
  .dashboard-walkthrough-modal .dashboard-walkthrough-image img {
    max-width: 80%;
  }
}
/**
 * Partner Navigation Menu Styles
 * Displays the partner page navigation menu horizontally in the header
 */
.partner-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}
.partner-navigation li {
  margin: 0;
}
.partner-navigation li a {
  display: block;
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.partner-navigation li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.partner-navigation li a:focus {
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.partner-navigation li a.is-active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .header-body .d-flex {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 1rem;
  }
  .header-body .partner-navigation {
    width: 100%;
  }
  .header-body .partner-navigation ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4px;
  }
  .header-body .partner-navigation li a {
    padding: 6px 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .partner-navigation ul {
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
  }
  .partner-navigation li {
    width: 100%;
  }
  .partner-navigation li a {
    text-align: center;
    padding: 8px 12px;
  }
}
table a {
  color: #676767;
}
table a i {
  color: #333333;
}

.form-control {
  color: #454d56;
  font-size: 1rem;
}
.form-control:focus {
  color: #454d56;
}

.form-group .form-group {
  margin-bottom: 0;
}

.select2 textarea {
  min-height: 0;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.15s ease;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #f2f2f2;
  font-size: 14px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  margin: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.form-check label {
  margin: 0;
  cursor: pointer;
  user-select: none;
}

.social-media-field .social-icon-box {
  width: 50px;
  height: 38px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
}
.social-media-field .social-icon-box i {
  font-size: 18px;
  color: white;
}
.social-media-field .social-icon-box.website {
  background-color: #2563eb;
}
.social-media-field .social-icon-box.website:hover {
  background-color: #1d4ed8;
}
.social-media-field .social-icon-box.instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-media-field .social-icon-box.instagram:hover {
  background: linear-gradient(45deg, #e6863d 0%, #d85c36 25%, #c92440 50%, #b91d5e 75%, #a5177a 100%);
}
.social-media-field .social-icon-box.facebook {
  background-color: #1877f2;
}
.social-media-field .social-icon-box.facebook:hover {
  background-color: #166fe5;
}
.social-media-field .social-icon-box.twitter {
  background-color: #14171a;
}
.social-media-field .social-icon-box.twitter:hover {
  background-color: #000000;
}
.social-media-field .flex-grow-1 .form-item {
  margin-bottom: 0;
}
.social-media-field .flex-grow-1 input[type=url] {
  border: 1px solid #cad1d7;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.social-media-field .flex-grow-1 input[type=url]:focus {
  border-color: #5e72e4;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(94, 114, 228, 0.25);
}
.social-media-field .flex-grow-1 input[type=url]::placeholder {
  color: #8898aa;
  opacity: 1;
}
.social-media-field .flex-grow-1 .form-item label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #32325d;
}

.social-icon-box {
  transition: background-color 0.2s ease-in-out;
}

.business-hours-schedule.open-24-hours {
  opacity: 0.5;
  pointer-events: none;
}
.business-hours-schedule .business-hours-grid {
  display: grid !important;
  grid-template-columns: max-content max-content max-content max-content !important;
  gap: 1rem 2.5rem !important;
  align-items: center !important;
}
.business-hours-schedule .business-hours-header-cell {
  margin-bottom: 0.5rem;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.business-hours-schedule .business-hours-header-cell.text-center {
  justify-content: center !important;
}
.business-hours-schedule .business-hours-cell {
  padding: 0.75rem 0;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
.business-hours-schedule .business-hours-cell.text-center {
  justify-content: center !important;
}
.business-hours-schedule .business-hours-cell .form-group {
  margin-bottom: 0 !important;
}
.business-hours-schedule .business-hours-cell .form-group label {
  margin-bottom: 0;
}
.business-hours-schedule .business-hours-cell .form-check {
  padding-left: 0;
}
.business-hours-schedule .business-hours-cell [class*=form-item-][class*=-close-minute],
.business-hours-schedule .business-hours-cell [class*=form-item-][class*=-open-minute] {
  margin-right: 7px !important;
}
.business-hours-schedule .business-hours-cell .d-flex {
  align-items: center !important;
  height: 100% !important;
}
.business-hours-schedule .business-hours-cell .day-label {
  margin: 0 !important;
  line-height: 1 !important;
}
.business-hours-schedule .business-hours-cell .time-separator {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 0.25rem !important;
  font-weight: bold !important;
  height: 100% !important;
}
.business-hours-schedule .business-hours-cell .form-select,
.business-hours-schedule .business-hours-cell .form-check-input,
.business-hours-schedule .business-hours-cell select {
  margin: 0 !important;
  align-self: center !important;
}
.business-hours-schedule .business-hours-cell .time-hour,
.business-hours-schedule .business-hours-cell .time-minute,
.business-hours-schedule .business-hours-cell .time-ampm {
  margin: 0 !important;
  align-self: center !important;
}
.business-hours-schedule .business-hours-cell .time-minute {
  margin-right: 0.25rem !important;
}
.business-hours-schedule .business-hours-cell .form-check {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  margin: 0 !important;
  padding-left: 0 !important;
}
.business-hours-schedule .business-hours-cell .form-check .form-check-input {
  margin-top: 0 !important;
  margin-left: 0 !important;
  position: relative !important;
}
.business-hours-schedule .business-hours-cell .form-check .form-check-label {
  margin: 0 !important;
  line-height: 1 !important;
  padding-left: 0 !important;
}
.business-hours-schedule .business-hours-row:hover {
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.business-hours-schedule .business-hours-row .time-hour,
.business-hours-schedule .business-hours-row .time-minute,
.business-hours-schedule .business-hours-row .time-ampm {
  width: auto;
  min-width: 60px;
}
.business-hours-schedule .business-hours-row .time-separator {
  display: inline-flex;
  align-items: center;
  padding: 0 0.25rem;
  font-weight: bold;
}
.business-hours-schedule .business-hours-row .closed-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.business-hours-schedule .business-hours-row .closed-checkbox:checked {
  background-color: #dc3545;
  border-color: #dc3545;
}
.business-hours-schedule .business-hours-row.day-closed .time-hour,
.business-hours-schedule .business-hours-row.day-closed .time-minute,
.business-hours-schedule .business-hours-row.day-closed .time-ampm {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .business-hours-schedule .business-hours-header,
  .business-hours-schedule .business-hours-row {
    display: block;
    gap: initial;
  }
  .business-hours-schedule .business-hours-header > div,
  .business-hours-schedule .business-hours-row > div {
    margin-bottom: 0.75rem;
  }
  .business-hours-schedule .business-hours-header > div:last-child,
  .business-hours-schedule .business-hours-row > div:last-child {
    margin-bottom: 0;
  }
  .business-hours-schedule .business-hours-row {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
  }
}

.card-body .business-hours-edit-form .business-hours-schedule {
  padding: 0;
}

.business-wizard-header {
  background: #d8eaef;
  padding: 15px 21px;
  border-radius: 8px;
  margin-bottom: 21px;
}
.business-wizard-header p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.business-upgrade-container h1 {
  text-align: center;
}

.upgrade-message {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
}
.upgrade-message__content {
  max-width: 400px;
}
.upgrade-message__content::before {
  content: "⬆";
  display: block;
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.7;
  line-height: 1;
}
.upgrade-message__content__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #32325d;
}
.upgrade-message__content p {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
  color: #525f7f;
  line-height: 1.4;
}
.upgrade-message__content .upgrade-btn,
.upgrade-message__content .upgrade-message__btn {
  min-width: 180px;
  padding: 0.75rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 0.5rem;
}

.password-reset-form__message .messages {
  margin-bottom: 1.5rem;
  padding: 0.75rem 1rem;
  color: #fff;
  border-radius: 8px;
}
.password-reset-form__message .messages.messages--error {
  background-color: #e74c3c;
}

.password-reset-form__login-link {
  margin-top: 1.5rem;
  color: #666;
  font-size: 0.9rem;
}
.password-reset-form__login-link a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.password-reset-form__login-link a:hover {
  text-decoration: underline;
}

#category-children-wrapper {
  margin-bottom: 1.5rem;
}
.business-wizard-form #category-children-wrapper {
  margin-top: 1rem;
}
#category-children-wrapper legend {
  line-height: 1;
}
#category-children-wrapper .form-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#category-children-wrapper .form-checkboxes .form-item {
  width: calc(50% - 0.25rem);
  margin: 0;
  display: flex;
  align-items: center;
}
#category-children-wrapper .form-checkboxes .form-item input[type=checkbox] {
  margin-right: 0.5rem;
  margin-top: 0;
  margin-bottom: 0;
  flex-shrink: 0;
  align-self: center;
}
#category-children-wrapper .form-checkboxes .form-item label {
  margin-bottom: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #category-children-wrapper .form-checkboxes .form-item {
    width: 100%;
  }
}

body {
  font-family: "Public Sans", sans-serif;
}

/**
 * Fixed status messages styles
 */
.status-messages-container.fixed-bottom-messages {
  position: fixed;
  bottom: 20px;
  right: 20px;
  left: auto;
  max-width: 500px;
  z-index: 1060;
  pointer-events: none;
}
.status-messages-container.fixed-bottom-messages .alert {
  pointer-events: all;
  margin-bottom: 10px;
  animation: slideInFromRight 0.3s ease-out;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.status-messages-container.fixed-bottom-messages .alert.fade-out {
  animation: slideOutToRight 0.3s ease-in forwards;
}
@keyframes slideOutToRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .status-messages-container.fixed-bottom-messages {
    right: 10px;
    left: 10px;
    max-width: none;
    bottom: 10px;
  }
  .status-messages-container.fixed-bottom-messages .alert {
    animation: slideInFromBottom 0.3s ease-out;
  }
  @keyframes slideInFromBottom {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  .status-messages-container.fixed-bottom-messages .alert.fade-out {
    animation: slideOutToBottom 0.3s ease-in forwards;
  }
  @keyframes slideOutToBottom {
    from {
      transform: translateY(0);
      opacity: 1;
    }
    to {
      transform: translateY(100%);
      opacity: 0;
    }
  }
}
.main-content {
  position: relative;
}

body.focus {
  /*background: url(/themes/custom/argon/assets/img/theme/bgs/centennial-charcoal.svg) 0 50% / cover no-repeat;*/
  background: url(/themes/custom/happ/images/bgs/business-bg2.jpg) 50% 100%/cover no-repeat fixed;
  min-height: 100vh;
}
body.focus .header {
  background: none;
}

.main-content__minimal {
  max-width: 600px;
  position: relative;
  text-align: center;
}
.main-content__minimal h1 {
  margin-bottom: 24px;
}

.header {
  background: url(/themes/custom/happ/images/bgs/black-checker-bg.svg) 50% 100%/cover no-repeat;
}

.bg-gradient-red-theme {
  background: linear-gradient(87deg, #c52127 0, #f56036 100%) !important;
}

.btn-primary {
  color: #fff;
  background-color: #c52127;
  border-color: #c52127;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

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