
 .phw-page-jointalentcommunity {

  #jtcForm.phw-widget-ctr {
    padding-block: 40px !important;
  }

  h2.title {
    font-weight: 500 !important;
  }

  .resume-section {
    .resume_info {
      font-weight: 500 !important;
    }

    .after-upload {
      margin-top: 10px !important;
    }

    .drives {
      gap: 10px !important;

      .apply-or-line {
        padding-inline: 0;
        margin-right: 0;
      }
    }

    .upload-resume-btn {
      margin-top: unset !important;
    }

  }

  .primary-button {
    border-radius: 4px !important;
    border: none !important;

    &:hover {
      background-color: #289ba2;
    }
  }

  .text-danger,
  .checkmark {
    color: #db0101 !important;
  }

  .tool-tip-btn-wrap .tooltip-icon {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }

  .tooltip.bs-tooltip-right {
    left: 10px !important;

    .tooltip-inner {
      background: #000000;
      padding: 3px 5px;
      color: #fff;

      &::before {
        content: '';
        position: absolute;
        background: #000000cd;
        height: 16px;
        width: 16px;
        transform: rotate(45deg);
        z-index: -1;
        left: -4px;
        top: 3px;
      }

      div.markdown p {
        font-size: 12px;
      }
    }
  }

  input.form-control {
    height: 48px !important;
    color: #2b2b2b !important;
  }

  .rbt-input-multi.form-control {
    min-height: 48px !important;
    height: 48px !important;
    overflow-y: scroll;

    .rbt-token-removeable {
      padding-block: 4px;
    }
  }

  .checkbox .checkbox-control {
    height: 16px !important;
    width: 16px !important;
    margin-right: 5px !important;
  }
}

.col-md-12 .field-string .checkbox > label {
  line-height: 1.2;
  align-items: flex-start !important;
}

@media screen and (max-width: 767px) {

  .resume-section {

    .resume_info,
    .drives ul {
      padding-left: 0 !important;
    }
  }

  .tooltip.bs-tooltip-right {
    transform: translate3d(55px, 1093px, 0px) !important;
  }

  .tooltip-inner::before {
    transform: rotate(45deg) translateX(-50%) !important;
    bottom: -9px;
    left: 50% !important;
    top: unset !important;
  }

  .checkbox label {
    align-items: flex-start !important;
  }
}

@media screen and (min-width:768px) and (max-width: 1024px) {

  .resume_info,
  .cloud-options-group ul {
    padding-left: 0;
  }

  .apply-or-line {
    justify-content: center;
  }

  .checkbox label {
    align-items: flex-start !important;
  }
}
@media only screen and (max-width: 1280px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1024px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1280px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 1024px){
.jointalentcommunity {
}
}
@media only screen and (max-width: 767px){
.jointalentcommunity {
}
}