.leo-carousel-control-next-icon, .leo-carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.leo-content {
  /*margin-top: -56px;*/
  /*padding-top: 56px;*/
  height: calc(100% - 62px);
}

#test {
  position: relative;
}

.leo-max {
  position: absolute;
  top: 15px;
  right: 25px;
  background: rgba(0,123,255,0);
  border-style: none;
  border-color: rgba(255,255,255,0);
  z-index: 12;
}

.leo-audio {
  position: absolute;
  top: 55px;
  right: 25px;
  background: rgba(0,123,255,0);
  border-style: none;
  border-color: rgba(255,255,255,0);
  z-index: 12;
}

.leo-box-search {
  overflow-y: auto;
  overflow-wrap: anywhere;
}

.leo-box {
  /*margin: 6px;*/
  margin-bottom: 22px;
  margin-top: 8px;
  height: 94%;
  border-radius: 3px;
  width: 100%;
  color: var(--light);
  /*overflow: auto;*/
  /*box-sizing: border-box;*/
}

.leo-switch {
  margin-left: 18px;
}

.leo-banner {
  position: absolute;
  bottom: 20px;
  /*border: double;*/
  width: 80%;
  height: 36px;
  /*margin: auto;*/
  margin-left: 8%;
  display: flex;
  box-shadow: 0px 0px 5px 3px;
  border-radius: 18px;
  color: var(--light);
  background: rgba(71,72,74,0.8);
  font-size: 18px;
}

.leo-col {
  position: relative;
}

.leo-form-control {
  /*isplay: block;*/
  width: 150px;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.leo-textarea {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 18px;
  /*padding-left: 120px;*/
  /*padding-right: 120px;*/
  background: rgb(174,169,42);
  color: var(--light);
  font-size: 18px;
}

@media (min-width: 1200px) {
  .leo-textarea {
    padding: 18px 60px 18px;
  }
}

@media (min-width: 992px) {
  .leo-textarea {
    padding: 18px 60px 18px;
  }
}

.leo-button {
  background: rgba(0,123,255,0.56);
  margin: 0px, 6px;
}

.leo-nav-item {
  display: flex;
  align-items: center;
}

.leo-index {
  flex-grow: 1;
  text-align: center;
}

.leo-menu .dropdown-menu {
  min-width: 100px;
}

