﻿:root {
    /*    --sp-blue: #25234f;*/
    --sp-blue: #3b82f6;
    --sp-text: #0f172a;
    --sp-muted: #6b7280;
    --sp-border: #e5e7eb;
    --sp-input: #f3f4f6;
}

html, body {
    height: 100%;
}

html, body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 50%, #e6f0ff 100%);
    overflow: hidden;
}

/* Animated blobs */
/*.bg-blob {
    position: absolute;
    width: 400px;
    height: 400px;
    filter: blur(120px);
    opacity: 0.25;
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

.blob1 {
    background: #007bff;
    top: -100px;
    left: -100px;
}

.blob2 {
    background: #6f42c1;
    bottom: -100px;
    right: -100px;
    animation-delay: 2s;
}*/

.overflow-y-scroll {
    overflow-y:scroll
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(0px);
    }
}

body {
    font-family: "Inter", sans-serif;
    color: var(--sp-text); 
}

.div-wrap {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 72px;
    padding-bottom: 48px;
}

.div-card {
    width: 100%;
    max-width: 420px;
    text-align: center;
}

.brand-icon {
    width: 140px;
}

    .brand-icon a {
        width: 26px;
        height: 26px;
        fill: #ffffff;
    }

.title {
    font-weight: 800;
    font-size: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 6px;
}

.subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 28px;
}

.form-label {
    font-size: 13px;
    font-weight: 700;
    color: #374151;
    margin-bottom: 8px;
}

.form-control {
    height: 46px;
    border: 1px solid transparent;
    background: var(--sp-input);
    border-radius: 12px;
    padding: 0 14px;
    font-size: 14px;
}

    .form-control:focus {
        box-shadow: none;
        border-color: rgba(59, 130, 246, 0.35);
        background: #ffffff;
    }

.pw-wrap {
    position: relative;
}

.pw-toggle {
    position: absolute;
    right: 12px;
    top: 24px;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #6b7280;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .pw-toggle:focus {
        outline: none;
    }

.forgot {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 18px;
}

.btn-signin {
    height: 48px;
    border-radius: 12px;
    background: var(--sp-blue);
    border: none;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}

    .btn-signin:hover {
        filter: brightness(0.97);
    }

.divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 18px 0 14px 0;
    color: #111827;
    font-weight: 700;
    font-size: 12px;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        height: 1px;
        background: var(--sp-border);
    }

.btn-social {
    height: 44px;
    border-radius: 12px;
    border: 1px solid var(--sp-border);
    background: #ffffff;
    font-weight: 700;
    font-size: 14px;
    color: #111827;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


.footer {
    margin-top: 18px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.mendatory {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgd2lkdGg9JzI0JyBoZWlnaHQ9JzI0Jz48cGF0aCBmaWxsPSdub25lJyBzdHJva2U9J3JlZCcgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBzdHJva2UtbGluZWpvaW49J3JvdW5kJyBzdHJva2Utd2lkdGg9JzInIGQ9J00xMiA2djEybTUuMTk2LTlMNi44MDQgMTVtMC02bDEwLjM5MiA2Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 12px;
    display: inline-block;
}

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;
    appearance: textfield;
}

.div-auth-wrap {
    min-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
/*    padding: 50px 12px 40px 12px;*/
}

.div-auth {
    width: 100%;
    max-width: 460px;
}

.div-brand {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 18px;
}

    .div-brand img {
        height: 52px;
        width: auto;
    }

.div-title {
    font-size: 38px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    margin-bottom: 6px;
}

.div-subtitle {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
}

.div-label {
    font-size: 13px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
}

.div-required {
    color: #ef4444;
}

.div-field {
    margin-bottom: 16px;
}

.div-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.div-grid-country {
    display: grid;
    grid-template-columns: 132px 1fr;
    gap: 14px;
    align-items: start;
}

.div-select {
    padding-left: 10px;
}

.div-checkbox {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin: 6px 0 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #0f172a;
}

    .div-checkbox a {
        color: #0f172a;
        text-decoration: underline;
        font-weight: 800;
    }

.div-btn {
    height: 54px;
    border-radius: 12px;
    background: #3b82f6;
    border: none;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    width: 100%;
}

    .div-btn:hover {
        filter: brightness(0.97);
        color: #ffffff;
    }

.div-footer {
    margin-top: 14px;
    font-size: 13px;
    font-weight: 700;
    color: #0f172a;
}

    .div-footer a {
        font-weight: 900;
        color: #0f172a;
        text-decoration: underline;
    }

.div-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 18px;
}

