
@-webkit-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-moz-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-ms-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

.ays_pulse {
    -webkit-animation-name: ays_pulse;
    -moz-animation-name: ays_pulse;
    -ms-animation-name: ays_pulse;
    animation-name: ays_pulse
}

body {
    overflow-x: hidden;
}

#wpwrap{
    background: #f1f1f1;
}
body.mobile.modal-open #wpwrap {
    position: initial !important;
}

h1.wp-heading-inline{
    margin-bottom: 20px;
}

h1.wp-heading-inline.ays-easy-form-wp-heading-inline a{
    margin-left: 10px;
    background-color: #2271b1;
    color: white;
    border-color: #2271b1;
}

h1.wp-heading-inline.ays-easy-form-wp-heading-inline a:active{
    margin-left: 10px;
}

.tablenav .actions select {
    float: left;
    margin: 1px 8px 0 0;
    margin-right: 6px;
    max-width: 200px;
    vertical-align: middle;
    height: initial;
    /*    line-height: 30px;*/
}

a {
    color: #2271b1;
}

strong, b {
    font-weight: 600;
}

.row input[type=text]:not(#current-page-selector),
.row input[type=search],
.row input[type=tel],
.row input[type=time],
.row input[type=url],
.row input[type=week],
.row input[type=password],
.row input[type=color],
.row input[type=date],
.row input[type=datetime],
.row input[type=datetime-local],
.row input[type=email],
.row input[type=month],
.row input[type=number],
.row select,
.row textarea,
.row .select2-selection__rendered {
    font-size: 16px;
    height: 43.42px;
    border-radius: 4px;
    /* margin-top: 2px; */
}

.ays_heart_beat {
    font-size: 20px;
    margin-left: 10px;
}


input.ays-text-input,
textarea.ays-textarea {
    display: block;
    width: 100%;
}

select.ays-text-input {
    height: 40px;
}

select.ays-text-input.ays-text-input-short{
    width: 150px;
}

input.ays-text-input.ays-text-input-short{
    width: 200px;
}
textarea.ays-textarea{
    height: 200px;
    margin-top: 5px;
}
label.ays-label{
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin-top:20px;
}


/* 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 {
    color: #aaa;
    float: right;
    line-height: 1.3;
    font-size: 28px;
    font-weight: bold;
}

.ays-close:hover,
.ays-close: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;
}


td.ays-sort{
    border-right: 1px solid #B8B8B8;
}

.ays-form-tab-content{
    animation: fadeEffect 1s;
    display: none;
}
.ays-form-tab-content-active{
    display: block;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.nav-tab-wrapper .nav-tab:focus{
    box-shadow: none;
    outline: none;
}

.ays-form-question-more-options-tabs-options .nav-tab:focus {
    color: #388010;
}

.ays-form-question-more-options-tabs-options {
    border-bottom: none;
    width: fit-content;
    margin: auto;
}

.ays-form-question-more-options-tabs-options .nav-tab{
    border: none;
    margin-left: 0;
    padding-left: 15px;
    border-bottom: 2px solid #BEBEBE;
    background: none;
}


.ays-form-question-more-options-tabs-options .nav-tab:hover {
    text-decoration: none;
}

.ays-form-question-more-options-tabs-options .nav-tab-active{
    box-shadow: none;
    outline: none;
    color: #188038;
    border-bottom: 2px solid #188038;
    font-weight: 700; 
}

.ays-form-field-move-field .ays-form-field-settings-panel-action.ays-form-add-question-button-container{
    width: 100%;
    height: initial;
    cursor: pointer;
}

.tooltip {
    text-align: left !important;
    position: absolute !important;
    z-index: 9999;
}
.tooltip > .tooltip-inner {
    position: relative !important;
    width: max-content !important;
    max-width: 300px !important;
    text-align: justify!important;
    box-shadow: 0px 0px 10px #fff;
}
.tooltip > .arrow {
    left: calc(50% + 28px) !important;
}
.tooltip > .tooltip-inner img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.ays_help {
    position: relative;
    font-size: 12px;
    color: dodgerblue !important;
    cursor: help;
}

.ays_help_ul {
    padding-left: 16px;
    list-style-type: initial;
}

.swal2-container {
    z-index: 9999999999!important;
}


div.ays-top-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.ays_menu_left,
.ays_menu_right {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    height: 80%;
    display: none;
    align-items: center;
    bottom: 0;
    z-index: 3;
}
.ays_menu_left {
    left: -10px;
    padding-right: 20px;
    padding-left: 2px;
}
.ays_menu_right {
    right: -10px;
    padding-left: 20px;
    padding-right: 2px;
}
.ays_menu_left:hover {
    background-image: linear-gradient(to right, #000 , transparent);
    color: #ccc;
    border-radius: 50% 0 0 50%;
}
.ays_menu_right:hover {
    background-image: linear-gradient(to left, #000 , transparent);
    color: #ccc;
    border-radius: 0 50% 50% 0;
}
div.ays-top-menu-wrapper div.ays-top-menu {
    overflow: hidden;
    width: 98%;
    margin: auto;
}
div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transform: translate(0);
    transition: .5s ease-in-out;
    padding-right: 7px;
    width: fit-content;
}


input.ays_toggle[type=checkbox]{
    display: none;
}

label.ays_switch_toggle {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 14px;
    background: grey;
    display: block;
    border-radius: 50px;
    position: relative;
    transition: .3s ease;
}

label.ays_switch_toggle:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    background: #0085ba;
    border-radius: 30px;
    transition: 0.3s;
}

input:checked + label.ays_switch_toggle {
    background: #b7ccea;
}

input:checked + label.ays_switch_toggle:after {
    left: calc(100% - -5px);
    transform: translateX(-100%);
}

label.ays_switch_toggle:hover:after {
    box-shadow: 0 0 10px #31618c;
}
.ays_divider_left {
    border-left: 1px solid #ccc;
}
.ays_divider_top {
    border-top: 1px solid #ccc;
}
.ays_divider_right {
    border-right: 1px solid #ccc;
}
.ays_divider_bottom {
    border-bottom: 1px solid #ccc;
}

blockquote.chat_mode_blockquote_message{
    color: #d19c00;
    font-size: 15px;
    font-style: italic;
    border-color: #F7B800;
    border-left: 3px solid #F7B800;
}

blockquote.error_message {
    color: crimson;
    font-size: 16px;
    font-style: italic;
    border-color: crimson;
}

blockquote.error_message a {
    color: brown;
    font-weight: bold;
}

blockquote {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    font-style: italic;
    color: #555555;
    padding: 8px 15px 8px 15px;
    border-left: 5px solid #78c0a8;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}

blockquote::before {
    content: none;
}

blockquote::after {
    content: "";
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}


/*
==========================================
    Settings page styles
==========================================
*/
.ays-settings-wrapper {
    display: flex;
}
.ays-settings-wrapper .nav-tab-wrapper {
    display: flex;
    flex-direction: column;
    min-width: 150px;
    margin-right: 15px;
    border-bottom: none;
}
.ays-settings-wrapper .nav-tab-wrapper .nav-tab {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0;
    float: none !important;
}
.ays-settings-wrapper .nav-tab-wrapper .nav-tab:last-child {
    border-bottom: 1px solid #ccc;
}
.ays-settings-wrapper .ays-form-tabs-wrapper {
    width: 100%;
    border-left: 1px solid #ccc;
    padding-left: 15px;
}
.ays-settings-wrapper .ays-form-tabs-wrapper p.ays-subtitle {
    margin-top: 0;
}

.go_back{
    color: black;
    margin-right: 10px;
}

.chart_div {
    /*width: 100%;
    height: 500px;*/
    margin: auto;
}

.ays-form-tab-content fieldset,
.ays-settings-wrapper fieldset {
    border: 1px solid #aaa;
    padding: 10px;
}

.ays-form-tab-content legend,
.ays-settings-wrapper legend {
    width: auto;
    padding: 0 5px;
}
.ays-form-tab-content legend h5,
.ays-settings-wrapper legend h5 {
    display: inline-block;
    margin-left: 10px;
}

.ays_integration_logo {
    width: 50px;
    height: auto;
    vertical-align: middle !important;
}


/*
 * Select2
 */
.select2 {
    display: inline-block!important;
    z-index: 0 !important;
}
#quest_cat_container .select2 {
    display: block!important;
}


