@charset "UTF-8";
/* admin colors */
/* --------------- mixins for responsive windows start ----------------------*/
/* --------------- mixins for responsive windows start ----------------------*/
/*  components styles */
/* Include all the components styles here */
.header-comp {
  position: fixed;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: black;
  color: #000000;
  text-align: center;
  z-index: 999;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .header-comp {
      height: 100px;
      line-height: 100px; } }
  .header-comp .progress-indicator {
    float: right;
    display: none;
    position: absolute;
    top: 30px;
    right: 0; }
  .header-comp-logo {
    width: 200px;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0px; }
    .header-comp-logo-img {
      max-width: 100%;
      width: 100%; }

.footer {
  margin-top: 20px;
  /* Mobile landscape */ }
  @media (min-width: 576px) {
    .footer {
      margin-top: 30px; } }

.footer-comp {
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  padding: 22px 0 13px;
  text-align: center; }
  .footer-comp-quote {
    color: #ffd21d;
    font-family: "TrefoilSans-RegularIT";
    font-style: italic; }
    .footer-comp-quote p {
      margin: 0; }
  .footer-comp-copy-rights {
    padding-top: 15px;
    padding-bottom: 10px; }
    .footer-comp-copy-rights p {
      font-family: "TrefoilSans-Regular";
      font-size: 12px;
      font-size: 0.70588rem;
      margin: 0; }
  .footer-comp .footer-comp-links {
    margin-top: 20px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-comp .footer-comp-links .link-area {
      width: 50%;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .footer-comp .footer-comp-links .link-area {
          width: 20%; } }
      .footer-comp .footer-comp-links .link-area p {
        margin: 15px 0; }
      .footer-comp .footer-comp-links .link-area a {
        margin: 10px 0px;
        text-align: left;
        color: #999; }
        .footer-comp .footer-comp-links .link-area a:hover {
          color: #fff; }

.user-profile-wp {
  /* Tablet Landscape min width and layout max size */ }
  .user-profile-wp .profile-photo-wp {
    width: 100%; }
  .user-profile-wp [type="file"] + label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    height: 250px;
    margin: 0 20px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .user-profile-wp .default-image {
    background: url("clientlib-base/resources/images/profile-default-camera.png"), no-repeat;
    background-size: cover !important; }
  .user-profile-wp .profile-pic {
    position: relative;
    /* Tablet Landscape min width and layout max size */ }
    .user-profile-wp .profile-pic .upload-pic-wrap {
      width: 250px;
      height: 250px;
      margin: 0 auto 40px;
      z-index: 0; }
      .user-profile-wp .profile-pic .upload-pic-wrap .cr-boundary img {
        width: auto; }
      .user-profile-wp .profile-pic .upload-pic-wrap .cr-image {
        opacity: 0; }
    .user-profile-wp .profile-pic .btn-wp .crop-btn {
      margin-top: 10px;
      -ms-flex-item-align: center;
          align-self: center; }
    .user-profile-wp .profile-pic .file-upload-btn-wp,
    .user-profile-wp .profile-pic .cropped-image-wp {
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1; }
      .user-profile-wp .profile-pic .file-upload-btn-wp .js-profile-pic,
      .user-profile-wp .profile-pic .cropped-image-wp .js-profile-pic {
        width: 250px; }
      .user-profile-wp .profile-pic .file-upload-btn-wp .profilePicCameraIcon img,
      .user-profile-wp .profile-pic .cropped-image-wp .profilePicCameraIcon img {
        width: auto; }
      .user-profile-wp .profile-pic .file-upload-btn-wp .imageInfoSection,
      .user-profile-wp .profile-pic .cropped-image-wp .imageInfoSection {
        text-align: center;
        margin-top: 15px; }
        .user-profile-wp .profile-pic .file-upload-btn-wp .imageInfoSection .yourProfileLable,
        .user-profile-wp .profile-pic .cropped-image-wp .imageInfoSection .yourProfileLable {
          font-size: 16px;
          font-family: "TrefoilSans-Bold"; }
        .user-profile-wp .profile-pic .file-upload-btn-wp .imageInfoSection .editInfoLabel, .user-profile-wp .profile-pic .file-upload-btn-wp .imageInfoSection .maxFileSizeInfo,
        .user-profile-wp .profile-pic .cropped-image-wp .imageInfoSection .editInfoLabel,
        .user-profile-wp .profile-pic .cropped-image-wp .imageInfoSection .maxFileSizeInfo {
          font-size: 14px; }
        .user-profile-wp .profile-pic .file-upload-btn-wp .imageInfoSection .infoTipSpan,
        .user-profile-wp .profile-pic .cropped-image-wp .imageInfoSection .infoTipSpan {
          padding: 3px; }
    @media (min-width: 992px) {
      .user-profile-wp .profile-pic .upload-pic-wrap {
        width: 400px;
        height: 400px; } }
  .user-profile-wp .crop-actions-wp {
    margin: 15px 0; }
    .user-profile-wp .crop-actions-wp .g-btn {
      min-width: initial;
      margin-right: 15px; }
      .user-profile-wp .crop-actions-wp .g-btn:last-child {
        margin-right: 0; }
  .user-profile-wp .input-ele-wp {
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .user-profile-wp .input-ele-wp {
        padding-top: 30px; } }
    .user-profile-wp .input-ele-wp .btn-wp {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .user-profile-wp .input-ele-wp .btn-wp {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
  @media (min-width: 992px) {
    .user-profile-wp .profile-photo-wp {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 400px;
              flex: 0 0 400px; }
    .user-profile-wp .input-ele-wp {
      margin: 0; }
      .user-profile-wp .input-ele-wp .btn-wp {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* Tablet Landscape min width and layout max size */ } }
    @media (min-width: 992px) and (min-width: 992px) {
      .user-profile-wp .input-ele-wp .btn-wp {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .user-profile-wp .signInRedirectionLink .rte-component {
    margin-top: 15px !important;
    text-align: center;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .user-profile-wp .signInRedirectionLink .rte-component {
        text-align: right; } }
    .user-profile-wp .signInRedirectionLink .rte-component p {
      font-size: 15px; }
    .user-profile-wp .signInRedirectionLink .rte-component a {
      color: #00ab57;
      text-decoration: underline; }

.g-input-plus-icon .gs-icon {
  position: absolute;
  right: 10px; }

.g-register-duplicate-email-error {
  color: #cd2026 !important;
  font-family: "TrefoilSans-Regular";
  font-size: 11px;
  font-size: 0.64706rem; }
  .g-register-duplicate-email-error .rte-component {
    text-align: left; }
    .g-register-duplicate-email-error .rte-component p {
      font-size: 15px;
      color: #cd2026;
      position: relative; }
      .g-register-duplicate-email-error .rte-component p a {
        text-decoration: underline;
        color: #cd2026; }

.g-create-account-invalid-login-error {
  display: none;
  margin-bottom: .6rem; }

.register-container .registrationError {
  text-align: right; }

.register-container .edit-success {
  margin-bottom: 15px; }
  .register-container .edit-success .alert.alert-success {
    text-align: center;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    min-height: auto; }

.register-container .mandatory-field-error {
  text-align: right; }
  .register-container .mandatory-field-error .alert.alert-danger {
    min-height: auto;
    margin-bottom: 15px; }

.register-container .account-details-wp {
  min-height: 440px; }

.user-profile-comp .address-profile-wp .g-city-provience-zip {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.user-profile-comp .address-profile-wp .g-city-provience-zip .g-form-label-input {
  width: 45%;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .user-profile-comp .address-profile-wp .g-city-provience-zip .g-form-label-input {
      /* Commented Below Code to prevent Overlapping zip code with state:GOGO-256:dheerendra
          width:auto;
          */ } }

/*autocomplete dropdown*/
.g-autocomplete {
  position: relative;
  /*when hovering an item:*/
  /*when navigating through the items using the arrow keys:*/ }
  .g-autocomplete input {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px; }
  .g-autocomplete input[type=text] {
    width: 100%; }
  .g-autocomplete .autocomplete-items {
    position: absolute;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px 0px #888888;
            box-shadow: 0 0 5px 0px #888888; }
  .g-autocomplete .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4; }
  .g-autocomplete .autocomplete-items div:hover {
    background-color: #e3e3e3; }
  .g-autocomplete .autocomplete-active {
    background-color: #e3e3e3 !important;
    color: #000; }

.council-information-wp {
  min-height: 250px; }
  .council-information-wp .council-select-logo {
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .council-information-wp .council-select-logo {
        margin-bottom: 30px;
        position: relative; } }
    .council-information-wp .council-select-logo .g-form-label-input {
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .council-information-wp .council-select-logo .g-form-label-input {
          width: 60%;
          display: inline-block; } }
    .council-information-wp .council-select-logo .council-logo {
      /* To prevent extra space by Image:G0G0-264:Dheerendra */
      position: relative;
      margin-bottom: 30px;
      /* Tablet Landscape min width and layout max size */
      text-align: center; }
      @media (min-width: 992px) {
        .council-information-wp .council-select-logo .council-logo {
          display: inline-block;
          position: absolute;
          width: 30%;
          float: right;
          top: 25px;
          right: 34px; } }
      .council-information-wp .council-select-logo .council-logo .council-logo-img {
        /* To prevent extra space by Image:G0G0-264:Dheerendra */
        position: relative;
        margin: 0 auto;
        /* Tablet Landscape min width and layout max size */ }
        @media (min-width: 992px) {
          .council-information-wp .council-select-logo .council-logo .council-logo-img {
            /* To prevent extra space by Image:G0G0-264:Dheerendra */
            padding: 0;
            margin: 0; } }
  .council-information-wp .g-form-label-input {
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .council-information-wp .g-form-label-input {
        width: 60%; } }
  .council-information-wp .multiselect__content-wrapper {
    max-height: 170px !important; }

.inStep-panel .owl-item.active .title-with-free-text {
  visibility: visible; }

.selectedTileBg {
  background: #00AB57;
  opacity: 0.6; }

.tileSelectComp-container .title-with-free-text {
  width: 100%;
  /* Tablet Portrait */ }
  @media (min-width: 768px) {
    .tileSelectComp-container .title-with-free-text {
      width: 100%; } }
  .tileSelectComp-container .title-with-free-text p .subText {
    width: 80%;
    display: inline-block; }
  .tileSelectComp-container .title-with-free-text p button {
    background-color: transparent;
    height: 18px; }

.tileSelectComp-container .itemList > div {
  display: inline;
  width: 100%;
  margin-bottom: 0px;
  padding: 0 5px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .tileSelectComp-container .itemList > div {
      padding-left: 10px;
      padding-right: 10px; } }

.tileSelectComp-container .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-bottom: 15px; }
  .tileSelectComp-container .itemList .tile-comp {
    width: 100%;
    height: inherit;
    margin-right: 8px;
    text-align: center;
    margin-bottom: 10px;
    /* Mobile landscape */
    /* Tablet Portrait */ }
    .tileSelectComp-container .itemList .tile-comp .check-icon {
      position: absolute;
      z-index: 2;
      display: block;
      right: 0px;
      top: 0px;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .tileSelectComp-container .itemList .tile-comp .check-icon {
          right: 8px;
          top: 8px; } }
    .tileSelectComp-container .itemList .tile-comp .tileOverlay:not(.selectedTileBg) + .check-icon {
      background: red;
      display: none; }
    .tileSelectComp-container .itemList .tile-comp .tileOverlay {
      position: absolute;
      cursor: pointer;
      right: 0;
      top: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      z-index: 1; }
    .tileSelectComp-container .itemList .tile-comp a {
      display: block; }
    .tileSelectComp-container .itemList .tile-comp p {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 17px;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .tileSelectComp-container .itemList .tile-comp p {
          font-size: 17px;
          line-height: 19px;
          margin-bottom: 1.1875rem; } }
    @media (min-width: 576px) {
      .tileSelectComp-container .itemList .tile-comp {
        height: auto; } }
    @media (min-width: 768px) {
      .tileSelectComp-container .itemList .tile-comp {
        width: 100%;
        margin-bottom: 20px; }
        .tileSelectComp-container .itemList .tile-comp p {
          margin-bottom: 2.25rem; } }
    .tileSelectComp-container .itemList .tile-comp-area {
      height: 105px;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .tileSelectComp-container .itemList .tile-comp-area {
          height: 263px; } }
    .tileSelectComp-container .itemList .tile-comp .text-block {
      padding: 0px 2px;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .tileSelectComp-container .itemList .tile-comp .text-block {
          min-height: 120px;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      .tileSelectComp-container .itemList .tile-comp .text-block p {
        font-size: 15px;
        /* Mobile landscape */
        /* Tablet Landscape min width and layout max size */ }
        @media (min-width: 576px) {
          .tileSelectComp-container .itemList .tile-comp .text-block p {
            font-size: 17px; } }
        @media (min-width: 992px) {
          .tileSelectComp-container .itemList .tile-comp .text-block p {
            margin-bottom: 0px; } }
    .tileSelectComp-container .itemList .tile-comp.active .text-block .rte-component {
      position: relative;
      z-index: 2; }
  .tileSelectComp-container .itemList.row {
    margin-right: 0px;
    margin-left: 0px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .tileSelectComp-container .itemList.row {
        margin-right: -15px;
        margin-left: -15px; } }

.g-signin {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .g-signin.fullVhHeight {
    height: 100vh; }
  .g-signin .back-image img {
    width: 100%;
    height: 100%; }
  .g-signin-invalid-login-error {
    display: none;
    margin-bottom: .6rem; }
  .g-signin-bg-shade {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    background-image: linear-gradient(45deg, black, transparent);
    /* Tablet Portrait */
    /* Tablet Landscape */
    /* Desktop */ }
    @media (min-width: 768px) {
      .g-signin-bg-shade {
        width: 80%;
        background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
        background-image: linear-gradient(to right, black, transparent); } }
    @media (min-width: 1024px) {
      .g-signin-bg-shade {
        width: 80%;
        background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
        background-image: linear-gradient(to right, black, transparent); } }
    @media (min-width: 1200px) {
      .g-signin-bg-shade {
        width: 80%;
        background-image: -webkit-gradient(linear, left top, right top, from(black), to(transparent));
        background-image: linear-gradient(to right, black, transparent); } }
  .g-signin-width-container {
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100%; }
  .g-signin-width-container-author {
    position: absolute;
    top: 0; }
  .g-signin-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    height: 100%;
    position: relative;
    padding-bottom: 100px;
    overflow-y: scroll;
    /* Tablet Landscape min width and layout max size */
    /* Tablet Landscape */
    /* Desktop */ }
    @media (min-width: 992px) {
      .g-signin-container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @supports (-webkit-overflow-scrolling: touch) {
      .g-signin-container {
        overflow-y: inherit; } }
    @media (min-width: 1024px) {
      .g-signin-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 120px; } }
    @media (min-width: 1200px) {
      .g-signin-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 120px; } }
    .g-signin-container-content {
      width: 100%;
      max-width: 350px;
      margin: 0 auto;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .g-signin-container-content {
          margin: 0; } }
      .g-signin-container-content .action-btn-area {
        text-align: center;
        text-align: -webkit-center; }
      .g-signin-container-content form {
        /* Tablet Portrait */ }
        @media (min-width: 768px) {
          .g-signin-container-content form {
            margin-top: 83px; } }
    .g-signin-container .signInFormlogo {
      margin-bottom: 22px;
      text-align: center; }
      .g-signin-container .signInFormlogo img {
        width: auto; }
    .g-signin-container--email .label-control {
      color: #FFFFFF !important;
      text-transform: none !important;
      text-align: left; }
    .g-signin-container--email input {
      border: none !important; }
    .g-signin-container--email .g-form-text {
      display: none !important; }
    .g-signin-container--password .label-control {
      color: #FFFFFF !important;
      text-transform: none !important;
      text-align: left; }
    .g-signin-container--password input {
      border: none !important;
      padding-right: 60px !important; }
    .g-signin-container--password a {
      position: absolute;
      right: 13px;
      bottom: 11px;
      padding: 0px;
      border: 0; }
      .g-signin-container--password a button, .g-signin-container--password a span {
        cursor: pointer; }
    .g-signin-container--password .g-form-text {
      display: none !important; }
    .g-signin-container-links {
      min-height: 40px; }
      .g-signin-container-links--fgtpassword {
        float: left;
        color: #FFFFFF !important;
        text-transform: none !important;
        text-decoration: underline;
        cursor: pointer; }
        .g-signin-container-links--fgtpassword:hover {
          color: #FFFFFF; }
      .g-signin-container-links--loggedIn {
        color: #FFFFFF !important;
        float: right;
        text-transform: none !important; }
        .g-signin-container-links--loggedIn .stay-loggedIn-chkbox {
          width: 22px;
          height: 22px;
          vertical-align: middle; }
    .g-signin-container .signin-btn {
      min-height: 40px;
      width: 60%;
      margin: 0px; }
      .g-signin-container .signin-btn button,
      .g-signin-container .signin-btn a {
        margin-top: 10px;
        text-transform: none !important; }
    .g-signin-container .register-btn {
      min-height: 40px;
      width: 60%;
      margin: 0px; }
      .g-signin-container .register-btn button,
      .g-signin-container .register-btn a {
        margin-top: 10px;
        color: #ffd21d;
        text-transform: none !important; }
        .g-signin-container .register-btn button:hover,
        .g-signin-container .register-btn a:hover {
          color: #000000; }

.g-reset-password {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .g-reset-password.fullVhHeight {
    height: 100vh; }
  .g-reset-password .back-image img {
    width: 100%;
    height: 100%;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .g-reset-password .back-image img {
        position: fixed; } }
  .g-reset-password-invalid-login-error {
    display: none;
    margin-bottom: .6rem; }
  .g-reset-password-width-container {
    width: 100%; }
  .g-reset-password-width-container-author {
    position: absolute;
    top: 0; }
  .g-reset-password-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    padding-bottom: 30px;
    overflow-y: hidden;
    /* Tablet Landscape min width and layout max size */
    /* Tablet Portrait */ }
    @media (min-width: 992px) {
      .g-reset-password-container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @supports (-webkit-overflow-scrolling: touch) {
      .g-reset-password-container {
        overflow-y: inherit; } }
    @media (min-width: 768px) {
      .g-reset-password-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .g-reset-password-container-content {
      width: 100%;
      max-width: 350px;
      margin: 0 auto; }
      .g-reset-password-container-content .action-btn-area {
        text-align: center;
        text-align: -webkit-center; }
      .g-reset-password-container-content form {
        margin-top: 83px; }
    .g-reset-password-container .signInFormlogo {
      margin-bottom: 22px;
      text-align: center; }
      .g-reset-password-container .signInFormlogo img {
        width: auto; }
    .g-reset-password-container--email .label-control {
      color: #000000 !important;
      text-transform: none !important;
      text-align: left; }
    .g-reset-password-container--email .g-form-text {
      display: none !important; }
    .g-reset-password-container--password .label-control {
      color: #000000 !important;
      text-transform: none !important;
      text-align: left; }
    .g-reset-password-container--password input {
      border: none !important;
      padding-right: 60px !important; }
    .g-reset-password-container--password a {
      position: absolute;
      right: 13px;
      bottom: 11px;
      padding: 0px;
      border: 0; }
      .g-reset-password-container--password a button, .g-reset-password-container--password a span {
        cursor: pointer; }
    .g-reset-password-container--password .g-form-text {
      display: none !important; }
    .g-reset-password-container .reset-btn {
      min-height: 40px;
      width: 60%;
      margin: 0px; }
      .g-reset-password-container .reset-btn button,
      .g-reset-password-container .reset-btn a {
        margin-top: 10px;
        text-transform: none !important; }

.hamburger-menu-wp {
  position: fixed;
  top: 0px;
  z-index: 999; }
  .hamburger-menu-wp button.icon-hamburger-white {
    position: relative;
    vertical-align: middle;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .hamburger-menu-wp button.icon-hamburger-white {
        left: -55px; } }

.side-navigation-wp {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  padding-top: 0px;
  line-height: normal;
  text-align: left;
  height: 100vh;
  overflow-y: scroll;
  /*
	@include screen-lg-md () {
	  padding-top: 100px;
	}
	*/ }
  .side-navigation-wp.side-navigation-close {
    visibility: hidden; }
  .side-navigation-wp.side-navigation-open {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .side-navigation-wp.side-navigation-open .hamburgerSignOutHolder {
      display: block; }
  .side-navigation-wp .current-step-wp {
    font-size: 23px;
    font-size: 1.35294rem;
    line-height: 23px;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 0;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .side-navigation-wp .current-step-wp {
        font-size: 36px;
        font-size: 2.11765rem;
        line-height: 36px; } }
    .side-navigation-wp .current-step-wp span {
      background-color: transparent; }
  .side-navigation-wp .side-navigation {
    margin: 20px 0 30px;
    padding: 0;
    text-align: left;
    line-height: normal;
    /* Tablet Landscape min width and layout max size */ }
    .side-navigation-wp .side-navigation > .link-wp {
      margin-bottom: 12px; }
      .side-navigation-wp .side-navigation > .link-wp a {
        color: #FFFFFF;
        font-family: "TrefoilSans-Bold";
        font-size: 17px;
        font-size: 1rem; }
        .side-navigation-wp .side-navigation > .link-wp a.active-link {
          color: #058f47; }
        .side-navigation-wp .side-navigation > .link-wp a:hover {
          color: #058f47;
          text-decoration: none; }
          .side-navigation-wp .side-navigation > .link-wp a:hover .gs-icon {
            background-position-y: -178px; }
        .side-navigation-wp .side-navigation > .link-wp a .gs-icon {
          margin-right: 10px; }
    @media (min-width: 992px) {
      .side-navigation-wp .side-navigation > .link-wp {
        margin-bottom: 22px; }
        .side-navigation-wp .side-navigation > .link-wp a {
          font-size: 19px;
          font-size: 1.11765rem; } }
  .side-navigation-wp .side-nav-close-wp {
    position: fixed;
    top: 30px;
    left: 24px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .side-navigation-wp .side-nav-close-wp {
        position: absolute;
        top: -95px;
        left: -50px; } }
  .side-navigation-wp .hamburgerSignOutHolder {
    padding-bottom: 60px;
    display: none;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .side-navigation-wp .hamburgerSignOutHolder {
        margin-bottom: 50px; } }

.hamburger-close-btn-wp {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .hamburger-close-btn-wp {
      left: 30px; } }

.hamburder-base-wp {
  height: 80px;
  position: relative;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .hamburder-base-wp {
      height: 100px; } }

.quillEditorWrapper[data-rte-type="text-area"] .ql-toolbar {
  display: none; }

.quillEditorWrapper[data-rte-type="text-area"] .ql-container {
  border-top: 1px solid #C6C8CA !important; }

.quillEditorWrapper .quill-editor-field-error {
  border-width: 2px;
  border-color: #cd2026;
  border-style: solid; }

.quillEditorWrapper .quill-text-area {
  margin-bottom: 20px; }
  .quillEditorWrapper .quill-text-area .quill-rte {
    min-height: 150px; }
    .quillEditorWrapper .quill-text-area .quill-rte .ql-editor {
      min-height: 150px; }
    .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip {
      left: 0 !important;
      width: 100%;
      /* Tablet Landscape min width and layout max size */ }
      .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip input {
        width: 55%;
        /* Mobile landscape */
        /* Tablet Portrait */
        /* Tablet Landscape min width and layout max size */ }
        @media (min-width: 576px) {
          .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip input {
            width: 75%; } }
        @media (min-width: 768px) {
          .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip input {
            width: 80%; } }
        @media (min-width: 992px) {
          .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip input {
            width: 170px; } }
      @media (min-width: 992px) {
        .quillEditorWrapper .quill-text-area .quill-rte .ql-tooltip {
          width: auto;
          left: auto !important; } }
  .quillEditorWrapper .quill-text-area label {
    font-family: 'TrefoilSans-Medium';
    font-size: 19px;
    margin-bottom: 5px; }
  .quillEditorWrapper .quill-text-area .g-form-label-input {
    width: 100%; }
    .quillEditorWrapper .quill-text-area .g-form-label-input textarea {
      height: 150px; }
  .quillEditorWrapper .quill-text-area ul li, .quillEditorWrapper .quill-text-area ol li {
    font-family: 'TrefoilSans-Regular';
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 19px; }
  .quillEditorWrapper .quill-text-area .multi-input-field {
    max-width: 500px;
    width: 100%; }
  .quillEditorWrapper .quill-text-area .ql-picker-options {
    padding: 2px 8px; }
    .quillEditorWrapper .quill-text-area .ql-picker-options .ql-picker-item {
      padding-top: 0px; }

.number-count {
  text-align: right;
  font-family: "TrefoilSans-Medium"; }

.support-files-wp .container-area {
  text-align: center;
  text-align: -webkit-center;
  padding: 50px 0px; }
  .support-files-wp .container-area .download-file {
    max-width: 200px; }
    .support-files-wp .container-area .download-file img {
      max-width: 100%;
      max-height: 100%; }
  .support-files-wp .container-area .download-btn {
    margin-top: 20px;
    width: auto;
    min-width: 280px;
    /* Mobile landscape */ }
    .support-files-wp .container-area .download-btn div {
      width: 100%; }

.measurable-goals-wp .container-area .bold-text {
  font-family: TrefoilSans-Bold; }

.measurable-goals-wp .container-area .success-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px; }
  .measurable-goals-wp .container-area .success-area .what {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .measurable-goals-wp .container-area .success-area .how {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .measurable-goals-wp .container-area .success-area .when {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.measurable-goals-wp .container-area .projectGoal {
  margin-top: 20px; }

.mind-mapping-follow-up-comp .number-count {
  text-align: right; }

.mind-mapping-follow-up-comp .issueType:first-child {
  margin-bottom: 50px; }

.mindmappingcomp .modal-body {
  text-align: center;
  padding: 0px; }
  .mindmappingcomp .modal-body .title-with-free-text {
    text-align: left; }
  .mindmappingcomp .modal-body img {
    width: 100%;
    padding-bottom: 20px; }
  .mindmappingcomp .modal-body .title {
    text-align: center;
    padding: 10px 0px; }
  .mindmappingcomp .modal-body .mind-mapping-tools {
    margin: auto; }
    .mindmappingcomp .modal-body .mind-mapping-tools-content {
      list-style: none;
      padding: 0;
      margin-bottom: 0px; }
      .mindmappingcomp .modal-body .mind-mapping-tools-content .mind-mapping-list {
        margin-bottom: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .mindmappingcomp .modal-body .mind-mapping-tools-content .mind-mapping-list .mind-mapping-icons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 40%;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
        .mindmappingcomp .modal-body .mind-mapping-tools-content .mind-mapping-list .tool-text {
          display: inline;
          margin-left: 15px;
          width: 65%; }

#mindMapInfoModal .btn--primary {
  margin-top: 20px; }

#addTeamMemberPopup .modal-body .teammember-addpopup h3 {
  margin-bottom: 20px; }

#addTeamMemberPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #addTeamMemberPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #addTeamMemberPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #addTeamMemberPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

#editProjectAdvisorPopup .modal-body .project-advisor-editpopup h3 {
  margin-bottom: 20px; }

#editProjectAdvisorPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #editProjectAdvisorPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #editProjectAdvisorPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #editProjectAdvisorPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.projectTeamListWrapper .projectTeamDetailsBlock .addResourseBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .projectTeamListWrapper .projectTeamDetailsBlock .addResourseBlock .iconBlock {
    margin-right: 10px;
    height: 35px;
    cursor: pointer; }
    .projectTeamListWrapper .projectTeamDetailsBlock .addResourseBlock .iconBlock button:focus {
      outline: none; }
  .projectTeamListWrapper .projectTeamDetailsBlock .addResourseBlock .labelBlock {
    font-family: "TrefoilSans-Medium";
    font-size: 19px;
    cursor: pointer; }

.projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .iconBlock {
    margin-right: 10px; }
    .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .iconBlock .shortHandRepresentation {
      height: 40px;
      width: 40px;
      background-color: #C6C8CA;
      color: #FFFFFF;
      border-radius: 50px;
      font-size: 20px;
      font-family: "TrefoilSans-Medium";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .labelBlock {
    font-size: 19px; }
    .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .labelBlock .resourceName {
      font-family: "TrefoilSans-Medium"; }
    .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .labelBlock .resourceRole {
      font-family: "TrefoilSans-Regular"; }
  .projectTeamListWrapper .projectTeamDetailsBlock .resourceDetailBlock .editIconBlock {
    margin-left: auto; }

.projectTeamListWrapper .projectTeamDetailsBlock hr {
  width: 100%;
  opacity: 0.2;
  background-color: #000000; }

.projectTeamListWrapper .projectTeamDetailsBlock .addmember-error-msg {
  color: red;
  margin-left: 45px; }

.congratulation-container {
  margin-bottom: 20px;
  padding-top: 20px; }
  .congratulation-container-wp {
    text-align: center;
    margin-bottom: 30px; }
    .congratulation-container-wp-img {
      max-width: 250px;
      max-height: 250px;
      margin: 0 auto; }
      .congratulation-container-wp-img img {
        height: auto;
        max-width: 100%; }

#success-register-modal .g-popup-close {
  display: none; }

#success-register-modal .g-registration-pre-nxt-btn .prev-btn {
  display: none; }

#success-register-modal .g-registration-pre-nxt-btn .nxt-btn {
  margin: auto; }

.uploadDocBlock {
  border-color: #333333;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .uploadDocBlock {
      min-height: 275px;
      padding-top: 30px;
      -ms-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
      background-color: rgba(51, 51, 51, 0.1);
      border-style: dashed; } }
  .uploadDocBlock .messageBlock {
    margin: 0;
    min-height: auto;
    width: 100%;
    position: relative;
    display: block !important;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .uploadDocBlock .messageBlock {
        min-height: 275px; } }
    .uploadDocBlock .messageBlock label {
      width: 100%;
      height: auto;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .uploadDocBlock .messageBlock label {
          position: relative;
          min-height: auto;
          height: 100%; } }
    .uploadDocBlock .messageBlock .selectionArea {
      max-width: 250px;
      text-align: center;
      margin: 0 auto;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .uploadDocBlock .messageBlock .selectionArea {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 80%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
    .uploadDocBlock .messageBlock hr {
      background-color: #000000;
      opacity: 0.4; }
    .uploadDocBlock .messageBlock .custom-title {
      margin-top: 0;
      color: #333333;
      font-family: "TrefoilSans-Bold";
      opacity: 0.4; }
    .uploadDocBlock .messageBlock .fileSizeLimitLabel {
      font-family: "TrefoilSans-Regular";
      color: #000000;
      font-size: 15px;
      line-height: 19px;
      margin-top: 10px;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .uploadDocBlock .messageBlock .fileSizeLimitLabel {
          font-size: 17px;
          line-height: 19px; } }
  .uploadDocBlock .uploadedDocumentsWrapper {
    width: 100%;
    background: transparent;
    padding: 0px;
    margin-bottom: 15px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .uploadDocBlock .uploadedDocumentsWrapper {
        padding: 0px 60px; } }
    .uploadDocBlock .uploadedDocumentsWrapper .filesBlock {
      opacity: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: transparent;
      margin-bottom: 18px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .uploadDocBlock .uploadedDocumentsWrapper .filesBlock {
          margin-bottom: 17px; } }
      @media only screen and (max-width: 769px) {
        .uploadDocBlock .uploadedDocumentsWrapper .filesBlock .fileSize {
          margin-left: 20px; } }
    .uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock {
      font-family: "TrefoilSans-Regular";
      font-size: 19px;
      line-height: 19px;
      color: #000000;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%; }
      .uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock.success .fileNameContainer {
        color: #00ab57;
        border-bottom: 2px solid #00ab57;
        display: inline-block;
        cursor: pointer; }
      .uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock.success .progressionBar {
        display: none; }
      .uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock .fileNameContainer {
        max-width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media only screen and (min-width: 576px) {
          .uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock .fileNameContainer {
            max-width: 360px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; } }
    .uploadDocBlock .uploadedDocumentsWrapper .progressionBar {
      width: 100%;
      height: 5px;
      background-color: #C6C8CA;
      margin-top: 5px; }
      .uploadDocBlock .uploadedDocumentsWrapper .progressionBar span {
        height: 5px;
        width: 0;
        display: block;
        background-color: #5c5c5c; }
    .uploadDocBlock .uploadedDocumentsWrapper .fileSizeRemoveBlock {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .uploadDocBlock .uploadedDocumentsWrapper .fileSizeRemoveBlock button {
        margin-left: 30px; }
        @media only screen and (max-width: 769px) {
          .uploadDocBlock .uploadedDocumentsWrapper .fileSizeRemoveBlock button {
            margin-left: 15px; } }
      .uploadDocBlock .uploadedDocumentsWrapper .fileSizeRemoveBlock .fileSize {
        font-family: "TrefoilSans-Regular";
        font-size: 17px;
        line-height: 17px;
        color: #000000; }
  .uploadDocBlock .upload-status {
    font-size: 15px;
    color: #000000;
    font-family: "TrefoilSans-RegularIT"; }

.checklist-summary .list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .checklist-summary .list-area label {
    font-family: "TrefoilSans-Bold";
    font-size: 19px;
    line-height: 19px; }
    .checklist-summary .list-area label.selectedLabel {
      color: #00ab57; }
    .checklist-summary .list-area label.notSelectedLabel {
      color: #cd2026; }
  .checklist-summary .list-area ul {
    margin-bottom: 0; }
  .checklist-summary .list-area .list1 {
    width: 100%;
    margin-bottom: 20px;
    /* Tablet Portrait */ }
    @media (min-width: 768px) {
      .checklist-summary .list-area .list1 {
        width: 50%; } }
    .checklist-summary .list-area .list1 ul {
      padding-left: 0;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .checklist-summary .list-area .list1 ul {
          padding-left: 30px; } }
  .checklist-summary .list-area .list2 {
    width: 100%;
    margin-bottom: 20px;
    /* Tablet Portrait */ }
    @media (min-width: 768px) {
      .checklist-summary .list-area .list2 {
        width: 50%; } }
    .checklist-summary .list-area .list2 ul {
      padding-left: 0;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .checklist-summary .list-area .list2 ul {
          padding-left: 30px; } }
  .checklist-summary .list-area .gray-background {
    background: #c6c8ca;
    padding: 5px 34px;
    margin-bottom: 10px;
    cursor: pointer; }

.proposal-comp .attached-file-content {
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-family: "TrefoilSans-Regular";
  max-width: 100%;
  border-radius: 0;
  padding: 25px 0 0 0;
  width: 100%;
  max-height: 170px;
  overflow-x: hidden;
  margin-bottom: 25px;
  line-height: 25px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .proposal-comp .attached-file-content {
      border: 1px solid #000000;
      padding: 15px;
      background-color: rgba(51, 51, 51, 0.1);
      max-height: 450px; } }
  .proposal-comp .attached-file-content .attached-file {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .proposal-comp .attached-file-content .attached-file .hide-overflow {
      max-width: 200px;
      white-space: nowrap;
      overflow: hidden;
      color: #00ab57;
      text-overflow: ellipsis;
      /* Mobile landscape */ }
      @media (min-width: 576px) {
        .proposal-comp .attached-file-content .attached-file .hide-overflow {
          max-width: 250px; } }
    .proposal-comp .attached-file-content .attached-file .pdf-link {
      text-decoration: underline;
      color: #00ab57;
      cursor: pointer; }
      .proposal-comp .attached-file-content .attached-file .pdf-link:hover {
        text-decoration: underline; }
    .proposal-comp .attached-file-content .attached-file .pdf-size {
      margin-left: auto;
      text-decoration: none; }

.proposal-comp .application-btn .g-btn {
  margin-left: auto;
  margin-right: 0; }

.proposal-comp .error-msg-custom-style {
  width: 40%;
  text-align: left; }
  .proposal-comp .error-msg-custom-style ul {
    text-align: left;
    list-style: none;
    color: #2080d4; }
    .proposal-comp .error-msg-custom-style ul li {
      cursor: pointer; }
    .proposal-comp .error-msg-custom-style ul li::before {
      content: "\2022";
      color: #cd2026;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

@media only screen and (max-width: 600px) {
  .proposal-comp .error-msg-custom-style {
    width: 100%; } }

#sendFilesConfirmationPopup .modal-body .sendfilesconfirmation-popup {
  text-align: center; }
  #sendFilesConfirmationPopup .modal-body .sendfilesconfirmation-popup h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.17647rem; }

#sendFilesConfirmationPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #sendFilesConfirmationPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #sendFilesConfirmationPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #sendFilesConfirmationPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.sendApplnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .sendApplnContainer .individualSendApplnContainer {
    max-width: 250px;
    margin-bottom: 50px; }
  .sendApplnContainer .proposalStatus {
    text-align: center;
    font-size: 12px;
    color: #cd2026;
    line-height: 15px; }

.previewProposalContainer img {
  width: 164px !important;
  margin: auto;
  margin-bottom: 30px; }

.chklist-error {
  color: #cd2026; }

.promomywork .error-msg-custom-style {
  width: 35%;
  text-align: left; }
  .promomywork .error-msg-custom-style ul {
    text-align: left;
    list-style: none;
    color: #2080d4; }
    .promomywork .error-msg-custom-style ul li {
      cursor: pointer; }
    .promomywork .error-msg-custom-style ul li::before {
      content: "\2022";
      color: #cd2026;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

@media only screen and (max-width: 600px) {
  .promomywork .error-msg-custom-style {
    width: 100%; } }

@media (min-width: 992px) {
  .allactivities tbody td:nth-child(2) {
    width: 50px;
    max-width: 50px; }
  .allactivities tbody td:nth-child(3) {
    width: 400px;
    max-width: 400px; }
    .allactivities tbody td:nth-child(3) .wrap-text-data {
      width: 380px;
      max-width: 380px; }
  .allactivities tbody td:nth-child(4) {
    width: 50px;
    max-width: 50px; } }

.dash-board-wp {
  margin-top: 15px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .dash-board-wp {
      margin-top: 35px; } }

.dash-board-list-wp {
  margin-bottom: 15px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .dash-board-list-wp {
      margin-bottom: 35px; } }
  .dash-board-list-wp .dashboard-title {
    margin: 0 0 20px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .dash-board-list-wp .dashboard-title {
        margin-bottom: 35px; } }
    .dash-board-list-wp .dashboard-title .rte-component p {
      font-family: TrefoilSans-Regular;
      font-size: 17px;
      line-height: 19px;
      margin-top: 0; }

.img-com {
  text-align: center; }

.dash-board-content-wp {
  margin-top: 30px;
  /* Tablet Landscape min width and layout max size */ }
  .dash-board-content-wp .tile-comp {
    width: 145px;
    height: 125px;
    position: relative;
    margin-bottom: 0; }
    .dash-board-content-wp .tile-comp.ngags-non-app-period .rte-component p {
      padding: 40px 10px 15px;
      cursor: pointer; }
    .dash-board-content-wp .tile-comp .tile-status-action {
      position: absolute;
      top: 5px;
      right: 5px;
      z-index: 1; }
    .dash-board-content-wp .tile-comp .text-block {
      padding: 0; }
    .dash-board-content-wp .tile-comp .tile-label {
      margin-bottom: 0px; }
      .dash-board-content-wp .tile-comp .tile-label .rte-component p {
        font-family: "TrefoilSans-Bold";
        font-size: 17px;
        line-height: 18px;
        margin-bottom: 0;
        /* Tablet Landscape min width and layout max size */ }
        @media (min-width: 992px) {
          .dash-board-content-wp .tile-comp .tile-label .rte-component p {
            font-size: 20px;
            line-height: 15px; } }
      .dash-board-content-wp .tile-comp .tile-label .rte-component a {
        color: #FFFFFF;
        line-height: 20px;
        text-decoration: none;
        padding: 40px 10px 10px;
        width: 100%;
        display: inline-block;
        /* Tablet Landscape min width and layout max size */ }
        @media (min-width: 992px) {
          .dash-board-content-wp .tile-comp .tile-label .rte-component a {
            padding: 40px 10px 15px; } }
  .dash-board-content-wp .tile-grid-wp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .dash-board-content-wp .tile-grid-wp .item {
      margin-right: 10px;
      margin-bottom: 10px;
      position: relative; }
  @media (min-width: 992px) {
    .dash-board-content-wp {
      margin-top: 10px; }
      .dash-board-content-wp .tile-comp {
        width: 243px;
        height: 175px; }
      .dash-board-content-wp .tile-grid-wp {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .dash-board-content-wp .tile-grid-wp .item {
          margin-right: 20px;
          margin-bottom: 20px; } }

.project-desc-comp .start-date {
  padding-right: 5px;
  max-width: 200px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .project-desc-comp .start-date {
      padding-right: 0px; } }

.project-desc-comp .finish-date {
  padding-left: 5px;
  max-width: 200px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .project-desc-comp .finish-date {
      padding-left: 0px; } }

.project-desc-comp .create-account {
  margin-left: auto; }

#allActivitiesPopup .modal-body .measurable-addpopup h3 {
  margin-bottom: 20px; }

#allActivitiesPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #allActivitiesPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #allActivitiesPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #allActivitiesPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.inStep-tab--tabpanel .horizontal-bar {
  margin-top: 40px; }

#estimatedExpensesPopup .modal-body .measurable-addpopup h3 {
  margin-bottom: 20px; }

#estimatedExpensesPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #estimatedExpensesPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #estimatedExpensesPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #estimatedExpensesPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.tileSelectComp .info-tooltip {
  margin-left: 10px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .tileSelectComp .info-tooltip {
      margin: 4px 10px; } }

.experience-log .container-wp .load-more-btn-area {
  text-align: right;
  width: 96.5%; }

.experience-log .container-wp .itemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center; }
  .experience-log .container-wp .itemList .exp-log-items:nth-child(3n+1) {
    padding-right: 5px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .experience-log .container-wp .itemList .exp-log-items:nth-child(3n+1) {
        padding-right: 15px; } }
  .experience-log .container-wp .itemList .exp-log-items:nth-child(3n-1) {
    padding: 0 5px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .experience-log .container-wp .itemList .exp-log-items:nth-child(3n-1) {
        padding: 0 15px; } }
  .experience-log .container-wp .itemList .exp-log-items:nth-child(3n) {
    padding-left: 5px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .experience-log .container-wp .itemList .exp-log-items:nth-child(3n) {
        padding-left: 15px; } }
  .experience-log .container-wp .itemList .add-new-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .experience-log .container-wp .itemList .add-new-file .text-block {
      background: none;
      left: 0;
      color: #000000;
      padding: 0;
      margin-bottom: 10px;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .experience-log .container-wp .itemList .add-new-file .text-block {
          margin-bottom: auto; } }
      .experience-log .container-wp .itemList .add-new-file .text-block p {
        font-size: 15px;
        /* Tablet Portrait */ }
        @media (min-width: 768px) {
          .experience-log .container-wp .itemList .add-new-file .text-block p {
            font-size: 17px; } }
  .experience-log .container-wp .itemList .tile-comp {
    border: 2px solid #C6C8CA;
    width: 100%;
    height: 105px;
    margin-bottom: 12px;
    margin-right: 4px;
    text-align: center;
    /* Tablet Portrait */ }
    .experience-log .container-wp .itemList .tile-comp:nth-child(3n) {
      margin-right: 0px; }
    @media (min-width: 768px) {
      .experience-log .container-wp .itemList .tile-comp {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 20px;
        margin-right: 20px;
        height: 243px; }
        .experience-log .container-wp .itemList .tile-comp p {
          color: #5c5c5c;
          font-size: 17px;
          font-weight: 500; } }
    .experience-log .container-wp .itemList .tile-comp .image-area {
      position: absolute;
      height: 100%;
      width: 100%;
      z-index: -1; }
    .experience-log .container-wp .itemList .tile-comp a {
      display: block;
      cursor: pointer;
      height: 100%; }
      .experience-log .container-wp .itemList .tile-comp a.add-new {
        padding-top: 16px;
        cursor: default;
        /* Tablet Portrait */ }
        .experience-log .container-wp .itemList .tile-comp a.add-new .text-block p {
          margin-bottom: 3px;
          margin-top: 0px; }
        @media (min-width: 768px) {
          .experience-log .container-wp .itemList .tile-comp a.add-new {
            padding-top: 43px; }
            .experience-log .container-wp .itemList .tile-comp a.add-new .text-block p {
              margin-bottom: 36px; } }
      .experience-log .container-wp .itemList .tile-comp a:not(.add-new) .text-block {
        /* Tablet Portrait */ }
        @media (min-width: 768px) {
          .experience-log .container-wp .itemList .tile-comp a:not(.add-new) .text-block {
            min-height: 75px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
            background: linear-gradient(to top, black, transparent); } }
        .experience-log .container-wp .itemList .tile-comp a:not(.add-new) .text-block p {
          color: #FFFFFF; }
      .experience-log .container-wp .itemList .tile-comp a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .experience-log .container-wp .itemList .tile-comp .add-img-area {
      position: absolute;
      right: 0px;
      top: 0px;
      /* Tablet Portrait */ }
      @media (min-width: 768px) {
        .experience-log .container-wp .itemList .tile-comp .add-img-area {
          right: -5px;
          top: -5px; } }
    .experience-log .container-wp .itemList .tile-comp .img-des {
      padding: 10px; }

.experience-log .container-wp .export-container {
  background-color: rgba(51, 51, 51, 0.1);
  border-style: dashed;
  padding: 20px 20px 10px 20px;
  margin-bottom: 50px; }
  .experience-log .container-wp .export-container.uploadDocBlock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: auto; }
    .experience-log .container-wp .export-container.uploadDocBlock .uploadedDocumentsWrapper {
      padding: 0px 25px 0px 30px;
      margin: 15px 0px 0px; }
      .experience-log .container-wp .export-container.uploadDocBlock .uploadedDocumentsWrapper .fileNameBlock {
        margin-bottom: 0px; }
  .experience-log .container-wp .export-container label {
    margin-bottom: 0px; }
  .experience-log .container-wp .export-container .export-checkbox {
    padding-top: 7px;
    padding-bottom: 0px;
    margin-right: 6px;
    float: left; }
  .experience-log .container-wp .export-container .export-btn {
    float: right;
    margin: 10px 5px 0px 0px; }

#createPostPopup .modal-body .createpost-popup h3 {
  margin-bottom: 20px; }

#createPostPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #createPostPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #createPostPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #createPostPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.image-video-upload .image-video-icons {
  margin-bottom: 20px; }
  .image-video-upload .image-video-icons .add-new-btn-wp {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .image-video-upload .image-video-icons .add-new-btn-wp .add-btn {
      cursor: pointer;
      border: 0;
      padding: 0;
      background: transparent; }
    .image-video-upload .image-video-icons .add-new-btn-wp.add-image-btn, .image-video-upload .image-video-icons .add-new-btn-wp.add-video-btn {
      font-size: 14px;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .image-video-upload .image-video-icons .add-new-btn-wp.add-image-btn, .image-video-upload .image-video-icons .add-new-btn-wp.add-video-btn {
          font-size: 16px; } }
      .image-video-upload .image-video-icons .add-new-btn-wp.add-image-btn.selected button, .image-video-upload .image-video-icons .add-new-btn-wp.add-video-btn.selected button {
        color: #058f47; }
    .image-video-upload .image-video-icons .add-new-btn-wp.add-image-btn {
      padding-right: 15px; }
    .image-video-upload .image-video-icons .add-new-btn-wp button.disabled {
      opacity: 0.5; }

.image-video-upload .url-field .video-url-field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .image-video-upload .url-field .video-url-field input {
    width: 80%; }
  .image-video-upload .url-field .video-url-field .url-close {
    vertical-align: middle;
    margin-left: 15px; }

.image-video-upload .image-field {
  max-width: 100%;
  overflow-x: hidden; }
  .image-video-upload .image-field .uploadImage {
    width: 100%;
    outline: 0; }
  .image-video-upload .image-field .toggleCloseImageClassName {
    position: absolute;
    right: 0; }

#editPostPopup .edit-post-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#editPostPopup .modal-content {
  padding: 40px 15px 30px 25px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #editPostPopup .modal-content {
      padding: 40px 40px 30px 60px; } }
  #editPostPopup .modal-content .edit-post-fixht {
    padding-right: 20px; }

#editPostPopup .modal-body .editpost-popup h3 {
  margin-bottom: 20px; }

#editPostPopup .modal-body .editpost-popup .edit-post-fixht {
  max-height: 350px;
  overflow-y: scroll; }
  #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-image img {
    width: 100%; }
  #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-video {
    position: relative;
    width: 100%; }
    #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-video .iframeTransparentOverlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-video button {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      border-radius: 20px;
      background-color: black;
      -webkit-box-shadow: 0px 0px 10px 0.5px #fff;
              box-shadow: 0px 0px 10px 0.5px #fff; }
    #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-video img {
      width: 100%; }
    #editPostPopup .modal-body .editpost-popup .edit-post-fixht .edit-post-video .add-img-area {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#editPostPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #editPostPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #editPostPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #editPostPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

#previewPostPopup .owl-carousel {
  display: block; }

#previewPostPopup .preview-post-nav {
  position: absolute;
  bottom: 3%;
  display: block;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #previewPostPopup .preview-post-nav {
      display: block;
      bottom: auto;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  #previewPostPopup .preview-post-nav.prev-edit-pop {
    left: 15px;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      #previewPostPopup .preview-post-nav.prev-edit-pop {
        left: 20px; } }
  #previewPostPopup .preview-post-nav.next-edit-pop {
    right: 14px; }

#previewPostPopup .modal-dialog {
  max-width: 675px; }

#previewPostPopup .modal-content {
  padding: 40px 25px 80px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #previewPostPopup .modal-content {
      padding: 40px 60px 30px 55px; } }
  #previewPostPopup .modal-content .edit-post-fixht {
    padding-right: 10px;
    padding-left: 0;
    /* Tablet Portrait */ }
    @media (min-width: 768px) {
      #previewPostPopup .modal-content .edit-post-fixht {
        padding-right: 20px;
        padding-left: 20px; } }

#previewPostPopup .modal-body .editpost-popup h3 {
  margin-bottom: 20px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #previewPostPopup .modal-body .editpost-popup h3 {
      padding-left: 20px; } }

#previewPostPopup .modal-body .editpost-popup .edit-post-fixht {
  max-height: 350px;
  overflow-y: scroll; }
  #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-image {
    margin-top: 30px; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-image img {
      width: 100%; }
  #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-video {
    position: relative;
    width: 100%;
    margin-top: 30px; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-video .iframeTransparentOverlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-video button {
      position: absolute;
      top: 0px;
      right: 0px;
      z-index: 2; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-video .iframe-vdo-container img {
      width: 100%;
      height: auto; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .preview-post-video .add-img-area {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .exp-log-pre-fields {
    margin-bottom: 10px; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .exp-log-pre-fields .preview-title {
      margin-right: 10px;
      margin-bottom: 10px;
      font-family: "TrefoilSans-Bold"; }
    #previewPostPopup .modal-body .editpost-popup .edit-post-fixht .exp-log-pre-fields p {
      margin: 0; }

#previewPostPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #previewPostPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #previewPostPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #previewPostPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

#deleteConfirmationPopup .modal-body .addtime-popup h3,
#addTimePopup .modal-body .addtime-popup h3,
#addIncomePopup .modal-body .addtime-popup h3,
#addExpencePopup .modal-body .addtime-popup h3 {
  margin-bottom: 20px; }

#deleteConfirmationPopup .modal-footer,
#addTimePopup .modal-footer,
#addIncomePopup .modal-footer,
#addExpencePopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #deleteConfirmationPopup .modal-footer .g-btn,
  #addTimePopup .modal-footer .g-btn,
  #addIncomePopup .modal-footer .g-btn,
  #addExpencePopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #deleteConfirmationPopup .modal-footer .delete-goal,
  #addTimePopup .modal-footer .delete-goal,
  #addIncomePopup .modal-footer .delete-goal,
  #addExpencePopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #deleteConfirmationPopup .modal-footer .delete-goal .g-btn,
    #addTimePopup .modal-footer .delete-goal .g-btn,
    #addIncomePopup .modal-footer .delete-goal .g-btn,
    #addExpencePopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.track-my-work-hours, .track-my-work-add-expenses {
  padding-left: 10px;
  width: 80%; }

.track-my-work-add-income {
  padding-left: 10px;
  width: 75%; }

.choose-an-image-file {
  width: 100%;
  height: 5px;
  background-color: #C6C8CA;
  margin-top: 5px; }
  .choose-an-image-file .progression-uploaded-bar {
    height: 5px;
    width: 0;
    display: block;
    background-color: #5c5c5c; }

.chosen-image-details-area {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .chosen-image-details-area label {
    margin-top: 5px;
    max-width: 260px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* Mobile landscape */ }
    @media (min-width: 576px) {
      .chosen-image-details-area label {
        max-width: 460px; } }

.summary-ui .error-msg-custom-style {
  width: 35%;
  text-align: left; }
  .summary-ui .error-msg-custom-style ul {
    text-align: left;
    list-style: none;
    color: #2080d4; }
    .summary-ui .error-msg-custom-style ul li {
      cursor: pointer; }
    .summary-ui .error-msg-custom-style ul li::before {
      content: "\2022";
      color: #cd2026;
      font-weight: bold;
      display: inline-block;
      width: 1em;
      margin-left: -1em; }

@media only screen and (max-width: 600px) {
  .summary-ui .error-msg-custom-style {
    width: 100%; } }

@media (min-width: 992px) {
  .income-log tbody td:nth-child(2),
  .expence-log tbody td:nth-child(2),
  .time-log tbody td:nth-child(2) {
    width: 50px;
    max-width: 50px; }
  .income-log tbody td:nth-child(3),
  .expence-log tbody td:nth-child(3),
  .time-log tbody td:nth-child(3) {
    width: 400px;
    max-width: 400px; }
    .income-log tbody td:nth-child(3) .wrap-text-data,
    .expence-log tbody td:nth-child(3) .wrap-text-data,
    .time-log tbody td:nth-child(3) .wrap-text-data {
      width: 380px;
      max-width: 380px; }
  .income-log tbody td:nth-child(4),
  .expence-log tbody td:nth-child(4),
  .time-log tbody td:nth-child(4) {
    width: 50px;
    max-width: 50px; } }

#measurableAddPopup .modal-body .measurable-addpopup h3 {
  margin-bottom: 20px; }

#measurableAddPopup .modal-footer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 280px;
  margin: 0 auto;
  max-width: 320px;
  margin-top: 35px; }
  #measurableAddPopup .modal-footer .g-btn {
    margin-right: 0px;
    min-width: 120px;
    width: auto;
    margin: 0 10px; }
  #measurableAddPopup .modal-footer .delete-goal {
    margin-top: 20px; }
    #measurableAddPopup .modal-footer .delete-goal .g-btn {
      min-width: auto;
      margin: 0;
      cursor: pointer; }

.g-table-heading {
  margin: 15px 0;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .g-table-heading {
      font-size: 19px;
      font-size: 1.11765rem; } }

.g-custom-table-wp .table th,
.g-custom-table-wp .table td {
  padding: .45rem;
  vertical-align: unset;
  /* Mobile landscape */ }
  .g-custom-table-wp .table th span.icon--play,
  .g-custom-table-wp .table td span.icon--play {
    /* Desktop */ }

@-moz-document url-prefix() {
  .g-custom-table-wp .table th span.icon--play,
  .g-custom-table-wp .table td span.icon--play {
    position: relative;
    top: 2px; } }
  @media (min-width: 576px) {
    .g-custom-table-wp .table th,
    .g-custom-table-wp .table td {
      padding: .75rem; } }

.g-custom-table-wp .table thead th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  font-family: "TrefoilSans-SemiBold"; }
  .g-custom-table-wp .table thead th p {
    margin-top: 0; }

.g-custom-table-wp .table tbody tr.item-row:last-child th,
.g-custom-table-wp .table tbody tr.item-row:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.g-custom-table-wp .table tbody th,
.g-custom-table-wp .table tbody td {
  border-color: rgba(0, 0, 0, 0.2); }
  .g-custom-table-wp .table tbody th p,
  .g-custom-table-wp .table tbody td p {
    margin-top: 0; }
  .g-custom-table-wp .table tbody th:last-child,
  .g-custom-table-wp .table tbody td:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.g-custom-table-wp .table tbody th:first-child {
  padding-left: 0; }

.g-custom-table-wp .table tbody td:last-child {
  padding-right: 0;
  text-align: right; }

.g-custom-table-wp .add-new-btn-wp {
  margin: 25px 0px 25px -4px; }
  .g-custom-table-wp .add-new-btn-wp .add-btn {
    cursor: pointer;
    border: 0;
    padding: 0;
    background: transparent; }
  .g-custom-table-wp .add-new-btn-wp small.error {
    margin-left: 5px; }

.g-custom-table-wp .icon--play.open {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: 0; }

.g-custom-table-wp .item-details-wp {
  display: none; }

.tileSelectComp .summaryBtnError {
  text-align: right; }

.projectTeamComp .buildTeamBtnError {
  text-align: right; }

.projectTeamComp .tips-icon-css {
  position: relative;
  top: 10px;
  cursor: auto; }

.toastMessageContainer {
  position: fixed;
  width: 100%;
  z-index: 998;
  top: 80px;
  left: 0;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .toastMessageContainer {
      top: 100px; } }
  .toastMessageContainer .alert {
    width: 100%;
    padding: 16px 22px;
    max-width: 992px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    /* Tablet Landscape min width and layout max size */
    /*ul {
      list-style: none;
      padding-left: 0;
      width: 100%;

      li {
          position: relative;

          p {
              font-size: 19px;
              line-height: 19px;
              font-family: $fontTrefoilSans-Regular;

              a {
                  font-family: $fontTrefoilSans-Bold;
                  border-bottom: 1px solid $color-white;
                  color: $color-white;
              }
          }

          button {
              position: absolute;
              top: 0;
              right: 0;
          }
      }
    }*/ }
    @media (min-width: 992px) {
      .toastMessageContainer .alert {
        padding: 23px 22px 22px; } }
    .toastMessageContainer .alert.open {
      z-index: 999; }
    .toastMessageContainer .alert.alert-success {
      color: #FFFFFF;
      background-color: #6E298C;
      border-bottom: 1px solid #FFFFFF; }
    .toastMessageContainer .alert p, .toastMessageContainer .alert .stepName {
      font-size: 15px;
      font-family: "TrefoilSans-XLight";
      padding-right: 40px;
      margin-bottom: 0;
      /* Tablet Landscape min width and layout max size */ }
      @media (min-width: 992px) {
        .toastMessageContainer .alert p, .toastMessageContainer .alert .stepName {
          font-size: 19px;
          line-height: 19px; } }
      .toastMessageContainer .alert p a, .toastMessageContainer .alert .stepName a {
        font-family: "TrefoilSans-SemiBold";
        border-bottom: 1px solid #FFFFFF;
        color: #FFFFFF; }
    .toastMessageContainer .alert .stepName {
      padding-right: 0; }
    .toastMessageContainer .alert button.icon--close-white {
      position: absolute;
      top: 0;
      right: 0; }

main#adminApp .g-select {
  line-height: inherit; }
  main#adminApp .g-select .multiselect__tags {
    border-radius: 5px !important;
    border: 2px solid #cfd6d6 !important; }

main#adminApp .to-upper-case {
  text-transform: uppercase !important;
  font-family: TrefoilSans-SemiBold;
  font-size: 12px; }

main#adminApp .usr-btn-area {
  text-align: right; }

main#adminApp .header-min-height {
  height: 50px; }

