.LoadingComponent .ps{animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-color:#f6f7f9!important;background-image:linear-gradient(90deg,#f6f7f9,#e9ebee 20%,#f6f7f9 40%,#f6f7f9);background-repeat:no-repeat;background-size:800px 104px;position:relative}@keyframes placeHolderShimmer{0%{background-position:-100% 0}to{background-position:200% 0}}.DialogComponent{position:fixed;left:0;right:0;top:0;bottom:0;background-color:rgba(0,0,0,.45);display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:999}.DialogComponent .dialogContainer{position:relative;background-color:#fff;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.22);padding:12px 22px;box-sizing:border-box;overflow:hidden}.DialogComponent .dialogContent{width:100%;overflow:auto;padding-right:10px}.DialogComponent .dialogContent::-webkit-scrollbar{margin-right:-5px;width:4px;background:hsla(0,0%,71%,.3688)}.DialogComponent .dialogContent::-webkit-scrollbar-thumb{border:2px solid #b6b6b6;border-radius:2px}.DialogComponent .dialogContent.hideScroll::-webkit-scrollbar{display:none}.DialogComponent .dialogTitle{font-size:16px;font-weight:600}.DialogComponent .closeIcon{width:16px;height:16px;position:absolute;right:12px;top:10px;cursor:pointer}