
.main-area {
	background-color: var(--bg-main);
}


#loadingGifMainScreen {
    position:absolute;
    background-color: #ffffff;
    opacity: .8;
    z-index: 1000 !important;
}

#loadingGifModal {
    position:absolute;
    background-color: #ffffff;
    opacity: .8;
    z-index: 1000 !important;
}

.navbar {
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.navbar-brand .logo {
	height: 40px;
}

.navbar-nav .nav-link {
	color: #6c757d; 
	font-weight: bold;
}

.navbar-nav .nav-link .fas {
	font-size: 1.5rem;
	color: #6c757d; /* Adjusting color to match the grey shade */
}

.navbar-nav.ml-auto .nav-link .fas {
	margin-right: 15px;
}

.no-margin-right .fas {
	margin-right: 0;
}

.sidebar .nav .nav-item {
	padding-top: 8px;
	height: 45px;
	line-height: 1
}

.navbar .dropdown-menu {
	right: 0;
	left: auto;
	font-size: 1rem;
	color: #6c757d; 
	font-weight: bold; 
}

.navbar .nav-item span {
	margin-left: auto;
	margin-right: 10px;
	font-weight: bold;
}

.navbar .nav-item {
	margin-right: 20px;
	font-size: 1.2rem;
	color: #33393e; 
	font-weight: bold; /* Adding bold font style */
}

.navbar .bar-icon {
	margin-right: 25px;
	color: #33393e; 
}

.nav-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
	color: #6c757d; 
	font-weight: bold;
}

.nav-center .logo-customer {
	height: 55px; /* Ensure it matches the height of other logos */
	width: auto;
}

.navbar .dropdown .dropdown-toggle {
	font-size: 1.3rem;
	color: #6c757d; 
	font-weight: bold; 
}

.navbar .dropdown-menu .dropdown-item {
	color: #6c757d; 
	font-weight: bold; 
}

.navbar h1 {
	/* color: #2896E9;*/
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 15px;
}

strong {
	color: #6c757d; 
	font-weight: bold; 
}

.bar-icon-sub {
	width: 30px;
	height: 44px;
	border-right: 1px solid #dee2e6;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: width 0.3s ease;
	color: #33393e;
}

.sidebar {
	width: 100%;
	height: calc(100vh - 60px);
	border-right: 1px solid #dee2e6;
	padding-top: 15px;
	background: linear-gradient(to bottom, #ffffff, #f8f9fa);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: width 0.3s ease;
}

body, html {
    margin: 0;
    padding: 0;
    /* height: 100%; */
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.sidebar .nav-link {
	color: #33393e; /* Gray color for icons */
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	text-decoration: none;
	transition: color 0.3s;
	white-space: nowrap;
}

.sidebar .nav-link .fas {
	margin-right: 10px;
	font-size: 1rem;
	min-width: 200px;
}

.sidebar .nav-link.active {
	background: transparent linear-gradient(235deg, #6C5FFC 0%, #2896E9 100%) no-repeat padding-box;
	box-shadow: 0px 5px 15px #ACB2C1;
	border-radius: 0px 5px 5px 0px;
	color: #f8f9fa;
}

.sidebar .nav-link .icon-text {
	display: inline;
	opacity: 1;
	transition: opacity 0.3s ease;
	margin-left: 15px;
	font-weight: 300;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; 
}

.sidebar:hover .nav-link .icon-text {
	/* display: inline; */
	opacity: 1; 
}

/* Styling for nav links */

.powered-by {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: calc(100vh - 80px);
	align-items: left;
	padding: 15px;
	padding-left: 5px;
	margin-bottom: 10px;
	border-top: 1px solid #dee2e6;
	/* margin-bottom: 50px; */
}

/* Style for the image inside powered-by */
.powered-by img {
	width: 150px; 
	height: auto; /* Maintain aspect ratio */
}

.btn {
	border-radius: 0;
}

.font-bold {
	font-weight: bold !important;
}

.row {
	margin-bottom: 10px;
}

.form-control {
	border-radius: 0 !important;
}

.input-group {
	border-radius: 0 !important;
}

.form-control:focus[readonly]  {
	background-color: #dee2e6;
}

.read-only-input {
	background-color: #dee2e6;
}

.table th {
	background-color: #343a40;
	color: #fff;
}

thead th {
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
}

.table td {
	text-align: center;
	vertical-align: middle;
}

.form-select {
	border-radius: 0 !important;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-check {
	margin-top: 0.4rem;
}

.no-right-padding {
    padding-right: 0px;
}

.no-left-padding {
    padding-left: 0px;
}

.bold-font {
    font-weight: bold;
}

.big-font {
    font-size: 24px;
}

.huge-font {
    font-size: 36px;
}

.no-border {
	border-width: 0;
}

.no-padding {
	padding: 0;
}

.overflow-y-scroll {
	overflow-y: scroll;
}
