/* .topbar-brand img{
    max-height: 30px;
} */

.header{
    padding: 200px 100px;
    background-position: center;
    background-size: cover;
    height: 650px
}
.offer-header{
    padding: 200px 100px;
    background-position: center;
    background-size: cover;
    height: 300px
}

.card{
    border-radius: 4px ;
}

.job-opening-card:hover .card {
    background: var(--main-color);
    border-color: var(--main-color);
}


.job-opening-card:hover .card h5, .job-opening-card:hover .card small, .job-opening-card:hover .card .text-info, .job-opening-card:hover .card span {
    color: #fff !important;
}

.job-opening-card .card .text-info {
    color: var(--main-color) !important;
}

.job-filters .btn-outline.btn-info.active, .job-filters .btn-outline.btn-info:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #ffffff;
}

.job-filters .btn-outline.btn-info{
    color: var(--main-color);
    border-color: var(--main-color);
}

.topbar-right .btn-primary{
    background: var(--main-color);
    border-color: var(--main-color);
}

.theme-color{
    color: var(--main-color) !important;
}

.theme-background{
    background: var(--main-color) !important;
}

.btn.theme-background, .btn.theme-background:hover{
    background: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

/* .sidebar{
    padding: 0 20px;
} */

.select-file{
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #c9d7df;
    cursor: pointer;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #ee1127;
}

.company-title{
    margin-bottom: 0.5rem;
}

a.applyWithLinkedin {
    display: block;
    text-align: center;
}

.select2-container--default .selection .select2-selection.select2-selection--single {
    border: none;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered {
    color: inherit;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 50%;
}

/***************************************************
                    NEW CSS
***************************************************/

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf) format("OTF");
    /* font-weight: 400; */
    font-style: normal;
}

.rounded-pill {
    border-radius: 50rem!important;
}

.border-none{
    border:0px;
}

.height-50{
    height: 50px;
}

.height-48{
    height: 48px;
}

.position-relative{
    position: relative;
}

.bg-img-shape{
    background-image: url('../img/banner-shape.svg');
    overflow: hidden;
    /* height: 600px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f4f7f6;
}

.main-content{
    background-color: #f4f7f6;
}

.card-location span, .site-footer a, .site-footer p{
    color: #000000;
}

.site-footer a:hover{
    color: #494949;
}

.location-search .dropdown .btn{
    color: #000000;
}

.location{
    width: 25%;
}

.space{
    width: 1%;
}

.designation{
    width: 49%;
}

.text-color{
    color: #3d3d3d;
}

.space:before{
    border-left: 1px solid #dcdada;
    position: absolute;
    top: 11px;
    height: 35px;
    content: '';
    left: 5px;
}

.job-detail-header .header{
    height: 370px;
}

.bb-1{
    border-bottom: 1px solid #f4f7f6;
}

u{
    text-underline-position: under;
}

.select2-container--default .selection .select2-selection.select2-selection--single{
    background-color: transparent;
}

.select2-container--default .selection .select2-selection.select2-selection--single .select2-selection__rendered{
    line-height: 34px !important;
    text-align: left !important;
    padding: 0px 20px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.select2.select2-container.select2-container--default{
    width: 100% !important;
}

.select2-dropdown.select2-dropdown--below{
    border-radius: 4px;
    margin-top: 20px;
    outline: none !important;
}

.select2-search--dropdown .select2-search__field{
    outline: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000000 !important;
    color: white;
}

.fixed{
    position: sticky;
    top: 1px;
}

.search-btn .btn{
    width: 97.5%;
}

@media (max-width:767px) {
    .select2-dropdown.select2-dropdown--below{
        margin-top: 0px !important;
    }
    .topbar-brand img {
        max-width: 145px !important;
    }
    .header{
        height: 460px;
    }
    .header .mb-30 {
        margin-bottom: 15px !important;
    }
    .header .mb-40 {
        margin-bottom: 25px !important;
    }
    .location-search{
        display: block !important;
        border-radius: 4px !important;
    }
    .location, .designation, .location-search .search-btn{
        width: 100% !important;
        border-bottom: 1px solid #f4f7f6;
        border-radius: 0px !important;
    }
    .search-btn{
        padding: 12px;
    }
    .search-btn .btn{
        margin-right: auto !important;
        width: 100%;
    }
}

/* Estilos <hr> LINE */
hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 {
  border-top: 1px dashed #8c8b8b;
}
hr.style16:after {
  content: '\002702';
  display: inline-block;
  position: relative;
  top: -12px;
  left: 40px;
  padding: 0 3px;
  background: #f0f0f0;
  color: #8c8b8b;
  font-size: 18px;
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 {
  height: 30px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 1px 0 0 0;
  border-radius: 20px;
}
hr.style18:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: #8c8b8b;
  border-width: 0 0 1px 0;
  border-radius: 20px;
}
