:root {
  --purple: #662d91;
  --pink: #EC008C;
  --green: #8DC63F;
  --cyan: #4BC0B1;
  --navy: #262262;
  --black: #051212;
  --white: #f9fafb;
  --whitetransparent: #f9fafbd0;
  --whitemoretransparent: #f9fafb80;
  --grey: #CDD0D3;
  --lightgrey: #e9ebec;
  --pinkmoretransparent: #EC008C80;
  --greenmoretransparent: #8DC63F80;
  --cyanmoretransparent: #4bc0b180;
  --red: #d61f3b;
  --purpletrans: #662d91cc;
  --greentrans: #8DC63Fcc;
  --pinktrans: #EC008Ccc;
  --textareabackground: #e2e2e2;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: 'Avenir', 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer {
  text-align: center; 
  background-color: var(--grey);
  font-size: 0.9rem; color: var(--black); 
  padding: 10px 10px;
}
.bodycontainer {
  min-height: 100vh;
  background-color: var(--lightgrey);
  max-width: 960px;
  margin: auto;
  height: auto;
}
.container-sm {
  min-height: calc(100vh - 6em + 2px);
}

a {
  color: var(--navy);
}
a:hover {
  color: var(--navy);
}
ol {
  padding-left: 30px!important;
}
li {
  margin-bottom: 1.25em;
}
.btn {
  padding: 0.75em;
}
.uppercase {
  text-transform: uppercase;
}
/* Text Colors */
.text-active {
  color: var(--green)!important;
}

.editor-text {
  color: var(--black)!important;
}



.editor {
  background: var(--white)!important;
  color: var(--black)!important;
}

.editorrow {
  background: var(--cyan)!important;
  color: var(--black)!important;
  
}

h3, .h3, h4, .h4 {
  font-weight: bold;
}

.fa15x {
  font-size: 1.5em;
}

.pr-0 {
  padding-right: 0em;
}

.pl-0 {
  padding-left: 0em;
}

.p-05 {
  padding: 0.5em;
}

/* Spacing */
.space1 {
  height: 1em;
}

.space2 {
  height: 2em;
}

.space2-5 {
  height: 2.5em;
}

.space3 {
  height: 3em;
}

.title-text {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--white);
  font-size: 2em;
  font-weight: bold;
}

.frontpageimage {
  width: 100%;
  max-width: 200px;
}

.pwwitheye {
  padding: 0.5em 1.25em;
}

.cta {
  display: inline-block;
  border-radius: 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.3rem;
  margin-top: auto;
  border: 0;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 0 var(--black), 0 0.75em 1.25em rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
  position: relative;
}

.cta:hover {
  box-shadow: 0 1px 0 var(--black), 0 3px 2em rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
  border: 1px solid var(--black);
}

.cta:active {
  box-shadow: 0 1px 0 var(--black), 0 3px 2em rgba(0, 0, 0, 0.3);
  transform: translateY(2px);
  border: 1px solid var(--black);
}

.cta-primary {
  background-color: var(--green)!important;
  color: var(--black)!important;
}

.cta-secondary {
  background-color: var(--cyan)!important;
  color: var(--black)!important;
}

.h100 {
  height: 100%;
}

.mw-1200-m-auto {
  max-width: 1150px;
  margin: auto;
}

.mw-index {
  max-width: 728px;
}

/* Menu */
.topnav {
  position: relative;
  background-color: var(--green);
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: var(--white);
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 1em;
  display: block;
}

.topnav a.menu, .topnav a.login {
  display: block;
  position: absolute;
  top: 0;
}

.topnav a.menu {
  left: 0;
}

.topnav a.login {
  right: 0;
}

.topnav a.logo {
  text-align: center;
  left: 20;
  top: 0;
}

.active {
  background-color: var(--green);
  color: var(--white); 
  text-align: center;
}

.topnav .fa {
  padding-right: 1.5em;
}

.titlediv {
  width: 100%;
  font-size: 2em;
  font-weight: bold;
}

.bottomnav {
  overflow: auto;
  background-color: var(--purple);
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 960px;
  justify-content: center;
  z-index: 10;
  min-height: 25px;
  color: var(--white);
  background-color: var(--purple);
}

.bottomnav a {
  float: left;
  display: block;
  /*color: var(--white); */
  padding: 0.75em 0em 0.5em 0em;
  text-decoration: none;
  font-size: 1.1em;
  width: 33%;
  text-align: center;
}

.bottomnav spacer {
  float: left;
  display: block;
  /*color: var(--white); */
  padding: 0.75em 0em 0.5em 0em;
  text-decoration: none;
  font-size: 1.1em;
  width: 25%;
  text-align: center;
}

.bottomnav a:hover {
  background: var(--white);
  color: var(--black);
}

.bottomnav a.active {
  background-color: var(--purple);
  color: var(--black);
}

.bottomspace {
  height: 25px;
}

.alertmessage {
  overflow: auto;
  background-color: var(--green);
  color: var(--white);
  max-width: 960px;
  justify-content: center;
  z-index: 10;
  min-height: 40px;
  margin: 16px;
  border-radius: 0.3em;
  padding: 1em;
}

