@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: #003cb2;
    --secondaryColor: #002244;
    --accentColor: #9423fc;
    --accentColor2: #33d7c8; 
    --primaryFont: "Open Sans";
    --headingFont: "Figtree";
    --white: #fff; 
    --darkFont: #000; 
}

/* 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;
    color: var(--secondaryColor);
}

.landing-view h1,
.landing-view h2,
.landing-view h3  {
    color: var(--accentColor);
}

.landing-view, .index_registrations_profile, .index_registrations_demographics, .index_registrations_pass_selection, .index_registrations_review, .index_registrations_payment, body {
    background-image: url(https://mvnos.informaconnect.com/eventAssets/mvnic_world_2026_260126152420/image/mvno-landing-bg.png) !important;
    background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}

.inside-view.container-fluid .main-content {
    background-color: white;
    padding-bottom: 20px;
    min-height: min-content;
    margin: 50px;
}

.inside-view.container-fluid {
    width: fit-content;
    margin-bottom: 20px;
}


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-color: 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;
    min-width: 180px;
    min-height: 45px;
    font-size: 1.55rem;
    font-weight: 700;
}

#ip-financialSummary-addPromoCode .btn.btn-default.btn-processing {
    background:var(--primaryColor);
    color: white;
    min-width: 242px !important;
    min-height: 32px !important;
    font-size: 14px;
    font-weight: 500;
}

.index_registrations_payment .btn-submit {width: auto !important;}

a.chosen-single {
    text-shadow: initial;
    font-weight: 500;
}


img {
    max-width: 100%;
    width: 100%;
}

header {
    color: var(--white);
    margin-top: 40px;
}



.landing-view header ul {
    padding: 20px 0 20px 10px;
    color: var(--white);
}

header ul {
    list-style: none;
    padding: 50px 0 20px 10px;
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.1;
}

header ul span {
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
}

main {
    display: block;
    font-size: 0.95rem;
    width: 100%;
}

main h1 {
    margin-top: 0; 
    text-transform: uppercase;
    font-weight: 700;
}

main h1 sub {
    bottom: 0; 
}

main h3 {
    margin-top: 0; 
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .landing-view.eportal-view main {
        width: 100%;
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .ip-buttonBar input.btn-submit {
        width: 100%;
    }
    
    #vRewBR40-1145 {
        margin-top: 0px;
    }
    
    header img {
        margin-top: 15px; 
    }
    
    .ui-dialog {
        width: fit-content!important;
    }
    
    .reg-box {
        padding-right: 30px;
        padding-top: 15px;
        margin-right: 15px;
    }
    
    .reg-box .email-info {
        display: inline-block!important;
    }
    
    .email-info a {
        text-align: center !important;
        margin-top: 15px;
        width: 100%;
        margin-left: 0px !important;
    }
    
    .landing-view .text-right, .inside-view .text-right {
        text-align: center;
    }
    
    .ip-buttonBar {
        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: var(--darkFont);
}

.landing-view h3 {
    font-size: 1.15rem;
}

.login-box {
    background: white;
    margin-bottom: 20px;
    margin-left: -15px;
}

.login-box h2 {
    text-transform: uppercase;
}

.landing-view main .note p {
    color: var(--darkFont);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 0.8;
}

.note p span {
    color: var(--accentColor);
}

.note {
    position: relative;
    top: 0px;
    width: 100%;
}
.landing-view main .login-box p {
    color: black;
}

.reg-box {
    background-color: var(--primaryColor);
    margin-left: 15px;
    border-radius: 10px; 
    width: fit-content;
    padding-bottom: 25px;
}

.reg-box h2 {
    color: var(--accentColor2); 
    text-transform: uppercase;
    margin-top: 20px; 
    font-weight: 700; 
}

.reg-box p {
    color: var(--white);
    font-weight: 700; 
    margin-bottom: 0px;  
}

.reg-box .email-info p {
    color: var(--white);
    font-weight: 700; 
}

.reg-box .email-info {
    display: inline-flex; 
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.email-info a {
    font-weight: 900; 
    padding: 6px 18px; 
    text-transform: uppercase;
    background-color: var(--accentColor2);
    margin-left: 20px;
    text-align: right;
    font-size:  1.2rem;
}

.home-banner {
        width: 100%;
        background-color: var(--white);
        border-radius: 10px;
        padding: 30px;
        margin: 30px 0;
}



@media screen and (min-width: 768px) {
    .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%;
    }
    
    .note {
        position: relative;
        top: -56px;
        width: 60%;
    }
    
    .home-banner {
        padding: 30px 30px 0;
    }
    
    .ip-buttonBar input.btn-submit {
        min-width: 180px;
        width: 180px;
    }
}


.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(--accentColor2);
    color: white;
    transition: all ease 0.3s;
    border: unset;
}

.ip-buttonBar input.btn-submit, .ip-buttonBar a.btn.btn-submit {
    padding: 5px 30px;
    min-height: 45px;
    font-size: 1.55rem;
    font-weight: 700;
    background-color: var(--accentColor2);
}

.btn:hover,
.ip-buttonBar a.btn:hover {
    color: black;
    background-color: var(--accentColor);
}

.ip-buttonBar {
    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 {
    margin: 30px 0; 
    color: var(--white);
    font-size: 0.6rem; 
}

.privacy-policy p {
    color: var(--white);
    padding: 10px 0 5px;
    font-size: 0.85rem;
}

.privacy-policy img {
    max-width: 150px;
    margin-left: 10px;  
}

.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_review .ip-elm-text.ip-element {
    display: flex;
}

.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;
}


.index_registrations_index footer.row {
    min-height: fit-content;
}
 

@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: transparent;
    padding-bottom: 50px;
}

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;
}

footer.completion {
    background-color: transparent;
}