@scope (.GMIXERUI) {

/****************************************************************************************/
/* Effect and Mixer */

.buttonbars
{
  /*
  margin-top: 20px;
  margin-bottom: 20px;
  */
  margin-top: 5px;
  vertical-align: middle;
}

/****************************************************************************************/
.effectWidgetHolderTD
{
  text-align: center;
  vertical-align: top;
}
.mixer_labels
{
  font-size: 12px;
  color: #c7a26a;
}




  
  /*
  .mixer-checkbox input:checked + .mixer-check-button::after {
    /*content: "*";*~/
    background-color: #d5a865 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-weight: bold;
  }
  */
  /*##################################################*/
  table td
  {
    border-collapse: collapse;
  }

 .slider-container {
    position: relative;
    height: 260px;
    padding: 5px;
    /*border-radius:15px ;*/
    justify-content: center;
    align-items: center;

    border: 1px solid #242424;
}

.fader-wrapper {
    position: relative;
    height: 200px;
    width:40px;
}

.vertical-fader {
    -webkit-appearance: none;
    appearance: none;
    width: 200px;
    height: 10px;
    background: #242424;
    border-radius: 10px;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.7), 
        -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
    outline: none;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;

    position: absolute;
    top: 100px;
    left: -80px;
    
}

.vertical-fader::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #d5a865;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.7), 
        -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
}

.vertical-fader::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #d5a865;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.7), 
        -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
}


.vertical-fader:focus::-webkit-slider-thumb {
    background:  #ff0000; /* Use CSS variable for focus color */
}
.vertical-fader:focus::-moz-range-thumb {
    background:  #ff0000; /* Use CSS variable for focus color */
}


.value-display {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    width:100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    color: #d5a865;
    background-color: #242424;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.7), 
        -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
}

.scale {
    position: absolute;
    left: 60px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scale-mark {
    width: 10px;
    height: 1px;
    background-color: #d5a865;
}

.scale-value {
    margin-left: 5px;
    font-size: 12px;
}

#faderrowlabel
{
  height: 20px;
  }
.faderlabel
{
    font-size: 10px;    
    text-align: center;
}
.focussedfader
{
    border: 1px solid red;
    
}


.filterTable
{
    width:100%;
}
.filterTable td
{
    font-size: 12px;
}

/*###################################*/

.horz-fader {
  -webkit-appearance: none;
  appearance: none;
  height: 10px;
  width:80px;
  
  background: #242424;
  border-radius: 10px;
  box-shadow: 
      5px 5px 10px rgba(0, 0, 0, 0.7), 
      -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
  outline: none;
}

.horz-fader::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #d5a865;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 
      5px 5px 10px rgba(0, 0, 0, 0.7), 
      -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
}

.horz-fader::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #d5a865;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 
      5px 5px 10px rgba(0, 0, 0, 0.7), 
      -5px -5px 10px rgba(255, 255, 255, 0.1); /* Neumorphic shadows */
}


.horz-fader:focus::-webkit-slider-thumb {
  background:  #ff0000; /* Use CSS variable for focus color */
}
.horz-fader:focus::-moz-range-thumb {
  background:  #ff0000; /* Use CSS variable for focus color */
}



.mixer-checkbox-container {
  /*
  display: flex;
  align-items: center;
  */
  
  cursor: pointer;

  /*
  margin-left:30px;
  margin-top:6px
  */
}

.mixer-checkbox {
  position: relative;
  
  /*
  width: 20px;
  height: 20px;
  */
}

.mixer-checkbox input {
  opacity: 0;
  position: absolute;/*To Over lap*/
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.mixer-check-button {
  border: none;
  
  /*height: 20px;*/
  border-radius: 6px;
  background: #242424; /* Neutral background for the button */
  box-shadow: 
      10px 10px 20px rgba(0, 0, 0, 0.7), 
      -10px -10px 20px rgba(255, 255, 255, 0.1); /* mixer shadows */
  /*margin-right: 8px;*/
  margin-bottom: 8px;
  position: relative;
  color: #d5a865;
  text-align: center;
  transition: all 0.3s ease;
}

.mixer-check-button:focus {
  outline: none;
  border: 1px solid #d5a865;
}

.mixer-checkbox input:checked + .mixer-check-button {
  background-color: #c11e1e !important;
  box-shadow: 
      inset 5px 5px 10px rgba(0, 0, 0, 0.7), 
      inset -5px -5px 10px rgba(255, 255, 255, 0.1);
}


}

