
.for-solver {
    display: flex;
    flex-direction: column;
    width: 49.344%;
    width: 100vw;
    width: 96rem;

    justify-content: center;
    align-items: center;
    padding: 50px 0px 50px 0px;
}

.infocard-solver {
    width:900px;
    width: clamp(21.875rem, 58.5938svw, 56.25rem);
}

.indent-text-17 p {
    padding-left: 2em;
    text-indent:-1.7em;
}

/* ############  FOLLOWING SECTION IS ALREADY BUILT WITHIN STRUCT ################
   ############           PRESENTED HERE ONLY AS NOTICE           ################
   
.infocard-title {
    margin-bottom: 20px;
}

    .infocard-title p {
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        color: var(--ahpapp-navbar-text-color);
    }

.infocard-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background: #ffffff;
    background: #014307;
    background: #0f2401e0;
    background: #0f2401;
    border: 0.5px solid #173602;
    width: 800px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);

}
.infocard-content-explanation {
    width: 100%;
    align-items: center;
    justify-content: center;
}
    .infocard-content-explanation p {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1px;
        color: #ffffff;
        color: #e1f7ce;
        margin: 20px 20px 10px 2px;
    }

   ############################################################################### */


.infocard-content-inputs {
    display: flex;
    flex-direction: column;
    /* width: 100%;
    align-items: center;
    justify-content: center; */
    padding-top: 30px;
    padding-top: clamp(0rem, 1.9531vw, 1.875rem);
    padding-bottom: 20px;
    padding-bottom: clamp(0rem, 1.3021vw, 1.25rem);
}
.infocard-content-outputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}
.infocard-content-outputs .results p {
    font-family: 'Montserrat', sans-serif;
    color: var(--ahpapp-navbar-text-color);
    font-size: 20px;
    font-weight: bold;
}
.infocard-content-inputs-line {
    display: flex;
    flex-direction: row;
    width: 100%;
    line-height: 26px;
    padding: 5px 0px 0px 0px;
    /* width: 100%;
    align-items: center;
    justify-content: center; */
}
.infocard-content-inputs-line-label {
    display: flex;
    flex-direction: row;
    width: 200px;
    margin: 0px 20px 0px 20px;
    /* width: 100%;
    align-items: center;
    justify-content: center; */
}
.infocard-content-inputs-line-field {
    display: flex;
    flex-direction: row;
    width: auto;
    margin: 0px 20px 0px 20px;
    /* width: 100%;
    align-items: center;
    justify-content: center; */
}

    .inp-group {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        /* align-self: center; */
        /* padding-left: 50px;
        padding-bottom: 15px; */
    }

    .inp-dc-infocard {
        background: #ffffff;
        border: 2px solid rgb(65, 143, 23);
        border-radius: 10px;
        width: 600px;
        height: auto;
        padding: 10px 10px 0px 10px; /* top right bottom left */
        box-shadow: 10px 10px 5px 5px rgba(13, 13, 13, 0.3);
    }
        .inp-dc-infocard p {
            margin: 30px 20px;
            font-size: 16px;
        }

        .inp-dc-infocard ul {
            /* list-style-type: circle; */
            list-style-type: "⚙️";
            text-indent: 20px;
            margin-left: 50px;
        }

    input {
        padding: 5px 10px;
        padding-top: clamp(0rem, 0.3255vw, 0.3125rem);
        padding-bottom: clamp(0rem, 0.3255vw, 0.3125rem);
        padding-left: clamp(0rem, 0.6510vw, 0.625rem);
        padding-right: clamp(0rem, 0.6510vw, 0.625rem);
        background: #dddddd;
        border: none;
        /* width: 50%; */
        font-size: 10px;
        text-align: center;
    }

    input:focus {
        outline: 1px solid #efefef;
    }

        .flex {
            display: flex;
            justify-content: space-around;
            gap: 0.5rem;
            margin-bottom: 10px;
        }

        .insert-dc-comp-label,
        .insert-dc-du-comp-label {
            font-family: 'Montserrat', sans-serif;
            color: var(--ahpapp-navbar-text-color);
            font-size: 14px;
        }


            /* .form-element-div {
                    display: grid;
                    padding-left: 20px;
                    padding-bottom: 10px;
                    grid-template-columns: 310px 100px;
                    gap: 2px;
                    background: #ffffff;
                }
                    .checkbox-div {
                        display: flex;
                        padding-left: 20px;
                        flex-direction: row;
                        flex-basis: 85%;
                        line-height: 26px;
                        color: #001510;
                    } */

                    /* .infocard-content-inputs-line-field-slideCheck */
                    .infocard-content-inputs-line-field-slideCheck {
                        width: 65px;
                        height: 20px;
                        background: #333333;
                        /* margin: 2px auto; */
                        position: relative;
                        border-radius: 40px;
                        border: 2px solid #27ae60;
                        /* box-shadow: inset 0px 1px 1px #00000080, 0px 1px 0px #ffffff33; */
                    }
                    .infocard-content-inputs-line-field-slideCheck::after {
                        content: 'OFF';
                        /* color: #ed2d2d; */
                        color: #f1df3c;
                        position: absolute;
                        right: 6px;
                        z-index: 0;
                        font-size: 10px;
                        line-height: 15.7px;
                        /* font: 12px Arial, sans-serif; */
                        font-weight: bold;
                        /* text-shadow: 1px 1px 0px #9c1d1d; */
                    }
                    .infocard-content-inputs-line-field-slideCheck::before {
                        content: 'ON';
                        /* color: #27ae60; */
                        color: #72eb49;
                        position: absolute;
                        left: 9px;
                        z-index: 0;
                        font-size: 10px;
                        line-height: 15.7px;
                        /* font: 12px/26px Arial, sans-serif; */
                        font-weight: bold;
                    }
                    .infocard-content-inputs-line-field-slideCheck label {
                        display: block;
                        width: 28px;
                        height: 16px;
                        cursor: pointer;
                        position: absolute;
                        top: 0px;
                        /* bottom: 0.7px; */
                        left: 0px;
                        z-index: 1;
                        background: #fcfff4;
                        background: linear-gradient(to bottom, #fcfff4 0%, #dfe5d7 40%, #8d918b 100%);
                        border-radius: 48px;
                        transition: all 0.4s ease;
                        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
                    }
                    .infocard-content-inputs-line-field-slideCheck input[type=checkbox] {
                        visibility: hidden;
                    }
                    .infocard-content-inputs-line-field-slideCheck input[type=checkbox]:checked + label {
                        left: 33px;
                    }
                    /* end .infocard-content-inputs-line-field-slideCheck */

    /* SIN USO */
    /* #btn-2 {
        padding-top: 20px;
        padding-bottom: 10px;
    } */


.sidebar-div {
    display: flex;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    flex-shrink: 0;
    /* background-color: #a6f5b4; */
    /* position: absolute; */
    position: fixed;
    /* position:sticky; */
    /* left: 10px; */
    /* margin-left: 10px; */
    top: 60px;
    z-index: 7;
}

@media (max-width: 1000px) {

    .sidebar-div {
        top: 75px;
    }    

}
