#preloaderOnTreatmentList .loader{
    height: 500px;
}
.loader {
    position: absolute;
    margin: 0 auto;
    width: 100px;
    height: 99%;
}
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    width: 100%;
    background-color: #eee;
    z-index: 99999;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
}



.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #1c1c1c;
    }
    40% {
        stroke: #1c1c1c;
    }
    66% {
        stroke: #1c1c1c;
    }
    80%,
    90% {
stroke: .loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #1c1c1c;
    }
    40% {
        stroke: #1c1c1c;
    }
    66% {
        stroke: #1c1c1c;
    }
    80%,
    90% {
        stroke: #1c1c1c;
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #1c1c1c;
    }
    40% {
        stroke: #1c1c1c;
    }
    66% {
        stroke: #1c1c1c;
    }
    80%,
    90% {
        stroke: #1c1c1c;
    }
}
body {
    background-color: #eee;
}

@keyframes color {
    100%,
    0% {
        stroke: #1c1c1c;
    }
    40% {
        stroke: #1c1c1c;
    }
    66% {
        stroke: #1c1c1c;
    }
    80%,
    90% {
        stroke: #1c1c1c;
    }
}

.dws-progress-bar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

.progress-percentage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    color: #002E9F;
}
#preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #F8FAFC;
    /*opacity: 0.5;*/
    z-index: 9999999999999999999;
}



/*..................................active.active.*/


.cat {
    position: relative;
    width: 100%;
    max-width: 20em;
    overflow: hidden;
    background-color: #e6dcdc;
}
.cat::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}
.cat:hover > * {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.cat:active > * {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

.cat__head, .cat__tail, .cat__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-animation: rotating 2.79s cubic-bezier(0.65, 0.54, 0.12, 0.93) infinite;
    animation: rotating 2.79s cubic-bezier(0.65, 0.54, 0.12, 0.93) infinite;
}
.cat__head::before, .cat__tail::before, .cat__body::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    background-size: 200%;
    background-repeat: no-repeat;
    background-image: url("https://images.weserv.nl/?url=i.imgur.com/M1raXX3.png&il");
}

.cat__head::before {
    top: 0;
    right: 0;
    background-position: 100% 0%;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cat__tail {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.cat__tail::before {
    left: 0;
    bottom: 0;
    background-position: 0% 100%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.cat__body {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.cat__body:nth-of-type(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.cat__body::before {
    right: 0;
    bottom: 0;
    background-position: 100% 100%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rotating {
    from {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.box {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #e6dcdc;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*html {*/
/*    height: 100%;*/
/*}*/

/*body {*/
/*    display: -webkit-box;*/
/*    display: flex;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-box-direction: normal;*/
/*    flex-direction: column;*/
/*    min-height: 100%;*/
/*    margin: 0;*/
/*    line-height: 1.4;*/
/*}*/

.intro {
    width: 90%;
    max-width: 36rem;
    padding-bottom: 1rem;
    margin: 0 auto 1em;
    padding-top: .5em;
    font-size: calc(1rem + 2vmin);
    text-transform: capitalize;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
    text-align: center;
}
.intro small {
    display: block;
    opacity: .5;
    font-style: italic;
    text-transform: none;
}

.info {
    margin: 0;
    padding: 1em;
    font-size: .9em;
    font-style: italic;
    font-family: serif;
    text-align: right;
    opacity: .5;
}
.info a {
    color: inherit;
}
