html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
        ;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    ;
    border: 0px !important;
    ;
    left: 0px !important;
    ;
    right: 0px !important;
    cursor: pointer !important;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: inherit;
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4 {
    font-weight: normal;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
	cursor:pointer;
}

input, button {
    border: 0;
}

p {
    margin-bottom: 1rem;
}

.container {
    position: relative;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding: 0 20px; */
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.clear {
    clear: both;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: var(--bg-main);
    background-image: url(../imgs/ricepurity-bg-min.png);
    background-size: 160px 160px;
    background-repeat: repeat;
}

body {
    margin: 0;
    font-family: var(--font-family);
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-black)
}

/*menu*/
header {
    /* background-color: var(--bg-main); */
    /* display: none; */
}

.grid__menu {
    padding: 1rem 0;
}

.grid__menu--heading .ricepurity-heading {
    font-size: var(--heading-size-large);
    font-weight: 700;
}
.ricepurity-heading{
	text-align:center;
}
.grid__menu--heading .ricepurity-point {
    color: var(--color-red);
}
.ricepurity--version{
	font-size:var(--size-20);
	padding: 0 var(--line-width-larger);
	/* margin:0 8px; */
}
/*heading */

.ricepurity-heading {
    font-size: var(--heading-size);
    color: inherit;
    padding: 0 var(--line-width);
    font-weight: 600;
}

.ricepurity__brand {
    display: inline-block;
    position: relative;
    font-family: 'Lora', serif;
	/* min-width:445px; */
}

.line {
    position: absolute;
    width: calc(var(--line-width));
    height: 2px;
    background-color: #000;
    z-index: 1;
}

.line.left-top {
    left: -0.5rem;
    top: calc(50% - 2px);
}

.line.left-bottom {
    left: -0.5rem;
    top: calc(50% + 2px);
}

.line.right-top {
    top: calc(50% - 2px);
    right: -0.5rem;
}

.line.right-bottom {
    right: -0.5rem;
    top: calc(50% + 2px);
}

.ricepurity-version {
    position: absolute;
    left: 0;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
    font-size: var(--heading-size);
    font-weight: bold;
    color: var(--color-red);
    bottom: 55%;
    z-index: 2;
    font-style: italic;
}

.ricepurity-ofthe {
    position: absolute;
    top: -50%;
    left: 50%;
    font-size: 22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 500;
}

