

.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
  }

  .small-avatar{
    -webkit-box-shadow: 0 5px 15px 0 rgba(105,103,103,0.5);
    box-shadow: 0 5px 15px 0 rgba(105,103,103,0.5);
    border: 2px solid #ffffff;
    border-radius: 10px;
    width:30px;
    height:30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .zoomhover {
    transition: transform .2s; /* Animation */
  }
  
  .zoomhover:hover {
    transform: scale(1.4); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }

  .image-preview{
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  
  .image-preview .invalid-feedback{
    position: absolute;
    bottom: 0;
    background: #ffffffb8;
  }

  .audio-preview{
    display: block;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    color: #ecf0f1;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 5px;
     /* border: 2px dashed #ddd; */
  }

  .audio-preview #audio-upload{
    text-transform: uppercase;
    line-height: 70px;
    font-size: 70px;
    position: absolute;
    opacity: 0;
    z-index: 10;
    left: 0;
    cursor: pointer;
  }

  .audio-preview label{
    position: relative;
    z-index: 5;
    cursor: pointer;
    background-color: #bdc3c7;
    width: 150px;
    height: 50px;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    /* top: 0;
    left: 0;
    bottom: 0; */
    margin: auto;
    text-align: center;
  }

  .audio-preview #audio-preview{
    height: 70px;
    padding: 5px;
    background-image: none;
    border: 2px solid rgba(221, 221, 221, 0.295);
    border-radius: 3px;
    overflow: auto;
    background-color: #ffffff;
    color: #ecf0f1;
    display: block;
    position: relative;
    margin-bottom: 10px;
  }

  /* .select2-selection__placeholder{
    vertical-align: sub;
  } */

  .select2-selection__rendered{
    padding-top: 5px;
  }