.supplier-violation-reporting .content-box{
    padding: 120px 0 50px 0;
}

.supplier-violation-reporting .title {
    font-size: 28px;
    color: #333333;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
}

.supplier-violation-reporting .required-tips {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}

.supplier-violation-reporting .title-splitor {
    height: 10px;
    margin-top: 20px;
    background: #F4F5F6;
}

.supplier-violation-reporting .sub-title {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
}

.supplier-violation-reporting .sub-title-splitor {
    margin-top: 16px;
    margin-bottom: 30px;
    height: 3px;
    transform: scaleY(-1);
    background: #F4F5F6;
}

.supplier-violation-reporting .row + .row {
    margin-top: 30px;
}

.supplier-violation-reporting .label-com {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 600;
}

.supplier-violation-reporting .input-com {
    width: 400px;
    height: 46px;
    max-width: 100%;
    padding-left: 11px;
    padding-right: 11px;
    border: 1px solid #CCCCCC;
    outline: none;
}

.supplier-violation-reporting .input-com.hasError,
.supplier-violation-reporting .textarea-com.hasError {
    border-bottom: 1px solid #c82d31;
}

.supplier-violation-reporting .textarea-com {
    width: 82%;
    height: 160px;
    padding: 11px;
    border: 1px solid #CCCCCC;
    outline: none;
}

.supplier-violation-reporting .button-com {
    width: 160px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    border: 2px #979181 solid;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #979181;
    cursor: pointer;
    margin: 20px 0;
    font-family: Conv_Whitney-Semibld-Pro,sans-serif,NotoSansSC-Black,"Microsoft jhenghei";
}

.supplier-violation-reporting .button-com:hover {
    background: #979181;
    border-color: #979181;
    color: #fff;
}

.supplier-violation-reporting .button-com:active,.supplier-violation-reporting .button-com:focus {
    outline: 0;
    color: #fff;
    background-color: #726e61;
    border: 2px #726e61 solid;
}

.supplier-violation-reporting .error-msg {
    height: auto;
    min-height: 24px;
    color: #c82d31;
    height: 20px;
    line-height: 22px;
}

.supplier-violation-reporting .success-message {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
}

.supplier-violation-reporting .success-button {
    margin: 0 auto;
    margin-top: 30px;
}

.supplier-violation-reporting .col-md-2 {
    position: unset;
}

@media (max-width: 1024px){
    .col:last-child  {
        margin-top: 20px;
    }
    & .row + .row {
        margin-top: 20px;
    }
    .button-com {
        margin: 20px auto;
    }
}
@media screen and (max-width: 1024px) {
    .supplier-violation-reporting .content-box{
        padding: 30px 0 30px 0;
    }
    .supplier-violation-reporting .tablet-footer-menu footer h3 {
        position: static;
        display: flex;
        justify-content: space-between;
        
    }
    .supplier-violation-reporting .tablet-footer-menu footer h3::before {
        display: none;
    }
    .supplier-violation-reporting .tablet-footer-menu footer h3::after {
        color: #fff;
        font-size: 20px;
        content: "\f107";
        font-family: fontawesome;
        transition: ease-out .3s;
    }
    .supplier-violation-reporting .textarea-com {
        width: 100%;
    }
    .supplier-violation-reporting .button-container {
        display: flex;
        justify-content: center;
    }
}
