:root {
	--main-bg-color: #3b8dc7;
	--second-bg-color: #3c7fb3;
	--main-text-color: #fff;
	--second-text-color: #bbbec5;
	--white-text: #ffffff;
}

.primary-text {
	color: var(--main-text-color);
}

.second-text {
	color: var(--second-text-color);
}

.white-text {
	color: var(--white-text);
}

.primary-bg {
	background-color: var(--main-bg-color);
}

.secondary-bg {
	background-color: var(--second-bg-color);
}
.card-body a, .card-footer a {color:rgb(36, 96, 185) !important; font-size: 14px;}

.rounded-full {
	border-radius: 100%;
}

.btnsearch {
	height: 40px;
	background: #2464b1;
	border: 1px solid #2464b1;
	color: #ffffff;

}

.btnsearch:hover {
	height: 40px;
	background: #3c7fb3;
	border: 1px solid #3c7fb3;
	;
	color: #ffffff;
}
#loading {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

.name_pro{position: absolute; right: 20px; bottom: 10px;}
#sidebar-wrapper.menu_navbar{position: relative;}
.name_pro a{ text-decoration: none; font-size: 16px; font-family: "Lato", sans-serif;}
.name_pro a:hover{ color: #FFF;}
.admin_menu_div{position: relative;}

#wrapper {
	overflow-x: hidden;
	/* background-image: linear-gradient(
        to right,
        #baf3d7,
        #c2f5de,
        #cbf7e4,
        #d4f8ea,
        #ddfaef
    ); */
	background-color: #f8f9fa;
}

.excellbotm{ float: right; position: absolute; right:41px; font-size: 18px; font-weight: 600; }
.excellbotm a{ color:#FFF;}
#sidebar-wrapper {
	min-height: 100vh;
	margin-left: -15rem;
	transition: margin 0.25s ease-out;
}

select {

    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
    background-repeat: no-repeat !important;
    background-position-x: 100% !important;
    background-position-y: 50% !important;
    
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}
select::-ms-expand {
    display: none;
}

#sidebar-wrapper .sidebar-heading {
	padding: 0.875rem 1.25rem;
	font-size: 1.2rem;
	background-color: #4997cf;
	transition: background 0.2s ease-out;
}

#sidebar-wrapper .sidebar-heading:hover {
	background-color: #1084d6;
	cursor: pointer;
}

.sidebar-heading a {
	color: #ffffff;
	text-decoration: none;
}

#sidebar-wrapper .list-group {
	width: 15rem;
}


#page-content-wrapper {
	min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
	margin-left: 0;
}

#menu-toggle {
	cursor: pointer;
}

.list-group-item {
	border: none;
	padding: 16px 30px;
}

.list-group-item.active {
	background-color: var(--second-bg-color);
	border: none;
}

.admin_print_preview{max-width: 760px; text-align:center; margin: 0px auto;}

@media (min-width: 768px) {
	#sidebar-wrapper {
		margin-left: 0;
	}

	#page-content-wrapper {
		min-width: 0;
		width: 100%;
	}

	#wrapper.toggled #sidebar-wrapper {
		margin-left: -15rem;
	}

}

.content {
	padding: 1rem 1rem;
}