.select2-selection.select2-selection--single{
    height: 40px!important;
    border: 1px solid #ddd!important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07)!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px!important;
}

.select2.select2-container{
    width: 200px!important;
}

/*
 * Select2 multiple
 */

.select2-selection--multiple {
    font-size: 16px;
    min-height: 40px !important;
    border-radius: 4px;
    margin-top: -5px;
    min-width: 150px;
    border-color: #ddd;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    outline: 2px solid transparent;
}

.select2.select2-container {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px !important;
    padding: 0 5px !important;
    margin-bottom: 8px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    padding-top: 5px;
}

.select2-selection--single {
    height: 100% !important;
}
.select2-selection__rendered{
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}
/*
 * Select2 multiple
 */

.select2-selection--multiple {
    font-size: 16px;
    min-height: 40px !important;
    border-radius: 4px;
    margin-top: -5px;
    min-width: 150px;
    border-color: #ddd;
}

.select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    outline: 2px solid transparent;
}

.select2.select2-container {
    width: 100%!important;
}
.ays_quiz_stat_select_div .select2.select2-container {
    width: 200px!important;
}
.select2-container--default .select2-selection--multiple {
    min-height: 50px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px!important;
    padding: 5px!important;
    margin-bottom:  0!important;

}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    height: auto;
    overflow: visible;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    width: 100% !important;
}




.sortable_placeholder {
    outline: 1px dashed #aaa;
    background-color: #ccc;
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
    cursor: move;
}





.dropdown-menu.ays-dropdown-menu {
    min-width: 4rem;
    width: 100%;
}

.ays-dropdown-menu .dropdown-item {
    padding: .25rem .5rem;
    font-size: 13px;
}

.show-upload-view.upload-import-file-wrap {
    display: block;
}

.upload-import-file-wrap {
    display: none;
}

.show-upload-view .upload-import-file {
    display: block;
    text-align: center;
}

.upload-import-file {
    box-sizing: border-box;
    display: none;
    margin: 0;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 10px;
}

