@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat !important;
}
.sizing{
    height: 100%;
    width: 100%;
}
.custom-row{
    width: 65%;
    justify-content: center;
}
.detail-row{
    width: 85%;
}
.main{
    height: 100%;
    width: 100%;
}
.title-container{
    padding: 60px 10px 140px 50px;
    background-color: #006D8F;
    border-radius: 20px;
    color: white;
}
.title-end{
    width: 50px;
    border: 2px solid #0A9BC1;
    background: #0A9BC1;
    margin: 20px 0 0 0;

}
.right-section{
    background-color: #EBEBEB;
    color: black;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
h3{
    font-weight: bold !important;
    word-wrap: break-word;
    font-size: 24px;
    text-transform: inherit;
}
.wrapper{
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
.detail-container{
padding: 20px;
}
.right-section-1{
    padding: 5px 30px 10px 30px;
}
.right-section-2{
    padding: 5px 30px 80px 30px;
    overflow-x: auto;
}
.right-section-2 table{
    width: 100%;
}
.table-cell-spacing{
    padding: 30px 10px 5px 5px;
}
.table-cell-spacing-2{
    padding: 30px 10px 5px 30px;
}
.row-bottom-border{
    border-bottom: 1px solid black;
}
.col-border{
border-right: 1px solid black;
}
thead td{
    font-weight: bold;
} 
.right-section-3{
    padding: 5px 30px 30px 50px;
}
.right-section-3 p{
margin-bottom: 30px;
}
.diagram-container{
    background-color: #EBEBEB;
    border-radius: 20px;
    margin: 10px 30px 30px 30px;
    height: 300px;
}
@media screen and (max-width: 1200px) {
    .custom-row{
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .custom-row{
        width: 95%;
    }
}
.bold-heading{
    font-weight: bolder;
}
.job-listing-title{
    margin-top: 150px;
    margin-bottom: 20px;
}
.table-container{
    margin-top: 50px;
    overflow-x: auto;
}
.table-container table{
    width: 90%;
}
.table-container table thead{
    border-bottom: 1px solid black;

}
.table-container table thead tr td{
    padding: 20px;
}
.table-container table tbody tr td{
    padding: 25px 20px;
}
.table-container table tbody tr td a{
margin-left: 10px;
}