.theme-cyan .sidebar-nav .metismenu>li i {
    color: #ec1f24; 
    /* color: #2d3192; */
}
.block-header {
    margin-bottom: 10px;
    margin-top: 25px;
}
.btn-custom {
    color: #fff;
    background-color: #2d3192;
    border-color: #2d3192;
}

.btn-custom:hover {
    color: #fff;
    background-color: #4c50a9;
    border-color: #4c50a9;
}

.btn-custom:not(:disabled):not(.disabled):active, .show>.btn-custom.dropdown-toggle {
    color: #fff;
    background-color: #2d3192;
    border-color: #2d3192;
}

.btn-custom:focus {
    box-shadow: 0 0 0 0.2rem rgba(45, 49, 146, 0.5); /* based on #2d3192 */
    border-color: #1f236e; /* slightly darker for focus state */
}
body {
    font-family: 'Roboto', sans-serif;
}
.table {
    width: 100% !important;
    table-layout: auto !important;
}
table.dataTable thead th {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-shadow: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.model-header-custom{
    background-color: #303493;
}
.table-header{
    background-color: #303493;
    color:#fff;
}
.border-history{
    border-color: #303493 !important;
}
.user-account{
    margin: 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}