/**
* All of the CSS for your public-facing functionality should be
* included in this file.
*/

@keyframes aysSMquantumWizPaperInputAddUnderline {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes aysSMquantumWizPaperInputAddUnderline {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.ays-form-container {
    background-color: #fff;
    margin-bottom: 48px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.37);
    padding-bottom: 6px;
    word-wrap: break-word;

    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 0;
    word-wrap: break-word;
    min-width: 250px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.ays-form-container *{
    box-sizing: border-box;
}

.ays-form-container .ays-form-section-header,
.ays-form-container .ays-form-section-content,
.ays-form-container .ays-form-section-footer{
    padding: 10px 0;
    margin-bottom: 10px;
}

.ays-form-container .ays-form-section-content{
    padding: 0;
    
}

.ays-form-container .ays-form-section-footer{
    margin-bottom: 0;
}

.ays-form-container .ays-form-section {
    display: none;
    /* padding: 10%; */
    /* border: 1px solid; */
    border-radius: 5px;
    /* background-color: #ffffff; */
    box-shadow: 0px 30px 70px -24px rgb(0 0 0 / 16%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F3FA;
    border-radius: 10px;
}

.ays-form-container .ays-form-section .ays-form-question-input-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ays-form-container .ays-form-section.active-section {
    display: block;
}

.ays-form-container .ays-form-section-header {
    margin-top: 12px;
    /* background-color: #fff; */
    /*border: 1px solid #dadce0;*/
    /*border-radius: 8px;*/
    /* margin-bottom: 12px; */
    padding: 24px;
    padding-top: 22px;
    position: relative;
    /*border-top: 10px solid #e1e1e1;*/
    /*box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.141), 0 1px 3px 0 rgba(0, 0, 0, 0.122);*/
    /*box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.2);*/
}

.ays-form-container .ays-form-section-title-row {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.ays-form-container .ays-form-section-title-row {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #202124;
    line-height: 135%;
    max-width: 100%;
    min-width: 0%;
}

.ays-form-container .ays-form-title-wrap {
    width: 100%;
    /* padding-right: 10px; */
}

.ays-form-container .ays-form-title {
    /* font-family: 'Google Sans', Roboto, Arial, sans-serif; */
    font-size: 2rem;
    margin-bottom: 12px;
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.ays-form-container .ays-form-title-wrap .ays-form-cover-photo-title-wrap {
    padding-left: 5px;
}

.ays-form-container .ays-form-cover-photo-title-wrap {
    height: 150px;
    background-image: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ays-form-container .ays-form-cover-photo-title-wrap.ays-form-no-cover-photo {
    background-image: unset !important;
}

.ays-form-container .ays-form-section-desc {
    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    margin-top: 12px;
}

.ays-form-container .ays-form-question {
    -webkit-transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
    transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
    /*box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.2);*/
    /* background-color: #fff; */
    /*border: 1px solid #dadce0;*/
    /*border-radius: 8px;*/
    /* margin-bottom: 12px; */
    /* padding: 24px 15px; */
    page-break-inside: avoid;
    word-wrap: break-word;
    /*border-left: 5px solid #e1e1e1;*/
    position: relative;
}

.ays-form-container .ays-form-question-header p {
    margin: 0;
}

/*
.ays-form-container .ays-form-question::before {
    z-index: 0;
    position: absolute;
    right: 5px;
    bottom: 5px;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 1;
    width: 40px;
    height: 40px;
}
*/

.ays-form-container .ays-form-question-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    /*margin-bottom: 16px;*/

    -webkit-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
    min-width: 0%;
    position: relative;
}

.ays-form-container .ays-form-question-header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.ays-form-container .ays-form-question-title {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    line-height: 1.5;
    color: #202124;
    font-weight: 600;
    width: 100%;
    word-break: break-word;
    display: block;
    /*margin-bottom: 10px;*/
}
.ays-form-container .ays-form-question-title label {
    cursor: pointer;
}

.ays-form-container .ays-form-question-image-container {
    width: 100%;
    padding: 5px 0;
}

.ays-form-container .ays-form-question-image {
    max-width: 100%;
    object-position: center center;
}

.ays-form-container .ays-form-question-required-icon {
    color: #d93025;
}


.ays-form-container .ays-form-question-answers {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.ays-form-container .ays-form-answer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    min-height: 24px;
    padding: .5em .5em .5em 0;
}

.ays-form-container label.ays-form-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;
    outline: unset;
}

.ays-form-container label.ays-form-answer-label:focus {
    border: none;
    outline: none;
}

.ays-form-container .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-container .ays-form-answer-label input[type="checkbox"],
.ays-form-container .ays-form-answer-label input[type="radio"] {
    display: none;
}

div.pen_container .ays-form-container .ays-form-answer-label input[type="checkbox"],
div.pen_container .ays-form-container .ays-form-answer-label input[type="radio"] {
    display: none !important;
}

.ays-form-container[id^="ays-form-container"] .ays-form-minimal-theme-question .ays-form-answer-label :not(.ays-form-answer-star-radio) input[type="checkbox"],
.ays-form-container[id^="ays-form-container"] .ays-form-minimal-theme-question .ays-form-answer-label :not(.ays-form-answer-star-radio) input[type="radio"] {
    display: initial !important;
}

.ays-form-container .ays-form-answer-label input[type="checkbox"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content,
.ays-form-container .ays-form-answer-label input[type="radio"] ~ .ays-form-answer-label-content .ays-form-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: pointer;
    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-form-container .ays-form-answer-icon-content-1 {
    -webkit-animation: aysSMagmAnimateSelectOut .2s forwards;
    animation: aysSMagmAnimateSelectOut .2s forwards;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
}

.ays-form-container .ays-form-answer-label input[type="checkbox"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-1,
.ays-form-container .ays-form-answer-label input[type="radio"] ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-1 {
    -webkit-animation: aysSMagmAnimateSelectOut .2s forwards;
    animation: aysSMagmAnimateSelectOut .2s forwards;
    cursor: pointer;
    height: 20px;
    position: relative;
    width: 20px;
}

.ays-form-container .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-container .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;
}

.ays-form-container .ays-form-answer-label .ays-form-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-form-container .ays-form-answer-label:hover .ays-form-answer-icon-ink {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
    background-color: rgba(255, 87, 34, 0.04);
}

.ays-form-container .ays-form-answer-label:focus .ays-form-answer-icon-ink {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 1;
    /* background-color: rgba(255, 87, 34, 0.04); */
}

.ays-form-container .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-container .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 rgb(244, 0, 0);
    -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-container .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-container .ays-form-answer-label input[type="radio"]:checked ~ .ays-form-answer-label-content .ays-form-answer-icon-content .ays-form-answer-icon-content-2 {
    border-color: rgb(244, 0, 0);
}

.ays-form-container .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-container .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-container .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-container .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-container .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-container .ays-form-question-answers.ays-form-question-answers-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.ays-form-container .ays-form-answer.ays-form-answer-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    min-height: 24px;
    padding: .5em .5em .5em 0;
    padding-bottom: .5em;
    box-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 45%;
}

.ays-form-container .ays-form-answer-label.ays-form-answer-label-grid {
    flex-wrap: wrap;
}

.ays-form-container .ays-form-answer-label .ays-form-answer-image-container {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-self: flex-start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 195px;
    margin: 12px 0;
    line-height: 195px;
    outline-width: 0;
    padding: 8px;
    width: 260px;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,0.302), 0 1px 3px 1px rgba(60,64,67,0.149);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: white;
    border-color: #e1e1e1;
}

.ays-form-container .ays-form-answer-label input[type="checkbox"]:checked ~ .ays-form-answer-image-container,
.ays-form-container .ays-form-answer-label input[type="radio"]:checked ~ .ays-form-answer-image-container {
    border-style: solid;
    border-width: 2px;
    outline-width: 0;
    padding: 6px;
}

.ays-form-container .ays-form-answer-label .ays-form-answer-image-container img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    min-height: 0%;
    min-width: 0%;
    vertical-align: middle;
    object-fit: contain;
    object-position: center center;
    margin: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 580px) {
    .ays-form-container .ays-form-answer.ays-form-answer-grid {
        width: 100%;
        margin: 0;
    }

    .ays-form-container .ays-form-question[data-type="name"] .ays-form-question-box {
        flex-wrap: wrap;
    }

    .ays-form-container .ays-form-question[data-type="name"] .ays-form-question-input-box-last-name {
        margin-left: 0;
        margin-top: 10px;
    }
}

/* 
@media screen and (min-width: 580px) and (max-width: 768px) {
   .ays-form-container .ays-form-answer-label .ays-form-answer-image-container {
      height: 100px;
   }
} */

@media screen and (min-width: 580px) and (max-width: 1024px) {
    .ays-form-container .ays-form-answer-label .ays-form-answer-image-container {
        height: 150px;
    }
}

.ays-form-container input.ays-form-question-input ~ .ays-form-input-underline,
.ays-form-container input.ays-form-question-input ~ .ays-form-input-underline-animation,
.ays-form-container .ays-form-answer-label-content > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    box-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;

    font-family: Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
    line-height: 20px;
    color: #202124;
    min-width: 1px;
}

.ays-form-container .ays-form-answer-label-content > span {
    margin-left: .75em;
}

.ays-form-container .ays-form-answer-label.ays-form-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;
    margin-bottom: 10px;
}

