.action-img {
  max-width: 20px;
  cursor: pointer;
}
.banner-action-img {
  max-width: 30px;
  cursor: pointer;
}
.cause-filterrow {
  padding: 30px 0;
}
.cause-main {
  position: relative;
  /* padding-top: 20px; */
}
.cause-add-but {
  position: absolute;
  right: 10px;
  top: 15px;
}
.add-cause-form {
margin-left: 240px;
}
.form-row > .add-cause-form-col1 {
  padding-right: 40px;
}
.error {
  color: red;
  bottom: 16px;
}
.cstm-switch-indicator {
  cursor: pointer;
}
.all_add_status {
  margin-left: -6px;
}
.action-img12 {
  max-width: 23px;
  cursor: pointer;
  margin-left: 0px;
  margin-top: 0px;
}
.actionPending {
  width: 100px;
}
.options {
  margin-top: -5px;
}
.createAt {
  color: #8495bc;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 5px;
  position: absolute;
  right: 20px;
}
.createM {
  color: #8495bc;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 5px;
}
.createAtB {
  color: #8495bc;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 5px;
  position: absolute;
  left: 12px;
}
.marginTop {
  margin-top: -15px;
}
.marginTopB {
  margin-top: -22px;
}
.marginTopC {
  margin-top: -5px;
}
.head {
  font-weight: 600;
  letter-spacing: 1px;
}

/* spinner */
#cover-spin {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.13);
  z-index: 9999;
  display: block;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#cover-spin::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 45%;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-color: #0e31fa;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
.action-img {
  float: left;
  position: relative;
  margin-left: 4%;
}
.banner-action-img {
  float: left;
  position: relative;
  margin-left: 4%;
}
.delete img {
  float: left;
  position: relative;
  margin-left: 4%;
}

.rubberBand {
  color: blue;
}

/* .text-center{
    color: red;
    background-color: #efeff5;
} */
.isTvShowActive-s {
  text-align: center;
  color: #5bc21f;
  letter-spacing: 1px;
}
.isTvShowActive-n {
  text-align: center;
  color: red;
  letter-spacing: 1px;
}
.filter-icon {
  border-color: #607d8b1f;
  background-color: #607d8bbf;
  border-radius: 4px;
}

@-webkit-keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  margin: 0 auto;
  border: 3.6px solid #b91f43;
  box-sizing: border-box;
  overflow: hidden;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  animation: loader-spin 2s linear infinite reverse;
  -webkit-filter: url(#goo);
  filter: url(#goo);
  box-shadow: 0 0 0 1px #b91f43 inset;
  z-index: 99999;
}
.loader:before {
  content: '';
  position: absolute;
  -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
  background: #b91f43;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  border-radius: 50%;
  width: 150%;
  height: 150%;
  left: 50%;
  top: 50%;
  z-index: 99999;
}
.sidebar-first-title {
  padding-left: 15px;
  color: black;
  padding-top: 30px;
}
.sidebar-title {
  padding-left: 15px;
  padding-top: 15px;
  color: black;
}
.parsley-custom-error-message {
  padding-top: 10px;
  color: red;
}

.parsley-error {
  border-color: red;
}

.parsley-errors-list {
  display: none;
  margin: 0;
  padding: 0;
}

.parsley-errors-list.filled {
  display: block;
}

.parsley-errors-list > li {
  font-size: 12px;
  list-style: none;
  color: red;
  margin-top: 5px;
}
.drop-text {
  display: flex;
  justify-content: space-between;
}
.drop-cancel-btn {
  align-self: center;
}
#forgot-password-label i {
  cursor: pointer;
}
#header-logo {
  padding-top: 30px;
  height: 70px;
  width: 250px;
}
.btnAddForm {
  margin-left: auto;
  margin-top: 15px;
  margin-right: 15px;
}
#modal-error {
  color: red;
}
.close-message {
  border: none;
  background: none;
  color: white;
}

#role-error {
  position: absolute;
  bottom: -32px;
  left: 0px;
  z-index: 11;
}

