﻿

#errorMessage:not(.adl-hide) {
    margin-left: 40px
}

    #errorMessage:not(.adl-hide):before {
        font-family: 'Material Icons';
        /* stylelint-enable */
        font-weight: normal;
        font-style: normal;
        font-size: 2.4rem; /* Preferred icon size */
        display: inline-block;
        line-height: 1;
        text-transform: none;
        letter-spacing: normal;
        word-wrap: normal;
        white-space: nowrap;
        direction: ltr;
        position: absolute;
        left: 22px;
        content: 'error';
        vertical-align: middle;
    }


input.invoice-balance {
    background-color: inherit;
    color: #fff;
    max-width: 100%;
}

a.invoiceRemoval {
    color: var(--neutral-lighter);
    text-decoration: none;
    cursor: pointer;
}

a.invoiceRemoval:after {
    content: 'X';
    border: 1px solid var(--neutral-lighter);
    padding: 0 5px 1px;
    margin-left: 1rem;
}

.fixed-aspect-ratio {
    width: 29rem;
    height: 0;
    padding-top: 29rem;
    position: relative;
    border-radius: 100%;
    text-align: center;
    background: var(--neutral-darker);
    margin: 0 auto;
}

@media screen and (min-width: 60.1rem) {
    .fixed-aspect-ratio {
        width: 35%;
        padding-top: 35%;
        margin-top: 4rem;
    }
}

.fixed-aspect-ratio .centered-content {
    overflow: hidden;
    position: absolute;
    top: -30%;
    left: 24%;
    width: 50%;
    height: auto;
    margin-top: 40%;
    color: #fff;
}

.fixed-aspect-ratio div img {
    width: 100%;
    border: 1px solid #DEDEDE;
    background: #FFF;
}

.fixed-aspect-ratio .title {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: .7em;
    white-space: nowrap;
}

@media screen and (max-width:60rem) {
    .fixed-aspect-ratio .title .hide-for-mobile {
        display: none;
    }
}

.restrict-height {
    max-height: 75px;
}