.headBox {
    display: flex;
    justify-content: center !important;
    background: #F6F8FA !important;
}

.licensed span {
    color: #0085F9;
}

.download-thankyou {
    color: #0085F9;
    padding: 32px 8px;
}

.downloadBox {
    border: 1px solid #E6ECEF;
    box-sizing: border-box;
    border-radius: 8px;
    max-width: 621px;
    margin: auto;
}

.thankyou-email {
    margin-top: 41px;
}

.button-download-box {
    display: flex;
    justify-content: center;
}

.download-button {
    width: 163px !important;
    height: 52px !important;
    padding: 9px 17px !important;
    border: 1px solid #E6ECEF !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;
}

.MuiListItemIcon-root {
    padding-top: 6px;
    min-width: 36px;
}

.am-lang-choice {
    display: none;
}

@media screen and (max-width: 600px) {
    .button-download-box {
        display: flex;
        justify-content: center;
    }
    .section-amember {
        margin-top: 0px!important;
    }
}
