body {font-family: AvenirLTStd-Roman;}.form-playground, .phenom-form-container {--primary-color: #5d6fb1;--secondary-color: #5a6872;--background-color: #fff;}form {width: 100%;}label {color: #000000;font-size: 14;margin-top: 15px;margin-bottom: 15px;}.markdown-as-title p, .custom-object .field-description {color: #5d6fb1;font-size: 22px;}input.form-control,select.form-control {color: #111010;font-size: 14px;border: 1px solid gray;height: 40px;width: 100%;}textarea.form-control {color: #111010;font-size: 14px;border: 1px solid gray;height: 100px;width: 100%;background-color: transparent;}.checkbox-control {color: #111010;height: 16px;width: 16px;font-size: 14px;border: 1px solid gray;border-radius: 3px;margin-right: 10px;}.help-block {color: #111010;font-size: 12px;}.error-msg {color: #f00;background: #ffdada;padding: 10px;width: 100%;}.errorHeader {color: #f00;background: #ffdada;font-size: 12px;font-weight: Bold;line-height: 18px;}.error-detail {padding-left: 0px;margin-top: 4px;margin-bottom: 8px;list-style: none;}.text-danger {color: #fc1d2b;font-size: 13px;}.summary-title-link {color: #000000;font-size: 15px;font-weight: Bold;line-height: 18px;}.summary-title {color: #000000;font-size: 15px;}.summary-value {color: #000000;font-size: 15px;font-weight: Bold;line-height: 18px;word-break: break-all;opacity: 0.7;padding: 5px 0 15px 0;}.summary-label {color: #000000;opacity: 1;}button.btn {color: #0571e9;background: #fff;font-size: 12px;border: 1px solid gray;height: 50px;float: left;}.navigation {display: flex;}button.btn-navigate {color: #ffff;background: #48B8E7;font-size: 16px;border: 1px solid #0571e9;height: 50px;line-height: 18px;font-family: gotham-medium;}button.btn-navigate:hover {color: #ffff;background: #f3e564;}button.btn-navigate:focus {color: #ffff;background: #48B8E7;}button.btn-prev {float: left !important;}button.btn-submit, button.btn-next {float: left !important;}.form-group { margin-bottom: 10px;}form.rjsf {}
.checkbox label {
    display: flex;
    align-items: center;
}
/* write custom css here */
.error-detail
{
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-left: 0px !important;
}
fieldset { width: 100%; }
/* cloud icon css */
.skydrive,.onedrive,.indeed,.indeed,.dropbox {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 12%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
}
.skydrive, .onedrive {
    background-image: url('https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/SkyDrive.png');
}
.indeed {
    background-image: url('https://assets.phenompeople.com/CareerConnectResources/pp/RANEUK/en_uk/desktop/assets/images/indeed.png');
}
.indeed {
    background-image: url('https://assets.phenompeople.com/CareerConnectResources/pp/PHENA0059/en_us/desktop/assets/images/xing.png');
}
.dropbox {
    background-image: url('https://assets.phenompeople.com/CareerConnectResources/q/ADCLUS/en_us/desktop/assets/images/dropbox_square.png');
}
/* following css are for tablet and mobile device (keep always at the end) */
@media only screen and (max-width: 1024px) {
	.row {
         padding: unset;		
	}
	.form-group label {
        display: block;
        text-align: left;
	}
    .error-detail {
        padding-left: 16px;
    }
	.acadmeia_info {
		width: 100%;
		text-align: center;
	}
	button[type=submit] {
	    margin-right: unset;
    }
}
@media only screen and (max-width: 640px) {
 	.errorHeader,
        ul.errorList {
	  width: 100%;
        } 
	.cover-letter-files {
	 margin: unset;
	 white-space: unset;
	}
	button[type=submit] {
	    float: unset;
	    width: 100% !important;
	    padding: 4px 30px;
      font-size: 16px;
    }
}
@media only screen and (max-width: 640px) {
    .resume-group .drives {
        flex-wrap: wrap;
    }
    .resume-group .drives .cloud-options-group ul {
        flex-wrap: wrap;
        justify-content: center;
    }
      .resume-group .drives .cloud-options-group {
        text-align: right;
        margin: 0 0;
        width: inherit;
    }
    .resume-group .drives .apply-or-line {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        padding: 15px 0;
    }
   .resume-group .drives .resume-upload-wrapper {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .resume-group {
    width: auto !important;
  }
}

.rbt-input-hint {
  display: none !important;
}
body, html {
    background-color: #ffffff;
    font-family: AvenirLTStd-Roman;
    font-size: 16px;
    color: #393939;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}
input.form-control, select.form-control {
    height: 46px;
    border: 1px solid #d8d8d8;
    font-size: 18px;
    color: #515151;
}
.btn-submit{
   min-height: 43px;
      width: auto;
      font-weight: normal;
      font-size: 18px;
      text-align: center;
      box-shadow: none;
      padding: 0 30px;
      line-height: 38px;
      background-color: transparent;
      color: #003896;
      border: 2px solid #003896;
}
.btn:hover {
  background: none;
    background-color: #f3e564;
    border-color: #F3E564;
    box-shadow: none;
}

.form-group label{
  margin-top: 15px;
  margin-bottom: 15px;
    font-family: AvenirLTStd-Roman;

}
.phenom-form-container{
  margin-top: 50px;
  margin-bottom: 50px;
}
label .error{
      margin: 0 0;
    font-size: 14px;
    color: #df5828 !important;
    font-family: AvenirLTStd-Roman;

    bottom: 0;
}
.text-danger{
      margin-top: 15px;
}
@media only screen and (min-width:768px){
  .row {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.col-md-6{
    width: 50%;
    padding-right: 20px;
    height: 120px;
  }
}
    .resume-group {
        padding: 20px;
        width: 100%;
    }
    .resume-section{
      border: 1px solid #edefef;
    margin: 0 12px 25px;
    padding: 20px;
    }
    .resume-group .upload-resume-btn {
        min-height: 44px;
        width: auto;
        font-family: AvenirLTStd-Roman;
        font-weight: normal;
        font-size: 1rem;
        color: #ffffff;
        text-align: center;
        border-color: #48b8e7;
        background: none;
        background-color: #48b8e7;
        padding: 0 30px;
        line-height: 38px;
    }
  
    .resume-group .resume_info {
      color: #4d4d4d;
    font-family: 'AvenirLTStd-Roman';
      padding: 6px 0 20px 0;
      margin-bottom: 10px;
      text-align: center;
      font-size: 20px;
    }
    .resume-group .cloud-options {
        width: 100%
    }
    .resume-group .apply-or-box {
      position: relative;
      text-align: center;
    font-family: AvenirLTStd-Roman;
        height: 32px;
        min-width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        /*border-radius: 16px;*/
        font-size: 16px;
        text-transform: uppercase;
        /*color: #717171;*/
    }
    .resume-group .drives {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .resume-group .drives .apply-or-line {
          text-align: center;
        width: 87px;
        display: inline-block;
        /*display: flex;*/
        /*align-items: center;*/
        /*width: 87px;*/
        /*justify-content: center;*/
    }
    .resume-group .drives .resume-upload-wrapper {
        display: flex;
        align-items: center;
        
    }
    .resume-group .drives .resume-upload-wrapper:focus {
        outline: none !important;
    }
    .resume-group .drives .awli-button {
        display: flex;
        flex-direction: column;
        width: 175px;
    }
    .resume-group .drives li.linkedin-option {
    margin-bottom: -10px;
    }
    .resume-group .drives .awli-button .awli-text {
        line-height: 16px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.7);
        font-size: 13px;
        text-align: center;
        margin-bottom: 0px;
        padding: 2px;
    }
    .resume-group .drives .awli-button .awli-text span {
        color: #000;
    }
    .resume-group .drives .awli-button .btn {
        width: auto;
        background-color: #0073b1;
        padding: 9px 10px;
        line-height: 20px;
    }
    .resume-group .drives .awli-button .btn span {
        color: #fff !important;
    }
    .resume-group .drives .cloud-options-group {
          margin: 0 0;
          display: inline-block;
          float: left;
    }
    .resume-group .drives .cloud-options-group ul {
        display: flex;
        align-items: end;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
    }
    @media only screen and (max-width: 640px) {
        .resume-group .drives {
            flex-wrap: wrap;
        }
        .resume-group .drives .cloud-options-group ul {
            flex-wrap: wrap;
            justify-content: center;
        }
    }
    
#breadcrumb-summary  {
    min-height: 100px;
}
#breadcrumb-summary  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
}

#breadcrumb-summary  .slick-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    transform: translate3d(0, 0, 0);
    display: block;
    float: left;
    width: 92%;
    margin-left: 15px;
}

#breadcrumb-summary  .slick-slider .slick-list .slick-track {
    position: relative;
    top: 0;
    left: -16px;
    display: block;
}

