@font-face {
    font-family: 'icons';
    src: url("/wp-content/plugins/thrive-quiz-builder/assets/css/frontend/fonts/icons.ttf") format("truetype"), 
    url("/wp-content/plugins/thrive-quiz-builder/assets/css/frontend/fonts/icons.woff") format("woff"), 
    url("/wp-content/plugins/thrive-quiz-builder/assets/css/frontend/fonts/icons.svg#icons") format("svg");
    font-weight: normal;
    font-style: normal
}

html {
    height: 100%;
    margin: 0;
    padding: 0
}

.tqb-shortcode-new-content .tqb-button-holder {
    text-align: right
}

.tqb-shortcode-new-content .tqb-button-holder .tqb-next-button {
    display: inline-block;
    height: 40px;
    vertical-align: middle
}

.tqb-shortcode-new-content .tqb-button-holder .tqb-next-button svg {
    width: 40px;
    height: 40px
}

.tqb-shortcode-wrapper img {
    box-shadow: none
}

.tqb-shortcode-wrapper button {
    background: none;
    box-shadow: none
}

.tqb-shortcode-wrapper textarea {
    outline: none;
    transition: border-color .15s, background-color .15s
}

.tqb-answer-inner-wrapper {
    position: relative
}

.tqb-fancy-container {
    display: none;
    background-color: #fff;
    transition: background-color .15s
}

.tqb-template-style-5 .tqb-fancy-container {
    background-color: transparent;
    margin-right: 15px
}

.tqb-answer-inner-wrapper:not(.tqb-wrong-answer):not(.tqb-right-answer) .tqb-fancy-icon svg:not(.tqb-check) {
    display: none
}

.tqb-fancy-icon {
    display: none;
    float: right;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: solid 1px #b9b9b9;
    background-color: #ffffff;
    transition: all .15s;
    line-height: 1
}

.tqb-fancy-icon svg {
    width: 100%;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
    fill: #fff
}

.tqb-template-style-5 .tqb-fancy-icon {
    width: 29px;
    height: 29px;
    border: none;
    opacity: 0.15;
    background-color: #9e78ff
}

.tqb-template-style-5 .tqb-fancy-icon svg {
    fill: #9e78ff;
    padding: 8px
}

[id^=tqb-shortcode-wrapper] .tqb-answer-feedback p,
#tcb_landing_page [id^=tqb-shortcode-wrapper] .tqb-answer-feedback p {
    color: #fff;
    line-height: 1.5;
    margin: 0 0 15px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (max-width: 480px) {
    [id^=tqb-shortcode-wrapper] .tqb-answer-feedback p {
        line-height: 1.2
    }
}

.thrv_wrapper div .tqb-answer-feedback {
    box-sizing: border-box
}

#tcb_landing_page .tqb-answer-feedback p {
    color: #fff
}

.tqb-answer-feedback {
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    background-color: #979797;
    margin: 0 0 6px;
    position: absolute;
    bottom: 100%;
    z-index: 5;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.87);
    letter-spacing: 1px;
    pointer-events: all
}

.tqb-answer-feedback .tqb-feedback-inner {
    max-height: 250px;
    overflow-x: auto;
    padding: 10px
}

.tqb-answer-feedback .tqb-feedback-inner::-webkit-scrollbar {
    width: 8px
}

.tqb-answer-feedback .tqb-feedback-inner::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1)
}

.tqb-answer-feedback .tqb-feedback-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.15)
}

@media (max-width: 480px) {
    .tqb-answer-feedback .tqb-feedback-inner {
        max-height: 20vh
    }
}

.tqb-answer-feedback p,
#tcb_landing_page .tqb-answer-feedback p {
    color: #fff
}

.tqb-answer-feedback p:last-of-type,
.tqb-answer-feedback p:empty,
#tcb_landing_page .tqb-answer-feedback p:last-of-type,
#tcb_landing_page .tqb-answer-feedback p:empty {
    margin: 0
}

.tqb-answer-feedback:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #979797
}

.tqb-open-ended-wrapper .tqb-answer-action {
    padding: 15px 0 0
}

.tqb-answer-action:after {
    content: "";
    display: table;
    clear: both
}

#tcb_landing_page .tqb-answer-open-type .tqb-answer-status,
.tqb-answer-open-type .tqb-answer-status {
    color: #979797
}

#tcb_landing_page .tqb-answer-open-type .tqb-answer-status.tqb-error-text,
.tqb-answer-open-type .tqb-answer-status.tqb-error-text {
    color: #d75919
}

