/* .bgnavbar => #de342f */
/* bgheader => #fff8c6ab */
/* fontnavbarhover or active => #fff */
.nav-link .fa 
{
    width: 23px;
    text-align: center;
}
.sidebar,
.main-sidebar
{
    background-color: #de342f !important;
}

.sidebar,
.sidebar .nav-link a
{
    color: #e8c6ab;
}

.sidebar,
.sidebar .nav-link p
{
    color: #e8c6ab;
}

.sidebar,
.sidebar .nav-link i
{
    color: #e8c6ab;
}

.sidebar,
.sidebar .nav-link.active i
{
    color: #fff;
}

.nav-treeview > .nav-item > .nav-link.active, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover, [class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus {
    color: #fff !important;
    background: transparent !important;
}

.sidebar,
.sidebar .nav-link.active p
{
    color: #fff;
}
/* Header */
.main-header
{
    background-color: #fff !important;
}
/* Styling untuk <a> di dalam .navbar-nav > .nav-item */
.navbar-nav .nav-item > a 
{
    display: flex; /* Menyesuaikan isi elemen */
    align-items: center; /* Pusatkan vertikal */
    justify-content: center; /* Pusatkan horizontal */
    padding: 10px 15px; /* Jarak dalam elemen */
    font-size: 14px; /* Ukuran font */
    font-weight: 600; /* Ketebalan font */
    text-transform: uppercase; /* Ubah teks jadi huruf besar */
    color: #de342f !important; /* Warna teks */
    border-radius: 5px; /* Buat sudut melengkung */
    transition: all 0.3s ease-in-out; /* Efek transisi */
    text-decoration: none; /* Hilangkan garis bawah */
}

.navbar-nav .nav-item .dropdown > a 
{
    display: flex; /* Menyesuaikan isi elemen */
    align-items: center; /* Pusatkan vertikal */
    justify-content: center; /* Pusatkan horizontal */
    padding: 10px 15px; /* Jarak dalam elemen */
    font-size: 14px; /* Ukuran font */
    font-weight: 600; /* Ketebalan font */
    text-transform: uppercase; /* Ubah teks jadi huruf besar */
    color: #de342f !important; /* Warna teks */
    border-radius: 5px; /* Buat sudut melengkung */
    transition: all 0.3s ease-in-out; /* Efek transisi */
    text-decoration: none; /* Hilangkan garis bawah */
}

/* Efek Hover */
.navbar-nav .nav-item > a:hover {
    color: #fff !important;
    background-color: #bc2c27 !important;
    border-color: #581f1f !important;
    transform: scale(1.05); /* Sedikit membesar */
}

/* Efek Active */
.navbar-nav .nav-item > a.active {
    background-color: #bc2c27 !important;
    border-color: #581f1f !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); /* Tambahkan shadow */
}

/* Responsif untuk layar kecil */
@media (max-width: 768px) {
    .navbar-nav .nav-item > a {
        font-size: 12px;
        padding: 8px 12px;
    }
}
/* End Header */
.nav-item 
{
    color: #1a0e05;
}

.nav-item:hover
{
    color: #210505 !important;
}

.bgnavbar 
{
    background-color: #de342f !important;
}

.btn-primary {
  color: #fff !important;
  background-color: #de342f !important;
  border-color: #de342f !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active 
{
    color: #fff !important;
    background-color: #bc2c27 !important;
    border-color: #581f1f !important;
}

a 
{
    color: #de342f;
}

a:hover 
{
    color: #bc2c27;
}

.text-teal 
{
    color: #de342f !important;
}

.text-teal:hover
{
    color: #bc2c27 !important;
}

.text-primary 
{
    color: #de342f !important;
}

a.text-primary:hover, a.text-primary:focus
{
    color: #fff !important;
}

.btn-default 
{
    color: #de342f !important;
    /* background-color: #de342f !important; */
}
.btn-default:hover 
{
    color: #fff !important;
    background-color: #bc2c27 !important;
    border-color: #581f1f !important;
}
  .btn-outline-primary {
    color: #de342f !important;
    border-color: #de342f !important;
  }
  
  .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #bc2c27 !important;
    border-color: #581f1f !important;
  }
.btn-primary:hover {
  color: #fff !important;
  background-color: #bc2c27 !important;
  border-color: #581f1f !important;
}

.card-primary.card-outline
{
    border-top: 0px solid #de342f !important;
}

.alert-success 
{
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
}

.brand-link.logo-switch
{
    border-bottom: none !important;
}
