
.video-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-container .myvideo {
  min-width: 500px;
  min-height: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
      
 video{
    opacity: 0.5;
}      
    .ts-inital-loader {
      margin-left: auto;
      margin-right: auto;
      margin-top: auto;
      margin-bottom: auto;

      border: 5px solid #f3f3f3;
      border-top: 5px solid #19B885;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      animation: ts-loader-spin 2s linear infinite;
    }

     @keyframes ts-loader-spin {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

/**** UTILITY CLASSES ****/

html,body{
  background-color: rgb(142, 45, 226);
}

/**** FONT SIZE ****/

.tensurvey-text-size--xs { font-size: 12px; }
.tensurvey-text-size--sm { font-size: 14px; }
.tensurvey-text-size--base { font-size: 16px; }
.tensurvey-text-size--lg { font-size: 18px; }
.tensurvey-text-size--xl { font-size: 20px; }
.tensurvey-text-size--2xl { font-size: 24px; }
.tensurvey-text-size--3xl { font-size: 28px; }
.tensurvey-text-size--4xl { font-size: 32px; }
.tensurvey-text-size--5xl { font-size: 40px; }
.tensurvey-text-size--8xl { font-size: 48px; }
.tensurvey-text-size--10xl { font-size: 80px; }


 /**** Media Queries  ****/
 @media screen and (max-width: 767px) {
    .sm_tensurvey-text-size--xs { font-size: 12px; }
    .sm_tensurvey-text-size--sm { font-size: 14px; }
    .sm_tensurvey-text-size--base { font-size: 16px; }
    .sm_tensurvey-text-size--lg { font-size: 18px; }
    .sm_tensurvey-text-size--xl { font-size: 20px; }
    .sm_tensurvey-text-size--2xl { font-size: 24px; }
    .sm_tensurvey-text-size--3xl { font-size: 28px; }
    .sm_tensurvey-text-size--4xl { font-size: 32px; }
    .sm_tensurvey-text-size--5xl { font-size: 40px; }
    .sm_tensurvey-text-size--8xl { font-size: 48px; }
} 

/**** FONT FAMILY ****/

.tensurvey-font-family { font-family: 'Source Sans Pro' }



/**** FONT WEIGHT ****/

.tensurvey-text-weight--thin{font-weight: 300; }
.tensurvey-text-weight--regular{font-weight: 400;}
.tensurvey-text-weight--medium{font-weight: 500;}
.tensurvey-text-weight--semibold{font-weight: 600;}
.tensurvey-text-weight--bold{font-weight: 700;}


@media screen and (max-width: 767px) {
  .sm_tensurvey-text-weight--thin{font-weight: 300; }
  .sm_tensurvey-text-weight--regular{font-weight: 400;}
  .sm_tensurvey-text-weight--medium{font-weight: 500;}
  .sm_tensurvey-text-weight--semibold{font-weight: 600;}
  .sm_tensurvey-text-weight--bold{font-weight: 700;}
} 


/**** TEXT ALIGN ****/

.tensurvey-text-align--left{text-align:left; }
.tensurvey-text-align--center{text-align:center; }
.tensurvey-text-align--right{text-align:right; }

/**** TEXT TRANSFORM ****/

.tensurvey-text-transform--uppercase{text-transform: uppercase; }
.tensurvey-text-transform--lowercase{text-transform: lowercase; }
.tensurvey-text-transform--capitalize{text-transform: capitalize; }

/**** LINE HEIGHT ****/

.tensurvey-line-height--none{ line-height: 1;}
.tensurvey-line-height--tight{ line-height: 1.15;}
.tensurvey-line-height--heading{ line-height: 1.3;}
.tensurvey-line-height--normal{ line-height: 1.5;}
.tensurvey-line-height--loose{ line-height: 2;}

 
/**** FONT COLOR ****/

.tensurvey-text-color--secondary-01,.tensurvey-text-color--secondary-01:hover,.tensurvey-text-color--secondary-01:focus{color:rgba(255, 255, 255, 0.1)}
.tensurvey-text-color--secondary-02,.tensurvey-text-color--secondary-02:hover,.tensurvey-text-color--secondary-02:focus{color:rgba(255, 255, 255, 0.2)}
.tensurvey-text-color--secondary-03,.tensurvey-text-color--secondary-03:hover,.tensurvey-text-color--secondary-03:focus{color:rgba(255, 255, 255, 0.3)}
.tensurvey-text-color--secondary-04,.tensurvey-text-color--secondary-04:hover,.tensurvey-text-color--secondary-04:focus{color:rgba(255, 255, 255, 0.4)}
.tensurvey-text-color--secondary-05,.tensurvey-text-color--secondary-05:hover,.tensurvey-text-color--secondary-05:focus{color:rgba(255, 255, 255, 0.5)}
.tensurvey-text-color--secondary-06,.tensurvey-text-color--secondary-06:hover,.tensurvey-text-color--secondary-06:focus{color:rgba(255, 255, 255, 0.6)}
.tensurvey-text-color--secondary-07,.tensurvey-text-color--secondary-07:hover,.tensurvey-text-color--secondary-07:focus{color:rgba(255, 255, 255, 0.7)}
.tensurvey-text-color--secondary-08,.tensurvey-text-color--secondary-08:hover,.tensurvey-text-color--secondary-08:focus{color:rgba(255, 255, 255, 0.8)}
.tensurvey-text-color--secondary-09,.tensurvey-text-color--secondary-09:hover,.tensurvey-text-color--secondary-09:focus{color:rgba(255, 255, 255, 0.9)}
.tensurvey-text-color--secondary,.tensurvey-text-color--secondary:hover,.tensurvey-text-color--secondary:focus{color:rgb(255, 255, 255)}


.tensurvey-text-color--primary-01,.tensurvey-text-color--primary-01:hover,.tensurvey-text-color--primary-01:focus{color:rgba(255, 255, 255, 0.1)}
.tensurvey-text-color--primary-02,.tensurvey-text-color--primary-02:hover,.tensurvey-text-color--primary-02:focus{color:rgba(255, 255, 255, 0.2)}
.tensurvey-text-color--primary-03,.tensurvey-text-color--primary-03:hover,.tensurvey-text-color--primary-03:focus{color:rgba(255, 255, 255, 0.3)}
.tensurvey-text-color--primary-04,.tensurvey-text-color--primary-04:hover,.tensurvey-text-color--primary-04:focus{color:rgba(255, 255, 255, 0.4)}
.tensurvey-text-color--primary-05,.tensurvey-text-color--primary-05:hover,.tensurvey-text-color--primary-05:focus{color:rgba(255, 255, 255, 0.5)}
.tensurvey-text-color--primary-06,.tensurvey-text-color--primary-06:hover,.tensurvey-text-color--primary-06:focus{color:rgba(255, 255, 255, 0.6)}
.tensurvey-text-color--primary-07,.tensurvey-text-color--primary-07:hover,.tensurvey-text-color--primary-07:focus{color:rgba(255, 255, 255, 0.7)}
.tensurvey-text-color--primary-08,.tensurvey-text-color--primary-08:hover,.tensurvey-text-color--primary-08:focus{color:rgba(255, 255, 255, 0.8)}
.tensurvey-text-color--primary-09,.tensurvey-text-color--primary-09:hover,.tensurvey-text-color--primary-09:focus{color:rgba(255, 255, 255, 0.9)}
.tensurvey-text-color--primary,.tensurvey-text-color--primary:hover,.tensurvey-text-color--primary:focus{color:rgb(255, 255, 255)}

.tensurvey-text-color--background-based,
.tensurvey-text-color--background-based:hover,
.tensurvey-text-color--background-based:focus{
  color:rgb(255, 255, 255)
}

.tensurvey-text-color--label{color:rgb(255, 255, 255)}
.tensurvey-text-color--light{color:rgb(255, 255, 255)}

.ts-skip-container label {color: rgba(255, 255, 255, 0.5)}

.ts-answer-option--border{
  border-color: rgba(255, 255, 255, 0.5);
}

.ts_matrix_container--classic .ts_matrix_row--sub.hovered .ts_matrix_column{
  background-color: rgba(255, 255, 255, 0.1);
}

.ts-answer-option--bg,.ts-answer-option--bg-only,.ts_matrix_container--classic .ts_matrix_row--sub:hover .ts_matrix_column, .ts-answer-option--consent {
  background-color: rgba(255, 255, 255, 0.1);
}
.ts-answer-option--bg:hover,.ts-answer-option--bg:focus{  
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1; 
} 
.ts-answer-option--bg:hover [ts-tooltip--key]::after,.ts-answer-option--bg:focus [ts-tooltip--key]::after{
  
  -webkit-animation-name: tooltip_slideInUp;
  animation-name: tooltip_slideInUp;
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms; 
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} 

.ts-answer-option--bg-only:hover,.ts-answer-option--bg-only:focus{
  z-index: 1; 
} 
.ts-answer-option--bg-only:active, .ts-answer-option--bg-only.active{  
  z-index: 1; 
}

.ts-answer-option--bg:active,.ts-answer-option--bg.active{
  background-color:rgba(255, 255, 255, 0.8);
  z-index: 1; 
}
.ts-answer-option--picture-choice .ts-option-checked--picture:before{ 
  border-top-color:rgb(255, 255, 255);
}

.ts-answer-option--yes-no.active {
  background-color:rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.ts-answer-option--yes-no.active svg, 
.ts-answer-option--yes-no.error svg,
.ts-answer-option--yes-no.active p,
.ts-answer-option--yes-no.error p{
  color: rgb(57, 57, 57)
}

.answer-option-rating--icons.hover-active .ts-rating-icon-fill{
  fill: rgb(255, 255, 255);
  fill-opacity: .5;
}

.answer-option-rating--icons.active .ts-rating-icon-fill{
  fill: rgb(255, 255, 255);
  fill-opacity: 1;
}

.answer-option-rating--icons .ts-symbolFill {
  stroke: rgb(255, 255, 255);
}

.answer-option-rating--icons.active .ts-symbolFill {
  fill: rgb(255, 255, 255);
}

.answer-option-rating--icons .ts-symbol-smiley-fill,
.answer-option-rating--icons .ts-symbolFill--outline{
  fill: rgb(255, 255, 255);
}

.answer-option-rating--icons.active .ts-symbol-smiley-fill,
.answer-option-rating--icons.active .ts-symbolFill--outline{
  fill: rgb(255, 255, 255);
}

.answer-option-rating--icons[ts-tooltip--index]::after{
  color: rgba(255, 255, 255, 0.8)
}

.ts-answer-option--message svg .ts-symbolFill{
  stroke: rgb(255, 255, 255);
}

.ts-option-no,
.ts-option-no__key-assist {
  background-color: rgb(255, 255, 255);
  color: rgb(57, 57, 57);
}
.ts-mute-container .ts-mute-btn{
  background-color: rgb(255, 255, 255) !important;
}
.ts-answer-option--text-light:active,.ts-answer-option--text-light.active{
  color: rgb(57, 57, 57);
}
.ts-mute-container .ts-mute-btn path{
  fill: rgb(57, 57, 57) !important;
}
.ts-answer-option--picture-choice .ts-option-checked svg path, .ts-answer-option--choice .ts-option-checked svg path, .ts-answer-option--picture-choice .ts-option-checked--picture svg path, .ts-answer-option--choice .ts-option-checked--picture svg path{
  stroke: rgb(57, 57, 57);
}


.ts-answer-option--text-dark:active,.ts-answer-option--text-dark.active{
  color:rgb(0, 0, 0)
}


/***** BORDER-WIDTH ****/
.tensurvey-border-width--thin { border-width: 1px }
 
/***** BORDER-STYLE ****/
.tensurvey-border-style--solid { border-style: solid }
.tensurvey-border-style--dashed { border-style: dashed }
 
/***** BORDER-COLOR ****/
.tensurvey-border-color--transparent { border-color: transparent }
.tensurvey-border-color--primary { border-color: rgb(255, 255, 255) }
.tensurvey-border-color--secondary { border-color: rgb(255, 255, 255) } 
.tensurvey-border-color--secondary-01 { border-color: rgba(255, 255, 255, 0.1) } 
.tensurvey-border-color--secondary-02 { border-color: rgba(255, 255, 255, 0.2) } 
.tensurvey-border-color--secondary-04 { border-color: rgba(255, 255, 255, 0.4) } 
.tensurvey-border-color--secondary-06 { border-color: rgba(255, 255, 255, 0.6) } 
.tensurvey-border-color--secondary-08 { border-color: rgba(255, 255, 255, 0.8) } 

/***** HOVER-COLOR ****/
.hover_tensurvey-text-color--secondary:hover,
.hover_tensurvey-text-color--secondary:active,
.hover_tensurvey-text-color--secondary:focus{
  text-transform:none;
  text-decoration:none;
  color:rgb(255, 255, 255)
} 
.hover_tensurvey-text-color--primary:hover,
.hover_tensurvey-text-color--primary:active,
.hover_tensurvey-text-color--primary:focus{
  text-transform:none;
  text-decoration:none;
  color:rgb(255, 255, 255)
} 


/***** HOVER-COLOR ****/
.hover_tensurvey-text-color--secondary:hover,
.hover_tensurvey-text-color--secondary:active,
.hover_tensurvey-text-color--secondary:focus{
  text-transform:none;
  text-decoration:none;
  color:rgb(255, 255, 255)
} 
.hover_tensurvey-text-color--primary:hover,
.hover_tensurvey-text-color--primary:active,
.hover_tensurvey-text-color--primary:focus{
  text-transform:none;
  text-decoration:none;
  color:rgb(255, 255, 255)
} 


    /***** ProgressBar ****/
    .survey-progress-indicator--color {
      background-color: hsl(0, 0%, 80%);
    }

    .survey-progress-container--color {
      background-color: hsl(0, 0%, 0%);
    }

    /***** ProgressBar in Aside ****/
    .survey-aside-progress-container--color { 
      background-color: hsl(0, 0%, 0%);
    }
    .survey-aside-progress-indicator--color { 
      background-color: hsl(0, 0%, 80%);
    }

    /**** Buttons ****/

    .ts-skip-action-btn:hover,
    .ts-skip-action-btn:focus,
    .ts-skip-action-btn:active{
      background-color: rgba(255, 255, 255, 0.1)}
    }

    .ts-primary-action-btn--gradient{ 
      background-image: linear-gradient(257deg, rgb(0, 0, 0), rgb(0, 0, 0));
    }

    .ts-primary-action-btn {
      
      border-color: rgb(255, 255, 255);
      color: rgb(255, 255, 255);
    
    }

    .ts-primary-action-btn:before{
      
      background-color: rgb(255, 255, 255);
    
    }

    .ts-primary-action-btn .loader {
      
      border: 2px solid rgba(255, 255, 255, 0.05);
      border-top: 2px solid rgb(255, 255, 255);
    
    }
  
    .ts-primary-action-btn:hover,
    .ts-primary-action-btn:focus,
    .ts-primary-action-btn:active{
      
      color: rgb(0, 0, 0);
    
    }
  
    .survey-primary-action-btn {
      background: rgb(255, 255, 255);
    }

    .survey-primary-action-btn:hover,
    .survey-primary-action-btn:focus,
    .survey-primary-action-btn:active {
      color: hsl(0, 0%, 32%);
      background-color: hsl(0, 0%, 80%);
    }

    /**** Payment ****/
    
    .ts-payment--wrapper .ts-payment--card-form {
      background-color: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.1);
    }
    
    .ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element {
      border-color: rgba(255, 255, 255, 0.1);
    }
    
    .ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input::placeholder {
      color: rgba(255, 255, 255, 0.3);
    }
    .ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input::-moz-placeholder {
      color: rgba(255, 255, 255, 0.3);
    }
    .ts-payment--wrapper .ts-payment--card-form .ts-payment--row .ts-payment--element input::-webkit-placeholder {
      color: rgba(255, 255, 255, 0.3);
    }

    .ts-payment-offer--wrapper .ts-payment-offer--input a {
      background-color: rgb(255, 255, 255);
    }

    .ts-payment-offer--wrapper .ts-payment-offer--input a svg path {
      fill: rgb(0, 0, 0)
    }

    .ts-payment-offer--wrapper .ts-payment-offer--info h5 b {
      color: rgb(255, 255, 255);
    }

    .ts-payment-offer--wrapper .ts-payment-offer--applied {
      background-color: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.1);
    }

    .ts-payment-offer--wrapper .ts-payment-offer--applied a svg path {
      stroke: rgb(255, 255, 255)
    }
    
    /**** Language Selector ****/

    .ts-language-selector--wrapper h3 {
      color: rgb(255, 255, 255);
    }

    .ts-language-selector--wrapper .ts-language-selector--down path {
      fill: rgba(255, 255, 255, 0.6);
    }


    /**** Matrix ****/

    .ts_matrix_container.ts_matrix_container--classic .ts_matrix_leftside .ts_matrix_column {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    } 

   
      .ts_matrix_container.ts_matrix_container--classic .ts_matrix_column--fixed{
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
          border-right: 1px solid rgba(255, 255, 255, 0.2); 
      }

      .ts_matrix_container.ts_matrix_container--classic .ts_matrix--header .ts_matrix_column  {
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
      }

      .matrix_scroll_controls a.btn,.matrix_scroll_controls--default a.btn {
        background-color: rgba(255, 255, 255, 0.1);
        border: 1px solid  rgba(255, 255, 255, 0.2);
        color:  rgba(255, 255, 255, 0.6);
      }

      .ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui input[type="text"] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8);
      }
  
      .ts_matrix_container.ts_matrix_container--classic .ts_matrix_input.ts_matrix_input--eui input[type="text"]:focus {
        border-bottom: 1px solid rgb(255, 255, 255);
        color: rgb(255, 255, 255);
      }

      /**** Background ****/ 

    .tensurvey-survey-container--card,
    .tensurvey-survey-container--classic-form,
    .tensurvey-survey-container--conversational-chat,
    .eui-login-wrapper .eui-login-container {
      background-color: rgb(142, 45, 226);
      
    }

    .tensurvey-survey-container--classic-form,
    .eui-login-wrapper--classic .eui-login-container {
      
          background: #8E2DE2;
          background: -webkit-linear-gradient(to right, #8E2DE2, #4A00E0);
          background: linear-gradient(to right, #8E2DE2, #4A00E0);
        
    }

    

    
    
   
    /**** Text in Aside ****/

    .tensurvey-score-container .ts_score{
      background-color:  hsl(272.20000000000005, 75.7%, 47.8%);
    }

    /**** Text in Aside ****/
    .tensurvey-header-text--color {
      color: rgb(0, 0, 0);
    } 
    
    /**** Button Text ****/
    .survey-primary-action-btn--text {
      color: hsl(0, 0%, 40%); 
    }

    .survey-primary-action-btn:hover, .survey-primary-action-btn--text,
    .survey-primary-action-btn:focus, .survey-primary-action-btn--text,
    .survey-primary-action-btn:active, .survey-primary-action-btn--text {
      color: hsl(0, 0%, 48%);
      text-decoration: none;  
    }

    .survey-primary-action-btn--color {
      background-color: rgb(255, 255, 255);
    }
    .survey-primary-action-btn--color:hover {
      background-color: hsl(0, 0%, 90%);
    }

    /**** Outline action button - Chat ****/
    .survey-primary-action-btn--color-outline {
      border-color: rgb(255, 255, 255); 
      color: rgb(255, 255, 255);
      background-color: #fff; 
    }
    .survey-primary-action-btn--color-outline:hover,
    .survey-primary-action-btn--color-outline:focus,
    .survey-primary-action-btn--color-outline:active {
      text-decoration: none; 
      color: hsl(0, 0%, 40%); 
      background-color: hsl(0, 0%, 90%); 
    } 

    /**** Question Text ****/
    .tensurvey-question--text,
    .tensurvey-question--text-chat {
      color: rgb(255, 255, 255);
      font-family: 'Source Sans Pro';
      font-size: 24px;
    }

    /**** Answer Text / Bubble Bg ****/
    .tensurvey-answer--text-chat {
      color: hsl(0, 0%, 40%);
      font-family: 'Source Sans Pro';
      font-size: 24px;
    }
    .question-wrapper-bubble--user {
      background-color: rgb(255, 255, 255);
    }

    /**** Classic Form Navigation Buttons ****/

    .ts_classic_form_navigator
    {
      background-color: hsla(272.20000000000005, 75.7%, 47.8%, 0.5);
    }
    .ts_classic_form_navigator a
    {
      border-color: rgba(255, 255, 255, 0.5) !important;
    }
    .tensurvey-survey-container--classic-form .ts_classic_form_navigator .svgColor {
      fill:none;
      stroke: rgb(255, 255, 255); 
    }
    .tensurvey-survey-container--classic-form .ts-keyboard-assist__btn > svg{
      color: rgb(255, 255, 255);
    }
    .tensurvey-survey-container--classic-form .ts-keyboard-assist__btn {
      border-color: rgba(255, 255, 255, 0.5) !important;
    }
    .ts-progres-track{
      stroke: hsla(272.20000000000005, 75.7%, 47.8%, 0.5);
    }
    .ts-horizontal-progress-bar{
      background-color:hsla(272.20000000000005, 75.7%, 47.8%, 0.5);
    }
    .ts-progres-fill{
      stroke: rgb(255, 255, 255);
    }
    .ts-progres-bar-fill{
      background-color:rgb(255, 255, 255);
    }
    .ts-progres-text{
      stroke: rgb(255, 255, 255);
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit
    }

    /**** Options Text ****/
    .answer-option--text-matrix {
      /* color: rgb(0, 0, 0); */
      color: rgb(255, 255, 255);
    }

    .answer-option--text {
      color: rgb(255, 255, 255); 
    }
    .answer-option--text:hover,
    .answer-option--text:active,
    .answer-option--text:focus {
      color: rgb(255, 255, 255);
      text-decoration: none;
    }

    .answer-option--text.active,
    .answer-option--text.active:hover,
    .answer-option--text.active:active,
    .answer-option--text.active:focus {
      color: hsl(0, 0%, 40%);
      text-decoration: none;
    }

    .answer-option-classic--color {
      border: 2px solid rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.1);
    }

    .answer-option-classic--color:hover,
    .answer-option-classic--color:active,
    .answer-option-classic--color:focus {
      border: 2px solid rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.3);
    }

    .answer-option-classic--color.active {
      color: hsl(0, 0%, 40%);
      border: 2px solid rgb(255, 255, 255);
      background-color: rgb(255, 255, 255);
    }
   
    .answer-option--color {
      border: 1px solid rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.1);
    }

    .answer-option--color:hover,
    .answer-option--color:active,
    .answer-option--color:focus {
      border: 1px solid rgb(255, 255, 255);
      background-color: rgba(255, 255, 255, 0.3);
    }

    .answer-option--color.active {
      color: hsl(0, 0%, 40%);
      border: 1px solid rgb(255, 255, 255);
      background-color: rgb(255, 255, 255);
    }
   

    .answer-option--input-color{
      color: rgba(255, 255, 255, 0.7);
    }
    .answer-option--input-color:hover, .answer-option--input-color:focus, .answer-option--input-color:active {
      color: rgb(255, 255, 255);
    }

    .answer-option--input{
      border-color: rgba(255, 255, 255, 0.7);
    }

    .answer-option--input:hover, .answer-option--input:focus, .answer-option--input:active {
      border-color: rgb(255, 255, 255);
    }

    .answer-option--stroke {
      stroke: rgb(255, 255, 255);
    }

    .answer-option--stroke-02 {
      stroke: rgba(255, 255, 255, 0.2);
    }

    .answer-option--input:placeholder { color: rgba(255, 255, 255, 0.5); }
    .answer-option--input::placeholder { color: rgba(255, 255, 255, 0.5); }
    .answer-option--input:-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
    .answer-option--input::-moz-placeholder { color: rgba(255, 255, 255, 0.5); }
    .answer-option--input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.5); }
    .answer-option--input:-ms-input-placeholder {color: rgba(255, 255, 255, 0.5);}

    /* autofill-background-color */
    .answer-option--input--has-bottom-border{
      border-color: rgba(255, 255, 255, 0.4);
    }
    .ts-form-group__highlight{
      border-color: rgb(255, 255, 255) !important;
    }
    .answer-option--contact-input:-webkit-autofill,.answer-option--input:-webkit-autofill,
    .answer-option--contact-input:-webkit-autofill:hover,.answer-option--input:-webkit-autofill:hover,
    .answer-option--contact-input:-webkit-autofill:focus,.answer-option--input:-webkit-autofill:focus, 
    .answer-option--contact-input:-webkit-autofill:active,.answer-option--input:-webkit-autofill:active
    {
        -webkit-box-shadow: 0 0 0 30px rgb(142, 45, 226) inset !important;
    }
    /* Text in autofill textbox*/
    .answer-option--contact-input:-webkit-autofill,.answer-option--input:-webkit-autofill {
        -webkit-text-fill-color: rgba(255, 255, 255, 0.7) !important;
    }
    
    /**** Utility classes ****/
    .ts-primaray-color-bg-alpha-20{
      background-color: rgba(255, 255, 255, 0.2);
    }
    .ts-secondary-color-form-element{
      border: 1px solid rgba(255, 255, 255, 0.3);
      -moz-box-shadow:    inset 0px 1px 2px 0px rgba(255, 255, 255, 0.3);
      -webkit-box-shadow: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.3);
      box-shadow:         inset 0px 1px 2px 0px rgba(255, 255, 255, 0.3);
      color: rgba(255, 255, 255, 0.6);
    }
    /**** Opinion Scale label ****/
    .ts-secondary-color-text {
      color: rgb(255, 255, 255);
      font-family: 'Source Sans Pro';
    }

    /**** Survey Fixed Panel ****/
    .tensurvey-fixed-panel--color{
      background-color: rgb(142, 45, 226);
    }

    .ts_classic_top_bar .ts_classic_top_bar_section_details {
      background-color: rgb(142, 45, 226);
    } 

    .tensurvey-header__logo--text{
      color: rgb(255, 255, 255);
    }


    /**** Rank Order ****/

    .ts-option--rank-order__select-wrap .ts-option--rank-order__custom-select{
      background-color: rgb(255, 255, 255);
      color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__custom-select-arrow{
      color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__control{
      background-color: rgb(255, 255, 255);
      color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator,
    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__dropdown-indicator:hover{
      color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__single-value{
      color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__drag-handle-icon svg{
      color: rgba(255, 255, 255, 0.2);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__menu{
      background-color: rgb(57, 57, 57);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__option:active{
      background-color: rgba(255, 255, 255, 0.2);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__option--is-focused{
      background-color: rgba(255, 255, 255, 0.2);
    }

    .ts-option--rank-order__select-wrap .ts-option--rank-order-react-select__option--is-selected{
      background-color: rgb(255, 255, 255);
      color: rgb(57, 57, 57);
    }
    
    /**** React select dropdown ****/
    .has-value.Select--single>.Select-control .Select-value .Select-value-label,
    .has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
      color: rgb(255, 255, 255);
    }
    .dropdown-container .Select-value span.Select-value-label {
      color: rgb(255, 255, 255);
    }
    .dropdown-container .Select.Select--multi .Select-multi-value-wrapper .Select-value, .ts-get-response-wrapper--classic .ts-get-response-container .cts-xwjg1b {
      border: 1px solid rgba(255, 255, 255, 0.1);
      background-color: transparent;
    }
    .dropdown-container .Select-placeholder, .ts-get-response-wrapper--classic .ts-get-response-container .cts-1492t68  {
      color: rgba(255, 255, 255, 0.5);
    }
    .dropdown-container .Select-input input {
      color: rgba(255, 255, 255, 0.8);
    }
    
    .ts-branding-logo-new .ts-branding-logo--text {
      fill: rgba(255, 255, 255, 0.4);
    }
    .ts-branding-logo-new .ts-branding-logo--ss path{
      fill: rgb(255, 255, 255);
    }

    .ts-branding-wrap-classic__btn{
      background-color: rgb(255, 255, 255) !important;
      border-color: rgb(255, 255, 255) !important;
      color: rgb(0, 0, 0) !important;
    }
    .tensurvey-survey-container--classic-form .tensurvey-branding--classic-form a p,
    .ts-poweredby-chat-form p,
    .ts_completed_container .ts_survey_author_info .ts_thankyou_branding p {
      color: rgb(255, 255, 255);
    }

    .checkmeout-radio,
    .checkmeout-checkbox{
      color: rgb(255, 255, 255);
    }

    .checkmeout-radio:hover,
    .checkmeout-checkbox:hover {
      background-color: rgba(255, 255, 255, 0.2);
    }

    .checkmeout-checkbox > input[type="checkbox"] + .checkmeout-checkbox-style:after {
      border-right-color: rgb(57, 57, 57);
      border-bottom-color: rgb(57, 57, 57);
    }

    .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container.ts_matrix_container--classic .ts_matrix_mobile .ts_matrix_qstn,
    .ts_matrix_container.ts_matrix_container--classic .ts_matrix_mobile span div.ts_matrix_qstn {
      background-color: hsl(272.20000000000005, 75.7%, 47.8%);;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container .ts_matrix_mobile .ts_matrix_row--wrapper:first-child .ts_matrix_qstn {
      border-top: 1px solid rgba(255, 255, 255, 0.2)
    }
    
    .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container.ts_matrix_container--classic .ts_matrix_mobile .ts_matrix_qstn p p {
      color: rgb(255, 255, 255)
    }
    
    .tensurvey-survey-container--classic-form .ts_cl_survey_qstn_item .ts_options_container .ts_matrix_container.ts_matrix_container--classic .ts_matrix_mobile .ts_matrix_option_item p {
      color: rgba(255, 255, 255, 0.8)
      border-bottom: rgba(255, 255, 255, 0.2)
    }
 
    /**** Dropdown Arrow ****/

    .dropdown-container span.Select-arrow-zone span.Select-arrow {
      border-top-color : rgb(255, 255, 255);
    }

    .is-open>.Select-control .Select-arrow {
      border-bottom-color : rgb(255, 255, 255);
    }

    /**** Picture Choice Shadow ****/
    
    .ts_input_container .ts_multiple_choice_visual::after, .ts_options_container .ts_multiple_choice_visual::after{
      background: transparent; /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(right, transparent, rgb(142, 45, 226)); /* For Safari 5.1 to 6.0 */
      background: -o-linear-gradient(right, transparent, rgb(142, 45, 226));/* For Opera 11.1 to 12.0 */
      background: -moz-linear-gradient(right, transparent, rgb(142, 45, 226)); /* For Firefox 3.6 to 15 */
      background: linear-gradient(to right, transparent, rgb(142, 45, 226));
    }

    /**** FileUpload ****/
    .ts_fileupload_container p.filesize_label {
      font-family: 'Source Sans Pro';
      color: rgb(255, 255, 255);
    } 
    .ts_fileupload_container .fileupload-box.upload_container .uploading{
      background-color: rgb(255, 255, 255);
    }

    .answer-option--file-uploaded .circle-loader {
      border: 2px solid rgba(255, 255, 255, 0.1);
    }

    .answer-option--file-uploaded .checkmark::after {
      border-right: 6px solid rgb(255, 255, 255);
      border-top: 6px solid rgb(255, 255, 255);
    }

    .answer-option--file-uploading .uploading-wrapper{
      background-color: rgba(255, 255, 255, 0.1);
    }

    .answer-option--file-uploading .uploading-wrapper .uploading {
      background-color: rgb(255, 255, 255);
    }

    /**** Text Selection color ****/
    body ::-moz-selection {
      color: #fff;
      background: rgba(255, 255, 255, 0.5);
    }
        
    body ::selection {
      color: #fff;
      background: rgba(255, 255, 255, 0.5);
    }

    .ts-inital-loader { 
      border: 5px solid hsla(272.20000000000005, 75.7%, 47.8%, 0.5);;  
      border-top: 5px solid rgb(255, 255, 255);
    }

    .ts-bubble svg path {
      stroke: hsl(0, 0%, 40%);
    }

    .ts-bubble svg circle {
      stroke: hsl(0, 0%, 40%);
      fill: hsl(0, 0%, 40%);
    }

    .ts-bubble svg path#bird {
      fill: hsl(0, 0%, 40%);
      stroke: none;
    }

    /**** Multiline Text Input ****/
    .ts_cl_qstn_action.multiline_helper p {
      color: rgba(255, 255, 255, 0.6);
    }

    /**** Date Input ****/
    
    .date-time-builder-wrapper .date-time-container input.placeholder, .date-time-chat-wrapper .date-time-container input.placeholder, .date-time-widget-wrapper .date-time-widget-container .date-time-container input.placeholder {
      color: rgba(255, 255, 255, 0.4);
    }

    .date-time-classic-form-wrapper .date-time-container input.placeholder {
      color: rgba(255, 255, 255, 0.5);
    }

    .date-time-classic-form-wrapper .date-time-container .out-of-focus:before {
      color: rgba(255, 255, 255, 0.5);;
    }

    .date-time-builder-wrapper .date-time-container input, .date-time-chat-wrapper .date-time-container input, .date-time-widget-wrapper .date-time-widget-container .date-time-container input {
      color: rgb(255, 255, 255);
    }

    .date-time-classic-form-wrapper .date-time-container input {
      color: rgb(255, 255, 255);
    }

    .date-time-container input::selection  {
      color: rgb(255, 255, 255) !important;
      background: rgba(255, 255, 255, 0.1) !important;
    }

    .date-time-container input::-moz-selection {
    color: rgb(255, 255, 255) !important;
      background: rgba(255, 255, 255, 0.1) !important;
    }

    .date-time-classic-form-wrapper .date-time-container input::selection {
      color: rgb(255, 255, 255) !important;
      background: rgba(255, 255, 255, 0.1) !important;
    }

    .date-time-classic-form-wrapper .date-time-container input::-moz-selection {
      color: rgb(255, 255, 255) !important;
      background: rgba(255, 255, 255, 0.1) !important;
    }

    .date-time-builder-wrapper .date-time-container .time-wrapper .am-pm, .date-time-chat-wrapper .date-time-container .time-wrapper .am-pm, .date-time-widget-wrapper .date-time-widget-container .date-time-container .time-wrapper .am-pm {
      color: rgb(255, 255, 255);
    }

    .date-time-classic-form-wrapper .date-time-container .time-wrapper .am-pm {
      color: rgb(255, 255, 255);
    }

    .date-time-classic-form-wrapper .date-time-container {
      border-color: rgb(255, 255, 255);
    }

    .date-time-builder-wrapper .date-time-container .time-input, .date-time-chat-wrapper .date-time-container .time-input, .date-time-widget-wrapper .date-time-widget-container .date-time-container .time-input {
      border-left-color: rgba(255, 255, 255, 0.2);
    }

    .date-time-classic-form-wrapper .date-time-container .time-input {
      border-left-color: rgba(255, 255, 255, 0.2);
    }

    .date-time-widget-wrapper .date-time-widget-container .date-time-container {
      border-color: rgba(255, 255, 255, 0.4);
    }

    /**** Constant Sum ****/ 

    .ts-constant-sum-wrapper .rc-slider .rc-slider-track {
      background-color: rgb(255, 255, 255);
      opacity:0.8;
    }

    .ts-constant-sum-wrapper .rc-slider .rc-slider-handle, .ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused {
      background-color: hsl(0, 0%, 100%);
    }

    .ts-constant-sum-slider .rc-slider .rc-slider-handle:hover{
      box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.1);
    }

    .ts-constant-sum-wrapper .rc-slider .rc-slider-rail {
      background-color: rgb(255, 255, 255);
      opacity:0.1;
    }

    .ts-constant-sum-wrapper .rc-slider .rc-slider-handle:after, .ts-constant-sum-wrapper .rc-slider .rc-slider-handle-click-focused:after {
      color: rgba(57, 57, 57, 0.2);
    }

    .ts-constant-sum-wrapper.ts-constant-sum-slider-wrapper .rc-slider .rc-slider-mark .rc-slider-mark-text {
      color: rgba(255, 255, 255, 0.4);
    }
  
    /**** Spinner in Submit Buttons ****/ 

    .ts_cl_qstn_action--submit a .loader, .ts_edit_ans a:hover .loader {
      border-color: hsla(0, 0%, 40%, 0.05); 
      border-top-color: hsl(0, 0%, 40%); 
    }

    .ts_edit_ans a .loader {
      border-color: rgba(255, 255, 255, 0.05); 
      border-top-color: rgb(255, 255, 255); 
    }

    /**** Media Queries  ****/
    @media screen and (max-width: 767px) {

      .tensurvey-name--text
      { 
        font-size: 23.8px;
      }
      .tensurvey-action-options--text{ 
        font-size: 11.700000000000001px;
      }
 

      .survey-primary-action-btn--text { 
        font-size: 15.299999999999999px;
      }

       

      .tensurvey-question--text,
      .tensurvey-question--text-chat {
        font-size: 20.4px;
      } 
      .tensurvey-answer--text-chat {
        font-size: 20.4px;
      }
    }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
      touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}
.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}
.rc-slider-handle {
  position: absolute;
  margin-left: -7px;
  margin-top: -5px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}
.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}
.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset;
}
.rc-slider-handle:hover {
  border-color: #57c5f7;
}
.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.rc-slider-mark-text-active {
  color: #666;
}
.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.rc-slider-dot-active {
  border-color: #96dbfa;
}
.rc-slider-disabled {
  background-color: #e9e9e9;
}
.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}
.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}
.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}
.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}
.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}
.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  margin-bottom: -7px;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}
.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}
.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}
.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused;
}
.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running;
}
.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.rc-slider-tooltip-hidden {
  display: none;
}
.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}
.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9;
}
.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block;
}
.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running;
}
.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running;
}
@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.5;
  opacity: 0.9;
}
.rc-tooltip-hidden {
  display: none;
}
.rc-tooltip-placement-top,
.rc-tooltip-placement-topLeft,
.rc-tooltip-placement-topRight {
  padding: 5px 0 9px 0;
}
.rc-tooltip-placement-right,
.rc-tooltip-placement-rightTop,
.rc-tooltip-placement-rightBottom {
  padding: 0 5px 0 9px;
}
.rc-tooltip-placement-bottom,
.rc-tooltip-placement-bottomLeft,
.rc-tooltip-placement-bottomRight {
  padding: 9px 0 5px 0;
}
.rc-tooltip-placement-left,
.rc-tooltip-placement-leftTop,
.rc-tooltip-placement-leftBottom {
  padding: 0 9px 0 5px;
}
.rc-tooltip-inner {
  padding: 8px 10px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #373737;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  min-height: 34px;
}
.rc-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: 4px;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #373737;
}
.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%;
}
.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: 4px;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #373737;
}
.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: 4px;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #373737;
}
.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%;
}
.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0;
}
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: 4px;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #373737;
}
.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%;
}
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%;
}
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%;
}

