.feature-job.testimonail_active .prev-arrow {
    left: -60px;
}

.feature-job.testimonail_active .next-arrow {
    right: -60px;
}

.feature-job .slick-dots {
    display: none !important;
}

.displayJobContent {
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: 1;
    border: none;
}

.displayJobContent.border-dashed {
    border: 2px dashed #e4e5e8;
    border-radius: 8px;
}

.displayJobContent .job-details {
    height: 100vh;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 9px;
}

.job-post-company-logo{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: -20%;
    left: 2%;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 .125rem .25rem #2d2d2d1f,0 .0625rem .1875rem #2d2d2d29,0 0 .125rem #2d2d2d33;
}

.displayJobContent .no-details {
    padding: 25px;
}

.active-job .job-card {
    border: 2px solid #e05151 !important;
    border-radius: 9px;
}

.job-card:hover{
    border-color: #e05151 !important;
}

@media (min-width: 991px) and (max-width: 1399px) {
    .job-details-content {
        margin-top: 160px !important;
    }
    .job-post-company-logo{
        bottom: 10%;
    }
}

.job-top-bar-sticky{
    position: sticky;
    top: 0;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 5px;
}

.job-details-content {
    height: calc(100% - 220px);
    overflow-y: scroll;
    margin-top: 220px;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transform: translateY(0);
    padding-top: 0;
}

.job-details-content.remove_margin {
    transform: translateY(-220px);
}

.job-details-content h3{
    font-size: 24px !important;
    font-weight: 700;
}

.job-details-content h5{
    font-size: 15px !important;
    font-weight: 500;
    text-decoration: underline;
}

.company_banner img{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.company_banner {
    position: absolute;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    opacity: 1;
    transform: translateY(0);
    height: 210px;
    z-index: 1;
}

.company_banner.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.thai-custom-badge {
    padding: 2px 4px;
    max-width: 175px;
    /*background: #F3F2F1;*/
    border-radius: 3px;
    margin-left: 22px;
    --tw-bg-opacity: .5;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
    color: #212121;
    font-weight: 450;
}

.job-badge-content h6{
    font-weight: 600;
    margin-bottom: 5px !important;
}

h6.custom-name-logo{
    font-size: 28px;
    color: #0a53be;
}

.single-tag{
    display: flex;
    align-items: center;
    justify-content: center;
}

.candidate-sidebar-wrap{
    height: 100vh;
    width: 100%;
    border: 1px dashed #f3f2f1;
    border-radius: 9px;
    box-shadow: 0 6px 12px rgba(30,10,58,0.04);
    position: sticky;
    top: 0;
}

.random-color-candidate{
    background: #f3f2f1;
    padding: 20px 10px;
    border-radius: 10px;
    height: 100%;
}


.bg-blue-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity)) !important;
}
.bg-red-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity)) !important;
}
.bg-amber-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity)) !important;
}
.bg-emerald-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity)) !important;
}
.bg-purple-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity)) !important;
}
.bg-orange-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity)) !important;
}
.bg-slate-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(241 245 249 / var(--tw-bg-opacity)) !important;
}
.bg-pink-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(252 231 243 / var(--tw-bg-opacity)) !important;
}
.bg-cyan-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity)) !important;
}
.bg-violet-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity)) !important;
}
.bg-indigo-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity)) !important;
}
.bg-fuchsia-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(250 232 255 / var(--tw-bg-opacity)) !important;
}
.bg-teal-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity)) !important;
}
.bg-lime-100 {
    --tw-bg-opacity: .3;
    background-color: rgb(236 252 203 / var(--tw-bg-opacity)) !important;
}
.card-radio-btn{
    cursor: pointer;
}
.card-input-element:checked + .card::after {
    content: "\f058";
    color: #212121;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-6{z-index:6}.z-7{z-index:7}.z-8{z-index:8}.z-9{z-index:9}.z-10{z-index:10}

.th-right-3 {
    right: 3%;
}

.th-top-5 {
    top: 5%;
}

.bg-wavy-gradient{
    position: relative;
}

.bg-wavy-gradient img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: unset;
    object-position: bottom;
    z-index: 0;
    opacity: 0.25;
    border-radius: 12px;
}

.radius-12px{
    border-radius: 12px;
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50%;
    }
}

.file-border{border: 1px solid #ccc;width: 100%;padding: 0 5px;height: 34px;text-overflow: clip;opacity: 0;}
.upload-btn{display: block;width: calc(100% - 30px);height: 34px;border: 1px solid #ccc;position: absolute;top: 0;z-index: -1;padding-left: 78px;line-height: 34px; overflow: hidden; text-overflow: ellipsis; word-break: keep-all;}
.upload-btn::before{position: absolute;content: "Browse";background: #009140;color: #fff;height: 34px;width: 75px;line-height: 24px;padding: 5px;text-transform: uppercase;top: -1px;left: 0;}
