.channelstrip {
    user-select: none;
    background: #5b5f66;
    box-shadow: 0 0 0 2px #646464;
    border-radius: 4px;
    padding: 0.25rem;
    margin: 0.25rem 7px;
    width: 4rem;
    min-height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: stretch;
}

.channelstrip .label {
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #212223 50%, #000000 50%) !important;
    box-shadow: inset 0px 10px 20px rgb(0 0 0 / 38%) !important;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 0.5rem;
    position: relative;
    overflow: hidden;
}

.channelstrip button {
    position: relative;
    top: 0.5rem;
    margin-bottom: 0.5rem;
}

.channelstrip button {
    text-transform: uppercase;
    border-radius: 4px;
    background: linear-gradient(180deg, white 0%, #c8c8c8 5%, #969696 20%, #b4b4b4 95%);
    box-shadow: 0 -3px 1px 0 rgb(0 0 0 / 50%) inset, 0 0 1px 2px rgb(255 255 255 / 50%) inset, 0 2px 10px 0 rgb(0 0 0 / 13%);
    border: none;
    font-size: 0.75rem;
    height: 30px;
    color: black;
    font-weight: bold;
    text-shadow: 0 1px 0 rgb(255 255 255 / 75%);
    padding: 0;
}

.channelstrip .fader {
    position: relative;
    flex-grow: 1;
    margin: 3rem 0 1rem 0;
}

.channelstrip input {
    transform: rotate(270deg);
    width: 305px;
    margin-top: 146px;
    position: relative;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    margin-left: -120px;
    margin-right: -80px;
    background: black;
    border: none;
    border-radius: 5px;
    height: 4px;
}

.channelstrip .pourcentageVol {
    display: flex;
    align-items: center;
    font-family: Arial;
    color: #fff;
    justify-content: center;
    margin-bottom: -11px;
}

.channelstrip .fader .scale-tick {
    position: absolute;
    left: 50%;
    opacity: 0.5;
}

.channelstrip .fader .scale-tick:nth-child(2), .channelstrip .fader .scale-tick:nth-child(4) {
    display: none;
}

.channelstrip .fader .scale-tick:last-child:after, .channelstrip .fader .scale-tick:last-child:before, .channelstrip .fader .scale-tick:first-child:after, .channelstrip .fader .scale-tick:first-child:before {
    height: 2px;
}
.channelstrip .fader .scale-tick:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 1rem;
    height: 1px;
    background: #c8c8c8;
}

.channelstrip .fader .scale-tick:last-child:after {
    content: "0";
    font-size: 0.5rem;
    white-space: nowrap;
    width: 0.6rem;
    text-indent: 0.8rem;
    line-height: 0;
    color: #c8c8c8;
}

.channelstrip .fader .scale-tick:last-child:after, .channelstrip .fader .scale-tick:last-child:before, .channelstrip .fader .scale-tick:first-child:after, .channelstrip .fader .scale-tick:first-child:before {
    height: 2px;
}
.channelstrip .fader .scale-tick:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.5rem;
    width: 1rem;
    height: 1px;
    background: #c8c8c8;
}

.channelstrip input[type=range] {
    -webkit-appearance: none;
}

.channelstrip input::-webkit-slider-thumb  {
      -webkit-appearance: none !important;
      transform: rotate(270deg);
      z-index: 2;
      border: none;
      height: 4rem;
      width: 2rem;
      left: 50%;
      margin-left: 0;
      margin-top: 0;
      border-radius: 0px;
      cursor: move;
      user-select: none;
      background: repeating-linear-gradient(0deg, transparent, transparent 5px, black 6px), linear-gradient(0deg, #464646 0%, #5a5a5a 14%, #141414 15%, #141414 50%, #5a5a5a 84%, #141414 85%, #1e1e1e 100%);
      box-shadow: 0 0.25rem 0.5rem 0 rgb(0 0 0 / 50%);
}

.channelstrip input::after::-webkit-slider-thumb {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      margin-top: -1px;
      height: 3px;
      background: rgba(255, 255, 255, 0.75);
}
