#expiredQrCodeDiv {
    /* height: 100%; */
    background-color: #FFB600;
}

#expiredQrCode {
    /* height: 100%; */
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    background-color: #FFB600;
}

.expired-main-container {
    /* height: 80%; */
    background-color: whitesmoke;
    margin: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px 0px;
}

.expired-imgBg {
    width: 100%;
    /* height: 66%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* border: 1px solid black; */
    /* background-image: url("../images/expiredQrCode2.png");
    background-repeat: no-repeat;
    background-size: 330px;
    background-position: bottom; */
}

#expired-img {
    width: 85%;
}

.expired-text {
    align-self: center;
    text-align: center;
    /* margin-top: 45vw; */
    padding: 0 0.5rem;
}

.expired-subtitle {
    font-size: 2rem;
    color: #dcbb60;
    text-transform: uppercase;
}

.expired-title {
    font-size: 1.1rem;
    margin-bottom: 0;
    font-weight: bold;
}

#expiredQrCode .external-website-btn-container {
    padding: 13px;
}