.text-danger{
  color:var(--destructive)
}
.flash { 
    padding: 12px; 
    margin-bottom: 20px; 
    border-radius: 8px; 
    font-size: 0.95em;
    font-weight: 500;
}
.flash.success { 
    background-color: #d4edda; 
    color: #155724; 
    border: 1px solid #c3e6cb; 
}
.flash.danger, .flash.destructive { 
    background-color: #f8d7da; 
    color: #721c24; 
    border: 1px solid #f5c6cb; 
}
.flash.warning { 
    background-color: #fff3cd; 
    color: #856404; 
    border: 1px solid #ffeeba; 
}
.flash.info { 
    background-color: #d1ecf1; 
    color: #0c5460; 
    border: 1px solid #bee5eb; 
}
.icon-picker{
    cursor: pointer;
}

 /* Style the list */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
} 

.btn-menu-app{
    justify-content: left !important;
}


.kt-table thead th{
    background-color: var(--color-blue-50);
    font-weight: bold;
    border-bottom: solid 2px var(--color-blue-500);
}
.kt-table tbody td{
    border: solid 1px var(--color-blue-100);
}

.kt-table-striped > tbody > tr:nth-child(even) {
  background-color:var(--color-blue-50); /* Warna latar belakang untuk baris genap */
}

.rounded-t-none {
    border-top-left-radius:0;
    border-top-right-radius:0
}

/* select2 */
.select2-container {
    font-size: .8125rem;
    width: 100% !important;
}
.select2-selection {
    padding-left: 5px;
    width: 100% !important;
    height: calc(var(--spacing)*8) !important;
    border-color: var(--input);
}

.kt-menu-item.here_top>.kt-menu-link  {
    background-color: var(--color-blue-100);
}

.kt-modal-header{
    background-color:var(--color-blue-50);
    border-radius: calc(var(--radius) + 4px) calc(var(--radius) + 4px) 0 0;
    border-color: var(--color-blue-500);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.d-none{
    display:none !important;
}