body {
    background: #fafafa;
    font-family: Lato, Arial;
  }
  
  /* new UI start */

.mycontainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.left-bottom {
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}

.ScottbuttonBar {
  background: #ffffff;
  padding: 4px;
  border-radius: 6px;
  box-shadow: inset 0 0 0 3px rgba(251, 251, 251, 0.216),
      0 0 0 3px rgba(185, 185, 185, 0.768);
  position: relative;
}

.ScottbuttonBar input {
  width: auto;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 2px;
  padding: 4px 8px;
  background: #797979;
  color: white;
  font-size: 14px;
  font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  transition: all 100ms linear;
}

.ScottbuttonBar input:checked {
  background-image: linear-gradient(180deg, #95d891, #74bbad);
  color: #fff;
  box-shadow: 0 1px 1px #0000002e;
  text-shadow: 0 1px 0px #79485f7a;
}

.ScottbuttonBar input:before {
  content: attr(label);
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* button bar ends */
/* new UI end */



.enablePointer {
  pointer-events: auto;
}

.disablePointer {
  pointer-events: none;
}


  .searchDialogStyle {
    position: absolute;
    top: 50%;
    left: .1%;
    transform: translate(1%, -65%);
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 340px;
    visibility: hidden;
    color: white;
  }
  
  /*@media only screen and (max-width: 800px) {
    .searchDialogStyle {
      width: 50%;
      max-height: 95%;
      overflow-y: auto;
    }
  }*/

  .TypeContainer {
        font-family: 'Lato, Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 11px;
        height: 70px;
    }

    
  /*@media only screen and (max-width: 400px) {
    .TypeContainer {
      width: 50%;
      max-height: 50%;
      overflow-y: auto;
    }
  }*/
    
  h3 {
    color: white;
    text-align: left;
    font-size: 11px;
    padding: 2px;
    font-weight: bold;
  }

  .range {
    display: flex;
    width: 500px;
  }
  
  .range__slider {
    width: 55%;
  }
  
  .range__value {
    width: 45%;
    margin-left: 10px;
    text-align: center;
    border-left: #e6e4e4 1px solid;
  }
  
  .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2px;
  }
  
  .sliderGroup {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 10px;
  }
  
  .form-group label {
    text-transform: uppercase;
    font-size: 11px;
    color: #222;
  }
  
  .form-group span {
    font-size: 12px;
    font-weight: 600;
    color: #3c3b3b;
  }
  
  .range__slider label {
    margin-bottom: 10px;
  }
  
  .range__slider [type="range"] {
    width: 100%;
    -webkit-appearance: none;
    height: 13px;
    border-radius: 6px;
    background: #f1f1f1;
    outline: none;
    padding: 0;
    margin: 0;
  }
  
  /* custom thumb */
  .range__slider [type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #1e7f75;
    border: #00483e 5px solid;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  
  .range__slider [type="range"]::-webkit-slider-thumb:hover {
    background: #f0932b;
  }
  
  .range__slider [type="range"]::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border: 0;
    border-radius: 50%;
    background: #f0932b;
    border: #f9ca24 5px solid;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
  }
  
  .range__slider [type="range"]::-moz-range-thumb:hover {
    background: #f9ca24;
  }
  
  /* remove border */
  input::-moz-focus-inner,
  input::-moz-focus-outer {
    border: 0;
  }
  
  ul.ks-cboxtags {
      list-style: none;
      padding: 5px;
  }
  ul.ks-cboxtags li{
    display: inline;
  }
  ul.ks-cboxtags li label{
      display: inline-block;
      background-color: rgba(255, 255, 255, .9);
      border: 2px solid rgba(139, 139, 139, .3);
      color: #adadad;
      border-radius: 25px;
      white-space: nowrap;
      margin: 3px 0px;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: transparent;
      transition: all .2s;
  }
  
  ul.ks-cboxtags li label {
      padding: 8px 6px;
      cursor: pointer;
  }
  
  ul.ks-cboxtags li label::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      font-weight: 700;
      font-size: 12px;
      padding: 2px 2px 2px 2px;
      content: "\f067";
      transition: transform .3s ease-in-out;
  }
  
  ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
      content: "\f00c";
      transform: rotate(-360deg);
      transition: transform .3s ease-in-out;
  }
  
  ul.ks-cboxtags li input[type="checkbox"]:checked + label {
      border: 2px solid #00483e;
      background-color: #1e7f75;
      color: #fff;
      transition: all .2s;
  }
  
  ul.ks-cboxtags li input[type="checkbox"] {
    display: absolute;
  }
  ul.ks-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
  }
  ul.ks-cboxtags li input[type="checkbox"]:focus + label {
    border: 2px solid #e9a1ff;
  }
  
  /*  facing checkboxes styling start*/
  


      /* Example 2 (login form) */
      .login_form.modal {
        border-radius: 0;
        line-height: 18px;
        padding: 0;
        font-family: "Lucida Grande", Verdana, sans-serif;
      }
  
      .login_form h3 {
        margin: 0;
        padding: 10px;
        color: #fff;
        font-size: 14px;
        background: -moz-linear-gradient(top, #2e5764, #1e3d47);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #1e3d47),color-stop(1, #2e5764));
      }
  
      .login_form.modal p { padding: 20px 30px; border-bottom: 1px solid #ddd; margin: 0;
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eee),color-stop(1, #fff));
        overflow: hidden;
      }
      .login_form.modal p:last-child { border: none; }
      .login_form.modal p label { float: left; font-weight: bold; color: #333; font-size: 13px; width: 110px; line-height: 22px; }
      .login_form.modal p input[type="text"],
      .login_form.modal p input[type="password"] {
        font: normal 12px/18px "Lucida Grande", Verdana;
        padding: 3px;
        border: 1px solid #ddd;
        width: 200px;
      }
  