
.geo_targeting_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.data_sets_box {
  display: flex;
  align-items: center;
  gap: 35px;
  flex-wrap: wrap;
  row-gap: 10px !important;
}
.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;
  flex: auto;
}
.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;
}


.thems-btn.cancel-btn {
  background: none;
  color: #E53F9E;
}
.thems-btn {
  background: #E53F9E;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #E53F9E;
  color: #fff;
  padding: 9px 26px;
  text-decoration: none;
  display: inline-block;
}
.thems-btn:hover {
  background: none;
  color: #E53F9E;
  border: 1px solid #E53F9E;
}
.cancel-btn:hover {
  background: #E53F9E;
  color: #fff;
  border: 1px solid #E53F9E;
}



.geo_targeting_block {
  margin-top: 34px;
}
.geo_targeting_wrapper .section_text {
  color: #9B959F;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}
.data_comopany_title {
  color: #11263C;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
.icon-delete {
  background: none;
  border: none;
  padding: 0;
}
.icon-delete svg {
  width: 24px;
  height: 24px;
}
.icon-delete:hover svg path {
  stroke: #E53F9E;
}
.geo_targeting_wrapper .table {
  border-color: #D9D9D9 !important;
  margin-bottom: 0;
}
.geo_targeting_wrapper table tr th {
  vertical-align: top;
  white-space: nowrap;
  border: 0;
  color: #40444D;
  font-size: 14px;
  font-weight: 500;
  background: rgba(252, 233, 244, 0.50);
  padding: 16px 18px;
}
.geo_targeting_wrapper .charts_stateName {
  color: #E74BA6;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.geo_targeting_wrapper .form-check {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0;
}
.geo_targeting_wrapper table td {
  color: #40444D;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
}
.geo_targeting_wrapper .form-check-input:checked {
  background-color: #E53F9E;
  border: 1px solid #E53F9E;
}
.geo_targeting_wrapper .form-check-input {
  border: 1px solid #E53F9E;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin: 0px 8px 0px 0px !important;
}
.geo_targeting_wrapper .form-check-input:focus {
  border-color: #E53F9E;
  outline: 0;
  box-shadow: none;
}
.geo_tar_listing .campaign_button {
  border-radius: 4px;
  background: #E53F9E;
  display: flex;
  justify-content: center;
  border: 1px solid #E53F9E;
  align-items: center;
  width: 100%;
  max-width: 303px;
  height: 44px;
  transition: all 0.7s ease-in-out; 
  margin:30px 0px 25px !important;
}
.geo_targeting_wrapper .campaign_button:last-child {
  margin:0px 0px 0px;
}
.plus_icon svg {
  width: 24px;
  height: 24px;
}

.geo_targeting_wrapper .new_campaign_btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.geo_targeting_wrapper .campaign_button:hover {
  background: transparent;
  color: #E53F9E;
}
.geo_targeting_wrapper .campaign_button:hover .plus_icon {
  stroke: #E53F9E;
}
.plus_icon {
	display: inline-block;
	padding-right: 10px;
}
.geo_targeting_wrapper .campaign_button:hover .new_campaign_btn {
  color: #E53F9E;
}

.geo_targeting_wrapper .form-control.dark_input {
  font-weight: 500;
  border-radius: 10px;
  border: 0.1px solid #E53F9E;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
}
.search_input_group_box {
  max-width: 244px;
}

.geo_tar_listing {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 20px;
}
.geo_targeting_wrapper .form-group {
  margin-bottom: 20px;
}
.form-label {
  color: #20102B;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 4px;
}
.charts_radius_km {
  border-radius: 20px;
  background: #ED78BC;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  color: #18002C;
  font-size: 14px;
  font-weight: 500;
  height: 29px;
}
.charts_radius_km.charts_color_mediam {
  background: #F3A5D2;
}
.charts_radius_km.charts_color_light {
  background: #FCE9F4;
}


@media (min-width: 1200px) and (max-width: 1440px) {
  .data_tablist_block {
    margin-top: 25px;
}
.geo_targeting_block {
  margin-top: 10px;
}
.geo_targeting_wrapper .campaign_button {
  margin: 20px 0px 20px;
}
}

@media  (max-width: 1199.98px) {
  .geo_targeting_wrapper .new_campaign_btn {
    font-size: 16px;
  }
  .geo_targeting_wrapper .campaign_button {
    max-width: 280px;
  }
  .geo_targeting_content {
    margin: 0 0 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) { 

.data_sets_box {
  gap: 15px;
}
.geo_targeting_wrapper {
  margin-top: 30px;
}
.data_tablist_block {
	margin-top: 30px;
}
.data_tablist_block #pills-tab {
  gap: 22px;
}
.data_tablist_block .nav-link {
  font-size: 17px;
}
.thems-btn {
  font-size: 16px;
}
.geo_targeting_block {
  margin-top: 5px;
}
.geo_tar_listing {
  margin-top: 15px;
}
.geo_targeting_wrapper .form-group {
  margin-bottom: 14px;
}
.geo_targeting_wrapper .campaign_button {
  margin: 25px 0px 20px;
}
.geo_targeting_wrapper .form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

}


@media (max-width: 991.98px) {
  .geo_targeting_wrapper .campaign_button {
    margin: 25px 0px 20px;
  }
  .geo_tar_listing {
    margin-top: 15px;
  }
  .geo_targeting_block {
    margin-top: 5px;
  }
  .data_tablist_block {
    margin-top: 20px;
}
.geo_targeting_wrapper {
  margin-top: 22px;
}

.data_sets_box {
  gap: 22px;
}
.thems-btn {
  font-size: 16px;
}
.data_tablist_block .nav-link {
  font-size: 17px;
}
.geo_targeting_wrapper .form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

}


@media (max-width: 767.98px) {
  .geo_targeting_content {
    display: block;
  }
  .search_input_group_box {
    margin-top: 10px;
  }
  .geo_targeting_block {
    margin-top: 15px;
}

}

@media (max-width: 575.98px) {

  
.search_input_group_box {
  max-width: 100%;
}
.data_tablist_block #pills-tab {
  gap: 15px;
}
.thems-btn {
  font-size: 14px;
}
.data_tablist_block {
  margin-top: 15px;
}
.charts_radius_km {
  width: 40px;
  font-size: 11px;
  height: 25px;
}
.data_tablist_block .nav-link {
  font-size: 15px;
}
.icon-delete svg {
  width: 22px;
  height: 22px;
}
.geo_targeting_wrapper .form-check-input {
  width: 19px;
  min-width: 19px;
  height: 19px;
}
.geo_targeting_wrapper .campaign_button {
  margin: 10px 0px 12px;
}
  
}
