.round {
	border-radius: 25px!important;
}

.img-center {
	padding-bottom: 30px;
	text-align: center;
	margin: 30px 0px;
}

.img-center img {
	width: 300px;
}

.card-padding {
	padding: 20px 60px!important;
}

.btn-move {
	margin-right: -175px;
}

.img-dashboard {
	padding: 30px 0px;
}

.img-dashboard img {
	width: 250px;
	padding-left: 20px;
}

.wrapper-body {
	background: #b9d9ea;
}

.dropdown-toggle::after {
	color: #b9d9ea;
}

.nav-item i {
	font-size: 30px;
}

.nav-tabs .nav-link {
	margin-left: 18px!important;
}

.card {
	background-color: #08213f!important;
	color: #b9d9ea;
	border-radius: 25px!important;
}

.card-header {
	margin-bottom: 25px;
	background-color: #08213f!important;
	color: #b9d9ea;
	border-radius: 25px!important;
}

a {
	color: #b9d9ea;
}

.single-job1:hover {
	transition: 0.5s;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-box-shadow: 0px 15px 15px 0px #edeaea;
	box-shadow: 0px 15px 15px 0px #edeaea;
}

.single-job-post {
	margin-bottom: 40px;
}

.single-job-post {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}

.single-job-post .job-header {
	position: relative;
	display: block;
	background: #08213f;
	padding: 20px 30px;
	transition: all 500ms ease;
}

.pull-left {
	float: left;
}

.single-job-post .job-inner {
	border: 1px solid #eae0d9;
	border-top: none;
	padding: 22px 30px;
}

.edit-icon i {
	position: absolute;
	left: 44px;
    top: 9px;
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 25px;
	text-align: center;
	background: #0772d4;
	border-radius: 50%;
	transition: all 500ms ease;
}

.edit-icon i {
	color: #fff;
}

.backbtn {
    background-color: transparent!important;
}
.delete-icon img {
	position: absolute;
	left: 26px;
	top: 0px;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	transition: all 500ms ease;
}

.delete-icon img {
	color: #fff;
}

.download{
    font-size:12px;
}
.company-logo {
	position: absolute;
    left: 23px;
    top: 12px;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eae0d9;
    border-radius: 34px;
    background: #08213f;
    color: #fff;
    font-size: 50px;
}

.company-logo1 {
	position: absolute;
    left: 12px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #eae0d9;
    border-radius: 34px;
    color: #fff;
    font-size: 50px;
}

.job-title h4{
    padding-left: 70px;
    text-align: left;
	font-size: 15px;
}

.job-title p{
    padding-left: 70px;
    text-align: left;
}

.head-card {
	background-color: #0772d4;
	color: #fff;
	padding: 14px 0px;
	border-radius: 12px;
	margin-bottom: 14px;
}

.img-edit{
    border-radius: 20px;
    padding: 6px;
    width: 50px;
    height: 50px;
}
.img-edit1{
    border-radius: 20px;
    padding: 6px;
    width: 50px;
    height: 50px;
}
.img-edit2{
    padding-left: 0px!important;
    width: 15px!important;
}

.position{
    padding-left: 70px;
	text-align:left;
}
.date{
    padding-left: 12px;
}
.head-card h5 {
	font-weight: 800!important;
}

.head-card h6 {
	font-weight: 800!important;
}
.tab-content {
	margin: 0px 20px;
}
.date-post{
	padding-left:0px;
}
.top-padding {
	padding-top: 10px;
}

.nav-tabs .nav-item {
	margin: 6px 10px;
}

.nav-link {
	padding: 0px!important;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	border-radius: 8px;
	margin-left: 18px;
	color: #08213f!important;
	background-color: #b9d9ea!important;
	border-color: #b9d9ea!important;
	padding: 0px 12px!important;
}

.nav-link {
	color: #b9d9ea!important;
}

.primary-row {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
    color:#08213f;
    font-weight:400;
	border-radius: 20px;
	margin-bottom: 30px;
    max-height: 135px;
}
button, input {
    border: none;
}
.primary-row a{
    color:#08213f;
    font-weight:400;
    text-decoration:none;
}

.primary-row a:hover{
    color:#08213f;
    font-weight:400;
    text-decoration:none;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.5rem;
	top: 14px;
}
.backbtn1{
	float:left;
}
.custom-control-input:checked~.custom-control-label::before {
	border-color: grey !important;
	background-color: grey !important;
	opacity: 0.6;
}

