.ml-auto {
  margin-left: auto;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #3976f7!important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  min-height: 92vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.maincontent {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 375px;
  background-color: #3976f7;
  flex: 0 0 0%;
}

.app-container {
  width: 375px;
  min-height: 825px;
}

.block1 {
  background-size: cover;
  background-repeat: no-repeat;
}

.block2 > img {
  margin-top: 86px;
  display: block;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.pay-top {
  margin-top: 42px;
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.pay-bottom {
  /* margin-top: 70px; */
  display: block;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
  margin-bottom: 12px;
}

.pay-info-block {
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-radius: 22px;
  /* padding: 12px 8px; */
  display: flex;
  flex-direction: column;
  max-width: 90%;
  overflow: hidden;

  min-height: 120px;
}


.header {
  background-color: #f6f6f6;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  align-items: center;
  padding: 12px 14px;
}

.header .m-avatar {
  margin-right: 6px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
}

.header .ml-auto {
  color: #989898;
  font-weight: 600;
}

.header .info {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  color: #fff;
  font-style: normal;
}

.content .countdown {
  text-align: right;
  color: #ff5656;
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-inline: 14px;
}

.content .main-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 36px;
  margin-bottom: 20px
}

.content .qrcode {

}

.content .amount-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  line-height: 24px;
  margin: 16px 0;
}

.content .amount-wrap svg {
  color: #3976f7;
}

.content #amount {
  color: #3976f7;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
  text-align: center;
  font-family: Aria;
}

.content .address {
  border: 1px solid #bebebe;
  border-radius: 12px;
  padding: 12px;
  margin-left: 14px;
  margin-right: 14px;
}

.content .address-content {
  word-break: break-all;
  font-weight: 600;
  font-size: 14px;
}

.content .go-pay {
  background-color: #3976f7;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  height: 42px;
  margin: 22px 10px 12px 10px;
  text-align: center;
  color: white;
  line-height: 42px;
  cursor: pointer;
  width: 50%;
}

.content .go-download {
  background-color: #3976f7;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  height: 42px;
  margin: 22px 10px 12px 10px;
  text-align: center;
  color: white;
  line-height: 42px;
  cursor: pointer;
  width: 50%;
}

.indiasvg {
  width: 1rem;
  height: 1rem;
  margin-top: 0.3rem;
}

.container {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.utrback .card {
  padding: 5px;
}

.utrback .col-12 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
  font-style: normal;
  font-size: 0.8rem !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
  font-style: normal;
  font-size: 0.8rem !important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #707070;
  font-style: normal;
  font-size: 0.8rem !important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #707070;
  font-style: normal;
  font-size: 0.8rem !important;
}
.form-control::placeholder {
  color: #bfbfbf;
  font-style: normal;
  font-size: 1rem !important;
}

.info .amount {
  display: flex;
  align-items: center;
}

.footerStyle {
  /* position: fixed;
  bottom: 1rem;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem; */
  font-size: 0.8rem;
  width: 100%;
}
.accordion .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qrcode {
  display: flex;
  justify-content: center;
}
.qrcode img {
  /* border: 1px solid #bec4ca; */
  border-radius: 5px;
  padding: 10px;
}
.title {
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  font-family: Space Grotesk;
}
.toptext {
  color: #0e0e0e;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1rem;
}
.text-red {
  color: #ff0000;
  font-family: Space Grotesk;
  font-size: 1rem;
  font-weight: 500;
}
.d-flex {
  padding: 0.25rem;
  border: 1px solid #bec4ca;
}

.not-border-top {
  border-top: none;
}

.toast_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
  display: none;
}

.toast_box p {
  box-sizing: border-box;
  padding: 10px 20px;
  width: max-content;
  background: #000;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  opacity: 0.7;
}

.loadingico {
  background-repeat: no-repeat;
  height: 8rem;
  width: 8rem;
  background-image: url("../image/UPI.svg");
  background-size: 8rem 8rem;
  margin-left: 1rem;
  margin-top: 1rem;
}

.loading {
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100vh;
  z-index: 1000;
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f0f2f5!important;
}

.image-container {
  position: relative;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  overflow: hidden;
}

.progress-bar {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid transparent;
  border-top-color: #2b82e0;
  background-color: unset !important;
  border-radius: 50%;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon-gpay,
.icon-paytm,
.icon-phonepe,
.icon-upi {
  background-size: 5rem 3rem;
  background-repeat: no-repeat;
  height: 3rem;
  width: 5rem;
}

.icon-gpay {
  background-image: url("../image/wakup_gpay.svg");
  background-size: 4rem 3rem;
}

.icon-paytm {
  background-image: url("../image/Paytm_Logo.svg");
}

.icon-phonepe {
  background-image: url("../image/wakup_phonepe.svg");
}

.icon-upi {
  background-image: url("../image/UPI.svg");
  background-size: 4rem 3rem;
}

.payitem {
  display: flex !important;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid #b2acac;
}

Button[type="submit"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.submitUtr {
  height: 2.4rem !important;
  width: 5rem !important;
  border-radius: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #3aa0fa !important;
  border: 2px solid #3aa0fa !important;
  border-radius: 0.8rem;
}

.utrinput::placeholder {
  font-size: 1rem; 
}




.submitUtr.active {
  font-size: 0 !important;
  border-radius: 1.5rem !important;
  width: 2.4rem !important;
  background: transparent !important;
}

Button[type="submit"] {
  height: 2rem;
  width: 5rem;
  background: transparent;
  border-radius: 1.5rem;
  will-change: transform;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  color: #ffffff;
  font-size: 1rem;
  outline: none;
  text-align: center;
  
}

Button[type="submit"].active {
  font-size: 0;
  border-radius: 1.5rem;
  width: 2rem;
  background: transparent;
}
Button[type="submit"].loader {
  border-right: 2px solid #ffffff !important;
  -webkit-animation: loader 0.6s linear infinite;
  animation: loader 0.6s linear infinite;
}
Button[type="submit"].success {
  background: #3bb873 !important;
  border-color: #3bb873 !important;
  font-size: 1rem;
  color: #ffffff;
}
@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes loader {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
