.bootstrap-select .dropdown-menu>.selected>a, .bootstrap-select .dropdown-menu>.selected>a:hover, .bootstrap-select .dropdown-menu>.selected>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #209ADF;
}

.bootstrap-select .btn:focus {
    outline: none !important;
}

input:focus, button:focus, textarea:focus {
    box-shadow: none!important;
    outline-offset: 0px !important;
    outline: none !important;
    border: 2px solid #209ADF;
}

.text-gradient {
    background-image: linear-gradient(90deg, #81DE00 0%, #00C6BE 100%);
    color: #FFFFFF;
    display:inline;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 48px;
    text-align: left;
    padding-left: 10px;
}

.section-footer {
   position:absolute;
   bottom:0;
   width:100%;
}

.btn-light {
    color: #209ADF !important;
    background-color: transparent !important;
    top: 7px !important;
    border: 0;
}

.job-section {
    margin-bottom: 120px;
}

.job-margin-l {
    margin-top: 50px;
    margin-bottom: 80px;
}

.job-info-margin-l {
    margin-top: 60px;
    margin-bottom: 80px;
}

.job-margin-m {
    margin-bottom: 40px;
}

.job-padding-m {
    padding-right: 35px;
}

.job-semi-bold {
    text-align: left;
    font-family: ProximaNova-Semibold;
    letter-spacing: 0;
}

.job-input {
    border: 1px solid #B3B3B3;
    color: #0F146D;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    background-clip: padding-box;
}

.job-input:hover {
    color: #0F146D;
}

.textarea-input {
    border: 1px solid #B3B3B3;
    color: #0F146D;
    font-size: 16px;
    letter-spacing: 0;
    padding: 18px;
    width: 100%;
    height: 100px;
    background-clip: padding-box;
    resize: none;
}

.textarea-input:hover {
    color: #0F146D;
}

.date-input {
    border: 1px solid #B3B3B3;
    color: #0F146D;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 20px;
    width: 30%;
    height: 50px;
}

.search-input {
    border: 1px solid #B3B3B3;
    color: #209ADF;
    font-family: ProximaNova-Semibold;
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
    background-clip: padding-box;
}
.search-input:hover {
    color: #209ADF;
}

.job-page-input {
    border: 2px solid #B3B3B3;
    width: 40px;
    height: 40px;
}

a.joblink:link, a.joblink:visited, a.joblink:hover, a.joblink:active {
    text-decoration: none !important;
    color: unset !important;
}


.job-select {
    border: 2px solid #209ADF;
    width: 232px;
    height: 50px;
}

.job-button {
    background: #209ADF;
    width: 100%;
    height: 50px;
}

.job-box {
    border: 1px solid #B3B3B3;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.desc-box {
    border: 1px solid #B3B3B3;
    padding: 20px !important;
    width: 100%;
}

.press-box {
    border: 1px solid #B3B3B3;
    padding: 20px !important;
    background-color: white;
    min-height: 185px;
}

@media only screen and (max-width: 1441px) {
    .press-box {
        min-height: 140px;
    }
}

.title-box {
    min-height: 92px;
    max-height: 92px;
}

.press-text {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.job-read-more {
    color: #209ADF;!important
}

@media only screen and (min-width: 768px) {
    .job-read-more {
        float: right !important;
        padding-right: 40px;
    }
}

.file-box {
    opacity: 0.17;
    background: #209ADF;
    width: 100%;
    height: 105px;
}

@media only screen and (max-width: 1290px) {
    .file-box {
        height: 120px;
    }
}

@media only screen and (max-width: 992px) {
    .job-margin-sm {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .job-info-margin-l {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .file-box {
        height: 105px;
    }
    .title-box {
        min-height: initial !important;
        max-height: initial !important;
    }
    .press-text {
       -webkit-line-clamp: initial; /* number of lines to show */
   }
}

@media only screen and (max-width: 500px) {
    .file-box {
        height: 120px;
    }
}

@media only screen and (max-width: 339px) {
    .file-box {
        height: 145px;
    }
}

.job-page {
    display: flex;
    justify-content: space-between;
}

.job-arrow-left {
    transform: rotate(90deg);
    background: #209ADF;
    width: 14px;
    height: 24px;
}

.job-arrow-right {
    transform: scaleX(-1) rotate(90deg);
    background: #209ADF;
    width: 14px;
    height: 24px;
}

.job-text-xs {
    font-size: 14px;
}

.job-text-s {
    font-size: 16px;
}

.job-text-sm {
    font-size: 18px;
    line-height: 22px;
}

.job-text-m {
    font-size: 20px;
    line-height: 20px;
}

.job-text-l {
    font-size: 24px;
}

.job-text-xl {
    font-size: 28px;
    line-height: 32px;
}

.job-text-light {
    color: #209ADF;
    letter-spacing: 0;
}

.job-text-dark {
    color: #0F146D;
    letter-spacing: 0;
}

.js .input-file, .input-file-1 {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}

.custom-resume-upload {
    background: #209ADF;
    cursor: pointer;
    text-align: center;
    padding: 14px 30px;
    width: 100%;
    height: 50px;
}

.ontop {
    position: absolute;
    top: 0px;
}

.job-p-4 {
    padding: 1.8rem !important;
}

.btn:disabled {
    opacity: .30;
}

.job-label {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.job-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: white;
    border: 1px solid #209ADF;
}

/* When the checkbox is checked, add a blue background */
.job-label input:checked ~ .checkmark {
    background-color: #209ADF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.job-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.job-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-multiple-select {
    border: 1px solid #B3B3B3;
    color: #209ADF;
    font-family: ProximaNova-Semibold;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 20px;
    width: 100%;
    height: 50px;
}

.dropdown-item {
    color: #0F146D;
}

.dropdown-menu {
    border-radius: 0rem;
}

.dropdown-menu > li > a:hover {
    color: #0F146D;
}

.captcha-box {
    opacity: 0.17;
    background: #F2F2F2;
    width: 100%;
    height: 120px;
    border: #000000 1px solid;
}