.custom-control-input:active~.custom-control-label::before {
	background-color: grey !important;
	border-color: grey !important;
}

.custom-control-input:focus :not(:checked)~.custom-control-label::before {
	border-color: grey !important;
}

.custom-switch .custom-control-label::after {
	background-color: #ff5e5f!important;
	border-radius: 1.5rem!important;
	top: calc(0.22rem + -3px)!important;
	left: calc(-2.25rem + -6px)!important;
	width: calc(1rem - -5px)!important;
	height: calc(1rem - -5px)!important;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	background-color: #39b54a!important;
	transform: translateX(1.75rem);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	top: calc(0.22rem + -3px);
	left: calc(-2.25rem + 3px)!important;
	width: calc(1rem - -6px);
	height: calc(1rem - -6px);
}

.modal-content {
	border-radius: 1.3rem!important;
	padding: 20px 0px;
}

.modal-body {
	color: #08213f;
	font-size: 30px;
	font-weight: 800;
	border-radius: 20px;
}

.span1,
.span2, .span3, .span4 {
	border: none;
	background-color: #fff!important;
}

.span2 i {
	background-color: red;
	color: #fff;
	border-radius: 30px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	padding-top: 2px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 13px;
	padding: 2px ​14px 13px!important;
	display: inline;
}

.span1 i {
	background-color: #08213f;
	color: #fff;
	border-radius: 30px;
	font-size: 30px;
	height: 30px;
	width: 30px;
	padding-right: 14px;
	padding-left: 14px;
	padding-bottom: 13px;
	display: inline;
}

.span4 img{
	bottom: 30px;
    background-color: red;
    color: #fff;
    border-radius: 30px;
    font-size: 24px;
    height: 40px;
    width: 40px;
    padding: 2px ​14px 13px!important;
    display: block;
    float: right;
    position: relative;
    right: -82px;
}
.light-text{
	font-weight:100;
}
.span3 img{
	bottom: 92px;
    background-color: #08213f;
    color: #fff;
    border-radius: 30px;
    font-size: 24px;
    height: 40px;
    width: 40px;
    display: block;
    float: right;
    position: relative;
    right: -136px;
}
.close{
	color: #fff!important;
    top: -32px;
    left: 138px;
    position: relative;
}
.text-content {
	color: #08213f;
    font-weight: 800;
    text-align: left;
    padding-left: 30px;
}
.edit-content{
    padding-bottom: 0px;
    padding-top: 30px;
}
.plus-button{
    background: none;
    margin: 0px;
    border: none;
    padding: 0px;
}
.bi-plus-square{
    color:#fff;
}
.create-offer{
    background-color:#08213f!important;
    color:#fff;
    padding: 38px 80px;
}
.btn-big{
    padding: 4px 25px!important;
}
.danger {
    padding:0px;
    border:none;
}
.password{
	float:right;		
}
.application{
	display:none;
}
.area-code{
	display:none;
}
.close {
    color: #fff!important;
    top: -32px;
    left: 356px;
    position: relative;
}
.app-wrap1{
	padding-left: 71px!important;
}
@media only screen and (max-width: 992px){
	.app-wrap1 h4{
		font-size:13px;
	}
	.primary-row {
		padding-top: 20px;
		padding-bottom: 16px;
		background: #fff;
		color: #08213f;
		font-weight: 400;
		border-radius: 20px;
		margin-bottom: 20px;
		min-height:95px;
		padding-right: 12px;
	}
	.head-card h5 {
		font-size: 14px;
	}
	.top-padding{
		padding:0px;
	}
	.company-logo {
		position: absolute;
		left: 12px;
		top: 0px;
	}
	.company-logo1 {
		position: absolute;
		left: 12px;
		top: -14px;
	}
	.job-title h4 {
		font-size: 18px;
	}
	.container-md, .container-sm, .container {
		max-width: 940px!important;
	}
	.create-offer {
		padding: 38px 24px;
	}
	.modal-dialog {
		max-width: 624px!important;
	}
	.head-card h6 {
		font-weight: 800!important;
		font-size: 9px;
	}
	
}
@media  only screen and (max-width: 768px){
	html, body{
		margin:0 auto;
		overflow-x:hidden;
	}
	.head-card h5 {
		font-size: 9px;
	}
	.nav-tabs .nav-link {
		margin-left: 1px!important;
	}
	p {
		margin-top: 0;
		margin-bottom: 0rem;
	}
	.primary-row {
		height:auto;
	}
	.primary-row {
		padding-top: 20px;
		padding-bottom: 16px;
		background: #fff;
		color: #08213f;
		font-weight: 400;
		border-radius: 20px;
		margin-bottom: 20px;
		max-height: 218px;
		padding-right: 12px;
	}
	.application{
		display:block;
		color:#fff;
		background-color:#08213f;
		display:inline;
	}
	.job-title h4 {
		font-size: 16px;
	}
	.job-title h4 {
		padding-left: 60px;
	}
	.job-title p {
		padding-left: 60px;
	}
	.app-p{
		color:#fff;
		background-color:#08213f;
		border-radius: 10px;
	}
	.password{
		float: left;
		padding-bottom:10px;
	}
	.password a{		
		margin-left: -32px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		border-radius: 15px;
		margin-left: 0px;
	}
	.img-dashboard img {
		width: 190px;
	}
	.app-wrapper{
		font-size: 12px;
		padding-top: 20px;
	}
	.wrap-1{
		left:-21px;
	}
	.wrap-2{
		top: 0px;
    	right: 20px;
	}
	.wrap-3{
		top: -2px;
		left: -19px;
	}
	.backbtn {
		line-height: 1px;
		background-color: transparent!important;
	}
	.wrap-email{
		padding-left:0px;
	}
	.wrap-area{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 10px;
		font-size:14px;
	}
	.wrap-area1{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 10px;
		font-size:14px;
	}
	.wrap-edit{
		top: -1px;
    	left: -27px;
	}
	.wrap-email1{
		text-align: left;
    	padding-left: 77px;
	}
	.wrap-delete{
		top: -1px;
    	position: relative;
    	left: -23px;
	}
	.app-wrap1 h4{
		text-align: left;
    	padding-left: 0px;
	}
	.app-wrap-edit{
		top: -6px;
    	left: -11px;
	}
	.app-wrap-delete{
		top: -3px;
    	left: -10px;
	}
	.company-logo1 {
		position: absolute;
		left: 12px;
		top: 8px;
	}
	.app-wrap2, .app-wrap3, .app-wrap4{
		font-size:9px;
		text-align:left;
		padding-left: 50px!important;
	}
	.close {
		color: #fff!important;
		top: -42px;
    	left: 260px;
		position: relative;
	}
}


