* {
/*     box-sizing: border-box;*/
    padding: 1;
    margin: 1;
    color: #202223;
    font-family: 'Roboto', 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    list-style: none;
    line-height: 1.5em;
}

.mycontainer {
    display: flex;
    justify-content: space-between;
}

/* calculation  */

.stock {
    background-color: #FFFFFF;
    max-width: 500px;
    min-width: 300px;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 5px;

    border: 1px #dddddd solid;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%), 0 3px 5px 0 rgb(0 0 0 / 8%);
}

#stock3, #stock4, #stock5, #stock6, #stock7, #stock8, #stock9, #stock10, #resultbox {
    display: none;
}

.addnew {
    max-width: 700px;
    display: flex;
    justify-content: flex-end;
    margin: 10px auto;
    padding: 5px 10px;

}



.addnew button {
    text-decoration: underline;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #ffffff;
    background-color: #008080;
    padding: 8px 10px;
                font-size: 15px;

}


.close {
    opacity: 0.7;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
}

.close:hover {
    opacity: 1;
    text-decoration: underline;
}

.result {
    /* text-align: center; */
    /* border: 1px solid; */
    border-radius: 5px;
    width: fit-content;
    margin: auto;
    padding: 5px;

}

.resultdata {
    /* font-size: 1.5em; */
    font-weight: 600;
    color: #008080;
    text-align: left;
}

/* calculation  */

.calculator h2 {
    text-decoration: underline;
    padding: 10px 0px;
}

.alert {
    font-size: 14px;
    color: #aa0000;
    text-align: center;
}

li {
    font-size: 14px;
}

.color {
    color: #45B6B7;
}

.underline {
    text-decoration: underline;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

a {
    color: #005eff;
    cursor: pointer;
    word-wrap: break-word;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 10px 0px;
}

.center {
    text-align: center;
    /* justify-content: center; */
    /* align-items: center; */
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
}

.logo a:hover {
    text-decoration: none;
    cursor: pointer;
}

.logo h1 {
    /* color: #202223; */
    font-family: 'Times New Roman', Times, serif;
    /* color: #ffffff; */
    color: #FFFFFF;
}

.logo img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.strong {
    font-weight: 700;
}

.small {
    font-size: 14px;
}

section a {
    text-decoration: underline;
}

.menu a {
    padding: 0px 15px;
    color: #202223;
    cursor: pointer;
     color: #ffffff; 
}

.menu-icon {
    display: none;
}

td {
    padding: 10px 20px;
    border-bottom: 1px solid #aaaaaa;
}

.calculate {
    display: flex;
    justify-content: center;
    align-items: center;
}

.calculate button {
        background-color: rgb(0, 128, 128);
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    padding: 10px 80px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(76, 97, 162, 0.20), 0 6px 6px rgba(76, 97, 162, 0.20);
}

header, .calculation, .content,
footer {

    padding: 0 10%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    background-color: rgb(0, 128, 128);    
    /* background-color: #ffffff; */
    /* background-color: #202223; */
    /* background-color: #F7F7F7; */
}

.calculator{
    width: 100%;
}

.calculator {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    /* background-color: #f5f5f5; */
}

.calculator h2 {
    text-align: center;
}





.bottom {
    position: sticky;
    bottom: -10px;
    margin: 0 auto;
    /* background-color: rebeccapurple; */

}

input, select {
    height: 30px;
    width: 150px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    border: 0.5px solid #202223;
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
}

table {
    width: 100%;
}

.output {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 5px;
    background-color: #ffffff;
    display: none;
}

.output2 {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 10px;
    display: none;
}



span {
    font-weight: 600;
}

.references ul li {
    padding: 10px 1px;
    word-break: break-all;
    list-style: none;
}


#top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 50px;
    cursor: pointer;
    z-index: 100;
}

.content {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}





.sticky {
    position: sticky;
    top: 10px;
}



.references a {
    color: inherit;
}

 footer  
{
     background-color: #008080;

    padding-top: 10px;
}

footer h3, footer p, footer a, .copyright {
    color: #cccccc;
}

.footer-container h3, .footer-links h3 {
    color: #ffffff;
    ;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 14px;

}

.footer-text {
    width: 40%;
    text-align: center;

}

.footer-links {
    text-align: center;

}

.footer-links ul li {
    padding: 5px;
}

.footer-links ul li a {
    padding: 5px;
    font-size: 14px;
    /* color: #202223; */
}

.copyright {
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 768px) {

    header {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo h1 {
        margin-left: 32px;
    }

    .menu-icon {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        top: 0;
        left: 0;
        height: 64px;
        width: 64px;
    }

    .menu-icon span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-bottom: 2px;
        margin-top: 2px;
        background-color: #202223;
        /* background: #ffffff; */
    }

    .mobile-menu {
        position: absolute;
        display: none;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        z-index: 1;
        left: 0;
        right: 0;
        top: 70px;
        padding: 10px;
        background-color: #202223;
    }

    .mobile-menu a {
        padding: 10px;
        color: #ffffff;
    }

    td {
        padding: 5px 0px;
    }

    header, .calculation, footer {
        padding: 0 10px;
    }

     .computer {
        display: none;
    }

  

    .mycontainer {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .calculator {
        width: 100%;
    }

    .content {
        padding: 20px 10px;
    }



    .footer-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .footer-text {
        width: 100%;
        text-align: center;
    }

    #top {
        bottom: 50px;
        right: 30px;
    }

}
