/* imimot-account — account UI + slim header/footer shell */

.clra {
    clear: both;
}
.clra:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
}

@font-face {
    font-family: 'Ionicons';
    src: url('../font/ionicons/ionicons.eot');
    src:
        url('../font/ionicons/ionicons.eot#iefix') format('embedded-opentype'),
        url('../font/ionicons/ionicons.ttf') format('truetype'),
        url('../font/ionicons/ionicons.woff') format('woff'),
        url('../font/ionicons/ionicons.svg#Ionicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ion,
.ionicons {
    display: inline-block;
    font-family: 'Ionicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ion-ios-close-empty:before {
    content: '\f404';
}

.ion-ios-arrow-left:before {
    content: '\f3d2';
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    line-height: 140%;
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

h1 {
    margin: 0 0 60px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 120%;
}

h2 {
    margin: 0 0 30px 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
}

h3 {
    margin: 0 0 30px 0;
    padding: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 120%;
}

h4 {
    margin: 0 0 16px 0;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #3d7ffe;
}

button {
    font-family: 'Lato', sans-serif;
}

.pageWidth {
    width: 1400px;
    margin: auto;
}

.grey-bg {
    background: #f5f5f5;
}

#pageData.text-page {
    padding: 100px 0 100px 0;
}

#acct-header {
    flex-shrink: 0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Lato', sans-serif;
}

.acct-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

#acct-header .acct-logo img {
    display: block;
    height: 36px;
    width: auto;
}

#acct-header .acct-service-name {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

#acct-header .acct-back {
    margin-left: auto;
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

#acct-header .acct-back:hover {
    color: #000;
}

#acct-header .acct-back .ion {
    font-size: 18px;
}

#acct-main {
    flex: 1 0 auto;
}

#acct-footer {
    flex-shrink: 0;
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
    padding: 28px 24px 36px;
    text-align: center;
    font-size: 14px;
    color: #757575;
}

#acct-footer .acct-footer-links {
    margin-bottom: 12px;
}

#acct-footer .acct-footer-links a {
    color: #616161;
    text-decoration: none;
    margin: 0 14px;
    font-weight: 400;
}

#acct-footer .acct-footer-links a:hover {
    color: #3d7ffe;
    text-decoration: underline;
}

#acct-footer .acct-footer-copy {
    margin: 0;
    font-size: 13px;
    color: #9e9e9e;
}

/* account */

.account-page {
    max-width: 1000px;
    margin: 0 auto;
}

.account-page h1 {
    margin: 0 0 60px 0;
    padding: 0 0 40px 0;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 300;
    line-height: 120%;
}

.account-page p {
    margin: 10px 0 30px 0;
    padding: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #424242;
}

.account-datas {
    background: #ffffff;
    margin: 20px auto 80px auto;
    padding: 30px;
    box-sizing: border-box;
    max-width: 600px;
    text-align: left;
    position: relative;
}

.account-page .account-datas .warning {
    font-size: 16px;
    font-weight: 600;
    color: #ff0050;
    line-height: 150%;
    margin: 6px 0 20px 0;
}

.account-page .account-datas a {
    color: #3d7ffe;
}

.account-page .account-datas ol {
    margin: -14px 0 20px 0;
    padding: 20px 40px 15px 40px;
    background: rgba(0, 0, 0, 0.04);
    position: relative;
}

.account-page .account-datas li {
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}

.account-page .account-datas ol:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 17px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 12px solid #ffffff;
}

