.shift-invoice-wrapper {
  width: 100%;
  margin: 20px auto 50px;
}
.shift-invoice-wrapper h1 {
  margin-bottom: 20px !important;
}
.shift-invoice-wrapper .shift-invoice-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-head {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .coupon-code ul li
  {
    width: 100% !important; 
  }
  .contract-details-footer-btn
{
  justify-content: space-between;
  width: 100%;
}
.contract-details-footer-btn .btn.filled
{
  margin-right: 0;
}
.client_contract_view .footer-rt
{
width: 100%;
}
.client_contract_view  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer
{
  padding: 15px;
}
.client_contract_view .gtm-global-tracking-cls
{
  width: 100%;
}
.contract-details-footer-btn .btn.filled
{
  width: 50%;
}
}
.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt {
  width: 450px;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt {
    width: 300px;
  }
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt {
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt .invoice-search {
  display: block;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt .invoice-search {
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt .invoice-search.form-group {
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt .invoice-search.form-group input.form-control {
  max-width: 450px;
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-lt .invoice-search.form-group input.form-control {
    max-width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  width: calc(100% - 450px);
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-rt {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-rt {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
  }
}
.shift-invoice-wrapper .shift-invoice-head a.filter-clients-btn {
  border: 1px solid #D7D8F3;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  min-width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shift-invoice-wrapper .shift-invoice-head a.filter-clients-btn img {
  margin-right: 12px;
}
.shift-invoice-wrapper .shift-invoice-head a.download-client-btn {
  border: 1px solid #A2A5E4;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  color: #494FC9;
  text-decoration: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.shift-invoice-wrapper .shift-invoice-head a.download-client-btn img {
  margin-right: 12px;
}
.shift-invoice-wrapper .shift-invoice-block {
  width: 100%;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-carers,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-carers {
  flex: 0 0 20%;
  width: 20%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-carers,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-carers {
    flex: 0 0 24%;
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-carers,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-carers {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-status,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-status {
  flex: 0 0 18%;
  width: 18%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-status,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-status {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-period,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-period {
  flex: 0 0 22%;
  width: 22%;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-period,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-period {
    flex: 0 0 18%;
    width: 18%;
  }
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-period,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-period {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-amount-action,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-amount-action {
  flex: 0 0 40%;
  width: 40%;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label .shift-invoice-amount-action,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-amount-action {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
}
.shift-invoice-wrapper .shift-invoice-block .card-disable {
  opacity: 0.6;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-label {
  margin-bottom: 8px;
  color: #676779;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-label {
    display: none;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row {
  background-color: #fff;
  border: 1px solid #D7D8F3;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 20px 0;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row {
    flex-wrap: wrap;
    padding: 20px;
    align-items: flex-start;
    gap: 25px;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-carers,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-status,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-period,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-amount-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-carers,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-status,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-period,
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .shift-invoice-amount-action {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-carers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-carers img {
  max-width: 60px;
  min-width: 60px;
  height: 100%;
  min-height: 60px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-carers h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin: 0 !important;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-published,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-pending,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-cancelled {
  max-width: 155px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: 700;
  padding: 6px 10px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-pending,
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-cancelled {
  background-color: #FEE4E6;
  border: 0px solid #E90510;
  color: #E90510;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-status .approval-published {
  background-color: #EDF2EA;
  border: 0px solid #3C6C12;
  color: #3C6C12;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-period h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
  padding-right: 10px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action {
    justify-content: space-between;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action .invoice-amount-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action .invoice-amount-block h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action .invoice-amount-block img {
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action .invoice-action-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row .invoice-amount-action .invoice-action-block {
    gap: 10px;
  }
}
.shift-invoice-wrapper .shift-invoice-block .shift-invoice-row span.label-head {
  color: #676779;
  font-size: 14px;
  font-weight: 600;
  display: none;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-block .shift-invoice-row span.label-head {
    display: block;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper {
  width: 100%;
  display: block;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title {
  width: 100%;
  display: block;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title a.back-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  text-decoration: none;
  color: #35353F;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  gap: 10px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block {
    flex-wrap: wrap;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block.justify-end {
  justify-content: flex-end !important;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block h1 {
  font-size: 20px;
  font-weight: 600;
  color: #35353F;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block h1 {
    width: 100%;
    margin-bottom: 15px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block .status-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  font-size: 19px;
  font-weight: 400;
  color: #35353F;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-main-title .main-title-block .status-info {
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block {
  width: 100%;
  display: block;
  background-color: #F2F2FA;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header {
    flex-wrap: wrap;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header .contacts-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info {
    width: 100%;
    margin-bottom: 15px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info .contacts-profile-photo {
  width: 53px;
  height: 53px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info .contacts-profile-photo img {
  width: 53px;
  max-width: 53px;
  min-width: 53px;
  height: 53px;
  min-height: 53px;
  max-height: 53px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info .contacts-profile-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info .contacts-profile-info h2 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-bottom: 3px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .contacts-info .contacts-profile-info p {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .shift-invoice-view-header-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header .shift-invoice-view-header-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  width: 50%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header .shift-invoice-view-header-rt {
    width: 100%;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .status-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #35353F;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header .status-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #35353F;
  width: 50%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block.reject-case .shift-invoice-view-header .status-info {
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-header .status-info img {
  max-width: 25px;
  height: auto;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body {
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid #D3D4E3;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body {
    padding: 15px;
}
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .shift-invoice-view-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .shift-invoice-view-title h2 {
  font-size: 20px;
  font-weight: 300;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .shift-invoice-view-title .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .shift-invoice-view-title .btn img {
  margin-right: 10px;
  max-width: 23px;
  height: auto;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col {
  flex: 0 0 30%;
  width: 30%;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col h4 {
  font-size: 20px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 20px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col h5 {
  font-size: 20px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 10px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col h6 {
  font-size: 20px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col p {
  font-size: 14px;
  font-weight: 400;
  color: #35353F;
  margin-bottom: 10px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col .payment-status {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  flex-wrap: wrap;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col .payment-status p {
  font-size: 14px;
  font-weight: 400;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col .payment-status span {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-info .client-shift-invoice-info-col .payment-status img {
  margin-left: 5px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-main-info {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(50, 70, 91, 0.2);
  margin: 40px 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-main-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #35353F;
  margin-bottom: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .client-shift-invoice-main-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #35353F;
  margin-bottom: 5px;
  line-height: 1.4;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail {
  width: 100%;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-header h4 {
  font-size: 20px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-header h4 span {
  font-weight: 400;
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-header h4 {
    width: 100%;
    margin-top: 10px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table {
  width: 100%;
  /* border-bottom: 1px solid rgba(50, 70, 91, 0.2); */
  padding-bottom: 5px;
  margin-top: 35px;
  overflow-x: auto;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table table th {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 5px;
  text-align: left;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table table th:last-child {
  text-align: right;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table table td {
  font-size: 20px;
  color: #35353F;
  font-weight: 700;
  padding: 15px 15px 15px 0px;
  text-align: left;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .authority-invoice-shift-detail-table table td:last-child {
  text-align: right;
  padding-right: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-total {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  margin: 20px 0 25px;
  border-bottom: 1px solid rgba(50, 70, 91, 0.2);
  text-align: right;
  padding: 0 0 25px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-total h3 {
  font-size: 26px;
  font-weight: 400;
  color: #494FC9;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-total p {
  font-size: 14px;
  font-weight: 600;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-note {
  margin-top: 50px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-note p {
  font-size: 14px;
  font-weight: 400;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-note p a {
  color: #494FC9;
  text-decoration: none;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .authority-invoice-shift-detail .shift-invoice-note p a:hover {
  color: #2F349D;
  text-decoration: underline;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper {
  width: 100%;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title .agreement-client-view-title-rt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title .agreement-client-view-title-rt p {
  font-size: 18px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-client-view-title .agreement-client-view-title-rt {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 5%;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact {
    gap: 20px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col-full {
  flex: 0 0 100%;
  width: 100%;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col-full h3 {
  font-size: 22px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col {
  flex: 0 0 47.5%;
  width: 47.5%;
}
@media (max-width: 800px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col h5 {
  font-size: 18px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 5px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col h6 {
  font-size: 15px;
  font-weight: 500;
  color: #35353F;
  margin-bottom: 5px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-authority-contact .agreement-authority-contact-col p {
  font-size: 16px;
  font-weight: 600;
  color: #35353F;
  margin-bottom: 10px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-info {
  width: 100%;
  margin-bottom: 35px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-info .agreement-info-col {
  display: block;
  margin-bottom: 12px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-info h5 {
  font-size: 18px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
  line-height: 1.4;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .agreement-info h5 span {
  font-size: 15px;
  font-weight: 500;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details {
  width: 100%;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details h5 {
  font-size: 22px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details .terms_title.terms_title_pdf {
  font-size: 16px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details .terms_text.terms_text_pdf {
  font-size: 14px;
  font-weight: 400;
  color: #35353F;
  margin-bottom: 15px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details .terms_text.terms_text_pdf a {
  color: #494FC9;
  text-decoration: none;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details .terms_text.terms_text_pdf a:hover {
  color: #2F349D;
  text-decoration: underline;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details ul {
  padding-left: 18px;
  margin-left: 0;
  margin-bottom: 20px;
  display: block;
  list-style-type: disc;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details ul li {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #35353F;
  margin-bottom: 5px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .agreement-client-view-wrapper .service-agreement-details ul li:last-child {
  margin-bottom: 0;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .terms-agreement {
  width: 100%;
  padding: 0 20px 20px 20px;
  border: 1px solid #ccc;
  height: 400px;
  overflow: auto;
  margin-bottom: 20px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .terms-agreement::-webkit-scrollbar {
  width: 6px;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-body .terms-agreement::-webkit-scrollbar-thumb {
  background-color: #D3D3D3;
}
.remove-padding-bottom{
    padding-bottom: 0!important;
}
.remove-border-bottom {
    padding: 0!important;
    border-bottom: none!important;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer.flex-end {
  justify-content: flex-end;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer .line-btn {
  background-color: #fff;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer .line-btn:hover {
  background-color: #ECEDF9;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer .footer-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 575.98px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer .footer-rt {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.shift-invoice-wrapper .agreement-list-block {
  width: 100%;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-carers,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-carers {
  flex: 0 0 20%;
  width: 20%;
  padding-left: 20px;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-carers,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-carers {
    flex: 0 0 24%;
    width: 24%;
  }
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-carers,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-carers {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 0;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-status,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-status {
  flex: 0 0 18%;
  width: 18%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-status,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-status {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-created,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created {
  flex: 0 0 22%;
  width: 22%;
}
@media (max-width: 900px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-created,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created {
    flex: 0 0 18%;
    width: 18%;
  }
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-created,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created {
    flex: 0 0 100%;
    width: 100%;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-action,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action {
  flex: 0 0 40%;
  width: 40%;
  padding-right: 20px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-action,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-action .agreement-action,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action .agreement-action {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label .agreement-list-action .agreement-action,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action .agreement-action {
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-label {
  margin-bottom: 8px;
  color: #676779;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-label {
    display: none;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row {
  background-color: #fff;
  border: 1px solid #D7D8F3;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  padding: 20px 0;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row {
    flex-wrap: wrap;
    padding: 20px;
    align-items: flex-start;
    gap: 25px;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-carers,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-status,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-carers,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-status,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created,
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers img {
  max-width: 60px;
  min-width: 60px;
  height: 100%;
  min-height: 60px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin: 0 !important;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-published,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-pending,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-cancelled {
  max-width: 155px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
  font-weight: 400;
  height: 30px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  font-weight: 700;
  padding: 6px 10px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-pending,
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-cancelled {
  background-color: #FEE4E6;
  border: 0px solid #E90510;
  color: #E90510;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-status .approval-published {
  background-color: #EDF2EA;
  border: 0px solid #3C6C12;
  color: #3C6C12;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-period h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
  padding-right: 10px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action {
    justify-content: flex-start;
  }
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action .invoice-amount-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 20px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action .invoice-amount-block h6 {
  font-size: 14px;
  font-weight: 700;
  color: #35353F;
  margin-bottom: 0;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action .invoice-amount-block img {
  max-width: 100%;
  height: auto;
  margin-left: 10px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row .invoice-amount-action .invoice-action-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.shift-invoice-wrapper .agreement-list-block .agreement-list-row span.label-head {
  color: #676779;
  font-size: 14px;
  font-weight: 600;
  display: none;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row span.label-head {
    display: block;
  }
}

.update-profile-modal-block {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (max-width: 767.98px) {
  .update-profile-modal-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.update-profile-modal-block .form-group {
  margin-bottom: 0 !important;
}
.client-content-wrapper .no-agreement {
  margin: 70px 0;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.invoice-msg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 30px;
  background-color: #F2F2FA;
  color: #35353F;
  font-size: 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media (max-width: 767.98px) {
  .invoice-msg {
    padding: 20px;
  }
}
.invoice-msg img {
  margin-right: 20px;
  width: 44px;
  height: 44px;
}
.invoice-msg .font-bold {
  font-weight: 700;
}

.invoice-msg-refund {
  margin-bottom: 40px;
}

.client-content-wrapper .no-agreement img {
  max-width: 100%;
  height: auto;
}
.client-content-wrapper .no-agreement .steps-blocks {
  display: table;
  background-color: #F5F5F8;
  color: #35353F;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  margin: 20px auto 0 auto;
  max-width: 400px;
  line-height: 1.4;
}
#edit-field-enter-postcode-wrapper ul {
  flex-direction: column;
}

.shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers .agreement-carer-info {
  display: none;
}

@media (max-width: 767.98px) {
  .shift-invoice-wrapper .agreement-list-block .agreement-list-row span.label-head {
    display: none !important;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row {
    position: relative;
    gap: 15px !important;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-created {
    display: none;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers img {
    max-width: 120px;
    min-width: 120px;
    height: 100%;
    min-height: 120px;
    max-height: 120px;
  }
  
  .agreement-list-status .invoice-status {
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers h6 {
    display: none;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers .agreement-carer-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 25px;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers .agreement-carer-info h6 {
    font-size: 15px;
    font-weight: 700;
    color: #35353F;
    margin-bottom: 10px !important;
    display: block;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers .agreement-carer-info .created-date span.label-head {
    color: #676779;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 3px;
    display: block !important;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-carers .agreement-carer-info .created-date h6 {
    font-size: 14px;
    font-weight: 700;
    color: #35353F;
    margin-bottom: 0 !important;
    padding-right: 0;
  }

  .shift-invoice-wrapper .agreement-list-block .agreement-list-row .agreement-list-action .agreement-action .btn-ghost {
    background-color: #494FC9;
    color: #fff;
    border: none;
    width: 100%;
  }
}

.apply-coupon-modal {
  max-width: 750px!important;
}
.coupon-code
{
  margin: auto;
  font-family: Manrope, sans-serif;
}
.coupon-code h2
{
  margin: 0;
  padding: 10px;
  background: #eee;
  font-size: 20px;
}
.coupon-code h5
{
  margin: 0;
  padding-bottom: 5px;
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.coupon-code ul 
{
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.coupon-code ul li {list-style: none;
  width: 47%;
  display: inline-block;
  margin: 10px;}
.coupon-code .coupon-list .coupon {
  padding: 15px 0;
  border-radius: 10px;
  overflow: hidden;
  margin: auto;
  position: relative;
  text-align: center;
  color: #fff;
}
.coupon-code .coupon-list .coupon::before,
.coupon-code .coupon-list .coupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.coupon-code .coupon-list .coupon::before {
  left: 0;
  background-image: radial-gradient(
    circle at 0 50%,
    transparent 25px,
    #494FC9  26px
  );
}
.coupon-code .coupon-list .coupon::after {
  right: 0;
  background-image: radial-gradient(circle at 100% 50%, #494fc9 25px, #494FC9 26px);
}
.coupon p {
 margin: 0;
 letter-spacing: 1px;
 font-size: 14px;
 padding-bottom: 8px;
 color: #fff;position: relative;
 z-index: 1;
}
.coupon-code .coupon-list .btn.apply
{
  margin-top: 10px;
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 15px;
    text-transform: uppercase;
    color: #494FC9;
    font-weight: 600;position: relative;
    z-index: 1;margin: 10px auto 0;
}
.coupon-code .coupon-list  .coupon_code
{
  font-weight: 900;
  font-size: 16px;
  display: block;
  color: #fff;
  width: 200px;
  margin: auto;
  border: 1px dashed #fff;
  padding: 10px 10px;
  margin-top: 5px;
  margin-bottom: 5px;position: relative;
  z-index: 1;
}

#new-promocode-link {
  display: inline-flex;
  font-weight: 600;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-right: 0;
  align-items: center;
}
#new-promocode-link .coupon-code-img {
  margin-right: 10px;
  width: 28px;
  height: auto;
}
.apply-coupon-right-arrow {
  position: relative;
  top: 4px;
  left: 10px;
}
.applied-coupon-success {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}
.applied-coupon-detail td h3, .coupon-applied-text-green span, .span-discount-amount-green { color: #45b586; }

.applied-coupon-success > div { 
  text-align: left;
}
.applied-coupon-success h5 {font-size:18px;}
.applied-coupon-success p {font-size:13px;}
.applied-coupon-img {font-size: 34px;}

.shift-slots-care-fee-total-amount-applied.line-through,
.shift-slots-care-fee-total-amount-applied.line-through td h3,
.shift-slots-curam-client-fee-applied.line-through,
.shift-slots-curam-client-fee-applied.line-through td h3 {
  text-decoration: line-through;
  color: #d73834;
}
/* CSS for Apply coupon code link  */
.promocode-bg {
  background: #494FC9;
    color: #fff;
    padding-left: 15px;
    border-radius: 33px;
    padding-right: 20px !important;
    padding-top: 15px !important;
    margin-top: 13px !important;
}

.contract-details-footer-btn
{
    display: flex;
}
.contract-details-footer-btn .btn.filled
{
    margin-right: 10px;
}
