/*! CSS Used from: https://www.matequiz.com/static/css/bootstrap.min.css?v=2023-02-13 */

:root {
  --lightyellow: #fff1b2;
  --darkyellow: #ffe551;
  --contrastcolor: #ff5100;
  --grey: #b1b1b1;
  --lightgrey: #eaeaea;
}

*,*::before,*::after{box-sizing:border-box;}
body{
    background-color: var(--lightyellow) !important;
margin:0;
font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1,h3,h6{margin-top:0;margin-bottom:0.5rem;}
p{margin-top:0;margin-bottom:1rem;}
b{font-weight:bolder;}
a{color:#007bff;text-decoration:none;background-color:transparent;}
a:hover{color:#0056b3;text-decoration:underline;}
a:not([href]):not([tabindex]){color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none;}
a:not([href]):not([tabindex]):focus{outline:0;}
img{vertical-align:middle;border-style:none;}
label{display:inline-block;margin-bottom:0.5rem;}
input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;}
input{overflow:visible;}
input[type="radio"]{box-sizing:border-box;padding:0;}
h1,h3,h6{margin-bottom:0.5rem;font-weight:500;line-height:1.2;}
h1{font-size:2rem;}
h3{font-size:1.75rem;}
h6{font-size:1rem;}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;}
@media (min-width: 576px){
.container{max-width:540px;}
}
@media (min-width: 768px){
.container{max-width:720px;}
}
@media (min-width: 992px){
.container{max-width:960px;}
}
@media (min-width: 1200px){
.container{max-width:1140px;}
}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px;}
.col-md-4,.col-md-8{position:relative;width:100%;padding-right:15px;padding-left:15px;}
@media (min-width: 768px){
.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%;}
.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;}
}
.form-control{display:block;width:100%;height:calc(1.5em + 0.75rem + 2px);padding:0.375rem 0.75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:0.25rem;transition:border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.form-control{transition:none;}
}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.form-control::placeholder{color:#6c757d;opacity:1;}
.form-control:disabled{background-color:#e9ecef;opacity:1;}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:0.375rem 0.75rem;font-size:1rem;line-height:1.5;border-radius:0.25rem;transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}
@media (prefers-reduced-motion: reduce){
.btn{transition:none;}
}
.btn:hover{color:#212529;text-decoration:none;}
.btn:focus{outline:0;box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);}
.btn:disabled{opacity:0.65;}
.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:0.5rem 1rem;}
.navbar > .container{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;}
.navbar-brand{display:inline-block;padding-top:0.3125rem;padding-bottom:0.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap;}
.navbar-brand:hover,.navbar-brand:focus{text-decoration:none;}
.jumbotron{padding:1rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:0.3rem;}
@media (min-width: 576px){
.jumbotron{padding:4rem 2rem;}
}
.text-center{text-align:center!important;}
textarea {
    overflow: auto;
    resize: vertical;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 16px 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: auto;
    pointer-events: none;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
h5, .h5 {
    font-size: 1.25rem;
}
h4, .h4 {
    font-size: 1.5rem;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

/*! CSS Used from: https://www.matequiz.com/static/css/style.css?v=2021-12-16 */

html {
	padding-right: 0px;
}

body {
    background-color: var(--lightyellow) !important;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 500px) {
	body {
		font-size: 15px;
	}
}
.invisibileParam {
	display: none;
}


li {
    text-align: left;
}

.navbar {
    background-color: var(--lightyellow);
    border: 6px solid var(--lightyellow);
    padding: 3px 1px;
}

.navbar-brand {
    margin-right: -1rem;
}

.navbar-right {
	float: right;
}

.navbar-quizzes {
    cursor: pointer;
    color: darkblue;
    float: left;
    margin-left: 15px;
}

.navbar-quizzes img {
	height: 20px;
}

.navbar-link-fblike {
    width: 80px;
}

.row {
    contain: content;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.facebook-icon {
    background-image: url(/static/img/social-media-facebook.png);
    margin-right: 10px;
}

.social-media-icon {
    margin-top: 5px;
    background-repeat: no-repeat;
}

.container {
    max-width: 1000px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin: auto;
}

.jumbotron {
    background-color: #fffefc;
    border-radius: 20px;
    border: 5px solid var(--lightyellow);
    padding: 30px 15px;
}

.jumbotron .marketing {
	padding: 0px 0px !important;
}

@media (min-width: 500px) {
    .question-jumbotron {
        max-width: 550px;
        padding: 3rem 3rem;
    }
    .question-jumbotron-larger {
        max-width: 1850px;
    }
}

@media (max-width: 500px) {
    .question-jumbotron {
        padding: 1rem 1rem;
    }

    .question-jumbotron-larger {
        padding: 0 10px;
    }
    .jumbotron {

    }
}

.btn {
    padding: 6px 20px;
    font-size: 24px;
}

#next_question {
    margin-bottom: 30px;
}


.btn-custom {
    background-color: green;
    color: white !important;
}

.btn-orange {
    background: var(--contrastcolor);
    color: white !important;
    cursor: pointer;
    font-weight: 500;
}

.btn-link {
	padding: 4px 9px;
    background-color: #466655;
    border-radius: 3px;
    color: white !important;
}

.btn-grey {
    background: linear-gradient(45deg, #afb0b0 0%, #9a9a9a 100%);
    color: white !important;
    cursor: pointer;
}

.btn-new {
    width: 200px;
    font-size: 16px;
    margin: 0 auto;
    /*border: 1px solid black;
    border-radius: 5px;
    background-color: #e9ecef;*/
}

@media (min-width: 500px) {
    .logo {
        height: 32px;
    }
}

@media (max-width: 500px) {
    .logo {
        height: 25px;
    }
}



.question {
    color: #0056b3;
}

.answers {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
}

.answers-image {
    max-width: 1000px !important;
}

.image-answer-wrapper {
    max-width: 45%;
    padding: 0px 0px;
}

.answers td {
    margin-top: -1px;
}

.answer {
    border-radius: 0 !important;
    background-color: #fbfbfb;
    border-color: #dadada;
    white-space: normal;
    word-wrap: break-word;
    padding: 8px 30px;
    font-size: 16px;
}

@media (min-width: 900px) {
	.answer:hover {
        background-color: #efefef;
        border-color: #dedede;
	}
}

.name {
    width: 350px;
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid black;
    margin: auto;
}

.link {
    width: 250px;
    max-width: 100%;
    height: 24px;
}

.link-copied-info {
    font-weight: bold;
    font-size: 18px;
}

table {
    margin: 10px auto;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    margin: 10px auto;
    background-color: white;
}

table th {
    font-weight: bold;
}

table td, table th {
    padding: 6px 8px;
}

.ranking table td {
    border-top: 1px solid #dddddd;
    margin: 1px auto;
    max-width: 200px;
    overflow: hidden;
}

.ranking thead {
	border-bottom: 1px solid black;
}

.footer {
    margin: 0px 20px;
}

.container a,
.footer a {
    text-decoration: none;
    color: black;
}

.jumbotron .grayText,
.jumbotron .innerText {
    text-align: left;
}

.footer {
    font-size: 14px;
}

.shares {
    width: 100%;
    margin: 0px auto;
}

.one-share, .double-share {
    margin: 0px auto;
}

.share {
    float: left;
    padding: 0px 15px;
    margin: 3px 0px;
    width: 50%;
}



@media (max-width: 768px) {
    .share {
        padding: 0px 5px !important;
    }
}

@media (min-width: 768px) {
    .one-share {
        width: 50%;
    }
    .double-share {
        width: 100%;
    }
}

.single-share {
    padding: 0px 15px;
    margin: 3px 0px;
}

.inner_share {
    box-shadow: 0 1px 4px 0 #dadada;
    border: 1px solid #dadada;
    height: 45px;
    border-radius: 6px;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

#fb_share,
#fb_share_popup {
    background-image: radial-gradient(#5b79B8, #4b6190);
}

#twitter_share {
    background-image: radial-gradient(#4AB3F4, #2A93E4);
}

#sms_share {
    background-image: radial-gradient(#f0dd53, #f0c433);
    color: #555 !important;
}

#instagram_share {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

#whatsapp_share,
#whatsapp_share_popup {
    background-image: linear-gradient(to right, #12b975 0%, #25d366 100%);
}

#line_share {
    background-color: #00c75d;
}

.modal_share {
    width: 100%;
}

#messenger_share_popup,
#whatsapp_share_popup,
#fb_share_popup {
    width: 250px;
    max-width: 100%;
    margin: 0 auto;
}

#whatsapp_status_share {
    background-image: linear-gradient(to right, #128c7e 0%, #075e54 100%);
}

#snapchat_share {
    background-image: linear-gradient(to right, #f7ee3b 0%, #fffc0a 20%, #fffc05 40%, #faf700 60%, #f5f200 80%, #f5e200 100%);
    color: #555 !important;
}

#snapchat_share a,
#snapchat_share button {
	background-color: transparent;
	border: none;
	width: 130px;
    margin: auto;
}

#snapchat_share a div {
	float: left;
}

#snapchat_share span {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: black;
}

