#errors {
    list-style: none;
    padding-left: 1.5em;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
}

.error-item {
    padding: 0 1.5em;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px solid #DD3F50;
    background-color: #e37682;
    border-radius: 8px;
    margin-bottom: 1em;
    /* margin-right: 1em; */
    /* text-align: center; */
    max-height: fit-content;
    height: fit-content;
    /* line-height: 2.75em; */
    width: 100%;
}

.warning-item {
    /* padding: 0 1.5em; */
    /* padding-left: 1.5em; */
    border: 1px solid #FFFB15;
    background-color: #FFFB15;
    border-radius: 8px;
    /* margin-top: 1em; */
    /* margin-right: 1em; */
    margin: 0;
    padding: 12px 0;
    max-height: fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.warning-item-left {
    border: 1px solid #FFFB15;
    background-color: #FFFB15;
    border-radius: 8px;
    margin: 0;
    padding: 12px 0;
    max-height: fit-content;
    height: fit-content;
    display: flex;
    justify-content: left;
    align-items: center;
}

.warning-item > div > p {
    margin: 0;
    padding-left: 1em;
    text-align: left;
    flex: 1 1 auto;
    line-height: 1.25em;
}

.warning-item > p, .warning-item-left > p {
    margin-bottom: 0px;
    padding-right: 1em;
}

.info-item {
    border-color: #377EED;
    background-color: #cfe2ff;
}

.info-item > p {
    color: #052c65;
}

.email-warning {
    border: 1px solid #dd3f3f;
    background-color: #e9a1a1;
    border-radius: 8px;
    margin: 0;
    padding: 12px 0;
    max-height: 4em;
}

.email-warning > div > p {
    margin: 0;
    padding-left: 1em;
    text-align: left;
    flex: 1 1 auto;
    line-height: 1.25em;
    font-weight: bold;
}

.text-icon {
    display: flex;
    justify-content: left;
    align-items: center;
    max-height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    /* padding-top: 1em;
    padding-bottom: 1em; */
    height: 1.75em;
}

.info-item {
    display: flex;
    align-items: center;
    position: relative;
}

.info-item .text-icon {
    position: absolute;
    left: 0em; /* adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0; /* remove margin */
}

#psa-message {
    flex: 1 1 0;
    text-align: center;
    margin: 0;
    font-weight: bold;
    padding-left: 3.2em;
}

@media (max-width: 800px) {
    #psa-message {
        padding-left: 2.5em;
    }
}

#logos {
    margin-top: 2em;
}

/* #uploader_email:valid {
    border: 2px solid #3ea370 !important;
}

#uploader_email:invalid {
    border: 2px solid #d63961 !important;
} */