/* navbar styleing */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
@media all and (max-width: 1920px) and (min-width: 992px) {
    .navbar-brand {
        margin-left: 125px;
        margin-bottom: 5px;

    }
}
@media all and (max-width: 1920px) and (min-width: 992px) {
    ul.navbar-nav {
        margin-right: 125px;
        margin-bottom: 5px;

    }
}

.login-button {
    background: transparent;
    border: none !important;
    margin-left: 10px;
    font-size:0;
    height: 5px;
    width: 5px;
}
.login-button:hover {
    background: transparent;
    border: none !important;
    font-size:0;
    height: 5px;
    width: 5px;
}
.button-active {
    background-color: #047857;
    color: white;
    margin-right: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}
.button-active:hover {
    background-color: #047857;
}

.button {
    background-color: #d1d5db;
    color: #374151;
    margin-right: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}
.button:hover {
    background-color: #d1d5db;
    color: darkgray;
}

.form-button {
    background-color: #900030;
    color: white;
    margin-right: 25px;
    margin-bottom: 5px;
    font-weight: bold;
}
.form-button:hover {
    background-color: #900030;
    color: white;
}

body {
    background-color: #e6fff8;
    position: relative;
    min-height: calc(100vh - 146px);
    margin-top: 150px;
    /* margin-bottom: 24px; Add margin to body to prevent content overlap */

}
.main-container {
    display: flex;
    height: 100%;
}
.left-column {
    flex: 3; /* This makes it take twice the space of the right column */
    display: flex;
    flex-direction: column; /* Stack its children vertically */
    margin-left: 125px;
}
.right-column-div {
    flex: 2; /* This takes up one share of the space */
    margin-right: 125px;
    margin-left: 25px;

}
@media (max-width: 1199px) {
    /* 1. Change the main container's flex direction to stack the columns */
    .main-container {
        flex-direction: column;
        height: auto; /* Allow the container to grow taller than the viewport */
    }

    /* 2. Make the right column full width (this happens automatically
       in a flex-direction: column layout, but we remove its flex-grow property) */
    .right-column-div {
       flex-grow: 0; /* Don't allow it to grow */
       min-height: 40vh; /* Give it a specific height so it's not empty */
       margin-right: 25px;
    }
    .left-column {
        margin-right: 25px;
        margin-left: 25px;
    }
}

