body.noScroll{overflow:hidden;position:fixed;inset:0}
@keyframes dot-animation{0{background-color:rgba(29,29,27,0.4)}
50%{background-color:rgba(29,29,27,0.7)}
100%{background-color:#1d1d1b}
}
.batcom--loading{display:inline-block;width:10px;height:10px;position:relative;background-color:grey;animation:dot-animation 1.2s infinite;animation-delay:.8s;border-radius:50%}
.batcom--loading::before,.batcom--loading::after{border-radius:50%;content:"";display:inline-block;position:absolute;width:10px;height:10px;background-color:#1d1d1b;animation:dot-animation 1.2s infinite}
.batcom--loading::before{animation-delay:.4s;left:-20px}
.batcom--loading::after{animation-delay:1.2s;right:-20px}
.batcom__loading-container{position:relative}
.batcom__loading-container .batcom--loading{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.batcom__loading-container.loading{pointer-events:none;opacity:.3}
.batcom__loading-container.loading .batcom--loading{display:inline-block}
.batcom-overlay__shorthand{position:relative;z-index:0}
@keyframes spin{from{transform:rotate(0)}
to{transform:rotate(360deg)}
}
.batcom-bff-devicereturn__title{padding-bottom:4px}
.batcom-bff-devicereturn .form-label{font-weight:400;font-size:12px;margin-bottom:16px}
.batcom-bff-devicereturn .cmp-form{max-width:891px;width:100%}
.batcom-bff-devicereturn .form-hover-circle{display:none}
.batcom-bff-devicereturn .cmp-button{margin-bottom:32px}
.batcom-bff-devicereturn .batcom-button{margin-bottom:80px;margin-top:32px}
.batcom-bff-devicereturn .form-checkbox-icon{border-color:var(--batcom-color-list-border-inverted);background-color:var(--batcom-color-list-border-inverted)}
.batcom-bff-devicereturn .form-checkbox-icon:hover{border-color:var(--batcom-color-list-border-inverted);background-color:var(--batcom-color-list-border-inverted)}
.batcom-bff-devicereturn .batcom-text{margin-bottom:24px;position:relative}
.batcom-bff-devicereturn .batcom-text:last-child{margin-bottom:32px}
.batcom-bff-devicereturn .batcom-text:nth-child(6){margin-bottom:0}
@media only screen and (max-width:767px){.batcom-bff-devicereturn .batcom-text label{font-size:var(--batcom-typography-x-small-size-mobile);line-height:var(--batcom-typography-x-small-line-height-mobile)}
}
@media only screen and (min-width:768px){.batcom-bff-devicereturn .batcom-text label{font-size:var(--batcom-typography-x-small-size-tablet);line-height:var(--batcom-typography-x-small-line-height-tablet)}
}
@media only screen and (min-width:1024px){.batcom-bff-devicereturn .batcom-text label{font-size:var(--batcom-typography-x-small-size-desktop);line-height:var(--batcom-typography-x-small-line-height-desktop)}
}
.batcom-bff-devicereturn .batcom-text label{font-family:var(--batcom-font-face-4-name);color:var(--batcom-color-form-text-label);font-weight:var(--batcom-typography-weight-normal)}
.batcom-bff-devicereturn .batcom-text .form-text__fieldError{color:var(--batcom-color-form-error)}
@media only screen and (max-width:767px){.batcom-bff-devicereturn .batcom-text input{font-size:var(--batcom-typography-body-size-mobile);line-height:var(--batcom-typography-body-line-height-mobile)}
}
@media only screen and (min-width:768px){.batcom-bff-devicereturn .batcom-text input{font-size:var(--batcom-typography-body-size-tablet);line-height:var(--batcom-typography-body-line-height-tablet)}
}
@media only screen and (min-width:1024px){.batcom-bff-devicereturn .batcom-text input{font-size:var(--batcom-typography-body-size-desktop);line-height:var(--batcom-typography-body-line-height-desktop)}
}
.batcom-bff-devicereturn .batcom-text input{height:48px;border-radius:2px;font-family:var(--batcom-font-face-1-name);padding:13px 16px;color:var(--batcom-color-form-text-input);background-color:var(--batcom-color-form-text-bgcolor);outline:0;font-weight:var(--batcom-typography-weight-lighter);border-bottom:1px solid var(--batcom-color-list-border-inverted)}
.batcom-bff-devicereturn .batcom-text input.has-left-icon{padding-left:48px}
.batcom-bff-devicereturn .batcom-text input.has-right-icon{padding-right:48px}
.batcom-bff-devicereturn .batcom-text input[type=password]{padding:13px 50px 13px 16px}
.batcom-bff-devicereturn .batcom-text input[type=password]::-moz-placeholder,.batcom-bff-devicereturn .batcom-text input[type=text]::-moz-placeholder,.batcom-bff-devicereturn .batcom-text input[type=email]::-moz-placeholder{font-size:16px;line-height:22px;color:var(--batcom-color-form-text-placeholder);font-family:var(--batcom-font-face-1-name)}
.batcom-bff-devicereturn .batcom-text input[type=password]::placeholder,.batcom-bff-devicereturn .batcom-text input[type=text]::placeholder,.batcom-bff-devicereturn .batcom-text input[type=email]::placeholder{font-size:16px;line-height:22px;color:var(--batcom-color-form-text-placeholder);font-family:var(--batcom-font-face-1-name)}
.batcom-bff-devicereturn .batcom-text:nth-of-type(1) input,.batcom-bff-devicereturn .batcom-text:nth-of-type(2) input{border-bottom:1px solid var(--batcom-color-list-border-inverted)}