
/**
#d2e8ff blue25
#016FD0 blue75
#F5F5F7 grey150
#c0c0c0 grey300
#85858B grey450
#6E6E73 grey600

#EA7A00 alert-warning, alert danger
#00B67A alert-success
 */

/** Main structure */
body.registration-pages-body, body.open-form, body.registration-email {
    background: #ffffff !important;
    overflow: hidden;
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
a, #page-open-account a {
    color: #016FD0;
}
a:hover, a:focus, a:active,
#page-open-account a:hover, #page-open-account a:focus, #page-open-account a:active {
    color: #005bab;
}
#page-open-account, body.login {
    background: none #ffffff !important;
}
.left-col {
    background: #d2e8ff  right bottom no-repeat;
    height: 100vh;
}
.registration-pages-body .row.scrollable{
    height: 100vh;
}
.right-col {
    height: 100%;
    overflow-y: scroll;
    padding: 0 40px;
}
.right-col-centered {
    float: none;
    margin: auto;
    width: 100%;
    max-width: 512px;
}
.registration-pages-body h1 {
    font-size: 24px;
    margin:0 0 28px 0;
    color: #000000;
}
#page-open-account h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    margin: 0 0 0 15px;
}
#page-open-account h2 span {
    display: block;
    margin: 4px 0 0 0;
    font-size: 14px;
    color: #6E6E73;
    line-height:21px;
}

/** TrustPilot */
#trustpilot-widget{
    text-align: center;
}
.trustpilot-widget{
    display: inline-block;
    width: 300px;
    margin: 180px -22px 10px 0;
    text-align: center;
}
.trustpilot-widget iframe{
    display: inline-block !important;
    margin: 0 0 0 -10px;
}

/** Carousel */
.carousel {
    width: 100%;
    padding: 30px 0;
}
.carousel .item {
    text-align: center;
    font-size: 16px;
    background: none transparent;
}
.carousel .item img {
    display: inline-block;
    max-width: 200px;
    margin: 0 0 20px 0;
}
.carousel-slide-title {
    color: #000000;
}
.carousel-slide-text {
    color: #6E6E73;
    line-height: 1.7em;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators li{
    width: 6px;
    height: 6px;
    border: none;
    background-color: #ffffff;
}
.carousel-indicators .active{
    width: 24px;
    height: 6px;
    border: none;
    background-color: #016FD0;
    transition: width 500ms;
}
.carousel-inner {
    display: flex;
    align-content: center;
    align-items: flex-start;
}
.carousel-slide-title {
    font-weight: 500;
    color: #000000;
}
.carousel-slide-text {
    font-size: 16px;
    line-height: 27px;
}
#ads-carousel {
    padding-top: 200px;
}
#ads-carousel .carousel-slide-title {
    font-size: 24px;
}
/** Logo */
#page-open-account .navbar-brand>img {
    width: 100%;
}
#registration-logo {
    width: 176px;
    margin: 20px auto 0 auto;
}
#registration-logo img {
    height: auto;
    max-width: 100%;
}
#registration-logo-mobile {
    display: none;
    width: 176px;
    margin: 30px auto;
}
#registration-logo img, #registration-logo-mobile img {
    height: auto;
    max-width: 100%;
}

