.form-playground, .phenom-form-container {--primary-color: #1869ff;--secondary-color: #5a6872;--background-color: #fff;}form {width: 100%;}label {color: #111010;font-size: 14;}.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: 15px;}.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: #ffffff;background: #0571e9;font-size: 12px;border: 1px solid gray;height: 50px;float: left;}.navigation {display: flex;}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;}button.btn-submit, button.btn-next {float: right !important;margin-left: auto;}.form-group { margin-bottom: 10px;}/* CUSTOM CSS */
form.rjsf {
}
#__description {
  display: none;
}
.form-group label {
  justify-content: flex-start;
}
.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,
.indeed,
.dropbox {
  display: block;
  height: 2.75rem;
  aspect-ratio: 1 / 1;
  width: auto;
  border-radius: var(--border-radius);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
  box-shadow: var(--box-shadow-slight-texp);
}
.skydrive:hover,
.onedrive:hover,
.indeed:hover,
.dropbox:hover {
  filter: brightness(85%);
  transition: filter 0.3s;
}
.resume-group .cloud-icon.skydrive , .attachment-wrapper .attachment .attachment-options .skydrive{
  width: 180px !important;
  height: 48px !important;
  margin: 0;
}

.resume-group .drives .apply-or-line{
  width:auto !important
}
.skydrive,
.onedrive, .attachment-wrapper .attachment .attachment-options .skydrive {
  background-image: url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/CISCISGLOBAL/images/Onedrive-button-1761582497538.png") !important;
}

.indeed {
  background-image: url("https://assets.phenompeople.com/CareerConnectResources/pp/RANEUK/en_uk/desktop/assets/images/indeed.png");
}
.resume-group.resume-group .drives.drives .cloud-options-group ul {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.resume-group .cloud-icon.dropbox, .attachment-wrapper .attachment .attachment-options .dropbox {
  background-image: url("https://pp-cdn.phenompeople.com/CareerConnectResources/prod/CISCISGLOBAL/images/Dropbox-button-1761582499043.png");
  width: 180px;
  height: 48px;
   margin: 0;
}
.resume-group .cloud-icon.skydrive , .attachment-wrapper .attachment .attachment-options .skydrive{
  width: 28px;
  height: 18px;
}
.attachment-wrapper .attachment .attachment-options .skydrive{
  margin-left: 22px;
}

/* .resume-group.resume-group.resume-group .drives.drives.drives.drives.drives .cloud-options-group ul li[atm-id="dropbox-option"], 
.resume-group.resume-group.resume-group .drives.drives.drives.drives.drives .cloud-options-group ul li[atm-id="skydrive-option"],
.attachment-wrapper .attachment .attachment-options li[atm-id="dropbox-option"],
.attachment-wrapper .attachment .attachment-options li[atm-id="onedrive-option"]
 {
  border: 2px solid #0a60ff;
  color: #0a60ff;
  border-radius: 46px;
  display: flex;
  font-size: 16px;
  font-family:  var(--cms-g-cisco-sans-tt);
  padding: 10px 15px;
  min-width: 180px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-size: contain;
} */

/* .attachment-wrapper .attachment .attachment-options .dropbox {
    display: inline-block;
    margin-left: 24px;
} */
/* .cloud-options-group ul li[atm-id="dropbox-option"]::after, .attachment-wrapper .attachment .attachment-options .dropbox::after {
  content: "Dropbox";
  padding-left: 8px;
}
.cloud-options-group ul li[atm-id="skydrive-option"]::after, .attachment-wrapper .attachment .attachment-options .skydrive::after {
  content: "OneDrive";
  padding-left: 8px;
} */
 /* .attachment-wrapper .attachment .attachment-options .dropbox::after,
 .attachment-wrapper .attachment .attachment-options .skydrive::after {
    display: inline-block;
    padding-left: 32px;
} */

 .attachment-wrapper .attachment .attachment-options .dropbox::after,
 .attachment-wrapper .attachment .attachment-options .skydrive::after {
    display: inline-block;
    padding-left: 32px;
}
.react-datepicker-wrapper {
  width: 100%;
}

.job-title {
  font-size: calc(0.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;
  }
}
#jtcForm .navigation {
  justify-content: center;
}
#jtcForm .btn-submit {
  margin: 0;
}

#jtcForm .btn-submit,
#jtcForm .upload-resume-btn {
  background-color: var(--primary-color) !important;
  border-radius: 90px;
  border: none;
}

