/** @format */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
}
.navbar {
  padding: 0.8rem;
  border-radius: 5px;
  position: fixed;
  top: 0;
  /* margin: 2px; */
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  /* box-shadow: 5px 5px 10px 3px lightgrey; */
  justify-content: space-between;
}
.pCard{
  display: flex;
  justify-content: space-between;
}
.card {
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #cad4dd;
  text-align: center;
  border-radius: 10px;
  flex-basis: 20%;
}
.cardpres{
  margin-top: 1rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #cad4dd;
  text-align: center;
  border-radius: 10px;
  flex-basis: 20%;
}
.cardPdf {
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 20%;
  border: 2px solid #cad4dd;
  text-align: center;
  border-radius: 10px;
  width: 25rem;
}
.cardreport {
  margin: 1rem 0;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 20%;
  border: 1px solid #cad4dd;
  text-align: left;
  border-radius: 10px;
  background-color: #F9FAFB;
}
.card img {
  width: 10rem;
  height: 10rem;
}

.main {
  display: flex;
  flex-direction: column;
}

.customedetails{
  margin-top: 0;
}
.button {
  padding: 0.7rem;
}
.reports_heading{
margin-top: 1rem;
text-align: center;
font-size: 20px;
font-weight: 700;
}
.card button {
  padding: 10px 25px; 
  color: white;
  border: none;
  border-radius: 10px;
}

.card button a {
  text-decoration: none;
  color: white;
}

.cardPdf button {
  padding: 10px 25px;
  color: white;
  border: none;
  border-radius: 10px;
}

.cardPdf button a {
  text-decoration: none;
  color: white;
}

.nameCard {
  margin-top: 60px;
  display: flex;
  justify-content: space-evenly;
  font-size: 2rem;
  font-family: sans-serif;
}

.info {
  display: flex;
  justify-content: space-around;
}
.cmtags {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  flex-basis: 20%;
  /* width: 25rem; */
}
.clinicalTags {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 10px;
  padding: 0.5rem 0;
  flex-basis: 20%;
  width: 25rem;
}
.cmtags-item{
 width: 37%;
  background-color:#E6EAF0;
  padding:5px;
  border-radius:6px; 
  text-align:center;
  font-size:14px;
  font-weight: 600;
  width: fit-content;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
  .main {
    width: 100%;
    flex-direction: column;
  }
  .pCard{
    width: 100%;
  }
  .card {
    width: 100%;
  }
  .cardPdf {
    width: 100%;
  }
.cardreport{
  width: 100%;
 
}
  .cmtags {
    width: 100%;
 
  }
  .clinicalTags {
    width: 100%;
    margin-bottom: 10px;
  }
.reports_heading{
  width: 100%;
  margin-top: 0rem;
  column-gap: 60px;
}
}

@media (max-width: 768px) {
  .accordion-header .accordion-button {
    font-size: 16px !important;
    padding: 16px !important;
  }
  .clinicaltext{
    font-size: 16px !important;
  }
  .cardpres{
    min-width: 280px !important;
    flex-basis: 100%;
  }
  .datePres{
    font-size: 14px !important;
  }
  .reportpresname{
    font-size: 14px !important;
  }
  .docnamepres{
    font-size: 14px !important;
  }
  .labnamelab{
    font-size: 14px !important;
  }
  .medicalreportsmall{
    font-size: 14px !important;
  }
  .mainbody{
    margin:0 18px !important;
  }
  .pCard{
    display: flex;
    flex-direction: column;
  }
  .card {
    min-width: 310px !important;
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .cardPdf {
    min-width: 310px !important;
    margin-bottom: 10px;
    flex-basis: 100%;
  }
}
