.rerafinder-searchbar{
    border-radius: 8px!important; 
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
    height: 60px !important;
    border-radius: 8px !important;
    border: 2px solid #32B993 !important;
    color: #807F7F !important;
font-family: Public Sans !important;
font-size: 18px !important;
font-style: normal !important;
font-weight: 400 !important;
line-height: normal !important;
letter-spacing: 0.32px !important;
padding-left:65px   !important;
/* margin-bottom: 20px; */
}
.rerafinder-searchbar:focus{
    border: 2px solid #32B993  !important;
    outline: none !important;
}
.rerafinder-searchbar-cross{
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    color: #807F7F !important;
    cursor: pointer !important;
}
.rerafinder-searchbar-search{
    position: absolute !important;
    top: 15px !important;
    left: 20px !important;
    color: #807F7F !important;
    cursor: pointer !important;
}
.rf-table-head{
    background: linear-gradient(93deg, rgba(0, 192, 139, 0.88) 10.26%, rgba(11, 53, 84, 0.88) 129.08%);
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    border: none;
    outline: none;
    color: white;
    font-size: 18px;
    height: 60px;
    overflow: hidden !important;
    /* margin-bottom: 20px; */
}
.rf-table-head th{
    border: none !important;
    padding-bottom: 20px !important;
}
.rf-table-head th:first-child{
    border-radius: 8px 0px 0px 8px;
}
.rf-table-head th:last-child{
    border-radius: 0px 8px 8px 0px;
}
.rf-table-row{
    border-radius: 8px;
border-bottom: 1px solid rgba(50, 185, 147, 0.66);
/* opacity: 0.4; */
background: rgba(211, 231, 222, 0.48);
margin:10px 0px !important;
color: #403F3F;
font-family: Public Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
}
.rf-table-row2{
    border-radius: 8px;
border-bottom: 1px solid rgba(50, 185, 147, 0.66);
background: rgba(185, 227, 208, 0.48);
}
.rf-table-wrapper table {
    border-collapse:separate; 
    border-spacing: 0 1em;
  }
  .rf-table-wrapper .rf-table-row:first-child{
    border-radius: 8px 0px 0px 8px;
  }
  .rf-table-wrapper .rf-table-row:last-child{
    border-radius: 0px 8px 8px 0px;
  }
  .rerafinder-searchbar::placeholder{
    opacity: 0.5  !important;
  }

  @media only screen and (max-width:575px){
    .rf-table-head{
        font-size: 12px;
        height: auto;
    }
    .rf-table-row{
        border-radius: 8px;
    border-bottom: 1px solid rgba(50, 185, 147, 0.66);
    /* opacity: 0.4; */
    background: rgba(211, 231, 222, 0.48);
    margin:10px 0px !important;
    color: #403F3F;
    font-family: Public Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    }
  }

  @media only screen and (max-width:575px){
    .rerafinder-searchbar-cross {
        top: 9px;
        right: 16px;
        top: 14px;
        right: 15px;
        width: 20px !important;
        height: 20px !important;
    }
    .rerafinder-searchbar{
        height: 45px  !important;
        font-size: 12px !important;
        padding-left: 40px !important;
    }
    .rerafinder-searchbar-search {
        width: 20px !important;
        height: 20px !important;
        left: 12px !important;
        top: 13px !important;
       
    }
    .rf-table-head{
        height: auto;
    }
  }