.sphere-dialog{z-index:10;position:relative}.sphere-dialog__overlay{overflow-y:auto;inset:0;position:fixed;width:100vw}.sphere-dialog__positioner{padding:1rem;justify-content:center;align-items:center;min-height:100%;display:flex}.sphere-dialog__modal{max-width:28rem;width:100%;position:relative;padding:1.5rem;box-sizing:border-box}.sphere-modal{box-shadow:0 4px 18.47px rgba(0,0,0,.05);border-radius:1rem;background-color:rgb(255,255,255)}.sphere-close-button{background:transparent;padding:0;cursor:pointer;border:0;outline:0}.sphere-optional-image__error-container{display:flex;align-items:center;justify-content:center;height:100%;width:100%;background-color:#e4ebff;border:1px dashed #e4ebff}.sphere-optional-image__icon{width:25%;height:auto}.sphere-optional-image__dummy-image{display:none}.sphere-optional-image__clickable-image{cursor:zoom-in}.sphere-modal-backdrop{background-color:rgba(102,102,102,.5);inset:0;position:fixed}.sphere-input{padding-left:.5rem;padding-right:.5rem;height:40px;outline:1px solid #d1d7e3;border-radius:.5rem;border:2px solid transparent;display:flex;align-items:center;box-sizing:border-box}.sphere-input--payment-placeholder input::-moz-placeholder{color:rgb(117,117,117)}.sphere-input--payment-placeholder input::placeholder{color:rgb(117,117,117)}.sphere-input--textarea{height:auto;padding-top:.5rem;padding-bottom:.5rem}.sphere-input--error.sphere-input--error{border-color:#f85858;outline:none}.sphere-input.sphere-input--error.sphere-input--error{outline:none}.sphere-input--disabled.sphere-input--disabled{border-color:rgb(243,244,246);color:rgba(0,0,0,.5)}.sphere-input__start-adornment{flex-shrink:0}.sphere-input__input{outline:0;flex:1 1 0;min-width:0;background-color:transparent;border:0}.sphere-input:focus-within.sphere-input:focus-within{border:2px solid #2c61f9;box-shadow:0 0 0 calc(2px) rgba(44,97,249,.2);outline:none}.sphere-input:focus-within.sphere-input:focus-within.sphere-input--error{box-shadow:0 0 0 calc(2px) #ee5b7e80;border-color:#f85858;outline:none}.sphere-input:hover{outline:1px solid #98a2b3}.sphere-input:focus-within~.sphere-input:hover{outline:none}.sphere-input__input::-moz-placeholder{font-size:.875rem;font-weight:400}.sphere-input__input::placeholder{font-size:.875rem;font-weight:400}.sphere-input__input--textarea{resize:none;height:5rem}.sphere-input--textarea--description{position:relative;display:flex}.sphere-input__input--textarea--description-char-count{position:absolute;bottom:.2rem;right:.2rem;pointer-events:none;background-color:transparent;color:#98a2b3;font-size:.75rem;margin-left:1rem}.sphere-input-label.sphere-input-label{display:block;font-weight:500}.sphere-input-label--with-background{background-color:#f5f7f9;padding:.5rem .75rem;border-radius:.625rem .5rem}.sphere-input-label__required{color:#f85858;font-size:smaller}