.label-main {
	font-weight: 700;
	color: #6166a8;
}

.content-wrap {
    padding: 30px 0;
}

.tabs {
    margin: 0px;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #fff !important;
}

.small-text {
	font-size: 12px;
	padding-bottom: 15px;
	color: #999;
	margin-top: -10px;
}

.text, .text p {
	font-size: 13px;
	line-height: 18px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f7f7f7;
    color: var(--bs-table-striped-color);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6166a8;
    --bs-btn-border-color: #6166a8;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6166a8;
    --bs-btn-hover-border-color: #6166a8;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6166a8;
    --bs-btn-active-border-color: #6166a8;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6166a8;
    --bs-btn-disabled-border-color: #6166a8;
}

body, #content { 
	background: linear-gradient(180deg, #014ca1 0, #012f77 100%);
}