.nndc-take-over-widget {
    position: relative;
    height: 100%;
    min-height: 398px;
    border-radius: 8px;
    background: linear-gradient(180deg, #183A80 0.11%, #2951A3 15.44%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    margin: 1.1vh 0 2vh 0;
    -webkit-tap-highlight-color: transparent;
}
#nndc-take-over-banner-widget.nndc-take-over-widget {
    width: 620px;
    height: 100%;
    min-height: 267px;
    margin-bottom: 3vh;
}
#nndc-take-over-banner-widget.nndc-take-over-widget svg.float-right{
    position: absolute;
    float: right;
    right: -40px;
}
.nndc-take-over-widget .hidden {
    display: none;
}
.nndc-take-over-widget input::-webkit-outer-spin-button,
.nndc-take-over-widget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.nndc-take-over-widget input[type=number] {
    -moz-appearance: textfield;
}
.nndc-take-over-widget .takeover-widget__button-prev,
.nndc-take-over-widget .takeover-widget__button-next {
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	position: absolute;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, 0);
	border: 1px solid #cfd1d7;
	outline: 0;
	transition: 200ms ease-in-out;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .takeover-widget__button-prev,
#nndc-take-over-banner-widget.nndc-take-over-widget .takeover-widget__button-next {
    width: 24px;
    height: 24px;
    border: transparent;
    box-shadow: 1px -3px 14px 0px #18274B1F;
}
.nndc-take-over-widget .calculator-result-swiper button svg {
	width: 9px;
	height: 18px;
}
.nndc-take-over-widget .takeover-widget__button-prev {
	left: 0;
}
.nndc-take-over-widget .takeover-widget__button-next {
	left: 100%;
	transform: translate(-50%, 0) rotate(180deg);
}
.nndc-take-over-widget .swiper-button-disabled {
	opacity: 0;
}
.nndc-take-over-widget .swiper-button-prev::after,
.nndc-take-over-widget.swiper-button-next::after {
	font-size: 18px;
}
.nndc-take-over-widget .swiper-button-prev {
	right: 100%;
}
.nndc-take-over-widget .header {
    padding: 24px 16px 16px 16px;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .header {
    max-width: 508px;
    padding: 24px 24px 16px 24px;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .header div{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
}
.nndc-take-over-widget .content {
    display: flex;
    height: 100%;
    min-height: 305px;
    background-color: #fff;
    border-radius: 8px;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .content {
    position: relative;
    min-height: 155px;
}
.nndc-take-over-widget .calculator-results .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.nndc-take-over-widget .calculator-results .heading a{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    text-decoration: underline;
    color: #2951A3;
}
.nndc-take-over-widget .calculator-inputs {
    display: flex;
    gap: 16px;
}
.nndc-take-over-widget .calculator-inputs .input {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.nndc-take-over-widget .calculator-inputs .input label.name {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    color: #1A2258;
}
.nndc-take-over-widget .calculator-inputs label.error {
    color: red;
}
.nndc-take-over-widget .calculator-inputs .input div {
    display: flex;
    align-items: center;
}
.nndc-take-over-widget .calculator-inputs .input div.tooltip-right span {
    border-radius: 0 4px 4px 0;
}
.nndc-take-over-widget .calculator-inputs .input div span {
    padding: 8px 12px;
    background: #F0F6FF;
    border-radius: 4px 0 0 4px;
    border: 1.5px solid #DDDEE6;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}
.nndc-take-over-widget .calculator-inputs .input div input {
    width: 90%;
    border-radius: 0 4px 4px 0;
    border: 1.5px solid #DDDEE6;
    border-left-color: transparent;
}
.nndc-take-over-widget .calculator-inputs .input div.tooltip-right input {
    border-radius: 4px 0 0 4px;
    border-left-color: #DDDEE6;
    border-right-color: transparent;
}
.nndc-take-over-widget .calculator-results h3 {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    margin: 0 !important;
    color: #0D1A35;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .calculator-results h3 {
    line-height: 19.12px;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 8px 16px 8px 8px;
    border-radius: 8px;
    border: 1px solid #CFD1D7;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .calculator-results .calculator-result-swiper .item {
    flex-direction: row;
    height: 56px;
    align-items: center;
    justify-content: space-around;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .calculator-results .calculator-result-swiper .item .label {
    font-size: 9px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #787D9C;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item.active,
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item:focus {
    border: 1px solid #2951A3;
    background: #F3F7FF;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item div {
    display: flex;
    flex-direction: column;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item img {
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 100px;
    border: 1px solid #E7E8EB;
    background: #fff;
    object-fit: contain;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item .label.name {
    color: #787D9C;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.nndc-take-over-widget .calculator-results .calculator-result-swiper .item .value {
    color: #2951A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .calculator-results .calculator-result-swiper .item .value {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;

}
.nndc-take-over-widget .content .row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    padding: 24px 16px 16px 16px;
}
#nndc-take-over-banner-widget.nndc-take-over-widget .content .row {
    padding: 16px 24px 16px 24px;
    gap: 4px;
}
.nndc-take-over-widget h2 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 24px;
    margin-bottom: 8px !important;
}
.nndc-take-over-widget button.primary {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font: inherit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    background: #2951a3;
    border-radius: 8px;
    height: 42px;
    padding: 8px 16px;
    margin-top: 8px;
}
#nndc-take-over-banner-widget.nndc-take-over-widget button.primary {
    height: 32px;
    font-size: 14px;
}
.nndc-take-over-widget section.takeover-widget > div {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: inherit;
}
.icon-warning {
    display: unset;
    margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
    .nndc-take-over-widget .pop-up-enquiry-rules {
        position: absolute;
        padding: 16px;
        padding-bottom: 5rem;
        width: 100%;
        height: 100%;
        background: white;
        overflow: auto;    
    }
    .nndc-take-over-widget .pop-up-enquiry-rules-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000004D;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 49;
    }
    .nndc-take-over-widget .property-form-button-continue-container {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        background: #F8F8FA;
        box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.10);
        left: 0;
        position: fixed;
        bottom: 0;
        border-radius: 16px 16px 0px 0px;
    }
    .pop-up-body {
        padding: 16px;
        padding-top: 4.5rem;
    }
}
.error-message-container, .spinner-location {
    text-align: center;
}
.error-message.change-phone-number {
    text-align: left;
    padding-top: 1rem;
}
@media screen and (max-width: 769px) and (max-height: 690px) {
    .error-message-container {
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 820px) and (min-height: 691px) {
    .error-message-container {
        width: 100%;
    }
}
.nndc-take-over-widget .property-form-button-continue-container.change-number {
    position: inherit !important;
    bottom: 0 !important;
    height: auto !important;
    border-radius: 16px 16px 0px 0px;
}

@media screen and (min-width: 1024px) {
    .nndc-take-over-widget .pop-up-enquiry-rules {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 420px;
        background: white;
        border-radius: 16px;
        overflow: hidden;
        flex-direction: column;
        display: flex;
    }
    .nndc-take-over-widget .pop-up-enquiry-rules.otp {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 420px;
        height: 700px;
        background: white;
        border-radius: 16px;
        overflow: hidden;
        display: block;
    }
    .nndc-take-over-widget .pop-up-enquiry-rules-background {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #0000004D;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .nndc-take-over-widget .property-form-button-continue-container {
        width: 100%;
        height: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
        padding-right: 16px;
        background: #F8F8FA;
        box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.10);
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 16px;
        display: inline-flex;
        border-radius: 16px 16px 0px 0px;
    }
    .pop-up-body {
        padding: 16px;
    }
}
.nndc-take-over-widget .close-enquiry-rules {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: end;
    gap: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.nndc-take-over-widget .close-enquiry-rules-bank-logo {
    width: 131.88px !important;
    height: 100%;
    margin-bottom: 0px !important;
}
.nndc-take-over-widget .property-document-chips-selector {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 8px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    display: flex;
    cursor: pointer;
}
.nndc-take-over-widget .property-document-chips-text {
    text-align: "center";
    font-size: 16px;
    font-weight: "500";
    word-wrap: "break-word";
}
.nndc-take-over-widget .property-form {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    display: flex;
}
.nndc-take-over-widget .property-form-name {
    color: #1A2258;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
}
.nndc-take-over-widget .property-form-input-name {
    align-self: stretch;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    border: 1px #DDDEE6 solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}
.nndc-take-over-widget .property-form-input-name-textbox {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    outline: none;
}
.nndc-take-over-widget .property-form-input-phone-number-textbox {
    align-self: stretch;
    height: 52px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    border: 1px #DDDEE6 solid;
    width: 100%;
}
.nndc-take-over-widget .property-form-input-selector-document-property {
    width: 77px;
    height: 100%;
    position: relative;
    appearance: none;
}
.nndc-take-over-widget .property-form-selector-document-property {
    width: 100%;
    height: 100%;
    color: #1A2258;
    font-size: 16px;
    font-weight: 600;
    word-wrap: break-word;
    appearance: none;
    border: none;
    background: #F0F6FF;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-right: 32px;
}
.nndc-take-over-widget .property-form-selector-document-property-icon-dropdown {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.nndc-take-over-widget .property-form-input-document-property-phone-number-container {
    flex: 1;
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
}
.nndc-take-over-widget .property-form-input-document-property-phone-number {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 500;
    word-wrap: break-word;
    border: none;
    outline: none;
    background: transparent;
}
.nndc-take-over-widget .property-form-selector-document-property-container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}
.nndc-take-over-widget .property-form-selector-document-property-text {
    color: #1A2258;
    font-size: 14px;
    font-weight: 600;
    word-wrap: break-word;
    padding-top: 24px;
}
.nndc-take-over-widget .property-form-selector-document-property-select {
    align-self: stretch;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
    display: inline-flex;
}
.nndc-take-over-widget .property-form-terms-and-condition {
    margin-bottom: 8px !important;
    color: #1A2258;
    font-size: 14px !important;
    font-weight: 600;
}
.nndc-take-over-widget .property-form-button-continue-button {
    align-self: stretch;
    height: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
    display: flex;
    cursor: pointer;
}
.nndc-take-over-widget .property-form-button-continue-button-styling {
    align-self: stretch;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    background: #2951A3;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    display: inline-flex;
}
.nndc-take-over-widget .property-form-button-continue-button-text {
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    display: flex;
}
.nndc-take-over-widget .property-form-button-continue-button-text-styling {
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    word-wrap: break-word;
}

@media screen and (max-width: 640px) {
    #nndc-take-over-banner-widget.nndc-take-over-widget {
        width: 93%;
        height: 331px;
        min-height: 331px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget svg.float-right {
        top: 8px;
        right: -30px;
        width: 152px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget .header {
        padding: 24px 16px 16px 16px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget .header div {
        max-width: 212px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget .content .row {
        padding: 16px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget .calculator-results h3 {
        max-width: 153px;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget .swiper-slide {
        width: 65% !important;
    }
}
@media screen and (min-width: 640px) and (max-width: 769px) {
    #nndc-take-over-banner-widget.nndc-take-over-widget {
        height: auto;
        min-height: auto;
    }
    #nndc-take-over-banner-widget.nndc-take-over-widget h2 {
        max-width: unset;
    }
}
@media screen and (max-width: 769px) {
    .nndc-take-over-widget .calculator-inputs {
        flex-direction: column;
    }
    .nndc-take-over-widget .header div {
        max-width: 311px;
    }
    .nndc-take-over-widget h2 {
        max-width: 311px;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .nndc-take-over-widget .calculator-inputs .input {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .nndc-take-over-widget .calculator-inputs .input label.name {
        display: flex;
        flex: 1;
    }
    .nndc-take-over-widget .calculator-inputs label.error {
        text-align: right;
    }
    .nndc-take-over-widget .calculator-inputs .input div {
        flex: 1.2;
    }
    .nndc-take-over-widget .calculator-results h3 {
        margin-bottom: 8px !important;
    }
}
.error-message {
    width: 100%;
    font-weight: normal;
    color: #dc3545;
    margin: 0 !important;
    font-size: 14px;
}
.otp-resend-number {
    color: var(--blue-r-123500-main, #2951A3);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px !important;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
    display: inline-block;
    animation: spin 2s linear infinite;
    transform-origin: center;
}
.spinner-image {
    margin-bottom: 0px !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.success-verification-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.countdown-text {
    margin-bottom: 0px !important;
    color: var(--Neutral-D-Neutral-300, #1A2258);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}
.countdown-container {
    margin-top: -3px;
}
.resend-otp {
    align-items: center;
    display: flex;
    flex-direction: column;
}
.title-popup {
    color: var(--Neutral-D-Neutral-300, #1A2258) !important;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 23px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 31px !important;
    margin-bottom: 24px !important;
}
.text-otp-popup {
    color: var(--Neutral-D-Neutral-100, #787D9C);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
}
.text-otp-popup-number {
    color: var(--Neutral-D-Neutral-300, #1A2258);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.title-popup.thank-you {
    text-align: center;
}
.enquiry-success-image {
    display: flex;
    justify-content: center;
    padding: 40px 0 40px;
}
.description-enquiry {
    font-weight: 500;
    line-height: 19px;
    margin-bottom: 24px !important;
    color: var(--Neutral-D-Neutral-100, #787D9C);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
}
.text-center {
    text-align: center;
}