#jtcForm .btn-submit:hover,
#jtcForm .upload-resume-btn:hover {
  filter: brightness(90%);
}

#jtcForm input[type="text"],
#jtcForm input[type="date"],
#jtcForm input[type="email"],
#jtcForm input[label="Name"],
#jtcForm input[type="url"],
#jtcForm textarea,
#jtcForm .rbt-input.form-control,
#jtcForm select.form-control.form-control {
  background-color: white;
  border: 1px solid #1b1c1d;
  color: var(--text-color-texp);
  border-radius: 0.4rem;
  font-weight: 300;
  font-size: 0.875rem;
  min-height: 40px;
  height: auto;
  padding: 0.75rem;
}
#jtcForm .rbt-input.rbt-input-multi {
  padding: 0 !important;
  height: auto !important;
}
#jtcForm .rbt-input-wrapper {
  height: 100%;
}

#jtcForm .col-md-6,
#jtcForm .form-group {
  position: relative;
}

#jtcForm .form-label,
#jtcForm .control-label {
  padding: 0 0.25rem;
  position: absolute;
  left: 1rem;
  top: -0.3rem;
  background-color: white;
  font-size: 0.75rem;
  display: flex;
  gap: 0.15rem;
  font-weight: 400;
  color: #1b1c1d;
  background-color: white;
  z-index: 1;
}
#jtcForm div[role="radiogroup"] .control-label {
  position: relative;
  float: revert;
  left: revert;
  top: revert;
  padding: 0;
}

#jtcForm .text-danger {
  font-size: 0.75rem;
}

#jtcForm .field-null .control-label {
  position: relative;
  top: revert;
  left: revert;
}
/* END CUSTOM CSS */

    .resume-group {
        padding: 20px;
        width: 100%;
    }
    .resume-group .upload-resume-btn {
        font-size: 16px !important;
        background: #0073b1;
        height: 39px;
        margin-top: 6px;
        padding: 0px 16px;
        color: white;
        text-decoration: underline;
        cursor: pointer;
        border: unset !important;
    }
    .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;
    }
    .resume-group .drives .apply-or-line {
        display: flex;
        align-items: center;
        padding-left: 25px;
        padding-right: 10px;
    }
    .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 .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;
        margin: 5px;
        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;
        list-style: none;
    }
    .resume-group .cloud-icon {
        margin: 40px 0 0 15px;
    }
    @media only screen and (max-width: 1024px) {
    .resume-group .drives .cloud-options-group {
        float: none !important;
        text-align: center;
        width: 100%;
    }
    .cover-letter-group .drives {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .cover-letter-group .cloud-options-group {
        float: left;
    }
    .cover-letter-group .academia-upload-wrapper {
        float: left;
        padding-top: 8px !important;
    }
    .cloud-options-group ul li {
        margin: 0px;
        display: inline-block;
    }
    .cloud-options-group ul li .cloud-icon {
        vertical-align: -4px !important;
        margin: 10px !important;
    }
    .drives .apply-or-line {
        float: none !important;
        text-align: center;
        width: 100%;
        margin: .875rem 0;
    }
    .drives .resume_upload_block {
        text-align: center;
        width: 100%;
    }
    .drives .resume-upload-wrapper {
        float: none;
        margin-top: 0px;
        padding-left: 0px;
    }
}
@media only screen and (max-width: 640px) {
    .drives .cloud-options-group {
        float: none !important;
        text-align: center;
        width: 100%;
    }
    .cloud-options-group ul li {
        margin: 0px;
    }
    .resume-group .cloud-options-group ul li:first-child {
        width: 100%;
    }
    .resume-group .drives {
        display: block;
    }
    .resume-group .drives .apply-or-line {
        float: none !important;
        text-align: center;
        width: 100%;
        margin: .875rem 0;
    }
    .drives .resume_upload_block {
        text-align: center;
        width: 100%;
    }
    .drives .resume-upload-wrapper {
        float: none;
        margin-top: 0px;
        padding-left: 0px;
    }
    .drives .academia-upload-wrapper {
        float: none;
        padding-left: 0px;
    }
    .academic_transcript_file a {
        line-height: 14px;	
    }
}
    
#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;
} 
  .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;
  }
  .form-checkbox .checkbox{
    padding-left: 41%
  }

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

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