@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/* Not ideal, due to limitations of Bootstrap */
body {
    overflow-x: hidden;
}



:root {
    --darkGrey: #333;
    --grey: #8e8e8e;
    --orange: #ff9800;
    --primaryColor: #6d148a;
    --secondaryColor: #191c52;
    --accentColor: #10efb4;
    --primaryFont: "Open Sans";
    --headingFont: "Figtree";
}

/* FONT SIZES
------------------------------------------------------*/

*, html, body, .ui-widget input, p, label { font-family: var(--primaryFont), serif; }

_:-ms-lang(x), input.form-control {
    display: inline-block;
}

::selection {
    background: var(--secondaryColor);
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--headingFont), serif;
    text-wrap: balance;
    color: var(--secondaryColor);
}

.landing-view h1,
.landing-view h2,
.landing-view h3  {
    color: var(--accentColor);
}


html, body {
    font-size: 1rem;
    background: white;
    color: black;
    min-height: 100vh;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1rem;
}



/* EV2 REQUIRED STYLES
------------------------------------------------------*/

div.ip-group-container div.ip-element label.errorFieldLabel,
div.ip-group-container div.ip-element label.emptyFieldLabel
{ color: #a94442; font-weight: bold;}


/* Main Styles */


body {
    background: white;
    position: relative;
    z-index: 5;
    accent-color: var(--accentColor);
}

a, a:active, a:visited, a:hover {
    color: var(--secondaryColor);
}

a:hover {
    text-decoration: underline;
}

.btn.btn-default.btn-processing {
    background:var(--primaryColor);
    color: white;
    border-radius: 0.5rem;
}

a.chosen-single {
    text-shadow: initial;
    font-weight: 500;
}


img {
    max-width: 100%;
    width: 100%;
}

header {
    background: white;
    color: var(--secondaryColor);
    margin-top: 10px;
}



header ul {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    border-left: 2px solid var(--accentColor);
    color: var(--secondaryColor);
    font-size: 1.2rem;
}

header ul span {
    font-weight: bold;
}

main {
    display: block;
    font-size: 0.95rem;
    width: 100%;
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    .landing-view main {
        width: 50%;
    }
    .landing-view.eportal-view main {
        width: 100%;
        display: flex;
    }
}

/* @media screen and (min-width: 1199px) {
    main {
        display: flex;
    }
} */

.landing-view main p {
    color: white;
}

.landing-view h1 span,
.landing-view h3 {
    color: white;
}

.landing-view h3 {
    font-size: 1.4rem;
}

.login-box {
    background: white;
    padding: 10px;
    margin-bottom: 20px;
}

.login-box h2 {
    text-transform: uppercase;
}

.landing-view main .login-box p {
    color: black;
}



.landing-view .main-content {
    background: rgb(109,20,138);
    background: linear-gradient(90deg, rgba(109,20,138,1) 0%, rgba(16,239,180,1) 100%);
}

.home-banner {
    width: calc(100% - 30px);
    margin-inline: 15px;
}

@media screen and (min-width: 768px) {
    .home-banner {
        background-image: url("https://staging.ev2.informa.com/eventAssets/stgev2_stg_mvnoswc_2025_241204115757/image/mvno-congress25/mvno-congress-motif.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 400px 460px;
        margin-inline: auto;
        width: auto;
    }
    .eportal-view .home-banner {
        background-image: url("https://mvnos.informaconnect.com/eventAssets/mvnic_world_2026_260126152420/image/mvno-congress25/mvno-congress-motif.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-inline: auto;
        width: 100%;
        height: 100%;
    }
}


.landing-page main form {
    background: white;
}

.landing-view aside {
    background: white;
    border-left: 4px solid var(--primaryColor);
    padding: 15px;
    margin: 60px 0;
}

@media screen and (min-width: 768px) {
    .landing-view aside {
        padding: 0 15px;
        margin: 0;
    }
}
.landing-view aside p {
    font-size: 0.9rem;
    line-height: 1.2;
}

.landing-view aside h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 700;
}

.event-links {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.event-links a {
    text-decoration: none;
    transition: all 0.4ms ease-out;
}

.event-links a:hover img {
    mix-blend-mode: hard-light
}

.event-links img {
    max-width: 250px;
}

.full-row {
    width: 100%;
}

.landing-page input[type="text"] {
    width: 100%;
    color: var(--darkGrey);
}

.btn,
.ip-buttonBar a.btn {
    background: var(--primaryColor);
    color: white;
    transition: all ease 0.3s;
    border: unset;
}

.ip-buttonBar input.btn-submit {
    padding: 5px 30px;
}

.btn:hover,
.ip-buttonBar a.btn:hover {
    color: black;
    background-color: var(--accentColor);
}

.ip-buttonBar {
    border-top: 1px solid #8e8e8e;
    text-align: right;
    padding-top: 10px;
}

.landing-view .ip-buttonBar {
    border-top: initial;
}

.ip-buttonBar a.btn-default.btn-cancel {
    background: transparent;
    color: black;
    font-weight: 700;
    border-color: transparent;
}

.ip-buttonBar a.btn-default.btn-cancel:hover {
    color: var(--secondaryColor)
}

header img {
    margin-bottom: 10px;
}

.privacy-policy {
    background-color: var(--accentColor);
}

.privacy-policy p {
    color: var(--secondaryColor);
    padding: 10px 0 5px;
    font-size: 0.85rem;
}

.inside-page .information-box {
    background: #eee;
    border-radius: 12px;
    color: var(--color-black);
    padding: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .date-location-box h3 {
        line-height: 25px;
    }
}

.date-location-box h3 span {
    font-weight: normal;
}

@media screen and (min-width: 992px){
    .date-location-box {
        text-align: unset;
    }
}


.index_registrations_delegate h1 {
    text-transform: uppercase;
}

.index_registrations_delegate .email_form1 {
    padding-inline: 0;
}

.buttons.chargesButtonsHeader,
.chargeButtons,
.landing-view .btn-cancel,
.landing-view label[isrequired="1"] {
    display: none;
}

.landing-page .login-box .btn {
    width: 180px;
    margin: 0;
    padding: 10px;
    font-weight: 700;
}

@media screen and ( min-width: 768px ) {
    .landing-page .login-box .btn {
        margin: -3px 10px 0;
    }
}

.requiredSymbol {
    line-height: 1.1;
}

#BHiBTA36 {
    width: 60%;
}

@media screen and ( width > 768px ) {
    .flex-centred {
        display: flex;
        align-items: center;
    }
}


form input,
form select {
    margin-bottom: 10px;
}

.iti__selected-dial-code,
#ip-financialSummary-Container,
.well {
    color: #000000;
    margin-top: 15px;
}

.iti__country-name,
.iti__dial-code {
    color: black;
}

.index_registrations_review .financialSummary {
    color: white;
}

.index_registrations_payment .financialSummary {
    color: black;
}

.iti__selected-dial-code {
    margin-top: 0;
}


.index_registrations_profile .ip-elm-checkbox-multi.ip-element label[for="hkLqGU81-117"] {
    width: 90%;
}

.index_registrations_profile .questionResponse.questionResponseCheckbox label {
    width: auto;
}

.index_exhibitorreg_portal .login-box label[for="rememberMe"] {
    width: 90%;
}

.index_exhibitorreg_portal label[for="rememberMe"] + span.ip-elementContent {
    float: left;
}

label[for="workshop_ZdVMUO96"] {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}

label[for="vrtJXt86"],
label[for="ecazwU09"],
label[for="vrtJXt86-688"],
label[for="ecazwU09-687"] {
    line-height: 1.1;
}

label[for="jiWRwR78"] {
    position: relative;
}

label[for="jiWRwR78"]::before {
    position: absolute;
    top: 48px;
}

.questionResponse.questionResponseCheckbox,
div[unique_id="bFZBsE83"],
div[unique_id="BLcNNY62"] {
    display: flex;
}

#cbWXCZ96-1225 {
    order: 1;
    margin-top: -4px;
}
label[for="cbWXCZ96-1225"] {
    order: 2;
}


.footer-logos {
    list-style: none;
    padding: 0;
    margin: 150px 0 0;
    display: inline-block;
    align-items: center;
}

.footer-logos li {
    width: 100%;
    margin-bottom: 20px;


}

.footer-logos img {
    width: auto;
    max-width: 323px;
}

@media screen and (width >= 992px) {
    .footer-logos {
        display: flex;
    }
    .footer-logos li {
        flex-basis: 100%;
        margin-inline: 10px;
    }
}

table img {
    width: auto;
    margin: auto;
    display: block;
}

.reg-process form,
.index_registrations_review .IP_PageBuilder_Registration:has(#WMutHJ47),
.index_registrations_review .reg-process .ip-buttonBar {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 20px 15px;
    margin-bottom: 100px;
    color: #2d3a54;
}

.index_registrations_review .IP_PageBuilder_Registration:has(#WMutHJ47) {
    margin-bottom: 20px;
}

.reg-process form .ip-element,
.index_registrations_review table td {
    color: #2d3a54;
}

.index_registrations_review table td img {
    width: auto;
}

.index_registrations_review .reg-process form {
    background: unset;
    border: 1px solid #aaa;
}

body:not(.index_registrations_payment) .reg-process form a.btn.btn-cancel {
    float: left;
}

.index_registrations_review .reg-process:has(#DeKAvy79) .ip-buttonBar {
    background-color: unset;
}

.index_registrations_review h2 a {
    display: table;
    text-align: center;
    text-decoration: none;
    background: var(--accentColor);
    color: white;
    font-size: 1.4rem;
    border-radius: 5px;
    padding: 7px;
    margin-top: 10px;
    transition: all ease-in 0.3s;
}

.index_registrations_review h2 a {
    background: var(--primaryColor);
    padding-left: 10px;
    padding-right: 10px;
}

.index_registrations_review h2 a:hover {
    background: var(--secondaryColor);
    color: white;
}
.terms-text {
    margin: 40px 10px 20px;
}

#vRewBR40-1145 {
    margin-top: -28px;
}

.questionResponseCheckbox:has(label[for="YHhNeM84-628"]) {
    width: 100%;
}


/* FOOTER */

footer {
    background: var(--primaryColor);
    padding-bottom: 50px;
    margin-top: 20px;
}

footer img {
    width: auto;
    max-width: 338px;
    margin: 15px 0;
}

footer a, footer a:active, footer a:visited {
    color: white;
    text-decoration: underline;
}

footer a:hover {
    color: white;
    text-decoration: none;
}

footer .container {
    display: flex;
    align-items: center;
}

footer ul {
    padding: 0;
    margin: 0;
    float: left;
    list-style: none;
}

footer ul li {
    float: left;
    margin-right: 10px;
    font-size: 0.85rem;
    color: white;
}