#breadcrumb-summary  .slick-slider .slick-list .slick-track .slick-slide {
    display: block;
    position: relative;
    float: left;
    height: 100%;
    min-height: 1px;
    text-align: center;
    outline: none;
    text-align: center;
}

 #breadcrumb-summary  ul li {
    cursor: default;
}

 #breadcrumb-summary  ul li a {
    width: 90px;
    display: inline-block;
    position: relative;
    height: 70px;
    text-align: center;
    margin-top: 4px;
    outline: 0;
}

 #breadcrumb-summary  ul li a .number {
    background: #fff !important;
    border-radius: 50%;
    border: 1px solid #5d6fb1 !important;
    color: #5d6fb1 !important;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    padding-top: 0;
    vertical-align: middle;
    font-size: 0;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 0 4px #a9a9a9, 0 0 0 5px #a9a9a9 !important;
    z-index: 9999;
}

 #breadcrumb-summary  .slick-list .slick-track li.progress-enable.progress-complete .number {
    box-shadow: none !important;
    font-size: 0;
    padding: 10px;
    border: none !important;
    width: 0;
    height: 0;
    display: block;
}

  #breadcrumb-summary  .slick-list .slick-track li.progress-current .number,
  #breadcrumb-summary  .slick-list .slick-track li.progress-enable .number {
    background:#5d6fb1 !important;
    color: #5d6fb1 !important;
    box-shadow: 0 0 0 4px #5d6fb1, 0 0 0 5px #5d6fb1 !important;
    border: 4px solid #5d6fb1 !important;
}

 #breadcrumb-summary  ul li a .title {
    font-size: 13px;
    display: block;
    overflow-wrap: break-word;
    line-height: 1.3em;
    padding-top: 15px;
    color: #5d6fb1 !important;
    cursor: pointer;
}

 #breadcrumb-summary  ul li:last-child:before {
    content: "";
    position: absolute;
    right: -16%;
    background: none;
    width: 63%;
    height: 20px;
    z-index: 9;
    top: 6px;
}

 #breadcrumb-summary  ul li::after {
    content: '';
    border-right: 373px solid #828282 !important;
    position: absolute;
    top: 15px;
    height: 3px;
    left: 51%;
    z-index: 0;
    transition: border-color 0.5s ease-in-out;
}

 #breadcrumb-summary  .progress-current::after {
    content: "";
    border-right-color: #828282 !important;
    left: 52%;
}

 #breadcrumb-summary  .progress-enable.progress-complete:after {
    content: '';
    border-right: 375px solid #5d6fb1 !important;
    transition: border-color 0.5s ease-in-out;
}

 #breadcrumb-summary  .slick-slide:last-child li.slide:last-child::before {
    background: #fff !important;
    border-right: 375px !important;
}

 #breadcrumb-summary  .slick-slide:last-child li.slide:last-child::after {
    border-right: 325px !important;
} 