body {
    background: #F5F5F5;
    font-family: 'DM Sans', sans-serif;
}
.logo-nav{
    height: auto;
  width: 200px;
}

.header-style {
    background-color: #fff;
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.container-fluid {
    width: 93%;
}

.input-elevated{
    font-size: 16px;
    line-height: 1.5;
    border: none;
    background: #F3F6FC;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.08);
    border-radius: 15px;
    width: 390px;
    padding: .5em 1em .5em 2.5em;
    height: 43px;
    color: #0043CA;
    font-weight: 600;
} 
.input-elevated:focus-visible{
    border: #ffffff00 !important
}
.search-icon{
    position: absolute;
    top: 11px;
  left: 10px;
    color: #0043CA85;
    cursor: pointer;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(255, 255, 255, 0.125);
    border-radius: .25rem;
    padding: 15px 15px;
    border-radius: 16px;
    height: 100%;
}
.card-content h3{
    color: #3B3B3B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 20px;
}
.inner-card {
    border-radius: 24px;
    border: 1px solid #ECECEC;
    padding: 20px;
    margin-bottom: 20px;
}
.inner-card img{
    border-radius: 8px;
}
.ads-name a{
    color: #3B3B3B;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; 
    margin: 0;
    text-decoration: none;
}
.ads-name p{
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}
.ads-name {
    margin-bottom: 25px;
  }
.ads-card-status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.ads-card-status h6{
 color: #3B3B3B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin: 0;
}
.ads-card-status p{
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;  
    margin: 0;
}

.ads-media img{
    width: 40px;
    height: 40px
}
.ads-media .media {
    margin-left: -15px;
    transition:  0.2s;
  }
.ads-media:hover .media {
    margin-left: 0px;
    transition:  0.2s;
  }
 .ads-img {
    width: 100%;
    object-fit: cover; 
}
.ads-media {
    display: flex;
}



.ads-details .detail-img{
    width: 100%;   
    border-radius: 8px;
}
.ads-details h2{
    color: #3B3B3B;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.ads-details p{
color: #777;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.ads-details .dates{
    display: flex;
  justify-content: space-between;
}
.ads-details .dates h5{
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ads-details .dates p{
    color: #777;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.ads-details .status span{
  color: #B03492;
  font-size: 18px;
  margin-bottom: 15px;
  margin-right: 5px;
}
.ads-details .status{
  display: flex;
  margin: 0;
  font-size: 14px;
  color: #3B3B3B; 
  margin-right: 20px;
}
.ads-details .status-list {
  display: flex;
}
.sources h3{
  color: #3B3B3B;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

.sources-media-title h6{
  color: #4C4C4C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;

}
.sources-media-title p{
  color: #777;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.sources-media img{
  height: 40px;
  width: 40px
}
.sources ol li{
  color: #4C4C4C;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
 
}

.sources-media {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.media-count span{
  color: #4C4C4C;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.media-count p{
  color: #777;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0; 
}
.sources ol li::marker{
  font-size: 20px;
  color: #4C4C4C;
  font-weight: 500;
}
/* .status-cards{
  display: flex;
  flex-wrap: wrap;
} */

.card.status-graph {
  /* min-width: 250px; */
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;

}
.card.status-graph:last-child{
  margin-right: 0px;
}
.status-graph h5{
  color: #3B3B3B;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.graph-count {
  display: flex;
  align-items: baseline;
}
.graph-count h6{
  color: #4C4C4C;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.graph-count span{
  color: #00DA30;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
.status-graph p{
  color: #777;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 0px;
}
hr {
  background: #B03492;
  height: 2px !important;
}
.each-media {
  border-radius: 4px;
  background: #F3F6FC;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.each-media .media {
  display: flex;
  align-items: center;
}
.each-media .media p{
  color: #777;
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: 0;
}
.each-media .count{
  display: flex;
  align-items: baseline;
}
.each-media .coun span{
  color: #4C4C4C;
  font-size: 20px;
  font-weight: 500;
}
.each-media img{
  width: 34px;
  height: 34px;
}
.count span{
  color: #4C4C4C;
font-size: 15px;
}
.count p{
  color: #777;
  font-size: 16px;
}





  @media (min-width: 1200.98px) { 
    .status-cards .col-xxl-4 {
      width: 19.972%;
      padding: 3px;
    }
  }


  @media (max-width: 1499.98px) { 
    .each-media .media p {
      color: #777;
      font-size: 14px;}

    .ads-card-status {
        margin-bottom: 7px;
      }
      .ads-name {
        margin-bottom: 15px;
      }
      .ads-card-status h6 {
        font-size: 15px;
      }
   }

   @media (max-width: 1299.98px) { 
    .ads-media img {
        width: 30px;
        height: 30px;
      }
      .ads-name p {
        font-size: 13px;
      }
}

@media (max-width: 1199.98px) { 
    .inner-card {
        padding: 15px;
    } 
    .ads-name {
        margin-bottom: 5px;
      }
      .ads-card-status h6 {
        font-size: 13px;
      }
      .ads-card-status p {
        color: #777;
        font-size: 12px;
      }
}

@media (max-width: 991.98px) { 
  
  .ads-details .detail-img {
    width: 30%;
    border-radius: 8px;
  }
    .ads-name {
        margin-bottom: 10px;
      }
      .ads-card-status h6 {
        font-size: 16px;
      }
      .ads-card-status p {
        color: #777;
        font-size: 15px;
      }
      .header-style {
        background-color: #fff;
        padding: 20px 45px;
      }
 }

@media (max-width: 767.98px) { 
    .inner-card img {
        margin-bottom: 10px;
      }
      .header-style {
        background-color: #fff;
        padding: 20px 30px;
      }
      .ads-name a {
        font-size: 20px;
      }
      .header-style {
        display: block;
      }
      .header-logo{
        justify-content: center;
        margin-bottom: 10px;
      }
      .input-elevated {
        width: 100%;
      }
}


