/* ---------------backgroundStyle--------- */
.backgroundStyle {
    background-color: rgb(255, 0, 0);
    padding: 4px 10px;
    border-radius: 3px;
}
.navbar-container {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}
.bg-custom-color {
    background-color: black;
    /* Replace with your desired color code */
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto;
    background-color: black;
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}

.bodycontentResources {
    height: calc(100vh);
    overflow-y: auto;
    padding: bottom 200px;
}

.bodycontent::-webkit-scrollbar {
    display: none;
}
.bodycontentResources{
    height: calc(100vh);
    overflow-y: auto;
}
.bodycontentResources::-webkit-scrollbar {
    display: none;
}
.bodycontentResources {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* --------------Join start ------------ */
.mainContainerJoin{
    background-color:#FFDDDD;
    height: auto;
    padding: 10px;
    width: 100%;
}
.joinHeading{
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.joinPara {
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.main2Container{
    display: flex;
    justify-content: center;
    width: 100%;
}
.onlyCards{
    display: flex;
    flex-direction: column;
}
.btnSubmit{
    background-color: #19A203;
    color: white;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: 0;
    border: none;
    width: 150px;
    height: 40px;
    border-radius:10px;
    margin-top: 10px;
}
.main3containerCards1{
    width: 70%;
    padding: 5px;
    margin-left: 10px;
    overflow-y:auto;
}
.jobTitle{
    font-size: 26px;
    font-family: 'Times New Roman';
    font-weight: 600;
}
.whiteCard1{
    background-color: white;
    padding: 10px 5px 5px;
    display: flex;
    justify-content: space-evenly;
    height: auto;
    margin-bottom: 10px;

}
.cardData1{
    width: 60%;
}
.whiteCardlocations{
 display: flex;
 justify-content: space-between;
 width: 40%;
}
.lineTall{
    background-color: gray;
    width: 1px;
    height: auto;
}
.buttonContainer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.applybutton{
    background-color:#D05700;
    width: 130px;
    color: white;
    font-size: 15px;
    font-family: 'Times New Roman';
    border: none;
    border-radius: 5px;
    height: 40px;
}
.jobPara{
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
.main3containerCards2{
    width: 30%;
}

.firstApplyContainer{
    padding: 25px;
    color: white;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    background-color:#793300;
    height: auto;
    margin-top: 6px;
    display:flex;
    flex-direction:column;
}
.firstApplyContainer1 {
    padding: 25px;
    color: white;
    margin-top: 6px;
    font-family: 'Times New Roman', Times, serif;
    background-color:#D05700;
    height: auto;

}
.containerInput{
    display: flex;
    width:100%;
    margin-bottom: 10px;
    justify-content:space-between;
    align-items:flex-start;
}
.inputContainerInput {
    height: 35px;
    width: 50%;
    margin-left: 12px;
    border: none;
    border-radius: 10px;
}

/* -----------------footer -------------- */
.footerContainer {
    background-color: black;
    padding: 10px;
    color: white;
    font-family: Arial;
}

.footerContainerHeading {
    margin: 10px 0 10px 0;
    font-size: 12px;
    font-weight: 300;
}

.footerContainerPara {
    margin: 2px 0 0;
    font-size: 12px;
    font-weight: 300;
}

.footerImageContainer {
    display: flex;
    font-size:12px;
}

.footerImageContainer-2{
    display: flex;
    font-size:12px;
    align-items:center;
}


.footerImgaeC {
    height: 22px;
    margin-right: 10px;
}

.anchorTagColor {
    color: white;
    text-decoration: none;
    font-size:12px;
}
/* ------------------------- Mobile View ------------------------------------------*/
@media only screen and (max-width: 767px) {
    .main2Container{
        width: 100%;
        flex-direction: column;
    }
    .main3containerCards1{
        width: 100%;
        margin: 0;
    }
    .whiteCard1{
        flex-direction: column;
        padding: 10px;
    }
        .cardData1 {
            width: 100%;
        }
                .main3containerCards2{
                    width: 100%;
                }
        /* -------------footer --------- */
        .footerImageContainer {
            display: grid;
            grid: auto/auto auto;
        }

        .download-icon{
            font-size:20px;
        }
}

/* ------------------------- Tablet View ------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .main2Container {
            width: 100%;
            flex-direction: column;
        }
    
        .main3containerCards1 {
            width: 100%;
            margin: 0;
        }
    
        .whiteCard1 {
            flex-direction: column;
            padding: 10px;
        }
    
        .cardData1 {
            width: 100%;
        }
                .main3containerCards2 {
                    width: 100%;
                    display: flex;
                }
        .firstApplyContainer{
            width: 50%;
            padding: 10px;
            margin-right: 2px;
        }
                .firstApplyContainer1 {
                    width: 50%;
                    padding: 10px;
                }

                .download-icon{
                     font-size:25px;
                 }

}


.jd-container{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.download-icon{
    font-size:35px;
}

.onlyCards{
    height:70vh;
    overflow:auto;
}

.onlyCards::-webkit-scrollbar {
    display: none;
}

.onlyCards {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
