.bi { vertical-align: -.125em; fill: currentColor; }

.dropzone { padding: 0px !important; border: 3px dashed #dee2e6 !important; min-height: auto !important; font-weight: bold; font-size: 1.5rem; color: #868e96; }
.dropzone svg { display: block; margin:0px auto 10px auto; }
.dropzone .info { color: #999; font-size: 1rem; font-weight: normal; }
#dropzone-preview .btn-close { position: absolute; right: 10px; top: 10px; }
.preview-container { margin-top:1.5rem; max-height: 350px; overflow-y: scroll; overflow-x: hidden; width: 100%; }

#carouselExampleIndicators .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='868e96'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
  
#carouselExampleIndicators .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='868e96'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}