.grid__header--heading .ricepurity-heading {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

/*end heading*/

/*game_play*/
.grid__header {
    max-width: 632px;
    margin: 0 auto;
}

/* .grid__header, .grid__test--progress {
    max-width: 632px;
    margin: 0 auto;
} */

.grid__header--control {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 1.5rem;
}

.grid__header--heading {
    color: var(--color-black);
    margin-bottom: 2rem;

}

.grid__header--heading .ricepurity-point {
    color: var(--color-red);
}

.grid__header--heading .line {
    width: var(--line-width-larger);
}

.grid__header .ricepurity-heading {
    font-size: var(--heading-size-large);
    /* padding: 0 var(--line-width-larger); */
}

.grid__description {
    text-align: center;
}
.grid__description p{
	margin-bottom: 0.375rem;
}
.grid__description .p-attention {
    font-style: italic;
    font-weight: 700;
}

.arrow-test {
    margin: 1.5rem 0;
}

.button__control {
    display: inline-block;
    width: 200px;
    height: 60px;
    background-color: var(--color-red);
    color: var(--color-white);
    border-radius: 30px;
    font-size: 22px;
    border: 1px solid var(--color-red);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button__control:hover{
	background-color:#771307;
}
.button__control.white-color{
	background-color: var(--color-white);
	color: var(--color-red)
}
.button__control.white-color:hover{
	/* background-color:#771307; */
	color: #771307
}
@media (min-width:664px) {
    .button__control:hover {
        /* background-color: var(--color-white); */
        /* color: var(--color-red) */
    }
}

.button__control:active, .button__control.active {
    background-color: var(--color-white);
    color: var(--color-red)
}

.site__description{
    margin-top:5rem;
}

.site__description h1,
.site__description h2,
.site__description h3,
.site__description h4,
.site__description h5,
.site__description h6 {
    color: var(--color-red);
    font-weight: bold;
    margin: revert;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

table tbody {
    background-color: #F5F5F5;
}

table tr {
    width: 100%;
}

table td,
table th {
    padding: 10px 1rem;
    vertical-align: middle;
    border: 1px solid;
}

table p {
    margin: 0;
}

.site__description h1 {
    font-size: 26px;
}

.site__description h2 {
    font-size: 24px;
}

.site__description h3 {
    font-size: 20px;
	font-weight:600;
}

.site__description ol,
.site__description ul {
    padding-left: 40px;
}

.site__description li {
    list-style: disc;
}

.site__description {
    /* font-size: 19px; */
}

/*end game_play*/
footer {
    background-color: var(--color-red);
}

.link {
    display: inline-block;
    padding: 10px;
    color: var(--color-white);
    font-weight: lighter;
}

.footer__flexing {
    padding: 1.25rem 0;
}

footer .ricepurity-heading {
    color: #FDEDC9;
}

footer .ricepurity__brand .line {
    background-color: #FDEDC9;
}

/*test*/
.grid__test {
    /* display: none; */
}

.purity__test {
    background-color: var(--color-white);
}

.purity__test header {
    display: block;
}

.purity__test .grid__purity, .purity__test footer {
    display: none;
}

.purity__test footer {
    /* display: none; */
}

.purity__test .grid__test {
    display: block;
}

.grid__test--progress {
    width: 100%;
    height: 1rem;
    border-radius: 10px;
    overflow: hidden;
    /* position: relative; */
    background-color: var(--bg-main);
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.grid__test--progress--complete, .grid__test--progress-results--complete {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-red);
    color: var(--color-white);
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* padding: 0 10px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

/* .grid__test--progress--complete::after {
    content: "";
    position: absolute;
    top: -7px;
    right: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-top: 6px solid var(--color-red);
    border-right: 6px solid transparent;
    z-index: 2;
    position: absolute;
} 

.grid__test--progress::before {
    content: attr(data-text);
    top: -20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: var(--color-black);
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}
*/
.grid__test--question p {
    font-style: italic;
    margin-bottom: 1rem;
    font-size: var(--heading-size);
}

.grid__test--question question {
    font-size: var(--heading-size-large);
    min-height: 144px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid__test--question {
    margin-bottom: 2rem;
}

.grid__test--answer .button__control {
    width: 120px;
    height: 44px;
    font-size: 20px;
    text-transform: capitalize;
    margin: 0 1rem;
}

.grid__test--answer {
    margin-bottom: 2rem;
}

.button__control--back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.button__control--back svg {
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.grid__test--back {
    display: none;
}

.loading-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-svg svg {
    width: 60px;
    height: 60px;
}

/*grid__test_v2*/

.grid__test--control {
    background-color: var(--color-white);
    padding: 3rem 4rem;
	border-radius: 1.5rem 1.5rem 0 0;
}

.grid__test--control-header {
    text-align: center;
    color: var(--color-red);
    margin-bottom: 2rem;
    font-size: var(--size-20);
    font-weight: 600;
}

.grid__test--control-question li {
    font-weight: 500;
    cursor: pointer;
    position: relative;
    width: 100%;
    line-height: 1.25;
}

.grid__test--control-question-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid #D4D4D4;
}

.grid__test--control-question li strong {
    min-width: 44px;
    padding-left: 8px;
}

.grid__test--control-question li .text-question {
    width: 100%;
    padding-right: 2.5rem;
}

.checkmark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 24px;
    position: relative;
    right: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkmark svg {
    width: 24px;
    height: 18px;
    fill: var(--color-white)
}

.checkmark svg path {
    fill: var(--color-white)
}

.grid__test--control-question li.active{
    background-color: var(--color-red);
    color: var(--color-white)
}

.grid__test--control-question li.active .checkmark svg path{
	fill: var(--color-white)!important;
}
@media (min-width:1025px) {
	.grid__test--control-question li:hover {
		background-color: var(--color-red);
		color: var(--color-white)
	}
	
	.grid__test--control-question li:hover .checkmark svg path{
		fill: var(--color-red)
	}
}


.grid__test--control-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    font-size: var(--size-20);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2rem;
}

.grid__test--control-button .button__control {
    width: 100%;
    text-transform: unset;
    border-radius: 10px;
    height: 40px;
    text-align: center;
    font-size: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

#thumbnail-result {
    margin-top: 100px;
    /* margin-bottom: 80px; */
}

.grid__results--content-score {
    line-height: 1;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

#thumbnail-result .grid__test--control-button {
    margin-top: 4rem;
}

/*results test*/

.grid__results {
    display: none;
}

.grid__results--content {
    color: var(--color-white);
    border-radius: 20px;
    padding: 1rem;
    background-color: var(--color-red);
    margin: 1rem 0;
}

.grid__results--content {
    font-weight: 600;
}

#result-score {
    font-size: 80px;
    color: var(--color-red)
}

.grid__results--content-title {
    color: var(--color-red);
    font-size: var(--size-18);
    font-weight: bold;
}

.share__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem;

}

.share__group>span {
    font-weight: 600;
    font-size: 19px;
}

.sharing__button {
    cursor: pointer;
    width: 48px;
    height: 48px;
    -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
    transition: opacity 0.2s ease-in, top 0.2s ease-in;
    border-radius: 5px;
}

.sharing__button img {
    width: 24px;
    height: 24px;
}

.sharing__button:hover {
    opacity: .8;
    top: -4px;
}

#fb_share_button {
    background-color: #4267B2;
}

#twitter_share_button {
    background-color: #000000;
}