.div-tab {
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    font-weight: 800;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

    .div-tab.active {
        background: #6d5bf0;
        border-color: #6d5bf0;
        color: #ffffff;
        box-shadow: 0 10px 18px rgba(109, 91, 240, 0.25);
    }

    .div-tab .info {
        position: absolute;
        right: 10px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 900;
        background: rgba(0,0,0,0.12);
        color: #fff;
    }

    .div-tab:not(.active) .info {
        background: #eef2f7;
        color: #6b7280;
    }

    .div-tab svg,
    .div-tab img {
        width: 18px;
        height: 18px;
    }

.div-error {
    margin-top: 6px;
    font-size: 12px;
}

.otpBox {
    border: 1px solid #9f9fa7;
    padding: 30px;
    border-radius: 16px;
    background-color: #fff;
}

    .otpBox .logo-img {
        width: 148px;
        height: auto;
        margin-top: 0px;
        margin-bottom: 30px;
    }

.otpBoxflex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-around;
}

.headingPara {
    color: rgb(100, 116, 139);
    font-size: 16px;
}

.inpGap {
    gap: 0.75rem;
    justify-content: center;
}

.pinText {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: center;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #f1eded;
    border-radius: 0.5rem;
    user-select: none;
    outline-color: transparent;
    outline-offset: 2px;
    outline-style: dashed;
    outline-width: 2px;
    border: 0;
    width: 64px;
    border-radius: 10px !important;
    border: 2px solid #fff;
}

    .pinText:focus {
        border: 2px dashed #cbd5e1;
        line-height: 2.5rem;
    }

.button-curved {
    border-radius: 0.75rem;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 1.25rem;
    padding: 1.5rem 2.25rem;
    display: inline-block;
    background: rgb(139, 92, 246);
    color: #fff;
    border: 1px solid #ccc;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    position: relative;
}

.button-sendagain {
    display: inline-block;
    background: #fff;
    color: rgb(139, 92, 246);
    border: none;
    display: inline-flex;
    position: relative;
    cursor: pointer;
}

    .button-sendagain:disabled {
        cursor: not-allowed;
    }

.div-grid-country .select2-container {
    width: 100% !important;
}

    .div-grid-country .select2-container .select2-selection--single {
        height: 46px !important;
        border-radius: 12px !important;
        background: #f3f4f6 !important;
        display: flex !important;
        align-items: center !important;
        outline: none !important;
        border-color: #f3f4f6 !important;
    }

.div-grid-country .select2-container--default.select2-container--focus .select2-selection--single,
.div-grid-country .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #4a86ff !important;
    box-shadow: none !important;
    background: #fff !important;
}

.div-grid-country .select2-container .select2-selection__rendered {
    padding-left: 12px !important;
    padding-right: 38px !important;
    line-height: 46px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    width: 100% !important;
}

    .div-grid-country .select2-container .select2-selection__rendered img.img-flag {
        width: 18px;
        height: 12px;
        object-fit: cover;
        border-radius: 2px;
        margin-right: 8px;
        position: relative;
        top: -1px;
    }

.div-grid-country .select2-container--default .select2-selection__arrow {
    height: 52px !important;
    right: 10px !important;
    width: 24px !important;
}

    .div-grid-country .select2-container--default .select2-selection__arrow b {
        border-color: #35579a transparent transparent transparent !important;
        border-width: 5px 5px 0 5px !important;
    }

.select2-container--default .select2-dropdown {
    border-radius: 12px !important;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
}

.select2-container--default .select2-results__option {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #3b82f6 !important;
    color: #ffffff !important;
}

.select2-container--default .select2-results__option--selected {
    background: rgba(59, 130, 246, 0.12) !important;
    color: #0f172a !important;
    font-weight: 800;
}
 
.otp-card {
    width: 100%;
    max-width: 520px;
    background: #ffffff;
    border-radius: 18px;
    padding: 28px 28px 24px 28px;
}

    .otp-card .logo-img {
        height: 52px;
        width: auto;
        margin-bottom: 18px;
    }

.otp-title {
    font-size: 28px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 8px;
    text-align: left;
}

.otp-subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 18px;
    text-align: left;
}

.otp-inputs {
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    padding: 10px 0 18px 0;
    flex-wrap: nowrap;
}

.otp-field {
    width: 70px;
    height: 64px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #f3f4f6;
    text-align: center;
    font-weight: 800;
    font-size: 22px;
    color: #0f172a;
    outline: none;
}

    .otp-field:focus {
        border-color: rgba(59, 130, 246, 0.75);
        background: #ffffff;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
    }

.otp-actions {
    margin-top: 6px;
}
  

.otp-footer {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    text-align: center;
}

    .otp-footer button {
        background: none;
        border: none;
        padding: 0;
        font-weight: 900;
        text-decoration: underline;
        color: #0f172a;
        cursor: pointer;
    }

.otp-timer {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
    text-align: center;
}