File: /var/www/html/bwcdev/wp-content/plugins/quiz-master-next/css/qsm-admin.css
/******************** Quizzes/Surveys Page *********************/
@-moz-keyframes qsm-spinner-loader {
0% {
-moz-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes qsm-spinner-loader {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes qsm-spinner-loader {
0% {
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* :not(:required) hides this rule from IE9 and below */
.qsm-spinner-loader:not(:required) {
-moz-animation: qsm-spinner-loader 1500ms infinite linear;
-webkit-animation: qsm-spinner-loader 1500ms infinite linear;
animation: qsm-spinner-loader 1500ms infinite linear;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
border-radius: 0.5em;
-moz-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
-webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
display: inline-block;
font-size: 10px;
width: 1em;
height: 1em;
margin: 1.5em;
overflow: hidden;
text-indent: 100%;
}
span.qsm-quiz-name {
font-size: 14px;
font-weight: 600;
}
.qsm-quizzes-page-content {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.qsm-quiz-page-wrapper {
flex-grow: 1;
}
.qsm-quiz-page-wrapper-with-ads {
flex-grow: 1;
}
.qsm-news-ads {
background-color: #fff;
border: 1px solid #dfd4d4;
margin-top: 30px;
display: none;
}
.qsm-news-ads-title {
text-align: center;
border-bottom: 1px solid #dfd4d4;
margin: 0;
padding: 10px 0;
background-color: #fff;
}
.qsm-edit-name {
font-size: 12px !important;
}
.qsm-action-link {
font-size: 14px !important;
}
.qsm-action-links:hover {
background-color: black;
}
.qsm-action-link-delete, .qsm-popup__footer .delete-page-button {
color: red !important;
border: transparent;
background: transparent;
cursor: pointer;
}
.qsm-dialog-form label {
display: inline-block;
font-size: 16px;
font-weight: bold;
padding-right: 30px;
}
.qsm-quiz-page-addon {
width: 100%;
float: left;
}
.qsm-addon-browse-addons {
background: #fff;
padding: 0;
width: 100%;
box-sizing: border-box;
margin-bottom: 30px;
display: inline-flex;
justify-content: space-between;
align-items: center;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-add-addon {
padding: 9px 20px 0;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-add-addon a.active {
background: #222;
color: #fff;
outline: none;
box-shadow: none;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-add-addon a {
padding: 7px 15px;
font-weight: normal;
border-radius: 5px;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left {
display: inline-flex;
}
.qsm-addon-browse-addons .qsm-addon-list-right {
display: inline-flex;
align-items: center;
padding: 0 15px;
}
.qsm-addon-browse-addons .qsm-addon-list-right>span {
margin: 10px;
font-size: 16px;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left a {
display: inline-block;
font-size: 16px;
color: #474444;
text-decoration: none;
margin: 0;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-install-addon a {
background: #aaaaaa;
padding: 15px 25px;
color: #fff;
margin-right: -4px;
box-sizing: border-box;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-install-addon a span.dashicons {
height: 15px;
}
.qsm-addon-browse-addons .qsm-addon-anchor-left .qsm-install-addon a.active {
background: #007cba;
}
.qsm_popular_addons div.popuar-addon-ul {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.qsm_popular_addons div.popuar-addon-ul>div {
background: #fff;
padding: 10px;
width: 31%;
margin-right: 2%;
margin-bottom: 2%;
box-sizing: border-box;
box-shadow: 0 0 10px 1px #ddd;
}
.qsm_popular_addons div.popuar-addon-ul>div:nth-child(3n + 4) {
clear: both;
}
.qsm_popular_addons div.popuar-addon-ul .addon-itd-wrap {
width: 100%;
display: inline-flex;
justify-content: space-between;
flex-wrap: nowrap;
}
.qsm_popular_addons div.popuar-addon-ul .addon-image {
width: 100px;
height: 80px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
background-color: #f0f0f0;
}
.qsm_popular_addons div.popuar-addon-ul .addon-title-descption {
width: calc(100% - 110px);
}
.qsm_popular_addons div.popuar-addon-ul .description {
display: block;
margin-bottom: 5px;
}
.qsm_popular_addons div.popuar-addon-ul .addon-title {
font-size: 16px;
color: #222;
font-weight: bold;
text-decoration: none;
margin-bottom: 5px;
display: block;
}
.qsm_popular_addons div.popuar-addon-ul .addon-price {
border-top: 1px solid #f1f1f1;
padding-top: 10px;
margin-top: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.qsm_popular_addons div.popuar-addon-ul .addon-price-btn {
background: #fff;
border: #fff;
color: #007cba;
font-weight: bold;
font-size: 14px;
}
.qsm_popular_addons div.popuar-addon-ul .addon-get-link {
background: #fff;
color: #007cba;
border-width: 2px;
font-weight: bold;
}
.qsm_popular_addons div.popuar-addon-ul .addon-get-link span.dashicons {
margin-top: 4px;
}
.qsm_popular_addons div.popuar-addon-ul>div .description-wrap {
padding: 20px;
}
.qsm_popular_addons div.popuar-addon-ul>div .description-wrap .description {
display: block;
width: 100%;
margin-bottom: 15px;
font-size: 14px;
font-style: normal;
}
.qsm_popular_addons div.popuar-addon-ul>div img {
max-width: 100%;
}
.qsm-quiz-page-addon.qsm-addon-page-list {
width: 75%;
float: left;
margin-top: 0;
clear: both;
}
.qsm-addon-news-ads {
width: 25%;
float: right;
background: #007cba;
padding: 10px 20px 30px 20px;
box-sizing: border-box;
margin-top: 0;
}
.qsm-addon-news-ads .qsm-news-ads-title {
border-bottom: 0;
margin-top: 20px;
background: #fff;
padding: 16px 24px;
color: #007cba;
font-weight: bold;
position: relative;
font-size: 14px;
}
.qsm-addon-news-ads .qsm-news-ads-title:before, .qsm-addon-news-ads .qsm-news-ads-title:after {
content: "";
position: absolute;
height: 0;
width: 0;
top: 0;
left: 0;
border-style: solid;
border-width: 25px;
}
.qsm-addon-news-ads .qsm-news-ads-title:before {
border-color: transparent transparent transparent #007cba;
}
.qsm-addon-news-ads .qsm-news-ads-title:after {
right: 0;
left: auto;
border-color: transparent #007cba transparent transparent;
}
.qsm-addon-news-ads .qsm-info-widget {
text-align: left;
padding: 30px;
}
.qsm-addon-news-ads .qsm-info-widget h3 {
color: #222;
font-weight: bold;
margin-top: 20px;
margin-bottom: 15px;
}
.qsm-addon-news-ads .qsm-info-widget p {
font-size: 14px;
}
.qsm-addon-news-ads .qsm-info-widget {
transform: none !important;
max-width: 100%;
position: relative;
background: #fff;
text-align: center;
margin-top: 70px;
}
.qsm-addon-news-ads .qsm-info-widget .bundle-icon {
width: 40px;
height: 40px;
padding: 20px;
border-radius: 50%;
position: absolute;
top: -40px;
left: calc(50% - 40px);
border: 2px solid #fff;
box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 16%);
}
.qsm-addon-news-ads .qsm-info-widget .bundle-icon img {
max-width: 40px;
max-height: 40px;
}
.qsm-addon-news-ads .qsm-info-widget:nth-child(4) .bundle-icon {
background: #2271b1;
}
.qsm-addon-news-ads .qsm-info-widget:nth-child(2) .bundle-icon {
background: #00b592;
}
.qsm-addon-news-ads .qsm-info-widget .addon-bundle-btn {
color: #fff;
width: 100%;
padding: 5px;
font-size: 14px;
position: relative;
margin-top: 0;
}
.qsm-addon-news-ads .qsm-info-widget .addon-bundle-btn span.dashicons {
position: absolute;
top: 10px;
right: 10px;
}
.qsm-addon-news-ads .qsm-info-widget:nth-child(2) .addon-bundle-btn {
background: #00b592;
border-color: #00b592;
}
.qsm-addon-news-ads .qsm-info-widget:nth-child(3) .bundle-icon {
background: #ed706f;
}
.qsm-addon-news-ads .qsm-info-widget:nth-child(3) .addon-bundle-btn {
background: #ed706f;
border-color: #ed706f;
}
.qsm-active-addons .installed_title {
background: #fff;
margin: 0;
padding: 15px;
border: 1px solid #ccd0d4;
color: #007cba;
font-size: 16px;
display: none;
}
.qsm-active-addons .installed_addons_wrapper, .qsm-active-addons .no_addons_installed {
border: 1px solid #ccd0d4;
clear: both;
}
.qsm-active-addons .no_addons_installed {
padding: 30px 25%;
background: #fff;
text-align: center;
font-style: italic;
font-size: 16px;
line-height: 22px;
}
.qsm-active-addons .no_addons_installed a {
margin-top: 20px;
}
.qsm-active-addons .installed_addons_wrapper .installed_addon {
padding: 15px;
background: #fff;
border-bottom: 1px solid #cdc7c7;
display: flex;
justify-content: space-between;
align-items: center;
}
.qsm-active-addons .installed_addons_wrapper .installed_addon:last-child {
border-bottom: medium none;
}
.qsm-active-addons .installed_addons_wrapper .installed_addon .installed_addon_name {
font-size: 14px;
font-weight: bold;
}
.qsm-active-addons .installed_addons_wrapper .installed_addon .installed_addon_link a {
background: #fff;
}
.qsm-active-addons .installed_addons_wrapper .installed_addon .installed_addon_link span.dashicons {
margin-top: 4px;
}
.qsm-active-addons {
width: 100%;
box-sizing: border-box;
margin-bottom: 30px;
}
.quizzes-surveys_page_qmn_addons .qsm-news-ads {
width: 15%;
float: right;
}
.qsm-help-page .handle-order-higher, .qsm-help-page .handle-order-lower,
.qsm-tools-page .handle-order-higher, .qsm-tools-page .handle-order-lower {
display: none;
}
@media screen and (min-width: 1200px) {
.qsm-quiz-page-wrapper-with-ads {
margin-right: 0;
width: 100%;
}
.qsm-news-ads .qsm-info-widget {
float: left;
max-width: unset;
width: 31.3%;
}
.qsm-news-ads .qsm-info-widget:nth-child(3n + 5) {
clear: both;
}
.qsm-news-ads .remove-ads-adv-link {
width: 100%;
float: left;
}
}
@media screen and (max-width: 767px) {
.qsm-quiz-page-addon {
width: 100%;
}
.quizzes-surveys_page_qmn_addons .qsm-news-ads {
width: 100%;
}
}
/******************** Options Page *********************/
.template_list_holder {
width: 100%;
}
.template_variable {
width: 50%;
float: left;
font-size: 14px;
}
.template_name {
font-weight: bold;
}
/******************** Results Pages & Emails Tab *********************/
.results-page, #qsm_emails .qsm-email {
width: 100%;
background-color: #fff;
margin: 20px 0;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.06);
}
.results-page .results-page-content, #qsm_emails .qsm-email .qsm-email-content {
background: #f8f9f9;
padding-right: 15px;
padding-left: 15px;
width: 100%;
box-sizing: border-box;
}
.results-page-header, #qsm_emails .qsm-email-header {
display: flex;
align-items: center;
justify-content: space-between;
background-color: #fff;
padding: 10px;
border-bottom: 1px solid #dfd4d4;
}
.qsm-delete-email-button,
.qsm-duplicate-email-template-button,
.qsm-toggle-email-template-button,
.qsm-delete-result-button,
.qsm-duplicate-result-page-button,
.qsm-toggle-result-page-button{
background: none;
border: none;
transition-duration: 200ms;
cursor: pointer;
}
.results-page-content, .qsm-email-content {
display: flex;
flex-direction: column;
}
.results-page-when, .results-page-show, .email-when, .email-show {
padding: 15px;
min-width: 60%;
}
.results-page-when, .email-when {
margin-right: 15px;
border-right: 1px solid #dfd4d4;
}
.results-page-content-header, .email-content-header {
margin-bottom: 10px;
}
.email-show label {
margin-bottom: 5px;
display: block;
}
.results-page-content-header h4,
.email-content-header h4{
font-size: 20px;
margin: 5px 0 15px;
font-weight: 400;
}
.results-page-condition, .email-condition {
margin-bottom: 15px;
border-radius: 2px;
background: #fff;
padding: 25px 20px;
position: relative;
border: 1px solid #dfd4d4;
}
.qsm-result-condition-title,
.qsm-email-condition-title {
font-size: 14px;
display: block;
font-weight: 500;
margin-bottom: 3px;
color: #959494;
}
.qsm-result-condition-mode,
.qsm-email-condition-mode {
margin-bottom: 25px;
}
.results-page-condition select, .qsm_tab_content .results-page-condition .qsm-result-condition-container input[type="text"], .email-condition select, .qsm_tab_content .email-condition .qsm-email-condition-container input[type="text"] {
min-width: auto;
width: 100%;
border-radius: 4px;
border-color: #ccc;
}
.results-page-condition .qsm-result-condition-container, .email-condition .qsm-email-condition-container, .qsm-result-condition-mode, .qsm-email-condition-mode {
display: flex;
flex-wrap: wrap;
gap: 5px;
align-items: flex-end;
}
.qsm-email-condition-container-inner,
.qsm-result-condition-container-inner{
width: 33.33%;
}
.delete-condition-button {
background: none;
cursor: pointer;
transition-duration: 200ms;
position: absolute;
right: 0;
top: 8px;
color: #d63638;
}
.delete-condition-button:hover {
transform: scale(1.1);
}
.email-show .label {
display: block;
}
.results-page-show textarea, .email-show .qsm-email-reply-to, .qsm_tab_content input[type="text"].qsm-email-subject, .email-template, .qsm-to-email, .qsm_tab_content input[type="text"].results-page-redirect {
width: 100%;
margin-bottom: 10px;
}
.qsm_tab_content input[type="text"].qsm-email-subject,
.qsm_tab_content input[type="text"].results-page-redirect{
border-radius: 3px;
border-color: #8C8FAC;
}
@media screen and (min-width: 760px) {
.results-page-content, .qsm-email-content {
flex-direction: row;
justify-content: space-around;
}
.results-page-when, .results-page-show, .email-when, .email-show {
width: calc(50% - 15px);
min-width: unset;
}
.results-page-condition .qsm-result-condition-container, .email-condition .qsm-email-condition-container, .qsm-result-condition-mode, .qsm-email-condition-mode {
flex-wrap: nowrap;
}
.delete-condition-button {
border: none;
}
}
/******************** Quiz Styles Tab *********************/
.qsm-styles {
display: flex;
flex-direction: column;
}
.qsm_featured_image_preview {
max-height: 200px;
max-width: 300px;
margin: 5px 0;
border-radius: 3px;
}
.qsm_featured_image_preview:hover:before {
content: "\f147";
font-family: "dashicons";
color: #5cb85c;
margin-right: 5px;
}
@media screen and (min-width: 700px) {
.qsm-styles {
flex-direction: row;
flex-wrap: wrap;
}
}
/******************** About/Credits Page *********************/
div.qsm_icon_wrap {
position: absolute;
top: -20px;
right: 0;
background-color: rgba(54, 58, 66, 1);
color: #111827;
background-position: center 24px;
background-size: 85px 85px;
font-size: 14px;
text-align: center;
font-weight: 600;
margin: 5px 0 0;
padding-top: 100px;
height: 40px;
display: inline-block;
width: 150px;
text-rendering: optimizeLegibility;
border: 5px solid #106daa;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
}
.qsm-tab-content .feature {
margin-bottom: 20px;
}
.qsm-tab-content .feature .feature-headline {
margin: 1.1em 0 0.2em;
font-size: 40px;
font-weight: 300;
line-height: 1.3;
text-align: center;
}
.qsm-tab-content .feature .feature-text {
text-align: center;
font-size: 16px;
}
ul.changelog {
background-color: #fff;
padding: 10px 10px;
}
ul.changelog li {
padding: 4px 0px;
}
ul.changelog li div.two {
width: 70%;
float: left;
display: inline-block;
height: 25px;
margin-right: 20px;
background: #d9e0e4;
text-align: center;
line-height: 25px;
}
ul.changelog li.fixed>div {
background: #f0ffe1;
color: #444;
border-right: 1px solid #5cb85c;
width: 20%;
}
ul.changelog li.fixed div.two:before {
content: "\f147";
font-family: "dashicons";
color: #5cb85c;
margin-right: 5px;
}
ul.changelog li.add>div {
background: #ffeed0;
color: #444;
border-right: 1px solid #efa537;
width: 20%;
}
ul.changelog li.add div.two:before {
content: "\f155";
font-family: "dashicons";
color: #efa537;
margin-right: 5px;
}
ul.changelog li.update>div {
background: #bde7ff;
color: #444;
border-right: 1px solid #106daa;
width: 20%;
}
ul.changelog li.update div.two:before {
content: "\f463";
font-family: "dashicons";
color: #106daa;
margin-right: 5px;
}
/******************** Addons Page *********************/
.qsm-addons {
display: flex;
flex-direction: column;
}
@media screen and (min-width: 700px) {
.qsm-addons {
flex-direction: row;
flex-wrap: wrap;
}
}
/******************** Help Page *********************/
.quiz_email_support p#mlw_support_message {
color: red;
font-size: 20px;
}
.quiz_email_support input, .quiz_email_support textarea {
width: 100% !important;
}
.quiz_email_support textarea {
min-height: 200px;
}
.quiz_email_support label {
font-weight: bold;
}
/******************** Misc. *********************/
/* Ads */
.help-decide {
display: block;
text-align: center;
background: #fff;
border: 5px solid #1dd969;
color: #000;
font-weight: bold;
}
.help-decide p {
font-size: 14px;
}
/* Info Bar */
.qsm-info-box {
display: block;
text-align: center;
background: #fff;
border: 1px solid #dfd4d4;
font-weight: bold;
margin-bottom: 20px;
margin-top: 10px;
}
.qsm-info-box p {
font-size: 14px;
}
/* Info Widget */
.qsm-quiz-page-addon .qsm-info-widget {
margin-top: 0;
background: #fff;
margin-left: 0;
}
.qsm-info-widget {
text-align: center;
border: 1px solid #dfd4d4;
margin: 30px 1% 0 1%;
background: #f1f1f1;
padding: 10px 15px;
transition-duration: 0.5s;
max-width: 330px;
box-sizing: border-box;
}
.admin_page_mlw_quiz_options .update-nag {
display: none;
}
.admin_page_mlw_quiz_options #wpwrap,
#qsm-export-settings-options button {
overflow: hidden;
}
#qsm-export-settings-options .select2-container{
max-width: 430px;
}
.qsm-btn-link-global-settings {
line-height: 27px;
margin-right: 10px;
}
#qsm-export-settings-options .ms-options-wrap>.ms-options>.ms-search input{
max-width: 100% !important;
border: 1px solid #dcdccfd4;
}
.admin_page_mlw_quiz_options .qsm-info-widget {
background: #fff;
margin: 0 0 20px 0;
cursor: pointer;
}
.admin_page_mlw_quiz_options .qsm-info-widget:hover, .admin_page_mlw_quiz_options div.mlw_qmn_themeBlockActive.qsm-info-widget {
background-color: #333;
color: #fff;
}
#mlw_qmn_theme_block_primary {
background-color: #005e8e;
color: #fff;
}
#mlw_qmn_theme_block_amethyst {
background-color: #9b59b6;
color: #fff;
}
#mlw_qmn_theme_block_emerald {
background-color: #006732;
color: #fff;
}
#mlw_qmn_theme_block_turquoise {
background-color: #006552;
color: #fff;
}
#mlw_qmn_theme_block_gray {
background-color: #595959;
color: #fff;
}
.mlw_qmn_themeBlockActive.qsm-info-widget {
transform: scale(1.1);
border: 2px solid #d5a8a8;
}
.qsm-info-widget a.button-primary {
margin-top: 15px;
}
.qsm-quiz-page-addon a.button-primary {
margin-top: 0 !important;
}
.qsm-info-widget:hover {
transform: scale(1.1);
}
/* Options tabs */
.qsm_tab_content, .mlw_tab_content {
padding: 10px 10px 10px 10px;
}
.admin_page_mlw_quiz_options .qsm_tab_content>form>.button-primary:nth-child(3) {
display: none;
}
.qsm_tab_content label {
margin-right: 5px;
}
.qsm-sub-text-tab-menu,
.qsm-sub-tab-menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: stretch;
border-bottom: 1px solid #cecece;
}
.save-text-changes {
display: flex;
flex-direction: row-reverse;
flex-wrap: nowrap;
align-items: flex-end;
justify-content: flex-start;
padding: 10px;
}
.quiz_text_tab_content {
display: flex;
align-items: stretch;
flex-wrap: wrap;
flex-direction: row;
border: 1px solid #dfd4d4;
}
.quiz_text_tab_content form {
display: flex;
align-items: stretch;
flex-wrap: wrap;
flex-direction: row;
}
.quiz_text_tab_content form input {
padding: 10px;
font-size: 14px;
line-height: 1.4;
}
.quiz_text_tab_content .qsm-tab-btns {
text-align: right;
width: calc(100% - 20px);
margin-bottom: 15px;
}
#poststuff .quiz_text_tab_content h2,
.quiz_text_tab_content h2 {
font-size: 18px;
line-height: 1.5;
padding: 10px 0;
margin: 0 0 10px;
}
.quiz_text_tab_content .left-bar {
width: 240px;
padding: 15px;
}
.quiz_text_tab_content .right-bar {
width: calc(100% - 280px);
padding: 15px;
box-sizing: border-box;
border-left: 1px solid #dfd4d4;
}
.quiz_text_tab_content .right-bar .quiz_style_tab_content .form-table th,
.quiz_style_tab_content .form-table th {
width: 250px;
}
.quiz_text_tab_content .left-bar ul {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
align-content: flex-start;
width: 100%;
margin: 0;
}
.quiz_style_tab_content .form-table {
width: 100%;
margin: 0;
}
.qsm-custom-label-left-menu {
cursor: pointer;
border-left: 4px solid transparent;
border-bottom: 1px solid #f9f9f9;
margin: 0;
}
.currentli,
.currentli_general,
.currentli_variable {
border-left:4px solid #2271b1;
background-color: #a1cef3;
}
.qsm-custom-label-left-menu a {
color:black;
padding: 10px 6px;
width: 100%;
}
.qsm-sub-tab-menu a,
.qsm-sub-text-tab-menu a,
.qsm_tab_content a {
cursor: pointer;
text-decoration: none;
outline: none;
display: inline-block;
box-sizing: border-box;
}
.qsm-sub-text-tab-menu .subsubsub li:first-child,
.qsm-sub-tab-menu .subsubsub li:first-child {
border-left: 0;
padding-left: 0;
}
.qsm-sub-text-tab-menu .subsubsub li a,
.qsm-sub-tab-menu .subsubsub li a {
font-size: 14px;
line-height: 1.2;
padding: 10px;
}
.qsm_tab_content a:hover,
.qsm_tab_content a:focus {
outline: none;
text-decoration: none;
box-shadow: none;
}
.qsm-sub-text-tab-menu .subsubsub li a.current,
.qsm-sub-tab-menu .subsubsub li a.current{
border-bottom: 3px solid #00BEE9;
}
/* Popup */
.qsm-popup {
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}
.qsm-popup__overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
align-items: center;
z-index: 9999;
}
.qsm-popup__container {
background-color: #fff;
padding: 30px;
min-width: 500px;
max-width: 700px;
max-height: 95vh;
border-radius: 4px;
overflow-y: auto;
box-sizing: border-box;
}
.qsm-popup__header {
display: flex;
justify-content: space-between;
align-items: center;
}
.qsm-popup__title {
margin-top: 0;
margin-bottom: 0;
font-weight: 600;
font-size: 1.25rem;
line-height: 1.25;
color: #2271b1;
box-sizing: border-box;
}
.qsm-theme-color-settings .qsm-popup__content label {
font-weight: 400;
}
.qsm-popup__close {
background: transparent;
border: 0;
color: #00449e;
text-decoration: none;
}
.qsm-popup__header .qsm-popup__close:before {
content: "\2715";
}
.qsm-popup__content {
margin-top: 2rem;
margin-bottom: 2rem;
line-height: 1.5;
color: rgba(0, 0, 0, 0.8);
}
body .qsm-popup__btn {
font-size: 0.875rem;
padding-left: 1rem;
padding-right: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
background-color: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
border-radius: 0.25rem;
border-style: none;
border-width: 0;
cursor: pointer;
-webkit-appearance: button;
text-transform: none;
overflow: visible;
line-height: 1.15;
margin: 0;
}
body .qsm-popup__btn-primary {
background-color: #00449e;
color: #fff;
}
@keyframes mmfadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes mmfadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes mmslideIn {
from {
transform: translateY(15%);
}
to {
transform: translateY(0);
}
}
@keyframes mmslideOut {
from {
transform: translateY(0);
}
to {
transform: translateY(-10%);
}
}
.qsm-popup-slide,
.qsm-d-none {
display: none;
}
.qsm-popup-slide.is-open {
display: block !important;
}
.qsm-popup-slide[aria-hidden="false"] .qsm-popup__overlay {
animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.qsm-popup-slide[aria-hidden="false"] .qsm-popup__container {
animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.qsm-popup-slide[aria-hidden="true"] .qsm-popup__overlay {
animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.qsm-popup-slide[aria-hidden="true"] .qsm-popup__container {
animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.qsm-popup-slide .qsm-popup__container,
.qsm-popup-slide .qsm-popup__overlay {
will-change: transform;
}
.qsm-popup select,
.qsm-popup textarea,
.qsm-popup input[type=text],
.qsm-popup input[type=search],
.qsm-popup input[type=number] {
min-width: 200px !important;
max-width: 200px !important;
border: 1px solid #dddddd;
border-radius: 1px;
}
/** * Shortcode accordion */
.sc-opener {
position: relative;
font-size: 14px !important;
margin-bottom: 10px;
cursor: pointer;
display: inline-block;
color: #0073aa !important;
font-weight: 500;
}
.sc-opener span.dashicons {
position: relative;
top: 2px;
margin-right: 5px;
}
.sc-content {
display: none;
}
.quiz-preview-link {
margin-left: 10px;
position: relative;
top: 3px;
}
#show-advanced-option {
font-size: 16px;
cursor: pointer;
color: #0073aa;
margin-bottom: 15px;
}
.remove-ads-adv-link {
text-align: center;
margin-top: 30px;
}
.qsm-info-widget h3 {
line-height: 132%;
}
.remove-ads-adv-link a {
background: #1dd969;
text-align: center;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
display: inline-block;
text-decoration: none;
font-size: 13px;
font-weight: bold;
margin-bottom: 10px;
}
.help-decide a.remove-adv-button {
background: #1dd969;
text-align: center;
color: #fff;
padding: 3px 10px;
border-radius: 5px;
display: inline-block;
text-decoration: none;
font-size: 13px;
font-weight: bold;
margin-left: 10px;
}
h3.addon_category_name {
width: 100%;
background: transparent;
padding: 15px 0;
border-bottom: 1px solid #d7d1d1;
margin-bottom: 30px;
}
/*Design of new radio taggle*/
.buttonset.ui-buttonset .ui-button.ui-state-active {
background: #e21130 none repeat scroll 0 0;
border-color: #e21130 !important;
}
.buttonset.ui-buttonset .ui-button.ui-state-active span.ui-button-text {
color: #fff !important;
}
.buttonset.ui-buttonset.green .ui-state-active {
background: #44c767 none repeat scroll 0 0;
border-color: #44c767 !important;
}
.buttonset.ui-buttonset .ui-button.ui-state-active.ui-corner-left {
background: #44c767 none repeat scroll 0 0;
border-color: #44c767 !important;
}
.buttonset.ui-buttonset label {
background: #fff;
border: 1px solid #b6b6b6;
margin-right: -5px !important;
}
.buttonset.ui-buttonset label span.ui-button-text {
color: #727272;
font-size: 12px;
height: 35px;
line-height: 35px;
min-width: 20px;
padding: 0 10px;
}
.qsm_tab_content input[type="text"],
.qsm_tab_content input[type="number"],
.qsm_tab_content input[type="url"],
.qsm_global_settings input[type="text"],
.qsm_global_settings input[type="email"],
.qsm_global_settings input[type="url"],
.qsm-addon-setting-wrap input[type="email"],
.qsm-addon-setting-wrap input[type="password"],
.qsm-addon-setting-wrap input[type="text"],
.qsm-addon-setting-wrap input[type="url"],
.qsm-addon-setting-wrap input[type="number"] {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #dddddd;
border-radius: 1px;
box-shadow: none;
color: #666666;
width: auto;
height: auto;
min-width: 300px;
}
.delete-category-button {
color: #dc3232;
}
.add-more-link {
font-weight: 500;
}
.select-category-question-limit-subdiv {
margin-bottom: 10px; /* add 20px margin between each row */
}
.qsm_tab_content input[name="question_limit_key[]"] {
max-width: 150px;
min-width: 150px;
}
.qsm_tab_content .question_limit_category {
max-width: 200px;
min-width: 200px;
}
.qsm_tab_content textarea {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #dddddd;
border-radius: 5px;
box-shadow: none;
color: #666666;
padding: 10px 15px;
width: 100%;
height: auto;
}
.global-sub-text {
margin-left: 15px;
}
/* The switch - the box around the slider */
.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
/* Hide default HTML checkbox */
.switch input[type="checkbox"] {
opacity: 0;
width: 0;
height: 0;
}
/* The slider */
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: 0.4s;
transition: 0.4s;
}
input:checked+.slider {
background-color: #2196f3;
}
input:focus+.slider {
box-shadow: 0 0 1px #2196f3;
}
input:checked+.slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
border-radius: 34px;
}
.slider.round:before {
border-radius: 50%;
}
input#sc-shortcode-model-text, input#sc-shortcode-model-text-link {
height: 30px;
}
div#modal-6 label {
display: block;
font-size: 14px;
margin-bottom: 5px;
font-weight: 500;
color: #999;
font-style: italic;
}
#modal-6 .qsm-popup__content {
padding: 20px 0 0 20px;
box-shadow: inset 0 0 10px 0px #ddd;
}
#modal-6 .qsm-popup__container {
max-width: 600px;
}
#modal-6 .button>span.dashicons {
line-height: 29px;
}
.qsm-list-shortcode-view span.dashicons {
font-size: 24px;
}
/** * No quiz screen design */
.qsm-no-quiz-wrapper {
text-align: center;
max-width: 100%;
width: 100%;
}
.qsm-no-quiz-wrapper .dashicons.dashicons-format-chat {
font-size: 200px;
display: block;
width: auto;
height: auto;
}
.qsm-no-quiz-wrapper h2 {
margin-bottom: 30px;
}
.qsm-no-quiz-wrapper .buttons {
margin-bottom: 30px;
}
.qsm-no-quiz-wrapper .buttons a {
margin-right: 20px;
}
.qsm-no-quiz-wrapper .buttons a:last-child {
color: #8b8888;
}
.qsm-no-quiz-wrapper .buttons a:last-child .dashicons {
line-height: 46px;
}
.qsm-no-quiz-wrapper h3 {
color: #8b8888;
margin-bottom: 30px;
}
/** * Option page design */
span.qsm-ph_text {
width: 100px;
display: inline-block;
}
tr .qsm-opt-desc {
color: #646970;
margin-top: 5px;
display: block;
font-size: 14px;
font-weight: 400;
}
.qsm-image-input{
margin-right: 5px;
}
.form-table .send_email .qsm-opt-tr, .form-table .send_email td {
padding-top: 0;
}
.form-table .store_responses .qsm-opt-tr, .form-table .store_responses td {
padding-bottom: 0;
}
#quiz_settings_wrapper .qsm-opt-desc {
display: none !important;
}
.qsm_page_qmn_global_settings .form-table td fieldset label,
.qsm_tab_content .form-table td fieldset label {
margin-right: 20px !important;
width: 100%;
}
#correct_answer_logic,
.qsm-p-b-10 {
padding-bottom: 10px;
}
.qsm-font-light {
font-weight: 300;
}
.form-table .qsm-opt-tr {
position: relative;
}
td.scheduled_time_start {
padding-bottom: 0 !important;
}
.qsm-opt-tr .qsm-tooltips-icon {
margin: 0 0 0 0;
position: relative;
right: 0;
top: 4px;
color: #666;
display: inline-block;
font-size: 1.2em;
font-style: normal;
cursor: help;
width: auto;
height: auto;
}
.qsm-tooltips-icon .qsm-tooltips {
background-color: #333;
border-radius: 3px;
color: #ffffff;
display: none;
font-size: 12px;
padding: 10px 5px;
line-height: 1.5;
opacity: 0;
left: 50%;
position: absolute;
text-align: center;
bottom: 25px;
width: 200px;
transform: translateX(-50%);
transition: opacity 0.5s ease 0s;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.qsm-tooltips-icon .qsm-tooltips a {
color: #fff;
}
.qsm-tooltips-icon .qsm-tooltips:before {
border-color: #333 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
border-style: solid;
border-width: 8px 7px 0;
bottom: -8px;
content: "";
left: 50%;
transform: translateX(-50%);
position: absolute;
}
.qsm-tooltips-icon:hover .qsm-tooltips,
.qsm-tooltips:hover {
display: block;
opacity: 1;
z-index: 9999;
}
.qsm-tab-btns a {
margin: 0 10px;
width: auto;
}
/** * Text Tab design */
.qsm-text-main-wrap {
display: inline-block;
width: 100%;
}
.qsm-text-main-wrap #post-body-content {
background: #fff;
box-sizing: border-box;
}
.qsm-text-main-wrap #postbox-container-1 {
position: relative;
background: #fff;
box-sizing: border-box;
border: 1px solid #dfd4d4;
}
.qsm-text-main-wrap #postbox-container-1 .qsm-text-header h5 {
font-size: 14px;
margin: 0;
font-weight: bold;
}
.qsm-text-main-wrap #postbox-container-1 .qsm-text-header .description {
color: #666;
display: block;
font-weight: 400;
}
.qsm-text-main-wrap .qsm-text-header {
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.qsm-text-main-wrap .qsm-text-header .qsm-row {
margin:0;
}
.qsm-text-header h5 {
padding: 20px 20px 0;
}
.qsm-text-main-wrap .qsm-text-conent {
padding: 20px;
border-bottom: 1px solid #f1f1f1;
position: relative;
}
.qsm-text-conent.qsm-text-allowed-variables span.qsm-text-template-span {
display: inline-block;
margin-bottom: 10px;
margin-right: 10px;
position: relative;
}
#show-all-variable-content span.qsm-text-template-span {
display: inline-block;
position: relative;
text-align: center;
padding: 0 5px;
}
#show-all-variable-content .popup-template-span-wrap {
margin-bottom: 20px;
margin-right: 5px;
width: auto;
display: inline-block;
border: 1px solid #def0ff;
}
#show-all-variable-content .popup-template-span-wrap:nth-child(3n + 3) .qsm-text-template-span .qsm-tooltips-icon .qsm-tooltips {
left: calc(100% - 100px);
}
#show-all-variable-content .popup-template-span-wrap:nth-child(3n + 3) .qsm-text-template-span .qsm-tooltips-icon .qsm-tooltips:before {
left: 93%;
}
.qsm-text-template-span .qsm-tooltips-icon {
vertical-align: middle;
width: unset;
height: 10px;
color: #2271b1;
border: 0.5px solid #2271b1;
border-radius: 50%;
font-size: 8px;
display: none;
}
.qsm-text-template-span.qsm-upgrade-popup-variable .qsm-tooltips-icon {
display: block;
}
.qsm-text-template-span.qsm-upgrade-popup-variable .qsm-tooltips-icon:before {
display: none;
}
.qsm-text-template-span .qsm-tooltips-icon .qsm-tooltips {
left: calc(100% - 10px);
bottom: 30px;
}
.qsm-text-label-wrapper>h2 {
font-size: 24px;
padding-bottom: 10px;
line-height: normal;
}
.qsm-text-label-wrapper form>button:nth-child(3) {
display: none;
}
.qsm-text-label-wrapper .section_heading {
margin-top: 0;
}
#show-all-variable .qsm-popup__container {
min-width: 80vw;
max-width: 1040px;
padding: 0;
}
#show-all-variable-content {
margin-bottom: 0 !important;
padding: 20px 30px;
margin: 0;
}
#show-all-variable .qsm-popup__header {
border-bottom: 1px solid #f1f1f1;
padding: 20px;
}
#show-all-variable .qsm-popup__header .qsm-popup__title {
color: #23282d;
margin-bottom: 7px;
}
#show-all-variable .qsm-popup__footer {
border-top: 1px solid #f1f1f1;
padding: 20px;
}
.qsm-view-preview-btn {
text-decoration: none;
line-height: normal;
margin-left: -5px;
}
.mlw_quiz_options .button.button-default.qsm-btn-quiz-edit {
margin-right: 5px;
text-align: center;
line-height: 1.6em;
border: none;
background: #fff;
border-radius: 0;
padding-bottom: 8px;
border-bottom: 2px solid transparent;
}
.mlw_quiz_options .button.button-default.qsm-btn-quiz-edit:hover {
border-bottom: 2px solid;
}
.mlw_quiz_options .button.button-default.qsm-btn-quiz-edit span.dashicons {
line-height: 27px;
}
.qsm-help-tab-dropdown-list {
display: inline-block;
box-sizing: border-box;
position: absolute;
top: 100%;
right: 0;
min-width: 300px;
z-index: 9;
background: #fff;
border: 1px solid #e0e0e0;
box-shadow: -5px 6px 6px 0 #ddd;
font-size: 14px;
transform: translateX(100%);
transition-duration: .3s;
transition-timing-function: ease-in-out;
}
.qsm-help-tab-dropdown-list.opened {
transform:none;
}
.qsm-help-tab-dropdown-list h3 {
background: #f5f5f5;
padding: 15px 20px;
margin: 0;
line-height: 1.2;
font-size: calc(16px);
}
.qsm-quiz-nav-bar .qsm-help-tab-dropdown-list a.qsm-help-tab-item {
display: block;
border-bottom: 1px solid #f0f0f0;
padding: 15px 20px;
color: #1f8cbe;
text-align: left;
position: relative;
}
.qsm-quiz-nav-bar .qsm-help-tab-dropdown-list a.qsm-help-tab-item:after {
content: '\f344';
font-family: dashicons;
display: inline-block;
line-height: 1;
font-weight: 400;
font-style: normal;
text-decoration: inherit;
text-transform: none;
width: 20px;
height: 20px;
font-size: 20px;
vertical-align: top;
text-align: center;
position: absolute;
right: 20px;
}
.qsm-quiz-nav-bar .qsm-help-tab-dropdown-list a.qsm-help-tab-item:last-child {
border-color: transparent;
}
.qsm-quiz-nav-bar .qsm-help-tab-dropdown-list a.qsm-help-tab-item:hover,
.qsm-quiz-nav-bar .qsm-help-tab-dropdown-list a.qsm-help-tab-item:focus {
border-bottom: 1px solid #eee;
background-color: #f0f0f0;
}
.qsm-help-tab-dropdown-list a.qsm-help-tab-item .dashicons {
display: inline-block;
}
.qsm-help-tab-dropdown-list .qsm-help-tab-icon {
display: inline-block;
height: 20px;
width: auto;
vertical-align: top;
}
.mlw_quiz_options .nav-tab-wrapper {
margin-top: 20px;
}
.nav-tab-wrapper .qsm-tab-icon {
display: inline-block;
vertical-align: top;
width: auto;
height: 25px;
}
.nav-tab-wrapper .qsm-import-export-btn{float: right;}
.qsm-option-tab-dropdown {
position: relative;
display: inline-block;
margin-bottom: -5px;
}
.qsm-option-tab-dropdown-list {
position: absolute;
left: 8px;
z-index: 9999;
top: 35px;
display: none;
}
.qsm-option-tab-dropdown-item {
border-bottom: 1px solid #c3c4c7;
min-width: 100px;
width: 100%;
margin: 0;
}
.qsm-option-tab-dropdown:hover .qsm-option-tab-dropdown-list {
display: block;
}
.mlw_quiz_options .edit-quiz-name {
text-decoration: none;
box-shadow: none;
outline: none;
margin: 0 5px;
}
.qsm_text_customize_label {
position: fixed;
bottom: 20px;
right: 25px;
background: #fff;
color: #5c5959;
padding: 10px 20px;
box-sizing: border-box;
z-index: 99;
border-radius: 5px;
border: 1px solid #cdbaba;
cursor: pointer;
}
.qsm-text-tab-message-loader {
position: absolute;
top: 50%;
left: 50%;
z-index: 99;
transform: translate(-50%, -50%);
}
.qsm_text_customize_label .dashicons {
font-size: 14px;
line-height: 20px;
}
/** * Admin result page design */
.overview-main-wrapper {
display: flex;
width: 100%;
}
.overview-main-wrapper .overview-inner-wrap {
margin-right: 2%;
width: 33.33%;
}
.overview-main-wrapper .overview-inner-wrap .inside {
min-height: 105px;
}
.overview-main-wrapper .overview-inner-wrap:last-child {
margin-right: 0;
}
.overview-main-wrapper .overview-inner-wrap h2.hndle, .comment-inner-wrap h2.hndle, .response-inner-wrap h2.hndle {
margin: 0;
padding: 10px;
}
.overview-main-wrapper .candidate-detail-wrap.overview-inner-wrap .result-candidate-span {
display: block;
margin-bottom: 5px;
}
.overview-main-wrapper .candidate-detail-wrap.overview-inner-wrap .result-candidate-span:last-child {
margin-bottom: 0;
}
.overview-main-wrapper .overview-inner-wrap.candidate-detail-wrap .result-candidate-span>label {
font-weight: bold;
}
.overview-main-wrapper .overview-inner-wrap.candidate-detail-wrap .result-candidate-span>span {
float: right;
}
.overview-main-wrapper .overview-inner-wrap .timer-div-wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: center;
-webkit-justify-content: center;
flex-wrap: nowrap;
}
.overview-main-wrapper .overview-inner-wrap .timer-div-wrapper>div {
padding: 15px 30px;
background: #f1f1f1;
margin-right: 10px;
max-width: 120px;
width: 100%;
}
.overview-main-wrapper .overview-inner-wrap .timer-div-wrapper>div:last-child {
margin-right: 0;
}
.overview-main-wrapper .overview-inner-wrap .timer-div-wrapper span.timer-span {
display: block;
font-size: 36px;
font-weight: bold;
text-align: center;
}
.overview-main-wrapper .overview-inner-wrap .timer-div-wrapper span.timer-text {
display: block;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.response-inner-wrap .inside {
padding: 10px;
margin: 0;
}
.response-inner-wrap .inside .qmn_question_answer {
background-color: #f1f1f1;
padding: 10px;
margin-bottom: 0;
background-repeat: no-repeat;
background-position: 95% center;
}
.response-inner-wrap .inside .qmn_question_answer:nth-child(2n) {
background-color: #fff;
}
.response-inner-wrap .inside .qmn_question_answer.qmn_question_answer_incorrect {
background-image: url(../assets/wrong.png);
}
.response-inner-wrap .inside .qsm-add-border-bottom.qmn_question_answer.qmn_question_answer_incorrect,
.response-inner-wrap .inside .qsm-remove-border-bottom.qmn_question_answer.qmn_question_answer_incorrect {
background-image: none;
}
.response-inner-wrap .inside .qmn_question_answer.qmn_question_answer_correct {
background-image: url(../assets/right.png);
}
.response-inner-wrap .inside .qsm-add-border-bottom.qmn_question_answer.qmn_question_answer_correct,
.response-inner-wrap .inside .qsm-remove-border-bottom.qmn_question_answer.qmn_question_answer_correct {
background-image: none;
}
.old_template_result_wrap {
padding: 15px;
background: #fff;
}
.result-page-title {
text-align: left;
display: inline-block;
float: left;
font-size: 23px;
font-weight: 400;
margin: 0;
line-height: 30px;
}
.result-tab-content a.button>span.dashicons {
line-height: 29px;
font-size: 18px;
margin-left: -4px;
margin-right: -4px;
}
.result-page-wrapper .tablenav-pages {
margin-left: 10px;
}
.result-page-wrapper .tablenav.top {
margin-bottom: 20px;
margin-top: 20px;
}
.inner-sidebar1 .handlediv {
display: none !important;
}
.inner-sidebar1 .hndle {
padding: 10px;
margin: 0;
}
.inner-sidebar1 .inside h3, .inner-sidebar1 .inside h4 {
margin-bottom: 10px;
}
.qsm-quiz-email-tab, .qsm-quiz-result-tab {
max-width: 1200px;
width: 100%;
margin-bottom: 200px;
}
.popup-template-span-wrap .popup-copied-des {
color: green;
}
.popup-template-span-wrap .popup-copied-des span.dashicons {
line-height: 28px;
}
.qsm-theme-color-settings .qsm-popup__container,
.qsm-standard-popup .qsm-popup__container {
padding: 0;
margin: 0;
position: relative;
min-width: 525px;
max-width: 100%;
max-height: 90vh;
}
.qsm-theme-color-settings .qsm-popup__header .qsm-popup__title,
.qsm-standard-popup .qsm-popup__header .qsm-popup__title {
padding: 10px 20px;
}
.qsm-standard-popup .qsm-popup__header .qsm-popup__close,
.qsm-theme-color-settings .qsm-popup__header .qsm-popup__close {
position: relative;
font-size: 22px;
border: 1px solid #ddd;
padding: 15px;
cursor: pointer;
}
.qsm-standard-popup .qsm-popup__content,
.qsm-theme-color-settings .qsm-popup__content {
padding: 20px;
margin: 0;
box-shadow: inset 0 0 10px 1px #ddd;
}
.qsm-standard-popup .qsm-popup__content a {
outline: none;
box-shadow: none;
text-decoration: none;
}
.qsm-standard-popup .qsm-popup__content table {
width: 100%;
border-spacing: 0 5px;
}
.qsm-theme-color-settings .qsm-popup__footer,
.qsm-standard-popup .qsm-popup__footer {
padding: 12px 20px;
}
.qsm-standard-popup .qsm-popup__footer_with_btns {
display: flex;
justify-content: space-between;
align-items: center;
}
#duplicate-quiz-form, #delete-quiz-form {
margin: 10px 0;
}
#delete-quiz-form h3 {margin-top: 0;}
.qsm-popup-upgrade .qsm-popup__footer {
display: flex;
justify-content: space-around;
align-items: center;
}
.qsm-popup-upgrade .qsm-popup__container {
max-width: 500px;
max-height: 90vh;
}
.qsm-popup-upgrade .qsm-popup__container .qsm-popup__content {
padding: 20px 20px 10px;
}
#qsm-global-default-popup .qsm-popup__footer {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
}
#qsm-global-default-popup .qsm-popup__footer button {
margin: 0 5px;
}
.popup-template-span-wrap .popup-copied-des span.dashicons {
line-height: 28px;
}
#qsm_themes h2.wp-heading-inline {
display: inline-block;
margin-right: 5px;
}
.qsm-standard-popup .qsm-popup__header .qsm-popup__title .title-tag {
background: #d0daff;
border-radius:5px;
padding: 4px 10px;
display: inline-block;
font-size: 11px;
letter-spacing: 1px;
vertical-align: middle;
margin: 0 5px;
}
.qsm-upgrade-box {
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 10px;
max-width: 800px;
}
.qsm-popup-upgrade .qsm-upgrade-box {padding: 0;}
.qsm-popup-upgrade-close {
border:none;
padding:0px;
}
.qsm-upgrade-box h2 {
font-size: 22px;
line-height: normal;
margin: 15px 0 10px;
letter-spacing: 1px;
}
.qsm-upgrade-box .qsm-upgrade-text {
font-size: 16px;
line-height: 22px;
text-align: left;
}
.qsm-upgrade-box .qsm-upgrade-read-icon {
display: flex;
flex-direction: row;
margin: 10px 0;
flex-wrap: nowrap;
align-items: center;
font-size: 14px;
}
.qsm-upgrade-box .qsm-upgrade-read-icon a {
text-decoration: none;
font-weight: bold;
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
align-items: center;
margin: 2px 6px 0;
}
.qsm-upgrade-box .qsm-upgrade-read-icon img {
height: 15px;
}
.qsm-upgrade-box .qsm-upgrade-right-arrow {
font-size: 16px;
color: inherit;
height: 16px;
margin: 0 2px;
}
.qsm-upgrade-chart img {
max-width: 100%;
width: 100%;
}
.admin_page_mlw_quiz_options .nav-tab-active:focus, .admin_page_mlw_quiz_options .nav-tab-active:focus:active, .admin_page_mlw_quiz_options .nav-tab-active:hover {
border: 1px solid #c3c4c7;
}
.notice-error.notice-advance-timer {
padding: 10px 15px;
}
.notice-error.notice-advance-timer {
padding: 10px 15px;
}
.qsm-page-setting-top {
display: flex;
}
.qsm-page-setting-top .qsm-page-setting-left span {
width: 120px;
display: inline-block;
color: #000;
font-weight: 500;
margin: 0 5px 5px 0;
font-size: 13px;
}
#page-options .qsm-popup-upgrade-warning {
line-height: 1.5;
max-width: 500px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 13px;
}
#page-options .qsm-page-setting-top .qsm-row label {
display: none;
}
#page-options .qsm-page-setting-top .qsm-row input[type=number] {
min-width: 50px !important;
max-width: 50px !important;
}
#page-options .qsm-page-setting-top .qsm-row input[type=number]::placeholder {
font-size: 12px;
}
#page-options > div {
line-height: 2.5;
}
#page-options .qsm-row label {
display: inline-block;
width: 115px;
margin-bottom: 5px;
color: #000;
font-weight: 500;
padding: 0 0 0 10px;
}
#page-options .qsm-page-setting-label {
font-weight: 500;
}
#page-options .qsm-page-setting-span {
font-weight: 500;
}
.qsm-disabled-td {
pointer-events: none;
opacity: 0.5;
}
.qsm-page-setting-container {
padding: 10px;
}
#page-options .qsm-page-setting-right input[type="number"] {
border-radius: 4px;
}
#page-options .qsm-popup-upgrade-warning img {
width: auto;
height: 16px;
margin-right: 8px;
margin-bottom: 16px;
}
.qsm-popup-upgrade-warning,
.qsm-popup-upgrade-info {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
background: #eff6ff;
border: 1px solid #d1e5ff;
border-radius: 4px;
padding: 10px 8px;
margin: 5px 0;
color: #1e40af;
font-weight: 500;
}
.qsm-popup-upgrade-info img {
width: auto;
height: 20px;
margin-right: 8px;
}
.qsm-popup-upgrade-warning {
background: #fffbeb;
border: 1px solid #fbbf24;
padding: 12px;
color: #92400e;
font-size: 15px;
align-items: center;
}
.qsm-upgrade-box .qsm-popup-upgrade-warning img {
width: auto;
height: 15px;
margin-right: 8px;
}
.qsm-upgrade-box .qsm-upgrade-buttons {
display: flex;
flex-direction: column;
align-content: space-between;
flex-wrap: nowrap;
align-items: center;
}
.qsm-upgrade-box .qsm-upgrade-buttons a {
text-decoration: none;
text-align: center;
margin: 5px 0;
width: 100%;
box-sizing: border-box;
}
.qsm-upgrade-box .qsm-upgrade-buttons a.qsm_bundle {
padding: 10px 20px;
}
.qsm-upgrade-box .qsm-upgrade-buttons.qsm-page-upgrade-buttons {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
}
.qsm-upgrade-box .qsm-upgrade-buttons.qsm-page-upgrade-buttons a {
width: auto;
margin-right: 10px;
font-weight: 500;
font-size: 14px;
padding: 10px 20px;
}
#modal-6 .sc-shortcode-input {
padding: 5px;
width: 400px;
max-width: 400px!important;
}
.qsm-popup-nonce-validation {
padding: 12px;
width: 90%;
}
.qsm-popup-nonce-validation .qsm-popup-upgrade-warning {
font-size: 12px;
padding: 5px;
}
.qsm-popup-nonce-validation .qsm-popup-upgrade-warning img {
width: auto;
height: 15px;
margin-right: 8px;
}
.qsm-popup-nonce-validation .qsm-popup-upgrade-warning a {
font-weight: bold;
}
.qsm-nonce-validation {
border: 1px solid #fbbf24;
background: #fff;
overflow: auto;
border-left-color: #fbbf24;
box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
border-left-width: 4px;
}
.qsm-nonce-validation img {
float: left;
width: auto;
height: 30px;
margin: 25px 20px;
margin-left: 20px;
}
.qsm-nonce-text {
float: left;
margin-top: 20px;
}
.qsm-nonce-validation .button-secondary {
margin: 20px 20px;
float: right;
}
.qsm-nonce-validation span {
display: inline-block;
margin-top: 2px;
}
/** * Style tab design */
.wp-upload-form {
background: #fafafa;
border: 1px solid #ccd0d4;
padding: 30px;
margin: 0 0 30px auto;
display: inline-flex;
justify-content: space-between;
align-items: center;
}
@media (min-width: 768px) and (max-width: 1199px) {
.qsm-news-ads .qsm-info-widget {
float: left;
max-width: unset;
width: 31.3%;
}
.qsm-news-ads .qsm-info-widget:nth-child(3n + 5) {
clear: both;
}
.remove-ads-adv-link {
width: 100%;
display: inline-block;
margin-bottom: 30px;
}
}
@media screen and (max-width: 782px) {
.form-table td fieldset label {
margin-top: -1px !important;
vertical-align: top;
}
.qsm-tooltips-icon .qsm-tooltips {
left: -90px;
}
.qsm-opt-tr .qsm-tooltips-icon {
right: 13px;
}
.qsm-tooltips-icon .qsm-tooltips:before {
left: auto;
right: -3px;
}
}
@media screen and (max-width: 767px) {
.qsm-upgrade-box .qsm-upgrade-buttons.qsm-page-upgrade-buttons a {
width: 100%;
margin-right: 0;
}
.qsm-quiz-row td:nth-of-type(2n) {
display: none;
}
.qsm-quiz-page-wrapper, .qsm-quiz-page-wrapper-with-ads {
overflow-x: auto;
}
.qsm-quiz-page-wrapper thead th:nth-of-type(2n), .qsm-quiz-page-wrapper tfoot th:nth-of-type(2n), .qsm-quiz-page-wrapper-with-ads thead th:nth-of-type(2n), .qsm-quiz-page-wrapper-with-ads tfoot th:nth-of-type(2n) {
display: none;
}
.qsm-quiz-page-wrapper .row-actions {
display: inline-block !important;
}
.qsm-quiz-page-wrapper p.search-box {
bottom: -30px;
}
.qsm-popup__container {
min-width: auto;
max-width: 100%;
}
.qsm-standard-popup .qsm-popup__container {
min-width: 98%;
max-width: 98% !important;
}
#show-advanced-option {
display: block;
width: 100%;
float: left;
}
.qsm-contact-form-label {
display: inline-block;
}
.template_variable {
width: 100%;
max-width: 100%;
margin-bottom: 10px;
word-break: break-word;
}
.qsm_tab_content .form-table input[type="radio"] {
top: 6px;
margin-bottom: 8px;
}
.result-page-wrapper form {
overflow: scroll;
width: 100%;
}
p.search-box {
bottom: -30px;
}
.quizzes-surveys_page_qsm_quiz_help .hndle {
padding-left: 15px;
padding-bottom: 15px;
}
.qsm-news-ads .qsm-info-widget {
width: calc(100% - 30px);
max-width: 100%;
box-sizing: border-box;
margin: 15px 15px 0 15px;
}
.form-table .qsm-opt-tr {
padding-bottom: 10px;
}
.overview-main-wrapper {
display: block;
}
.overview-main-wrapper .overview-inner-wrap {
margin-right: 0;
width: 100%;
}
.result-page-title {
margin-bottom: 10px;
}
}
.qsm-text-template-span {
min-width: 100px;
}
.qsm-text-template-span .button {
padding: 0px;
border: none;
min-height: unset;
font-size: 12px;
background: unset;
}
.qsm-text-template-span .template-variable:hover {
background: unset;
}
.qsm-text-template-span .click-to-copy {
display: none;
position: absolute;
width: calc(100% - 25px);
text-align: center;
left: 0;
}
.qsm-upgrade-popup-variable {
opacity: 0.5;
cursor : help;
}
.qsm-upgrade-tooltip {
opacity: 1;
}
.qsm_tab_content .qsm-upgrade-popup-badge,
.qsm_tab_content .qsm-upgrade-popup-badge:focus {
top: 5px;
text-transform: uppercase;
display: inline-block;
text-decoration: underline;
}
.qsm-upgrade-popup-category-name {
display: inline-block;
margin-right: 10px;
}
.qsm-text-template-span:hover .click-to-copy {
display: inline-block;
background: #def0ff;
}
.qsm-text-template-span .qsm-tooltips-icon:before {
content: "\003F";
padding: 0px 3px;
vertical-align: top;
}
.qsm-text-template-span:hover .qsm-tooltips-icon {
display: inline-block;
}
.qsm-text-template-span.qsm-upgrade-popup-variable:hover .qsm-tooltips-icon {
display: block;
}
.qsm-text-template-span:hover .temp-var-seperator {
position: absolute;
display: flex;
right: 0;
top: 0;
align-items: center;
justify-content: center;
height: 100%;
width:25px;
z-index:99;
border-left: 1px dashed #a1c1d8;
background: #def0ff;
}
#show-all-variable-content .popup-template-span-wrap:hover {
background: #def0ff;
border-color: #a1c1d8 ;
border-style: dashed;
}
.popup-template-span-wrap .qsm-text-template-span .popup-copied-des span.dashicons {
line-height: 1;
}
#result_page_fb_image {
width: 25em;
}
.audit_buttons {
display: flex;
align-items: center;
justify-content: space-between;
}
input#question_search::-webkit-search-cancel-button {
outline: none;
appearance: none;
}
.mlw_quiz_options .qsm-quiz-nav-bar {
display: flex;
justify-content: space-between;
background: #fff;
margin: -10px -20px 0 -21px;
padding: 0;
box-shadow: 0 1px 10px 0px #ddd;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
z-index: 99;
position: relative;
}
.qsm-alerts {
margin-top: 20px;
}
.mlw_quiz_options .notice {
border-top: 1px solid #dfd4d4;
border-bottom: 1px solid #dfd4d4;
border-right: 1px solid #dfd4d4;
}
.qsm-quiz-nav-bar .qsm-quiz-heading {
padding: 0 20px;
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
flex-direction: row;
max-width: calc(100% - 275px);
}
.qsm-quiz-nav-bar .qsm-quiz-heading .qsm_quiz_title {
padding: 0;
margin: 0;
font-size: 23px;
font-weight: 400;
line-height: 1.3;
}
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links {
position: relative;
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links a {
text-decoration: none;
box-shadow: none;
outline: none;
padding: 10px 12px 8px;
font-weight: 400;
color: #757575;
border-bottom: 3px solid transparent;
min-width: 50px;
text-align: center;
}
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links a:hover,
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links a:focus {
color: #1f8cbe;
border-bottom: 3px solid #1f8cbe;
}
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links .dashicons {
display: block;
margin: 0 auto;
color: inherit;
font-size: 20px;
}
#result_details {
font-size: 2em;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
input#duplicate_questions {
margin-left: 10px;
}
.text-right {
text-align: right !important;
}
.text-left {
text-align: left !important;
}
.qsm-dashed-btn, a.qsm-dashed-btn, button.qsm-dashed-btn, input.qsm-dashed-btn {
display: inline-block;
text-align: center;
border: 2px dashed #ccc;
box-shadow: none;
text-decoration: none;
font-size: 14px;
margin: 5px 0;
padding: 8px 15px;
cursor: pointer;
-webkit-appearance: none;
border-radius: 4px;
box-sizing: border-box;
color: #2196f3;
}
.qsm-block-btn, .qsm-dashed-btn.qsm-block-btn {
width: 100%;
padding: 10px 15px;
font-size: 16px;
text-align: center;
}
.qsm-switch {
display: inline-block;
box-sizing: border-box;
position: relative;
width: 44px;
height: 22px;
margin: 0 5px;
}
.qsm-switch input {
opacity: 0;
width: 0;
height: 0;
}
.qsm-switch .switch-slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
border-radius: 50px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.qsm-switch .switch-slider:before {
position: absolute;
content: "";
height: 10px;
width: 10px;
left: 4px;
bottom: 6px;
background-color: white;
border-radius: 50px;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.qsm-switch input:checked + .switch-slider {
background-color: #2196f3;
}
.qsm-switch input:focus + .switch-slider {
box-shadow: 0 0 1px #2196f3;
}
.qsm-switch input:checked + .switch-slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.qsm-actions-link-box {
display: inline-flex;
align-items: center;
flex-wrap: nowrap;
box-shadow: 0 0 5px 0px #ddd;
border-radius: 5px;
margin: 0 5px;
}
.qsm-actions-link-box a:first-child {
border-radius: 5px 0 0 5px;
}
.qsm-actions-link-box a:last-child {
border-radius: 0 5px 5px 0;
}
.qsm-actions-link-box a {
padding: 9px;
color: #3c434a;
border: 1px solid #ddd;
cursor: pointer;
}
.qsm-actions-link-box a.disabled {
cursor: not-allowed;
}
.qsm-actions-link-box a:hover, .qsm-actions-link-box a:focus {
outline: none;
box-shadow: none;
background: #eee;
}
.qsm-actions-link-box a span {
font-size: 16px;
height: auto;
}
.qsm-toggle-box {
display: inline-block;
width: 100%;
box-sizing: border-box;
position: relative;
margin: 6px 0;
background: #fefefe;
border: 1px solid #f0f0f0;
}
.qsm-toggle-box .qsm-toggle-box-handle {
display: inline-block;
width: 100%;
box-sizing: border-box;
font-size: 16px;
text-decoration: none;
padding: 15px 20px;
margin: 0;
background: #fff;
color: #666666;
cursor: pointer;
}
.qsm-toggle-box .qsm-toggle-box-handle:hover,
.qsm-toggle-box .qsm-toggle-box-handle:focus {
outline:none;
text-decoration: none;
box-shadow: none;
}
.qsm-toggle-box .toggle-indicator {
display: inline-block;
vertical-align: middle;
width: 20px;
height: 20px;
float: right;
color: inherit;
}
.qsm-toggle-box .toggle-indicator:before {
content: "\f347";
display: inline-block;
font: normal 20px/1 dashicons;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none;
}
.qsm-toggle-box.opened .toggle-indicator:before {
content: "\f343";
}
.qsm-toggle-box .qsm-toggle-box-content {
display: none;
padding: 15px 20px;
border-top: 1px solid #eee;
}
.qsm-toggle-box .qsm-toggle-box-content label {
display: inline-block;
margin: 0 5px 5px;
min-width: 80px;
}
.qsm-toggle-box .qsm-toggle-box-content select,
.qsm-toggle-box .qsm-toggle-box-content textarea,
.qsm-toggle-box .qsm-toggle-box-content input[type="text"],
.qsm-toggle-box .qsm-toggle-box-content input[type="date"],
.qsm-toggle-box .qsm-toggle-box-content input[type="number"],
.qsm-toggle-box .qsm-toggle-box-content input[type="url"] {
display: inline-block;
max-width: 100%;
width: 200px;
min-width: auto;
border: 1px solid #dddddd;
border-radius: 1px;
}
.qsm-badge {
background: linear-gradient(225deg, #344ad6, #42d96b);
z-index: 9;
position: absolute;
color: #fff;
right: 5px;
top: 5px;
border-radius: 10px;
padding: 0 10px;
}
.themes-container .market-theme:hover .market-theme-url {
opacity: 1;
}
.themes-container .market-theme .market-theme-url {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
opacity: 0;
transition: all 200ms ease-in-out;
text-align: center;
}
/** Quiz Contact Tab Style **/
.contact-form-builder-wrap {
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-content: flex-start;
margin-bottom: 375px;
}
.contact-form-builder-wrap a {
display: inline-block;
box-sizing: border-box;
text-decoration: none;
}
.contact-tab-content {
width: 750px;
max-width: 65%;
margin-right: 40px;
}
.contact-tab-sidebar {
max-width: 25%;
}
.contact-tab-sidebar .postbox {
min-width: 300px;
background: #fafafa;
border: none;
}
.contact-tab-sidebar .postbox-header {
padding: 4px;
border-bottom: 1px solid #dadada;
}
.contact-tab-sidebar .inside {
padding: 0px 15px 10px;
margin: 0;
}
.contact-tab-sidebar .inside .inside-row {
display: block;
width: 100%;
margin: 15px 0;
}
.contact-tab-sidebar .inside .inside-row label {
margin: 0;
font-size: 14px;
}
.contact-tab-sidebar .inside .inside-row input[type=checkbox] {
margin: -.25rem 8px 0 0;
}
.contact-tab-content .hide-control {
display: inline-block;
float: right;
margin: -30px 0 0;
font-size: 16px;
}
.qsm-contact-form-field {
display: flex;
padding: 12px 5px;
margin: 0 0 10px;
background: #ffffff;
border: 1px solid #dfd4d4;
justify-content: space-between;
align-items: center;
position: relative;
}
.qsm-contact-form-field.new {
background: #f1f1f1;
}
.qsm-contact-form-field.deleting {
background: #ff6666;
}
.qsm-contact-form-field.disabled-field {
background: #f5f5f5;
}
.qsm-contact-form-field.hidden-field {
display: none;
}
.qsm-contact-form-field .qsm-contact-form-group {
padding: 0 15px;
vertical-align: middle;
}
.qsm-contact-form-field .contact-form-inputs,
.qsm-contact-form-field .contact-form-actions {
min-width: 150px;
}
.qsm-contact-form-field .sortable-handle {
width: 25px;
padding: 0 0 0 15px;
}
.qsm-contact-form-field .field-required-flag {
display: none;
position: absolute;
top: 5px;
right: 6px;
font-size: 20px;
font-weight: bold;
color: red;
}
.qsm-contact-form-field .sortable-handle a.move-field {
display: inline-block;
box-sizing: border-box;
text-decoration: none;
color: #3c434a;
cursor: move;
}
.qsm-contact-form-field .sortable-handle a.move-field span {
color: #a6abaf;
font-size: 22px;
}
.qsm-contact-form-field .qsm-contact-form-group .qsm-contact-form-label {
display: block;
font-weight: bold;
margin: 0 0 5px;
}
.qsm-contact-form-field .qsm-contact-form-group .qsm-contact-form-control,
.qsm-contact-form-field .qsm-contact-form-group select.qsm-contact-form-control,
.qsm-contact-form-field .qsm-contact-form-group input[type="text"].qsm-contact-form-control {
display: block;
font-size: 14px;
line-height: 1.4;
width: 100%;
min-width: 180px;
border: 1px solid #ccc;
border-radius: 4px;
padding: 5px 8px;
}
/* Settings style */
.qsm-contact-form-field-settings {
position: absolute;
right: 0;
top: 100%;
z-index: 999;
width: 350px;
padding: 20px;
box-sizing: border-box;
border-radius: 4px;
background: #ffffff;
border: 1px solid #dfd4d4;
box-shadow: 0 0 6px 2px #ddd;
}
.qsm-contact-form-field-settings:after,
.qsm-contact-form-field-settings:before {
border: solid transparent;
content: " ";
display: block;
height: 0;
position: absolute;
pointer-events: none;
width: 0;
left: 28%;
border-width: 15px;
border-color: rgba(255, 255, 255, 0);
}
.qsm-contact-form-field-settings:after {
border-bottom-color: #fff;
top: -28px;
}
.qsm-contact-form-field-settings:before {
border-bottom-color: #dfd4d4;
top: -30px;
}
.qsm-contact-form-field-settings h3 {
margin-top: 0;
padding: 0 0 10px;
border-bottom: 1px solid #ccc;
}
.qsm-contact-form-field-settings .qsm-contact-form-group {
display: inline-block;
width: 100%;
box-sizing: border-box;
padding: 0;
margin: 5px 0 10px;
}
/* Switch style*/
.qsm-contact-form-field label.qsm-switch {
display: inline-block;
box-sizing: border-box;
position: relative;
width: 51px;
height: 25px;
margin: 0 5px;
}
.qsm-contact-form-field label.qsm-switch .switch-slider:before {
height: 15px;
width: 15px;
left: 5px;
bottom: 5px;
border-radius: 50px;
}
.qsm-row {
display: block;
width: 100%;
margin-bottom: 10px;
}
.qsm-row > label {
display: block;
margin-bottom: 5px;
color: #7b7575;
font-weight: normal;
}
.qsm-row select,
.qsm-row input[type="text"],
.qsm-row textarea {
width: 100%;
max-width: 100%;
min-width: auto;
}
.qsm-quiz-warning-icon {
color: #b32d2e;
margin: 0 5px;
cursor: pointer;
}
/*QSM quiz theme setting tabs start*/
.qsm-quiz-theme-option-subheading {
margin-bottom: 0;
color: #2f87cc;
font-size: 15px;
}
.qsm-theme-color-settings .quiz-theme-option-image-button {
padding: 1px 9px;
font-size: 11px;
}
.qsm-theme-color-settings .quiz-theme-option-image-button .dashicons {
line-height: 24px;
}
.qsm-theme-color-settings .wp-picker-container .wp-color-result.button,
.qsm-theme-color-settings footer.qsm-popup__footer .button {
margin: 0 0 0 10px;
}
.qsm-theme-option-image,
.qsm-theme-color-settings .wp-picker-container {
position: relative;
}
.qsm-theme-color-settings .wp-picker-holder {
position: absolute;
z-index: 9999;
top: 61px;
left: -136px;
}
.qsm-theme-color-settings .wp-picker-container label {
width: 195px;
}
.qsm-theme-color-settings .wp-picker-input-wrap {
position: absolute;
width: 258px;
top: 37px;
left: -136px;
z-index: 9999;
}
.qsm-theme-color-settings .qsm-popup__content {
max-height: 70vh;
overflow-x: auto;
}
.qsm-theme-color-settings span.wp-color-result-text {
min-width: 64px;
}
.qsm-theme-option-image {
width: 112px;
}
.qsm-popup.qsm-theme-color-settings .qsm-theme-option-unit,
.qsm-theme-color-settings input[type=number].qsm-number-field{
min-width: 50px !important;
vertical-align: middle;
}
.qsm-theme-color-settings input[type=number].qsm-number-field{
width: 100px;
}
.qsm-theme-color-settings .quiz-theme-option-image-thumbnail {
max-width: 100%;
margin-top: 10px;
border: 1px solid #868686bd;
border-radius: 2px;
}
.qsm-theme-option-image-remove {
position: absolute;
right: 25px;
top: calc(50% - 10px);
opacity: 0;
}
.qsm-theme-color-settings .qsm-theme-option-image:hover .qsm-theme-option-image-remove {
opacity: 1;
}
.qsm-theme-color-settings hr {
margin: 25px 0;
}
.qsm-theme-color-settings footer.qsm-popup__footer {
text-align: right;
}
/*QSM quiz theme setting tabs end*/
.qsm-row input[type="text"] {
border-radius: 4px;
}
/* Drag-drop question popup */
#modal-10 .qsm-popup__footer {
display: flex;
justify-content: space-between;
align-items: center;
}
#move-question-error {
color: red;
}
.qsm-popup__footer .cancel-move-question-button {
color: red !important;
border: transparent;
background: transparent;
cursor: pointer;
}
.qsm-popup__content #move-question-form strong {
color: #00449e;
}
#modal-10 .qsm-popup__content .custom-error-field {
text-align: center;
padding-bottom: 20px;
}
/* Re-design addon page */
#qsm_installed_addons {
margin: 0;
}
.qsm_popular_addons div.popuar-addon-ul>div {
padding: 0;
}
.qsm_popular_addons div.custom-addon-sub-div {
border-radius: 5px;
display: flex;
flex-direction: column;
}
.qsm_popular_addons div.custom-addon-sub-div .addon-title {
font-weight: normal;
}
.custom-addon-sub-div .custom-addon-button {
width: 100%;
margin-top: 10px;
text-align: center;
border: 1px solid #3171A5;
padding: 8px 0;
}
.custom-addon-sub-div .custom-addon-link {
text-decoration: none;
}
.qsm-addon-browse-addons{
background: #f0f0f14a;
margin: 0;
}
.qsm-primary-acnhor .custom-addpn-news-ads {
border-radius: 5px;
padding: 0;
background: #FFFFFF;
}
.custom-addpn-news-ads .custom-news-ads-list {
background: #f0f0f1;
border-radius: 5px;
padding-top: 15px;
}
.custom-addpn-news-ads .qsm-bundles-widget {
box-shadow: 0 1px 1px 1px #d9dadb;
background: #FFFFFF;
}
.custom-addpn-news-ads .qsm-bundles-widget:first {
margin-top: 15px;
}
.custom-addpn-news-ads .qsm-bundles-widget:not(:last-child) {
margin-bottom: 15px;
}
.custom-addpn-news-ads .qsm-bundles-top {
display: flex;
align-items: center;
padding: 15px 15px 0 15px;
}
.custom-addpn-news-ads .qsm-bundles-bottom {
padding: 0 15px 15px 15px;
}
.custom-addpn-news-ads .qsm-bundles-bottom a {
width: 100%;
text-align: center;
padding: 8px;
background-color: #3B9A7A;
}
.custom-addpn-news-ads .qsm-bundles-bottom a span {
position: relative;
top: 5px;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title {
display: flex;
justify-content: center;
align-items: center;
background-color: #FFFFFF;
border-radius: 5px 5px 0 0;
margin: 0;
font-size: 12px;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-text {
padding-left: 10px;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-upper {
background-color: #d9dadb;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title img{
padding-right: 5px;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-icon {
padding: 10px;
border-radius: 10px;
width: 35px;
text-align: center;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-icon img{
height: 35px;
width: 35px;
object-fit: contain;
}
.custom-add-upper li a.current {
outline: none;
box-shadow: none;
}
.qsm-primary-acnhor .qsm-bundles-widget .custom-addon-getnow {
border: none;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-0{
background-color: #3B9A7A;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-1{
background-color: #01B592;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-2{
background-color: #EC706F;
}
.qsm-primary-acnhor .qsm-bundles-widget .qsm-bundles-dynamic-3{
background-color: #2270B1;
}
.custom-addon-sub-div .custom-addon-details {
display: flex;
justify-content: space-between;
flex-direction: column;
padding: 0 15px 15px 15px;
height: 100%;
}
.qsm_popular_addons div.popuar-addon-ul .addon-title {
font-size: 13px;
line-height: 1.5;
}
.custom-addon-upper .subsubsub{
padding: 10px 0;
}
.auto-fold .option-page-result-page-tab-footer {
left: 36px;
}
.option-page-option-tab-footer, .option-page-result-page-tab-footer,
.contact-page-tab-footer {
position: fixed;
bottom: 0;
right: 0;
left: 160px;
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
background: #ffffff;
border-top: 1px solid #DADADA;
z-index: 9998;
padding: 10px 30px 8px 10px;
min-height: 37px;
}
.option-page-result-page-tab-footer .result-tab-footer-buttons {
display: flex;
flex-direction: row;
}
.option-page-result-page-tab-footer .footer-bar-notice {
display: flex;
flex-direction: row;
align-items: center;
width: 60%;
}
@media screen and (min-width: 1900px) {
.option-page-option-tab-footer,
.option-page-result-page-tab-footer,
.contact-page-tab-footer {
flex-direction: row-reverse;
}
}
@media screen and (max-width: 653px) {
.option-page-result-page-tab-footer .result-tab-footer-buttons {
left: 36px;
}
}
.option-page-result-page-tab-footer .footer-bar-notice .notice-large {
padding: 0 !important;
}
.option-page-option-tab-footer .footer-bar-notice .updated,
.option-page-result-page-tab-footer .footer-bar-notice .notice {
background: rgba(255, 255, 255, 0);
border: none !important;
box-shadow: none !important;
margin: 0 !important;
padding: 0 !important;
}
.auto-fold .option-page-option-tab-footer {
left: 36px;
}
.option-page-option-tab-footer .footer-bar-notice {
width: 60%;
}
.option-page-option-tab-footer .result-tab-footer-buttons {
display: flex;
flex-direction: row;
}
.option-page-option-tab-footer .result-tab-footer-buttons #qsm-blobal-settings {
margin: 0 10px 0 0;
}
.option-page-result-page-tab-footer .result-tab-footer-buttons .qsm-show-all-variable-text {
margin: 0 10px 0 0;
}
@media screen and (min-width: 961px) {
.folded .option-page-result-page-tab-footer,
.folded .contact-page-tab-footer,
.folded .option-page-option-tab-footer {
left: 36px !important;
}
.option-page-result-page-tab-footer,
.contact-page-tab-footer,
.option-page-option-tab-footer {
left: 160px !important;
}
}
@media screen and (max-width: 782px) {
.option-page-result-page-tab-footer,
.option-page-option-tab-footer,
.contact-page-tab-footer {
left: 0 !important;
}
}
@media screen and (max-width: 350px) {
.option-page-result-page-tab-footer {
flex-direction: column;
}
.option-page-option-tab-footer {
flex-direction: column;
}
}
@media screen and (max-width: 912px) {
.qsm-primary-acnhor .custom-addpn-news-ads {
display: flex;
flex-direction: column;
width: 100%;
}
.qsm-addon-setting-wrap .qsm-primary-acnhor {
display: flex;
flex-direction: column;
clear: both;
}
.qsm-quiz-page-addon.qsm-addon-page-list {
width: 100%;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-text {
font-size: 14px;
}
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-upper {
font-size: 12px !important;
}
}
@media screen and (max-width: 1080px) {
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-text {
font-size: 12px;
}
}
@media screen and (max-width: 1200px) {
.qsm-primary-acnhor .custom-addpn-news-ads .qsm-bundles-title-upper {
font-size: 10px;
}
}
@media screen and (max-width: 767px) {
.qsm-quiz-nav-bar .qsm-quiz-heading{
max-width: 100%;
}
.qsm-quiz-nav-bar .qsm-quiz-top-nav-links{
justify-content: flex-end;
width: 100%;
}
.mlw_quiz_options .button-primary{
padding: 0px 5px;
font-size: 12px;
min-height: 35px;
}
.contact-form-builder-wrap {
flex-direction: column;
}
.contact-tab-sidebar {
max-width: initial;
width: 100%;
}
.qsm-contact-form-field {
flex-direction: column;
align-items: initial;
font-size: 12px;
padding-bottom: 0;
}
.qsm-contact-form-field > div {
margin: 2px 0;
}
.contact-tab-content {
width: 100%;
max-width: initial;
margin-right: 0;
}
.qsm-contact-form-field .contact-form-switch {
position: relative;
bottom: 35px;
left: 70%;
}
.qsm-contact-form-field .contact-form-actions,
.qsm-contact-form-field .contact-form-switch {
margin-top: 5px;
}
.wp-core-ui .qsm-contact-form-field select {
max-width: initial;
}
.qsm_tab_content .qsm-page-subheading {
font-size: 17px;
padding-top: 10px;
}
.contact-tab-content .hide-control {
font-size: 14px;
position: relative;
top: -7px;
}
}
@media screen and (max-width: 600px) {
.quiz_text_tab_content {
flex-direction: column;
}
.quiz_text_tab_content .left-bar, .quiz_text_tab_content .right-bar {
width: 100%;
}
.nav-tab-wrapper .button-primary {
position: relative;
top: 10px;
}
}
body .qsm_tab_content .qsm-small-input-field input[type="number"],
body .qsm_tab_content .qsm-small-input-field input[type="text"] {
min-width: 65px;
width: 65px;
box-shadow: 0 0 0 transparent;
border-radius: 4px;
border: 1px solid #8c8f94;
background-color: #fff;
color: #2c3338;
}
.qsm_tab_content input[type=text].qsm-date-picker {
background: url(../assets/calendar.png) no-repeat right 10px center;
background-size: 14px;
padding: 3px 10px;
min-width: 100px;
background-color: #fff;
width: 157px;
}
.qsm-option-label input:disabled {
border-color: #3c434a;
}
.qsm-category-list-row td {
padding-top: 0;
}
.qsm-question-limit-row td{
padding-bottom: 0;
}
.qsm-quiz-dates fieldset#scheduled_time_start, .qsm-quiz-dates fieldset#scheduled_time_end {
display: inline-block;
}
.qsm-image-field {
display: flex;
}
.qsm-image-field span {
padding-top: 4px;
}
fieldset#enable_quick_correct_answer_info {
margin-top: 8px;
}
.qsm-mb-1, .qsm_tab_content fieldset{
margin-bottom: .25rem;
}
input#preferred-date-format-custom {
min-width: 100px;
}
.qsm-date-time-text {
min-width: 110px;
display: inline-block;
}
.wp-core-ui .button-danger {
color: #DC3232;
border-color: #DC3232;
}
.wp-core-ui .button-danger:hover {
color: #ca1010; border-color: #ca1010;
}
.qsm-api-keys-options .qsm-api-keys-option {
margin: 0 0 10px 0;
}
/*TinyMCE Text-editor : start */
.mce-container .qsm-autocomplete {
position: absolute !important;
z-index: 1000;
background-color: #ffffff;
border: 1px solid #cccccc;
width: 100%;
max-height: 270px;
border-radius: 6px;
box-shadow: 0 2px 8px #00000029;
overflow-y: auto;
top: calc( 100% - 18px);
}
.mce-container .qsm-autocomplete .qsm-autocomplete-item-group {
font-weight: 500;
padding: 10px;
font-size: 11px;
text-transform: uppercase;
color: #a2a2a2;
border-top: 1px solid #dfd4d4;
}
.mce-container .qsm-autocomplete .qsm-autocomplete-item {
padding: 10px 15px;
cursor: pointer;
text-transform: capitalize;
font-weight: 500;
font-size: 13px;
display: flex;
justify-content: space-between;
column-gap: 20px;
}
.mce-container .qsm-autocomplete .qsm-autocomplete-item:hover,
.mce-container .qsm-autocomplete .qsm-autocomplete-item-active {
background-color: #f0f0f0;
}
.mce-container .qsm-autocomplete .qsm-autocomplete-item .qsm-autocomplete-item-description {
color: #808992;
margin-top: 4px;
font-size: 11px;
font-style: italic;
text-transform: none;
float: right;
}
.qsm-hightlight-text{
font-size: 11px;
margin-right: 2px;
}
.qsm-hightlight-text,
.mce-qsm-variables-editor-btn button{
background: #187FFA;
border-radius: 2px;
display: inline-block;
text-align: center;
border: none;
}
.qsm-hightlight-text,
.mce-qsm-variables-editor-btn button span.mce-txt{
color: #ffffff;
padding: 0px 7px;
}
/*TinyMCE Text-editor : end */
.qsm_global_settings input[type="text"].qsm-api-key-input {
min-width: 520px;
background: #cccccc36;
border: 1px solid #ccc;
}
.qsm-pointer-events-none {
pointer-events: none;
}
.display-none-notice {
display: none;
}
#qmn-failed-submission-table-message {
padding-right: 38px;
position: relative;
}
#toplevel_page_qsm_dashboard li:nth-last-child(3) a:after {
border-bottom: 1px solid hsla(0, 0%, 100%, .2);
display: block;
float: left;
margin: 13px -15px 8px;
content: "";
width: calc(100% + 26px);
}
/* Extra shortcodes popup */
button.button.qsm-extra-shortcode-popup {
display: flex;
align-items: center;
position: relative;
top: 30px;
left: 197px;
z-index: 10;
}
button.button.qsm-slashcommand-variables-button {
display: flex;
align-items: center;
position: relative;
top: 30px;
left: 110px;
z-index: 10;
margin: -30px 0;
}
button.button.qsm-slashcommand-variables-button .qsm-slash-inside {
margin: 0 4px 0 -1px;
font-weight: 1000;
}