




body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}




/*
Theme Name: jobsedit
Theme URI: jobsedit.in
Author: santosh
Author URI: https://www.linkedin.com/in/santosh-kumar-000578194/
Description: jobsedit wordpress theme
Requires at least: 6.0
Tested up to: 6.4.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jobsedit
Tags: two-columns, full-site-editing, full-width-template.
*/

.light-theme body, html {
	font-family: 'Söhne', 'ui-sans-serif', 'system-ui', '-apple-system', 'Segoe UI', 'Roboto', 'Ubuntu', 'Cantarell', 'Noto Sans', sans-serif, 'Helvetica Neue', Arial, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	margin : 0;
	padding: 0;
	height : 100%;
	color:#000;
	
}
.dark-theme body, html {
	color:#ececcb;
	background-color:#1c2130;
}
a{
	color:#000cff;
}
.light-theme.container {
	display: flex; 
	max-width:1920px;
	margin:0;
	padding:0;
}
.dark-theme.container {
	color:#ececcb;
	background-color:#1c2130;
}
.light-theme .content {
	flex:1 ;
}
.dark-theme .content {
	color:#ececcb;
	background-color:#1c2130;
}
.light-theme .adj-content {
	margin : 5px 10px;
}
.dark-theme .adj-content {
	color:#ececcb;
	background-color:#1c2130;
}
.light-theme .main-title{
	text-align:center;
}
.dark-theme .main-title{
	color:#ececcb;
	background-color:#1c2130;
}
.greendate {
	color :#ff00ff;
}
ul {
	display:block;
	list-style: none;
	padding: 10px;
	margin: 0;
	text-decoration : none ;
}
.light-theme li a{
	display:block;
	color:#00008B;
}
.dark-theme li a{
	display:block;
	color:white;
}
.mainhead{
	text-align:center;
	font-size:20px;
}
.light-theme .top-menu ul a{
	display:block;
	padding-left:5px;
  }
.light-theme .top-menu a:hover {
	background-color : #333;
	display:block;
	color:orange;
	text-decoration:none;
}
.dark-theme .top-menu a:hover {
	background-color : #ffb38a;
}
.light-theme .top-menu {
	width: 100%;
	background-color: white;
	color: #000;
	text-align: center;
	padding: 10px;
  }
.dark-theme .top-menu {
	width: 100%;
	background-color: #000;
	color: white;
	text-align: center;
	padding: 10px;
  }
  
.top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
.top-menu li {
	display: inline-block;
	margin-right: 10px;
	position:relative;
  }
.light-theme .top-menu li::before{
	content: "|" ;
	color:orange;
	font-weight:bold;
	left: -10px;
	position: absolute;
	margin:0px 5px;
}
.dark-theme .top-menu li::before{
	content: "|" ;
	color:yellow;
	font-weight:bold;
	left: -10px;
	position: absolute;
	margin:0px 5px;
}
.light-theme .recruitmentanalytics{
	margin:5px;
	padding:10px;
}
.dark-theme .recruitmentanalytics{
	color:#ececcb;
	background-color:#1c2130;
}
.light-theme .footer{
	color:#333;
	width:100%;
	text-align:center;
	padding:2px;
}
.dark-theme .footer{
	color:#ececcb;
	background-color:#1c2130;
	width:100%;
	text-align:center;
	padding:2px;
}
.btn-toggle-container {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
    display: flex;
}
.btn-toggle {
    border: none;
    padding: 8px 16px;
    border: 1px solid red;
    cursor: pointer;
    margin-left: 1px; /* Adjust spacing between buttons */
}
.dark-mode .btn-toggle {
    background-color: #000;
    color: #fff;
}
.light-mode .btn-toggle{
    background-color: #fff;
    color: #000;
}
.btn-toggle:focus {
    outline: none;
}
.light-theme .btn{
	color:#333;
	background-color:white;
}
.light-theme .btn:hover{
	background-color:#999;
}
.dark-theme .btn{
	color:#ececcb;
	background-color:#1c2130;
}
table, td, th {
	border:1px solid #666;
}

.dark-theme th{
	background-color:#000;
}
.light-theme table {
	color:#000;
	width:98%;
	border-collapse:collapse;
	margin:2px;
}
.light-theme .table{
	width:99%;
	margin:5px;
}
.dark-theme table {
	color:#ececcb;
	background-color:#1c2130;
}
.dark-theme .table{
	color:#ececcb;
	background-color:#1c2130;
}

.hidden {
    display: none;
}
table td[data-th="Last Date"] {
    /* Adjust the width based on your preference */
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
}
.mobile-only{
     display: none;
}
/* search box */ 
.desktop-only {
    border: none; /* Collapse borders to remove spacing between cells */
}
.desktop-only td {
    width: 50%; /* Each cell occupies 50% of the table width */
    border: none; /* Remove border from table cells */
}
.desktop-only label {
    display: inline-block;
    width: 150px; /* Fixed width for labels, adjust as needed */
	font-weight:bold;
	padding-left:15px;
}

.desktop-only input {
    width: calc(100% - 200px); /* Calculate the width of inputs to occupy the remaining space */
    padding: 5px; /* Adjust padding as needed */
    box-sizing: border-box; /* Include padding and border in input's total width */
}
/*contact form css */ 
#contact-form {
        max-width: 400px;
        margin: 0 auto;
    }

.form-section {
        margin-bottom: 15px;
    }

#contact-form-submit {
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
}
#contact-form-submit:hover {
        background-color: #0056b3;
    }

/* Optional: Add shadow to the form */
#contact-form {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 10px;
        background-color: #fff;
}

