﻿body {
    font-family: "Roboto", sans-serif;
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    color: #333333;
    background: #ffc819;
}

.container {
    max-width: 1200px;
}

a {
    color: #1877f2;
    text-decoration: none;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }

header .navbar {
    padding: 1rem 1.5rem;
    justify-content: space-between;
    background: #ffffff;
}

.navbar-brand {
    width: 12.708333333333332%;
    margin-right: 2rem;
}

#page-nav > ul > li + li {
    margin-left: 4.5%;
}

#page-nav > ul > li a {
    color: #43237a;
    line-height: 1;
    padding: 7px 0;
    font-weight: bold;
}

#page-nav > ul > li a {
    border-bottom: 3px solid transparent;
}

#page-nav > ul > li.active a, #page-nav > ul > li:hover a {
    color: #c90617;
    border-bottom: 3px solid #c90617;
}

.social-icon {
    font-size: 2vw;
    border-radius: 5px;
    color: #bf233a;
}

.navbar .dropdown {
    margin-left: 5rem;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    padding-left: 2rem;
}

    .navbar .dropdown:before {
        content: "";
        background-image: url("https://snippcheck.blob.core.windows.net/files/lpi_mondelez_ca_instant_win_2008139/globe-icon.png");
        position: absolute;
        width: 22px;
        height: 22px;
        left: 5px;
        top: 5px;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.navbar .dropdown-item.active, .dropdown-item:active {
    background-color: #c90617;
}

button#languageDropdown {
    background: transparent;
    border: 0;
    color: #43237a;
    font-family: "Roboto", sans-serif;
}

.navbar .dropdown-menu {
    width: auto;
    right: 0;
    left: auto;
    min-width: auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #c90617;
    font-weight: bold;
}

h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}

h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
}

h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
}

h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}

.page-heading {
    color: #c90617;
}

.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #c90617;
    border-radius: 30px;
    padding: 0.5rem 4rem;
    white-space: normal;
    font-weight: bold;
}

    .default-btn:hover {
        background-color: #333333;
        color: #fff;
    }

input#btnUploadImage {
    padding: 0.5rem 2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header, section {
        height: 100%;
    }
}

footer {
    background-color: #0077bb;
    color: #fff;
    margin-top: auto;
}

    footer p {
        margin: 0 0 10px;
    }

#footer-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

    #footer-nav li + li:before {
        content: " | ";
        color: #fff;
        margin-right: 7px;
        display: none;
    }

    #footer-nav li a {
        color: #fff;
    }

.footer-social-nav .social-icon {
    color: #fff;
}

    .footer-social-nav .social-icon:hover {
        color: #c90617;
    }

@media screen and (max-width: 575px) {
    footer {
        text-align: center;
    }

    .footer-left {
        width: 100%;
    }

    #footer-nav li.list-inline-item {
        display: block;
    }

    #footer-nav li + li:before {
        content: "";
        margin-right: 0px;
    }
}
/* ==========================================================================
   mobile menu toggler Style
   ========================================================================== */
header .navbar .navbar-toggler {
    padding: 0px;
    border: 0;
}

.navbar-toggler {
    position: relative;
    height: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #43237a;
    z-index: 999;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #43237a;
        transform: translateY(-10px);
        box-shadow: 0 20px #43237a;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #43237a;
        transform: translateY(0px);
        transition: 0.5s;
        margin-right: -8px;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #fff;
        background: #fff;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
        width: 35px;
        margin: 0;
        background: #fff;
    }


/* ==========================================================================
   Upload-page Style
   ========================================================================== */
#txtPhoto {
    width: 0px;
    height: 0px;
    text-indent: -300em;
    position: fixed;
    top: -20px;
}

.form-control {
    border-color: transparent;
    border-radius: 0px;
    color: #333333;
}
/* ==========================================================================
   Upload-page image preview screen Style
   ========================================================================== */
.instructions .step {
    background-color: #bf233a;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    display: inline-block;
    height: 60px;
    padding: 15px 0px;
    float: left;
    margin: 0px 15px 0px 0px;
    box-sizing: border-box;
    text-align: center;
}

#previewImageContainer {
    max-width: 300px;
}

.previewImageList li + li {
    border-top: 1px solid #dee2e6;
}

.previewImageName {
    font-size: 12px;
}

.deleteIcon {
    font-size: 20px;
    color: #dc3545;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
}

.has-error {
    border-color: #dc3545;
}

.hide {
    display: none;
}

input[disabled] {
    cursor: not-allowed;
}

.spinner-border-bg {
    background: #000000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.spinner-border {
    /* width: 100%; */
    /* height: 100%; */
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.field-validation-error {
    color: red;
    font-size: 90%;
}

/* ==========================================================================
   Support-page Style
   ========================================================================== */
#accordionFAQ > .card {
    margin-bottom: 1.5rem;
    border-radius: 0px;
    border: 0;
}

    #accordionFAQ > .card > .card-header {
        padding: 0px;
        background: transparent;
        border-bottom: 1px solid transparent;
    }

