﻿.job-muthed {
    color: #999999 !important;
}

@media only screen and (max-width: 768px) {
    .btn-in {
        border-radius: 0 !important;
    }

    .btnSearch {
        border-radius: 0 4px 4px 0 !important;
    }
}

.job-card-panel {
    background-color: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 5px rgba(210, 210, 210, 0.4);
    border-radius: 4px;
    transition: .7s all;
    margin-bottom: 16px;
}

.job-border-color {
    border: solid 1px #004272;
}

.job-border-color2 {
    border: 1px solid #00609b;
}

.border-new {
    border: 1px solid #707070;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.01);
    }

    100% {
        transform: scale(1);
    }
}

@media only screen and (min-width: 992px) {
    .modal.TelMessage .modal-dialog {
        width: 400px;
    }

    .modal.TelMessage.fade .modal-dialog {
        left: -40%;
        top: -30%;
    }

    .modal.TelMessage.fade.show .modal-dialog {
        left: 0;
        top: 0;
    }
}

@media only screen and (max-width: 992px) {
    .modal.TelMessage .modal-dialog {
        width: auto;
    }
}

.filter-tag {
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 8px;
    margin: 14px 14px 0 0;
    color: #2A2A2A !important;
    text-decoration: none !important;
    border-radius: 100px;
    border: 2px solid #F3F3F3;
    background: #F3F3F3;
}


.topjob {
    border-bottom: 1px solid #f1eded;
    min-height: 60px;
}

.jobs-card {
    background: #FFFFFF;
    padding: 15px;
    margin-bottom: 14px;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802);
    border-radius: 4px;
}

.jam-jobs .jobs-card:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.jam-jobs .jobs-card:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.topjob:hover {
    background-color: #F2F6FA;
}

.scale-link {
    display: inline-block;
    transition: .4s all;
}

    .scale-link:hover {
        transform: scale(1.05);
    }

