/*

16px = 1rem
18px = 1.125rem
20px = 1.25rem
22px = 1.375rem
24px = 1.5rem
26px = 1.625rem
28px = 1.75rem
30px = 1.875rem
32px = 2rem

sm (small devices)
@media (max-width: 575px) {}
@media (min-width: 576px) {}

md (medium devices)
@media (max-width: 767px) {}
@media (min-width: 768px) {}

lg (large devices)
@media (max-width: 991px) {}
@media (min-width: 992px) {}

xl (extra large devices)
@media (max-width: 1199px) {}
@media (min-width: 1200px) {}

*/

/*  font-family: "montserrat", sans-serif;
    font-weight: 300;
    font-weight: 400;
    font-style: normal;

    font-family: "montserrat", sans-serif;
    font-weight: 600;
    font-weight: 700;
    font-style: normal;
*/

.container {
    max-width: 1600px;
}

body {
    font-family: "montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.2;
    color: #231f20;
    background-color: #fff;
}
html, body {
    overflow: hidden;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
}
h1 {
    font-size: 6rem;
    line-height: 1;
}
h2 {
    font-size: 3rem;
    line-height: 1.2;
}
h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}
h4 {font-size: 1.25rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.75rem;}

p {margin-bottom: 1.5rem;}

a {color: #be1f3c;}
a:hover {
    color: #be1f3c;
    text-decoration: underline;
}

td.noWrap{
     white-space: nowrap;
}
td.maxWidth{
    width:100%;
}

/* Input */
.required-field {
    display: none;
}
inputErr {
    background-color: #ffe5e5;
}

.btn.submit-loader {
    color: transparent;
    background: #fff url("/images/submit-loader.gif") center center no-repeat;
}

/* Input */
input[type=checkbox] {
    vertical-align: top;
    margin-top: 6px;
}
input[type=radio] + label,
input[type=checkbox] + label {
    margin-left: 4px;
    margin-right: 10px;
    margin-bottom: 0;
    display: inline-block;
}
.required-field {
    display: none;
}
.inputErr {
    background-color: #ffe5e5;
}
table.inputErr,
span.inputErr {
    border-radius: 4px;
}
table.inputErr td,
span.inputErr,
div.RadAsyncUpload.inputErr {
    padding: 10px;
}

/* buttons */
.btn-primary {
    background-color: #93bd3e !important;
    border-color: #93bd3e !important;
    border-width: 2px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 1.5rem !important;
    border-radius:15px!important
    
}
.btn-primary:hover,
.btn-primary.active,
.btn-primary:focus {
    background-color: #143e68 !important;
    border-color: #143e68 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.RadAjaxPanel {
    width: 100%;
}

.logo {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 200px;
}

.section {
    height: 100vh;
    background-color: #cee4b2;
}
.section .col-md-12 {
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}
#start.section {
    background-image: url('/images/visual.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#start.section .col-md-12{
    margin-top:-12vh;
    margin-left:-2vw;
}
#start.section img.play {
    width: 45%;
    height: auto;
}
#start.section .col-md-12 .btn-primary{
    font-size: 2rem !important;
    padding: 2% 15% 2% 15% !important;
}

.btn-primary.next {
    align-self: center;
}
#Q1.section,
#Q2.section,
#Q3.section,
#Q4.section,
#Q5.section {
    .btn-primary.next {
        display: none;
    }
}

#end.section .btn-primary.next {
    display: block;
}

#Q1.section,
#Q2.section,
#Q3.section,
#Q4.section,
#Q5.section{
}

#Q1.section .col-md-12,
#Q1a.section .col-md-12,
#Q2.section .col-md-12,
#Q2a.section .col-md-12,
#Q3.section .col-md-12,
#Q3a.section .col-md-12,
#Q4.section .col-md-12,
#Q4a.section .col-md-12,
#Q5.section .col-md-12,
#Q5a.section .col-md-12,
#xform.section .col-md-12 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
}
#Q1.section .questionWrapper,
#Q2.section .questionWrapper,
#Q3.section .questionWrapper,
#Q4.section .questionWrapper,
#Q5.section .questionWrapper,
#xform.section .questionWrapper {
    background-color: #deedcc;
    padding: 40px;
    border-radius: 15px;
    width: 100%;
}
#Q1.section h3.title,
#Q2.section h3.title,
#Q3.section h3.title,
#Q4.section h3.title,
#Q5.section h3.title,
#xform.section h3.title {
    font-size: 2.5rem;
    /*font-size: 2.2rem;*/
    font-weight: 300;
    color: #153d75;
}
#Q1.section h3.info,
#Q2.section h3.info,
#Q3.section h3.info,
#Q4.section h3.info,
#Q5.section h3.info,
#xform.section h3.info {
    padding-left: 15px;
    border-left: 4px solid #5a5a5a;
    font-size: 1.2rem;
    /*font-size: 1rem;*/
    font-weight: 300;
    color: #5a5a5a;
}
#Q1.section h3.question,
#Q2.section h3.question,
#Q3.section h3.question,
#Q4.section h3.question,
#Q5.section h3.question,
#xform.section h3.question {
    /*font-size: 2.5rem;*/
    font-size: 2.2rem;
    font-weight: 600;
    line-height:2.6rem;
    color: #5a5a5a;
}
#Q1.section h3.subQuestion,
#Q2.section h3.subQuestion,
#Q3.section h3.subQuestion,
#Q4.section h3.subQuestion,
#Q5.section h3.subQuestion,
#xform.section h3.subQuestion {
    font-size: 1.5rem;
    font-weight: 600;
    color: #5a5a5a;
    margin-bottom:0;
}

