
 #jtcForm .form-group input[type="checkbox"] {
    background-color: var(--white);
min-height:auto;
margin-top:0px
}
#jtcForm .form-group input[type="checkbox"]:checked {
    background-color: var(--brand-color-primary);
}
 
.ph-apply-box .resume-group .drives .cloud-options-group ul {
    display: flex;
    align-items: end;
    list-style: none;
    gap: 20px;
    margin-bottom: 0;
    padding: 0;
}
.ph-apply-box .resume_info {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.ph-apply-box .drives {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ph-apply-box .apply-or-line {
    display: flex;
    margin-right: 10px;
}
.ph-apply-box .resume-group{
    border: 1px solid #323232;
    margin-bottom: 20px !important;
    padding: 20px !important;
    border-radius: 20px !important;
}

.ph-apply-box .options-block.resume-group{
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}
.ph-apply-box .col-md-6{
    width: 50% !important;
}
.ph-apply-box .has-error .control-label{
    color: #323232;
}
.ph-apply-box .checkbox input#agreement{
    min-height: 0px !important;
}
.ph-apply-box input[type="checkbox"]{
    margin-left: -30px !important;
    margin-top: -4px !important;
}
.ph-apply-box .widget-container{
    padding-top: 0px !important;
}
.ph-apply-box .form-group input,.ph-apply-box .form-group select{
    border: 1px solid #323232;
}

.ph-apply-box div#coverLetter,.ph-apply-box .attachment-title,.ph-apply-box .row.form-group.additional-attachment-v2,.ph-apply-box .or,.ph-apply-box label.file-label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ph-apply-box .navigation.personalInformation-step {
    display: flex;
    justify-content: end;
}
.ph-apply-box span.title-text {
    border-color: #cc0000;
    border: 1px solid  #cc0000;
    padding: 5px !important;
    background-color: #c00;
    color: #ffffff;
    border-radius: 25px;
    font-size: 1rem;
}

.ph-apply-box .form-group.field.field-string.foo .markdown p {
    display: flex;
    align-items: center;
    margin-left: -12px;
}
.ph-apply-box .row.form-group.additional-attachment-v2{
    border: 1px solid black;
    padding: 15px;
}

.ph-apply-box .skydrive,  .ph-apply-box .dropbox{
    display: inline-block;
    margin: 0 15px;
    float: none;
    width: auto;
    vertical-align: top;
    font-size: 0;
    width: 40px;
    height: 40px;
}

ul.attachment-options {
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.attachment-options .or {
    margin-right: 10px;
}

.form-group.field.field-string .control-label {
    font-size: 14px !important;
}
@media only screen and (max-width: 767px){
    .ph-apply-box .drives{
        gap: 5px !important;
    }

}
@media only screen and (max-width: 1024px){
.ph-apply-box .col-md-6{
    width: 90% !important;
}
}
@media only screen and (min-width: 1200px){
.ph-apply-box .col-md-6{
	height: 124px;
   }
}
.ph-apply-box .form-group input,
              .form-group select {
    border: 1px solid #323232;
    color: #323232 !important;
}
.ph-apply-box div#coverLetter {
    display: block;
}
.ph-apply-box .attachment-wrapper span.delete-text {
    display: flex;
    position: relative;
    top: -5px;
}

.ph-apply-box .form-group input, .form-group select{
    color: rgb(50, 50, 50) !important;
}

.ph-apply-box .form-group.field.field-string.is-valid label{
    display: flex !important;
}

.ph-apply-box .form-group.field.field-string.is-valid .checkbox span{
    padding-right: 3px !important;
}

/* //Education-SkillS// */
div#fromTo {
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-right: 12px;
    margin-left: 12px;
}
div#I\ currently\ work\ here {
    display: flex;
    margin-left: 30px;
}
div#I\ am\ currently\ pursuing {
    display: flex;
    margin-left: 30px;
}
.row.array-item-list.no-gutters.array-item.educationhide {
        display: flex;
}
.educationhide .daterangepicker-checkbox input[type="checkbox"] {
    min-height: 20px !important;
    margin-top: 2px !important;
    position: relative;
}
.react-datepicker__month-container{
        width: 250px;
}
.react-datepicker__month-wrapper{
    padding-left: 23px;
    padding-right: 23px;
    grid-template-rows: repeat(var(--grid-rows, 1), minmax(0, 1fr));
    grid-template-columns: repeat(var(--grid-columns, 12), minmax(0, 1fr));
}
.react-datepicker__month-text {
    margin: auto 0px;
    display: inline-block;
    width: 4rem;
    margin: 2px;
}
span.checkboxText {
    margin-left: 20px;
}
.array-button-add {
    background: black;
    color: white;
    border-radius: 20px;
}
.react-datepicker-popper {
z-index: 999 !important;
background-color: white;
}
.react-datepicker__month-text {
    display: inline-block;
    width: 4rem;
    margin: 2px;
    padding-left: 15px;
    justify-content: center;
}
.react-datepicker__month-text:hover {
    border: 1px solid;
    color: white;
    background: black;
    cursor: pointer;
}

.ph-apply-box .form-group.field.field-string .checkbox .checkmark {
    color: #cc0000 !important;
}
.checkbox span {
    display: inline-block;
}
.checkbox span a {
    
text-decoration: underline;
}
.checkbox span a:hover {
    color: #cc0000;
    text-decoration: underline;
}
.react-datepicker__month-text:hover {
    border: 1px solid;
    color: white;
    background: black !important;
    cursor: pointer;
}
.react-datepicker__month {
    margin: 0px !important;
    text-align: center;
}
.react-datepicker__month-text {
    padding-left:0px !important;
}
.react-datepicker-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 0;
}
div#educationData_0_fromTo {
    display: grid;
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-right: 12px;
    margin-left: 12px;
}
div#experienceData_0_fromTo {
     display: grid;
    display: grid;
    grid-column: span 2;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    margin-right: 12px;
    margin-left: 12px;
}
.react-datepicker__month-text--keyboard-selected{
    color: white;
    background: black !important; 
}
.react-datepicker {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .8rem;
    background-color: #fff;
    color: #000;
    border: 1px solid #aeaeae;
    border-radius: .3rem;
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.apply {
}
}