.common-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:100000;background:#FFFFFFCC}
.common-loader-img{width:90px;height:90px}
.common-loading-content{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000099;z-index:100000}
.common-content-container{display:flex;justify-content:center;align-items:center;height:50%}
.common-content-wrapper{background:var(--Neutral-color-white,#fff);box-shadow:0 4px 20px 0 #00000029;display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 20px;border-radius:300px;width:239px}
.common-content-img{width:20px;height:20px}
.common-content-txt{font-family:Creato Display;font-size:14px;font-weight:400;line-height:20px;color:#202129}
.dsp-none{display:none !important}