@charset "UTF-8";
/*!
 * New style for material design icons in four diferent sizes
 */
[data-validator-error] {
  display: block;
  margin-top: spacer(1);
  font-size: 0.875em;
  color: theme-color("danger"); }

.statistic-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.statistic-table thead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statistic-table th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statistic-table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statistic-table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.statistic-table tr:after {
  content: ' ';
  display: block;
  visibility: hidden;
  clear: both; }

.statistic-table thead th {
  border-bottom: none !important;
  border-top: none !important; }

.statistic-table thead {
  overflow: auto;
  border-bottom: 2px solid #e3eaef;
  border-top: 1px solid #e3eaef; }

.statistic-table tbody {
  height: 21vh;
  overflow: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.statistic-table tbody td {
  border-top: none !important; }

.statistic-table tbody tr {
  border-bottom: 1px solid #e3eaef; }

.statistic-table tbody td,
.statistic-table thead th {
  width: 100%;
  height: 50px; }

.statistic-table td,
.statistic-table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

:root {
  --warning-light: #FFFBF1;
  --danger-light: #FEF6F7;
  --success-light: #F2FDFA; }

.timeline-alt.custom-timeline:before {
  left: 101px;
  top: 40px; }

.timeline-alt.custom-timeline .timeline-item {
  margin-bottom: 15px !important; }
  .timeline-alt.custom-timeline .timeline-item .timeline-date {
    margin-right: 20px;
    float: left;
    text-align: right; }
  .timeline-alt.custom-timeline .timeline-item .timeline-icon {
    margin-right: 20px;
    margin-top: 0.6rem;
    height: 25px;
    width: 25px;
    font-size: 16px;
    line-height: 20px; }
  .timeline-alt.custom-timeline .timeline-item .card {
    border-top: none !important; }
    .timeline-alt.custom-timeline .timeline-item .card .card-header {
      padding: .4rem 1.5rem;
      border-radius: 5px !important; }
      .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 {
        position: relative;
        min-height: 1.7rem; }
        .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 .pb-1, .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 .py-1 {
          padding: 0 !important; }
        .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 .type {
          float: left;
          margin-top: 6px; }
        .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 .status {
          float: right;
          margin-right: 50px; }
        .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 a {
          color: var(--secondary);
          margin: 0;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%; }
          .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 a .accordion-arrow {
            font-size: 1.2rem;
            float: right; }
          .timeline-alt.custom-timeline .timeline-item .card .card-header .m-0 a.collapsed i.accordion-arrow:before {
            content: "\F142"; }
    .timeline-alt.custom-timeline .timeline-item .card .card-body:not(:last-child) {
      border-bottom: 1px solid #e3eaef; }
    .timeline-alt.custom-timeline .timeline-item .card .card-body i {
      font-size: 1.1rem; }
    .timeline-alt.custom-timeline .timeline-item .card .card-body ul {
      margin-bottom: 0 !important; }
      .timeline-alt.custom-timeline .timeline-item .card .card-body ul li:not(:last-child) {
        margin-bottom: 10px; }
  .timeline-alt.custom-timeline .timeline-item.pending .card-header {
    background-color: var(--warning-light) !important;
    border: solid 1px var(--warning); }
    .timeline-alt.custom-timeline .timeline-item.pending .card-header .badge {
      background-color: var(--warning); }
  .timeline-alt.custom-timeline .timeline-item.pending .timeline-icon {
    background-color: var(--warning);
    color: var(--white); }
  .timeline-alt.custom-timeline .timeline-item.success .card-header {
    background-color: var(--success-light) !important;
    border: solid 1px var(--success); }
    .timeline-alt.custom-timeline .timeline-item.success .card-header .badge {
      background-color: var(--success); }
  .timeline-alt.custom-timeline .timeline-item.success .timeline-icon {
    background-color: var(--success);
    color: var(--white); }
  .timeline-alt.custom-timeline .timeline-item.error .card-header, .timeline-alt.custom-timeline .timeline-item.rejected .card-header {
    background-color: var(--danger-light) !important;
    border: solid 1px var(--danger); }
    .timeline-alt.custom-timeline .timeline-item.error .card-header .badge, .timeline-alt.custom-timeline .timeline-item.rejected .card-header .badge {
      background-color: var(--danger); }
  .timeline-alt.custom-timeline .timeline-item.error .timeline-icon, .timeline-alt.custom-timeline .timeline-item.rejected .timeline-icon {
    background-color: var(--danger);
    color: var(--white); }

.modal-lg {
  max-width: 65%; }

.transfer-details {
  padding: 2rem 4rem; }
  .transfer-details h5, .transfer-details .form-group select {
    font-size: 0.75rem; }
  .transfer-details ​ i {
    font-size: 1.1rem;
    margin-right: 8px; }
  .transfer-details > .row:not(.titles), .transfer-details .form-group {
    margin-bottom: 40px; }
  .transfer-details .card {
    margin-bottom: 0; }
    .transfer-details .card .row:not(:last-child) {
      margin-bottom: 15px; }
  .transfer-details .modal-subheader {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 25px 15px;
    margin: 0 -4rem 40px -4rem; }
  .transfer-details .badge {
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
    color: var(--white);
    margin: 0; }
    .transfer-details .badge.completed {
      background-color: var(--success); }
    .transfer-details .badge.error {
      background-color: var(--danger); }
    .transfer-details .badge.accepted {
      background-color: var(--indigo); }
    .transfer-details .badge.pending {
      background-color: var(--warning); }
    .transfer-details .badge.initiated {
      background-color: var(--secondary); }

.mdi-16 {
  font-size: 16px;
  height: 16px;
  width: 16px; }

.mdi-18 {
  font-size: 18px;
  height: 18px;
  width: 18px; }

.mdi-24 {
  font-size: 24px;
  height: 24px;
  width: 24px; }

.mdi-36 {
  font-size: 36px;
  height: 36px;
  width: 36px; }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: mymove 0.8s infinite linear;
          animation: mymove 0.8s infinite linear; }

.text-secondary {
  color: #6c757d !important;
  font-weight: normal; }

.form-group.required .control-label:after {
  color: red;
  content: "*";
  position: absolute;
  margin-left: 5px; }

.table th td {
  font-size: 11px !important; }

.w-10 {
  width: 10% !important; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #e3eaef !important; }

.snackbar-border-radius {
  border-radius: 15px;
  width: 100%; }

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

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

.text-orange {
  color: #fd7e14 !important; }

.text-red {
  color: #E00000 !important
}