#accordionFAQ .btn-link {
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    color: #333333;
    font-weight: normal;
    padding: 1.25rem;
}

    #accordionFAQ .btn-link:focus,
    #accordionFAQ .btn-link.focus,
    #accordionFAQ .btn-link:hover {
        text-decoration: none;
    }

#accordionFAQ > .card > .card-header h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23b4bbc6' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 16px;
    height: 16px;
}


#accordionFAQ > .card > .card-header.active h2 .btn-link:before {
    display: inline-block;
    content: "";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/></svg>");
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: 25px;
}

#accordionFAQ .card.active .btn-link {
    color: #fff;
}

.card.active {
    background: #c90617;
    color: #fff;
}

    .card.active a {
        color: #ffc819;
    }

.card-body:before {
    content: "";
    width: 96%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    margin: auto;
}

.card-body {
    position: relative;
}

.toogle-country-list ul {
    padding: 0;
    margin: 0;
}

.list-inline {
    list-style: none;
    overflow-wrap: break-word;
}

.toogle-country-list ul li.active {
    border-bottom: 1px solid #48657c;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.toogle-country-list ul li a {
    font-weight: 700;
    color: #48657c;
    text-transform: uppercase;
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

html {
    height: 100%;
}

.toogle-country-list {
    margin: 0 0 0 20px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

hr {
    margin: 1rem -2rem;
    border-color: #bf233a;
}

form hr {
    margin: 1rem 0;
}

.custom-control-label::before, .custom-control-label::after {
    top: 7px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

#h_captcha_field {
    display: none;
}

.how-to-blk {
    margin: 2rem 0 0;
    padding: 2rem 0;
    background: #c90617;
    color: #fff;
}

    .how-to-blk h2 {
        color: #fff;
        margin-bottom: 2rem;
    }

    .how-to-blk h3 {
        color: #fff;
        font-size: 2.4rem;
    }

    .how-to-blk small {
        display: block;
    }

.color-dark {
    color: #333333;
}

input#btnGetOTP {
    text-transform: uppercase;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-popup {
    visibility: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 8px;
    position: absolute;
    top: 50%;
    left: 120%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    white-space: nowrap;
}

.tooltip-container:hover .tooltip-popup {
    visibility: visible;
}

.tooltip-popup img {
    max-width: 270px;
    height: auto;
    margin-right: 5px;
    border-radius: 4px;
    vertical-align: middle;
}

    .tooltip-popup img:last-child {
        margin-right: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    hr {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    hr {
        margin: 1rem 0;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 3px;
    }

    .navbar-brand {
        width: 25%;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        position: relative;
        z-index: 999;
    }

    .toogle-country-list.d-none {
        display: none !important;
    }

    .toogle-country-list {
        display: flex !important;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 4;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    button.navbar-toggler {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .navbar-collapse {
        -webkit-box-ordinal-group: 4;
        -moz-box-ordinal-group: 4;
        -ms-flex-order: 4;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    #page-nav > ul > li + li {
        margin-left: 0px;
    }


    footer {
        text-align: center;
    }

    .footer-right {
        width: 100%;
    }

    footer p {
        margin: 15px 0;
    }

    div#upload-image {
        margin-top: 1rem;
    }

    .top-social-nav li:first-child {
        padding-left: 0;
    }

    .navbar .dropdown {
        display: flex;
        order: 2;
        margin: 0;
    }

        .navbar .dropdown:before {
            top: 0;
        }

    div#page-nav {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0;
        z-index: 99;
        background: #432279;
        left: 0;
    }

    #page-nav .navbar-nav {
        padding: 75px 20px 10px;
    }

    #page-nav > ul > li a {
        color: #fff;
        display: inline-block;
        margin-bottom: 7px;
    }

    #page-nav > ul > li.active a, #page-nav > ul > li:hover a {
        color: #fff;
        border-bottom: 3px solid #fff;
    }

    #logoblk.active img {
        filter: brightness(0) invert(1);
    }

    .how-to-blk h3 {
        font-size: 2rem;
    }

    .card-body:before {
        width: 94%;
    }

    div#divGetOTPButton .row {
        text-align: center;
    }

    .field-validation-error {
        font-size: 100%;
    }

    .how-to-blk small {
        font-size: 100%;
    }

    .tooltip-popup {
        white-space: normal;
    }

        .tooltip-popup img {
            margin-right: 0;
        }
}

@media (max-width: 576px) {
    header .navbar {
        padding: 0.5rem 1rem;
    }

    .navbar-brand {
        width: 40%;
    }

    .top-social-nav {
        margin-top: 5px;
    }

    .social-icon {
        font-size: 20px;
    }

    .container {
        max-width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .custom-control-label::before, .custom-control-label::after {
        top: 1px;
    }

    #page-nav .navbar-nav {
        padding: 60px 20px 10px;
    }

    #accordionFAQ > .card > .card-header h2 .btn-link:before {
        right: 4px;
    }

    #accordionFAQ > .card > .card-header.active h2 .btn-link:before {
        right: 1px;
    }

    .card-body:before {
        width: 88%;
    }

    input#btnGetOTP {
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }
}
