#dealer-info {
    display: none;
}
.satpro-login {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-block: 42px;
}
.login-card-satpro {
    width: 100%;
    max-width: 800px;
    box-shadow: 0px 0px 35.64px 0px #0000001a;
    display: flex;
    border-radius: 20px;
}
.login-item-1 {
    width: 43%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #014e78;
    color: #ffffff;
    overflow: hidden;
    padding: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-item-2 {
    width: 57%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 16px 65.001px 16px 64.555px;
    height: 568px;
    display: flex;
}
.form-fields-login {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login-inputs {
    display: flex;
    align-items: center;
    border: 1px solid #ced0d4;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 13.09px;
    line-height: 18.7px;
    color: #858a94;
    border-radius: 7.48px;
    padding: 12px 9.35px;
    margin-bottom: 12px;
}
.login-inputs:last-of-type {
    margin-bottom: 20px;
}
.login-inputs .satpro-login-icon {
    padding-right: 9.35px;
    border-right: 1px solid #aeb1b8;
}
.login-inputs select {
    background: transparent;
    border: none;
    width: 100%;
    margin: 0;
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 13.09px;
    line-height: 18.7px;
    color: #858a94;
}
.login-inputs input {
    padding-left: 9.35px;
    background: transparent;
    border: none;
    width: 100%;
    margin: 0;
    color: #858a94;
}
.login-inputs select:focus {
    outline: 0;
    border: none;
}
.login-inputs input:focus {
    outline: 0;
    border: none;
}
.login-inputs:focus-within {
    border: 1px solid #2a9fe8;
}
.form-fields-login .fields {
    width: 100%;
}
.btn-action {
    width: 100%;
}
.btn-action > * {
    width: 100%;
    display: flex;
    height: 41.701px;
    padding: 9.351px 87.896px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    color: #fff;
    font-family: Lato;
    font-size: 14.961px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.442px; /* 150% */
    letter-spacing: -0.15px;
    border-radius: 3.74px;
    border: 1px solid #2a9fe8;
    background-color: #2a9fe8;
}
.heading {
    margin-bottom: 22px;
    text-align: center;
}
.heading .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    color: #0c1529;
}
.heading .para a {
    color: #1c6a9b;
}
.heading .para {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #858a94;
}
.left-login {
    z-index: 1;
}
.left-login-image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
    user-select: none;
}
.text-logo .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    text-align: center;
}
.text-logo .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
    text-align: center;
}
.dashboard-info {
    text-align: center;
    margin-bottom: 37px;
}
.text-points-list ul {
    list-style: none;
    margin: 0px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-inline: 17px;
}
.text-points-list ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
}
.terms-conditions .para {
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #5d6370;
}
.terms-conditions {
    margin-top: 14px;
}
.terms-conditions .para a {
    color: #2384c1;
    text-decoration: none;
}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 22px;
    width: 100%;
}
.remember-me {
    display: flex;
    align-items: center;
    gap: 4px;
    font-family: Lato;
    font-weight: 400;
    font-size: 14.26px;
    line-height: 19.02px;
    color: #7a7493;
}
.remember-me label {
    user-select: none;
}
.forgot-password a {
    font-family: Lato;
    font-weight: 400;
    font-size: 14.35px;
    line-height: 19.13px;
    color: #2384c1;
}
.return-back {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: Lato;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #0c1529;
}
.close-login {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
}

