button.custom-btn-active {
  border: 0px !important;
  border-bottom: 0.1em solid #2a41e8 !important;
  color: #2a41e8 !important;
  background-color: transparent !important;
}

.custom-btn-deactive:hover {
  background-color: transparent !important;
  color: #2a41e8 !important;
  border-bottom: 3px solid #2a41e8 !important;
  /* border-bottom: #2a41e8 !important; */
}
.form-rating {
  float: left;
  width: 180px;
}
.form-rating span {
  float: right;
  position: relative;
}
.form-rating span input {
  display: none;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  opacity: 0;
}
.form-rating span::before {
  font-family: 'Material-Icons';
  content: '\e988';
  display: block;
  text-align: center;
  color: #ddd;
  font-size: 30px;
  margin-right: 2px;
}
.form-rating span:hover::before,
.form-rating span:hover ~ span::before {
  color: #f90;
}
.form-rating span.checked::before,
.form-rating span.checked ~ span::before {
  color: #f90;
}
.custom-icon {
  font-size: 22px !important;
}
.custom-icon-active {
  color: #38b653 !important;
}
.custom-textarea {
  min-height: inherit !important;
}
button.button.disabled:hover {
  box-shadow: none;
  transform: none;
  background-color: #eaeaea;
}
.portfolio-item {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin: 1rem;
  padding: 25px;
  align-items: center;
  cursor: default;
  transition: 0.3s;
  max-width: 12rem;
}
.portfolio-item:hover {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}
.custom-hide {
  display: none;
}
.custom-dialog {
  padding: 0;
  color: #666;
  max-width: 540px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  background: #fff;
  /* padding: 40px; */
  padding-top: 0;
  text-align: left;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  border-radius: 4px;
}
.custom-dialog .mfp-close {
  color: #888;
  background-color: #f8f8f8;
  border-left: 1px solid #e0e0e0;
  border-radius: 0 4px 0 0;
  top: 0;
  right: 0;
  width: 62px;
  height: 61px;
}
button.custom-red {
  background-color: #dc3139;
}
.custom-edit-buttons {
  opacity: 0;
}
.autocomplete {
  position: relative;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.custom-add-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  width: 36px;
  padding: 0;
  color: #fff;
  background-color: #2a41e8;
  border-radius: 4px;
  margin: 6px;
  font-size: 19px;
  text-align: center;
  line-height: 36px;
}
.experience-card .recommended-badge {
  background-color: #2a41e8;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 45px;
  top: -45px;
  left: 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  font-weight: 600;
  line-height: 45px;
}
.selected {
  border: solid 1px #2a41e8;
}
.custom-skills-label {
  display: inline;
}
.custom-check {
  width: 100%;
}
#project-desc-summary {
  word-wrap: break-word !important;
}
.input-validation-error {
  border: 1px solid #ff0000 !important;
  background-color: #ffeeee !important;
}
.text-red {
  color: red !important;
}
p {
  word-wrap: break-word;
}

