.popin-expiration .pop-in-inner {
    height: 257px;
    width: 680px;
    background-color: #bca292;
    color: white;
}

@media (max-width: 46.24em) {
    .popin-expiration .pop-in-inner {
        left: 2vw;
        right: 2vw;
        width: auto !important;
        max-height: 98%;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
    }
}

.popin-expiration .pop-in-close {
    top: -11px;
    right: 16px;
}

.popin-expiration .pop-in-close:before,
.popin-expiration .pop-in-close:after {
    background-color: white;
}

.popin-expiration h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.popin-expiration p {
    font-size: 14px;
    font-weight: normal;
    padding: 0 20%;
}

.popin-expiration-cta {
    width: 307px;
    height: 45px;
    background-color: #2f2063;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    border-radius: 500px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.36;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popin-expiration-cta:hover {
    opacity: .8;
}

.popin-confirmation .pop-in-inner {
    padding: 24px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

// WEBPACK FOOTER //
// ./src/styles/PopInExpiration.css