.small-box {
	border-radius: 0.25rem;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.small-box>.inner {
	padding: 10px;
}

.small-box>.small-box-footer {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 3px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
}

.small-box>.small-box-footer:hover {
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
}

.small-box h3 {
	font-size: 2.2rem;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0;
	white-space: nowrap;
	color: #fff;
}

@media (min-width: 992px) {

	.col-xl-2 .small-box h3,
	.col-lg-2 .small-box h3,
	.col-md-2 .small-box h3 {
		font-size: 1.6rem;
	}

	.col-xl-3 .small-box h3,
	.col-lg-3 .small-box h3,
	.col-md-3 .small-box h3 {
		font-size: 1.6rem;
	}
}

@media (min-width: 1200px) {

	.col-xl-2 .small-box h3,
	.col-lg-2 .small-box h3,
	.col-md-2 .small-box h3 {
		font-size: 2.2rem;
	}

	.col-xl-3 .small-box h3,
	.col-lg-3 .small-box h3,
	.col-md-3 .small-box h3 {
		font-size: 2.2rem;
	}
}

.small-box p {
	font-size: 1rem;
	color: #ffffff;
}

.small-box p>small {
	color: #f8f9fa;
	display: block;
	font-size: .9rem;
	margin-top: 5px;
}

.small-box h3,
.small-box p {
	z-index: 5;
}

.small-box .icon {
	color: rgba(0, 0, 0, 0.15);
	z-index: 0;
}

.small-box .icon>i {
	font-size: 90px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box .icon>i.fa,
.small-box .icon>i.fas,
.small-box .icon>i.far,
.small-box .icon>i.fab,
.small-box .icon>i.fal,
.small-box .icon>i.fad,
.small-box .icon>i.ion {
	font-size: 70px;
	top: 20px;
}

.small-box .icon svg {
	font-size: 70px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: -webkit-transform 0.3s linear;
	transition: transform 0.3s linear;
	transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.small-box:hover {
	text-decoration: none;
}

.small-box:hover .icon>i,
.small-box:hover .icon>i.fa,
.small-box:hover .icon>i.fas,
.small-box:hover .icon>i.far,
.small-box:hover .icon>i.fab,
.small-box:hover .icon>i.fal,
.small-box:hover .icon>i.fad,
.small-box:hover .icon>i.ion {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.small-box:hover .icon>svg {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767.98px) {
	.small-box {
		text-align: center;
	}

	.small-box .icon {
		display: none;
	}

	.small-box p {
		font-size: 12px;
	}
}


#example img {
	max-width: 100%;
	height: 40px;
	border-radius: 100px;

}


.dataTables_wrapper label {
	display: flex;
	align-items: baseline;
	justify-content: end;
	gap: 10px;
}


/* Form CSS */

.default-form h1 {
	font-size: 1.3rem;
	margin-bottom: 2rem;
	color: #35444e;
}

.default-inputs {
	position: relative
}

.default-inputs span {
	position: absolute;
	top: -18px;
	left: 10px;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 15px
}

.default-inputs input,
.default-inputs select {
	height: 50px;
	width: 100%;
	border: 1px solid #dddddd;
	padding-left: 20px;
}

.default-inputs textarea {
	width: 100%;
	border: 1px solid #dddddd;
	padding-left: 20px;
}

.default-inputs input:focus,
.default-inputs textarea:focus,
.default-inputs select:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #4997cf;
}

.custom-fileupload {
	font-size: 16px;
	border-radius: 50px;
	width: 300px;
	outline: none;
	color: #ffffff !important;
	background: #49c9cf;

}

.custom-fileupload::-webkit-file-upload-button {
	color: #ffffff;
	font-weight: normal !important;
	background: transparent;
	border-radius: 50px;
	padding: 0.7em 2em;
	outline: none;
	margin-right: 20px;
	cursor: pointer;
	background: #44bac0;
	border: 1px solid #44bac0;
	transition: 0.2s background ease-in-out;
}

.custom-fileupload::-webkit-file-upload-button:hover {
	cursor: pointer;
	background: #3ca5aa;
	color: #ffffff;
	transform: scaleX(1);
}


/* FORM CSS ENDS */

/* Login Page Container */

.login-body {
	background: #3c7fb3;
}

.login-container {
	height: 100vh;
	overflow-y: hidden;
}

.login-container h1 {
	font-size: 1.3rem;
	margin-bottom: 2rem;
	color: #35444e;
}

.login-form {
	background: #ffffff;
	box-shadow: 0px 0px 8px -7px;
	padding: 3rem 2rem;
	border: 1px solid #f5f5f5;
	border-radius: 7px;
	max-width: 400px;
	margin: 0 auto;
}


.login-inputs {
	position: relative
}

.login-inputs span {
	position: absolute;
	top: -18px;
	left: 10px;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 15px
}

.login-inputs input {
	height: 50px;
	border: 1px solid #dddddd;
	padding-left: 15px;
}

.login-inputs input:focus {
	box-shadow: none;
	outline: none;
	border: 1px solid #4997cf;
}

.btn-login {
	height: 50px;
	background: #4997cf;
	border: 1px solid #4997cf;
	color: #ffffff;

}

.btn-login:hover {
	height: 50px;
	background: #3c7fb3;
	border: 1px solid #3c7fb3;
	;
	color: #ffffff;
}


/* Sub Menu CSS */

.submenu {
	transition: 0.3s ease-in-out;
}
ul.dropdown-content{ display: none; margin-top: 0 !important;}

ul.dropdown-content li{list-style: none; border-top: #e4dede 1px solid;}
.form-control[readonly]{background-color:#FFF!important;}
.submenu ul {
	padding: 0;
	background: #2464b1;
	transition: 0.3s ease-in-out;
	
	position: absolute;
	z-index: 9999;
	width: 200px;
	margin-top: 10px;
}

.submenu:hover ul.dropdown-content{
 display: block!important;
}

.submenu>a {
	transition: 0.3s ease-in-out;
	display: block;
}

.submenu ul li a {
	color: #ffffff;
	text-decoration: none;
	border-left: 4px solid #3c7fb3;
	border-bottom: 1px solid #2e6691;
	line-height: 3rem;
	display: block;
	padding-left: 2rem;
	font-size: 0.9em;
	transition: 0.3s ease-in-out;
}

.submenu ul li a:hover {
	border-left: 4px solid #ffffff;
	color: #ffffff;
}

.submenu ul li a i {
	margin-right: 1rem;
}

.submenu ul li a span {
	transform: translateX(0);
	transition: 0.3s ease-in-out;
	display: inline-block;
}

.submenu ul li a:hover span {
	transform: translateX(10px);
}

/* Dropdown Menu Position Absolute */

.navbar-nav .dropdown-menu {
	position: absolute !important;
	border-radius: 0;
	top: 3.3rem;
	width: 100%;
	background: #3b8dc7;
	border: none;
	margin: 0;
	padding: 0;
}

.navbar-nav .dropdown-menu li {
	border-left: 4px solid #3c7fb3;
	border-bottom: 1px solid #3882b7;
	line-height: 2rem;
	display: block;
	text-align: left;
	cursor: pointer;
}

.navbar-nav .dropdown-menu li a {
	color: #ffffff;
}

.navbar-nav .dropdown-menu li:hover {
	border-left: 4px solid #ffffff;
	color: #000000;
}

.navbar-nav .dropdown-menu li:hover a {
	color: #000000 !important;
}

.navbar-nav .dropdown-menu li a i {
	margin-right: 8px;
}


body {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
}

/* header */
.navbar {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

/* logo */
.logo_branding a,
.logo_branding a:hover {
	text-decoration: none !important;
}

.navbar-brand--logo {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.logo--brand--image {
    margin-inline-end: 15px;
	width: 108px;
}

.logo--brand--text>span {
	display: block;
    font-size: .875rem;
    line-height: 17px;
    color: #000;
    font-weight: 600;
}

.logo--brand--text>span:nth-child(2) {
	color: rgb(36, 96, 185);
}
.logo--brand--text>span.logo--text-span-bold {
	color: #D3181F;
}

.image-flag {
	max-width: 80px;
}

.image_auto {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.login-right-side {
	justify-content: flex-end;
	align-items: center;
}
.login-right-side .navbar-nav {
	    background: #2464b1;
}
.login-right-side .navbar-nav a {
	color: #fff !important;
	    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
/* menu */
#sidebar-wrapper.menu_navbar {
	height: auto;
	min-height: initial !important;
	padding: 10px 0;
	background: #2464b1;
	margin-left: 0;
}

.menu_navbar {
	background: #fff;
	/* border-bottom: 2px solid #8fbaed; */
}

.list-group-flush a {
	background: transparent;
	text-decoration: none;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	transition: all ease-in-out 0.3s;
}

.list-group-flush a:hover,
.list-group-item-action {
	color: #fff;
	text-decoration: underline;
	background: none !important;
	transition: all ease-in-out 0.3s;
}

/* form */
.table-header-select {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #8fbaed;
	color: #fff;
	padding: 14px 10px;
	margin: 0 0 30px;
}

.type-form-job,
.table-header-select h1 {
	margin: 0;
	font-size: 23px;
	padding-right: 10px;

	text-transform: uppercase;

}

.type-form-job {
	font-weight: 700;
}

#job_app_form_type_top {
	background: #fff;
	border: none;
	padding: 10px 35px;
	font-size: 15px;
	cursor: pointer;
	border-radius: 12px;
}

#job_app_form_type_top:focus-visible {
	outline: none;
	outline-offset: 0;
}

label,
h2 {
	font-family: Poppins, sans-serif;
	font-weight: 500;
}

h2 {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0px 0 35px;
	/* border-bottom: 2px solid #2464B1; */
	display: block;
	border-left: 12px solid #2464B1;
	padding-left: 15px;
}

label {
	/* font-size: 20px; */
}

.content_part {
	padding: 20px 40px 40px 40px !important;
	background: #f8faff;
}

.application_formfill_both #agriculture_form,
.application_formfill_both #manufacture_form {
	margin: 20px 0 0 !important;
}

.form-group {
	position: relative;
}

.form-group label {
	display: block;
	width: 100% !important;
	float: none !important;
}

.form-select,
.form-control {
	display: block;
	width: 100% !important;
	float: none !important;
}

.form-select,
.form-control {
	border: 1px solid #ddd;
	border-radius: 0;
	font-family: Poppins, sans-serif;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	padding: 10px 10px;
	background: transparent;
	cursor: pointer;
}

#terms_cond-error{ 
	position: absolute;
	color:red;
	top:44px;
	display: block!important;
}

.form-select~label,
.form-control~label {
	position: absolute;
	font-size: 13px;
	top: 4px;
	/* left: 30px; */
	left: 8px;
	right: 15px;
	padding: 4px;
	pointer-events: none;
	background: #fff;
	display: inline-block;
	width: auto !important;
	transition: all ease-in-out 0.3s;

}

.form-select:not(:placeholder-shown)~label,
.form-control:not(:placeholder-shown)~label,
.form-select:focus~label,
.form-control:focus~label {
	top: -14px;
	right: auto;
	transition: all ease-in-out 0.3s;
}


#payment_bill,
#exampleInputFile {
	max-width: 130px;
}

#married_spouse, #married_spouse2{ border: 2px solid #3b8dc7; display: none;}

#payment_bill::-webkit-file-upload-button,
#exampleInputFile::-webkit-file-upload-button {
	visibility: hidden;
}

#payment_bill::before,
#exampleInputFile::before {
	content: 'Upload photo';
	display: inline-block;
	border: 1px solid #2464B1;
	padding: 5px 8px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	background: #2464B1;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
}

