#divWait {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 25000;visibility: visible;cursor: progress;}.parentWaitCircle {position: absolute;top: 30%;left: calc(50% - 40px);width: 80px;height: 80px;margin-left: auto;margin-right: auto;background-color: var(--waitBackground);border: solid 1px var(--waitBorder);border-spacing: 25px 15px;box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);}.waitCircle {margin: 15px;position: absolute;display: inline-block;border: 3px solid transparent;border-radius: 50%;}.waitCircle1 {top: 0px;left: 0px;width: 40px;height: 40px;border-top: 3px solid #825A91;border-right: 3px solid #825A91;}.waitCircle2 {top: 5px;left: 5px;width: 30px;height: 30px;border-right: 3px solid #6B865E;border-bottom: 3px solid #6B865E;}.waitCircle3 {top: 10px;left: 10px;width: 20px;height: 20px;border-bottom: 3px solid #268080;border-left: 3px solid #268080;}.waitCircle4 {top: 15px;left: 15px;width: 10px;height: 10px;border-left: 3px solid #365780;border-top: 3px solid #365780;}.waitCircle1[enabled=true]  {animation: spin1 1s linear infinite;}.waitCircle2[enabled=true]  {animation: spin2 1.25s linear infinite;}.waitCircle3[enabled=true]  {animation: spin1 1.5s linear infinite;}.waitCircle4[enabled=true]  {animation: spin2 1.75s linear infinite;}#divWaitPreview {position: absolute;z-index: 25001;display: table;text-align: center;visibility: hidden;width:46px;height:46px;}.parentWaitCircleSmall {position: relative;width: 46px;height: 46px;margin-left: auto;margin-right: auto;background-color: var(--waitBackground);border: solid 1px var(--waitBorder);border-spacing: 25px 15px;box-shadow: 3px 3px 10px rgba(0, 0, 0, .5);}.divChatWaitPreview {position: relative;top:calc(45% - 23px);display: table;text-align: center;vertical-align:middle;visibility: visible;width:46px;height:46px;margin-left: auto;margin-right: auto;}.parentChatWaitCircleSmall {position: relative;width: 46px;height: 46px;background-color: var(--waitBackground);border: solid 1px var(--waitBorder);border-spacing: 25px 15px;border-radius:23px;box-shadow: 1px 1px 3px rgba(0, 0, 0, .1);}.waitCircleSmall {position: absolute;display: inline-block;border: 3px solid transparent;border-radius: 50%;}.waitCircle1Small {top: 8px;left: 8px;width: 25px;height: 25px;border-top: 2px solid #825A91;border-right: 2px solid #825A91;}.waitCircle2Small {top: 13px;left: 13px;width: 15px;height: 15px;border-right: 2px solid #6B865E;border-bottom: 2px solid #6B865E;}.waitCircle3Small {top: 18px;left: 18px;width: 5px;height: 5px;border-bottom: 2px solid #268080;border-left: 2px solid #268080;}.waitCircle1Small[enabled=true]  {animation: spin1 1s linear infinite;}.waitCircle2Small[enabled=true]  {animation: spin2 1.25s linear infinite;}.waitCircle3Small[enabled=true]  {animation: spin1 1.5s linear infinite;}@keyframes spin1 {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}@keyframes spin2 {0% {transform: rotate(360deg);}100% {transform: rotate(0deg);}}.linear-progress {overflow: hidden;width: calc(100% - 15px);height: 4px;background-color: #44838A;margin:4px;display:none;}.linear-progress-popup {overflow: hidden;width: 100px;height: 3px;background-color: var(--linearProgressBackground);margin:0px;display:none;position:absolute;top:50px;left:132px;width:68px;height:5px;z-index:100000}.progress_indeterminate {position: relative;width: 100%;height: 100%;}.progress_indeterminate:before {content: '';position: absolute;height: 100%;background-color: var(--linearProgressIndicator);}.progress_indeterminate[enabled=true]:before {animation: progress_indeterminate_first 1.0s infinite ease-out;}.progress_indeterminate:after {content: '';position: absolute;height: 100%;background-color: var(--linearProgressIndicator);}.progress_indeterminate[enabled=true]:after {animation: progress_indeterminate_second 1.0s infinite ease-in;}@keyframes progress_indeterminate_first {0% {left: -100%;width: 100%;}100% {left: 100%;width: 10%;}}@keyframes progress_indeterminate_second {0% {left: -150%;width: 100%;}100% {left: 100%;width: 10%;}}