@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
  font-family: 'Roboto', sans-serif;
  border-radius: 2px !important;
  font-size: 14px;
}

[x-cloak] {
  display: none !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Border overrides */
/* -------------------------------------------------------------------------------------------------------------------- */
input[type="radio"] {
  border-radius: 50% !important;
}

.form-switch input[type="checkbox"] {
  border-radius: 2em !important;
}

.spinner-border {
  border-radius: 50% !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Colors */
/* -------------------------------------------------------------------------------------------------------------------- */
:root {
  --bs-primary: #000000;
  --bs-primary-rgb: 0, 0, 0;
  --bs-primary-bg-subtle: #e6e6e6;
  --bs-primary-border-subtle: #999999;
  --bs-primary-text-emphasis: #000000;
  --bs-rello-primary: #44148E;

  --myra-checkbox-bg: #d94949;
  --myra-checkbox-border: #b12a2a;
  --myra-checkbox-bg-checked: #0f7706;
  --myra-checkbox-border-checked: #02621a;

  /* -------------------------------------------------------------------------------------------------------------------- */
  /* Themes */
  /* NOTE: These are overwritten by js in adminMenu.js */
  /* -------------------------------------------------------------------------------------------------------------------- */
  --myra-theme-bg: #000;
  --myra-theme-bg-border: #000 ;
  --myra-theme-btn-hover-bg: #000 ;
  --myra-theme-btn-hover-bg-border: #000 ;
  --myra-theme-sidebar-bg: #000;
  --myra-theme-sidebar-active-menu: #fff;
  --myra-theme-sidebar-hover-menu: #fff;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Other */
/* -------------------------------------------------------------------------------------------------------------------- */
a, .btn-link {
  text-decoration: none;
}

.bg-non-default {
  background-color: #eaffe1 !important;
  color: #000;
}

h1 {
  font-size: 24px;
  border-bottom: 1px solid #747d862e;
  margin-bottom: 1.25rem;
  padding-bottom: 0.5rem;
}

.admin-info-icon {
  color: #086ccf !important;
  font-size: 13px !important;
}

.admin-info-icon-heading {
  color: #ffbd51 !important;
  font-size: 13px !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Assessment checklist */
/* -------------------------------------------------------------------------------------------------------------------- */
.assessment-checklist-actions {
  background-color: color-mix(in srgb, var(--myra-theme-bg-border), transparent 95%);
  border: 1px solid #bac2d1;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  margin: auto;
  text-align: center;
  white-space:nowrap;
  width: min-content;
}

.assessment-checklist-actions button {

  margin-left: 0.2rem;
  margin-right: 0.2rem;

}

.assessment-checklist-item {
  margin-bottom: 0.75rem;
}

.assessment-checklist-item > div {
  background-color: #fff;
  border: 1px solid #e3e8eb;
  padding: 0;
}

.assessment-checklist-item .row > div {
  padding: 0.5rem 1.5rem;
}

.assessment-checklist-item-description-col {
  border-left: 1px solid #e3e8eb;
  border-right: 1px solid #e3e8eb;
}

@media (max-width: 600px) {
  .assessment-checklist-item-description-col {
    border-left: none;
    border-right: none;
  }
}

.assessment-checklist-item-label {
  background-color: var(--myra-theme-bg);
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
  padding: 0.4rem;
  text-transform: uppercase;
}

.assessment-checklist-item-description {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.assessment-checklist-item-history li {
  color: #555;
  font-size: 12px !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.assessment-checklist-item-history li span {
  display: block;
  color: #777;
  font-size: 10px !important;
  font-weight: 300;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Balance data */
/* -------------------------------------------------------------------------------------------------------------------- */
.balance-data-danger th, .balance-data-danger td {
  background-color: #aa0000 !important;
  color: #fff !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Sub heading */
/* -------------------------------------------------------------------------------------------------------------------- */
.basic-sub-heading {
  background-color: var(--myra-theme-bg) !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  padding: 6px;
  text-transform: uppercase !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Basic table */
/* -------------------------------------------------------------------------------------------------------------------- */
.basic-table {
  border-radius: 0px !important;
  font-size: 13px;
  margin-bottom: 2.25rem;
  min-width: 350px;
}

.basic-table span, .basic-table a, .basic-table div, .basic-table span.status, .basic-table select, .basic-table ul, .basic-table li {
  font-size: 13px;
}

.basic-table-header {
  background-color: var(--myra-theme-bg) !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
}

.basic-table th {
  background-color: #f8f9fa;
  border: none;
  border-bottom: 1px solid #e9ecef;
  color: #282a2c;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
  width: 130px;
}

.basic-table.wider-th th {
  width: 160px;
}

.basic-table td {
  border: none;
  border-bottom: 1px solid #e9ecef;
  color: #30353a;
  font-size: 13px;
  padding: 0.5rem 0.5rem;
  vertical-align: middle;
}

.basic-table.no-border-last-cell tbody tr:last-child td {
  border-bottom: none;
}

.basic-table tbody tr:hover {
  background-color: #f8f9fa;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Buttons */
/* -------------------------------------------------------------------------------------------------------------------- */
.btn-admin {
  background-color: #242424;
  border: 1px solid #000;
  color: #fff;
  font-size: 13px;
  padding: 0.0rem 0.35rem;
}

.btn-admin:hover {
  background-color: var(--myra-theme-bg);
  border: 1px solid var(--myra-theme-bg-border);
  border: 1px solid #fff;
  color: #fff;
}

.btn-admin i {
  font-size: 10px;
  font-weight: 600;
}

.btn-admin-black {
  background-color: #242424;
  border: 1px solid #000;
  color: #fff;
}

.btn-admin-black:hover {
  background-color: var(--myra-theme-bg);
  border: 1px solid var(--myra-theme-bg-border);
  color: #fff;
}

.btn-admin-medium {
  color: #fff;
  font-size: 14px;
  padding: 0.15rem 0.5rem;
}

.btn-admin-medium i {
  font-size: 14px;
  font-weight: 600;
}

.btn-admin-red {
  background-color: #fff;
  border: 1px solid #b60000;
  color: #b60000;
}

.btn-admin-red:hover {
  background-color: #b60000;
  color: #fff;
}

.btn-admin-green {
  background-color: #096900;
  border: 1px solid #075500;
  color: #fff;
}

.btn-admin-green:hover {
  background-color: #353638;
  color: #fff;
}

.btn-admin-orange {
  background-color: #fff;
  border: 1px solid #a76400;
  color: #4e1d00;
}

.btn-admin-orange:hover {
  background-color: #a76400;
  color: #fff;
}

.btn-admin-purple {
  background-color: #4a00ac;
  border: 1px solid #470081;
  color: #fff;
}

.btn-admin-purple:hover {
  background-color: #260058;
  color: #fff;
}

.btn-admin-white {
  background-color: #fff;
  border: 1px solid #afb3b8;
  color: #000;
}

.btn-admin-white:hover {
  background-color: var(--myra-theme-bg);
  border: 1px solid var(--myra-theme-bg-border);
  color: #fff;
}

.btn-info {
  background-color: #11a19f;
  border-color: #069d9b;
  color: #fff;
}

.btn-info:hover {
  background-color: #0d8381;
  border-color: #069d9b;
  color: #fff;
}

.btn-link {
  box-shadow: none;
  font-weight: 300;
  padding-bottom: 0px;
  padding-top: 0px;
}

.btn-primary {
  background-color: #0f0f0f;
  border-color: #000000;
}

.btn-primary:active {
  background-color: #333333 !important;
  border-color: #1d1d1d !important;
}

.btn-primary:hover {
  background-color: var(--myra-theme-btn-hover-bg);
  border-color: var(--myra-theme-btn-hover-bg-border);
}

.btn-primary:disabled {
  background-color: #666666;
  border-color: #666666;
}

.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
  background-color: #fff;
  color: #333;
}

.btn-secondary:hover {
  background-color: #30353d;
  color: #ffffff;
}

.btn-sub {
  background-color: #ffffff;
  border-color: #310F66;
  color: #310F66;
  font-size: 13px;
  font-weight: 400;
  padding: 0.3rem 0.4rem;
}

.btn-sub:hover {
  background-color: #310F66;
  color: #ffffff;
}

.btn-xs {
  padding-bottom: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  padding-top: 0.2rem;
  font-size: 0.75rem;
  font-weight: 400;
}

.btn-width-auto {
  min-width: 160px;
  width: auto !important;
  padding: 0.25rem 1.5rem;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Dropdown */
/* -------------------------------------------------------------------------------------------------------------------- */
.dropdown i {
  color: rgb(74, 18, 255);
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu > li {
  border-radius: 0 !important;
}

.dropdown-menu > li > a {
  background-color: #3e4148;
  border-radius: 0 !important;
  border-bottom: 1px solid #616366;
  color: #ffffffd1;
  font-size: 14px;
  padding: 0.25rem 1rem;
}

.dropdown-menu > li > a:hover {
  background-color: #000;
  color: #fff;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Form check large */
/* -------------------------------------------------------------------------------------------------------------------- */
.form-check-large > .form-check-input {
  border: 1px solid #5b5c5f;
  height: 1.25em;
  width: 1.25em;
}

.form-check-large > .form-check-label {
  margin-left: 0.5em;
  margin-top: 0.15em;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Form labels */
/* -------------------------------------------------------------------------------------------------------------------- */
.form-label {
  color: #000000c4;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Heading with icon */
/* -------------------------------------------------------------------------------------------------------------------- */
.heading-with-icon {
  align-items: top;
  display: flex;
}

.heading-with-icon > div {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 1rem;
  margin-right: 0.75rem;
  margin-top: 0.25rem;
  width: 1rem;
}

.heading-with-icon > div > i {
  font-size: 1.25rem;
}

.heading-with-icon > h2 {
  margin-bottom: 0.75rem;
}


/* -------------------------------------------------------------------------------------------------------------------- */
/* JSON */
/* -------------------------------------------------------------------------------------------------------------------- */
.json-container {
  background-color: #ecf4ff;
  border-radius: var(--container-border-radius);
  box-shadow: 3px .1rem 0.5rem var(--box-shadow-color);
  margin-top: 20px;
  padding: 10px;
}

.json-data {
  white-space: pre-wrap;
  font-family: monospace;
  max-width: 100%;
  font-size: 14px;
}

.json-string { color: green; }
.json-number { color: darkorange; }
.json-boolean { color: rgb(105, 10, 114); }
.json-null { color: magenta; }
.json-key { color: #454597; }

/* -------------------------------------------------------------------------------------------------------------------- */
/* Main container */
/* -------------------------------------------------------------------------------------------------------------------- */
.main-container, .main-container-no-menu {
  background-color: #fff;
  margin-left: 230px;
  min-height: 100vh;
  overflow-y: none;
  padding: 15px 20px 20px 20px;
}

@media (max-width: 600px) {
  .main-container, .main-container-no-menu {
    margin-top: 48px;
    margin-left: 0;
  }
}

.main-container-no-menu {
  margin-left: 0;
  padding: 0px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Modal */
/* -------------------------------------------------------------------------------------------------------------------- */
.modal .modal-header {
  background-color: var(--myra-theme-bg);
  border-radius: 0px !important;
  color: #fff;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Nav */
/* -------------------------------------------------------------------------------------------------------------------- */
.nav-item.active, .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: transparent;
}

.nav-item-counter {
  background-color: #aa0000;
  border-radius: 22px !important;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
  width: 22px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* PR */
/* -------------------------------------------------------------------------------------------------------------------- */
.pr .nav-tabs {
  border-bottom: 1px solid var(--myra-theme-bg);
}

.pr .nav-link {
  background-color: #f8f9fa;
  color: #5e5e5e;
  font-size: 12px;
  text-transform: uppercase;
}

.pr .nav-link.active {
  background-color: var(--myra-theme-bg);
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #fff;
  font-size: 14px;
}

.pr-notes {
  color: #555;
}

.pr-notes, .pr-notes ul li {
  font-size: 12px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello Alerts */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-alert {
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  color: #ffffff;
  padding: 1.8rem 1.5rem 1.25rem 0.5rem;
  top: -200px;
  transition: top 0.4s ease 0s;
  min-width: 380px;
  max-width: 820px;
  z-index: 9999;
}

.rello-alert-success {
  background-color: #145f25;
}

.rello-alert-danger {
  background-color: #dc3545;
}

.rello-alert-warning {
  background-color: #ffe69c;
}

.rello-alert .btn-close {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello data table */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-data-table {
  background-color: #fff;
  font-size: 14px;
}

.rello-data-table th {
  background-color: #fff;
  box-shadow: inset 0 -1px 0 #111;
  border-radius: 0px !important;
  font-weight: 500 !important;
  padding-bottom: 0.2rem !important;
  position: sticky;
  text-transform: uppercase;
  top: 0;
}

.rello-data-table > :not(caption) > * > * {
  color: #333;
  font-weight: 300;
  padding: 0.5rem 0.3rem 0.5rem 0.3rem;
}

.rello-data-table-filter-body {
  background-color: #e4e9ee2e;
}

.rello-data-table-filter-group {
  background-color: #fff;
  border: 1px solid #e5ebef;
  border-radius: 2px;
  padding: 6px;
}

.rello-data-table-filter-button {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.rello-data-table-filter-button:hover {
  background-color: #7f8c96;
  border: 1px solid #686a6e;
  color: #e0e0e0;
  font-weight: 600;
}

.rello-data-table-filter-button.active {
  background-color: var(--myra-theme-bg);
  border: 1px solid var(--myra-theme-bg-border);
  color: #fff;
}

.rello-data-table-reload-button {
  background-color: var(--myra-theme-bg);
  border: 1px solid var(--myra-theme-bg-border);
  color: #fff;
}

.rello-data-table-reload-button:hover {
  background-color: var(--myra-theme-btn-hover-bg);
  border: 1px solid var(--myra-theme-btn-hover-bg-border);
  color: #e0e0e0;
  font-weight: 600;
}

.rello-data-table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-bg-type: rgba(166, 175, 189, 0.02);
}

.rello-data-table.table-hover > tbody > tr:hover > * {
  --bs-table-bg-state: rgba(153, 164, 185, 0.116) !important;
}

.rello-data-table-container {
  border: 1px solid var(--bs-border-color);
  overflow-x: scroll;
  padding: 0px;
  scrollbar-color: #939dbb45 #fff0;
  scrollbar-width: thin;
}

.rello-data-table-loader {
  display: none;
  text-align: center;
  width: 100%;
}

.rello-data-table-loader img {
  height: 20px;
  margin: auto;
  width: 20px;
}

.rello-data-table-note-created-details {
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  display: block;
}

.rello-data-table-search {
  margin-bottom: 0.75rem;
  width: 250px;
}

.rello-data-table-updated-at {
  color: #555;
  font-size: 12px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello dialog */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-dialog {
  border: 0px;
  border-radius: 2px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 275px;
  padding: 0px;
  width: 550px;
}

.rello-dialog .dialog-header {
  background: var(--myra-theme-bg);
  border-bottom: 1px solid var(--myra-theme-bg-border);
  border-radius: 0px !important;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.rello-dialog .body {
  color: #000;
  height: calc(100% - 135px);
  font-size: 16px;
  font-weight: 300;
  margin-top: 55px;
  overflow-y: auto;
  padding: 20px;
  scrollbar-width: thin;
}

.rello-dialog .body p {
  font-size: 16px;
}

.rello-dialog .dialog-footer {
  background: white;
  border-radius: 0px !important;
  border-top: 1px solid var(--bs-rello-primary);
  bottom: 0;
  height: 65px;
  left: 0;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: right;
}

.rello-dialog .dialog-footer .btn {
  width: 120px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello Form Buttons */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-form-buttons {
  border-top: 1px solid #747d862e;
  margin-top: 2rem;
  padding-top: 1.6rem;
}

.rello-form-buttons .btn {
  width: 160px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello Form Section */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-form-section {
  background-color: #fff;
  border: 0;
  margin-bottom: 1.25rem;
  padding: 0.75rem;
}

.rello-form-section .card {
  margin-bottom: 1.25rem;
}

.rello-form-section .card .card-header {
  padding-left: 3.2rem;
  text-transform: uppercase;
}

.rello-form-section .card .card-header label {
  cursor: pointer;
}

.rello-form-section h1 {
  background-color: var(--myra-theme-bg);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.75rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-top: 0.75rem;
  text-transform: uppercase;
}

.rello-form-section table th {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello Overlay */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-overlay {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.753);
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.rello-overlay > div {
  padding: 20px;
  border-radius: 8px;
  font-size: 18px;
  color: #333;
}

.rello-overlay > div > img {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Rello Record Active label and checkbox */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-record-active {
  float: right;
}

.rello-record-active label {
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  margin-right: 0.5rem;
  margin-top: 0.7rem;
  text-transform: uppercase;
}

.rello-record-active input[type="checkbox"] {
  background-color: var(--myra-checkbox-bg);
  border-color: var(--myra-checkbox-border);
  cursor: pointer;
  height: 2rem;
  width: 2rem;
}

.rello-record-active input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}

.rello-record-active input[type="checkbox"]:checked {
  background-color: var(--myra-checkbox-bg-checked);
  border-color: var(--myra-checkbox-border-checked);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* rello services checkbox */
/* -------------------------------------------------------------------------------------------------------------------- */
.rello-services-toggle {
  background-color: var(--myra-checkbox-bg);
  border: 0;
  border-radius: 0 !important;
  cursor: pointer;
  height: 2.6rem;
  left: 0;
  margin: 0;
  position: absolute;
  top: -1px;
  width: 2.6rem;
}

.rello-services-toggle:focus,
.rello-services-toggle:active {
  outline: none !important;
  box-shadow: none !important;
}

.rello-services-toggle:checked {
  background-color: var(--myra-checkbox-bg-checked);
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Required field icon */
/* -------------------------------------------------------------------------------------------------------------------- */

.required-field-icon {
  color: #e43434;
  font-size: 8px;
  font-weight: 800;
  margin-left: 4px;
  vertical-align: top;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status {
  border-radius: 3px !important;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 15px !important;
  padding-bottom: 2px;
  padding-top: 2px;
  text-align: center;
  text-transform: uppercase;
  width: 150px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* status true/false */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-bool-true {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-bool-false {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status disbursement - relies on setting .status in addition to the below classes */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-disbursement {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-disbursement-cancelled {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-disbursement-disbursed {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-disbursement-disbursed-off-system {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-disbursement-failed {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

.status-disbursement-pending {
  background-color: #fff6e1;
  border: 1px solid #ffc275;
  color: rgb(188, 56, 3);
}

.status-disbursement-processing {
  background-color: #fffcb5;
  border: 1px solid #d7c500;
  color: #a19600;
}

.status-disbursement-queued {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-disbursement-tentative {
  background-color: #f1d2a3;
  border: 1px solid #e79808;
  color: #6e3a01;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status kyc - relies on setting .status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-kyc {
  background-color: #fff;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-kyc-expired {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-kyc-failed {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

.status-kyc-pending {
  background-color: #fff6e1;
  color: rgb(188, 56, 3);
  border: 1px solid #ffc275;
}

.status-kyc-verified {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status payment - relies on setting .status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-payment-failed {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

.status-payment-processing {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-payment-successful {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status PR - relies on setting .status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-pr-active {
  background-color: #daf4ff;
  border: 1px solid #038bfb;
  color: #0052af;
}

.status-pr-approved {
  background-color: #dcf4ff;
  border: 1px solid #008caf;
  color: #005472;
}

.status-pr-cancelled, .status-pr-expired {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-pr-completed {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-pr-overpaid {
  background-color: #deffdb;
  border: 1px solid #b70000;
  color: #b70000;
}

.status-pr-paid {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-pr-paid-off-system {
  background-color: #eeffdb;
  border: 1px solid #92bf01;
  color: #004110;
}

.status-pr-part-paid {
  background-color: #eeffdb;
  border: 1px solid #92bf01;
  color: #004110;
}

.status-pr-pending {
  background-color: #fff6e1;
  border: 1px solid #ffc275;
  color: rgb(188, 56, 3);
}

.status-pr-submitted {
  background-color: #f7fcff;
  border: 1px solid #a9b8c1;
  color: #466678;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status PR line items - relies on setting .status */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-li-approved, .status-li-disbursed, .status-li-paid {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-li-awaiting-merchant-action {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-li-awaiting-vendor-action {
  background-color: #daf4ff;
  border: 1px solid #038bfb;
  color: #0052af;
}

.status-li-cancelled, .status-li-expired {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-li-declined {
  background-color: #f1d7d7;
  border: 1px solid #b70000;
  color: #b70000;
}

.status-li-pending {
  background-color: #fff6e1;
  border: 1px solid #ffc275;
  color: rgb(188, 56, 3);
}

.status-li-submitted {
  background-color: #f7fcff;
  border: 1px solid #a9b8c1;
  color: #466678;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* status user */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-user-active {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-user-inactive {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

.status-user-invited {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-user-expired {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Status onboarding - relies on setting .status in addition to the below classes */
/* -------------------------------------------------------------------------------------------------------------------- */
.status-onboarding {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-onboarding-application-in-progress, .status-onboarding-pending {
  background-color: #fff6e1;
  border: 1px solid #ffc275;
  color: rgb(188, 56, 3);
}

.status-onboarding-approved, .status-onboarding-complete {
  background-color: #deffdb;
  border: 1px solid #01bf30;
  color: #004110;
}

.status-onboarding-awaiting-approval {
  background-color: #eee;
  border: 1px solid #919191;
  color: #1e1e1e;
}

.status-onboarding-cancelled {
  background-color: #f0f0f0;
  border: 1px solid #b0b0b0;
  color: #444;
}

.status-onboarding-info-requested {
  background-color: #daf4ff;
  border: 1px solid #038bfb;
  color: #0052af;
}

.status-onboarding-rejected {
  background-color: #ffe4e4;
  border: 1px solid #e43434;
  color: #680000;
}

.status-onboarding-awaiting-individual-action {
  background-color: #fffcb5;
  border: 1px solid #d7c500;
  color: #a19600;
}

.float-right {
  float: right;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Table */
/* -------------------------------------------------------------------------------------------------------------------- */
.table-cells-align-top th, .table-cells-align-top td {
  vertical-align: top !important;
}

.table-responsive {
  border-radius: 0px !important;
}

.table-row-danger td {
  background-color: #aa00000a !important;
  border-top: 2px solid red !important;
  border-bottom: 2px solid red !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Tab pane */
/* -------------------------------------------------------------------------------------------------------------------- */
.tab-pane, .tab-pane:focus {
  outline: none !important;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Tooltip */
/* -------------------------------------------------------------------------------------------------------------------- */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: var(--myra-theme-bg) !important;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  border-left-color: var(--myra-theme-bg) !important;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  border-right-color: var(--myra-theme-bg) !important;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: var(--myra-theme-bg) !important;
}

.tooltip-align-text-left .tooltip-inner {
  text-align: left !important;
}

.tooltip-inner {
  background-color: var(--myra-theme-bg);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.tooltip.show {
  opacity: 1;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* Transaction */
/* -------------------------------------------------------------------------------------------------------------------- */
.tx {
  background-color: #56555c;
  border: 1px solid #1c1c1c;
  border-radius: 3px !important;
  color: #fff;
  display: block;
  font-size: 11px !important;
  font-weight: 400;
  line-height: 15px !important;
  padding-bottom: 2px;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 120px;
}

.tx-disbursement {
  background-color: #00b7ff2e;
  border: 1px solid #00b7ff;
  color: #005272;
}

.tx-fee {
  background-color: #ff8c002e;
  border: 1px solid #ff8c00e0;
  color: #703e00;
}

.tx-instalment {
  background-color: #2bff000a;
  border: 1px solid #1ba50082;
  color: #137200;
}

.tx-payment {
  background-color: #2bff002e;
  border: 1px solid #1ba500;
  color: #137200;
}

.tx-requisition {
  background-color: #eed1f7;
  border: 1px solid #b223eb;
  color: #340038;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* onboarding */
/* -------------------------------------------------------------------------------------------------------------------- */
.onboarding {
  background-color: #eaedf7;
}

/* Remove up down keys from input type="number" Chrome, Safari, Edge, Opera */
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.no-spinner {
  -moz-appearance: textfield;
}

.no-caps {
  text-transform: none;
}