.upload-import-file p,
.upload-import-file label {
    color: #555d66;
    font-size: 18px;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.upload-import-file label {
    margin-bottom: 15px;
    display: block;
    font-size: medium;
}

.upload-import-file .ays-dn {
    background: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 30px;
    margin: 30px auto;
    max-width: fit-content;
}

.upload-import-file .ays-dn input[type="file"] {
    padding: 3px 0;
    cursor: pointer;
    font-size: 13px;
    border-radius: 0;
    line-height: 1.5;
}





/* ~~ Toast Bar ~~ */

.quiz_toast__container {
    width: calc(100% - 20px);
    margin-top: 20px;
}

.quiz_toast__svg {
    fill: #fff;
}

.quiz_toast {
    display: flex;
    position: relative;
    padding: 21px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
}

.quiz_toast__main{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.quiz_toast:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.quiz_toast__icon {
    width: 40px;
    height: 40px;
    padding: 7px;
    border-radius: 50%;
    display: inline-block;
}

.quiz_toast__type {
    color: #3e3e3e;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}

.quiz_toast__message {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    color: #878787;
}

.quiz_toast__rate_button{
    display: inline-block;
    margin-left: 15px;
    padding: 5px 20px;
    text-align: center;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    background-color: #f50057;
    background-image: linear-gradient(180deg, #f50057 0%, #ff4147 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.quiz_toast__rate_button:focus,
.quiz_toast__rate_button:hover {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.quiz_toast__close {
    position: absolute;
    right: 5px;
    top: 0;
    width: 10px;
    cursor: pointer;
    height: 11px;
    fill: #878787;
}

.quiz_toast--red .quiz_toast__icon {
    background-color: #f50057;
    margin-right: 20px;
}

.quiz_toast--red:before {
    background-color: #f50057;
}

/* ~~ Toast Bar End ~~ */



/* Color Picker Alpha issue */
.color-alpha,
.wp-picker-container .color-alpha {
    height: 100% !important;
}

@media screen and (max-width: 782px){
    .color-alpha,
    .wp-picker-container .color-alpha {
        width: 40px !important;
    }
}

p.ays-subtitle{
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
}

p.submit{
    display: inline;
    margin-right: 10px;
}

.button.ays-button {
    margin: 0;
    margin-left: 10px;
}

.w-100 {
    width: 100px;
}

.display_none {
    display: none !important;
}
.display_none_not_important {
    display: none;
}
.display_block {
    display: block !important;
}
.shortcode.column-shortcode input {
    width: 100%;
}

.ays_question_answer+input:disabled+label{
    color: rgb(158 155 155 / 75%);
}
input:disabled{
    background: rgb(255 255 255 / 50%);
    border-color: rgb(158 155 155 / 75%);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
    color: rgb(34 34 34 / 50%);
}
ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {display: inline;}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    cursor: pointer;
}

ul.pagination li a.active {
    background-color:#1e8cbe;
    color: white;
    border: 1px solid#1e8cbe;
}

ul.pagination li a:hover:not(.active) {background-color: #ddd;}

div.center {text-align: center;}

/*=== Ani | Submission Start===*/

.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%);
}

input.ays_number_of_result {
    width: 70px;
    text-align: right;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    padding: 0;
}

.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_form_previous_next > div {
    display: flex;
    width: 48px;
    align-items: center;
    justify-content: center;
}

.ays_form_previous {
    margin-right: 10px;
    font-size: 20px;
}

.ays_form_next {
    margin-left: 10px;
    font-size: 20px;
}
.ays_form_container_each_result {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 1200px;
}

.ays_form_container_each_result p {
    margin: 0;
}

.ays_form_response_count,
.ays_form_each_sub_user_info {
    border: 1px solid #c7c4c4;
    padding: 20px;
    border-radius: 13px;
    background-color: #fff;
    margin-bottom: 11px;
}

.ays-form-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_form_previous_next_conteiner {
    display: flex;
    /* margin-top: 13px; */
}
.ays_questions_answers {
    padding: 20px;
    border: 1px solid #c7c4c4;
    margin-top: 11px;
    border-radius: 13px;
    /*border-left: 10px solid #e1e1e1;*/
    background-color: #fff;
}
.ays_each_question_answer {
    margin-top: 2px;
}

.ays_questions_answers .ays-form-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: #e1e1e1; /*#e1e1e1;*/
    width: 12px;
    height: 12px
}
.ays_each_question_answer input[type="radio"] {
    /*border:1px solid #e1e1e1 !important;*/
    border:1px solid #e1e1e1 !important;
    width: 20px;
    height: 20px
}
.ays_form_name {
    padding: 20px;
    margin-top: 5px;
    border: 1px solid #c7c4c4;
    border-radius: 13px;
    /*border-top: 10px solid #e1e1e1;*/
    background-color: #fff;
}
.ays_form_name>p {
    color: #a4a4a4;
}
.ays_form_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;
}
/*=== Ani | Submission End ===*/

span.ays_form_small_hint_text{
    font-style: italic;
    color: gray;
    display: inline-block;
    font-size: 12px;
}

.ays_form_display_flex{
    display: flex;
    justify-content: space-evenly;
}

.ays_form_small_hint_text_for_not_recommended {
    font-style: italic;
    font-size: 11px;
    color: #dc3545;
}

.ays_form_small_hint_text_for_message_variables{
    font-style: italic;
    font-size: 11px;
    color: grey;
}

label.ays_form_loader {
    margin-right: 5px;
    border: 1px solid #ccc;
    display: inline-flex;
    align-items: center;
    padding: 8px;
}

/*Send email for testing Start*/

.ays_form_send_test {
    display: flex;
    align-items: center;
}

.ays_form_send_test p.submit {
    margin: 0 10px;
    padding: 0;
}

.ays_form_send_test p {
    font-size: 16px;
    margin: 0;
}

input#ays_form_test_email {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

a.ays_form_test_mail_btn {
    padding: 1px 22px !important;
    font-size: 17px !important;
    margin-right: 10px !important;
}

/*Send email for testing End*/

#ui-datepicker-div {
    width: fit-content;
    font-size: .9em;
}


.ays_save_buttons_content{
    display: flex;
    justify-content: space-between;
}
.button.ays_default_btn{
    background-color: #ffa500;
    color: #fffdfd;
    border-color: #ffa500;
    margin-right: 0;
    margin-left: 10px;
    text-shadow: none;
    box-shadow: none;
}
.button.ays_default_btn:focus,
.button.ays_default_btn:active,
.button.ays_default_btn:hover{
    background-color: #f59e00;
    color: #fff;
    border-color: #f59e00;
}
.button.ays_default_btn:focus{
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #f59e00;
}


.ays_color_red {
    color: red;
}
.ays_color_red:hover,
.ays_color_red:focus,
.ays_color_red:active,
.ays_color_red:visited {
    color: brown;
}

/*How to use Submenu Style Start*/

.ays-form-faq-main{
    max-width: 800px;
    margin: auto;
    text-align: center;
}
.ays-form-faq-main p{
    color: #212529;
    font-size: 18px;
}
.ays-form-faq-main ol{
    color: #3a546f;
}
div.wrap .ays-form-wp-heading-inline{
    font-size: 27px;
    color: #364150;
    font-weight: 700;
    letter-spacing: -1px;
}
.ays-form-faq-main h2{
    color: inherit;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.ays-form-faq-main fieldset{
    border:1px solid #ccc;
    padding:10px;
    width:fit-content;
    margin:0 auto;
    margin-bottom: 40px;
}
.ays-form-faq-main fieldset .ays-quyiz-ol-container{
    text-align: left;
}
.ays-form-p-container p{
    font-weight: 600;
}
.ays-form-ol-container ol {
    text-align: left;
}
.ays-form-asked-questions .ays-pro-asked-question:first-child {
    border-top: 1px solid #e5ecf6;
}
.ays-form-asked-question {
    margin: 0;
    border-bottom: 2px solid #000;
}
.ays-form-asked-question__header {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px;
    min-height: 50px;
}
.ays-form-asked-question__title h4{
    font-size: 19px;
    color: #23282d;
}
.ays-form-asked-question__body {
    text-align: left;
    color: #3a546f;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    padding: 0 22px;
}
.ays-form-asked-question__arrow {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    background: #f7faff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}

.ays-form-faq-main .ays-form-faq-footer{
    font-size: 15px;
    margin-top: 50px;
}

.wrap h1.ays-form-maker-wrapper{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.ays_heart_beat i.ays_fa{
    color: red!important;
    font-weight: bold;
}
.ays_heart_beat {
    font-size: 20px;
    margin-left: 10px;
}

/*How to use Submenu Style End*/

@-webkit-keyframes ays_form_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-moz-keyframes ays_form_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-ms-keyframes ays_form_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes ays_form_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

.ays_form_pulse {
    -webkit-animation-name: ays_form_pulse;
    -moz-animation-name: ays_form_pulse;
    -ms-animation-name: ays_form_pulse;
    animation-name: ays_form_pulse
}



/* Featured Plugins Start */

.card {
    margin: auto;
    margin-top: 20px;
}

.card img {
    width: 128px;
    margin: auto;
}

.card .card-body .btn {
    margin-bottom: 5px;
}

.coming-soon span {
    font-size: 25px;
    font-weight: 600;
    background: -webkit-linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.comparison {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

.comparison table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
}

.comparison td,
.comparison th {
    border-right: 1px solid #E8E8E8;
    empty-cells: show;
    padding: 10px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    color: #808080;
    font-size: 15px;
}

.comparison tbody tr:nth-child(odd) {
    display: none;
}

.comparison .compare-row {
    background: #F7F7F7;
}

.ays_fa_check {
    color: #69C7F1;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
    text-align: left;
    padding: 15px;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.comparison .product,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .product {
    background: #69C7F1;
    height: 40px;
    font-size: 1.6em;
}

.comparison .price-info {
    padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
    color: #808080;
}

.comparison .price-now span {
    font-size: 36px;
    color: #545454;
}

.comparison .price-now p {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    display: inline;
}

.comparison .price-buy {
    background: #69C7F1;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.comparison .price-buy:hover {
    background: #6BB0DC;
}

/* Featured Plugins End */

.popover {
    background: rgb(95 99 104 / 90%) !important;
}

.popover * {
    color: #fff;
}

.ays_read_result{
    background-color: #ddd !important;
    font-weight: 700 !important;
}

.ays-form-subtitle {
    font-size: 23px;
    font-weight: 400;
    margin: 0;
    padding: 9px 0 4px 0;
    line-height: 1.3;
}


.ays-form-image-container .ays-form-image-body {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.ays-form-image-container .ays-form-image-wrapper {
    margin-top: 20px;
    padding: 12px;
    position: relative;
}

.ays-form-image-container .ays-form-image-wrapper > img {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    max-height: 120px;
    max-width: 180px;
}

.ays-form-image-wrapper-delete-wrap {
    height: 30px;
    width: 30px;
    color: rgba(0, 0, 0, 0.54);
    fill: rgba(0, 0, 0, 0.54);
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    border: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    outline: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    position: absolute;
    right: 0;
    top: 0;

}
.ays-form-image-wrapper-delete-wrap .ays-form-image-wrapper-delete-cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ays-form-image-wrapper-delete-wrap .ays-form-image-wrapper-delete-cont > span {
    display: inline-block;
    position: relative;
    top: -12px;
}
.ays-form-image-wrapper-delete-wrap .ays-form-image-wrapper-delete-cont .ays-form-image-wrapper-delete-icon-cont {
    opacity: 0.54;
    direction: ltr;
    text-align: left;
    height: 24px;
    overflow: hidden;
    width: 24px;
    display: inline-block;
    position: relative;
}

.ays-form-image-wrapper-delete-wrap {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.google-visualization-tooltip {
    pointer-events: none;
}


div.ays-form-maker-preloader {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    z-index: 10;
}

ul.ays_tooltop_ul {
    padding-left: 10px;
    list-style-type: circle;
    list-style-position: inside;
}

ul.ays_tooltop_ul_inside {
    padding-left: 30px;
    padding-top: 10px;
    list-style-type: circle;
    list-style-position: inside;
}


.dropdown-item:link,
.dropdown-item:visited,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    outline: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #e1e1e1;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c1c1c1;
}


.dropdown-menu {
    outline: none;
    border: 0;
    box-shadow: 0.025px 0.025px 1px 1px rgb(0 0 0 / 20%), 0px 2px 1px 0px rgb(0 0 0 / 14%), 0px 2px 5px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.ays-form-side-panel-wrap .dropdown-menu.show {
    transform: translate3d(50px, 0px, 0px) !important;
}

.ays-form-section-wrap-collapsed .dropdown-menu.dropdown-menu-right.show:before,
.ays-form-section-wrap-expanded .dropdown-menu.dropdown-menu-right.show:before,
.ays-form-question-wrap-collapsed-contnet .dropdown-menu.dropdown-menu-right.show:before,
.ays-form-section-wrap-collapsed .dropdown-menu.dropdown-menu-right.show:after,
.ays-form-section-wrap-expanded .dropdown-menu.dropdown-menu-right.show:after,
.ays-form-question-wrap-collapsed-contnet .dropdown-menu.dropdown-menu-right.show:after{
    content: '';
    display: none;
}

.dropdown-menu.show::before, .dropdown-menu.show::after  {
    right: 179px !important;
    transform: rotate(180deg);
}

.dropdown-menu[x-placement="top-end"]::before {
    position: absolute;
    bottom: -6px;
    right: 17px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.dropdown-menu[x-placement="top-end"]::after {
    position: absolute;
    bottom: -5px;
    right: 17px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu[x-placement="top-start"]::before {
    position: absolute;
    bottom: -6px;
    left: 19px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.dropdown-menu[x-placement="top-start"]::after {
    position: absolute;
    bottom: -5px;
    left: 19px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu[x-placement="bottom-end"]::before {
    position: absolute;
    top: -7px;
    right: 19px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.dropdown-menu[x-placement="bottom-end"]::after {
    position: absolute;
    top: -6px;
    right: 19px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu[x-placement="bottom-start"]::before {
    position: absolute;
    top: -7px;
    left: 13px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.dropdown-menu[x-placement="bottom-start"]::after {
    position: absolute;
    top: -6px;
    left: 14px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

.dropdown-menu[x-placement="left-start"]::before {
    position: absolute;
    right: -7px;
    top: 19px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid #ccc;
    border-bottom: 7px solid transparent;
    border-left-color: rgba(0, 0, 0, 0.3);
    content: '';
}

.dropdown-menu[x-placement="left-start"]::after {
    position: absolute;
    right: -6px;
    top: 20px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-bottom: 6px solid transparent;
    content: '';
}

a.ays_form_summary_mail_btn {
    padding: 1px 10px !important;
    font-size: 15px !important;
}

div.ays-slack-popover,
div.ays-google-sheet-popover {
    background: white !important;
}

div.ays-slack-popover code,
div.ays-google-sheet-popover code{
    color: #e83e8c !important;
}

div.ays-slack-popover *:not(a),
div.ays-google-sheet-popover *:not(a){
    color: black;
}

div.ays-slack-popover a,
div.ays-google-sheet-popover a{
    color: #007bff;
}


#ays-form-form img {
    vertical-align: initial;
}

#ays-form-form .ays-form-tab-content .iris-strip.iris-slider.iris-alpha-slider{
    margin-left: 7.813px !important;
}

.tablenav a.button,
.tablenav a.button-secondary {
    display: inline-block;
}

select#ays_form_default_type + span.select2-container #select2-ays_form_default_type-container{
    line-height: 34px !important;
}


/*
 * Form themes
 */

.ays-form-themes-main-div-wrap {
    display: flex;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div {
    width: calc( 13% - 10px );
    margin-right: 10px;
}


.ays-form-themes-main-div .ays-form-theme-item span{
    margin-bottom: 5px;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div label.ays-form-theme-item {
    text-align: center;
    padding: 5px 10px;
    height: 100%;
    object-fit: contain;
    display: flex;
    object-position: center center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div label.ays-form-theme-item img {
    width: 100%;
    max-width: 100%;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div input[type="radio"] {
    display: none;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div input[type="radio"]:checked + label.ays-form-theme-item {
    box-shadow: 0px 0px 4px #808080;
    border-radius: 3px;
    background-color: #d7d7d7;
}

.ays-form-themes-main-div-wrap .ays-form-themes-main-div input[type="radio"]:checked + label.ays-form-theme-item span {
    color: #188038;
}

label.ays-form-theme-item span {
    letter-spacing: 0.5px;
    font-weight: 600;
}


/* Community */
@media (min-width: 1250px) {
    .ays-form-community-wrap .ays-form-community-item {
        width:calc(33.3333333% - 13.3333333px)
    }

    .ays-form-community-wrap .ays-form-community-item:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width: 1249px) {
    .ays-form-community-wrap .ays-form-community-item {
        width:calc(50% - 10px)
    }

    .ays-form-community-wrap .ays-form-community-item:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .ays-form-community-wrap .ays-form-community-item {
        width:100%;
        margin-right: 0
    }
}

.ays-form-community-wrap {
    text-align: center;
    width: 70%;
    margin: auto;
    margin-bottom: 60px;
}

.ays-form-community-wrap *,
.ays-form-community-wrap *::before,
.ays-form-community-wrap *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.ays-form-community-wrap .ays-form-community-container {
    display: flex;
    flex-wrap: wrap;
    margin: 20px
}

.ays-form-community-wrap .ays-form-community-item {
    border: 1px solid #DDDDDD;
    margin: 0 20px 20px 0;
    background-color: #ffffff;
    position: relative
}

.ays-form-community-wrap .ays-form-community-item-cover {
    width: 100%;
    height: 223px;
    position: relative;
    display: block
}

.ays-form-community-wrap .ays-form-community-item-img {
    width: auto;
    height: auto;
    max-width: 80px;
    max-height: 80px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 70px;
    line-height: 80px;
}

.ays-form-community-wrap .ays-form-community-item-title {
    margin: 17px 20px 10px 20px;
    font-size: 16px
}

.ays-form-community-wrap .ays-form-community-item-desc {
    margin: 0 20px 98px 20px;
    font-size: 14px
}

.ays-form-community-wrap .ays-form-community-item-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    border-top: 1px solid #dddddd;
    background-color: #F7F7F7
}

.ays-form-community-wrap .button {
    background-color: #1c75a6;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #0e6897;
    padding: 12px;
    height: auto;
    line-height: 13px;
    text-shadow: 1px 1px 1.5px rgba(0,0,0,0.35)
}

.ays-form-community-wrap .button:hover {
    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

.ays_forms_list_table .column-code_include,
.ays_forms_list_table .column-category_ids,
.ays_forms_list_table .column-author_id {
    width: 10%;
}

.ays_forms_list_table .column-shortcode {
    width: 14%;
}

.ays_forms_list_table .column-items_count {
    width: 8%;
}

.ays_forms_list_table .column-sections_count {
    width: 7%;
}

.ays_forms_list_table .column-id {
    width: 4%;
}

.ays_forms_list_table .column-status,
.ays_forms_list_table .column-submissions_count {
    width: 9%;
}


.export-form-example {
    display: block;
    float: right;
    line-height: 30px;
}

.ays_form_each_sub_user_info_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ays_form_each_sub_user_info_header .ays_form_each_sub_user_info_header_text span{
    font-weight: 600;
    font-size: 18px;
}

.ays_form_each_sub_user_info_body{
    margin-top: 15px;
}

.ays_form_each_sub_user_info_columns{
    display: flex;
}

.ays_form_each_sub_user_info_columns div:first-child{
    min-width: 150px;
}

.ays_form_each_sub_user_info_columns div:last-child{
    border-left: 1px solid #00000082;
    padding: 0 0 0 15px;
    word-break: break-all;
}

.ays_form_each_sub_user_info_content {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

.ays_form_loader_custom_gif,
.ays_form_loader_text {
    display: flex;
    width: 52px;
    height: 52px;
    margin: 6px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
}

/* a.add_form_loader_custom_gif {
    display: inline-block;
    background: #666;
    color: #fff !important;
    padding: 5px 10px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 3px;
    transition: all .3s;
    width: 75px;
} */

.ays-form-loader-custom-gif-container{
    position: relative;
}

.ays-form-loader-custom-gif-container .ays-edit-form-loader-custom-gif{
    position: absolute;
    left: -10px;
    top: -10px;
    background-color: #f5f5f5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ays-form-loader-custom-gif-container .ays-edit-form-loader-custom-gif i{
    color: #000000bf;
}

.ays-form-loader-custom-gif-container .ays-form-image-wrapper-delete-wrap{
    position: absolute;
    right: -10px;
    top: -10px;
}

.ays-form-loader-custom-gif-container img.ays_form_img_loader_custom_gif{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

div.ays-form-body-for-select-lenght {
    display: flex;
}

div.ays-form-body-for-select-lenght .ays-form-question-types-for-select-lenght {
    margin-left: 5px;
}

div.ays-form-body-for-select-lenght .ays-form-choose-for-start-select-lenght,
div.ays-form-body-for-select-lenght .ays-form-choose-for-select-lenght,
div.ays-form-body-for-select-lenght .ays-form-choose-for-select-lenght-star-list {
    font-size: 25px;
    line-height: 26px;
    height: 36px;
}

div.ays-form-body-for-select-lenght .ays-form-choose-for-start-select-lenght option,
div.ays-form-body-for-select-lenght .ays-form-choose-for-select-lenght option,
div.ays-form-body-for-select-lenght .ays-form-choose-for-select-lenght-star-list option {
    font-size: 16px;
}

div.ays-form-individual-user-explanation{
    margin-top: 20px;
    opacity: 0.5;
    border-top: 1px solid;
    padding-top: 15px;
}

div.ays-form-individual-user-explanation div.ays-form-individual-user-explanation-text span{
    word-break: break-all;
    word-wrap: break-word;
}

div#wpbody div.wrap div.ays-form-heart-beat-main-heading.ays-form-heart-beat-main-heading-container{
    text-align: center;
}

div#wpbody div.wrap div.container-fluid div.ays-form-our-products-heading.ays-form-our-products-heading-container{
    text-align: center;
}

a.ays-form-to-curnet-form,
a.ays-form-to-curnet-form:hover {
    color: inherit;
    box-shadow: unset;
    outline: none;
}

.ays-form-margin-right-20 {
    margin-right: 20px;
}

/**************************************************************************************************************/
/**************************************************************************************************************/
/************************************** PRO VERSION DIFFERENCE START ******************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/

/* EXPORT FILTER */

.filter-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.filter-col {
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
}

.filter-block>* {
    margin: 15px;
}
/*
.filter-col>* {
    margin: 5px;
} */

.ays-modal-body div.filter-block .select2-selection--multiple {
    font-size: 16px;
    min-height: 40px !important;
    border-radius: 4px;
    margin-top: -5px;
    min-width: 150px;
    border-color: #ddd;
}

.filter-block .select2.select2-container.select2-container--default.select2-container--below.select2-container--open .select2-selection--multiple {
    border-color: #5b9dd9;
    box-shadow: 0 0 2px rgba(30, 140, 190, .8);
    outline: 2px solid transparent;
}

#export-answers-filters .select2-container,
#export-filters .select2-container {
    z-index: 100001;
}

.ays-modal-body .filter-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 1px !important;
    padding: 0 5px !important;
    margin-bottom: 8px !important;
}

.ays-modal-body .filter-block .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow: hidden;
    padding-top: 5px;
}

#export-answers-filters .export_results_count p,
.export_results_count {
    flex: auto;
}

#export-filters .export_results_count p {
    margin: 0;
    font-size: 16px;
}

.export_results_count span {
    font-weight: bold;
    font-size: 18px;
}

#ays_export_answers_filter .select2-container.select2-container--default.select2-container--open {
    left: 0 !important;
}

.ays-form-question-action-butons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.button.ays-form-export-button{
    margin-right: 0;
    margin-left: 10px;
}

.popup_form_position_block{
    position: relative;
}

table#ays-form-popup-position-table{
    width: 120px;
    border: 1px solid #B8B8B8;
    cursor: pointer;
}

table#ays-form-popup-position-table td{
    border-bottom: 1px solid #B8B8B8;
    border-right: 1px solid #B8B8B8;
    height: 25px;
}

table#ays-form-popup-position-table td:hover{
    background-color: #46add0;
}


/*
 * Checkbox carousel
 */

/* Checkbox, radio style with label */
.checkbox_ays {
    padding: 8px;
    border: 1px solid #ccc;
    white-space: nowrap;
    margin-bottom: .75rem;
}

.ays-modal-footer .export-action {
    margin: 0 3px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>a:after {
    content: "\f0da";
    float: right;
    border: none;
    font-family: 'FontAwesome';
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

button.dropdown-item.disabled,
button.dropdown-item:disabled {
    opacity: 0.5;
}

#ays-form-insert-into-section {
    background-color: rgba(0, 0, 0, 0.3);
}

#ays-form-insert-into-section .ays-modal-content {
    min-width: 300px;
    width: fit-content;
}

#ays-form-insert-into-section h2 {
    white-space: nowrap;
}

#ays-form-move-to-section .ays-modal-content {
    width: fit-content;
}

#ays-form-insert-into-section .ays-modal-body,
#ays-form-move-to-section .ays-modal-body {
    padding: 0;
}

#ays-form-insert-into-section .ays-modal-body .dropdown-item,
#ays-form-move-to-section .ays-modal-body .dropdown-item {
    padding: 1rem 1.5rem;
    font-size: 20px;
}


#ays-questions-modal .ays-modal-body {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}


table.ays-add-questions-table {
    border-collapse: collapse;
    width: 100%;
}

table.ays-add-questions-table th,
table.ays-add-questions-table td {
    background: #fff;
    border-bottom: 1px solid #B8B8B8;
    font-weight: normal !important;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
}


table.ays-add-questions-table td:first-child .ays_fa_arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

table.ays-answers-table th.th-350,
table.ays-questions-table th.th-350,
table.ays-intervals-table th.th-350 {
    width: 350px;
}

table.ays-answers-table th.th-650,
table.ays-questions-table th.th-650,
table.ays-intervals-table th.th-650{
    width: 650px;
}

table.ays-answers-table th.th-150,
table.ays-questions-table th.th-150,
table.ays-intervals-table th.th-150{
    width: 100px;
}

table.ays-add-questions-table tr.even th,
table.ays-add-questions-table tr.even td {
    background: #f1f1f1;
}

table.ays-add-questions-table thead {
    text-transform: uppercase;
}

table.ays-add-questions-table thead th {
    background: #666;
    color: white;
}

#ays-question-table-add_wrapper{
    height: auto;
    padding: 2px;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

#ays-question-table-add_wrapper .row {
    margin: 0;
}
#ays-question-table-add,
.dataTables_scrollHeadInner,
.ays-add-questions-table,
.dataTables_scrollHead{
    width: 100%!important;
}
#ays-question-table-add_wrapper .dataTables_length,
#ays-question-table-add_wrapper .dataTables_filter{
    width: fit-content;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#ays-question-table-add_wrapper .dataTables_length label,
#ays-question-table-add_wrapper .dataTables_filter label {
    margin: 0;
}
#ays-question-table-add_length select{
    width: 50px;
    line-height: unset;
}
select.cat_filter {
    width: 150px;
    line-height: unset;
    display: none;
}
#ays-question-table-add_length {
    float: left;
}
#ays-question-table-add_filter {
    float: right;
}
#ays-question-table-add_filter input {
    height: auto;
    padding: 0;
    text-indent: 5px;
}
#ays-question-table-add th:first-child {
    width: 50px!important;
}
#ays-question-table-add th:nth-child(2) {
    width: 50%!important;
}
#ays-question-table-add tbody tr:hover {
    cursor: pointer;
}
#ays-question-table-add tbody tr.selected td{
    background-color: #aaa;
    color: #fff;
}
#ays-question-table-add_paginate .page-item .page-link {
    color: #000;
}
#ays-question-table-add_paginate .page-item .page-link:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,.25);
}
#ays-question-table-add_paginate .page-item.active .page-link {
    color: #fff;
    background-color: #aaa;
    border-color: #888;
}
div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    padding: 0;
    justify-content: center;
    align-items: center;
    z-index: 1510551050;
    background-color: rgba(0, 0, 0, 0.5);
}
.dataTables_processing_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background-color: rgba(255,255,255, .8);
    color: #444;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 25px;
    width: fit-content;
    height: fit-content;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.dataTables_processing_loader .dtable_loader {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_processing_loader .dtable_loader img {
    width: 30px;
}

table.ays-add-questions-table .ays-modal-td-questions-library-type {
    width: 400px !important;
}


/* Generated Password */

#ays_form_generated_password {
    padding: 20px;
    text-align: center;
}
#ays_form_generated_password ul {
    margin-top: 7px;
}
#ays_form_generated_password ul > li {
    border-bottom: 1px solid #80808040;
    text-align: center;
}
#ays_form_generated_password ul > li > span {
    text-align: center;
}
#ays_form_generated_password ul > li > a {
    margin-left: 15px;
}
#ays_form_generated_password p {
    font-weight: bold;
    border-bottom: 1px solid #80808040;
    font-size: 15px;
}