/** Language/theme switch */
.langage-login {
    padding: 20px 0;
    width: 100%;
}
.langage-login .dropdown-toggle {
    border: none;
    padding:0;
}
#theme-switch-btn .bootstrap-switch .bootstrap-switch-label {
    vertical-align: middle;
}
.switch-3ds {
    margin: 0;
}
.switch-3ds .bootstrap-switch .bootstrap-switch-handle-on, .switch-3ds .bootstrap-switch .bootstrap-switch-handle-off {
    vertical-align: middle;
    line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
body.login .switch-3ds .bootstrap-switch .bootstrap-switch-handle-on, body.open-form .switch-3ds .bootstrap-switch .bootstrap-switch-handle-on{
    background-color: #016FD0;
}
body.login .switch-3ds .bootstrap-switch .bootstrap-switch-handle-on, body.login .switch-3ds .bootstrap-switch .bootstrap-switch-handle-off, body.login .switch-3ds .bootstrap-switch .bootstrap-switch-label {
    line-height: 20px;
}
body.login .switch-3ds .bootstrap-switch .bootstrap-switch-label {
    line-height: 11px;
}
.langage-login .dropdown-toggle {
    line-height: 26px;
}
/** Registration steps */
.registration-steps {
    display: flex;
    justify-content: center;
    gap: 4px;
    height: 4px;
    margin: 0 0 170px 0;
    padding: 0;
}
.registration-steps .step {
    list-style-type: none;
    background-color: #F5F5F7;
    border-radius: 2px;
    width: 25%;
}
.registration-steps .step.active,
.registration-steps .step.done {
    background-color: #016FD0;
}
.registration-step-label {
    display: block;
    color: #85858B;
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: 500;
}

/** Box account type */
.account-type-box {
    display: block;
    width: 100%;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    padding: 15px;
    margin: 0 0 15px 0;
}
.account-type-box:hover, .account-type-box:focus {
    text-decoration: none;
    border-color: #016FD0;
    transition: border-color 400ms;
}
.radio-like {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    margin: 3px 0 0 0;
    border: 1px solid #C0C0C0;
    border-radius: 50%;
}
.radio-like-on {
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background-color: #016FD0;
    border-radius: 50%;
}
.account-type-box:hover .radio-like-on, .account-type-box:focus .radio-like-on {
    opacity: 100%;
    transition: opacity 400ms;
}

/** Forms */
.cu-h-underline {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #016FD0;
    border-bottom: 1px solid #016FD0;
    margin: 0 0 30px 0;
    padding: 10px 0;
    cursor: pointer;
}
.collapsible-block-trigger:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 9px;
    right: 3px;
    background: url(../img/registration-pages-2024-07/summary-collapsible-block-arrow.svg) no-repeat 50% 50%;
}
.collapsible-block-trigger.closed:after {
    transform: rotate(180deg);
    transition: transform 400ms;
}
.collapsible-block-trigger.open:after {
    transform: rotate(360deg);
    transition: transform 400ms;
}
.collapsible-block-trigger.closed+.collapsible-block {
    display: none;
}
label, .has-error .radio-inline {
    font-size: 16px;
    color: #000000;
}
.checkbox-no-bootstrap label {
    margin: 0;
}
.control-label {
    display: block;
    margin: 0 0 10px 0;
    font-weight: 400;
}
.sogexia-radio-inline{
    display: inline-block;
}
.form-control {
    height: 38px;
    border-color: #C0C0C0;
    border-radius: 3px;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    padding: 9px 12px;
}
.form-control-static {
    height: 38px;
    width: 100%;
    border: none;
    border-radius: 3px;
    background-color: #F5F5F7;
    color: #000000;
    font-size: 16px;
    line-height: 16px;
    padding: 9px 12px;
}
.deposit-source-list.form-control-static {
    height: auto;
}
.deposit-source-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 25px;
}
.select2-default {
    color: #C0C0C0;
    font-size: 16px;
}
.select2-container {
    width: 100%;
    font-size: 16px;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: none;
}
::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #C0C0C0;
}
.form-control::-ms-input-placeholder {
    color: #C0C0C0;
}
.form-control::placeholder {
    color: #C0C0C0;
}
.has-error .form-control::-moz-placeholder {
    color: #6E6E73;
    opacity: 1;
}
.has-error .form-control::-webkit-input-placeholder {
    color: #6E6E73;
}
.has-error .form-control::-ms-input-placeholder{
    color: #6E6E73;
}
.has-error .form-control::placeholder {
    color: #6E6E73;
}
select.form-control {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/registration-pages-2024-07/select-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
}

.select2-container .select2-choice {
    border-color: #C0C0C0;
    height: 38px !important;
    line-height: 1em !important;
    padding:10px 10px;
    background: none;
}

