.Ac_inputgroup {
    position: relative;
    margin-bottom: 25px;
}

.Ac_input_field {
    width: 100%;
    padding: 12px 40px 10px 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    background: #fff;
    box-sizing: border-box;
    transition: border-color 0.25s ease;
    /* font-weight: 500; */
}

.Ac_inputgroup.has-value .Ac_input_field::placeholder,
.Ac_inputgroup.focused .Ac_input_field::placeholder {
    color: transparent;
}

.Ac_input_field::placeholder {
    color: #353535;
    font-size: 14px;
    /* background:#fff; */
}

.Ac_inputgroup.has-value .input-clear {
    display: block;
}

.Ac_inputgroup::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #75747400;
    /* background: #fff; */
    padding: 0 4px;
    pointer-events: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}

.Ac_inputgroup.has-value::before,
.Ac_inputgroup.focused::before {
    top: -2px;
    font-size: 13px;
    color: #0c0c0d;
    background: #fff
}

.Ac_input_field:focus {
    border-color: #cccc;
}

.input-clear {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #a8a6a6;
    cursor: pointer;
    display: none;
    user-select: none;
    display: block;
    width: 24px;
    background: #e8e8e8;
    font-size: 20px;
    text-align: -webkit-center;
    border-radius: 50%;
}


.input-clear {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    color: #a8a6a6;
    cursor: pointer;
    display: none;
    /* Hidden by default */
    user-select: none;
    width: 24px;
    background: #e8e8e8;
    font-size: 20px;
    text-align: -webkit-center;
    border-radius: 50%;
}

/* Remove the duplicate rule at the bottom - keep only this one */
.Ac_inputgroup.has-value .input-clear {
    display: block;
}


/* Button */
.Ac_btnprimary {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    background: #cccccc;
    color: rgb(155, 155, 155);
    cursor: not-allowed;
    transition: all 0.3s ease;
    margin-top:10px
}

.Ac_btnprimary.enabled {
    background: #005cb9;
    color: #fff;
    cursor: pointer;
}

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body {
    margin: 0;
    /* min-height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}



/* .............................................................. */

.Ac_WholeContainer {
    /* background-color: #f5f7f9; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.Ac_maincontainer {
    width: 100%;
    max-width: 1000px;
    /* background: #fff; */
    /* border-radius: 10px; */
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    margin: 50px auto;
    height: 650px;
}

.Ac_leftpanel {
    flex: 1.2;
    background-color: #f0f7ff;
    /* Light blue background */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-right: 1px solid #e0e0e0; */
    border: 1px solid #99bee3;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}


.Ac_rightpanel {
    flex: 1;
    padding: 40px;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    border: 1px solid #ddd;
    border-left: none;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}

.Ac_formcontainer {
    text-align: center;
    margin: 1% auto;
    padding: 30px;
    padding-top: 10px;
}

.Ac_logo img {
    height: 52px;
    Width: 279px;
}

/* .tagline {
    font-size: 10px;
    font-weight: 600;
    color: #333;
    letter-spacing: 1px;
} */

.Ac_divider {
    margin: 10px auto;
    border: 0;
    border-top: 2px dashed #ccc;
}

h3 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 500;
}

form {
    text-align: left;
}

label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}

/* .Ac_inputgroup input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
} */

.Ac_referrallink {

    display: none;
    text-align: right;
    font-size: 11px;
    color: #1991cb;
    text-decoration: none;
    margin: -14px auto;
}

/* .Ac_btnprimary {
    width: 100%;
    padding: 14px;
    margin-top: 25px;
    background-color: #ced4da;
    /* Disabled grey state */
    /* color: #777;
    border: none;
    border-radius: 6px;
    font-weight: 500;
    cursor: not-allowed;
} */

/* Active Button State Example */
.Ac_btnprimary.active {
    background-color: #0056b3;
    color: white;
    cursor: pointer;
}

.Ac_logintext {
    font-size: 14px;
    margin-top: 0px;
    color: #212020;
	Width:70%;
}

.Ac_logintext a {
    color: #005cb9;
    text-decoration: none;
    font-weight: 500;
}

.Ac_footerlinks {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.Ac_footerlinks a {
    font-size: 13px;
    color: #005cb9;
    text-decoration: none;
   
}

.Ac_footerlinks .icon {
    font-size: 10px;
    margin-right: 5px;
}

.Ac_disclaimer {
    font-size: 11px;
    color: #5b5b5b;
    margin-top: 30px;
    line-height: 1.4;
    font-size: xx-small;
    color: black;
    margin-top: 10%;
    text-align: left;
}
#Disclimer_span {
    color: #348bdd
}
.Ac_inputgroup.error .Ac_input_field {
    border: 1px solid red;
}

.menu-card {
    width: 300px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: 8px;
}

.menu-item {
    display: flex;
    /* align-items: center; */
    padding: 14px 16px;
    border-radius: 10px;
    cursor: pointer;
    gap: 11px;
    transition: background 0.25s ease;
}

.menu-item:hover {
    background: #f3f7ff;
}

.text {
    flex: 1;
    font-size: 15px;
    color: #1f2937;
}

.arrow {
    font-size: 18px;
    color: #9ca3af;
}

#menu-card {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.blur-bg {
    position: fixed;
    inset: 0;
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.Ac_inputgroup:focus-within::before,
.Ac_inputgroup:has(.Ac_input_field:not(:placeholder-shown))::before {
    top: 0;
    font-size: 12px;
    color: #0c0c0d;
    background: #fff;
}

/* Show +91 only when label is visible */
.Ac_inputgroup:focus-within span:not(.input-clear),
.Ac_inputgroup:has(.Ac_input_field:not(:placeholder-shown)) span:not(.input-clear) {
    opacity: 1;
    position: absolute;
}

/* Add gap for typing ONLY when +91 is visible */
.Ac_inputgroup:focus-within .Ac_input_field,
.Ac_inputgroup:has(.Ac_input_field:not(:placeholder-shown)) .Ac_input_field {
    padding-left: 55px;
}

/* Hide placeholder when active */
.Ac_inputgroup:focus-within .Ac_input_field::placeholder,
.Ac_input_field:not(:placeholder-shown)::placeholder {
    color: #dddddd00;
}
.Ac_inputgroup span:not(.input-clear) {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #000000;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease;
}
.ErorMsg {
    font-size: 12px;
    color: red;
    text-align: left;
    padding: 0px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.Ac_inputgroup:focus-within span:not(.input-clear),
.Ac_inputgroup:has(.Ac_input_field:not(:placeholder-shown)) span:not(.input-clear) {
    opacity: 1;
    position: absolute;
}

.country-code {
    position: absolute;
    left: 9px;
    top: 11px;
}

.Ac_inputgroup.has-value::before,
.Ac_inputgroup.focused::before {
    top: 0;
    font-size: 12px;
    color: #0c0c0d;
    background: #fff;
}
/* Responsive */
@media (max-width: 768px) {

    .Ac_rightpanel {
        width: 100%;
        padding: 20px;
        border-left: 1px solid #d5d7dd;
        border-radius: 8px;
    }

    .Ac_leftpanel {
        display: none;
        /* Hide illustration on mobile */
    }

    .Ac_formcontainer {
        padding: 0;
    }
}