body {
    overflow-y: scroll;
}

.checkoutLeft {
    overflow-y: scroll;
    max-height: calc(100vh - 160px);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.backMat {
    z-index: -1;
}

.pgOverl {
    position: fixed;
    inset: 0;
    background: #d4dadc82;
    background: #dce3e59e;
    background: #d2dfe391;
    pointer-events: none;
    backdrop-filter: blur(1px);
    z-index: 0;
}

.cFooter {
    margin: 80px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 40px;
    background: #ffffff24;
    backdrop-filter: blur(3px);
}

.footerRight p,
.footerRight span {
    color:#000;
}

.checkoutPlanSub {
    color:#000;
}