/* 
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@300;400;500;600&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Bebas+Neue:wght@300;400;500;600&display=swap"); */

@font-face {
  font-family: "Bebas Neue";
  src: url("BebasNeue-Regular.woff2") format("woff2"),
    url("BebasNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

a,
p,
body,
div,
form,
html,
img,
input,
label,
span {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-family: "Bebas Neue", sans-serif; */
  /* text-align: center; */
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
  /* font-family: "Poppins", sans-serif; */
  font-family: "Bebas Neue", sans-serif;
}

body {
  width: 100vw;
  background-color: rgba(0, 0, 0, 1);
  background-color: whitesmoke;
  text-align: center;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

.main {
  min-height: calc(100vh - 90px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ie-fixMinHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bgimg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  height: 100vh;
  z-index: -1;
  position: fixed;
}

.bgimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-fit: cover;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  opacity: 0.2;
}

.bgimg img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 31;
  background-color: black;
  /* opacity: 0.8; */
}

.main-container {
  /* border: solid 1px rgb(0, 255, 145); */
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  gap: 10pt;
}

.container {
  /* border: 1px solid red; */
  flex: auto;
  /* 
  width: 100%;
  min-width: 4in;
  max-width: 2in;*/
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  padding: 8pt 5pt;
  margin: 3pt auto;
  /* border-radius: 3pt; */
  /* font-weight: 400; */
}

.logo {
  max-width: 200px;
  display: block;
  margin: 0 auto 30px auto;
}

.logo * {
  fill: #fff;
}

.lite .logo * {
  fill: #444;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.wrap {
  margin: auto;
  /* padding: 30px; */
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

/* djkabadi topup */
.banner {
  /* display: none; */
  height: 15vh;
  margin-bottom: 4rem;
}

.banner .banner-wrp {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .banner-wrp .bwc img {
  margin-top: 50px;
  width: 15rem;
}

.lipa-na-mpesa {
  text-align: center;
}

.lipa-na-mpesa h2 {
  font-size: 25px !important;
  margin-bottom: 4px;
}
.lipa-na-mpesa p {
  font-weight: 400 !important;
}

.offer {
  margin: 15px auto;
  width: 90%;
  background-color: red;
  color: #000000;
  padding: 10px 25px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.offer p {
  /* font-weight: 600 !important; */
  font-size: 26px !important;
  text-transform: uppercase !important;
}

a,
.subtitle {
  font-size: 20px !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}

.pkg {
  text-align: center;
  color: rgb(0, 0, 0);
  font-size: 0.8rem;
  font-weight: lighter;
}

.get-deal {
  background-color: rgb(255, 255, 255);
  width: 70px;
  font-size: 18px !important;
  padding: 7px;
  /* font-weight: bold; */
  color: #000000;
  border-radius: 8px;
  text-align: center;
  border: 2px solid black;
  outline: 2pt solid #fafafa;

  cursor: pointer;
}

/* .get-deal:hover {
  background-color: rgb(5, 82, 118);
  color: white;
} */

.fup {
  color: rgb(255, 255, 255);
  text-align: center;
}

.normal-plans span {
  font-size: 0.8rem;
}
.normal-plans {
  color: black;
}
.stk-bg-cover {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hide {
  display: none;
}

.hidden {
  z-index: -2;
  /* z-index: 5; */
}

.mpesa-stk-modal {
  position: relative;
  background-color: #fff;
  padding: 8pt;
  border-radius: 3pt;
  font-size: 10pt;
  max-width: 4in;
  color: unset;
}

.mpesa-stk-modal > * {
  margin-top: 10pt;
}

.mpesa-stk-modal iframe {
  display: none;
  width: 100%;
  min-height: 2.5in;
}

.mpesa-stk_action-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.mpesa-stk_action-btn button {
  padding: 5pt;
  border: none;
  border-radius: 3pt;
  width: 40%;
  color: #fff;
}

.mpesa-stk_action-btn button:hover {
  filter: brightness(100%);
}

#cancel-stk {
  background-color: #3e4d59;
  border-radius: 3pt;
}

#initiate-stk {
  background-color: #048100;
}

.mpesa-number {
  width: 100%;
  /* font-weight: bold; */
}

.offer-amount {
  margin-top: 1px;
}

.user-phone-number {
  /* font-weight: 600; */
  padding: 6pt;
  margin: 10pt;
  border: none;
  outline: none;
}
.user-phone-number legend {
  border: inherit;
  border-radius: inherit;
  padding: 3pt;
}

#MSISDN {
  padding: 6pt 3pt;
  outline: none;
  border-radius: 1pt;
  text-align: center;
  width: 100%;
  max-width: 2.5in;
  border: 1px solid rgb(36, 36, 36);
  background-color: #fafafa;
}

#MSISDN:hover {
  background-color: #cce8ff;
}
.loading-gif img {
  width: 50%;
}

.loading-gif {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.simple-input {
  padding: 6pt;
  border: 1pt solid #000;
  border-radius: 3pt;
  outline: none;
  margin-top: 3pt;
  margin-bottom: 3pt;
}

.daraja-status {
  text-align: center;
  margin: 3pt auto;
  background-color: rgb(243, 230, 230);
}
.checkout-options {
  margin: 5pt 2pt;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.checkout-options button {
  width: 1.5in;
  padding: 5pt;
  /* font-weight: 600; */
  outline: 2pt solid;
  border-radius: 3pt;
  color: #fff;
  border: 2pt solid #fff;
  cursor: pointer;
  background-color: #008e13;
}
.checkout-options button:hover {
  outline: 1pt solid #3f9eeb;
}
#cancel {
  background-color: #3e4d59;
}

.error-log {
  align-items: center;
  color: #fff;
  position: fixed;
  width: 100%;
  bottom: 0;
  background-color: rgb(255, 0, 0);
  padding: 3pt;
  /*hide this element for now*/
  display: none;
}

.footer {
  text-align: center;
  color: #ffffff;
}

.close-error-btn {
  padding: 0;
  margin: 0;
  font-size: 200%;
  color: #383131;
  cursor: pointer;
}

.unused-vouchers-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

.unused-vouchers-modal ol {
  /* line-height: 1.5; */
  padding: 10pt 0;
  text-align: center;
  line-height: 150%;
}

.unused-vouchers-modal .url-to-voucher {
  color: rgb(16, 139, 0);
  text-decoration: underline solid;
  cursor: pointer;
}

.unused-vouchers-modal .url-to-voucher:hover {
  color: #0033be;
}

.unused-vouchers-modal p {
  /* font-size: 150%; */
  text-align: center;
  text-decoration: underline solid;
  text-transform: uppercase;
  /* font-weight: bolder; */
}

*:disabled {
  background-color: rgb(177, 172, 172);
}

.snackbar {
  position: fixed;
  bottom: 0.5in;
  left: 0.5in;
  padding: 4pt 2pt;
  background-color: rgba(0, 0, 255, 0.7);
  color: #fff;
  border-radius: 3pt;
  font-size: 8pt;
  opacity: 0;
}

.info {
  text-align: center;
  background-color: #4e0137;
  padding: 1pt;
  color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  cursor: pointer;
}
.close {
  padding: 3pt;
}

.user {
  gap: 1pt;
  font-size: 10pt;
  background-color: #ddd;
  flex-wrap: wrap;
  /* font-weight: 600; */
  margin: 0.2in auto 0;
  border-radius: 3pt;
  opacity: 0;
}
.visible {
  opacity: 1;
}
.user p {
  width: max-content;
  flex: auto;
  text-align: left;
  padding: 3pt;
}
.input-field {
  /* border: 1px solid blue; */
  border-radius: 3pt;
  padding: 5pt 8pt;
}
#username-id {
  display: block;
  margin: 10pt auto;
}

.input-text {
  text-align: center;

  background-color: inherit;
  border: 2px solid black;
  display: block;
  margin: 0 auto;
  width: 96%;
  padding: 15px 10px;
  margin-top: 5px;
  /* font-weight: 400; */
  border-radius: 10px;
  letter-spacing: 2pt;
}

.input-text::placeholder {
  /* font-weight: 600 !important; */
  font-size: 18px !important;
  text-transform: uppercase;
  text-align: center;
}

.input-text:focus {
  font-size: 12pt;
  background-color: #fff;
}
.input-text:invalid:focus {
  border-color: #fe4b6f;
}
.input-text:valid:focus {
  border-color: rgb(38, 164, 38);
}
.input-text:disabled {
  background-color: rgb(210, 197, 197);
  border-color: unset;
}
.caution {
  font-size: 12pt;
  color: #ff0000;
  width: 100%;
  margin: 3pt auto;
}
.input-group {
  text-align: center;
}
.submit-button {
  border: none;
  outline: none;
  padding: 13px 10px;
  width: 92%;
  text-transform: uppercase;
  border-radius: 10px;
  /* font-weight: 600; */
  color: #fff;
  background-color: #000000;
  font-size: 22px !important;
  margin-top: 20px;
  cursor: pointer;
}
.submit-button:not(:disabled):hover {
  background-color: #010c1b;
}
.link {
  color: rgb(23, 155, 215);
  text-decoration: none;
}

.footer .link {
  color: orange;
}
.footer a {
  color: inherit;
}

.resolve-payment {
  margin-top: 10pt;
}
#search-api-button {
  align-items: center;
  background-color: #ac057a;
  color: #fff;
  border: none;
  outline: none;
  margin: 10pt auto;
  padding: 5pt 10pt;
  cursor: pointer;
  border-radius: 2px;
}

#search-api-button:hover {
  background-color: #57023e;
}
.mpesa-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 10px;
  border-top: 1px solid rgba(192, 192, 192, 0.83);
}

