.ai_simplified_banner {
  background-color: #f5f5f7;
  border-radius: 8px;
  box-sizing: border-box;
}
.ai_simplified_banner * {
  box-sizing: border-box;
}
.ai_simplified_banner .newsletter_inner {
  display: flex;
  flex-direction: column;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(../../../../../../uploads/tenweb-theme/images/icons/shine.svg) no-repeat left 3px;
  font-weight: 800;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../../../../../../uploads/tenweb-theme/images/icons/checkmarks/checkmark-blue.svg") no-repeat center center;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:last-child {
  margin-bottom: 0;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
  display: flex;
  position: relative;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  max-width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input:focus {
  border-color: #fff;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3339f1;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.loading {
  background-color: rgba(51, 57, 241, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.success {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn:hover {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #cfd0e3;
  border-bottom-color: #fafafa;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .success {
  margin: 10px auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../../../../../uploads/tenweb-theme/images/icons/icon_success_white.svg") no-repeat center;
}
.ai_simplified_banner .newsletter_inner .author {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}
.ai_simplified_banner .newsletter_inner .author .author__img {
  border-radius: 50%;
  overflow: hidden;
}
.ai_simplified_banner .newsletter_inner .author .author__img img {
  border-radius: 50%;
}
.ai_simplified_banner .newsletter_inner .author span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.ai_simplified_banner .newsletter_inner .author strong {
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
}

.error_msg {
  color: #d41125;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  position: absolute;
  top: 48px;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
