.td {
  border: none;
}

td small {
  font-size: 12px;
  color: #404144;
  margin-right: 0.5rem;
}

.icon-swim{
  display: flex;
}
@media screen and (max-width:550px) {
  .add-swimmer {
    flex-direction: column !important;
    align-items: start !important ;
    margin-left: 1px;
  }
  .vertical-hr {
    display: none;
  }
  .button-add-swimmer {
    display: none;
  }
  .footer-swim {
    padding: 0px !important;
    justify-content: center !important;
  }
  .swim-btn {
    width: 47% !important;
  }
}

.vertical-hr {
  width: 20px;
  rotate: 90deg;
}
.svg{
  margin-bottom: 0.2rem;
}

.vertical{
  border: 1px solid #ECEDF0;
}

.head{
  color: #707895;
}

.main{
  margin: 4rem;
}

 .form-group input {
  height: 2.8rem;
  border: 1px solid #b9b9ba;
  border-radius: 0.5rem;
}
.details input{
  height: 6rem !important;
  border: 1px solid #b9b9ba;
  border-radius: 0.5rem;
}

.swimmer-style{
  color: #BDB187;
}

.modal-paragraph{
  color: #64748B;
}

.body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 24px 32px 20px 32px;
}

.secondary-btn{
  width: 116px;
  height: 44px;
}

.primary-btn{
  height: 44px;
}


 .form-group {
  position: relative;
  width: 100%;
}

 .form-group select {
  height: 2.8rem;
  border: 1px solid #b9b9ba;
  border-radius: 0.5rem;
}

 .span {
  position: absolute;
  top: -0.6rem;
  left: 1rem;
  background-color: #fff;
  font-size: 12px;
  color: #b9b9ba;
}

.paragraph-style{
  color: #3A3A3A;
}

@media (max-width: 1350px) {
  .table-responsive table {
    width: 80rem;
  }
}

@media (max-width: 1200px){
    .header1 {
    position: relative;
    margin-right: -0.3rem;
  }
}

@media (max-width: 768px) {

  .table-responsive {
    overflow-x: auto;
  }

  .table-responsive table {
    width: 50rem;
  }

  .header1 {
    position: relative;
    margin-right: -0.5rem;
  }
}

@media (max-width: 600px) {
  .main {
    margin: 0.2rem;
  }

  .header1 {
    position: relative;
    margin-right: -0.5rem;
  }
}
