@import url('./tailwind-output.css');

.prof-popup--stepper-wrap::before{
    height: calc(100% - 60px);
}
.field-parent--wrap{
    column-gap: calc(100% - 96%);
}
.otp-verification-btn{
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
    font-size: 10px !important;
    font-weight: 300 !important;
}
.get-started--section{
    box-shadow: 0px -3px 6px -1px rgba(125, 125, 125, 0.20);
    border-radius: 30px 30px 0 0;
}
.get-started--card{
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
    flex: 1 1 33%;
}