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

.form-group {
  margin-bottom: 15px;
}
.newsletters-subscribe-form {
  max-width: initial !important;
}
.container.newsletter-segments {
  max-width: initial;
}
.container.newsletter-segments {
  max-width: 1275px;
}
#segments {
  padding-top: 50px;
  padding-bottom: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2em;
}

.segment-box {
  background-color: #f4f4f4;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #f9423a;
  border-radius: 10px;
}
img.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.newsletters-checkbox.form-check.form-switch {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
  padding-right: 2px;
}
.segment-box .newsletters-checkbox {
  width: 100%;
}
.form-check-input:checked {
  background-color: #f9423a !important;
  border-color: #f9423a !important;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23f9423a'/></svg>") !important;
}
.form-check-input {
  background-color: #f3f3f3 !important;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='%23f9423a'/></svg>") !important;
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
}
.form-check-input:focus {
  border-color: #f9423a !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.segment-box .segment-box-container {
  padding: 10px;
  text-align: center;
}
.segment-box figure {
  margin: 0 0 0 !important;
}
.segment-box-container p {
  text-transform: uppercase;
  font-size: 12px;
  font-style: italic;
  padding: 10px 6px 0px 6px;
  color: #8a8a8a;
}
.newsletter-title {
  color: #333;
  text-align: center;
  min-height: 50px;
  font-size: 15px;
}
.newsletter-name {
  font-weight: 700;
  color: #222;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #f9423a;
  padding-top: 0px;
}
.newsletters-subscribe-form {
  max-width: 1275px !important;
}
.newsletters-header {
  padding: 35px 0;
  position: relative;
  text-align: center;
  max-width: 1275px !important;
}
.newsletters-header-title {
  color: #4d4d40;
  font-size: 44px;
  font-weight: 400;
  line-height: 50px;
  text-transform: uppercase;
  border-bottom: 4px solid #f9423a;
  font-family: "Inter";
  background-color: #ededed;
  padding: 20px 0px;
  border-radius: 4px 4px 0px 0px;
}
.form-control:focus {
  color: #212529;
  background-color: #fff !important;
  border-color: #f9423a !important;
  outline: 0;
  box-shadow: none !important;
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: #f9423a;
  border-color: #f9423a;
}

.newsletters-subscribe-form .btn:focus {
  box-shadow: none !important;
}

#response-msg.error {
  color: red;
}
div#response-msg.success {
  color: #03b500;
}
#response-msg {
  clear: both;
  margin-top: 25px;
}
