.shift-invoice-head-rt button {
  padding: 8px 15px;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1.2;
  display: flex;
  font-family: "Manrope", sans-serif;
  gap: 8px;
  cursor: pointer;
  font-weight: 500;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d7e8f3;
  color: #000;
}

.modal .modal-content.modal-content-client .modal-footer {
  gap: 0;
}

.no-data-block {
  margin: 100px auto 30px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.no-data-block img{
  margin-bottom: 30px;
}

.no-data-block p{
  text-align: center;
}

.authority-invoice-shift-detail-table table tr {
  border-bottom: 1px solid #ccc;
}

.shift-result {
  width: 100%;
  text-align: right;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.shift-result table {
  width: 100%;
}

.shift-result table h3 {
  font-size: 20px;
  color: #35353f;
  font-weight: 700;
  padding: 15px 0 15px 30px;
}

.shift-result table tr.grand-total-col td{
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
 padding: 10px 0;
}

.shift-result table tr td:last-child, .shift-slots-care-fee-total-amount, .applied-coupon-shift-slot-amount, .shift-slots-client-curam-fee-amount, .applied-coupon-client-fee-amount {
  width: 175px;
}

.shift-result table td.td-total label {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 0px;
}

.invoice-search .filter-form-rt select{
  background: url(/themes/curam/assets/images/clients/select_caret.svg) right 15px center no-repeat;
  color: #000;
}

#search_carer .select2-selection.select2-selection--single {  
  background: url(/themes/curam/assets/images/clients/select_caret.svg) right 15px center no-repeat;
  border: 1px solid #E0E1E6;
  color: #000;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  appearance: none;
  padding-left: 15px;
  box-sizing: border-box;
  margin-bottom: 0;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  width: 100%;
}

#search_carer .select2-selection.select2-selection--single .select2-selection__arrow{  
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.2 !important;
}

.select2-container--default input.select2-search__field {
  font-size: 15px;
}

.select2-container--default input.select2-search__field::-webkit-input-placeholder {
  font-weight: 100;
}

#select2-select-carer-results,#select2-search-carer-results {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  width: 100%;
  background-color: #494fc9 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #E0E1E6 !important;
}

.select2-dropdown {
  border: 1px solid #E0E1E6 !important;
}

form label.error {
  color: red
}

.client-shift-invoice-info-col .payment-status p.font-bold {
  font-size: 14px;
  font-weight: 700;
  color: #35353f;
  margin: 0;
}

.shift-invoice-wrapper .shift-invoice-head .shift-invoice-head-rt {
  flex-wrap: wrap;
}

.contact-support .contact-supoort-form .form-textarea-wrapper {
  margin-top: 10px;
}

.custom-page-loader {
  background: rgba(255, 252, 249, .65) url(/themes/curam/assets/images/huskies/ajax-loader.gif) no-repeat 50% 50%;
  z-index: 1111;
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9;
}

.client_user_class .custom-Error p.custom_error_msg {
  display: block !important;
  margin: 20px auto 0 !important;
}

.client_user_class p.custom_success_msg {
  max-width: 1068px !important;
  width: 100% !important;
}

.message-box.custom-Status.message.alert.alert-success { 
  padding: 0 20px;
}

.shift_client_view .swal-button--cancel:focus {
  box-shadow: none !important;
}
.shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer.authority_organization_footer {
  align-items: flex-end;
}

.authority_organization_approve_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 1025px) {
  .shift-invoice-wrapper .shift-invoice-view-wrapper .shift-invoice-view-block .shift-invoice-view-footer.authority_organization_footer {
    align-items: flex-start;
    flex-wrap: wrap !important;
    gap: 15px;
  }

  .authority_organization_approve_btn {
    flex-direction: column;
    width: 100%;
    justify-content: start;
    align-items: start;
  }
}

.modal-content-client .msgcreator {
  width: 100%;
}

.update-profile-modal-block .postcoder-complete>div.postcoder-complete-dropdown>ul,
.postcoder-country>ul {
  max-height: 120px;
}

@media (max-width: 600px) {
  .update-profile-modal-block .postcoder-complete>div.postcoder-complete-dropdown>ul,
  .postcoder-country>ul {
    max-height: 200px;
  }

  #search_carer .select2.select2-container.select2-container--default {
    width: 355px !important;
}
}