@media  only screen and (max-width: 480px){
	html, body{
		margin:0 auto;
		overflow-x:hidden;
	}
	.head-card{
		display:none!important;
	}
	.nav-tabs .nav-link {
		margin-left: 1px!important;
	}
	p {
		margin-top: 0;
		margin-bottom: 0rem;
	}
	.primary-row {
		height:auto;
	}
	.primary-row {
		padding-top: 20px;
		padding-bottom: 16px;
		background: #fff;
		color: #08213f;
		font-weight: 400;
		border-radius: 20px;
		margin-bottom: 20px;
		max-height: 218px;
		padding-right: 12px;
	}
	.application{
		display:block;
		color:#fff;
		background-color:#08213f;
		display:inline;
	}
	.job-title h4 {
		font-size: 16px;
	}
	.job-title h4 {
		padding-left: 60px;
		padding-top:6px;
	}
	.job-title p {
		padding-left: 60px;
	}
	.app-p{
		color:#fff;
		background-color:#08213f;
		border-radius: 10px;
	}
	.password{
		float: left;
		padding-bottom:10px;
	}
	.password a{		
		margin-left: -32px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		border-radius: 15px;
		margin-left: 0px;
	}
	.img-dashboard img {
		width: 190px;
	}
	.app-wrapper{
		margin: auto;
    	width: 38%!important;
		left: -46px;
	}
	.wrap-1{
		position:relative;
		left:-147px;
	}
	.wrap-2{
		position:relative;
		top: -43px;
    	right: -106px;
	}
	.wrap-3{
		position: relative;
    	top: -98px;
    	left: 300px;
	}
	.backbtn {
		line-height: 1px;
		background-color: transparent!important;
	}
	.wrap-email{
		text-align:left;
		padding-left:60px;
	}
	.wrap-area{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 35px;
	}
	.wrap-area1{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 0px;
	}
	.wrap-edit{
		top: -124px;
    	position: relative;
    	left: 296px
	}
	.wrap-email1{
		text-align: left;
    	padding-left: 77px;
	}
	.wrap-delete{
		top: -42px;
    	position: relative;
    	left: 298px;
	}
	.app-wrap1 h4{
		text-align: left;
    	padding-left: 0px;
	}
	.app-wrap-edit{
		top: -124px;
    	position: relative;
    	left: 294px;
	}
	.app-wrap-delete{
		top: -22px;
    	position: relative;
    	left: 298px;
	}
	.area-code{
		display:inline;
	}
	.company-logo1 {
		position: absolute;
		left: 12px;
		top: 8px;
	}
	.app-wrap2, .app-wrap3, .app-wrap4{
		text-align:left;
		padding-left: 60px!important;
	}
	.close {
		color: #fff!important;
		top: -32px;
		left: 156px;
		position: relative;
	}
	.delete-icon img {
		top: 4px;
	}
	.edit-icon i {
		position: absolute;
		left: 36px;
	}
	.img-edit1 {
		border-radius: 20px;
		padding: 6px;
		width: 30px;
		height: 50px;
	}
	.nav-tabs .nav-item {
		margin: 6px 4px;
	}
}
@media  only screen and (max-width: 420px){
	html, body{
		margin:0 auto;
		overflow-x:hidden;
	}
	.head-card{
		display:none!important;
	}
	.nav-tabs .nav-link {
		margin-left: 1px!important;
	}
	p {
		margin-top: 0;
		margin-bottom: 0rem;
	}
	.primary-row {
		height:auto;
	}
	.primary-row {
		padding-top: 20px;
		padding-bottom: 16px;
		background: #fff;
		color: #08213f;
		font-weight: 400;
		border-radius: 20px;
		margin-bottom: 20px;
		max-height: 218px;
		padding-right: 12px;
	}
	.application{
		display:block;
		color:#fff;
		background-color:#08213f;
		display:inline;
	}
	.job-title h4 {
		font-size: 16px;
	}
	.job-title h4 {
		padding-left: 60px;
	}
	.job-title p {
		padding-left: 60px;
	}
	.app-p{
		color:#fff;
		background-color:#08213f;
		border-radius: 10px;
	}
	.password{
		float: left;
		padding-bottom:10px;
	}
	.password a{		
		margin-left: -32px;
	}
	.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
		border-radius: 15px;
		margin-left: 0px;
	}
	.img-dashboard img {
		width: 190px;
	}
	.app-wrapper{
		margin: auto;
    	width: 41%!important;
		left: -14px;
	}
	.wrap-1{
		position:relative;
		left:-100px;
	}
	.wrap-2{
		position:relative;
		top: -43px;
    	right: -46px;
	}
	.wrap-3{
		position: relative;
    	top: -98px;
    	left: 202px;
	}
	.backbtn {
		line-height: 1px;
		background-color: transparent!important;
	}
	.wrap-email{
		text-align:left;
		padding-left: 59px;
	}
	.wrap-area{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 35px;
	}
	.wrap-area1{
		margin-bottom: -18px;
    	width: 65%!important;
    	text-align: left;
    	padding-top: 0px;
	}
	.wrap-edit{
		top: -22px;
    	position: relative;
    	left: 153px;
	}
	
	.wrap-delete{
		top: -22px;
    	position: relative;
    	left: 211px;
	}
	.app-wrap-edit{
		top: -36px;
    	position: relative;
    	left: 153px;
	}
	
	.app-wrap-delete{
		top: -39px;
    	position: relative;
    	left: 211px;
	}
	.area-code{
		display:inline;
	}
	.company-logo1 {
		position: absolute;
		left: 12px;
		top: 8px;
	}
	.app-wrap2, .app-wrap3, .app-wrap4{
		text-align:left;
		padding-left: 60px!important;
	}
	.close {
		color: #fff!important;
		top: -35px;
    	left: 133px;
		position: relative;
	}
	.delete-icon img {
		top: 2px;
	}
	.date-post{
		padding-left: 52px;
	}
	.img-edit1 {
		border-radius: 20px;
		padding: 6px;
		width: 30px;
		height: 50px;
	}
	.nav-tabs .nav-item {
		margin: 6px 4px;
	}
}