body {
    margin: auto;
    background-color: #d5d3d17b;
    width: 98%;
}

.parent {
    display: grid;
    grid-template-columns: 1fr;
    /* grid-template-rows: repeat(7, .3fr); */
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: auto;
    max-width: 900px;
    padding: 0px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(10, 10, 10);
}

#circle {
    display: inline-block;
    margin: 8px;
    max-width: 250px;
}

#acculens-logo {
    max-width: 300px;
}

.col-1 {
    float: left;
    width: 40%;
}

.col-2 {
    float: right;
    width: 60%;
}

.circle-backing {
    display: inline-block;
    background: #363B4E;
    border-radius: 15px;
}

.conf-text {
    font-size: 1.2rem;

}

p {
    font-size: 0.85rem;
    font-weight: 600;
}

.lens-output {
    word-spacing: 15px;
}

h1 {
    margin-top: 42px;
    font-weight: 700;
}

h3 {
    font-size: 0.9rem;
    font-weight: 700;
    text-align: left;
    padding-left: 15%;
}

h4 {
    font-size: 0.8rem;
}

h5 {
    padding-bottom: 6px;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 400;
}

#round-powers {
    font-size: 0.8rem;
    align-self: flex-start;
}

#k-cyl-check {
    color: red;
}

.div1 {

    display: flex;
    background-color: #3b44c7da;
    padding: 5px 20px 5px 20px;
    border-radius: 20px 20px 0 0;
    text-align: center;
}

.div1-2 {

    background-color: #3b44c7da;
    max-height: 40px;
    padding-right: 10px;
    margin: 0;
    text-align: right;
}

.div2 {

    background-color: #9E9A97;
    padding: 15px 20px 10px 20px;

}

#div2-id {
    border-radius: 0;
}

.div3 {

    /* background-color: #3b04b1fc; */
    background-color: #3b44c7da;
    border-radius: 0 0 20px 20px;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px #607EAA inset;
    border-left: 1px #607EAA ridge;
}


#generate {
    display: none;
}

.new-input {
    font-size: 1.2rem;
}

.div4 {

    background-color: #c5c6d0da;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px #607EAA inset;
    border-left: 1px #607EAA ridge;
}

.div5 {

    background-color: #3b44c7da;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px #607EAA inset;
    border-left: 1px #607EAA ridge;

}

.div6 {
    background-color: #c5c6d0da;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px #607EAA inset;
    border-left: 1px #607EAA ridge;

}

.div7 {
    background-color: #3b44c7da;
    padding: 10px 10px;
    text-align: center;
    border-right: 1px #607EAA inset;
    border-left: 1px #607EAA ridge;
    border-radius: 0 0 20px 20px;

}

.input-area {
    display: flex;
}

.input-section {
    display: inline-block;
    margin: 10px;
    vertical-align: middle;
}

input {
    max-width: 55px;
    height: 25px;
    border-radius: 10px;
    font-size: 1.05rem;
}

select {
    max-width: 50px;
    height: 25px;
    margin-right: 10px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button {
    height: 40px;
    width: 110px;
    font-weight: 400;
    border-radius: 15px;
    background-color: #363B4E;
    color: rgb(217, 225, 232);
    margin-left: 20px;

}

button:hover {
    cursor: pointer;
    background-color: #40539c;
    font-style: oblique;
}

button:hover.refresh {
    cursor: pointer;
    background-color: #ec0d54fe;
    font-style: oblique;
}


#acculens-logo {
    width: 300px;
}

.reload-btn {
    display: block;
    margin-left: 75%;
}