/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
	--primary : #674AA2;
	--primary-2 : #431899;
	--text-success-light : #00C805;
	--text-success-dark : #0D4E0B;
    --bg-success-light : #CCF4CD;
}

a {
	color: initial;
}

.icon {
	height: 50px;
}

.nav-item:hover .nav-link.active {
	/* color: #fff !important; */
}

.text-primary {
	color: var(--primary) !important;
}

.text-primary:hover {
	color: var(--primary-2) !important;
}

a .text-primary {
	color: var(--primary-2) !important;
}

.btn-primary {
    background: var(--primary) !important;
    color: #fff !important;
	border-radius: 6px !important;
    border: 1px solid var(--primary);
    outline: none !important;
}

.form-control:focus {
    box-shadow: none !important;
    /* border: 2px solid var(--primary) !important; */
}

.btn-primary:active {
	background: var(--primary-2) !important;
	color: #fff !important;
}

.btn-primary:hover {
    background: var(--primary-2) !important;
    color: #fff !important;
    border: 1px solid var(--primary-2);
}

.color-primary {
	color: var(--primary);
}

.bg-success {
    background-color: var(--bg-success-light) !important;
	color: var(--text-success-dark) !important;
}

.badge {
	padding: .5rem 1rem !important;
}

.form-control { 
	border: 2px solid #ddd;
}

.fs-9 {
	font-size: 8px !important;
}

.fs-8 {
	font-size: 9px !important;
}

.fs-10 {
	font-size: 10spx !important;
}

td {
	background-color: #fff	;
}

thead th {
	background: #674AA2 !important;
}

.dtfc-fixed-left  {
	z-index: 999 !important;
}
table thead tr, .row-header {
	color: #fff;
	border-radius: .5rem;
	padding: .5rem 0;
	font-size: 14px;
	font-weight: bold;
	background: #674AA2 !important;
}

table.dataTable {
	border-collapse: collapse !important;
}

.sorted-column {
background-color: #eee; /* Light green background */
}
th {
	padding: .5rem;
}

table td i {
	font-size: 12px;

}
td {
	padding: .5rem .5rem;
}
tbody tr {
	font-size: 12px !important;
	border-bottom: 1px solid #DCDBDB !important;
}

table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after {
	opacity: .5;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after 
{
	opacity: 1;
}

.button-border.button-pink, .button-border.button-light.button-pink {
    color: var(--primary);
    border-color: var(--primary);
}
.button-pink.button-3d:hover, .button-pink.button-reveal:hover, .button-pink.button-border:hover {
    --cnvs-btn-color: var(--primary) !important;
}

.word-break {
	word-wrap: break-word; /* Breaks long words */
	overflow-wrap: break-word;
	white-space: normal; /* Allows wrapping */
}
/* 
th:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

th:last-child {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
} */

* {
	font-family: 'Inter', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif !important;
}

.sub-title {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
}
/* .consolas-font {
	font-family: "Atkinson Hyperlegible Next", serif !important;
	font-optical-sizing: auto;
	font-style: normal;
} */
@font-face {
    font-family: "Consolas";
    src: url("/fonts/consola.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

*:not(th).consolas-font {
    font-family: "Consolas", monospace !important;
    font-optical-sizing: auto;
    font-style: normal;
}

td.consolas-font {
	font-size: 12px;
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
	border-radius: 0;
}

.fs-12 {
	font-size: 12px !important;

}

.lb-anywhere {
	line-break: anywhere;
}

.fs-14 {
	font-size: 14px !important;
}

.header-section {
	margin-top: 0;	
	position: relative;
	/* padding-top: 6rem !important; */
}

.bg-primary {
	background-color: var(--primary) !important;
	color: #fff;
}

.bootstrap-select.w-select {
	border: 2px solid #ddd !important;
	border-radius: .4rem;
}
.dropdown-item.active.selected {
	background: var(--primary) !important;
}

.text-primary {
	color: var(--primary) !important;
}	

.btn.p-default {
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x) !important;
}

.position-sticky {
	top: 5rem;
}

.position-sticky.min-h-75 {
	min-height: 75vh;
	display: flex;
	flex-direction: column;
}
#status-icon {
	height: 125px;
	width: 125px;
	border-radius: 50%;
}
#status-icon i {
	font-size: 7.5rem !important;
}

.form-check-input:checked {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
}
@media screen and (min-width: 992px){
	.header-section {
		margin-top: 0;	
		position: relative;
		/* padding-top: 6rem !important; */
	}
}