form {width: 100%;}label {color: #5a6872;font-size: 14px;}.markdown-as-title p, .custom-object .field-description {color: #5d6fb1;font-size: 22px;}.help-block {color: #111010;font-size: 12px;}.error-detail {padding-left: 0%;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: 50%;background-color: transparent;}textarea.form-control {color: #111010;font-size: 14px;border: 1px solid gray;height: 100px;width: 45%;background-color: transparent;}.checkbox-control {height: 16px;width: 16px;margin-right: 10px;}button.btn {color: ;background: ;font-size: 12px;border: 1px solid gray;height: 50px;float: left;}.navigation {display: flex;}button.btn-submit, button.btn-next {float: left !important;margin-left: ;}.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: white;background: red;font-size: 12px;border: 1px solid #0571e9;height: 50px;line-height: 18px;}button.btn-navigate:hover {color: white;background: red;}button.btn-navigate:focus {color: white;background: red;}button.btn-prev {float: left !important;}.form-group { margin-bottom: 10px;}form.rjsf {}
#__description{
    display:none;
}
label {
    color: #4c4c4c;
    font-size: 14px;
}

.textmsg .markdown span a {
    color: red;
}

.form-group label {
    justify-content: flex-end;
}

	.form-group.field.field-string {
    margin-bottom: 15px;
  }
  
 .ph-apply-box.container {
   margin:40px 0px;
  }

.form-group input, .form-group textarea, .form-group select{
  min-height:0px;
}

.form-group.field.field-string.alignlabel {
    margin-bottom: 10px;
}

.radio {
    margin-left: 21px;
    color: #828282;
    font-weight: 600;
}

.checkbox label {
  font-size:16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
/* write custom css here */
fieldset { width: 100%; }

input[type="text"]{
  width:45%;
}


.checkbox label span {
    font-weight: bold;
}

input.rbt-input-main.form-control.rbt-input {
    width: 45%;
}

.col-md-12 {
    min-height: auto;
}

.form-group .react-datepicker-wrapper input[type="text"] {
    background-color: #e8e9ed;
}
form.rjsf {
    margin-top: 0px;
}

select{
    height: auto;
    width: 100%;
    padding-right: 35px;
    white-space: normal;
    word-wrap: break-word;
    border: 1px solid #e8e9ed;
    color: #4c4c4c;
    font-size: 16px;
    font-family: 'Delivery-Arabic-Web-Regular';
}


span.title-text {border: 1px solid;
    height: 40px;
    border-radius: 5px;
    width: 150px;
    color: #D40511;
    line-height: 18px;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}

.attachment-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 20px;
    margin:30px 0px;
}

.attachment{
  padding:20px 20px 0px 20px;
  margin-bottom:12px;
}

.form-group label.control-label {
    font-family: 'Delivery-Arabic-Web-Regular';
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
}
.error-detail: {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }

.form-group input[type="checkbox"] {
    height: 14px !important;
    min-height: 14px !important;
}

 .alignlabel {
   display:flex;
 }
 .alignlabel label{
   width:50%;
 }
 .alignlabel input[type="text"]{
   width:50%;
   border:1px solid black;
   min-height:0px;
   max-height: 45px;
 }
 
 div#todaysdate {
    width: 50%;
}
  input#eSignName {
    min-height: 0px;
    border: 1px solid black;
  }
 div#todaysdate input[type="text"]{
  width:100%;
  border:1px solid black;
  min-height:0px;
  max-height: 45px;
}

ul#eSignName-errorMsg {
    padding-left: 0%;
    list-style: none;
}
ul#eSignName-errorMsg li {
    padding-left: 0%;
    margin-top: 42px;
    margin-left: -599px;
    margin-bottom: 8px;
    list-style: none;
}


.form-group.field.field-array .rbt {
    margin-bottom: 25px;
}

span.title-text:hover
{
    background-color: #D40511;
    color: #ffffff;
}

.form-group input[type="text"],.form-group textarea, .form-group select {
    min-height: 48px;
    font-size:16px;
    box-shadow: none;
    color: #4c4c4c;
    border: 1px solid #e8e9ed;
    background-color: #ffffff;
}
.form-group .control-label{
    font-family: 'Delivery-Arabic-Web-Regular';
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top:10px;
}

button.btn.primary-button.btn-submit,button.btn.primary-button.btn-submit:hover,button.btn-prev,button.btn-prev:hover,button.btn-next,button.btn-next:hover,button.array-button-add,button.array-button-remove{
    background-color: #D40511;
    border-color: inherit;
    border-radius: 6px;
    display: table-cell;
    width: 200px;
    color: #fff;
    font-size: 16px;
    font-family: 'Delivery-Arabic-Web-Regular';
}

button.array-button-add{
  margin: 0px auto 30px;
  
}
span.required{
  color:red;
}


