.email-subscribed-table td {
  text-align: left;
}
.lid-magnet-form .select-background.select {
  padding-right: 0;
}
.lid-magnet-form .select-background.select:before {
  height: calc(100% - 20px);
  width: 30px;
  top: 14px;
  margin-right: 15px;
}
.background-lid-magnet-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.background-lid-magnet-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.lid-magnet-template-1 .background-lid-magnet-img,
.lid-magnet-template-2 .background-lid-magnet-img {
  display: block;
}
.upload-image-lid-magnet {
  width: 100%;
  height: 44px;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.upload-image-lid-magnet-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-image-lid-magnet input {
  display: none;
}
.upload-image-lid-magnet .preview-box {
  position: absolute;
  top: 5px;
  left: 7px;
  width: 32px;
  height: 32px;
}
.upload-image-lid-magnet .preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid gray;
}
.dropdown-lid-magnet-mailing-list .select2-search--dropdown:after {
  content: 'Наберите название для создания нового списка';
}
.dropdown-lid-magnet-mailing-list .select2-search {
  border-bottom: 1px solid gray;
}
.lid-magnet-template-1 .widget-title-wrapper,
.lid-magnet-template-1 .widget-description,
.lid-magnet-template-1 .widget-additional-text {
  position: relative;
}
.lid-magnet-template-1 .widget-title,
.lid-magnet-template-1 .widget-description,
.lid-magnet-template-1 .widget-additional-text,
.lid-magnet-template-1 .feedback-law .law-link {
  color: white;
}
.lid-magnet-template-2.widget.edit-mode {
  padding-top: 24px !important;
}
.lid-magnet-template-2 .large-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.lid-magnet-template-2 .widget-title-wrapper {
  z-index: 999 !important;
}
.w-b-r2.lid-magnet-template-1 .background-lid-magnet-img,
.w-b-r2.lid-magnet-template-1 .background-lid-magnet-img img {
  border-radius: 10px;
}
.w-b-r3.lid-magnet-template-1 .background-lid-magnet-img,
.w-b-r3.lid-magnet-template-1 .background-lid-magnet-img img {
  border-radius: 20px;
}
.field-captcha-title {
  position: relative;
}
.lid-magnet-template-1 .field-captcha-title {
  color: white;
}
.show-notice .lid-magnet-form {
  display: none;
}
.show-notice .success-send-form {
  display: flex;
  position: relative;
}
.lid-magnet-form {
  display: block;
}
.success-send-form {
  display: none;
  flex-direction: column;
  align-items: center;
  padding: 10px 0;
}
.success-send-form .site-button {
  width: 100%;
}
.success-send-form-text {
  color: #ffffff;
  line-height: 24px;
  font-size: 15px;
  margin-top: 25px;
}
.success-send-form-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #cccccc;
  width: 70px;
  height: 70px;
}
.success-send-form-icon .zmdi {
  font-size: 40px;
  color: white;
}