.select2-container .select2-selection {
    border-color: #C0C0C0;
    height: 38px !important;
    line-height: 1em !important;
    padding: 4px 4px;
    background: none;
}

#page-open-account .select2-container .select2-choice, #page-open-account .select2-container .select2-selection {
    color: #000000;
}

.select2-container.select2-container--open .select2-selection {
    border-bottom: none;
}

.select2-container .select2-choice .select2-arrow, .select2-container .select2-selection .select2-selection__arrow {
    border: none;
    width: 28px;
    background: none;
}

.select2-container .select2-choice .select2-arrow b, .select2-container .select2-selection .select2-selection__arrow b {
    background: url("../img/registration-pages-2024-07/select-arrow-down.svg") no-repeat 0 16px;
    border: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.select2-results .select2-result-label {
    font-size: 16px;
}
.select2-search input {
    font-size: 16px;
}
.registration-form .form-group,
.composite-no-label,
.forgot_type .form-group {
    border: none;
    margin: 0 0 30px 0;
}
.composite-no-label:last-of-type {
    margin: 0;
}
#acct_cred .form-group:last-of-type {
    margin: 0;
}
.form-actions {
    padding: 25px 0;
    background-color: transparent;
    border-top:1px solid #C0C0C0;
}
.registration-credential-form .form-actions {
    border-top: none;
}
.registration-form .legal-checkboxes {
    border-top:1px solid #C0C0C0;
    padding-top: 25px;
}
.registration-form .help-block{
    color: #6E6E73;
    font-size: 14px;
    margin-top: 0;
}
.complexity-indicator {
    padding: 0;
    margin: 10px 0 0 0;
}
.complexity-indicator .help-block {
    font-size: 12px;
}
.complexity-indicator .hb-invalid {
    color: #EA7A00;
}
.complexity-indicator .hb-valid {
    color: #00B67A;
}
div.radio {
    width: 16px;
    height: 19px;
}
div.radio span {
    width: 16px !important;
    height: 16px !important;
    border-color: #C0C0C0;
}
div.radio .checked:before {
    width: 8px !important;
    height: 8px !important;
    background-color: #016FD0;
    top: 5px;
    left: 4px;
}
.input-password{
    padding-right: 28px;
    float: left;
}
.button-inside-input{
    margin-left: -38px;
    cursor: pointer;
    line-height: 36px;
    padding: 0 10px;
    font-size: 18px;
}
.checkbox-inline, .radio-inline {
    padding:0 15px 3px 0;
}
.radio-inline+.radio-inline {
    margin-left: 0;
}

/** Form errors */
.registration-form .has-error input[type="text"],
.registration-form .has-error input[type="date"],
.registration-form .has-error input[type="number"],
.registration-form .has-error input[type="password"],
.registration-form .has-error select,
.registration-form .has-error .select2-container .select2-choice,
.registration-form .has-error .select2-container.select2-container-active .select2-choice {
    font-size: 16px;
    border-color: #EA7A00 !important;
    background-color: #FFF4E8;
}
.registration-form .has-error .select2-container .select2-choice.select2-default,
.registration-form .has-error .select2-container.select2-container-active .select2-choice.select2-default {
    color: #6E6E73 !important;
}
.registration-form .has-error .error-block {
    color: #EA7A00;
    font-size: 12px;
    background: url(../img/registration-pages-2024-07/form-error-ic.svg) no-repeat 0 3px;
    padding: 0 0 0 15px;
    margin: 5px 0 0 0;
}
.registration-form .has-error .select2-arrow {
    background-color: #FFF4E8;
}
.has-error .control-label{
    color: inherit;
}