.wojo.login-form {
  height: 34rem;
  padding: 3rem;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.btn-one {
  background: linear-gradient(95.02deg, #274b82 0%, #006bcd 100%) !important;
  border: none !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  box-shadow: none !important;
}

.btn-one:hover {
  box-shadow: 0px 2px 10px #274b82 !important;
}

.btn-two {
  background-color: transparent !important;
  border: 2px solid #006bcd !important;
  color: #006bcd !important;
  box-shadow: none !important;
  font-family: 'Roboto' !important;
  font-weight: 500 !important;
  font-size: 20px !important;
}

.btn-two:hover {
  border-color: #274b82 !important ;

  background-color: #274b82 !important;
  color: #fff !important;
}

.submit-button {
        background: #0768df;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    border-radius: 8px;
    min-width: 160px;
    font-size: 14px;
    font-weight: bold;
    gap: 10px;
    box-shadow: none;
}

.submit-button:hover {
  background-color: #065cc6;
  color: #fff !important;
}

.submit-button:active {
  background-color: #065cc6 !important;
  color: #fff !important;
}

.excel-create-button {
  background: #53a724 !important;
  color: #fff !important;
  /* font-size: 14px !important; */
  font-size: 12px !important;
  /* line-height: 19px !important; */
  line-height: 16px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-family: 'Roboto', sans-serif !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out !important;
  user-select: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  /* height: 44px !important; */
  height: 40px !important;
  border-radius: 8px !important;
  padding: 0 20px 0px 20px !important;
  border: 1px solid #53a724 !important;
  box-shadow: none !important;
  gap: 10px;
  white-space: nowrap;
}

.excel-create-button:hover {
  background-color: #449c1d !important;
  color: #fff !important;
}

.excel-create-button:active {
  background-color: #53a724 !important;
  color: #fff !important;
}

.freelancer-profile {
  margin-bottom: 10px;
}

.freelancer-avatar {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 1px solid #e8e8e8;
}

.freelancer-name {
  color: #274b82;
  font-size: 18px;
  font-weight: bold;
  line-height: 1 !important;
  margin: 0px !important;
  padding: 0px !important;
}

.freelancer-profile-link {
  color: #666;
  font-size: 12px;
  line-height: 1 !important;
  margin: 0px !important;
  padding: 0px 0px 0px 8px !important;
}

.freelancer-profile-link:hover span {
  text-decoration: underline !important;
}

.freelancer-headline {
  color: #666;
  font-size: 14px;
  line-height: 1 !important;
  margin: 0px !important;
  padding: 0px 0px 0px 8px !important;
}

.relatedUser-contact {
  color: #666;
  font-size: 11px;
  padding-left: 4px;
  line-height: 1 !important;
}

.relatedUser-registration-info {
  color: #333;
  font-size: 12px;
  line-height: 1 !important;
}

.invite-sent {
  color: #274b82;
  font-size: 12px;
  font-style: italic;
  margin-right: 6px !important;
  line-height: 1 !important;
}

.resend-button {
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer !important;
  padding: 6px 6px 6px 6px !important;
  line-height: 1 !important;
}

.invoices-button {
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer !important;
  padding: 6px 6px 6px 6px !important;
  line-height: 1 !important;
}

.assign-button {
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer !important;
  padding: 6px 6px 6px 6px !important;
  line-height: 1 !important;
}

.remove-button {
  color: #fff !important;
  font-size: 12px !important;
  cursor: pointer !important;
  padding: 6px 6px 6px 6px !important;
  line-height: 1 !important;
}

.seperator {
  width: 1px;
  overflow: hidden;
  background-color: #ccc;
  padding: 0px 0px !important;
  margin: 4px 0px !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}



@media (max-width: 1200px) {
  .agreement-box {
    padding: 1em !important;
  }

  .agreement-box h1 {
    font-size: 20px;
    margin: 0px 0px 16px;
  }

  .agreement-box h2 {
    font-size: 16px;
    margin: 0px;
  }

  .agreement-box p {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .agreement-box ol {
    padding-left: 0px;
  }

  .agreement-box ol > li:before {
    padding: 0 2px 0 2px;
    font-size: 16px;
    font-weight: 500;
    color: #404040;
  }

  .agreement-box ol > li > ol > li:before {
    padding: 0 2px 0 2px;
    font-size: 16px;
    font-weight: bold;
    color: #0e0d12;
  }

  .agreement-box ol > li > ol > li > ol > li:before {
    padding: 0 2px 0 2px;
    font-weight: bold;
    font-size: 14px;
    color: #0e0d12;
  }
}
@media (max-width: 576px) {
  .agreement-box {
    padding: 4px !important;
  }

  .agreement-box h1 {
    font-size: 16px;
    margin: 0px 0px 12px;
  }

  .agreement-box h2 {
    font-size: 14px;
    margin: 0px;
  }

  .agreement-box p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  .agreement-box ol {
    padding-left: 0px;
  }

  .agreement-box ol > li:before {
    padding: 0 2px 0 2px;
    font-size: 14px;
    font-weight: 500;
    color: #404040;
  }

  .agreement-box ol > li > ol > li:before {
    padding: 0 2px 0 2px;
    font-size: 12px;
    font-weight: bold;
    color: #0e0d12;
  }

  .agreement-box ol > li > ol > li > ol > li:before {
    padding: 0 2px 0 2px;
    font-weight: bold;
    font-size: 12px;
    color: #0e0d12;
  }
  .invoice-maintaince-wrap .maintaince-button {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }
    .invoice-maintaince-wrap .maintaince-button a{
      width: 100%;text-align: center;
    }
}

/* .page-item.active .page-link{
  background-color: transparent !important;
  border-color: transparent !important;
}

.page-link:focus{
  box-shadow: none !important;
} */

.invoice-table-wrapper thead{
  background: transparent !important;
}