body {
    font-family: 'Poppins', sans-serif;
}

.cp {
    cursor: pointer;
}

.header nav {
    padding: 10px 1rem;
}

.header {
    border-bottom: 1px solid rgb(225, 225, 225);
    background: #fff;
    position: sticky;
    top: 0;
}

.fs-12 {
    font-size: 12px;
}

.w-70 {
    width: 70%;
}

/* Hide the up and down arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

.nav_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_wrapper .icons {
    display: flex;
    align-items: center;
}

.app_main_content {
    padding: 3rem 0;
}

.hero-heading {
    font-weight: 800;
    font-size: 2.5rem;
}

.giftcard_img {
    cursor: pointer;
    padding: 2px;
    display: block;
    border: 2px solid rgba(113, 175, 255, 0);
}

.giftcard_img:hover {
    border: 2px solid rgb(113, 175, 255);
}

/* .giftcard_img img{
    width: 100%;
    object-fit: cover;
    object-position: center;
} */

/* Style for unchecked radio inputs */
.giftcard .radio-label {
    cursor: pointer;
    padding: 1.5px;
    border: 2px solid rgba(113, 175, 255, 0);
}

/* Style for checked radio inputs */
.giftcard .radio-input:checked+.radio-label {
    border: 2px solid rgb(113, 175, 255);
}

/* Hide the radio input */
.giftcard .radio-input {
    display: none;
}

.giftcard img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.amount-container {
    display: flex;
    gap: 1rem;
}


.amount-container .form-control {
    width: 75px;
    height: 25px;
    max-width: 100%;
    font-size: 12px;
    width: 75px;
}

.amount-container .radio-input {
    display: none;
}

.amount-container .radio-label {
    height: 25px;
    font-size: 12px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2455e;
    border-radius: 5px;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.amount-container .radio-input:checked+.radio-label {
    background-color: #d2455e;
    color: white;
    font-weight: 500;
    border: 1px solid #d2455e;
}

.giftcard .form-control {
    font-size: 13px;
    color: black;
}

.giftcard .wl {
    font-size: 12px;
    margin: 5px 0;
    font-weight: 600;
}

.btn_1 {
    border: none;
    background-color: #e54750;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 8px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

.btn_1:focus {
    outline: none;
}

.btn_1:hover {
    background-color: #f3723b;
}

.btn_1.full-width {
    display: block;
    width: 100%;
    text-align: center;
}

.send-to-me {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.send-to-me input {
    margin: 0;
}

.form-check-label {
    font-weight: normal !important;
}

.gift-card-details .sticky-col {
    height: max-content;
    position: sticky;
    top: 65px;
}

.whenlabel .form-check-input {
    transform: scale(1.3);
}

.form-check-input:checked {
    background-color: #de135a;
    border-color: #dc3545;
}

.form-check-input:focus {
    box-shadow: none;
    outline: none;
    border-color: #dc3545;
}

.radio-deivery {
    padding: 10px 0;
}

.date-time-wrapper {
    display: none;
}

label.whenlabel {
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 5px;
    background: #e5e5e5;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    transition: all 250ms ease-in-out;
}

.whenlabel input {
    display: none;
}

.whenlabel.checked {
    color: #fff;
    background: #d2455e;
}

.fee-details-wrapper .fee {
    display: flex;
    justify-content: space-between;
}

.fee-details-wrapper .fee .content {
    font-weight: 600;
}


@media (max-width : 767px){
    .gift-card-details .sticky-col{
        position: static;
    }
}

.radio-manual-style {
    height: 37px !important;
    width: 70px !important;
    border-radius: 7px !important;
}

.text-box-style {
    height: 50px !important;
    border-radius: 10px !important;
}

.error{
    color: red;
    font-weight: 500;
}