#payment_bill:hover::before,
#exampleInputFile:hover::before {
	border-color: #2464B1;
	opacity: 0.8;
	transition: all ease-in-out 0.3s;
}

#payment_bill:active::before,
#exampleInputFile:active::before {
	background: #2464B1;
	opacity: 0.8;
	transition: all ease-in-out 0.3s;
}

#payment_bill {
	max-width: 185px;
}
.backbtn{     
	position: absolute;
    right: 40px;
    color: #FFF;
    background: #2464b1;
    width: 80px;
    text-align: center;
    border-radius: 7px;
	font-size: 20px;

}
.backbtndonwl{
	position: absolute;
    right: 150px;
    color: #FFF;
    background: #2464b1;
    width: 100px!important;
    text-align: center;
    border-radius: 7px;
	font-size: 20px;
}
.backbtndonwl a{ color:#FFF;}
.table-header-select{position: relative;}
.backbtn a{ color:#FFF;}

#payment_bill::before {
	content: 'Upload File:';
}

.note {
	margin-left: 0 !important;
}


#agricul_form .row:nth-child(3) {
	/* display: grid; */
	/* grid-template-columns: repeat(2, 1fr); */
}

.radiolabel,
.logger_mail--wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.logger_mail--wrapper {
	margin: 0 0 25px;
}

