form {width: 100%;}label {color: #5a6872;font-size: 14px;justify-content: flex-end !important;display: flex;align-items: center;margin-bottom: unset;}.markdown-as-title p, .custom-object .field-description {color: #5d6fb1;font-size: 22px;}.help-block {color: #111010;font-size: 12px;}.error-detail {padding-left: 42.6%;margin-top: 4px;margin-bottom: 8px;list-style: none;}.text-danger {color: #fc1d2b;font-size: 15px;}input.form-control,select.form-control {color: #111010;font-size: 14px;border: 1px solid gray;height: 40px;width: 100%;background-color: transparent;}textarea.form-control {color: #111010;font-size: 14px;border: 1px solid gray;height: 100px;width: 100%;background-color: transparent;}.checkbox-control {height: 16px;width: 16px;margin-right: 10px;}button.btn {color: #ffffff;background: #0571e9;font-size: 12px;border: 1px solid gray;height: 50px;float: left;}.navigation {display: flex;}button.btn-submit, button.btn-next {float: right !important;margin-left: auto;}.form-playground, .phenom-form-container {--primary-color: #5d6fb1;--secondary-color: #5a6872;--background-color: #fff;}.error-msg {color: #f00;background: #ffdada;padding: 10px;width: 100%;}.errorHeader {color: #f00;background: #ffdada;font-size: 12px;font-weight: Bold;line-height: 18px;}.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-navigate {color: #ffffff;background: #0571e9;font-size: 12px;border: 1px solid #0571e9;height: 50px;line-height: 18px;}button.btn-navigate:hover {color: #0571e9;background: #ffffff;}button.btn-navigate:focus {color: #0571e9;background: #ffffff;}button.btn-prev {float: left !important;}textarea {color: #111010;font-size: 14px;border: 1px solid gray;height: 100px;width: 100%;}helpText {color: #111010;font-size: 12;}errorText {color: #fc1d2b;font-size: 15;}input {color: #111010;font-size: 14;border: 1px solid gray;height: 50px;width: 100%;}button {color: #ffffff;background: #0571e9;font-size: 12;border: 1px solid gray;height: 50px;width: 100px;}.form-group { margin-bottom: 10px;}form.rjsf {}
#__description{
    display:none;
}
.form-group label {
    justify-content: flex-end;
}
.checkbox label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* write custom css here */
fieldset { width: 100%; }
/* cloud icon css */
.skydrive,.onedrive,.indeed,.dropbox,.xing {
    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');
}
.xing {
    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');
}
.react-datepicker-wrapper {
    width: 100%;
}

.job-title {
    font-size: calc(.5em + 1.5vw);
}

/* 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;
    }
    /*Linked in total width in mideum devices*/
    .cloud-options-group li.linkedin-option {
        width: 100%;
       }
    .error-msg{
        width: 100%;
    }
    .error-detail: {
        padding-left: 0;
    }
}

    .resume-group {
        padding: 20px;
        width: 100%;
    }
    .resume-group .upload-resume-btn {
        font-size: 16px !important;
        background: var(--primary-color);
        min-height: 39px;
        margin-top: 6px;
        padding: 0px 16px;
        color: white;
        text-decoration: underline;
        cursor: pointer;
        border: unset !important;
        height:auto;
    }
    .resume-group .resume_info {
        padding-left: 40px;
        text-align: center;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .resume-group .cloud-options {
        width: 100%
    }
    .resume-group .apply-or-box {
        height: 32px;
        min-width: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        font-size: 18px;
        background-color: #eef3f6;
        text-transform: lowercase;
        color: #717171;
    }
    .resume-group .drives {
        width: 100%;
        display: flex;
        gap: 20px;
        align-items: end;
    }
    .resume-group .drives .apply-or-line {
        display: flex;
        align-items: 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 {
        text-align: right;
        margin: 0 0;
    }
    .resume-group .drives .cloud-options-group ul {
        display: flex;
        align-items: end;
        list-style: none;
        gap: 20px;
        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);
    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;
    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;
    padding: 0;
}

 #breadcrumb-summary  ul li a .number {
    background: #a9a9a9 !important;
    border-radius: 50%;
    border: 1px solid #a9a9a9 !important;
    color: #a9a9a9 !important;
    width: 15px;
    height: 15px;
    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;
    left: 0;
    display: inline;
}

 #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:var(--primary-color) !important;
    color: var(--primary-color) !important;
    box-shadow: 0 0 0 4px var(--primary-color), 0 0 0 5px var(--primary-color) !important;
    border: 4px solid var(--primary-color) !important;
}

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

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

 #breadcrumb-summary  ul li::after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #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: "";
    background-color: #828282 !important;
    left: 52%;
}

 #breadcrumb-summary  .progress-enable.progress-complete:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--primary-color) !important;
    transition: border-color 0.5s ease-in-out;
}

 #breadcrumb-summary  .slick-slide:last-child li.slide:last-child::before,
 #breadcrumb-summary  .slick-slide:last-child li.slide:last-child::after{
    width: 0;
} 

