﻿:root {
    color-scheme: light only;
}

#mc_logo #logo {
    margin: -5px 0 8px 0
}

@media (max-width: 767px) and (orientation: portrait) {
    .h1, .h2, .h3, h1, h2, h3 {
        text-align: center;
        clear: both;
    }
}

#inner-message .close {
    color: #a94442;
    opacity: 1;
}

.alert-danger {
    color: #D40035;
    background-color: #FFD4DF;
    border-color: #D4003522;
}

/*select, select option,
select optgroup,
select option:checked,
select option:default,
select option:disabled {
    text-transform: uppercase !important;
}*/

.bottom_buffer {
    margin-bottom: 10px;
}

.no-outline {
    outline: none !important
}

.bottom_buffer_input_field {
    margin-bottom: 15px;
}

a, a:hover, a:visited {
    color: var(--primary)
}

.list-no-indent {
    padding-left: inherit;
    margin-left: 0;
}

    .list-no-indent li {
        padding: 0 4px;
        margin: 3px 16px;
    }

a.footer-link {
    display: inline-block;
    align-items: center;
    margin: 8px;
    font-weight: bold;
    white-space: nowrap
}

    a.footer-link img {
        text-decoration: none;
        margin-top: -4px
    }

p {
    font-size: 14px;
    color: #72665B;
}

.datepicker .day.active,
.datepicker .day.focused,
.datepicker .day.active:hover,
.datepicker .day.focused:hover {
    background-image: none;
    background-color: var(--primary-darker) !important;
    border-radius: 0
}

.upload-fields > div {
    background-color: #fefefe;
    box-shadow: rgba(0,0,0,0.4) 1px 1px 3px inset
}

    .upload-fields > div > div {
        display: inline-table;
        width: 100%
    }

        .upload-fields > div > div > div {
            display: table-cell;
            padding: 5px 0
        }

            .upload-fields > div > div > div:first-child {
                color: #888;
                width: 120px;
                white-space: nowrap
            }

        .upload-fields > div > div input[type=text] {
            width: 100%;
            border: 1px solid #aaa
        }

#message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

    #message > div {
        padding: 0 !important
    }

#inner-message {
    border-radius: 0 !important
}

#inner-message {
    margin: 0 auto;
}

.select2-container--default .select2-selection--single, .form-control {
    border-radius: 1px
}

.header-wrapper {
    text-align: right;
    position: relative;
}

.basic-wrapper {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50
}

    .basic-wrapper .basic-1,
    .basic-wrapper .basic-2,
    .basic-wrapper .basic-3 {
        display: block;
        vertical-align: middle;
        color: #fff;
        background-color: var(--basic-bg);
        padding: 8px 16px 8px 16px;
        font-size: 10pt;
        font-weight: bold;
        box-shadow: rgba(0,0,0,0.3) 1px 1px 8px;
        z-index: 51
    }

    .basic-wrapper .basic-2,
    .basic-wrapper .basic-3 {
        margin-top: 8px
    }

.confirm-basic-info input {
    background-color: #f7f7f7 !important;
    border-width: 1px;
    box-shadow: none
}

.title-overlay {
    position: absolute;
    left: 0;
    bottom: -12px;
    z-index: 50;
    text-align: left;
    z-index: 51
}

    .title-overlay h1 {
        padding: 30px;
        text-transform: uppercase;
        line-height: 40px;
        display: inline-block;
        font-size: 45px
    }

        .title-overlay h1::first-line {
            color: rgb(106 93 84);
        }

@media (max-width: 767px) {
    .title-overlay {
        top: -6px;
    }

    .title-overlay h1 {
        padding: 8px;
        text-shadow: 0 0 8px rgba(255, 255, 255, 0.7);
    }

    .basic-wrapper .basic-1,
    .basic-wrapper .basic-2,
    .basic-wrapper .basic-3 {
        display: inline-block;
        font-size: 9pt
    }

    .basic-wrapper {
        top: -4px;
        text-align: center;
        position: relative;
        margin-bottom: 8px
    }

        .basic-wrapper .basic-1, .basic-wrapper .basic-2, .basic-wrapper .basic-3 {
            padding: 5px 12px;
            margin-top: 5px
        }
}

