/* Minification failed. Returning unminified contents.
(469,9): run-time error CSS1030: Expected identifier, found '>'
(469,49): run-time error CSS1031: Expected selector, found ')'
(469,49): run-time error CSS1025: Expected comma or open brace, found ')'
 */
main h1,
main h2,
main h3,
header h1,
header h2,
header h3 {
    font-family: Georgia, serif !important;
    font-weight: bold;
}

header h1,
header h2,
header h3 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

header #HeaderContainer #HeaderContent .SubHeader h3 {
    font-family: Lato, Arial, sans-serif !important;
}

header .HeaderIcon .HeaderCircle {
    background-color: #e64150;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
    height: 275px;
    width: 275px;
    border-radius: 137.5px;
}

header .HeaderIcon .HeaderCircle h3 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 25px 0;
    max-width: 100%;
    padding: 0 5px;
}

header .HeaderIcon .HeaderCircle span {
    font-size: 40px;
}

@media(max-width: 991px) {
    header .HeaderIcon {
        display: none;
    }
}

@media(max-width: 1199px) {
    header #HeaderContainer {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0;
    }
}

nav {
    height: 90px;
}

nav .navLogo,
nav .navLogoShort {
    margin-left: 0px;
    margin-top: 0px;
    height: 24px;
}

nav .navLogoShort {
    display: none;
}

nav .mobileLanguage {
    display: none;
}

nav select {
    margin-top: 0px;
    margin-left: 20px
}

nav .container {
    display: flex;
    align-items: center;
    height: 100%;
}

nav a,
nav a:link,
nav a:hover {
    text-decoration: none;
}

body.mobileMenuOpen {
    overflow: hidden;
}

nav .mobileMenu .mobileMenuIcon .line:nth-child(2) {
    top: 20px;
}

nav .mobileMenu .mobileMenuIcon .line:nth-child(3) {
    top: 10px;
}

nav .mobileMenu .mobileMenuIcon.checked .line:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
}

nav .mobileMenu .mobileMenuIcon.checked .line:nth-child(3) {
    transform: translateY(-0px) rotate(45deg);
}

nav .menu .menuItems .menuItem {
    background-color: white;
}

nav .menuItemContent .menuItemIcon {
    text-align: center;
    height: 39px;
}

nav .menuItemContent .menuItemIcon i {
    font-size: 36px;
}

@media (max-width: 991px) {
    header #HeaderContainer #HeaderContent .SubHeader h3 {
        display: none
    }

    nav .mobileMenu {
        flex-grow: 0;
    }

    nav .menu {
        overflow-y: auto;
    }

    nav .menuItemContent .menuItemIcon {
        display: none;
    }

    nav .menu .menuItems .menuItem .menuItemContent .menuItemText {
        display: flex !important;
        justify-content: center;
    }

    nav .menu .menuItems .menuItem .menuItemContent .menuItemText span {
        flex-grow: 1;
    }

    nav .menu.visible .menuItems {
        padding-top: 90px;
        margin-bottom: 0;
    }

    nav .navLogo {
        display: none;
    }

    nav .navLogoShort {
        display: inline-block;
    }

    nav .headerlogo {
        flex-grow: 1;
    }

    nav .language {
        display: none;
    }

    nav .mobileLanguage {
        display: block;
        margin: 0 10px;
        cursor: pointer;
    }

    nav .mobileLanguage a {
        color: black;
        text-decoration: none;
    }
}

@media(min-width: 992px) {
    nav .menu .menuItems .menuItem:hover .subMenuItems {
        padding-top: 39px;
        top: 35px;
    }

    nav .menu > .menuItems > .menuItem > .menuItemContent {
        display: block !important;
    }
}

.exchange-form {
    width: 100%;
    padding: 30px;
}


/*Layout*/
/*Responsiveness*/
@media(min-width: 1200px) {
    .account-panel {
        margin-top: -90px
    }

    .account-form {
        width: 700px;
    }

    .exchange-panel {
        margin-top: -90px
    }

    #main-container {
        overflow: initial
    }

    header .container > div > div {
        padding-left: 0px
    }

    #divGender .pic-icon {
        width: 50px;
        margin-left: 40px;
        margin-right: 40px;
        height: 100%;
    }

    #divGender .genderLink {
        margin: 0 15px;
        text-decoration: none;
        display: inline-block;
    }

    .profile-form {
        padding: 50px 30px;
    }
}
@media(max-width: 1199px) {
    .profile-form {
        padding: 20px 0;
    }
    
    #divGender .pic-icon {
        width: 25px;
        margin-left: 20px;
        margin-right: 20px;
        height: 100%;
    }

    #divGender .genderLink {
        margin: 0 10px;
        text-decoration: none;
        display: inline-block;
    }

    .account-panel {
        margin-top: -40px;
    }

    .exchange-panel {
        margin-top: -30px;
    }

    .account-form {
        width: 100%
    }
}

