/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 30 2025 | 16:56:35 */
/* Add your CSS code here.
 * main page class - .sjb-page -
End of comment */ 
body{

}

/* ------------------------- */

/* - str - header single page job ---------------------- */
.sjb-page header .mainRow .colimg {
	display: inline-block ;
    width: 25%;
	margin: 0px 8px;
}

.sjb-page header .mainRow .colimg .company-logo{
    width: 100%;
}

.sjb-page header .mainRow .colinfo {
	display: inline-block;
    width: 70%;
}

.sjb-page header .mainRow .company-tagline{
	width: 25%;
    text-align: center;
    font-weight: bold;
}


.sjb-page header .mainRow .colinfo .row div , .job-info {
	display: inline-block;
    width: 60%;
	margin: 5px;
	font-size: 16px;
}

.sjb-page header .mainRow .colinfo .job-info h4 {
	font-size: 2vw;
    border: 3px solid #a27a38;
    border-radius: 8px;
    padding: 6px 10px;
}
/* - end - header single page job ---------------------- */

/* ---------------------------------------------------------------- +/

/* - str - title of job features - single page job ----- */
.sjb-page .custom-inserted, 
.sjb-page .job-features h3{
    background: #3558c8;
    width: 40%;
    margin: 33px auto;
    padding: 13px;
    border-radius: 8px;
    color: #fff;
	text-align: center;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-size: 1vw;
    font-weight: bold;
}

.sjb-page .job-features h3 {
	margin: auto!important;
	color: #fff!important;
}

/* - end - title of job features - single page job ----- */
/* ------------------------- */
/* - str - job-description - single page job ----- */
.sjb-page  .job-description {
	border-top: 3px solid #000;
    border-radius: 12px;
    padding: 20px 60px;
}
/* - end - job-description - single page job ----- */
/* ------------------------- */
/* - str - table job features - single page job ------- */

.sjb-page .sjb-detail .job-features table, 
.sjb-page .sjb-detail .job-features th, 
.sjb-page .sjb-detail .job-features td {
  border: none;
  border-collapse: collapse; /* يضمن إلغاء أي فراغات حدود */
}

.sjb-page .sjb-detail .job-features table {
	width: 80%;
    margin: 40px auto;
	border-collapse: separate;   /* لازم يكون separate */
 	border-spacing: 20px 15px;        /* مسافة أفقية ورأسية */
}

.sjb-page .sjb-detail .job-features table td:first-child {
  text-align: center;   /* توسيط النص أفقياً */
  vertical-align: middle; /* توسيط عمودياً (اختياري) */
  background-color: #3558c8;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.sjb-page .sjb-detail .job-features table td:last-child {
  text-align: center;   /* توسيط النص أفقياً */
  font-size: 1vw;
  font-weight: bold;
}

.sjb-page .sjb-detail .job-features table .highlight td{
  background-color: #000;
  border: none !important;
	
}

/* - end - table job features - single page job ------- */
/* ------------------------------------------------------------------------ */
/* - str - form job user - single page job ------- */

.sjb-page .sjb-detail .jobpost-form {
	width:80%;
	margin: 100px;
	padding:50px;
    position: relative;
    background: #fafafd;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sjb-page .sjb-detail .jobpost-form h3 {
    margin: 5px;
    padding: 20px;
    background: #4665c7;
    text-align: center;
    color: #fff;
	font-size: 1vw !important;
    font-weight: bold;
}


.sjb-page .jobpost-form .row .con-label {
    background: #4665c7;
    color: #fff;
    margin: 8px 20px 8px 10px;
    padding: 8px 5px 2px;
    text-align: center;
    width: 22%;
    border-radius: 5px;
    border: 1px solid #563310;
}


.sjb-page .jobpost-form .row label .required {
	float: left;
	padding: 4px 4px 0px;
}

.sjb-page .jobpost-form .input-parent {
	width: 70%;
}

.sjb-page .jobpost-form .input-parent input {
	color: black;
	outline: none;
	box-shadow: none;
    border-bottom: 4px solid #4665c7;
    background: #fefeff;
	margin: 4px;
}

.sjb-page .jobpost-form .con-label.input-chose {
	width: 75%;
    height: 40px;
    margin: 10px 5px;
}

.sjb-page .jobpost-form .con-label.input-chose label.small {
	float: unset;
    padding: 0px 20px 0px;
    font-weight: bold;
}

.sjb-page .sjb-detail .jobpost-form .form-group:has(textarea){
	margin: 6px 0px 10px 0px;
}

.sjb-page .sjb-detail .jobpost-form textarea.form-control{
	height: 75px;
}

.sjb-page .sjb-detail .jobpost-form .form-group.up-files {
	margin: 8px 0px 10px 0px;
}

.sjb-page .sjb-detail .jobpost-form .input-parent .file-massege {
	background: #eee;
    padding: 5px 10px;
    color: #6d8ef9;
    /* font-size: 14px; */
}

.sjb-page .sjb-detail .jobpost-form .form-group.up-files .file #applicant-resume-error {
	color: #f50000;
} 

.sjb-page .jobpost-form .input-parent:has(button) {
    float: left;
}

.sjb-page .jobpost-form .form-group:has(button) {
    text-align: left;
	margin: 10px 2px;
}


.sjb-page .jobpost-form #sjb-form-padding-button  button {
	width: 50%;
    margin: 10px 30px;
    background: #d98834;
    padding: 12px;
    font-size: 20px;
    font-weight: bold;
}

