/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 11 2021 | 05:36:35 */
html {
    scroll-behavior: smooth;
}

#ur-frontend-form .label-bold, #ur-frontend-form .label-details {
  margin-bottom: 0;
  display: inline-block;
  line-height: inherit;
  color: #000;
}

#ur-frontend-form .label-bold {
  font-weight: 600;
}

#ur-frontend-form .label-heading {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

#ur-frontend-form .row .col-md-12 {
  margin-bottom: .6em;
}

.applied-job-item .job-description .job-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
/*# sourceMappingURL=styles.css.map */

.single-job div#recentJob2 {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
}

.single-job .recent-job-item .column2 {
    text-align: right;
    padding-right: 20px;
    color: #999;
}

.single-job .recent-job-item .column1 img {
    width: 45px;
    margin: 0 10px;
}

.single-job .recent-job-item .column1 {
    display: flex;
}

.single-job .recent-job-item .column1, .single-job .recent-job-item .column2 {
    width: 50%;
    float: left;
}

.single-job .recent-job-item .column1 .position-value {
    color: #0E3594;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.single-job .recent-job-item {
    margin: 0 5px;
}

.single-job .recent-job-item {
    margin: 0 5px;
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 75px;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 20px;
}

.single-job #recentJob2 .job-type {
    font-weight: 600;
}

.single-job .job-type.temporary {
    color: #d93674;
}

.single-job .job-type.part-time {
    color: #f08d3c;
}

.single-job .job-type.internship {
    color: #6033cc;
}

.single-job .job-type.freelance {
    color: #39c;
}

.single-job .job-type.full-time {
    color: #90da36;
}

.scrollToTop {
    display: flex;
    position: fixed;
    right: 15px;
    bottom: 2%;
}

.scrollToTop a {
    background-color: #0e3594;
    color: #fff;
    padding: 10px;
    right: 15px;
    bottom: -25%;
    width: 170px;
    text-align: center;
    font-family: 'Poppins';
    border-radius: 8px;
    box-shadow: 3px 3px 5px 0px #0000008a;
}

.scrollToTop a:hover {
    background-color: #fff;
    color: #0e3594;
}