.logger_mail--wrapper label {
	width: auto !important;
	line-height: 1;
}

.email-name {
	display: inline-block;
	line-height: 1;
	padding-left: 5px;
	color: #2464B1;
	font-weight: 500;
}

#password_form_ch {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

/* .dashbord_form div[class^='col-'], */
#password_form_ch div[class^='col-']:not(:last-child) {
	margin-bottom: 20px;
}

.btnblue {
	color: #2464B1;
	border: 1px solid #2464B1;
	padding: 10px 15px;
	background: transparent;
	transition: all ease-in-out 0.3s;
}

.btnblue:hover {
	background: #2464B1;
	color: #fff;
	transition: all ease-in-out 0.3s;
}

/* forget-password */
.card-header span {
	color: #fff;
}


.application_formfill_both div[class^='col-'] {
	margin-bottom: 50px;
}

button[type=submit],
input[type=submit] {
	border: 2px solid #2464B1;
	background: transparent;
	padding: 5px 15px;
	color: #2464B1;
	font-size: 15px;
	transition: all ease-in-out 0.3s;
	cursor: pointer;
}

button[type=submit]:hover,
input[type=submit]:hover {
	background: #2464B1;
	color: #fff;
	transition: all ease-in-out 0.3s;
}

#password_form_ch .btnblue,
.div_card-common button[type=submit],
.div_card-common input[type=submit] {
	width: 100%;
	font-size: 13.008px;
	    border-radius: 0.3rem;
    padding: 0.8rem 1.8rem;
	    background: #2464B1;
    color: #fff;
    transition: all ease-in-out 0.3s;
}