.tqb-answer-open-type textarea {
    padding: 15px 20px;
    border-radius: 8px;
    border: solid 1px #e2e2e2;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 19px;
    color: #242424
}

@media (max-width: 540px) {
    .tqb-answer-open-type textarea {
        font-size: 14px
    }
}

.tqb-answer-open-type textarea:focus {
    border-color: #0f7dbe
}

.tqb-answer-open-type textarea.placeholder {
    color: inherit;
    opacity: .75
}

.tqb-answer-open-type textarea:-moz-placeholder {
    color: inherit;
    opacity: .75
}

.tqb-answer-open-type textarea::-moz-placeholder {
    color: inherit;
    opacity: .75
}

.tqb-answer-open-type textarea:-ms-input-placeholder {
    color: inherit;
    opacity: .75
}

.tqb-answer-open-type textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: .75
}

.tqb-answer-open-type .tqb-answer-status {
    font-size: 14px;
    text-align: right;
    color: #979797;
    margin: 10px 0 25px !important
}

.tqb-answer-open-type .tqb-answer-status.tqb-error-text {
    color: #d75919
}

.tqb-open-type-button {
    border: none;
    cursor: pointer;
    float: right;
    background: transparent;
    padding: 0;
    outline: none;
    transition: opacity .15s
}

.tqb-open-type-button:hover {
    opacity: .9
}

.tqb-open-type-button .tqb-next-q {
    pointer-events: none
}

.tqb-open-type-button svg {
    width: 40px;
    height: 40px
}

.customize-support:before {
    display: none
}

.tqb-shortcode-content {
    overflow: hidden;
    position: relative;
    left: 500px;
    opacity: 0
}

.tqb-shortcode-old-content,
.tqb-shortcode-new-content {
    position: relative;
    transition: all 1s;
    min-height: 100px
}

.tqb-shortcode-old-content {
    display: none;
    height: 0
}

.tqb-social-share-badge-container {
    position: relative
}

.tqb-social-share-badge-container img {
    border-radius: 10px;
    border: solid 1px #f3f2f2;
    max-width: 100%
}

.tqb-social-share-badge-container #tqb-set-1.tqb-social-share-buttons,
.tqb-social-share-badge-container #tqb-set-2.tqb-social-share-buttons {
    margin: 25px 0
}

.tqb-social-share-badge-container #tqb-set-3 #tqb-badge-editor-holder,
.tqb-social-share-badge-container #tqb-set-4 #tqb-badge-editor-holder {
    max-width: 75%;
    outline: none
}

.tqb-social-share-badge-container #tqb-set-3 #tqb-social-share-holder,
.tqb-social-share-badge-container #tqb-set-4 #tqb-social-share-holder {
    max-width: 25%;
    outline: none
}

.tqb-social-share-badge-container.tve_rightBtn>.tve_social_items {
    text-align: right
}

.tqb-social-share-badge-container.tve_leftBtn>.tve_social_items {
    text-align: left
}

.tqb-social-share-badge-container.tve_centerBtn>.tve_social_items {
    text-align: center
}

#tqb-state-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-family: Lato, sans-serif;
    text-align: center
}

#tqb-state-area p,
#tqb-state-area #tqb-state-picker {
    float: left;
    color: #fff;
    text-transform: uppercase
}

#tqb-state-area .tqb-preview-mode {
    width: 15%;
    background-color: #1e1b1b;
    padding: 30px
}

#tqb-state-area .tqb-state-preview-holder {
    background-color: #373737;
    overflow: hidden
}

#tqb-state-area .tqb-state-preview-holder #tqb-state-picker {
    width: 70%
}

#tqb-state-area .tqb-state-preview-holder #tqb-state-picker div {
    float: left;
    padding: 0 45px
}

#tqb-draggable-state-area {
    position: fixed !important;
    cursor: move;
    width: 280px;
    background-color: #ffffff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    font-family: Lato, sans-serif;
    top: -200px;
    left: 25%
}

#tqb-draggable-state-area .tqb-state-title {
    color: #fff;
    background-color: #373737;
    font-size: 22px;
    padding: 20px 40px;
    margin-bottom: 0
}

#tqb-draggable-state-area .tqb-state-picker {
    padding: 20px 40px
}

#tqb-draggable-state-area .tqb-state-picker #tqb-state-picker {
    width: 175px;
    font-family: Lato, sans-serif
}

