/* Font Face */

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Thin.eot');
    src: url('../fonts/CeraPro-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Thin.woff2') format('woff2'),
        url('../fonts/CeraPro-Thin.woff') format('woff'),
        url('../fonts/CeraPro-Thin.ttf') format('truetype'),
        url('../fonts/CeraPro-Thin.svg#CeraPro-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Light.eot');
    src: url('../fonts/CeraPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Light.woff2') format('woff2'),
        url('../fonts/CeraPro-Light.woff') format('woff'),
        url('../fonts/CeraPro-Light.ttf') format('truetype'),
        url('../fonts/CeraPro-Light.svg#CeraPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Regular.eot');
    src: url('../fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff'),
        url('../fonts/CeraPro-Regular.ttf') format('truetype'),
        url('../fonts/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('../fonts/CeraPro-Bold.eot');
    src: url('../fonts/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff'),
        url('../fonts/CeraPro-Bold.ttf') format('truetype'),
        url('../fonts/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
    font-weight: bold;
    font-style: 500;
    font-display: swap;
}

@font-face {
    font-family: 'against';
    src: url('../fonts/against-Regular.eot');
    src: url('../fonts/against-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/against-Regular.woff2') format('woff2'),
        url('../fonts/against-Regular.woff') format('woff'),
        url('../fonts/against-Regular.ttf') format('truetype'),
        url('../fonts/against-Regular.svg#against-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Bootstrap */

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}
.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: #0000001a;
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em #0000001a, inset 0 0.125em 0.5em #00000026;
}
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}
.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
    z-index: 1500;
}
.bd-mode-toggle .bi {
    width: 1em;
    height: 1em;
}
.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/* HAE Challenge */

body {
    -webkit-tap-highlight-color: transparent;
}

