#calendar-icon{
    position: absolute;
    right: 0;
    top: 15%;
    border: none;
    background: none !important;
}

.error-message {
    color: var(--bs-primary-color) !important;
    position: relative;
    top: -15px;
}
.form-item--error-message{
  color: red !important;
}


.address--wrapper .fieldset-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
    justify-content: flex-start;
}

.address--wrapper [id^='edit-mailing-address-country-code'] {
	width: 48%;
}
.address--wrapper .js-form-item {
    width: 48%;
    margin-bottom: 0;
}
.address--wrapper .js-form-item .chosen-container {
    width: 100% !important;
    padding: 23px;
}
.address--wrapper .js-form-item .chosen-container .chosen-single {
    top: -23px;
}
.address--wrapper .js-form-item .chosen-container .chosen-results {
    width: 100%;
    left: -22px;
}
.address--wrapper .js-form-item .chosen-container .chosen-results .active-result {
    width: 100%;
}
.address--wrapper .chosen-container.chosen-with-drop .chosen-drop {

 border: none;
}
.address--wrapper .chosen-container:hover {
  border: 1px solid #e9ecef;
}
.address--wrapper input {
    padding: 23px !important;
}
.address--wrapper .address-container-inline {
    position: absolute;
}
.address--wrapper .js-form-item.form-item-mailing-address-country-code {
    width: 100%;
}
.address--wrapper select.administrative-area {
    padding:23px;
}
.address--wrapper input:focus {
   box-shadow: none;
}

[id^=edit-receipt-upload] .error-message {
    top: 0px;
}
.simple-status-messages:has(.messages--error) {
      top: 25%;
}
.ui-widget.ui-widget-content {
  height: fit-content;
}
@media screen and (max-width: 991.98px) {

	.address--wrapper [id^='edit-mailing-address-country-code'] {
		width: 47%;
	}
	.address--wrapper .js-form-item {
	    width: 47%;
	    margin-bottom: 0;
	}
   .simple-status-messages:has(.messages--error) {
      top: 19%;
   }
}
@media screen and (max-width: 767px) {
	.address--wrapper [id^='edit-mailing-address-country-code'] {
		width: 100%;
	}
	.address--wrapper .js-form-item {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.address--wrapper .form-item input {
	    margin-bottom: 0 !important;
	}
}
#edit-product-information {
    margin-top: 30px;
}
.sparc-product-page.node-1179 .page .contact-form-section .section-form 
.js-form-item-product-name:has(.error-message)::before,
.sparc-product-page.node-1179 .page .landing-page .section-form 
.js-form-item-product-name:has(.error-message)::before {
  top: 43%;
}
@media (max-width: 768px) {

.sparc-product-page.node-1179 .page .contact-form-section .section-form 
.js-form-item-product-name:has(.error-message)::before,
.sparc-product-page.node-1179 .page .landing-page .section-form 
.js-form-item-product-name:has(.error-message)::before {
  top: 57%;
}
}
.sparc-product-page.node-1179 .page .contact-form-section .section-form 
.js-form-item-product-name:has(.error-message) .error-message,
.sparc-product-page.node-1179 .page .landing-page .section-form 
.js-form-item-product-name:has(.error-message) .error-message {
  top: 10px;
}