#stateClientMaster-error {
  position: absolute;
  bottom: -31px;
  left: 10px;
  z-index: 11;
  /* bottom: -17px; */
}
#id_type-error {
  position: absolute;
  bottom: -32px;
  left: 10px;
  z-index: 11;
  /* bottom: -17px; */
}
.backbutton.backbtn {
  color: #e56717;
}
#validateLogin .field-icon.toggle-password {
  position: absolute;
  right: 15px;
  top: 42px;
}
#updatePassword .field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 42px;
}
#updatePassword .field-icon.toggle-retypePassword {
  position: absolute;
  right: 20px;
  top: 42px;
}
#addSystemAdmin .field-icon.toggle-password {
  position: absolute;
  right: 25px;
  top: 42px;
}

#updatePin .field-icon.toggle-newPin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#updatePin .field-icon.toggle-retypePin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#clientUpdatePin .field-icon.toggle-newPin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#clientUpdatePin .field-icon.toggle-retypePin {
  position: absolute;
  right: 20px;
  top: 42px;
}

button.btn.btn-primary.waves-effect.waves-light.m-t-30.m-r-5 {
  margin-top: 34px;
}

label#email_valid {
  color: red;
  display: none;
}

#addClientMaster .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

#client-master-edit .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

#addClientMaster .row {
  padding: 25px 50px;
  padding-top: 11px;
}

#client-master-edit .row {
  padding: 25px 50px;
  padding-top: 11px;
}

#client-master-view .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

/* #client-master-view .row {
  padding: 25px 50px;
  padding-top: 0px;
} */

#addClientMaster .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#client-master-edit .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#client-master-view .backbutton {
  color: #e56717;
  /* margin-left: 30px; */
}

#addSystemAdmin .row {
  padding: 25px;
  padding-top: 10px;
}
#addSystemAdmin .form-group {
  margin-bottom: 5px;
}
#addSystemAdmin .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

#addSystemAdmin .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#addSystemAdmin #btn_save {
  float: none;
}

#editSystemAdmin .row {
  padding: 25px 50px;
  padding-top: 11px;
}

#editSystemAdmin .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}

#editSystemAdmin .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#editSystemAdmin #btn_save {
  float: none;
}

.backbutton .backbtn {
  color: #e56717;
  margin-left: 30px;
}

#updatePassword .form-row {
  padding: 25px 50px;
  padding-top: 11px;
}

#updatePassword .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}
.dropdown-divider {
  margin: 0px !important;
}
.dropdown-item {
  margin-left: 0px !important;
}
#display_Logger label#log {
  color: red;
  display: none;
}

#display_Logger textarea#displayLog {
  display: none;
}

#display_Logger textarea#displayLog {
  overflow: auto;
  white-space: nowrap;
}

#display_Logger .form-group {
  padding: 14px;
}

#display_Logger .card-body {
  padding: 1.25rem;
  padding-bottom: 22px;
  flex: 1 1 auto;
}

#profile .backbutton {
  color: #e56717;
  margin-left: 30px;
}

#profile .row {
  padding: 25px 50px;
  padding-top: 11px;
}
#profile .card-body {
  padding: 1.25rem;
  padding-bottom: 0;
  flex: 1 1 auto;
}
#display_Logger .form-group {
  padding: 5px;
}

#addSystemAdmin .row {
  padding-bottom: 0px;
}

#editSystemAdmin .row {
  padding-bottom: 0px;
}

.page-content-wrapper.system-admin-list {
  padding-top: 80px;
}
.page-content-wrapper {
  padding-top: 50px;
}

#updatePassword .row {
  padding-bottom: 0px;
}

#updatePin .row {
  padding-bottom: 0px;
}

.rowPass {
  margin-top: 20px;
}

.rowPin {
  margin-top: 20px;
}

#profile .row {
  padding-bottom: 0px;
}

#pin-card {
  padding-top: 0px !important;
}

#card-pass {
  padding-top: 0px;
}

#view_business {
  margin-top: 20px;
}

#edit_bus {
  padding-top: 0px;
}

.select2-selection {
  padding-right: 17px;
}

#phoneNo {
  padding-right: 400px;
}

#preferred_number {
  padding-right: 400px;
}

#client_view_card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 40%;
}

#client_container {
  padding: 16px 16px;
}

#client-view-back {
  width: 100px;
}

#client-view-back-link {
  color: white;
  font-size: 18px;
}

.pull-right {
  float: right;
}

