
/* Default state when sidebar is visible */
.main-content {
    margin-left: 5px; /* Adjust based on sidebar width */
    transition: margin-left 0.3s ease-in-out;
}

/* When sidebar is hidden */
.hidden-sidebar + .main-content {
    margin-left: 0;
    width: 100%;
}

.full-width-content {
    margin-left: 0 !important;
    width: 100%;
}

.td-width
{
width: 196px; 
}
.form-maintain
{
padding: 0px;
margin-top: 0px;
}
.img-width
{
width: 120px;
}
.btn-close
{
	position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 29px;
    padding: 10px;
    background: #D9534F;
    color: #fff;
    opacity: 1;
}
.bold-font
{
	color:white;font-weight:bold;
}
.margin-10
{
margin: 10px;	
}
.width-340
{
	max-width: 340px;
}
.width-200
{
	min-width: 200px;
}
.flex-d
{
	display:flex;
}
.colorc
{
	background:#563d7c;padding:10px;color:#fff;
}
.bottom-10
{
	margin-bottom: 10px;
}