button.close {
  color:white;
  padding: 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
.close {
  float: right;
  font-size: 1.40625rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.link {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
  cursor: pointer;
}


.errmsg {
  background-color: var(--pinktrans);
  color: var(--white);
  min-height: 100%;
  border: 1px solid var(--whitemoretransparent);
  padding: 0.5em;
  margin: 0.5em;
  text-align: center;
}

.infomsg {
  background-color: var(--greentrans);
  color: var(--white);
  min-height: 100%;
  border: 1px solid var(--whitemoretransparent);
  padding: 0.5em;
  margin: 0.5em;
  text-align: center;
}

.infocard {
  border-radius: 0.3em;
  background-color: var(--lightgrey);
  min-height: 100%;
  border: 1px solid var(--whitemoretransparent);
}

.white-border-1 {
  border: 1px solid var(--whitemoretransparent);
}

/* purplebox white-border-1 p-3 m-1 */
.searchbox {
  background-color: var(--purpletrans);
  border-radius: 0.3em;
  border: 1px solid var(--black);
  color: var(--white);
  padding: 1em;
  margin: 1em;
}

.purplebox {
  background-color: var(--purpletrans);
  /*color: var(--white); */
  border-radius: 0.3em;
}

.navybox {
  background-color: var(--navy);
  border-radius: 0.3em;
}
.greenbox {
  background-color: var(--greentrans);
  /*color: var(--white); */
  border-radius: 0.3em;
}

.logo_img {
  max-height: 3.5em;
}

.categoryimage, .stadioimg, .fpimg {
  max-width: 100%;
  border-radius: 0.3em;
  margin-bottom: 1.25em;
  /* border: 1px solid var(--whitemoretransparent); */
}

.categoryimage {
  opacity: 0.8;
}

.msisdn {
  padding: 24px;
  text-align: center;
}

.fontsmaller {
  font-size: smaller;
}

.h4size {
  font-size: calc(1.1rem + .1vw);
}

.supersize {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
}

.bigsize {
  font-size: 2.4rem;
  font-weight: bold;
}

.mid2size {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.mid1size {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.normalsize {
  font-size: 1rem;
}

.smallsize {
  font-size: .8rem;
}

.payoffline1 {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--green);
}
.payoffline1small {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--green);
}
.payoffline2 {
  font-size: 1.0rem;
  font-weight: bold;
  color: var(--navy);
}
.payoffline3 {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--pink);
}
.payoffline4 {
  font-size: 1.0rem;
  font-weight: bold;
}
.payoffline5 {
  font-size: 2.0rem;
  font-weight: bold;
  color: var(--pink);
}
.menudropdown {
  max-width: 160px;
  background-color: var(--green);
  display: none;
  position: absolute;
  z-index: 1;
}

.frontpagecardtext {
  min-height: 50.75em;
  font-size: 1.5rem;
}

.bigbutton {
  min-height: 1.25em;
}

@media screen and (min-width: 570.75em) {
  .frontpagecardtext {
    min-height: 79px;
    font-size: 1.1em;
  }

  .bigbutton {
    min-height: 1.25em;
  }
}

@media screen and (min-width: 992px) {
  .frontpagecardtext {
    min-height: 91em;
    font-size: 1.1em;
  }

  .bigbutton {
    min-height: 1.25em;
  }
}

textarea {
  width: 100%;
  border-radius: 0.3em;
  background-color: var(--textareabackground);
}
/* Improve the selector's appearance */
.form-select {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 0.5em;
  border-radius: 0.3em;
}

.text-warning {
  color: var(--red)!important;
  margin-top: 0.75em;
}

#submitBtn {
  width: 100%;
  padding: 0.25em;
  font-size: 2em;
}
.width100 {
  width: 100%;
}
.text-heading1 {
  background-color: var(--green);
  color: var(--white);
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.3em;
  padding: 0.4em;
}
.text-heading2 { 
  color: var(--green);
  font-weight: bold;
  font-size: 1.1em;
  text-transform: uppercase;
  text-align: left;
  border-radius: 0.3em;
  padding: 0.3em;
}
.numberinput {
  max-width: 5em;
}

.intro-text {
  font-size: 1.1em; /* Adjust this value as needed */
  text-align: center;
}

.highlight-pink {
  font-weight: bold;
  color: var(--pink); /* Choose a color that stands out */
}

.highlight-cyan {
  font-weight: bold;
  color: var(--cyan); /* Choose a color that stands out */
}
.highlight-green {
  font-weight: bold;
  color: var(--green); /* Choose a color that stands out */
}

.dateinput {
 /* max-width: 1.25em; */
}

.pincode {
  max-width: 80em;
}

.qr-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  max-width: 90%;
  height: 300px;
  max-height: 90%;
  background: white;
  box-shadow: 0em 0.5em 1.25em rgba(0, 0, 0, 0.3);
  border-radius: 0.3em;
  text-align: center;
  padding: 1.25em;
}

.qr-popup-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.qr-popup img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qr-close {
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 30px;
  cursor: pointer;
  font-weight: bold;
  color: var(--pink);
}

.editor {
  /* bottom-left corner */
  border-bottom-left-radius: 5px;
  /* bottom-right corner */
  border-bottom-right-radius: 5px;
}