.sjb-page .jobpost-form #sjb-form-padding-button  button:hover {
	background: #3558c8;
	border-radius: 12px;
}

.sjb-page .jobpost-form  .alert alert-success {
	text-align: center;
}
/* - end - form job user - single page job ------- */
/* ------------------------- */
/* ------------------------- */

/* ------------------------- */
/* ------------------------- */

/* ------------------------- */
/* ------------------------- */

/* ------------------------------- ==================== str Mobil editting ==================== -------------------------------------- */

/* --------------------------------------------------------------------- */

/* ---------------- Responsive ---------------- */

/* التابلت (متوسطة) --------------------------------------------------------------------------------  ttttttttttttttttt  ----------------------------------------------------------- */

@media (max-width: 1024px) {
	
	 /* /// - str - title of job features - single page job ----- */
	.sjb-page .custom-inserted, 
	.sjb-page .job-features h3 {
		width: 60%;
		font-size: 2vw;
		padding: 10px;
	}
	
	

    /* /// - str - table job features - single page job ------- */
	.sjb-page .sjb-detail .job-features table {
		width: 95%;
		border-spacing: 15px 12px;
	}

	.sjb-page .sjb-detail .job-features table td:first-child {
		font-size: 14px;
		padding: 8px;
	}

	.sjb-page .sjb-detail .job-features table td:last-child {
		font-size: 18px;
	}
	
	
	/* /// - str - table form job user - single page job ------- */

	.sjb-page .sjb-detail .jobpost-form h3 {
		font-size: 20px !important;
		padding: 12px;
	}
	
}








/* الموبايل (صغيرة) --------------------------------------------------------------------------------  M M M M M M M M M  --------------------------------------------------------------- */

@media (max-width: 768px) {
	
	.sjb-page header .mainRow .colinfo{
		margin: 0;
		padding: 2px;
	}
	
	.sjb-page header .mainRow .colinfo .job-info:has(h4){
		margin: 5px;
		width: 70%;
		text-align: center;
	}
	
	.sjb-page header .mainRow .colinfo .job-info h4{
		font-size: 18px;
	}
	.sjb-page header .mainRow .colinfo .row div:nth-child(2), 
	.sjb-page header .mainRow .colinfo .row div:nth-child(3) {
		display: none;
	}
	
	.sjb-page header .mainRow .colimg{
		padding: 0px 5px 0px 0px;
	}
	
	.sjb-page header .mainRow .company-tagline{
		width: 100%;
		margin: 0px;
	}
	
	 /* /// - str - title of job features - single page job ----- */
	.sjb-page .custom-inserted, 
	.sjb-page .job-features h3 {
		width: 90%;
		font-size: 16px;
		padding: 8px;
	}


    /* /// - str - table job features - single page job ------- */
	.sjb-page .sjb-detail .job-features table {
		width: 100%;
		border-spacing: 10px 8px;
	}

	.sjb-page .sjb-detail .job-features table td {
		display: block;
		/*width: 100%;*/
		text-align: center;
		margin-bottom: 10px;
	}

	.sjb-page .sjb-detail .job-features table td:first-child {
		font-size: 3VW;
		width: 50%!important;
		margin: 0 auto;
		border-radius: 5px 5px 0 0;
	}

	.sjb-page .sjb-detail .job-features table td:last-child {
		font-size: 4VW;
		width: 50%!important;
		margin: 0 auto;
		border-radius: 0 0 5px 5px;
	}

	
	/* /// - str - table form job user - single page job ------- */
		.sjb-page .sjb-detail .jobpost-form {
		width: 100%;
		margin: 20px auto;
		padding: 20px 15px;
	}

	.sjb-page .sjb-detail .jobpost-form h3 {
		font-size: 16px !important;
		padding: 12px;
	}

	.sjb-page .jobpost-form .row {
	    display: block;
		width: 90%;
		padding: 22px;
		margin: 0px auto;
	}

	.sjb-page .jobpost-form .row .con-label,
	.sjb-page .jobpost-form .input-parent {
		width: 100%;
		display: block;
		margin: 8px 0;
		text-align: right;
		font-size: 18px;
		padding-right: 25px;
	}
	
	.sjb-page .jobpost-form .input-parent{
				padding-right: 5px;
	}

	.sjb-page .jobpost-form .row .con-label label {
		font-size: 18px;
		font-weight: bold;
	}
	
	.sjb-page .jobpost-form .input-parent input,
	.sjb-page .sjb-detail .jobpost-form textarea.form-control {
		width: 100%;
		font-size: 14px;
	}
	
	
		.sjb-page .jobpost-form .con-label.input-chose {
		width: 75%;
		height: unset;
		margin: 10px 5px;
        text-align: center;
		padding: 8px 0px;
	}

	.sjb-page .jobpost-form .con-label.input-chose label.small {
		float: unset;
		margin: 0;
		padding: 0px;
		font-weight: bold;
	}

	
	.sjb-page .sjb-detail .jobpost-form .input-parent .file-massege {
		padding: 5px 10px;
		font-size: 12px;
	}
	
	.sjb-page .jobpost-form #sjb-form-padding-button button {
		width: 100%;
		font-size: 16px;
		margin: 10px 0;
	}
	
	.sjb-page .jobpost-form #sjb-form-padding-button  button:hover {
	background: #3558c8;
	border-radius: 12px;
    }
}

/* ------------------------- */
/* ------------------------- */

/* ------------------------- */
/* ------------------------- */