#messenger_share,
#messenger_share_popup {
    background-image: linear-gradient(to right, #2A93E4 0%, #4AB3F4 100%);
}

.icon_snapchat {
    stroke: #555;
}

.close-button {
	height: 40px;
	width: 40px;
}
.close-button span {
	font-size: 25px;
}

.facebook-icon {
    background-image: url("/static/img/social-media-facebook.png");
    margin-right: 10px;
    width: 50px;
    height: 50px;
}

.inner_share,
.inner_share a,
.inner_share:hover {
    color: white !important;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
}

.inner_share svg,
.inner_share svg:hover {
    height: 23px !important;
    width: 23px !important;
    display: inline-block;
    margin: -5px -0px;
}

.inner_share img,
.inner_share img:hover {
    height: 25px !important;
    width: 25px !important;
    display: inline-block;
}

.fa-facebook {
    display: inline !important;
}

#facebook,
#facebook * {
    height: 100% !important;
    width: 100% !important;
}

.modal-body img {
    width: 100%;
}

.modal-body h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-backdrop {
    opacity: 0.5;
    display: none;
}

.modal {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}

p {
    margin-top: 25px;
}

.modal-body p {
    padding: 10px 5px;
}

.modal-content {
	max-width: calc(100% - 1rem);
}

#snapchat_info p,
#instagram_info p {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    padding: 0px 5px !important;
    text-align: left;
}