/** Alert boxes */
.registration-pages-body .alert,
.registration-email .alert {
    color: #000000;
    background-repeat: no-repeat;
    background-position: 10px 15px;
    background-color: transparent;
    font-size: 12px;
    font-weight: 500;
    border-width: 1px;
    border-style: solid;
    border-left-width: 4px;
    border-radius: 4px;
    padding: 13px 10px 13px 30px;
    margin: 0 0 10px 0;
}
.registration-pages-body .alert h6,
.registration-email .alert h6 {
    margin: 0 0 2px 0;
    font-size: 14px;
    font-weight: 500;
}
.registration-pages-body .alert p,
.registration-email .alert p {
    font-size: 12px;
    font-weight: 400;
}
.registration-pages-body .alert-danger,
.registration-email .alert-danger {
    background-image: url(../img/registration-pages-2024-07/alert-danger-ic.svg);
    border-color: #EC5962;
}
.registration-pages-body .alert-warning,
.registration-email .alert-warning {
    background-image: url(../img/registration-pages-2024-07/alert-warning-ic.svg);
    border-color: #EA7A00;
}
.registration-pages-body .alert-success,
.registration-email .alert-success {
    background-image: url(../img/registration-pages-2024-07/alert-success-ic.svg);
    border-color: #00B67A;
}
.registration-pages-body .alert-info,
.registration-email .alert-info {
    background-image: url(../img/registration-pages-2024-07/alert-info-ic.svg);
    border-color: #016FD0;
}

/** Checkboxes */
div.checker span {
    position: relative;
    width: 16px;
    height: 16px;
    background: none;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
}
div.checker span.checked {
    border:none;
    background-color: #016FD0;
}
div.checker span::before {
    position: absolute;
    left:-16px;
    top:-2px;
    display: block;
    width: 16px;
    height: 16px;
    content: url("../img/registration-pages-2024-07/check_white.svg");
}
div.checker span.checked::before {
    left: 0;
}
.legal-checkboxes div.checker {
    float: left;
    margin-top: 2px !important;
}
.legal-checkboxes label {
    margin: 0 0 15px 0;
    width: 100%;
}
.legal-checkboxes div.checker+span {
    float: left;
    display: block;
    width: 90%;
}
.checkbox-or-radio-with-text-in-span {
    width: 100%;
}
.checkbox-or-radio-with-text-in-span .checker{
    vertical-align: top;
    margin-top: 2px !important;
}
.checkbox-or-radio-with-text-in-span .radio{
    vertical-align: top;
    margin-top: 2px !important;
}
.checkbox-or-radio-with-text-in-span span{
    display: inline-block;
    width: 90%;
}

/** Buttons */
#page-open-account a.btn-default {
    color: #333333;
}
.btn-success {
    display: inline-block;
    border: none;
    background-color: #016FD0;
    font-size: 14px;
    color: #ffffff;
    padding: 10px 20px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
    color: #ffffff;
    background-color: #0157B8;
    transition: background-color 400ms, color 400ms;
}
.registration-wiz-next, .registration-wiz-end {
    float: right;
}
.btn-login {
    width: 100%;
    padding: 10px 0;
}
.btn-create-account {
    width: 100%;
    padding: 10px 0;
    border: 1px solid #016FD0;
    color: #016FD0;
}
.btn-create-account:hover, .btn-create-account:focus, .btn-create-account:active {
    background-color: #F5F5F7;
    color: #016FD0;
    transition: background-color 400ms;
}
.back-btn-with-chevron:before, .registration-wiz-prev:before {
    content: '<';
    margin: 0 5px 0 0;
}
.registration-wiz-next:after {
    content: '>';
    margin: 0 0 0 5px;
}

/** Login page */
.login-alerts-box {
    margin: 170px 0 30px 0;
}
.forget-form, .recovery-confirmation {
    margin: 50px 0 0 0;
}
.login-form .form-actions {
    border: none;
    padding-top: 0;
}
.forget-form {
    display: none;
}
.create-account {
    position: relative;
    border-top: 1px solid #C0C0C0;
    padding: 30px 0;
}
.not_client_yet {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: -3px;
    background-color: #ffffff;
    padding: 3px 10px;
    text-align: center;
    font-size: 14px;
    color: #C0C0C0;
    margin: auto;
}
.forget-password {
    display: block;
    text-align: right;
    padding: 5px 0 0 0;
    font-size: 13px;
}

