ul, li {
    padding: 0;
    margin: 0;
}

.custom__select {
    width: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 20;
    background-color: #fff;
  }
  .select__header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid #B5B5B5;
    padding: 8px 10px;
    align-items: center;
    text-align: center;
    
  }
  .select__header.deploy.selected::after {
    transform: rotateX(180deg);
    top: -16px;
}

.custom__select__body {
    position: absolute;
    right: 0;left: 0;top: 50px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #B5B5B5;
}

.option {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    margin: 0 !important;
}

.draggable_inner {
    width: 100%;
    height: auto;
}
h2.main__info-thead {
    padding: 10px 30px;
}
.draggable {
    margin: 20px 0px !important;
    padding: 10px 30px;
    cursor: grab;
}
.draggable:nth-child(odd){
    background-color: var(--light-grey);
}
.draggable:nth-child(even){
    background-color: var(--bg-correct);
}
.draggable .option__text {
    padding: 10px 100px 10px 20px;
}
.draggable .option__text::after,.draggable .option__text::before {
    cursor: pointer;
    margin-top: 14px;
    
}
.draggable.dragging {
    opacity: 0.5;
}

  .prperty-icon {
    width: 32px;height: 32px;
  }

  .water-flex {
      position: relative;
  }
  .water-icon {
      position: absolute;
      opacity: 0.2;
      right: calc(100% - 330px);;bottom: -43px;
      cursor: text;
  }
  .create__competition {
      display: flex;justify-content: space-between;
      
  }
.relative__form {
    position: relative !important;
}

.liFlex{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
    max-width: 300px;
}

.liFlex input[type=checkbox] {
    position: absolute;
    left: 100px;
    opacity: 0;
}



 

.activ-label {
    color: var(--turquoise) !important;
}

.isPosition1 {
    top: 7px;
}
.isPosition2 {
    top: 48px;
}
.isPosition3 {
    top: 90px;
}

.relative__label {
    position: relative;
}
.competition {
    font-weight: 400;
    color: #171717;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 10px;
}

.isFlexLi input[type=text] {
    background: var(--light-grey);
    border: 1px solid var(--light-grey);
    border-radius: 20px;
    padding: 5px 20px;
    opacity: 0.5;
    color: var(--bl) !important;
}

.competition__title, .competition__distance {
    position: absolute;
    top: -50px;
}
.competition__distance {
    right: 110px;
}

.input-distance {
    padding: 9px !important;
}

.disable {
    display: none;
}

.first__competition {
    margin-top: 70px !important;
}

.isFlex {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1 1 50%;
}
.select-toggle.margin {
    margin-right: 50px;
}
.competition.margin {
    margin-bottom: 12px;
}

.select-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selector {
    width: 100%;
    max-width: 400px;
}

select#ageOn, select#ageTo {
    padding: 10px;
    border-radius: 20px;
    margin-right: 15px;
    width: 100%;
    min-width: 100px;
}

label.info-text {
    margin-right: 15px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default {
    border-radius: 20px;
    padding: 5px;
    background-color: var(--turquoise);
}
.ui-slider-range.ui-corner-all.ui-widget-header {
    background: var(--grey);
}

div#slider-range {
    width: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 20px;
    height: 6px;
}
.ui-slider .ui-slider-handle {
    width: 1em !important;
    height: 1em !important;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.35em !important;
}
.rangeTitle {
    margin: 0 auto !important;
    width: 100%;
    max-width: 400px;
    font-family: 'Helvetica Now Display'; font-size: 20px;
}
.labelPrice {
    width: 100%;
    max-width: 165px;
    margin-left: -10px;
    margin-bottom: 10px;
}
.doc-select {
    max-width: 300px;
    margin-bottom: 50px;
}

.docs {
    z-index: 10000000 !important;
}

.label-absolut {
    position: absolute;
    z-index: 2;
    font: inherit;
    font-size: 80%;
    opacity: 0.5;
    top: -12px;
    left: 15px;
}