/* .custom-right-arrow {
  position: absolute !important;
  right: 30px;
  z-index: 1;
  border: 1px solid grey;
  display: inline-block;
  padding: 6px;
  opacity: 0.8;
  cursor: pointer;
  transform: rotate(-45deg);
}
.custom-right-arrow:hover {
  opacity: 1;
}
.custom-left-arrow {
  position: absolute !important;
  left: 30px;
  z-index: 1;
  border: 1px solid grey;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  opacity: 0.8;
  cursor: pointer;
  transform: rotate(135deg);
}
.custom-left-arrow {
  opacity: 1;
} */
/* .react-multi-carousel-list button {
  appearance: auto;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  writing-mode: horizontal-tb !important;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
} */

.custom-carousel__arrow {
  position: absolute;
  outline: 0;
  transition: all 0.5s;
  border-radius: 35px;
  z-index: 1000;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  min-width: 43px;
  min-height: 43px;
  cursor: pointer;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
}

.custom-carousel__arrow:hover {
  background: rgba(0, 0, 0, 0.8);
}

.custom-carousel__arrow:before {
  font-size: 20px;
  color: #fff;
  display: block;
  font-family: revicons;
  text-align: center;
  z-index: 2;
  position: relative;
}

.custom-carousel__arrow--right {
  right: calc(4% + 1px);
}

.custom-carousel__arrow--right:before {
  content: "\e825";
}

.custom-carousel__arrow--left {
  left: calc(4% + 1px);
}

.custom-carousel__arrow--left:before {
  content: "\e824";
}

/* .carousel-container {
  padding: 0 100px;
} */

.item-container {
  width: 100px;
  padding: 5px;
}

/* #root {
    padding: 0 80px;
  } */
.container-with-dots {
  margin-top: 10%;
  padding-bottom: 20px;
}
.custom-button-group {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  right: 0;
}
.container-padding-bottom {
  padding-bottom: 20px;
}
