.retirementpopup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:5;inset:0}
.retirementpopup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;max-width:100%;width:350px;padding:20px;border-radius:8px;z-index:1001;max-height:90vh;overflow-y:auto}
.retirementpopup .retirement-title-wrap{display:flex;align-items:center;margin-bottom:20px}
.retirementpopup .retirement-title-wrap img{width:24px}
.retirementpopup .popup-close{position:absolute;top:14px;right:14px;background:0;border:0;font-size:22px;line-height:1;cursor:pointer;color:#333}
.retirementpopup .popup-close:hover{color:#007abc}
.retirementpopup .retirementpopup-title{font-size:16px;text-align:center;color:#a51d3a;margin-bottom:0}
.retirementpopup .retirementpopup-wrap input,.retirementpopup .retirementpopup-wrap select{border-radius:5px}
.retirementpopup .retirementpopup-wrap input::placeholder,.retirementpopup .retirementpopup-wrap select::placeholder{color:#a5a4a4}
.retirementpopup .retirementpopup-wrap label{margin-bottom:10px;display:inline-block}
.retirementpopup .retirementpopup-wrap .form-grp{margin-bottom:10px;position:relative}
.retirementpopup .retirementpopup-wrap #popupCity{appearance:none;background-image:url("data:image/svg+xml,%3CsvgviewBox='002424'fill='none'stroke='%23999'stroke-width='2'%3E%3Cpolylinepoints='691215189'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px;cursor:pointer}
.retirementpopup .retirementpopup-wrap #popupCity:focus{outline:0;border-color:#007abc}
.retirementpopup .retirementpopup-wrap .get-otp-btn{background:#fff;color:#007abc;border:1px solid #007abc !important;padding:10px;border:0;border-radius:5px;margin-left:10px}
.retirementpopup .retirementpopup-wrap .submit-wrap{width:100%;display:flex;justify-content:center}
.retirementpopup .retirementpopup-wrap .submit-wrap .submit-btn{padding:14px 48px;font-size:14px;font-weight:700;color:#fff;border-radius:8px;background:linear-gradient(90deg,#4caf50 0,#007bb5 100%);border:0;outline:0;text-transform:uppercase;cursor:pointer;transition:all .3s ease;width:140px;min-width:140px;height:50px;display:flex;align-items:center;justify-content:center;white-space:nowrap}
.retirementpopup .retirementpopup-wrap input.error,.retirementpopup .retirementpopup-wrap select.error{border:1px solid #d93025 !important;fill:none !important;background:transparent !important}
.retirementpopup .retirementpopup-wrap .get-otp-btn.success{border:1px solid #2e7d32 !important;color:#2e7d32}
.retirementpopup .retirementpopup-wrap .get-otp-btn:disabled{opacity:.7;cursor:not-allowed}
.retirementpopup-feedback{display:none;position:fixed;top:20%;left:50%;transform:translate(-50%,-50%);z-index:6;border-radius:22px;width:700px;max-width:100%;min-height:90px;box-shadow:0 4px 44px rgba(0,0,0,0.25);background-color:#fff;text-align:center;padding:30px 10px 10px;font-size:20px;font-weight:600;line-height:1.6}
.retirementpopup-feedback .popup-close{position:absolute;top:0;right:20px;cursor:pointer}
@media(max-width:767px){.retirementpopup{width:330px}
.retirementpopup-wrap label{margin-bottom:5px}
.retirementpopup-wrap .submit-btn{height:35px !important;padding:5px 10px}
.form-grp{margin-bottom:5px}
.feedback-title{font-size:14px}
}