﻿* {
    box-sizing: border-box;
}

h2,ul,p {
    margin:0;
}

h2 {
    margin-bottom: 0.5rem;
}

.table th, .table td {
    padding: 5px;
    font-size: 16px;
}

.table th:first-child,
.table td:first-child {
    text-align: center;
}

.container, .unsubscribe-container {
    position: relative;
    width: 100%;
    background-color: #fff;
}


.unsubscribe-container {
    color: #4D4D4D;
}

.container .footer-nav, .unsubscribe-container .footer-nav {
    text-align: left;
}

.container > *:not(:last-child),
.unsubscribe-container > *:not(:last-child) {
    margin-bottom: 36px;
}

.msg-container {
    font-weight: bold;
    color: #000;
}

.msg-container .msg-en {
    margin-bottom: 8px;
    font-size: 38px;
}

    .msg-container .msg, .msg-container h1 {
        font-size: 30px;
        font-weight: bold;
        color: #000;
    }

.unsubscribe-question {
    margin-bottom: 16px;
    font-size: 18px;
}

.unsubscribe-reason, .unsubscribe-answer {
    margin-bottom: 16PX;
}

    .unsubscribe-answer > * {
        display: block;
        margin-bottom: 6px;
        vertical-align: middle;
        font-size: 16px;
        line-height: 16px;
    }

    .unsubscribe-answer label:last-of-type {
        margin-bottom: 12px;
    }

    .unsubscribe-answer input[type=radio] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 1px solid #666;
        transition: 0.2s all linear;
        outline: none;
        margin: 0;
        margin-right: 5px;
        position: relative;
        top: 2px;
    }

        .unsubscribe-answer input[type=radio]:checked {
            border: 6px solid black;
        }

    .unsubscribe-answer textarea {
        height: 150px;
        width: 100%;
        max-width: 712px;
        border-radius: 2px;
        border-color: #B0B0B0;
        padding: 10px;
        outline: none;
        font-family: inherit;
        font-size: 100%;
    }

        .unsubscribe-answer textarea:focus {
            border: 2px solid black;
        }



.unsubscribe-container .unsubscribe-footer .spread {
    color: #B1B1B1;
    font-size: 16px;
}

.unsubscribeMsg div {
    margin: 10px
}

.redirect-link {
    display: inline-block;
    padding: 15px 30px;
    color: #fff;
    background-color: #0071BC;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    border: 0;
    border-radius: 2px;
}


table.tblMain {
    border-spacing: 0;
    width: 100%;
    margin-bottom: 30px;
}

table.tblMain > tbody > tr:not(:last-child) > td {
    padding-top: 12px;
}


table.tblMain .leftFont {
    float: none;
    margin-bottom: 6px;
    line-height: 26px;
    min-height: 1px;
}

table.tblMain .rightFont {
    float: none;
}

.msg-validator > span {
    float: right;
    color: #C21441 !important;
}

.Accent {
    color: #C21441;
}

.mCssText,
select.mCssText,
.mPhoneText,
.mPhoneCyText,
.phoneCountryList {
    margin-bottom: 4px;
    padding: 0 10px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    border: 1px solid #B0B0B0;
    outline: none;
}

.phoneCountryList {
    margin-bottom: 10px;
}

.phoneCountryCode {
    display: inline-block;
    margin: 0 10px 6px 0;
    width: calc( 10% - 10px);
    height: 36px;
    line-height: 34px;
    text-align: center;
}

    .phoneCountryCode ~ .phoneNumber.mCssText {
        width: 90%;
    }

    textarea.mCssText {
        min-height: 72px;
        line-height: 1.2;
    }

table.phonetable {
    float: none;
    width: 100%;
}

.formfield11 .rightFont table .symbol {
    display: inline-block;
    width: 5%;
    text-align: center;
}

.formfield11 .rightFont table .mPhoneText {
    width: 16%;
}

.formfield11 .rightFont table .mPhoneCyText {
    width: 32%;
}

.inputtext {
    padding: 0 10px;
    width: 100%;
    max-width: 592px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #B0B0B0;
    border-radius: 2px;
    font-size: 18px;
    outline: none;
}

.formfield14 .rightFont table td {
    padding-right: 20px;
}

.mCssText:focus,
.mPhoneText:focus,
.mPhoneCyText:focus,
.phoneCountryList:focus,
.inputtext:focus {
    border: 2px solid black;
}

.btn {
    display: block;
    margin: 0 auto;
}

.hint {
    font-size: 16px;
}


.rightFont td {
    vertical-align: middle;
}

.rightFont input[type=file] {
    width: 100%;
    border-bottom: 1px solid #B0B0B0;
}

@media (max-width: 767px) {

    .inputtext {
        margin-bottom: 5px;
    }

    .smbtn.fr {
        float: left;
    }

    .phoneCountryCode {
        margin: 0;
        padding-left: 11px;
        width: 100%;
        text-align: left;
    }

    .phoneCountryCode ~ .phoneNumber.mCssText {
        width: 100%;
    }

    .rightFont select {
        overflow: hidden;
        width: 100%;
        white-space: pre;
        text-overflow: ellipsis;
        -webkit-appearance: none;
    }

    .formfield14 .rightFont table {
        width: auto;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}