
.ays-survey-user-history-shortcode-user-details-main-box .ays_each_question_answer input[type="radio"]:disabled{
    background: rgb(255 255 255 / 50%);
    border-color: rgb(158 155 155 / 75%) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    color: rgb(34 34 34 / 50%);
}

.ays-survey-user-history-shortcode-user-details-main-box input.ays_number_of_result {
    width: 70px;
    text-align: right;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding: 0;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_submissions_input_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font: 400 24px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 24px;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_previous_next > div {
    display: flex;
    width: 48px;
    align-items: center;
    justify-content: center;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_previous {
    margin-right: 10px;
    font-size: 20px;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_next {
    margin-left: 10px;
    font-size: 20px;
}
.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_container_each_result {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_container_each_result p {
    margin: 0;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_response_count,
.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_each_sub_user_info {
    border: 1px solid #c7c4c4;
    padding: 20px;
    border-radius: 13px;
    background-color: #fff;
    margin-bottom: 11px;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-individual-submissions-navigation {
    margin-bottom: 11px;
    position: sticky;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px #e5e5e5;
    padding: 10px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_survey_previous_next_conteiner {
    display: flex;
    /* margin-top: 13px; */
}
.ays-survey-user-history-shortcode-user-details-main-box .ays_questions_answers {
    padding: 20px;
    border: 1px solid #c7c4c4;
    margin-top: 11px;
    border-radius: 13px;
    border-left: 5px solid rgb(255, 87, 34);
    background-color: #fff;
}
.ays-survey-user-history-shortcode-user-details-main-box .ays_each_question_answer {
    margin-top: 2px;
}

.ays-survey-action-add-answer.appsMaterialWizButtonPapericonbuttonEl{
    width: 120px;
    border-radius: 4px;
}

.ays-survey-action-add-answer-text{
    margin-left: 5px;
}

.ays_questions_answers .ays-survey-individual-question-title {
    margin-bottom: 8px;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}

.ays_each_question_answer input[type="radio"]:checked::before {
    background-color: rgb(255, 87, 34);
    width: 12px;
    height: 12px
}
.ays_each_question_answer input[type="radio"] {
    border:1px solid rgb(255, 87, 34) !important;
    width: 20px;
    height: 20px
}
.ays_survey_name {
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #c7c4c4;
    border-radius: 13px;
    border-top: 5px solid rgb(255, 87, 34);
    background-color: #fff;
}
.ays_survey_name>p {
    color: #a4a4a4;
}
.ays_survey_preloader {
    width: 100%;
    opacity: 0.7;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* user history shortcode popup submissions css start */

#show-detailed-info .ays-preloader{
    display:flex;
    justify-content: center;
    min-height: 600px;
}

.ays-survey-show-submission-button{
    background-color: #222;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    padding: 13px 25px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    white-space: nowrap;
    margin: auto;
    display: block; 
}
.ays-survey-show-submission-button:hover{
    background-color: #aaaaaaab;
    color: #222;
    border:none;
}
/* user history shortcode popup submissions css end */

.ays-survey-submission-text-answers-div {
    max-height: 400px;
    overflow-y: auto;
    padding-right: 12px;
    width: 100%;
}

.ays_questions_upload_type_answers_summary {
    max-height: 400px;
    overflow-y: auto;
}

.ays-survey-submission-text-answers-div .ays-survey-submission-text-answer {
    display: flex;
    justify-content: space-between;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    background-color: #f8f9fa;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 4px 0 0;
    padding: 10px;
}

.ays-survey-submission-summary-question-container {
    background-color: #fff;
    border: 1px solid #dadce0;
    border-radius: 8px;
    margin: auto;
    margin-bottom: 12px;
    padding: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0%;
    padding: 12px 12px 24px 24px;
    max-width: 768px;
}

.ays-survey-submission-summary-header-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}

.ays-survey-submission-summary-question-header {
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ays-survey-submission-summary-question-content {
    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 24px;
    margin-right: 8px;
    margin-top: 8px;
    min-width: 0;
}

.ays-survey-submission-section iframe,
.ays-survey-submission-section img,
.ays-survey-submission-section *,
.ays-survey-submission-summary-question-header-content iframe,
.ays-survey-submission-summary-question-header-content img,
.ays-survey-submission-summary-question-header-content * {
    max-width: 100%;
}

.ays-survey-submission-summary-question-content {
    overflow-x: auto;
    overflow-y: hidden;
}

.ays_text_answer {
    font-size: 17px;
    color: #777;
}

.ays-survey-submission-select.disabled {
    opacity: 0.8 !important;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-labels-labels-boxes{
    width: 100%;
}

.ays-survey-submission-select{
    padding:8px;
}


.ays-survey-submission-section {
    margin-bottom: 20px;
}

.ays-survey-submission-summary-section {
    margin: auto;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0%;
    max-width: 768px;
}

.ays-survey-submission-summary-section .ays-survey-submission-summary-section-header {
    background-color: #fff;
    border: 1px solid #dadce0;
    border-top: 10px solid rgb(255, 87, 34);
    border-radius: 8px;
    margin-bottom: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0%;
    max-width: 768px;
    box-shadow: none;
}


.ays_each_question_answer label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: default;
}

.ays-survey-answer-label-content {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    min-width: 0%;
    opacity: .7;
}

.ays-survey-answer-label-content > span {
    margin-left: .75em;
 }
 
.ays_each_question_answer.ays-survey-answer-label-other {
    -webkit-box-flex: 0;
    box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    padding-right: 20px;
    width: auto;
    white-space: nowrap;
    display: flex;
}

.ays_each_question_answer.ays-survey-answer-label-other label {
    min-width: 1px;
    max-width: fit-content;
    margin-right: 5px;
}
 
.ays-survey-answer-other-text {
    display: block;
    width: 50%;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 100px;
    max-width: 100%;
    opacity: 0.5;
 }
 
.ays-survey-answer-other-text input.ays-survey-answer-other-input {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: .125em 0;
    z-index: 0;
    width: 100%;
    color: #000;
}
.ays-survey-answer-other-text .ays-survey-input-underline-animation {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    height: 2px;
    background-color: rgb(255, 87, 34);
    -webkit-animation: quantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: quantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.ays_each_question_answer label input[type="checkbox"],
.ays_each_question_answer label input[type="radio"] {
   display: none;
}

.ays_each_question_answer label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content,
.ays_each_question_answer label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content {
   -webkit-transition: border-color .2s cubic-bezier(0.4,0,0.2,1);
   transition: border-color .2s cubic-bezier(0.4,0,0.2,1);
   -webkit-user-select: none;
   user-select: none;
   -webkit-tap-highlight-color: transparent;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   cursor: default;
   outline: none;

   display: inline-block;
   -webkit-flex-shrink: 0;
   flex-shrink: 0;
   height: 20px;
   position: relative;
   vertical-align: middle;
   width: 20px;
   z-index: 0;
}

.ays-survey-answer-icon-content-1 {
   -webkit-animation: agmAnimateSelectOut .2s forwards;
   animation: agmAnimateSelectOut .2s forwards;
   cursor: default;
   height: 20px;
   position: relative;
   width: 20px;
}

.ays_each_question_answer label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-1,
.ays_each_question_answer label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-1 {
   -webkit-animation: agmAnimateSelectOut .2s forwards;
   animation: agmAnimateSelectOut .2s forwards;
   cursor: default;
   height: 20px;
   position: relative;
   width: 20px;
}

.ays_each_question_answer label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays_each_question_answer label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
   border: solid 2px;
   border-color: #5f6368;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   height: 20px;
   width: 20px;
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   top: 0;
   margin: 0;
}
   
.ays_each_question_answer label .ays-survey-answer-icon-ink {
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease;
    background-color: rgba(218,220,224,0.2);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 20px;
    opacity: 0;
    outline: .1px solid transparent;
    pointer-events: none;
    width: 20px;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.ays_each_question_answer label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays_each_question_answer label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
    border: 5px solid rgb(255, 87, 34);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform ease .28s;
    transition: -webkit-transform ease .28s;
    -webkit-transition: transform ease .28s;
    transition: transform ease .28s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    cursor: default;
    visibility: hidden;
}

.ays_each_question_answer label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays_each_question_answer label input[type="radio"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
   border-color: rgb(255, 87, 34);
}

.ays_each_question_answer label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays_each_question_answer label input[type="radio"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
   -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
   transform: translateX(-50%) translateY(-50%) scale(1);
   visibility: visible;
}

.ays_each_question_answer label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays_each_question_answer label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays_each_question_answer label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
   border-radius: 0;
}

.ays-survey-question-wrap-collapsed .ays-survey-question-dlg-dragHandle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.ays-survey-question-wrap-collapsed-contnet {
    cursor: pointer;
}
.ays-survey-question-wrap-collapsed-contnet .ays-survey-question-wrap-collapsed-contnet-text {
    word-break: break-word;
    flex-grow: 1;
}

.ays-survey-section-wrap-collapsed .ays-survey-section-head-wrap {
    margin-bottom: 20px;
}

.ays-survey-section-wrap-collapsed .ays-survey-section-head {
    padding: 0;
    padding-left: 24px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.ays-survey-section-wrap-collapsed-contnet {
    width: 100%;
}

.ays-survey-section-wrap-collapsed-contnet .ays-survey-section-wrap-collapsed-contnet-text {
    font-size: 25px;
    word-break: break-word;
}

.ays-survey-section-wrap-collapsed-contnet,
.ays-survey-question-wrap-collapsed-contnet {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 24px 15px 42px
}

.ays-survey-section-wrap-collapsed-contnet > div,
.ays-survey-question-wrap-collapsed-contnet > div {
    display: flex;
    align-items: center;
}
/* 
.ays-survey-question-types-input-underline-linear-scale{
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.38);
    height: 1px;
    margin: 0;
    padding: 0;
    width: 29%;
}
.ays-survey-input-underline-animation-linear-scale{
    transform: scaleX(0);
    background-color: #4285f4;
    height: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 30%;
} */

.ays_survey_linear_scale_span,
.ays_survey_nps_span,
.ays_survey_star_span {
    color:#9e9e9e;
    position: absolute;
    top: 10px;
    left: -15px;
}

.ays_survey_date,
.ays_survey_time {
    margin-left:20px;
}
.ays_survey_date > i,
.ays_survey_time > i {
    font-size:20px;color: gray;
}



/* Linear scale */ /* Star question type */
.ays-survey-answer-star,
.ays-survey-answer-linear-scale {
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   width: 60%;
   margin: auto;
}

.ays-survey-answer-star-radios,
.ays-survey-answer-linear-scale-radios {
   display: flex;
   justify-content: center;
}

.ays-survey-answer-star-label,
.ays-survey-answer-linear-scale-label {
   -webkit-box-align: stretch !important;
   box-align: stretch !important;
   -webkit-align-items: stretch !important;
   align-items: stretch !important;
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: flex !important;
   -webkit-box-flex: 1 !important;
   box-flex: 1 !important;
   -webkit-flex-grow: 1 !important;
   flex-grow: 1 !important;
   -webkit-flex-direction: column !important;
   flex-direction: column !important;
   text-align: center !important;
   max-width: 35% !important;
   width: auto !important;
}

.ays-survey-answer-star-radio-label,
.ays-survey-answer-linear-scale-radio-label {
   -webkit-box-align: center;
   box-align: center;
   -webkit-align-items: center;
   align-items: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   box-pack: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   min-height: 3em;

   font-family: Roboto,Arial,sans-serif;
   font-size: 14px;
   font-weight: 400;
   letter-spacing: .2px;
   line-height: 20px;
   color: #202124;
   padding: 0 5px;
}

.ays-survey-answer-star-radio-label {
   min-height: 0;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-answer-label i.ays-survey-star-icon {
    font-size: 25px;
    color: #fc0!important;
    transform-origin: bottom;
    transform: scale(1);
    transition: .1s ease-in-out;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-answer-label i.ays-survey-star-icon.ays_fa_star {  
    /* text-shadow: 0px 0px 3px #e6a200 !important; */
    transform: scale(1.15);
}

.ays-survey-answer-star-radio,
.ays-survey-answer-linear-scale-radio {
   -webkit-box-align: center;
   box-align: center;
   -webkit-align-items: center;
   align-items: center;
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   box-pack: center;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   min-height: 3em;
}

.ays-survey-answer-star label.ays-survey-answer-label,
.ays-survey-answer-linear-scale label.ays-survey-answer-label {
   width: auto;
   -webkit-flex-grow: initial;
   flex-grow: initial;
   -webkit-box-align: stretch;
   box-align: stretch;
   -webkit-align-items: stretch;
   align-items: stretch;
   display: -webkit-box;
   display: -webkit-flex;
   display: flex;
   -webkit-box-flex: 1;
   box-flex: 1;
   -webkit-flex-grow: 1;
   flex-grow: 1;
   -webkit-flex-direction: column;
   flex-direction: column;
   text-align: center;
   box-pack: justify;
   -webkit-box-pack: justify;
   -webkit-justify-content: initial;
   justify-content: initial;
}

/* Linear scale */ /* Star question type */

/* Date question type */ /* Time question type */
.ays-survey-question-date-summary-wrapper,
.ays-survey-question-date-time-summary-wrapper,
.ays-survey-question-time-summary-wrapper{
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
}

.ays-survey-question-date-summary-wrap,
.ays-survey-question-date-time-summary-wrap,
.ays-survey-question-time-summary-wrap {
    display: table;
}

.ays-survey-question-date-summary-row,
.ays-survey-question-date-time-summary-row,
.ays-survey-question-time-summary-row {
    display: table-row;
}

.ays-survey-question-date-summary-year-month,
.ays-survey-question-time-summary-hour {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font: 500 14px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    border-right: 1px solid #000;
    min-width: 95px;
    padding: 10px 16px;
    text-align: right;
}

.ays-survey-question-date-time-summary-year-month-day {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font: 500 14px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    border-right: 1px solid #000;
    min-width: 95px;
    padding: 10px 16px;
    text-align: right;
}


.ays-survey-question-date-summary-days,
.ays-survey-question-time-summary-hours {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    font: 400 13px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    padding-left: 16px;
}

.ays-survey-question-date-summary-days-row,
.ays-survey-question-date-time-summary-year-month-day-row,
.ays-survey-question-time-summary-hours-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ays-survey-question-date-summary-days-row-day,
.ays-survey-question-time-summary-hours-row-hour {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 2px;
    padding: 6px 10px;
    background-color: rgb(255, 230, 222)
}

.ays-survey-question-date-summary-days-row-day-with-count,
.ays-survey-question-time-summary-hours-row-hour-with-count {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    background-color: rgb(255, 87, 34);
    color: rgb(255, 255, 255);
}

.ays-survey-question-date-summary-days-row-day-count,
.ays-survey-question-time-summary-hours-row-hour-count {
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-left: 8px;
    padding: 3px 7px;
    color: rgb(68, 68, 68);
    background-color: rgba(255,255,255,0.75);
}

.ays-survey-question-time-summary-hour .ays-survey-question-time-summary-hour-all{
    font-size: 16px;
    font-weight: 600;
}

.ays-survey-question-date-time-summary-hour-all{
    font-size: 15px;
    padding: 3px 8px;
    border: 1px solid rgb(255, 87, 34);
    background-color: rgb(255, 230, 222);
    border-radius: 4px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.ays-survey-question-date-time-summary-hour-all-count {
    -webkit-border-radius: 14px;
    border-radius: 14px;
    margin-left: 8px;
    padding: 3px 7px;
    color: rgb(255 241 241);
    background-color: #777;
    font-size: 12px;
}

/* Date question type */ /* Time question type */

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-wrap,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-admin-note,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-url-parameter,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-calculate-total,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-prefix,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-suffix,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-more-option-wrap {
    padding: 0 50px;
}

.ays-survey-question-user-explanation-wrap .ays-survey-answer-box {
    width: fit-content;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-admin-note .ays-survey-answer-box,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-url-parameter .ays-survey-answer-box,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-calculate-total .ays-survey-answer-box,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-prefix .ays-survey-answer-box,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-suffix .ays-survey-answer-box,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-more-option-wrap .ays-survey-answer-box{
    position: relative;
    width: 80%;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-wrap .ays-survey-answer-box .ays-survey-input-underline,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-wrap .ays-survey-answer-box .ays-survey-input-underline-animation {
    display: none;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-wrap .ays-survey-answer-box .ays-survey-question-user-explanation-label {
    border-bottom: 1px dotted #aaa;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-wrap .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-admin-note .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-url-parameter .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-calculate-total .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-prefix .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-suffix .ays-survey-answer-box .ays-survey-input,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-more-option-wrap .ays-survey-answer-box .ays-survey-input {
    width: 100%;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-user-explanation-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-admin-note-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-url-parameter-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-calculate-total-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-prefix-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-value-suffix-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-max-selection-count-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-min-selection-count-label ,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-number-min-selection-label,
.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-question-number-max-selection-label {

    font-size: 14px;
    color: #5f6368;
    position: relative;
    width: 100%;
}

.ays-survey-question-range-length-label {
    font-size: 14px;
    color: #5f6368;
    width: 100%;
    display: block;
}

.ays-survey-question-more-actions .ays-survey-question-action[data-action*="admin-note"],
.ays-survey-question-more-actions .ays-survey-question-action[data-action*="user-explanation"],
.ays-survey-question-more-actions .ays-survey-question-action[data-action^="go-to-section-based-on-answers"] {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}

.ays-survey-question-more-actions .ays-survey-question-action-icon {
    margin-right: 5px;
}


/*
* Matrix scale, Star list
*/

div.ays-survey-question-matrix_scale_row_title,
div.ays-survey-question-matrix_scale_checkbox_row_title,
div.ays-survey-question-matrix_scale_column_title,
div.ays-survey-question-matrix_scale_checkbox_column_title,
div.ays-survey-question-star_list_row_title,
div.ays-survey-question-star_list_column_title ,
div.ays-survey-question-slider_list_row_title,
div.ays-survey-question-slider_list_column_title {
    font-weight: 600;
    padding: 0 30px;
}

.ays-survey-question-matrix-type-likert-scale-note-text{
    padding: 10px 30px;
    font-size: 13px;
    font-style: italic;
    color: #e9941e;
}

.ays-survey-question-star-list-length-box,
.ays-survey-question-slider-list-length-box{
    padding: 0 30px;
}

.ays-survey-answer-matrix-scale-row,
.ays-survey-answer-slider-list-row,
.ays-survey-answer-star-list-row{
    border-bottom: none;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
}

.ays-survey-answer-matrix-scale-main,
.ays-survey-answer-slider-list-main,
.ays-survey-answer-star-list-main{
    border-collapse: collapse;
    display: table;
    table-layout: fixed;
    border-collapse:collapse;
    width: 100%;
}

 
.ays-survey-answer-matrix-scale-column{
    width: 100%;
    display: flex;
}

.ays-survey-answer-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer;
}


/* Matrix Question type start submissions*/
.ays_questions_answers .ays-survey-answer-matrix-scale-main,
.ays_questions_answers .ays-survey-answer-slider-list-main,
.ays_questions_answers .ays-survey-answer-star-list-main {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    width: 100%;
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    margin-top: 4px;
    position: relative;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container {
    border-collapse: collapse;
    display: table;
    width: 100%;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row ,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row ,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
    border-bottom: none;
    display: table-row;
    background-color: #f8f9fa;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row:first-child,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row:first-child,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row:first-child {
    background-color: transparent !important;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column {
    display: table-cell;
    height: 2.5em;
    min-width: 48px;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    width: 120px;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column.ays-survey-answer-matrix-scale-column-row-header,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column.ays-survey-answer-slider-list-column-row-header,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column.ays-survey-answer-star-list-column-row-header {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    min-width: 48px;
    max-width: 288px;
    padding: 8px;
    text-align: left;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column:first-child,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column:first-child,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row:not(:first-child),
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
    padding: 8px 0;
    display: table-row-group;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-row-content,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-row-content,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-row-content {
    border-bottom: none;
    display: table-row;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column-content-wrap,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column-content-wrap,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column-content,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column-content {
    width: 20px;
    height: 20px;
 }
 
 .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row-spacer,
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row-spacer,
 .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row-spacer {
    background-color: transparent;
    height: 4px;
 }


.ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column,
.ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column,
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column {
    color: #000;
}

.ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row,
.ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row,
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row {
    background-color: rgba(0, 0, 0, 0.04);
}


.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-column.ays-survey-answer-star-list-column-row-header,
.ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-column.ays-survey-answer-slider-list-column-row-header {
    width: 50%;
}

.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-stars-star-list ,
.ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-list {
    width: unset;
    flex-wrap: wrap;
}

/* Stars for charts start */
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-star-list-chart-star-box {
    display: block ;
    font-size: 16px ;
    position: relative ;
    overflow: hidden ;
  }
  
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-star-list-chart-star-box-wrap {
    display: inline-block ;
    position: relative ;
    height: 19px;
  }
  
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-star-list-chart-star-box .ays-survey-star-list-chart-stars-active {
    color: #fc0 ;
    position: relative ;
    z-index: 10 ;
    display: inline-block ;
    overflow: hidden ;
    white-space: nowrap ;
    font-size: 25px;
  }
  
.ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-star-list-chart-star-box .ays-survey-star-list-chart-stars-inactive {
    color: #fc0 ;
    position: absolute ;
    top: 0 ;
    left: 0 ;
    -webkit-text-stroke: initial ;
    font-size: 25px;
  }

  .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-range-type-main{
      margin-top: 40px;
  }

  
 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column.ays-survey-answer-slider-list-column-row-header-only-slider{
     height: 4.5rem;
 }

 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row{
    background-color: #fff;
 }

 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-range-type-main .ays-survey-answer-range-type-range{
    width: 100%;
 }

 .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-range-type-main{
    padding: 0 10px;
 }

 .ays-survey-answer-matrix-scale-column-text-circle,
 .ays-survey-answer-matrix-scale-column-text-square{
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    border: 2px solid #333333;
    margin: auto;
    width: fit-content;
    padding: 1px 7px;
 }

 .ays-survey-answer-matrix-scale-column-text-circle{
    border-radius: 50%;
    min-width: 25px;
    min-height: 25px;
 }

 .ays-survey-answer-matrix-scale-column-text-square{
    min-width: 22px;
    min-height: 22px;
 }

 .ays-survey-answer-matrix-scale-column-text-percnet{
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: fit-content;
    max-width: initial;
    /* min-width: 52px; */
    padding: 0 6px;
 }

/* Stars for charts end */
 
 
 /* Matrix Question type end */

.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-select:active,
.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-select:hover,
.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-select:focus,
.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-select {
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-wrap span {
    padding: 0 24px 0 8px;
}

.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-wrap  {
    line-height: 48px;
    margin-top: 10px;
}
/* 
.ays-survey-section-box .ays-survey-section-footer-wrap .ays-survey-section-logic-jump-wrap select.ays-survey-section-logic-jump-select {
    height: 24px;
} */

/* PRO Start */
.ays-show-user-page-table-wrap {
    border: 2px dashed #9E9E9E;
    padding: 20px;
    display: flex;
}

.ays-show-user-page-table-wrap {
    border: 2px dashed #9E9E9E;
    padding: 20px;
    display: flex;
}
.ays-show-user-page-table {
    height: 100%;
    margin: 0;
}

.ays-show-user-page-table .ays_user_page_sortable_placeholder,
.ays-show-user-page-table li {
    font-weight: normal !important;
    font-size: 14px;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    width: 150px;
    margin-right: 10px;
    cursor: move;
    position: relative;
    float: left;
}

.ays-show-user-page-table li:last-child {
    clear: right;
}
.ays-show-user-page-table li label{
    margin-bottom: 0;
}

.ays-show-user-page-table .ays_user_page_sortable_placeholder {
    border: 1px dotted #aaa;
    background-color: #ccc;
}
/* PRO end */


/* Range type */
.ays-survey-answer-range-type-main{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
 
.ays-survey-answer-range-type-main .ays-survey-answer-range-type-info .ays-survey-answer-range-type-info-text {
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
 
.ays-survey-answer-range-type-main .ays-survey-answer-range-type-info .ays-survey-answer-range-type-info-text:before{
    position: absolute;
    top: 7px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #03a9f4;
    border-bottom: 5px solid transparent;
    content: '';
}

.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input{
    width: 400px;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}
 
 
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input:focus {
    outline: none;
}
 
/* Chrome */ 
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input::-webkit-slider-runnable-track {
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 5px;
    width: 100%;
}
 
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
}
 
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input::after::-webkit-slider-thumb {
    content: "";
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
 }
 
 /* Mozila */
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input::-moz-range-track {
    height: 9px;
    background: #ddd;
    border: none;
    border-radius: 5px;
 }
 
.ays_each_question_answer .ays-survey-answer-range-type-main input[type=range].ays-survey-range-type-input::-moz-range-thumb {
    -webkit-appearance: none;
    border: 1px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
}

.ays-survey-answer-range-type-main .ays-survey-answer-range-type-info-text  { 
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    text-align: center;
    /* left: 50%; */
    padding: 0;
    width: 28px;
    height: 28px;
    margin-left: -14px;
    border: none;
    background: rgb(255, 87, 34);
    color: #fff;
    line-height: 28px;
    border-radius: 50%;
    font-size: 11px;
    -moz-transform-origin: 50% 150%;
    -webkit-transform-origin: 50% 150%;
    transform-origin: 50% 150%;
    will-change: transform;
    top: -32px;
    bottom: auto;
    transition: transform .2s ease-in-out;
}

.ays-survey-answer-range-type-main .ays-survey-answer-range-type-info-text::after { 
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    left: 50%;
    background: rgb(255, 87, 34);
    margin-left: -10px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    top: 10px;
    border-radius: 10px 10px 0 10px;
}

.ays-survey-answer-range-type-main .ays-survey-answer-range-type-range{
    display: flex;
    justify-content: center;
    position: relative;
    width: 400px;
    height: 21px;
    max-width: 100%;
}
 
.ays-survey-answer-range-type-main input.ays-survey-range-type-input{
    width: 100%;
    max-width: 100%;
}
 
input[type=range]{
    -webkit-appearance: none;
}
 
input[type=range]::-webkit-slider-runnable-track {
    height: 9px;
    background: #ddd;
    border: none;
    border-radius: 5px;
}
 
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    background-color: white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    margin-top: -5px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.ays-survey-answer-range-type-main span { 
	position: absolute;
    padding: 10px;
	text-align: center; 
	color: white; 
	border-radius: 100px; 
	display: inline-block; 
	font-size:12px;
	bottom: 27px;
	left: 0;
	vertical-align: middle;
    background-color: rgb(255, 87, 34);
}

.ays-survey-answer-range-type-main span:after { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid rgb(255, 87, 34);
	/* border-left: 10px solid transparent; */
	border-right: 10px solid transparent;
	top: 90%;
	left: 22px;
	margin-left: -10px;
	margin-top: -1px;
}

/* .ays-survey-answer-range-type-main .ays-survey-answer-range-type-info .ays-survey-answer-range-type-info-text{
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 6px;
 }
 
.ays-survey-answer-range-type-main .ays-survey-answer-range-type-info .ays-survey-answer-range-type-info-text:before{
    position: absolute;
    top: 7px;
    left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 5px solid #03a9f4;
    border-bottom: 5px solid transparent;
    content: '';
 
 } */

/* Matrix scale summry custom chart */
div[id*='survey_answer_chart_'] .ays_questions_answers{
    border: 0;
}
div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row-chart,
div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row-chart,
div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row-chart{
   background-color: transparent;
}

div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-row .ays-survey-answer-matrix-scale-column,
div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-slider-list-main .ays-survey-answer-slider-list-container .ays-survey-answer-slider-list-row .ays-survey-answer-slider-list-column,
div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-row .ays-survey-answer-star-list-column{
    border: 1px solid white;
}

div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-matrix-scale-main .ays-survey-answer-matrix-scale-container .ays-survey-answer-matrix-scale-column-row-header-chart{
    width: 200px;
    max-width: 200px !important;
    overflow: hidden;
    word-break: break-word;
    display: block;
    height: 50px;
}

div[id*='survey_answer_chart_'] .ays_questions_answers .ays-survey-answer-star-list-main .ays-survey-answer-star-list-container .ays-survey-answer-star-list-column-row-header-chart{
    width: 300px !important;
    max-width: 390px !important;
    overflow: hidden;
    word-break: break-all;
    display: block;
    height: 50px;
}

/* Text Limitation start */
.ays-survey-question-more-option-wrap-limitations {
    padding: 0 50px;
}

.ays-survey-question-more-option-wrap-limitations .ays-survey-question-limitations-label{
    font-size: 14px;
    color: #5f6368;
    position: relative;
    width: 275px;
}

.ays-survey-question-more-option-wrap-limitations .ays-survey-question-limitations-counter-label{
    font-size: 14px;
    color: #5f6368;
    width: 270px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ays-survey-question-more-option-wrap-limitations .ays-survey-text-limitations-counter-input{
    margin-left: 5px;
}

.ays-survey-question-more-option-wrap-limitations .ays-survey-answer-box {
    position: relative;
    width: 80%;
}

.ays-survey-question-more-option-wrap-limitations .ays-survey-answer-box .ays-survey-input {
    width: 100%;
}

.ays-survey-question-word-limit-by{
    display: flex;
    align-items: center;
    margin:20px 0;
}

.ays-survey-question-word-limit-by .ays-survey-question-word-limit-by-text span{
    font-size: 14px;
    color: #5f6368;
}

.ays-survey-question-word-limit-by .ays-survey-question-word-limit-by-select{
    margin-left: 30px;
}

.ays-survey-question-word-show-word{
    margin: 20px 0;
}
/* Text Limitation end */

/* Number Limitation start */

.ays-survey-question-number-limitations{
    padding: 0 50px;
}

.ays-survey-question-number-votes-count-box{
    margin: 20px 0px;
    position: relative;   
    width: 265px;

}

.ays-survey-question-number-votes-count-box input.ays-survey-number-votes-inputs{
   width: 100%;
}

.ays-survey-question-number-message-label{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 270px;
}

/* Number Limitation end */

/* Likert scale calculation submissions part start */

.ays-survey-submission-linear-likert-calculation{
    margin: 15px 0;
    display: flex;
}

.ays-survey-submission-linear-likert-calc-box .ays-survey-submission-linear-likert-calculation-value-option{
    font-weight: bold;
}

.ays-survey-submission-linear-likert-calculation{
    margin: 15px 0;
    display: flex;
}


.ays-survey-submission-linear-likert-calculation .ays-survey-submission-linear-likert-calculation-text-option{
    flex-basis: 300px;
}

.ays-survey-answer-matrix-scale-column-open-details{
    cursor: pointer;
}

.ays-survey-matrix-scale-likert-detailed-calc-chart{
    min-height: 250px;
}

table.ays-survey-matrix-scale-likert-detailed-calc-analytics-box {
    width: 100%;
    border-color: #ededed;
    max-width: 1200px;
    margin: auto;
}

.ays-survey-matrix-scale-likert-detailed-calc-analytics-box-total-row{
    font-weight: 600;
}
/* Likert scale calculation submissions part end */

/* NPS Question type submission styles start */
.ays-survey-question-nps-labels-summary-header-datas {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
}

.ays-survey-question-nps-labels-summary-each-header-data {
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    height: 45px;
    /* background-color: #0010ff69; */
    align-items: center;
    flex-basis: 170px;
}

.ays-survey-question-nps-labels-summary-wrap {
    width: 100%;
}

div.ays-survey-question-nps-labels-summary-wrapper {
    width: 100%;
}

img.ays-survey-question-nps-labels-summary-each-header-data-emoji {
    width: 20px;
    height: 20px;
    padding: 0;
}

.ays-survey-question-nps-labels-summary-each-header-data-percent{
    color: #13658f;
    font-weight: 600;
    font-size: 18px;
}

.ays-survey-question-nps-labels-summary-each-header-data-responses .ays-survey-question-nps-labels-summary-each-header-data-type-text{
    font-size: 15px;
    color: #13658f;
    font-weight: 700;
}

.ays-survey-question-nps-labels-summary-each-header-data-responses .ays-survey-question-nps-labels-summary-each-header-data-response-text{
    font-size: 12px;
    color: #898b8f;
}

.ays-survey-question-nps-labels-summary-line-custom-chart {
    margin: 50px 0;
}

/* NPS Question type submission styles end */

.ays-survey-heading-box {
    float: right;
    margin-top: 10px;
}

.ays-survey-heading-box.ays-survey-unset-float {
    float: unset;
}

.ays-survey-heading-box.ays-survey-unset-margin {
    margin: unset;
}

.ays-survey-heading-box .ays-survey-wordpress-user-manual-box a {
    display: inline-block;
    width: auto;
    min-width: 80px;
    padding: 5px 14px;
    font: 500 12px/16px "Roboto",Arial,sans-serif;
    letter-spacing: -.25px;
    text-transform: capitalize;
    border-color: #ddd;
    background-color: transparent;
    color: #888;
    cursor: pointer;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    text-decoration: underline;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ays-survey-heading-box .ays-survey-wordpress-user-manual-box a:hover {
    color: #666;
}

.ays-survey-heading-box .ays-survey-wordpress-user-manual-box a:focus {
    /*box-shadow: 0 0 0 1px #ddd, 0 0 2px 1px #f1f1f1;*/
    box-shadow: unset;
    outline: unset;    
}

.ays-survey-heading-box.ays-survey-unset-float .ays-survey-wordpress-user-manual-box a {
    padding: 5px 0px;
    font-style: italic;
}

.ays-survey-heading-box .ays-survey-wordpress-text-align {
    text-align: right;
}

/* NPS questyion type styles start */

.ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-answers-boxes {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5px;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-answers-boxes input.ays-survey-nps-label-each-answer-radio {
    display: none;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-answers-main-box {
    width: 100%;
 }

 .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box{
    display: inline-block;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-each-answer-content {
    display: flex;
    justify-content: center;
    /* background-color: rgb(255, 87, 34); */
    border: 2px solid rgb(255, 87, 34);
    align-items: center;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    line-height: 1;
    transition: background-color, border 0.1s;
 }

 .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box{
    flex-basis: 50px;
    /* flex-grow: 1; */
    height: 50px;
 }

 .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box .ays-survey-nps-label-each-answer {
    width: 100%;
    height: 100%;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-each-answer-content-text {
    padding: 0;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-labels-labels-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-labels-labels-boxes {
    font-size: 15px;
 }

 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey--nps-labels-labels-boxes {
    margin-top: 5px;
 }

 

             
 .ays-survey-user-history-shortcode-user-details-main-box .ays-survey-nps-label-each-answer-radio:checked ~ .ays-survey-nps-label-each-answer-content{
    background-color: rgb(255, 87, 34);
    font-weight: 600;
    color: white;
}



 @media screen and (max-width: 640px) {
    .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box {
       height: 40px;
    } 
 }

 @media screen and (max-width: 520px) {
    .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box {
       height: 30px;
    } 

    .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box .ays-survey-nps-label-each-answer-content{
       border-radius: 2px;
    } 
 }

 @media screen and (max-width: 400px) {
    .ays-survey-user-history-shortcode-user-details-main-box label.ays-survey-nps-label-each-answer-box {
       height: 20px;
    } 
 }

 /* NPS questyion type styles end */

 .ays-survey-user-history-shortcode-user-details-main-box .ays_fa_star::before {
    content: "\f005";
    font-weight: 400;
}

.ays-survey-user-history-shortcode-user-details-main-box .ays_fa_star_o::before {
    content: "\f006";
    font-weight: 400;
}


/* The Modal (background) */
.ays-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000 !important;
    width: 100%;
    height: 100%;
    z-index: 100000;
    animation-duration: .5s;
    transition: .5s ease-in-out;
    outline: 0;
}

.ays-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

[class^="ays-modal-backdrop"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content/Box */
.ays-modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    margin-bottom: 30px;
    margin-top: 40px;
    border: 1px solid #888;
    width: 85%; /* Could be more or less, depending on screen size */
    z-index: 100000;
    position: relative;
    padding-left: 0 !important;
    animation-duration: .3s;
    transition: .5s ease-in-out;
    border-radius: 4px;
}

#ays-results-modal .ays-modal-content {
    min-height: 500px;
}
/* The Close Button */
.ays-close,.ays-close-templates-popup {
    color: #aaa;
    float: right;
    line-height: 1.3;
    font-size: 28px;
    font-weight: bold;
}

.ays-close:hover,.ays-close-templates-popup:hover,
.ays-close:focus,.ays-close-templates-popup:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ays-modal-header {
    padding: 4px 16px;
    background-color: whitesmoke;
    color: white;
}
.ays-modal-header h2 {
    line-height: 1.3;
    font-size: 1.8rem;
    margin: 0;
}

/* Modal Body */
.ays-modal-body {
    padding: 2px 16px 20px;
}
#ays-questions-modal .ays-modal-body {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

/* Modal Footer */
.ays-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}


.ays-survey-answer-label input[type="checkbox"],
.ays-survey-answer-label input[type="radio"] {
    display: none;
}
 
.ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2 {
    border: solid 2px;
    border-color: #5f6368;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
}
 
.ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-answer-label input[type="radio"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
    border: 5px solid ;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transition: -webkit-transform ease .28s;
    transition: -webkit-transform ease .28s;
    -webkit-transition: transform ease .28s;
    transition: transform ease .28s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    cursor: pointer;
    visibility: hidden;
}
 
.ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3,
.ays-survey-answer-label input[type="radio"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    visibility: visible;
}
 
.ays-survey-answer-label input[type="checkbox"] ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-2,
.ays-survey-answer-label input[type="checkbox"]:checked ~ .ays-survey-answer-label-content .ays-survey-answer-icon-content .ays-survey-answer-icon-content-3 {
    border-radius: 0;
}
 
.ays-survey-answer-label-content > span {
    margin-left: .75em;
}

.ays-survey-user-history-shortcode-user-details-main-box h3 {
    margin: 0;
    font-size: 28px;
}

.ays-survey-user-history-shortcode-user-details-main-box p {
    margin: 0;
}

.ays-modal-content.ays-survey-user-history-modal-content {
    max-width: 1200px;
}