.tqb-frontend-error-message .tqb-frontend-error-message-individual {
    font-family: Lato, sans-serif;
    padding: 10px 40px 20px 40px;
    background-color: #ffe9eb;
    color: #686262;
    margin-bottom: 25px
}

.tqb-frontend-error-message .tqb-frontend-error-message-individual p {
    margin-bottom: 0;
    padding-left: 15px;
    text-indent: -30px
}

.tqb-frontend-error-message .tqb-frontend-error-message-individual p span {
    font-weight: 600;
    text-transform: uppercase
}

.tqb-frontend-error-message .tqb-frontend-error-message-individual p:before {
    content: url("/wp-content/plugins/thrive-quiz-builder/assets/css/frontend/img/tqb-exclamation-mark.png");
    position: relative;
    left: -10px;
    top: 9px
}

#tie-html-canvas {
    background-color: #fff
}

#tie-html-canvas p {
    margin: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    padding: 0
}

@media only screen and (max-width: 540px) {
    .tve_social_custom .tve_s_item {
        display: inline-block
    }
}

.tqb-shortcode-wrapper {
    position: relative;
    min-height: 100px;
    margin: 0 auto;
    max-width: 100%;
    font-family: sans-serif
}

.tqb-shortcode-wrapper .tqb-loading-overlay {
    height: 100px;
    position: relative
}

.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-loading-bullets {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: relative;
    animation: tqb-loader10 .4s ease alternate infinite;
    animation-delay: .4s;
    top: -15px;
    top: 50%;
    left: 50%
}

.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-loading-bullets::after,
.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-loading-bullets::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    animation: tqb-loader10 .4s ease alternate infinite
}

.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-loading-bullets::before {
    left: -40px;
    animation-delay: .08s
}

.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-loading-bullets::after {
    right: -40px;
    animation-delay: .24s
}

@keyframes tqb-loader10 {
    0% {
        box-shadow: 0 15px 0 -15px #929292
    }

    100% {
        box-shadow: 0 15px 0 #929292
    }
}

.tqb-shortcode-wrapper .tqb-loading-overlay .tqb-redirect-box .tqb-loading-bullets {
    top: initial;
    margin-top: 20px
}

.tqb-redirect-box {
    width: 50%;
    max-width: 430px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    margin: 0 auto;
    padding: 45px 15px 80px;
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.tqb-redirect-message {
    margin: 0 auto;
    text-align: center
}

.tqb-redirect-message span {
    display: block
}

.tqb-redirect-message span:first-child {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    color: #393939;
    margin: 0 0 10px
}

.tqb-redirect-message span:nth-child(2) {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: normal;
    color: #393939
}

.tqb-shortcode-wrapper .tqb-loading-overlay {
    animation-name: set-animation;
    animation-duration: 1s
}

@keyframes set-animation {
    from {
        opacity: 0.5
    }

    to {
        opacity: 1
    }
}

.tqb-overflow-visible-badge {
    overflow: visible !important
}

.tqb-template-style-0 #tqb-thrv-label,
.tqb-template-style-2 #tqb-thrv-label {
    padding: 25px 25px 20px;
    clear: both
}

.tqb-template-style-0 #tqb-thrv-label a,
.tqb-template-style-2 #tqb-thrv-label a {
    text-decoration: none;
    color: #000;
    opacity: 0.6;
    font-weight: 400;
    font-size: 13px;
    font-family: Open Sans, sans-serif !important
}

.tqb-template-style-0 #tqb-thrv-label a:hover,
.tqb-template-style-2 #tqb-thrv-label a:hover {
    opacity: 1
}

.tqb-template-style-0 #tqb-thrv-label a .tqb-bold,
.tqb-template-style-2 #tqb-thrv-label a .tqb-bold {
    font-family: Open Sans, sans-serif !important;
    font-weight: 700
}

.tqb-template-style-1 #tqb-thrv-label,
.tqb-template-style-3 #tqb-thrv-label {
    padding: 25px 25px 20px;
    clear: both
}

.tqb-template-style-1 #tqb-thrv-label a,
.tqb-template-style-3 #tqb-thrv-label a {
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    font-weight: 400;
    font-size: 13px;
    font-family: Open Sans, sans-serif !important
}

.tqb-template-style-1 #tqb-thrv-label a:hover,
.tqb-template-style-3 #tqb-thrv-label a:hover {
    opacity: 1
}

