:root {
    --font-color: #1C120D;
    --nav-primary: #C8460E;
    --nav-secondary: #C8460E;

    --font-extralight: 'Sweet Sans Pro Extra Light';
    --font-regular: 'Sweet Sans Pro Regular';
    --font-medium: 'Sweet Sans Pro Medium';
    --font-bold: 'Sweet Sans Pro Bold';
    --font-extrabold: 'Sweet Sans Pro Heavy';
}

body {
    font-family: var(--font-regular);
    color: var(--font-color);
}

.nav-primary {
    background-image: linear-gradient(90deg, var(--nav-primary), var(--nav-secondary));
    font-family: var(--font-light);
    z-index: 10;
}

.header-nav.navbar {
    padding: 0 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.brand-logo img {
    max-height: 50px;
    background: #fff;
    padding: 4px;
}

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.header-nav .nav-link {
    display: block;
    padding: 0;
    color: #fff;
}

.header-nav .center {
    padding: 10px;
}

.header-nav .center {
    padding: 10px;
}

.stackroot-primary-header .dropdown-toggle::after {
    display: none;
}

.b-l-r {
    border-right: 1px solid hsla(0, 3.6%, 89%, .23921568627450981);
    border-left: 1px solid hsla(0, 3.6%, 89%, .23921568627450981);
}

.stackroot-primary-header .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto;
}

.stackroot-primary-header .navbar-nav .nav-link:hover,
.stackroot-primary-header .navbar-nav .nav-link.show {
    color: #fff;
}

.nan-dropdown-angle {
    background-image: url(../images/nav-down-arrow.svg);
    width: 11px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 10px;
}

.welcome {
    font-family: var(--font-extralight);
    line-height: 1;
}

.navtable {
    text-align: right;
    color: #fff;
}

/* =========== End Header =============== */

.qualtydist {
    margin-top: 25px;
    margin-bottom: 50px;
}

.pagetitle h2 {
    font-family: var(--font-bold);
    font-size: 2rem;
}

.sitecontent-sec {
    margin-top: 25px;
}

.verty-hory-side {
    display: flex;
    align-items: flex-start
}

.verty-side {
    background: #FCFAF7;
    padding: 20px;
    min-height: 75vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 1rem;
    min-width: 220px;
}

.verty-side.nav-pills .nav-link {
    padding: 0.375rem 1.2rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-family: var(--font-medium);
    margin-bottom: .5rem;
    text-align: left;
    color: var(--font-color);
}

.verty-side.nav-pills .nav-link.active {
    background-color: #F2EBE8;
    color: var(--font-color);
}

.verty-tab-content {
    padding: 20px 0;
    margin: 0 2rem;
    width: calc(100% - 300px);
}

.hory-side {
    margin-bottom: 1rem;
    gap: 15px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    padding-bottom: 5px;
}
.hory-side::-webkit-scrollbar {
    height: 3px;
}
 
.hory-side::-webkit-scrollbar-thumb {
    border-radius: 0rem;
    background-color: #d4d4d4;
}
 
.hory-side::-webkit-scrollbar-track {
    background: #f2f2f2;
}
.hory-side.nav-pills .nav-link {
    background-color: #F2EBE8;
    color: var(--font-color);
    padding: 0.375rem 1.2rem;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-family: var(--font-medium);
}

.hory-side.nav-pills .nav-link.active {
    background-color: var(--nav-primary);
    color: #fff;
}

.jobs-company-logo {
    height: 60px;
    width: 60px;
    border-radius: 12px;
}

.list-card-tile {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    list-style: none;
    padding-left: 0;
    width: 100%;
}

.list-card-tile:last-of-type {
    border-bottom: 0px solid #E6E6E6;
}

#more {
    display: none;
}

.morelasslink {
    background: none;
    border: none;
    color: var(--nav-primary);
    display: block;
    padding-left: 0;
}

.morelasslink::after {
    background-image: url(../images/learnmore.svg);
    display: inline-block;
    width: 16px;
    height: 9px;
    content: "";
    background-repeat: no-repeat;
    margin-left: 7px;
}