/*---alerts---*/
.job-alert-card {
    position: relative;
    padding: 17px;
    background: linear-gradient(45deg, #FFFFFF 17.95%, #FBFDFF 44.35%, #F0F7FF 69.84%, #DCEDFF 94.96%, #C1DFFF 119.71%, #BDDDFF 122.86%);
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 16px;
}

.animation-message {
    transition: all 1.5s;
    height: 34px;
    background: #FF7000;
    border: 1px solid rgba(228, 228, 228, 0.7);
    border-radius: 4px;
}

.img-block {
    min-height: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
}

.top-description,
.top-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.top-description {
    -webkit-line-clamp: 2;
}

.top-title {
    -webkit-line-clamp: 1;
}

.job-info-tag {
    color: rgba(0, 0, 0, 0.6) !important;
    display: inline-block;
}

@media only screen and (max-width: 768px) {
    .job-filters {
        z-index: 5;
        position: absolute;
        top: 125px;
        padding-left: .25rem;
        padding-right: .25rem;
    }
}

/*facets*/
.jobfacets {
    font-family: 'arianamu';
    font-style: normal;
}

.facets-header {
    margin: 25px 0 27px;
}

.down-to {
    display: none;
    transform: rotate(180deg);
}

.btnIconic.collapsed .down-to {
    display: inline-block;
}

.btnIconic .down-to {
    display: none;
}

.btnIconic.collapsed .up-to {
    display: none;
}

.btnIconic .up-to {
    display: inline-block;
}
/*----*/
.boostedbox {
    width: 65px;
    height: 65px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

@media (max-width:370px) {
    .jobcard-desc {
        padding: 0px !important
    }

    .bookmarkcol {
        padding-left: 0 !important;
    }
}

.job-alert-panel {
    border-radius: 4px;
    border-top: 3px solid #537CE5;
    background: #F1F5FE;
    box-shadow: 0px 2px 5px 0px rgba(210, 210, 210, 0.40);
    padding: 22px 15px;
    margin-bottom: 16px;
}

@keyframes ring {
    0% {
        transform: rotate(0);
    }

    1% {
        transform: rotate(30deg);
    }

    3% {
        transform: rotate(-28deg);
    }

    5% {
        transform: rotate(34deg);
    }

    7% {
        transform: rotate(-32deg);
    }

    9% {
        transform: rotate(30deg);
    }

    11% {
        transform: rotate(-28deg);
    }

    13% {
        transform: rotate(26deg);
    }

    15% {
        transform: rotate(-24deg);
    }

    17% {
        transform: rotate(22deg);
    }

    19% {
        transform: rotate(-20deg);
    }

    21% {
        transform: rotate(18deg);
    }

    23% {
        transform: rotate(-16deg);
    }

    25% {
        transform: rotate(14deg);
    }

    27% {
        transform: rotate(-12deg);
    }

    29% {
        transform: rotate(10deg);
    }

    31% {
        transform: rotate(-8deg);
    }

    33% {
        transform: rotate(6deg);
    }

    35% {
        transform: rotate(-4deg);
    }

    37% {
        transform: rotate(2deg);
    }

    39% {
        transform: rotate(-1deg);
    }

    41% {
        transform: rotate(1deg);
    }

    43% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

.bell-icon.bell-animation {
    animation: ring 4s ease-in-out 1;
    transform-origin: 50% 4px;
    animation-play-state: running;
}

    .bell-icon.active,
    .bell-icon.bell-animation.active {
        animation-play-state: paused;
    }

.searchnoresult-job ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-sectionmob {
    display: none;
}

@media (max-width: 768px) {
    .bottom-choose {
        border-top: 1px solid #E6E6E6;
        background: #FFF;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        padding: 10px;
        position: sticky;
        width: 100%;
        left: 0;
        z-index: 99999 !important;
        margin-top: 20px;
        bottom: 0px;
    }

    .img-block {
        min-height: 54px;
        max-height: 54px;
        width: 54px;
        height: 54px;
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    .jobs-card-mob {
        padding: 15px 15px;
        border: 1px solid #0302290D;
        border-radius: 0px;
        box-shadow: 1px 5px 20px 0px #0302290D;
        overflow: hidden;
    }

    .job-card-panel {
        border-radius: 0px;
    }

    .jobfacets {
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }

        .jobfacets.collapsing {
            transform: translateX(100%);
        }

        .jobfacets.show {
            transform: translateX(0);
            position: fixed;
            right: 0px;
            top: 70px;
        }

    .closesets {
        background: transparent;
        border: none;
        z-index: 999;
    }

    .bottom-sectionmob {
        background: white;
        padding: 15px;
        box-shadow: 0px 0px 20px 0px #00000026;
        width: 100%;
        z-index: 99;
        bottom: 0px;
        transition: all 0.3s ease-in-out;
        display: block;
        position: sticky;
    }

    .apl-filters {
        width: 100%
    }

    .job-industries {
        overflow-y: auto;
        height: calc(100vh - 135px);
    }

    .dim-name {
        font-size: 14px !important;
        width: 290px;
    }
}

.checkbox-button {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    border-radius: 6px;
    border: 1px solid #797979;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 365px;
    transition: background-color 0.3s ease;
}

    .checkbox-button input {
        position: absolute;
        accent-color: #0E46A1;
        visibility: hidden;
    }

    .checkbox-button.checked {
        border: 1px solid #4D86F0;
        background: #0E46A1;
    }

    .checkbox-button input[type="checkbox"]:checked::after {
        content: url(/Content/createjobIcon/Mark.svg);
        width: 10px;
        height: 10px;
        display: inline-block;
        position: absolute;
        visibility: visible;
        top: -4px;
    }

    .checkbox-button.checked > label > span {
        margin-left: 15px;
    }

    .checkbox-button .dim-name {
        vertical-align: middle;
        width: auto;
        color: #797979;
    }

    .checkbox-button.checked .dim-name {
        color: white;
    }

.sp-job {
    top: 12px !important;
}

.card-body-child {
    display: block;
    position: fixed;
    height: calc(100vh - 135px);
    z-index: 9999;
    top: 0px;
    padding-top: 30px;
    background: white;
    overflow-y: auto;
    width: 100%;
}

.hd-filter-child {
    top: 12px;
    left: 12px;
}

.facetchild {
    right: -100%;
    overflow-x: hidden;
    position: absolute;
    width: 100%;
    overflow-y: auto;
}

.facetheader {
    border-bottom: 1px solid #0000001A !important;
    padding: 20px 0 !important;
}

.prevfacet {
    position: relative;
    left: -4px;
}

.filters-tag-box::-webkit-scrollbar {
    display: none;
}

.search-box-mobile {
    width: 100%;
    padding: 15px;
    background: white;
    height: 100vh;
    z-index: 99;
    top: 70px;
}

.close-search-img {
    position: absolute;
    top: 12px;
    right: 15px;
    width: 20px;
}

.recent-searches-box {
    margin-top: 24px;
}

.CreateJobAlertText {
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.tooltip.show {
    opacity: 1 !important;
}

.card-job-item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

.facetheader:has(div[data-id="accordion-5"]):last-child {
    border-bottom: unset !important;
}

@media (max-width: 1200px) {
    .cr-job-alert {
        flex-wrap: wrap;
    }
}

.job-alert-text {
    max-width: 205px;
}

.dim-checkbox {
    min-width: 18px !important;
    min-height: 18px !important;
}

@media (min-width: 1200px) {
    .job-filters {
        min-width: 370px;
    }
}

.btnIconic > img {
    transition: 0.3s ease;
}

.filterSelected-box {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

    .filterSelected-box > span {
        margin-right: 2px;
    }

@media (min-width: 769px) {
    .info-tags-block {
        max-width: 100%;
        margin-top: 5px;
        margin-left: 12px;
    }
}

@media (max-width: 769px) {
    .info-tags-block {
        margin-left: -52px;
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }

    .job-titlelink {
        line-height: 26px;
        letter-spacing: 0em;
        text-align: left;
        color: black;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .job-info-tag {
        display: flex;
        align-items: center;
    }
}
