.client img {
  width: 6rem;
  height: 6rem;
  object-fit: contain;
}

.my-card-detail {
  font-size: 80%;
}

.customhome .img-fluid,
.img-thumbnail {
  width: 100%;
  height: 365px;
  object-fit: cover;
}

.grecaptcha-badge {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bdetail {
  border: solid 1.2px #306eff;
  border-radius: 5px;
}

.my-profile {
  height: 40vh;
  object-fit: cover;
  object-position: center top;
}

.avatar.rounded-circle img {
  border-radius: 50%;
  object-fit: cover;
  width: 85px;
  height: 85px;
}

@media screen and (max-width: 360px) {
  .my-logo-kta-reg {
    width: auto !important;
  }

  .my-logo-kta-reg img {
    width: 3rem !important;
    border-radius: 100%;
  }

  .my-body-stp1 {
    padding-top: 1rem !important;
  }
}