@-webkit-keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotating{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}#modal-create-product .spinner{display:inline-block;width:2.5rem;height:2.5rem;font-size:0;color:#fff;background-color:#fff;border-style:solid;border-width:.1875rem;border-color:#fafbfc #25b9d7 #25b9d7 #fafbfc;border-radius:2.5rem;outline:0;-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}#modal-create-product .spinner-primary{border-right-color:#25b9d7;border-bottom-color:#25b9d7}#modal-create-product .spinner-secondary{border-right-color:#6c868e;border-bottom-color:#6c868e}#modal-create-product .spinner-success{border-right-color:#70b580;border-bottom-color:#70b580}#modal-create-product .spinner-info{border-right-color:#25b9d7;border-bottom-color:#25b9d7}#modal-create-product .spinner-warning{border-right-color:#fab000;border-bottom-color:#fab000}#modal-create-product .spinner-danger{border-right-color:#f54c3e;border-bottom-color:#f54c3e}#modal-create-product .spinner-light{border-right-color:#fafbfc;border-bottom-color:#fafbfc}#modal-create-product .spinner-dark{border-right-color:#363a41;border-bottom-color:#363a41}#modal-create-product .modal.show .modal-dialog{margin:10px auto}#modal-create-product .modal-iframe .modal-dialog{width:90%;max-width:1200px;max-height:95vh;margin:0 auto}#modal-create-product .modal-iframe .modal-dialog .modal-content{height:100%;max-height:90vh;padding:0;margin:0}#modal-create-product .modal-iframe .modal-dialog .modal-content .modal-body{max-height:80vh;padding:0;overflow:auto}#modal-create-product .modal-iframe .modal-dialog .modal-content .modal-body iframe{width:100%;height:100%;overflow:visible;border:0;border-radius:0 0 6px 6px}#modal-create-product .modal-iframe-loader{position:fixed;left:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%;min-height:80px;margin:0 auto;background:#fff;border-radius:0 0 6px 6px}#modal-create-product .modal-progress .modal-dialog{width:90%;max-width:800px;max-height:80vh}#modal-create-product .modal-progress .modal-header{padding:1.5rem}#modal-create-product .modal-progress .modal-header .switch-to-errors-button{cursor:pointer}#modal-create-product .modal-progress .modal-content{padding:0}#modal-create-product .modal-progress .modal-footer{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:1rem 1.5rem;background:rgba(234,235,236,.3)}#modal-create-product .modal-progress .modal-footer .close-modal-button{margin-left:auto}#modal-create-product .modal-progress .modal-body{max-height:60vh;padding:0 1.5rem 1rem;overflow:auto}#modal-create-product .modal-progress .modal-body .progress-headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:.5rem}#modal-create-product .modal-progress .modal-body .progress-headline .progress-percent{margin-left:auto;font-weight:700}#modal-create-product .modal-progress .modal-body .progress{margin-bottom:1rem}#modal-create-product .modal-progress .modal-body .progress .progress-bar{height:100%}#modal-create-product .modal-progress .modal-body .progress-icon{margin-right:.5rem}#modal-create-product .modal-progress .modal-body .progress-icon .spinner{width:1.25rem;height:1.25rem}#modal-create-product .modal-progress .modal-body .progress-icon .material-icons.progress-warning-icon{color:#fab000}#modal-create-product .modal-progress .modal-body .progress-icon .material-icons.progress-complete-icon{color:#53d572}#modal-create-product .modal-progress .modal-body .progress-icon .material-icons.progress-stop-icon{color:#f44336}#modal-create-product .modal-progress .modal-body .progress-modal-error{padding:1rem 0 1rem .5rem;border-bottom:1px solid #dbe6e9}#modal-create-product .modal-progress .modal-body .progress-modal-error .progress-warning-icon{margin-right:1rem;margin-bottom:.5rem;color:#fab000}#modal-create-product #modal-create-product .modal-dialog{max-width:810px}#modal-create-product .d-none{display:none!important}#modal-create-product .modal-dialog{top:50%;width:90%;max-width:810px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#modal-create-product .modal-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:none}#modal-create-product .modal-header .close{float:right;margin:-1rem 0 0 auto}#modal-create-product button.close{padding:0;margin:initial;font-size:2rem;background-color:transparent;border:0}#modal-create-product .modal-title{font-size:1rem}#modal-create-product .loader{position:absolute}