/* ================================= */
/* Buttons */
.paged-job-cat-wrap .btn-clear {
    background-color: #5F6673;
    color: white;
}


/* ================================== */
/* Paged Job Brief (The job list itself) */
.paged-job-wrap h1,
.paged-job-wrap h2,
.paged-job-wrap h3 {
    color: #3D3E40;
    margin: unset;
    font-size: 1.2rem;
}
.paged-job-wrap p,
.paged-job-wrap span {
    color: #424242;
    margin: unset;
}
.paged-job-wrap a {
    color: unset;
    text-decoration: unset;
}
.paged-job-wrap {
    overflow: hidden;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
    transition: .1s all ease-in-out;
}
.paged-job-wrap:after {
    content: "";
    height: 1px;
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(168, 168, 168, 0.5);
    margin: 0 auto;
}
    .paged-job-wrap:hover {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    }

.paged-job-inner-wrap {
    padding: 15px 0;
}
.paged-job-apply {
    width: 75px;
    height: 100%;
    background-color: #3D3E40;
    transition: 0.1s all ease-in-out;
    transform: translateX(75px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
    .paged-job-apply:hover {
        text-decoration: unset;
    }
.paged-job-apply p {
    font-size: 14px;
    color: white !important;
}
    .paged-job-wrap:hover .paged-job-apply {
        transform: translateX(0px);
        opacity: 1;
        visibility: visible;
    }

.paged-job-sm-icon {
    height: 15px;
    display: inline-block;
}
.paged-job-detail {
    width: 60px;
    position: relative;
    display: flex;
}
.detail-slider {
    position: absolute;
    height: 13px;
    opacity: .5;
}
.detail-slider-holder {
    width: 100%;
    height: 100%;
    display: inherit;
    position: absolute;
}
    .detail-slider-holder.first {
        justify-content: flex-start;
    }
    .detail-slider-holder.second {
        justify-content: center;
    }
    .detail-slider-holder.third {
        justify-content: flex-end;
    }
.paged-job-list-head:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #797C7F;
    width: 100%;
}
.paged-job-list-head p {
    margin: unset;
}
.paged-job-list-head-wrap {
    position: sticky;
    background: white;
    top: 0px;
    z-index: 1;
    padding: 0 15px;
}
.paged-job-cat-foot-wrap {
    position: sticky;
    background: white;
    bottom: 0;
    z-index: 20;
}


/* ================================== */
/* Fonts */
.paged-job-text-xs {
    font-size: 14px;
    color: #797C7F;
}
.paged-job-text-sm {
    font-size: 16px;
    color: #797C7F;
}

/* =============================== */
/* Slider */
/* Slider background*/
.e-control-wrapper.e-slider-container.e-horizontal .e-slider-track {
    top: 50% !important;
    transform: translate(0px, -50%) !important;
    height: 14px !important;
    border-radius: 50px !important;
    border: 1px solid #797C7F;
    background: #B7BABF !important;
    left: -7px !important;
    width: calc(100% + 14px) !important;
}
/* Slider button */
.e-control-wrapper.e-slider-container.e-horizontal .e-handle {
    top: 50% !important;
    transform: translate(0px, -50%) !important;
    background-color: white !important;
    border: 1px solid #797C7F !important;
}

/* ================================= */
/* Category Dropdown Button */
.ui-panel-titlebar{
    position: relative;
}
.ui-panel-titlebar-toggler {
    display: block;
    height: 24px !important;
    width: 100% !important;
    background-color: transparent !important;
    position: absolute;
    left: -30px !important;
    top: 1px;
}
.ui-panel-titlebar-toggler .pi.pi-fw.pi-plus:before,
.ui-panel-titlebar-toggler .pi.pi-fw.pi-minus:before{
    content: unset !important;
}
.ui-panel-titlebar-toggler .pi.pi-fw {
    background-image: url(../../../../images/icons/paged-jobs-brief-icons/chevron-right.svg);
    transition: all .15s ease-in-out;
    height: 100%;
    width: 24px;
    display: block;
}
    .ui-panel-titlebar-toggler .pi.pi-fw.pi-minus {
        transform: rotate(90deg) !important;
    }
.e-treeview {
    margin-left: -30px;
}
.e-ul:nth-child(n+1){
    padding-left: 10px;
}

.paged-job-cat-head .e-control.e-btn.e-lib.btn-clear {
    z-index: 200;
    position: relative;
    border-radius: 5px;
}
.paged-job-cat-wrap button{
    border-radius: 5px;
}
/* ================================= */
/* Category Dropdowns */
.paged-job-cat-head {
    padding: unset !important;
}
    .paged-job-cat-head h3{
        font-size: 1.3rem;
    }
.ui-panel-content {
    margin: unset !important;
}
.paged-job-cat-wrap {
    position: sticky;
    top: 80px;
}
.paged-job-cat-list {
    max-height: 180px;
    overflow-y: auto;
}
    .paged-job-cat-list::-webkit-scrollbar {
        width: 7px !important;
    }
    .paged-job-cat-list::-webkit-scrollbar-thumb {
        background-color: #F4F8FF;
        border-radius: 10px;
    }
.paged-job-cat-list .text-info {
    color: #84878C !important;
}
.paged-job-cat-list .e-checkbox-wrapper .e-frame.e-check,
.paged-job-cat-list .e-css.e-checkbox-wrapper .e-frame.e-check,
.paged-job-cat-list .e-checkbox-wrapper .e-frame.e-stop,
.paged-job-cat-list .e-css.e-checkbox-wrapper .e-frame.e-stop {
    background-color: #5F6673;
    border-color: #5F6673;
    border-radius: 5px;
}
    .paged-job-cat-list .e-checkbox-wrapper .e-frame.e-check:hover,
    .paged-job-cat-list .e-css.e-checkbox-wrapper .e-frame.e-check:hover,
    .paged-job-cat-list .e-checkbox-wrapper .e-frame.e-stop:hover,
    .paged-job-cat-list .e-css.e-checkbox-wrapper .e-frame.e-stop:hover {
        background-color: #84878C;
        border-color: #84878C;
    }

/* ================================= */
/* Category loading spinner */
.paged-job-comp-holder {
    height: 100%;
    width: 100%;
}
.paged-job-list-loading {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
}
.lds-default {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #3D3E40;
    border-radius: 50%;
    animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px;
}
.lds-default div:nth-child(2) {
    animation-delay: -0.1s;
    top: 22px;
    left: 62px;
}
.lds-default div:nth-child(3) {
    animation-delay: -0.2s;
    top: 11px;
    left: 52px;
}
.lds-default div:nth-child(4) {
    animation-delay: -0.3s;
    top: 7px;
    left: 37px;
}

.lds-default div:nth-child(5) {
    animation-delay: -0.4s;
    top: 11px;
    left: 22px;
}
.lds-default div:nth-child(6) {
    animation-delay: -0.5s;
    top: 22px;
    left: 11px;
}
.lds-default div:nth-child(7) {
    animation-delay: -0.6s;
    top: 37px;
    left: 7px;
}
.lds-default div:nth-child(8) {
    animation-delay: -0.7s;
    top: 52px;
    left: 11px;
}
.lds-default div:nth-child(9) {
    animation-delay: -0.8s;
    top: 62px;
    left: 22px;
}
.lds-default div:nth-child(10) {
    animation-delay: -0.9s;
    top: 66px;
    left: 37px;
}
.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px;
}
.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px;
}
@keyframes lds-default {
    0%, 20%, 80%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
    }
}