.tqb-template-style-1 #tqb-thrv-label a .tqb-bold,
.tqb-template-style-3 #tqb-thrv-label a .tqb-bold {
    font-family: Open Sans, sans-serif !important;
    font-weight: 700
}

.tqb-template-style-0 #tqb-thrv-label,
.tqb-template-style-1 #tqb-thrv-label {
    padding-right: 0;
    padding-left: 0
}

.tqb-template-overlay-style-0,
.tqb-template-overlay-style-2 {
    background-color: #fff
}

.tqb-template-overlay-style-1 {
    background-color: #22313f
}

.tqb-template-overlay-style-3 {
    background-image: url("/wp-content/plugins/thrive-quiz-builder/assets/css/frontend/img/template-img-4-1.jpg");
    border-radius: 10px
}

.tqb-question-wrapper {
    animation: animationFrames ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: animationFrames ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: animationFrames ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: animationFrames ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: animationFrames ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards
}

@keyframes animationFrames {
    0% {
        opacity: 0;
        transform: translate(0, 50px)
    }

    100% {
        opacity: 1;
        transform: translate(0, 0)
    }

    101% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-moz-keyframes animationFrames {
    0% {
        opacity: 0;
        -moz-transform: translate(0, 50px)
    }

    100% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }

    101% {
        opacity: 1;
        -moz-transform: translate(0, 0)
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }

    101% {
        opacity: 1;
        -webkit-transform: translate(0, 0)
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity: 0;
        -o-transform: translate(0, 50px)
    }

    100% {
        opacity: 1;
        -o-transform: translate(0, 0)
    }

    101% {
        opacity: 1;
        -o-transform: translate(0, 0)
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity: 0;
        -ms-transform: translate(0, 50px)
    }

    100% {
        opacity: 1;
        -ms-transform: translate(0, 0)
    }

    101% {
        opacity: 1;
        -ms-transform: translate(0, 0)
    }
}

#tie-preloader-gif {
    background-image: ;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    width: 100%;
    height: 300px;
    max-width: 100%;
    max-height: 100%
}

.tqb-hide {
    display: none !important
}

.tqb-disable-answer {
    pointer-events: none
}

.tqb-template-style-4 #tqb-thrv-label a,
.tqb-template-style-5 #tqb-thrv-label a {
    text-decoration: none;
    color: #000;
    opacity: .6;
    font-size: 13px;
    transition: opacity .15s
}

.tqb-template-style-4 #tqb-thrv-label a:hover,
.tqb-template-style-5 #tqb-thrv-label a:hover {
    opacity: .75
}

.tqb-template-style-4 #tqb-thrv-label a .tqb-bold,
.tqb-template-style-5 #tqb-thrv-label a .tqb-bold {
    font-weight: 700
}

.tqb-progress-container {
    position: relative
}

.tqb-progress-container .tqb-progress-style-1 .tqb-progress {
    border-radius: 0;
    border: solid 1px #4b565f;
    height: 9px
}

.tqb-progress-container .tqb-progress-style-2 .tqb-progress-label {
    margin: 0 0 0 30px;
    font-weight: 700
}

.tqb-progress-container .tqb-progress-style-2 .tqb-progress {
    border-radius: 0;
    margin: 0 30px 45px
}

.tqb-progress-container .tqb-progress-style-3 .tqb-progress {
    margin: 0
}

.tqb-progress-container .tqb-progress-style-5 .tqb-progress {
    border: solid 1px rgba(200, 200, 200, 0.33);
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 0 15px
}

.tqb-progress-container .tqb-progress {
    display: flex;
    position: relative;
    margin: 0 0 40px;
    border: solid 1px rgba(158, 158, 158, 0.3);
    border-radius: 4px;
    overflow: hidden;
    height: 14px;
    box-sizing: border-box
}

.tqb-progress-container .tqb-progress .tqb-progress-label {
    line-height: 1.6;
    position: relative;
    z-index: 1;
    padding: 0 0 0 10px;
    font-family: 'Muli', sans-serif;
    font-weight: bold;
    letter-spacing: 0.58px;
    text-transform: uppercase
}

.tqb-progress-container .tqb-progress .tqb-progress-abs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: flex
}

.tqb-progress-container .tqb-progress .tqb-progress-completed {
    border-radius: 0
}

.tqb-progress-container .tqb-progress .tqb-next-item {
    padding: 5px;
    width: 38px;
    box-sizing: border-box;
    border-radius: 0
}