header .img-logo {
    height: 120px;
}
@media (max-width: 991px) {
    header .img-logo {
        height: 100px;
    }
}

.fancybox__backdrop {
    opacity: 0.6 !important;
}
.fancybox__content > .content-wrapper {
    background: transparent;
    height: auto;
    margin: -0.5rem;
}

.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.nav-item.has-badge,
.btn.has-badge,
.btn-group.has-badge {
    position: relative;
}
.nav-item.has-badge > .badge,
.btn.has-badge > .badge,
.btn-group.has-badge > .badge {
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    right: -9px;
    top: -6px;
}
.navbar .nav-item.has-badge > .badge,
.layout-top-nav .btn-group.has-badge > .badge {
    left: 1px;
    right: auto;
    top: 1px;
}


.user-employer .navbar {
    background-color: #54707e !important;
    border-color: #5d7886 !important;
}

.btn-login-apple {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.btn-login-facebook {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}
.btn-login-instagram {
    background-color: #bc00a9 !important;
    border-color: #bc00a9 !important;
}
.btn-login-google {
    background-color: #5382EC !important;
    border-color: #5382EC !important;
}
.btn-login-weixin {
    background-color: #5fce73 !important;
    border-color: #5fce73 !important;
}

.growl-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  margin-top: -3px;
}

.growl-close:hover {
  color: #000;
  text-decoration: none;
}

.growl-close:not(:disabled):not(.disabled):hover, .growl-close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.growl-close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.growl-close.disabled {
  pointer-events: none;
}

.grid-view th {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.kv-grid-table .action-button {
    white-space: nowrap;
    padding: 8.5px;
}
.table-striped .table tbody tr {
    background-color: transparent !important;
}
.card-header .card-tools {
    float: right;
    margin-top: -4px;
    margin-top: -4px;
}
.card-tools > .btn-sm {
    margin: -0.75rem 0;
}
.card-body.p-0 .table {
    margin-bottom: 0;
}
.card-body.p-0 .table-bordered tr>*:first-child {
    border-left: 0;
}
.card-body.p-0 .table-bordered tr>*:last-child {
    border-right: 0;
}
.card-body.p-0 .table tbody>tr>*:first-child,
.card-body.p-0 .table tfoot>tr>*:first-child,
.card-body.p-0 .table thead>tr>*:first-child {
    padding-right: .75rem;
}
.card-body.p-0 .table tbody>tr>*:last-child,
.card-body.p-0 .table tfoot>tr>*:last-child,
.card-body.p-0 .table thead>tr>*:last-child {
    padding-left: .75rem;
}
/* .card-body.p-0 .table tbody>tr>td:first-of-type,
.card-body.p-0 .table tbody>tr>th:first-of-type,
.card-body.p-0 .table tfoot>tr>td:first-of-type,
.card-body.p-0 .table tfoot>tr>th:first-of-type,
.card-body.p-0 .table thead>tr>td:first-of-type,
.card-body.p-0 .table thead>tr>th:first-of-type {
    padding-left: .75rem !important;
}
.card-body.p-0 .table tbody>tr>td:last-of-type,
.card-body.p-0 .table tbody>tr>th:last-of-type,
.card-body.p-0 .table tfoot>tr>td:last-of-type,
.card-body.p-0 .table tfoot>tr>th:last-of-type,
.card-body.p-0 .table thead>tr>td:last-of-type,
.card-body.p-0 .table thead>tr>th:last-of-type {
    padding-right: .75rem !important;
} */
.card-footer .pagination {
    margin-bottom: 0;
}
.not-set {
    color: #ddd;
    font-style: italic;
}

@media (max-width: 575.98px) {
    /* .site-index-banner-container .container,
    .site-index-banner-container > .container > .row > * {
        padding: 0;
    } */
    .site-index-banner {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.form-control-img-remove-trigger {
    cursor: pointer;
    display: inline-block !important;
    position: relative;
}
.form-control-img-remove-trigger:after {
    content: "\f00d";
    color: #a94442;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    transition: opacity 0.15s linear;
    cursor: pointer;
}
.form-control-img-remove-trigger:hover:after {
    opacity: 0.6;
}
.has-feedback.has-size-lg .form-control-feedback {
    top: 1px !important;
}
.rating-input {
    position: absolute;
}

.kv-container-from, .kv-container-to {
    padding: 0 !important;
    border: 0 !important;
}
.kv-container-from .bootstrap-timepicker-widget .form-control {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.select2-container--bootstrap4 .select2-selection__clear {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-dropdown__group-trigger .select2-results__group {
    cursor: pointer;
}
.select2-dropdown__group-trigger .select2-results__group:hover {
    color: #fff;
    background-color: #007bff;
}
.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 30em;
}

.company-logo {
    max-height: 100%;
    max-width: 100%;
    /* height: 100px; */
    width: 100px;
}
.kv-grid-table .company-logo {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
    height: 50px;
    width: auto;
}

.webalert-wrapper {
    color: #FFF;
    background: #F0AA82;
    padding-top: 10px;
    padding-bottom: 10px;
}
.webalert-wrapper button.close {
    color: #FFF;
    opacity: 1;
    margin-top: -1px;
}
.webalert-wrapper .webalert {
    padding-right: 34px;
    font-weight: normal;
}
.webalert-wrapper .webalert p {
    margin: 0;
}

.blog-featured_image {
    width: 100%;
    height: 200px;
    object-fit: cover !important;
}

@media (min-width: 768px) {
    .page-index-type2:not(.page-index-type2-layout1) .blog-featured_image {
        width: auto;
        height: 180px;
        min-height: 100%;
        object-fit: fill;
    }
}
.blog-summary {

}
.blog-summary p {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    height: auto;
    word-break: break-all;
    color: #000;
    margin-bottom: 0;
}

.job-job_no {
    margin-left: 5rem!important;
    font-size: 70%;
    font-weight: 400;
    color: rgba(0,0,0,.5)!important;
}
.job-card {
    color: #212529 !important;
}

.job-bg-fulltime {
    color: #ffffff !important;
    background-color: #d1804c !important;
}
.job-bg-parttime {
    color: #ffffff !important;
    background-color: #75949b !important;
}
.job-bg-temp {
    color: #ffffff !important;
    background-color: #b0504b !important;
}
.job-workaddress {
    font-size: 1.1rem;
    font-weight: 500;
}
.job-workaddress-district {
    font-size: 0.9rem;
    font-weight: 200;
}
label .job-workaddress,
label .job-workaddress-district {
    /* font-weight: 500; */
}

.field-jobapplicationform-workaddress_ids .invalid-feedback {
    font-size: 1rem;
}