﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    line-height: 1.7 !important;
    font-family: "Roboto", Sans-serif !important;
}

.header-section {
    overflow: hidden; 
}

.header img {
    height: 2.8vh; 
    width: auto;
}
.lite-date {
    border-radius: 8px 0px 0px 8px !important;
}
.input-group-addon label {
    border-radius: 0px 8px 8px 0px;
}
p span {
    color: #727272;
}
.month-item-header select{
    width:auto !important;
}
#success {
    display: none;
}

.success {
    color: #2BBB53;
}

#vehicle-table {
    border: 1px solid #d4ddeb;
    padding: 15px;
    border-radius: 8px;
}

th {
    color: #91c63c;
    border-bottom-color: #d4ddeb;
    font-weight: normal;
}

.lexis-table .lexis-row td {
    padding: 3% 2%;
}

.lexis-item {
    font-size: 100%;
    color: #666;
    font-family: -apple-system, system-ui, sans-serif;
}

.header {
    max-width: 77%;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    align-items: center;
}

.apply-body {
    margin-top: 2%;
    width: 80% !important;
}

.icon-list-icon {
    color: #777777;
    transition: color 0.3s;
}

.icon-list-text {
    font-size: 15px;
    font-weight: 400;
    padding-inline-start: 3%;
    color: #858585;
}

.list-unstyled {
    margin-top: 5%;
    margin-bottom: 0;
}

.list-unstyled > li {
    padding-bottom: 5%;
    display: flex;
}

.heading-list {
    background-color: #E6F6FC;
    border-radius: 24px;
    border: solid 1px #D4DDEB;
    padding: 32px 24px;
    margin-bottom: 5%;
}

.sub-heading {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.right-content {
    border-radius: 32px;
    border: solid 1px #D4DDEB;
    padding: 32px 24px;
    margin-bottom: 5%;
}

.page-header-title {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 4%;
}

.page-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    color: var(--Primary-Green, #91C63C);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

#reviews-widget {
    width: 320px;
    height: 340px;
    border: none;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.iframe-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.iframe-container iframe {
    width: 100%;
    max-width: 100%;
    height: 340px;
    border: none;
}    

.step-sections{
    padding-inline: 3%; 
}

.step-title {
    font-size: 20px;
    color: #7A7A7A;
    margin-bottom: 3%;
}

.step-subcontent {
    display: flex;
    margin-bottom: 3%;
}

.data-tooltip{
    cursor: pointer;
    margin-left: 5px;
}

label {
    color: #7A7A7A;
    font-weight: 400 !important;
}

input, select {
    border-radius: 8px !important;
    max-width: 100%;
    font-size: 15px !important;
    width: 100%;
}

select, select > option {
    background-color: white;
    border: 1px solid #ccc !important;
    color: #666 !important;
    font-size: 14px !important;
    font-weight: normal !important;
}

.radio-input {
    margin: 0 !important;
}

input[type="radio"] {
    appearance : none;
    width: 15px; 
    height: 15px; 
    border: 1px solid #91c63c; 
    border-radius: 50%; 
    position: relative; 
    box-sizing: border-box;
    cursor: pointer; 
}

input[type="radio"]:checked {
    border-color: #deeec5; 
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    width: 8px; 
    height: 8px; 
    background-color: #91C63C; 
    border-radius: 50%; 
    top: 50%; 
    left: 50%; 
    transform: translate(-46%, -52%);
}

.radio-group {
    margin-top: 1%;
    display: flex;
    gap: 1rem;
}

.subcontent-right {
    width: 48%;
}

.subcontent-left {
    width: 48%;
    margin-right: auto;
}

.subbtns {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    width: 22px;
    height: 12px;
    position: relative;
    cursor: pointer;
    outline: none !important;
    margin: 1% !important;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #91C63C;
    background: transparent;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #91C63C;
    border-width: 0 2.5px 2.5px 0;
    transform: rotate(45deg);
}

.termsAndConditions, .electronicDisclosure {
    margin-top: 5%;
}

.termsAndConditions a {
    color: #91c63c;
}

.termsAndConditions { 
    font-size: smaller;
}

.electronicDisclosure, .stateDisclosure {
    display: flex;
    align-items: start;
}

.btn {
    white-space: inherit !important;
}

.submitBtn {
    background: #91c63c;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-flex !important;
    min-width: 140px !important;
    padding: 16px 40px !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 115px !important;
    border: 1px solid #91c63c;
    text-decoration: none;
    cursor: pointer;
}

#termsText, #termsText2 {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: 4px !important;
    text-align: justify;
}

.read-more {
    display: block;
    color: #91c63c;
    margin-left: 5%;
    cursor: pointer;
}

.tooltip-inner {
    background-color: #91c63c !important; 
    color: white; 
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    font-weight: normal;
    padding: 10px;
}

.tooltip-arrow {
    border-top-color: #91c63c !important; 
}

@media (max-width: 992px) {
    .list-unstyled {
        margin-top: 2%;
    }

    .list-unstyled > li{
        padding-bottom: 2% !important;
    }
}

@media (max-width: 768px) {
    .body-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .heading-list {
        display: none !important;
    }

    .header {
        flex-wrap: wrap;
        max-width: 90%;
    }

    .header > p {
        text-align: center;
        width: 100%;
        margin-top: 5%;
    }

    .apply-body { 
        width: 100% !important;
    }
}


@media (max-width: 700px) {
    .step-subcontent {
        flex-direction: column;
    }

    .subcontent-left, .subcontent-right, select {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    .radio-group {
        flex-direction: column;
    }
}

@media(min-width: 1300px)
{
    #samecoLabel{
        margin-top:6px;
    }
}