@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
.c-brand {
  color: #78a23f !important; }

.c-grey {
  color: #a4aab6 !important; }

.c-dark {
  color: #2c3037 !important; }

.c-grey-second {
  color: #425466 !important; }

.c-red {
  color: #eb5757 !important; }

html {
  height: 100%;
  /*
   width: 100%;
   overflow-y: auto;*/ }
  @media screen and (max-width: 767px) {
  html {
    overflow-x: hidden; } }

body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 74px 0 0px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-family: 'Open Sans', sans-serif;
  color: #2c3037; }

.main-content-wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 1;
  overflow: hidden; }

main {
  flex-grow: 1; }

header, main, footer {
  flex-shrink: 0; }

footer {
  margin-top: auto; }

ul, ol {
  list-style: inherit; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

textarea {
  min-height: 50px; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto;
  resize: vertical; }

[type='checkbox'], [type='radio'] {
  box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.border-radius-8 {
  border-radius: 8px; }

.scroll-wrapper {
  max-height: 450px;
  overflow: auto;
  margin-right: -17px;
  padding-right: 15px !important;
  scrollbar-color: #8ebb51 #d8d8d8;
  scrollbar-width: thin; }
  .scroll-wrapper::-webkit-scrollbar {
    width: 5px;
    cursor: pointer; }
  .scroll-wrapper::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 4px; }
  .scroll-wrapper::-webkit-scrollbar-thumb {
    background: #8ebb51;
    border-radius: 4px; }

.left-side {
  width: 29%; }
  @media screen and (min-width: 992px) {
  .left-side {
    padding-right: 0; } }
  @media screen and (max-width: 991px) {
  .left-side {
    width: 100%; } }

.right-side {
  width: 71%; }
  @media screen and (max-width: 991px) {
  .right-side {
    width: 100%; } }

.w-1190 {
  max-width: 1220px;
  margin: 0 auto; }

.box-shadow {
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06); }

.border-radius-8 {
  border-radius: 8px; }

.white-border-box {
  background: #fff;
  border: 1px solid #e0edd0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 15px; }
  @media screen and (max-width: 575px) {
  .white-border-box {
    padding: 15px; } }

@media screen and (max-width: 479px) {
    .mt-xs-30 {
      margin-top: 30px !important; } }

@media screen and (max-width: 575px) {
    .mx-xs-30 {
      margin-left: -30px;
      margin-right: -30px; } }

@media screen and (max-width: 575px) {
    .mx-xs-15 {
      margin-left: -15px;
      margin-right: -15px; } }

@media screen and (max-width: 575px) {
    .text-sm-center {
      text-align: center; } }

.width-auto {
  width: auto !important; }

.m-t-32 {
  margin-top: 32px; }

.overflow-x-auto {
  overflow-x: auto; }

.nav-pills-custom {
  margin-top: 30px;
  margin-bottom: 15px; }
  .nav-pills-custom .nav-item {
    margin-bottom: 10px; }
    @media screen and (min-width: 576px) {
  .nav-pills-custom .nav-item:not(:last-child) .nav-link {
    border-right: 1px solid transparent; } }
  .nav-pills-custom .nav-link {
    border-radius: 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 23px;
    min-width: 165px;
    background: #fff;
    color: #78a23f;
    border: 1px solid #78a23f;
    outline: none; }
    .nav-pills-custom .nav-link.active {
      background: #78a23f; }
  .nav-pills-custom.nav-pills-small {
    margin-top: 0; }
    .nav-pills-custom.nav-pills-small .nav-link {
      min-width: 100px; }

.mb-35 {
  margin-bottom: 35px; }

.tooltip.show {
  opacity: 1; }
  .tooltip .tooltip-inner {
    background: #e0edd0;
    border-radius: 10px;
    padding: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #78a23f;
    text-align: left;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09); }

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #e0edd0; }

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #e0edd0; }

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #e0edd0; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #e0edd0; }

@media (min-width: 480px) and (max-width: 767px) {
    .mb-xs-0 {
      margin-bottom: 0 !important; } }

.btn {
  padding: 10px 30px;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 123.44%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none !important; }

.btn-primary {
  background: #78a23f;
  color: #fff;
  border-color: #78a23f; }
  .btn-primary:focus {
    color: #78a23f;
    background: #e0edd0;
    border-color: #70983b; }
  .btn-primary:hover {
    color: #fff;
    background: #70983b;
    border-color: #70983b; }
  .btn-primary:active {
    color: #fff;
    background: #8ebb51;
    border-color: #8ebb51; }
  .btn-primary.disable {
    pointer-events: none;
    color: #fff;
    background: #e0edd0;
    border-color: #e0edd0; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #8ebb51;
  border-color: #8ebb51; }

.btn-secondary {
  background: #fff;
  color: #78a23f;
  border-color: #78a23f; }
  .btn-secondary:focus {
    color: #78a23f;
    background: #e0edd0;
    border-color: #70983b; }
  .btn-secondary:hover {
    color: #78a23f;
    background: #e0edd0;
    border-color: #8ebb51; }
  .btn-secondary:active {
    color: #78a23f;
    background: #fff;
    border-color: #8ebb51; }
  .btn-secondary.disable {
    pointer-events: none;
    color: #e0edd0;
    background: #fff;
    border-color: #e0edd0; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #78a23f;
  background: #fff;
  border-color: #8ebb51; }

.btn-red {
  background: #fff;
  color: #eb5757;
  border-color: #eb5757; }
  .btn-red:focus {
    color: #eb5757;
    background: #ecb7b7;
    border-color: #eb5757; }
  .btn-red:hover {
    color: #eb5757;
    background: #ecb7b7;
    border-color: #eb5757; }
  .btn-red:active {
    color: #eb5757;
    background: #ecb7b7;
    border-color: #eb5757; }
  .btn-red.disable {
    pointer-events: none;
    color: #ecb7b7;
    background: #fff;
    border-color: #ecb7b7; }

.btn-small {
  font-size: 12px;
  line-height: 119.4%;
  padding: 5px 17px; }
  @media screen and (max-width: 319px) {
  .btn-small {
    padding: 5px 10px; } }

.btn-filter {
  font-size: 12px;
  line-height: 119.4%;
  padding: 6px 17px; }

.btn-big {
  padding: 10px 40px; }

.btn-disabled {
  border: 1px solid #e0edd0;
  color: #e0edd0;
  background: #fff;
  pointer-events: none; }

.btn-inactive {
  background: #78a23f;
  color: #fff;
  border-color: #78a23f; }
  .btn-inactive:focus {
    background: #78a23f;
    color: #fff;
    border-color: #78a23f; }
  .btn-inactive:hover {
    background: #78a23f;
    color: #fff;
    border-color: #78a23f; }
  .btn-inactive:active {
    background: #78a23f;
    color: #fff;
    border-color: #78a23f; }
  .btn-inactive.disable {
    background: #78a23f;
    color: #fff;
    border-color: #78a23f; }

.btn-with-notice {
  position: relative;
  margin-left: 15px; }
  @media screen and (max-width: 479px) {
  .btn-with-notice {
    margin-left: 5px; } }
  .btn-with-notice .btn-primary {
    position: relative;
    z-index: 2; }
    .btn-with-notice .btn-primary.btn-disabled {
      z-index: 0; }

.btn-pr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer; }

.btn-tooltip * {
  pointer-events: none; }

.btn-icon-group {
  display: flex; }
  .btn-icon-group .btn-icon-edit {
    border: 1px solid #a4aab6; }
  .btn-icon-group .btn-icon-delete {
    border: 1px solid rgba(247, 92, 92, 0.3); }
  .btn-icon-group .btn-icon {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding-left: 1px;
    align-items: center; }
    .btn-icon-group .btn-icon:not(:last-child) {
      margin-right: 4px; }
  .btn-icon-group .btn-icon-big {
    width: 41px;
    height: 40px;
    border-radius: 0; }
    .btn-icon-group .btn-icon-big.btn-icon-delete {
      border: 1px solid #eb5757; }

.btn-status {
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 90px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 9px;
  line-height: 150%;
  text-transform: capitalize;
  border: 1px solid; }

.btn-status-success {
  border: 1px solid #8ebb51;
  color: #8ebb51; }

.btn-status-default {
  border: 1px solid #2c3037;
  color: #2c3037; }

.btn-status-progress {
  border: 1px solid #f99746;
  color: #f99746; }

.btn-status-light {
  border: 1px solid #a4aab6;
  color: #a4aab6; }

.btn-status-blocked {
  border: 1px solid #eb5757;
  color: #eb5757; }

.btn-status-active {
  border: 1px solid #eb5757;
  color: #eb5757; }

@media screen and (max-width: 991px) {
    .btn-sm-big {
      width: 100%; } }

.btn-plus {
  padding: 12px 13px; }

.form-btns .btn:not(:last-child) {
  margin-right: 15px; }

.btn-claims {
  /*background: #FFFFFF;
   border-radius: 50%;
   width: 30px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0px 1px 14px rgba(0, 0, 0, 0.13);*/
  margin-left: 15px;
  /*border: none;
   outline: none !important;
   padding: 0;*/ }
  @media screen and (max-width: 479px) {
  .btn-claims {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px; } }

.btn-red-bg {
  background: #eb5757;
  color: #fff;
  border-color: #eb5757; }
  .btn-red-bg:focus {
    color: #eb5757;
    background: #fff;
    border-color: #eb5757; }
  .btn-red-bg:hover {
    color: #eb5757;
    background: #fff;
    border-color: #eb5757; }
  .btn-red-bg:active {
    color: #eb5757;
    background: #fff;
    border-color: #eb5757; }
  .btn-red-bg.disable {
    pointer-events: none;
    color: #ecb7b7;
    background: #fff;
    border-color: #ecb7b7; }

table .btn {
  border-radius: 90px; }

.btn-sq {
  border-radius: 0 !important; }

.btn-radius {
  border-radius: 90px; }

.form-group {
  width: 100%;
  position: relative; }
  .form-group svg {
    position: absolute;
    right: 12px;
    bottom: 17px; }

label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #a4aab6; }
  label.error {
    color: #eb5757; }

.form-control {
  width: 100%;
  border: 1px solid #a4aab6;
  height: 40px;
  padding: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 97%;
  color: #2c3037;
  border-radius: 0; }
  .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .form-control::placeholder {
    transition: 0.2s; }
  .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none; }
  .form-control[type='number'] {
    -moz-appearance: textfield; }
  .form-control:hover {
    border: 1px solid #2c3037; }
  .form-control.disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
    .form-control.disabled::-webkit-input-placeholder {
      color: #d4d5d8; }
    .form-control.disabled::-moz-placeholder {
      color: #d4d5d8; }
    .form-control.disabled:-ms-input-placeholder {
      color: #d4d5d8; }
    .form-control.disabled:-moz-placeholder {
      color: #d4d5d8; }
    .form-control.disabled::placeholder {
      color: #d4d5d8; }
    .form-control.disabled + svg path {
      fill: #d4d5d8; }
  .form-control:disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
    .form-control:disabled::-webkit-input-placeholder {
      color: #d4d5d8; }
    .form-control:disabled::-moz-placeholder {
      color: #d4d5d8; }
    .form-control:disabled:-ms-input-placeholder {
      color: #d4d5d8; }
    .form-control:disabled:-moz-placeholder {
      color: #d4d5d8; }
    .form-control:disabled::placeholder {
      color: #d4d5d8; }
    .form-control:disabled + svg path {
      fill: #d4d5d8; }
  .form-control:active {
    border: 1px solid #78a23f;
    color: #2c3037; }
    .form-control:active::-webkit-input-placeholder {
      color: #2c3037; }
    .form-control:active::-moz-placeholder {
      color: #2c3037; }
    .form-control:active:-ms-input-placeholder {
      color: #2c3037; }
    .form-control:active:-moz-placeholder {
      color: #2c3037; }
    .form-control:active::placeholder {
      color: #2c3037; }
    .form-control:active + svg path {
      fill: #78a23f; }
  .form-control.active {
    border: 1px solid #78a23f;
    color: #2c3037; }
    .form-control.active::-webkit-input-placeholder {
      color: #2c3037; }
    .form-control.active::-moz-placeholder {
      color: #2c3037; }
    .form-control.active:-ms-input-placeholder {
      color: #2c3037; }
    .form-control.active:-moz-placeholder {
      color: #2c3037; }
    .form-control.active::placeholder {
      color: #2c3037; }
    .form-control.active + svg path {
      fill: #78a23f; }
  .form-control:focus {
    border: 1px solid #78a23f;
    color: #2c3037;
    box-shadow: none; }
    .form-control:focus::-webkit-input-placeholder {
      color: #2c3037; }
    .form-control:focus::-moz-placeholder {
      color: #2c3037; }
    .form-control:focus:-ms-input-placeholder {
      color: #2c3037; }
    .form-control:focus:-moz-placeholder {
      color: #2c3037; }
    .form-control:focus::placeholder {
      color: #2c3037; }
    .form-control:focus + svg path {
      fill: #78a23f; }
  .form-control.is-invalid {
    border-color: #eb5757 !important;
    background-image: url('/images/invalid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 30px !important; }
    .form-control.is-invalid:focus {
      box-shadow: none; }
  .form-control.is-valid {
    border-color: #78a23f !important;
    background-image: url('/images/valid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 30px !important; }
    .form-control.is-valid:focus {
      box-shadow: none; }
    .form-control.is-valid + svg {
      display: none; }
  .form-control:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: inherit !important; }
  .form-control.green-border {
    border: 1px solid #8ebb51 !important; }

.inline-form-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  .inline-form-group.with-border {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(188, 208, 229, 0.496913); }
    @media screen and (max-width: 479px) {
  .inline-form-group.with-border {
    border-bottom: none;
    padding-bottom: 0; } }
    .inline-form-group.with-border:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 17px; }
  .inline-form-group .invalid-tooltip {
    bottom: -33px;
    text-align: center;
    margin: auto; }
  @media screen and (max-width: 479px) {
  .inline-form-group {
    flex-wrap: wrap; } }
  .inline-form-group .form-group {
    width: 48%;
    margin-bottom: 0; }
    @media screen and (max-width: 479px) {
  .inline-form-group .form-group {
    width: 100%;
    margin-bottom: 17px; }
    .inline-form-group .form-group:last-child {
      margin-bottom: 0; } }
  .inline-form-group .form-group-2 {
    width: 31%;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 479px) {
  .inline-form-group .form-group-2 {
    width: 100%;
    margin-bottom: 17px !important; }
    .inline-form-group .form-group-2:last-child {
      margin-bottom: 0 !important; } }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group-mb {
      margin-bottom: 0 !important; } }
  .inline-form-group .form-group-3 {
    width: 23%;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 479px) {
  .inline-form-group .form-group-3 {
    width: 100%;
    margin-bottom: 17px !important; }
    .inline-form-group .form-group-3:last-child {
      margin-bottom: 0 !important; } }
  .inline-form-group .form-group-4 {
    width: 65%;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 479px) {
  .inline-form-group .form-group-4 {
    width: 100%;
    margin-bottom: 17px !important; }
    .inline-form-group .form-group-4:last-child {
      margin-bottom: 0 !important; } }
  .inline-form-group .form-group-5 {
    width: 85%; }
    @media screen and (max-width: 1199px) {
  .inline-form-group .form-group-5 {
    width: 78%; } }
    @media screen and (max-width: 991px) {
  .inline-form-group .form-group-5 {
    width: 100%; } }
  .inline-form-group .form-group-6 {
    width: 13%; }
    @media screen and (max-width: 1199px) {
  .inline-form-group .form-group-6 {
    width: 20%; } }
    @media screen and (max-width: 991px) {
  .inline-form-group .form-group-6 {
    width: 100%; } }

.input-group {
  position: relative; }
  .input-group .input-group-text {
    padding: 0 10px 0 0;
    color: #2c3037;
    background-color: transparent;
    border: none;
    border-right: 1px solid #2c3037;
    border-radius: 0;
    position: absolute;
    top: 8px;
    left: 12px;
    height: 24px;
    z-index: 100;
    pointer-events: none; }
  .input-group .form-control {
    padding-left: 43px; }

.form-control-date {
  background-color: #fff !important; }
  .form-control-date::-webkit-input-placeholder {
    line-height: 100%; }
  .form-control-date:-ms-input-placeholder {
    line-height: 100%; }
  .form-control-date::placeholder {
    line-height: 100%; }
  .form-control-date::-moz-placeholder {
    line-height: 150%; }
  .form-control-date:-moz-placeholder {
    line-height: 150%; }

.select-wrapper {
  position: relative;
  min-height: 40px; }
  .select-wrapper .dropdown {
    min-height: 40px; }
  .select-wrapper .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5; }
    .select-wrapper .dropdown-toggle:after {
      border-top: 5px solid;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent; }
  .select-wrapper .dropdown-item:active {
    background-color: #78a23f; }
    .select-wrapper .dropdown-item.active {
      background-color: #78a23f; }
  .select-wrapper .dropdown-menu {
    overflow: auto;
    max-height: 350px;
    width: 100%;
    scrollbar-color: #8ebb51 #d8d8d8;
    scrollbar-width: thin; }
    .select-wrapper .dropdown-menu::-webkit-scrollbar {
      width: 5px;
      cursor: pointer; }
    .select-wrapper .dropdown-menu::-webkit-scrollbar-track {
      background: #d8d8d8;
      border-radius: 4px; }
    .select-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
      background: #8ebb51;
      border-radius: 4px; }
  .select-wrapper .btn {
    width: 100%;
    justify-content: space-between;
    text-align: left;
    border: 1px solid #a4aab6;
    height: 40px;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    border-radius: 0; }
    .select-wrapper .btn:hover {
      border: 1px solid #2c3037; }
    .select-wrapper .btn.disabled {
      background: #fbfbfb;
      border: 1px solid #a4aab6;
      color: #d4d5d8; }
      .select-wrapper .btn.disabled::-webkit-input-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn.disabled::-moz-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn.disabled:-ms-input-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn.disabled:-moz-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn.disabled::placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn.disabled + svg path {
        fill: #d4d5d8; }
    .select-wrapper .btn:disabled {
      background: #fbfbfb;
      border: 1px solid #a4aab6;
      color: #d4d5d8; }
      .select-wrapper .btn:disabled::-webkit-input-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn:disabled::-moz-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn:disabled:-ms-input-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn:disabled:-moz-placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn:disabled::placeholder {
        color: #d4d5d8; }
      .select-wrapper .btn:disabled + svg path {
        fill: #d4d5d8; }
    .select-wrapper .btn:active {
      border: 1px solid #78a23f;
      color: #2c3037; }
      .select-wrapper .btn:active::-webkit-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:active::-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:active:-ms-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:active:-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:active::placeholder {
        color: #2c3037; }
      .select-wrapper .btn:active + svg path {
        fill: #78a23f; }
    .select-wrapper .btn.active {
      border: 1px solid #78a23f;
      color: #2c3037; }
      .select-wrapper .btn.active::-webkit-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn.active::-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn.active:-ms-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn.active:-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn.active::placeholder {
        color: #2c3037; }
      .select-wrapper .btn.active + svg path {
        fill: #78a23f; }
    .select-wrapper .btn:focus {
      border: 1px solid #78a23f;
      color: #2c3037;
      box-shadow: none; }
      .select-wrapper .btn:focus::-webkit-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:focus::-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:focus:-ms-input-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:focus:-moz-placeholder {
        color: #2c3037; }
      .select-wrapper .btn:focus::placeholder {
        color: #2c3037; }
      .select-wrapper .btn:focus + svg path {
        fill: #78a23f; }
    .select-wrapper .btn.is-invalid {
      border-color: #eb5757;
      background-image: url('/images/invalid.png'); }
      .select-wrapper .btn.is-invalid:focus {
        box-shadow: none; }
    .select-wrapper .btn.is-valid {
      border-color: #78a23f;
      background-image: url('/images/valid.png'); }
      .select-wrapper .btn.is-valid:focus {
        box-shadow: none; }
      .select-wrapper .btn.is-valid + svg {
        display: none; }
    .select-wrapper .btn:-internal-autofill-selected {
      background-color: transparent !important;
      background-image: inherit !important; }
    .select-wrapper .btn.green-border {
      border: 1px solid #8ebb51 !important; }

textarea.form-control {
  min-height: 80px;
  line-height: 22px !important; }

select {
  padding: 8px 12px; }
  select.is-valid {
    color: #78a23f !important; }
  select:active {
    color: #78a23f !important; }
  select.active {
    color: #78a23f !important; }
  select:focus {
    color: #78a23f !important; }
  select.form-control {
    padding: 0 12px;
    line-height: 120%; }

.selected-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%; }
  .selected-items span {
    background: #eff6e7;
    border-radius: 4px;
    padding: 5px 30px 5px 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 13px;
    color: #78a23f;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
    position: relative; }
    .selected-items span:after {
      content: '';
      width: 12px;
      height: 12px;
      position: absolute;
      top: auto;
      right: 8px;
      background: url('/images/small-close.svg') no-repeat center;
      cursor: pointer; }

.invalid-tooltip {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  top: auto;
  line-height: 150%;
  color: #fff;
  background: #eb5757;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
  border-radius: 0.9rem;
  padding: 6px 18px;
  margin-top: 3px;
  z-index: 555; }
  .invalid-tooltip.top-100 {
    top: 100%; }
  .invalid-tooltip.top-100-15 {
    top: calc(100% - 15px); }
  .invalid-tooltip.top-1 {
    top: -100%; }

.invalid-tooltip-custom {
  font-size: 12px;
  padding: 7px;
  max-width: 220px;
  width: 220px; }

.filter-sidebar .invalid-tooltip {
  position: relative;
  border-radius: 0.6rem;
  padding: 5px 5px; }

.noty_bar {
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  padding: 15px 45px;
  z-index: 5;
  /*&:after {
   content: '';
   position: absolute;
   top: auto;
   right: 30px;
   width: 14px;
   height: 14px;
   background: url('/images/close.png') no-repeat center;
   }*/ }
  .noty_bar:before {
    content: '';
    position: absolute;
    top: auto;
    left: 15px;
    width: 20px;
    height: 20px; }

.noty_type__alert {
  background: #f9fff2 !important;
  border: 1px solid #1d1d1d !important;
  color: #1d1d1d !important; }
  .noty_type__alert:before {
    background: url('/images/noty/alert.svg') no-repeat center; }

.noty_type__success {
  background: #f9fff2 !important;
  border: 1px solid #78a23f !important;
  color: #78a23f !important; }
  .noty_type__success:before {
    background: url('/images/noty/success.svg') no-repeat center; }

.noty_type__warning {
  background: #f9fff2 !important;
  border: 1px solid #ffae42 !important;
  color: #ffae42 !important; }
  .noty_type__warning:before {
    background: url('/images/noty/warning.svg') no-repeat center; }

.noty_type__error {
  background: #f9fff2 !important;
  border: 1px solid #eb5757 !important;
  color: #eb5757 !important; }
  .noty_type__error:before {
    background: url('/images/noty/error.svg') no-repeat center; }

.noty_type__info {
  background: #f9fff2 !important;
  border: 1px solid #7f7eff !important;
  color: #7f7eff !important; }
  .noty_type__info:before {
    background: url('/images/noty/info.svg') no-repeat center; }

.noty_bar .noty_body {
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 123.44%; }

.upload-documents {
  width: 100%;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6e7;
  border-radius: 12px;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2378A23FFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); }
  .upload-documents label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    cursor: pointer;
    width: 100%;
    height: 100%; }
    .upload-documents label i {
      margin-right: 10px;
      position: relative;
      bottom: auto;
      right: auto; }

.document-link-green .btn-outline-secondary {
  border: 1px solid #78a23f; }
  .document-link-green .btn-outline-secondary:active, .document-link-green .btn-outline-secondary:hover {
    background: transparent; }
  .document-link-green .form-control {
    border: 1px solid #78a23f; }
  .document-link-green .form-control::placeholder {
    color: #78a23f; }
  .document-link-white .btn-outline-secondary {
    border: 1px solid #fff; }
  .document-link-white .form-control {
    border: 1px solid #fff; }
  .document-link-white .form-control::placeholder {
    color: #fff; }
  .document-link .btn-outline-secondary {
    padding: 10px;
    border-right: none; }
  .document-link .btn-outline-secondary:active, .document-link .btn-outline-secondary:hover {
    background: transparent; }
  .document-link .form-control {
    padding: 5px 23px 6px 5px;
    border-left: none;
    height: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px; }
  .document-link .form-control:disabled {
    background: transparent; }
/* Remove red border in mozilla firefox */
:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.form-check {
  padding-left: 2.25rem;
  max-width: 300px; }

.form-check-input {
  margin-top: 5px; }

table .form-check-input {
  width: 14px;
  height: 14px; }

.all-project-list .form-check-input {
  width: 14px;
  height: 14px; }

.form-check-input:checked {
  background-color: #78a23f;
  border-color: #78a23f; }

.form-check-input[type='checkbox'] {
  border-radius: 0; }

.form-check-input:focus {
  border-color: #c3de9d;
  box-shadow: 0 0 0 0.25rem rgba(120, 162, 63, 0.25); }

.form-check-label a {
  display: inline-block; }

.forms-info {
  /* checkbox */ }
  .forms-info input[type='checkbox']:checked, .forms-info input[type='checkbox']:not(:checked), .forms-info input[type='radio']:checked, .forms-info input[type='radio']:not(:checked) {
    position: absolute;
    left: -9999px; }
  .forms-info input[type='checkbox']:checked + label, .forms-info input[type='checkbox']:not(:checked) + label, .forms-info input[type='radio']:checked + label, .forms-info input[type='radio']:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 24px;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: normal;
    font-size: 16px; }
  .forms-info input[type='checkbox']:not(:checked) + label, .forms-info input[type='radio']:not(:checked) + label {
    color: #a4aab6; }
  .forms-info input[type='checkbox']:checked + label, .forms-info input[type='radio']:checked + label {
    color: #2c3037; }
  .forms-info input[type='checkbox']:checked + label:before, .forms-info input[type='checkbox']:not(:checked) + label:before, .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px; }
  .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    top: 2px; }
  .forms-info input[type='checkbox']:checked + label:before, .forms-info input[type='checkbox']:not(:checked) + label:before {
    top: 3px; }
  .forms-info input[type='radio']:checked + label:before {
    border: 2px solid #2c3037; }
  .forms-info input[type='checkbox']:checked + label:before {
    border: 1px solid #2c3037; }
  .forms-info input[type='checkbox']:not(:checked) + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    border: 1px solid #d4d9dd; }
  .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    border-radius: 100%; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='checkbox']:not(:checked) + label:after, .forms-info input[type='radio']:checked + label:after, .forms-info input[type='radio']:not(:checked) + label:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='checkbox']:not(:checked) + label:after {
    left: 4px;
    top: 8px;
    width: 11px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid #2c3037;
    border-bottom: 2px solid #2c3037;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .forms-info input[type='radio']:checked + label:after, .forms-info input[type='radio']:not(:checked) + label:after, .forms-info input[type='radio'] + label:not(:checked):after {
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #2c3037; }
  .forms-info input[type='checkbox']:not(:checked) + label:after, .forms-info input[type='radio']:not(:checked) + label:after {
    opacity: 0; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='radio']:checked + label:after {
    opacity: 1; }
  .forms-info input[type='radio'] + label.btn:after, .forms-info input[type='radio'] + label.btn:before {
    display: none; }

.form-check {
  padding-left: 0; }
  .form-check label {
    margin-left: 0 !important; }
  .form-check.form-check-brand input[type='checkbox']:checked + label, .form-check.form-check-brand input[type='radio']:checked + label {
    color: #78a23f; }
  .form-check.form-check-brand input[type='checkbox']:checked + label:before {
    border: 1px solid #78a23f; }
  .form-check.form-check-brand input[type='checkbox']:checked + label:after {
    border-color: #78a23f; }

.auth-form .form-check {
  padding-left: 1.5em; }

.btn-check-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px; }
  .btn-check-group:nth-child(3) {
    margin-bottom: 12px; }
  .btn-check-group .btn-group-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #a4aab6;
    max-width: 205px; }
  .btn-check-group .btn-group-title.checked {
    color: #2c3037; }
  .btn-check-group .btn {
    padding: 5px 27px;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 14px !important; }
  .btn-check-group .btn-outline-primary {
    border-color: #78a23f;
    color: #78a23f !important; }
  .btn-check-group .btn-check:active + .btn-outline-primary, .btn-check-group .btn-check:checked + .btn-outline-primary, .btn-check-group .btn-outline-primary.active, .btn-check-group .btn-outline-primary:hover, .btn-check-group .btn-outline-primary.dropdown-toggle.show, .btn-check-group .btn-outline-primary:active {
    color: #fff !important;
    background-color: #78a23f;
    border-color: #78a23f; }
  .btn-check-group label {
    margin-bottom: 0 !important; }

.settings-card-form .add-card-btn {
  margin-top: 15px; }

.custom-checkbox {
  position: relative; }

.flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
  display: inline-flex; }

.alert {
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border: none; }
  .alert span {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }
  .alert-warning {
    color: #f90;
    background: #fff5e1; }

.dropdown-wth-search .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left; }
  .dropdown-wth-search .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .dropdown-wth-search .dropdown-toggle:active {
    color: #78a23f !important; }
  .dropdown-wth-search .dropdown-menu {
    min-width: 100%;
    padding: 8px 12px;
    border-radius: 0; }
  .dropdown-wth-search .dropdown-menu ul {
    padding: 0;
    margin: 0; }
  .dropdown-wth-search .dropdown-menu ul .dropdown-item {
    font-weight: normal;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 2px; }
    .dropdown-wth-search .dropdown-menu ul .dropdown-item:hover {
      color: #78a23f;
      background-color: transparent; }
    .dropdown-wth-search .dropdown-menu ul .dropdown-item:active {
      background-color: #78a23f; }
      .dropdown-wth-search .dropdown-menu ul .dropdown-item:active:hover {
        color: #fff; }

.form-control:disabled, .form-control[readonly] {
  background-color: #fff; }

.card-wrapper .form-control.is-valid {
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }
  .card-wrapper .btn-primary {
    padding: 10px;
    min-width: 135px; }

.inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px !important; }
  .inline-flex .label-wrapper {
    width: calc(100% - 123px); }
  .inline-flex .label-wrapper label {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2c3037; }
  .inline-flex .label-wrapper label span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-top: 6px; }
    .inline-flex .label-wrapper label span b {
      font-weight: 600;
      margin: 0 3px 0 0; }
    .inline-flex .label-wrapper label span a {
      margin: 0 3px;
      color: #78a23f; }
  .inline-flex input {
    width: 90px;
    margin-left: 10px; }
  .inline-flex .input-group {
    width: 123px; }
  .inline-flex .input-group input {
    width: 113px;
    margin-left: 10px; }
  .inline-flex .input-group .input-group-text {
    padding: 0 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #a4aab6;
    border-right: none;
    top: 12px;
    right: 8px;
    height: 16px; }

.form-group {
  width: 100%;
  position: relative; }
  .form-group svg {
    position: absolute;
    right: 12px;
    bottom: 17px; }

label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #a4aab6; }
  label.error {
    color: #eb5757; }

.form-control {
  width: 100%;
  border: 1px solid #a4aab6;
  height: 40px;
  padding: 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 97%;
  color: #2c3037;
  border-radius: 0; }
  .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .form-control::placeholder {
    transition: 0.2s; }
  .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none; }
  .form-control[type='number'] {
    -moz-appearance: textfield; }
  .form-control:hover {
    border: 1px solid #2c3037; }
  .form-control.disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
  .form-control.disabled::-webkit-input-placeholder {
    color: #d4d5d8; }
  .form-control.disabled::-moz-placeholder {
    color: #d4d5d8; }
  .form-control.disabled:-ms-input-placeholder {
    color: #d4d5d8; }
  .form-control.disabled:-moz-placeholder {
    color: #d4d5d8; }
  .form-control.disabled::placeholder {
    color: #d4d5d8; }
  .form-control.disabled + svg path {
    fill: #d4d5d8; }
  .form-control:disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
  .form-control:disabled::-webkit-input-placeholder {
    color: #d4d5d8; }
  .form-control:disabled::-moz-placeholder {
    color: #d4d5d8; }
  .form-control:disabled:-ms-input-placeholder {
    color: #d4d5d8; }
  .form-control:disabled:-moz-placeholder {
    color: #d4d5d8; }
  .form-control:disabled::placeholder {
    color: #d4d5d8; }
  .form-control:disabled + svg path {
    fill: #d4d5d8; }
  .form-control:active {
    border: 1px solid #78a23f;
    color: #2c3037; }
  .form-control:active::-webkit-input-placeholder {
    color: #2c3037; }
  .form-control:active::-moz-placeholder {
    color: #2c3037; }
  .form-control:active:-ms-input-placeholder {
    color: #2c3037; }
  .form-control:active:-moz-placeholder {
    color: #2c3037; }
  .form-control:active::placeholder {
    color: #2c3037; }
  .form-control:active + svg path {
    fill: #78a23f; }
  .form-control.active {
    border: 1px solid #78a23f;
    color: #2c3037; }
  .form-control.active::-webkit-input-placeholder {
    color: #2c3037; }
  .form-control.active::-moz-placeholder {
    color: #2c3037; }
  .form-control.active:-ms-input-placeholder {
    color: #2c3037; }
  .form-control.active:-moz-placeholder {
    color: #2c3037; }
  .form-control.active::placeholder {
    color: #2c3037; }
  .form-control.active + svg path {
    fill: #78a23f; }
  .form-control:focus {
    border: 1px solid #78a23f;
    color: #2c3037;
    box-shadow: none; }
  .form-control:focus::-webkit-input-placeholder {
    color: #2c3037; }
  .form-control:focus::-moz-placeholder {
    color: #2c3037; }
  .form-control:focus:-ms-input-placeholder {
    color: #2c3037; }
  .form-control:focus:-moz-placeholder {
    color: #2c3037; }
  .form-control:focus::placeholder {
    color: #2c3037; }
  .form-control:focus + svg path {
    fill: #78a23f; }
  .form-control.is-invalid {
    border-color: #eb5757 !important;
    background-image: url('/images/invalid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
  .form-control.is-invalid:focus {
    box-shadow: none; }
  .form-control.is-valid {
    border-color: #78a23f !important;
    background-image: url('/images/valid.png');
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
  .form-control.is-valid:focus {
    box-shadow: none; }
  .form-control.is-valid + svg {
    display: none; }
  .form-control:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: inherit !important; }
  .form-control.green-border {
    border: 1px solid #8ebb51 !important; }

.inline-form-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative; }
  .inline-form-group.with-border {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(188, 208, 229, 0.496913); }
  @media screen and (max-width: 479px) {
    .inline-form-group.with-border {
      border-bottom: none;
      padding-bottom: 0; } }
  .inline-form-group.with-border:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 17px; }
  .inline-form-group .invalid-tooltip {
    bottom: -33px;
    text-align: center;
    margin: auto; }
  @media screen and (max-width: 479px) {
  .inline-form-group {
    flex-wrap: wrap; } }
  .inline-form-group .form-group {
    width: 48%;
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group {
      width: 100%;
      margin-bottom: 17px; }
      .inline-form-group .form-group:last-child {
        margin-bottom: 0; } }
  .inline-form-group .form-group-2 {
    width: 31%;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group-2 {
      width: 100%;
      margin-bottom: 17px !important; }
      .inline-form-group .form-group-2:last-child {
        margin-bottom: 0 !important; } }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group-mb {
      margin-bottom: 0 !important; } }
  .inline-form-group .form-group-3 {
    width: 23%;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group-3 {
      width: 100%;
      margin-bottom: 17px !important; }
      .inline-form-group .form-group-3:last-child {
        margin-bottom: 0 !important; } }
  .inline-form-group .form-group-4 {
    width: 65%;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 479px) {
    .inline-form-group .form-group-4 {
      width: 100%;
      margin-bottom: 17px !important; }
      .inline-form-group .form-group-4:last-child {
        margin-bottom: 0 !important; } }
  .inline-form-group .form-group-5 {
    width: 85%; }
  @media screen and (max-width: 1199px) {
    .inline-form-group .form-group-5 {
      width: 78%; } }
  @media screen and (max-width: 991px) {
    .inline-form-group .form-group-5 {
      width: 100%; } }
  .inline-form-group .form-group-6 {
    width: 13%; }
  @media screen and (max-width: 1199px) {
    .inline-form-group .form-group-6 {
      width: 20%; } }
  @media screen and (max-width: 991px) {
    .inline-form-group .form-group-6 {
      width: 100%; } }

.input-group {
  position: relative; }
  .input-group .input-group-text {
    padding: 0 10px 0 0;
    color: #2c3037;
    background-color: transparent;
    border: none;
    border-right: 1px solid #2c3037;
    border-radius: 0;
    position: absolute;
    top: 8px;
    left: 12px;
    height: 24px;
    z-index: 100;
    pointer-events: none; }
  .input-group .form-control {
    padding-left: 43px; }

.form-control-date {
  background-color: #fff !important; }
  .form-control-date::-webkit-input-placeholder {
    line-height: 100%; }
  .form-control-date:-ms-input-placeholder {
    line-height: 100%; }
  .form-control-date::placeholder {
    line-height: 100%; }
  .form-control-date::-moz-placeholder {
    line-height: 150%; }
  .form-control-date:-moz-placeholder {
    line-height: 150%; }

.select-wrapper {
  position: relative;
  min-height: 40px; }
  .select-wrapper .dropdown {
    min-height: 40px; }
  .select-wrapper .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5; }
  .select-wrapper .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .select-wrapper .dropdown-item:active {
    background-color: #78a23f; }
  .select-wrapper .dropdown-item.active {
    background-color: #78a23f; }
  .select-wrapper .dropdown-menu {
    overflow: auto;
    max-height: 350px;
    width: 100%;
    scrollbar-color: #8ebb51 #d8d8d8;
    scrollbar-width: thin; }
  .select-wrapper .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    cursor: pointer; }
  .select-wrapper .dropdown-menu::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 4px; }
  .select-wrapper .dropdown-menu::-webkit-scrollbar-thumb {
    background: #8ebb51;
    border-radius: 4px; }
  .select-wrapper .btn {
    width: 100%;
    justify-content: space-between;
    text-align: left;
    border: 1px solid #a4aab6;
    height: 40px;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    border-radius: 0; }
  .select-wrapper .btn:hover {
    border: 1px solid #2c3037; }
  .select-wrapper .btn.disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
  .select-wrapper .btn.disabled::-webkit-input-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn.disabled::-moz-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn.disabled:-ms-input-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn.disabled:-moz-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn.disabled::placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn.disabled + svg path {
    fill: #d4d5d8; }
  .select-wrapper .btn:disabled {
    background: #fbfbfb;
    border: 1px solid #a4aab6;
    color: #d4d5d8; }
  .select-wrapper .btn:disabled::-webkit-input-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn:disabled::-moz-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn:disabled:-ms-input-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn:disabled:-moz-placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn:disabled::placeholder {
    color: #d4d5d8; }
  .select-wrapper .btn:disabled + svg path {
    fill: #d4d5d8; }
  .select-wrapper .btn:active {
    border: 1px solid #78a23f;
    color: #2c3037; }
  .select-wrapper .btn:active::-webkit-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:active::-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:active:-ms-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:active:-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:active::placeholder {
    color: #2c3037; }
  .select-wrapper .btn:active + svg path {
    fill: #78a23f; }
  .select-wrapper .btn.active {
    border: 1px solid #78a23f;
    color: #2c3037; }
  .select-wrapper .btn.active::-webkit-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn.active::-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn.active:-ms-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn.active:-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn.active::placeholder {
    color: #2c3037; }
  .select-wrapper .btn.active + svg path {
    fill: #78a23f; }
  .select-wrapper .btn:focus {
    border: 1px solid #78a23f;
    color: #2c3037;
    box-shadow: none; }
  .select-wrapper .btn:focus::-webkit-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:focus::-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:focus:-ms-input-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:focus:-moz-placeholder {
    color: #2c3037; }
  .select-wrapper .btn:focus::placeholder {
    color: #2c3037; }
  .select-wrapper .btn:focus + svg path {
    fill: #78a23f; }
  .select-wrapper .btn.is-invalid {
    border-color: #eb5757;
    background-image: url('/images/invalid.png'); }
  .select-wrapper .btn.is-invalid:focus {
    box-shadow: none; }
  .select-wrapper .btn.is-valid {
    border-color: #78a23f;
    background-image: url('/images/valid.png'); }
  .select-wrapper .btn.is-valid:focus {
    box-shadow: none; }
  .select-wrapper .btn.is-valid + svg {
    display: none; }
  .select-wrapper .btn:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: inherit !important; }
  .select-wrapper .btn.green-border {
    border: 1px solid #8ebb51 !important; }

textarea.form-control {
  min-height: 80px; }

select {
  padding: 8px 12px; }
  select.is-valid {
    color: #78a23f !important; }
  select:active {
    color: #78a23f !important; }
  select.active {
    color: #78a23f !important; }
  select:focus {
    color: #78a23f !important; }
  select.form-control {
    padding: 0 12px;
    line-height: 120%; }

.selected-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
  width: 100%; }
  .selected-items span {
    background: #eff6e7;
    border-radius: 4px;
    padding: 5px 30px 5px 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 13px;
    color: #78a23f;
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
    position: relative; }
  .selected-items span:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: auto;
    right: 8px;
    background: url('/images/small-close.svg') no-repeat center;
    cursor: pointer; }

.invalid-tooltip {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  top: auto;
  line-height: 150%;
  color: #fff;
  background: #eb5757;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
  border-radius: 0.9rem;
  padding: 6px 18px;
  margin-top: 3px;
  z-index: 555; }
  .invalid-tooltip.top-100 {
    top: 100%; }
  .invalid-tooltip.top-100-15 {
    top: calc(100% - 15px); }
  .invalid-tooltip.top-1 {
    top: -100%; }

.invalid-tooltip-custom {
  font-size: 12px;
  padding: 7px;
  max-width: 220px;
  width: 220px; }

.filter-sidebar .invalid-tooltip {
  position: relative;
  border-radius: 0.6rem;
  padding: 5px 5px; }

.noty_bar {
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  padding: 15px 45px;
  z-index: 5;
  /*&:after {
   content: '';
   position: absolute;
   top: auto;
   right: 30px;
   width: 14px;
   height: 14px;
   background: url('/images/close.png') no-repeat center;
   }*/ }
  .noty_bar:before {
    content: '';
    position: absolute;
    top: auto;
    left: 15px;
    width: 20px;
    height: 20px; }

.noty_type__alert {
  background: #f9fff2 !important;
  border: 1px solid #1d1d1d !important;
  color: #1d1d1d !important; }
  .noty_type__alert:before {
    background: url('/images/noty/alert.svg') no-repeat center; }

.noty_type__success {
  background: #f9fff2 !important;
  border: 1px solid #78a23f !important;
  color: #78a23f !important; }
  .noty_type__success:before {
    background: url('/images/noty/success.svg') no-repeat center; }

.noty_type__warning {
  background: #f9fff2 !important;
  border: 1px solid #ffae42 !important;
  color: #ffae42 !important; }
  .noty_type__warning:before {
    background: url('/images/noty/warning.svg') no-repeat center; }

.noty_type__error {
  background: #f9fff2 !important;
  border: 1px solid #eb5757 !important;
  color: #eb5757 !important; }
  .noty_type__error:before {
    background: url('/images/noty/error.svg') no-repeat center; }

.noty_type__info {
  background: #f9fff2 !important;
  border: 1px solid #7f7eff !important;
  color: #7f7eff !important; }
  .noty_type__info:before {
    background: url('/images/noty/info.svg') no-repeat center; }

.noty_bar .noty_body {
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 123.44%; }

.upload-documents {
  width: 100%;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6e7;
  border-radius: 12px;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%2378A23FFF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e"); }
  .upload-documents label {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    cursor: pointer;
    width: 100%;
    height: 100%; }
  .upload-documents label i {
    margin-right: 10px;
    position: relative;
    bottom: auto;
    right: auto; }

.document-link-green .btn-outline-secondary {
  border: 1px solid #78a23f; }
  .document-link-green .btn-outline-secondary:active, .document-link-green .btn-outline-secondary:hover {
    background: transparent; }
  .document-link-green .form-control {
    border: 1px solid #78a23f; }
  .document-link-green .form-control::placeholder {
    color: #78a23f; }
  .document-link-white .btn-outline-secondary {
    border: 1px solid #fff; }
  .document-link-white .form-control {
    border: 1px solid #fff; }
  .document-link-white .form-control::placeholder {
    color: #fff; }
  .document-link .btn-outline-secondary {
    padding: 10px;
    border-right: none; }
  .document-link .btn-outline-secondary:active, .document-link .btn-outline-secondary:hover {
    background: transparent; }
  .document-link .form-control {
    padding: 5px 23px 6px 5px;
    border-left: none;
    height: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px; }
  .document-link .form-control:disabled {
    background: transparent; }
/* Remove red border in mozilla firefox */
:invalid {
  box-shadow: none; }

:-moz-submit-invalid {
  box-shadow: none; }

:-moz-ui-invalid {
  box-shadow: none; }

.form-check {
  padding-left: 2.25rem;
  max-width: 300px; }

.form-check-input {
  margin-top: 5px; }

table .form-check-input {
  width: 14px;
  height: 14px; }

.all-project-list .form-check-input {
  width: 14px;
  height: 14px; }

.form-check-input:checked {
  background-color: #78a23f;
  border-color: #78a23f; }

.form-check-input[type='checkbox'] {
  border-radius: 0; }

.form-check-input:focus {
  border-color: #c3de9d;
  box-shadow: 0 0 0 0.25rem rgba(120, 162, 63, 0.25); }

.form-check-label a {
  display: inline-block; }

.forms-info {
  /* checkbox */ }
  .forms-info input[type='checkbox']:checked, .forms-info input[type='checkbox']:not(:checked), .forms-info input[type='radio']:checked, .forms-info input[type='radio']:not(:checked) {
    position: absolute;
    left: -9999px; }
  .forms-info input[type='checkbox']:checked + label, .forms-info input[type='checkbox']:not(:checked) + label, .forms-info input[type='radio']:checked + label, .forms-info input[type='radio']:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 24px;
    cursor: pointer;
    font-family: Open Sans;
    font-weight: normal;
    font-size: 16px; }
  .forms-info input[type='checkbox']:not(:checked) + label, .forms-info input[type='radio']:not(:checked) + label {
    color: #a4aab6; }
  .forms-info input[type='checkbox']:checked + label, .forms-info input[type='radio']:checked + label {
    color: #2c3037; }
  .forms-info input[type='checkbox']:checked + label:before, .forms-info input[type='checkbox']:not(:checked) + label:before, .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 3px; }
  .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    top: 2px; }
  .forms-info input[type='checkbox']:checked + label:before, .forms-info input[type='checkbox']:not(:checked) + label:before {
    top: 3px; }
  .forms-info input[type='radio']:checked + label:before {
    border: 2px solid #2c3037; }
  .forms-info input[type='checkbox']:checked + label:before {
    border: 1px solid #2c3037; }
  .forms-info input[type='checkbox']:not(:checked) + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    border: 1px solid #d4d9dd; }
  .forms-info input[type='radio']:checked + label:before, .forms-info input[type='radio']:not(:checked) + label:before {
    border-radius: 100%; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='checkbox']:not(:checked) + label:after, .forms-info input[type='radio']:checked + label:after, .forms-info input[type='radio']:not(:checked) + label:after {
    content: '';
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='checkbox']:not(:checked) + label:after {
    left: 4px;
    top: 8px;
    width: 11px;
    height: 6px;
    border-radius: 1px;
    border-left: 2px solid #2c3037;
    border-bottom: 2px solid #2c3037;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .forms-info input[type='radio']:checked + label:after, .forms-info input[type='radio']:not(:checked) + label:after, .forms-info input[type='radio'] + label:not(:checked):after {
    left: 6px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #2c3037; }
  .forms-info input[type='checkbox']:not(:checked) + label:after, .forms-info input[type='radio']:not(:checked) + label:after {
    opacity: 0; }
  .forms-info input[type='checkbox']:checked + label:after, .forms-info input[type='radio']:checked + label:after {
    opacity: 1; }
  .forms-info input[type='radio'] + label.btn:after, .forms-info input[type='radio'] + label.btn:before {
    display: none; }

.form-check {
  padding-left: 0; }
  .form-check label {
    margin-left: 0 !important; }
  .form-check.form-check-brand input[type='checkbox']:checked + label, .form-check.form-check-brand input[type='radio']:checked + label {
    color: #78a23f; }
  .form-check.form-check-brand input[type='checkbox']:checked + label:before {
    border: 1px solid #78a23f; }
  .form-check.form-check-brand input[type='checkbox']:checked + label:after {
    border-color: #78a23f; }

.auth-form .form-check {
  padding-left: 1.5em; }

.btn-check-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px; }
  .btn-check-group:nth-child(3) {
    margin-bottom: 12px; }
  .btn-check-group .btn-group-title {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #a4aab6;
    max-width: 205px; }
  .btn-check-group .btn-group-title.checked {
    color: #2c3037; }
  .btn-check-group .btn {
    padding: 5px 27px;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 14px !important; }
  .btn-check-group .btn-outline-primary {
    border-color: #78a23f;
    color: #78a23f !important; }
  .btn-check-group .btn-check:active + .btn-outline-primary, .btn-check-group .btn-check:checked + .btn-outline-primary, .btn-check-group .btn-outline-primary.active, .btn-check-group .btn-outline-primary:hover, .btn-check-group .btn-outline-primary.dropdown-toggle.show, .btn-check-group .btn-outline-primary:active {
    color: #fff !important;
    background-color: #78a23f;
    border-color: #78a23f; }
  .btn-check-group label {
    margin-bottom: 0 !important; }

.settings-card-form .add-card-btn {
  margin-top: 15px; }

.custom-checkbox {
  position: relative; }

.flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
  display: inline-flex; }

.alert {
  font-size: 16px;
  line-height: 26px;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border: none; }
  .alert span {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px; }
  .alert-warning {
    color: #f90;
    background: #fff5e1; }

.dropdown-wth-search .dropdown-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left; }
  .dropdown-wth-search .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .dropdown-wth-search .dropdown-toggle:active {
    color: #78a23f !important; }
  .dropdown-wth-search .dropdown-menu {
    min-width: 100%;
    padding: 8px 12px;
    border-radius: 0; }
  .dropdown-wth-search .dropdown-menu ul {
    padding: 0;
    margin: 0; }
  .dropdown-wth-search .dropdown-menu ul .dropdown-item {
    font-weight: normal;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 2px; }
    .dropdown-wth-search .dropdown-menu ul .dropdown-item:hover {
      color: #78a23f;
      background-color: transparent; }
    .dropdown-wth-search .dropdown-menu ul .dropdown-item:active {
      background-color: #78a23f; }
      .dropdown-wth-search .dropdown-menu ul .dropdown-item:active:hover {
        color: #fff; }

.form-control:disabled, .form-control[readonly] {
  background-color: #fff; }

.card-wrapper .form-control.is-valid {
  background-position: 99% center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }
  .card-wrapper .btn-primary {
    padding: 10px;
    min-width: 135px; }

.inline-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 25px !important; }
  .inline-flex .label-wrapper {
    width: calc(100% - 123px); }
  .inline-flex .label-wrapper label {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2c3037; }
  .inline-flex .label-wrapper label span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    margin-top: 6px; }
    @media screen and (max-width: 700px) {
      .inline-flex .label-wrapper label span {
        font-size: 10px; } }
    .inline-flex .label-wrapper label span b {
      font-weight: 600;
      margin: 0 3px 0 0; }
    .inline-flex .label-wrapper label span a {
      margin: 0 3px;
      color: #78a23f; }
  @media screen and (max-width: 480px) {
    .inline-flex .label-wrapper-2 {
      width: calc(100% - 50px); }
      .inline-flex .label-wrapper-2 label span {
        flex-wrap: wrap; } }
  .inline-flex input {
    width: 90px;
    margin-left: 10px; }
  .inline-flex .input-group {
    width: 123px; }
  .inline-flex .input-group .input-group-text {
    padding: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #a4aab6;
    border-right: none;
    top: 12px;
    right: 8px;
    left: auto;
    height: 16px; }
  .inline-flex .input-group input {
    width: 113px;
    margin-left: 10px;
    padding-left: 12px !important; }
  .inline-flex .input-group input.is-valid {
    padding-left: 39px !important; }
    .inline-flex .input-group input.is-valid + .input-group-text {
      right: 31px;
      background: #fff;
      padding-left: 3px;
      height: calc(100% - 2px);
      top: 1px; }
  .inline-flex .input-group input.is-invalid {
    padding-left: 39px !important; }
    .inline-flex .input-group input.is-invalid + .input-group-text {
      right: 31px;
      background: #fff;
      padding-left: 3px;
      height: calc(100% - 2px);
      top: 1px; }
  .inline-flex .input {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 90px;
    margin-left: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037; }
  @media screen and (max-width: 480px) {
    .inline-flex .input {
      width: 50px; } }
  .inline-flex .input span {
    margin-left: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #a4aab6; }

#account-security-form .inline-form-group .invalid-tooltip {
  bottom: auto;
  margin-top: 3px; }

.form-switch {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
  .form-switch .form-check-label {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2c3037;
    cursor: pointer; }
  .form-switch .form-check-input {
    width: 48px;
    height: 28px;
    margin: 0;
    margin-left: 0;
    background-position: -2px 50%;
    border-radius: 16px;
    float: none;
    background-size: 31px 31px;
    cursor: pointer;
    background-color: #f0f5f7;
    border-color: #f0f5f7;
    box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.09);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch .form-check-input:focus {
    background-color: #f0f5f7;
    border-color: #f0f5f7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-switch .form-check-input:checked {
    background-color: #70983b;
    border: 1px solid #8ebb51; }
  .form-switch .form-check-input:checked:focus {
    background-color: #70983b;
    border: 1px solid #8ebb51;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.icon-actions {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/images/sprites/icons-claim-action.svg'); }

.icon-eye {
  width: 11px;
  height: 8px;
  background-position: 0 0; }

.icon-remove {
  width: 10px;
  height: 12px;
  background-position: -104px 0; }

.icon-list {
  width: 12px;
  height: 12px;
  background-position: -156px 0; }

.icon-close {
  width: 10px;
  height: 11px;
  background-position: -208px 0; }

.icon-add-notes {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/images/sprites/icons-add-note.svg'); }

.icon-noty {
  width: 7px;
  height: 17px;
  background-position: 0 0; }

.icon-delete {
  width: 11px;
  height: 13px;
  background-position: -52px 0; }

.icon-delete-big {
  width: 12px;
  height: 14px;
  background-position: -52px 0; }

.icon-edit {
  width: 10px;
  height: 10px;
  background-position: -104px 0; }

.icon-eye-green {
  width: 11px;
  height: 11px;
  background-position: -156px 0;
  vertical-align: middle; }

.icon-plus {
  width: 13px;
  height: 13px;
  background-position: -260px 0; }

.icon-widgets {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/images/sprites/icons-widget.svg'); }

.icon-check-round {
  width: 20px;
  height: 20px;
  background-position: 0 0; }

.icon-eye-grey {
  width: 10px;
  height: 7px;
  background-position: -52px 0; }

.icon-list-pdf {
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-position: -156px 0; }

.icon-time {
  width: 32px;
  height: 32px;
  background-position: -208px 0; }

.icon-time-grey {
  width: 20px;
  height: 20px;
  background-position: -260px 0; }

.icon-upload {
  width: 24px;
  height: 24px;
  background-position: -312px 0; }

.icon-icon-link-white {
  width: 14px;
  height: 7px;
  background-position: -364px 0; }

.icon-link-icon {
  width: 14px;
  height: 7px;
  background-position: -468px 0; }

.icon-file_download {
  width: 13px;
  height: 13px;
  background-position: -500px 0; }

.icon-profile {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url('/images/sprites/icons-profile-page.svg'); }

.icon-location {
  width: 35px;
  height: 35px;
  background-position: 0 0; }

.icon-arrow-long-r {
  width: 16px;
  height: 8px;
  margin-bottom: 2px;
  background-position: -52px 0; }

.icon-link-button {
  width: 15px;
  height: 15px;
  background-position: -156px 0;
  margin-right: 2px; }

.icon-list-i {
  width: 20px;
  height: 20px;
  background-position: -208px 0; }

.icon-reward {
  width: 35px;
  height: 26px;
  background-position: -260px 0; }

.icon-star-empty {
  width: 23px;
  height: 23px;
  background-position: -312px 0; }

.icon-star-fill {
  width: 23px;
  height: 23px;
  background-position: -364px 0; }

h1, .h1 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px; }

.h1-big {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 64px;
  word-break: break-all; }

h2 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px; }
  @media screen and (max-width: 575px) {
  h2 {
    font-size: 20px;
    line-height: 24px; } }

.h2 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 38px; }
  @media screen and (max-width: 575px) {
  .h2 {
    font-size: 24px;
    line-height: 28px; } }

h3, .h3 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }
  @media screen and (max-width: 575px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 19px; } }

h4, .h4 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px; }

h5, .h5 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 123.44%; }

h6, .h6 {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px; }

p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%; }

.weight-normal {
  font-weight: normal; }

.title-small {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin: 0 32px 20px; }

.title-sm {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 0; }

.text-additional {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%; }

.text-additional-light {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px; }

a {
  color: #78a23f;
  text-decoration: none; }
  a:hover {
    color: #8ebb51; }

.brand-link {
  color: #8ebb51;
  text-decoration: none; }
  .brand-link:hover {
    color: #78a23f; }

.back-link {
  margin-bottom: 13px;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  font-family: Rubik;
  display: flex;
  align-items: center; }
  .back-link img {
    vertical-align: baseline;
    margin-right: 20px; }

.title-with-line {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }
  .title-with-line span {
    white-space: nowrap; }
  .title-with-line:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }

.text-semibold {
  font-weight: 600; }

.header-wrapper {
  width: 100%;
  padding: 17px 40px;
  background: #fff;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 74px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
  .header-wrapper {
    padding: 20px 15px; } }
  .header-wrapper .header-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header-wrapper .header-container .logo-block {
    width: 13%; }
  @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .logo-block {
        width: 15%; } }
  @media screen and (max-width: 991px) {
      .header-wrapper .header-container .logo-block {
        width: 100%;
        padding-left: 16px;
        display: flex;
        align-items: center; }
        .header-wrapper .header-container .logo-block img {
          max-width: 120px; } }
  @media screen and (max-width: 400px) {
      .header-wrapper .header-container .logo-block {
        padding-left: 10px; } }
  @media screen and (max-width: 319px) {
      .header-wrapper .header-container .logo-block {
        padding-left: 5px; } }
  .header-wrapper .header-container .logo-block img {
    max-width: 120px;
    height: auto; }
    @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .logo-block img {
        max-width: 100px; } }
    @media screen and (max-width: 400px) {
      .header-wrapper .header-container .logo-block img {
        padding-right: 10px; } }
  .header-wrapper .header-container .logo-block .custom-logo-link {
    display: inline-flex;
    align-items: center; }
  .header-wrapper .header-container .search-block {
    width: 15%; }
  @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .search-block {
        width: 10%; } }
  .header-wrapper .header-container .search-block .bootstrap-select {
    width: auto; }
  .header-wrapper .header-container .search-block .dropdown-toggle {
    padding: 6px 7px 6px 10px;
    width: auto;
    border: 1px solid rgba(164, 170, 182, 0.2);
    border-radius: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #a4aab6;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #fff; }
    .header-wrapper .header-container .search-block .dropdown-toggle:after {
      margin-left: 5px; }
    .header-wrapper .header-container .search-block .dropdown-toggle:active {
      border: 1px solid #78a23f;
      color: #78a23f; }
      .header-wrapper .header-container .search-block .dropdown-toggle:active:focus {
        border: 1px solid #78a23f;
        color: #78a23f; }
    .header-wrapper .header-container .search-block .dropdown-toggle:hover {
      border: 1px solid #2c3037;
      color: #2c3037; }
  .header-wrapper .header-container .search-block .dropdown-menu {
    padding: 10px;
    margin: -1px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #a4aab6;
    border: 1px solid #a4aab6;
    border-radius: 0; }
    .header-wrapper .header-container .search-block .dropdown-menu .dropdown-menu {
      border: none;
      padding: 0; }
    .header-wrapper .header-container .search-block .dropdown-menu li {
      width: 100%; }
      .header-wrapper .header-container .search-block .dropdown-menu li a {
        width: 100%;
        padding: 8px 0;
        border-bottom: 1px solid #a4aab6;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 150%;
        color: #a4aab6;
        outline: none !important; }
        .header-wrapper .header-container .search-block .dropdown-menu li a:hover {
          color: #78a23f;
          background: #fff; }
      .header-wrapper .header-container .search-block .dropdown-menu li.active a {
        background: #fff;
        color: #2c3037; }
      .header-wrapper .header-container .search-block .dropdown-menu li:last-child a {
        padding: 8px 0 0;
        border-bottom: none; }
  .header-wrapper .header-container .search-block .form-control {
    padding: 6px 10px 6px 20px;
    border: 1px solid rgba(164, 170, 182, 0.2);
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #a4aab6;
    height: 30px; }
    .header-wrapper .header-container .search-block .form-control::placeholder {
      transition: 0.2s; }
    .header-wrapper .header-container .search-block .form-control::-webkit-input-placeholder {
      color: #a4aab6; }
    .header-wrapper .header-container .search-block .form-control::-moz-placeholder {
      color: #a4aab6; }
    .header-wrapper .header-container .search-block .form-control:-ms-input-placeholder {
      color: #a4aab6; }
    .header-wrapper .header-container .search-block .form-control:-moz-placeholder {
      color: #a4aab6; }
  .header-wrapper .header-container .search-block .input-group {
    display: flex;
    align-items: center; }
  .header-wrapper .header-container .search-block svg {
    position: absolute;
    top: auto;
    right: 10px; }
  .header-wrapper .header-container .navmenu {
    width: 59%;
    padding-right: 55px; }
  @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .navmenu {
        width: 55%;
        padding-right: 0; } }
  .header-wrapper .header-container .profile-menu {
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .profile-menu {
        width: 20%; } }
  .header-wrapper .header-container .profile-menu a:last-child {
    margin-left: 10px; }
    .header-wrapper .header-container .profile-menu a:focus {
      color: #fff;
      background: #78a23f;
      border-color: #70983b; }
    .header-wrapper .header-container .profile-menu a:hover {
      color: #fff;
      background: #70983b;
      border-color: #70983b; }
    .header-wrapper .header-container .profile-menu a:active {
      color: #fff;
      background: #8ebb51;
      border-color: #8ebb51; }
  .header-wrapper .header-container .register-menu {
    display: flex;
    align-items: center;
    width: 13%;
    justify-content: flex-end; }
  @media screen and (max-width: 1199px) {
      .header-wrapper .header-container .register-menu {
        width: 20%; } }
  .header-wrapper .header-container .register-menu a {
    margin-right: 25px; }
    .header-wrapper .header-container .register-menu a:last-child {
      margin-right: 0; }
  .header-wrapper .header-container .register-menu .chat-icon {
    position: relative; }
    .header-wrapper .header-container .register-menu .chat-icon:before {
      position: absolute;
      content: '';
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #eb5757;
      border: 1px solid #fff;
      top: -4px;
      right: -4px; }
  .header-wrapper .header-container .register-menu .dropdown-item:active {
    color: #fff;
    background-color: #78a23f; }
  .header-wrapper .header-container .register-menu .profile-icon {
    display: flex;
    align-items: center;
    margin-right: 0; }
    .header-wrapper .header-container .register-menu .profile-icon:after {
      display: none; }
    .header-wrapper .header-container .register-menu .profile-icon .user-img-wrapper {
      width: 40px;
      height: 40px;
      margin-right: 12px;
      border-radius: 5px;
      background-size: cover;
      background-position: center; }
    .header-wrapper .header-container .register-menu .profile-icon img {
      width: 40px;
      height: 40px;
      object-fit: cover;
      object-position: center;
      border-radius: 5px; }
  @media screen and (max-width: 499px) {
        .header-wrapper .header-container .register-menu .push-dropdown {
          position: static; } }
    .header-wrapper .header-container .register-menu .push-dropdown .push-icon {
      position: relative; }
      .header-wrapper .header-container .register-menu .push-dropdown .push-icon:before {
        position: absolute;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #eb5757;
        border: 1px solid #fff;
        top: -4px;
        right: -4px; }
      .header-wrapper .header-container .register-menu .push-dropdown .push-icon svg path {
        transition: all 0.25s ease-in-out; }
      .header-wrapper .header-container .register-menu .push-dropdown .push-icon.show svg path {
        fill: #78a23f; }
    .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu {
      min-width: 100%;
      max-height: calc(100vh - 50px);
      height: auto;
      padding: 10px;
      font-size: 14px;
      overflow-y: auto;
      overflow-x: hidden; }
      @media screen and (min-width: 500px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu {
        min-width: 440px;
        max-height: calc(100vh - 60px); } }
      @media screen and (min-width: 600px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu {
        min-width: 540px;
        max-height: calc(100vh - 100px); } }
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu h4 {
        margin: 10px 0 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #a4aab6; }
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu .brand-link {
        position: absolute;
        top: auto;
        right: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 180%;
        opacity: 0.5;
        transition: all 0.25s ease-in-out;
        text-decoration: none; }
        .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu .brand-link:hover {
          text-decoration: underline;
          opacity: 1; }
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul {
        padding: 0;
        margin: 0; }
        .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul p {
          font-style: normal;
          font-weight: 600;
          font-size: 14px;
          line-height: 150%;
          color: #a4aab6;
          text-transform: uppercase;
          margin-top: 15px; }
        .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li {
          display: flex;
          align-items: center;
          width: 100%;
          padding: 10px 10px 10px 0;
          position: relative;
          border-radius: 3px;
          cursor: pointer;
          transition: all 0.2s ease-in-out; }
          @media screen and (max-width: 767px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li {
        padding: 7px 7px 7px 0; } }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .notif-mark {
            position: absolute;
            top: 14px;
            right: 10px;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-color: #e0edd0;
            border: 4px solid #e0edd0;
            opacity: 0;
            line-height: 1;
            transition: all 0.2s ease-in-out; }
            @media screen and (max-width: 767px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .notif-mark {
        right: 5px; } }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark {
            position: absolute;
            top: 14px;
            right: 32px;
            width: 18px;
            height: 18px;
            opacity: 0;
            line-height: 1;
            transition: all 0.2s ease-in-out;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media screen and (max-width: 767px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark {
        right: 27px; } }
            .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark svg {
              width: 16px;
              height: 16px; }
              .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark svg path {
                transition: all 0.2s ease-in-out; }
            .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark:hover {
              background-color: #e0edd0; }
              .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .close-notif-mark:hover svg path {
                fill: #78a23f; }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li.new-notification .notif-mark {
            background-color: #78a23f;
            opacity: 1; }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li:hover {
            background-color: #eff6e7; }
            .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li:hover .notif-mark {
              opacity: 1; }
            .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li:hover .close-notif-mark {
              opacity: 1; }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li img {
            width: 30px;
            height: 30px;
            object-fit: cover;
            object-position: center;
            margin-right: 15px; }
          .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .push-text {
            width: calc(100% - 45px);
            display: flex;
            flex-direction: column; }
            @media screen and (max-width: 767px) {
      .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .push-text {
        padding-right: 40px; } }
            .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .push-text span {
              font-style: normal;
              font-weight: normal;
              font-size: 12px;
              line-height: 150%;
              padding-right: 20px; }
              .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .push-text span a {
                color: #78a23f;
                margin: 0;
                transition: all 0.25s ease-in-out; }
                .header-wrapper .header-container .register-menu .push-dropdown .dropdown-menu ul li .push-text span a:hover {
                  text-decoration: underline !important; }
    .header-wrapper .header-container .register-menu .push-dropdown .notice-empty .notice-img-wrapper {
      position: relative;
      text-align: center; }
      .header-wrapper .header-container .register-menu .push-dropdown .notice-empty .notice-img-wrapper img:first-child {
        position: relative;
        top: 0;
        right: -20px;
        z-index: 2; }
        .header-wrapper .header-container .register-menu .push-dropdown .notice-empty .notice-img-wrapper img:last-child {
          position: relative;
          top: -50px;
          z-index: 1; }
  @media screen and (max-width: 767px) {
      .header-wrapper .header-container .register-menu a {
        margin-right: 15px; }
        .header-wrapper .header-container .register-menu a:last-child {
          margin-right: 0; }
      .header-wrapper .header-container .register-menu .profile-icon .user-img-wrapper {
        margin-right: 6px;
        width: 32px;
        height: 32px; }
        .header-wrapper .header-container .register-menu .profile-icon img {
          margin-right: 6px;
          width: 32px;
          height: 32px; } }

.admin-bar .header-wrapper {
  top: 32px; }
  @media screen and (max-width: 991px) {
    .admin-bar .header-wrapper {
      top: 46px; } }

.admin-bar.home .header-wrapper {
  top: 0; }
  @media screen and (max-width: 991px) {
      .admin-bar.home .header-wrapper {
        top: 0; } }

.header-home {
  background: transparent;
  position: absolute; }
  .header-home .header-container {
    align-items: flex-start; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: none !important; }

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

.btn-light.focus, .btn-light:focus {
  box-shadow: none !important; }

.admin-page .header-wrapper .header-container .search-block {
  width: 0%; }
  .admin-page .header-wrapper .header-container .navmenu {
    width: 74%; }
  @media screen and (min-width: 1500px) {
      .admin-page .header-wrapper .header-container {
        max-width: 100%; } }
  @media (min-width: 1199px) {
      .admin-page .header-wrapper .header-container .menu li a {
        padding: 0 10px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
      .admin-page .header-wrapper .header-container .menu {
        justify-content: center; } }

@media (max-width: 991px) {
  .header-wrapper .header-container .navmenu {
    width: 100%;
    text-align: center; }
    .header-wrapper .header-container .navmenu .logo-block {
      width: 100%;
      padding: 0;
      margin-bottom: 60px;
      justify-content: center; }
    .header-wrapper .header-container .navmenu .search-block {
      width: 100%; }
    .header-wrapper .header-container .navmenu .profile-menu {
      width: 100%;
      justify-content: center; }
    .header-wrapper .header-container .register-menu {
      width: 100%; } }

.toggle-button {
  position: relative;
  width: 18px;
  height: 12px;
  top: auto;
  left: 0;
  transition: 0.25s;
  z-index: 15; }
  .toggle-button:hover {
    cursor: pointer; }
  .toggle-button .menu-bar {
    width: 18px;
    height: 2px;
    background: #78a23f;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 3px; }
  .toggle-button .menu-bar-bottom {
    margin-bottom: 0; }

.button-open {
  width: 14px;
  height: 14px;
  right: 15px;
  left: auto;
  position: fixed;
  top: auto; }
  .button-open .menu-bar {
    width: 14px;
    background: #1d1d1d; }
  .button-open .menu-bar-top {
    transform: rotate(45deg) translate(1px, 2px);
    transition: 0.5s; }
  .button-open .menu-bar-middle {
    transform: translate(230px);
    transition: 0.1s ease-in;
    opacity: 0; }
  .button-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(5px, -6px);
    transition: 0.5s; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  .menu li a {
    text-align: center;
    padding: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #a4aab6;
    text-decoration: none;
    transition: all 0.25s ease;
    margin-bottom: 24px;
    display: block; }
  .menu li a:hover {
    color: #78a23f; }
  .menu li.current-menu-item a {
    color: #78a23f; }
  .menu li:last-child a {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .menu {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center; }
    .menu li a {
      text-align: center;
      padding: 0 7px;
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 16px;
      color: #a4aab6;
      text-decoration: none;
      margin-bottom: 0; }

  .toggle-button {
    display: none; } }

@media (min-width: 1199px) {
  .menu li a {
    padding: 0 13px; } }

@media (max-width: 991px) {
  .menu-wrap {
    background: #fff url('/images/menu.png') no-repeat top right;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    left: -100%;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.25s;
    z-index: 10;
    padding: 25px 35px; }

  .menu-show {
    left: 0; }

  .menu-sidebar {
    margin: 50px 0;
    position: relative; } }

@media screen and (max-width: 991px) {
      .admin-bar .menu-wrap {
        top: 46px; } }

.breadcrumbs-wrapper {
  background-color: #e0edd0;
  margin-bottom: 15px;
  padding: 0 40px;
  width: 100%; }
  @media screen and (max-width: 991px) {
  .breadcrumbs-wrapper {
    padding: 0 15px; } }
  .breadcrumbs-wrapper .container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0; }
  .breadcrumbs-wrapper ul {
    padding: 10px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 10px; }
  .breadcrumbs-wrapper ul li {
    list-style: none; }
  .breadcrumbs-wrapper ul li a {
    text-decoration: none; }
  .breadcrumbs-wrapper ul li:not(:last-child)::after {
    content: '/';
    color: #70983b;
    margin: 0 10px; }
  .breadcrumbs-wrapper img {
    margin-top: -3px; }

.admin-page .footer-wrapper {
  padding: 17px 40px; }
  @media screen and (max-width: 991px) {
    .admin-page .footer-wrapper {
      padding: 20px 15px; } }
  @media screen and (min-width: 1200px) {
    .admin-page .footer-wrapper .container {
      max-width: 100%; } }

.footer-wrapper {
  background: #fff; }
  .footer-wrapper .all-widgets {
    width: 100%;
    padding: 35px 0 15px;
    border-top: 1px solid rgba(188, 208, 229, 0.496913);
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .footer-wrapper .all-widgets {
      padding: 45px 15px 20px; } }
  .footer-wrapper .all-widgets .footer-logo-block {
    margin: 0 0 30px; }
  .footer-wrapper .all-widgets .footer-logo-block a img {
    max-width: 138px; }
  @media screen and (max-width: 991px) {
      .footer-wrapper .all-widgets .widget {
        margin-bottom: 40px; } }
  .footer-wrapper .all-widgets .widget h4 {
    padding-top: 15px;
    margin-bottom: 20px; }
  .footer-wrapper .all-widgets .widget ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
    align-items: flex-start; }
    .footer-wrapper .all-widgets .widget ul li {
      padding: 0;
      margin: 0; }
      .footer-wrapper .all-widgets .widget ul li a {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 230%;
        color: #2c3037;
        text-decoration: none;
        padding: 0;
        margin: 0;
        display: block; }
  .footer-wrapper .all-widgets .copyright-block {
    padding-left: 15px; }
  @media screen and (max-width: 991px) {
      .footer-wrapper .all-widgets .copyright-block {
        padding-left: 0;
        text-align: center; }
        .footer-wrapper .all-widgets .copyright-block .widget {
          margin-bottom: 0; } }
  .footer-wrapper .all-widgets .copyright-block p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #a4aab6; }

.footer-provider .footer-banner {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 20px 16px 25px;
  background: rgba(239, 246, 231, 0.2);
  border: 1px solid #78a23f; }
  @media screen and (max-width: 767px) {
    .footer-provider .footer-banner {
      padding: 15px; } }
  @media screen and (max-width: 575px) {
    .footer-provider .footer-banner {
      flex-wrap: wrap; } }
  .footer-provider .footer-banner .footer-banner-text {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 991px) {
      .footer-provider .footer-banner .footer-banner-text {
        width: 70%; } }
  @media screen and (max-width: 767px) {
      .footer-provider .footer-banner .footer-banner-text {
        width: 60%; } }
  @media screen and (max-width: 575px) {
      .footer-provider .footer-banner .footer-banner-text {
        width: 100%;
        margin-bottom: 20px; } }
  .footer-provider .footer-banner .footer-banner-text img {
    width: 57px;
    height: auto;
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .footer-provider .footer-banner .footer-banner-text img {
        margin-right: 15px; } }
  .footer-provider .footer-banner .footer-banner-text h4 {
    color: #78a23f;
    margin: 0; }
    @media screen and (max-width: 320px) {
      .footer-provider .footer-banner .footer-banner-text h4 {
        font-size: 16px; } }
  @media screen and (max-width: 575px) {
      .footer-provider .footer-banner .btn {
        width: 100%; } }

@media screen and (max-width: 991px) {
  #custom_html-2 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #custom_html-2 h4 {
      margin: 0;
      padding: 0; }
    #custom_html-2 ul {
      flex-direction: row;
      justify-content: flex-end; }
      #custom_html-2 ul li {
        margin-left: 25px; }
        #custom_html-2 ul li:first-child {
          margin-left: 0; } }

.modal-open .header-wrapper {
  padding-right: 57px !important; }
/*.modal.show {
 padding-right: 0 !important;
 }*/
.modal-header .btn-close:focus {
  box-shadow: none; }

.modal-theme .modal-content .modal-header {
  border-bottom: 1px solid #a4aab6;
  padding: 16px 25px 16px 30px; }
  .modal-theme .modal-content .modal-body {
    padding: 9px 25px 18px; }
  .modal-theme .modal-content .modal-body label {
    margin-bottom: 10px; }
  .modal-theme .modal-content .modal-body select {
    cursor: pointer; }
  .modal-theme .modal-content .modal-body .form-control {
    border: 1px solid #2c3037; }
    .modal-theme .modal-content .modal-body .form-control::placeholder {
      color: #2c3037; }
  .modal-theme .modal-content .modal-body .cards-icons-wrapper {
    padding-left: 45px; }
    .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper {
      position: relative;
      margin-bottom: 14px;
      /*&:not(:last-child) {
       &:after {
       content: '';
       width: 1px;
       height: calc(100% - 15px);
       border: 1px solid #c4c4c4;
       background-color: #c4c4c4;
       position: absolute;
       left: -30px;
       top: 31px;
       z-index: 0;
       }
       }*/ }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper .card-icon {
        margin-right: 14px;
        background: #fff;
        border: 1px solid rgba(120, 162, 63, 0.4);
        box-sizing: border-box;
        border-radius: 999px;
        width: 31px;
        height: 31px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -45px;
        top: 0;
        z-index: 1; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper:before {
        content: '';
        width: 1px;
        height: 5px;
        border: 1px solid #c4c4c4;
        background-color: #c4c4c4;
        position: absolute;
        left: -30px;
        top: 0;
        z-index: 0; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper:after {
        content: '';
        width: 1px;
        height: 100%;
        border: 1px solid #c4c4c4;
        background-color: #c4c4c4;
        position: absolute;
        left: -30px;
        top: 36px;
        z-index: 0; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper.first-card-wrapper:after {
        display: none; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper.first-card-wrapper:before {
        display: none; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper:nth-child(1) {
        margin-bottom: 20px; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper:nth-child(1) .card-icon {
        bottom: auto;
        top: 37px; }
        @media screen and (max-width: 991px) {
        .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-wrapper:nth-child(1) .card-icon {
          top: 65px; } }
    .modal-theme .modal-content .modal-body .cards-icons-wrapper .all-card-wrapper form .card-wrapper .card-icon {
      bottom: auto !important;
      top: 5px !important; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .all-card-wrapper form:nth-child(2) .card-wrapper:before {
        height: 50px;
        top: -45px; }
        @media screen and (max-width: 991px) {
            .modal-theme .modal-content .modal-body .cards-icons-wrapper .all-card-wrapper form:nth-child(2) .card-wrapper:before {
              height: 80px;
              top: -75px; } }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .all-card-wrapper form:last-child .card-wrapper:after {
        display: none; }
    .modal-theme .modal-content .modal-body .cards-icons-wrapper .pr-all-card-wrapper form:nth-child(2) .card-wrapper:before {
      display: none; }
    .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item {
      background: #fff;
      border: 1px solid #e0edd0;
      box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
      padding: 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      @media screen and (max-width: 499px) {
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item {
        flex-direction: column;
        text-align: center; } }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .img-wrapper {
        border-radius: 5px;
        width: 41px;
        height: 41px;
        margin-right: 14px;
        background-size: cover; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper {
        width: calc(100% - 115px); }
      @media screen and (max-width: 499px) {
        .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper {
          width: 100%;
          margin: 10px 0; } }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper .content-title {
        color: #2c3037;
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 4px; }
        .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper .content-title span {
          font-size: 12px;
          color: #a4aab6;
          margin-left: 7px; }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper .content-info {
        color: #a4aab6;
        font-size: 14px;
        line-height: 150%; }
        @media screen and (max-width: 319px) {
          .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper .content-info .btn-status {
            padding: 1px 10px; } }
      .modal-theme .modal-content .modal-body .cards-icons-wrapper .card-item .content-wrapper .days-to-pay {
        font-weight: 700; }
  .modal-theme .modal-content .modal-body .more-notes {
    margin-top: 20px;
    display: block; }
  @media screen and (max-width: 991px) {
        .modal-theme .modal-content .modal-body .inline-form-group {
          flex-direction: column; } }
    @media screen and (max-width: 991px) {
        .modal-theme .modal-content .modal-body .inline-form-group .form-group {
          width: 100%;
          margin-bottom: 15px; } }
  .modal-theme .modal-content .modal-footer {
    margin: 0 30px;
    padding: 16px 0 30px; }

#dispute-modal {
  z-index: 1071; }

.modal .project-manager {
  width: 100%;
  overflow-x: hidden;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 575px) {
    .modal .project-manager {
      flex-wrap: wrap;
      margin-bottom: 18px; } }
  .modal .project-manager img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    border-radius: 6px; }
  .modal .project-manager .project-manager-name {
    margin-right: 20px; }
  .modal .project-manager .project-manager-name h5 {
    color: #2c3037;
    margin: 0; }
  .modal .project-manager .project-manager-name p {
    margin: 0;
    color: #a4aab6; }
  .modal .project-manager .rating-block {
    display: flex;
    align-items: stretch; }
  @media screen and (max-width: 575px) {
      .modal .project-manager .rating-block {
        width: 100%;
        margin-top: 10px; } }
  .modal .project-manager .rating-block .star {
    cursor: pointer;
    width: 34px;
    height: 34px;
    display: block;
    margin-right: 7px;
    background: url(/images/star.svg) no-repeat center; }
    .modal .project-manager .rating-block .star.active-star {
      background: url(/images/star-active.svg) no-repeat center; }
  @media screen and (max-width: 359px) {
    .modal .modal-btn {
      flex-wrap: wrap; } }
  .modal .modal-btn .btn {
    margin-right: 15px; }
  @media screen and (max-width: 359px) {
      .modal .modal-btn .btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 8px; } }
  .modal .modal-btn .btn:last-child {
    margin-right: 0; }
    @media screen and (max-width: 359px) {
      .modal .modal-btn .btn:last-child {
        margin-bottom: 0; } }
  .modal .project-main-info .project-char-list {
    width: 100% !important; }

#reviewModal {
  z-index: 1071; }

#reviewContent {
  z-index: 1071; }

.projectInfo-modal .modal-body {
  padding: 0 !important; }
  .projectInfo-modal .project-main-info {
    margin-bottom: 0 !important; }
  .projectInfo-modal .project-main-info .project-char-list li span span {
    margin-right: 8px; }
    @media screen and (max-width: 479px) {
        .projectInfo-modal .project-main-info .project-char-list li span {
          width: auto;
          flex-wrap: wrap;
          justify-content: flex-end;
          text-align: right; } }
    @media screen and (max-width: 479px) {
        .projectInfo-modal .project-main-info .project-char-list li p {
          width: auto; } }
    @media screen and (max-width: 479px) {
          .projectInfo-modal .project-main-info .project-char-list li:last-child span {
            text-align: left;
            word-break: break-word; } }
  .projectInfo-modal .project-information {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .projectInfo-modal .project-information p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #a4aab6; }

.terms-modal .project-main-info {
  box-shadow: none;
  padding-right: 30px !important;
  padding: 25px 30px 0 25px !important;
  margin-bottom: 0; }
  @media screen and (max-width: 575px) {
    .terms-modal .project-main-info {
      padding: 25px 10px 0 10px !important; } }
  .terms-modal .modal-content .btn-close {
    right: 25px !important; }
  @media screen and (max-width: 575px) {
      .terms-modal .modal-content .btn-close {
        right: 10px !important; } }

.nacha-modal .modal-body {
  padding: 0 !important; }
  .nacha-modal .project-main-info {
    margin-bottom: 0;
    padding: 45px 25px; }
  .nacha-modal .project-main-info .project-title {
    justify-content: center; }
  .nacha-modal .project-main-info .project-title h4 {
    text-align: center; }
  .nacha-modal .project-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .nacha-modal .project-btns a {
    margin: 0 10px; }
  @media screen and (max-width: 575px) {
      .nacha-modal .project-btns a {
        margin: 0 0 10px;
        width: 100%; } }

@media (min-width: 700px) {
    .bid-modal .modal-dialog {
      max-width: 665px; } }
  .bid-modal textarea {
    min-height: 174px; }
  .bid-modal h5 {
    margin: 45px 0 15px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    color: #2c3037; }
  .bid-modal h5 span {
    width: 30%; }
  .bid-modal h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #c4c4c4; }
  @media screen and (max-width: 700px) {
    .bid-modal h5 span {
      width: 45%; } }
  @media screen and (max-width: 480px) {
    .bid-modal h5 span {
      width: 65%; } }
  .bid-modal .inline-flex .input {
    margin-top: 30px; }

@media (min-width: 700px) {
    .bid-modal-2 .modal-dialog {
      max-width: 500px; } }

.confirm-single-block {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c4c4c4; }
  .confirm-single-block p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2c3037;
    margin-bottom: 20px; }
  .confirm-single-block span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037; }

.confirm-modal .btn-primary {
  min-width: 140px; }

.search-form {
  background-color: #fff;
  box-shadow: 0 0 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 25px 40px; }
  .search-form .form-control {
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #c4c4c4;
    border-radius: 0;
    box-shadow: none;
    padding-left: 26px;
    background-image: url("/wp-content/themes/medfeetree/assets/img/icon-search.svg");
    background-repeat: no-repeat;
    background-position: left center; }
  .search-form .form-control::placeholder {
    color: #a4aab6; }
  @media screen and (max-width: 767.9px) {
  .search-form {
    padding: 25px 15px; } }

.widget-wrapper {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px; }
  .widget-wrapper.widget-padding {
    padding: 28px 24px 21px; }
  .widget-wrapper.widget-padding-small {
    padding: 18px 16px;
    margin-bottom: 14px; }
  .widget-wrapper.widget-padding-small:last-child {
    margin-bottom: 0; }
  .widget-wrapper.widget-padding-sm {
    padding: 18px 16px; }
  .widget-wrapper.widget-padding-big {
    padding: 30px; }
  .widget-wrapper.widget-border {
    border: 1px solid #e0edd0; }
  .widget-wrapper.widget-message-block {
    margin-bottom: 25px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
  .widget-wrapper h5 {
    margin-bottom: 18px; }
  .widget-wrapper .widget-description {
    margin-bottom: 37px;
    font-size: 16px;
    line-height: 157%; }
  .widget-wrapper .form-group {
    margin-bottom: 18px; }
  .widget-wrapper .btns-block .btn:not(:last-child) {
    margin-right: 15px; }
    @media screen and (max-width: 399px) {
      .widget-wrapper .btns-block .btn:not(:last-child) {
        margin-right: 5px; } }
    @media screen and (max-width: 319px) {
      .widget-wrapper .btns-block .btn:not(:last-child) {
        margin-bottom: 15px; } }
  @media screen and (max-width: 319px) {
      .widget-wrapper .btns-block .btn {
        width: 100%; } }
  .widget-wrapper .document-status {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    position: relative; }
  @media screen and (max-width: 575px) {
      .widget-wrapper .document-status.document-row-xs {
        flex-direction: row !important; } }
  .widget-wrapper .document-status .link-wrapper {
    padding: 10px;
    width: 80%; }
  .widget-wrapper .document-status .link-wrapper h5 {
    margin-bottom: 7px; }
  .widget-wrapper .document-status .link-wrapper p {
    margin-bottom: 6px; }
  .widget-wrapper .document-status .document-item-status-btns {
    display: flex;
    width: 100%; }
  @media screen and (max-width: 991px) {
      .widget-wrapper .document-status .document-item-status-btns {
        flex-wrap: wrap; } }
  .widget-wrapper .document-status .document-item-status-btns .btn {
    padding: 10px 20px;
    margin-right: 10px;
    /*&:not(:first-child){
     margin-left: 10px;
     @media screen and (max-width: 991px) {
     margin-left: 0;
     }
     }*/ }
    .widget-wrapper .document-status .document-item-status-btns .btn:last-child {
      margin-right: 0; }
    @media screen and (max-width: 991px) {
      .widget-wrapper .document-status .document-item-status-btns .btn {
        width: 100%;
        margin-right: 0;
        /*margin-bottom: 5px;
         &:not(:last-child){
         margin-bottom: 5px;
         }*/ }
        .widget-wrapper .document-status .document-item-status-btns .btn:first-child {
          margin-bottom: 5px; }
        .widget-wrapper .document-status .document-item-status-btns .btn:last-child {
          margin-top: 5px;
          margin-right: 0; } }
  .widget-wrapper .document-status .btn-icon-group {
    position: absolute;
    top: 10px;
    right: 10px; }
  .widget-wrapper .document-status .btn-inline {
    position: relative;
    top: auto;
    right: auto; }
  @media screen and (max-width: 575px) {
      .widget-wrapper .document-status .btn-inline {
        justify-content: center; } }
  .widget-wrapper .document-status .icon-wrapper {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center; }
  .widget-wrapper .document-status .icon-wrapper i {
    width: 20px;
    height: 20px;
    margin-bottom: 7px; }
  .widget-wrapper .document-status .icon-wrapper span {
    font-weight: 600;
    font-size: 12px;
    line-height: 14px; }
  .widget-wrapper .document-status .icon-padding {
    padding: 5px 0; }
  .widget-wrapper .document-status .icon-wrapper-sm {
    width: auto;
    margin-right: 10px; }
  .widget-wrapper .document-status .icon-wrapper-sm i {
    margin-bottom: 0; }
  .widget-wrapper .document-status.document-signing .icon-wrapper {
    background: #fff3ea;
    color: #f99746; }
    .widget-wrapper .document-status.document-signing .icon-wrapper i {
      background-position: -208px 0; }
  .widget-wrapper .document-status.document-signed .icon-wrapper {
    background: #eff6e7;
    color: #78a23f; }
    .widget-wrapper .document-status.document-signed .icon-wrapper i {
      background-position: 0 0; }
  .widget-wrapper .document-status-btn {
    padding: 0 10px 10px; }
  .widget-wrapper .document-list .document-item {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 575px) {
      .widget-wrapper .document-list .document-item {
        flex-direction: column; } }
  .widget-wrapper .document-list .document-item .description-wrapper {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 575px) {
      .widget-wrapper .document-list .document-item .description-wrapper {
        flex-direction: column; } }
  .widget-wrapper .document-list .document-item .document-description {
    margin-right: 5px;
    word-break: break-all; }
    @media screen and (max-width: 575px) {
      .widget-wrapper .document-list .document-item .document-description {
        margin-right: 0;
        text-align: center;
        margin: 5px 0; } }
    .widget-wrapper .document-list .document-item .document-description p {
      margin-bottom: 19px; }
    .widget-wrapper .document-list .document-item .document-description .document-title {
      margin-bottom: 3px; }
    .widget-wrapper .document-list .document-item .document-description a {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 21px; }
    .widget-wrapper .document-list .document-item .document-description i {
      margin-right: 15px; }
  .widget-wrapper .document-list .document-item:not(:last-child) {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0edd0; }
  .widget-wrapper .document-list.list-doc .document-item .document-description a {
    align-items: start; }
    .widget-wrapper .document-list.list-doc .document-item .document-description span {
      word-break: break-all; }
  .widget-wrapper .single-project-info {
    box-shadow: none; }
  .widget-wrapper .single-project-info .profile-info {
    padding: 15px 0 0; }
  .widget-wrapper .single-project-info .profile-info .profile-rating {
    margin-left: 0;
    margin-right: 0; }

.document-payment {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 575px) {
  .document-payment {
    flex-direction: column; } }
  .document-payment .icon-wrapper {
    margin-right: 16px; }
  .document-payment .icon-wrapper img {
    width: 82px !important;
    height: auto; }
  @media screen and (max-width: 575px) {
      .document-payment .icon-wrapper img {
        width: 60px !important; } }
  @media screen and (max-width: 575px) {
    .document-payment .icon-wrapper {
      margin-right: 0;
      margin-bottom: 10px; } }
  .document-payment .text-wrapper {
    width: 100%; }
  @media screen and (max-width: 575px) {
    .document-payment .text-wrapper {
      margin-bottom: 10px;
      text-align: center; } }
  .document-payment .text-wrapper p {
    margin-bottom: 4px; }
  .document-payment .text-wrapper p:last-child {
    margin-bottom: 0; }
  .document-payment .text-wrapper p span {
    margin-left: 8px; }
  .document-payment .text-wrapper .title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
  .document-payment .text-wrapper .title:first-letter {
    text-transform: capitalize; }
  .document-payment .text-wrapper .title .status {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    margin-left: 40px; }
    @media screen and (max-width: 1399px) {
      .document-payment .text-wrapper .title .status {
        margin-left: 20px; } }
    .document-payment .text-wrapper .title .status:after {
      width: 13px;
      height: 13px;
      position: absolute;
      content: "";
      left: -18px;
      top: 4px;
      background-size: 13px 13px !important; }
    .document-payment .text-wrapper .title .status.success {
      color: #78a23f; }
    .document-payment .text-wrapper .title .status.success:after {
      background: url('/images/valid.png') no-repeat center; }
  .document-payment .text-wrapper .card-detail {
    display: flex; }
  @media screen and (max-width: 575px) {
      .document-payment .text-wrapper .card-detail {
        justify-content: center; } }
  .document-payment .text-wrapper .card-detail p {
    position: relative;
    margin-right: 25px; }
    @media screen and (max-width: 575px) {
      .document-payment .text-wrapper .card-detail p {
        margin-right: 0; } }
    .document-payment .text-wrapper .card-detail p:not(:last-child):after {
      content: " | ";
      position: absolute;
      right: -15px;
      top: 0;
      color: #1a202c; }
    @media screen and (max-width: 575px) {
        .document-payment .text-wrapper .card-detail p:not(:last-child):after {
          content: none; } }
  .document-payment .btn-icon-group {
    margin-right: 15px;
    margin-left: 10px; }
  .document-payment-choose .text-wrapper {
    width: calc(100% - 220px); }
  @media screen and (max-width: 1399px) {
      .document-payment-choose .text-wrapper {
        width: 100%; } }

.message-widget-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  .message-widget-wrapper .widget-message-block {
    width: 80%;
    border-radius: 0px 16px 16px 16px; }
  @media screen and (max-width: 767px) {
    .message-widget-wrapper .widget-message-block {
      width: 85%; } }
  .message-widget-wrapper .widget-message-block .document-status {
    padding: 0; }
  .message-widget-wrapper .widget-message-block .document-status.document-signing .icon-wrapper {
    color: #a4aab6; }
    .message-widget-wrapper .widget-message-block .document-status.document-signing .icon-wrapper i {
      background-position: -260px 0; }
  .message-widget-wrapper .widget-message-block .document-status .link-wrapper {
    padding: 22px;
    width: 75%;
    background: #8ebb51;
    border-radius: 0px 0px 0px 16px;
    color: #fff; }
    .message-widget-wrapper .widget-message-block .document-status .link-wrapper p {
      margin-bottom: 11px; }
  .message-widget-wrapper .widget-message-block .document-status .icon-wrapper {
    width: 25%;
    background: #eff6e7;
    border-radius: 0px 16px 16px 0px; }

.profile-document-list .document-item {
  display: flex;
  align-items: center; }
  .profile-document-list .document-item-icon {
    width: 50px; }
  @media screen and (max-width: 575px) {
      .profile-document-list .document-item-icon {
        width: 30%;
        margin-right: 10px;
        text-align: right; } }
  .profile-document-list .document-item-text p {
    margin-bottom: 4px; }
    @media screen and (max-width: 575px) {
      .profile-document-list .document-item-text p {
        font-size: 12px;
        line-height: 150%; } }
    @media screen and (max-width: 575px) {
        .profile-document-list .document-item-text p.text-additional-light {
          font-size: 10px;
          line-height: 150%; } }
  .profile-document-list .document-item:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e0edd0; }

.profile-location-list .location-item {
  display: flex;
  align-items: center; }
  .profile-location-list .location-item-icon {
    min-width: 45px; }
  @media screen and (max-width: 575px) {
      .profile-location-list .location-item-icon {
        width: 20%;
        margin-right: 0;
        text-align: center; } }
  .profile-location-list .location-item-text p {
    margin-bottom: 0; }
    @media screen and (max-width: 575px) {
      .profile-location-list .location-item-text p {
        font-size: 12px;
        line-height: 150%; } }
    .profile-location-list .location-item-text p.text-additional-light {
      letter-spacing: 0.09em; }
    @media screen and (max-width: 575px) {
        .profile-location-list .location-item-text p.text-additional-light {
          font-size: 10px;
          line-height: 150%; } }
  .profile-location-list .location-item:not(:last-child) {
    padding-bottom: 6px;
    margin-bottom: 13px;
    border-bottom: 1px solid #e0edd0; }

.profile-certifications {
  padding: 17px 30px; }
  @media screen and (max-width: 575px) {
  .profile-certifications {
    padding: 23px 10px 20px; } }

.profile-verification {
  padding: 24px 30px; }
  @media screen and (max-width: 575px) {
  .profile-verification {
    padding: 24px 10px 20px; } }
  .profile-verification .document-item-icon i {
    margin-left: 10px; }
  .profile-verification .document-item:not(:last-child) {
    padding-bottom: 23px;
    margin-bottom: 19px; }

.auth-provider-wrapper {
  background: url('/images/provider2.png') no-repeat 100% -10%;
  background-size: 400px 311px;
  position: relative; }
  @media screen and (max-width: 1199px) {
  .auth-provider-wrapper {
    background-size: 30%; } }
  @media screen and (max-width: 991px) {
  .auth-provider-wrapper {
    background: #fff; } }
  .auth-provider-wrapper:before {
    content: '';
    position: absolute;
    top: calc(50% - 240px);
    left: 0;
    width: 233px;
    height: 489px;
    background: url('/images/provider1.png') no-repeat center; }
  @media screen and (max-width: 991px) {
    .auth-provider-wrapper:before {
      display: none; } }
  .auth-provider-wrapper:after {
    content: '';
    position: absolute;
    bottom: -320px;
    right: 0;
    width: 303px;
    height: 542px;
    background: url('/images/provider3.png') no-repeat center;
    pointer-events: none; }
  @media screen and (max-width: 991px) {
    .auth-provider-wrapper:after {
      display: none; } }
  .auth-provider-wrapper progress {
    top: -27px; }
  .auth-provider-wrapper .auth-page .auth-block {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0; }
  .auth-provider-wrapper .auth-page .auth-block .auth-pr-form {
    padding: 55px 50px 0; }
    @media screen and (max-width: 1199px) {
      .auth-provider-wrapper .auth-page .auth-block .auth-pr-form {
        padding: 45px 30px 0; } }
    @media screen and (max-width: 767px) {
      .auth-provider-wrapper .auth-page .auth-block .auth-pr-form {
        padding: 15px 30px 30px; } }
    @media screen and (max-width: 479px) {
      .auth-provider-wrapper .auth-page .auth-block .auth-pr-form {
        padding: 15px 15px 30px; } }
    .auth-provider-wrapper .auth-page .auth-block .auth-pr-form form {
      padding: 0 25px;
      /*.form-group {
       &:first-child {
       margin-bottom: 50px;
       }					    
       }*/ }
    @media screen and (max-width: 1199px) {
        .auth-provider-wrapper .auth-page .auth-block .auth-pr-form form {
          padding: 0; } }
  .auth-provider-wrapper .q-tooltip {
    position: absolute;
    top: 37px;
    right: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }

.provider-wrapper {
  background: url('/images/provider4.png') no-repeat top left;
  background-size: 367px 332px;
  position: relative; }
  @media screen and (max-width: 1199px) {
  .provider-wrapper {
    background-size: 30%; } }
  @media screen and (max-width: 991px) {
  .provider-wrapper {
    background: #fff; } }
  .provider-wrapper:before {
    content: '';
    position: absolute;
    top: calc(50% - 240px);
    right: 0;
    left: auto;
    width: 276px;
    height: 549px;
    background: url('/images/provider5.png') no-repeat center;
    background-size: 100%; }
  @media screen and (max-width: 991px) {
    .provider-wrapper:before {
      display: none; } }
  @media screen and (max-width: 1199px) {
    .provider-wrapper:before {
      width: 212px; } }
  .provider-wrapper:after {
    content: '';
    position: absolute;
    bottom: -320px;
    left: 0;
    right: auto;
    width: 400px;
    height: 412px;
    background: url('/images/provider6.png') no-repeat center;
    pointer-events: none;
    background-size: 100% auto; }
  @media screen and (max-width: 991px) {
    .provider-wrapper:after {
      display: none; } }
  @media screen and (max-width: 1199px) {
    .provider-wrapper:after {
      background-size: 70% auto; } }
  .provider-wrapper .form-control {
    width: 90%; }

.provider-verification-info {
  position: relative !important;
  top: 0 !important;
  right: auto !important;
  width: 100% !important;
  display: flex !important; }
  .provider-verification-info:before {
    background: url('/images/valid2.png') no-repeat center !important; }
  .provider-verification-info h5 {
    color: #78a23f; }
  .provider-verification-info:after {
    right: 20px !important; }

.practice-file-list img {
  width: 4px !important;
  height: 16px; }
  .practice-file-list .single-upload-file {
    padding: 10px 25px !important;
    border: none !important;
    border-bottom: 1px solid #8ebb51 !important;
    margin-bottom: 2px !important;
    box-shadow: none !important;
    background: #fff !important; }
  .practice-file-list .single-upload-file:hover {
    background: #eff6e7 !important; }
  .practice-file-list .single-upload-file.active-upload-file {
    background: #eff6e7 !important; }
  .practice-file-list .single-upload-file .edit-btns a:last-child {
    background: #fff !important;
    border: 1px solid rgba(164, 170, 182, 0.3) !important; }
  @media screen and (max-width: 479px) {
      .practice-file-list .single-upload-file .edit-btns {
        right: auto !important;
        top: 10px !important;
        left: 15px; } }
  @media screen and (max-width: 479px) {
      .practice-file-list .single-upload-file .edit-btns-new {
        right: 15px !important;
        top: 10px !important;
        left: auto !important; } }
  .practice-file-list .single-upload-file h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037; }
  .practice-file-list .single-upload-file h5 span {
    color: #a4aab6;
    padding: 0 25px 0 0;
    width: 100%; }
  .practice-file-list .single-upload-file p {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    margin-bottom: 0; }
  .practice-file-list .single-upload-file img {
    display: none; }
  @media screen and (max-width: 479px) {
    .practice-file-list .single-upload-file {
      padding: 10px 5px 10px 25px !important; } }

.payment-methods {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 10px; }
  @media screen and (max-width: 479px) {
  .payment-methods {
    flex-wrap: wrap; } }
  .payment-methods h5 {
    color: #a4aab6;
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
    .payment-methods h5 {
      margin-bottom: 15px; } }
  .payment-methods .payment-methods-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .payment-methods .payment-methods-btns .btn {
    background: #fff;
    border: 1px solid #78a23f;
    color: #78a23f;
    padding: 5px 23px;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 119.4%;
    border-radius: 0 !important;
    box-shadow: none !important; }
  @media screen and (max-width: 479px) {
      .payment-methods .payment-methods-btns .btn {
        padding: 5px 15px;
        font-size: 11px; } }
  .payment-methods .payment-methods-btns .btn.btn-active {
    background: #78a23f;
    color: #fff; }
  .payment-methods .payment-methods-btns .btn.active {
    background: #78a23f;
    color: #fff; }
  .payment-methods .payment-methods-btns .btn:hover {
    background: #78a23f;
    color: #fff; }

.payment-content .bank-information {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(188, 208, 229, 0.496913); }
  .payment-content .bank-information p {
    color: #a4aab6;
    margin: 15px 0 25px;
    text-align: center; }
  .payment-content .billing-information p {
    color: #a4aab6;
    margin: 15px 0 25px;
    text-align: center; }

@media screen and (max-width: 479px) {
      .prov-reg-page .inline-form-group {
        margin-bottom: 0 !important; } }
  @media screen and (max-width: 479px) {
    .prov-reg-page .btns-block {
      margin-top: 15px !important; } }

.account-wrapper {
  padding: 40px 0 50px; }
  @media screen and (max-width: 575px) {
  .account-wrapper {
    padding: 20px 0 40px; } }
  .account-wrapper .left-part {
    width: 240px;
    padding: 0 25px 0 0;
    line-break: anywhere; }
  @media screen and (max-width: 991px) {
    .account-wrapper .left-part {
      width: 100%;
      padding: 0; } }
  .account-wrapper .left-part h3 {
    margin-bottom: 25px;
    pointer-events: none; }
  @media screen and (max-width: 991px) {
      .account-wrapper .left-part h3 {
        margin-left: 10px; } }
  @media screen and (max-width: 575px) {
      .account-wrapper .left-part h3 {
        padding: 0 10px;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 15px; } }
  .account-wrapper .right-part {
    width: calc(100% - 240px);
    padding: 0; }
  @media screen and (max-width: 991px) {
    .account-wrapper .right-part {
      width: 100%; } }
  .account-wrapper .top-title {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 13px;
    min-height: 40px; }
  .account-wrapper .top-title h3 {
    color: #a4aab6;
    margin-bottom: 0; }
  .account-wrapper .top-title h3 a {
    display: flex;
    align-items: center; }
    .account-wrapper .top-title h3 a svg {
      margin-right: 20px; }
  .account-wrapper .top-title .btn {
    padding: 9px 15px;
    height: 40px; }
  @media screen and (max-width: 991px) {
    .account-wrapper .top-title .claims-btns {
      justify-content: flex-end !important; } }
  @media screen and (max-width: 575px) {
    .account-wrapper .top-title {
      align-items: center;
      margin-bottom: 10px !important; }
      .account-wrapper .top-title .claims-btns {
        margin: 0 !important; }
        .account-wrapper .top-title .claims-btns .btn {
          margin: 0 !important;
          padding: 9px 10px; }
      .account-wrapper .top-title.top-title-custom h3 {
        margin-bottom: 10px; }
        .account-wrapper .top-title.top-title-custom .claims-btns .btn {
          margin-left: 15px !important; } }
  @media screen and (max-width: 479px) {
    .account-wrapper .top-title.top-title-custom .claims-btns .btn {
      margin-left: 10px !important;
      margin-bottom: 5px !important; } }

.acount-menu-wrapper h3 {
  margin-bottom: 25px;
  pointer-events: none; }
  @media screen and (max-width: 575px) {
    .acount-menu-wrapper h3 {
      padding: 0 10px;
      font-size: 18px;
      line-height: 21px; } }
  .acount-menu-wrapper .account-menu-block {
    padding: 15px 15px 20px;
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06); }
  .acount-menu-wrapper .account-menu-block .link-toggle h3 {
    pointer-events: none; }
  .acount-menu-wrapper .account-menu-block .link-toggle svg {
    pointer-events: none; }
  .acount-menu-wrapper .account-menu-block ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .acount-menu-wrapper .account-menu-block ul li {
    padding: 0;
    border-bottom: 1px solid #a4aab6;
    margin-bottom: 15px; }
    .acount-menu-wrapper .account-menu-block ul li:last-child {
      border-bottom: none;
      margin-bottom: 10px; }
    .acount-menu-wrapper .account-menu-block ul li a {
      padding: 0 7px 15px;
      display: flex;
      align-items: center;
      flex-wrap: nowrap;
      font-family: 'Rubik', sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 12px;
      line-height: 150%;
      color: #2c3037;
      text-decoration: none;
      transition: all 0.25s ease; }
    .acount-menu-wrapper .account-menu-block ul li a svg {
      margin-right: 10px; }
    .acount-menu-wrapper .account-menu-block ul li a svg path {
      fill: #a4aab6;
      transition: all 0.25s ease; }
    .acount-menu-wrapper .account-menu-block ul li a span {
      white-space: nowrap;
      margin-left: 3px; }
    .acount-menu-wrapper .account-menu-block ul li a:hover {
      color: #78a23f; }
    .acount-menu-wrapper .account-menu-block ul li a:hover svg path {
      fill: #78a23f; }
    .acount-menu-wrapper .account-menu-block ul li a.active-item {
      color: #78a23f; }
    .acount-menu-wrapper .account-menu-block ul li a.active-item svg path {
      fill: #78a23f; }
  .acount-menu-wrapper .account-menu-block .btn {
    width: 100%;
    padding: 10px 25px; }
  .acount-menu-wrapper .account-menu-block.biller-account-menu-block ul li:last-child {
    margin-bottom: 0; }
    .acount-menu-wrapper .account-menu-block.biller-account-menu-block ul li:last-child a {
      padding: 0 7px; }
  @media screen and (max-width: 991px) {
  .acount-menu-wrapper .account-menu-block {
    padding: 0;
    background: transparent;
    box-shadow: none; }
    .acount-menu-wrapper .account-menu-block .link-toggle {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #2c3037;
      transition: all 0.25s ease;
      background: #fff;
      padding: 10px 10px 30px;
      position: relative;
      z-index: 1; }
      .acount-menu-wrapper .account-menu-block .link-toggle svg {
        transform: rotate(180deg);
        transition: all 0.25s ease;
        pointer-events: none; }
      .acount-menu-wrapper .account-menu-block .link-toggle h5 {
        margin: 0;
        pointer-events: none; }
      .acount-menu-wrapper .account-menu-block .link-toggle h3 {
        margin: 0;
        pointer-events: none; }
      .acount-menu-wrapper .account-menu-block .link-toggle.collapsed {
        background: transparent; }
        .acount-menu-wrapper .account-menu-block .link-toggle.collapsed svg {
          transform: rotate(0deg); }

    .acount-menu-wrapper .account-menu-block .card-body {
      transition: all 0.25s ease;
      padding: 0 25px;
      border: none;
      margin-bottom: 10px;
      box-shadow: 0 0 77px rgba(0, 0, 0, 0.06);
      background: #fff; } }
  @media screen and (max-width: 575px) {
  .acount-menu-wrapper .account-menu-block .link-toggle {
    padding: 10px 10px 30px; }
    .acount-menu-wrapper .account-menu-block .card-body {
      padding: 0 25px; } }

.account-block-wrapper {
  width: 100%; }
  .account-block-wrapper form {
    width: 100%; }
  .account-block-wrapper label {
    padding-left: 12px;
    margin-bottom: 8px; }
  .account-block-wrapper .inline-form-group {
    margin-bottom: 25px; }
  .account-block-wrapper .account-block {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 77px rgba(0, 0, 0, 0.06);
    padding: 25px; }
  @media screen and (max-width: 575px) {
    .account-block-wrapper .account-block {
      padding: 25px 10px 10px; }
      .account-block-wrapper .account-block:last-child {
        padding: 25px 10px 30px; } }
  .account-block-wrapper .account-block h5 {
    margin: 50px 0 30px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    pointer-events: none; }
  @media screen and (max-width: 767px) {
      .account-block-wrapper .account-block h5 {
        margin: 15px 0 30px; } }
  .account-block-wrapper .account-block h5 span {
    white-space: nowrap; }
  .account-block-wrapper .account-block h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  @media screen and (max-width: 575px) {
      .account-block-wrapper .account-block.admin-account-block {
        padding: 25px 30px 10px;
        margin: 0 -15px;
        width: calc(100% + 30px); } }
  .account-block-wrapper .inform-block {
    margin-bottom: 50px;
    width: 100%;
    background: #f9fff2;
    border: 1px solid #78a23f;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 18px 45px;
    z-index: 5;
    position: relative; }
  @media screen and (max-width: 991px) {
    .account-block-wrapper .inform-block {
      margin-bottom: 25px; } }
  .account-block-wrapper .inform-block:before {
    content: '';
    position: absolute;
    top: auto;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url('/images/valid2.png') no-repeat center; }
  .account-block-wrapper .inform-block:after {
    content: '';
    position: absolute;
    top: auto;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url('/images/close.png') no-repeat center; }
  .account-block-wrapper .inform-block h5 {
    color: #78a23f;
    margin: 0; }
  .account-block-wrapper .inform-block h5:after {
    display: none; }
  .account-block-wrapper .form-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 25px;
    margin-left: 25px; }
  @media screen and (max-width: 767px) {
    .account-block-wrapper .form-btns {
      justify-content: center;
      margin-left: 0; } }
  @media screen and (max-width: 575px) {
    .account-block-wrapper .form-btns {
      padding: 0 10px;
      flex-wrap: wrap; } }
  .account-block-wrapper .form-btns .btn {
    margin-right: 10px;
    padding: 10px 30px; }
  @media screen and (max-width: 767px) {
      .account-block-wrapper .form-btns .btn {
        padding: 10px 50px; } }
  .account-block-wrapper .form-btns .btn:last-child {
    margin-right: 0; }
  @media screen and (max-width: 575px) {
      .account-block-wrapper .form-btns .btn {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; }
        .account-block-wrapper .form-btns .btn:last-child {
          margin-bottom: 0; } }
  .account-block-wrapper .form-btns .btn-secondary {
    padding: 10px 50px; }
  .account-block-wrapper .dates-input-group .date-input {
    width: 50%;
    position: relative;
    height: min-content; }
  .account-block-wrapper .dates-input-group .date-input .form-control {
    width: 100%; }
  .account-block-wrapper .dates-input-group .date-input .input-group-text {
    padding: 0 8px 0 0;
    border-right: 1px solid #c4c4c4; }
  @media screen and (max-width: 767px) {
  .account-block-wrapper .inline-form-group {
    flex-wrap: wrap !important;
    margin-bottom: 0 !important; }
    .account-block-wrapper .inline-form-group .form-group {
      width: 100% !important; }

    .account-block-wrapper .inline-form-group .form-group-2 {
      width: 100% !important; }

    .account-block-wrapper .inline-form-group .form-group-3 {
      width: 100% !important; }

    .account-block-wrapper .inline-form-group .form-group-4 {
      width: 100% !important; }
  .account-block-wrapper .invalid-tooltip {
    position: relative; }
  .account-block-wrapper .form-group {
    margin-bottom: 0 !important;
    margin-bottom: 17px !important; }
    .account-block-wrapper .form-group .form-control {
      width: 100% !important; }
  .account-block-wrapper .selected-items {
    margin: 0 0 10px; } }

.tab-panel {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
  .tab-panel {
    overflow-x: auto; } }
  .tab-panel .nav-tabs {
    border: none;
    flex-wrap: wrap;
    justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .tab-panel .nav-tabs {
      flex-wrap: nowrap;
      justify-content: flex-start; } }
  .tab-panel .nav-tabs .nav-item {
    width: auto; }
  .tab-panel .nav-tabs .nav-item:focus {
    outline: none; }
  .tab-panel .nav-tabs .nav-link {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-bottom: 2px solid #eff6e7;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    background-color: transparent;
    transition: none;
    line-height: 119.4%;
    color: #a4aab6;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    cursor: pointer; }
  @media screen and (max-width: 1199px) {
      .tab-panel .nav-tabs .nav-link {
        padding: 10px 30px !important; } }
  @media screen and (max-width: 767px) {
      .tab-panel .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 30px !important; } }
  @media screen and (max-width: 575px) {
      .tab-panel .nav-tabs .nav-link {
        padding: 10px 20px !important; } }
  .tab-panel .nav-tabs .nav-link:focus {
    outline: none; }
  .tab-panel .nav-tabs .nav-link.active {
    color: #78a23f;
    border-bottom: 2px solid #78a23f; }
  .tab-panel .nav-tabs .nav-link .quantity-of-projects {
    width: 16px;
    height: 16px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: bold;
    font-size: 8px;
    line-height: 8px;
    color: #fefefe;
    background: #eb5757;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px; }

.tab-panel.projects-tab-panel .nav-tabs {
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
      .tab-panel.projects-tab-panel .nav-tabs {
        flex-wrap: nowrap;
        justify-content: flex-start; } }
  .tab-panel.projects-tab-panel .nav-tabs .nav-item {
    width: 100%; }

@media screen and (max-width: 767px) {
    .all-projects-block {
      padding: 0 !important; } }

.project-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  width: 100%;
  margin-bottom: 15px; }
  .project-table table {
    width: 100%; }
  .project-table table thead {
    background: #fff; }
  .project-table table thead tr {
    background: #fff; }
    .project-table table thead tr th {
      padding: 15px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 12px;
      line-height: 150%;
      color: #a4aab6;
      border-right: 1px solid rgba(196, 196, 196, 0.2);
      position: relative; }
    .project-table table thead tr th.sorting {
      background: url('/images/sort.png') no-repeat right 5px center;
      background-size: 10px 6px;
      cursor: pointer; }
    .project-table table thead tr th.sorting_desc {
      background: url('/images/sort_desc.png') no-repeat right 5px center;
      background-size: 10px 6px; }
    .project-table table thead tr th.sorting_asc {
      background: url('/images/sort_asc.png') no-repeat right 5px center;
      background-size: 10px 6px; }
    .project-table table thead tr th:first-child {
      min-width: 200px; }
    .project-table table thead tr th:nth-child(2) {
      min-width: 115px; }
    .project-table table thead tr th:nth-child(4) {
      min-width: 150px; }
    .project-table table thead tr th:nth-child(5) {
      min-width: 150px; }
    .project-table table thead tr th:nth-child(6) {
      min-width: 150px; }
    .project-table table thead tr th:last-child {
      border-right: none; }
    .project-table table thead tr th.text-right {
      min-width: 120px;
      text-align: right; }
  .project-table table tbody tr {
    background: #fff;
    border-bottom: 1px solid #8ebb51; }
    .project-table table tbody tr:nth-child(odd) {
      background: #eff6e7; }
    .project-table table tbody tr td {
      padding: 15px;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 150%;
      color: #2c3037;
      border-right: 1px solid rgba(196, 196, 196, 0.2);
      position: relative; }
    .project-table table tbody tr td:first-child {
      min-width: 200px; }
    .project-table table tbody tr td:nth-child(2) {
      min-width: 115px; }
    .project-table table tbody tr td:last-child {
      border-right: none; }
    .project-table table tbody tr td.text-right {
      min-width: 120px;
      text-align: right; }
    .project-table table tbody tr td span {
      display: flex;
      align-items: stretch;
      position: relative;
      left: 6px; }
    .project-table table tbody tr td span:before {
      content: '';
      width: 2px;
      background: #a4aab6;
      display: inline-flex; }
    .project-table table tbody tr td span span {
      display: inline-flex;
      margin-left: 6px; }
      .project-table table tbody tr td span span:before {
        display: none; }
    .project-table table tbody tr td span a {
      display: inline-flex;
      margin-left: 6px; }
      .project-table table tbody tr td span a:before {
        display: none; }
    .project-table table tbody tr td button {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid #a4aab6;
      padding: 4px 10px;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 90px;
      color: #a4aab6;
      font-family: 'Open Sans';
      font-style: normal;
      font-weight: 600;
      font-size: 9px;
      line-height: 150%;
      outline: none;
      margin: 0 auto;
      text-transform: capitalize; }
    .project-table table tbody tr td button.st-btn {
      cursor: initial; }
    .project-table table tbody tr td.paid span:before {
      background: #78a23f; }
    .project-table table tbody tr td.paid button {
      border: 1px solid #78a23f;
      color: #78a23f; }
    .project-table table tbody tr td.in-progress span:before {
      background: #f99746; }
    .project-table table tbody tr td.in-progress button {
      border: 1px solid #f99746;
      color: #f99746; }
    .project-table table tbody tr td.open-dispute span:before {
      background: #eb5757; }
    .project-table table tbody tr td.open-dispute button {
      border: 1px solid #eb5757;
      color: #eb5757; }
    .project-table table tbody tr td.draft span:before {
      background: #a9b1a9; }
    .project-table table tbody tr td.draft button {
      border: 1px solid #a9b1a9;
      color: #a9b1a9; }
    .project-table table tbody tr td.published span:before {
      background: #8ebb51; }
    .project-table table tbody tr td.published button {
      border: 1px solid #8ebb51;
      color: #8ebb51; }
    .project-table table tbody tr td.processing span:before {
      background: #88a9c3; }
    .project-table table tbody tr td.processing button {
      border: 1px solid #88a9c3;
      color: #88a9c3; }
    .project-table table tbody tr td.disputed span:before {
      background: #eb5757; }
    .project-table table tbody tr td.disputed button {
      border: 1px solid #eb5757;
      color: #eb5757; }
    .project-table table tbody tr td.pending-approval span:before {
      background: #88a9c3; }
    .project-table table tbody tr td.pending-approval button {
      border: 1px solid #88a9c3;
      color: #88a9c3; }
    .project-table table tbody tr td.done span:before {
      background: #215b34; }
    .project-table table tbody tr td.done button {
      border: 1px solid #215b34;
      color: #215b34; }
    .project-table table tbody tr td .btn-block {
      display: flex;
      align-items: center;
      justify-content: center; }
    .project-table table tbody tr td .btn-block .btn {
      padding: 5px 10px;
      font-size: 12px;
      line-height: 119.4%;
      min-width: 105px;
      margin: 0 3px; }
    .project-table table tbody tr td .contractor-block {
      display: flex;
      align-items: center; }
    .project-table table tbody tr td .contractor-block a {
      font-weight: 600;
      font-size: 14px;
      line-height: 150%; }
    .project-table table tbody tr td .contractor-block span {
      font-weight: 600;
      font-size: 14px;
      line-height: 150%;
      color: #78a23f; }
      .project-table table tbody tr td .contractor-block span:before {
        display: none; }
    .project-table table tbody tr td.p-transaction {
      color: #78a23f; }
    .project-table table tbody tr td.n-transaction {
      color: #eb5757; }
  .project-table .all-project-list {
    width: 100%; }
  .project-table .all-project-list .single-project-table-wrapper:nth-child(odd) .single-project-table {
    background: #eff6e7; }
  .project-table .all-project-list .single-project-table {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #8ebb51;
    padding: 15px; }
  .project-table .all-project-list .single-project-table .project-row {
    width: 100%;
    margin-bottom: 12px;
    display: flex; }
  .project-table .all-project-list .single-project-table .project-title {
    position: relative;
    padding-left: 12px; }
    .project-table .all-project-list .single-project-table .project-title:before {
      content: '';
      width: 2px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #a4aab6; }
    .project-table .all-project-list .single-project-table .project-title span {
      position: relative;
      display: flex;
      align-items: center; }
    .project-table .all-project-list .single-project-table .project-title span .has-updates {
      position: relative;
      top: auto;
      right: -5px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f99746;
      display: block;
      left: auto; }
    .project-table .all-project-list .single-project-table .project-title span .has-updates:before {
      display: none; }
  .project-table .all-project-list .single-project-table .project-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #a4aab6;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 90px;
    color: #a4aab6;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
    outline: none;
    margin: 0 auto; }
  .project-table .all-project-list .single-project-table.paid .project-title:before {
    background: #78a23f; }
    .project-table .all-project-list .single-project-table.paid .project-button button {
      border: 1px solid #78a23f;
      color: #78a23f; }
  .project-table .all-project-list .single-project-table.in-progress .project-title:before {
    background: #f99746; }
    .project-table .all-project-list .single-project-table.in-progress .project-button button {
      border: 1px solid #f99746;
      color: #f99746; }
  .project-table .all-project-list .single-project-table.open-dispute .project-title:before {
    background: #eb5757; }
    .project-table .all-project-list .single-project-table.open-dispute .project-button button {
      border: 1px solid #eb5757;
      color: #eb5757; }
  .project-table .all-project-list .single-project-table.draft .project-title:before {
    background: #a9b1a9; }
    .project-table .all-project-list .single-project-table.draft .project-button button {
      border: 1px solid #a9b1a9;
      color: #a9b1a9; }
  .project-table .all-project-list .single-project-table.published .project-title:before {
    background: #8ebb51; }
    .project-table .all-project-list .single-project-table.published .project-button button {
      border: 1px solid #8ebb51;
      color: #8ebb51; }
  .project-table .all-project-list .single-project-table.processing .project-title:before {
    background: #88a9c3; }
    .project-table .all-project-list .single-project-table.processing .project-button button {
      border: 1px solid #88a9c3;
      color: #88a9c3; }
  .project-table .all-project-list .single-project-table.disputed .project-title:before {
    background: #eb5757; }
    .project-table .all-project-list .single-project-table.disputed .project-button button {
      border: 1px solid #eb5757;
      color: #eb5757; }
  .project-table .all-project-list .single-project-table.pending-approval .project-title:before {
    background: #88a9c3; }
    .project-table .all-project-list .single-project-table.pending-approval .project-button button {
      border: 1px solid #88a9c3;
      color: #88a9c3; }
  .project-table .all-project-list .single-project-table.done .project-title:before {
    background: #215b34; }
    .project-table .all-project-list .single-project-table.done .project-button button {
      border: 1px solid #215b34;
      color: #215b34; }
  .project-table .all-project-list .single-project-table span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6; }
  .project-table .all-project-list .single-project-table p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #2c3037;
    margin-bottom: 0; }
    .project-table .all-project-list .single-project-table p.p-transaction {
      color: #78a23f; }
    .project-table .all-project-list .single-project-table p.n-transaction {
      color: #eb5757; }
  .project-table .all-project-list .single-project-table .brand-link {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #78a23f; }
  .project-table .all-project-list .single-project-table .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 119.4%;
    min-width: 105px;
    display: inline-flex; }
    @media screen and (max-width: 767px) {
      .project-table .all-project-list .single-project-table .btn {
        margin: 0 10px 0 0; } }
  .project-table.transactions-table table thead tr th:first-child {
    min-width: auto;
    width: 33%; }
  .project-table .has-updates {
    position: absolute;
    top: calc(50% - 4px);
    left: -13px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f99746;
    display: block;
    margin: 0; }
  .project-table .has-updates:before {
    display: none; }
  .project-table .project-title-link {
    display: flex; }

.flatpickr-calendar {
  background: #fff;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  padding: 30px 20px !important;
  border-radius: 20px !important; }
  .flatpickr-calendar .flatpickr-prev-month, .flatpickr-calendar .flatpickr-next-month {
    top: 30px !important; }
  .flatpickr-calendar .flatpickr-current-month {
    background: #78a23f;
    box-shadow: 0px 0.741025px 18.5256px rgba(0, 0, 0, 0.14);
    padding: 7px 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18.5256px !important;
    line-height: 25px !important;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }
  .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:focus {
    outline: none !important;
    color: #fff !important; }
  .flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    color: #78a23f !important; }
  .flatpickr-calendar .flatpickr-months {
    margin-bottom: 30px; }
  .flatpickr-calendar .flatpickr-weekday {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #2c3037; }
  .flatpickr-calendar .flatpickr-day {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10.3625px;
    line-height: 14px;
    text-align: center;
    color: #2c3037;
    opacity: 0.6;
    padding: 10px; }
  .flatpickr-calendar .flatpickr-day:hover {
    color: #78a23f;
    background: transparent;
    border-radius: 0;
    opacity: 1; }
  .flatpickr-calendar .flatpickr-day.today {
    color: #78a23f;
    background: transparent;
    border-color: #78a23f;
    border-radius: 0;
    opacity: 1; }
  .flatpickr-calendar .flatpickr-day.selected {
    color: #fff;
    background: #78a23f;
    border-color: #78a23f;
    border-radius: 0;
    opacity: 1; }

.dayContainer {
  width: auto !important;
  min-width: inherit !important; }

.flatpickr-days {
  width: 100% !important; }

.bid-modal .modal-content, .pay-biller-modal .modal-content {
  background: #fff;
  box-shadow: 0 0 77px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  border: none;
  padding: 20px 15px; }
  @media screen and (max-width: 399px) {
    .bid-modal .modal-content, .pay-biller-modal .modal-content {
      padding-top: 25px; } }
  .bid-modal .modal-content .modal-header, .pay-biller-modal .modal-content .modal-header {
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .bid-modal .modal-content .modal-header h4, .pay-biller-modal .modal-content .modal-header h4 {
    margin-bottom: 25px; }
  .bid-modal .modal-content .modal-header .btn-close, .pay-biller-modal .modal-content .modal-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (max-width: 399px) {
      .bid-modal .modal-content .modal-header .btn-close, .pay-biller-modal .modal-content .modal-header .btn-close {
        top: 10px;
        right: 10px; } }
  .bid-modal .modal-content .modal-body, .pay-biller-modal .modal-content .modal-body {
    padding: 0; }
  .bid-modal .modal-content .modal-body .alert span, .pay-biller-modal .modal-content .modal-body .alert span {
    font-size: inherit; }
  .bid-modal .modal-content .modal-body label, .pay-biller-modal .modal-content .modal-body label {
    padding-left: 12px;
    margin-bottom: 5px; }
  .bid-modal .modal-content .modal-body .form-group, .pay-biller-modal .modal-content .modal-body .form-group {
    margin-bottom: 17px; }
  .bid-modal .modal-content .modal-body .form-control, .pay-biller-modal .modal-content .modal-body .form-control {
    border: 1px solid #2c3037;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    padding-right: 30px; }
    .bid-modal .modal-content .modal-body .form-control.scroll-wrapper, .pay-biller-modal .modal-content .modal-body .form-control.scroll-wrapper {
      padding-right: 25px !important; }
  .bid-modal .modal-content .modal-body .form-group-with-border, .pay-biller-modal .modal-content .modal-body .form-group-with-border {
    padding-bottom: 30px;
    border-bottom: 1px solid #a4aab6; }
  .bid-modal .modal-content .modal-body button:first-child, .pay-biller-modal .modal-content .modal-body button:first-child {
    margin-right: 15px; }
    @media screen and (max-width: 399px) {
        .bid-modal .modal-content .modal-body button:first-child, .pay-biller-modal .modal-content .modal-body button:first-child {
          margin-right: 0;
          margin-bottom: 15px; } }
    @media screen and (max-width: 399px) {
      .bid-modal .modal-content .modal-body button, .pay-biller-modal .modal-content .modal-body button {
        width: 100%; } }
  @media screen and (max-width: 399px) {
        .bid-modal .modal-content .modal-body .modal-btn, .pay-biller-modal .modal-content .modal-body .modal-btn {
          flex-direction: column; } }
  .bid-modal .modal-content .modal-body .w-md-50, .pay-biller-modal .modal-content .modal-body .w-md-50 {
    width: 50% !important; }
    @media screen and (max-width: 991px) {
      .bid-modal .modal-content .modal-body .w-md-50, .pay-biller-modal .modal-content .modal-body .w-md-50 {
        width: 100% !important; } }
  .bid-modal .modal-content .modal-body .input-group .input-group-text, .pay-biller-modal .modal-content .modal-body .input-group .input-group-text {
    border-right: 0;
    padding-right: 0; }
    .bid-modal .modal-content .modal-body .input-group .form-control, .pay-biller-modal .modal-content .modal-body .input-group .form-control {
      padding-left: 22px !important; }
  .bid-modal .modal-content .modal-footer, .pay-biller-modal .modal-content .modal-footer {
    padding: 27px 10px 7px;
    justify-content: unset; }
  .bid-modal .modal-content .modal-footer .btns-area, .pay-biller-modal .modal-content .modal-footer .btns-area {
    margin: 0 -12px;
    width: calc(100% + 24px); }
    .bid-modal .modal-content .modal-footer .btns-area .btn, .pay-biller-modal .modal-content .modal-footer .btns-area .btn {
      margin: 5px 12px; }
  .bid-modal .modal-content .modal-footer .btn, .pay-biller-modal .modal-content .modal-footer .btn {
    margin: 0; }
    .bid-modal .modal-content .modal-footer .btn.w-100:not(:last-child), .pay-biller-modal .modal-content .modal-footer .btn.w-100:not(:last-child) {
      margin-bottom: 27px; }

.bid-modal .modal-content .modal-body .input-group .form-control {
  padding-left: 12px !important; }

.pay-biller-modal .modal-content .modal-body .input-group .form-control {
  border: 1px solid #2c3037;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 97%;
  color: #2c3037;
  padding-left: 43px;
  padding-right: 30px; }
  .pay-biller-modal .modal-content .modal-body .input-group .form-control.scroll-wrapper {
    padding-right: 25px !important; }

.form-wrapper .form-title {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1399px) {
    .form-wrapper .form-title {
      flex-direction: column; } }
  .form-wrapper .nav-pills {
    justify-content: end; }
  @media screen and (max-width: 1399px) {
    .form-wrapper .nav-pills {
      justify-content: start; } }
  @media screen and (max-width: 539px) {
    .form-wrapper .nav-pills {
      flex-direction: column; } }
  @media screen and (max-width: 539px) {
          .form-wrapper .nav-pills .nav-item:not(:last-child) .nav-link {
            border-bottom: 1px solid transparent; } }
  @media screen and (max-width: 539px) {
        .form-wrapper .nav-pills .nav-item .nav-link {
          width: 100%;
          border-right: 1px solid #78a23f; } }

.funds-card {
  margin-top: 15px; }
  .funds-card .h1-big {
    margin-bottom: 26px; }
  .funds-card .funds-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 14px; }
  .funds-card hr {
    margin: 30px 0; }
  .funds-card .btn {
    margin-top: 25px;
    width: 100%; }

.balance-information .project-btns .btn:first-child {
  margin-right: 10px; }
  @media screen and (max-width: 575px) {
        .balance-information .project-btns .btn:first-child {
          margin-right: 0; } }
  @media screen and (max-width: 575px) {
        .balance-information .project-btns .btn:first-child {
          margin-bottom: 10px; } }
  @media screen and (max-width: 575px) {
      .balance-information .project-btns .btn {
        width: 100%; } }

.auth-wrapper {
  width: 100%;
  background: url('/images/pattern1.png') repeat top left;
  position: relative; }
  @media screen and (max-width: 767px) {
  .auth-wrapper {
    background: none; } }

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(224, 237, 208, 0.7);
  border: none;
  top: -27px; }
  progress[value]::-webkit-progress-bar {
    background: rgba(224, 237, 208, 0.7);
    border-radius: 70px; }
  progress[value]::-webkit-progress-value {
    height: 100%;
    background: #8ebb51 url('/images/preloader.png') repeat-x top left;
    border-radius: 70px; }
  progress[value]::-moz-progress-bar {
    height: 100%;
    background: #8ebb51 url('/images/preloader.png') repeat-x top left;
    border-radius: 70px;
    border: none; }

.auth-preloader {
  position: relative;
  width: 100%;
  height: 6px;
  background: rgba(224, 237, 208, 0.7);
  border-radius: 70px; }
  .auth-preloader .preloader-width {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #8ebb51 url('/images/preloader.png') repeat-x top left;
    border-radius: 70px;
    z-index: 1; }

.verification-info {
  position: absolute;
  top: 90px;
  right: 40px;
  width: 350px;
  background: #f9fff2;
  border: 1px solid #78a23f;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 15px 45px;
  z-index: 5; }
  @media screen and (max-width: 991px) {
  .verification-info {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-bottom: 25px; } }
  .verification-info:before {
    content: '';
    position: absolute;
    top: auto;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url('/images/valid.png') no-repeat center; }
  .verification-info:after {
    content: '';
    position: absolute;
    top: auto;
    right: 30px;
    width: 14px;
    height: 14px;
    background: url('/images/close.png') no-repeat center; }
  .verification-info h5 {
    margin-bottom: 0; }

.auth-page {
  margin-top: 45px;
  padding: 0 87px 170px;
  border-radius: 8px;
  position: relative;
  background: #fff;
  backdrop-filter: blur(97px); }
  @media screen and (max-width: 767px) {
  .auth-page {
    margin-top: 25px;
    padding: 0;
    border-radius: 0;
    backdrop-filter: none; } }
  .auth-page .auth-block {
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding-top: 30px; }
  @media screen and (max-width: 767px) {
    .auth-page .auth-block {
      box-shadow: none;
      border-radius: 0;
      padding-top: 0; } }
  .auth-page .auth-block .title-auth-form {
    margin-bottom: 40px;
    text-align: center; }
  @media screen and (max-width: 767px) {
      .auth-page .auth-block .title-auth-form {
        margin-bottom: 20px; } }
  .auth-page .auth-block .title-auth-form h3 {
    margin-bottom: 12px; }
  @media screen and (max-width: 575px) {
        .auth-page .auth-block .title-auth-form h3 {
          font-size: 18px;
          line-height: 22px; } }
  .auth-page .auth-block .title-auth-form p {
    margin-bottom: 12px; }
  .auth-page .auth-block .title-auth-form p span {
    color: #78a23f;
    margin-left: 3px;
    font-weight: 700; }
  .auth-page .auth-block .title-auth-form p span span {
    color: #a4aab6;
    margin-left: 0; }
  .auth-page .auth-block .auth-form {
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    padding: 40px 70px; }
  @media screen and (max-width: 767px) {
      .auth-page .auth-block .auth-form {
        padding: 0px 15px 35px;
        box-shadow: none;
        border-radius: 0; } }
  @media screen and (max-width: 320px) {
      .auth-page .auth-block .auth-form {
        padding: 0px 0 35px; } }
  .auth-page .auth-block .auth-form form {
    padding: 0 45px 25px; }
  @media screen and (max-width: 1199px) {
        .auth-page .auth-block .auth-form form {
          padding: 0 0 25px; } }
  @media screen and (max-width: 767px) {
        .auth-page .auth-block .auth-form form {
          padding: 0 15px 40px; } }
  @media screen and (max-width: 320px) {
        .auth-page .auth-block .auth-form form {
          padding: 0 0 40px; } }
  .auth-page .auth-block .auth-form form .form-group {
    margin-bottom: 20px; }
  .auth-page .auth-block .auth-form form .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .auth-page .auth-block .auth-form form .form-group .btn {
    margin-top: 30px; }
  .auth-page .auth-block .auth-form form .form-group .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5;
    margin-top: 0px; }
  .auth-page .auth-block .auth-form form .form-group .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .auth-page .auth-block .auth-form form .form-group .dropdown-toggle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 24px;
    background-color: #c4c4c4; }
  .auth-page .auth-block .auth-form form .form-group .dropdown-item:active {
    background-color: #78a23f; }
  @media screen and (max-width: 320px) {
            .auth-page .auth-block .auth-form form .form-group #email {
              padding-right: 0; } }
  .auth-page .auth-block .auth-form form .input-group .form-control {
    padding-left: 55px; }
  .auth-page .auth-block .auth-form img {
    max-width: 100%;
    width: 100%; }
  .auth-page .dropdown-menu {
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 6rem; }
  .auth-page .dropdown-menu .dropdown-item {
    white-space: normal; }

.reg-page {
  margin-top: 15px;
  padding: 60px 60px 200px;
  backdrop-filter: blur(67px); }
  @media screen and (max-width: 767px) {
  .reg-page {
    margin-top: 0px;
    padding: 0 0 40px;
    border-radius: 0;
    backdrop-filter: none; } }
  .reg-page .reg-block {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0; }
  @media screen and (max-width: 767px) {
    .reg-page .reg-block {
      box-shadow: none;
      border-radius: 0;
      padding-top: 0; } }
  .reg-page .reg-block .card-body {
    border: none; }
  .reg-page .reg-block .card-body:last-child {
    padding: 0; }
  .reg-page .reg-block .reg-form {
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 0;
    padding: 30px 20px;
    margin-bottom: 17px; }
  @media screen and (max-width: 767px) {
      .reg-page .reg-block .reg-form {
        padding: 30px 15px; } }
  .reg-page .reg-block .reg-form .profile-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0 !important; }
  @media screen and (max-width: 767px) {
        .reg-page .reg-block .reg-form .profile-img {
          margin-bottom: 0 !important; } }
  .reg-page .reg-block .reg-form .profile-img img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 30px; }
  .reg-page .reg-block .reg-form form {
    padding: 0; }
  @media screen and (max-width: 767px) {
        .reg-page .reg-block .reg-form form {
          padding: 0; } }
  .reg-page .reg-block .reg-form .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start; }
  .reg-page .reg-block .reg-form .inline-form-group.with-border {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(188, 208, 229, 0.496913); }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .reg-form .inline-form-group.with-border {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 17px !important; } }
  .reg-page .reg-block .reg-form .inline-form-group.with-border:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 17px; }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .reg-form .inline-form-group.mb-17 {
            margin-bottom: 17px !important; } }
  @media screen and (max-width: 479px) {
        .reg-page .reg-block .reg-form .inline-form-group {
          flex-wrap: wrap; } }
  .reg-page .reg-block .reg-form .form-group {
    margin-bottom: 17px; }
  .reg-page .reg-block .reg-form .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .reg-page .reg-block .reg-form .form-group .btn {
    margin-top: 0; }
  .reg-page .reg-block .reg-form .inline-form-group .form-group {
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .reg-form .inline-form-group .form-group {
            margin-bottom: 17px; }
            .reg-page .reg-block .reg-form .inline-form-group .form-group:last-child {
              margin-bottom: 0; } }
  .reg-page .reg-block .reg-form .inline-form-group .form-group-2 {
    margin-bottom: inherit; }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .reg-form .inline-form-group .form-group-2 {
            margin-bottom: inherit; }
            .reg-page .reg-block .reg-form .inline-form-group .form-group-2:last-child {
              margin-bottom: inherit; } }
  .reg-page .reg-block .reg-form .input-group .form-control {
    padding: 12px 12px 12px 45px; }
  .reg-page .reg-block .reg-form .input-group .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5; }
  .reg-page .reg-block .reg-form .input-group .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .reg-page .reg-block .reg-form .input-group .dropdown-toggle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 24px;
    background-color: #c4c4c4; }
  .reg-page .reg-block .reg-form .input-group .dropdown-item:active {
    background-color: #78a23f; }
  .reg-page .reg-block .reg-form img {
    max-width: 100%;
    width: 100%; }
  .reg-page .reg-block .reg-form-px {
    padding: 30px 36px; }
  .reg-page .reg-block .collapse-form {
    padding: 25px 20px; }
  .reg-page .reg-block .collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative; }
  .reg-page .reg-block .collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 0;
    background: url('/images/tr-icon.png') no-repeat center;
    transition: all 0.25s ease; }
  .reg-page .reg-block .collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    pointer-events: none; }
  .reg-page .reg-block .collapse-form .collapse-title h5 span {
    white-space: nowrap; }
  .reg-page .reg-block .collapse-form .collapse-title h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  .reg-page .reg-block .collapse-form .collapse-title.collapsed:after {
    transform: rotate(180deg); }
  .reg-page .reg-block .collapse-form .collapse-title-info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #2c3037;
    opacity: 0.6;
    margin: 3px 0;
    display: block; }
  .reg-page .reg-block .collapse-form .card-body {
    padding: 15px 0;
    border: none; }
  .reg-page .reg-block .collapse-form .card-body:last-child {
    padding: 0; }
  @media screen and (max-width: 479px) {
        .reg-page .reg-block .collapse-form .card-body:last-child {
          padding: 0; } }
  .reg-page .reg-block .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .reg-page .reg-block .btns-block .btn {
    margin-left: 15px; }
  .reg-page .reg-block .btns-block .btn:first-child {
    margin-left: 0; }
  .reg-page .reg-block .upload-block {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6e7;
    border: 1px dashed #78a23f;
    border-radius: 12px; }
  .reg-page .reg-block .upload-block a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%; }
  .reg-page .reg-block .upload-block a svg {
    margin-right: 10px;
    position: relative;
    bottom: auto;
    right: auto; }
  .reg-page .reg-block .upload-files-list {
    margin-bottom: 17px; }
  .reg-page .reg-block .upload-files-list .single-upload-file {
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 25px;
    display: flex;
    align-items: center;
    position: relative;
    /*&:nth-child(2) {
     margin-top: 15px;
     }*/ }
  @media screen and (max-width: 479px) {
        .reg-page .reg-block .upload-files-list .single-upload-file {
          padding: 15px;
          /*&:nth-child(2) {
           margin-top: 15px;
           }*/ } }
  .reg-page .reg-block .upload-files-list .single-upload-file img {
    margin-right: 20px; }
  .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: calc(100% - 80px);
    line-height: 150%;
    color: #78a23f; }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name {
            font-size: 12px; } }
  .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name h5 {
    color: #2c3037;
    margin-bottom: 2px;
    padding: 0 25px 0 0;
    width: 100%; }
  .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name h5 a {
    color: #2c3037; }
    .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name h5 a:hover {
      color: #78a23f; }
  .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name h5:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 479px) {
            .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name h5 {
              font-size: 14px; } }
  .reg-page .reg-block .upload-files-list .single-upload-file .upload-file-name span:first-letter {
    text-transform: capitalize; }
  .reg-page .reg-block .upload-files-list .single-upload-file .edit-btns {
    position: absolute;
    top: auto;
    right: 25px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
          .reg-page .reg-block .upload-files-list .single-upload-file .edit-btns {
            right: 15px; } }
  .reg-page .reg-block .upload-files-list .single-upload-file .edit-btns a {
    background: #fff;
    border: 1px solid rgba(164, 170, 182, 0.3);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: all 0.25s ease;
    margin-right: 7px;
    /*&:last-child {
     border: 1px solid rgba(235, 87, 87, .3);
     margin-right: 0;
     width: 21px;
     }*/ }
  .reg-page .reg-block .upload-files-list .single-upload-file .edit-btns a:hover {
    opacity: 0.3; }
  .reg-page .reg-block .upload-files-list .single-upload-file .edit-btns a.delete-doc {
    border: 1px solid rgba(235, 87, 87, 0.3);
    margin-right: 0;
    width: 21px; }
  .reg-page .reg-block .upload-files-list .single-upload-file:last-child {
    margin-bottom: 0; }
  .reg-page .reg-block .practice-file-list {
    margin-top: 10px; }
  .reg-page .reg-block .inline-radio-btns {
    margin: 20px 0 50px !important;
    padding: 0 10px;
    justify-content: flex-start !important;
    align-items: center !important; }
  @media screen and (max-width: 575px) {
      .reg-page .reg-block .inline-radio-btns {
        padding: 0; } }
  @media screen and (max-width: 479px) {
      .reg-page .reg-block .inline-radio-btns {
        flex-wrap: wrap; } }
  .reg-page .reg-block .inline-radio-btns .form-check-inline {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding-left: 24px;
    margin-right: 50px;
    cursor: pointer !important; }
  @media screen and (max-width: 575px) {
        .reg-page .reg-block .inline-radio-btns .form-check-inline {
          margin-right: 20px; } }
  @media screen and (max-width: 479px) {
        .reg-page .reg-block .inline-radio-btns .form-check-inline {
          width: 100%;
          display: flex;
          margin-bottom: 17px; }
          .reg-page .reg-block .inline-radio-btns .form-check-inline:last-child {
            margin-bottom: 0; } }
  .reg-page .reg-block .inline-radio-btns .form-check-inline:last-child {
    margin-right: 0; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline .form-check-input:checked[type=radio] {
    background-image: url('/images/check.svg') !important; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline .form-check-input:checked {
    background-color: #fff;
    border-color: transparent; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline .form-check .form-check-input {
    margin-left: 0 !important; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0;
    vertical-align: middle;
    border: 1px solid #a4aab6;
    cursor: pointer !important; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline .form-check-input:focus {
    box-shadow: none !important; }
  .reg-page .reg-block .inline-radio-btns .form-check-inline label {
    padding-left: 15px;
    cursor: pointer !important; }
  .reg-page .reg-block .back-btn {
    display: flex;
    align-items: center; }
  .reg-page .reg-block .back-btn img {
    margin-right: 13px; }

.profile-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  width: 100%; }
  @media screen and (max-width: 575px) {
  .profile-title {
    padding: 0 15px; } }
  .profile-title h3 {
    margin-bottom: 0; }
  .profile-title .verification-info {
    background: #f9fff2;
    border: 1px solid #78a23f;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 15px 45px;
    z-index: 5;
    position: relative;
    min-width: 350px;
    top: auto;
    right: auto; }
  @media screen and (max-width: 575px) {
    .profile-title .verification-info {
      min-width: 100%; } }
  .profile-title .verification-info:before {
    content: '';
    position: absolute;
    top: auto;
    left: 15px;
    width: 20px;
    height: 20px;
    background: url('/images/valid.png') no-repeat center; }
  .profile-title .verification-info:after {
    content: '';
    position: absolute;
    top: auto;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url('/images/close.png') no-repeat center; }
  .profile-title .verification-info h5 {
    margin-bottom: 0;
    color: #78a23f; }

.tab-panel {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
  .tab-panel {
    overflow-x: auto; } }
  .tab-panel .nav-tabs {
    border: none; }
  @media screen and (max-width: 767px) {
    .tab-panel .nav-tabs {
      flex-wrap: nowrap; } }
  .tab-panel .nav-tabs .nav-link {
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: none;
    border-bottom: 2px solid #eff6e7;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 119.4%;
    color: #a4aab6;
    padding: 10px 50px; }
  @media screen and (max-width: 767px) {
      .tab-panel .nav-tabs .nav-link {
        white-space: nowrap;
        padding: 10px 30px; } }
  @media screen and (max-width: 575px) {
      .tab-panel .nav-tabs .nav-link {
        padding: 10px 20px; } }
  .tab-panel .nav-tabs .nav-link.active {
    color: #78a23f;
    border-bottom: 2px solid #78a23f; }

.personal-card {
  width: 100%;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 9; }
  .personal-card .user-avatar {
    width: 225px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    align-items: center;
    justify-content: flex-start;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .personal-card .user-avatar {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .personal-card .user-avatar .do-foto {
    width: 160px;
    height: 160px;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
  .personal-card .user-avatar .do-foto a {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    bottom: -30px;
    left: calc(50% - 30px);
    box-shadow: -1px 0 5px rgba(0, 0, 0, 0.16);
    padding-top: 10px; }
  .personal-card .user-avatar .do-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer; }
  .personal-card .user-avatar .do-foto input {
    position: absolute; }
  .personal-card .user-avatar .do-foto .delete-img {
    position: absolute;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer; }
  .personal-card .user-avatar .do-foto progress[value] {
    margin-bottom: 5px; }
  .personal-card .user-avatar a {
    font-weight: 600; }
  .personal-card .user-info-block {
    padding: 30px 20px 0;
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    width: calc(100% - 240px); }
  @media screen and (max-width: 767px) {
    .personal-card .user-info-block {
      width: 100%;
      margin-bottom: 10px; } }
  @media screen and (max-width: 479px) {
    .personal-card .user-info-block {
      padding: 20px 20px 15px; } }
  .personal-card .user-info-block h5 {
    margin: 50px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    pointer-events: none; }
  .personal-card .user-info-block h5 span {
    white-space: nowrap; }
  .personal-card .user-info-block h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  .personal-card .user-info-block .form-group {
    margin-bottom: 17px; }
  .personal-card .user-info-block .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .personal-card .user-info-block .form-group .btn {
    margin-top: 0; }
  .personal-card .user-info-block .inline-form-group {
    margin-bottom: 17px; }
  @media screen and (max-width: 479px) {
      .personal-card .user-info-block .inline-form-group .form-group:last-child {
        margin-bottom: 0 !important; } }
  .personal-card .user-info-block .input-group .form-control {
    padding: 12px 12px 12px 60px; }
  .personal-card .user-info-block .input-group .form-control.is-valid, .personal-card .user-info-block .input-group .form-control.is-invalid {
    padding-right: calc(1.5em + .75rem); }
  .personal-card .user-info-block .input-group .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5; }
  .personal-card .user-info-block .input-group .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .personal-card .user-info-block .input-group .dropdown-toggle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 24px;
    background-color: #c4c4c4; }
  .personal-card .user-info-block .input-group .dropdown-item:active {
    background-color: #78a23f; }
  .personal-card .user-info-block .dropdown-menu {
    max-height: 180px;
    min-width: 50px;
    overflow: auto;
    scrollbar-color: #8ebb51 #d8d8d8;
    scrollbar-width: thin; }
  .personal-card .user-info-block .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    cursor: pointer; }
  .personal-card .user-info-block .dropdown-menu::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 4px; }
  .personal-card .user-info-block .dropdown-menu::-webkit-scrollbar-thumb {
    background: #8ebb51;
    border-radius: 4px; }
  .personal-card .user-info-block .dropdown-menu .dropdown-item {
    padding: 5px 3px; }

.profile-page {
  padding: 0;
  border-radius: 0;
  backdrop-filter: none; }
  @media screen and (max-width: 767px) {
  .profile-page {
    margin-top: 0 !important; } }
  .profile-page .collapse-form {
    padding: 30px 27px 30px 37px !important; }
  @media screen and (max-width: 991px) {
    .profile-page .collapse-form {
      padding: 25px 25px 25px !important; } }
  .profile-page .collapse-form .custom-padding-wrapper {
    padding: 25px 90px 0; }
  @media screen and (max-width: 1199px) {
      .profile-page .collapse-form .custom-padding-wrapper {
        padding: 25px 0 0; } }
  .profile-page .collapse-form.pb-15 {
    padding-bottom: 15px !important; }
  .profile-page .collapse-form.pb-5 {
    padding-bottom: 5px !important; }
  .profile-page .upload-files-list {
    margin-bottom: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .profile-page .upload-files-list {
      flex-wrap: wrap; } }
  @media screen and (max-width: 575px) {
    .profile-page .upload-files-list {
      padding: 0 15px; } }
  .profile-page .upload-files-list .single-upload-file {
    width: 49%; }
  @media screen and (max-width: 767px) {
      .profile-page .upload-files-list .single-upload-file {
        width: 100%; } }
  .profile-page .upload-files-list .single-upload-file:last-child {
    margin-bottom: 7px !important; }
  .profile-page .upload-files-list.practice-file-list {
    flex-wrap: wrap; }
  @media screen and (max-width: 575px) {
      .profile-page .upload-files-list.practice-file-list {
        padding: 0; } }
  .profile-page .upload-files-list.practice-file-list .single-upload-file {
    width: 100%;
    margin-bottom: 7px !important; }
  .profile-page .payment-methods {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (max-width: 479px) {
    .profile-page .inline-form-group .form-group:last-child {
      margin-bottom: 0 !important; } }

.upload-payment-methods span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%; }
  .upload-payment-methods span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('/images/valid.png') no-repeat center;
    margin-right: 5px; }

@media screen and (max-width: 575px) {
    .submit-edit {
      padding: 0 15px; } }

.profile-wrapper .account-block {
  margin-bottom: 15px; }
  @media screen and (max-width: 575px) {
    .profile-wrapper .account-block:last-child {
      margin-bottom: 25px; } }

.verification-steps .verification-step {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(188, 208, 229, 0.496913); }
  @media screen and (max-width: 575px) {
    .verification-steps .verification-step {
      flex-wrap: wrap;
      margin-bottom: 33px; } }
  .verification-steps .verification-step:last-child {
    padding-bottom: 0;
    margin-bottom: 15px;
    border-bottom: none; }
  .verification-steps .verification-step .verification-step-title {
    padding-right: 15px; }
  .verification-steps .verification-step .verification-step-title .main-step-title {
    display: flex;
    align-items: flex-start;
    margin-bottom: 6px; }
  .verification-steps .verification-step .verification-step-title .main-step-title .btn-tooltip {
    margin-left: 10px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0;
    border-radius: 0; }
  .verification-steps .verification-step .verification-step-title p {
    margin-bottom: 6px; }
  @media screen and (max-width: 575px) {
        .verification-steps .verification-step .verification-step-title p:last-child {
          margin-bottom: 20px; } }
  .verification-steps .tooltip .tooltip-arrow {
    border-color: #e0edd0; }
  .verification-steps .tooltip .tooltip-inner {
    padding: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #78a23f;
    background: #e0edd0;
    border-radius: 10px; }

.project-main-info {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 25px;
  margin-bottom: 30px; }
  .project-main-info .project-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px; }
  @media screen and (max-width: 479px) {
    .project-main-info .project-title {
      flex-wrap: wrap; } }
  .project-main-info .project-title .project-title-line {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 767px) {
      .project-main-info .project-title .project-title-line {
        flex-wrap: wrap; } }
  .project-main-info .project-title .responded {
    background: #eff6e7;
    border-radius: 4px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 13px;
    color: #78a23f; }
  .project-main-info .project-title .responded:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(/images/ver.svg) no-repeat center; }
  .project-main-info .project-title h4 {
    color: #2c3037;
    margin-bottom: 0;
    transition: all 0.25s ease-in-out;
    /*&:hover {
     color: $brand;
     cursor: pointer;
     }*/ }
  @media screen and (max-width: 479px) {
      .project-main-info .project-title h4 {
        width: 100%;
        margin-bottom: 5px; } }
  .project-main-info .project-title a h4:hover {
    color: #78a23f;
    cursor: pointer; }
  .project-main-info .project-title .project-date {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #a4aab6; }
  @media screen and (max-width: 479px) {
      .project-main-info .project-title .project-date {
        width: 100%; } }
  .project-main-info .project-title .project-title-link {
    margin-right: 10px; }
  .project-main-info .project-char-list {
    width: calc(100% - 350px);
    margin-bottom: 20px;
    padding: 0 !important; }
  @media screen and (max-width: 1199px) {
    .project-main-info .project-char-list {
      width: calc(100% - 250px); } }
  @media screen and (max-width: 991px) {
    .project-main-info .project-char-list {
      width: calc(100% - 300px); } }
  @media screen and (max-width: 767px) {
    .project-main-info .project-char-list {
      width: calc(100% - 170px); } }
  @media screen and (max-width: 575px) {
    .project-main-info .project-char-list {
      width: 100%; } }
  .project-main-info .project-char-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
      .project-main-info .project-char-list li {
        justify-content: space-between; } }
  .project-main-info .project-char-list li:last-child {
    margin-bottom: 0; }
  .project-main-info .project-char-list li p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #a4aab6; }
  @media screen and (max-width: 479px) {
        .project-main-info .project-char-list li p {
          width: 100%;
          margin-right: 10px; } }
  .project-main-info .project-char-list li .char-list-period {
    display: flex; }
  @media screen and (max-width: 319px) {
        .project-main-info .project-char-list li .char-list-period {
          flex-wrap: wrap;
          justify-content: flex-end; } }
  .project-main-info .project-char-list li span {
    margin-left: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2c3037;
    display: inline-flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
        .project-main-info .project-char-list li span {
          width: auto;
          margin-left: 0;
          text-align: right; } }
  .project-main-info .project-char-list li span.cost {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #78a23f; }
  .project-main-info .project-char-list li span svg {
    margin: 0 10px; }
  .project-main-info .project-description {
    padding: 15px 0 !important;
    border-top: 1px solid #e0edd0; }
  .project-main-info .project-description span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #a4aab6;
    display: block; }
  .project-main-info .project-description p {
    margin-bottom: 0;
    color: #2c3037; }
  @media screen and (max-width: 479px) {
      .project-main-info .project-description p {
        word-break: break-word; } }
  .project-main-info.project-responded {
    border: 1px solid #78a23f !important; }
  .project-main-info.project-responded .project-title .responded {
    display: inline-flex; }

.project-members-list h3 {
  color: #a4aab6;
  margin-bottom: 25px; }
  @media screen and (max-width: 575px) {
    .project-members-list h3 {
      font-size: 20px;
      line-height: 24px;
      padding: 0 25px; } }
  .project-members-list .project-member-block {
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 25px; }
  .project-members-list .project-member-block .project-member-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 20px; }
  @media screen and (max-width: 992px) {
      .project-members-list .project-member-block .project-member-info {
        flex-wrap: wrap; } }
  .project-members-list .project-member-block .project-member-info .member-main-info {
    width: 75%;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 1199px) {
        .project-members-list .project-member-block .project-member-info .member-main-info {
          width: 70%; } }
  @media screen and (max-width: 991px) {
        .project-members-list .project-member-block .project-member-info .member-main-info {
          width: 100%;
          margin-bottom: 20px; } }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-avatar {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 15px; }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px; }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-avatar:after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 15px;
    height: 15px;
    background: url(/images/ver.svg) no-repeat center; }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-name {
    width: calc(100% - 65px); }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-name h4 {
    color: #78a23f;
    margin-bottom: 8px; }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-name p {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
  .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #a4aab6;
    margin-right: 10px;
    display: inline-flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
            .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span {
              font-size: 14px;
              line-height: 100%; } }
    .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:first-child {
      max-width: 350px; }
    @media screen and (max-width: 1199px) {
              .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:first-child {
                max-width: 160px; } }
    @media screen and (max-width: 991px) {
              .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:first-child {
                max-width: 50%; } }
    .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:last-child {
      margin-right: 0; }
    .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span svg {
      margin-right: 5px; }
  @media screen and (max-width: 1199px) {
          .project-members-list .project-member-block .project-member-info .member-main-info .member-name {
            width: calc(100% - 65px); } }
  @media screen and (max-width: 575px) {
          .project-members-list .project-member-block .project-member-info .member-main-info .member-name {
            width: calc(100% - 65px); }
            .project-members-list .project-member-block .project-member-info .member-main-info .member-name p {
              flex-wrap: wrap; }
              .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:first-child {
                max-width: 100%;
                width: 100%;
                margin-bottom: 5px; }
                .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:nth-child(2) {
                  margin-bottom: 5px; }
                .project-members-list .project-member-block .project-member-info .member-main-info .member-name p span:last-child span {
                  margin-bottom: 0; } }
  .project-members-list .project-member-block .project-member-info .member-benefits {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media screen and (max-width: 1199px) {
        .project-members-list .project-member-block .project-member-info .member-benefits {
          width: 30%; } }
  @media screen and (max-width: 991px) {
        .project-members-list .project-member-block .project-member-info .member-benefits {
          width: 100%;
          justify-content: flex-start; } }
  @media screen and (max-width: 479px) {
        .project-members-list .project-member-block .project-member-info .member-benefits {
          flex-wrap: wrap; } }
  .project-members-list .project-member-block .project-member-info .member-benefits .member-sertificats {
    display: flex;
    align-items: center;
    margin-right: 15px; }
  @media screen and (max-width: 479px) {
          .project-members-list .project-member-block .project-member-info .member-benefits .member-sertificats {
            margin-right: 0;
            margin-bottom: 15px;
            width: 100%; } }
  .project-members-list .project-member-block .project-member-info .member-benefits .member-sertificats img {
    width: 24px;
    height: auto;
    margin-right: 7px; }
  .project-members-list .project-member-block .project-member-info .member-benefits .member-sertificats span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037; }
  .project-members-list .project-member-block .project-member-info .member-benefits .member-comission {
    background: #fff;
    padding: 10px 15px;
    border: 1px solid #e0edd0;
    border-radius: 8px;
    text-align: center; }
  @media screen and (max-width: 479px) {
          .project-members-list .project-member-block .project-member-info .member-benefits .member-comission {
            width: 100%; } }
  .project-members-list .project-member-block .project-member-info .member-benefits .member-comission p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2c3037;
    margin-bottom: 0; }
  .project-members-list .project-member-block .project-member-description {
    margin-bottom: 20px; }
  .project-members-list .project-member-block .project-member-description p {
    margin-bottom: 0;
    color: #2c3037;
    word-break: break-all; }
  .project-members-list .project-member-block .project-member-btns {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
      .project-members-list .project-member-block .project-member-btns {
        flex-wrap: wrap; } }
  .project-members-list .project-member-block .project-member-btns .btn {
    margin-right: 15px; }
  .project-members-list .project-member-block .project-member-btns .btn:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
        .project-members-list .project-member-block .project-member-btns .btn {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; }
          .project-members-list .project-member-block .project-member-btns .btn:last-child {
            margin-bottom: 0; } }

.pagination-block {
  margin: 10px 0;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center; }
  .pagination-block a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037;
    transition: all 0.25s ease-in-out;
    padding: 0 10px; }
  .pagination-block a.prev {
    padding: 0 5px 0 0; }
  .pagination-block a.next {
    padding: 0 0 0 5px; }
  .pagination-block a.next svg {
    transform: rotate(180deg); }
  .pagination-block a:hover {
    color: #78a23f; }
  .pagination-block a:hover svg path {
    fill: #78a23f; }
  .pagination-block a.pag-item-current {
    color: #78a23f; }
  .pagination-block span {
    display: flex;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #78a23f;
    padding: 0 10px; }

.project-manager {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 12px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 1199px) {
  .project-manager {
    flex-wrap: wrap; } }
  .project-manager img {
    width: auto;
    height: 40px;
    margin-right: 12px;
    border-radius: 6px;
    max-width: 60px; }
  @media screen and (max-width: 1199px) {
    .project-manager .project-manager-name {
      width: calc(100% - 90px); } }
  @media screen and (max-width: 479px) {
    .project-manager .project-manager-name {
      width: calc(100% - 80px); } }
  .project-manager .project-manager-name h5 {
    color: #2c3037;
    margin: 0; }
  .project-manager .project-manager-name p {
    margin: 0;
    color: #a4aab6; }
  .project-manager .btn-review {
    position: absolute;
    right: 12px;
    top: calc(50% - 13px); }
  @media screen and (max-width: 1199px) {
    .project-manager .btn-review {
      position: relative;
      right: auto;
      top: auto;
      margin-top: 10px; } }

.messages-block {
  background: #fff;
  border: 1px solid #e0edd0;
  padding: 25px 17px; }
  @media screen and (max-width: 991px) {
  .messages-block {
    margin-bottom: 25px; } }
  .messages-block .tab-panel {
    box-shadow: none;
    background: transparent; }
  .messages-block .tab-panel .nav-tabs {
    border-bottom: 2px solid #e0edd0; }
  .messages-block .tab-panel .nav-tabs .nav-link {
    margin-bottom: -2px; }

.all-messages {
  padding: 35px 0 35px;
  border-bottom: 1px solid #e0edd0;
  margin-bottom: 25px;
  min-height: 150px; }
  .all-messages .single-message-block {
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 25px;
    position: relative; }
  .all-messages .single-message-block p {
    border-radius: 0px 16px 16px 16px;
    padding: 22px;
    color: #2c3037;
    margin: 0 12px 0 0;
    width: 80%; }
  @media screen and (max-width: 767px) {
      .all-messages .single-message-block p {
        width: 85%; } }
  @media screen and (min-width: 1440px) {
      .all-messages .single-message-block p {
        width: 71%; } }
  .all-messages .single-message-block p.biller-color {
    background: #eff6e7; }
  .all-messages .single-message-block p.provider-color {
    background: #8ebb51; }
  .all-messages .single-message-block p.admin-color {
    background: #f0f5f7; }
  .all-messages .single-message-block span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6; }
  .all-messages .single-message-block .message-author-name {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 120%;
    text-align: right;
    margin: 4px 10px 0 0;
    width: 78%;
    color: #a4aab6; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .all-messages .single-message-block .message-author-name {
        position: absolute;
        bottom: -20px;
        left: 0;
        line-height: 150%;
        margin: 0 10px 0 0; } }
  @media screen and (max-width: 767px) {
      .all-messages .single-message-block .message-author-name {
        width: 83%;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 150%;
        margin: 0 10px 0 0; } }
  @media screen and (max-width: 347px) {
      .all-messages .single-message-block .message-author-name {
        bottom: 0; } }
  @media screen and (min-width: 1440px) {
      .all-messages .single-message-block .message-author-name {
        width: 69%; } }
  .all-messages .single-message-block.reply-message {
    flex-direction: row-reverse; }
  .all-messages .single-message-block.reply-message p {
    border-radius: 16px 0px 16px 16px;
    margin: 0 0 0 12px; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .all-messages .single-message-block.reply-message .message-author-name {
          text-align: left;
          margin: 0 0 0 10px;
          left: auto;
          right: 0; } }
  @media screen and (max-width: 767px) {
        .all-messages .single-message-block.reply-message .message-author-name {
          text-align: left;
          margin: 0 0 0 10px;
          left: auto;
          right: 0;
          bottom: 0; } }
  .all-messages .sign-message .sign-message-wrapper {
    background: #78a23f;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px 16px 16px 16px;
    color: #fff;
    margin: 0 12px 0 0;
    width: 80%;
    display: flex;
    align-items: stretch;
    overflow: hidden; }
  @media screen and (max-width: 767px) {
      .all-messages .sign-message .sign-message-wrapper {
        width: 85%; } }
  @media screen and (min-width: 1440px) {
      .all-messages .sign-message .sign-message-wrapper {
        width: 71%; } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text {
    width: calc(100% - 136px);
    padding: 22px; }
  @media screen and (max-width: 575px) {
        .all-messages .sign-message .sign-message-wrapper .sign-message-text {
          padding: 12px;
          width: calc(100% - 86px); } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin: 0 0 10px;
    padding: 0;
    width: 100%; }
  @media screen and (max-width: 575px) {
          .all-messages .sign-message .sign-message-wrapper .sign-message-text p {
            font-size: 12px; } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text a {
    border: 1px solid #fff;
    padding: 6px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    overflow: hidden; }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text a svg {
    margin-right: 15px; }
  @media screen and (max-width: 575px) {
            .all-messages .sign-message .sign-message-wrapper .sign-message-text a svg {
              margin-right: 10px; } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text a span {
    width: calc(100% - 30px);
    color: #fff;
    overflow: hidden; }
  @media screen and (max-width: 575px) {
            .all-messages .sign-message .sign-message-wrapper .sign-message-text a span {
              width: calc(100% - 25px); } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-text a:hover {
    color: #fff;
    opacity: 0.8; }
  .all-messages .sign-message .sign-message-wrapper .sign-message-btn {
    width: 136px;
    background: #eff6e7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 119.4%;
    text-align: center; }
  @media screen and (max-width: 575px) {
        .all-messages .sign-message .sign-message-wrapper .sign-message-btn {
          width: 86px; } }
  .all-messages .sign-message .sign-message-wrapper .sign-message-btn svg {
    margin-bottom: 7px; }
  .all-messages .sign-message .sign-message-wrapper .sign-message-btn.status-signing span {
    color: #a4aab6; }
  .all-messages .sign-message .sign-message-wrapper .sign-message-btn.status-signed span {
    color: #78a23f; }
  .all-messages .sign-message.reply-message .sign-message-wrapper {
    border-radius: 0px 16px 16px 16px;
    margin: 0 0 0 12px; }
  .all-messages .day-divider {
    width: 100%;
    margin: 10px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
  .all-messages .day-divider:before {
    content: '';
    background: #a4aab6;
    opacity: 0.3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    display: flex; }
  .all-messages .day-divider span {
    background-color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #a4aab6;
    padding: 0 5px;
    z-index: 1; }
  .all-messages .single-notification-block {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    position: relative;
    margin-bottom: 28px; }
  .all-messages .single-notification-block:before {
    content: '';
    background: #a4aab6;
    opacity: 0.3;
    width: 100%;
    height: 1px;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    display: flex;
    z-index: 0; }
  .all-messages .single-notification-block p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1; }
  .all-messages .single-notification-block p span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    margin: 0 0 0 5px; }
  .all-messages .single-notification-block p a {
    color: #fff;
    text-decoration: underline;
    margin: 0 5px 0 0;
    transition: all 0.25s ease-in-out; }
  .all-messages .single-notification-block p a:hover {
    opacity: 0.7; }
  .all-messages .single-notification-block.status-paid p {
    background-color: #70983b; }
  .all-messages .single-notification-block.status-assigned p {
    background-color: #4babca; }
  .all-messages .single-notification-block.status-complete p {
    background-color: #f99746; }
  .all-messages .single-notification-block.status-dispute p {
    background-color: #eb5757; }

.comments-form .upload-file-btn {
  display: flex;
  margin: 0 30px 0 13px; }
  .comments-form .upload-file-btn svg {
    position: relative;
    right: auto;
    bottom: auto; }
  .comments-form textarea {
    min-height: auto;
    height: auto; }
  .comments-form .btn {
    min-width: 180px; }
  .comments-form .btn svg {
    display: none; }
  @media screen and (max-width: 767px) {
    .comments-form .btn {
      min-width: 40px;
      padding: 0px;
      font-size: 0;
      height: 40px; }
      .comments-form .btn svg {
        display: block;
        position: relative;
        right: auto;
        bottom: auto; } }

.single-project-info {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 25px 0;
  margin-bottom: 20px; }
  .single-project-info.collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px 0 20px; }
  .single-project-info.collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 20px;
    background: url('/images/tr-icon.png') no-repeat center;
    transition: all 0.25s ease; }
  .single-project-info.collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    pointer-events: none; }
  .single-project-info.collapse-form .collapse-title h5 span {
    white-space: normal;
    display: inline-block;
    min-width: 35%;
    width: auto; }
  @media screen and (max-width: 1199px) {
          .single-project-info.collapse-form .collapse-title h5 span {
            min-width: 45%; } }
  @media screen and (max-width: 991px) {
          .single-project-info.collapse-form .collapse-title h5 span {
            min-width: 25%; } }
  @media screen and (max-width: 767px) {
          .single-project-info.collapse-form .collapse-title h5 span {
            min-width: 35%; } }
  @media screen and (max-width: 479px) {
          .single-project-info.collapse-form .collapse-title h5 span {
            min-width: 55%; } }
  @media screen and (max-width: 320px) {
          .single-project-info.collapse-form .collapse-title h5 span {
            min-width: 65%; } }
  .single-project-info.collapse-form .collapse-title h5 span:first-letter {
    text-transform: capitalize; }
  .single-project-info.collapse-form .collapse-title.collapsed:after {
    transform: rotate(180deg); }
  .single-project-info.collapse-form .card-body {
    padding: 15px 20px 0 20px;
    border: none; }
  .single-project-info.collapse-form .card-body .project-char-list {
    width: 100%;
    margin-bottom: 17px;
    padding: 0; }
  .single-project-info.collapse-form .card-body .project-char-list p {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037;
    margin-bottom: 12px; }
  .single-project-info.collapse-form .card-body .project-char-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
          .single-project-info.collapse-form .card-body .project-char-list li {
            flex-wrap: wrap; } }
  .single-project-info.collapse-form .card-body .project-char-list li:last-child {
    margin-bottom: 0; }
  .single-project-info.collapse-form .card-body .project-char-list li p {
    margin-bottom: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    min-width: 51px; }
  @media screen and (max-width: 479px) {
            .single-project-info.collapse-form .card-body .project-char-list li p {
              width: 100%;
              margin-bottom: 5px; } }
  .single-project-info.collapse-form .card-body .project-char-list li span {
    margin-left: 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037;
    display: inline-flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
            .single-project-info.collapse-form .card-body .project-char-list li span {
              width: 100%;
              margin-left: 0; } }
  .single-project-info.collapse-form .card-body .project-char-list li span.cost {
    font-size: 16px;
    line-height: 22px; }
  .single-project-info.collapse-form .card-body .project-char-list li span svg {
    margin: 0 10px; }
  .single-project-info.collapse-form .card-body .project-char-list .provider-item {
    background: #eff6e7;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 10px 20px;
    display: flex; }
  .single-project-info.collapse-form .card-body .project-char-list .provider-item span {
    margin-left: 20px;
    width: calc(100% - 51px); }
  @media screen and (max-width: 479px) {
            .single-project-info.collapse-form .card-body .project-char-list .provider-item span {
              margin-left: 0; } }
  .single-project-info.collapse-form .card-body .project-char-list .provider-item span img {
    width: auto;
    height: 40px;
    border-radius: 5px;
    margin-right: 7px; }
  .single-project-info.collapse-form .card-body .project-char-list .provider-item span .provider-item-name {
    width: 100%; }
    .single-project-info.collapse-form .card-body .project-char-list .provider-item span .provider-item-name h5 {
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 123.44%;
      color: #2c3037;
      margin: 0; }
    .single-project-info.collapse-form .card-body .project-description span {
      font-style: normal;
      font-weight: 600;
      font-size: 14px;
      line-height: 150%;
      margin-bottom: 7px;
      color: #2c3037;
      display: block; }
  .single-project-info.collapse-form .card-body .project-description p {
    margin-bottom: 0;
    color: #2c3037; }
  .single-project-info.claims-menu ul {
    padding: 10px 0 0;
    margin: 0;
    list-style: none; }
  .single-project-info.claims-menu ul li {
    padding: 0; }
  .single-project-info.claims-menu ul li a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding: 0 7px 10px 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    color: #2c3037;
    text-decoration: none;
    transition: all 0.25s ease; }
  .single-project-info.claims-menu ul li a span {
    white-space: nowrap; }
  .single-project-info.claims-menu ul li a:hover {
    color: #78a23f; }
  .single-project-info.claims-menu ul li a.active-item {
    color: #78a23f; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item {
    flex-wrap: wrap; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item h6 {
    width: 100%;
    margin-bottom: 5px;
    color: #a4aab6;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item span {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item p {
    min-width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item p span {
    margin-right: 5px;
    margin-bottom: 0;
    width: auto;
    font-size: 12px; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item .provider-item-links {
    display: flex;
    align-items: stretch;
    margin-top: 10px; }
  .single-project-info.admin-project-info .card-body .project-char-list .provider-item .provider-item-links a {
    margin-right: 10px; }
    .single-project-info.admin-project-info .card-body .project-char-list .provider-item .provider-item-links a:last-child {
      margin-right: 0; }

.project-claims {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 25px 0;
  margin-bottom: 20px; }
  .project-claims.collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px 0 20px; }
  .project-claims.collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 20px;
    background: url('/images/tr-icon.png') no-repeat center;
    transition: all 0.25s ease; }
  .project-claims.collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    pointer-events: none; }
  .project-claims.collapse-form .collapse-title h5 span {
    white-space: normal;
    display: inline-block;
    min-width: 35%;
    width: auto; }
  @media screen and (max-width: 1199px) {
          .project-claims.collapse-form .collapse-title h5 span {
            min-width: 45%; } }
  @media screen and (max-width: 991px) {
          .project-claims.collapse-form .collapse-title h5 span {
            min-width: 25%; } }
  @media screen and (max-width: 767px) {
          .project-claims.collapse-form .collapse-title h5 span {
            min-width: 35%; } }
  @media screen and (max-width: 479px) {
          .project-claims.collapse-form .collapse-title h5 span {
            min-width: 55%; } }
  @media screen and (max-width: 320px) {
          .project-claims.collapse-form .collapse-title h5 span {
            min-width: 65%; } }
  .project-claims.collapse-form .collapse-title h5 span:first-letter {
    text-transform: capitalize; }
  .project-claims.collapse-form .collapse-title.collapsed:after {
    transform: rotate(180deg); }
  .project-claims.collapse-form .card-body {
    padding: 15px 20px 0 20px;
    border: none; }
  .project-claims.collapse-form .card-body .project-claims-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px; }
  .project-claims.collapse-form .card-body .project-claims-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #a4aab6;
    display: block;
    margin-bottom: 0; }
  .project-claims.collapse-form .card-body .project-claims-info span {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037;
    display: block;
    margin-left: 10px; }
  .project-claims.collapse-form .card-body .project-claims-btns {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .project-claims.collapse-form .card-body .project-claims-btns .btn {
    margin-right: 10px; }
  @media screen and (max-width: 370px) {
          .project-claims.collapse-form .card-body .project-claims-btns .btn {
            margin-right: 0;
            margin-bottom: 10px;
            width: 100%; } }

.all-chats-wrapper {
  width: 100%; }
  .all-chats-wrapper .chat-table {
    background: #fff;
    border: 1px solid #e0edd0;
    width: 100%; }
  @media screen and (max-width: 767px) {
    .all-chats-wrapper .chat-table {
      border: none; } }
  .all-chats-wrapper .chat-table .chat-row {
    width: 100%;
    background: #fff;
    transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 767px) {
      .all-chats-wrapper .chat-table .chat-row {
        border-top: 1px solid #e0edd0; }
        .all-chats-wrapper .chat-table .chat-row:last-of-type {
          border-bottom: 1px solid #e0edd0; } }
  .all-chats-wrapper .chat-table .chat-row:hover {
    background: #eff6e7; }
  .all-chats-wrapper .chat-table .chat-row a {
    width: 100%;
    padding: 0 25px;
    display: flex;
    align-items: stretch;
    text-decoration: none; }
  @media screen and (max-width: 767px) {
        .all-chats-wrapper .chat-table .chat-row a {
          padding: 0 12px;
          flex-direction: column; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column {
    padding: 15px;
    border-right: 1px solid #e0edd0;
    border-bottom: 1px solid #e0edd0; }
  @media screen and (max-width: 767px) {
        .all-chats-wrapper .chat-table .chat-row .chat-column {
          border: none; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-img-avatar {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover !important;
    display: inline-flex;
    margin-right: 12px; }
  @media screen and (max-width: 767px) {
          .all-chats-wrapper .chat-table .chat-row .chat-column .chat-img-avatar {
            width: 35px;
            height: 35px; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr {
    width: calc(100% - 52px);
    margin-right: 5px; }
  @media screen and (max-width: 767px) {
          .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr {
            width: calc(100% - 47px); } }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr h5 {
    color: #78a23f;
    margin: 0; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr h5:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 767px) {
            .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr h5 {
              color: #2c3037; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr p {
    color: #a4aab6;
    margin: 0; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-user-attr p:first-letter {
    text-transform: capitalize; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .last-message-text {
    color: #2c3037; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .last-message-text p:last-of-type {
    margin-bottom: 0; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-meta {
    text-align: right; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-meta p {
    background: #78a23f;
    border-radius: 10px;
    padding: 3px 5px;
    margin: 0 0 3px;
    min-width: 23px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 127.3%;
    text-align: center;
    color: #fff;
    display: inline-block; }
  .all-chats-wrapper .chat-table .chat-row .chat-column .chat-meta span {
    color: #a4aab6;
    display: block; }
  .all-chats-wrapper .chat-table .chat-row .chat-column-first {
    padding-left: 0;
    display: flex;
    align-items: center;
    width: 35%; }
  @media screen and (max-width: 767px) {
        .all-chats-wrapper .chat-table .chat-row .chat-column-first {
          width: 100%;
          border-right: none;
          padding-left: 0; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column-second {
    width: 50%; }
  @media screen and (max-width: 767px) {
        .all-chats-wrapper .chat-table .chat-row .chat-column-second {
          width: 100%;
          padding: 0; } }
  .all-chats-wrapper .chat-table .chat-row .chat-column-third {
    width: 15%;
    padding-right: 0;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  @media screen and (max-width: 767px) {
        .all-chats-wrapper .chat-table .chat-row .chat-column-third {
          width: 100%;
          padding-right: 0; } }
  .all-chats-wrapper .chat-table .chat-row:last-child .chat-column {
    border-bottom: none; }

.faq-accordion {
  margin: 30px 0 50px; }
  .faq-accordion .accordion-item {
    margin-bottom: 15px;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06); }
  .faq-accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px;
    background: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #3a4557;
    opacity: 0.6; }
  .faq-accordion .accordion-item .accordion-header .accordion-button:after {
    width: 10px;
    height: 7px;
    background-image: url(/images/arr-path.svg);
    background-size: contain; }
  .faq-accordion .accordion-item .accordion-header .accordion-button span {
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 25px);
    pointer-events: none;
    text-align: left;
    white-space: nowrap; }
  @media screen and (max-width: 1199px) {
          .faq-accordion .accordion-item .accordion-header .accordion-button span {
            white-space: normal; } }
  .faq-accordion .accordion-item .accordion-header .accordion-button span:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #3a4557; }
  @media screen and (max-width: 1199px) {
            .faq-accordion .accordion-item .accordion-header .accordion-button span:after {
              max-width: 80%; } }
  @media screen and (max-width: 575px) {
            .faq-accordion .accordion-item .accordion-header .accordion-button span:after {
              display: none; } }
  .faq-accordion .accordion-item .accordion-collapse {
    border: none;
    border-top: 1px solid rgba(164, 170, 182, 0.3); }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 20px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body label {
    padding-left: 14px; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body .form-group {
    margin-bottom: 15px; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body input {
    padding: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157%;
    color: #2c3037; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body textarea {
    padding: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157%;
    color: #2c3037; }
  .faq-accordion .accordion-item .accordion-collapse .accordion-body .btn {
    min-width: 190px;
    margin: 5px auto 0; }

.faq-collapse .collapse-form {
  padding: 20px 17px 35px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
  margin: 0 -17px; }
  .faq-collapse .collapse-form label {
    padding-left: 14px; }
  .faq-collapse .collapse-form .form-group {
    margin-bottom: 15px; }
  .faq-collapse .collapse-form input {
    padding: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157%;
    color: #2c3037; }
  .faq-collapse .collapse-form textarea {
    padding: 12px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 157%;
    color: #2c3037; }
  .faq-collapse .collapse-form .btn {
    min-width: 190px;
    margin: 5px auto 0; }
  .faq-collapse .collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px; }
  .faq-collapse .collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 0;
    background: url('/images/tr-icon.png') no-repeat center;
    transition: all 0.25s ease; }
  .faq-collapse .collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 40px);
    pointer-events: none; }
  .faq-collapse .collapse-form .collapse-title h5 span {
    white-space: nowrap; }
  .faq-collapse .collapse-form .collapse-title h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  .faq-collapse .collapse-form .collapse-title.collapsed:after {
    transform: rotate(180deg); }
  .faq-collapse .collapse-form .collapse-title-info {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #2c3037;
    opacity: 0.6;
    margin: 3px 0;
    display: block; }
  .faq-collapse .collapse-form .card-body {
    padding: 15px 0 0;
    border: none; }
  .faq-collapse .collapse-form .card-body:last-child {
    padding: 0; }
  @media screen and (max-width: 479px) {
      .faq-collapse .collapse-form .card-body:last-child {
        padding: 0; } }

@media screen and (max-width: 991px) {
    .claims-btns {
      width: 100%;
      justify-content: center !important;
      margin: 15px 0;
      flex-wrap: wrap; } }
  @media screen and (max-width: 479px) {
  .claims-btns {
    margin: 15px 0 0; } }
  .claims-btns .btn {
    margin-left: 15px; }
  .claims-btns .btn:first-child {
    margin-left: 0; }
  @media screen and (max-width: 479px) {
    .claims-btns .btn {
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 5px; } }

@media screen and (max-width: 991px) {
    .top-title-custom {
      flex-wrap: wrap; } }

@media (min-width: 576px) {
    .review-modal .modal-dialog {
      max-width: 670px; } }
  .review-modal .modal-content .modal-body {
    padding: 25px 17px; }
  .review-modal .modal-content .modal-body label {
    padding-left: 12px; }
  .review-modal .modal-content .modal-body .form-group-with-bottom-border {
    padding-bottom: 45px;
    border-bottom: 1px solid #a4aab6; }
  .review-modal .modal-content .modal-body textarea {
    min-height: 149px; }
  .review-modal .modal-content .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1072; }
  @media screen and (max-width: 399px) {
      .review-modal .modal-content .btn-close {
        top: 10px;
        right: 10px; } }

.complete-project-notification {
  width: 100%;
  min-height: 110px;
  background: #ffa800;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: stretch;
  margin-bottom: 20px; }
  .complete-project-notification .complete-project-info {
    width: 110px;
    background: #fff5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  .complete-project-notification .complete-project-info span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 119.4%;
    text-align: center;
    color: #f90; }
  .complete-project-notification .complete-project-info .complete-icon {
    margin: 10px 0; }
  .complete-project-notification .complete-project-info .complete-icon img:nth-child(2) {
    margin: 0 7px; }
  .complete-project-notification .complete-project-text {
    width: calc(100% - 110px);
    padding: 12px 9px; }
  .complete-project-notification .complete-project-text h4 {
    color: #fff;
    margin-bottom: 10px; }
  .complete-project-notification .complete-project-text p {
    color: #fff;
    margin-bottom: 0; }

.awards-steps .single-project-info .collapse-title {
  padding: 0 25px 0 25px;
  position: relative; }
  @media screen and (max-width: 575px) {
      .awards-steps .single-project-info .collapse-title {
        padding: 0 20px; } }
  .awards-steps .single-project-info .collapse-title .spin {
    position: absolute;
    top: -2px;
    left: 25px;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    background: url('/images/spin.svg') no-repeat center center; }
  @media screen and (max-width: 575px) {
        .awards-steps .single-project-info .collapse-title .spin {
          top: -5px;
          left: 20px;
          width: 30px;
          height: 30px;
          background-size: contain; } }
  @media screen and (max-width: 340px) {
        .awards-steps .single-project-info .collapse-title .spin {
          top: 3px; } }
  .awards-steps .single-project-info .collapse-title:after {
    top: 11px;
    right: 25px; }
  @media screen and (max-width: 575px) {
        .awards-steps .single-project-info .collapse-title:after {
          top: 7px;
          right: 20px; } }
  .awards-steps .single-project-info .collapse-title h3 {
    color: #2c3037;
    border-bottom: 2px solid #e0edd0;
    padding-bottom: 20px;
    width: 100%;
    margin-bottom: 0;
    padding-left: 40px; }
  @media screen and (max-width: 575px) {
        .awards-steps .single-project-info .collapse-title h3 {
          padding-left: 35px;
          padding-right: 5px; } }
  .awards-steps .single-project-info .collapse-title h3:after {
    display: none; }
  .awards-steps .single-project-info .collapse-title h3 span {
    opacity: 0.6; }
  .awards-steps .single-project-info .collapse .card {
    padding: 15px 25px 0 25px; }
  @media screen and (max-width: 575px) {
        .awards-steps .single-project-info .collapse .card {
          padding: 15px 20px 0; } }
  .awards-steps .single-project-info .collapse .card .award-info {
    display: flex;
    align-items: flex-start;
    width: 100%; }
  .awards-steps .single-project-info .collapse .card img {
    width: 70px;
    height: auto;
    margin-right: 30px; }
  @media screen and (max-width: 575px) {
          .awards-steps .single-project-info .collapse .card img {
            width: 40px;
            margin-right: 20px; } }
  .awards-steps .single-project-info .collapse .card .award-step {
    width: calc(100% - 100px); }
  @media screen and (max-width: 575px) {
          .awards-steps .single-project-info .collapse .card .award-step {
            width: calc(100% - 60px); } }
  .awards-steps .single-project-info .collapse .card .award-step p {
    font-weight: 600;
    margin-bottom: 15px; }
  .awards-steps .single-project-info .collapse .card .award-step .btn-primary {
    min-width: 170px;
    height: 40px; }
  @media screen and (max-width: 575px) {
            .awards-steps .single-project-info .collapse .card .award-step .btn-primary {
              min-width: 100px; } }
  @media screen and (max-width: 399px) {
            .awards-steps .single-project-info .collapse .card .award-step .btn-primary {
              min-width: 100%; } }
  .awards-steps .single-project-info .collapse .card .award-step .btn-secondary {
    min-width: 120px;
    height: 40px;
    margin-left: 20px; }
  @media screen and (max-width: 575px) {
            .awards-steps .single-project-info .collapse .card .award-step .btn-secondary {
              min-width: 100px; } }
  @media screen and (max-width: 399px) {
            .awards-steps .single-project-info .collapse .card .award-step .btn-secondary {
              min-width: 100%;
              margin-left: 0;
              margin-top: 10px; } }
  .awards-steps.awards-steps-2 .single-project-info .collapse-title .spin {
    background: url('/images/spin2.svg') no-repeat center center; }
  @media screen and (max-width: 575px) {
          .awards-steps.awards-steps-2 .single-project-info .collapse-title .spin {
            background-size: contain; } }
  .awards-steps.awards-steps-2 .single-project-info .collapse .card img {
    width: 85px; }
  @media screen and (max-width: 575px) {
            .awards-steps.awards-steps-2 .single-project-info .collapse .card img {
              width: 55px; } }
  .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step {
    width: calc(100% - 115px); }
  @media screen and (max-width: 575px) {
            .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step {
              width: calc(100% - 75px); } }
  .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step p a {
    color: #78a23f; }
  .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step .btn-secondary {
    min-width: 120px;
    height: 40px;
    margin-left: 20px; }
    @media screen and (max-width: 575px) {
            .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step .btn-secondary {
              min-width: 100px; } }
    @media screen and (max-width: 399px) {
            .awards-steps.awards-steps-2 .single-project-info .collapse .card .award-step .btn-secondary {
              min-width: 100%;
              margin-left: 0;
              margin-top: 10px; } }

.left-sidebar {
  width: 340px;
  padding: 0 15px 0 0; }
  @media screen and (max-width: 991px) {
  .left-sidebar {
    width: 100%;
    padding: 0; } }
  @media screen and (max-width: 575px) {
  .left-sidebar {
    padding: 0 15px; } }
  .left-sidebar h3 {
    margin-bottom: 25px;
    pointer-events: none; }
  @media screen and (max-width: 575px) {
    .left-sidebar h3 {
      padding: 0 10px;
      font-size: 18px;
      line-height: 21px; } }

.right-content-block {
  width: calc(100% - 340px);
  padding: 0; }
  @media screen and (max-width: 991px) {
  .right-content-block {
    width: 100%; } }
  @media screen and (max-width: 575px) {
  .right-content-block {
    padding: 0 15px; } }

.sidebar-wrapper .sidebar-block {
  padding: 17px 35px 22px;
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px; }
  @media screen and (max-width: 991px) {
  .sidebar-wrapper .sidebar-block {
    padding: 20px 15px;
    margin-bottom: 12px; } }
  .sidebar-wrapper .card-body {
    padding: 12px 0 0;
    border: none; }
  .sidebar-wrapper label {
    width: 100%;
    padding-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    margin-bottom: 7px; }
  .sidebar-wrapper .form-group {
    margin-bottom: 12px; }
  .sidebar-wrapper .inline-form-group {
    flex-wrap: wrap;
    margin-bottom: 12px; }
  .sidebar-wrapper .inline-form-group .form-group {
    margin-bottom: 0; }
  .sidebar-wrapper .amount-form-group .input-group input {
    font-size: 12px;
    padding-left: 45px;
    text-align: center; }
  .sidebar-wrapper .amount-form-group .input-group .input-group-text {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 30px;
    color: rgba(164, 170, 182, 0.7);
    padding: 0 5px 0 0;
    left: 12px;
    border-right: 1px solid rgba(164, 170, 182, 0.7);
    min-width: 33px; }
  @media screen and (max-width: 479px) {
    .sidebar-wrapper .amount-form-group .form-group {
      width: 48%; } }
  .sidebar-wrapper .dates-input-group {
    display: flex;
    align-items: stretch; }
  .sidebar-wrapper .dates-input-group .date-input {
    position: relative;
    width: 50%; }
  .sidebar-wrapper .dates-input-group .date-input .input-group-text {
    padding: 0 7px 0 0;
    left: 10px; }
  .sidebar-wrapper .dates-input-group .date-input .input-group-text img {
    width: 14px;
    height: auto; }
  .sidebar-wrapper .dates-input-group .date-input .form-control {
    font-size: 12px;
    text-align: center;
    padding-left: 40px;
    background-color: #fff; }
  .sidebar-wrapper .form-btns {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-top: 30px; }
  .sidebar-wrapper .form-btns .btn {
    margin-right: 15px; }
  .sidebar-wrapper .form-btns .btn:last-child {
    margin-right: 0; }
  .sidebar-wrapper .range-group {
    position: relative;
    margin-bottom: 24px; }
  .sidebar-wrapper .range-group #start-range {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000;
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 100%; }
  .sidebar-wrapper .range-group #end-range {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 100%; }
  .sidebar-wrapper .range-group #end-range:before {
    content: '$';
    margin-right: 2px;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    color: #000; }
  .sidebar-wrapper .range-group input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #c4c4c4;
    border-radius: 15px;
    outline: none;
    opacity: 0.9;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s; }
  .sidebar-wrapper .range-group input[type=range]:hover {
    opacity: 1; }
  .sidebar-wrapper .range-group input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #fff;
    cursor: pointer;
    border: 3px solid #78a23f;
    margin-top: -6px; }
  .sidebar-wrapper .range-group input[type=range]::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #78a23f;
    cursor: pointer; }
  .sidebar-wrapper .range-group input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #78a23f;
    border-radius: 15px; }
  .sidebar-wrapper .range-group input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #78a23f;
    border-radius: 15px; }
  .sidebar-wrapper .range-group input[type=range]::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent; }
  .sidebar-wrapper .range-group input[type=range]::-ms-fill-lower {
    background: #78a23f;
    border-radius: 15px; }
  .sidebar-wrapper .range-group input[type=range]::-ms-fill-upper {
    background: #78a23f;
    border-radius: 15px; }

.sidebar-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 13px;
  border-bottom: 1px solid #e0edd0;
  color: #2c3037 !important;
  font-weight: 600; }
  @media screen and (max-width: 991px) {
  .sidebar-title {
    border-bottom: none;
    padding-bottom: 0; } }
  .sidebar-title svg {
    transition: all 0.25s ease-in-out;
    pointer-events: none; }
  .sidebar-title[aria-expanded="true"] svg {
    transform: rotate(180deg); }

.search-projects-block {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 22px;
  position: relative;
  margin-bottom: 17px;
  display: flex;
  align-items: center; }
  .search-projects-block input {
    width: 100%;
    padding: 5px 15px 5px 35px;
    border: 1px solid transparent;
    border-bottom: 1px solid #c4c4c4;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    height: auto;
    transition: all 0.25s ease-in-out; }
  .search-projects-block input::-webkit-input-placeholder {
    line-height: 100%; }
  .search-projects-block input:-ms-input-placeholder {
    line-height: 100%; }
  .search-projects-block input::placeholder {
    line-height: 100%; }
  .search-projects-block input::-moz-placeholder {
    line-height: 145%; }
  .search-projects-block input:-moz-placeholder {
    line-height: 145%; }
  .search-projects-block svg {
    position: absolute;
    top: auto;
    left: 35px;
    pointer-events: none;
    z-index: 2; }

.tags-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 25px;
  margin-bottom: 17px; }
  @media screen and (max-width: 991px) {
  .tags-block {
    padding: 0;
    margin-bottom: 15px; } }
  .tags-block .selected-items {
    padding-right: 15px; }
  .tags-block .sorting-field {
    text-align: right; }
  .tags-block .sorting-field button {
    padding: 0;
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #a4aab6;
    outline: none;
    text-transform: capitalize; }
  .tags-block .sorting-field button:after {
    margin-left: 5px;
    vertical-align: 2px; }
  .tags-block .sorting-field .dropdown-item {
    text-transform: capitalize; }
  .tags-block .sorting-field .dropdown-item:active {
    background-color: #78a23f; }

.all-projects-wrapper .single-project-wrapper {
  margin-bottom: 15px;
  position: relative;
  padding: 25px 20px;
  border: 1px solid #e0edd0;
  border-radius: 8px; }
  .all-projects-wrapper .single-project-wrapper:last-child {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .all-projects-wrapper .single-project-wrapper {
      padding: 25px 15px; } }
  .all-projects-wrapper .project-char-list {
    margin-bottom: 15px;
    padding: 0 0 15px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .all-projects-wrapper .project-char-list {
      width: calc(100% - 170px);
      right: 15px; } }
  .all-projects-wrapper .project-description {
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #e0edd0; }
  .all-projects-wrapper .project-details {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .all-projects-wrapper .project-details .project-date {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #a4aab6; }
  .all-projects-wrapper .project-details .project-date:first-letter {
    text-transform: capitalize; }
  .all-projects-wrapper .project-details a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%; }
  .all-projects-wrapper .provider-card {
    position: absolute;
    top: 80px;
    right: 20px;
    background: linear-gradient(0deg, #fff, #fff), #c4c4c4;
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.06);
    padding: 6px 30px 10px;
    max-width: 350px; }
  @media screen and (max-width: 1199px) {
    .all-projects-wrapper .provider-card {
      padding: 6px 15px 10px;
      max-width: 250px; } }
  @media screen and (max-width: 991px) {
    .all-projects-wrapper .provider-card {
      max-width: 300px; } }
  @media screen and (max-width: 767px) {
    .all-projects-wrapper .provider-card {
      max-width: 170px;
      right: 15px; } }
  @media screen and (max-width: 575px) {
    .all-projects-wrapper .provider-card {
      max-width: 100%; } }
  .all-projects-wrapper .provider-card span {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    margin-bottom: 5px; }
  .all-projects-wrapper .provider-card .provider-info {
    display: flex;
    align-items: flex-start; }
  .all-projects-wrapper .provider-card .provider-info img {
    border-radius: 5px;
    height: 40px;
    width: 40px;
    object-fit: cover;
    object-position: center;
    margin-right: 7px; }
  @media screen and (max-width: 575px) {
        .all-projects-wrapper .provider-card .provider-info img {
          height: 26px;
          width: 26px;
          margin-right: 5px; } }
  .all-projects-wrapper .provider-card .provider-info .provider-name {
    width: calc(100% - 47px); }
  .all-projects-wrapper .provider-card .provider-info .provider-name h5 {
    margin-bottom: 0;
    color: #2c3037;
    transition: all 0.25s ease-in-out; }
  @media screen and (max-width: 575px) {
          .all-projects-wrapper .provider-card .provider-info .provider-name h5 {
            margin-bottom: 0;
            margin-right: 5px; } }
  @media (min-width: 576px) and (max-width: 767px) {
          .all-projects-wrapper .provider-card .provider-info .provider-name h5 {
            word-break: break-word; } }
  .all-projects-wrapper .provider-card .provider-info .provider-name a {
    transition: all 0.25s ease-in-out; }
  .all-projects-wrapper .provider-card .provider-info .provider-name a:hover h5 {
    color: #78a23f; }
  @media screen and (max-width: 575px) {
          .all-projects-wrapper .provider-card .provider-info .provider-name p {
            color: #78a23f; } }
  @media screen and (max-width: 575px) {
    .all-projects-wrapper .provider-item img {
      height: 26px;
      width: 26px;
      margin-right: 5px;
      border-radius: 5px;
      object-fit: cover;
      object-position: center; }

    .all-projects-wrapper .provider-item h5 {
      color: #2c3037;
      margin-bottom: 0;
      margin-right: 5px;
      line-height: 150%;
      transition: all 0.25s ease-in-out; }

    .all-projects-wrapper .provider-item a {
      transition: all 0.25s ease-in-out;
      color: #2c3037; }
      .all-projects-wrapper .provider-item a:hover {
        color: #78a23f; }
        .all-projects-wrapper .provider-item a:hover h5 {
          color: #78a23f; }

    .all-projects-wrapper .provider-item p {
      color: #78a23f !important; } }
  @media screen and (max-width: 479px) {
    .all-projects-wrapper .provider-item img {
      margin-bottom: 10px; }

    .all-projects-wrapper .provider-item h5 {
      margin-bottom: 10px; }

    .all-projects-wrapper .provider-item span {
      flex-wrap: wrap; } }

.all-biller-projects {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 25px; }
  .all-biller-projects .single-project-wrapper {
    width: 49%;
    margin-left: 1%;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e0edd0;
    border-radius: 0;
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start; }
  .all-biller-projects .single-project-wrapper:last-child {
    margin-bottom: 15px; }
  .all-biller-projects .single-project-wrapper:nth-child(2n) {
    margin-left: 0;
    margin-right: 1%; }
  .all-biller-projects .single-project-wrapper:hover {
    border: 1px solid #78a23f; }
  @media screen and (max-width: 767px) {
    .all-biller-projects .single-project-wrapper {
      width: 100%;
      margin-left: 0; }
      .all-biller-projects .single-project-wrapper:nth-child(2n) {
        margin-left: 0;
        margin-right: 0; }
      .all-biller-projects .single-project-wrapper:last-child {
        margin-bottom: 0; } }
  .all-biller-projects .project-main-info .project-title {
    margin-bottom: 10px; }
  .all-biller-projects .project-main-info .project-title a {
    text-decoration: none;
    color: #2c3037;
    transition: all 0.25s ease-in-out; }
  .all-biller-projects .project-main-info .project-title a h4 {
    color: #2c3037;
    transition: all 0.25s ease-in-out; }
  .all-biller-projects .project-main-info .project-title a:hover {
    color: #78a23f; }
  .all-biller-projects .project-main-info .project-title a:hover h4 {
    color: #78a23f; }
  .all-biller-projects .project-main-info .project-char-list {
    width: 100%;
    padding: 0;
    border: none; }
  .all-biller-projects .project-main-info .project-char-list li p {
    min-width: 125px;
    font-size: 14px; }
  @media screen and (max-width: 479px) {
          .all-biller-projects .project-main-info .project-char-list li p {
            min-width: auto;
            width: 42%; } }
  .all-biller-projects .project-main-info .project-char-list li span {
    font-size: 16px;
    line-height: 22px; }
  .all-biller-projects .project-main-info .project-char-list li span:nth-child(2) {
    position: relative;
    top: -1px; }
  @media screen and (max-width: 479px) {
          .all-biller-projects .project-main-info .project-char-list li span {
            justify-content: flex-end;
            width: 58%;
            text-align: right; } }
  .all-biller-projects .project-main-info .project-information {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e0edd0;
    align-self: flex-end;
    width: 100%; }
  @media screen and (max-width: 479px) {
      .all-biller-projects .project-main-info .project-information {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; } }
  .all-biller-projects .project-main-info .project-information .project-status {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 90px;
    padding: 4px 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .all-biller-projects .project-main-info .project-information .project-status.in-progress {
    border: 1px solid #f99746;
    color: #f99746; }
  .all-biller-projects .project-main-info .project-information .project-status.processing {
    border: 1px solid #f99746;
    color: #f99746; }
  .all-biller-projects .project-main-info .project-information .project-status.on-review {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .all-biller-projects .project-main-info .project-information .project-status.completed {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .all-biller-projects .project-main-info .project-information .project-status.published {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .all-biller-projects .project-main-info .project-information .project-status.accepted {
    border: 1px solid #78a23f;
    color: #78a23f; }
  .all-biller-projects .project-main-info .project-information .project-status.disputed {
    border: 1px solid #eb5757;
    color: #eb5757; }
  @media screen and (max-width: 479px) {
        .all-biller-projects .project-main-info .project-information .project-status {
          margin-bottom: 10px; } }
  @media screen and (max-width: 575px) {
        .all-biller-projects .project-main-info .project-information .project-btns {
          text-align: center; } }
  .all-biller-projects .project-main-info .project-information .project-btns .btn:hover {
    background: #78a23f;
    color: #fff; }
  .all-biller-projects .project-main-info.accepted {
    border: 1px solid #78a23f; }
  .all-biller-projects .project-main-info.in-progress {
    border: 1px solid #f99746; }
  .all-biller-projects .project-main-info.processing {
    border: 1px solid #f99746; }
  .all-biller-projects .project-main-info.on-review {
    border: 1px solid rgba(235, 87, 87, 0.3); }
  .all-biller-projects .project-main-info.disputed {
    border: 1px solid rgba(235, 87, 87, 0.3); }
  .all-biller-projects .project-main-info.completed {
    border: 1px solid #a4aab6; }
  .all-biller-projects .project-main-info.published {
    border: 1px solid #a4aab6; }
  .all-biller-projects .project-main-info:hover {
    border: 1px solid #78a23f; }

.filter-panel {
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 25px 20px;
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
  .filter-panel {
    flex-wrap: wrap; } }
  .filter-panel .search-projects-block {
    width: 50%;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .filter-panel .search-projects-block {
      width: 100%;
      margin-bottom: 20px; } }
  .filter-panel .search-projects-block input {
    padding: 3px 15px 3px 25px;
    height: 28px; }
  .filter-panel .search-projects-block svg {
    left: 5px; }
  .filter-panel .show-items-block {
    width: 50%;
    padding-left: 18px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 767px) {
    .filter-panel .show-items-block {
      width: 100%;
      padding-left: 0; } }
  .filter-panel .show-items-block select {
    background: #fff;
    border: 1px solid #a4aab6;
    padding: 3px 10px;
    max-width: 135px;
    min-width: 135px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    height: 28px;
    margin-right: 13px;
    outline: none; }
  .filter-panel .show-items-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center; }
  .filter-panel .show-items-block ul span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    color: #a4aab6;
    margin-right: 5px; }
  .filter-panel .show-items-block ul li {
    margin-right: 6px;
    line-height: 0; }
  .filter-panel .show-items-block ul li:last-child {
    margin-right: 0; }
  .filter-panel .show-items-block ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #a4aab6; }
  .filter-panel .show-items-block ul li a:hover {
    color: #78a23f; }
  .filter-panel .show-items-block ul li.current-show-element a {
    font-weight: bold;
    color: #78a23f; }

.error-page {
  padding: 50px 0 90px; }
  @media screen and (max-width: 767px) {
  .error-page {
    padding: 30px 0 50px; } }
  @media screen and (max-width: 575px) {
  .error-page {
    padding: 15px 0 40px; } }
  .error-page img {
    max-width: 100%; }

.access-page {
  position: relative;
  padding: 150px 0 150px;
  background: url(/images/access-3.svg) no-repeat right 320px;
  background-size: 250px 542px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 991px) {
  .access-page {
    padding: 100px 0;
    background: none; } }
  .access-page:before {
    content: '';
    width: 200px;
    height: 489px;
    position: absolute;
    top: calc(50% - 250px);
    left: 0;
    background: url(/images/access-1.svg) no-repeat center center;
    z-index: -1; }
  @media screen and (max-width: 991px) {
    .access-page:before {
      display: none; } }
  .access-page:after {
    content: '';
    width: 300px;
    height: 311px;
    position: absolute;
    top: -74px;
    right: 5px;
    background: url(/images/access-2.svg) no-repeat center center;
    z-index: -1; }
  @media screen and (max-width: 991px) {
    .access-page:after {
      display: none; } }
  .access-page .access-block {
    background: #fff;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 35px 65px 65px; }
  @media screen and (max-width: 575px) {
    .access-page .access-block {
      padding: 35px 35px 45px; } }
  .access-page .access-block .access-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 35px; }
  .access-page .access-block .access-imgs img {
    max-width: 100%; }
  .access-page .access-block h2 {
    text-align: center;
    margin-bottom: 30px; }
  .access-page .access-block .access-btns {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (max-width: 479px) {
      .access-page .access-block .access-btns {
        flex-wrap: wrap; } }
  .access-page .access-block .access-btns .btn {
    margin: 0 7px;
    min-width: 156px; }
  @media screen and (max-width: 479px) {
        .access-page .access-block .access-btns .btn {
          margin: 0 0 15px;
          min-width: 100%; }
          .access-page .access-block .access-btns .btn:last-child {
            margin: 0; } }

.claims-list-filter {
  justify-content: space-between; }
  .claims-list-filter .search-projects-block {
    width: 395px; }
  @media screen and (max-width: 767px) {
      .claims-list-filter .search-projects-block {
        width: 100%; } }
  @media screen and (max-width: 767px) {
      .claims-list-filter .show-items-block {
        width: 35%; } }
  @media screen and (max-width: 575px) {
      .claims-list-filter .show-items-block {
        width: 100%;
        margin: 0 0 15px; } }
  .claims-list-filter .dropdown .btn {
    white-space: nowrap; }
  @media screen and (max-width: 360px) {
      .claims-list-filter .dropdown {
        width: 100%;
        margin-top: 10px;
        margin-left: 0 !important;
        text-align: center; }
        .claims-list-filter .dropdown .btn {
          width: 100%; } }
  @media screen and (max-width: 360px) {
      .claims-list-filter .btn-primary {
        width: 46%; } }
  @media screen and (max-width: 360px) {
      .claims-list-filter form {
        width: 46%; }
        .claims-list-filter form .btn-primary {
          width: 100%; } }
  .claims-list-table table {
    margin-bottom: 45px; }
  .claims-list-table table thead {
    background: transparent; }
  .claims-list-table table thead tr {
    background: transparent;
    border-bottom: 1px solid #8ebb51; }
  .claims-list-table table thead tr th:not(:last-child) {
    border-right: 1px solid rgba(196, 196, 196, 0.2) !important; }
  .claims-list-table table tbody tr:nth-child(odd) {
    background: #fff; }
  .claims-list-table table tbody tr td {
    white-space: nowrap; }
  .claims-list-table table tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(196, 196, 196, 0.2) !important; }
  .claims-list-table table tbody tr td:nth-child(4) {
    max-width: 200px; }
    .claims-list-table table tbody tr td:nth-child(4) a {
      white-space: normal;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
    .claims-list-table table tbody tr td:nth-child(4) a span {
      margin: 0 5px 2px;
      left: 0; }
    @media screen and (max-width: 991px) {
                .claims-list-table table tbody tr td:nth-child(4) a span {
                  margin: 3px; } }
    .claims-list-table table tbody tr td:nth-child(4) a span:before {
      display: none; }
  .claims-list-table table tbody tr td:nth-child(5) a {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .claims-list-table table tbody tr td:nth-child(5) a span {
      margin: 0 5px 2px;
      left: 0; }
    @media screen and (max-width: 991px) {
                .claims-list-table table tbody tr td:nth-child(5) a span {
                  margin: 3px; } }
    .claims-list-table table tbody tr td:nth-child(5) a span:before {
      display: none; }
  .claims-list-table table tbody tr td.disabled {
    color: #a4aab6; }
  .claims-list-table table tbody tr td.table-claim-status .dropdown-container {
    position: relative;
    text-align: center;
    justify-content: center;
    display: flex; }
    .claims-list-table table tbody tr td.table-claim-status .dropdown-container button {
      margin: 0; }
    .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content {
      display: none;
      background: #fff;
      box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
      padding: 9px 10px;
      position: absolute;
      min-width: 150px;
      border-radius: 8px;
      transform: translate3d(-70%, 0px, 0px) !important;
      top: -16px !important;
      /*left: auto !important;*/
      border: none; }
    .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content.show {
      display: block; }
    .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left; }
      .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item {
        font-size: 14px;
        line-height: 150%; }
        .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item:not(:last-child) {
          margin-bottom: 9px; }
        .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item span {
          margin-right: 5px;
          display: inline-block; }
          .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item span:before {
            display: none; }
        .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item a {
          color: #2c3037; }
          .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item a:hover {
            color: #78a23f; }
        .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item-delete {
          color: #eb5757; }
        .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item:hover {
          color: #78a23f; }
          .claims-list-table table tbody tr td.table-claim-status .dropdown-container .dropdown-content-menu .menu-item:hover a {
            color: #78a23f; }
  .claims-list-table table tbody tr td.edit {
    /*display: flex;
     align-items: center;
     justify-content: center;*/ }
    .claims-list-table table tbody tr td.edit .dropdown-container {
      position: relative; }
    .claims-list-table table tbody tr td.edit .dropdown-container button {
      border: none;
      background: transparent;
      margin-left: 7px; }
    .claims-list-table table tbody tr td.edit .dropdown-container button.dropdown-toggle:after {
      display: none; }
    .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content {
      display: none;
      background: #fff;
      box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.09);
      padding: 9px 10px;
      position: absolute;
      top: -15px;
      left: -150px;
      min-width: 150px;
      border-radius: 8px;
      transform: translate3d(-166px, 0px, 0px) !important;
      top: -16px !important;
      left: 20px !important;
      border: none; }
    .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content:after {
      top: 20px;
      right: -7px;
      position: absolute;
      display: block;
      content: '';
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 7px solid #fff; }
    .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content.show {
      display: block; }
    .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu {
      list-style: none;
      padding: 0;
      margin: 0;
      text-align: left; }
      .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item {
        font-size: 14px;
        line-height: 150%; }
        .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item:not(:last-child) {
          margin-bottom: 9px; }
        .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item span {
          margin-right: 5px;
          display: inline-block;
          left: 0; }
          .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item span:before {
            display: none; }
        .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item a {
          color: #2c3037; }
        .claims-list-table table tbody tr td.edit .dropdown-container .dropdown-content-menu .menu-item-delete {
          color: #eb5757; }
  .claims-list-table table tbody tr td.in-progress button {
    position: relative;
    padding: 3px 15px 4px 10px; }
    .claims-list-table table tbody tr td.in-progress button.not-arrow {
      padding: 3px 10px 4px 10px; }
    .claims-list-table table tbody tr td.in-progress button.not-arrow:after {
      display: none; }
    .claims-list-table table tbody tr td.in-progress button:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 9px;
      right: 6px;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 3px solid #f99746; }
  .claims-list-table table tbody tr:last-of-type td.table-claim-status .dropdown-container .dropdown-content {
    bottom: -50px !important;
    top: auto !important; }
    .claims-list-table table tbody tr:last-of-type td.edit .dropdown-container .dropdown-content {
      bottom: -50px !important;
      top: auto !important; }
      .claims-list-table table tbody tr:last-of-type td.edit .dropdown-container .dropdown-content:after {
        top: auto;
        bottom: 55px; }
  .claims-list-table table tbody tr:hover {
    background-color: #e0edd0 !important;
    cursor: pointer; }
  .claims-list-table .pagination-block {
    justify-content: flex-end; }

.import-notice {
  display: flex;
  justify-content: center;
  margin: 0; }
  .import-notice .alert {
    padding: 0.25rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    font-size: 14px;
    line-height: 24px; }
  .import-notice .alert a {
    text-decoration: underline;
    transition: all 0.25s ease-in-out; }
  .import-notice .alert a:hover {
    text-decoration: underline; }

.profile-info {
  padding: 30px 30px 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
  .profile-info {
    padding: 30px 20px 0px; } }
  .profile-info .profile-detail {
    display: flex;
    margin-bottom: 12px; }
  .profile-info .profile-detail-img {
    margin-right: 20px;
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 6px;
    overflow: hidden;
    background-size: cover !important;
    display: inline-flex; }
  .profile-info .profile-detail-text {
    width: calc(100% - 84px);
    word-break: break-all; }
  .profile-info .profile-detail-text h2 {
    margin-bottom: 3px;
    font-size: 30px;
    line-height: 36px; }
  @media screen and (max-width: 575px) {
        .profile-info .profile-detail-text h2 {
          font-size: 18px;
          line-height: 21px; } }
  .profile-info .profile-detail-text p {
    color: #78a23f;
    margin-bottom: 0; }
  .profile-info .profile-rating {
    padding: 23px 17px;
    border: 1px solid #e0edd0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .profile-info .profile-rating {
      padding: 15px 10px; } }
  @media screen and (max-width: 575px) {
    .profile-info .profile-rating {
      padding: 25px 10px;
      margin-left: -15px;
      margin-right: -15px; } }
  .profile-info .profile-rating-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center; }
  .profile-info .profile-rating-item:not(:last-child) {
    padding-bottom: 21px;
    margin-bottom: 23px;
    border-bottom: 1px solid #e0edd0; }
  .profile-info .profile-rating-left h6, .profile-info .profile-rating-right h6 {
    margin-bottom: 0; }
  @media screen and (max-width: 575px) {
        .profile-info .profile-rating-left h6, .profile-info .profile-rating-right h6 {
          font-size: 16px;
          line-height: 19px; } }
  .profile-info .profile-rating-right {
    min-width: 132px;
    margin-left: 25px; }
  @media (min-width: 992px) and (max-width: 1199px) {
      .profile-info .profile-rating-right {
        margin-left: 15px;
        min-width: 60px; } }
  @media screen and (max-width: 575px) {
      .profile-info .profile-rating-right {
        min-width: 60px; } }
  .profile-info .profile-list {
    padding-bottom: 20px; }
  .profile-info .profile-list-item p {
    margin-bottom: 4px; }
  .profile-info .profile-list-item a {
    color: #2c3037; }
  .profile-info .profile-list-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e0edd0; }

.profile-content .profile-project-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  .profile-content .profile-project-title h4 {
    margin-bottom: 0;
    margin-right: 10px;
    word-break: break-all; }
  .profile-content .profile-project-title h4:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 575px) {
      .profile-content .profile-project-title h4 {
        font-size: 16px;
        line-height: 19px; } }
  .profile-content .profile-project-title span {
    background: #eff6e7;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding: 6px 8px;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 13px;
    color: #78a23f;
    display: flex; }
  .profile-content .profile-project-title span:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background: url(/images/ver.svg) no-repeat center; }
  .profile-content-item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e0edd0; }
  .profile-content-item .text-additional-light {
    margin-bottom: 9px; }
  .profile-content-item .btns-block {
    margin-top: 30px; }
  .profile-content-item .btns-block .btn:not(:last-child) {
    margin-right: 12px; }
  @media screen and (max-width: 575px) {
          .profile-content-item .btns-block .btn:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; } }
  @media screen and (max-width: 575px) {
      .profile-content-item .btns-block {
        display: flex;
        flex-direction: column; } }
  .profile-content-description p:last-child {
    margin-bottom: 6px; }
  @media screen and (max-width: 575px) {
        .profile-content-description p.text-additional-light {
          font-size: 14px; } }
  @media screen and (max-width: 575px) {
      .profile-content-description p {
        font-size: 12px; } }
  .profile-content .project-detail-item {
    display: flex;
    margin-bottom: 7px; }
  .profile-content .project-detail-item .project-detail-left {
    margin-right: 10px;
    min-width: 106px;
    font-size: 14px;
    line-height: 150%; }
  .profile-content .project-detail-item .project-detail-right {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; }
  @media screen and (max-width: 575px) {
        .profile-content .project-detail-item .project-detail-right {
          font-size: 14px;
          line-height: 21px; } }
  .profile-content .project-detail-item .project-detail-right span {
    font-size: 14px;
    line-height: 150%;
    font-weight: normal; }
  @media screen and (max-width: 575px) {
          .profile-content .project-detail-item .project-detail-right span {
            font-size: 12px; } }

.profile-content-message .message-detail {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 399px) {
    .profile-content-message .message-detail {
      flex-direction: column; } }
  .profile-content-message .message-detail .message-info {
    display: flex;
    align-items: center; }
  .profile-content-message .message-detail .message-info .message-detail-img {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    margin-right: 13px;
    overflow: hidden;
    background-size: cover !important; }
  .profile-content-message .message-detail .message-info .message-detail-text {
    width: calc(100% - 67px); }
  .profile-content-message .message-detail .message-info h4, .profile-content-message .message-detail .message-info p {
    margin-bottom: 0; }
  .profile-content-message .message-detail .message-date {
    font-size: 14px;
    line-height: 150%; }
  .profile-content-message .message-text {
    padding: 22px 20px 17px 30px;
    background-color: #eff6e7;
    border-radius: 16px;
    margin-top: 24px;
    position: relative;
    z-index: 2; }
  @media screen and (max-width: 575px) {
    .profile-content-message .message-text {
      padding: 15px; } }
  .profile-content-message .message-text:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 50px solid #eff6e7;
    border-right: 100px solid transparent;
    top: -3px;
    left: 30px;
    z-index: -1;
    transform: rotate(15deg); }
  .profile-content-message .message-text h5 {
    text-transform: capitalize; }
  .profile-content-message .message-text p:last-child {
    margin-bottom: 0; }
  .profile-content-message .message-rating {
    margin-top: 15px; }

.message-box-container .pagination-block {
  margin-top: 30px; }

@media screen and (max-width: 575px) {
    .alt-page {
      padding: 10px 0 30px; }
      .alt-page .top-title {
        margin-bottom: 0; } }
  @media screen and (max-width: 575px) and (max-width: 575px) {
        .alt-page .btn-wrapper {
          text-align: center; } }

.edit-forms {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
  .edit-forms {
    max-width: 100%;
    width: 100%;
    overflow-x: auto; } }
  .edit-forms-title {
    padding: 0px 20px; }
  @media screen and (max-width: 767px) {
    .edit-forms-title {
      padding: 0px 15px 0 0; } }
  @media screen and (max-width: 575px) {
    .edit-forms-title {
      padding: 0px 20px; } }
  .edit-forms-body {
    padding: 0 30px 20px; }
  @media screen and (max-width: 1199px) {
    .edit-forms-body.edit-forms-body-claims {
      width: 1200px;
      overflow-x: auto; } }
  .edit-forms-row {
    display: flex;
    width: 100%;
    margin-bottom: 11px; }
  .edit-forms-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .edit-forms-btns {
      padding: 0px; } }
  @media screen and (max-width: 575px) {
    .edit-forms-btns {
      justify-content: flex-start;
      margin-top: 15px;
      padding: 0 20px; } }
  .edit-forms-btns .btn {
    margin-left: 20px; }
  .edit-forms-btns .btn:first-child {
    margin-left: 0; }
  .edit-forms .bottom-hr {
    margin: 13px 0 30px; }
  .edit-forms-col {
    position: relative; }
  .edit-forms-col:not(:last-child) {
    margin-right: 15px; }
  .edit-forms-col textarea {
    height: calc(100% - 44px);
    background: url('/images/textarea-bg.svg') no-repeat top;
    min-height: 40px; }
  .edit-forms-col label {
    margin-left: 12px;
    margin-bottom: 10px;
    white-space: nowrap; }
  .edit-forms-col select {
    padding: 0 21px 0 12px;
    line-height: 150%; }
  .edit-forms-col .select-wrapper svg {
    position: absolute;
    right: 12px;
    bottom: 17px; }
  .edit-forms-col .date-input {
    width: inherit; }
  .edit-forms-col .dates-input-group .date-input {
    width: 50%;
    position: relative;
    height: min-content; }
  .edit-forms-col .dates-input-group .date-input .form-control {
    width: 100%;
    min-width: auto; }
  .edit-forms-col .dates-input-group .date-input .input-group-text {
    padding: 0 8px 0 0;
    border-right: 1px solid #c4c4c4; }
  .edit-forms-col .dates-input-group .date-input-hr .form-control {
    padding-left: 0;
    max-width: 95px;
    text-align: center; }
  .edit-forms-col .dates-input-group-hr .date-input {
    width: 65%; }
  .edit-forms-col .dates-input-group-hr .date-input-hr {
    width: 35%; }
  .edit-forms-col.col-pre-icons .edit-forms-row {
    position: relative;
    padding-left: 30px; }
  .edit-forms-col.col-pre-icons .edit-forms-row:before {
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #8ebb51;
    border-radius: 50%;
    font-size: 12px;
    line-height: 150%;
    background-color: #e0edd0; }
  .edit-forms-col.col-pre-icons .edit-forms-row:not(:last-child):after {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px solid #e0edd0;
    background-color: #e0edd0;
    position: absolute;
    left: 9px;
    bottom: -60px; }
  .edit-forms-col.col-pre-icons .edit-forms-row:nth-child(2):before {
    content: 'a'; }
  .edit-forms-col.col-pre-icons .edit-forms-row:nth-child(3):before {
    content: 'b'; }
  .edit-forms-col.col-pre-icons .edit-forms-row:nth-child(4):before {
    content: 'c'; }
  .edit-forms-col.col-pre-icons .edit-forms-row:nth-child(5):before {
    content: 'd'; }
  .edit-forms-col.col-pre-icons .edit-forms-row:nth-child(6):before {
    content: 'e'; }
  .edit-forms .form-control {
    border: 1px solid #2c3037; }
  .edit-forms .form-control:focus {
    border: 1px solid #8ebb51; }
  .edit-forms .form-control::placeholder {
    color: #2c3037; }
  .edit-forms .form-control-date[readonly] {
    background-color: #fff; }
  .edit-forms .form-control:disabled {
    color: #2c3037; }
  .edit-forms .occurence-row input[type='number'] {
    max-width: 170px; }
  @media screen and (max-width: 1199px) {
    .edit-forms .back-link {
      padding: 0 40px; } }
  @media screen and (max-width: 991px) {
    .edit-forms .back-link {
      padding: 0 30px; } }
  .edit-forms .title-with-line {
    margin-top: 30px;
    margin-bottom: 15px; }
  .edit-forms .title-with-line:after {
    background-color: #c4c4c4; }
  .edit-forms .claims-form-health .title-with-line {
    margin-top: 15px; }
  .edit-forms table tr, .edit-forms table thead {
    border-bottom: 1px solid #8ebb51; }
  .edit-forms table > :not(:last-child) > :last-child > * {
    border-bottom-color: #8ebb51; }
  .edit-forms table th, .edit-forms table td {
    position: relative; }
  .edit-forms table th:not(:last-child), .edit-forms table td:not(:last-child) {
    border-right: 1px solid rgba(196, 196, 196, 0.2); }
  .edit-forms table thead tr th {
    color: #a4aab6;
    font-size: 12px;
    white-space: nowrap; }
  .edit-forms table tbody tr td {
    vertical-align: middle; }
  .edit-forms table tbody tr td .form-control {
    font-size: 14px;
    min-width: 100px;
    padding: 5px 10px; }
  .edit-forms table tbody tr td .btn-icon-group {
    justify-content: center; }
  .edit-forms table.table-edit-claims tbody tr td:nth-child(2) input {
    width: 70px; }
  .edit-forms .add-table-tr {
    display: flex;
    background-color: #e0edd0;
    border: 1px solid #8ebb51;
    padding: 5px 10px;
    align-items: center; }
  .edit-forms .add-table-tr .btn-plus {
    margin-right: 15px; }
  .edit-forms .input-group .form-control {
    padding: 12px 12px 12px 45px; }
  .edit-forms .input-group .form-control.sm-width.is-valid, .edit-forms .input-group .form-control.sm-width.is-invalid {
    padding: 12px 30px 12px 45px; }
  .edit-forms .input-group-no-icons .form-control {
    padding: 12px; }
  .edit-forms .input-group-no-icons label {
    margin-top: 5px; }
  .edit-forms .input-group .dropdown-toggle {
    position: absolute;
    padding: 8px 6px;
    height: 100%;
    top: 0;
    left: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    box-shadow: none !important;
    outline: none !important;
    z-index: 5; }
  .edit-forms .input-group .dropdown-toggle:after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }
  .edit-forms .input-group .dropdown-toggle:before {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    width: 1px;
    height: 24px;
    background-color: #c4c4c4; }
  .edit-forms .input-group .dropdown-item:active {
    background-color: #78a23f; }
  .edit-forms .dropdown-menu {
    max-height: 180px;
    min-width: 50px;
    overflow: auto;
    scrollbar-color: #8ebb51 #d8d8d8;
    scrollbar-width: thin; }
  .edit-forms .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    cursor: pointer; }
  .edit-forms .dropdown-menu::-webkit-scrollbar-track {
    background: #d8d8d8;
    border-radius: 4px; }
  .edit-forms .dropdown-menu::-webkit-scrollbar-thumb {
    background: #8ebb51;
    border-radius: 4px; }
  .edit-forms .dropdown-menu .dropdown-item {
    padding: 5px 3px; }
  .edit-forms .pm-btn {
    margin-top: 42px;
    padding-left: 8px; }
  .edit-forms .pm-btn-30 {
    margin-top: 32px;
    padding-left: 8px; }
  .edit-forms .first-col {
    min-width: 150px; }
  .edit-forms .forms-col-100 {
    width: 100%; }
  .edit-forms .forms-col-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 15px; }
  .edit-forms .forms-col-scroll .forms-col-19 {
    min-width: 300px; }
  .edit-forms .forms-col-90 {
    width: 90%; }
  .edit-forms .forms-col-80 {
    width: 80%; }
  .edit-forms .forms-col-70 {
    width: 70%; }
  .edit-forms .forms-col-60 {
    width: 60%; }
  .edit-forms .forms-col-55 {
    width: 55%; }
  .edit-forms .forms-col-50 {
    width: 50%; }
  .edit-forms .forms-col-40 {
    width: 40%; }
  .edit-forms .forms-col-45 {
    width: 45%; }
  .edit-forms .forms-col-38 {
    width: 38%; }
  .edit-forms .forms-col-30 {
    width: 30%; }
  .edit-forms .forms-col-25 {
    width: 25%; }
  .edit-forms .forms-col-24 {
    width: 24%; }
  .edit-forms .forms-col-20 {
    width: 20%; }
  .edit-forms .forms-col-19 {
    width: 19%; }
  .edit-forms .forms-col-15 {
    width: 15%; }
  .edit-forms .forms-col-14 {
    width: 14%; }
  .edit-forms .forms-col-10 {
    width: 10%; }
  .edit-forms .forms-col-8-7 {
    width: 8.7%; }
  .edit-forms .forms-col-5 {
    width: 5%; }
  .edit-forms .w-70 {
    width: 70px; }

.edit-forms-row .upload-block {
  width: 100%;
  height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6e7;
  border: 1px dashed #78a23f;
  border-radius: 12px; }
  @media screen and (max-width: 300px) {
    .edit-forms-row .upload-block {
      padding: 10px; } }
  .edit-forms-row .upload-block a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%; }
  .edit-forms-row .upload-block a svg {
    margin-right: 10px;
    position: relative;
    bottom: auto;
    right: auto; }
  .edit-forms-row .upload-files-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .edit-forms-row .upload-files-list .single-upload-file {
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: 49%; }
  @media screen and (max-width: 991px) {
      .edit-forms-row .upload-files-list .single-upload-file {
        width: 100%; } }
  @media screen and (max-width: 479px) {
      .edit-forms-row .upload-files-list .single-upload-file {
        padding: 15px; } }
  @media screen and (max-width: 300px) {
      .edit-forms-row .upload-files-list .single-upload-file {
        padding: 10px; } }
  .edit-forms-row .upload-files-list .single-upload-file img {
    margin-right: 20px; }
  @media screen and (max-width: 300px) {
        .edit-forms-row .upload-files-list .single-upload-file img {
          margin-right: 10px; } }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: calc(100% - 80px);
    line-height: 150%;
    color: #78a23f; }
  @media screen and (max-width: 479px) {
        .edit-forms-row .upload-files-list .single-upload-file .upload-file-name {
          font-size: 12px; } }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5 {
    color: #2c3037;
    margin-bottom: 2px;
    padding: 0 25px 0 0;
    width: 100%; }
  @media screen and (max-width: 300px) {
          .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5 {
            padding: 0 30px 0 0; } }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5 a {
    color: #2c3037; }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5 a:hover {
    color: #78a23f; }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 479px) {
          .edit-forms-row .upload-files-list .single-upload-file .upload-file-name h5 {
            font-size: 14px; } }
  .edit-forms-row .upload-files-list .single-upload-file .upload-file-name span:first-letter {
    text-transform: capitalize; }
  .edit-forms-row .upload-files-list .single-upload-file .edit-btns {
    position: absolute;
    top: 17px;
    right: 20px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
        .edit-forms-row .upload-files-list .single-upload-file .edit-btns {
          right: 15px; } }
  @media screen and (max-width: 300px) {
        .edit-forms-row .upload-files-list .single-upload-file .edit-btns {
          right: 10px; } }
  .edit-forms-row .upload-files-list .single-upload-file .edit-btns a {
    background: #fff;
    border: 1px solid rgba(164, 170, 182, 0.3);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: all 0.25s ease;
    margin-right: 7px; }
  .edit-forms-row .upload-files-list .single-upload-file .edit-btns a:hover {
    opacity: 0.3; }
  .edit-forms-row .upload-files-list .single-upload-file .edit-btns a:last-child {
    border: 1px solid rgba(235, 87, 87, 0.3);
    margin-right: 0;
    width: 21px; }
  .edit-forms-row .upload-files-list .single-upload-file .edit-btns progress[value] {
    top: auto; }
  @media screen and (max-width: 320px) {
          .edit-forms-row .upload-files-list .single-upload-file .edit-btns progress[value] {
            width: 80px !important; } }
  .edit-forms-row .upload-docs {
    width: 100%;
    flex-wrap: wrap; }
  .edit-forms-row .upload-docs .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start;
    width: 100%; }
  @media screen and (max-width: 479px) {
      .edit-forms-row .upload-docs .inline-form-group {
        flex-wrap: wrap; } }
  .edit-forms-row .upload-docs .form-group {
    margin-bottom: 17px; }
  .edit-forms-row .upload-docs .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .edit-forms-row .upload-docs .form-group .btn {
    margin-top: 0; }
  .edit-forms-row .upload-docs .inline-form-group .form-group {
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
        .edit-forms-row .upload-docs .inline-form-group .form-group {
          margin-bottom: 17px; }
          .edit-forms-row .upload-docs .inline-form-group .form-group:last-child {
            margin-bottom: 0; } }
  .edit-forms-row .upload-docs .inline-form-group .form-group-2 {
    margin-bottom: inherit; }
  @media screen and (max-width: 479px) {
        .edit-forms-row .upload-docs .inline-form-group .form-group-2 {
          margin-bottom: inherit; }
          .edit-forms-row .upload-docs .inline-form-group .form-group-2:last-child {
            margin-bottom: inherit; } }
  .edit-forms-row .upload-docs .form-control {
    width: 100%;
    border: 1px solid #a4aab6;
    height: 40px;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    border-radius: 0; }
  .edit-forms-row .upload-docs .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .edit-forms-row .upload-docs .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .edit-forms-row .upload-docs .form-control::placeholder {
    transition: 0.2s; }
  .edit-forms-row .upload-docs .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-row .upload-docs .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-row .upload-docs .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .edit-forms-row .upload-docs .btns-block .btn {
    margin-left: 15px; }
  .edit-forms-row .upload-docs .btns-block .btn:first-child {
    margin-left: 0; }

.edit-forms-body .reg-form {
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  border-radius: 0;
  padding: 30px 20px;
  margin-bottom: 17px; }
  .edit-forms-body .reg-form .form-group {
    margin-bottom: 17px; }
  .edit-forms-body .reg-form .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start; }
  .edit-forms-body .reg-form .inline-form-group .form-group {
    margin-bottom: 0; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control {
    border: 1px solid #a4aab6; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control::placeholder {
    transition: 0.2s; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-body .reg-form .inline-form-group .form-group .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-body .collapse-form {
    padding: 30px 27px 30px 37px !important; }
  .edit-forms-body .collapse-form.pb-15 {
    padding-bottom: 15px !important; }
  .edit-forms-body .collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 15px; }
  .edit-forms-body .collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 0;
    background: url(/images/tr-icon.png) no-repeat center;
    transition: all 0.25s ease; }
  .edit-forms-body .collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 123.44%; }
  .edit-forms-body .collapse-form .collapse-title h5 span {
    white-space: nowrap; }
  .edit-forms-body .collapse-form .collapse-title h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  .edit-forms-body .collapse-form .card-body {
    padding: 15px 0 0;
    border: none; }
  .edit-forms-body .collapse-form .card-body:last-child {
    padding: 0; }
  .edit-forms-body .collapse-form .card-body .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .edit-forms-body .collapse-form .card-body .btns-block .btn {
    margin-left: 15px; }
  .edit-forms-body .collapse-form .card-body .btns-block .btn:first-child {
    margin-left: 0; }
  .edit-forms-body .upload-block {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6e7;
    border: 1px dashed #78a23f;
    border-radius: 12px; }
  @media screen and (max-width: 300px) {
    .edit-forms-body .upload-block {
      padding: 10px; } }
  .edit-forms-body .upload-block a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    height: 100%; }
  .edit-forms-body .upload-block a svg {
    margin-right: 10px;
    position: relative;
    bottom: auto;
    right: auto; }
  .edit-forms-body .upload-files-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .edit-forms-body .upload-files-list .single-upload-file {
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: 49%; }
  @media screen and (max-width: 991px) {
      .edit-forms-body .upload-files-list .single-upload-file {
        width: 100%; } }
  @media screen and (max-width: 479px) {
      .edit-forms-body .upload-files-list .single-upload-file {
        padding: 15px; } }
  @media screen and (max-width: 300px) {
      .edit-forms-body .upload-files-list .single-upload-file {
        padding: 10px; } }
  .edit-forms-body .upload-files-list .single-upload-file img {
    margin-right: 20px; }
  @media screen and (max-width: 300px) {
        .edit-forms-body .upload-files-list .single-upload-file img {
          margin-right: 10px; } }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: calc(100% - 80px);
    line-height: 150%;
    color: #78a23f; }
  @media screen and (max-width: 479px) {
        .edit-forms-body .upload-files-list .single-upload-file .upload-file-name {
          font-size: 12px; } }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5 {
    color: #2c3037;
    margin-bottom: 2px;
    padding: 0 25px 0 0;
    width: 100%; }
  @media screen and (max-width: 300px) {
          .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5 {
            padding: 0 30px 0 0; } }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5 a {
    color: #2c3037; }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5 a:hover {
    color: #78a23f; }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 479px) {
          .edit-forms-body .upload-files-list .single-upload-file .upload-file-name h5 {
            font-size: 14px; } }
  .edit-forms-body .upload-files-list .single-upload-file .upload-file-name span:first-letter {
    text-transform: capitalize; }
  .edit-forms-body .upload-files-list .single-upload-file .edit-btns {
    position: absolute;
    top: auto;
    right: 20px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
        .edit-forms-body .upload-files-list .single-upload-file .edit-btns {
          right: 15px; } }
  @media screen and (max-width: 300px) {
        .edit-forms-body .upload-files-list .single-upload-file .edit-btns {
          right: 10px; } }
  .edit-forms-body .upload-files-list .single-upload-file .edit-btns a {
    background: #fff;
    border: 1px solid rgba(164, 170, 182, 0.3);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: all 0.25s ease;
    margin-right: 7px;
    /*&:last-child {
     border: 1px solid rgba(235, 87, 87, .3);
     margin-right: 0;
     width: 21px;
     }*/ }
  .edit-forms-body .upload-files-list .single-upload-file .edit-btns a:hover {
    opacity: 0.3; }
  .edit-forms-body .upload-files-list .single-upload-file .edit-btns a.delete-doc {
    border: 1px solid rgba(235, 87, 87, 0.3);
    margin-right: 0;
    width: 21px; }
  .edit-forms-body .upload-files-list .single-upload-file .edit-btns progress[value] {
    top: auto; }
  @media screen and (max-width: 320px) {
          .edit-forms-body .upload-files-list .single-upload-file .edit-btns progress[value] {
            width: 80px !important; } }
  .edit-forms-body .upload-docs {
    width: 100%;
    flex-wrap: wrap; }
  .edit-forms-body .upload-docs .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start;
    width: 100%; }
  @media screen and (max-width: 479px) {
      .edit-forms-body .upload-docs .inline-form-group {
        flex-wrap: wrap; } }
  .edit-forms-body .upload-docs .form-group {
    margin-bottom: 17px; }
  .edit-forms-body .upload-docs .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .edit-forms-body .upload-docs .form-group .btn {
    margin-top: 0; }
  .edit-forms-body .upload-docs .inline-form-group .form-group {
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
        .edit-forms-body .upload-docs .inline-form-group .form-group {
          margin-bottom: 17px; }
          .edit-forms-body .upload-docs .inline-form-group .form-group:last-child {
            margin-bottom: 0; } }
  .edit-forms-body .upload-docs .inline-form-group .form-group-2 {
    margin-bottom: inherit; }
  @media screen and (max-width: 479px) {
        .edit-forms-body .upload-docs .inline-form-group .form-group-2 {
          margin-bottom: inherit; }
          .edit-forms-body .upload-docs .inline-form-group .form-group-2:last-child {
            margin-bottom: inherit; } }
  .edit-forms-body .upload-docs .form-control {
    width: 100%;
    border: 1px solid #a4aab6;
    height: 40px;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    border-radius: 0; }
  .edit-forms-body .upload-docs .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .edit-forms-body .upload-docs .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .edit-forms-body .upload-docs .form-control::placeholder {
    transition: 0.2s; }
  .edit-forms-body .upload-docs .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-body .upload-docs .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .edit-forms-body .upload-docs .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .edit-forms-body .upload-docs .btns-block .btn {
    margin-left: 15px; }
  .edit-forms-body .upload-docs .btns-block .btn:first-child {
    margin-left: 0; }

.claims-form-health .form-control:disabled {
  color: #2c3037; }

#textField6 {
  height: calc(100% - 50px); }

@media screen and (max-width: 479px) {
        .claim-documents .inline-form-group .form-group {
          margin-bottom: 17px !important; }
          .claim-documents .inline-form-group .form-group:last-child {
            margin-bottom: 0 !important; } }

.edit-forms-body-new .edit-forms-row {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px; }
  @media screen and (max-width: 991px) {
    .edit-forms-body-new .edit-forms-row {
      flex-wrap: wrap;
      margin-bottom: 0; } }
  .edit-forms-body-new .edit-forms-row .edit-forms-col {
    position: relative;
    padding: 0 10px;
    margin-right: 0; }
  @media screen and (max-width: 479px) {
      .edit-forms-body-new .edit-forms-row .edit-forms-col {
        margin-bottom: 17px; } }
  .edit-forms-body-new .edit-forms-row .edit-forms-col .input-group {
    justify-content: space-between; }
  @media screen and (max-width: 479px) {
        .edit-forms-body-new .edit-forms-row .edit-forms-col .input-group {
          margin-bottom: 0; } }
  .edit-forms-body-new .edit-forms-row .edit-forms-col .dates-input-group .date-input {
    width: 48%; }
  @media screen and (max-width: 479px) {
          .edit-forms-body-new .edit-forms-row .edit-forms-col .dates-input-group .date-input {
            width: 100%;
            margin-left: 0 !important;
            margin-bottom: 24px; }
            .edit-forms-body-new .edit-forms-row .edit-forms-col .dates-input-group .date-input:last-child {
              margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
        .edit-forms-body-new .edit-forms-row .edit-forms-col label {
          margin-left: 0; } }
  @media screen and (max-width: 479px) {
        .edit-forms-body-new .edit-forms-row .edit-forms-col .select-wrapper {
          margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
        .edit-forms-body-new .edit-forms-row .edit-forms-col .selected-items {
          margin-bottom: 0; } }
  .edit-forms-body-new .collapse-form {
    padding: 30px 20px 15px !important; }
  @media screen and (max-width: 479px) {
    .edit-forms-body-new .form-btns {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .edit-forms-body-new .form-btns .btn {
        padding: 7px 23px;
        font-size: 14px; } }
  @media screen and (max-width: 1199px) {
  .edit-forms-body-new {
    width: 100% !important;
    overflow-x: hidden !important; } }

.claim-notes label {
  margin-bottom: 10px; }
  .claim-notes select {
    cursor: pointer; }
  .claim-notes .form-control {
    border: 1px solid #2c3037; }
  .claim-notes .form-control::placeholder {
    color: #2c3037; }
  .claim-notes .cards-icons-wrapper {
    padding-left: 45px; }
  .claim-notes .cards-icons-wrapper .card-wrapper {
    position: relative;
    margin-bottom: 14px;
    /*&:not(:last-child) {
     &:after {
     content: '';
     width: 1px;
     height: calc(100% - 15px);
     border: 1px solid #c4c4c4;
     background-color: #c4c4c4;
     position: absolute;
     left: -30px;
     top: 31px;
     z-index: 0;
     }
     }*/ }
  .claim-notes .cards-icons-wrapper .card-wrapper .card-icon {
    margin-right: 14px;
    background: #fff;
    border: 1px solid rgba(120, 162, 63, 0.4);
    box-sizing: border-box;
    border-radius: 999px;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: -45px;
    top: 0;
    z-index: 1; }
  .claim-notes .cards-icons-wrapper .card-wrapper:before {
    content: '';
    width: 1px;
    height: 5px;
    border: 1px solid #c4c4c4;
    background-color: #c4c4c4;
    position: absolute;
    left: -30px;
    top: 0;
    z-index: 0; }
  .claim-notes .cards-icons-wrapper .card-wrapper:after {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px solid #c4c4c4;
    background-color: #c4c4c4;
    position: absolute;
    left: -30px;
    top: 36px;
    z-index: 0; }
  .claim-notes .cards-icons-wrapper .card-wrapper.first-card-wrapper:after {
    display: none; }
  .claim-notes .cards-icons-wrapper .card-wrapper.first-card-wrapper:before {
    display: none; }
  .claim-notes .cards-icons-wrapper .card-wrapper:nth-child(1) {
    margin-bottom: 20px; }
  .claim-notes .cards-icons-wrapper .card-wrapper:nth-child(1) .card-icon {
    bottom: auto;
    top: 37px; }
  @media screen and (max-width: 991px) {
          .claim-notes .cards-icons-wrapper .card-wrapper:nth-child(1) .card-icon {
            top: 65px; } }
  .claim-notes .cards-icons-wrapper .all-card-wrapper form .card-wrapper .card-icon {
    bottom: auto !important;
    top: 5px !important; }
  .claim-notes .cards-icons-wrapper .all-card-wrapper form:nth-child(2) .card-wrapper:before {
    height: 50px;
    top: -45px; }
    @media screen and (max-width: 991px) {
            .claim-notes .cards-icons-wrapper .all-card-wrapper form:nth-child(2) .card-wrapper:before {
              height: 80px;
              top: -75px; } }
  .claim-notes .cards-icons-wrapper .all-card-wrapper form:last-child .card-wrapper:after {
    display: none; }
  .claim-notes .cards-icons-wrapper .pr-all-card-wrapper form:nth-child(2) .card-wrapper:before {
    display: none; }
  .claim-notes .cards-icons-wrapper .card-item {
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  @media screen and (max-width: 499px) {
      .claim-notes .cards-icons-wrapper .card-item {
        flex-direction: column;
        text-align: center; } }
  .claim-notes .cards-icons-wrapper .card-item .img-wrapper {
    border-radius: 5px;
    width: 41px;
    height: 41px;
    margin-right: 14px;
    background-size: cover; }
  .claim-notes .cards-icons-wrapper .card-item .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .claim-notes .cards-icons-wrapper .card-item .content-wrapper {
    width: calc(100% - 115px); }
  @media screen and (max-width: 499px) {
        .claim-notes .cards-icons-wrapper .card-item .content-wrapper {
          width: 100%;
          margin: 10px 0; } }
  .claim-notes .cards-icons-wrapper .card-item .content-wrapper .content-title {
    color: #2c3037;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 4px; }
  .claim-notes .cards-icons-wrapper .card-item .content-wrapper .content-title span {
    font-size: 12px;
    color: #a4aab6;
    margin-left: 7px; }
  .claim-notes .cards-icons-wrapper .card-item .content-wrapper .content-info {
    color: #a4aab6;
    font-size: 14px;
    line-height: 150%; }
  @media screen and (max-width: 319px) {
            .claim-notes .cards-icons-wrapper .card-item .content-wrapper .content-info .btn-status {
              padding: 1px 10px; } }
  .claim-notes .cards-icons-wrapper .card-item .content-wrapper .days-to-pay {
    font-weight: 700; }
  .claim-notes .more-notes {
    margin-top: 20px;
    display: block; }
  @media screen and (max-width: 991px) {
    .claim-notes .inline-form-group {
      flex-direction: column; } }
  @media screen and (max-width: 991px) {
      .claim-notes .inline-form-group .form-group {
        width: 100%;
        margin-bottom: 15px !important; } }

.claims-list-table table tbody tr td span {
  display: inline-flex;
  align-items: center; }
  .claims-list-table table tbody tr td span:before {
    display: none; }
  .claims-list-table table tbody tr td span span {
    border: 0px solid #2c3037;
    background: transparent;
    padding: 0; }

@media screen and (max-width: 300px) {
        .claim-notes select.form-control {
          padding: 0 30px 0 12px; } }

.admin-provider-table thead tr {
  /*min-width: 150px;*/ }
  .admin-provider-table thead tr th {
    padding: 5px 15px 5px 5px; }
  .admin-provider-table thead tr th.sorting {
    background: url(/images/sort.png) no-repeat right 5px center;
    background-size: 10px 6px;
    cursor: pointer; }
  .admin-provider-table thead tr th.sorting_asc {
    background: url(/images/sort_asc.png) no-repeat right 5px center;
    background-size: 10px 6px;
    cursor: pointer; }
  .admin-provider-table thead tr th.sorting_desc {
    background: url(/images/sort_desc.png) no-repeat right 5px center;
    background-size: 10px 6px;
    cursor: pointer; }
  .admin-provider-table thead tr th .form-check-label {
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
    margin: 0;
    color: #a4aab6; }
  .admin-provider-table thead tr th .form-check-label:before {
    top: 0; }
  .admin-provider-table thead tr th .form-check-label:after {
    top: 5px; }
  .admin-provider-table tbody tr td {
    vertical-align: middle;
    padding: 5px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    color: #2c3037; }
  .admin-provider-table tbody tr td.pay-methods-row span {
    display: block;
    width: 100%;
    text-align: center; }
  .admin-provider-table tbody tr td a {
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
    /*&:last-child {
     margin-bottom: 0;
     }*/ }
  .admin-provider-table tbody tr td.name-column a {
    word-break: break-word; }
  .admin-provider-table tbody tr td span {
    display: inline-block;
    margin-bottom: 2px;
    width: 100%; }
  .admin-provider-table tbody tr td span:last-child {
    margin-bottom: 0; }
  .admin-provider-table tbody tr td span a {
    margin: 0; }
  .admin-provider-table tbody tr td button {
    white-space: nowrap;
    z-index: -1;
    position: relative; }
  .admin-provider-table tbody tr td .custom-checkbox .form-check-label {
    position: initial;
    margin-left: 0;
    margin-bottom: 0; }
  .admin-provider-table tbody tr td .custom-checkbox .form-check-label:before {
    top: 0; }
  .admin-provider-table tbody tr td .custom-checkbox .form-check-label:after {
    top: 5px; }
  .admin-provider-table tbody tr td .btns-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .admin-provider-table tbody tr td .btns-row .btn {
    margin: 0 5px; }
  .admin-provider-table tbody tr td .btn {
    max-width: 95px;
    min-width: 95px;
    padding: 5px 5px;
    margin-top: 3px;
    margin-bottom: 3px; }
  @media screen and (min-width: 1776px) {
          .admin-provider-table tbody tr td .btn {
            margin-top: 0;
            margin-bottom: 0; } }
  .admin-provider-table tbody tr td.draft .st-btn {
    border: 1px solid #a9b1a9;
    color: #a9b1a9; }
  .admin-provider-table tbody tr td.published .st-btn {
    border: 1px solid #8ebb51;
    color: #8ebb51; }
  .admin-provider-table tbody tr td.processing .st-btn {
    border: 1px solid #88a9c3;
    color: #88a9c3; }
  .admin-provider-table tbody tr td.disputed .st-btn {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-provider-table tbody tr td.pending-approval .st-btn {
    border: 1px solid #88a9c3;
    color: #88a9c3; }
  .admin-provider-table tbody tr td.done .st-btn {
    border: 1px solid #215b34;
    color: #215b34; }

.admin-provider-filter {
  margin-bottom: 5px; }
  @media screen and (max-width: 991px) {
  .admin-provider-filter {
    padding: 20px 10px; } }
  .admin-provider-filter .show-items-block {
    padding-left: 10px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .admin-provider-filter .show-items-block {
      padding-left: 20px; } }
  @media screen and (max-width: 479px) {
    .admin-provider-filter .show-items-block {
      padding-left: 10px; } }
  .admin-provider-filter .show-items-block select.color-dark {
    color: #2c3037; }
  .admin-provider-filter .admin-show-items-block {
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
    .admin-provider-filter .admin-show-items-block {
      padding-left: 20px; } }
  @media screen and (max-width: 479px) {
    .admin-provider-filter .admin-show-items-block {
      padding-left: 10px; } }
  .admin-provider-filter .admin-show-items-block select {
    background: #fff;
    border: 1px solid #a4aab6;
    min-width: 135px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6;
    height: 28px;
    outline: none; }
  .admin-provider-filter .admin-show-items-block ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .admin-provider-filter .admin-show-items-block ul span {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    color: #a4aab6;
    margin-right: 5px; }
  .admin-provider-filter .admin-show-items-block ul li {
    margin-right: 6px;
    line-height: 0; }
  .admin-provider-filter .admin-show-items-block ul li:last-child {
    margin-right: 0; }
  .admin-provider-filter .admin-show-items-block ul li a {
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #a4aab6; }
  .admin-provider-filter .admin-show-items-block ul li a:hover {
    color: #78a23f; }
  .admin-provider-filter .admin-show-items-block ul li.current-show-element a {
    font-weight: bold;
    color: #78a23f; }
  .admin-provider-filter .form-control {
    background: #fff;
    border: 1px solid #a4aab6;
    padding: 3px 10px !important;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 15px;
    outline: none; }
  .admin-provider-filter .form-control::-webkit-input-placeholder {
    color: #a4aab6; }
  .admin-provider-filter .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .admin-provider-filter .form-control::placeholder {
    color: #a4aab6;
    line-height: revert; }
  .admin-provider-filter .form-control::-moz-placeholder {
    color: #a4aab6; }
  .admin-provider-filter .form-control:-moz-placeholder {
    color: #a4aab6; }
  @media screen and (max-width: 991px) {
    .admin-provider-filter .form-control {
      margin-right: 20px; } }
  @media screen and (max-width: 479px) {
    .admin-provider-filter .form-control {
      margin-right: 10px; } }
  .admin-provider-filter .input-group {
    width: 25%; }
  @media screen and (max-width: 991px) {
    .admin-provider-filter .input-group {
      width: 50%; } }
  @media screen and (max-width: 479px) {
    .admin-provider-filter .input-group {
      width: 100%; } }
  .admin-provider-filter .input-group label {
    margin-bottom: 3px;
    width: 100%; }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group label {
        margin-bottom: 5px;
        line-height: 100%; } }
  .admin-provider-filter .input-group.margin-top-20 {
    margin-top: 20px; }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group.margin-top-20 {
        margin-top: 5px; } }
  .admin-provider-filter .input-group .date-input {
    width: 100%;
    margin-right: 10px;
    position: relative; }
  .admin-provider-filter .input-group .date-input .input-group-text {
    top: 2px;
    left: 10px; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .admin-provider-filter .input-group .date-input .input-group-text {
          left: 5px;
          padding: 0 5px 0 0; } }
  .admin-provider-filter .input-group .date-input .form-control {
    margin-right: 0;
    margin-bottom: 0;
    padding: 3px 5px 3px 45px !important; }
  @media (min-width: 992px) and (max-width: 1199px) {
        .admin-provider-filter .input-group .date-input .form-control {
          padding: 3px 5px 3px 33px !important; } }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group .date-input {
        margin-bottom: 15px;
        margin-right: 20px; }
        .admin-provider-filter .input-group .date-input .form-control {
          margin-right: 0; } }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group .date-input {
        margin-right: 10px; }
        .admin-provider-filter .input-group .date-input .form-control {
          margin-right: 0; } }
  .admin-provider-filter .input-group select {
    margin-right: 10px;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%; }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group select {
        margin-right: 20px; } }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group select {
        margin-right: 10px;
        margin-bottom: 10px; } }
  .admin-provider-filter .input-group .dropdown {
    width: 100%;
    max-width: 100%;
    margin-right: 10px;
    margin-bottom: 0; }
  .admin-provider-filter .input-group .dropdown button {
    text-align: left; }
  .admin-provider-filter .input-group .dropdown .dropdown-menu {
    min-width: 100%;
    padding: 8px 5px; }
  .admin-provider-filter .input-group .dropdown .dropdown-menu .dropdown-item {
    font-size: 12px;
    line-height: 12px; }
  .admin-provider-filter .input-group .dropdown .dropdown-menu .form-control {
    margin-bottom: 5px; }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group .dropdown {
        margin-right: 20px; } }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group .dropdown {
        margin-right: 10px;
        margin-bottom: 0; } }
  .admin-provider-filter .input-group .select-wrapper {
    min-height: 28px;
    width: 100%; }
  .admin-provider-filter .input-group .select-wrapper .dropdown {
    min-height: 28px; }
  .admin-provider-filter .input-group .select-wrapper .dropdown-toggle:before {
    display: none; }
  .admin-provider-filter .input-group .select-wrapper .dropdown-menu {
    border-radius: 0;
    z-index: 998; }
  .admin-provider-filter .input-group .select-wrapper .dropdown-menu li {
    margin-right: 0; }
  .admin-provider-filter .input-group .select-wrapper .dropdown-menu li a:active {
    color: #fff; }
  .admin-provider-filter .input-group .select-wrapper .dropdown-menu li a.active {
    color: #fff; }
    .admin-provider-filter .input-group .select-wrapper .dropdown-menu li a.active:hover {
      color: #fff; }
  .admin-provider-filter .input-group.input-group-select select {
    margin-bottom: 15px; }
  .admin-provider-filter .input-group.input-group-select .date-input {
    margin-bottom: 15px; }
  .admin-provider-filter .input-group.input-group-select-wrapper .form-group {
    margin-bottom: 15px !important;
    margin-right: 10px;
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  @media screen and (max-width: 991px) {
        .admin-provider-filter .input-group.input-group-select-wrapper .form-group {
          margin-right: 20px; } }
  @media screen and (max-width: 479px) {
        .admin-provider-filter .input-group.input-group-select-wrapper .form-group {
          margin-right: 10px; } }
  .admin-provider-filter .input-group .inline-range-group {
    width: 100%;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: stretch; }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group .inline-range-group {
        margin-right: 20px; } }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group .inline-range-group {
        margin-right: 10px; } }
  .admin-provider-filter .input-group .inline-range-group .w-50 {
    position: relative; }
  .admin-provider-filter .input-group .inline-range-group .w-50:first-child {
    margin-right: 5px; }
  .admin-provider-filter .input-group .inline-range-group .w-50:last-child {
    margin-left: 5px; }
  .admin-provider-filter .input-group .inline-range-group .input-group-text {
    top: 2px;
    left: 5px;
    font-size: 12px;
    line-height: 12px;
    min-width: 36px;
    padding: 0 8px 0 0;
    text-align: center;
    justify-content: center;
    color: rgba(164, 170, 182, 0.7);
    border-right: 1px solid rgba(164, 170, 182, 0.7); }
  .admin-provider-filter .input-group .inline-range-group .form-control {
    padding-left: 45px !important; }
  .admin-provider-filter .input-group .inline-range-group .invalid-tooltip {
    margin-top: -10px;
    z-index: 101; }
  .admin-provider-filter .input-group.dates-input-group {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: stretch; }
  @media screen and (max-width: 991px) {
      .admin-provider-filter .input-group.dates-input-group {
        margin-right: 20px;
        margin-bottom: 0; } }
  @media screen and (max-width: 479px) {
      .admin-provider-filter .input-group.dates-input-group {
        margin-right: 10px; } }
  .admin-provider-filter .input-group.dates-input-group .date-input {
    width: 48%; }
  .admin-provider-filter .input-group.dates-input-group .date-input:first-child {
    margin-right: 4%; }
  .admin-provider-filter .input-group.dates-input-group .date-input:last-child {
    margin-right: 0; }
  @media screen and (max-width: 479px) {
        .admin-provider-filter .input-group.dates-input-group .date-input {
          width: 100%; }
          .admin-provider-filter .input-group.dates-input-group .date-input:first-child {
            margin-right: 0; } }
  .admin-provider-filter .input-group.dates-input-group .summ-input {
    width: 48%; }
  .admin-provider-filter .input-group.dates-input-group .summ-input:first-child {
    margin-right: 4%; }
  .admin-provider-filter .input-group.dates-input-group .summ-input:last-child {
    margin-right: 0; }
  .admin-provider-filter .input-group.input-group-check {
    width: auto;
    margin-right: 24px; }
  .admin-provider-filter .input-group.input-group-check .form-check {
    padding-left: 24px; }
  @media screen and (max-width: 479px) {
    .admin-provider-filter .input-group:last-child select {
      margin-bottom: 0; } }
  .admin-provider-filter .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0 !important; }
  .admin-provider-filter .form-control-date {
    font-size: 10px; }

.admin-edit-forms {
  width: 100%;
  padding: 30px 25px 50px;
  border-top: 1px solid #78a23f; }
  @media (min-width: 576px) {
  .admin-edit-forms .container {
    max-width: 1440px;
    width: 100%; } }
  @media (min-width: 1200px) {
  .admin-edit-forms .container {
    max-width: 100%;
    width: 100%; } }
  @media screen and (max-width: 991px) {
  .admin-edit-forms {
    padding: 15px 15px 50px; }
    .admin-edit-forms .edit-forms-title {
      padding: 0px 30px 0; } }
  .admin-edit-forms .edit-forms-body {
    padding: 0 0 20px; }
  @media screen and (max-width: 1199px) {
    .admin-edit-forms .edit-forms-body {
      padding: 0 0px 20px; } }
  .admin-edit-forms .single-project-table {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #8ebb51;
    padding: 15px; }
  @media screen and (max-width: 575px) {
    .admin-edit-forms .single-project-table {
      padding: 15px 15px 10px; } }
  .admin-edit-forms .single-project-table:nth-child(odd) {
    background: #eff6e7; }
  .admin-edit-forms .single-project-table .project-row {
    width: 100%;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap; }
  @media screen and (max-width: 575px) {
      .admin-edit-forms .single-project-table .project-row:last-child {
        margin-bottom: 0; } }
  .admin-edit-forms .single-project-table .project-title {
    position: relative;
    padding-left: 12px; }
  .admin-edit-forms .single-project-table .project-title:before {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #a4aab6; }
  .admin-edit-forms .single-project-table .project-button button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #a4aab6;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 90px;
    color: #a4aab6;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    line-height: 150%;
    outline: none;
    margin: 0 auto; }
  .admin-edit-forms .single-project-table.status-success .project-title:before {
    background: #78a23f; }
  .admin-edit-forms .single-project-table.status-success .project-button button {
    border: 1px solid #78a23f;
    color: #78a23f; }
  .admin-edit-forms .single-project-table.status-progress .project-title:before {
    background: #f99746; }
  .admin-edit-forms .single-project-table.status-progress .project-button button {
    border: 1px solid #f99746;
    color: #f99746; }
  .admin-edit-forms .single-project-table.status-blocked .project-title:before {
    background: #eb5757; }
  .admin-edit-forms .single-project-table.status-blocked .project-button button {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-edit-forms .single-project-table.status-light .project-title:before {
    background: #a4aab6; }
  .admin-edit-forms .single-project-table.status-light .project-button button {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .admin-edit-forms .single-project-table.status-default .project-title:before {
    background: #2c3037; }
  .admin-edit-forms .single-project-table.status-default .project-button button {
    border: 1px solid #2c3037;
    color: #2c3037; }
  .admin-edit-forms .single-project-table.status-active .project-title:before {
    background: #eb5757; }
  .admin-edit-forms .single-project-table.status-active .project-button button {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-edit-forms .single-project-table span {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #a4aab6; }
  .admin-edit-forms .single-project-table p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #2c3037;
    margin-bottom: 0;
    text-align: right; }
  .admin-edit-forms .single-project-table p span {
    width: 100%;
    text-align: right;
    display: block; }
  .admin-edit-forms .single-project-table .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 119.4%;
    min-width: 120px;
    display: inline-flex;
    margin: 0 10px; }
  @media screen and (max-width: 575px) {
      .admin-edit-forms .single-project-table .btn {
        margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    .admin-edit-forms form {
      padding: 0; } }

@media screen and (min-width: 1200px) {
    .admin-page .breadcrumbs-wrapper .container {
      max-width: 100%; } }

.all-project-list .single-project-table .custom-checkbox .form-check-label {
  position: initial;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 20px; }
  @media screen and (max-width: 767px) {
        .all-project-list .single-project-table .custom-checkbox .form-check-label {
          padding-left: 0; } }
  .all-project-list .single-project-table .custom-checkbox .form-check-label:before {
    top: 0; }
  .all-project-list .single-project-table .custom-checkbox .form-check-label:after {
    top: 5px; }
  .all-project-list .single-project-table .project-row a p {
    color: #78a23f; }

.admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-success {
  border: 1px solid #8ebb51;
  color: #8ebb51; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-default {
    border: 1px solid #2c3037;
    color: #2c3037; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-progress {
    border: 1px solid #f99746;
    color: #f99746; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-light {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-blocked {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status button.btn-status-active {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-edit-forms .single-project-table .project-button.payment-btn-status select {
    padding: 3px 5px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    outline: none; }

.admin-settings-panel {
  margin-bottom: 12px;
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  padding: 25px 20px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap; }
  .admin-settings-panel .form-group {
    width: calc(100% - 115px);
    margin-bottom: 17px; }
  @media screen and (max-width: 576px) {
    .admin-settings-panel .form-group {
      width: 100%;
      margin-bottom: 15px; } }
  .admin-settings-panel .btn-primary {
    height: 40px;
    margin-left: 15px;
    min-width: 100px; }
  @media screen and (max-width: 576px) {
    .admin-settings-panel .btn-primary {
      margin-left: 0;
      margin-top: 10px; } }
  .admin-settings-panel .notification-email-list {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  .admin-settings-panel .notification-email-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    width: 100%; }
  .admin-settings-panel .notification-email-list li input {
    width: calc(100% - 115px);
    font-size: 12px;
    padding: 0 10px 0 5px;
    margin: 0;
    border: none;
    height: 26px; }
  .admin-settings-panel .notification-email-list li input:focus {
    outline: none; }
  .admin-settings-panel .notification-email-list li .btn {
    margin-left: 15px;
    min-width: 100px; }
  .admin-settings-panel .admin-settings-nacha .w-50 {
    width: 49% !important; }
  @media screen and (max-width: 576px) {
      .admin-settings-panel .admin-settings-nacha .w-50 {
        width: 100% !important; } }
  .admin-settings-panel .w-50 {
    width: 49% !important; }
  @media screen and (max-width: 576px) {
    .admin-settings-panel .w-50 {
      width: 100% !important; } }

.payor-modal .modal-content .modal-body {
  padding: 0; }
  .payor-modal .modal-content .modal-body .project-main-info {
    box-shadow: none;
    margin-bottom: 0; }

.btns-group {
  width: 100%;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 991px) {
  .btns-group {
    justify-content: space-between;
    padding-right: 20px; } }
  @media screen and (max-width: 767px) {
  .btns-group {
    justify-content: center;
    flex-wrap: wrap; } }
  @media screen and (max-width: 479px) {
  .btns-group {
    padding-right: 10px; } }
  .btns-group .btn {
    margin-right: 10px; }
  @media screen and (max-width: 767px) {
    .btns-group .btn {
      margin-right: 0;
      margin-bottom: 15px; } }
  @media screen and (max-width: 991px) {
    .btns-group .btn-filter {
      padding: 6px 10px; } }
  @media screen and (max-width: 767px) {
    .btns-group .btn-filter {
      padding: 6px 15px; } }
  @media screen and (max-width: 479px) {
    .btns-group .btn-filter {
      padding: 6px 10px; } }
  @media screen and (max-width: 767px) {
    .btns-group .btn-primary {
      width: 90%;
      margin: 0 auto 15px; } }
  @media screen and (max-width: 575px) {
    .btns-group .btn-primary {
      width: 100%;
      margin: 0 auto 15px; } }
  @media screen and (max-width: 767px) {
    .btns-group .btn-wrapper {
      width: 90%;
      margin: 0 auto; } }
  @media screen and (max-width: 575px) {
    .btns-group .btn-wrapper {
      width: 100%;
      margin: 0 auto; } }
  .btns-group .btn-wrapper .btn {
    margin-right: 0; }
  @media screen and (max-width: 767px) {
      .btns-group .btn-wrapper .btn {
        margin-bottom: 0;
        width: 100%; } }

.admin-settings-nacha > div {
  width: 100%; }

.admin-settings-panel .reg-form {
  padding: 30px 20px;
  margin-bottom: 17px; }
  .admin-settings-panel .reg-form .form-group {
    margin-bottom: 17px;
    width: 100%; }
  .admin-settings-panel .reg-form .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start; }
  .admin-settings-panel .reg-form .inline-form-group .form-group {
    margin-bottom: 0; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control {
    border: 1px solid #a4aab6; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control::placeholder {
    transition: 0.2s; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .admin-settings-panel .reg-form .inline-form-group .form-group .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .admin-settings-panel .collapse-form {
    padding: 15px 0 0 !important; }
  .admin-settings-panel .collapse-form .collapse-title {
    color: #2c3037;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 15px; }
  .admin-settings-panel .collapse-form .collapse-title:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: auto;
    right: 0;
    background: url(/images/tr-icon.png) no-repeat center;
    transition: all 0.25s ease; }
  .admin-settings-panel .collapse-form .collapse-title h5 {
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 123.44%; }
  .admin-settings-panel .collapse-form .collapse-title h5 span {
    white-space: nowrap; }
  .admin-settings-panel .collapse-form .collapse-title h5:after {
    content: '';
    width: 100%;
    height: 1px;
    margin-left: 15px;
    background-color: #2c3037; }
  .admin-settings-panel .collapse-form .card-body {
    padding: 15px 0 0;
    border: none; }
  .admin-settings-panel .collapse-form .card-body:last-child {
    padding: 0; }
  .admin-settings-panel .collapse-form .card-body .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .admin-settings-panel .collapse-form .card-body .btns-block .btn {
    margin-left: 15px; }
  .admin-settings-panel .collapse-form .card-body .btns-block .btn:first-child {
    margin-left: 0; }
  .admin-settings-panel .upload-block {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff6e7;
    border: 1px dashed #78a23f;
    border-radius: 12px; }
  .admin-settings-panel .upload-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    width: 100%;
    height: 100%; }
  .admin-settings-panel .upload-block a svg {
    margin-right: 10px;
    position: relative;
    bottom: auto;
    right: auto; }
  .admin-settings-panel .upload-files-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap; }
  .admin-settings-panel .upload-files-list .single-upload-file {
    margin-bottom: 7px;
    background: #fff;
    border: 1px solid #e0edd0;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    width: 49%; }
  @media screen and (max-width: 991px) {
      .admin-settings-panel .upload-files-list .single-upload-file {
        width: 100%; } }
  @media screen and (max-width: 479px) {
      .admin-settings-panel .upload-files-list .single-upload-file {
        padding: 15px; } }
  .admin-settings-panel .upload-files-list .single-upload-file img {
    margin-right: 20px; }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: calc(100% - 80px);
    line-height: 150%;
    color: #78a23f; }
  @media screen and (max-width: 479px) {
        .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name {
          font-size: 12px; } }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name h5 {
    color: #2c3037;
    margin-bottom: 2px;
    padding: 0 25px 0 0;
    width: 100%; }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name h5 a {
    color: #2c3037; }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name h5 a:hover {
    color: #78a23f; }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name h5:first-letter {
    text-transform: capitalize; }
  @media screen and (max-width: 479px) {
          .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name h5 {
            font-size: 14px; } }
  .admin-settings-panel .upload-files-list .single-upload-file .upload-file-name span:first-letter {
    text-transform: capitalize; }
  .admin-settings-panel .upload-files-list .single-upload-file .edit-btns {
    position: absolute;
    top: auto;
    right: 20px;
    display: flex;
    align-items: center; }
  @media screen and (max-width: 479px) {
        .admin-settings-panel .upload-files-list .single-upload-file .edit-btns {
          right: 15px; } }
  .admin-settings-panel .upload-files-list .single-upload-file .edit-btns a {
    background: #fff;
    border: 1px solid rgba(164, 170, 182, 0.3);
    border-radius: 3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: all 0.25s ease;
    margin-right: 7px;
    /*&:last-child {
     border: 1px solid rgba(235, 87, 87, .3);
     margin-right: 0;
     width: 21px;
     }*/ }
  .admin-settings-panel .upload-files-list .single-upload-file .edit-btns a:hover {
    opacity: 0.3; }
  .admin-settings-panel .upload-files-list .single-upload-file .edit-btns a.delete-doc {
    border: 1px solid rgba(235, 87, 87, 0.3);
    margin-right: 0;
    width: 21px; }
  .admin-settings-panel .upload-files-list .single-upload-file .edit-btns progress[value] {
    top: auto; }
  .admin-settings-panel .upload-docs {
    width: 100%;
    flex-wrap: wrap; }
  .admin-settings-panel .upload-docs .inline-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
    align-items: flex-start;
    width: 100%; }
  @media screen and (max-width: 479px) {
      .admin-settings-panel .upload-docs .inline-form-group {
        flex-wrap: wrap; } }
  .admin-settings-panel .upload-docs .form-group {
    margin-bottom: 17px; }
  .admin-settings-panel .upload-docs .form-group label {
    padding-left: 12px;
    margin-bottom: 6px; }
  .admin-settings-panel .upload-docs .form-group .btn {
    margin-top: 0; }
  .admin-settings-panel .upload-docs .inline-form-group .form-group {
    margin-bottom: 0; }
  @media screen and (max-width: 479px) {
        .admin-settings-panel .upload-docs .inline-form-group .form-group {
          margin-bottom: 17px; }
          .admin-settings-panel .upload-docs .inline-form-group .form-group:last-child {
            margin-bottom: 0; } }
  .admin-settings-panel .upload-docs .inline-form-group .form-group-2 {
    margin-bottom: inherit; }
  @media screen and (max-width: 479px) {
        .admin-settings-panel .upload-docs .inline-form-group .form-group-2 {
          margin-bottom: inherit; }
          .admin-settings-panel .upload-docs .inline-form-group .form-group-2:last-child {
            margin-bottom: inherit; } }
  .admin-settings-panel .upload-docs .form-control {
    width: 100%;
    border: 1px solid #a4aab6;
    height: 40px;
    padding: 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 97%;
    color: #2c3037;
    border-radius: 0; }
  .admin-settings-panel .upload-docs .form-control::-webkit-input-placeholder {
    color: #a4aab6;
    line-height: normal; }
  .admin-settings-panel .upload-docs .form-control:-ms-input-placeholder {
    color: #a4aab6; }
  .admin-settings-panel .upload-docs .form-control::placeholder {
    transition: 0.2s; }
  .admin-settings-panel .upload-docs .form-control::-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .admin-settings-panel .upload-docs .form-control:-moz-placeholder {
    color: #a4aab6;
    line-height: 97%; }
  .admin-settings-panel .upload-docs .btns-block {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .admin-settings-panel .upload-docs .btns-block .btn {
    margin-left: 15px; }
  .admin-settings-panel .upload-docs .btns-block .btn:first-child {
    margin-left: 0; }

.custom-input-group {
  height: 49px;
  align-items: center;
  padding-top: 18px; }
  .custom-input-group .form-check-input {
    margin: 0;
    cursor: pointer; }
  .custom-input-group .form-check-label {
    margin: 0 0 0 7px !important;
    cursor: pointer; }
  @media screen and (max-width: 991px) {
  .custom-input-group {
    height: 28px;
    padding-top: 0; } }
  @media screen and (max-width: 479px) {
  .custom-input-group {
    height: auto;
    margin-bottom: 15px; } }

.flex-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer; }

.project-border-radius-page .btn {
  border-radius: 90px; }
  .project-border-radius-page .dropdown-toggle {
    border-radius: 0; }
  .project-border-radius-page .claims-list-filter .dropdown-toggle {
    border-radius: 90px; }
  .project-border-radius-page label.btn {
    border-radius: 0; }

.admin-claims-table thead {
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06); }
  .admin-claims-table thead tr th {
    padding: 19px 25px 11px 15px;
    /*background-color: #fff;*/
    box-shadow: none;
    font-weight: 600;
    border-right-color: rgba(196, 196, 196, 0.2) !important; }
  .admin-claims-table thead tr th:first-child {
    padding: 5px 15px;
    border-right: none;
    vertical-align: middle; }
  .admin-claims-table thead tr th:last-child {
    min-width: 75px; }
  .admin-claims-table thead tr th .form-check-input {
    margin-top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%; }
  .admin-claims-table tbody tr {
    background: #fff; }
  .admin-claims-table tbody tr td {
    padding: 5px 15px 5px 10px;
    border-right-color: rgba(196, 196, 196, 0.2) !important; }
  .admin-claims-table tbody tr td .form-check-input {
    margin-top: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer; }
  .admin-claims-table tbody tr td:first-child {
    padding: 5px 15px;
    border-right: none; }
  .admin-claims-table tbody tr td:last-child {
    min-width: 75px; }
  .admin-claims-table tbody tr td button {
    z-index: 0; }
  .admin-claims-table tbody tr td .notes-block {
    width: 100%; }
  .admin-claims-table tbody tr td .notes-block a {
    width: 100%;
    display: flex;
    align-items: center; }
  .admin-claims-table tbody tr td .notes-block a img {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    object-fit: contain;
    object-position: center; }
  .admin-claims-table tbody tr td .notes-block a span {
    width: calc(100% - 24px); }
  .admin-claims-table tbody tr td .btn-status {
    pointer-events: none; }
  .admin-claims-table tbody tr td .btn-status.btn-status-paid {
    border: 1px solid #78a23f;
    color: #78a23f; }
  .admin-claims-table tbody tr td .btn-status.btn-status-created {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .admin-claims-table tbody tr td .btn-status.btn-status-progress {
    border: 1px solid #f99746;
    color: #f99746; }
  .admin-claims-table tbody tr td .btn-status.btn-status-select {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .admin-claims-table tbody tr td .btn-status.btn-status-dispute {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .admin-claims-table tbody tr td .email-td {
    font-size: 12px; }
  .admin-claims-table tbody tr td .phone-td {
    font-size: 12px; }
  .admin-claims-table tbody tr td .action-btn {
    background: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease; }
  .admin-claims-table tbody tr td .action-btn.btn-edit {
    border: 1px solid rgba(164, 170, 182, 0.3);
    margin-right: 5px; }
  .admin-claims-table tbody tr td .action-btn.btn-edit:hover {
    border: 1px solid #a4aab6; }
  .admin-claims-table tbody tr td .action-btn.btn-delete {
    border: 1px solid rgba(235, 87, 87, 0.3); }
  .admin-claims-table tbody tr td .action-btn.btn-delete:hover {
    border: 1px solid #eb5757; }
  .admin-claims-table tbody tr:nth-child(odd) {
    background: #eff6e7; }

.all-claims-list .btn-status.btn-status-paid {
  border: 1px solid #78a23f;
  color: #78a23f; }
  .all-claims-list .btn-status.btn-status-created {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .all-claims-list .btn-status.btn-status-progress {
    border: 1px solid #f99746;
    color: #f99746; }
  .all-claims-list .btn-status.btn-status-select {
    border: 1px solid #a4aab6;
    color: #a4aab6; }
  .all-claims-list .btn-status.btn-status-dispute {
    border: 1px solid #eb5757;
    color: #eb5757; }
  .all-claims-list .action-btn {
    background: rgba(255, 255, 255, 0.3);
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease; }
  .all-claims-list .action-btn.btn-edit {
    border: 1px solid rgba(164, 170, 182, 0.3);
    margin-right: 5px; }
  .all-claims-list .action-btn.btn-edit:hover {
    border: 1px solid #a4aab6; }
  .all-claims-list .action-btn.btn-delete {
    border: 1px solid rgba(235, 87, 87, 0.3); }
  .all-claims-list .action-btn.btn-delete:hover {
    border: 1px solid #eb5757; }
  .all-claims-list .note-block a {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  .all-claims-list .note-block a img {
    margin-right: 10px;
    width: 14px;
    height: 14px;
    object-fit: contain;
    object-position: center; }

.send-notification-wrapper .box-wrapper {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
  margin-bottom: 25px; }
  .send-notification-wrapper .box-wrapper.text-messages-block .form-group .form-control {
    min-height: 157px; }
  .send-notification-wrapper .box-wrapper.email-send-block .form-group textarea {
    min-height: 157px; }
  .send-notification-wrapper .box-wrapper .hidden-block {
    margin-top: 24px;
    display: none;
    flex-direction: column;
    align-items: flex-start; }
  .send-notification-wrapper .box-wrapper .hidden-block .import-notice {
    padding: 8px 10px;
    background: #f0f5f7;
    box-shadow: 0px 0px 77px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #2c3037;
    margin-bottom: 24px;
    flex-wrap: wrap; }
  .send-notification-wrapper .box-wrapper .hidden-block .import-notice span {
    cursor: pointer; }
  .send-notification-wrapper .form-btns .btn {
    min-width: 140px; }
  @media screen and (max-width: 991.9px) {
    .send-notification-wrapper .form-btns {
      text-align: center;
      margin-bottom: 24px; }
      .send-notification-wrapper .form-btns .btn {
        min-width: 115px; } }
  .send-notification-wrapper .single-patient {
    margin-bottom: 20px; }
  .send-notification-wrapper .single-patient p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    color: #2c3037; }
  .send-notification-wrapper .single-patient .patien-info-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .send-notification-wrapper .single-patient a {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    display: block;
    margin-bottom: 5px;
    color: #78a23f; }
  .send-notification-wrapper .single-patient span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 119.4%;
    display: block;
    color: #2c3037; }
  .send-notification-wrapper .single-patient .no-info {
    margin-bottom: 2px;
    line-height: 24px; }

.sending-information p b {
  font-weight: 600;
  display: block; }
  .sending-information p span {
    font-weight: 400;
    color: #a4aab6; }
  .sending-information p:last-child {
    margin-bottom: 0; }
