@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #2b333a;
    margin: 0;
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.jobsBackPic {
    background-image: url("../image/jobs/jobs-cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    /* height: 100vh; */
    z-index: 1;
}
.jobsBackLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

.jobsBackPic .joblistitem {
    cursor: pointer;
    text-decoration: none;
}

.jobsBackPic h1 {
    color: #efa03c;
}
.jobsBackPic .w-col {
    text-align: center;
}
.jobsBackPic .jobsummary {
    justify-content: center;
    align-items: center;
}
.jobsBackPic .jobtitle {
    color: #efa03c;
    font-size: 2rem;
    line-height: 2rem;
}
.jobsBackPic .jobDesc {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    margin: 0.8rem;
}
.jobsBackPic .joblocation,
.jobsBackPic .jobdepartment {
    color: #fff;
}
.readJobMore {
    display: flex;
    justify-content: center;
    align-items: center;
}
.jobsBackPic .readJobMoreText {
    margin: 0.8rem;
    background-color: #fff;
    padding: 0.4rem 3rem;
    border-radius: 50px;
    color: #000;
    font-size: 0.9rem;
    font-weight: bold;
}
.joblistwrapper {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 0.2rem 0;
    margin-top: 0.4rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.openRolesSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    flex-wrap: wrap;
}
.openRolesSocialDiv {
    margin-right: 0.4rem;
}
.openRolesSocial-icon {
    background-color: #ea2e39;
    color: #fff;
    padding: 0.5rem 0.6rem;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
}

/* specific jobs  */
.specJobArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 1rem 0;
}
.specJobArea .specJobArea-container img,
.AppStatus {
    width: 100%;
    height: 100px;
    object-fit: contain;
    object-position: center;
}
.specJobArea .jobStatusForm {
    background-color: #ea2e39;
    padding: 0.6rem 1.2rem;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 2px;
    text-decoration: none;
}
.specJobArea .jobStatusForm:hover {
    background-color: #044151;
}

@media only screen and (max-width: 480px) {
    .specJobArea {
        flex-direction: column;
    }
    .specJobArea .jobStatusBtn {
        margin-top: 1rem;
    }
    .appHeader .statusNav {
        flex-direction: column;
    }
    .appStatusForm {
        width: 100% !important;
    }
}

.AppStatusheader {
    background-color: #fff;
    padding: 1.7rem 0;
}
.appHeader nav {
    background-color: #000;
    padding: 0.8rem;
}
.appHeader .statusNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.appHeader .statusNav a {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;

    /* background-color: #efa03c; */
    background-color: #156bb5;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    margin-top: 0.5rem;
}
.appHeader .statusNav .fa-chevron-left {
    margin-right: 0.5rem;
}
.appHeader .statusNav .fa-chevron-right {
    margin-left: 0.5rem;
}
.lgAppStat {
    background-color: #f1f3f3;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1rem 0;
}
.appStatusForm {
    width: 30%;
    margin: 3rem auto;
}
.statusApp {
    background-color: #fff;
    padding: 2rem;
    border-radius: 20px;
}
.mainAppBody {
    background-color: #f3f0e7;
}
.text-center {
    text-align: center;
}
#statusForm input,
.formControl {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid grey;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#statusForm label,
#forgetForm label {
    font-weight: 700;
    display: block;
    margin: 0.5rem 1rem;
    font-size: 1.1rem;
}
.asterisk {
    font-size: 0.8rem;
    color: #ea2e39;
    margin-left: 0.3rem;
}
@media only screen and (max-width: 1200px) {
    .appStatusForm {
        width: 100%;
    }
}
.spaceBtm {
    margin-bottom: 2rem;
}
.credForm {
    font-size: 1.3rem;
    color: #efa03c;
}
.logBtn,
.confirmBtn {
    background-color: #ea2e39;
    width: 100%;
    outline: none;
    border: none;
    color: #fff;
    font-size: 1rem;
    padding: 0.7rem 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 50px;
    letter-spacing: 2px;
}
.password-container {
    position: relative;
}
.password-toggle {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.forgetPass {
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1rem;
}

.appStatus-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
}

.appStatus-modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 80%;
    width: 500px;
    text-align: center;
    position: relative;
    animation: modalOpen 0.8s ease forwards;
}
@keyframes modalOpen {
    from {
        display: none;
        transform: translateY(-50px);
    }
    to {
        display: block;
        transform: translateY(0);
    }
}

