table tbody tr {
    /* border-bottom: 1px solid #335271; */
    /* overflow: auto; */
}

.upcmng-rc hr {
    border: 1px solid #335271;
     width: 500px;

}

.rslt-tbl {
    padding-left: 20px;
   
}


.rslt-tbl {
    padding-left: 20px;
overflow: auto;   
}


.rslt-tbl table tbody td {
vertical-align: inherit;
text-align: center;
    }

.rslt-tbl table th{
        padding-bottom: 10px;
        padding-top: 10px;
        font-weight: 700;
        padding-left: 6px;
       
}
.rslt-tbl table tr{
    border-bottom: 2px solid #335271 !important;
    border-top: 2px solid #335271 !important;
       
}    
.result-contant-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-bottom-part {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #335271;
}
/* @media (max-width: 600px){
    .upcmng-rc {
  
      width: 320px;
    }
    
  } */

  .registration-form select{
    width: 100%;
    height: 46px;
    padding: 10px 15px 10px 55px;
    border: 1px solid #d8d4d4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .register-tab input:not([type="submit"]) {
    width: 100%;
    padding: 10px 15px 10px 10px;
    border: 1px solid #d8d4d4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }
  .checkbox-area input {
    width: auto !important;
}

@media (max-width: 1199px){
  .header-join-part.head-search-part {
    position: absolute;
    right: 70px;
    top: 18px;
    margin: 0;
  } 
  #search-open{
    top:76px;

  }
  .header-join-part .search_btn1 {
    margin: 0;
  }
    
}
.search-suggestion{
  background-color: white;
  border-radius: 3px;
  margin-top: 1%;
  padding: inherit;
}
.result-cube{
  justify-content:space-between;
  padding: 5px;
}
.suggestion-list{
  justify-content:space-between;
}


.tapc-active {
   color: #b47676e8 !important;
   /*background-color: #000000;*/
}