.content1  {
    display: flex;
    margin-right: 5px;
    text-align: left;
    width: 85%;
    margin-bottom: 10px;

  }
  .card-img-topp{
    width: 10%;
    
  }
  .content  {
    display: flex;
    margin-right: 5px;
    text-align: left;
    margin-bottom: 0;
  }
  .carp{
  display: flex;
  flex-direction: column;
  border-radius: 0.25rem;
  align-items: center;
  }
  .inside_line{
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
   
  }
  .outside  {
    padding-top: 2%;
    min-width: 100%;
  }
  .body1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 5%;
  }
  .submit1{
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .card-header{
    border-bottom: none;
    border-left: none;
    border-right:  none;
    
  }
  .card {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right:  none;
  }
  .card-body{
    border-bottom: none;
  }
 .list-group {
}
.list-group-item{
  border:none;
 
}
.close1:hover{
  cursor: pointer;
}
.btn-group>button>img{
  font-size: small;
  width:20px;
}

.modal-content{
  height: auto;
}
.table_r{
  border:0;
}
#myModal2:target {
  display: block;
  }
.td_r{
  border: none;
  flex: 1;
}
tr:nth-child(even) {
  background-color:none !important;
}
.row_main{
 
  align-items: left;
  justify-content: flex-start;
  align-content: left;
  vertical-align: middle;
  display: flex;
  flex-direction: row;
  border: none;
}
.dropbtn2 {
  background-color: #19875f;
  color: white;
  padding: 8px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}