:root, [data-color-theme=light] {
    --component-active-bg: #29a47b;
	--link-color: #29a47b;
    --link-hover-color: #078149;
	--body-font-size: 0.8rem;
	--icon-font-size: 1rem;
}

.chand {
	cursor: pointer;
}

span.select2-selection.select2-selection--single {
    min-height: 38px;
}

.bg-yellow{ 
	background-color: rgb(255,200,40)!important;
}

.sidebar-dark {
    --sidebar-bg: #343a40;
}

.navbar-dark {
    --navbar-bg: #343a40;
}

.navbar-brand img {
    height: unset
}

.sidebar-dark .nav-sidebar {
    --nav-link-active-bg: #1ba37a;
	--nav-link-hover-bg: rgb(108 251 208 / 10%);
}

.btn-success {
    --btn-bg: #1ba37a;
}

select.form-select.form-select-sm {
    margin-right: 5px;
}

.table {
    --table-cell-padding-y: 0.5rem;
    --table-cell-padding-x: 0.5rem;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin-bottom: 20px;
}

.select2-container {
    --s2-disabled-bg: var(--gray-200);
}

.form-control {
    --input-disabled-bg: var(--gray-200);
}

.form-control:read-only {
    background-color: var(--gray-200);
}