/* #view_clients {
  justify-content: center;
} */

#client_view_card1 {
  background-color: white;
}

#client_view_cardBody {
  margin-bottom: 20px;
}

#business_backbtn {
  color: #e56717;
  margin-left: 0px;
}
#systemAdminAddGeneratePin {
  margin-top: 32px;
}

#business_view_card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

#business_container {
  display: flex;
  flex-wrap: wrap;
  padding: 2px 16px;
}

#business_view_card1 {
  background-color: white;
}

#business_view_cardBody {
  margin-bottom: -3px;
  padding-left: 0;
}

#account_view {
  padding-top: 73px;
}

.information_div {
  margin-left: 12px;
  width: 48%;
}
.business-text-muted {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
}

#account_master_viewss {
  padding-top: 5px;
}

#view_business_col {
  margin-top: 2%;
  padding: 0% 1% 0% 0%;
}

#list_business_view {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 10px;
}

#business_image {
  width: 700px;
  height: 600px;
  object-fit: fill;
}

#account_view_table {
  flex-wrap: wrap;
}

#business_edit_form {
  padding-top: 44px;
}

#business_view_form {
  padding-top: 20px;
}

#account-master-edit {
  padding-top: 48px;
}

#business_address1 {
  word-break: break-all;
}

#business_address1 {
  text-align: justify;
}

#business_address2 {
  width: 200px;
  word-break: break-all;
  text-align: justify;
}

#business_view_address {
  word-break: break-all;
  text-align: justify;
}

#business_view_note {
  word-break: break-all;
  text-align: justify;
}

#business_view_businessName {
  margin-left: -8px;
}

#business_view_legalName {
  margin-left: -4px;
}

#business_view_clientName {
  margin-left: -5px;
}
#client_master_addForm {
  padding-top: 73px;
}

#system_admin_editForm {
  padding-top: 50px;
}

#client_master_viewForm {
  padding-top: 63px;
}

.backbuttonsss {
  color: #e56717;
  margin-left: -10px;
}

#system_admin_password_form {
  padding-top: 64px;
}

#system_admin_pin_form {
  padding-top: 63px;
}

#profile_update_form {
  padding-top: 44px;
}

#profile_update_password {
  padding-top: 64px;
}

#profile_update_pin {
  padding-top: 65px;
}

#btn_log {
  margin-top: 32px;
}

#button_logger {
  text-align: end;
}

#star {
  color: red;
}

#profile_updatePassword .field-icon.toggle-password {
  position: absolute;
  right: 20px;
  top: 42px;
}
#profile_updatePassword .field-icon.toggle-retypePassword {
  position: absolute;
  right: 20px;
  top: 42px;
}

#profile_updatePin .field-icon.toggle-newPin {
  position: absolute;
  right: 20px;
  top: 42px;
}
#profile_updatePin .field-icon.toggle-retypePin {
  position: absolute;
  right: 20px;
  top: 42px;
}

#addClientMaster .js-example-basic-single {
  margin-left: -9px;
}

.zip-checker {
  color: red;
  display: none;
}

#loading {
  position: absolute;
  left: 112px;
  top: 0px;
  margin-left: 550px;
}

#profile #zip {
  padding: 10px;
}

#contact_no_client {
  padding-left: 0px;
}

#home_no_client {
  padding-left: 0px;
}

#client-view-back {
  float: none;
  margin-top: 10px;
}

#business_client_master_ids {
  margin-bottom: -9px;
}

#display_Logger #date {
  cursor: pointer;
}

#display_Logger #displayLog {
  cursor: default;
}

#page-content-wrapper-lists {
  padding-top: 80px;
}

#addClientMaster {
  padding: 0px 0px 22px 0px;
}

#client-master-edit {
  padding: 25px 0px 22px 0px;
}

#addBusinessMaster {
  padding: 27px 0px 0px 0px;
}

#content {
  padding-bottom: 0px;

}

#update_business {
  padding: 8px 0px 0px 2px;
  margin-top: 20px;
}

#add_account {
  padding: 27px 0px 0px 5px;
}

#update_account {
  padding: 0px;
}

#clientMasterUpdatePin {
  padding-top: 35px;
}

#clientUpdatePins {
  margin-top: -33px;
}
