.main-container .inner-container {
    padding: 50px;
    padding-top: 15px;
}

/* Header - START */
.main-container .header {
    display: flex;
    align-items: center;
    padding: 20px 50px;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Inter";
}

.main-container .header .left,
.main-container .header .right {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}

.main-container .header .right a {
    display: block;
    text-decoration: none;
    border: 1px solid #ccccf5;
    padding: 10px 20px;
    border-radius: 10px;
    color: #00484c;
    font-weight: 700;
}

.main-container .header .right img,
.main-container .header .left img {
    cursor: pointer;
}

.main-container .line {
    width: 100%;
    height: 1px;
    background-color: #d6ddeb;
}

.main-container .data h1,
.main-container .data h2 {
    margin-top: 0;
    color: #25324b;
}

.main-container .data .line {
    margin-block: 40px;
}

@media screen and (max-width: 900px) {
    .main-container .header {
        display: flex;
        align-items: flex-start;
        padding: 80px 10px 10px !important;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .main-container .header .right {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .main-container .inner-container {
        padding-inline: 10px;
    }
}

/* Header - END */
html,
body {
    height: 100%;
    margin: 0;
}

.main-container .header h1 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.main-container .line {
    width: 100%;
    height: 1px;
    background-color: #d6ddeb;
}

#process {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #ffbd59;
    color: #ffbd59;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
}
#interview {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #4987ff;
    color: #4987ff;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
}
#rejected {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #E30000;
    color: #E30000;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
}
#accept {
    width: fit-content;
    margin: 0 auto;
    border: 1px solid #00484C;
    color: #00484C;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 25px;
    font-weight: 600;
}

.main-container .job-list .top-table {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 30px;
}

.main-container .job-list .top-table .image img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.main-container .job-list .top-table h1 {
    display: flex;
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.main-container .job-list .top-table .text-joblist {
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.main-container .job-list .top-table .text-joblist .joblist-data {
    display: flex;
    column-gap: 5px;
}

.main-container .job-list .top-table .text-joblist .joblist-data p {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #515b6f;
    margin: 0;
}

.main-container .job-list .details .table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-radius: 5px;
    overflow: auto;
    margin-block: 30px;
    border: none;
}

.main-container .job-list .details {
    overflow: auto;
}

.main-container .top-table .text-joblist h1 {
    color: #25324b;
    font-size: 28px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}

.main-container .data {
    display: flex;
    column-gap: 5%;
    margin-block: 40px 50px;
}

.main-container .data .left {
    width: 65%;
}

.main-container .data .left h1 {
    margin-bottom: 27px;
    margin-top: 7%;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.main-container .data .left h2 {
    margin-bottom: 27px;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.main-container .data .left p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515b6f;
    margin: 0;
}

.main-container .data .left .responsibilities .text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515b6f;
    margin: 0;
}

.main-container .data .left .responsibilities .text img {
    width: 25px;
    height: 25px;
}

.main-container .data .left .responsibilities {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.main-container .data .left .responsibilities .text {
    display: flex;
    column-gap: 3%;
}

.main-container .data .left .responsibilities .text p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #515b6f;
}

.main-container .data .left .skills .text img {
    width: 25px;
    height: 25px;
}

.main-container .data .left .skills {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.main-container .data .left .skills .text {
    display: flex;
    column-gap: 3%;
}

.main-container .data .right {
    width: 35%;
    /* position: sticky; */
    top: 20px;
    /* max-height: 100vh; */
    /* overflow-y: auto; */
    padding-right: 10px;
}

.main-container .data .right::-webkit-scrollbar {
    width: 8px;
    border-radius: 15px;
}

.main-container .data .right::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 15px;
}

.main-container .data .right::-webkit-scrollbar-thumb {
    background-color: #00484c;
    border-radius: 15px;
    border: 2px solid #f1f1f1;
}

.main-container .data .right::-webkit-scrollbar-thumb:hover {
    background-color: #007b7f;
}

.main-container .data .right {
    scrollbar-width: thin;
    scrollbar-color: #00484c #f1f1f1;
    border-radius: 15px;
}

.main-container .data .right h1 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.main-container .data .right .categories h3 {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.main-container .data .right .categories {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-top: 5%;
    margin-bottom: 2%;
}

.main-container .data .right .categories p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    padding: 10px 10px;
    border-radius: 10px 10px;
    background-color: #ffbd5933;
    color: #ffbd59;
}

.main-container .data .right .required-skills {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    margin-top: 5%;
    margin-bottom: 2%;
}

.main-container .data .right .required-skills p {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    padding: 10px 10px;
    background-color: #ebebff;
    color: #4987ff;
}

.main-container .data .right .about-this-role h1 {
    margin-bottom: 27px;
}

.main-container .data .right .about-this-role {
    margin-bottom: 8%;
}

.main-container .data .right h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.main-container .data .right .about-this-role .role {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.main-container .data .right .about-this-role p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.main-container .data .right .about-this-role h3 {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.main-container .button-joblist {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 10px;
    margin-left: auto;
}

.main-container .button-joblist .apply {
    border: 1px solid #00484c;
    display: block;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    color: white;
    background: #00484c;
    cursor: pointer;
}

.main-container {
    padding-inline: 7%;
}

@media (max-width: 770px) {
    .main-container {
        width: 100%;
    }

    .sidebar .header {
        width: 100%;
    }

    .main-container .data {
        display: flex;
        column-gap: 12%;
        margin-block: 30px;
        flex-direction: column-reverse;
    }

    .main-container .data .left,
    .main-container .data .right,
    .main-container .data .right .about-this-role {
        width: 100%;
    }

    .main-container .button-joblist {
        margin-top: 20px;
    }
}

@media (max-width: 1024px) {
    .main-container .job-list .top-table {
        display: flow;
        /* width: 100%; */
    }

    .main-container .job-list .top-table .text-joblist {
        /* width: 100%; */
        /* display: flex; */
        margin-top: 13px;
        /* margin-inline: 3%; */
        flex-direction: column;
    }
}

@media (min-width: 769px) {}

@media (min-width: 425px) {
    .main-container .header-text {
        display: flex;
        width: 44%;
        font-family: "Inter", sans-serif;
        font-size: 1px;
        margin-left: 29px;
        font-weight: 700;
    }
}

.closebtn {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    font-size: xx-large;
    margin-bottom: 12%;
    margin-top: -12%;
    color: white;
    margin-right: 11%;
}

.arrow-left {
    position: relative;
}

.arrow-left::before {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 13px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

.arrow-left::after {
    content: "";
    position: absolute;
    height: 6px;
    width: 26px;
    background-color: black;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.main-container .header-text {
    display: flex;
    width: 95%;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    margin-left: 29px;
    font-weight: 700;
}

.main-container .header .icons {
    display: flex;
    padding: 25px;
    column-gap: 20px;
    /* right: -58px; */
    position: relative;
}

.share-save {
    display: flex;
    flex-direction: row;
    column-gap: 25px;
    margin-right: 50px;
}