.gift-banner {
    display: flex;
    background: linear-gradient(90deg, #6A00F4 0%, #BC00D6 100%);
    padding: 15px;
    border-radius: 6px;
    color: white;
    margin-bottom: 20px;
    margin-top: 10px;
}

.gift-icon {
    background-image: url('path_to_your_gift_icon_image'); /* Add the gift icon here */
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.gift-banner-content {
    flex-grow: 1;
}

.gift-banner-content p {
    margin: 0;
    font-size: 14px;
}

.gift-banner-link {
    color: #ffc107;
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.phone-input-group {
    display: flex;
    align-items: center;
}

.country-code {
    display: flex;
    align-items: center;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
}

.country-code img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.contact-icon {
    background-color: #a60064;
    border: none;
    padding: 10px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.form-hint {
    font-size: 12px;
    color: #777;
}

.location-group {
    align-items: center;
    margin-bottom: 10px;
}

.location-button {
    flex-grow: 1;
    padding: 10px;
    color: grey;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.location-group-container {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 10px;
}

.location-button .location-icon {
    margin-right: 5px;
}

.location-icon {
    color: #5c2b5d;
    padding: 5px 13px;
    border: 1px solid #5c2b5d;
    border-radius: 29px;
    font-size: 20px;
}

.select-button {
    padding: 5px 20px;
    border: 1px solid #5c2b5d;
    border-radius: 35px;
    color: #5c2b5d;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    margin-left: auto;
    
}

.location-checkbox-group {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.custom-radio-button {
    border: 1px solid lightgray;
    width: 50%;
    border-radius: 10px;
    color: #5c2b5d;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.custom-radio-button input[type="radio"] {
    opacity: 0;
    position: absolute;
}

.custom-radio-button input[type="radio"]:checked + span {
    background-color: #5c2b5d;
    border: 2px solid #5c2b5d;
    border-radius: 8px;
    color: white;
}

.custom-radio-button span {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}

.iti {
    width: 100%;
}

.trash-button {
    border: 1px solid #5c2b5d;
    width: 30px;
    height: 35px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    color: #5c2b5d;
    padding-top: 2px;
}

.location-name {
    font-weight: 600;
    color: #5c2b5d;
    font-size: 17px;
}

.place-text {
    font-size: 15px;
    font-weight: 600;
}

.cutomer-note {
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px solid lightgray;
    width: 100%;
}