.ays-form-container .ays-form-answer .ays-form-answer-other-text {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    min-width: 100px;
    max-width: 100%;
}

.ays-form-container .ays-form-answer .ays-form-answer-other-text input.ays-form-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;
}

.ays-form-container .ays-form-question-select.dropdown div.text {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    display: flex;
    align-items: center;
}
.ays-form-container .ays-form-question-select.dropdown div.item {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    letter-spacing: .1px;
    line-height: 24px !important;
    color: #202124 !important;
    word-break: break-word;
}
.ays-form-container .ays-form-question-select.dropdown div.item img.ays-form-answer-image {
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
}

.ays-form-container .ays-form-question-select.dropdown div.text img.ays-form-answer-image {
    font-size: initial;
    line-height: 1;
    height: auto;
    margin: 0;
    margin-right: .78571429rem;
}

/* .section-buttons {
   
} */

.ays-form-container .ays-form-simple-button-container,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #5f6368;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 0;

    box-shadow: 0 2px 1px -1px rgba(0,0,0,0.2), 0 1px 1px 0 rgba(0,0,0,0.141), 0 1px 3px 0 rgba(0,0,0,0.122);

    margin-right: 14px;
}

.ays-form-container .ays-form-simple-button-container {
    box-shadow: none;
}

.ays-form-container .ays-form-simple-button-container .ays-form-button-content,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container .ays-form-section-button-content {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
}

