



.form-label-theme{
    font-size: small;
    font-weight: 600;
    color: #777;
    margin-bottom: .3em;
}



.rounded-start-top {
    border-top-left-radius: var(--bs-border-radius) !important;
  }

  .rounded-start-bottom {
    border-bottom-left-radius: var(--bs-border-radius) !important;
  }

  .rounded-end-top {
    border-top-right-radius: var(--bs-border-radius) !important;
  }

  .rounded-end-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
  }