.job-img-sec {
    width: 100px;
}

.job-titledesc-sec {
    width: calc(100% - 300px);
}

.job-more-btn-sec {
    width: 200px;
    text-align: right;
}

.job-more-btn-sec .primary-btn-custom {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

h3.job-title {
    line-height: 1;
    font-size: 22px;
    font-family: var(--font-medium);
}

.flex-list ul {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    color: var(--nav-primary);
    margin-bottom: 1rem;
}

.flex-list ul li {
    list-style-type: none;
    display: inline;
}

.flex-list li:not(:first-child):before {
    content: " | ";
}

.job-card-desc {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.primary-btn-custom {
    background: var(--nav-primary);
    border: 0;
    color: #fff;
    padding: .5rem 1rem;
    border-radius: 12px;
    white-space: nowrap;
}

.secondry-btn-custom {
    background: #F2EBE8;
    border: 0;
    color: #000;
    padding: .5rem 1rem;
    border-radius: 12px;
}

.diffcontent {
    width: 80%;
}

.formsubject {
    color: #995E4D;
    font-size: 14px;
}

.progresssteps .progress {
    height: 10px;
    background: #E8D6D1;
}

.progresssteps .progress-bar {
    background-color: var(--nav-primary);
    border-radius: 20px;
}

.multistepsform {
    margin-top: 30px;
}

.inrtitle {
    font-family: var(--font-bold);
}

.actionformbtns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
    margin-top: 3rem;
}

/*----------multiple-file-upload-----------*/
.uploadedfiles {
    list-style: none;
    padding-left: 0;
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    background: #f1f1f17d;
    padding: 8px 16px;
    border-radius: 12px;
    margin-bottom: .5rem;
}

/* Detailed Page */

.detailview {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.detailview .jobs-company-logo {
    height: 107px;
    width: 107px;
    border-radius: 12px;
}

.detailview .job-img-sec {
    width: 127px;
}

.limitedtag {
    font-family: var(--font-medium);
    color: #6D6D6D;
    font-size: 15px;
    line-height: 1.2;
    display: block;
}

.detailview .job-title {
    line-height: 1.6;
    font-size: 36px;
    font-family: var(--font-medium);
}

.job-detailed-description {
    margin-top: 2rem;
}

.job-detailed-description h4 {
    font-family: var(--font-medium);
}

.job-detailed-description .sectionwisedetails {
    margin-bottom: 2rem;
}

.detailview .diffcontent {
    width: 100%;
}

.detailview .job-titledesc-sec {
    width: calc(100% - 127px);
}

ol ul {
    list-style-type: disc;
}

.sectionwisedetails ol {
    padding-left: 20px;
}

.sectionwisedetails ol ul {
    padding-left: 3px;
}

.sectionwisedetails ul {
    padding-left: 23px;
}

.disabled-btns {
    opacity: .6;
}

.detailspg-actionbtns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 1.5rem;
}

.videoprepare {
    margin-top: .5rem;
}

.videoprepare {
    margin-top: 20px;
    margin-bottom: 50px;
}

.prepareheading {
    font-family: var(--font-bold);
}

.prepare-actionbtns {
    display: flex;
    justify-content: end;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}

/* My Profile */
.userheader-inline {
    list-style: none;
    padding-left: 0;
    display: flex;
    align-items: normal;
    justify-content: space-between;
}

.uiandtitle {
    display: flex;
    align-items: normal;
    gap: 20px;
}

/* .uisec {
    background-image: url(../images/default-avatar.webp);
    width: 128px;
    height: 128px;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
    position: relative;
}

.uisec:hover .userprofile-edit {
    position: absolute;
    padding: 5px;
    border-radius: 100%;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255, .9);
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:  0.4s ease-in-out;
} */


.uisec {
    border-radius: 50%;
    height: 128px;
    width: 128px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
    background-image: url(../images/default-avatar.webp);
}

.uisec:hover .userprofile-edit {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgb(200 70 14 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50%;
    border-radius: 0 0 999px 999px;
    transition: opacity 30s ease-in-out;
}

.uisec:hover .userprofile-edit .editicon {
    background-image: url(../images/edit-icon-theme.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
}

.my-profile-avatar {
    width: 128px;
    height: 128px;
    object-position: center;
    object-fit: cover;
    border-radius: 100%;
    background: #eeeeee;
}


.shareicon {
    background-image: url(../images/share.svg);
    width: 11px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.usertitle {
    font-family: var(--font-extrabold);
}

.userdesctitle span {
    color: #995E4D;
    display: block;
}

.primary-btn-custom.withiconbtn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.profilebtnsheader {
    display: flex;
    gap: 20px;
}

.abovetabsview .nav-link {
    color: #995E4D;
    font-family: var(--font-bold);
    border-bottom: 3px solid #E5E8EB;
}

.tabcontentsections {
    margin: 2rem 0;
}

.myprofile-section-heading {
    font-family: var(--font-bold);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.myprofile-section-heading:first-of-type {
    margin-top: 0rem;
}

.potray-imgsec {
    height: 263px;
    margin-bottom: .5rem;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.linkssection {
    background: #FCFAF7;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.headtitle p {
    margin-bottom: 0;
}

.headtitle span {
    color: #995E4D;
    font-size: 14px;
}

.sharelinks {
    background-image: url(../images/linkshare.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.form-control {
    background: #FCFAF7;
    border: 1px solid #E8D6D1;
    padding: 10px .75rem;
}

.reportcard {
    border: 1px solid #E8D6D1;
    border-radius: 12px;
    padding: 20px;
}

.reporttitle {
    font-family: var(--font-medium);
    display: block;
}

.reportnymber {
    font-size: 24px;
    font-family: var(--font-bold);
    display: block;
}

.progressgrowth {
    color: #08870A;
    padding: .5rem 0;
    display: block;
    font-size: 18px;
}

.headingreport {
    display: block;
    font-size: 14px;
    color: #5B362A;
    margin-bottom: 1rem;
}

.dnone {
    display: none;
}

.wpcf7-response-output {
    display: none !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 4px #ddd solid;
    border-top: 4px #c8460e solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

/*    admin css       */
.accessdeniedpage {
    text-align: center;
}

.unauth-404 {
    height: 150px;
    margin-bottom: 1.5rem;
}

.denieddescription {
    margin-bottom: 2rem;
}

/* .denieddescription span {
    display: block;
} */
.deniedheading {
    font-family: var(--font-extralight);
    color: var(--nav-primary);
    margin-bottom: 1rem;
}

.gotohomebtn {
    color: var(--nav-primary);
    text-decoration: none;
    display: block;
    padding: 20px 0;
}

.primary-color-table .table-dark th {
    background-color: var(--nav-primary);
    border-bottom: 0;
    font-weight: normal;
    white-space: nowrap;
}

.primary-color-table tbody td {
    white-space: nowrap;
}

.primary-color-table {
    font-size: 0.875rem;
}

.applicationidlink {
    color: var(--nav-primary);
    text-decoration: none;
}

.table-footer-pagination {
    display: grid;
    grid-gap: 3px;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 1rem;
}

.paginationsec .pagination {
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
}

.page-link {
    border: 0;
    color: var(--font-color);
}

.paginationsec .pagination .active>.page-link {
    border-radius: 100%;
}

.headingandactns {
    margin-bottom: 1rem;
}

.headbtns-submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: .5rem;
}

.satitle {
    font-family: var(--font-bold);
    margin-bottom: 0;
}

.applicationfilers {
    margin: 1rem 0 3rem;
    font-size: 14px;
    display: grid;
    grid-gap: 3px;
    /* grid-auto-flow: column; */
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


/* Job apply */


.mynav li a {
    color: #1C120D;
    text-decoration: none;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px 25px;
}

.mynav li a.active {
    background: rgba(255, 255, 255, 0.2);
}

.mynav li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.mynav li a i {
    width: 25px;
    text-align: center;
}

.notification-badge {
    background-color: rgba(255, 255, 255, 0.7);
    float: right;
    color: #222;
    font-size: 14px;
    padding: 0px 8px;
    border-radius: 2px;
}


.processleftside {
    background-color: #ffede5 !important;
    color: #1C120D;
    height: fit-content;
    padding-bottom: 2rem;
}

/* Job apply */

.wrapper {
    width: 280px;
}

.StepProgress {
    position: relative;
    padding-left: 25px;
    padding-right: 45px;
    list-style: none;
    padding-top: 30px;
}

.StepProgress::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 30px;
    right: 0px;
    /* width: 10px; */
    height: 92%;
    border-left: 2px solid #CCC;
}

.StepProgress-item {
    position: relative;
    counter-increment: list;
}

.StepProgress-item.current {
    font-family: var(--font-bold);
}

.StepProgress-item:not(:last-child) {
    padding-bottom: 30px;
}

.StepProgress-item::before {
    display: inline-block;
    content: '';
    position: absolute;
    right: -53px;
    height: 100%;
    width: 10px;
}

.StepProgress-item::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: -57px;
    width: 25px;
    height: 25px;
    border: 2px solid #CCC;
    border-radius: 50%;
    background-color: #FFF;
}

.StepProgress-item.is-done::before {
    border-left: 2px solid #567a13;
}

.StepProgress-item.is-done::after {
    content: "✔";
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 2px solid #567a13;
    background-color: #94c539;
}

.StepProgress-item.current::before {
    border-left: 2px solid #c8460e;
}

.StepProgress-item.current::after {
    content: counter(list);
    padding-top: 1px;
    width: 25px;
    height: 25px;
    top: -4px;
    right: -57px;
    font-size: 16px;
    text-align: center;
    color: #c8460e;
    border: 2px solid #c8460e;
    background-color: #ffdbcb;
    line-height: 1;
}

.StepProgress strong {
    display: block;
}

.mobileprimarytheme {
    background-color: #C8460E !important;
}

.mobilesidebar {
    color: #fff;
    margin-top: -3px;
}

.middle-main-content {
    padding: 0 1.5rem;
    background-color: #fbfbfb;
}

.right-auto-fill-data {
    background-color: #fff3ed;
    color: #1C120D;
    padding: 1.5rem 1.5rem;
    min-width: 280px;
    word-break: break-all;
    height: fit-content;
    padding-bottom: 2rem;
    max-height: 480px;
    overflow: auto;
    max-width: 280px;
    min-height: 480px;
}

.autodetails span {
    font-size: 14px;
}

.autodetails p {
    font-size: 1rem;
    font-family: var(--font-medium);
    margin-bottom: 1rem;
}

.autofielddetails {
    margin-top: 1rem;
    display: block;
}

.posativestatus {
    background: #94c539;
    color: #fff;
    padding: 5px 20px 5px 40px;
    border-radius: 45px;
    position: relative;
}

.negativestatus {
    background: #d14249;
    color: #fff;
    padding: 5px 20px 5px 40px;
    border-radius: 45px;
    position: relative;
}

.onholdstatus {
    background: #e1aa41;
    color: #fff;
    padding: 5px 20px 5px 40px;
    border-radius: 45px;
    position: relative;
}

.jobapplysection {
    height: 100%;
    display: flex;
}

.rsumelink {
    color: #c8460e;
}

.form-check .error[for=status] {
    position: absolute;
    top: 35px;
    width: max-content;
    color: red;
    left: 0px;
}

.error {
    color: red;
}

.file-not-found {
    height: 100px;
}

.wpcf7 .wpcf7-spinner {
    display: none !important;
}

.dnd-upload-details .name em {
    display: none !important;
}

button.primary-btn-custom.back-button a {
    color: white;
    text-decoration: auto;
}


.customfileupload {
    .drop_box {
        margin: 10px 0;
        padding: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 2px dashed #a3a3a3;
        border-radius: 5px;
    }

    .drop_box h4 {
        font-size: 16px;
        font-weight: 400;
        color: #2e2e2e;
    }

    .drop_box p {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 12px;
        color: #a3a3a3;
    }

    .btn {
        text-decoration: none;
        background-color: #c8460e;
        color: #ffffff;
        padding: 5px 20px;
        border: none;
        outline: none;
        transition: 0.3s;
    }

    .form input {
        margin: 10px 0;
        width: 100%;
        background-color: #e2e2e2;
        border: none;
        outline: none;
        padding: 12px 20px;
        border-radius: 4px;
    }

}

input#resume_file {
    display: none;
}

input#document_file {
    display: none;
}


.multipleuploadppreview {
    width: 100%;
    background: #e7e7e7;
    visibility: hidden;
}

.multipleuploadppreview tr {
    margin-bottom: 5px;
}

.multipleuploadppreview tr td {
    padding: 10px;
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    font-size: 14px;
}

.multipleuploadppreview .progress-bar {
    background: #607c3c;
    color: #fff;
    border-radius: 40px;
    height: 15px;
    line-height: 1;
    font-size: 12px;
}

.form-check-input:checked {
    background-color: #c8460e;
    border-color: #c8460e;
}

/* .error[for="cv_review_status"], .error[for="hr_status"], .error[for="online_status"], 
.error[for="tech_status"], .error[for="hr_status"], .error[for="online_status"]  {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    white-space: nowrap;
} */

.form-check-inline label.error {
    position: absolute;
    width: 100%;
    left: 0;
    top: 35px;
    white-space: nowrap;
}

#message{
    display:none;
}

.document-name {
    word-break: break-word;
}

.resumeactionbtns {
    cursor: pointer;
    position: relative;
    text-align: center;
    padding: 10px;
    background: #fcfaf7;
    border: 2px solid #fff;
}

.resumeactionbtns:hover .userprofile-edit {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    border-radius: 0;
    transition: opacity 30s ease-in-out;
}

.resumeactionbtns:hover .userprofile-edit .deleticon {
    background-image: url(../images/crossicon.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 100%;
}


.onlyuseredit {    
    position: relative;
}

.onlyuseredit .usertitle {
    position: relative;
    width: fit-content;
}

.onlyuseredit:hover .username-edit {
    position: absolute;
    top: 0;
    left: 100%;
    display: flex;
    width: 100%;
    border-radius: 0;
    transition: opacity 30s ease-in-out;
    cursor: pointer;
}

.onlyuseredit:hover .username-edit .editicon {
    background-image: url(../images/edit-icon-fill.svg);
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.bioupdate {
    width: 80%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; */
    color: #1C120D;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}
.bioupdate span {
    color: #1C120D;
}
/* .bioupdate .morelasslink {
    position: fixed;
} */
.userdesctitle span.dnone {
    display: none;
}
.userdesctitle span.biodots {
    display: inline;
}
.abovebiocontent {
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.resumeactionbtns.addmoredoc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.addicon {
    background-image: url(../images/plus-icon-addmore.svg);
    width: 70px;
    height: 70px;
    background-position: center;
    background-size: cover;
    background-color: #fff;
    border-radius: 100%;
    margin-right: 10px;
    display: block;
    border: 2px dashed #c8460e;
}

.tabcontentsections .row {
    margin-right: 0;
    margin-left: 0;
}

.video-intro {
    width: 100%;
    height: auto;
}

.background-verification-radio {
    position: relative;
}

.background-verification-radio .posativestatus{
    position: initial;
}

.background-verification-radio .posativestatus.form-check-inline label.error {
    bottom: -21px;
    top: initial;
    left: 13px;
}

.viewdocfiles {
    height: 800px;
}

.videofileview {
    height: 400px;
}

.scroll-pane {
    height: 1000px;
}
.ck-editor__editable {
    min-height: 250px; /* Set a minimum height */
    max-height: 600px; /* Optional: Set a maximum height */
    overflow: auto; /* Make it scrollable if content overflows */
}

.viewmode .form-label {
    font-family: var(--font-bold);
}

.viewmode .tabcontentsections .col-md-6.mb-3 {
    margin-bottom: 1.5rem !important;
}

.viewmode .tabcontentsections .col-md-6.mb-3 .form-label {
    margin-bottom: 0rem;
}

.diffcontent {
    position: relative;
}
.appliedjobtag {
    position: absolute;
    right: 0;
}

.applied-job {
    background-image: url(../images/applied-badge.svg);
    width: 125px;
    display: block;
    height: 45px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.profilelink {
    color: var(--font-color);
    text-decoration: none;
}
.hr-workfloar-button-right{
    float: right;
}
.hand-icon{
    cursor: pointer;
}

/* Grid and List View */
.btn-grid.activebtn {
    background: var(--nav-primary);
}
.btn-list.activebtn {
    background: var(--nav-primary);
}

.grid-list-top-placement {
    text-align: right;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: end;
}
.grid-view-icon {
    background-image: url(../images/grid-view.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.btn-grid.activebtn .grid-view-icon {
    background-image: url(../images/grid-view-white.svg);
}
.list-view-icon {
    background-image: url(../images/list-view.svg);
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.btn-list.activebtn .list-view-icon {
    background-image: url(../images/list-view-white.svg);
}

.appliedjobtag.listpage .applied-job {
    width: 100px;
    height: 35px;
}
.applied-list-table {
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    word-break: break-word;
}
.applied-list-table tr {
    vertical-align: middle;    
    border-bottom: 1px solid #f2ebe8;
}
.applied-list-table tr td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0;
    padding: 1rem .5rem;
}
.applied-list-table tr th {
    padding: 1rem .5rem;
}
.applied-list-table .flex-list ul {
    margin-bottom: 0rem;
}
.applied-list-table tbody tr.appliedjob {
    border-left: 4px solid #c8460e;
}
.applied-list-table tbody tr.appliedjob td {
    background-color:  #fcfaf7;
}
.applied-list-table .jobs-company-logo {
    height: 50px;
    width: 50px;
}
th.thumbnails {
    width: 70px;
}
.table-applied .applied-job {
    width: 100px;
    height: 35px;
}
.joblistingtable {
    width: 100%;
    display: block;
    overflow: auto;
}
.back-btn {
    background: var(--nav-primary);
    border: 0;
    color: #fff;
    padding: .2rem 1rem;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 1rem;
}

.multipleuploadppreview1 {
    width: 100%;
    background: #e7e7e7;
}

.multipleuploadppreview1 tr {
    margin-bottom: 5px;
}

.multipleuploadppreview1 tr td {
    padding: 10px;
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    font-size: 14px;
}

.multipleuploadppreview1 .progress-bar {
    background: #607c3c;
    color: #fff;
    border-radius: 40px;
    height: 15px;
    line-height: 1;
    font-size: 12px;
}
/* End Grid and List View */

/* load more */
.loadmorebtns {
    text-align: center;
    margin-top: 2rem;
}


/* */

.searchgridlist {
    width: 30%;
    position: absolute;
    right: 120px;
}
.search-icon {
    background-image: url(../images/search.png);
    width: 20px;
    height: 20px;
    display: block;
}
.searchgridlist .form-control {
    padding: 5px 10px;
}
 
.tab-content.hory-tab-content {
    position: relative;
}
 
.btn-outline-secondary.search-job {
    background: #fcfaf7;
    border: 1px solid #E8D6D1;
    border-left: 0;
}
.content-header{
    justify-content: space-between;
    align-items: center;
}
.action-header-button{
    display: flex;
    gap: 10px;
    justify-content: end;

}

.ai-button {
    border: 2px solid var(--nav-primary);
    outline: none;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    color: var(--nav-primary);
    padding: .2rem 1rem;
}
 
.ai-button:before {
    content: '';
    background: linear-gradient(45deg, #c8460e, #ff7300, #e9e9e9, #d5d5d5, #f2ebe8, #c8460e, #c8460e, #c8460e, #c8460e);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    
}
 
/* .ai-button:active {
    color: #000
} */
 
/* .ai-button:active:after {
    background: transparent;
} */
 
.ai-button:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    border-radius: 10px;
}
 
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}