.ays-form-container .ays-form-simple-button-container .ays-form-button-content .ays-form-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container .ays-form-section-button-content button.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container .ays-form-section-button-content a.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container .ays-form-section-button-content input.ays-form-section-button {
    display: inline-block;
    margin: 0;
    padding: 0 24px;
    background-color: #fff;
    color: rgb(244, 0, 0);
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    outline: none;
    transition: all 280ms cubic-bezier(0.4,0.0,0.2,1);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    user-select: none;
    /* -webkit-transition: background .2s .1s;
    transition: background .2s .1s; */
    border: 0;
    cursor: pointer;
    line-height: 1;
    font-weight: 700;
}

.ays-form-container .ays-form-section-buttons .ays-form-section-button-container .ays-form-section-button-content button.ays-form-section-button {
    padding: 12px 24px;
}

.ays-form-container .ays-form-simple-button-container .ays-form-button-content .ays-form-button {
    font-size: 12px;
    padding: 0;
    background-color: unset;
    line-height: initial;
    font-weight: 500;
}

.ays-form-container .ays-form-simple-button-container:hover .ays-form-button-content .ays-form-button {
    transform: none;
}

.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:hover .ays-form-section-button-content button.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:hover .ays-form-section-button-content a.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:hover .ays-form-section-button-content input.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:focus .ays-form-section-button-content button.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:focus .ays-form-section-button-content a.ays-form-section-button,
.ays-form-container .ays-form-section-buttons .ays-form-section-button-container:focus .ays-form-section-button-content input.ays-form-section-button {
    background-color: rgba(244, 0, 0, .04);
}

.ays-form-container .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-form-container .ays-fa-star::before {
    content: "\f005";
}

.ays-form-container .ays-fa-star-o::before {
    content: "\f006";
}


.ays-form-container .ays-loader {
    display: none;
}

@keyframes aysSMagmAnimateSelectIn {
    0% {
        height: 0;
        width: 0;
    }
    100% {
        height: 100%;
        width: 100%;
    }
}

@keyframes aysSMagmAnimateSelectOut {
    0% {
        height: 0;
        width: 0;
    }
    100% {
        height: 100%;
        width: 100%;
    }
}

.ays-form-container .ays-form-input {
    box-shadow: none !important;
    border: 1px solid #aaaaaa !important;
    outline: 0 !important;
}

.ays-form-container .ays-form-input:active,
.ays-form-container .ays-form-input:focus {
    outline: 0 !important;
    box-shadow: none !important;
    /* border: 0 !important; */
}

/* .ays-form-container .ays-form-input:focus ~ .ays-form-input-underline-animation {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
    height: 2px;
    background-color: #aaaaaa;
    -webkit-animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */

/* .ays-form-container .ays-form-input:focus {
    border: 0 !important;
    height: 2px;
    background-color: #aaaaaa;
    -webkit-animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: aysSMquantumWizPaperInputAddUnderline 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
} */

.ays-form-container .ays-form-input-underline {
    background-color: rgba(0, 0, 0, 0.12);
    height: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
}

