.KYCMain {
    border: 1px solid #2E3C46;
    width: 200%;
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    height: 65vh;
    background: linear-gradient(180deg, #121921 0%, #242D38 100%), linear-gradient(0deg, #2E3C46, #2E3C46);
    border-radius: 10px;
    position: relative;
    color: white;
    z-index: 9999;
}

.headline {
    text-align: center;
    text-transform: none !important;
    font-weight: bold;
    font-size: larger;
    margin-top: 0;
    color: white;
    margin-bottom: 1em;
}

.yourInfoLeft {
    width: 50%;
    margin: 1% 5% 2% 5%;
}

.yourInfoRight {
    width: 50%;
    margin: 1% 5% 2% 5%;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #2E3C46;
    margin: 10px 0;
    position: absolute;
    top: 12%;
    left: 0%;
}

.KYCnameField,
.KYCDobField,
.KYCPhoneField,
.KYCpanField,
.KYCemailField,
.KYCaddressField,
.KYCGenderField {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.KYCnameField input,
.KYCDOBField input,
.KYCPhoneField input,
.KYCpanField input,
.KYCemailField input,
.KYCaddressField input,
.KYCGenderField input,
.KYCDobField input {
    width: calc(100% - 40px);
    height: calc(100% + 40px);
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: black;
    background-color: transparent;
    font-size: 1rem;
}


.KYC {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.KYCMainPopup {
    display: none;
    position: fixed;
    width: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 20px;
    z-index: 9998;
}

.KYCMainTransBG {
    width: 100vw;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    height: 100vh;
    background-color: #000000b4;
    z-index: 9998;
}

.close-popup-icon {
    width: 2%;
    float: right;
    cursor: pointer;
}

.KYCSubmitButtons {
    /* margin-top:2%; */
    text-align: center;
    width: calc(100% - 20px);
    margin: 2% auto auto auto;
}

.KYCSubmitButtons button {
    padding: 30px;
    cursor: pointer;
    /* background: linear-gradient(137.17deg, #5CE1E6 0.07%, #00666A 98.89%);
    border: none;
    color: white;
    width: 20%;
    margin: 2%;
    border-radius: 10px;
    font-size: 18px; */
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 6px;
    color: #1D1D1F;
    padding: 10px 30px;
    /* width: 220px;
    height: 50px; */
    width: 195px;
    height: 40px;
    border: none;
    outline: none;
    color: #000000;
    background: #ffffff;
    cursor: pointer;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 16px;
    z-index: 0;
    border-radius: 10px;
    margin-bottom: 2%;
}


.KYCSubmitButtons button:before {
    content: '';
    background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}


.KYCSubmitButtons button:active {
    color: white;
    font-weight: 600;

}

.KYCSubmitButtons button:active:after {
    background: transparent;
}

.KYCSubmitButtons button:hover:before {
    opacity: 1;
}

.KYCSubmitButtons button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}


.KYCPageTwoCont,
.KYCPageThreeCont,
.KYCPageFourCont {
    display: none;
}

.KYCpageNumCont {
    display: block;
    margin: 5% 0% 0% 2%;
}

.KYCpageNum {
    float: right;
}


.KYCyourInfo {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: nowrap;

    margin: 5% 10% 0% 10%;
}

.KYCriskProfileMainCont {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10% 10% 0% 10%;
    flex-direction: column;
}


.KYCriskProfileMeterImg {
    margin: 5% 0% 5% 0%;
    height: 5vmax;
}

.KYCagreementPDF {
    width: 100%;
    height: 40vh;
}


.KYCriskProfileStatCont {
    text-align: center;
}

.KYCriskProfileStatus {
    font-size: larger;
    font-weight: bold;
}


.KYCriskProfile {
    font-size: x-large;
}

.KYCagreementMainCont {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 8% 5% 0% 5%;
    flex-direction: column;
}

.KYCagreementTextCont {
    width: 100%;
}

.KYCSubscriptionPlansMainCont {
    display: flex;
    flex-wrap: nowrap;
    margin: 10% 5% 0% 5%;
    flex-direction: column;
    align-items: stretch;
}

.KYCSubscriptionPlansButton {
    color: rgb(0, 0, 0);
    background: white;
    border-radius: 10px;
    padding: 3%;
    margin: 0% 0% 2% 0;
    cursor: pointer;
}

.KYCSubscriptionPlansTextCont {
    height: 13vmax;
    overflow-y: scroll;
}

.KYCSubscriptionPlansButtonGlow {
    -webkit-box-shadow: 0 0 20px #5CE1E6;
    -moz-box-shadow: 0 0 20px #5CE1E6;
    box-shadow: 0 0 20px #5CE1E6;
}

.KYCSubscriptionPlansValue {
    float: right;
}


.KYCSubscriptionPlansValueSelected {
    border: 2px solid cyan;
}

/* scroll bar css -start - 8/3/24*/

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #506c80;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #2E3C46;
}

/* scroll bar css -end- 8/3/24*/

.KYCForm {
    margin-top: 3%;
    /* height: 75vh; */
    /* height: 50vh; */
    min-height: 50vh;
}

.KYCAadhaarOtpCont {
    margin: auto;
    text-align: center;
    margin-top: 5%;
}

.KYCAadhaarOtpField input {
    /* width: 10%; */
    padding: 8px;
    box-sizing: border-box;
    outline: none;
    border: none;
    color: black;
    font-size: 1rem;
}

.KYCpanErr {
    /* margin: 2% 0 0 0; */
    background-color: red;
    border: 1px solid white;
    border-radius: 5px;
    text-align: center;
    padding: 1%;
    width: 30%;
    margin: auto;
    color: white;
    font-size: 0.9rem;
    margin-top: 2%;
    margin-bottom: 2%;
}

.KYCyourInfoLabels {
    color: white;
    margin-left: 2%;
}

.KYCVerifiedMsg {
    width: 30%;
    margin: auto;
    background-color: green;
    padding: 1% 2%;
    font-size: 1.5rem;
    /* border-radius: 10%; */
    border: 1px solid white;
    border-radius: 10px;
    color: white;
    margin-bottom: 2%;
}