.preloader{height:30px;width:30px;border:5px solid #99d8fc;border-top:5px solid #03a2ff;border-radius:50%;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.card-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.card-block__capture{padding:5px;background-color:#eee;border-radius:8px;width:100%;max-width:350px;height:200px;margin:20px 0 5px 0;text-align:center;display:inline-block}.card-block__capture .capture-image{margin-top:70px}.card-block__remove{position:absolute;bottom:calc(50% - 20px);right:calc(50% - 20px);background-color:#fff;opacity:.5;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex}.card-block__remove .icon{margin:auto;width:25px;height:25px}.card-block__loading{font-size:16px;margin:auto}.card-block__input{margin-bottom:5px}.card-block__image{height:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.card-block__image img{margin:auto;max-height:100%;max-width:100%}.card-block__file-upload{height:100%;width:100%}canvas{opacity:0}video{z-index:550;top:50%;left:50%;height:300px;min-width:100%;-o-object-fit:cover;object-fit:cover;background-color:#000}.capture-screen{background-color:#fff;display:block;text-align:center;position:fixed;top:0;z-index:510;width:100%;height:100%;font-size:14px}.capture-screen__header{height:40px;padding:0 20px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:50px;background-color:#f6f5f5;border-bottom:1px solid #bcbbc1}.capture-screen__cancel{color:#03a2ff}.capture-screen__video{padding:0 20px;height:200px;width:100%;overflow:hidden}.capture-screen__text{text-align:center;margin-bottom:50px;padding:0 20px}.capture-screen__close{color:#03a2ff;text-decoration:underline}.invalid-format{color:red}