.common-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.8); */
    /* backdrop-filter: blur(5px); */
    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;
    /* filter: blur(5px); */
    /* pointer-events: none; */
}

.common-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
}

.common-content-wrapper {
    background: var(--Neutral-color-white, #FFFFFF);
    box-shadow: 0px 4px 20px 0px #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;
}