button:focus,
button:active:focus{
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: none;
}

button:focus {
    outline: 2px dotted #22242B;
}

.apply-page .navigation-summary {
    margin-bottom: 30px;
}

.apply-page .navigation-summary .slick-list .slick-track li.progress-enable.progress-complete:after {
    border-right: 0px !important;
}

.apply-page .navigation-summary .slick-list .slick-track li.progress-current:after, .apply-page .navigation-summary .slick-list .slick-track li.progress-enable:after {
    border-right: 0px !important; 
}

.apply-page .navigation-summary .slick-list .slick-track li:after {
    border-right: 0px
   
}

.apply-page .navigation-summary .slick-list .slick-track li.progress-current:after, .apply-page .navigation-summary .slick-list .slick-track li.progress-enable:after {
    border-right: 0px !important;
}

.apply-page .navigation-summary .slick-list .slick-track li.progress-enable:after {
   border-right: 0px !important; 
}

.foo{
    font-family: 'Delivery-Arabic-Web-Regular';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    margin:15px 0px;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus, .form-group input:active, .form-group textarea:active, .form-group select:active{
    /*border-color: #e8e9ed;*/
    border: 1px solid red;
    box-shadow: none;
}
.has-error .form-control:focus {
  box-shadow:none;
  border-color:red;
}
a {
    color: #333333;
    text-decoration: none;
    background-color: transparent;
    text-align: center !important;
}
 a:hover{
   text-decoration: none;
   color: #333333;
 }

div#page-title {
    text-align: center;
}

p.msgDivText.thankyou-message.phs-widget-heading {
    color: black;
    font-family: 'Delivery-Arabic-Web-Regular';
    font-size: 37px;
    line-height: 52px;
    margin-top: 0px;
    text-align: center;
}

.job-summary span{
   display: inline-block;
    font-weight: bold;
    font-family: 'Delivery-Arabic-Web-Bold';
    font-style: inherit;
    color: #333333;
    font-size: 2rem;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: .6px;
    text-align: center;
    padding-bottom: 10px;
    padding: 4px 0px 0px 0px
}
a#job-description-url {
    display: inline-block;
    font-weight: bold;
    font-family: 'Delivery-Arabic-Web-Bold';
    font-style: inherit;
    color: #333333;
    font-size: 2rem;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: .6px;
    text-align: center;
    padding-bottom: 10px;
}

ul.progressbarlist.breadcrumb-list {
    margin-top: 30px;
}

.slick-list {
    margin-left: 15px;
}

.row.form-group.field.field-string {
    margin-bottom: 15px;
}


.or{
  margin:24px;
}

.or::before,.or::after{
  content:"-";
}

.form-group.field.field-string.foo.right {
    margin-bottom: 0px;
    margin-top: 0px;
}
.form-group.field.field-string.ethnicity {
    margin-bottom: 0px;
    margin-top: 0px;
}

.job-summary {
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}

.thankyou-message.offline-success {
    margin-bottom: 10px;
}

.form-group.field.field-string select option {
    appearance: none;
    height: auto;
    width: 100%;
    padding-right: 35px;
    white-space: normal;
    word-wrap: break-word;
    border: 1px solid #e8e9ed;
    color: #4c4c4c;
    font-size: 16px;
    font-family: 'Delivery-Arabic-Web-Regular';
}

.btn.primary-button{
  min-height: 0px;
}

.has-error .form-control {
    border: 1px solid #e8e9ed;
}



/* cloud icon css */
.skydrive,.onedrive,.indeed,.dropbox,.xing {
    display: block;
    width: 40px;
    height: 40px;
    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);
    padding-left : 10px;
}

.rbt-menu > a {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888 !important;
    float: left;
    padding: 3px 1em 3px 0.4em;
    text-decoration: none;
}

.field.field-string.form-group.textmsg {
    margin-bottom: 0px;
}

#educationData input.rbt-input-main.form-control.rbt-input {
    width: 45%;
}