/* Optional: Add margin to the validation messages container */
#validation-messages-container {
        margin-top: 15px;
}
/* Style related to filterjob page */ 
.light-theme .category-section {
        max-width: 1000px; /* Adjust as needed */
        max-height: 300px; /* Adjust as needed */
        overflow: auto;
        border: 1px solid #ddd; /* Optional: Add a border for clarity */
        padding: 10px;
        margin: 5px;
 }
.dark-theme .category-section {
	color:#ececcb;
	background-color:#1c2130;
 }
main {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
.home-col-1,
.home-col-2,
.home-col-3,
.home-col-4 {
        width: 47%; /* Adjust as needed, you can play with percentages */
        box-sizing: border-box;
        margin-bottom: 20px; /* Add some space between columns */
}
.inputelement {
		width:100%;
		height:40px;
}
.butcenter{
	display: flex;
    justify-content: center;
	align-items:center;
}
.home-col-1{
	float:left;
	padding-left:5px;
}
.home-col-2 {
	float:right;
	padding-right:5px;
}
.home-col-3{
	float:left;
	padding-left:5px;
}
.home-col-4{
	float:right;
	padding-right:5px;
}
.light-theme .category-list {
        display: flex;
   		flex-wrap: wrap;
		list-style: none; /* Remove list-style (bullets/dots) */
    	padding: 0; /* Remove default padding */
}
.dark-theme .category-list {
	color:#ececcb;
	background-color:#1c2130;
}
.category-list li {
        width: 50%; /* Each category takes 50% width */
    	box-sizing: border-box;
}

/* Media queries for mobile devices */
@media screen and (max-width: 1366px) {
h1, h2, h3, h4, h6 {
  text-align: center;
}
}
@media screen and (max-width: 768px) {
        .home-col-1,
        .home-col-2,
        .home-col-3,
        .home-col-4 {
            width: 100%; /* Set width to 100% for each column on smaller screens */
        }
}

@media only screen and (max-width:600px )
{
	.container {
		flex-direction : column;
	}
	.top-menu{
		width:100%;
		order:-2;
		text-align:left;
	}
	.side-menu{
		width:100%;
	}
	.sidebar {
		width:100%;
		order:-1;
		overflow-y:hidden;
	}
	.desktop-only td {
        width: 100%; /* Each cell occupies 100% of the table width */
        display: block; /* Display cells as block elements */
    }

    .desktop-only label {
        display: block; /* Display labels as block elements */
        width: auto; /* Reset width for labels */
        margin-bottom: 5px; /* Add margin bottom for spacing */
    }

    .desktop-only input {
        width: calc(100% - 20px); /* Calculate the width of inputs to occupy the remaining space with margin */
        padding: 5px; /* Adjust padding as needed */
        box-sizing: border-box; /* Include padding and border in input's total width */
    }
	.side-menu, .top-menu {
		columns : 2;
		column-gap:20px;
	}
	.category-section {
        max-width: 500px; /* Adjust as needed */
        max-height: 400px; /* Adjust as needed */
        overflow: auto;
        border: 1px solid #ddd; /* Optional: Add a border for clarity */
        padding: 10px;
        margin: 5px;
 	}

	.home-col-1, .home-col-2, .home-col-3, .home-col-4{
		width:100%;	
	}

	.resp table  { 
		display: block ;
		width:100%;
	}	
	
	.resp th  { 
		position: absolute;
		top: -9999px;
		left: -9999px;
		
	}	
	.resp tr { 
	border: 1px solid #ccc;
	display:block;
	
	}	
	.light-theme .resp td  { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid blue; 
		position: relative;
		width:100%;
		background-color:White;
		text-indent: 50%; 
		text-align:left;
		display:block;
		
	}
	.dark-theme .resp td  { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid blue; 
		position: relative;
		width:100%;
		background-color:#1c2130;
		text-indent: 50%; 
		text-align:left;
		display:block;
		
	}
	.resp  td:nth-child(1)  {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		font-size:20px;
		text-indent: 0%;
		text-align:center;
		color:#fff;
		background-color:#3e4451;
	}
	/* check what is below code 
	#table1  td:nth-child(1)  {
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		font-size:20px;
		text-indent: 0%;
		text-align:center;
		color:blue;
		background-color:white;
	} */
	.light-theme .resp td:before  { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		text-indent: 0%;
		text-align:left;
		white-space: nowrap;
		background-color:White;
		font-weight:bold;
	}
	.dark-theme .resp td:before  { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		text-indent: 0%;
		text-align:left;
		white-space: nowrap;
		background-color:#1c2130;
		font-weight:bold;
	}
	
	/*
	Label the data
	*/
	.resp td:nth-of-type(2):before  { content: attr(data-th) }
	.resp td:nth-of-type(3):before  { content: attr(data-th) }
	.resp td:nth-of-type(4):before  { content: attr(data-th) }
	.resp td:nth-of-type(5):before  { content: attr(data-th) }
	.resp td:nth-of-type(6):before  { content: attr(data-th) }
	.resp td:nth-of-type(7):before  { content: attr(data-th) }
	.resp td:nth-of-type(8):before  { content: attr(data-th) }
	.resp td:nth-of-type(9):before  { content: attr(data-th) }
	.resp td:nth-of-type(10):before  { content: attr(data-th) }
	.resp td:nth-of-type(11):before  { content: attr(data-th) }
	.resp td:nth-of-type(12):before  { content: attr(data-th) }
	.resp td:nth-of-type(13):before  { content: attr(data-th) }
	.resp td:nth-of-type(14):before  { content: attr(data-th) }
	.resp td:nth-of-type(15):before  { content: attr(data-th) }
}