.ays-form-container .ays-form-input-underline-animation {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #4285f4;
    height: 2px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.ays-form-container .ays-form-remove-default-border,
.ays-form-container .ays-form-remove-default-border:focus{
    border-color: unset;
    border: 0;
    box-shadow: unset;
    outline: 0;
}

.ays-form-container .ays-form-remove-default-border:focus{
    background-color: #ebebeb !important;
}

.ays-form-container .ays-form-question-box {
    width: 100%;
}

.ays-form-container .ays-form-question-type-text-box {
    width: 100%;
}

.ays-form-container .ays-form-question-input-box {
    position: relative;
}

.ays-form-container .ays-form-question-input {
    min-height: 1.5em;
    position: relative;
    vertical-align: top;
}

.ays-form-container input.ays-form-question-input.ays-form-question-input ~ .ays-form-input-underline,
.ays-form-container input.ays-form-question-input.ays-form-question-input ~ .ays-form-input-underline-animation,
.ays-form-container textarea.ays-form-question-input-textarea.ays-form-question-input ~ .ays-form-input-underline,
.ays-form-container textarea.ays-form-question-input-textarea.ays-form-question-input ~ .ays-form-input-underline-animation {
    width: calc( 100% );
}

.ays-form-container .ays-form-question .ays-form-question-input,
.ays-form-container .ays-form-sections .ays-form-password{
    width: 100%;
    margin: 0;
    background-color: #f8f9fa;
    padding: 12px 0;
    text-indent: 10px;
    display: block;
    border-radius: 2px;
    letter-spacing: 1px;
}

.ays-form-container .ays-form-question.isDisabled .ays-form-question-input-wrap .ays-form-question-input,
.ays-form-container .ays-form-question:not(.isDisabled) .ays-form-question-input-wrap:hover .ays-form-question-input,
.ays-form-container .ays-form-question:not(.isDisabled) .ays-form-question-input-box:hover .ays-form-question-input,
.ays-form-container .ays-form-question.isDisabled .ays-form-question-input-wrap .ays-form-question-select.ui.selection.dropdown,
.ays-form-container .ays-form-question:not(.isDisabled) .ays-form-question-input-wrap:hover .ays-form-question-select.ui.selection.dropdown {
    /* background-color: rgba(220, 220, 220, 0.8); */
}
.ays-form-container .ays-form-question.isDisabled .ays-form-question-select.ui.selection.dropdown .default.text,
.ays-form-container .ays-form-question:not(.isDisabled):hover .ays-form-question-select.ui.selection.dropdown .default.text {
    color: #666;
}

.ays-form-container .ays-form-question .ays-form-question-select.ui.selection.dropdown {
    min-width: 200px;
}

.ays-form-container .ays-form-section .ays-form-question-validation-error,
.ays-form-container .ays-form-section .ays-form-question-validation-error-upload,
.ays-form-container .ays-form-section .ays-form-votes-count-validation-error {
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 16px;
    color: #70757a;
    color: #d93025;
    display: none;
}

.ays-form-container .ays-form-question.ays-easy-form-has-error {
    border-color: #d93025;
}

.ays-form-container .ays-form-section .ays-form-question.ays-easy-form-has-error .ays-form-question-validation-error,
.ays-form-container .ays-form-section .ays-form-question.ays-easy-form-has-error .ays-form-votes-count-validation-error {
    -webkit-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.ays-form-container .ays-form-section .ays-form-question.ays-easy-form-has-error .ays-form-question-validation-error img,
.ays-form-container .ays-form-section .ays-form-question.ays-easy-form-has-error .ays-form-votes-count-validation-error img {
    margin-right: 12px;
}

.ays-form-container .ays-form-question-input-textarea {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 24px;
    background-color: transparent;
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    caret-color: #1a73e8;
    display: block;
    /*height: 24px;*/
    min-height: 24px;
    outline: none;
    overflow-y: visible;
    overflow-x: hidden;
    padding: 16px 0px 16px 16px;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    z-index: 1;
}

.ays-form-container textarea.ays-form-question-input-textarea {
    max-height: 1000px;
    overflow: auto scroll;
    margin: 0;
    box-sizing: border-box;
}

/* Chrome, Safari, Edge, Opera */
.ays-form-container input.ays-form-question-input.ays-form-question-input::-webkit-outer-spin-button,
.ays-form-container input.ays-form-question-input.ays-form-question-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.ays-form-container input.ays-form-question-input.ays-form-question-input[type=number] {
    -moz-appearance: textfield;
    max-width: initial;
}

.ays-form-container .ays-form-question-type-select-box,
.ays-form-container .ays-form-question-select-conteiner {
    padding: 0;
    width: 100% !important;
}

.ays-form-container .ays-form-question-select-conteiner .select2-container {
    display: block;
    width: 100%!important;
}


.ays-form-container .ays-form-answer-clear-selection-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 5px;
}


.ays-form-container .ays-form-display-none {
    display: none !important;
}

.ays-form-container .ays-form-visibility-none {
    visibility: hidden;
}

.ays-form-container .ays-form-restricted-content {
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
}

.ays-form-container .ays-form-restricted-content p {
    margin: 0;
}

.ays-form-container .ays-form-restricted-message {
    margin: 0;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 16px;
}

.ays-form-container .ays-form-loader {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ays-form-container .ays-form-thank-you-page {
    display: none;
}

.ays-form-container .ays-form-redirect-timer {
    text-align: center;
    font-family: 'Google Sans',Roboto,Arial,sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
}

/* show login form  */
.ays-form-container .ays_form_login_form {
    text-align: center;
}
.ays-form-container .ays_form_login_form form p {
    margin-top: 5px;
    margin-bottom: 15px;
}
.ays-form-container .ays_form_login_form label {
    display: block;
    cursor: pointer;
    margin: 0;
}

.ays-form-container .ays_form_login_form .ays-form-question-input-box {
    width: 300px;
    margin: 0 auto;
}

.ays-form-container .ays_form_login_form input[type="text"],
.ays-form-container .ays_form_login_form input[type="password"] {
    box-shadow: none !important;
    border: 0 !important;
    outline: 0 !important;

    min-height: 1.5em;
    position: relative;
    vertical-align: top;

    width: 100%;
    margin: 0;

    background-color: #f8f9fa;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.ays-form-container .ays_form_login_form input[type="text"]:active,
.ays-form-container .ays_form_login_form input[type="password"]:active,
.ays-form-container .ays_form_login_form input[type="text"]:focus,
.ays-form-container .ays_form_login_form input[type="password"]:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important;
}

.ays-form-container .ays_form_login_form .ays-form-answer-label {
    width: auto;
    display: inline-block;
}

.ays-form-container .ays_form_login_form input[type="submit"].ays-form-section-button {
    font-size: 16px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: #cfcfcf;
}

.ays-form-container .star_answer_inp {
    display: none;
}

.ays-form-container .ays-form-answer-label img.ays-form-star-icon {
    cursor: pointer;
    cursor: pointer;
    height: 25px;
    width: 25px;
    transform-origin: bottom;
    transform: scale(1);
    transition: .1s ease-in-out;
}

.ays-form-container .ays-form-answer-label img.ays-form-star-icon.ays-fa-star {
    transform: scale(1.05);
}

/* Linear scale */ /* Star question type */
.ays-form-container .ays-form-answer-star,
.ays-form-container .ays-form-answer-linear-scale {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    overflow-x: auto;
}

.ays-form-container .ays-form-answer-star-radios,
.ays-form-container .ays-form-answer-linear-scale-radios {
    display: flex;
    /* width: 80%; */
    justify-content: center;
}

.ays-form-container .ays-form-answer-star-label,
.ays-form-container .ays-form-answer-linear-scale-label {
    -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;
    /* max-width: 35%; */
}

.ays-form-container .ays-form-answer-star-radio-label,
.ays-form-container .ays-form-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-form-container .ays-form-answer-star-radio-label {
    min-height: 0;
}

.ays-form-container .ays-form-answer-star-radio,
.ays-form-container .ays-form-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;
    word-wrap: break-word;
}

.ays-form-container .ays-form-answer-star label.ays-form-answer-label,
.ays-form-container .ays-form-answer-linear-scale label.ays-form-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 */
.ays-form-container .ays-form-question-date-box {
    width: auto;
}

.ays-form-container .ays-form-question-date-input-box {
    width: 170px;
}

.ays-form-container .ays-form-question-time-input-box {
    width: 160px;
}

.ays-form-container .ays-form-timepicker{
    padding: 10px;
}

.ays-form-container .ays-form-timepicker,
.ays-form-container .ays-form-question-input.ays-form-question-date-input {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: #f8f9fa;
    border: none;
    display: block;
    height: 40px;
    line-height: 1;
    margin: 0;
    min-width: 0%;
    outline: none;
    z-index: 0;
    font-family: Roboto,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
}
/* Date question type */

.ays-form-container input.ays-form-password[type="password"] {
    letter-spacing: 1px;
}

/* .ays-form-container .ays-form-sections .ays-form-section input.ays-form-section-button.ays-check-form-password {
    display: inline-block;
    margin: 0;
    padding: 0 24px;
    font-family: 'Google Sans',Roboto, Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .25px;
    line-height: 36px;
    text-decoration: none;
    text-transform: none;
    min-width: auto;
    outline: none;
    transition: all 280ms cubic-bezier(0.4,0.0,0.2,1);
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background .2s .1s;
    transition: background .2s .1s;
    border: 0;
    cursor: pointer;
} */



/* Popup Form  */
.ays-form-popup-form-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999999;
    pointer-events: fill;
    scrollbar-color: #d6d6d6;
    scrollbar-width: thin;
    padding: 13px 5px 5px;
}