@media (max-width: 767px) and (orientation: landscape) {
    .title-overlay {
        top: 25px;
    }

    .box-lighter {
        padding: 16px 20% 8px 20px !important;
    }
}

    @media (max-width: 767px) and (orientation: portrait) {
        .box-lighter {
            padding: 16px 20px 8px 20px !important;
        }

            .box-lighter .box-inner b.b-title {
                color: var(--primary);
            }

        .info-icon {
            display: none !important
        }

        .title-overlay h1 {
            font-size: 24px;
            line-height: 20px;
            text-align: left;
        }

        .step-progress {
            margin: 12px 0!important;
        }
    }

    .session-timer {
        font-size: smaller;
        margin-bottom: -16px;
        height: 16px;
        text-align: right;
        opacity: 0.8
    }

    #countdown {
        display: inline-block;
        width: 82px
    }

    .progress-btn {
        border: none;
        background: none
    }

    .step-progress {
        position: relative;
        display: inline-block;
        background-color: #bbb;
        margin: 12px 4px;
        padding: 8px 30px;
        border-radius: 0;
        color: white;
        font-weight: bold;
        width: 140px;
        cursor: pointer;
        z-index: 60
    }

        .step-progress div.step-nr {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(-50%, -50%);
            display: inline-block;
            background-color: #545454;
            width: 40px;
            border-radius: 25px;
            padding: 7px;
            margin-top: -12px;
            border: 3px solid white;
            z-index: 61;
            color: white
        }

    .step-complete {
        display: none
    }

    .step-progress-completed div.step-complete,
    .step-progress-review div.step-complete {
        display: inline-block
    }

    .step-complete img {
        position: absolute;
        top: -10px;
        right: 46px;
        width: 24px;
        height: 24px;
        z-index: 80;
        filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
    }

    .step-progress-notstarted {
        background-color: var(--primary);
    }

        .step-progress-notstarted:hover {
            background-color: var(--primary-darker);
            transition: background-color 300ms ease;
        }

    .step-progress-inprogress, .step-progress-review {
        background-color: white;
        border: 2px solid #AAA;
        color: #545454;
        transition: background-color 300ms ease;
    }

        .step-progress-inprogress:hover,
        .step-progress-review:hover {
            background-color: white;
            transition: background-color 300ms ease;
        }

    .step-progress-completed {
        background-color: var(--primary);
    }

        .step-progress-completed:hover {
            background-color: var(--primary-darker);
            transition: background-color 300ms ease;
        }

    .btn-primary {
        color: #fff !important;
        background-color: var(--primary);
        border-radius: 0 !important;
    }

    .btn-start {
        margin-left: 5%;
        margin-bottom: 5%;
        min-width: 170px !important
    }

    .btnNext, .btnBack {
        display: inline-block;
        background: var(--primary);
        font-family: Metropolis-Bold;
        font-size: 16px;
        color: #fff !important;
        text-align: center;
        min-width: 115px;
        min-height: 35px;
        border: none;
        text-decoration: none;
        padding: 8px 15px;
        transition: 300ms ease;
    }

        .btnNext:hover, a.btnBack:hover, .btnNext:focus, .btnBack:focus {
            outline: none;
            text-decoration: none;
            background: var(--primary-hover);
            font-family: Metropolis-Bold;
            font-size: 16px;
            color: #fff;
            text-align: center;
            border: none;
            transition: background-color 300ms ease;
        }

        .btnNext:hover, a.btnBack:hover {
            text-decoration: none;
            background: var(--secondary-hover);
            font-family: Metropolis-Bold;
            font-size: 16px;
            color: #FFFFFF;
            text-align: center;
            border: none;
            color: #fff;
            background-color: var(--primary-hover);
            transition: background-color 300ms ease;
        }

        .btnNext[disabled] {
            background-color: #ccc !important
        }

    .btnBack {
        background: #545454
    }

    .btnConfirm, .btnCancel {
        background: var(--primary);
        font-family: Metropolis-Bold;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        border: none;
        width: 115px;
        height: 35px;
    }

        .btnConfirm:hover {
            background: var(--primary-hover);
            font-family: Metropolis-Bold;
            font-size: 16px;
            color: #FFFFFF;
            text-align: center;
            border: none;
            width: 115px;
            height: 35px;
        }

    .btn-icon span:first-child {
        font-size: 25pt;
        vertical-align: middle;
        margin: -5px 0 -5px -8px;
        display: inline-block
    }

    .btn-icon > span {
        vertical-align: middle;
    }

    .right {
        color: #D0021B;
        font-size: 13px;
        font-family: Metropolis-Bold;
    }

    .select2 > input[type=search]:focus, input[type=search]:focus-visible {
        outline: none;
    }

    .styled-select {
    }

    input[type=radio] {
        opacity: 0;
        width: 0;
        margin: 0;
    }

    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        [type="radio"]:checked + label,
        [type="radio"]:not(:checked) + label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            line-height: 20px;
            display: inline-block;
            color: #666;
        }

            [type="radio"]:checked + label:before,
            [type="radio"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 20px;
                height: 20px;
                border: 1px solid var(--secondary-hover);
                border-radius: 100%;
                background: #FFFFFF;
            }

            [type="radio"]:checked + label:after,
            [type="radio"]:not(:checked) + label:after {
                content: '';
                width: 13px;
                height: 13px;
                background: var(--mc-gold);
                position: absolute;
                top: 4px;
                left: 4px;
                border-radius: 100%;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            [type="radio"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            [type="radio"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

    #id_dob {
        display: none;
    }

    #id_gender {
        display: none;
    }

    #id_citizenship {
        display: none;
    }

    #id_age {
        display: none;
    }

    #id_message {
        color: green;
    }

    .field-descriptor {
        color: #534c46;
        text-transform: uppercase;
        font-weight: bold;
    }

    .active {
        background-color: RGB(247, 163, 0);
    }

        .active label {
            color: white;
        }

    label {
        color: #534c46;
        margin-right: 8px
    }

        label.required:after {
            content: " *";
            color: #D0021B;
            font-weight: bold;
            font-size: 16pt;
        }

        label.not-required:after {
            content: "";
            color: #D0021B;
            font-weight: bold;
            font-size: 17pt;
        }

    .input-validation-error, select.input-validation-error {
        border: 2px solid #D0021B
    }

    .field-error {
        font-weight: bold;
        color: #D0021B;
    }

    .field-validation-error {
        color: #D0021B;
    }

    .text-xs, .field-descriptor, .field-validation-error, #error-msg {
        font-size: 9pt;
        margin-bottom: 5px
    }

    .valid_id {
        margin-top: 5px;
        color: white;
        background-color: green;
        width: 100%;
        border-radius: 3px;
        text-align: left;
        font-weight: bold;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
    }

    .invalid_id {
        margin-top: 5px;
        color: white;
        background-color: #D0021B;
        width: 100%;
        border-radius: 3px;
        text-align: left;
        font-weight: bold;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        display: block;
    }

    .id_not_checked {
        display: none;
    }

    .subheadings {
        font-size: 16px;
    }

    .subheadings2 {
        font-size: 13px;
    }

    .main_heading {
        font-size: 20px;
    }

    #clear_id {
        cursor: pointer;
    }

    .summary_validation {
        color: red;
        font-weight: bold;
    }

    h3 {
        margin: 10px 0px 10px;
        font-size: 18px !important;
        font-family: metropolis_regular-webfont !important;
    }

    /*Search Page*/
    #message {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #inner-message {
        margin: 0 auto;
    }

    .select2 {
        width: 100% !important;
    }

    .input-validation-error-select2
    .select2-selection--single {
        height: 29px !important;
    }

    .select2-selection--single {
        height: 34px !important;
        border: 1px solid #ccc !important;
        background-color: #fff !important;
    }

        .select2-selection--single .select2-selection__rendered {
            line-height: unset !important;
            padding: 6px 14px;
            /*text-transform: uppercase*/
        }

    .select2-results {
        /*text-transform: uppercase*/
    }

    .input-validation-error-select2 {
        border: 2px solid #D0021B
    }

    #tblSummary {
        width: 100%;
        font-size: 14px;
        color: #72665B;
    }

        #tblSummary td, #tblSummary th {
            border-bottom: 1px solid #EEE;
            padding: 8px
        }

        #tblSummary tr:last-child td,
        #tblSummary tr:last-child th {
            border-bottom: none;
        }

    .modal {
        text-align: center;
        padding: 0 !important;
    }

        .modal:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .dummy-button {
        display: none;
    }

    .not-greyed.form-control[disabled], .not-greyed.form-control[readonly], fieldset[disabled] .not-greyed.form-control {
        background-color: #fff !important
    }

    .pre-populated-field label.required:after {
        content: " *";
        color: transparent;
        font-weight: bold;
        font-size: 16pt;
    }

    .pre-populated-field input {
        box-shadow: none;
    }

    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: 1px solid #CCC;
        border-width: 0 0 1px 0;
    }

    .select2-container .select2-selection--single:focus-visible,
    textarea.form-control:focus-visible, .btn {
        outline: none;
        box-shadow: 0 0 5px rgb(102,175,233)
    }

    .fix-btn {
        min-width: 60px;
        border: 0;
        box-shadow: none;
        font-weight: bold;
        letter-spacing: 1.5px;
        border-radius: 0;
    }

    .box-primary-light {
        padding: 20px;
        margin: 18px 0;
        background-color: #e6f5fb;
    }

    .box-lighter {
        position: relative;
        padding: 16px 30% 8px 20px;
        margin: 18px 0;
        min-height: 150px;
        background-color: #e6f5fb
    }

    .well {
        border: 0 !important;
        border-radius: unset
    }

    .box-lighter ul {
        margin-top: 5px;
    }

    .info-icon {
        position: absolute;
        top: 50%;
        right: 5%;
        width: 100px;
        display: inline-block;
        padding: 16px;
        transform: translateY(-50%);
    }

    .id-note {
        color: #000
    }

    .upload-name {
        font-weight: bold;
        padding: 8px;
        color: var(--primary)
    }

    .upload-progress-bar {
        -webkit-appearance: none;
        appearance: none;
        height: 8px;
        width: 0;
        background-color: #ccc;
        transition: width 0.4s ease, background-color 0.3s;
        border-radius: 4px;
    }

        .upload-progress-bar.progress-success {
            background-color: #00d479;
            color: #00d479;
        }

        .upload-progress-bar.progress-failed {
            background-color: #D0021B; /* red when failed */
            color: #D0021B;
        }

    .upload-status {
        font-weight: bold;
        text-align: center;
        width: 100%;
        padding: 12px
    }

    @media (min-width: 768px) {
        .file-uploads > .page-front.col-sm-6:not(:last-child),
        .file-uploads > .page-back.col-sm-6:not(:last-child) {
            border-right: dashed 1px #aaa;
        }
    }

    /* Dashes between stacked rows (when front and back are stacked vertically) */
    @media (max-width: 767px) {
        .file-uploads > .page-front.col-sm-6:not(:last-child),
        .file-uploads > .page-back.col-sm-6:not(:last-child) {
            position: relative;
            border-bottom: none;
        }

            .file-uploads > .page-front.col-sm-6:not(:last-child)::after,
            .file-uploads > .page-back.col-sm-6:not(:last-child)::after {
                content: "";
                position: absolute;
                left: 3%;
                bottom: 0;
                width: 95%;
                height: 0;
                border-bottom: 1px dashed #aaa;
                pointer-events: none;
            }
    }

    .file-uploads .file-upload .btn-upload-doc {
        margin: 8px 0 12px 0;
        display: none;
    }

    .file-uploads .file-upload:first-child .btn-upload-doc {
        display: block !important;
    }

    .well.guidance {
        background-color: transparent;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        box-shadow: none !important;
    }

    .guidance .info-content-cell {
        background-color: #545454;
        padding: 20px 24px;
        border-radius: 16px;
        margin-bottom: 20px
    }

        .guidance .info-content-cell * {
            color: #fff
        }

    .info-icon-cell-inline {
        display: inline-block;
        float: left
    }

        .info-icon-cell-inline .icon-info {
            float: left;
            font-size: 60pt;
            color: #eee;
            margin: -8px 12px 0 -8px
        }

    @media (max-width: 767px) {
        .info-icon-cell-inline .icon-info {
            font-size: 42pt
        }
    }