/* ====================================== */
/* Pagination block */
.dx-pager {
    margin: 10px 0px;
}
.dx-pager .page-link {
    font-size: 12px;
    padding: 4px 13px !important;
    color: #B7BABF !important;
}
.dx-pager .page-item.active .page-link {
    color: white !important;
    background-color: #DBDFE5;
    border-color: #DBDFE5;
}
.page-item .dxbs-pager-prev,
.page-item .dxbs-pager-next,
.page-item .dxbs-pager-first,
.page-item .dxbs-pager-last {
    color: #B7BABF;
}
.page-item.disabled .dxbs-pager-prev,
.page-item.disabled .dxbs-pager-next,
.page-item.disabled .dxbs-pager-first,
.page-item.disabled .dxbs-pager-last {
    color: #D8E9F0;
}
.page-item.disabled .page-link,
.page-link {
    border-color: #D8E9F0;
}
/* =============== */
/* Message Square */
/* Created to keep icon inline with the icons above it */
.job-brief-message-icon-wrapper {
    width: 29px !important;
    height: 100% !important;
    position: relative;
}
@media screen and (max-width: 992px){
    .job-brief-message-icon-wrapper{
        width: 22px !important;
    }
}
@media screen and (max-width: 470px){
    .job-brief-message-icon-wrapper{
        flex: 0%;
    }
}


/* ============================ */
/* Job Filter */
.job-filter {
    display: none;
    height: 40px;
    width: 100%;
    background: #B7BABF;
    text-align: center;
    position: sticky;
    justify-content: center;
    align-items: center;
}
    .job-filter .text {
        font-size: 16px;
        color: inherit;
        top: -1px;
        position: relative;
        left: 5px;
    }
        .job-filter .text:after {
            content: "Filter";
        }

        .job-filter .text.active:after {
            content: "Close";
        }
    .job-filter .filter-open-close-img{
        width: 20px;
        height: 20px;
    }