.ws-title {
  font-family: "lato";
}

* {
  font-family: "lato", "Segoe UI", "Roboto","Helvetica Neue", "Arial", "sans-serif";
}
body {
  background-color: #FFFCFC;
  overflow-x: hidden;
  background-image: linear-gradient(to bottom left, #FFFFFF , #F9F9FF);
}

.fadeout:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255, 1) 90%);
  width: 100%;
  height: 4em;
}

.mw-s {
  max-width: 300px;
}

.mw-m {
  max-width: 1500px;
}


.w-90 {
  width: 90%;
}

.j {
  font-family: Courier;
}
.jeff {
  color: #FF7600 !important;
}
.debitcard {
  width: 100%;
}
.card-radius {
  border-radius: 4%;
}

.trans_in {
  color: #03c03c;
}
.trans_out {
  color: #FF7600;
}

@media only screen and (max-width: 600px) {

.dynamicContainer {
  margin-left: 30px;
}

}


.row.spaced div {
  margin-right: 20px;
}

.imagetext-container {
  position: relative;
  width: 400px;
  max-width: 90%;
  text-align: center;
  color: white;
}
.imagetext-text-cardtext {
  position: absolute;
  top: 78%;
  left: 9%;
  /* background-color: green; */
  /* transform: translate(10px, 290px); */
  font-size: 25px;
}
.imagetext-text-centertext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}
.centertext {
  text-align: center;
}
.centerimg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content {
  padding: 20px;
}

.blur {
	/* Add the blur effect */
	filter: blur(2px);
	-webkit-filter: blur(2px);
}
.ml-s {
  margin-left: 3px;
}
.ml-m {
  margin-left: 15px;
}
.ml-l {
  margin-left: 30px;
}

.mr-m {
  margin-right: 15px;
}
.mr-l {
  margin-right: 30px;
}
.mr-xl {
  margin-right: 60px;
}

.mt-n {
  margin-top: 0px;
}
.mt-m {
  margin-top: 15px;
}
.mt-l {
  margin-top: 30px;
}
.mt-xl {
  margin-top: 60px;
}
.mt-xxl {
  margin-top: 120px;
}

.mb-n {
  margin-bottom: 0px;
}
.mb-m {
  margin-bottom: 15px;
}
.mb-l {
  margin-bottom: 30px;
}
.underline {
  /* border-bottom: 1px solid #000;
  border-bottom-width: 2px;
  border-bottom-right-radius: 50;
  border-bottom-left-radius: 50;
  padding-bottom: 1px; */
  text-decoration: underline;
}
.italic {
  font-style: italic;
}
.strikethrough {
  text-decoration: line-through;
}

.fs-s {
  font-size: 17px;
}

.card {
  /* border: 1px dotted #4e73df; */
  box-shadow: 3px 3px 10px #DDD;
  border-radius: 3px;
}

.card img {
  border-bottom: 1px solid #CCC;
  height: 200px;
  object-fit: cover;
}
.red {
  background-color: darkred !important;
  border: 1px solid darkred;
}
.brown {
  color: #AAA !important;
}
.offblack {
  color: #444;
}


.shadow-light {
  box-shadow: 1px 2px 3px #DDD;
}
.shadow-medium {
  box-shadow: 8px 8px 10px #CCC;
}

.border-thin {
  border: 1px solid #444;
}


.list-group-item {
  margin-bottom: 10px;
  border: 0px;
  background-color: rgba(240, 240, 240,0.1);
}


.trans_amount {
  float:right;
}

.nav-link {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}

.zone-title {
  margin-left: 200px;
}
.bannerrow {
  display: flex;
  justify-content: center;
}
.banner {
  width: 600px;
  height:200px;
  border: 1px solid red;
}

.card-header {
  background-color: #FFF
}


.transactionList {
  padding-left: 0px;
}
.left {
  text-align: left !important;
}


/* BS Override */
.bg-light {
  background-color: white !important;
  box-shadow: 1px 2px 3px #EEE;
}
.toast {
  opacity: 100%;
}
.dropdown-menu {
  border-radius: 0px;
}
.modal-content {
  border-radius: 0px;
}