#instagram_info .modal-footer a,
#instagram_info .modal-footer button {
	font-size: 18px;
}

@media (max-width: 500px) {
    .main-content {
        margin-top: 5px;
    }
}


ul {
    list-style-type: decimal;
    padding: 10px 30px;
}

@media (min-width: 500px) {
    ul {
        width: 400px;
        margin: 20px auto;
    }
}

@media (min-width: 700px) {
    ul {
        width: 520px;
        margin: 20px auto;
    }
}

.start_info {
    max-width: 460px;
    margin: 10px auto;
    padding: 13px 5px;
    width: 95%;
}

.col-lg-6 {
    float: left;
    text-align: left;
    font-size: 90%;
    margin-left: auto;
    margin-right: auto;

}

.col-md-8, .col-md-4 {
    float: left;
    margin-top: 15px;
}

.col-md-4 {
    padding: 0 0;
    min-width: 300px;
}

.marketing {
    padding: 0px 25px;
}

#result_comment {
    padding: 0px 10px;
}

.myResult {
	background-color: #fffadb;
	font-weight: bold;
}

#start-text ol {
    max-width: 400px;
    margin: 0 auto;
}

.feedback {
    width: 100%;
}

.feedback-area {
    outline: none;
    overflow: auto;
    width: 400px;
    max-width: 95%;
    max-height: 200px;
    margin: 10px auto;
    box-shadow: 0 0px 3px 1px #17a2b8;
}

.forum-area {
    outline: none;
    overflow: auto;
    width: 400px;
    max-width: 95%;
    max-height: 200px;
    margin: 10px auto;
    box-shadow: 0 0px 3px 1px #17a2b8;
}

.answersGender {
    width: 150px;
    margin: auto;
    text-align: left;
}

.acceptRules {
    width: 100%;
    margin: auto;
    text-align: left;
    font-size: 10px;
}

@media (min-width: 600px) {
    .acceptRules {
        font-size: 14px;
        line-height: 24px;
    }
}

.ruleRequired {
    font-weight: bold !important;
}

.ruleRequiredDiv {
    padding-bottom: 3px;
    border-radius: 3px;
    border: 1px solid white;
}

.btn-accept {
    font-size: 10px;
    padding: 5px 5px;
}

.acceptRulesInfo, .btn-accept {
    margin-left: 30px;
}

