.font_transware {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 12px !important;
    color: #000 !important;

}

.heading_font_transware {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: bold !important;
    color: #000 !important;

}

.font_transware-button {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 14px !important;
    color: white !important;

}

.templatemo-sidebar-transware .templatemo-sidebar-menu-transware>li>a {

    padding: 12px 15px 12px 15px !important;
    font-size: 14px;
    color: #b8c7ce !important;

}

.panel-warning-data>.panel-heading-data {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 14px !important;
}

.view {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 14px !important;
    color: white !important;

}

.panel-success-approved>.panel-heading-approved {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 14px !important;

}

.text-white {
    color: #fff !important;
}

.navbar-header {
    float: left;
    padding: 0 !important;
}

.bg-light {
    background-color: #e5e5f0;
}

/******* dropdown suggession***********/
#suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
    /* Match the width of the input */
    z-index: 1000;
}

.suggestion {
    display: block;
    padding: 8px 12px;
    background-color: #fff;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.suggestion:hover {
    background-color: #f0f0f0;
}

/******* end dropdown suggession***********/

/* ======= Sidebar Toggle ======= */
/* Smooth transition for sidebar */
.templatemo-sidebar {
    transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
}

/* Collapsed sidebar state */
.sidebar-collapsed .templatemo-sidebar {
    width: 0 !important;
    overflow: hidden !important;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
}

/* Smooth transition for content area */
.templatemo-content {
    transition: margin-left 0.3s ease;
}

/* Expand content when sidebar is hidden */
.sidebar-collapsed .templatemo-content {
    margin-left: 0 !important;
}

/* Sidebar toggle button */
#sidebarToggleBtn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 10px;
    margin-right: 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    vertical-align: middle;
}

#sidebarToggleBtn:hover {
    background: rgba(255, 255, 255, 0.15);
}

#sidebarToggleBtn .sidebar-arrow {
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Flip arrow to point right when sidebar is collapsed */
.sidebar-collapsed #sidebarToggleBtn .sidebar-arrow {
    transform: rotate(180deg);
}

/* ======= End Sidebar Toggle ======= */