/* css for wrapper div of a array item */
.array-item { 
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}
/* css for remove action div */
.remove-action{
  position: absolute;
  right: -30px;
  width: 30px
}
/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.react-datepicker-wrapper {
    width: 100%;
}

.daterangepicker-checkbox {
    margin-left: calc(41.5% + 16px);
    padding-left: 4px;
    padding-bottom: 5px;
    display: flex;
    line-height: normal;
    font-size: 16px;
}

#currentlyWorkHere {
min-height: 10px;
margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .daterangepicker-checkbox {
    margin: 0;
    padding-left: 16px;
}
}


.react-datepicker-wrapper {
    width: 100% !important;
}

.daterangepicker-checkbox {
    margin-left: calc(41.5% + 16px);
    padding-left: 4px;
    padding-bottom: 5px;
    display: flex;
    line-height: normal;
    font-size: 16px;
}

#currentlyWorkHere {
min-height: 10px;
margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .daterangepicker-checkbox {
    margin: 0;
    padding-left: 16px;
}
}
  .tool-tip-btn-wrap {
    background-color: rgb(23, 162, 184);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin: -3px -3px -3px 5px;
    cursor: pointer;
  }
  .tool-tip-btn-wrap .tooltip-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 7px;
    top: -3px;
    font-weight: bold;
  }
/* css for wrapper div of a array item */
.array-item { 
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}
/* css for remove action div */
.remove-action{
  position: absolute;
  right: -30px;
  width: 30px
}
@media only screen and (max-width: 1024px){
  .remove-action{
  right: 0px;
  }
}
/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


.range-select {
  font-family: Arial; 
  padding: 10px; 
  margin: auto 10px;
  background: transparent;
  border: none !important; 
  outline: none;
  cursor: pointer;
}
.range-div {
  display: flex;
  justify-content: space-around;
}.attachment {
    border: 1px solid #cec5c5;
    padding: 20px;
    width: 100%;
}
.attachment-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
ul.attachment-options {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.attachment-options li {
    margin-right: .7rem;
    display: flex;
    align-items: center;
}
ul.attachment-options li:fisrt-child {
    margin-left: 5rem;
}
.attachment-wrapper div.dropbox,
.attachment-wrapper div.skydrive {
    height: 40px;
    width: 40px;
}
/*
ul.attachment-options li:last-child input {
    display: none !important;
}*/
ul.attachment-options li:last-child label {
    margin-bottom: 0 !important;
}
.attachment {
    border: 1px solid #cec5c5;
    padding: 20px;
    width: 100%;
}
.attachment-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}
ul.attachment-options {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.attachment-options li {
    margin-right: .7rem;
    display: flex;
    align-items: center;
}
ul.attachment-options li:fisrt-child {
    margin-left: 5rem;
}
.attachment-wrapper div.dropbox,
.attachment-wrapper div.skydrive {
    height: 40px;
    width: 40px;
}
/*
ul.attachment-options li:last-child input {
    display: none !important;
}*/
ul.attachment-options li:last-child label {
    margin-bottom: 0 !important;
}

  .tool-tip-btn-wrap {
    background-color: rgb(23, 162, 184);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin: -3px -3px -3px 5px;
    cursor: pointer;
  }
  .tool-tip-btn-wrap .tooltip-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 7px;
    top: -3px;
    font-weight: bold;
  }
/* css for wrapper div of a array item */
.array-item { 
  width: 100%;
  position: relative;
}

/* css for add button*/
.array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}
/* css for remove action div */
.remove-action{
  position: absolute;
  right: -30px;
  width: 30px
}
@media only screen and (max-width: 1024px){
  .remove-action{
  right: 0px;
  }
}
/* css for remove button, it is inside remove-action div*/
.array-button-remove {
  /*// For round edges please uncomment next line*/
  /*// border-radius: 50%;*/
  background: red !important;
  border: none;
  min-height: 30px;
  min-width: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}


  .form-checkbox .checkbox{
    padding-left: 41%
  }

  .tool-tip-btn-wrap {
    background-color: rgb(23, 162, 184);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    margin: -3px -3px -3px 5px;
    cursor: pointer;
  }
  .tool-tip-btn-wrap .tooltip-icon {
    color: rgb(255, 255, 255);
    position: absolute;
    left: 7px;
    top: -3px;
    font-weight: bold;
  }.disabilityStatus{
  display: flex;
  flex-direction: column;
}
.disabilityStatus .radio input[type="radio"]{
  min-height: 10px !important;
  margin-right:10px;
}
.disabilityStatus label{
  display: flex;
  justify-content: flex-start !important;

}
.summary{
  padding-left: 10px;
}

.summary > .object-field-header{
 display: none;
}
.table-as-list tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.table-as-list thead {
    display: none;
}
.table-as-table table {
  table-layout: fixed;
}
.table-as-table td {
 vertical-align: top;
}
