/* line 6, ../sass/style.scss */
body {
    font-family: "Arial", "Microsoft JhengHei";
    font-size: 15px;
  }
  
  /* line 11, ../sass/style.scss */
  h1 {
    font-size: 40px;
  }
  
  /* line 15, ../sass/style.scss */
  h2 {
    font-size: 32px;
  }
  
  /* line 19, ../sass/style.scss */
  h3 {
    font-size: 28px;
  }
  
  /* line 23, ../sass/style.scss */
  h4 {
    font-size: 24px;
  }
  
  /* line 27, ../sass/style.scss */
  h5 {
    font-size: 20px;
  }
  
  /* line 31, ../sass/style.scss */
  h6 {
    font-size: 18px;
  }
  
  /* line 35, ../sass/style.scss */
  a {
    color: #2490cf;
  }
  /* line 38, ../sass/style.scss */
  a:hover {
    text-decoration: none;
  }
  
  /* line 44, ../sass/style.scss */
  .bg-image {
    background-size: cover;
    background-attachment: fixed;
    background-image: url("/assets/survey/images/bg.jpg");
  }
  
  /* line 50, ../sass/style.scss */
  .bg-defaultcolor {
    background-color: #1e73a6;
  }
  
  /* line 54, ../sass/style.scss */
  .highlight-color {
    color: #2490cf;
  }
  
  /* line 58, ../sass/style.scss */
  .btn-default {
    background-color: #2490cf;
    padding: 10px 80px;
    border: none;
    border-radius: 5px;
  }
  
  /* line 65, ../sass/style.scss */
  .transition-all, .survey-form .form-maintitle {
    transition: all 0.5s;
  }
  
  /* line 70, ../sass/style.scss */
  header .navbar-brand {
    display: block;
    margin: auto;
  }
  /* line 75, ../sass/style.scss */
  header .pp-logo {
    height: 60px;
    transition: all 0.5s;
  }
  
  /* line 82, ../sass/style.scss */
  .triangle {
    position: relative;
    filter: drop-shadow(0 0 3px #ccc);
    background-color: #fff;
    z-index: 1;

    display: flex;
    justify-content: center;
  }
  /* line 88, ../sass/style.scss */
  .triangle:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
  }
  
  /* line 102, ../sass/style.scss */
  .survey-form .survey-logo {
    display: block;
    margin: auto;
    margin-right: 0px;
    margin-left: 0px;
    
    height: 75px;
    transition: all 0.5s;
  }

  .survey-form .logo-bcg{
    height: 200px;
  }

  .survey-form .logo-cigna{
      height: 100px;
  }

  /* line 109, ../sass/style.scss */
  .survey-form .bg-white {
    filter: drop-shadow(0 0 5px #ccc);
  }
  /* line 116, ../sass/style.scss */
  .survey-form form .question-section .check-section {
    line-height: 36px;
    padding-top: 20px;
  }
  /* line 121, ../sass/style.scss */
  .survey-form form .question-section .check-section > .form-check .invalid-tooltip {
    top: 28px;
    right: 0;
    left: 0;
  }
  /* line 128, ../sass/style.scss */
  .survey-form form .question-section .check-section > .form-check:not(:first-child) .invalid-tooltip {
    display: none;
  }
  /* line 140, ../sass/style.scss */
  .survey-form form .three-check {
    position: static;
    transition: all 0.5s;
  }
  /* line 145, ../sass/style.scss */
  .survey-form form .six-check {
    position: static;
    transition: all 0.5s;
  }
  /* line 151, ../sass/style.scss */
  .survey-form form .form-control[type="text"] {
    border: 1px solid #a0d2ed;
  }
  /* line 153, ../sass/style.scss */
  .survey-form form .form-control[type="text"]:disabled {
    border: 1px solid #ced4da;
  }
  
  /* line 151, ../sass/style.scss */
  .survey-form form textarea.form-control {
    border: 1px solid #a0d2ed;
  }
  /* line 153, ../sass/style.scss */
  .survey-form form textarea.form-control:disabled {
    border: 1px solid #ced4da;
  }
  
  /* line 151, ../sass/style.scss */
  .survey-form form select.form-control {
    border: 1px solid #a0d2ed;
  }
  /* line 153, ../sass/style.scss */
  .survey-form form select.form-control:disabled {
    border: 1px solid #ced4da;
  }
  
  /* line 160, ../sass/style.scss */
  .survey-form form .form-group {
    margin-bottom: 25px;
  }
  /* line 167, ../sass/style.scss */
  .survey-form .was-validated .invalid-tooltip {
    right: 15px;
    left: 15px;
  }
  /* line 174, ../sass/style.scss */
  .survey-form .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
  }
  /* line 180, ../sass/style.scss */
  .survey-form .label-cbx input:checked + .checkbox-svg {
    border-color: #2490cf;
  }
  /* line 184, ../sass/style.scss */
  .survey-form .label-cbx input:checked + .checkbox-svg svg path {
    fill: #2490cf;
  }
  /* line 188, ../sass/style.scss */
  .survey-form .label-cbx input:checked + .checkbox-svg svg polyline {
    stroke-dashoffset: 0;
  }
  /* line 201, ../sass/style.scss */
  .survey-form .label-cbx:hover .checkbox-svg
  svg path {
    stroke-dashoffset: 0;
  }
  /* line 209, ../sass/style.scss */
  .survey-form .label-cbx .checkbox-svg {
    position: relative;
    top: 8px;
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid #a0d2ed;
    border-radius: 3px;
  }
  /* line 219, ../sass/style.scss */
  .survey-form .label-cbx .checkbox-svg svg {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 20px;
    height: 20px;
  }
  /* line 226, ../sass/style.scss */
  .survey-form .label-cbx .checkbox-svg svg path {
    fill: none;
    stroke: #2490cf;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all .6s ease;
  }
  /* line 237, ../sass/style.scss */
  .survey-form .label-cbx .checkbox-svg svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease;
  }
  /* line 252, ../sass/style.scss */
  .survey-form .label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
  }
  /* line 257, ../sass/style.scss */
  .survey-form .label-cbx > .invisible-checkbox {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 20px;
    height: 20px;
    opacity: 0;
  }
  
  /* line 274, ../sass/style.scss */
  .back {
    position: fixed;
    right: 60px;
    bottom: 80px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #FFF;
    text-align: center;
    background-color: rgba(36, 145, 206, 0.8);
    z-index: 9999;
    transition: all 0.5s;
  }
  /* line 287, ../sass/style.scss */
  .back:hover {
    line-height: 30px;
    background-color: #0069d9;
    color: #FFF !important;
  }
  /* line 293, ../sass/style.scss */
  .back:before {
    content: '\f106';
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome\ 5 Free";
  }
  
  .invisible-checkbox-number {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #a0d2ed;
    background-color: #ffffff;
    -webkit-appearance: none; /*to disable the default appearance of radio button*/
    -moz-appearance: none;
  }
  
  .checkbox-number:hover{
    cursor:pointer;
  }
  
  .invisible-checkbox-number:focus { /*no need, if you don't disable default appearance*/
    outline: none; /*to remove the square border on focus*/
  }
  
  .invisible-checkbox-number:checked { /*no need, if you don't disable default appearance*/
    background-color: #a0d2ed;
  }
  
  .checkbox-number span:first-of-type {
    position: relative;
    left: -25px;
    color: #1974a5;
  }
  
  .checkbox-number span {
    position: relative;
    top: -10px;
  }
  
  .invisible-label{
    font-style: italic;
    display:none;
  }
  
  .visible-label{
    font-style: italic;
  }
  
  .checkbox-number-10{
    left:-27px !important;
  }
  
  .textbox-commment{
    display: inline !important;
    width: auto !important;
  }
  