#content{
    background-color: #f0f0f0;
}

.alert{
    border-radius: 16px;
}
.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-attachment {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 10px 20px 10px 20px;
}


.pnl-info{
    color: #6b2918;
    font-weight: 500;
}

.btn-submit{
    font-size: 14pt;
    width: 200px;
    line-height: 35px;
    font-weight: 500;
}

.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;
}

.pnl-attachment{
    width: 100%;
    height: 500px;
    padding: 20px;
}

.pnl-attachment .line{
    border: 1px dashed #d5d5d5;
    height:100%;
    width:100%;
    border-radius: 8px;
}

.pnl-attachment .line img{
    opacity: 0.5;
}
.pnl-attachment .line button{
    font-size: 13pt;
    line-height: 35px;
}

.upload-file-name{
    font-size: 12pt;
    color: #6b2918;
    font-weight: 500;
    border-radius: 16px;
    margin: 5px 15px;
    background-color: rgb(236, 253, 233);
    color: rgb(12, 163, 108);
    border: 1px solid rgba(12, 163, 108, 0.02);
}