.ts-answer-option--yes-no:focus {
  background-color:rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.answer-option-rating--icons:focus .ts-rating-icon-fill{
  fill: rgb(255, 255, 255);
  fill-opacity: .5;
}

.checkmeout-checkbox [type="checkbox"]:focus+.checkmeout-checkbox-style,.checkmeout-radio [type="radio"]:focus+.checkmeout-radio-style {
  background: currentColor;
}

.checkmeout-radio .checkmeout-radio-style.active:before {
  transform: scale(0.65);
}

.tensurvey-pagedown-btn {
    margin: 0;
	padding: 8px 7px;
	height: 36px;
	width: 36px;
	cursor: pointer;
	border-radius: 8px;
	border: 2px solid rgb(255,255,255);
	background-color: transparent;
	font-size: 1.5em;
	color: rgb(255,255,255);
}

.tensurvey-pagedown-btn:focus {
    background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.tensurvey-pagedown-btn:hover {
    background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.tensurvey-pageup-btn {
	margin: 0;
	padding: 8px 7px;
	height: 36px;
	width: 36px;
	cursor: pointer;
	border-radius: 8px;
	border: 2px solid rgb(255,255,255);
	background-color: transparent;
	font-size: 1.5em;
	color: rgb(255,255,255);"
}

.tensurvey-pageup-btn:focus {
    background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.tensurvey-pageup-btn:hover {
    background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

.thanks-description {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	font-size: 18px;
}	

.thanks-description p {
text-align: center;
line-height: 1.5;
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
white-space: pre-wrap;
}

.thanks-description b,strong {
	font-weight:bolder;
}

.thanks-description i {
	font-style:italic;
}

.thanks-description a {
	color:white;
}

.thanks-description ul {
	list-style:inside;
}

.thanks-description ol {
	list-style:inside;
	list-style-type:decimal;
}

.thanks-description a:hover {
	color:blue;
}

.question-description {
	padding: 0;
    margin: 0;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: normal;
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
	color: rgb(255, 255, 255);
	line-height: 1.3;
	font-weight: 400;
	font-size: 28px;
	display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    white-space: pre-wrap;
}

.question-description p {	
	font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    padding: 0;
    margin: 0;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
    word-break: normal;
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;	
}	

.question-description b,strong {
	font-weight:bolder;
}

.question-description i {
	font-style:italic;
}

.question-description a {
	color:white;
}

.question-description ul {
	list-style:inside;
}

.question-description ol {
	list-style:inside;
	list-style-type:decimal;
}

.question-description a:hover {
	color:blue;
}

.results-description {
	color: rgba(255, 255, 255, 0.9);
	font-weight: 400;
	font-size: 18px;
}	

.results-description p {
text-align: left;
line-height: 1.5;
display: block;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-direction: normal;
-webkit-box-orient: vertical;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
white-space: pre-wrap;
}

.results-description b,strong {
	font-weight:bolder;
}

.results-description i {
	font-style:italic;
}

.results-description a {
	color:white;
}

.results-description ul {
	list-style:inside;
}

.results-description ol {
	list-style:inside;
	list-style-type:decimal;
}

.results-description a:hover {
	color:blue;
}

.btn-primary {
    color: #ffffff;
    background-color: #2fa4e7;
    border-color: #2fa4e7;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
@media (min-width: 768px)
.modal-dialog {
    width: 600px;
    margin: 30px auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 50px;
}

@media (min-width: 768px)
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    background-clip: padding-box;
    outline: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
