#content{
    background-color: #f0f0f0;
}


.step1,.pnl-item,.step2,.pnl-info{
    border-radius: 16px;
}

.step1,.step2{
    background-color: rgb(255 255 243);
    color: rgb(163 132 12);
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid rgba(12, 163, 108, 0.22);
}
.step2 span{
    line-height: 40px;
}
.sy-btn-primary{
    color: white!important;
}

.pnl-info,.pnl-item {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px 20px 10px 20px;
}

.pnl-item .row{
    padding-right: 30px;
}

.pnl-info{
    color: #6b2918;
    font-weight: 500;

}
.pnl-item .item{
    margin-top: 15px;
}
.pnl-item .title{
    color: #6b2918;
    font-weight: 500;
}

.btn-add-item{
    border-radius: 20px;
    line-height: 20px;
}

.btn-submit{
    font-size: 14pt;
    width: 200px;
    line-height: 35px;
    font-weight: 500;
    border-radius: 20px;
}

.fa-close{
    margin-left: -5px;
}

.btn-outline-primary{
    border: 1px solid #6b2918;
    color: #6b2918;
    border-radius: 12px;
    outline: none;
}

.btn-outline-primary:hover,.btn-outline-primary:active{
    background-color: #6b2918;
    border: 1px solid #6b2918;
    color: white;
    outline: none;
}

.btn-outline-primary:focus{
    background-color: #6b2918;
    border: 1px solid #6b2918;
    color: white;
    outline: none;
}

.item-delete{
    cursor: pointer;
}

.btn-bom{
    border-radius: 20px;
    line-height: 20px;
    padding: 3px 8px 3px 8px;
    text-decoration: none;
}
.btn-bom:hover{
    text-decoration: none;
}