/* button */
.btn{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 12px;
    border-radius: 4px;
}
.btn-danger{
    border-color: #E43631 !important;
    background: #E43631 !important;
    color: #ffffff !important;
}
.btn-success{
    border-color: #5CB85C !important;
    background: #5CB85C !important;
    color: #ffffff !important;
}
.btn-primary{
    border-color: #A22623 !important;
    background: #A22623 !important;
    color: #ffffff !important;
}
.btn-outline-danger{
    border-color: #E43631 !important;
    background: #ffffff !important;
    color: #E43631 !important;
}

.btn-simpan{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-simpan img{
    margin-right: 12px;
}
.btn-cancel, .btn-cancel:hover{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FCEBEA;
    border-color: #FCEBEA;
    color: #A22623;
}
.btn-cancel img{
    margin-right: 12px;
}
.btn-delete{
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-delete img{
    margin-right: 12px;
}