.tx-congress-reservation .congressReservationMsgField {
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1em;
    border: 1px solid #0a0e14;
    border-radius: 0.5em;
}

.tx-congress-reservation .congressReservationMsgContainer {
    display: flex;
}

.tx-congress-reservation .congressReservationMsg {
    color: orange;
    background-color: #fff8ed;
    border-color: #ffc457;
    display: none;
    transition: display 10s ease-out 3s;
}

.tx-congress-reservation .congressReservationError {
    color: red;
    background-color: #ffeded;
    border-color: #ff7c7c;
}

.tx-congress-reservation #occupancyText {
    line-height: 2em;
}

.tx-congress-reservation .congressReservationSpinner {
    background: url("/typo3conf/ext/jmh_congress_reservation/Resources/Public/Icons/spinner.gif") no-repeat center;
}

.tx-congress-reservation .userReservations {
    display: flex;
}

.tx-congress-reservation .userReservations .userReservation {
    align-items: center;
    display: flex;
    justify-content: space-between;
    line-height: 2em;
}

.tx-congress-reservation .userReservations .icon {
    margin-left: 2em;
}

.tx-congress-reservation .userReservations .remove-reservation {
    cursor: pointer;
}

.tx-congress-reservation .locationOccupancy {
    line-height: 2em;
}

.tx-congress-reservation .congressReservationDownloadLink {
    display: block;
    margin-top: 1em;
}

.tx-congress-reservation .icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    height: 1em;
    width: 1em;
    vertical-align: -22%
}

.tx-congress-reservation .icon img,
.tx-congress-reservation .icon svg {
    display: block;
    height: 100%;
    width: 100%;
    transform: translate3d(0, 0, 0)
}

.tx-congress-reservation .icon * {
    display: block;
    line-height: inherit
}

.tx-congress-reservation .icon-size-small {
    height: 16px;
    width: 16px;
    line-height: 16px
}
