.slidecontainer input[type=range] {
    width: 100%;
}
.slidecontainer input[type=range] {
            margin-bottom: 20px;
            width: 100%;
            -webkit-appearance: none;
            background: transparent; }
          .slidecontainer input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 30px;
            height: 30px;
            background: #5783e6;
            border: 5px solid white;
            cursor: pointer;
            border-radius: 50%;
            margin-top: -10px;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
          .slidecontainer input[type=range]::-moz-range-thumb {
            box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
            width: 30px;
            height: 30px;
            background: #5783e6;
            border: 5px solid white;
            cursor: pointer;
            border-radius: 50%; }
          .slidecontainer input[type=range]::-ms-thumb {
            box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
            width: 30px;
            height: 30px;
            background: #5783e6;
            border: 5px solid white;
            cursor: pointer;
            border-radius: 50%; }
          .slidecontainer input[type=range]:focus {
            outline: none; }
          .slidecontainer input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            margin: 0 -10px;
            height: 10px;
            cursor: pointer;
            background: #bdbdbd;
            border-radius: 2px; }
          .slidecontainer input[type=range]:focus::-webkit-slider-runnable-track {
            background: #bdbdbd; }
          .slidecontainer input[type=range]::-moz-range-track {
            width: 100%;
            margin: 0 -10px;
            height: 10px;
            cursor: pointer;
            background: #bdbdbd;
            border-radius: 2px; }
          .slidecontainer input[type=range]::-ms-track {
            width: 100%;
            margin: 0 -10px;
            height: 10px;
            cursor: pointer;
            background: transparent;
            border-color: transparent;
            border-width: 5px 0;
            color: transparent; }
          .slidecontainer input[type=range]::-ms-fill-lower {
            background: #bdbdbd;
            border-radius: 2px; }
          .slidecontainer input[type=range]:focus::-ms-fill-lower {
            background: #bdbdbd; }
          .slidecontainer input[type=range]::-ms-fill-upper {
            background: #bdbdbd;
            border-radius: 2px; }
          .slidecontainer input[type=range]:focus::-ms-fill-upper {
            background: #bdbdbd; }

.get-started-wrapper .btn {
    background: #24f0a5 !important;
    background: -moz-linear-gradient(-45deg, #24f0a5 0%, #2681d1 100%) !important;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #24f0a5), color-stop(100%, #2681d1)) !important;
    background: -webkit-linear-gradient(-45deg, #24f0a5 0%, #2681d1 100%) !important;
    background: -o-linear-gradient(-45deg, #24f0a5 0%, #2681d1 100%) !important;
    background: -ms-linear-gradient(-45deg, #24f0a5 0%, #2681d1 100%) !important;
    background: linear-gradient(135deg, #24f0a5 0%, #2681d1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24f0a5', endColorstr='#2681d1', GradientType=1 ) !important;
    font-size: 1.5rem;
    margin-bottom: 5px;
    margin-top: 5%;
    width: 250px;
    height: 50px;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.1s ease-in-out;
    color: white; }

     .option-button {
      display: flex;
      flex-direction: row;
      align-items: center; }
       .option-button #options {
        display: flex;
        flex-direction: row;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #f5f5f5;
        margin-right: 20px; 
        width: 55%; }
         .option-button #options label {
          width: 100%;
          display: block;
          margin-bottom: 0;
          text-align: center; }
         .option-button #options .option {
          padding: 0.8rem 0;
          cursor: pointer;
          border-radius: 5px; }
           .option-button #options .option h6 {
            color: #9e9e9e;
            font-weight: bold;
            font-size: 1.5rem;
            margin: 0; }
         .option-button #options input[type=radio] {
          display: none; }
         .option-button #options input[type=radio]:checked + .option {
          background: white; }
           .option-button #options input[type=radio]:checked + .option h6 {
            background: radial-gradient(circle at 1.98% 20.98%, #5fbae9, transparent 100%), radial-gradient(circle at 98.02% 20.98%, #1b58b3, transparent 100%), radial-gradient(circle at 50% 50%, #87ceea, #87ceea 100%);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text; }
       .option-button .option-text {
        height: 56.59px;
        display: flex;
        flex-direction: column;
        justify-content: center; }
         .option-button .option-text h6 {
          color: #616161;
          font-size: 1rem; }
           .option-button .option-text h6:last-child {
            margin-bottom: 0; }

.dataTables_wrapper .dt-buttons {
  float: right !important;
}
.dataTables_filter {
  float: left !important;
}

#inner-right {
  height: 500px;
  max-height: 500px;
  overflow-y: scroll;
  background: ivory;
  padding: 5%;
  border-style: solid !important;
  border-width: thin !important;
  border-color: black !important;
}

#parameter_container {
  height: 500px;
  max-height: 500px;
  max-width: 800px;
  overflow-y: scroll;
  background: ivory;
  padding-left: 5%;
  padding-right: 5%;
  border-style: solid !important;
  border-width: thin !important;
  border-color: black !important;
}

.parameter {
  height: 500px;
  line-height: 500px;
  max-width: 800px;
  white-space: normal;
  background: ivory;
  overflow-wrap: break-word;
}

.parameter p {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
}

#questions li:hover {
  background-color: lightgray;
} 

#questions .active_list {
  background-color: lightgray;
} 

#custom_questions_list .active_list {
  background-color: lightgray;
} 

.active_question {
  border: solid; 
  border-width: 2px; 
  border-color: gray;
}

#surveytable_filter input {
  border-color: grey;
  border-width: 2px;
}

.toast-message {
  font-size: 14px !important;
}

.toast {
  opacity: 1 !important;
}

.icon-div {
  background-image: linear-gradient(to right, #5783e6 0%, #5fbae9 50%, #87ceea 100%);
}

.progress_bar_container {
  margin: 20px;
  width: 200px;
  height: 100px;
}