﻿.center-cropped {
    object-fit: cover; /* Do not scale the image */
    object-position: center; /* Center the image within the element */
    height: 187px;
}

.items-vertical-center {
    align-self: center;
}

/* GD-205: "Re-enter Phone Number and Try Again" link on the Enter Access Code step. */
.reenter-phone-link {
    text-decoration: underline;
    cursor: pointer;
}

.reenter-phone-link.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.card-amount-text {
    font-size: 2.4em;
    font-weight: bold;
    color: #002660;
}

.card-border-top {
    border-top: 4px solid #e9982d;
}

.giftcard-bg {
    background-color: #e2ecf5;
}

.gray-bg {
    background-color: #ccc;
}

.gray-bg-1 {
    background-color: #f5f5f5;
}

.border-right-1 {
    border-right: 1px solid #ccc;
}

.text-color-red {
    color: red;
}

.text-color-orange-1 {
    color: #ff9900;
}

.font-size-small {
    font-size: .775rem;
}

.pointer {
    cursor: pointer;
}

.card-height-1 {
    min-height: 70vh;
}

.card-logo {
    height: 93px;
    width: auto;
}

.giftcard-barcode {
    width: auto;
    height: 55px;
}

@media (min-width: 1200px) {
    .container-giftcard {
        max-width: 665px;
    }

    .giftcard-barcode {
        width: 280px;
        height: 55px;
    }
}

@media (max-width: 767px) {
    .card-logo {
        height: 63px;
        width: auto;
    }

    .giftcard-barcode {
        width: auto;
        height: 55px;
    }
}

@media print {
    .giftcard-barcode {
        width: auto;
        height: auto;
    }
}
