﻿.job-labels div {
    min-height:28px;
}

.job-values div {
    min-height: 28px;
}

.app-ar {
    min-height: 28px;
}
.tix-message {
    border: none !important;
    padding:0px !important;
}

.tix-pill--inprogress {
    background: var(--pill-short-bg);
    border-color: var(--pill-short-bd);
}
.tix-pill--resolved {
    background: var(--pill-sel-bg);
    border-color: var(--pill-sel-bd);
}

.pd-0 {
    padding-bottom:0px !important;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 100px;
}

.slick-slider {
  visibility: hidden;
  opacity: 0;
}

.slick-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.acc-tabs.fixedtab {
    position: fixed;
    top: 93px;
    z-index: 9;
    left: 0;
    width: 100%;
}
.no-job {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 225px;
    flex-direction: column;
}

    .no-job h4 {
        font-size: 16px;
        font-weight: 600;
        color: #535E6A;
        margin-top: 10px;
    }

    .no-job img {
        width: 45px;
    }