/* following css are for tablet and mobile device (keep always at the end) */
@media only screen and (max-width: 1024px) {
  form.rjsf {
    margin-top: 50px;
  }
	.row {
         padding: unset;		
	}
	.form-group label {
        display: block;
        text-align: left;
	}
   .error-detail: {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
	.acadmeia_info {
		width: 100%;
		text-align: center;
	}
	
  div#breadcrumb-summary {
      min-height: 150px;
    }
    

  button[type=submit] {
	    float: unset;
	    width: 100% !important;
    }
    .navigation {
      display: block;
    }
    
  	button#previous {
      margin-bottom: 15px;
      width: 100% !important;
    }

    button#next {
      margin-bottom: 15px;
      width: 100% !important;
    }
     


}
@media only screen and (max-width: 640px) {
  form.rjsf {
    margin-top: 50px;
  }
 	.errorHeader,
        ul.errorList {
	  width: 100%;
        } 
	.cover-letter-files {
	 margin: unset;
	 white-space: unset;
	}
	.form-group.field.field-array .rbt {
    margin-bottom: 40px;
  }
	.navigation {
    display: block;
  }
  
	
 .alignlabel{
   display:block;
 }
 
 .alignlabel input[type="text"]{
   width:100%;
 }
  div#todaysdate {
    width: 100%;
}
 
 div#todaysdate input[type="text"]{
  width:100%;
}
 
	input.rbt-input-main.form-control.rbt-input {
    width: 100%;
  }
  
  
  #educationData input.rbt-input-main.form-control.rbt-input {
    width: 100%;
  }
	
	.form-group.field.field-string {
    margin-bottom: 40px;
  }
	button[type=submit] {
	    float: unset;
	    width: 100% !important;
    }
    
    .btn-prev,.btn-next{
      width:100% !important;
    }
    /*Linked in total width in mideum devices*/
    .cloud-options-group li.linkedin-option {
        width: 100%;
        display: flex;
        justify-content: center;
       }
    .error-msg{
        width: 100%;
    }
    .error-detail: {
        padding-left: 0;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    button#previous {
      margin-bottom: 15px;
      width: 100% !important;
    }

    button#next {
      margin-bottom: 15px;
      width: 100% !important;
    }
    
    .job-summary {
      display: block;
      justify-content: center;
    }
    /*button.array-button-add,button.array-button-remove{*/
    /*  margin: 15px 0 30px 0;*/
    /*}*/
    a#job-description-url {
      font-size: 20px;
    }
    
    .form-group.field.field-string select option {
      font-size: 10px;
      font-family: 'Delivery-Arabic-Web-Regular';
    }
    .job-summary span {
        font-size: 20px;
        padding:0px;
    }
    .form-group input[type="text"], .form-group textarea, .form-group select {
        width:100%;
    }
    
    .form-group label.control-label {
        font-size: 13px;
      }

    .checkbox label span {
      font-weight: bold;
      font-size:13px;
    }
    div#breadcrumb-summary {
      min-height: 150px;
    }
   
    input#eSignName{
    width:100%;
  }

    
}

    .resume-group {
        padding: 20px 0px 20px 20px;
        margin-bottom: 12px;
        width: 100%;
        border: 1px solid #e8e9ed;
        padding: 20px 20px 0 20px;
        border-radius: 3px;
        margin-bottom: 12px;
    }
    .resume-group .upload-resume-btn {
      border: 1px solid;
      border-radius: 5px;
      width: auto;
      font-size: 14px;
      color: #D40511;
      line-height: 18px;
      height: 40px;
      padding: 10px 20px;
      text-align: center;
      background-color: #ffffff;
    }
    
    .remove-action {
    position: absolute;
    left: 0;
    top: -50px;
    width: auto;
    max-width: none;
    /* padding: 10px; */
    }
  
    .resume-group .upload-resume-btn:hover {
       border: 1px solid;
       height: 40px;
       border-radius: 5px;
       width: auto;
       color: #ffffff;
       background-color: #D40511;
    }
    .resume-group .resume_info {
        text-align: left;
        padding:20px;
        font-size: 20px;
        margin: 30px 0px;
        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;
        font-size: 16px;
        color: #717171;
    }
  
  .cloud-options-group .apply-or-line {
    text-align: center;
    width: 15%;
    vertical-align: middle;
    display: inline-block;
  }
  
  .apply-or-line {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }
    .resume-group .drives {
        width: 100%;
        display: flex;
        gap: 20px;
        justify-content: center;
        align-items: end;
        margin-bottom:50px;
    }
    .resume-group .drives .apply-or-line {
        display: flex;
        align-items: center;
    }
    
   .resume-group .apply-or-box::before,
    .resume-group .apply-or-box::after {
      content: "";
      background-color: #4c4c4c;
      width: 15px;
      height: 2px;
      top: 11px;
      margin:20px;
      right: 70px;
    }
  
  
    .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;
        line-height:20px;
        font-weight:600;
    }
    .resume-group .drives .cloud-options-group {
        text-align: center;
        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;
    }
    
    .resume-group .drives .apply-or-line {
        align-items: center;
        margin-left: 10px;
        margin-right: 10px;
    }
    
  .pdf.after-upload label {
    color: #4c4c4c;
    font-weight: bold;
  }
  
  .after-upload a.downloadFile {
    padding-right: 10px;
    color: red;
    font-weight:bold;
}
    
    .skydrive, .onedrive, .indeed, .dropbox, .xing {
      display: block;
      width: 40px;
      height: 40px;
      margin:0px !important;
      border-radius: 0px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top center;
      cursor: pointer;
    }
    @media only screen and (max-width: 550px) {
        .resume-group .drives {
            display:block;
            justify-content: center;
            align-items:center;
        }
        .resume-group .drives .cloud-options-group ul {
            flex-wrap: wrap;
            justify-content: center;
        }
        .resume-group .drives .apply-or-line {
            justify-content: center;
            align-items: center;
            margin-top: 10px;
        }
      .resume-group .drives .resume-upload-wrapper {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-top: 10px;
        }
    }
    
