html,
body {
  height: 100%;
}

.search-container form{
  max-width: 600px;
  width: 100%;
}

.search-container .form-inline .input-group {
  margin: 0 auto;
  width: 100%;
}

.main-row {
  height: 250px;
  position: relative;
  top: 25%;
}

.custom-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
}

.custom-footer a , 
.copyright{
  color: #7d7979;
  font-size: 12px;
}
/* .container {
  width: 800px !important;
} */

/* .result-card {
  border-left: 4px solid #e50000 !important;
  box-shadow: 2px 1px 6px #00000029;
} */

.col-fill {
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
  flex-grow: 1;
  min-width: 0;
}

.result-title {
  color: #3300b5;
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-decoration: none;
  cursor: pointer;
}

.result-url {
  color: #0e7744;
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.result-data {
  color: #333;
  font-size: 13px;
  line-height: 18px;
  overflow: hidden;
}

.data-container {
  /* padding-left: 25% !important; */
  /* padding-right: 25% !important; */
  max-width: 600px;
  margin: 0 auto;
  display: block;
}

.add-block {
  padding: 20px 15px 15px 15px;
  background-color: #f5f5f5;
  margin: 10px 0 0 0;
  display: flex;
}

.add-block .col {
  display: flex;
  flex-direction: column;
  position: relative;
}

.add-title {
  color: black;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: normal;
  display: block;
  width: 80%;
}

.add-btn {
  display: inline-block;
  margin: 0 6px 0 0;
  position: absolute;
  right: 0;
  top: 30%;
  /* order: 3; */
  font-size: 16px;
  cursor: pointer;
}



.add-title a {
  color: black;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

.add-data a,
.add-url a {
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
}

.add-title a:hover {
  color: black;
  text-decoration: none;
}

.add-data a:hover,
.add-url a:hover {
  color: #999999;
  text-decoration: none;
}

/* .add-btn a:hover {
  color: white;
  text-decoration: none;
} */

.add-btn a {
  /* background-color: #E50000; */
  color: #FFF;
  padding: 6px 4px 6px 13px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  width: 85px;
  text-align: center;
  font-weight: 500;
}

.add-btn .fa {
  font-size: 12px;
}

.add-url {
  /* margin-top: 8px; */
  width: 80%;
  /* order: 2; */
  display: block;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  line-height: 20px;
}

.add-data {
  width: 80%;
  line-height: 1 !important;
}

#read-more-module {
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px;
  background-color: whitesmoke;
  border-radius: 10px;
}

#read-more-btn {
  box-shadow: none;
  color: black;
}

#read-more-module #read-more.collapse:not(.show) {
  display: block;
  height: 6rem;
  overflow: hidden;
}

#read-more-module #read-more.collapsing {
  height: 3rem;
}

#read-more-module a.collapsed::after {
  content: "Read More >>";
}

#read-more-module a:not(.collapsed)::after {
  content: "Read Less <<";
}

.ads-relate {
  color: #bbb;
  margin: 8px 0 0 2px;
  font-size: 10px;
  text-align: left;
}

@media (max-width: 950px) {
  .add-btn {
    position: static;
  }

  .add-btn a {
    width: 100%;
    padding: 8px 8px 8px 8px;
    margin: 0;
    display: inline-block;
  }

  .search-container form{
    width: 98%;
  }
  
  .search-container .form-inline .input-group {
    width: 98%;
  }

  .add-title, .add-url, .add-data {
    width: 100%;
  }

}

@media (max-width: 550px) {
  .add-btn {
    position: static;
    margin-right: 0;
  }

  .add-btn a {
    width: 100%;
    padding: 8px 8px 8px 8px;
    margin: 0;
    display: inline-block;
  }

  .main {
    padding-left: 0% !important;
    padding-right: 0% !important;
  }

  .mobile-view {
    /* padding-left: 0% !important;
    padding-right: 0% !important; */
    margin-right: 10px !important;
    margin-left: 10px !important;
  }

  .add-title , .add-url , .add-data {
    width: 100%;
  }
  /* .col-fill .col {
    padding-right: 5px;
  } */
}
