/**********************************************
 *
 *  USER EDITABLE PREFERENCES
 *
 **********************************************/
      /*  RANGE-SLIDER  */
      :root {
        --primary-light: #22ff82;
        --primary: #21bdff;
        --primary-dark: #5433ff;
        --white: #FFFFFF;
        --greyLight-1: #E4EBF5;
        --greyLight-2: #c8d0e7;
        --greyLight-3: #bec8e4;
        --greyDark: #9baacf;
      
      
       
      }
      
 .app-settings-container {
    position: absolute;
    width: 384px;
    /* height: 400px; */
    /* background: pink; */
    /*right: -300px;
    top: 120px;*/
    border: 2px dashed rgb(85 85 85 / 35%);
    border-style: dashed;
    /* border-spacing: 500px; */
    border-radius: 20px;
    padding-bottom: 20px;
    pointer-events:none;
    user-select: none;
  
    
  
  }
  .app-settings-container:before{
    content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -4px;
      border: 2px dashed rgb(255 255 255 / 50%);
      border-style: dashed;
      /* border-spacing: 500px; */
      border-radius: 20px;
      /*background-image: url(_assets/css/pantoneIcon-1.png);
      background-size: 120px 120px;
      background-position: center center;
      background-repeat: no-repeat;
      /* fill-opacity: 0.1; */
      opacity: 0.55;
  }
  
  .app-settings {
    background-color: #fff;
    border-radius: 6px;
    min-height: 160px;
    box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
    width: 360px;
    /* background-color: #f1f1f1; */
    user-select: none;
    display: flex;
    position: relative;
    top: 9px;
    left: 10px;
  
    border-radius:24px;
    text-align:left;
    pointer-events:auto;
  }
  
  
  .app-settings:hover{
    cursor:grab;
   }
   .app-settings:active{
    cursor:grabbing;
   }
  
   .app-settings.stop{
    cursor:grab;
   }
   .app-settings.start{
    cursor:grabbing;
   }
  
  

  
  
  
  
  
  
  
  
  
  
  
  
  /* TOGGLE SWITCH */
  input[type="checkbox"].ian-checkbox {
    display: none;
  }
  input[type="checkbox"].ian-checkbox + label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    height: 26px;
  }
  input[type="checkbox"].ian-checkbox + label:before, input[type="checkbox"].ian-checkbox + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 26px;
    border-radius: 60px;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  input[type="checkbox"].ian-checkbox + label:before {
    background-color: #eeeeee;
    background-color: #e7e7e7;
    width: 50px;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  }
  input[type="checkbox"].ian-checkbox + label:after {
    width: 24px;
    background-color: #ebecf0;
    background-color: #fff;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  input[type="checkbox"].ian-checkbox:checked + label:before {
    background: linear-gradient(120deg, #22ff82, #21bdff, #5433ff);
  }
  input[type="checkbox"].ian-checkbox:checked + label:after {
    left: 30px;
  }
  .inner-box{
    background:rgba(255,0,0,0.0);
    padding:20px;
    margin-top:10px;
    width:360px;
    position:relative;
  }
  .toggle-text{
    display: block;
    margin-top: 33px;
    text-transform: uppercase;
    margin-left: 7px;
    text-shadow: 0px 1px #fff;
    color:#999999;
    font-weight: 500;
      letter-spacing: .5px;
      font-family: 'fontsub1' !important;
      white-space: nowrap;
      font-size:9px;
      display:none;
  }
  .toggle-option {
    display:inline-block;
    background:rgba(255,0,0,0.0);
    width:320px;
    margin-bottom:22px;
  }
  .toggle-option:nth-last-child(5) {
      margin-bottom:12px;
  }
  .option-label {
    display:inline-block;
    vertical-align: top;
    padding-left:4px;
    padding-top:0px;
    margin-top: -4px;
    margin-bottom: 4px;
  }
  .option-label p.label-title{
  
    margin:0px;
    text-shadow: 0px 1px #fff;
    color:#777777;
    margin-left:10px;
    font-weight: 500;
      font-size: 15px;
      letter-spacing: .3px;
      font-family: 'fontsub3' !important;
      text-transform: uppercase;
  }
  .option-label p.label-description{
  
    margin:0px;
    text-shadow: 0px 1px #fff;
    color:#a3a3a3;
    margin-left:10px;
    font-weight: 500;
      font-size: 10px;
      letter-spacing: .3px;
      font-family: 'fontsub3' !important;
      text-transform: lowercase;
      margin-top:-2px;
  }
  .switch-toggle {
    display: inline-block;
    transform: scale(1);
  }
  
  
  
  

    .slider {
      /*
      grid-column: 3/4;
      grid-row: 5/6;
      align-self: center;
      display: flex;
      flex-direction: column;
      */
      margin-top: 0px;
      width: 320px;
      border-top: 2px dashed #eee;
      padding-top: 15px;
      margin-bottom:12px;
      /*display:none;*/
    }
    .slider:nth-last-of-type(1){
        margin-bottom:0px;
    }
    .slider__box {
      width: 255px;
      height: 13px;
      cursor: pointer;
      box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
      border-radius: 1rem;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    
      background-color: #e7e7e7;
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      top:-1px;
    }
    .slider__btn {
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background: var(--white);
      position: absolute;
      box-shadow: 0px 0.1rem 0.3rem 0px var(--greyLight-3);
      z-index: 200;
      display: flex;
      justify-content: center;
      align-items: center;
    
    
    
      background-color: #fff;
      -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }
    .slider__btn:hover ~ .slider__tooltip {
      opacity: 1;
    }
    .slider__btn::after {
      content: "";
      position: absolute;
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      box-shadow: inset 0.2rem 0.2rem 0.5rem var(--greyLight-2), inset -0.2rem -0.2rem 0.5rem var(--white);
    }
    .slider__color {
      height: 100%;
      width: 50%;
      position: absolute;
      left: 0;
      z-index: 100;
      border-radius: inherit;
      background: var(--primary);
      background: linear-gradient(-120deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
    
      -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
      overflow:hidden;
  
  --color1: #FF0000;
  --color2: #00FF00;
  --color3: #0000FF;
  --color4: #FFFF00;
  
  
    }

    .slider__color:after {
      content:'';
      position:absolute;
      left:0;
      top:0px;
      bottom:0px;
      width:360px;
      background: var(--linearGradient);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.4);
  
  }
    
    .slider__tooltip {
      position: absolute;
      top: 1.9rem;
      height: 2.5rem;
      width: 3rem;
      border-radius: 0.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2rem;
      color: var(--primary);
      /*box-shadow: 0.3rem 0.3rem 0.6rem var(--greyLight-2), -0.2rem -0.2rem 0.5rem var(--white);*/
      box-shadow: rgb(0 0 0 / 40%) 0px 2px 4px, rgb(0 0 0 / 30%) 0px 7px 13px -3px, rgb(0 0 0 / 20%) 0px -3px 0px inset;
  
      opacity: 0;
      background-color:#fff;
      transition: opacity 0.3s ease;
      z-index: 10;
      pointer-events:none;
    }
  
  
  
    .user-color-choice{
      display: inline-block;
      width: 48px;
      height: 48px;
      background: rgb(148, 135, 113);
      border-radius: 5px;
      /*border: 2px solid #fafafa;*/
      /* box-shadow: inset -3px -3px 5px 0px #ffffff, -1px -1px 4px 0px #ffffff, inset 5px 5px 10px 0px rgb(0 0 0 / 12%), inset 2px 2px 3px 0px rgb(0 0 0 / 7%), 1px 2px 3px 0px rgb(0 0 0 / 10%); */
      box-shadow: inset 0 2px 4px rgb(0 0 0 / 40%);
      margin-right:10px;
      cursor: pointer;
    }
  
  
    .color-choice-hex{
      font-weight: 500;
      font-size: 12px;
      letter-spacing: 1.05px;
      font-family: 'fontsub3' !important;
      border: 1px solid #d2d2d2;
      width: 84px;
      background-color: #fff;
      border-radius: 5px;
      position: absolute;
      top: -33px;
      padding-left: 6px;
      padding-top: 3px;
      padding-bottom: 3px;
      text-transform: uppercase;
      padding-right: 4px;
      margin: 0px;
      color: #555555;
    }
  
    .color-choice-hex-name {
      font-size: 12px;
      margin-top: 0px;
      margin-bottom: 0px;
      font-weight: 500;
      letter-spacing: .5px;
      font-family: 'fontsub3' !important;
      white-space: nowrap;
      position: absolute;
      top: -21px;
      left: 0px;
      /* text-transform: uppercase; */
      color: rgb(148, 135, 113);
      display:none;
    }

    .color-choice-slider {
        display:inline-block;position:relative;
    }





















/*********************************************************************
 *  COLOR PICKER
 *********************************************************************/
 #color-picker {
    display:none;position:absolute;z-index:200;
 }
    .a-color-picker {
        background-color: #fff;
        padding: 0;
        display: inline-flex;
        flex-direction: column;
        user-select: none;
        width: 232px;
        font: 400 10px Helvetica,Arial,sans-serif;
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 2px 4px rgb(0 0 0 / 25%);
        box-shadow: none;
    }
    .picker {
      display: inline-block;
      box-shadow:  rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
      padding: 6px;
        background-color: #fff;
        border-radius: 16px;
        margin:0px;
    }
    .a-color-picker-preview {
        box-sizing: border-box;
        width: 30px;
        height: 30px;
        user-select: none;
        border-radius: 4px;
    }
    .a-color-picker-circle {
        border-radius: 4px;
        border: 1px solid #eee;
    }
    .a-color-picker-sl {
        border-radius: 8px 8px 4px 4px;
    }
    .a-color-picker-palette {
        flex-flow: wrap;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px;
        padding-bottom: 4px;
    }