::-webkit-scrollbar {
    background-color: lightgrey;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.informationObligationClause {
    font-size: 10px;
    line-height: 18px;
    text-align: left;
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: auto;
}

@media (min-width: 600px) {
    .informationObligationClause {
        font-size: 14px;
        line-height: 24px;
    }
}


.informationObligationClause .sublist {
    padding-right: 5px;
    padding-left: 20px;
}

.informationObligationClause h6 {
    font-size: 13px;
}

.questionTextarea,
.answersQuestion {
    width: 100%;
    min-height: 70px;
    margin: 0px auto;
}

.answers_create {
    width: 100%;
    padding: 0 5px;
}

.questionTextarea,
.answerTextarea {
    margin: auto;
    border-radius: 5px;
}

.questionTextarea {
    text-align: center;
    background-color: var(--lightyellow);
    border: 1px solid var(--darkyellow);
}

.answerTextarea {
    width: calc(100% - 62px);
    float: left;
    font-size: 16px;
    line-height: 26px;
    min-height: 32px;
    margin-left: 34px;
    background-color: var(--lightgrey);
    border: 1px solid var(--grey);
}

textarea {
    resize: vertical;
    padding: 5px 5px;
    background-color: #f6f6f6;
}



textarea:hover,
textarea:active,
textarea:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}

.question-error {
    color: red;
    font-size: 25px;
    font-weight: bold;
}

.bigger-text {
    font-size: 20px;
}

::placeholder {
    color: #bebebe;
    opacity: 1;
}


.dropbtn {
    background-color: lightgrey;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}





@media (min-width: 500px) {
    .only-mobile {
        display: none;
    }
}

.good-question {
    color: green;
    cursor: pointer;
}

.bad-question {
    color: red;
    cursor: pointer;
}

.good-question img,
.bad-question img {
    height: 35px;
    padding: 5px 5px;
}

.good-question,
.bad-question {
    opacity: 0.3;
}

.good-question:hover,
.bad-question:hover {
    opacity: 1;
}

.changequestion {
    width: 180px;
    background-color: var(--lightgrey);
    border-radius: 5px;
    color: black;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 5px;
    margin: auto;
    margin-bottom: 21px;
    margin-top: 5px;

}

.badge img {
    height: 90px;
    cursor: pointer;
    filter: grayscale(100%);
}

.badge {
    position: relative;
}

.info {
    position: absolute;
    top: 20px;

    margin: auto;
    color: black;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    word-wrap: break-word;
    white-space: pre-wrap;
    font-size: 16px;
    cursor: pointer;
}

.badge:hover .info {
    visibility: visible;
    opacity: 1;
}

.show_answers {
    width: 15px;
    cursor: pointer;
}

th, td {
    text-align: center;
    min-width: 60px;
}

table, th, td {
    border-left: none;
    border-right: none;
}

.image-answer-wrapper {
    display: inline-block;
    margin: 10px 10px;
    background-color: white;
    border: 1px solid grey;
    border-radius: 10px;
}

.image-answer {
    height: 300px;
    width: 300px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

}

.image-answer-description {
    font-size: 1.0rem;
    margin-top: 10px;
    margin-bottom: 3px;
    color: #4c4c4c;
}

@media only screen and (max-width : 782px) {
    .image-answer {
        height: 160px;
        width: 160px;
    }

    .image-answer-wrapper {
        margin: 5px 5px;
        padding: 0px 0px;
    }
}

@media only screen and (max-width : 360px) {
    .image-answer {
        height: 100%;
        width: 100%;
        max-width: 200px;
        max-height: 200px;
    }
}

.image-answer-clicked {
    border: 2px solid #000000;
    filter: drop-shadow(2px 4px 6px black);
}

.image-answer:hover {
    cursor: pointer;
}

.new-matequiz {
    cursor: pointer;
}

@media (max-width: 900px) {
    .leaderboard {
        min-height: 80px;
        margin-top: 3px;
        margin-bottom: 10px;
    }
}

@media (min-width: 600px) {
    .desktop-leaderboard {
        min-height: 90px;
    }
}


.languages {
    font-size: 14px;
    max-width: 600px;
    margin: auto;
}

.languages img {
    height: 14px;
    margin-right: 3px;
    border: 1px solid lightgrey;
    display: none;
}

.languages a {
    word-break: keep-all;
    white-space: nowrap;
    margin: 5px 9px;
    line-height: 25px;
    font-size: 14px;
}


.st-btn {
    display: inline-block !important;
    width: 100px;
}

/* MQ traits */

.slidecontainer {
    width: 100%;
    max-width: 300px;
    margin: auto;
    padding-bottom: 20px;
}