table.answer{
    margin-top:15px;
}
table.answer td{
    background-color:transparent;
}
table.answer tr td {
   width: auto;
   height:0px;
}
table.answer tr td:first-child a.btn-primary {
    display: block;
    height: 100%;
    background-color: #91c454 !important;
    border-color: #91c454 !important;
    font-size: 3rem !important;
    font-weight:600;
    color: #086f3c!important;
    min-width:100px;
}
table.answer tr td:first-child a.btn-primary:hover {
    background-color: #086f3c !important;
    border-color: #086f3c !important;
    color: #91c454!important;
}
table.answer tr td:first-child a.btn-primary.correct {
    background-color: green !important;
    border-color: green !important;
    color: #fff !important;
}
table.answer tr td:first-child a.btn-primary.error {
    background-color: #cecece !important;
    border-color: #cecece !important;
    color: #5a5a5a !important;
}
table.answer tr td:first-child a.btn-primary.error2 {
    background-color: #e68b8c !important;
    border-color: #e68b8c !important;
    color: #5a5a5a !important;
}
table.answer tr td:nth-child(2n+2) {
    width: 100%;
}
table.answer td .tdWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 25px 40px 25px 40px;
    height: 100%;
    color: #5a5a5a;
    font-size: 1.2rem;
    font-weight: 600;
    background-color: #ddedca;
    border-radius: 15px;
}

.footnote {
    position: absolute;
    left: 50px;
    bottom: 15px;
    width: CALC(100% - 100px);
    text-align: center;
    word-break: break-all;
    font-size: 0.8rem;
    /*overflow-wrap: break-word;*/
    /*word-break: keep-all;*/
}

#end.section .col-md-12 {
    font-size: 2rem;
    color: #5a5a5a;
}
#end.section .col-md-12 .btn-primary {
    font-size: 2rem !important;
    padding: 0.5% 5% 0.5% 5% !important;
}
#end.section .result {
    display: flex;
    justify-content: center;
   
}
#end.section p {
    font-weight: 400;
}
#end.section .result a.btn-primary{
    padding: 10px 25px 10px 25px!important;
    margin:0 10px 0 10px;
}

#end.section a.btn-primary.correct {
    background-color: #93bd3e !important;
    border-color: #93bd3e !important;
    color: #086f3c !important;
}
#end.section a.btn-primary.error {
    background-color: #cecece !important;
    border-color: #cecece !important;
    color: #5a5a5a !important;
}

#xform.section a.btn-primary{
    border-radius:25px!important;
}
#xform.section a.btn-primary.restart {
    background-color: #cecece !important;
    border-color: #cecece !important;
    color: #5a5a5a !important;
}

#xform.section .btn-primary.restart:hover,
#xform.section .btn-primary.restart.active,
#xform.section .btn-primary.restart:focus {
    background-color: #143e68 !important;
    border-color: #143e68 !important;
    color: #fff !important;
    text-decoration: none !important;
}

#xform .form-control {
    font-size: 1.5rem;
    border-radius: 25px;
    padding: 10px 20px 10px 20px;
}

#message-correct h3,
#message-error h3 {
    color: #143e68;
}


    .shake-horizontal {
        -webkit-animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
        animation: shake-horizontal 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    }
    /* ----------------------------------------------
 * Generated by Animista on 2025-11-6 12:35:35
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
    /**
 * ----------------------------------------
 * animation shake-horizontal
 * ----------------------------------------
 */
    @-webkit-keyframes shake-horizontal {
        0%, 100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        10%, 30%, 50%, 70% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        20%, 40%, 60% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

        80% {
            -webkit-transform: translateX(8px);
            transform: translateX(8px);
        }

        90% {
            -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
        }
    }

    @keyframes shake-horizontal {
        0%, 100% {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        10%, 30%, 50%, 70% {
            -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
        }

        20%, 40%, 60% {
            -webkit-transform: translateX(10px);
            transform: translateX(10px);
        }

        80% {
            -webkit-transform: translateX(8px);
            transform: translateX(8px);
        }

        90% {
            -webkit-transform: translateX(-8px);
            transform: translateX(-8px);
        }
    }
