.fade-enter-active,.fade-leave-active{-webkit-transition:opacity .15s;transition:opacity .15s}.fade-enter,.fade-leave-to{opacity:0}.base-preloader{display:block;width:70px;height:70px;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;border:10px solid #2b2f33;border-top:10px solid #acb9c8;border-radius:100%;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.base-preloader--button{width:16px;height:16px;top:0;right:8px;left:auto;margin:unset;border:4px solid #2b2f33;border-top:4px solid #acb9c8}.base-preloader--small{width:30px;height:30px;border:6px solid #2b2f33;border-top:6px solid #acb9c8}.base-preloader--medium{width:50px;height:50px;border:8px solid #2b2f33;border-top:8px solid #acb9c8}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}