.appStatus-close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 2.2rem;
    font-weight: 900;
}

@media (max-width: 768px) {
    .appStatus-modal-content {
        max-width: 90%;
    }
}
.appStatus-modal_body {
    padding: 2rem;
}
#statusForm .error,
#forgetForm .error {
    color: red;
}
.timeLineStatus,
.timeBtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.timeBtn {
    justify-content: center;
}
.timeText h1 {
    color: #000;
    font-weight: bold;
}
.cancelBtn,
.logOutBtn {
    background-color: #044151;
    padding: 0.4rem 1rem;
    color: #fff;
    border-radius: 5px;
    font-size: 1rem;
    margin-right: 0.4rem;
    margin-top: 0.2rem;
    text-decoration: none;
}
.logOutBtn {
    background-color: #ea2e39;
}

/* timeline code start  */
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 5px;
    background-color: #d9534f;
    left: 50%;
    margin-left: -1.5px;
    border-radius: 10px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    font-size: 1.1rem;
    background-image: linear-gradient(25deg, #d64c7f, #ee4758 50%);
    border: 2px solid #000000;
    color: #fff;
    cursor: pointer;
    transition: translateY 0.5s ease-in-out;
}
.timeline > li > .timeline-panel:hover {
    background-image: none;
    background-color: #044151;
    transform: translateY(-7px);
}
.timeline > li > .timeline-panel:hover .timeline-title {
    color: #fff;
}
.reposneText {
    position: relative;
    float: right;
    width: 42%;
    top: 20px;
}
.leftText {
    position: relative;
    float: right;
    right: 150px;
    top: 30px;
}
@media only screen and (max-width: 480px) {
    .leftText {
        right: 50px;
    }
}
.completed {
    background-color: #3f903f;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
}
.pending {
    background-color: #156bb5;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 20px;
    font-weight: 600;
    text-align: center;
}
.respTiming {
    font-size: 1rem;
    font-weight: bold;
}

.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #000;
    border-right: 0 solid #000;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #000;
    border-right: 0 solid #000;
    border-bottom: 14px solid transparent;
    content: " ";
}
.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-radius: 50%;
    border: 3px solid #000;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
    /* color: #fff; */
    color: #000;
}
.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
    color: #d4d4d4;
}
.timeline-body > p + p {
    margin-top: 5px;
}
.timeline-body p {
    color: #fff;
}
.selectTime {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.selectLabel {
    font-size: 1.5rem;
    margin: 0.5rem 1rem;
}
.custom-select {
    position: relative;
}

.timeSelect {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1rem;
    color: #000;
    cursor: pointer;
}

.custom-select::before,
.custom-select::after {
    --size: 0.3rem;
    content: "";
    position: absolute;
    right: 1rem;
    pointer-events: none;
}

.custom-select::before {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-bottom: var(--size) solid black;
    top: 40%;
}

.custom-select::after {
    border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid black;
    top: 55%;
}
.completedStep {
    background-image: none !important;
    background-color: #3f903f;
}
.pendingStep {
    background-image: none !important;
    background-color: #156bb5;
}

.timeline {
    overflow-x: hidden;
}
.hidden-left {
    opacity: 0;
    transform: translateX(-50%);

    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.hidden-right {
    opacity: 0;
    transform: translateX(50%);

    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.visible {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

/* new styling Nov 204  */
.finalizeTag {
    margin: 1rem 0;
}
.finalizeTag a {
    text-decoration: none;
    background-color: #d9534f;
    padding: 0.4rem 0.6rem;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    border-radius: 20px;
    transition: transform 0.2s ease-in-out;
    animation: bounce 0.8s ease infinite;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    20% {
        transform: translateY(-5px);
    }
    40% {
        transform: translateY(0);
    }
    60% {
        transform: translateY(-5px);
    }
    80% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

/* checkbox custom styling */
.job-source-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #007bff;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
}

.job-source-radio:hover {
    border-color: #0056b3;
}

.job-source-radio:checked {
    background-color: #007bff;
    border-color: #007bff;
}

.job-source-radio:focus {
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* Label Styling */
.form-check-label {
    font-size: 1.1rem;
    margin-left: 8px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.form-check-label:hover {
    color: #007bff;
}

#jobApplicationForm .error,
#jobApplicationForm .error-message {
    color: #000;
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 0.8rem;
}