main {
    padding-bottom: 30px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.regular {
    font-weight: 500;
}

.thin {
    font-weight: 300;
}

.block {
    display: block;
}

.darkBlue {
    color: #534073;
}

.btnDarkBlue {
    display: inline-block;
    background-color: #534073;
    color: #ffffff;
    padding: 14px 30px;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 35px;
    margin: auto;
    border: solid 3px #534073;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnDarkBlue:hover {
    background-color: #ffffff;
    color: #534073;
}

.welcome {
    padding-top: 5%;
}

.haeChallenge_bg01 {
    background: #f00066 url('../images/challenge_bg01.png') no-repeat center bottom;
    background-size:cover;
}

.haeChallenge_bg02 {
    background: #eff0f0 url('../images/challenge_bg02.png') no-repeat left top;
    background-size: 50%;
}

.haeChallenge-logo {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 15px auto 50px auto;
}

.welcome h1 {
    display: block;
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-top: 200px !important;
    margin-bottom: 20px;
}

.welcome p {
    font-family: 'Cera Pro';
    font-weight: 100;
    font-size: 26px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

/* Registo Utilizador */

.login {
    padding-top: 5%;
}

.login h1 {
    display: block;
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 42px;
    text-align: center;
    color: #ffffff;
    margin-top: 200px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.registo input[type="text"] {
    display: block;
    background-color: #ffffff;
    color: #534073;
    text-align: center;
    padding: 14px 30px;
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    margin: auto;
    border: none;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #cfc3e0;
}

.form-control::-webkit-input-placeholder {
    color: #9b8bb8;
}
.form-control:-moz-placeholder {
    color: #9b8bb8;
}
.form-control::-moz-placeholder {
    color: #9b8bb8;
}
.form-control:-ms-input-placeholder {
    color: #9b8bb8;
}

.invalid-feedback {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

/* Questions */

.question {
    padding-top: 2%;
}

.question h1 {
    display: block;
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #546872;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.question h1 span.questionNum {
    font-weight: 500;
    color: #ff006b;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.question .haeChallenge-logo {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 15px 0 50px auto;
}

.answers {
    padding-top: 33px;
}

.answers ul {
    padding: 0;
    margin: 0;
}

.answers ul li {
    font-family: 'Cera Pro';
    font-weight: 500;
    position: relative;
    list-style-type: none;
    display: block;
    background-color: #ffffff;
    color: #534073;
    text-align: left;
    font-size: 20px;
    text-decoration: none;
    border-radius: 25px;
    padding: 14px 30px 14px 9.5%;
    margin: auto;
    border: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #cfc3e0;
    margin-bottom: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.answers ul li:before {
    position: absolute;
    left: 0;
    top: 0%;
    padding-top: 10%%;
    height: 100%;
    width: 8%;
    float: left;
    color: #FF007B;
    font-size: 36px;
    padding-top: 3px;
    font-weight: bold;
    text-align: center;
    background: #fbd6e5;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
}

.answers ul li:nth-child(1):before {
    content: "A.";
}

.answers ul li:nth-child(2):before {
    content: "B.";
}

.answers ul li:nth-child(3):before {
    content: "C.";
}

.answers ul li:nth-child(4):before {
    content: "D.";
}

.answers ul li:last-of-type {
    margin-bottom: 0;
}

.answers ul li.correct:before, .answers ul li.correct:hover:before {
    color: #ffffff;
    background: none;
}

.answers ul li.correct, .answers ul li.correct:hover {
    background: #FF006B;
    background: linear-gradient(90deg,rgba(255, 0, 107, 1) 0%, rgba(219, 0, 94, 1) 100%);
    color: #ffffff;
    border-color: #FF006B;
    opacity: 1;
}

.answers ul li.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.answers ul li.selected:before, .answers ul li:hover:before {
    color: #FF006B;
    background: none;
}

.answers ul li.selected, .answers ul li:hover {
    background: #fbd6e5;
    color: #FF006B;
}

.answers ul.disabled li {
    pointer-events: none;
    opacity: 0.3;
}

.answers ul.disabled li.correct {
    opacity: 1;
}

.answers ul.disabled li.selected {
    opacity: 0.6;
}

.jokers {
    position: relative;
    height: 100%;
}

.jokers ul {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.jokers ul li {
    list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.jokers ul li:hover {
    transform: scale3d(1.2, 1.2, 1.2);
}

.jokers ul li img {
    width: 100%;
}

.jokers ul li:last-of-type {
    margin-bottom: 0;
}

.jokers ul li.selected {
    opacity: 0.2;
    transform: none;
}

.jokers p {
    font-family: "against";
    text-transform: uppercase;
    color: #FF006B;
    font-size: 18px;
    margin-bottom: 8px;
}

.pontos {
    position: relative;
    height: 100%;
}

.pontos ul {
    padding: 0;
    margin: 0;
}

.pontos ul li {
    font-family: "against";
    background: #FF006B;
    background: linear-gradient(90deg,rgba(255, 0, 107, 1) 0%, rgba(219, 0, 94, 1) 100%);
    position: relative;
    list-style-type: none;
    display: block;
    color: #ffffff;
    text-align: right;
    font-size: 32px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 12px;
    padding: 23px 15px 0 15px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    opacity: 0.2;
}

.pontos ul li.selected {
    opacity: 1;
}

.pontos p {
    font-family: "against";
    text-transform: uppercase;
    color: #FF006B;
    font-size: 18px;
    margin-bottom: 8px;
}

.btnConclusao {
    margin-top: 20px;
}


/* Conclusion */

.conclusion {
    padding-top: 2%;
}

.conclusion h1 {
    display: block;
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #546872;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.conclusion h1 span {
    font-weight: 500;
    color: #ff006b;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.conclusion .haeChallenge-logo {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 15px 0 50px auto;
}

.conclusionImg img {
    width: 100%;
}

.refs {
    margin-top: 20px;
}

.refs p {
    color: #546872;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
}

#rcmModal .rcmTxt {
    display: block;
    width: 100%;
}

.modal-header {
    border-bottom: none;
}

.modal {
    background: rgba(239, 66, 111, 0.7);
}

/* Results */

.results {
    padding-top: 2%;
}

.results h1 {
    display: block;
    font-family: 'Cera Pro';
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #546872;
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.results h1 span {
    font-weight: 500;
    color: #ff006b;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 6px;
}

.results .haeChallenge-logo {
    display: block;
    width: 100%;
    max-width: 260px;
    margin: 15px 0 50px auto;
}

.resultsTable {
    background: #ffffff;
    width: 100%;
    border-radius: 35px;
}

.resultsTable .row {
    padding: 20px 30px;
}

.resultsTable p {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 36px;
    color: #534073;
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center;
}

.resultsTable p.teamName {
    font-size: 24px;
    padding-top: 0;
    text-align: left;
}

.percentBar {
    background: #edebf0;
    width: 100%;
    height: 28px;
}

.percentFill {
    background: #ff007b;
    display: block;
    height: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.percentFill.one {
    width: 10%;
}

.percentFill.two {
    width: 20%;
}

.percentFill.tree {
    width: 30%;
}

.percentFill.four {
    width: 40%;
}

.percentFill.five {
    width: 50%;
}

.percentFill.six {
    width: 60%;
}

.percentFill.seven {
    width: 70%;
}

.percentFill.eight{
    width: 80%;
}

.percentFill.nine {
    width: 90%;
}

.percentFill.ten {
    width: 100%;
}

.cup {
    display: block;
    width: 100%;
    max-width: 50px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 20px;
}

/* Footer */

.footer {
    background: #ffffff;
}

.takhzyro-logo {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 10px auto 10px 0;
}

.btnsPopup {
    padding: 0;
    margin: 0;
}

.btnsPopup li {
    display: inline-block;
    list-style-type: none;
}

.btnRcmPopup {
    background: url('../images/btnRcmPopup.png') no-repeat top left;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnRcmPopup:hover {
    background: url('../images/btnRcmPopup_s.png') no-repeat top left;
    background-size: 100%;
}

.btnRefsPopup {
    background: url('../images/btnRefsPopup.png') no-repeat top left;
    background-size: 100%;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btnRefsPopup:hover {
    background: url('../images/btnRefsPopup_s.png') no-repeat top left;
    background-size: 100%;
}

.btnsPopup [type=button] {
-webkit-appearance: button-bevel;
}

.takeda-logo {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 10px 0 10px auto;
}