.slider {
    -webkit-appearance: none;
    width: 80%;
    max-width: 240px;
    height: 10px;
    background: #00000017;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #585858;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #585858;
    cursor: pointer;
}

.traits-result {
    width: 80%;
    margin-top: 0px;
    table-layout: fixed;
    background-color: transparent;
}

.traits-result tbody,
.traits-result tr {
    width: 100%;
}

.traits-result td {
    padding: 0px 0px;
    width: 11%;
    min-width: 1px;
    visibility: hidden;
    border-top: 0 !important;
}

.slideresults {
    padding: 20px 30px;
    border-radius: 10px;
}

.slideresults:nth-of-type(1) {
    background-color: #fff0f0;
    border: 1px solid #ff7e7e;
}

.slideresults:nth-of-type(2) {
    background-color: #fff9f0;
    border: 1px solid #ffca7a;
}

.slideresults:nth-of-type(3) {
    background-color: #fbfff0;
    border: 1px solid #dcff7b;
}

.slideresults:nth-of-type(4) {
    background-color: #f2fff0;
    border: 1px solid #89ff77;
}

.slideresults:nth-of-type(5) {
    background-color: #f0ffff;
    border: 1px solid #76ffff;
}

.slideresults:nth-of-type(6) {
    background-color: #f0f4ff;
    border: 1px solid #779bff;
}

.slideresults:nth-of-type(7) {
    background-color: #f7f0ff;
    border: 1px solid #b677ff;
}

.slideresults:nth-of-type(8) {
    background-color: #fff0f9;
    border: 1px solid #ff7aca;
}

.slideresults:nth-of-type(9) {
    background-color: #fff0f0;
    border: 1px solid #ff7e7e;
}

.slideresults:nth-of-type(1) .slider::-webkit-slider-thumb {
    background: #ff7e7e;
}

.slideresults:nth-of-type(2) .slider::-webkit-slider-thumb {
    background: #ffca7a;
}

.slideresults:nth-of-type(3) .slider::-webkit-slider-thumb {
    background: #dcff7b;
}

.slideresults:nth-of-type(4) .slider::-webkit-slider-thumb {
    background: #89ff77;
}

.slideresults:nth-of-type(5) .slider::-webkit-slider-thumb {
    background: #76ffff;
}

.slideresults:nth-of-type(6) .slider::-webkit-slider-thumb {
    background: #779bff;
}

.slideresults:nth-of-type(7) .slider::-webkit-slider-thumb {
    background: #b677ff;
}

.slideresults:nth-of-type(8) .slider::-webkit-slider-thumb {
    background: #ff7aca;
}

.slideresults:nth-of-type(9) .slider::-webkit-slider-thumb {
    background: #ff7e7e;
}



.slideresults:nth-of-type(1) .slider::-moz-range-thumb {
    background: red;
}


#comments {
    text-align: left;
    margin-bottom: 10px;
    max-width: 500px;
    margin: auto;
}

#comments .comments-section {
    max-height: 300px;
    overflow-y: scroll;
    padding-right: 10px;
}

#comments div {
    text-align: left;
}

#comments p {
    margin-top: 3px;
    margin-bottom: 3px;
}

#comments .comment:first-child {
    margin-top: 20px;
}

#comments div {
    text-align: left;
}

.comment-username {
    color: #3D5E9B;
    font-weight: 700;
    display: inline-block;
}

.comment-date {
    display: inline-block;
    float: right;
    color: grey;
    font-size: 12px;
}


.sticky-footer-standard {
    z-index: 0 !important;
}


.ratings {
    list-style-type: none;
    margin: auto;
    padding: 0;
    direction: rtl;
    text-align: left;
    width: fit-content;
    width: max-content;
}

.ratingStars {
    list-style-type: none;
    margin: auto;
    padding: 0;
    text-align: left;
    width: fit-content;
    width: max-content;
    max-width:100%;
}

.starsRow {
	width: 100%;
	margin: 5px 0px 8px 0px;
}

.starsLine {
	width: 100%;
}

.star {
    position: relative;
    line-height: 60px;
    display: inline-block;
    transition: color 0.2s ease;
    color: grey;
    max-width: 17%;
}

.star:before {
    content: '\2605';
    width: 45px;
    height: 45px;
    font-size: 45px;
}

.smallstar {
    position: relative;
    line-height: 30px;
    display: inline-block;
    transition: color 0.2s ease;
    color: grey;
}

