.existing-customerv1-body {
    font-weight: 400;
    font-family: 'Roboto-Regular', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* Main element styling and initial position */
.mainblockofExCust.OTPMaskStyle {
    position: fixed;
    width: 100%;
    width: 450px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    top: 120vh;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.8s ease;
    z-index: 99999;
    box-sizing: border-box;
}

/* Center the element when active */
.mainblockofExCust.OTPMaskStyle.active {
    top: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.MaskSection1 {
    border-radius: 10px;
}

/* Container padding */
.container {
    padding: 15px;
}

.MaskSection1 {
    padding: 20px;
}

/* Responsive adjustments */
/* @media (max-width: 768px) {
    .mainblockofExCust.OTPMaskStyle {
        width: 95%;
    }
} */

/* Background overlay */
.OverlayMask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    box-sizing: border-box;
}

.img-holdingdiv {
    background-color: #ffffff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.CloseBtn {
    float: right;
    color: #515151;
    cursor: pointer;
}

.CallImg {
    text-align: center;
    background-color: #ffffff;
}

.registered-mobile-block {
    text-align: center;
}

.registered-mobile-block>div {
    margin: 3% 0%;
}

.CustomerLoginLabel {
    color: #000000;
}

.reg-mob-bk-ani {
    border: 1px solid #cccccc;
    box-shadow: 1px 2px 7px #f7f7f7;
    border-radius: 8px;
    box-sizing: border-box;
    width: 100%;
    line-height: 40px;
    align-items: center;
    display: flex;
}

.MobileNoHoldDiv {
    width: 85%;
    padding-left: 2%;

}

.contact-input {
    width: 100%;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000000;
}

.country-code {
    padding: 0px 20px;
}

.CountryCodeDiv {
    width: 20%;
    background-color: #f2f2f2;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.FinalDivSumbitContainer {
    padding: 15px 0px;
    display: flex;
    width: 100%;
    gap: 20px;
    justify-content: end;
    box-sizing: border-box;
}

.Submitbtncontainer {
    width: 25%;
}

.CancelBtnContainer {
    width: 25%;
}

.CancelledBtnCls {
    width: 100%;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 10px;
    text-align: center;
    /* box-shadow: 1px 2px 7px #cccccc; */
    background-color: #ffffff;
    color: #000000;
    margin-right: 5%;
    font-size: 15px;
}

.FinalSubmitBtn {
    width: 100%;
    cursor: pointer;
    border: 1px solid #cccccc;
    box-shadow: 1px 2px 7px #f7f7f7;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 8px;
    text-align: center;
    background-color: #2d9a47;
    color: #ffffff;
    font-size: 15px;
}

.hidden {
    display: none;
}

.OtpIPContainer {
    margin: 2% 0%;
}

.OtpLabel {
    text-align: center;
    color: #000000;
    padding: 10px;
}

.OtpLabel1 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 1%;
}

.OtpLabel2 {
    font-size: 14px;
}

.OtpIPDiv {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.OTPIpBox {
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    border: 1px solid #515151;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ResendOtpBtnDiv {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.ResendOtpBtnCls {
    width: max-content;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 10px 5px;
    background-color: #ffffff;
}

.ResendOtpBtnCls:hover {
    cursor: pointer;
}

.ResendOtpBtnCls span {
    color: #000000;
    font-weight: bold;
}



.MultipleCustomerIDBlock {
    border-radius: 8px;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.MulitpleCustIDHoldDiv {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.SelectCustIDLabel {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
}

.MultipleCustomerIDappendBlock {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 300px;
    overflow-y: auto;
}

.CustListBodyFlex {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px;
    transition: all 0.2s ease;
}

.CustListBodyFlex:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.celc-1 {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.IamgesStyleSpan {
    display: inline-block;
}

.IamgesStyleIcon {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.celc-2 {
    flex: 1;
    font-size: 1rem;
    color: #000000;
    padding: 0 10px;
}

.celc-3 {
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check-input {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #000000 !important;
    margin: 0;
}

.form-check-input:checked {
    background-color: #28a745;
    border-color: #28a745 !important;
}

.form-check-label {
    display: none;
}

/* .MulitpleCustIdSubmitbtncontainer {
    display: flex;
    margin-top: 20px;
} */

/* .MulitCustIdSumbitBtnFinal {
    background-color: #28a745;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.MulitCustIdSumbitBtnFinal:hover {
    background-color: #218838;
}

.MulitCustIdSumbitBtnFinal:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.3);
} */
.CustListBodyFlex:hover {
    cursor: pointer;
}

.errorDiv {
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}

.errorContent {
    font-size: 12px;
    padding-top: 5px;
    color: #fc7070;
    text-align: right;
}

@media (max-width: 576px) {
    .MultipleCustomerIDBlock {
        padding: 15px;
        margin: 10px;
    }

    .mainblockofExCust.OTPMaskStyle {
        width: 400px;
    }

    .CustListBodyFlex {
        /* flex-direction: column; */
        align-items: center;
    }

    .celc-1,
    .celc-2,
    .celc-3 {
        flex: none;
    }

    .celc-2 {
        padding: 0;
    }

    body.mask-active::before {
        width: 100%;
        position: fixed;
        inset: 0;
    }

}

/* Otp Div verify */
.OtpIPDiv {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: auto;
    max-width: 300px;
    padding: 10px;
}

.InputBox {
    width: 50px;
    height: 50px;
    border: 1px solid #cccccc;
    box-shadow: 1px 2px 7px #f7f7f7;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    color: #333;
    background-color: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.InputBox:focus {
    outline: none;
    border: 1px solid #005cb9;
    /* box-shadow: 0 0 8px #005bc9; */
}

.InputBox::-webkit-input-placeholder {
    color: #aaa;
}

.InputBox.NumberJs {
    -webkit-text-security: disc;
}

.InputBox:valid {
    border: 1px solid #005cb9;
}

.timerContainerDiv {
    text-align: center;
    font-size: 14px;
}

@media (max-width: 400px) {
    .InputBox {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .OtpIPDiv {
        gap: 8px;
        max-width: 200px;
    }

    .mainblockofExCust.OTPMaskStyle {
        width: 350px;
    }

    .CountryCodeDiv {
        width: 25%;
    }

    .MobileNoHoldDiv {
        width: 75%;
    }

    .country-code {
        font-size: 16px;
    }


    .CancelBtnContainer,
    .Submitbtncontainer {
        width: 30%;
    }

    .MultipleCustomerIDBlock {
        margin: unset;
        padding: unset;
        width: 100%;
        box-shadow: unset;
    }

    .container {
        padding: 10px 0px;
    }

    .celc-1 {
        width: 30%;
    }

    .celc-2 {
        width: 50%;
    }

    .celc-3 {
        width: 20%;
    }

}