

/* New Stylesheet for transactions page here... | owned by DOF */


.card {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    background-color: whitesmoke;
}

.card-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}

.col {
    flex: 1 0 0%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.align-self-center {
    align-self: center !important;
}

.avatar {
    background-color: white;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}

.avatar > .icons {
  line-height: normal;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.avatar > i {
  display: inline-block;
  vertical-align: middle;
  font-size: xx-large; 
}

.avatar > img {
  width: 100%;
  vertical-align: top;
}

.p-0 {
    padding: 0 !important;
}

.pt-4 {
    padding-top: 4px;
}

.ps-0 {
    padding-left: 0 !important;
    padding-right: 10px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-10 {
    margin-bottom: 10px;
}
.text-secondary {
    color: grey;
}
.size-12 {
    font-size: 12px;
}
.text-end {
    text-align: right !important;
}
.text-muted {
    opacity: 0.7;
}
.text-light {
    font-weight: 300;
}





.avatar.avatar-60 {
  line-height: 50px;
  height: 50px;
  width: 50px;
}




/* New Stylesheet for transactions page here... | owned by DOF */


.alert {
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 10px 10px rgba(0,0,0,.05);
    line-height: 1.4;
    border-radius: 0px;
    background-color: #eee;
    color: black;
    border-color: rgba(0, 0, 0, 0.05);
}

.alert-success-time{
    color: #737373;
}

.alert-success-txn {
    float: right;
    font-size: 14px;
}

.alert-amount {
    font-size: 25px;
    display: block;
}

.alert-mess {
    padding-left: 25px;
}
.alert-success-ico {
    float: right;
    margin-top: -10px;
    padding-right: 5px;
    font-size: x-large;
    color: #b1b1b1;
}

.txn {
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #eee;
}

.txn-date {
    margin-bottom: 10px;
}

.txn-success-time {
    color: #737373;
}
.txn-txnId {
    float: right;
    font-size: 14px;
}
.txn-amount {
    font-size: 25px;
    display: block;
}
.txn-fontstyle {
    font-weight: 600;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.txn-info {
    color: black;
    background-color: white;
    height: 100px;
}
.txn-info-time {
    color: gray;
}
.txn-info-txn {
    float: right;
    font-size: 14px;
}
txn-info-ico {
    float: right;
    margin-top: -10px;
    padding-right: 15px;
    font-size: x-large;
    color: gray;
}
.txn-decline {
    color: rgb(176, 67, 67);
    background-color: #ffe2e2;
    height: 100px;
}

.txn-decline-ico {
    color: rgb(176, 67, 67);
}

.txn-transfer {
    color: rgb(19, 62, 19);
    background-color: rgb(207, 238, 207);
    height: 100px;
}

.txn-dividend {
    color: rgb(46, 90, 119);
    background-color: rgba(213, 239, 255, 1);
    height: 100px;
}

.txn-loan {
    color: white;
    background-color: cornflowerblue;
    height: 100px;
}

.txn-clicks {
    color: rgb(63, 115, 209);
    background-color: aliceblue;
    height: 100px;
}

.txn-wait {
    color: sienna;
    background-color: cornsilk;
    height: 100px;
}

.txn-send {
    color: brown;
    background-color: white;
    border: 1px solid rgba(164, 42, 42, 0.48);
    height: 100px;
}

.txn-receive {
    color: green;
    background-color: white;
    border: 1px solid rgba(0, 128, 0, 0.55);
    height: 100px;
}

.txn-deposite {
    background-color: white;
    border: 1px solid rgba(61, 61, 61, 0.55);
    height: 100px;
}

.txn-info-ico {
    float: right;
    margin-top: -10px;
    padding-right: 15px;
    font-size: x-large;
    color: #808280;
}