@media(max-width: 991px) {
    .exchange-panel {
        margin-top: 50px;
    }

    .exchange-hint {
        padding: 20px 30px 0 30px;
    }
}

@media (min-width: 992px) {
    .exchange-hint {
        float: right !important;
    }
}

@media(max-width: 767px) {
    .account-panel {
        margin-top: 10px;
    }
}

.circle-points {
    margin-top: -45px;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #E64150;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.circle-points h3, .circle-points h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.exchange-logo {
    box-shadow: none;
}

.account-form {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.account-form .input-group {
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

.account-form .input-group h4,
.exchange-form .input-group h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.account-form .input-group input {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}   

.account-form div.container {
    text-align: left;
}

.account-form button,
.exchange-form button {
    max-width: 320px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.profile-form .input-group,
.profile-form .input-group-expnd {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.profile-form .input-group h4,
.profile-form .input-group-expnd h4 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.profile-form .input-group input,
.profile-form .input-group-expnd input {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}


.profile-form div.container {
    text-align: left;
}

.profile-form button {
    min-width: 320px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.form-horizontal .control-label {
    text-align: left;
}

.button-row {
    padding: 0 20px;
}

.button-row div:first-child {
    text-align: left;
}

.button-row div:last-child {
    text-align: right;
}

.form-password .input-group,
.exchange-form .input-group {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%;
    text-align: left;
}

@media(min-width:1200px) {
    .form-password .input-group input,
    .exchange-form .input-group input {
        margin-top: 0px;
        margin-left: 0px;
    }
}

.form-password .half-input-group,
.exchange-form .half-input-group {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
    text-align: left;
}

.form-password .half-input-group input,
.exchange-password .half-input-group input {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}

.form-cancel .input-group {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 100%;
}

.form-cancel .input-group input {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
}

.enum-item {
    text-transform: none;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.button-inverted {
    padding-left: 0px;
    padding-right: 0px;
    line-height: normal;
}

.field-validation-error {
    font-size: 14px;
}

div:has(>a + input.input-validation-error + span) {
    border: 1.5px solid #e64150 !important;
}

.overlay-container {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    cursor: pointer;
}

.overlay-container .overlay-image {
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease;
    backface-visibility: hidden;
}

.overlay-container .overlay-middle {
    transition: opacity .5s ease;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: 0;
}

.overlay-container:hover .overlay-image {
    opacity: 0.7;
}

.overlay-container:hover .overlay-middle {
    opacity: 1;
}

.overlay-container .overlay-text {
    background-color: #e64150;
    color: white;
    font-size: 30px;
    padding: 10px;
}

.avatarcurrent {
    border-radius: 50%;
}

.cancel-button {
    background-color: #e64150;
    color: white;
    font-size: 18px;
    cursor: pointer;        
    text-transform: none;    
    font-weight: bold;    
    padding: 4px;
    letter-spacing: normal;
    display: block;
    border-bottom: 3px solid #78b900;
    vertical-align: middle;
    line-height: 30px;
    padding-left:20px;
    padding-right:20px;
}

.cancel-button i {    
    margin-right:10px
}

.cancel-text {
    border: solid;
    border-color: #e64150;
    border-width: medium;
    height: 51px;  
    padding:4px;
    padding-right:8px;
    background-color: #e64150;
    color:#ffffff    
}

/* Controls */
a > .ma_Select, .ma_Select {
    opacity: 1 !important;
}


/*Slider Switch - Checkbox*/
.ma-switch {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 32px;
}

    .ma-switch input {
        display: none;
    }

.ma-switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #BBBBBB;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 4px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.1) inset;
}

    .ma-switch-slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
        border-radius: 2px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    }

.ma-switch > input:checked + .ma-switch-slider {
    background-color: #B0E566;
}

.ma-switch > input:focus + .ma-switch-slider {
    box-shadow: 0 0 1px #B0E566;
}

.ma-switch > input:checked + .ma-switch-slider:before {
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
}

.ma-switch-round > .ma-switch-slider {
    border-radius: 32px;
}

    .ma-switch-round > .ma-switch-slider:before {
        border-radius: 28px;
    }

.ma-switch-disabled > .ma-switch-slider,
.ma-switch > input:checked + .ma-switch-disabled > .ma-switch-slider {
    background-color: #FAFAFA !important;
    cursor: default;
}

/*---------------------------------------------------------------------------------------------------*/
/*---------------------------------------- Surveylist -----------------------------------------------*/
/*---------------------------------------------------------------------------------------------------*/
.SurveyContainer {
}

.SurveyContainer .SurveyRow {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 75px;
    text-decoration: none;
}

.SurveyContainer .SurveyRow .SurveyLine {
    width: 2px;
    background-color: #E64150;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 39px;
    z-index: 1;
}

.SurveyContainer .SurveyRow .SurveyIcon {
    background-color: #FFFFFF;
    border: 2px solid #e64150;
    height: 60px;
    width: 60px;
    padding: 5px;
    border-radius: 35px;
    margin: 0 25px 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    flex-shrink: 0;
}

.SurveyContainer .SurveyRow .SurveyIcon span {
    font-size: 1.5em;
    font-weight: bold;
    font-family: Georgia, serif;
    margin-top: -2px;
    color: black;
}

.SurveyContainer .SurveyRow .SurveyIcon i {
    font-size: 1.5em;
    color: #B0E566;
}

.SurveyContainer .SurveyRow .SurveyInfo {
    color: black;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.SurveyContainer .SurveyRow .SurveyInfo .SurveyText .SurveyTopic {
    font-weight: bold;
}

.SurveyContainer .SurveyRow .SurveyInfo .SurveyDetails {
    font-size: 75%;
}

.SurveyContainer .SurveyRow .SurveyInfo .SurveyDetails span:not(:last-child) {
    border-right: 1px solid #e64150;
    padding-right: 3px;
}

.SurveyContainer .SurveyRow .SurveyInfo .SurveyDetails span:only-child {
    border-right: 0;
}

.SurveyContainer .SurveyRow .SurveyGo {
    padding-right: 20px;
}

.SurveyContainer .SurveyRow .SurveyGo i {
    font-size: 1.3em;
    color: white;
    background-color: #B0E566;
    border-color: #B0E566;
}

footer .Content .AppLinks {
    text-align: right;
}

footer .Content .AppLinks div a {
    text-decoration: none;
    display: inline-block;
    margin-top: -20px;
}

@media (max-width: 992px) {
    footer .Content .AppLinks {
        text-align: center;
    }
}

.pic-icon {
    opacity: 0.4;
}

#divGender .pic-icon {   
    box-shadow: none;    
}

#divGender div {
    text-align: center;
}

.Separator {
    margin: 20px 0;
    position: relative;
    min-height: 30px;
}

.Separator .SeparatorLine {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #DDDDDD;
    top: 50%;
    transform: translateY(-50%);
}

.Separator .SeparatorText {
    padding: 3px 10px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #686868;
    font-size: 16px;
}

#socialLoginList.SocialLoginWrap .ma_button_facebook,
#socialLoginList.SocialLoginWrap .ma_button_google,
#socialLoginList.SocialLoginWrap .ma_button_apple {
    display: block;
    margin: 10px auto !important;
}

.ma_button_facebook,
.ma_button_google,
.ma_button_apple {
    color: #FFFFFF;
    width: 220px;
    min-height: 64px;
    border: none;
    margin: 5px !important;
    padding: 10px;
    text-align: left;
}

@media (max-width: 767px) {
    .ma_button_facebook,
    .ma_button_google,
    .ma_button_apple {
        width: 80%;
    }
}

.ma_button_facebook div,
.ma_button_google div,
.ma_button_apple div {
    display: flex;
    align-items: center;
}

.ma_button_facebook i,
.ma_button_google i,
.ma_button_apple i {
    font-size: 2em;
    margin-right: 10px;
    margin-left: 5px;
    flex-shrink: 1;
    width: 32px;
}

.ma_button_facebook span,
.ma_button_google span,
.ma_button_apple span {
    flex-grow: 1;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: initial;
}

.ma_button_facebook {
    background-color: #3b5998;
}

.ma_button_google {
    background-color: #4285F4;
}

.ma_button_apple {
    background-color: #000000;
}

.FAQDesktop {
    margin-left: 25px;    
}

.FAQMobile a {
    color: #000000;
    margin-right:15px
}

.FAQDesktop a {
    color: #B0E566
}

@media(max-width: 991px) {
    .FAQMobile {
        display:block;        
    }

    .FAQDesktop {
        display:none
    }
}

@media(min-width: 992px) {
    .FAQMobile {
        display: none
    }

    .FAQDesktop {
        display: block
    }
}

.FAQUpward {
    color: #b0e566;
    position: sticky;
    bottom: 20px;
    left: 1600px;
    display:none
}

.FAQUpwardMobile {
    color: #b0e566;
    background-color: #b0e566;
    position: sticky;
    bottom: 0px;
    display: none;
    width: 100%;
    margin-top:20px
}

.FAQUpwardMobile i {
    margin-left:auto;
    margin-right:auto;
    width: 56px;
    display:block;
    color:#FFFFFF
}
