.giftCardPopupMain {
    display: flex;
    flex-wrap: wrap;

    justify-content: space-around;

    text-align: center;
    padding: 1em;
}

.giftCardPopupContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px;

    font-weight: bold;
    text-align: center;
    width: 100%;
}

.giftCardPopupFooter {
    display: flex;
    justify-content: space-evenly;

    text-align: center;
}

.giftCardPopupInput {
    border-bottom: 1px solid !important;
    background-color: #F0EEEE !important;
    box-shadow: none !important;
    text-align: right !important;
}

.giftCardPopupButton {
    width: auto !important;
    height: auto !important;
    padding: 10px;
}

.giftCardPopupConfirmButton {
    flex-grow: 1;
    height: auto !important;
    padding: 10px;
}
