﻿.step {
    display: inline-block;
    width: 24px;
    height: 24px;
    border: 1px solid gray;
    border-radius: 50%;
    color: gray;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-width: 6px;
    background-color: #d4ddeb;
    border-color: white;
}

    .step.active, .step.completed {
        border-color: #deeec5;
        background-color: #91c63c;
    }

.apply-body {
    overflow-x: hidden;
}

.line {
    width: 165px;
    height: 1.5px;
    background-color: #babfc5;
    display: inline-block;
    vertical-align: middle;
}

.agreement-links {
    color: #91c63c;
    text-decoration: none;
}

.lexis-table .lexis-row td {
    padding: 20px 10px;
}

.lexis-item {
    font-size: 100%;
    color: #666;
}

@media (max-width: 970px) {
    .line {
        width: 50px;
    }

    #rightside {
        padding-left: 0px !important;
    }
}


@media (min-width: 971px) and (max-width: 1400px) {
    .line {
        width: 70px;
    }
}

@media (max-width: 768px) {
    #left-content {
        display: none !important;
        width: 0% !important;
    }

    #rightside {
        display: block !important;
        width: 100% !important;
    }

    label {
        margin-top: 10px;
    }
    .star, .info-icon {
        margin-top: 10px;
    }

    .mt-4 {
        margin-top: calc(var(--bs-gutter-y)* -1) !important;
    }
    .exceptional-info{
        margin-top:0px;
    }
    .info-icon2[data-tooltip]:hover::after {
        transform: translateX(0%) translateY(50%) !important;
    }
}

@media (max-width: 475px) {
    .line {
        width: 10px;
    }

    .subbtns {
        display: block !important;
    }

    #prev, #next {
        width: 100% !important;
    }



    [data-tooltip]::after {
        width: 140px !important;
        border-radius: 8px;
    }
    .read-more{
        margin-left:22px !important;
    }
    #electronicsError, #stateError {
        margin-left: 23px !important;
    }

    .info-icon1[data-tooltip]:hover::after {
        transform: translateX(-100%) translateY(50%) !important;
    }
}
.exceptional-info[data-tooltip]:hover::after {
    transform: translateX(-50%) translateY(30%);
}

.text-danger {
    padding-left: 0px;
}

.btn {
    margin-top: 20px;
}

.heading {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 37px;
}

.sub-heading {
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #858585;
}

.apply-container {
    border-radius: 20px !important;
}

.sub-heading-1 {
    color: #858585;
    font-family: "Roboto", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.check-active {
    color: var(--e-form-steps-indicator-completed-primary-color,#39b54a);
}

.fa-check {
    padding-right: 10px;
}

.second-sub-heading {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 600;
}

#next {
    color: #ffffff;
    border-color: #91C63C;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 42px 10px 42px;
    background-color: #91C63C;
}

#prev {
    background-color: white;
    color: #777777;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 30px 30px 30px 30px;
    padding: 10px 42px 10px 42px;
    border-color: #91C63C;
}

    #prev:hover {
        color: #ffffff;
        border: 1px solid #91C63C;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        border-radius: 30px;
        padding: 10px 42px;
        background-color: #91C63C;
    }

#prev {
    transition: all 0.3s ease-in-out; /* Applies smooth transition to all properties */
}

.op-text {
    color: #858585;
    font-family: Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 14px;
}

select, input[type=text], input[type=date], input[type=email], input[type=tel] {
    height: 45px;
    color: #858585 !important;
    -webkit-appearance: none;
    font-size: 15px !important;
    line-height: 1.4 !important;
    min-height: 50px;
    padding: 14px 19px !important;
    background-color: #ffffff;
    border-color: #ADADAD;
    border-radius: 8px 8px 8px 8px;
    -webkit-appearance: none;
    margin-left: -3px;
}
select, input[type=text], input[type=date], input[type=email] {
    border-radius: 8px 8px 8px 8px !important;
}

.required-border {
    border-color: red !important;
}

.loader {
    color: #ffffff;
    font-size: 45px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    transform: translateZ(0);
    animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}

