.alert {
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
    margin: 10px 0;
  	flex: 1;
}

.alert:empty {
    display: none;
}

.alert.alert-error {
    background: #ff00004a;
    border-color: #ff0000f0;
    color: black;
}

.alert a {
  	color: #000000 !important;
    text-decoration: underline;
    font-weight: bold;
}

.alert.alert-info {
    background-color: #efc47382;
    border-color: #d7992482;
}

.alert.alert-success {
    background-color: #73efa382;
    border-color: #24d73d82;
}
.qr-code img.biz-logo {
    max-height: 100px;
    object-fit: contain;
    border-radius: 0;
}
.loading {
    font-size: 0 !important;
}

.loading:before {
    content: "\f110";
    font-size: 30px;
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
  	font: normal normal normal 14px/1 FontAwesome;
}
span.remove-photo {
    position: absolute;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    margin: -10px;
    cursor: pointer;
    z-index: 9999;
}
.existing-photos {
    display: flex;
    column-gap: 30px;
}

.existing-photos > div > img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}.hidden {
    display: none !important;
}