.content-container{
    max-width: 55%;
}

.content-container .create-attestation .inputs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
  
.content-container .create-attestation .inputs-wrapper .form-input {
    max-width: 300px;
    width: 100%;
}

.content-container .create-attestation .inputs-wrapper .form-input .input-header {
    font-weight: 700;
    margin-bottom: 8px;
    color: #333333;
    display: block;
}

.input {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border: 0;
    font-size: 16px;
    color: #000;
    padding: 8px 16px;
    width: 100%;
}

.content-container .create-attestation .checkbox-container {
    margin: 24px 0;
}

.create-sheet-section{
    max-width: 885px;
}

.create-sheet-section .sheet-header__wrapper{
    display: flex;
    justify-content: space-between;
}

.form-input{
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    flex: 1 1 100%;
}

.create-sheet-section .sheet-header{
    margin-bottom: 8px;
}

.create-sheet-section .sheet-header__wrapper .form-input{
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 242px;
    width: 100%;
    flex: 1 1 100%;
}

.create-sheet-section .sheet-header__wrapper .form-input input{
    text-align: center;
}

.form-input label{
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.inputs-wrapper{
    display: flex;
    flex-direction: column;
    gap: 8px;
} 

.form-input select, .form-input input{
    flex: 1 1 0%;
    max-height: 60px;
}

.create-sheet .inputs-wrapper:nth-last-child() label{
    width: 100%;
}

.sheet-footer-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.sheet-footer-container .form-input{
    gap: 8px;
    width: 100%;
    flex: 0 1 100%;
}

.sheet-footer-container .form-input label{
    width: fit-content;
    margin: 0;
}

.sheet-footer-container .form-input input, .sheet-footer-container .form-input select{
    text-align: center;
    flex: 0;
    width: fit-content;
}

input[type="checkbox"]{
    flex: 0;
}

.create-mark-section .content-container{
    max-width: 500%;
}


table{
    border-collapse: separate;
    border-spacing: 0 46px;
}