/* Question Import modal */

.filter-col-question-import{
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}

.ays-form-import-question-import-box{
    display: flex;
}

#ays-form-export-question-modal .ays-modal-content-question-import{
    width: 50%;
}

#ays-form-export-question-modal .ays-form-question-import-modal-error-message{
    text-align: center;
}

#ays-form-export-question-modal .ays-form-question-import-modal-error-message{
    color: red;
    font-size: 13px;
}

/* File upload start */
.ays-form-question-type-upload-allow-type-box,.ays-form-question-type-upload-max-size-main-box{
    display: flex;
    justify-content: space-between;
    width: 350px;
}

.ays-form-question-type-upload-max-size-main-box{
    margin-top: 15px;
}

.ays-form-answer-upload-ready a{
    font-size: 12px;
    box-shadow: none;
    outline: none;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 10px;
    display: inline-block;
}

.ays-form-answer-upload-ready-summary{
    border-radius: 4px;
    background-color: rgb(0, 0, 0, 0.03);
    padding: 5px 10px;
    margin-bottom: 8px;
}

.ays-form-answer-upload-ready-summary:hover{
    background-color: rgb(0, 0, 0, 0.1);
}

.ays-form-answer-upload-ready-summary .ays-form-answer-upload-ready-link-summary{
    font-size: 13px;
    color: black;
}

