/* @import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@200;300;400;500;600;800;900&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');


:root{
  --buttonBgColor: #179bd7;
  --priColor: #179bd7;
}
a,
body,
div,
form,
html,
img,
input,
label,
p,
span {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-family: "Lexend Deca", sans-serif; */
    font-family: "Roboto", serif;
 /* text-align: center;*/
}

body,
html {
  min-height: 100%;
  overflow-x: hidden;
  /* font-family: "Lexend Deca", sans-serif; */
    font-family: "Roboto", serif;
}

button:hover{
  opacity: .7 !important;
}

body {
  /* width: 100vw; */
  background-color: rgb(31, 31, 31);
}

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: rgba(0, 0, 0, 0.5);
  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 {
  width: 100%;
  flex: auto;
  min-width: 4in;
  max-width: 2in;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8pt 5pt;
  padding: 0 !important;
  margin: 3pt auto;
  border-radius: 3pt;
  font-weight: 600;
}

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

.logo * {
  fill: #fff;
}

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

h1 {
  text-align: center;
  color: #000000;
  font-size: 24px !important;
}

* {
  -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 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8pt 5pt;
  margin: 3pt auto;
  border-radius: 3pt;
  font-weight: 600;
  text-align: left;
}

#lipa-na-mpesa {
  width: 100%;
  /* text-align: center; */
}

#lipa-na-mpesa {
  margin-top: 10pt;
  margin-bottom: 20pt;
}

#lipa-na-mpesa-banner {
  width: inherit;
}

/* ................... */

.resolve-trx {
  /* border: 1px solid red; */
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center; */
  margin-bottom: 0.5in;
  color: #ffffff;
}

.resolve-trx p {
  text-align: center;
}

#trx-code {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0.4px solid white;
  width: 300px;
}

.trx-code-input {
  margin-bottom: 0.2in;
  color: white;
}
.trx-code-input:focus {
  outline: none;
  border: 1px solid;
}

#search-trx-btn {
  outline: none;
  border: none;
  padding: 5pt;
  border-radius: 3pt;
  background-color: rgb(23, 155, 215);
  color: #fff;
  cursor: pointer;
  width: 100%;
}

#search-trx-btn:hover {
  /* background-color: rgb(8, 75, 106); */
}

.offer {
  margin: 5px auto;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid gainsboro;
  box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.25);

  color: #000000;
  padding: 10pt;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;

  span{
    font-weight: 500 !important;
    font-size: 12px !important;
  }
}

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

.get-deal {
  background-color:var(--buttonBgColor) ;
  padding: 5px 19px;
  font-weight: 500;
  font-size: 12px !important;
  color: white;
  border-radius: 3px;
  /* text-align: center; */
  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;
}
.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 {
  background-color: #fff;
  padding: 8pt;
  border-radius: 3pt;
  font-size: 10pt;
  text-align: center;
  /* height: 300px; */
  max-width: 4in;
  color: unset;
}

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

.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 {
  width: 50px;
  height: 50px;
}

.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;
}
.daraja-status.track {
  background-color: #eed59d;
  color: rgb(82, 80, 80);
}
.daraja-status.submit {
  background-color: #eea51d;
  color: rgb(31, 61, 61);
}
.daraja-status.success {
  background-color: rgb(12, 229, 12);
  color: rgb(19, 48, 48);
}
.daraja-status.error {
  background-color: rgb(255, 0, 0);
  color: rgb(3, 34, 34);
}

.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-radius: 3pt;
  padding: 5pt 8pt;
  text-align: center;

  h2{
    font-size: 18px !important;
    font-weight: 500;
  }

  p{
    font-size: 12px !important;
    margin-bottom: 8px;
  }
  label{
    font-size: 12px !important;
    margin-bottom: 3px !important;
  }
  input{
    text-align: center;
    font-size: 12px !important;
  }
}
#username-id {
  display: block;
  margin: 10pt auto;
}
.input-text {
  background-color: inherit;
  border: none;
  border-bottom: 1pt solid;
  outline: none;
  display: block;
  margin: 0 auto;
  width: 100%;
  min-width: 1.5in;
  padding: 6pt;
  font-weight: 400;
  letter-spacing: 1px;
}
.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;
}
.submit-button {
  border: none;
  outline: none;
  padding: 10pt 6pt;
  width: 100%;
  min-width: 1.5in;
  max-width: 4in;
  border-radius: 3pt;
  font-weight: 600;
  color: #fff;
  background-color: #000000;
  margin-top: 7pt;
  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;
  font-size: 12px !important;
  text-align: center;
  box-sizing: border-box;
  border-radius: 2px;
}
#search-api-button, #submit-login{
  background-color: var(--buttonBgColor) !important;
  font-size: 12px !important;
  padding: 10px 0;
}
.cover-entire-window{
  width: 100%;
  height: 100%;
  z-index: 1;
  position:fixed;
  overflow:scroll;
  background-color: rgb(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;

  h2{
    font-weight: 500;
    font-size: 18px !important;
  }
  span{
    font-weight: 400 !important;
    font-size: 12px !important;
  }

  input{
    border: 1px solid gainsboro !important;
    width: 100% !important;
  }
  button{
    width: 100% !important;
  }
}

@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;
  }
}


/**added styles*/

ul li{
    list-style: none;
    display: inline-block;
    padding: 0 6px;
}

p, a, label{
    font-size: 13px !important;
    text-transform: capitalize;
    font-weight: 400;
}

h4{
    font-weight: 500;
    font-size: .8rem;
    opacity: .9;
    margin-bottom: 5px;
}
input{
    font-size: 13px !important;
    width: 100%;
    padding: 9px 3px;
    border-radius: 2px;
    border: 1px solid gainsboro !important;

  }
input:focus{
      outline: none;
      border: 1px solid black;
  }
    button{
        border: none;        
        background-color: lightblue;
        width: 6rem;
        padding: 6px 0;
        border-radius: 2px;
        margin-top: 16px;
        font-weight: 600 ;
        font-size: 13px;
        cursor: pointer;
    }

.container{
    margin-bottom: 2rem;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    background-color: white;
    border-radius: 4px;
    /* padding: 25px 10px; */

}

header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1px !important;
    margin: unset !important;
    padding: 0 8px;
    /* border: 1px solid red; */
    .ssid{
      opacity: .8;
    }
    a{
      font-weight: 500;
      text-decoration: none;
      font-size: 13px !important;
      color: var(--priColor);
    }
    
  }
  
  .help-wrp{
    background-color: rgb(54, 50, 50);
    /* margin-bottom: 1rem !important; */

    /* display: none; */
    padding: 9px 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid red !important; */
    span{
      text-align: center;
      opacity: .9;
      padding: .3px 0 !important;
      padding: 3px !important;
      margin: unset !important;

        color: white !important;
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    #support{
      font-size: 12px !important;
    }
}

.lipa-na-mpesa{
  text-align: center;
  p{
    margin-bottom: 1.5rem !important;
  }
}

