
:root {
    --bs-primary: #E89602;
}

.btn-outline-primary {
    border-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #E89602;
    border-color: #E89602;
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.sidebar-nav ul .sidebar-item.selected>.sidebar-link, .sidebar-nav ul .sidebar-item.selected>.sidebar-link.active, .sidebar-nav ul .sidebar-item>.sidebar-link.active {
    background-color: var(--bs-primary) !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

/* modal-verifikasi */
.modal-verifikasi .modal-dialog, 
.modal-konfirmasi .modal-dialog, 
.modal-tolak .modal-dialog,
.modal-hapus .modal-dialog {
    max-width: 500px;
}

.modal-verifikasi .modal-body,
.modal-konfirmasi .modal-body,
.modal-tolak .modal-body,
.modal-hapus .modal-body
 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.modal-verifikasi .modal-body .btn,
.modal-konfirmasi .modal-body .btn,
.modal-tolak .modal-body .btn,
.modal-hapus .modal-body .btn
{
    width: 80%;
}

.modal-verifikasi .modal-body .wrap-button, 
.modal-konfirmasi .modal-body .wrap-button, 
.modal-tolak .modal-body .wrap-button,
.modal-hapus .modal-body .wrap-button{
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    width: 100%;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.note-toolbar {
    display: flex;
    flex-wrap: wrap;
}

.img-table {
    width: 100px;
}

table.dataTable thead tr th {
    word-wrap: break-word !important;
    word-break: break-all !important;
}

.bg-menunggu {
    background-color: #FFDF8B;
    color: #876612;
}

.bg-dibayar {
    background-color: rgb(153 246 228);
    color: rgb(13 148 136);
}

.bg-dikirim {
    background-color: rgb(165 243 252);
    color: rgb(6 182 212);
}

.bg-sampai {
    background-color: rgb(217 249 157);
    color: rgb(101 163 13);
}

.bg-selesai {
    background-color: rgb(187 247 208);
    color: rgb(22 163 74);
}

.content-bukti {
    min-height: 200px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    font-weight: bold;
}

.nb-login {
    display: inline-block;
    margin-top: .5rem;
    color: black;
    font-size: 12px;
}

.nb-login span {
    color: red;
}

.nb-login a {
    font-weight: bold;
    text-transform: capitalize;
}

.droparea {
    margin: 1rem auto;
    display: flex;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    min-height: 160px;
    border: 4px dashed grey;
    border-radius: 15px;
  }
  
  .droparea i {
    font-size: 3rem;
    flex-grow: 1;
    padding-top: 1rem;
  }
  
  .green-border {
    border-color: green;
  }

  .container-foto {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin: 0px 12px;
  }

  .container-foto-hewan {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin: 0px 12px;
  }

  .wrap-foto-hewan {
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    display: inline-block;
  }

  .wrap-foto-hewan:hover .btn-hapus-gambar {
    bottom: 0px;
  }

  .btn-hapus-gambar {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    z-index: 9999;
  }