/* Reset number input spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

/* Main container styles */
div#otp-form {
    background: url(https://sr-website-01.shiprocket.in/sr-website/image-mo3EOX.webp);
    border-radius: 12px;
    padding: 20px;
    background-size: auto;
    background-position: bottom left;
}

/* Header and typography */

div#mobile-section p.m0 {
    font-size: 11px;
    line-height: 16px;
    margin: 0px;
}

/* Form fields */
.form-field input {
    border-radius: 6px;
    padding: 11px;
    border: 1px solid #cbcad766;
    outline: none !important;
    color: #141413;
    width: 100%;
    font-size: 14px;
}

.prefixNum {
    border-radius: 6px;
    border: 1px solid #d3d3d3;
    padding: 11px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.prefixNum span {
    border-right: 1px solid #d3d3d3;
    padding-right: 8px;
    margin-right: 5px;
    font-weight: 500;
}

.prefixNum input,
.prefixNum input:focus {
    border: 0 !important;
    padding: 0 !important;
    outline: none !important;
    border-radius: 0 !important;
    font-size: 15px;
    width: calc(100% - 50px) !important;
    color: #141413;
}

/* Buttons */
div#otp-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    background: #735ae5;
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    margin-top: 15px;
    transition: background 0.2s, opacity 0.2s;
}

#request-otp-btn:disabled {
    opacity: 0.7;
    background: #735ae594;
    color: #ffffff;
    cursor: not-allowed;
}

#verify-otp-btn:disabled {
    opacity: 0.7;
    background: #735ae594;
    color: #ffffff;
    cursor: not-allowed;
}

/* OTP input styles */
.otp-input-wrapper {
    gap: 12px;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
}

input.otp-digit {
    width: 34px;
    height: 36px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #d3d3d3;
}

input.otp-digit:focus {
    border-color: #735ae5;
    outline: none !important;
    box-shadow: 0 0 8px #735ae569;
    transform: scale(1.1);
}

/* Divider and social login */
.divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 12px 0;
}

.divider span {
    flex: none;
    padding: 0 12px;
    color: #969696;
    font-weight: 500;
    font-size: 12px;
}

.divider:before, .divider:after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #eee;
}

.social-login-row {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.social-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid gainsboro !important;
    font-size: 14px !important;
    background: #ffffff !important;
    color: #000000e6 !important;
    margin-top: 0 !important;
}

.social-btn img { width: 20px; height: 20px; }
.others-icon { font-size: 1.5rem; }

/* Messages and errors */
.error {
    color: red;
    font-size: 12px;
}

.success {
    color: green;
    font-size: 13px;
    margin-top: 10px;
}

.social-error {
    display: none;
    color: #d32f2f;
    background: #ffebee;
    border: 1px solid #ffcdd2;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 14px;
}

/* Links */
/* div#otp-form a {
    color: #735ae5;
} */

.link-btn {
    background: none;
    border: none;
    color: #735ae5;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    margin: 10px 0;
    font-size: 14px;
}

.link-btn:hover {
    color: #5a4bc4;
}

/* Mobile number display */
div#user-mobile-wrapper {
    margin: 0;
    color: #735ae5;
}

/* Utility classes */
.hidden {
    display: none;
}

.m0 {
    margin: 0;
}
.trackOrderContentWrapper {border-radius: 12px;padding: 15px;background: linear-gradient(134.16deg, #775CFF -61.15%, rgba(255, 255, 255, 0) 74.11%);border: 1px solid #F2F3F4;}

.topContentWrapper ul {
    display: flex;
    margin-bottom: 10px;
    list-style: none;
    gap: 12px;
}

.topContentWrapper ul a {
    color: #4C4C4C !important;
    font-size: 14px;
}

.topContentWrapper ul a span {
    width: 13px;
    height: 13px;
    border-radius: 23.33px;
    border-width: 0.78px;
    display: inline-flex;
    background: #FFFFFF;
    margin-right: 5px;
    border: 0.78px solid #D9D9D9;
    position: relative;
    transition: all ease 0.5s;
}

.topContentWrapper ul li.active a span::after {
    content: "";
    width: 7.777777671813965px;
    height: 7.777777671813965px;
    border-radius: 23.33px;
    opacity: 1;
    top: 2.4px;
    left: 2.1px;
    background: #745BE7;
    position: absolute;
}

.topContentWrapper ul li.active a span {
    border-color: #745BE7;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: flex;
}

.tab-pane form {
    width: 100%;
}
.tab-pane form a.blueBtn {
    /* color: #fff !important; */
}

.trackOrderWrapper {
    margin-top: 30px;
    display: none;
}

button#resend-otp {
    padding: 0 !important;
    background: transparent !important;
    color: #735ae5 !important;
    text-align: left;
    margin-top: 5px !important;
}
.divider, .social-login-row {
    display: none !important;
}

@media only screen and (min-width: 768px) {
div#otp-form h3 {
    margin-bottom: 12px;
    font-size: 18px;
	line-height:22px;
}
}
	
/* Mobile responsive */
@media only screen and (max-width: 767px) {
.btnWrapperBottoms {
    display: none !important;
}
.otp-input-wrapper {
    gap: 0;
    justify-content: space-between;
}
.trackOrderWrapper {
    margin-top: 20px;
}
div#otp-form {
    padding: 15px;
}
.social-login-row {
    flex-direction: column;
    gap: 8px;
}
}