.smallstar:before {
    content: '\2605';
    width: 30px;
    height: 30px;
}


#ratingInfo {
    font-size: 12px;
}

.smallstar:before {
    font-size: 20px;
}


.smallstar.selected,
.smallstar.selected~.smallstar {
    transition: color 0.8s ease;
    color: var(--contrastcolor);
}

.col-lg-6 h2,
.col-lg-6 p,
.col-lg-4 h2,
.col-lg-4 p {
    float: left;
    text-align: justify;
}

h2, .h2 {
	font-size: 1.5rem;
}

.col-lg-6 p,
.col-lg-4 p {
    margin-top: 0px;
    margin-bottom: 35px;
}

.col-lg-4 {
    padding-left: 20px;
    padding-right: 20px;
}


@media (max-width: 360px) {
    .add300x250 {
        min-height: 300px;
    }
}

@media (min-width: 360px) and (max-width: 500px) {
    .add300x250 {
        min-height: 250px;
        padding-top: 10px;
    }
}

@media (min-width: 500px) {
    .add300x250 {
        min-height: 250px;
    }
}

@media (min-width: 600px) {
    .add300x250desktop {
        min-height: 250px;
    }
}

@media (max-width: 599px) {
	.add300x250desktop,
    .desktop-leaderboard {
		display: none;
	}
}
@media (min-width: 600px) {
	.onlyMobileAd {
		display: none !important;
	}
}

/* .add300x250:before,
.add300x250desktop:before,
.desktop-leaderboard:before,
.leaderboard:before, .android-only:before, .ios-only:before, */
[data-aaad="true"]:before,  .adsbygoogle:before  {
    display: block;
    top: 5px;
    content: "Advertisement";
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    color: #999;
    text-transform: uppercase;
}

.btn-thisorthat {
    width: calc(50% - 20px) !important;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    height: 80px;
    padding: 0px;
    font-size: 18px;
}

.label-thisorthat {
    vertical-align: middle;
    width: 1%;
    height: inherit;
    display: table-cell;
}
#more-quizzes .quiz-tile{
    box-shadow: 0px 0px 20px 0px #c5c3c3;
    max-width: 400px;
    margin: auto;
    background-color: white;
}
#more-quizzes .title{
    color: #000000;
    height: 4em;
    padding: 0.3em 1em;
}
#more-quizzes .image{
    padding: 10px;
}
#more-quizzes .image img{
    width: 100%;
}
#more-quizzes .title h3{
    font-size: 18px;
}
#more-quizzes div[class*="col-"] {
    margin-top: 10px;
}
#moreQuizzesPopup p {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

#moreQuizzesPopupContainer .image{
    padding: 10px;
    margin-top: 8px;
}

#moreQuizzesPopupContainer .title{
    /* height: 70px; */
}
#moreQuizzesPopupContainer .quiz-tile{
    box-shadow: 0px 0px 20px 0px #c5c3c3;
    height: calc(100% - 10px);
}

#moreQuizzesPopupContainer{
    margin-bottom: 10px;
    padding: 10px;
}
#moreQuizzesPopupContainer h3 {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.6;
    margin-bottom: 0px;
    margin: auto;
}

@media (max-width: 500px) {
	#moreQuizzesPopupContainer a {
		display: flex;
	}
}

@media (max-width: 350px) {
	#moreQuizzesPopupContainer h3 {
		font-size: 12px;
	}
}

#moreQuizzesPopupContainer .title {
    color: black;
    align-items: center;
    display: flex;
}

@media (max-width: 575px) {

    #moreQuizzesPopupContainer .col-xs-5, #moreQuizzesPopupContainer .col-xs-7{
        display: inline-block;
    }
    #moreQuizzesPopupContainer .col-xs-5{
        width: 40%;
    }
    #moreQuizzesPopupContainer .col-xs-7{
        width: 60%;
    }
    #moreQuizzesPopupContainer .image {
        padding: 0;
    }
    #moreQuizzesPopupContainer .quiz-tile {
        margin-top: 10px;
    }
    #moreQuizzesPopupContainer div[class*="col-"] {
        margin-top: 0;
    }
}

/* Small phones */

@media (max-width: 340px) {
	.languages a {
        margin: 5px 5px;
        font-size: 13px;
	}

	body {
		font-size: 14px;
	}

	ul {
		padding: 10px 10px;
	}

	.navbar-brand {
		max-width: 40%;
		padding-top: 1px;
	}

	.navbar-brand .logo {
		width: 100%;
		height: 20px;
	}
}

