/* button */
.btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    padding: 8px;
    border-radius: 12px;
    letter-spacing: 0.01em;
}
.btn-danger {
    border-color: #e43631 !important;
    background: #e43631 !important;
    color: #ffffff !important;
}
.btn-success {
    border-color: #00923f !important;
    background: #00923f !important;
    color: #ffffff !important;
}
.btn-warning {
    border-color: #f39649 !important;
    background: #f39649 !important;
    color: #ffffff !important;
}
.btn-primary {
    border-color: #5C72E8 !important;
    background: #5C72E8 !important;
    color: #ffffff !important;
}
.btn-secondary {
    border-color: #e6e6e6 !important;
    background: #e6e6e6 !important;
    color: #9d9ea2 !important;
}
.btn-outline-primary {
    border-color: #C9D0F7 !important;
    background: #ffffff !important;
    color: #5C72E8 !important;
}
.btn-outline-primary:hover {
    background: #5C72E8 !important;
    color: #ffffff !important;
}
.btn-outline-danger {
    border-color: #eeb4b0 !important;
    background: #ffffff !important;
    color: #cb3a31 !important;
}
.btn-outline-danger:hover {
    background: #fff4f2 !important;
}
.btn-outline-success {
    border-color: #aadbbf !important;
    background: #ffffff !important;
    color: #00923f !important;
}
.btn-outline-success:hover {
    background: #f5fff9 !important;
}
.btn-outline-warning {
    border-color: #fdeac1 !important;
    background: #ffffff !important;
    color: #f8c146 !important;
}
.btn-outline-warning:hover {
    background: #fffcf5 !important;
}

.btn-tambah {
    padding: 8px 21px;
}
.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;
}
.btn-send {
    border-radius: 4px;
    width: 44px;
    height: 44px;
}

@media (max-width: 576px) {
    .btn-tambah {
        width: 100%;
    }
}