.sa-base {
    display: flexbox;
    background-color: #f8f9fa;
}
@media all and (max-width: 1920px) and (min-width: 992px) {
    .sa-base-1 {
    display: flexbox;
    background-color: #f8f9fa;
    margin-left: 125px;
    margin-right: 125px;
    border-radius: 15px;
    text-align: justify;
    }
}
@media all and (max-width: 1199px) and (min-width: 375px) {
    .sa-base-1 {
    display: flexbox;
    background-color: #f8f9fa;
    margin-left: 25px;
    margin-right: 25px;
    }
}
.sa-header {
    text-align: center;
    color:#047857
}
.sa-header-2 {
    text-align: center;
    color:black;
    font-weight: 400;
    font-size: large;
}
.sa-form-1 {
    text-align: left;
    color:black;
    font-weight: bold;
    font-size: medium,
}
.sa-input {
    padding-bottom: 2px;
    font-size: small;
    align-self: center;
    align-items: center;
}
.transparent-input {
    background-color: transparent;
    border: none;
    font-weight: bold;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sa-budget, .sa-retire {
    font-size: small;
    width: 100px;
}
.sa-replace {
    font-size: small;
    width: 130px;
}

.btn-secondary{
    background-color: #047857;
    align-items: center;
}

.table-container {
    display: table;
    width: 100%;
}

.table-container p {
    display: none;
    font-size: small;
    width: 100px;
}
.generate-button {
    display: flex;
    margin-bottom: 10px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    margin-top: 10px;
}
.line-break {
    flex-basis: 100%;
    height: 0;
}


p img {
    text-align: center;
}
.lp-main-container {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    /* width: 100vw; */
    padding-bottom: 48px;
}
.lp-body-full {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 730px;
}
@media all and (max-width: 1920px) and (min-width: 730px) {
    .es-landing {
        display: flex;
        background-color: white;
        justify-content: center;
        width: 730px;
    }
}
.lp-header-1 {
    justify-content: center;
}
@media all and (max-width: 1920px) and (min-width: 730px) {
    .lp-header {
        color: #29622d;
        text-shadow: 2px 2px #beccc2;
        font-size: 50px;

    }
}
@media all and (max-width: 1920px) and (min-width: 730px) {
    div.lp-banner {
        background-color: #29622d;
        color: white;
        text-shadow: 2px 2px #225226;
        font-weight: 600;
        height: 30px;
        align-content: center;
        padding-top: 3px;
        width: 730px;
    }
}

    p.lp-banner {
    margin-bottom: 0;
    }
@media all and (max-width: 1920px) and (min-width: 730px) {
    .lp-body {
        width: 730px;
        background-color: white;
    }
}
.lp-body-top {
    display: flex;
    background-color: white;
    min-height: 300px;
    justify-content: center;
    align-items: center;
}
.lp-top-img-div {
    display: flex;
    justify-content: center;
}
.lp-top-image {
    border: 5px;
    border-style: ridge;
    border-color: #29622d;
    border-radius: 50%;
}
.lp-body-lower {
    margin-bottom: 25px;
}
.lp-ll-header {
    color: #29622d;
    font-size: 15pt;
    margin-bottom: 0;
    font-weight: 600;
}
.lp-lr-header {
    color: #29622d;
    font-size: 15pt;
    margin-bottom: 0;
    line-height: 1.1;
    font-weight: 600;
}
.lp-ll-info {
    color: black;
    margin-bottom: 0;
    padding-left: 30px;
}
footer {
    display: flex;
    margin-top: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #29622d;
    color: white;
    font-size: small;
    font-weight: 500 ;
    justify-content: space-between;

}
.ft-div {
    display: flex;
    text-align: center;
    justify-content: space-between;
}
footer p {
    margin-bottom: 0;
}

a.lp-footer {
    margin-left: 50px;
    color: white;
    text-decoration: none !important;
}

@media all and (max-width: 1199px) and (min-width: 375px) {
    a.lp-footer {
        margin-left: 5px;
        color: white;
        text-decoration: none !important;
    }
}
.rp-footer {
    /* padding-right: 50px; */
    margin-right: 50px;

}
@media all and (max-width: 1199px) and (min-width: 375px) {
    .rp-footer {
        /* padding-right: 50px; */
        margin-right: 5px;

    }
}


.sas-header {
    font-size: medium;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.sas-info {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    justify-content: baseline;
}
.covered-image {
    display: none;
}
.initial-hr {
    display: none;
}
.captcha {
    display: flex;
    margin-bottom: 10px;
    margin-top: 15px;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}
.bottom-row {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
}

.success {
    display: flexbox;
    margin-left: 25px;
    margin-right: 25px;
}

.budget-option {
    display: none;
}

.budget-input {
    display: inline-block;
}


.base-container {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    flex-direction: column;
}
.ap-base-container {
    display: block;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-width: 100%;
}

.login {
    text-align: center;
    background-color: white;
    width: 300px;
    min-height: 250px;
}

@media all and (min-width: 1200px) {
    .ar-panel {
        background-color: white;
        min-width: 300px;
        min-height: 250px;
        margin-left: 300px;
        margin-right: 300px;
        padding-bottom: 48px;
    }
}
@media all and (max-width: 1199px) {
    .ar-panel {
        background-color: white;
        min-width: 300px;
        min-height: 250px;
        margin-left: 25px;
        margin-right: 25px;
        padding-bottom: 48px;
    }
}

.user-tag {
    padding-left: 15px;
    text-decoration: none;
    font-weight: 500;
}

.ad-header {
    font-weight: 600;
}
.agree {
    padding-top: 25px;
    margin-left: 50px;
    margin-right: 50px;
}

