/* Carousel */
#carousel-example-generic {
  max-width: 340px;
  margin: 0 auto;
  height: unset;
}

.carousel .carousel-item > img{
  max-width: 100%;
  width: unset;
  height: 100%;
}
.carousel .indicators .indicator-item{
  background-color: #c7c7c7;
}
.carousel .indicators .indicator-item.active{
  background-color: #8e24aa;
}

/* Modal */

.blocker {
  background-color: rgb(0 0 0 / 0.32);
  z-index: 999;
}

.modal a.close-modal{
  display: none;
}

.modal-header.preview{
  border-bottom: 1px solid silver;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: center;
  display: flex;
}
.modal-header a{
  justify-content: center;
  margin: 0 !important;
  align-items: center;
  line-height: normal;
  border-radius: 25px;
  display: flex;
    height: 25px;
    width: 25px;
    border: 0;
}

/* Emojis */
#emoji_container {
  width: 100% !important;
}
#emoji_container button{
  justify-content: center;
  align-items: center;
  display: flex;
}
#emoji_container .btn-group{
  display: flex;
}
#emoji_container button i{
  font-size: 1.1rem;
}

/* Sidebar */

.sidenav{
  padding-top: 130px;
  top: 0px;
}
.sidenav .brand-sidebar{
  box-shadow: unset;
  height: 130px;
  left: 0;
}
.sidenav .brand-sidebar img{
  display: block !important;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
  max-width: 100%;
  width: 50%;
}

.carousel-control{
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control span{
  font-size: 2rem;
  color: #000000;
}

/* Navbar */
.navbar .sideNav-lock .header-search-wrapper{
  width: calc(100% - 430px);
}
/* Range input */
input[type="range"] + .thumb{
  display: none !important;
}