#password_form_ch .btnblue:hover,
.div_card-common button[type=submit]:hover,
.div_card-common input[type=submit]:hover {
	opacity: 0.8;
}
.div_card-common .links a {
	text-decoration: underline;
}
.header-min {
	position: relative;
	background: #3b8dc7;
	color: #fff;
	/* padding: 0; */
	margin: 0 0 8px;
	padding: 5px 12px;;

}

.textsize55{ width:55px!important; float:left!important;}
.leftspan{float:left!important;}

/* .header-min::after {
  content: "";
  position: absolute;
} */
.inlinecheckbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 5px;
}

ul.work_exp_ul:nth-child(1) {
	font-weight: bold;
}

.uploaded-image-pic img {
	width: 60px;
	position: relative;
	top: -24px;
}

.noticeinfo-area {
	font-size: 14px;
	line-height: 1.7;
}

.notetxt {
	padding-right: 4px;
	color: #2464b1;
	font-weight: 500;
}

.radiolabel {
	gap: 1rem;
}

.radiolabel label {
	width: auto !important;
}

/* .dashbord_form */
#wrapper {
	background: #fff;
	flex-direction: column;

}

#sidebar-wrapper {
	min-height: initial;
	    margin-left: 0;
}

#sidebar-wrapper .list-group {
	width: auto;
	display: flex;
	flex-direction: revert;
	justify-content: flex-start;
	/* background: #fff; */
	height: auto;
    min-height: initial !important;
    
    background: #2464b1;
    margin-left: 0;
}

