@import
	url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Playball&display=swap')
	;

* {
	box-sizing: border-box;
	font-family: "Outfit", sans-serif;
}

ul {
	list-style: none;
	padding-left: 0px;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
}

p {
	font-size: 16px;
	color: #454545;
}

h6 {
	font-size: 16px;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-weight: 700;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}

a {
	text-decoration: none;
	color: #0d6efd;
	font-size: 14px;
}

a:hover {
	color: #0d6efd !important;
	text-decoration: underline;
}

a i {
	color: #0d6efd !important;
}

.mainBtn {
	background: #dc3545;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.btn-blue{
	background: #348486;
    border: none;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 5px;
    color: white;
    text-align: center;
}

.btn-blue:hover{
	background:#2a6163;
    color: white !important;
    text-decoration: none;
    
}

.card{
	box-shadow: 0 8px 18px 6px rgba(0, 0, 0, 0.06) !important;
}

.mainBtn:hover {
	background: #2f135d;
	border: none;
	color: #fff !important;
	 padding: 5px 10px;
    border-radius: 5px;
	text-decoration: none;
}

.mainBtn:active {
	background: linear-gradient(90deg, #E76503 0%, #F8CA1F 100%);
	border: none !important;
	color: #fff !important;
	text-decoration: none;
}

.dashboard-main {
	margin-left: 190px;
	min-height: 100vh;
	overflow-y:auto;
}

.header-main {
	width: 100%;
	background-color: #fff;
	/* background: linear-gradient(90deg, #3484D9 0%, #0AC3F8 100%); */
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
}

.form-control-dark {
	border-color: var(--bs-gray);
}

.form-control-dark:focus {
	border-color: #fff;
	box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
	font-size: 85%;
}

.dropdown-toggle:not(:focus) {
	outline: 0;
}

.card {
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid #ededed;
	border-radius: 14px;
	position: relative;
}

.icon.icon-shape {
	/* background: linear-gradient(90deg, #3484D9 0%, #0AC3F8 100%); */
	background: #ffffff73;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidenav-toggler-inner {
	width: 18px;
}

.sidenav-toggler-inner .sidenav-toggler-line {
	transition: all 0.15s ease;
	background: #67748e;
	border-radius: 0.125rem;
	position: relative;
	display: block;
	height: 2px;
}

.sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
	margin-bottom: 3px;
}

.sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
	margin-bottom: 3px;
}

.iconSidenav {
	display: none;
}

.sidebar-inner {
	position: relative;
}

.table-style table thead th {
	background-color: #f5f5f5;
}

.table-style table thead tr th:first-child, .table-style table tbody tr td:first-child
	{
	max-width: 100px;
	min-width: 100px;
	text-align: left;
	width: 100px;
}

.dt-layout-row {
	padding: 0px 15px;
}

.dt-layout-row.dt-layout-table {
	padding: 0px;
}

.dt-length label {
	margin-left: 10px !important;
}

.dt-layout-table .table-responsive {
	max-height: 71vh;
	overflow-y: auto;
	position: relative;
}

.dt-layout-table table thead tr {
	background-color: #495969;
}

.dt-layout-table table thead tr th {
	background-color: transparent;
	color: #fff;
}

.card-header {
	border-radius: 14px 14px 0px 0px !important;
	border-bottom: 1px solid #e7e7e7;
}

.logo-img {
	width: 100px;
}

.captcha-img {
	position: absolute;
	width: 100px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.loginInputEye {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}

.login-main {
	height: 100vh;
	overflow: hidden;
	background-color: #f7f7f7;
}

.card-footer {
	border-top: none;
}

.lable-control {
	font-size: 14px;
	margin-bottom: 2px;
	font-weight: 600;
}

.input-control {
	height: 44px;
}

.input-control:focus {
	box-shadow: 0 0 0 .15rem rgb(202 98 218/ 19%);
	border-color: #e2b9e9;
}

.lang-dropdown:focus {
	box-shadow: none;
}

.lang-dropdown {
	padding: 10px 30px 10px 10px;
}

.logout-btn {
	background-color: #ffffff9f;
	border-radius: 6px;
	padding: 6px 10px;
	box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.06);
	border: 1px solid #e7e7e7;
}

.logout-btn:hover {
	background-color: #fff;
}

.active>.page-link, .page-link.active {
	background-color: #B7410F;
	border-color: #B7410F;
}

.page-link {
	color: #B7410F;
}

.page-link:hover {
	color: #B7410F;
}

.page-link:focus {
	box-shadow: 0 0 0 .15rem rgb(202 98 218/ 19%);
	color: #B7410F;
}

.db-right-img {
	/* background: radial-gradient(132.3% 99.88% at 27.8% 30.98%, #2A457F 0%, #1869B7 100%); */
	
}

.int-img {
	width: 400px;
}

.db-right-img {
	height: 80vh;
}

.db-right-cntnt {
	padding: 10px;
}

.db-right-cntnt img {
	width: 100px;
	background-color: #fff;
	border-radius: 8px;
}

.db-left-form {
	background-color: #fff;
	border: 1px solid #e7e7e7;
	box-shadow: 0 2px 4px 0px rgba(62, 19, 182, 0.10);
	border-radius: 8px;
}

.db-left-form form {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 10px;
}

input[type=file] {
	width: 300px;
	max-width: 100%;
	color: #444;
	padding: .05rem .75rem;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #dee2e6;
}

input[type=text], input[type=date], select {
	height: 44px;
	color: #795c5f !important;
	font-weight: 400 !important;
}

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: #fff;
	font-weight: 800;
	font-size: 14px;
	padding: 5px 20px;
	border-radius: 8px;
	color: #192d58;
	cursor: pointer;
	transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
	text-decoration: underline;
}

.form-check-input{
	border: 2px solid black;
	cursor: pointer;
}

.page-heading {
	text-align: center !important;
}

@media ( max-width : 1199px) {
	.sidebar-main.show-sidenav {
		display: block;
		z-index: 9999;
	}
	.iconSidenav {
		display: block;
		position: absolute;
		right: 20px;
	}
	.iconSidenav {
		font-size: 20px;
		color: #fff;
	}
	.sidebar-main {
		display: none;
	}
	.dashboard-main {
		margin-left: 0px;
	}
	.dashboard-main {
		height: 100%;
		overflow-y: auto;
		padding-top: 50px;
	}
	.header-main {
		position: fixed;
		top: 0px;
		z-index: 9999;
	}
}

@media ( max-width : 991px) {
	.db-left-form form .mainBtn {
		margin-top: 10px;
	}
}

@media ( max-width : 480px) {
	h5 {
		font-size: 16px
	}
}
/* new CSS */
.form-preview li span:first-child {
	min-width: 150px;
}

.form-preview li span:last-child {
	min-width: 220px;
}

footer {
	position: fixed;
	bottom: 0px;
	width: 86%;
	right: 0px;
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0px;
}

/* new CSS */