@keyframes mltShdSpin {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes round {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.fa-check {
    font-size: 16px;
}

.greybg {
    color: #B8B8B8;
}

#success {
    display: none;
}

.success {
    color: #2BBB53;
}
.fa-user, .fa-map-marker, .fa-briefcase {
    margin-top: 5px;
}
.info-icon {
    padding-top: 4px;
    color: #91c63c;
    padding-left: 5px;
    cursor: pointer;
}

i{
    padding-left:3px;
}
[data-tooltip] {
    position: relative; /* Ensure the parent element is positioned for the tooltip */
}

    [data-tooltip]::after {
        border-radius: 8px;
        content: attr(data-tooltip);
        position: absolute;
        padding: .25em;
        background-color: #91c63c;
        font-size: 14px;
        color: white;
        line-height: 1.5;
        font-family: "Roboto", Sans-serif;
        font-weight: var(--e-global-typography-text-font-weight);
        z-index: 1000;
        width: 250px;
        bottom: 100%; /* Position above the element */
        left: 50%; /* Center horizontally */
        transform: translateX(-50%) translateY(0); /* Starting position */
        opacity: 0; /* Initial hidden state */
        visibility: hidden; /* Hide the tooltip */
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s; /* Smooth animation */
        pointer-events: none; /* Prevent interaction with the tooltip */
    }

    [data-tooltip]:hover::after {
        opacity: 1; /* Fade in */
        visibility: visible; /* Make tooltip visible */
        transform: translateX(-50%) translateY(10);
    }

/* Custom modal styling */
.custom-modal-content {
    background-color: #f9f9f9; /* Light background color */
    border-radius: 15px; /* Rounded corners */
    padding: 20px; /* Padding around content */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
}

.custom-loader img {
    width: 80px; /* Resize the loading gif */
    height: auto;
}

.custom-message {
    font-size: 18px; /* Customize the text size */
    font-weight: bold;
    margin-top: 15px; /* Space between image and text */
    color: #555; /* Darker text color */
}

.step-section {
    position: relative; /* This allows for positioning with left/right */
    left: -100%; /* Start from the left (off-screen) */
    opacity: 0; /* Initially invisible */
}

.op-text-color {
    color: #91c63c;
}

.op-h4 {
    font-size: 16px;
}

.graybox {
    display: block;
    padding: 10px 15px 5px;
    margin-bottom: 5px;
    -webkit-border-radius: 10px;
    -mox-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    color: white;
    background: url(../img/bg_graybox.jpg) 0 0 repeat-x;
}

.loanbox {
    background: #e5f4ff url(../img/bg_loanbox.jpg) bottom center no-repeat;
    background-size: 100%;
    border-radius: 10px;
    padding: 10px 15px 5px;
}

.sidebarHeader {
    font-size: 34px;
}

.execphpwidget {
    width: 80%;
}

.modal {
    position: fixed;
    z-index: 999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal content (loader) */
.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    background: transparent;
}

/* Loader spinner */
.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Animation for spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Text below the spinner */
.loading-text {
    font-size: 18px;
    margin-top: 15px;
}

#left-content {
    width: 25%;
}

#rightside {
    width: 75%;
}


input[type="radio"] {
    appearance: none; /* Remove default styling */
    width: 15px; /* Outer size */
    height: 15px; /* Outer size */
    border: 1px solid #91c63c; /* Border color */
    border-radius: 50%; /* Make it circular */
    position: relative; /* For positioning the ::after */
    box-sizing: border-box; /* Ensures padding and border are included in width/height */
    cursor: pointer; /* Change cursor to pointer for better UX */
}

.radio-group {
    display: flex;
    gap: 1rem; /* Spacing between radio options */
}

.radio-option {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.radio-input {
    margin-right: 0.5rem; /* Space between radio button and text */
}

/* Checked state */
input[type="radio"]:checked {
    border-color: #deeec5; /* Change border color when checked */
}

    /* Inner dot styling when checked */
    input[type="radio"]:checked::after {
        content: '';
        position: absolute; /* Positioning relative to the radio button */
        width: 8px; /* Inner dot size */
        height: 8px; /* Inner dot size */
        background-color: #91c63c; /* Inner dot color */
        border-radius: 50%; /* Make the inner dot circular */
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Center using translate */
    }

input::placeholder {
    color: #858585;
}

/* Optional: Add specific styles when input is focused */
input:focus::placeholder {
    color: #858585;
    font-family: Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 14px;
}
span{
    margin-left:4px;
    display: flex;
}
.exceptional-span {
    margin-left: 0px !important;
}
.exceptional-label{
    margin-top:2px !important;
}

.expandable-content {
    width: 100%;
    position: relative;
}

.line-clamp {
    position: relative;
}


#termsText, #termsText2 {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: 4px !important;
}
.hidden-important {
    display: none !important;
}

.hint {
    color: #33B247;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    opacity: 0;
}
.lite-date {
    border-radius: 8px 0px 0px 8px !important;
}
.input-group label {
    border-radius: 0px 8px 8px 0px;
}