
*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#editing {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #f7f7f0;
}

.bg-light{
    background-color: #EAE8E8;
}

a{
    vertical-align: middle;
}

.text-center{
    text-align: center !important;
}

img{
    max-width: 100%;
    vertical-align: middle;
}

.container{
    max-width: 1120px;
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}

.title{
    padding: 3px;
    border: 1px solid #e7d99f;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-bottom: 30px;
}
.title-text{
    background-color: #e7d99f;
    display: block;
    text-align: center;
    padding: 5px 10px;
}

.grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
}
@media only screen and (max-width: 769px) {
    .grid{
        grid-template-columns: 1fr;
    }
}
.thumb-image{
    max-width: 300px;
    max-height: 300px;
    object-fit: contain;
}

.ammount-list{
    padding: 10px;
    border: 1px solid #AFB42B;
}
.ammount-list .grid-4:nth-child(even){
    background-color: #EAE8E8;
}

.grid-4{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-4 strong{
    padding: 7px 15px;
    font-weight: bold;
}
.grid-4 aside{
    padding: 7px 15px;
    align-self: center;
}

.cart-btn{
    display: inline-flex;
    border: 0;
    cursor: pointer;
    height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #CCCCCC;
    color: #3c3f44;
    border-color: #CCCCCC;
    align-items: center;
    border-radius: 30px;
    text-decoration: none;
}
.cart-btn:hover{
    color: #3c3f44;
    border-color: #CCCCCC;
}

.textbox{
    border: 1px solid #000;
    height: 30px;
    padding: 2px 10px;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
}

.textarea{
    border: 1px solid #000;
    height: 30px;
    padding: 10px 10px;
    outline: 0;
    width: 100%;
    border-radius: 5px;
    height: 150px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}

.editable .textbox, .editable .textarea{
    display: none;
}
.editable.selected .textbox, .editable.selected .textarea{
    display: block;
}
.editable.selected .text-value{
    display: none;
}

.card{
    border: 1px solid #e7d99f;
}
.card .card-header{
    padding: 5px 10px;
    background-color: #e7d99f;
    color: #000;
    font-family: "Roboto-regular";
    font-size: 16px;
    font-weight: normal !important;
}
.card .card-body{
    padding: 10px;
    min-height: 150px;
}

.arrow-list dt {
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.2rem;
    text-align: left;
}

.arrow-list dt::before {
    position: absolute;
    left: 0;
    top: 3px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
}

.table-grid .grid-row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
.table-grid .grid-row aside{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.table-grid .grid-row aside{
    padding: 10px 20px;
    border: 1px solid #CCC;
}
.table-grid  .table-grid-header{
    font-weight: bold;
}

.inline-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.inline-list > * {
}
.rounded-icon {
    width: auto;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.rounded-icon img {
    height: 80px;
}

.choose-certification > *{
    position: relative;
}
.choose-certification label{
    display: block;
    border: 2px solid #CCC;
}
.choose-certification input{
    position: absolute;
    left: 0;
    top: 0;
}
.choose-certification input:checked ~ label{
    border-color: #000;
}

.h-100{
    height: 100% !important;
}

.analysis-container .wrapper{
    width: 790px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    position: relative;
    text-align: left;
}
.analysis-logo {
    text-align: center;
    margin-bottom: 20px;
}
.analysis-logo .logo {
    width: 173px;
}
.analysis-title {
    background-color: #e8d89b;
    padding: 10px;
    border: 1px solid #000;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.tab-content table {
    width: 100%;
    border-collapse: collapse;
}
.tab-content table td, .tab-content table th {
    border: 1px solid #000;
    padding: 2px 7px;
}
.tab-content table.a td {
    background-color: #c8d6ab;
}
.tab-content table.a tr td:nth-child(odd) {
    background-color: #b2c275;
    font-weight: 600;
}
.tab-content table.b {
    margin-top: 20px;
}
.tab-content .editable.selected .textbox{
    display: inline;
}
.analysis-footer {
    margin-top: 30px;
    border-top: 1px solid #000;
    padding-top: 15px;
}