.admin-container {
  background-color: #000000;
  width: 966px;
  max-width: 966px;
  padding: 15px 10px;
  padding-top: 0px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  margin-top: 30px; }

.admin-header-nav {
  margin-bottom: 0px;
  width: 100%; }
  .admin-header-nav .admin-content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100px; }
    .admin-header-nav .admin-content-area .admin-header-logo-img {
      width: 40%;
      margin-left: -10px; }
      .admin-header-nav .admin-content-area .admin-header-logo-img img {
        max-width: 100%;
        border-radius: 10px; }
    .admin-header-nav .admin-content-area .admin-header-content {
      width: 60%;
      text-align: right; }
      .admin-header-nav .admin-content-area .admin-header-content .profile-btn-wp {
        text-transform: capitalize;
        padding-right: 50px;
        padding-top: 20px; }
        .admin-header-nav .admin-content-area .admin-header-content .profile-btn-wp button {
          min-height: 19px;
          padding: 0px 10px 0px 10px;
          font-size: 10px; }
      .admin-header-nav .admin-content-area .admin-header-content .btn-wp {
        display: block;
        text-align: right;
        height: 30px; }
  .admin-header-nav .admin-nav-area {
    text-align: -webkit-center; }
    .admin-header-nav .admin-nav-area .nav-btn-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      font-family: "TrefoilSans-Bold";
      letter-spacing: 3px; }
      .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp {
        width: 25%;
        height: 41px; }
        .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp .nav-btn {
          border: 1px solid #6f6f6f;
          margin: 0px 2px;
          height: 100%;
          background-color: #3f4141;
          cursor: pointer;
          padding: 5px; }
          .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp .nav-btn .round-btn {
            width: 100%;
            height: 100%;
            background-color: transparent; }
            .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp .nav-btn .round-btn a {
              color: white;
              text-transform: uppercase;
              font-weight: bolder;
              text-decoration: unset;
              font-size: 15px; }
        .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp .active {
          background-color: #f6f6f6;
          border-bottom: none; }
          .admin-header-nav .admin-nav-area .nav-btn-area .nav-btn-wp .active .round-btn {
            background-color: #00ab57; }
  .admin-header-nav .d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.council-right-arrow :after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-left: 5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000; }

