.slick-next {
    right: 10px;
}

.slick-prev {
    left: 10px;
    z-index: 100;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-overlay {
    height: 3.5em;
    color: #ddd;
    background-color: rgba(0,0,0, 0.55);
}

.bg-light-dark {
    background-color: #111;
}

.bg-black {
    /* background-color: black; */
}

.loader {
  border: 3px solid #fafafa;
  border-top: 3px solid #777;
  border-bottom: 3px solid #777;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1.2s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.image-container {
    position: relative;
}

.webcam-image {
    min-height: 50px;
}

.webcam-carousel {
    /* background-color: #000; */
    /*position: relative;*/
}

.img-loader {
    border: 3px solid #fff;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    
    position: absolute;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    margin: 0 auto;
}

.img-state {
	display: block;
	width: /*30px*/ 100px;
	font-size: 30px;
	margin: 0 auto;
	/* margin-top: calc(50vw - 15px); */
	display: none;
}

[v-cloak] { display: none; }

.title-icon {
    padding-left: 3.8em;
}

.modal {
    display: block;
}

.sidebar {
  height: 100%;
  width: 360px;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 20px;
  box-shadow: -11px -2px 29px 6px rgba(0,0,0,0.56);
}

@include media-breakpoint-up(sm) {
  .sidebar {
      width: 100%;
  }
}

.v-enter-active,
.v-leave-active {
  transition: opacity 2s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}

.carousel__slide {
    width: auto;
    padding: 0;
}

.carousel__button:focus {
    outline: none !important;
}