#link_share_button {
    background-color: #95D03A;
}

.overlay--share {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    display: none;
}

.overflow-share-popup {
    position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    width: 100%;
    max-width: 270px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
}

.overflow-share-popup .grid__test--control {
    padding: 1.5rem;
	border-radius: 1.5rem;
}

/*end test*/
:root {
    --bg-main: #FDEDC9;
    --color-black: #000000;
    --color-white: #ffffff;
    --color-red: #831F11;
    --color-yellow: #FFB40D;
    --font-family: 'Arimo', serif;
    --line-width: 40px;
    --line-width-larger: 92px;
    --heading-size: 26px;
    --heading-size-large: 32px;
    --size-20: 20px;
    --size-18: 18px;
    --margin-control: 225px;
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button, li {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.sharing__button {
    position: relative;
}

#link_share_button.active {
    opacity: 1;
}

#link_share_button.active::after {
    content: "Link Copied!";
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    font-size: 14px;
    white-space: nowrap;
}

#link_share_button.active::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -3px;
}

.share__group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.grid__purity,
.grid__test,
.grid__results {
    padding-bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.loading-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 999;
}

.throw-ads-reponsive {
    margin: 0.5rem 0;
    text-align: center;
}

.throw-ads-bottom-fixed {
    position: fixed;
    bottom: 0;
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    display: none;
}

.throw-ads-bottom-fixed span {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    top: -12px;
    right: 0;
    text-align: center;
    line-height: 24px;
    background-color: rgba(0, 0, 0, 0.65);
    cursor: pointer;
}
@media (min-width:768px){
	.grid__test--control-button .button__control{
		height: 48px;
	}
	.grid__test--control-button{
		margin-top:2.5rem;
	}
	.container{
		padding: 0 20px;
	}
	.grid__test .container {
        padding: 0;
    }
}
@media (max-width:663px) {
    :root {
        /* --line-width: 24px; */
        --line-width-larger: 40px;
        --heading-size: 20px;
        --heading-size-large: 24px;
        --margin-control: 3rem;
    }
	.container{
		padding: 0 20px;
	}
    .grid__header--control {
        margin-top: 3.5rem;
    }

    .ricepurity-ofthe {
        font-size: 1rem;
    }

    .ricepurity-version {
        bottom: 65%;
    }
	.grid__test--control-question li{
		/* border-bottom: 1px solid transparent; */
	}
	.grid__test--control-question li.active .grid__test--control-question-box {
		border-color: var(--color-red);
	}
	.grid__test--control-question li.active{
		border-bottom: 1px solid #D4D4D4;
	}
    .footer__flexing {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .ricepurity__brand {
        margin-bottom: 10px;
    }

    .link {
        display: block;
        text-align: center;
    }

    .arrow-test {
        margin-bottom: 2rem;
    }
	.site__description{
		margin-top:4rem;
	}
    body, .grid__test--control-button, .grid__test--control-question {
        /* font-size: 14px; */
    }
	.grid__test--control-button{
		font-size: 14px;
	}
	.grid__test--control-question li .text-question{
		padding-right:0;
		padding-top:4px;
		padding-bottom:4px;
	}
    .grid__test--control-question li {
        min-height: 40px;
        line-height: 1.42857;
    }

    .grid__test--control-question li strong {
        min-width: 32px;
        padding-left: 0;
    }

    .checkmark {
        width: 16px;
        height: 16px;
        right: 0;
    }

    .grid__test--control-question {
        margin: 0 -20px;
    }

    .grid__test--control-question li {
        padding: 0 20px;
    }

    .grid__test--control {
        padding: 2rem 1.25rem;
    }

    .grid__test--control-button {
        gap: 1.5rem;
    }

    .grid__test--control-question .grid__test--control-button {
        padding: 0 20px;
    }

    #result-score {
        font-size: 4rem;
    }

    #thumbnail-result {
        margin-top: 2rem;
        /* margin-bottom: 4rem; */
    }

    #thumbnail-result .grid__test--control-button {
        margin-top: 2rem;
    }

    .site__description h1 {
        font-size: 20px;
    }

    .site__description h2 {
        font-size: 18px;
    }

    .site__description h3 {
        font-size: 16px;
    }

    :root {
        --size-20: 18px;
    }

}

@media (max-width:500px) {
    :root {
        --heading-size-large: 20px;
        --heading-size: 16px;
    }
	.ricepurity-heading{
		font-size:24px;
	}
	.ricepurity--version{
		font-size:16px;
	}
	.grid__header--heading .line{
		width: var(--line-width);
	}
	.grid__test--control-question li{
		line-height:1.5;
	}
	.grid__menu{
		text-align:center;
	}
}

@media (max-width:300px) {
    .grid__header .ricepurity-heading {
        /* font-size: 16px */
    }
	.ricepurity--version{
		font-size:13px;
	}
}