.right-arrow :after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-left: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 13px solid #000000; }

.left-arrow :after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  margin-left: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 13px solid #000000; }

.footer-area {
  font-size: 11px;
  padding: 10px 30px;
  background-color: #f6f6f6;
  font-family: "TrefoilSans-Bold"; }
  .footer-area a {
    color: #157f48; }
    .footer-area a.previous, .footer-area a.next {
      padding: 0px 40px; }
    .footer-area a:visited {
      color: #157f48;
      text-decoration: none;
      padding: 0px 2px; }
      .footer-area a:visited:hover {
        color: #157f48; }
    .footer-area a.enabled {
      color: #157f48;
      text-decoration: none;
      padding: 0px 2px;
      cursor: pointer; }
      .footer-area a.enabled:hover {
        color: #157f48 !important; }
    .footer-area a.active {
      color: #3e3e3e;
      text-decoration: none;
      padding: 0px 2px;
      cursor: default; }
      .footer-area a.active:hover {
        color: #3e3e3e; }
  .footer-area .pagination-area {
    text-align: right; }
    .footer-area .pagination-area label {
      margin-bottom: 0; }

@-moz-document url-prefix() {
  table {
    border-collapse: separate !important;
    border-spacing: 0px; } }

.admin-activity-page {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 0; }
  .admin-activity-page .form-group {
    margin: 0px; }
  .admin-activity-page .activity-filter-area {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 5px;
    padding-top: 0px;
    font-size: 12px; }
    .admin-activity-page .activity-filter-area .activity-filter-row {
      padding-top: 20px; }
    .admin-activity-page .activity-filter-area .girlsCount {
      font-family: "TrefoilSans-SemiBold";
      margin-left: 5px;
      font-size: 12px; }
    .admin-activity-page .activity-filter-area p {
      display: inline-block;
      padding: 0px 5px;
      margin: 0;
      color: #3e3e3e;
      font-family: "TrefoilSans-SemiBold";
      font-size: 12px; }
    .admin-activity-page .activity-filter-area button {
      outline: none; }
      .admin-activity-page .activity-filter-area button.gs-icon {
        top: 4px; }
    .admin-activity-page .activity-filter-area .date-area {
      width: 45%; }
    .admin-activity-page .activity-filter-area .action-area {
      width: 30%;
      text-align: right; }
    .admin-activity-page .activity-filter-area .serach-area {
      width: 25%;
      text-align: right; }
    .admin-activity-page .activity-filter-area .filter-area {
      width: 90%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .admin-activity-page .activity-filter-area .filter-area .filterLabel {
        width: 70px; }
      .admin-activity-page .activity-filter-area .filter-area .filter-input-area {
        width: 540px; }
        .admin-activity-page .activity-filter-area .filter-area .filter-input-area .admin-multiSelect {
          margin-bottom: 5px; }
      .admin-activity-page .activity-filter-area .filter-area .filter-button-area {
        width: 140px; }
    .admin-activity-page .activity-filter-area .admin-btn {
      font-size: 12px;
      margin-bottom: 0;
      outline: none; }
    .admin-activity-page .activity-filter-area.superAdminActivityHeader {
      background-color: #f6f6f6;
      border-radius: 5px;
      padding: 5px;
      padding-top: 0px;
      font-size: 12px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .activity-filter-row {
        padding-top: 20px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .girlsCount {
        font-family: "TrefoilSans-SemiBold";
        margin-left: 5px;
        font-size: 12px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader p {
        display: inline-block;
        padding: 0px 5px;
        margin: 0;
        color: #3e3e3e;
        font-family: "TrefoilSans-SemiBold";
        font-size: 12px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader button {
        outline: none; }
        .admin-activity-page .activity-filter-area.superAdminActivityHeader button.gs-icon {
          top: 4px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .date-area {
        width: 40%; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .action-area {
        width: 25%;
        text-align: left; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .serach-area {
        width: 20%;
        text-align: left; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .csvBtn-area {
        width: 15%;
        margin-top: 2px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area {
        width: 100%;
        -webkit-box-align: unset;
            -ms-flex-align: unset;
                align-items: unset; }
        .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area .filterLabel {
          width: 110px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area .filter-input-area {
          width: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area .filter-input-area .admin-multiSelect {
            margin-bottom: 5px; }
          .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area .filter-input-area .multiline label {
            margin-bottom: 0px; }
        .admin-activity-page .activity-filter-area.superAdminActivityHeader .filter-area .filter-button-area {
          width: 232px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-top: 2px; }
      .admin-activity-page .activity-filter-area.superAdminActivityHeader .admin-btn {
        font-size: 12px;
        margin-bottom: 0;
        outline: none; }
  .admin-activity-page .inline-div {
    display: inline-block; }
  .admin-activity-page .activity-main-area {
    margin-top: 10px;
    padding-left: 3px; }
    .admin-activity-page .activity-main-area table {
      width: 100%; }
      .admin-activity-page .activity-main-area table th.action-btn, .admin-activity-page .activity-main-area table td.action-btn {
        width: 40px;
        text-align: center;
        border-left: none; }
      .admin-activity-page .activity-main-area table th.action-btn {
        padding-left: 0px !important;
        width: 40px;
        font-size: 12px !important;
        text-align: center !important;
        border-left: none; }
      .admin-activity-page .activity-main-area table th.grade {
        width: 60px; }
      .admin-activity-page .activity-main-area table th.graduation {
        width: 90px; }
      .admin-activity-page .activity-main-area table th.name {
        width: 125px; }
      .admin-activity-page .activity-main-area table th.pillars {
        width: 200px; }
      .admin-activity-page .activity-main-area table th.step {
        width: 40px; }
      .admin-activity-page .activity-main-area table th.status {
        width: 100px; }
      .admin-activity-page .activity-main-area table th.download {
        width: 80px; }
      .admin-activity-page .activity-main-area table th.last-login {
        width: 80px; }
      .admin-activity-page .activity-main-area table th.js-sort  {
        cursor:  pointer; }
      .admin-activity-page .activity-main-area table td {
        background-color: #FFFFFF;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
        color: #3e3e3e;
        border-left: 7px solid #f6f6f6;
        border-bottom: 7px solid #f6f6f6;
        position: relative; }
        .admin-activity-page .activity-main-area table td .girlAppStatus .text-area p {
          font-size: unset;
          margin: 0px;
          text-align: right; }
          .admin-activity-page .activity-main-area table td .girlAppStatus .text-area p a {
            cursor: pointer;
            margin-right: -8px; }
        .admin-activity-page .activity-main-area table td .girlAppStatus .text-area .commentsIcon {
          position: absolute;
          top: 3px;
          right: 3px; }
        .admin-activity-page .activity-main-area table td .girlAppStatus .popup-action-area {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: baseline;
              -ms-flex-align: baseline;
                  align-items: baseline;
          margin-top: 10px; }
          .admin-activity-page .activity-main-area table td .girlAppStatus .popup-action-area .text-label {
            padding-left: 3px;
            line-height: 0; }
        .admin-activity-page .activity-main-area table td.orange-color, .admin-activity-page .activity-main-area table td .orange-color {
          background-color: #f17e3e !important; }
        .admin-activity-page .activity-main-area table td.gray-color, .admin-activity-page .activity-main-area table td .gray-color {
          background-color: #abb0b0 !important; }
        .admin-activity-page .activity-main-area table td.gold-color, .admin-activity-page .activity-main-area table td.yellow-color, .admin-activity-page .activity-main-area table td .gold-color, .admin-activity-page .activity-main-area table td .yellow-color {
          background-color: #f0b319 !important; }
        .admin-activity-page .activity-main-area table td.green-color, .admin-activity-page .activity-main-area table td .green-color {
          background-color: #0ea94c !important; }
    .admin-activity-page .activity-main-area .down-icon {
      position: relative;
      top: -20px;
      right: -10px; }
    .admin-activity-page .activity-main-area .needImpStatusArea, .admin-activity-page .activity-main-area .approveStatus {
      position: absolute;
      background-color: #FFFFFF;
      border: 1px solid #C6C8CA;
      -webkit-box-shadow: 1px 2px 2px 2px #C6C8CA;
              box-shadow: 1px 2px 2px 2px #C6C8CA;
      padding: 10px;
      width: 150px;
      left: 45%;
      width: 200px;
      z-index: 1; }
      .admin-activity-page .activity-main-area .needImpStatusArea .admin-btn, .admin-activity-page .activity-main-area .approveStatus .admin-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 50%;
        margin-left: auto; }
        .admin-activity-page .activity-main-area .needImpStatusArea .admin-btn button, .admin-activity-page .activity-main-area .approveStatus .admin-btn button {
          outline: none; }
    .admin-activity-page .activity-main-area .pendingCouncilStatusArea {
      position: absolute;
      background-color: #FFFFFF;
      border: 1px solid #C6C8CA;
      -webkit-box-shadow: 1px 2px 2px 2px #C6C8CA;
              box-shadow: 1px 2px 2px 2px #C6C8CA;
      padding: 10px;
      left: 45%;
      width: 210px;
      z-index: 1; }
      .admin-activity-page .activity-main-area .pendingCouncilStatusArea textarea {
        width: 100%;
        height: 54px;
        border: 1px solid #cfd6d6; }
      .admin-activity-page .activity-main-area .pendingCouncilStatusArea .admin-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20%;
        margin-left: auto; }
        .admin-activity-page .activity-main-area .pendingCouncilStatusArea .admin-btn button {
          outline: none; }
    .admin-activity-page .activity-main-area .icon-close-btn {
      position: absolute;
      right: 6px;
      top: 0px;
      cursor: pointer; }
    .admin-activity-page .activity-main-area .popup-area {
      margin-top: 10px; }
      .admin-activity-page .activity-main-area .popup-area input[type="radio"] + label {
        margin-bottom: 0; }
  .admin-activity-page .gray-color {
    margin-top: 10px !important; }
    .admin-activity-page .gray-color button {
      background: #e3e3e3 !important;
      border: 1px solid #abb0b0 !important; }

.emailPopup-css .modal-body .emailHeader {
  background-color: #e3e3e3;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px; }

.emailPopup-css .modal-body .error {
  position: absolute;
  text-align: start;
  left: 102px;
  right: 0px !important; }

.emailPopup-css .modal-body .emailBody textarea {
  width: 100%;
  min-height: 200px;
  resize: none; }
  .emailPopup-css .modal-body .emailBody textarea:focus {
    outline: none; }

.emailPopup-css .modal-body .inputBlock {
  margin-bottom: 15px; }
  .emailPopup-css .modal-body .inputBlock label {
    width: 100px;
    text-align: right;
    font-family: "TrefoilSans-Bold";
    margin-bottom: 0;
    padding-right: 10px; }
  .emailPopup-css .modal-body .inputBlock input {
    width: 450px !important;
    font-size: 12px !important;
    border-radius: 0; }
    .emailPopup-css .modal-body .inputBlock input:focus {
      outline: none !important; }

.no-records-found {
  margin-top: 50px;
  margin-left: 50px; }

th.js-sort {
  cursor: pointer; }

.candidatemargin {
  margin-top: 10px; }

.superadmin-filter-wrapper .filter-area-wrapper {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.superadmin-filter-wrapper .filter-button-wrapper {
  width: 20% !important;
  text-align: right !important; }

.superadmin-filter-wrapper .button-area-wrapper {
  width: 100% !important;
  margin-bottom: 13px !important;
  text-align: right !important; }

.superadmin-filter-wrapper .search-area-wrapper {
  width: 100% !important;
  text-align: right !important; }

.admin-reports-page {
  width: 100%;
  background-color: #f6f6f6;
  padding-top: 0; }
  .admin-reports-page .form-group {
    margin: 0px; }
  .admin-reports-page .filter-area {
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 5px;
    padding-top: 0px;
    font-size: 12px; }
    .admin-reports-page .filter-area .report-multiselect {
      width: 350px !important; }
    .admin-reports-page .filter-area .filter-row {
      padding-top: 20px; }
    .admin-reports-page .filter-area .girlsCount {
      font-family: "TrefoilSans-SemiBold";
      margin-left: 5px;
      font-size: 12px; }
    .admin-reports-page .filter-area p {
      display: inline-block;
      padding: 0px 5px;
      margin: 0;
      color: #3e3e3e;
      font-family: "TrefoilSans-SemiBold";
      font-size: 12px; }
    .admin-reports-page .filter-area button {
      outline: none; }
      .admin-reports-page .filter-area button.gs-icon {
        top: 4px; }
    .admin-reports-page .filter-area .date-area .admin-form-label-input {
      width: 144px; }
    .admin-reports-page .filter-area .action-area {
      width: 30%;
      text-align: right; }
    .admin-reports-page .filter-area .serach-area {
      width: 25%;
      text-align: right; }
    .admin-reports-page .filter-area .filter-area {
      width: 90%; }
    .admin-reports-page .filter-area .admin-btn {
      font-size: 12px;
      margin-bottom: 0;
      outline: none; }
    .admin-reports-page .filter-area .admin-multiSelect {
      width: 300px; }
  .admin-reports-page .admin-table-css {
    table-layout: auto; }
  .admin-reports-page .inline-div {
    display: inline-block; }
  .admin-reports-page .reports-main-area {
    margin-top: 20px;
    overflow: hidden; }
    .admin-reports-page .reports-main-area table {
      width: 100%; }
      .admin-reports-page .reports-main-area table th {
        padding-left: 5px;
        width: 15%; }
        .admin-reports-page .reports-main-area table th.status {
          width: 40%; }
      .admin-reports-page .reports-main-area table td {
        background-color: #FFFFFF;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
        color: #3e3e3e;
        border-left: 7px solid #f6f6f6;
        border-bottom: 7px solid #f6f6f6; }
    .admin-reports-page .reports-main-area .footer-area {
      font-size: 11px;
      padding: 2px 30px 10px 30px;
      font-family: "TrefoilSans-Bold"; }
      .admin-reports-page .reports-main-area .footer-area a.previous, .admin-reports-page .reports-main-area .footer-area a.next {
        padding: 0px 40px; }
      .admin-reports-page .reports-main-area .footer-area a:visited {
        color: #157f48;
        text-decoration: none;
        padding: 0px 2px; }
      .admin-reports-page .reports-main-area .footer-area a.active {
        color: #3e3e3e;
        text-decoration: none;
        padding: 0px 2px;
        cursor: default; }
      .admin-reports-page .reports-main-area .footer-area .pagination-area {
        text-align: right; }
    .admin-reports-page .reports-main-area .down-icon {
      position: relative;
      top: -20px;
      right: -10px; }

.admin-council-header {
  background-color: #f6f6f6;
  margin-bottom: 0px;
  width: 100%; }
  .admin-council-header .council-content-area {
    margin: 10px;
    padding: 0px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 78px; }
    .admin-council-header .council-content-area section label {
      padding-top: 15px; }
    .admin-council-header .council-content-area .council-user {
      min-width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 57px;
      font-size: 11px;
      background: white;
      border: 3px solid #d5dbdb;
      padding: 2px; }
      .admin-council-header .council-content-area .council-user .heading {
        font-family: "TrefoilSans-SemiBold";
        display: inline-block;
        width: 100px;
        line-height: 15px;
        text-align: right;
        padding-right: 10px; }
      .admin-council-header .council-content-area .council-user .btn-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-right: 5px;
        padding-bottom: 3px; }
    .admin-council-header .council-content-area a[href] {
      color: #00a94b;
      text-decoration: none; }
  .admin-council-header .admin-nav-area {
    text-align: -webkit-center;
    border-bottom: 3px solid #d5dbdb; }
    .admin-council-header .admin-nav-area .nav-btn-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center;
      font-family: "TrefoilSans-Medium";
      margin-top: -30px; }
      .admin-council-header .admin-nav-area .nav-btn-area .nav-btn-wp {
        min-width: 20%;
        height: 30px; }
        .admin-council-header .admin-nav-area .nav-btn-area .nav-btn-wp .nav-btn {
          border: 2px solid #d5dbdb;
          border-bottom: none;
          margin: 0px 2px;
          height: 100%;
          background-color: #d5dbdb;
          cursor: pointer;
          padding: 5px 20px; }
          .admin-council-header .admin-nav-area .nav-btn-area .nav-btn-wp .nav-btn a {
            color: white;
            font-weight: bolder;
            text-decoration: unset; }
        .admin-council-header .admin-nav-area .nav-btn-area .nav-btn-wp .active {
          background-color: #FFFFFF;
          height: 33px; }
          .admin-council-header .admin-nav-area .nav-btn-area .nav-btn-wp .active a {
            color: #000000; }
  .admin-council-header .d-flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.councilSuperAdmin .council-content-area {
  height: auto; }

.councilSuperAdmin .superAdminCouncilHeader {
  width: 100%; }
  .councilSuperAdmin .superAdminCouncilHeader .activity-filter-row {
    align-item: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .councilSuperAdmin .superAdminCouncilHeader .filterLabel p {
    display: inline-block;
    padding: 0px 5px;
    margin: 0;
    color: #3e3e3e;
    font-family: "TrefoilSans-SemiBold";
    font-size: 12px; }

.admin-council-page {
  background-color: #f6f6f6;
  width: 100%; }
  .admin-council-page .council-users {
    padding-top: 20px; }
    .admin-council-page .council-users .btn-area button {
      font-size: 10px;
      min-height: 19px;
      padding-top: 5px;
      outline: none; }
    .admin-council-page .council-users .main-area table {
      width: 100%; }
      .admin-council-page .council-users .main-area table tr td:first-child {
        border-left: none !important; }
      .admin-council-page .council-users .main-area table .user-role {
        width: 15%; }
      .admin-council-page .council-users .main-area table .chkbox-area {
        display: inline-block;
        padding-right: 10px; }
      .admin-council-page .council-users .main-area table .name-area {
        display: inline-block; }
      .admin-council-page .council-users .main-area table img {
        max-width: 30px; }
  .admin-council-page .admin-multiSelect {
    margin-left: 0px !important; }
  .admin-council-page #gogoldAwardCompletionDate {
    padding-left: 5px; }

th.js-sort  {
  cursor:  pointer; }

.admin-ngags, .superadmin-ngags {
  background-color: #f6f6f6;
  width: 100%; }
  .admin-ngags .label-area, .superadmin-ngags .label-area {
    font-size: 24px;
    padding: 10px 20px 0 20px; }
  .admin-ngags .equal-height, .superadmin-ngags .equal-height {
    min-height: 800px; }
  .admin-ngags .end-date-area, .superadmin-ngags .end-date-area {
    background: #f0b319;
    padding: 7px;
    margin: 10px 0px 10px 0;
    color: #FFFFFF; }
  .admin-ngags .girl-info-area, .superadmin-ngags .girl-info-area {
    background: #FFFFFF;
    padding: 0px 20px;
    margin-bottom: 20px; }
    .admin-ngags .girl-info-area .sub-heading, .superadmin-ngags .girl-info-area .sub-heading {
      ont-size: 20px; }
    .admin-ngags .girl-info-area .admin-btn, .superadmin-ngags .girl-info-area .admin-btn {
      margin-top: 25px; }
      .admin-ngags .girl-info-area .admin-btn button, .superadmin-ngags .girl-info-area .admin-btn button {
        padding: 0px 20px;
        outline: none; }
  .admin-ngags .btn-area, .superadmin-ngags .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0px 40px; }
    .admin-ngags .btn-area .admin-btn, .superadmin-ngags .btn-area .admin-btn {
      width: 30%; }
      .admin-ngags .btn-area .admin-btn button, .superadmin-ngags .btn-area .admin-btn button {
        outline: none; }
    .admin-ngags .btn-area.flex-right, .superadmin-ngags .btn-area.flex-right {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .admin-ngags .main-area, .superadmin-ngags .main-area {
    padding-bottom: 10px; }
    .admin-ngags .main-area .area-wp, .superadmin-ngags .main-area .area-wp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: left;
          -ms-flex-align: left;
              align-items: left;
      margin-bottom: 10px; }
      .admin-ngags .main-area .area-wp .padding20, .superadmin-ngags .main-area .area-wp .padding20 {
        padding-left: 20px; }
      .admin-ngags .main-area .area-wp .div-inline--two, .superadmin-ngags .main-area .area-wp .div-inline--two {
        display: inline-block;
        width: 49%; }
      .admin-ngags .main-area .area-wp .div-inline--three, .superadmin-ngags .main-area .area-wp .div-inline--three {
        display: inline-block;
        width: 32%; }
      .admin-ngags .main-area .area-wp section, .superadmin-ngags .main-area .area-wp section {
        font-size: 12px;
        margin-bottom: 20px; }
        .admin-ngags .main-area .area-wp section.section-inline, .superadmin-ngags .main-area .area-wp section.section-inline {
          display: inline-block;
          max-width: 49%;
          vertical-align: top; }
        .admin-ngags .main-area .area-wp section .age, .superadmin-ngags .main-area .area-wp section .age {
          width: 50%; }
        .admin-ngags .main-area .area-wp section .year, .superadmin-ngags .main-area .area-wp section .year {
          width: 60%; }
        .admin-ngags .main-area .area-wp section .section80, .superadmin-ngags .main-area .area-wp section .section80 {
          width: 80%; }
        .admin-ngags .main-area .area-wp section .section50, .superadmin-ngags .main-area .area-wp section .section50 {
          width: 50%; }
      .admin-ngags .main-area .area-wp .pin-code, .superadmin-ngags .main-area .area-wp .pin-code {
        width: 30%; }
      .admin-ngags .main-area .area-wp .green, .superadmin-ngags .main-area .area-wp .green {
        color: #29ae58; }
      .admin-ngags .main-area .area-wp .yellow, .superadmin-ngags .main-area .area-wp .yellow {
        color: #ffd21d; }
      .admin-ngags .main-area .area-wp span, .superadmin-ngags .main-area .area-wp span {
        display: inline-block;
        padding-bottom: 5px;
        color: #212529; }
      .admin-ngags .main-area .area-wp .first,
      .admin-ngags .main-area .area-wp .second,
      .admin-ngags .main-area .area-wp .third, .superadmin-ngags .main-area .area-wp .first,
      .superadmin-ngags .main-area .area-wp .second,
      .superadmin-ngags .main-area .area-wp .third {
        width: 33.3%;
        padding: 0px 10px; }
      .admin-ngags .main-area .area-wp .content-wp .div-center, .superadmin-ngags .main-area .area-wp .content-wp .div-center {
        text-align: center; }
        .admin-ngags .main-area .area-wp .content-wp .div-center .admin-btn, .superadmin-ngags .main-area .area-wp .content-wp .div-center .admin-btn {
          margin: 0; }
      .admin-ngags .main-area .area-wp .content-wp .form-group, .superadmin-ngags .main-area .area-wp .content-wp .form-group {
        margin-bottom: 7px; }
      .admin-ngags .main-area .area-wp .bordered, .superadmin-ngags .main-area .area-wp .bordered {
        padding: 5px 10px;
        border-radius: 5px; }
        .admin-ngags .main-area .area-wp .bordered.yellow, .superadmin-ngags .main-area .area-wp .bordered.yellow {
          border: 2px solid #ffd21d; }
        .admin-ngags .main-area .area-wp .bordered.green, .superadmin-ngags .main-area .area-wp .bordered.green {
          border: 2px solid #29ae58; }
        .admin-ngags .main-area .area-wp .bordered .admin-btn button, .superadmin-ngags .main-area .area-wp .bordered .admin-btn button {
          min-height: 20px;
          font-size: 12px; }
  .admin-ngags .un-nominate, .superadmin-ngags .un-nominate {
    color: white !important;
    background: #28ae58 !important; }
  .admin-ngags .sa-ngags-label, .superadmin-ngags .sa-ngags-label {
    width: 155px; }

.superadmin-ngags tbody {
  font-family: "TrefoilSans-SemiBold"; }

.superadmin-ngags td {
  padding: 10px 5px; }
  .superadmin-ngags td.action-btn {
    padding: 10px; }

.superadmin-ngags th.action-btn {
  padding-left: 0px !important;
  width: 40px;
  font-size: 12px !important;
  text-align: center !important;
  border-left: none; }

.superadmin-ngags .end-date-area {
  background-color: #FFFFFF;
  color: #000000; }

.superadmin-ngags .multiBtnSection {
  width: 205px; }

.superadmin-ngags .randomApplnNumberArea {
  width: 200px; }
  .superadmin-ngags .randomApplnNumberArea p {
    font-size: 11px;
    line-height: 12px; }

.superadmin-ngags .btn-area {
  padding: 0 40px 0 15px; }

.superadmin-ngags .date-area p {
  display: inline-block;
  padding: 0px 5px;
  margin: 0;
  color: #3e3e3e;
  font-family: "TrefoilSans-SemiBold";
  font-size: 12px; }

.superadmin-ngags .date-area .inline-div {
  display: inline-block; }

.gsusa-right-align {
  padding-right: 40px; }

.superadmin-ngags .header-area {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.admin-ngags .header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.registered-girls {
  background-color: white;
  padding-top: 0px; }
  .registered-girls .btn-area {
    padding: 30px 0px; }
  .registered-girls .user-note {
    width: 252px; }
  .registered-girls .user-name {
    width: 16%; }

.flex-center-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.council-user-info {
  width: 100%;
  padding-top: 0;
  background-color: #f6f6f6; }
  .council-user-info .archive-days-box {
    margin-top: 10px; }
  .council-user-info .user-font {
    font-size: 10px;
    font-weight: 700; }
  .council-user-info .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 500px; }
    .council-user-info .content-area .admin-multiSelect {
      margin-left: 0px; }
    .council-user-info .content-area .first {
      width: 100%;
      padding-left: 30px;
      background-color: #FFFFFF; }
    .council-user-info .content-area .second {
      width: 50%; }
    .council-user-info .content-area .btn-area {
      text-align: center;
      padding-top: 30px !important;
      padding-bottom: 20px; }
    .council-user-info .content-area .inline-div-wp {
      font-size: 12px;
      min-width: unset;
      min-height: 18px;
      margin: 0;
      display: inline-block; }
      .council-user-info .content-area .inline-div-wp.administrator {
        padding-right: 30px; }
      .council-user-info .content-area .inline-div-wp.cancel-btn {
        padding-left: 20px; }
      .council-user-info .content-area .inline-div-wp a {
        color: #29ae58; }
      .council-user-info .content-area .inline-div-wp button {
        min-height: auto;
        outline: 0; }
    .council-user-info .content-area .admin-btn--improvement {
      margin-left: 0; }
      .council-user-info .content-area .admin-btn--improvement button {
        border: 1px solid #e3e3e3;
        background: #f6f6f6;
        width: auto !important;
        padding: 0px 10px;
        border-radius: 5px;
        color: black;
        font-size: 12px; }
    .council-user-info .content-area table {
      width: 90%; }
      .council-user-info .content-area table td {
        padding-bottom: 10px; }
      .council-user-info .content-area table .label-wp {
        width: 32%;
        padding-right: 20px;
        text-align: right;
        vertical-align: super; }
      .council-user-info .content-area table input {
        color: #9FA0A0;
        font-size: 12px; }
        .council-user-info .content-area table input[type=text] {
          height: 33px; }
        .council-user-info .content-area table input:focus {
          border-color: #d2d9d8 !important;
          -webkit-box-shadow: none;
                  box-shadow: none; }
  .council-user-info .reset-deadline {
    position: relative;
    top: -44px;
    left: 418px;
    cursor: pointer; }

.council-user-profile .council-usr-profile-tbl {
  width: 80% !important;
  margin-left: 30px !important; }
  .council-user-profile .council-usr-profile-tbl img {
    opacity: 0.4; }

.council-user-profile .label-value {
  font-family: trefoilSans-Regular !important;
  color: #9FA0A0 !important; }

.council-user-info {
  width: 100%;
  padding-top: 0;
  background-color: #f6f6f6; }
  .council-user-info .user-font {
    font-size: 10px;
    font-weight: 700; }
  .council-user-info .content-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 500px; }
    .council-user-info .content-area .first {
      width: 50%;
      padding: 30px;
      background-color: #fff; }
      .council-user-info .content-area .first .label-aera {
        margin-bottom: 30px; }
    .council-user-info .content-area .second {
      width: 50%; }
    .council-user-info .content-area .inline-div {
      font-size: 12px;
      min-width: unset;
      min-height: 18px;
      margin: 0;
      display: inline-block; }
      .council-user-info .content-area .inline-div.administrator {
        padding-right: 30px; }
      .council-user-info .content-area .inline-div a {
        color: #29ae58; }
    .council-user-info .content-area table {
      width: 90%; }
      .council-user-info .content-area table td {
        padding-bottom: 10px; }
      .council-user-info .content-area table .label-wp {
        width: 32%;
        padding-right: 20px;
        text-align: right; }
      .council-user-info .content-area table input {
        color: #9FA0A0;
        font-size: 12px; }
        .council-user-info .content-area table input[type=text] {
          height: 33px; }
        .council-user-info .content-area table input:focus {
          border-color: #d2d9d8 !important;
          -webkit-box-shadow: none;
                  box-shadow: none; }

.registered-girls {
  background-color: white;
  padding-top: 0px; }
  .registered-girls .start-date {
    width: 60%; }
  .registered-girls .council-users {
    padding-top: 20px; }
  .registered-girls .admin-multiSelect label {
    display: none; }
  .registered-girls .admin-multiSelect .g-select {
    line-height: inherit; }
  .registered-girls .datePicker-icon {
    top: 50%;
    right: 5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .registered-girls textarea {
    margin-right: 10px;
    color: #9fa0a0 !important;
    height: 60px;
    font-size: 13px !important; }
    .registered-girls textarea:focus {
      border-color: #cfd6d6 !important;
      outline: none;
      -webkit-box-shadow: unset !important;
              box-shadow: unset !important; }
  .registered-girls .first {
    padding-right: 10px;
    margin-bottom: 10px; }
  .registered-girls .btn-area {
    padding: 30px 0px;
    padding-top: 0px !important; }
  .registered-girls .user-note {
    width: 252px; }
  .registered-girls .user-name {
    width: 16%; }
  .registered-girls .user-journey {
    margin-top: 10px; }
    .registered-girls .user-journey span {
      display: block; }
  .registered-girls a {
    color: #00AE58; }
  .registered-girls .last-area {
    padding: 0 30px;
    margin-bottom: 30px;
    width: 50% !important; }

#adminApp .remove-space-evenly {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset; }

.edit-registered-girls-section .first {
  width: 72% !important; }

.edit-registered-girls-section .admin-readonly-field-section {
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important; }
  .edit-registered-girls-section .admin-readonly-field-section .move-to-right {
    width: 133px; }

.edit-registered-girls-section .admin-readonly-field-section > label {
  width: 30% !important; }

.edit-registered-girls-section .move-to-right {
  float: right !important; }

.edit-registered-girls-section .last-area {
  width: 72% !important; }
  .edit-registered-girls-section .last-area textarea {
    width: 100% !important;
    max-width: 50% !important; }

#adminApp .view-girls-profile .btn-area {
  text-align: right !important; }

#adminApp .view-girls-profile .council-users {
  padding-top: 0px; }

#adminApp .view-girls-profile .password-reset-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #adminApp .view-girls-profile .password-reset-area label {
    width: 0% !important; }
  #adminApp .view-girls-profile .password-reset-area .error {
    font-size: 18px !important;
    color: black !important; }

/*.create-usr-profile{
    .btn-area{
        padding-top: 0px!important;
    }
    .remove-space{
        padding-bottom: 0px!important;
    }
    .label-aera{
        padding: 20px 0px;
    }
}*/
small.duplicateError.error {
  padding-left: 150px !important; }

.link-you-video .wp-container .main-area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  /* Mobile landscape */ }
  @media (min-width: 576px) {
    .link-you-video .wp-container .main-area-flex {
      width: 80%; } }
  .link-you-video .wp-container .main-area-flex .ngags-vdo-link-wp {
    width: 100%; }
    .link-you-video .wp-container .main-area-flex .ngags-vdo-link-wp .first-wp {
      margin-bottom: 10px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      padding-right: 2%; }
      .link-you-video .wp-container .main-area-flex .ngags-vdo-link-wp .first-wp label {
        display: none; }
    .link-you-video .wp-container .main-area-flex .ngags-vdo-link-wp .second-wp {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      text-align: right; }
      .link-you-video .wp-container .main-area-flex .ngags-vdo-link-wp .second-wp button {
        height: 45px; }

.link-you-video .wp-container .added-link-preview {
  margin-top: 20px; }
  .link-you-video .wp-container .added-link-preview .video-area {
    position: relative; }
    .link-you-video .wp-container .added-link-preview .video-area .close-btn {
      position: absolute;
      right: 5px;
      top: 5px; }
      .link-you-video .wp-container .added-link-preview .video-area .close-btn button {
        background-color: transparent; }
  .link-you-video .wp-container .added-link-preview .video-area {
    position: relative;
    width: 100%;
    /* Mobile landscape */ }
    @media (min-width: 576px) {
      .link-you-video .wp-container .added-link-preview .video-area {
        width: 80%; } }
    .link-you-video .wp-container .added-link-preview .video-area .iframeTransparentOverlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .link-you-video .wp-container .added-link-preview .video-area button {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      border-radius: 20px;
      background-color: black;
      -webkit-box-shadow: 0px 0px 10px 0.5px #fff;
              box-shadow: 0px 0px 10px 0.5px #fff; }
    .link-you-video .wp-container .added-link-preview .video-area img {
      width: 100%; }
    .link-you-video .wp-container .added-link-preview .video-area .add-img-area {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

#ngagsApp .g-city-provience-zip {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #ngagsApp .g-city-provience-zip .g-form-label-input {
    width: 45%; }

#ngagsApp .infoTipSpace {
  padding: 3px; }

#ngagsApp .experience-log .itemList {
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #ngagsApp .experience-log .itemList {
      margin-right: -10px;
      margin-left: -10px; } }

#advisorApprovalApp {
  margin: 5% 0;
  text-align: center; }

.modal-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px; }

.sub-header-component button {
  margin-left: 5px;
  margin-top: 0;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .sub-header-component button {
      margin-top: 5px; } }

.subHeaderModal {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 2px 20px 1px;
          box-shadow: 2px 2px 20px 1px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 688px;
  width: 100%;
  padding: 50px 10px 40px;
  max-height: 100%;
  overflow: hidden;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    .subHeaderModal {
      padding: 50px 40px; } }
  .subHeaderModal .modal-header,
  .subHeaderModal .modal-footer {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .subHeaderModal .modal-header {
    border: 0;
    color: #4aae9b;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .subHeaderModal .modal-header button {
      position: absolute;
      top: 15px;
      right: 15px; }
  .subHeaderModal .modal-body {
    position: relative;
    padding: 0 20px;
    overflow-y: scroll; }
  .subHeaderModal .btn-close {
    border: none;
    font-size: 20px;
    padding: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #4aae9b;
    background: transparent; }
  .subHeaderModal .btn {
    color: white;
    background: #4aae9b;
    border: 1px solid #4aae9b;
    border-radius: 2px; }
  .subHeaderModal .modal-fade-enter,
  .subHeaderModal .modal-fade-leave-active {
    opacity: 0; }
  .subHeaderModal .modal-fade-enter-active,
  .subHeaderModal .modal-fade-leave-active {
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

#projectNotes .quill-editor-field-error {
  border-width: 0;
  border-color: transparent;
  border-style: none; }

#trackMyTimeLog {
  padding-top: 23px;
  /* Tablet Landscape min width and layout max size */ }
  @media (min-width: 992px) {
    #trackMyTimeLog {
      padding-top: 40px; } }

@media (min-width: 992px) {
  .track-my-time-log tbody td:nth-child(2) {
    width: 50px;
    max-width: 50px; }
  .track-my-time-log tbody td:nth-child(3) {
    width: 400px;
    max-width: 400px; }
    .track-my-time-log tbody td:nth-child(3) .wrap-text-data {
      width: 380px;
      max-width: 380px; }
  .track-my-time-log tbody td:nth-child(4) {
    width: 50px;
    max-width: 50px; } }

.g-reset-password {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .g-reset-password.fullVhHeight {
    height: 100vh; }
  .g-reset-password .back-image img {
    width: 100%;
    height: 100%;
    /* Tablet Landscape min width and layout max size */ }
    @media (min-width: 992px) {
      .g-reset-password .back-image img {
        position: fixed; } }
  .g-reset-password-invalid-login-error {
    display: none;
    margin-bottom: .6rem; }
  .g-reset-password-width-container {
    width: 100%; }
  .g-reset-password-width-container-author {
    position: absolute;
    top: 0; }
  .g-reset-password-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    padding-bottom: 30px;
    overflow-y: hidden;
    /* Tablet Landscape min width and layout max size */
    /* Tablet Portrait */ }
    @media (min-width: 992px) {
      .g-reset-password-container {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    @supports (-webkit-overflow-scrolling: touch) {
      .g-reset-password-container {
        overflow-y: inherit; } }
    @media (min-width: 768px) {
      .g-reset-password-container {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .g-reset-password-container-content {
      width: 100%;
      max-width: 350px;
      margin: 0 auto; }
      .g-reset-password-container-content .action-btn-area {
        text-align: center;
        text-align: -webkit-center; }
      .g-reset-password-container-content form {
        margin-top: 83px; }
    .g-reset-password-container .signInFormlogo {
      margin-bottom: 22px;
      text-align: center; }
      .g-reset-password-container .signInFormlogo img {
        width: auto; }
    .g-reset-password-container--email .label-control {
      color: #000000 !important;
      text-transform: none !important;
      text-align: left; }
    .g-reset-password-container--email .g-form-text {
      display: none !important; }
    .g-reset-password-container--password .label-control {
      color: #000000 !important;
      text-transform: none !important;
      text-align: left; }
    .g-reset-password-container--password input {
      border: none !important;
      padding-right: 60px !important; }
    .g-reset-password-container--password a {
      position: absolute;
      right: 13px;
      bottom: 11px;
      padding: 0px;
      border: 0; }
      .g-reset-password-container--password a button, .g-reset-password-container--password a span {
        cursor: pointer; }
    .g-reset-password-container--password .g-form-text {
      display: none !important; }
    .g-reset-password-container .reset-btn {
      min-height: 40px;
      width: 60%;
      margin: 0px; }
      .g-reset-password-container .reset-btn button,
      .g-reset-password-container .reset-btn a {
        margin-top: 10px;
        text-transform: none !important; }

.g-create-password-container-content {
  width: 100%;
  max-width: 350px;
  margin: 0 auto; }