/* Styling for the input field */
.mpesa-code input[type="text"] {
  flex: 1;
  padding: 8px;
  outline: none;
  box-sizing: border-box;
  border-radius: 2px;
}

.cover-entire-window {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: fixed;
  overflow: scroll;
  background-color: rgb(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.previous-vouchers {
  justify-content: center;
  background-color: #fff;
  padding: 10pt;
}

.hidden {
  z-index: -2;
}

label {
  /* font-weight: bold; */
}
/* #mpesa-code {
  padding: 5pt;
  display: block;
  margin: 5pt 0;
  border-radius: 3pt;
  border: 1pt solid;
} */

.resolve-payment {
  margin-top: 50px;
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 575px) {
  .wrap {
    width: 100%;
  }
}

form {
  width: 100%;
  /* margin-bottom: 20px; */
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width: 576px) {
  .wrap {
    width: 510px;
  }

  .bgimg img {
    -o-object-fit: cover;
    object-fit: cover;
  }

  * {
    font-size: 14px !important;
  }
}

.text-danger {
  color: red;
  font-style: italic;
}

#email {
  border: 2pt solid rgba(0, 0, 0, 0.3);
  border-radius: 3pt;
}

#email {
  border-color: rgba(0, 100, 100, 0.8);
}

.text-success {
  color: rgb(6, 189, 6);
}
.text-caution {
  color: rgb(150, 101, 12);
}

