.yaml-based-form--with-spinner{position:relative}.yaml-based-form--spinner-popup{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;z-index:999;display:flex;align-items:center;justify-items:center;justify-content:center;flex-direction:column}.yaml-based-form--spinner-popup--white-transparent{background-color:hsla(0,0%,100%,.83)}.yaml-based-form--spinner-popup--vertical-center{min-height:100%!important}.yaml-based-form--spinner-popup--rotating-plane{width:80px;height:80px;background-size:contain;background-position:50%;background-repeat:no-repeat;margin:30px auto;-webkit-animation:sk-rotateplane 2.5s ease-in-out infinite;animation:sk-rotateplane 2.5s ease-in-out infinite}.yaml-based-form--spinner-popup--rotating-plane--with-bg-color{background-color:#4f4f4f}.yaml-based-form--spinner-popup--rotating-plane--large{width:120px;height:120px}.yaml-based-form--spinner-popup--rotating-plane.slow{-webkit-animation:sk-rotateplane 5s ease-in-out infinite;animation:sk-rotateplane 5s ease-in-out infinite}.yaml-based-form--spinner-popup--rotating-plane.grey{background-color:#dadada}.yaml-based-form--spinner-popup--rotating-plane.no-margin{margin:0 auto}.yaml-based-form--spinner-popup--rotating-icon{width:80px;height:80px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}.yaml-based-form .spinner-wrapper{margin:0 auto;padding:0;width:90%}.yaml-based-form .spinner-wrapper .spinner-comment{text-align:center;font-size:17px;font-weight:100}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}25%{-webkit-transform:perspective(120px) rotateX(-180deg)}50%{-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-180deg)}75%{-webkit-transform:perspective(120px) rotateX(0deg) rotateY(-180deg)}to{-webkit-transform:perspective(120px) rotateY(0deg) rotateX(0deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}25%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}75%{transform:perspective(120px) rotateX(0deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(-179.9deg)}to{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}}@-webkit-keyframes spin{to{-webkit-transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}.yaml-based-form--spinner-top{position:fixed;top:0;left:0;right:0;height:20px;z-index:999}.yaml-based-form--spinner-top--spinner-moving-bar{width:0;height:3px;background-color:#10be8b;position:absolute;-webkit-animation:bar-fill 10s cubic-bezier(.21,1,.27,.82) infinite;animation:bar-fill 10s cubic-bezier(.21,1,.27,.82) infinite}.yaml-based-form--spinner-top--spinner-moving-bar.time-5{-webkit-animation:bar-fill 5s cubic-bezier(.21,1,.27,.82) infinite;animation:bar-fill 5s cubic-bezier(.21,1,.27,.82) infinite}@-webkit-keyframes bar-fill{0%{width:0}to{width:100%}}@keyframes bar-fill{0%{width:0}to{width:100%}}.yaml-forms-error-error .jBox-title{background:#bb0d00;color:#fff}