.navbar-mid-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0.5em 1em 1em;
    text-align: left;
}


@media (max-width: 1300px) {
	.navbar-mid-dropdown-content {
		right: 10px;
	}
}

@media (max-width: 600px) {
	.only-mobile {
		display: block !important;
	}
}

@media (min-width: 600px) {
	.only-desktop {
		display: block !important;
	}
}
.faq_question{
    background-color: white;
    padding: 1.5em 2em;
    text-align: left;
}

#faq, #howtoplay {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 20px;

}

#howtoplay img {
	width: 80%;
	max-width: 400px;
	border: 1px solid #cbcbcb;
    box-shadow: 2px 2px 5px #cbcbcb;
    padding: 10px 10px;
}

#howtoplay li {
	margin-top: 20px;
}

#thoughts {
	margin-top:20px;
	margin-bottom:20px;
	padding-bottom: 10px;
	contain:content;
}

.thought {
	display:flex;
	background-color:#fff;
	padding:20px;  border-radius:30px;  min-width:100px;  max-width: 100%;  min-height:40px;  margin:20px;
	position:relative;  align-items:center;  justify-content:center;  text-align:center;
	float:left;
}

.thought:before,.thought:after {
	content:"";
	background-color:#fff;
	border-radius:50%;
	display:block;
	position:absolute;
	z-index:-1;
}

.thought:before {  width:44px;  height:44px;  top:-12px;  left:28px;  box-shadow:-50px 30px 0 -12px #fff;}
.thought:after {  bottom:-10px;  right:26px;  width:30px;  height:30px;
	box-shadow:40px -34px 0 0 #fff, -28px -6px 0 -2px #fff,  -24px 17px 0 -6px #fff,  -5px 25px 0 -10px #fff;
	}



.girl-image {
	max-width: 88% !important;
}

.girl-boy-image {
	max-width: 200px !important;
}

.instagram-image {
	max-width: 100%;
	float: left;
	margin-bottom: 5px;
}

.col-first, .col-second {
	padding: 0px 0px;
}

@media (min-width: 850px) {
	.col-first {
		width: 75%;
		padding: 40px 10px;
	}
	.col-second {
		width: 25%;
		margin-left: -80px;
	}
}

@media (max-width: 850px) {
	.col-first {
		width: 70%;
		padding: 20px 10px 20px 10px;
	}
	.col-second {
		width: 30%;
	}

	.girl-image {
    	max-width: 100% !important;
        bottom: 0px;
        right: -36px;
        position: absolute;
        width: 190px;
    }
}

#moreLanguages a {
	padding: 5px 10px;
	color: #93360c;
	font-size: 14px;
}

#moreLanguages {
	margin-bottom: 10px;
}
/*! CSS Used from: https://www.matequiz.com/static/css/checkboxes.css?v=2021-10-04 */

.funkyradio div {
    clear: both;
    overflow: hidden;
    contain: content;
    position: relative;
}

.funkyradio label {
    width: 100%;
    font-weight: normal;
    float: left;
}

.funkyradio input[type="radio"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.question-jumbotron .funkyradio-success input[type="radio"]:empty ~ label:before {
	top: 40px !important;
	margin-top: -18px !important;
}

.funkyradio input[type="radio"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 30px;
    height: 30px;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid var(--grey);
    margin: auto 0px;
}


.funkyradio input[type="radio"]:checked ~ label {
    color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before {
    content: '\2713';
    text-indent: 0px;
    line-height: 2;

    color: black;
    background-color: #ccc;
}

.selectGender .funkyradio input[type="radio"]:checked ~ label:before {
    text-indent: 8px;
}

.funkyradio input[type="radio"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}
.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="radio"]:checked ~  textarea {
    background-color: var(--lightyellow);
}

.funkyradio-success .answerDelete {
    width: 30px;
    height: 28px;
    color: black;
    cursor: pointer;
    background: 0 0;
    margin: auto 0px;
    font-size: 22px;
    border: 0;
    line-height: 1;
    font-weight: bold;
    padding: 2px 2px;
}
.funkyradio-success .answerDeleteDiv {
    width: 28px;
    height: 100%;
    position: absolute;
    float: right;
    right: 0px;
    display: flex;
}