.card--size {
  width: max-content;
}

.dash--hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.balance {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.alert {
  padding: 15px;
  width: fit-content;

}

.trans--content1 {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  background-color: #156d03;
  flex-wrap: wrap;
  text-align: center;
}

.trans--content2 {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}


.trans--text {
  width: 80px;
  font-size: small;
  border-radius: 2px;
  padding: 5px;
}

.transaction--card {
  width: 100%;
  height: fit-content;
  border-radius: 5px;
  /* background-color: #156d03; */
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-bottom: 10px;
}

.listss {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.wall--text {
  width: 80px;
  font-size: small;
  border-radius: 2px;
  padding: 5px;
}

.wall--content1 {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #156d03;
  flex-wrap: wrap;
  text-align: center;
}

.wall--content2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: rgb(46, 1, 46);
  flex-wrap: wrap;
  text-align: center;
}

.calculate {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.form-item {
  max-width: 400px;
}

.calc-but {
  display: flex;
  align-items: center;
}

.calc-content {
  display: flex;
  justify-content: space-evenly;
}

.htmx-indicator {
  display: none;
}

.htmx-request .my-indicator {
  display: inline;
  width: 50px;
  height: 50px;
}

.htmx-request.my-indicator {
  display: inline;
}




/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.receipt-body{
  max-width: 700px;
  margin: 0 auto;
}

.receipt-button{
  margin: 0 auto;
}

.bank-info{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.element{
  max-width: 500px;
}

.bank--info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment--modal{
  display: flex;
  padding: 20px;
  gap: 20px;
  justify-content: center;
  max-width: fit-content;
  flex-wrap: wrap;

}


.fund-content{
  color: rgb(52, 2, 75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
  flex-wrap: wrap;
}

.funding{
  color: rgb(52, 2, 75);
}
.bank--img{
  width:50px;
  height:25px;
}
h1{
color:#37517e;
}
/* 
h4{
color:#37517e;
}
h6{
color:#37517e;
} */
.dash-modal {
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	margin: auto auto;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal--content {
	background-color: #f5f5fa;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
  color: black;
	width: 80%;
}

.modal-close {
	color: black;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}


.contents {
	display: flex;
	gap: 5px;
	justify-content: space-around;
	font-size: smaller;
	font-weight: bold;
}

.mtn {
	padding: 60px 40px;
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	background: rgb(226, 230, 5);
	height: 100%;
	border-top: 4px solid #f5f5fa;
	border-radius: 5px;
	color:black;
}

.glo {
	padding: 60px 40px;
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	background: rgb(17, 182, 2);
	height: 100%;
	border-top: 4px solid #fff;
	border-radius: 5px;

}

.etisalat {
	padding: 60px 40px;
	box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
	background: rgb(0, 0, 0);
	height: 100%;
	border-top: 4px solid #fff;
	border-radius: 5px;
	color: white;
}

.airtel {
	padding: 60px 40px;
	box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
	background: rgb(230, 5, 5);
	height: 100%;
	border-top: 4px solid #fff;
	border-radius: 5px;
	color: white;
}

.pricerow {
	display: flex;
	justify-content: space-evenly;
	flex-wrap:wrap;
}