
.section-heading {
  color: #16030E;
  font-size: 32px;
  font-weight: 600;
}
.campaign_button {
  border-radius: 4px;
  background: #E53F9E;
  display: flex;
  justify-content: center;
  border: 1px solid #E53F9E;
  align-items: center;
  gap: 6px;
  width: 265px;
  color: #fff;
  height: 44px;
  transition: all 0.7s ease-in-out;
}
.campaign_button:hover{
  background:transparent;
  color: #E53F9E;
}
.campaign_button:hover .new_campaign_btn{
  color: #E53F9E;
}
.campaign_button:hover .plus_icon{
  stroke: #E53F9E;
}
.new_campaign_btn {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.plus_icon {
  display: inline-block;
}

 .input_secrch_box .form-control {
  max-width: 185px;
}
.input_secrch_box .form-group {
  margin-bottom: 0;
}
.input_secrch_box .form-control::placeholder {
  color: #9C9C9C;
}


.country_select_box {
  border-radius: 4px;
  border: 0.2px solid #E53F9E;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 10px;
}

.Country_select {
  color: #425466;
  font-size: 14px;
  font-weight: 600;
  outline: none !important;
  border: none;
  cursor: pointer;
}
.campaigns_wrapper .table {
  border-color: #D9D9D9 !important;
  margin-bottom: 0;
}
.campaigns_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;
}

.campaigns_wrapper table td {
  color: #40444D;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
}
.campaigns_wrapper .charts_stateName {
  color: #E74BA6;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}
.charts_email {
  color: #40444D;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.action_icon_box {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-delete {
  background: none;
  border: none;
  padding: 0;
}

.campaign_box {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.campaigns_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
}

.campaigns_check_btn_block{
  margin-top: 44px;
}
.check_listing_items {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap:20px;
  flex-wrap: wrap;
}
.campaigns_check_btn_block .form-check {
  display: flex;
  align-items: center;
  margin: 0px;
  padding: 0;
}
.campaigns_check_btn_block .form-check-input {
  border: 1px solid #E53F9E;
  width: 22px;
  min-width:22px;
  height: 22px;
  margin: 0px 8px 0px 0px !important;
}
.campaigns_check_btn_block .form-check-input:focus {
  border-color: #E53F9E;
  outline: 0;
  box-shadow: none;
}
.check_listing_items li {
  border-right: 1px solid #FCE9F4;
  border-radius: 1px;
  padding-right: 20px;
}
.check_listing_items li:last-child {
  border:none;
  padding-right:0px;
}
.campaigns_check_btn_block .form-check-input:checked {
  background-color: #E53F9E;
  border: 1px solid #E53F9E;
}

.campaigns_table_content {
  margin-top: 20px;
}

.progress {
  width: 75px;
  height: 7px;
  --bs-progress-bar-bg: #10B981;
  --bs-progress-bg:#E9E9E9;
}
.progressbar_box span{
  font-size: 14px;
  font-weight: 400;
  color:#40444D;

}
.progressbar_box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.progress_repot_box{
  display: flex;
  align-items: center;
  gap:24px;
}




.page_navigation_box .pagination {
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.page_navigation_box .page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.20);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
}
.page_navigation_box .page-link {
  color: #425466;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.page_navigation_box .page-link.actvie {
  border-radius: 6px;
  border: 1px solid #E53F9E;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.20), 0px 0px 13.55903px 0px rgb(0 0 0 / 0%);
}
.page_navigation_box .page-item:first-child .page-link, .page-item:last-child .page-link {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 5px 0px rgba(30, 105, 255, 0.20);
  border: 0;
  padding: 4px;
  width: 32px;
  height: 32px;
}
.page_navigation_box {
  margin-top: 67px;
}
.interface_icon svg{
  width:22px;
  height:22px;
}
.icon-delete svg{
  width:24px;
  height:24px;
}



@media (min-width: 992px) and (max-width: 1199.98px) { 
  .campaign_box {
    gap: 8px;
  }
  .campaigns_check_btn_block {
    margin-top: 30px;
}
.page_navigation_box {
  margin-top: 50px;
}
.main_content {
  padding: 30px 30px 30px;
}

}

@media (max-width: 991.98px) {
  .campaigns_check_btn_block {
    margin-top: 30px;
}
.main_content {
  padding: 30px 30px 30px;
}
.page_navigation_box {
  margin-top: 35px;
}
.page_navigation_box .pagination {
  gap: 25px;
}
.interface_icon svg {
  width: 20px;
  height: 20px;
}
.icon-delete svg {
  width: 23px;
  height: 23px;
}
.campaigns_check_btn_block .form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

}

@media (max-width: 767.98px) {
  .campaigns_check_btn_block {
    margin-top: 20px;
  }
}

@media (max-width: 575.98px) {

  .check_listing_items {
    gap: 13px;
}
.check_listing_items li {
  padding-right: 13px;
}
  .campaigns_check_btn_block {
    margin-top: 25px;
}
.main_content {
    padding: 30px 16px 30px;
}
.page_navigation_box {
  margin-top:30px;
}
.interface_icon svg {
  width: 18px;
  height: 18px;
}
.icon-delete svg {
  width: 20px;
  height: 20px;
}
.campaigns_check_btn_block .form-check-input {
  width: 18px;
  min-width: 18px;
  height: 18px;
}
}
