.custom-card-header {
  float: right;
  width: 20rem;
  border-bottom: none !important;
}

.w-10-rem {
  width: 10rem;
}

#vendorTable_filter,
#datatable_filter,
#customer-table_filter,
#bank-accounts-table_filter,
#add-row1_filter,
#add-row2_filter,
#processed-transactions-table_filter,
#pending-transactions-table_filter,
#rejected-transactions-table_filter,
#merchant-change-log-table_filter,
#merchant-admin #add-row_filter,
#merchant-user #merchant-user-table_filter,
#processed-risk-table_filter,
#pending-risk-table_filter {
  position: relative;
  top: -1.8rem;
  width: 30%;
  margin-left: 32%;
}

.backButton {
  position: absolute;
  float: inherit;
  margin-left: 85%;
}

.middrop {
  min-width: 220px !important;
}

input.flatnumber::-webkit-outer-spin-button,
input.flatnumber::-webkit-inner-spin-button {
  margin: 0;

  -webkit-appearance: none;
}

input.flatnumber {
  -moz-appearance: textfield;
}

.card img {
  max-width: 100%;
}

.card-grey {
  background: #f2f2f2;
  box-shadow: none;
}

input[type='text'].btn,
input[type='number'].btn {
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
}

#manager-signature > * {
  max-width: 50%;
  max-height: 300px;
}

.versions-form .form-check label,
.versions-form .form-group label {
  white-space: initial;
}

.signature-pad {
  width: 100%;
  height: 240px;
  transition: all 0.3s;
  border: 1px solid #ebedf2;
  border-radius: 0.25rem;
}

.view-signature {
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  color: #4cb5ae;
}

.peekable-password {
  position: relative;
}

.peekable-password > i.fa-eye-slash,
.peekable-password > i.fa-eye {
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  height: 14px;
  margin: auto;
  cursor: pointer;
}

select.disabled,
.form-control.select2-hidden-accessible.disabled + .select2 {
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

table#customer-table.dataTable thead *[class*='sorting']:after,
table#customer-table.dataTable thead *[class*='sorting']:before,
table#pending-table.dataTable thead *[class*='sorting']:after,
table#pending-table.dataTable thead *[class*='sorting']:before {
  bottom: 50%;
  transform: translateY(50%);
}

table#pending-table .custom-badge {
  display: inline-block;
  margin: 1px;
}

div#pending-table_wrapper div#pending-table_length {
  float: left;
}

div#pending-table_wrapper div.dataTables_filter {
  float: right;
}

.events-table {
  width: calc(100vw - 1043px);
}

.events-main-row {
  display: flex;
  align-items: flex-start;
  width: 100%;
  min-width: fit-content;
  margin-bottom: 24px;
  padding: 12px 16px 16px;
  border-radius: 5px;
  background: #f5f7f7;
}

.events-main-cell.event-info {
  flex-shrink: 0;
  width: 360px;
}

.events-main-cell.event-tickets {
  width: 100%;
  min-width: 410px;
}

.event-tickets .events-main-cell-top .event-tickets-cell {
  font-weight: 700;
  line-height: 24px;
  padding: 0 2px;
  color: #777;
}

.event-tickets .events-main-cell-top .event-tickets-cell:nth-child(1) {
  width: 100%;
}

.event-tickets .events-main-cell-top .event-tickets-cell:nth-child(2) {
  flex-shrink: 0;
  width: 70px;
  text-align: right;
}

.event-tickets .events-main-cell-top .event-tickets-cell:nth-child(3) {
  flex-shrink: 0;
  width: 70px;
  text-align: right;
}

.event-tickets .events-main-cell-top .event-tickets-cell:nth-child(4) {
  flex-shrink: 0;
  width: 100px;
  text-align: right;
}

.event-tickets .events-main-cell-content-cell {
  font-weight: 700;
  padding: 0 2px;
}

.event-tickets .events-main-cell-content-cell:nth-child(1) {
  width: 100%;
  color: #69b3ad;
}

.event-tickets .events-main-cell-content-cell:nth-child(2) {
  flex-shrink: 0;
  width: 70px;
  text-align: right;
  color: #e05d5d;
}

.event-tickets .events-main-cell-content-cell:nth-child(3) {
  flex-shrink: 0;
  width: 70px;
  text-align: right;
  color: #777;
}

.event-tickets .events-main-cell-content-cell:nth-child(4) {
  flex-shrink: 0;
  width: 100px;
  text-align: right;
  color: #69b3ad;
}

.events-main-cell.event-actions {
  flex-shrink: 0;
  text-align: right;
}

.event-actions .events-main-cell-top {
  line-height: 24px;
  justify-content: flex-end;
}

.event-actions .events-main-cell-top .event-tickets-cell {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #69b3ad;
}

.event-actions .events-main-cell-top .event-tickets-cell > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #69b3ad;
}

.events-main-cell-top {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #69b3ad;
}

.event-status {
  font-size: 8px;
  font-weight: 700;
  line-height: 24px;
  width: 70px;
  height: 24px;
  margin-right: 12px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-color: #69b3ad;
}

.event-status.status--live {
  background-color: #e05d5d;
}

.event-status.status--passed {
  background-color: #d3d3d3;
}

.event-title {
  font-size: 16px;
  font-weight: 700;
  color: #777;
}

.event-image {
  overflow: hidden;
  max-width: 150px;
  max-height: 90px;
  margin-right: 12px;
  border-radius: 10px;
}

.event-info-list {
  font-size: 12px;
  line-height: 15px;
  color: #777;
}

.event-info-date {
  font-weight: 700;
  margin-bottom: 4px;
}

.event-info-time {
  margin-bottom: 4px;
}

.event-info-location {
  font-weight: 500;
  margin-bottom: 4px;
  color: #69b3ad;
}

.event-tickets-cell.event--remove {
  color: #e05d5d !important;
}

.event-tickets-cell.event--remove span {
  background-color: #e05d5d !important;
}

.event-info .events-main-cell-content {
  display: flex;
  align-items: flex-start;
}

.events-main-cell-content-row {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.events-main-cell-content-row:last-child {
  margin-bottom: 0;
}

.events-main-cell-content-cell.status--expired {
  color: #d3d3d3 !important;
}

.events-main-cell-content-cell.status--out {
  color: #777 !important;
}

.event-action {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 8px;
  color: #69b3ad;
}

.event-action > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #69b3ad;
}

.event-action.disabled {
  color: #d3d3d3 !important;
}

.event-action.disabled > span {
  background-color: #d3d3d3 !important;
}

.loader {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #4cb5ae;
  border-bottom-color: transparent;
  display: inline-block;
}

.common-template .credit-card-terms {
  background: url('/assets/images/credit-card-terms.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
}
.common-template .remittance-terms {
  background: url('/assets/images/credit-card-terms.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
}
.common-template .content > div {
  background: rgba(255, 255, 255, 0.6);
}

.common-template .d-flex .footer {
  position: static;
}

span.card-pull-transaction {
  cursor: pointer;
  color: #4cb5ae;
}

span.card-pull-transaction:hover {
  text-decoration: underline;
}

.clickable {
  cursor: pointer;
}

.input-group.has-error.no-border {
  border: none !important;
}

.fg-group .fg {
  margin-top: 5px;
  margin-bottom: 15px;
}

.fg-group .fg label {
  font-size: 13px !important;
  cursor: pointer;
}

.fg-group .fg label input {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.disabled-checkbox {
  pointer-events: none;
}

.disabled-checkbox input {
  pointer-events: none;
  opacity: 0.5;
}
