@font-face {
    font-family: 'BasisGrotesque';
    src: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/cn-xpev/fonts/BasisGrotesque-Bold.otf");
    font-style: bold;
}

@font-face {
    font-family: 'BasisGrotesque';
    src: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/cn-xpev/fonts/BasisGrotesque-Regular.otf");
    font-style: normal;
}

body {
    color: #4b4b4b;
    font-family: BasisGrotesque, Arial, sans-serif;
    font-size: 16px;
    background: none repeat scroll 0 0 transparent;
    font-weight: normal;
}

body.zh-tw,
body.zh-cn {
    font-family: BasisGrotesque, Arial, sans-serif;
}

.check-subscription-link a {
    color: #4b4b4b;
}

a:-webkit-any-link,
a:-moz-any-link {
    color: #4b4b4b;
    text-decoration: none;
    cursor: auto;
}

.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #4b4b4b;
    text-decoration: none;
}

.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #4b4b4b;
    text-decoration: underline;
}

.wrapper {
    width: 100%;
    padding: 0px 0 10px 0px;
    margin: 0 auto;
    max-width: 1140px;
}

.service-name {
    position: relative;
    top: 3px;
}

.btn,
.btn:active,
.btn:focus {
    background: #0a0a1a;
    border-radius: 30px;
    color: #fff;
    font-size: 1em;
    font-weight: normal !important;
    letter-spacing: 0px;
    margin: 0 auto;
    padding-top: 12px!important;
	padding-bottom: 12px!important;
	padding-left: 20px!important;
	padding-right: 20px!important;
    border: 0px solid #000 !important;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s ease-in-out;
    height: auto;
    line-height: normal;
    box-shadow: none;
    -webkit-mask-image: radial-gradient(#fff, #000);
    mask-image: radial-gradient(#fff, #000);
    position: relative;
    overflow: hidden;
}

.btn:after {
    content: "";
    position: absolute;
    left: -0.10416667rem;
    top: 0;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    transform: translateX(-100%) translateZ(0);
    border-radius: 1.25rem;
    -webkit-animation: none;
    animation: none;
    opacity: 1;
    z-index: -1;
    background-color: #8c64f0;
}

.btn:hover {
    background: #084579;
    border: 0px solid #084579 !important;
    color: #fff;
}

.btn:hover:after {
    transform: translateX(0) translateZ(0);
    left: 0;
}

#dialogModal .btn-submit,
#dialogModal .btn-ok,
#dialogModal .btn-cancel {
    min-width: inherit;
}

.check-subscription-link {
    font-weight: normal;
}

#dialogModal .privacy-policy-sector .btn {   
    text-transform: capitalize;
    margin-bottom: 5px;
}

.radio input,
.checkbox input {
    height: 16px;
}

.form .lable {
    text-transform: uppercase;
}

.form input {
    appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #dedede;
    color: #4b4b4b;
    height: 40px;
    padding: 0 1em;
    border-radius: 3em;
    font-size: 14px;
}

.form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    background-image: url("//asia.tools.euroland.com/tools/SubscriptionCentre2/Config/Company/cn-xpev/dropdown.svg");
    background-origin: content-box;
    background-position: calc(0px + 100%) 50%;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border-radius: 3em;
    padding: 0 1em;
    color: #4b4b4b;
    height: 42px;
    border: 1px solid #dedede;
    font-size: 14px;
}

.form input:hover,
.form select:hover {
    border-color: #151526;
    border-right-width: 1px;
}

span.compulsory-field {
    position: absolute;
    left: 45px;
    top: -17px;
}

body.zh-cn span.compulsory-field,
body.zh-tw span.compulsory-field {
    left: 65px;
}

@media not all {
    .form select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}

.form select > option {
    color: #4b4b4b;
    text-transform: capitalize;
}

.modal-content {}

@media (max-width: 480px) {
    .button-inner {
        padding-top: 10px;
    }
}

.subscription-wrapper-single .selection-services {
    border: 0px solid #c3d1ec;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.selection-services {
    padding-left: 0;
}

.form .lable {
    text-transform: capitalize;
    font-weight: normal;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    font-weight: bold;
    padding-right: 0px;
    color: #0a0a0a;
    height: auto;
    font-size: 0.875rem;
    line-height: 1.8;
}

.button-wrapper,
.form .row-control {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.button-wrapper .check-subscription-link,
.button-wrapper .button-inner {
    margin-left: 0;
}

.check-subscription-link,
.button-wrapper {
    text-align: left;
}

.google-recapcha a,
.google-recapcha {
    color: #4b4b4b;
    text-decoration: none;
}

.check-subscription-link a:hover,
.google-recapcha a:hover {
    color: #A4CE4C;
}

.google-recapcha {
    text-align: left;
}

.footer {
    font-size: 12px;
}

.subscribe-checking .button-wrapper {
    text-align: center;
    width: 100%;
}

.subscribe-checking .button-wrapper button {
    margin-bottom: 5px;
}

.row-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.form .lable,
.form .input {
    float: none !important;
    padding-right: 0px;
    padding-left: 0px;
}

.form .input {
    width: 100% !important;
}

.form .row-control .input > * {
    width: 95%;
    max-width: 360px;
}

.announcement-group-lable {
    color: #0a0a0a;
    display: none;
}

@media (max-width: 445px) {
    .row-control {
        width: 100%;
    }

    .form .row-control .input > * {
        width: 100%;
        max-width: unset;
    }
}

.selection-services {
    margin-bottom: 0px;
}

* {
    outline: 0 !important;
}

