<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
    font-family: "Inter";
}
.dropdown-content {
    text-align: left;
    opacity: 90%;
    display: none;
    position: absolute;
    background-color: #1D6CB7;
    margin-left: 10px;
    width: 200px;
    border-radius: 4px;
    color: white;
}
.dropdown.show .dropdown-content {
    display: block;
}

.hero {
    background-image: url(images/Job.png);
    /* background-position: left center; */
    align-items: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 5% 0%; */
}



/* .background-image {
    position: relative;
    left: 330px;
    width: 1276px;
    max-width: 1920px;
    height: auto;
    z-index: 1;
}
.front-image {
    position: relative;
    top: -470px;
    left: 1043px;
    width: 500px;
    height: auto;
    z-index: 2;
}

@media (max-width: 1602px) {
    .background-image {
        left: 36px;
    }
    .front-image {
        left: 680px;
    }
} */

.img001 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img002 {
    position: absolute;
    width: 500px;
    height: auto;
    object-fit: cover;
    right: 80px;
}

@media (max-width: 1602px) { 

    .img001 {
        width: 100%;
    }
    
    .img002 {
        width: 300px;
        right: 30px;
        top: 980px;
    }
}


.jobOpp {
    position: absolute;
    width: 30%;
    height: auto;
    z-index: 99;
    left: 50px;
}

@media (max-width : 883px) {
    .jobOpp {
        margin: 50px 0px;
        margin-top: 270px;
    }
}
@media (max-width : 621px) {
    .jobOpp {
        top: 650px;
    }
}
@media (max-width : 487px) {
    .jobOpp {
        top: 650px;
    }
}
@media (max-width : 451px) {
    .jobOpp {
        margin-top: 270px;
    }
    .schedule-section {
        top: -40px;
        position: relative;
    }
}
@media (max-width : 441px) {
    .jobOpp {
        position: absolute;
        top: 700px;
    }
}
@media (max-width : 417px) {
    .jobOpp {
        position: absolute;
        top: 750px;
    }
}

.jobOpp .desc {
    text-align: justify;
}

.jobOpp .jobTitle {
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 1402px) { 

    .jobOpp {
        width: 35%;
    }
}

@media (max-width: 1335px) { 

    .jobOpp {
        width: 45%;
    }
}

@media (max-width: 1280px) { 

    .jobOpp {
        width: 55%;
        height: auto;
    }
}

@media (max-width: 855px) { 

    .jobOpp {
        width: 80%;
        margin-top: 30px;
    }
    .img002 {
        display: none;
    }
}
@media (max-width: 656px) { 

    .jobOpp {
        width: 80%;
        margin-top: 235px;
    }
    .img001 {
        margin-bottom: 150px;
        opacity: 0;
    }
    .img002 {
        display: none;
    }
    .jobOpp .desc {
        font-size: 12px;
    }
}

.title {
    position: relative;
    top: -300px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.description {
    position: relative;
    top: -300px;
    text-align: justify;
    width: 800px;
    padding-left: 30px;
}
.modalBtn {
    position: relative;
    top: -280px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.schedule-section {
    margin-bottom: 100px;
    margin-top: 60px;
}

@media (max-width: 553px) { 
    .hero .text {
        font-size: 26px;
    }
}
@media (max-width: 400px) { 
    .hero .text {
        font-size: 22px;
    }
}

#drop-area {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
}

#preview-container {
    margin-top: 20px;
    text-align: center;
}

.preview {
    display: inline-block;
    margin: 10px;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.preview img {
    width: 100%;
    height: auto;
}

#file-name {
    margin-top: 10px;
    color: white;
}
.row {
    --bs-gutter-x: 0px;
}
.jobOppImages {
    height: 348px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.jobOppImg img{
    padding: 10px;
}
.blogsBackground {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensure pseudo-element doesnâ€™t overflow */
  }
  
  .blogsBackground::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://idetep.org/assets/user/images/background.jpg');
    background-size:100%;
    background-position: center;
    background-repeat: repeat;
    object-fit: contain;
    opacity: 0.09; /* Set opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
  }
  
  .blogsBackground &gt; * {
    position: relative;
    z-index: 1; /* Ensure content is above the pseudo-element */
  }
  
  .box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0d6efd; */
    background-image: url(images/Staff.png);
    height: 300px;
    margin: 100px 200px;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.3);
    /* border: 5px solid black; */
    border-radius: 5px;
  }

  .box .content {
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    color: white;
  }

  .containers {
    margin-top: 100px;
  }

  .containers p {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 205px;
    text-align: justify;
  }

  #job-opp-img1 {
    width:220px;
    height:300px;
  }

  #job-opp-img2 {
    width:250px;
  }

  .job-opp-left-container {
    margin-left: 150px;
    float: right;
  }

  .containers p {
    padding: 20px 100px !important; 
    margin-right: 0px !important; 
    margin-left: 0px !important; 
    font-family: var(--drivschol-font, Manrope, sans-serif) !important; 
    font-size: 20px !important; 
    font-weight: bold !important; 
    line-height: 37.4px !important; 
    text-align: justify !important; 
    color: rgb(33, 37, 41) !important;
  }

  @media(max-width: 991px) {
    .leftContainer2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
  }
  @media(max-width: 660px) {

      .jobOppImages {
        margin-top: 40px;
      }

      #job-opp-img1 {
        width:140px;
        height:200px;
      }
    
      #job-opp-img2 {
        width:180px;
      }
      .job-opp-left-container {
        margin-left: 0px;
      }
    .containers p {
        padding: 20px 40px !important;
    }
  }

@media(max-width: 560px) {
    .containers p {
        padding: 20px 20px !important;
    }
}</pre></body></html>