/* File upload checkboxes start */
.ays-form-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: 1;
}

.ays-form-answer-label input[type="checkbox"],
.ays-form-answer-label input[type="radio"] {
    display: none;
}

.ays-form-answer-label input[type="checkbox"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-2,
.ays-form-answer-label input[type="radio"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-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-form-answer-label input[type="checkbox"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-3,
.ays-form-answer-label input[type="radio"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-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-form-answer-label input[type="checkbox"]:checked ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-3,
.ays-form-answer-label input[type="radio"]:checked ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-3 {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
    visibility: visible;
}

.ays-form-answer-label input[type="checkbox"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-2,
.ays-form-answer-label input[type="checkbox"]:checked ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-2,
.ays-form-answer-label input[type="checkbox"]:checked ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-3 {
    border-radius: 0;
}

.ays-form-answer-label-content > span {
    margin-left: .75em;
}

/* File upload checkboxes end */

/* File upload end */

.ays-form-new-column-count-cont-row-wrap.ays-form-question-row-wrap{
    padding: 0;
    margin: 0;
}

.ays-form-question-row-wrap.ays-form-new-column-count-cont-row-wrap .ays-form-question-row{
    padding: 0 24px;
    margin: 0;
}

.ays-form-new-column-count-cont{
    margin: auto;
    text-align: center;
}

.ays-form-new-column-count-cont-labels{
    margin: 0 10px 0 10px;
}

.ays-form-new-column-count-cont-labels img{
    width: 50px;
    height: 50px;
}

/* Answer add button  */
.ays-form-answer-add-new-answer-box{
    padding: 5px;
}

div[class*='ays-form-action-add-answer']{
    padding: 5px 10px;
    /* background-color: #000000b3; */
    border-radius: 4px;
    /* color: white; */
    cursor: pointer;
    font-size: 15px;
    border: 2px solid #ccc;
}
/* */

.ays_form_results{
    cursor: pointer;
}

@media screen and (max-width: 640px){
    #ays-form-export-question-modal .ays-modal-content-question-import{
        width: 100%;
    }

    .ays-modal-footer-textarea-editor{
        flex-wrap: wrap;
        justify-content: center;
    }

    .ays-form-question-type-upload-allow-type-box,
    .ays-form-question-type-upload-max-size-main-box {
        width: 250px;
    }
}


/* Form Templates */

.ays-modal-content-form-templates .ays-form-templates-content {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ays-modal-content-form-templates .ays-form-templates-box {
    width: 220px;
    height: 270px;
    box-shadow: rgb(19 19 19 / 22%) 4px 4px 16px;
    margin: 15px;
    cursor: pointer;

}

.ays-modal-content-form-templates .ays-form-templates-box:hover {
    box-shadow: rgb(0 0 0 / 45%) 0px 5px 15px;
}

.ays-modal-content-form-templates .ays-form-templates-box .ays-form-templates-box-image {
    width: 100%;
    height: 150px;
}

.ays-modal-content-form-templates .ays-form-templates-box .ays-form-templates-box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ays-modal-content-form-templates .ays-form-templates-box .ays-form-templates-box-text {
    padding: 12px;
    background-color: white;
    font-size: 12px;
    line-height: 18px;
    color: #737373;
}

.ays-modal-content-form-templates .ays-form-templates-box .ays-form-templates-box-text h4 {
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
}

.ays-modal-content-form-templates .ays-form-templates-box .ays-form-templates-box-text .ays-form-templates-box-desc {
    font-size: 12px;
    color: #737373;
}

#ays-form-form .ays-form-text-input-full{
    width: 100%;
}

#ays-form-form .ays_option_description {
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

span.ays_form_small_hint_text {
    font-style: italic;
    color: gray;
    display: inline-block;
    font-size: 12px;
}

input.ays-form-text-input-90-width {
    width: 90px;
    max-width: 100%;
}

/* Questions Count start */
.ays-form-section-actions .ays-form-action-questions-count{
    line-height: 48px;
    cursor: help;
}

.ays-form-section-wrap-collapsed-contnet .ays-form-action-questions-count{
    cursor: help;
    justify-content: center;
}
/* Questions Count end */

#ays-form-settings-form .form-group {
    margin-bottom: 1rem;
}


/**************************************************************************************************************/
/**************************************************************************************************************/
/**************************************** PRO VERSION DIFFERENCE END ******************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/


/**************************************************************************************************************/
/**************************************************************************************************************/
/**************************************** PRO VERSION START ***************************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/


    /* All Submission settings | User Page settings | Start */

    .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;
    }

    /* All Submission settings | User Page settings | End */

/**************************************************************************************************************/
/**************************************************************************************************************/
/**************************************** PRO VERSION END ***************************************************/
/**************************************************************************************************************/
/**************************************************************************************************************/