#sidebar-wrapper .list-group a {
	    width: auto;
		padding: 10px 0 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: "Lato", sans-serif;
    transition: all ease-in-out 0.3s;
}
ul.dropdown-content li a {
	padding: 0 0 0 15px !important;
}

#agriculture_form div[class^='col-'],
.dashbord_form div[class^='col-'] {
	margin-bottom: 45px;
}

.save-form div[class^='col-'] {
	margin-bottom: 20px;
}

.inputradio input {
	cursor: pointer;
}


.span-email-note,
.select_wd_change {
	display: inline-block;
}

.update-form {
	text-align: end;
}

.update-form a {
	display: inline-block;
	background: #2464b1;
	color: #fff;
	padding: 10px 10px;
	text-decoration: none;
}

.update-form a:hover {
	opacity: 0.8;
}

.footer_copy {
	color: #fff;
}

/* Register */
.common_log {
	background: #f8faff;
	display: grid;
	place-content: center;
	height: 100vh;
}

.div_card-common {
	font-size: 13.008px;
}

.common_log--wrapper {
	flex-direction: column;
	/* height: 100vh; */
	padding: 40px 0;
}

.common_log--wrapper .logo_branding {
	margin: 0 0 25px -13px;
}

.common_log--wrapper .card {
	width: 500px;
	background: transparent;
	border: 0;
}

.common_log--wrapper .card-footer,
.common_log--wrapper .card-header {
	background: transparent;
	color: #000;
	padding: 0;
	border: 0;
	margin-bottom: 0px;
}

.common_log--wrapper .card-header h3 {
	color: #000;
	margin: 0;
	font-size: 23px;
	margin-bottom: 12px;
}

.common_log--wrapper .card-body {
	padding: 0;
}

#password_form_ch .form-control,
.common_log--wrapper .form-control {
	border: 1px solid #ddd;
	background: #fff;
	font-size: 13.008px;
	border-radius: 0.3rem;
}

.common_log--wrapper .card-header span,
.common_log--wrapper .remember,
.common_log--wrapper .links {
	color: #000;
}

.common_log--wrapper .rembcheck {
	gap: 5px;
}

.common_log--wrapper .alert-warning {
	font-size: 12px;
	border: 0;
	background: pink;
}

.common_log--wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.common_log--wrapper .alert-warning li {
	color: red;
}

.Registerform form {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1rem;
}
.Registerform form .d-grid,
.Registerform form .form-group:nth-child(1) {
	grid-column: 1/-1;
}

.imageCandid {
	display: none;
}

.imageCandid label {
	margin-bottom: 15px;
}

.imageCandid img {
	width: auto !important;
	width: 170px !important;
}
#agriculture_form, #manufacture_form {
	margin: 0 !important;
}
#agriculture_form.dashbord_form,
#manufacture_form.dashbord_form {
	margin: 35px !important;
}

.dashbord_admin-header .div_logo-common {
	flex-wrap: wrap;
}

@media (max-width: 767px) {

	.div_card-common,
	.common_log--wrapper .card {
		width: 100%;
	}

	.table-header-select {
		flex-direction: column;
	}

	/* #agriculture_form div[class^='col-'], .dashbord_form div[class^='col-'] {
    flex: 1 1 100%;
    max-width: 100%;
  } */
	h2 {
		margin: 0px 0 15px;
		font-size: 24px;
	}

	.update-form {
		text-align: start;
		margin-bottom: 20px !important;
	}

	#agriculture_form,
	#manufacture_form {
		margin: 0 !important;
	}

	.type-form-job,
	.table-header-select h1 {
		text-align: center;
		padding-right: 0;
	}
	.Registerform form {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 485px) {
	.common_log {
		height: auto;
	}

	.navbar {
		grid-template-columns: repeat(1, 1fr);
		gap: 1rem;
	}

	.login-right-side {
		justify-content: flex-start;
	}

	.content_part {
		padding: 15px !important;
	}

	.type-form-job,
	.table-header-select h1 {
		font-size: 19px;
	}
}
