.skin-blue .sidebar-menu > li > .treeview-menu {
    padding-left: 24px;
}

.no-margin {
    margin: 0px;
}

.star {
    color: red;
    font-size: 12px;
}

.sub-table th {
    background-color: #e5e5e5;
    color: #222;
}

.mt {
    margin-top: 1.7em;
}

.scrollable-table-container {
    max-height: 600px; /* Adjust the height as needed */
    overflow-y: auto;
}
.form-controls {
    margin-top: 5px;
    margin-bottom: 5px;
}
