

.label-img{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px dotted black;
    border-radius: 20px;
    width: 10rem;
    height: 10rem;
    cursor: pointer;
    font-size: large;
}

.label-img span {
    font-weight: lighter;
    font-size: small;
    padding-top: 0.5rem;
  }
  
.input-none {
    display: none;
}

.disable {
    /* Note: pointer-events not supported by IE10 and under */
    pointer-events: none;
    opacity: 0.4;
  }

/*   .carousel-image .carousel-inner img {
    width: 500px;
    height: 300px;
    max-width: 100%;
    object-fit: cover; 
   } */

/*   .carousel-image .carousel-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  
  