.login-inputs .select-input-cmn.dropdown-toggle::after {
    border: none;
    content: none;
    /* transform: rotate(180deg); */
}
.login-inputs .select-input-cmn .fa-chevron-up {
    transform: rotate(180deg);
    color: #858a94;
}
.login-inputs .select-input-cmn.show .fa-chevron-up {
    transform: rotate(360deg);
    color: #858a94;
}
.login-inputs .select-input-cmn span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: calc(100% - 13px);
    font-family: Lato, sans-serif;
    font-weight: 500;
    font-size: 13.09px;
    line-height: 18.7px;
    color: #858a94;
}
.login-inputs .select-input-cmn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    color: #000000;
    padding: 12px 9.35px;
}
.login-inputs .cmn-drp .dropdown-menu {
    font-family: "Lato", sans-serif, Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    width: 100%;
    color: #000000;
    box-shadow: 0px 0px 8px 0px rgba(47, 43, 67, 0.2);
    border-bottom: 6px;
    padding-block: 0px;
    overflow-x: auto;
    max-height: 208px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.login-inputs .cmn-drp .dropdown-menu .dropdown-item {
    font-family: "Lato", sans-serif, Arial;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #000000;
    padding: 9px 10px;
}
.login-inputs .cmn-drp .dropdown-menu .dropdown-item:hover {
    cursor: pointer;
}
.login-inputs .cmn-drp .dropdown-item.active,
.login-inputs .cmn-drp .dropdown-item:active {
    background-color: #f7f8fb;
}
.login-inputs .cmn-drp .dropdown-item:hover {
    background-color: #f7f8fb;
    color: #000000;
}
.login-inputs .cmn-drp {
    width: 100%;
    max-width: 100% !important;
}
.dealer-form-btn {
    border: 1px solid #2a9fe8;
    background-color: #2a9fe8;
    color: #ffffff;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 7px;
    max-width: 250px;
    width: 100%;
}
.dealer-form-form .title {
    font-family: Sofia Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #363636;
    margin-bottom: 8px;
}
.dealer-form-form .para {
    font-family: Lato;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #475467;
    margin-bottom: 24px;
}
.dealer-form-form label {
    font-family: Lato;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #344054;
    margin-bottom: 6px;
}
.dealer-form-form .form-control {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
.dealer-form-form .form-select {
    min-height: 48px;
    border-radius: 6px;
    border: 1px solid #d0d5dd;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
#breadcrumb-section .breadcrumb-item {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14s);
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
}
.under-review-dealer .title {
    font-family: Lato;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #353c4d;
    margin-bottom: 16px;
}
.under-review-dealer .description {
    font-family: Lato;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #353c4d;
    margin-bottom: 32px;
}
.under-review-dealer a {
    padding: 10px;
    background-color: #1c6a9b;
    color: #ffffff;
    border: 1px solid #1c6a9b;
    border-radius: 4px;
    font-family: Lato;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-decoration: none;
    max-width: 166px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dealer-form-form .cmn-drp {
    border-radius: 6px;
    min-height: 48px;
}
.dealer-form-form .cmn-drp .button-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}
.dealer-form-form .cmn-drp {
    max-width: 100% !important;
}

@media screen and (min-width: 1199px) and (max-width: 1399px) {
    .dealer-form-form .title {
        font-size: 20px;
        line-height: 22px;
    }
    .dealer-form-form .para {
        font-size: 18px;
        line-height: 22px;
    }
    .dealer-form-form .form-control {
        min-height: 41px;
    }
    .dealer-form-form .form-select {
        min-height: 41px;
    }
    .under-review-dealer .title {
        font-size: 24px;
        line-height: 28px;
    }
    .under-review-dealer .description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .under-review-dealer a {
        line-height: 18px;
    }
    .dealer-form-form .cmn-drp {
        min-height: 41px;
    }
    .login-inputs .select-input-cmn {
        max-height: 41px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .dealer-form-form .title {
        font-size: 18px;
        line-height: 20px;
    }
    .dealer-form-form .para {
        font-size: 16px;
        line-height: 20px;
    }
    .dealer-form-form .form-control {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form .form-select {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form label {
        font-size: 14px;
        line-height: 20px;
    }
    .under-review-dealer .title {
        font-size: 24px;
        line-height: 28px;
    }
    .under-review-dealer .description {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .under-review-dealer a {
        line-height: 18px;
    }
    .dealer-form-form .cmn-drp {
        min-height: 39px;
    }
    .login-inputs .select-input-cmn {
        max-height: 39px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .login-item-2 {
        padding: 44.333px 30px 44px 30.555px;
    }
    .text-points-list ul {
        padding-inline: 8px;
    }
    .dealer-form-form .title {
        font-size: 18px;
        line-height: 20px;
    }
    .dealer-form-form .para {
        font-size: 16px;
        line-height: 20px;
    }
    .dealer-form-form .form-control {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form .form-select {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form label {
        font-size: 14px;
        line-height: 20px;
    }
    .under-review-dealer .title {
        font-size: 20px;
        line-height: 24px;
    }
    .under-review-dealer .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .under-review-dealer a {
        line-height: 18px;
    }
    .dealer-form-form .cmn-drp {
        min-height: 39px;
    }
    .login-inputs .select-input-cmn {
        max-height: 39px;
    }
    .dealer-form-form .cmn-drp .button-text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 768px) {
    .login-item-1 {
        display: none;
    }
    .login-item-2 {
        padding: 0px 30px 0px 30.555px;
        width: 100%;
    }
    .login-card-satpro {
        max-width: 430px;
    }
    .login-card-satpro {
        box-shadow: unset;
        position: relative;
        border-radius: unset;
    }
    .close-login {
        display: block;
    }
    .dealer-form-form .title {
        font-size: 18px;
        line-height: 20px;
    }
    .dealer-form-form .para {
        font-size: 16px;
        line-height: 20px;
    }
    .dealer-form-form .form-control {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form .form-select {
        min-height: 39px;
        font-size: 14px;
        line-height: 20px;
    }
    .dealer-form-form label {
        font-size: 14px;
        line-height: 20px;
    }
    .under-review-dealer .title {
        font-size: 20px;
        line-height: 24px;
    }
    .under-review-dealer .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .under-review-dealer a {
        line-height: 18px;
    }
    .card-dealer-form {
        padding: 16px;
        border-radius: 12px;
        background-color: white;
        box-shadow: var(--bs-box-shadow-sm);
        border: 1px solid rgba(0, 0, 0, 0.175);
    }
    .dealer-form-form .cmn-drp {
        min-height: 39px;
    }
    .login-inputs .select-input-cmn {
        max-height: 39px;
    }
    .dealer-form-form .cmn-drp .button-text {
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 375px) {
    .login-item-2 {
        padding: 44.333px 16px;
    }
}
