.preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.70); }
.preloader__inner {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s; }
.preloader__text {
    padding: 7px 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 15px #fff;
    box-shadow: 0 0 15px 15px #fff; }
.preloader--show {
    display: block; }
.preloader--show .preloader__inner {
    -webkit-transform: scale(1);
    transform: scale(1); }
.progress {
    margin-top: 1em;
    margin-bottom: 1em;
    border: 1px solid #CECECE;
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.progress[data-tippy-dropdown-tpl] {
    cursor: pointer; }
.progress__bar {
    position: relative;
    background-color: #1E88E5;
    border-radius: 10px;
    max-width: 100%;
    min-height: 1px;
    white-space: nowrap;
    -webkit-transition: background-color 800ms ease 0ms, width 800ms ease 0ms;
    transition: background-color 800ms ease 0ms, width 800ms ease 0ms;
    overflow: hidden; }
.progress__bar--error {
    background-color: #E05353; }
.progress__bar--warning {
    background-color: #ffc200; }
.progress__bar--success {
    background-color: #64E264; }
.progress__bar--anim-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: -webkit-gradient(linear, left top, right top, from(rgba(250, 250, 250, 0)), color-stop(60%, rgba(250, 250, 250, 0.5)), to(rgba(250, 250, 250, 0)));
    background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.5) 60%, rgba(250, 250, 250, 0) 100%);
    -webkit-animation: progress-gradient-animation 3s ease-in-out infinite;
    animation: progress-gradient-animation 3s ease-in-out infinite; }
.progress__bartext-wrapper {
    background: white;
    border-radius: 10px;
    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;
    padding: 1px 15px;
    text-align: center; }
.progress__bartext {
    display: inline-block;
    color: #fff; }
.progress__spiner {
    display: none;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border: solid 1px transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-radius: 50%;
    -webkit-animation: progress-spinner-animation 400ms linear infinite;
    animation: progress-spinner-animation 400ms linear infinite; }
.progress--mt-8 {
    margin-top: 8px; }
.progress--mt-10 {
    margin-top: 10px; }
.progress--mb-10 {
    margin-bottom: 10px; }
.progress--mt-0 {
    margin-top: 0; }
.progress--mb-0 {
    margin-bottom: 0; }
.progress--preloader {
    max-width: 400px;
    width: 100%;
    margin: 1em auto; }
.progress--preloader2 {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25); }
.progress--preloader2 .progress__bar-wrap {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 5px;
    right: 5px;
    z-index: 1; }
.progress--preloader2 .progress__bar {
    position: relative;
    border-radius: 7px;
    height: 100%;
    width: 0;
    -webkit-transition: background-color 500ms ease 0s, width 500ms ease 0s;
    transition: background-color 500ms ease 0s, width 500ms ease 0s; }
.progress--preloader2 .progress__spiner {
    position: relative;
    border-top-color: #465154;
    border-left-color: #465154;
    z-index: 2; }
.progress--preloader2 .progress__bartext {
    position: relative;
    padding: 6px 0;
    color: #465154;
    font-size: 14px;
    z-index: 2; }
.progress--worker {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
    -webkit-box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15);
    box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15); }
.progress--worker .progress__bar-wrap {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 5px;
    right: 5px;
    z-index: 1; }
.progress--worker .progress__bar {
    border-radius: 7px;
    height: 100%;
    width: 0; }
.progress--worker .progress__bartext {
    position: relative;
    padding: 6px 20px;
    color: #465154;
    font-size: 14px;
    z-index: 2; }
.progress--tabulator, .progress--mini {
    position: relative;
    max-width: 200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15);
    box-shadow: inset 0px 0px 5px rgba(45, 52, 54, 0.15); }
.progress--tabulator .progress__bar-wrap, .progress--mini .progress__bar-wrap {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    z-index: 1; }
.progress--tabulator .progress__bar, .progress--mini .progress__bar {
    border-radius: 4px;
    height: 100%;
    width: 0; }
.progress--tabulator .progress__bartext, .progress--mini .progress__bartext {
    position: relative;
    padding: 2px 4px;
    color: #465154;
    font-size: 12px;
    font-weight: normal;
    z-index: 2; }
.progress--mw350 {
    max-width: 350px;
    width: 100%; }
@-webkit-keyframes progress-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg); } }
@keyframes progress-spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }
@-webkit-keyframes progress-gradient-animation {
    from {
        left: -400px; }
    to {
        left: 400px; } }
@keyframes progress-gradient-animation {
    from {
        left: -400px; }
    to {
        left: 400px; } }