/** Page validation email */
body.registration-email {
    text-align: center;
    background: #D2E8FF url(../img/registration-pages-2024-07/stripes.png) right bottom no-repeat !important;
}
body.registration-email .modal {
    text-align: left;
}
.registration-email .page-content {
    width: 40%;
    background-color: transparent;
    margin: auto;
    padding: 30px 0 0 0;
}
.layout-content {
    margin: 25vh 0 0 0;
}
.registration-email .open-logo {
    width: 176px;
    height: 40px;
    margin: auto;
}
.registration-email h1 {
    font-size: 24px;
    background: transparent url("../img/registration-pages-2024-07/mail.svg") 50% top no-repeat;
    padding: 40px 0 15px 0;
    margin: 0;
}
.registration-email p {
    color: #6E6E73;
    width: 70%;
    margin: 0 auto 15px auto ;
}
.registration-email-description {
    color: #6E6E73;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 50px 0;
}
.registration-email-footnote {
    color: #6E6E73;
    font-size: 12px;
    width: 60%;
    margin: 0 auto 15px auto ;
}
.registration-email a {
    color: #016FD0;
    font-size: 12px;
}
.registration-email .green-seagreen.btn:hover, .registration-email .green-seagreen.btn:active,
.registration-email .green-seagreen.btn:focus
{
    color: #ffffff;
    background-color: #0157B8;
    transition: background-color 400ms;
}
.registration-email .green-seagreen.btn {
    background-color: #016FD0;
}

.select2-selection__clear {
    display:none;
}

@media (max-width: 992px) {
    body.registration-pages-body {
        overflow: auto;
        padding: 50px 0 0 0 !important;
    }
    body#page-open-account.mobile-page-with-left-col {
        background-color: #d2e8ff !important;
    }
    body#page-open-account.mobile-page-with-left-col .right-col {
        background-color: #ffffff !important;
    }
    body:not(.mobile-page-with-left-col) .left-col{
        display: none;
    }
    .row {
        margin: 0;
    }
    .container-fluid {
        padding: 0;
    }
    .right-col, .left-col {
        height: auto;
        overflow: auto;
    }
    .right-col {
        height: 100%;
    }
    .registration-pages-body .row.scrollable {
        height: auto;
    }
    body:not(.login) .left-col {
        background-image: none;
    }
    #registration-logo-mobile {
        display: block;
    }
    .langage-login {
        position: fixed;
        z-index: 1;
        top: 0;
        background-color: #FFF;
        padding: 10px 20px;
        left: 0;
        border-bottom: 1px solid #F0F0F0;
    }
    .langage-login .dropdown-toggle {
        background-color: transparent !important;
    }
    .langage-login .dropdown-toggle .langname,
    .langage-login .dropdown-toggle > i {
        color: #000000;
    }
    .dropdown-menu {
        left: auto;
        right: 0;
    }
    .dropdown > .dropdown-menu:after {
        left: auto;
        right: 10px;
    }
    .registration-steps {
        margin: 0 0 30px 0;
    }
    #testimony-carousel, #registration-logo {
        display: none;
    }
    .account-type-box:last-of-type {
        margin: 0 0 40px 0;
    }
    .trustpilot-widget {
        margin: 80px -22px 55px 0;
    }
    .form-body {
        padding-top: 0;
    }
    #open-account-form {
        margin-top: 20px;
    }
    .smartbanner {
        position: fixed;
    }
    .layout-content {
        margin: 15vh 0 200px 0;
    }
    .registration-email .page-content {
        width: 80%;
    }
    .row-inline > div > .select2-container--default {
        margin-top: 10px;
    }
    .login-alerts-box {
        margin-top: 0;
    }
    #ads-carousel {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    #registration-logo-mobile {
        display: block;
        width: 105px;
    }
    .registration-email .page-content {
        width: 100%;
    }
    .checkbox-or-radio-with-text-in-span span{
        width: 85%;
    }
    .create-account {
        display: block;
    }
    .forget-password {
        margin-top: 10px;
    }
}
