.body {
  height: 100%;
}
   
.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .41);
  overflow: scroll;
  width: 100vw;
  height: 100vh;
}

.search-wrapper {
  width: 45%;
  height: 80vh;
  padding: 20px;
  border-radius: 5px;
 /* background-color: #FFFFFF;
  overflow: scroll;*/
}
#integration-list {
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 0 auto;
    display: table;
    overflow: scroll;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
}

#integration-list ul > li {
    list-style: none;
    border-top: 1px solid #ddd;
    display: block;
    padding: 15px;
  }
.detail {
    margin: 10px 0 10px 0px;
    display: none;
    line-height: 22px;
    height: 20vh;
    overflow: scroll;
}
.advanced_search_wrapper {
    display: flex;
    width: auto;
    flex-direction: column;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 0px;
    float: none;
    border-radius: 0px 5px 0px 0px;
    background-color: #298427;
    box-shadow: #298427 0px 0px 8px 0px inset;
    font-family: Lato, sans-serif;
    font-weight: 400;
    padding-bottom: 15px;
    border-left: 10px solid white;
    border-right: 10px solid white;
    border-top: 10px solid white;
}

.section {
  height: 100vh;
  background-color: #1f286e;
}

.b1.adv_b1 {
  background-color: #fec300;
}

.close-link {
    display: block;
    color: red;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    /* margin-bottom: 10px; */
    padding-top: 10px;
    padding-left: 10px;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    width: 75px;
    /* float: right; */
}



.close-link:hover {
  color: #423f3f;
}


  .new-search{
    margin-top: 11px;
    display: flex;
   justify-content: center;
   flex-direction: column;
    border-radius: 5px;
  background-color: #298227;
  box-shadow: none;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 21px;
  line-height: 0px;
  font-weight: 700;
  height: 35px;
  text-align: center;
  }
  .extra-options {
    margin: 0 0 15px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    align-items: stretch;
}
.checkbox {
    display: inline-block;
    width: 50%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 20px;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .search-wrapper {
    width: 80%;
    height: 90vh;
    overflow: scroll;
  }
}
@media (max-width: 767px) {
  .search-wrapper {
    width: 95%;
    height: 80vh;
    overflow: scroll;

}
@media (max-width: 479px) {
.advanced_search_wrapper {
margin-top: 0px; 
}
.social_btns {
    position: static;
    display: none;
}
.column_1 {
  margin-top: 0px;
}
}