
.checkgiftcardicon {
    width: 50px;
    height: 50px;
}

.checkgiftcardiconinpopup {
    width: 30px;
    height: 30px;
}

#search-giftcard-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 10%;
}

#checkgiftcard-field {
        width: 40%;
        height: 50px;
        border: solid 1px #f49f24;
}
.check-giftcard-button {
    width: 6%;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #f49f24;
    border: none;
}
#submitgiftcardtocheck{
    height: 50px;
    background-color: #f49f24;
}