@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
	color: #464646;
	font-family: "Poppins", sans-serif!important;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
}
.font-inter{
	font-family: "Inter", sans-serif;
}
.font-Montserrat{
	font-family: "Montserrat", sans-serif;
}
.font-jameel{
	font-family: Jameel Noori Nastaleeq;
}
.fw-400{
	font-weight: 400;
}
.fw-500{
	font-weight: 500;
}
.fw-600{
	font-weight: 600;
}
.h-40{
	height: 40px!important;
}
.bg-red,
.bg-red:hover,
.bg-red:focus,
.bg-red:active,
.bg-red:focus-visible {
    background: #B74444!important;
}
.bg-green,
.bg-green:hover,
.bg-green:focus,
.bg-green:active,
.bg-green:focus-visible {
    background: #31A55C!important;
}

.bg-blue,.bg-blue:hover,.bg-blue:focus{
	background-color: #307BF6;
}
.btn-green,.btn-green:hover,.btn-green:focus,.btn-green:focus-visible,.btn-green:active{
	background-color: #2FA15D!important;
}
.form-control,.form-select{
	height: 41px;
	border-radius: 10px;
}
label{
	font-weight: 400;
	margin-bottom: 5px;
	color: #333333;
}
.text-blue{
	color: #339EDA;
}
.text-green{
	color: #25BA3F;
}
.text-light-dark{
	color: #696F79;
}
.text-gray{
	color: #888888;
}

.text-red{
	color: #B74444 !important;
}
.rounded-10{
	border-radius: 10px!important;
}
.rounded-20{
	border-radius: 20px!important;
}
.btn-lh{
	line-height: 1.8!important;
}
.btn {
    border-radius: 10px;
    height: 48px;
    line-height: 2.25;
}
.mini-container{
	width: 100%;
	max-width: 50%;
	margin: auto;
}

.form-check-input:checked {
    background-color: #B74444;
    border-color: #B74444;
}
.comment-box{
	height: 120px;
}
.data-table thead th {
    white-space: normal !important; /* allow wrapping */
    word-wrap: break-word;
    overflow: visible !important; /* prevent ellipsis */
    text-overflow: unset !important;
}

.text-orange { color: #fd7e14 !important; }
.text-yellow { color: #ffc107 !important; }
.text-purple { color: #6f42c1 !important; }
.text-teal { color: #20c997 !important; }
