* {

    box-sizing: border-box;

    margin: 0;

    padding: 0;

}



ul,

ol {

    list-style: none;

    margin: 0;

    padding: 0;

}



img {

    max-width: 100%;

}



body {

    font-family: "Be Vietnam Pro", sans-serif;

    font-size: 16px;

    line-height: 28px;

    color: #505050;

    background-image: url(../img/site-bg.webp);

    background-repeat: no-repeat;

    background-position: center;

    background-attachment: fixed;

    background-size: cover;

    position: relative;

}



.footer {

    width: 100%;

    color: #fff;

    background: rgb(0 0 0 / 60%);

    padding: 1rem 0;

}



.form-box,

.invoice-box {

    box-shadow: 0px 2px 10px -5px rgb(0 0 0 / 38%);

    background-color: #ffffff;

}



.form-box h2,

.form-box h2,

.invoice-box h2 {

    font-size: 24px;

    text-align: center;

    margin: 0 0 20px;

    border-bottom: 1px solid rgb(0 0 0 / 6%);

    padding: 1em;

    color: #ffffff;

    background: #3e4094;

}



.form-box h3 {

    font-size: 18px;

    color: #a92c50;

}



.form-box h4 {

    font-size: 18px;

    line-height: 28px;

    background: #ffcf1c;

    color: #000;

    padding: 0.8rem 1.5rem;

}



.form-box h4 span {

    display: block;

    font-size: 14px;

    background: #ffe891;

}



.form-box li {

    margin-bottom: 1rem;

}



.form-box tr h3 {

    font-size: 22px;

    color: #a92c50;

    line-height: 32px;

    background: #ffcf1c;

    margin: 0;

    text-align: center;

    padding: 10px;

}



.form-check-input {

    width: 20px;

    height: 20px;

    vertical-align: text-bottom;

}



.form-box .form-control {

    border: 1px solid #dadada;

    border-radius: 8px;

}



label {

    color: #646464;

}



label.error,

.mendetary {

    color: #f00;

    font-size: 12px;

}



.add {

    width: 25px;

    height: 25px;

    border-radius: 5px;

    font-size: 12px;

    line-height: 22px;

    color: #109d15;

    font-weight: normal;

    border: 2px solid #109d15;

    background: #fff;

}



.delete {

    width: 25px;

    height: 25px;

    border-radius: 5px;

    font-size: 12px;

    line-height: 22px;

    color: #f00;

    font-weight: normal;

    border: 2px solid #f00;

    background: #fff;

}



.instructions h3 {

    color: #f00;

}



.instructions ol {

    padding-left: 1rem;

    list-style: decimal;

}



.instructions ol li {

    padding: 0.4rem 0;

    font-size: 14px;

    line-height: 22px;

}