.custom-file-upload, .file-uploaded {
  background-color:#ebecf0;
  padding:5px;
  cursor:pointer;
}

input[type=file]:focus {
  outline:0;
}

.apply-with-linkedin-btn {
  background-color:#0077B5;
  font-weight:500;
}

.apply-with-linkedin-btn:hover, .apply-with-linkedin-btn:focus {
  color:white !important;
  outline:0;
}

.header {
    min-height: 0px !important;
    padding: 0 0 0px !important;
}

.apply-with-linkedin-btn-text {
  font-size: 16px;
  font-weight: 600;
}

@media(max-width:768px) {
    .apply-with-linkedin-btn-text {
        display:none;
    } 
}

.application-form-submission-status-text {
  display :none;
}

.application-form-submission-status-text,
.submitted-application-text {
  margin-top:20px;
  font-size:16px;
}

.application-form-location-field[name="personal_info.location.city"],
.application-form-location-field[name="personal_info.location.state"] {
  border-bottom:0px;
}

.application-form-location-field[name="personal_info.location.city"],
.application-form-location-field[name="personal_info.location.country"] {
  border-right:0px;
}

.application-form-textarea {
  height:130px !important;
}
.education-container:not(:first-child), .experience-container:not(:first-child) {
  margin-top: 10px;
}

.add-education-button {
  margin-top: 10px;
}
.education-container .hide-delete-btn {
  display: none;
}
.experience-container .hide-delete-btn{
  display: none;
}
.education-container .graduation-year-container, .experience-container .experience-year-container{
  margin-top: 10px;
}
.first-last-container{
  display: flex;
  padding: 0px;
}
.remove-education, .remove-experience{
  background: none;
  color: #c34141;
  border: none;
  font-size: 16px;
}
.add-education-button {
  border: none;
  background: none;
}
.add-education-button:focus{
  outline: none;
}

.rf-remote-type-status {
  color: #666;
  font-size: 12px;
  background: #e5e5e5;
  line-height: 24px;
  padding: 4px;
  position: relative;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  margin-left: 15px;
  display:inline;
  white-space:nowrap;
  vertical-align: top;
}

.rf-remote-type-status:after, .rf-remote-type-status:before {
  content: "";
  display: block;
  position: absolute
}


.rf-remote-type-status:before {
  left: -1em;
  top: 50%;
  margin-top: -1em;
  height: 0;
  border-top: 1em solid transparent;
  border-bottom: 1em solid transparent;
  border-right: 1em solid #e5e5e5;
  z-index: 100
}

.rf-remote-type-status:after {
  left: -0.4em;
  top: 50%;
  margin-top: -0.2em;
  width: 0.4em;
  height: 0.4em;
  background: #fff;
  z-index: 200;
  border-radius: 0.2em;
}


#rf-career-alert-modal {
  text-align: center;
  padding: 0!important;
}

#rf-career-alert-modal::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

#rf-career-alert-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.tox-editor-container {
  border: 1px solid #ccc !important;
}

@media only screen and (max-width: 600px){
  .experience-year-container .to-date-experience, .graduation-year-container .to-date-graduation {
    margin-top: 10px;
  }
  .education-container:not(:first-child) .degree-name, .experience-container:not(:first-child) .position{
    width: 90%;
    float: left;
  }
}
