.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 24px;
  /*margin-top: -25px;*/
  display: flex;
  align-items: center;
  flex-direction: column;
}

.switchMini {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 13px;
  /*margin-top: -25px;*/
  display: flex;
  align-items: center;
  flex-direction: column;
}

.switch input {
  display: none;
}

.slider {
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.15);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(245,245,245);
  -webkit-transition: .4s;
  transition: .4s;
  /*border-bottom: 2px solid #dc3545;*/
  /*padding-top: 2px;*/
  /*background: linear-gradient(88deg, rgb(218,218,218), #c6d9ff 38%, #efe8ff 67%, #d1d1d1);*/
  /*background-size: 180% 180%;*/
}

.slider:before {
  position: absolute;
  content: "";
  /*height: 18px;*/
  width: 9px;
  left: 5px;
  bottom: 5px;
  background-color: #181718;
  -webkit-transition: .4s;
  transition: .4s;
  /*margin-top: 2px;*/
  top: 5px;
}

input:checked + .slider {
  /*background-color: #373737;*/
  /*border-bottom: 4px solid #60c659;*/
  /*background: linear-gradient(88deg, rgb(218,218,218), #c6d9ff 38%, #efe8ff 67%, #d1d1d1);*/
  /*background-size: 180% 180%;*/
}

input:focus + .slider {
  box-shadow: 0 0 1px #373737;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
  background-color: #bc7df5;
}

.slider.round {
  border-radius: 9px;
}

.slider.round:before {
  border-radius: 9px;
}

.sliderDark {
  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.15);
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #181718;
  -webkit-transition: .4s;
  transition: .4s;
  /*border-bottom: 2px solid #dc3545;*/
  /*padding-top: 2px;*/
  /*background: linear-gradient(88deg, rgb(218,218,218), #c6d9ff 38%, #efe8ff 67%, #d1d1d1);*/
  /*background-size: 180% 180%;*/
}

.sliderDark:before {
  position: absolute;
  content: "";
  width: 9px;
  left: 6px;
  bottom: 5px;
  background-color: #ef8686;
  -webkit-transition: .4s;
  transition: .4s;
  /*margin-top: 2px;*/
  top: 5px;
}

input:checked + .sliderDark {
  /*background-color: #373737;*/
  /*border-bottom: 4px solid #60c659;*/
  /*background: linear-gradient(88deg, rgb(218,218,218), #c6d9ff 38%, #efe8ff 67%, #d1d1d1);*/
  /*background-size: 180% 180%;*/
}

input:focus + .sliderDark {
  box-shadow: 0 0 1px #373737;
}

input:checked + .sliderDark:before {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px);
  background-color: #b49eff;
}

.sliderDark.round {
  border-radius: 7px;
}

.sliderDark.round:before {
  border-radius: 2px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: var(--bs-nav-tabs-link-active-border-color);
  color: #878787;
  font-size: 16px;
  background: #dbdbdb;
  font-family: krylonregular;
  border-radius: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-right: 18px;
  border-style: none;
}

.nav-tabs .nav-link {
  color: #181718;
  font-size: 16px;
  background: #dbdbdb;
  font-family: krylonregular;
  border-radius: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: none;
  margin-right: 18px;
}

.nav-link:focus, .nav-link:hover {
  transform: scale(1.1);
  background-color: #d3d3d3;
  transition: 0.09s linear;
}

.navBarClass:hover {
  transform: scale(0.9);
  background-color: #cecece!important;
  transition: 0.09s linear;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.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='%23fff'%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");
  filter: invert(100);
}

.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='%23fff'%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");
  filter: invert(100);
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

