* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #202223;
    font-family: roboto,open sans,helvetica neue,sans-serif;
    list-style: none;
    line-height: 1.5
}

.container {
    display: flex;
    justify-content: space-between;
    margin-top: 5px
}



td {
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 20px;
    min-width: 100px;
    text-align: center;
}



.sc-result-first,.sc-result-second {
    padding: 10px;
    text-align: center
}

.sc-result-first-value,.result-amount {
    color: darkblue;
    font-size: 25px
}

.alert {
    font-size: 14px;
    color: #a00;
    text-align: center
}

li {
    font-size: 14px
}

.color {
    color: green
}

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
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer
}

.logo a:hover {
    text-decoration: none;
    cursor: pointer
}

.strong {
    font-weight: 700
}

.small {
    font-size: small
}

.center {
    display: flex;
    justify-content: center;
    align-items: center
}

section a {
    text-decoration: underline
}

.menu a {
    
    padding: 0 15px;
    color: #202223
}

.menu a:hover {
   text-decoration: none;
}


.menu-icon {
    display: none
}



.calculate {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 20px
}

.calculate button {
    background-color: #000000;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 80px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(76,97,162,.2),0 6px 6px rgba(76,97,162,.2)
}

.calculate button:hover {
    background-color: rgb(50, 1, 53);
}

header,.calculation,.content,.body,footer {
    padding: 0 10%
}

header {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    box-shadow: rgba(0,0,0,.15) 0 .125rem .375rem
}

.calculator {
    width: 100%;
    height: fit-content;
    border: 2px solid rgb(6, 6, 6);
    border-radius: 16px;
    padding: 5px;
    background: rgba(180, 247, 255, 0.19);
    border-radius: 20px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(14.3px);
    -webkit-backdrop-filter: blur(14.3px);

}




.pc {
    width: 728px;
    height: 90px
}

.mobile {
    width: 300px;
    height: 50px;
    display: none
}

.ads,.mobile,.pc {
    border: .5px #ddd solid;
    margin: 10px auto
}

input,select {
    height: 30px;
    width: 200px;
    margin-top: 5px;
    padding: 5px;
    text-align: center;
    border: .5px solid #000000;
    background-color: #fff;
    border-radius: 10px;
    font-size: 16px
}

table {
    width: 100%
    
}

#resultSecondValue2{
    padding: 5px;
    border: 2px solid black;
    border-radius: 10px;
    margin-left: 25%;
    width: 50%;
}

#note{
    text-align: center;
    margin-top: 20px;
    font-style: italic;
    
}

.output {
    border-radius: 5px;
    padding: 5px;
    display: none
}

.output1 {
    padding: 5px;
    display: none
}

.output table td {
    min-width: 50px;
    padding: 1px 5px
}

#conc{
    padding: 5px;
    border: 2px solid black;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

span {
    font-weight: 600
}

.references ul li {
    padding: 10px 1px;
    word-break: break-all;
    list-style: none
}

#top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    z-index: 100
}

.body {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px
}

.content {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between
}

article {
    width: 60%
}



.sticky {
    position: sticky;
    top: 10px
}



#footer {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    margin-top: 50px;
  }
  




#headingtitle{
    text-align: center;
    margin-top: 30px;
    border: 3px solid black;
    border-radius: 10px;
    margin-left: 25%;
    width: 50%;
    padding: 5px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

#aboutdes{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 25%;
    margin-right: 25%;
}

.disclaimerContents{
    margin-top: 20px;
    margin-left: 20%;
    margin-right: 20%;
}
.disclaimerContents p{
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;

}
.disclaimerContents h2{
    font-size: 25px;
}


@media only screen and (max-width: 600px) {
    header {
        position:relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .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;
    }

    .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: #fff;
    }

    

    header,.calculation,.content,.body,footer {
        padding: 0 10px;
    }

    .body {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .calculator {
        width: 100%;
    }

    #mainSection {
        flex-direction: column;
    }


    article {
        width: 100%;
    }
    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .container {
        flex-direction: column;
    }

    .inputtable, .inputtable tbody, .inputtable tr, .inputtable td {
        display: block;
        width: 100%;
    }
    .inputtable td {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 10px;
          text-align: center;
    }
    .inputtable td::before {
        content: attr(data-label);
        width: 100%;
        text-align: center;
        font-weight: bold;
        margin-bottom: 5px;
    }
    .inputtable td:last-child {
        margin-bottom: 10px;
    }

    .inputtable {
        width: 100%;
        border-collapse: collapse;
    }
    .inputtable td {
        padding: 2px;
    }
    
}


