/* #progress-wrp {
	border: 1px solid #0099cc;
	padding: 1px;
	position: relative;
	height: 30px;
	border-radius: 3px;
	margin: 10px;
	text-align: left;
	background: #fff;
	box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}

#progress-wrp .progress-bar {
	height: 100%;
	border-radius: 3px;
	background-color: #f39ac7;
	width: 0;
	box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

#progress-wrp .status {
	top: 3px;
	left: 50%;
	position: absolute;
	display: inline-block;
	color: #000000;
} */

/* 
input#userImage{
    display:none;
  } */
html {
    font-size: 14px;
}

body {
	font-size: 0.8em !important;
}


table.dataTable {
	font-size: 12px;
}

table.dataTable th,
table.dataTable td {
	padding: 10px 6px;
}

/* Custom Rounded Utility */
.rounded-4 {
    border-radius: 1rem !important;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767.98px) {
    .card {
        border-radius: 1.2rem !important;
    }
}




.avatar-title-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.bg-indigo { background-color: #5156be !important; color: #fff !important; }
.bg-emerald { background-color: #2ab57d !important; color: #fff !important; }
.bg-amber { background-color: #ffbf53 !important; color: #fff !important; }
.bg-crimson { background-color: #fd625e !important; color: #fff !important; }

.card-title-custom {
    font-weight: 700;
    color: #495057;
}

.stats-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #adb5bd;
}