<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#gift-registry-form {
	max-width: 850px;
	margin: 0 auto;
	margin-bottom: 48px;
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
	padding: 70px;
	background: #ffffff6b;
}

#gift-registry-form label:not(.gift-checkbox-label) {
	display: block;
	margin: 10px 0 3px;
	line-height: normal;

	color: #000;
}


#gift-registry-form input:not(.gift-checkbox){
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 8px !important;
    border: 1px solid #d5d5d5 !important;
    background: #fbf7f3ab !important;
    display: inline-flex !important;
    align-items: center !important;
    color: var(--dark-800-main, #333233) !important;
    font-size: 16px !important;
    font-style: normal !important;
    /* font-weight: 600 !important; */
    line-height: 24px !important;
    width: 100%;
}
#gift-registry-form  select{
	width: 100%;
}

.form-column-wrapper{
	display: flex;
	justify-content: space-between;

}

.form-column-wrapper .form-column-half{
	width: 48%;
} 




.highlight-text{
	font-weight: 500;
	font-size: 21px;
}
.required{
	color:red !important;
}
span.error-message{
	color: red !important;
	font-size: 14px !important;
	margin-bottom: 15px !important;
	display: block !important;
}/*
#gift-registry-form  .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #204281 !important;
	border-radius: 4px !important;
	padding: 4px 15px !important;
	color: #fff !important;
	font-size: 13px !important;
}
#gift-registry-form textarea.select2-search__field{
	border:none !important;
	resize:none !important;
}
#gift-registry-form .select2-search--inline{
	float:unset !important;
}
#gift-registry-form  .select2-container .select2-selection--multiple {
	border-radius: 3px !important;
	background: #FBF7F3 !important;
	border: 1px solid var(--beige-600, #F1E5D5) !important;
	min-height: 40px  !important;
	padding-left: 5px !important;
}

#gift-registry-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
}
#gift-registry-form .select2-container--default .select2-selection--multiple .select2-selection__arrow {
	height: 45px;


}

#gift-registry-form .select2-container .select2-selection--multiple {
	border-radius: 3px !important;
	background: #FBF7F3 !important;
	border: 1px solid var(--beige-600, #F1E5D5) !important;
}
#gift-registry-form .select2-container .select2-search__field{
	height: 40px  !important;
	line-height: 40px  !important;
}
#gift-registry-form .select2-container .select2-search__field:focus{
	border:none !important;
}
#gift-registry-form .select2-container.select2-container--open .select2-selection--multiple{
		height: auto  !important;

}
*/
/*#gift-registry-form 
  .select2-results__option--highlighted[aria-selected] {
  background-color: #126753 !important;
}
#gift-registry-form   .select2-selection--multiple  .select2-selection__choice {
  background-color: #cde8b8 !important;
  border: none !important;
  border-radius: 0 !important;
  color: #126753;
  font-size: 0.9em;
  font-weight: 600;
}
 
#gift-registry-form  .select2-selection {
  background: rgba(242, 242, 242, 1) !important;
  border-radius: 0 !important;
  border: 1px solid transparent !important;
  min-height: 40px !important;
}
#gift-registry-form   .select2-container  .select2-selection--single  .select2-selection__rendered {
  line-height: 35px;
}
*/
/* Container styling for the checkboxes */
.gift-products-checkboxes {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-height: 430px;
    overflow-x: auto;
}

/* Checkbox styling */
.gift-checkbox-label {
display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    width: 23.5%;
    flex-wrap: wrap;
}
.gift-checkbox-label img{
      width: 120px;
    margin: 0 auto;
    display: block;
    margin-bottom: 13px;
}
.gift-checkbox-label h3{
        font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.gift-checkbox-label:hover {
    border-color: #aaa;
}

.gift-checkbox{
    display:none;
}
/* Style for the checked item */
.gift-checkbox-label.checked {
    border-color: #4596d0;
    background-color: #4596d0;
}
.gift-checkbox-label.checked h3{
    color:#fff !important;
}
/*#gift-registry-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #ffffff !important;
  
    margin-right: 8px !important;
}
#gift-registry-form button.sub{
	background-color: var(--maxicash-color-secondary) !important;
    color: var(--maxicash-color-white) !important;
    border: 1px solid var(--maxicash-color-secondary) !important;
    border-radius: 5px !important;
    font-family: var(--maxicash-font-primary) !important;
    font-size: 1em !important;
	line-height: 1.188em !important;
	font-style: normal !important;
	font-weight: 700 !important;
	text-transform: capitalize !important;
	margin-top: 15px;
}

#gift-registry-form button.select2-selection__choice__remove{
	padding: 0 !important;
	background: transparent !important;
	color: #fff !important;
}
#gift-registry-form button:hover{
	background-color: #204281 !important;
	border: 1px solid #204281 !important;

}*/
#gift_res{
	font-size: 25px !important;
	line-height: normal !important;
	display:none;
}
.giveaway_check_wrapper,.wishlist_to_recipient{
     display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    margin-top: 10px;
    gap: 5px;
}
.giveaway_check_wrapper input,.wishlist_to_recipient input{
        width: auto !important;
}
.giveaway_check_wrapper label,.wishlist_to_recipient label{
     margin: 0 !important;
    position: relative;
    top: -4px;
}



@media only screen and (max-width: 767px) {
	.gift-checkbox-label {
		width: 48.5%;
	}
	#gift-registry-form {

		padding: 35px;
	}
	.form-column-wrapper {
		display: block;
 	}
	.form-column-wrapper .form-column-half {
		width: 100%;
	}
}</pre></body></html>