.br-notify {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
  background: rgba(11, 61, 79, 0.92);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-left: 4px solid #1cc2eb;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  text-align: left;
}

.br-notify-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.br-notify-text {
  font-family: "proxima-nova", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

.feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2200 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 70;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
}
.feedback.active {
  visibility: visible;
  opacity: 1;
}
.feedback .feedback-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.feedback .content {
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 20px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  max-width: 1400px;
}

.held-branch-achievement {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin: 12px auto 0;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 8px;
}
.held-branch-achievement h4 {
  margin: 4px 0 0;
  font-weight: 400;
  opacity: 0.7;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.held-branch-achievement strong {
  font-size: 18px;
}

.held-branch-achievement-badge {
  width: 110px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(28, 194, 235, 0.25);
}

.br-feedback-panel {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 420px;
  margin: 0 auto;
  background: rgba(11, 61, 79, 0.92);
  border: 1px solid rgba(28, 194, 235, 0.25);
  border-radius: 14px;
  padding: 32px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  text-align: center;
}

.br-feedback-icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.br-feedback-title {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 26px;
  color: #ffffff;
  margin: 0;
}

.br-feedback-body {
  font-family: "proxima-nova", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
}
.br-feedback-body p {
  margin: 0 0 8px;
}
.br-feedback-body ul, .br-feedback-body ol {
  text-align: left;
  padding-left: 20px;
}

.br-feedback-warn {
  color: #ffc107;
  font-weight: 700;
}

.br-feedback-cta {
  margin-top: 4px;
}/*# sourceMappingURL=br-notify.css.map */