.new_campaignSetup_bolck {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new_campSetup_box {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
  row-gap: 10px !important;
}
.manager_nameDlt {
  border-radius: 200px;
  background: #fff;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
  padding: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.managerName button {
  background-color: transparent;
  border: 0;
  padding-left: 7px;
}
.manager_userIcon {
  width: 36px;
  height: 36px;
  background-color: #fde9f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.managerName {
  color: #9b959f;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.data_code {
  color: #40444d;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  background: #fce9f4;
  padding: 7px 20px;
}
.file_icon {
  display: inline-flex;
}
.file_icon svg path {
  width: 20px;
  height: 20px;
  stroke: #40444d;
}

.data_tablist_block {
  margin-top: 44px;
}
.file_icon svg {
  width: 20px;
  height: 20px;
}
.data_tablist_block #pills-tab {
  border-bottom: 2px solid #fce9f4;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 0px !important;
  flex: auto;
}
.new_campSetup_content {
  padding-top: 34px;
}
.data_tablist_block .nav-link.active::before {
  content: "";
  width: 100%;
  background-color: #e53f9e;
  bottom: -10px;
  height: 2px;
  position: absolute;
}
.data_tablist_block .nav-link {
  position: relative;
  color: rgba(64, 68, 77, 0.75);
  font-size: 18px;
  font-weight: 400;
  padding: 0;
}
.data_tablist_block .nav-link.active {
  background: none;
  color: #40444d;
  font-weight: 700;
}
.data_tablist_block .nav-link:hover {
  color: #e53f9e;
}
.data_save_btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
.data_tab_box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.form-label {
  color: #20102b;
  font-size: 14px;
  font-weight: 500;
}
.data_inputBox {
  position: absolute;
  top: 10px;
  right: 15px;
}
.reletive_box {
  position: relative;
}
.new_campaign_content .form-group {
  margin-bottom: 20px;
}
.new_campaign_content .form-group:last-child {
  margin-bottom: 0px;
}
.campSetup_title {
  color: #11263c;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.campSetup_text {
  color: #9b959f;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}
.campSetup_infoBox {
  max-width: 250px;
}
.data_inputBox svg {
  width: 18px;
  height: 18px;
}
.new_campaign_dlt {
  border-radius: 4px;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  padding-bottom: 33px;
}
.comp_manager_block {
  padding-top: 23px;
}
.comp_manaBox {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 20px;
}

.headerImage_block .avatar-edit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}
.headerImage_block .avatar-edit input {
  display: none;
}
.headerImage_block .avatar-preview {
  width: 100%;
  height: 136px;
  position: relative;
  border-radius: 4px;
  margin: 0 auto;
}
.headerImage_photoRate .avatar-photopreview {
  width: 100%;
  height: 136px;
  position: relative;
  border-radius: 4px;
  margin: 0 auto;
  overflow: auto;
}
.headerImage_block .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e2e2e2;
  grid-template-columns: 341px auto;
}

.headerImage_photoRate .avatar-photopreview > div {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e2e2e2;
  grid-template-columns: 341px auto;
}
.headerImage_block .header_upload_img {
  border-radius: 4px;
  background: #e53f9e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.headerImage_photoRate .header_upload_img {
  border-radius: 4px;
  background: #e53f9e;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.head_imageBox {
  padding: 30px 0 20px;
}
.headerImage_block .avatar-upload {
  position: relative;
}
.new_campaign_content .reletive_box .form-control {
  padding-right: 42px;
}

.add_button {
  background: #e53f9e;
  border-radius: 24px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #e53f9e;
  color: #fff;
  padding: 9px 26px 9px 21px;
  text-decoration: none;
  display: inline-block;
}
.add_button:hover {
  background: transparent;
  color: #e53f9e;
}

.radio_rangeBox {
  background: transparent;
  border: 0;
  padding: 0;
  font-weight: 500;
  color: #000;
}

.geoSelect .css-13cymwt-control,
.geoSelect .css-t3ipsp-control {
  color: #9b959f;
  font-size: 14px;
  font-weight: 400;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  height: 37px;
  background-color: #fff;
  box-shadow: none;
}

.geoSelect .css-t3ipsp-control:hover {
  border-color: #e53f9e;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.2);
}

.popup_add_manager .modal-body {
  padding: 30px 0 0;
}
.popup_add_manager .modal-header {
  border: 0;
  padding: 0;
}
.popup_add_manager .modal-content {
  padding: 20px 25px 35px;
}
@media (min-width: 1200px) and (max-width: 1440px) {
}

.upload_imgBoxMain {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 12px;
}

.upload_imgBox img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  border-radius: 5px;
}