.ays-form-popup-form-window .ays-form-popup-btn-close {
    display: flex;
    justify-content: flex-end;
    margin: 4px;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -16px;
    right: -16px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #dadce0;
    z-index: 10;
}

.ays-form-popup-form-window .ays-form-popup-btn-close:hover {
    background-color: #ebedf1;
}
.ays-form-popup-form-window .ays-form-popup-btn-close:active {
    background-color: #dadce0;
}

.ays-form-popup-form-window .ays-form-popup-content {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    padding-right: 10px;
}

.ays-form-popup-form-window .ays-form-popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.ays-form-popup-form-window .ays-form-popup-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ays-form-popup-form-window .ays-form-popup-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #d6d6d6;
}

.ays-form-container .ays-form-section .ays-form-question .ays-form-image-logo-url{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
}

.ays-form-container .ays-form-section .ays-form-question .ays-form-image-logo-url-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}


/* Matrix Star Slider Question types start*/
.ays-form-container .ays-form-answer-matrix-scale-main,
.ays-form-container .ays-form-answer-slider-list-main,
.ays-form-container .ays-form-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-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row {
    border-bottom: none;
    display: table-row;
    background-color: #f8f9fa;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row:first-child {
    background-color: transparent !important;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-column,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-column {
    display: table-cell;
    height: 2.5em;
    min-width: 48px;
    padding: .25em;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-column.ays-form-answer-matrix-scale-column-row-header,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column.ays-form-answer-slider-list-column-row-header,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-column.ays-form-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-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-column:first-child,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column:first-child,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-column:first-child {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row:not(:first-child),
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row:not(:first-child),
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row {
    padding: 8px 0;
    display: table-row-group;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-row-content,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-row-content,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-row-content {
    border-bottom: none;
    display: table-row;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-column-content-wrap,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column-content-wrap,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-column-content-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row .ays-form-answer-matrix-scale-column-content,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column-content,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row .ays-form-answer-star-list-column-content {
    width: 20px;
    height: 20px;
}

.ays-form-container .ays-form-answer-matrix-scale-main .ays-form-answer-matrix-scale-container .ays-form-answer-matrix-scale-row-spacer,
.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row-spacer,
.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-row-spacer {
    background-color: transparent;
    height: 4px;
}

.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-label-star-list {
    margin: 0;
}

.ays-form-container .ays-form-answer-star-list-main .ays-form-answer-star-list-container .ays-form-answer-star-list-rows {
    word-break: break-all;
    word-wrap: break-word;
}


.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-range-type-main .ays-form-answer-range-type-range{
    align-items: center;
    width: 100%;
    max-width: 100%;
}


.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-row .ays-form-answer-slider-list-column {
    width: 300px;
}

.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container input[type=range].ays-form-range-type-input{
    width: 100%;
}

.ays-form-container .ays-form-answer-slider-list-main .ays-form-answer-slider-list-container .ays-form-answer-slider-list-column-row-header-only-slider{
    border-left: 3px solid white;
}


/* Matrix Star Slider Question types end */

.ays-form-data-table-responsive {
    height: auto;
    padding: 2px;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    overflow-x: auto;
}

.ays-form-container .ays-form-section.ays-form-section-start-page .ays-form-section-header {
    text-align: center;
}

.ays-form-container .ays-form-section.ays-form-section-start-page .ays-form-section-header .ays-form-section-title-row {
    justify-content: center;
}

/* Range type start */

div[id*='ays-form-container-'] .ays-form-answer-range-type-main{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* div[id*='ays-form-container-'] .ays-form-answer-range-type-main .ays-form-answer-range-type-info .ays-form-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;
} */

/* div[id*='ays-form-container-'] .ays-form-answer-range-type-main .ays-form-answer-range-type-info .ays-form-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: '';

} */


div[id*='ays-form-container-'] .ays-form-answer-range-type-main .ays-form-answer-range-type-range{
    display: flex;
    justify-content: center;
    width: 400px;
    max-width: 80%;
    position: relative;
    height: 21px;
    /* padding: 0 10px; */
}

div[id*='ays-form-container-'] .ays-form-answer-range-type-main .ays-form-answer-range-type-min-max-val{
    font-size: 14px;
}

div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input{
    width: 400px;
    -webkit-appearance: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
}


div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input:focus {
    outline: none;
}

/* Chrome */
div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input::-webkit-slider-runnable-track {
    height: 8px;
    background: #ddd;
    border: none;
    border-radius: 5px;
    width: 100%;
}

div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
    cursor: pointer;
}

div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input::after::-webkit-slider-thumb {
    content: "";
    border: 2px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
    cursor: pointer;
}

/* Mozila */
div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input::-moz-range-track {
    height: 9px;
    background: #ddd;
    border: none;
    border-radius: 5px;
}

div[id*='ays-form-container-'] input[type=range].ays-form-range-type-input::-moz-range-thumb {
    -webkit-appearance: none;
    border: 1px solid;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    margin-top: -5px;
    cursor: pointer;
}
/* 
div[id*='ays-form-container-'] .ays-form-answer-range-type-main span { 
   position: absolute;
   min-width: 33px;
   min-height: 33px;
   text-align: center;
   color: white;
   border-radius: 50%;
   display: inline-block;
   font-size: 12px;
   bottom: 27px;
   left: 0;
   line-height: 11px;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 5px;
} */

div[id*='ays-form-container-'] .ays-form-answer-range-type-main span {
    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: #4285f4;
    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;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}


div[id*='ays-form-container-'] .ays-form-answer-range-type-main span.ays-form-answer-range-type-main-show {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* 
div[id*='ays-form-container-'] .ays-form-answer-range-type-main span:after { 
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	top: 90%;
	left: 22px;
	margin-left: -10px;
	margin-top: -1px;
} */
div[id*='ays-form-container-'] .ays-form-answer-range-type-main span:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    background: #1cdd36;
    margin-left: -10px;
    z-index: -1;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
    top: 9px;
    border-radius: 10px 10px 0 10px;
}

/* Range type end */


/* Social buttons start */

div[id*='ays-form-container-'] .ays-form-social-shares a.ays-form-share-btn:focus {
    background: #08669c;
}


div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn {
    position: relative;
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 2px 8px;
    line-height: 1.53;
    letter-spacing: .04em;
    vertical-align: top;
    font-size: 12px;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #111;
    background: #e0e0e0;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-right: 5px;
    margin-top: 5px;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn:link,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn:visited,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn:focus,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn:hover,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn:active {
    outline: none !important;
    text-decoration: none !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares{
    text-align: center;
}

/* linkedin */
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-linkedin {
    background-color: #0976b4 !important;
    color: #fff !important;
    border-color: #08669c !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-linkedin:hover,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-linkedin:focus {
    background-color: #08669c !important;
    border-color: #075683 !important;
}
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-linkedin:active,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-linkedin:visited {
    background-color: #075683 !important;
    border-color: #05466b !important;
}
/* Facebook */
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook {
    background-color: #0976b4 !important;
    color: #fff !important;
    border-color: #08669c !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook {
    background-color: #3b5998 !important;
    border-color: #344e86 !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook:hover,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook:focus {
    background-color: #344e86 !important;
    border-color: #2d4373 !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook:active,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-facebook:visited {
    background-color: #2d4373 !important;
    border-color: #263961 !important;
}
/* Twitter */
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter {
    background-color: #0976b4 !important;
    color: #fff !important;
    border-color: #08669c !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter {
    background-color: #55acee !important;
    border-color: #3ea1ec !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter:hover,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter:focus {
    background-color: #3ea1ec !important;
    border-color: #2795e9 !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter:active,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-twitter:visited {
    background-color: #2795e9 !important;
    border-color: #1689e0 !important;
}
/* VK */
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte {
    background-color: #0976b4 !important;
    color: #fff !important;
    border-color: #08669c !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte {
    background-color: #486c91 !important;
    border-color: #4b719a !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte:hover,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte:focus {
    background-color: #2a6098 !important;
    border-color: #4b719a !important;
}

div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte:active,
div[id*='ays-form-container-'] .ays-form-social-shares .ays-form-share-btn-vkontakte:visited {
    background-color: #4b719a !important;
    border-color: #4b719a !important;
}
/* Social buttons end */


/* Popup full screen start */

.ays-form-popup-form-window .ays-form-popup-close-full-screen {
    display: none;
}

.ays-form-popup-form-window .ays-form-popup-full-screen-mode {
    height: 20px;
    text-align: right;
}

.ays-form-popup-form-window .ays-form-popup-full-screen-mode a.ays-form-popup-full-screen-container {
    cursor: pointer;
    outline: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

/* Popup full screen end */

/* Form full screen mode start */

div[id*='ays-form-container-'] div.ays-form-full-screen-mode .ays-form-close-full-screen{
    display: none;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-mode .ays-form-full-screen-container{
    cursor: pointer;
    width: 24px;
    height: 24px;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title div.ays-form-full-screen-mode {
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 5px;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title div.ays-form-full-screen-mode svg{
    max-width: none;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title div.ays-form-full-screen-mode svg.ays-form-open-full-screen{
    display: inline;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title span {
    margin: 0 0 12px 0;
}

div[id*='ays-form-container-'] div.ays-form-full-screen-and-title.ays-form-full-screen-and-no-title{
    justify-content: flex-end;
}
/* Form full screen mode end */


/* Form Live Progress bar start */
div[id*='ays-form-container-'] .ays-form-footer-with-live-bar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div[id*='ays-form-container-'] .ays-form-live-bar-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div[id*='ays-form-container-'] .ays-form-live-bar-wrap {
    height: 12px;
    width: 190px;
    border-radius: 25px;
    background: black;
    margin-top: 10px;
    border: 1px solid black;
    margin-right: 5px;
}

div[id*='ays-form-container-'] .ays-form-live-bar-fill{
    height: 100%;
    border-radius: 25px;
}

div[id*='ays-form-container-'] .ays-form-live-bar-main {
    padding: 0 10px;
}

/* Form Live Progress bar end */

/* User explanation start */
div[id*='ays-form-container-'] .ays-form-user-explanation {
    margin-top: 5px;
    padding-top: 15px;
    position: relative;
}

div[id*='ays-form-container-'] .ays-form-user-explanation textarea {
    resize: vertical;
    height: 120px;
    transition: .5s ease;
}

div[id*='ays-form-container-'] .ays-form-user-explanation textarea:focus {
    outline: none;
}
div[id*='ays-form-container-'] .ays-form-user-explanation textarea::placeholder {
    font-size: 14px;
}
/* User explanation end */

/* Admin note start */
div[id*='ays-form-container-'] .ays-form-admin-note-main{
    margin: 15px 0;
}

div[id*='ays-form-container-'] .ays-form-admin-note-main .ays-form-admin-note-inner{
    background-color: #E3E3E3;
    color: #000000a6;
    border-radius: 0 4px 4px 0;
    padding: 5px 8px;
    display: flex;
    align-items: center;
    border-left: 2px solid #24a0ed;
}

div[id*='ays-form-container-'] .ays-form-admin-note-main .ays-form-admin-note-inner .ays-form-admin-note-text{
    font-style: italic;
    font-size: 11px;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
    line-height: 1rem;
}

/* Admin note end */

.ays-form-thank-you-summary-submission-main-container {
    margin-top: 20px;
}


.ays-form-question-wrap-collapsed-action-contnet {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.ays-form-collapse-question-action {
    cursor: pointer;
}


/* Chat mode start */

div.ays-form-chat-question-item {
    display: none;
}

div.ays-form-chat-answer-box {
    display: none;
}

.ays-form-chat-container .ays-form-chat-answer-label input[type="radio"] {
    display: none !important;
}

div.ays-form-chat-content input.ays-form-chat-button {
    display: none;
}

.ays-form-chat-question-animation-dots {
    display: none;
}

/* Chat mode end */


/* Upload question type start */

div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-label {
    display: block;
    cursor: pointer;

}


div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-label .ays-form-answer-upload-type-button{
    background-color: white;
    font-size: initial;
    padding: 0;
    border: 1px solid rgba(0,0,0,.1);
    padding: 5px 7px;
    border-radius: 4px;
    transition: .5s;
    display: flex;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-button img,
div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-button span,
div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-question-validation-error-upload img,
div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-question-validation-error-upload span{
    display: initial;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-label .ays-form-answer-upload-type-button:hover {
    background-color: #fffbfbe0;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-type-main .ays-form-answer-upload-type .ays-form-answer-upload-type-label .ays-form-answer-upload-type-button .ays-form-answer-upload-type-text{
    padding: 0 10px;
    font-size: 14px;
    color: #5F6368;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-type-label{
    width: 110px;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready{
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    min-height: 40px;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready .ays-form-answer-upload-ready-link-box a{
    font-size: 12px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: none;
    outline: none;
    word-break: break-all;
    word-wrap: break-word;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready .ays-form-answer-upload-ready-link-box a:hover{
    text-decoration: underline;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready .ays-form-answer-upload-ready-image-box{
    cursor: pointer;
    margin-left: 10px;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready-image-box img{
    max-width: initial;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-ready-link-box,
div[id*='ays-form-container-'] .ays-form-answer-upload-ready-image-box{
    display: flex;
    align-items: center;
}

.ays_questions_upload_type_answers_summary{
    width: 100%;
}

.ays_questions_upload_type_answers_summary .ays-form-answer-upload-ready-summary a{
    text-decoration: none;
}

.ays_questions_upload_type_answers_summary .ays-form-answer-upload-ready-summary a:hover{
    text-decoration: underline;
}

.ays-form-answer-upload-ready-summary{
    border-radius: 4px;
    background-color: rgb(0, 0, 0, 0.03);
    padding: 5px 10px;
    margin-bottom: 8px;
    display: flex;
}

.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;
}

div[id*='ays-form-container-'] .ays-form-answer-upload-type-loader{
    background-color: #bfbfbf69;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div[id*='ays-form-container-'] .ays-form-question-validation-error-upload{
    display: flex;
    align-items: center;
}

/* Upload question type end */

.display_none {
    display: none !important;
}
.display_none_not_important {
    display: none;
}
.display_block {
    display: block !important;
}



@media screen and (max-width: 768px) {

    .ays-form-container .ays-form-section-header {
        padding: 12px;
        padding-top: 11px;
    }

    .ays-form-container .ays-form-section-title-row {
        font-size: 24px;
    }

    .ays-form-container .ays-form-title {
        font-size: 1.5rem;
    }

    .ays-form-container .ays-form-question {
        padding: 12px;
    }

    .ays-form-container .ays-form-answer-label {
        cursor: default;
    }

}

.ays-form-container .ays-form-section .ays-form-section-questions-count {
    font-family: Roboto,Arial,sans-serif;
    font-size: 18px;
    text-align: right;
    cursor: help;
    font-weight: 600;
}

.ays-form-recaptcha-wrap {
    padding: 10px 0;
 }

/*
 * Columns styles start
 */

.ays-form-container .ays-form-columns {
    -webkit-transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
    transition: background-color 200ms cubic-bezier(0.0,0.0,0.2,1);
    /* background-color: #fff; */
    /* margin-bottom: 12px; */
    padding: 10px 0;
    page-break-inside: avoid;
    word-wrap: break-word;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Look later if needed  */
/* .ays-form-container .ays-form-columns .ays-form-column[data-columns-count="2"] {
    flex: 50%;
}
.ays-form-container .ays-form-columns .ays-form-column[data-columns-count="3"] {
    flex: 33.3333333333%;
}
.ays-form-container .ays-form-columns .ays-form-column[data-columns-count="4"] {
    flex: 25%;
} */

.ays-form-container .ays-form-columns .ays-form-column .ays-form-question {
    padding: 5px;
}

.ays-form-container .ays-form-columns .ays-form-column .ays-form-question .ays-form-question-box {
    width: 100%;
}
/*
 * Columns styles end
 */

.ays-form-container .ays-form-question[data-type="hidden"] {
    display: none !important;
}
.ays-form-container .ays-form-question[data-type="name"] .ays-form-question-box {
    display: flex;
    /* align-items: center; */
    /* justify-content: flex-start; */
    justify-content: space-between;
    /* flex-wrap: wrap; */
}
.ays-form-container .ays-form-question .ays-form-question-input-box-last-name {
    margin-left: 5px;
}
.ays-form-container .ays-form-question .ays-form-question-input-box-email-confirmation {
    margin-top: 10px;
}

/* 
.ays-form-container .ays-form-question .ays-form-question-input-wrap {
    margin-bottom: 15px;
} */

.ays-form-container .ays-form-question .ays-form-question-input-sublabel {
    display: inline-block;
    font-size: 12px;
    color: #777;
    font-weight: 500;
    font-style: italic;
    text-indent: 5px;
    line-height: 1;
    margin-top: 6px;
    user-select: none;
    pointer-events: none;
}

.ays-form-container .ays-form-question .ays-form-answer-paypal-wrap-div {
    margin: 20px auto;
    width: 200px;
}

.ays-form-container .ays-form-answer-paypal-logo {
    text-align: center;
}

.ays-form-container .ays-form-integration-logo {
    width: 50px;
    height: auto;
    vertical-align: middle !important;
}

.ays-form-section-buttons{
    display: flex;
    justify-content: center;
    margin: 10px 0;
}