.auction-access-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    z-index: 10002;
}
.auction-access-modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(60,60,60,0.45);
    z-index: 10001;
}
.modal-content {
    background: #fff;
    border-radius: 4px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    z-index: 10003;
}
.aa-modal-left {
    display: flex;
    align-items: center;
}
.aa-modal-right {
    display: flex;
    flex-direction: column;
    padding: 1.5em;
}
.aa-modal-right h2 {
    font-weight: 700;
    padding: 0;
}
.aa-modal-error {
    margin: 0 0 1em 0;
    padding: 0.8em 1em;
    background: #fde9e7;
    border: 1px solid #e0a39d;
    border-left: 4px solid #c0392b;
    color: #7b241c;
    border-radius: 3px;
}
.auction_access_modal_fields {
    border: 0;
    padding: 0;
    margin: 0;
}
.aa-photoid-input {
    display: flex;
    justify-content: center;
}
.aa-label {
    font-weight: 600;
}
.aa-help-text {
    color: #404041;
    padding: 1em 0 0 0;
}
.submit_buttons {
    padding: 1.5em 0 0 0;
}