#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: 0px;
}

#breadcrumb-summary  .slick-slider .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 34px;
    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:red !important;
    color: red !important;
    box-shadow: 0 0 0 4px red, 0 0 0 5px red !important;
    border: 4px solid red !important;
}

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

 #breadcrumb-summary  ul li:last-child:before {
    content: "";
    position: absolute;
    right: -16%;
    background: none;
    height: 20px;
    z-index: 0;
    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: red !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;
}

 .apply-page .navigation-summary .slick-list .slick-track li.progress-current .title, .apply-page .navigation-summary .slick-list .slick-track li.progress-enable .title {
    color: #D40511 !important;
}

@media only screen and (min-width: 300px) and (max-width: 950px){
  .navigation-summary .slick-list {
    width: 85% !important;
  }
  button.slick-arrow.slick-next,button.slick-arrow.slick-prev {
    font-size: 0px !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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%
  }

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

/* css for add button*/
 .array-button-add {
  padding: 10px;
  min-width: 100px;
  border: 1px solid #29abb9;
  color: #29abb9;
  background: white;
}



/*.remove-action{*/
/*  position: absolute;*/
/*  right: -30px;*/
/*  width: 30px*/
/*}*/

.remove-action {
    position: absolute;
    left: 0;
    top: -50px;
    width: auto;
    max-width: none;
    /* padding: 10px; */
}
@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;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}



 button.array-button-add:active,button.array-button-add:focus,button.array-button-remove:hover,button.array-button-remove:focus{
    background-color: #eb131e;
    border-color: #eb131e;
    color: #ffffff;
    margin-top:0px;

}

button.array-button-add:active,button.array-button-add:focus,button.array-button-remove:hover,button.array-button-remove:focus{
    background-color: #eb131e;
    border-color: #eb131e;
    color: #ffffff;
    margin-top:0px;

}

button.array-button-add, button.array-button-remove {
    background-color: #D40511;
    border-color: inherit;
    border-radius: 6px;
    display: table-cell;
    line-height: 30px;
    padding:11px 31px;
    width: auto !important;
    color: #fff;
    font-size: 16px;
    font-family: 'Delivery-Arabic-Web-Regular';
}
.apply-page .remove-action {
    margin-top: 0px;
}

.experience .array-item{
  margin-bottom:40px;
}

.experience button.array-button-remove {
    margin-top: -1px;
}


.experience button.array-button-add {
    margin-top: -15px;
}

  .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;
  }
  
.education .array-item{
  margin-bottom:40px;
}

.education button.array-button-remove {
    margin-top: 2px;
}


.education button.array-button-add {
    margin-top: -8px;
}.foo.diversity{
  font-size:1em;
  font-family:arial;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight:bold;
}.foo.right{
  font-size:16px;
  line-height: 1.5;
}.foo.right{
  font-size:16px;
  line-height: 1.5;
}.foo.right{
  font-size:16px;
  line-height: 1.5;
}.foo.right{
  font-size:16px;
  line-height: 1.5;
}.form-group.field.field-string.applyBorder.textmsg {
    margin-bottom: 20px;
}


.applyBorder, .applyBorder:hover {
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}.foo.right{
  font-size:16px;
  line-height: 1.5;
}div#additional_attachment {
    border: 1px solid #cec5c5;
    padding: 20px;
    width: 100%;
}
.attachment-title {
    font-family: 'Delivery-Arabic-Web-Regular';
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #212121;
    margin: 20px 0;
    text-align:left;
}
ul.attachment-options {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.attachment-options li {
    display: flex;
    align-items: center;
    margin-left:10px;
}
ul.attachment-options li:fisrt-child {
    margin-left: 5rem;
}
/*
ul.attachment-options li:last-child input {
    display: none !important;
}*/
ul.attachment-options li:last-child label {
    margin-bottom: 0 !important;
}

a.download-link.pull-left {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold;
    padding-left:4px;
    padding-right:8px;
    float: left;
    color: red;
}

.apply-page .icon-delete:before {
    color: red;
}


span.delete-text {
    color: red;
}

.docx{
  margin-top:0px;
}

#cover-letter-files-div span {
    font-weight: bold;
    padding-right: 8px;
}

.apply-page .icon-delete {
  display:none;
}


@media only screen and (max-width: 640px) {
  ul.attachment-options li:nth-child(3) {
    width: 100%;
    justify-content: center;
}