.account-closer {
    position: absolute;
    top: 8px;
    right: 15px;
    font-size: 32px;
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.account-faq {
    margin-top: 100px;
    border-top: 1px solid #e0e0e0;
}

.account-faq h2 {
    text-align: center;
    margin: 70px 0 50px;
    padding: 0;
}

.account-faq ul {
    margin: 0 0 0 18px;
    padding: 0;
}

.account-faq ul li {
    margin-bottom: 20px;
    line-height: 160%;
    font-size: 16px;
    font-weight: 300;
}

.account-faq ul li .question {
    font-weight: 500;
}

.account-datas .buymore {
    border: none;
    border-radius: 0;
    background: #6b47f3;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    padding: 6px 10px;
    cursor: pointer;
    float: right;
}

.account-datas .devices {
    flex-wrap: wrap;
    align-items: flex-start;
}

.account-datas .devices .flex-item.icon {
    flex-shrink: 0;
}

.account-datas .devices .flex-item.text {
    flex: 1;
    min-width: 0;
}

.account-datas .devices .icon img {
    width: 52px;
    margin-right: 20px;
}

.account-datas .devices .text p {
    margin: 0 0 3px 0;
    padding: 0;
    border: none;
    font-size: 16px;
}

.account-datas .devices .action {
    flex: 1 1 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 600px) {
    .account-datas .devices .action {
        flex: 1;
    }
}

.account-datas .devices .deactivate {
    border: none;
    border-radius: 0;
    background: #f44336;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    padding: 3px 8px;
    cursor: pointer;
}

.account-row {
    padding: 14px 0;
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 300;
    flex-wrap: wrap;
}

.account-row-container > div + div {
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    color: #424242;
}

.account-datas .header {
    font-size: 26px;
    flex-direction: column;
    align-items: flex-start;
}

.account-row-title {
    font-weight: 500;
    font-size: 20px;
    color: #424242;
}

.account-row-value {
    font-size: 20px;
}

.account-datas .header .account-row-title {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.uk-text-break {
    overflow-wrap: anywhere;
}

.ml-auto {
    margin-left: auto;
}

.account-row-expand {
    padding: 14px 0;
}

.account-row-expand .account-row-title .account-row-value {
    font-weight: 300;
}

.account-row-expand .expand-content {
    max-height: 0;
    transition: all 0.4s ease-out;
    overflow: hidden;
    padding-left: 30px;
    color: #424242;
}

.account-row-expand .expand-content > div {
    padding-top: 10px;
}

.account-row-expand .account-row-title {
    cursor: pointer;
    position: relative;
}

.account-row-expand .account-row-title::before {
    content: ' ';
    position: absolute;
    left: -15px;
    top: 5px;
    display: inline-block;
    border-top: 7px solid transparent;
    border-left: 7px solid currentColor;
    border-bottom: 7px solid transparent;
}

.account-row-expand.active .account-row-title::before {
    left: -20px;
    top: 10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid currentColor;
    border-bottom: 0;
}

.download-row {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.download-row img {
    max-width: 50px;
}

.download-row a {
    text-transform: uppercase;
}

.download-row .link {
    color: #3d7ffe;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

.purchase-list-container > div {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: space-between;
}

.account-datas .contact {
    text-align: center;
    padding: 20px 0 10px 0;
}

.account-page .forgotten-licence-wrapper {
    text-align: center;
    padding: 20px 0 10px 0;
    margin-top: 0;
}

.account-page .forgotten-licence-wrapper span {
    font-size: 18px;
    color: #3d7ffe;
    cursor: pointer;
    text-decoration: underline;
}

#forgotten-licence-email {
    box-sizing: border-box;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    margin-top: 15px;
    width: calc(100% - 45px);
}

.account-datas .product-img {
    float: right;
    display: block;
    height: 46px;
    width: auto;
    margin-top: -10px;
}

/* popups */

.popup-container {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: rgba(230, 230, 230, 0);
    transition: all 500ms;
    transition-delay: 0ms;
}

.popup-container.visible {
    display: block;
    background: rgba(230, 230, 230, 0.85);
    transition-delay: 200ms;
}

.popup-wrapper {
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popup-box {
    width: 90%;
    max-width: 600px;
    font-weight: 300;
    box-sizing: border-box;
    background: #fff;
    padding: 40px;
    box-shadow: 10px 10px 100px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 500ms;
    transition-delay: 0ms;
}

.popup-container.visible .popup-box {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 200ms;
}

.popup-box h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-block-start: 2rem;
}

.popup-box h4 {
    padding: 0 0 30px;
    margin: 0 0 20px 0;
    font-size: 36px;
    border-bottom: 1px solid #e0e0e0;
    font-weight: 300;
}

.popup-box p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
}

.popup-box .button-container {
    text-align: right;
    margin-top: 80px;
}

.popup-box .button-container button {
    box-sizing: border-box;
    width: 100%;
    max-width: 140px;
    height: 50px;
    margin: 0 0 0 10px;
    border: none;
    background: #e4e4e4;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.popup-box .button-container button.red {
    background: #f44336;
    color: #fff;
}

#AccountConfirmPopup-errormsg h4 {
    border-top: 1px solid #e0e0e0;
    border-bottom: none;
    padding: 15px 0 0;
    margin: 20px 0 2px 0;
    font-size: 18px;
    color: #f44336;
    font-weight: 700;
    text-align: center;
}

#AccountConfirmPopup-errormsg p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
}

.redeemFormCont {
    margin: auto;
    max-width: 600px;
}

.redeemFormCont input {
    float: left;
    box-sizing: border-box;
    width: 60%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    border: none;
    background: #ffffff;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.05) inset;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.redeemFormCont button {
    float: left;
    box-sizing: border-box;
    width: 40%;
    height: 50px;
    margin: 0;
    border: none;
    background: #73deec;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.redeemFormCont .error {
    position: relative;
    display: block;
    margin: 0 auto 10px auto;
    background: #000000;
    padding: 10px 10px;
    color: #ffffff;
    text-align: center;
}

.redeemFormCont .error:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 10px solid #000000;
}

.redeemFormCont .error:empty {
    display: none;
}

@media only screen and (max-width: 1400px) {
    .pageWidth {
        width: 100%;
        box-sizing: border-box;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 600px) {
    .pageWidth {
        padding: 0 16px;
    }

    #pageData.text-page {
        padding: 40px 0 60px 0;
    }

    .account-page h1 {
        font-size: 32px;
        margin-bottom: 30px;
        padding-bottom: 20px;
    }

    .redeemFormCont input,
    .redeemFormCont button {
        width: 100%;
        float: none;
    }
}

@media only screen and (min-width: 401px) and (max-width: 900px) {
    #pageData.text-page {
        padding: 80px 0 80px 0;
    }
    .pageWidth {
        width: auto;
        max-width: 100%;
        margin: 0 24px;
    }
}

@media only screen and (max-width: 400px) {
    #pageData.text-page {
        padding: 60px 0 60px 0;
    }
    .pageWidth {
        width: auto;
        margin: 0 12px;
    }
    .account-page h1 {
        font-size: 36px;
    }
    .redeemFormCont input {
        width: 100%;
        float: none;
    }
    .redeemFormCont button {
        width: 100%;
        float: none;
        margin-top: 8px;
    }
    #acct-footer .acct-footer-links a {
        display: block;
        margin: 8px 0;
    }
}