.networkname-banner {
  border-radius: 20px;
  background-color: black;
  color: white;
  padding: 40px 20px;
  margin: 5px 30px;
  text-align: center;
}

.networkname-banner p {
  font-size: 18px !important;
}
.networkname-banner h1 {
  color: red;
  font-size: 40px !important;
  padding-bottom: 20px;
  text-align: center;
}

.device-details-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.form {
  /* background-color: rgba(255, 255, 255, .6); */
}

/*
29 dec 2024 added payment gw buttons
for patners with mutliple gateways
*/

.gateway-buttons label {
  text-transform: uppercase; /*make all labels capital*/
}

.gw-columns {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Two equal columns */
  gap: 10px; /* Optional: Adds spacing between columns */
}
.gw-column {
  padding: 10px; /* Optional: Adds some spacing */
  box-sizing: border-box; /* Ensures padding is included in width */
}

.gw-column label {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.gateway-buttons img {
  width: 50px;
  border-radius: 5pt;
}

.container-wrp {
  background-color: #b4bbfc;
  z-index: -1;
  padding: 30px;
  padding-top: 0px;
  height: 25rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact {
  border-radius: 0 0 10px 10px;
  color: white !important;
  background-color: black;
  width: 100%;
  padding: 20px 5px;
  margin: 0 30px;
}

.cc-wrp {
  background-color: red;
  padding: 20px;
  /* border-radius: 10px; */
  width: 100%;
}

.purple-bg {
  height: 48px;
  width: 100%;
  margin-top: -33px;
  background-color: #b4bbfc;
}
