@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'MTN Brighter Sans';
    src:url("https://mtnonline.com/themes/mtnonline/mtn_fonts/MTNBrighterSans-Regular_5.woff2") format('woff'),
  }
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  body {
    font-family: "MTN Brighter Sans";
    font-size: 15px;
    color: #666;
    margin: 0; }
  
  :focus {
    outline: none; }
  
  textarea {
    resize: none; }
  
  input, textarea, select, button {
    font-family: "MTN Brighter Sans";
    font-size: 15px;
    color: #666; }
  
  p, h1, h2, h3, h4, h5, h6, ul {
    margin: 0; }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  
  a {
    text-decoration: none; }
  
  textarea {
    resize: none; }
  
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none; }
    select option[value=""][disabled] {
      display: none; }
  
  img {
    max-width: 100%;
    vertical-align: middle; }
  
  body {
    background: #FFFFFF;
    background-size: cover; }
  
  .wrapper {
    max-width: 1400px;
    margin: auto;
    display: flex;
    padding: 51px 0 51px 0;
    align-items: center; }
    .wrapper .image-holder {
      width: 51%; }
    .wrapper form {
      width: 49%; }
  
  .wizard > .steps .current-info, .wizard > .steps .number {
    display: none; }
  
  #contain {
    background: #fff;
    margin-right: 60px;
    padding: 30px 75px;
    border-radius:10px; }
  
  @media (max-width: 991px) {
    #myForm{
      margin-top: 0px!important;
      margin-bottom: 100px;
      padding: 0px 10px;
    }
    #contain {
      margin-right: 0px;
      padding: 30px 10px;
    }
  }
  
  @media (max-width: 767px) {
    #myForm{
      margin-top: 0px!important;
      margin-bottom: 10px;
      padding: 0px 10px;
    }
    #contain {
      margin-right: 0px;
      padding: 30px 10px;
      margin: 40px 0px;
    }
  }
  
  .steps {
    margin-bottom: 30px; }
    .steps ul {
      display: flex;
      position: relative; }
      .steps ul li {
        width: 20.16%;
        margin-right: 10px; }
        .steps ul li a {
          display: inline-block;
          width: 100%;
          height: 7px;
          background: #e6e6e6;
          border-radius: 3.5px; }
        .steps ul li.first a, .steps ul li.checked a {
          background: #FFCA30;
          transition: all 0.5s ease; }
      .steps ul:before {
        content: "Personal Information";
        font-size: 22px;
        font-family: "MTN Brighter Sans";
        color: #333;
        top: -38px;
        position: absolute; }
      .steps ul.step-2:before {
        content: "More Personal Information"; }
      .steps ul.step-3:before {
        content: "UTME Information"; }
      .steps ul.step-4:before {
        content: "Institution Details"; }
      .steps ul.step-5:before {
        content: "More Institution Details"; }
      .steps ul.step-6:before {
        content: "High School Information"; }
      .steps ul.step-7:before {
        content: "High School Grades"; }
      .steps ul.step-8:before {
        content: "Next of Kin Details"; }
  
  h3 {
    font-family: "MTN Brighter Sans"; }
  
  .form-row {
    margin-bottom: 24px; }
    .form-row label {
      margin-bottom: 8px;
      display: block; }
    .form-row.form-group {
      display: flex; }
      .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 21px; }
        .form-row.form-group .form-holder:last-child {
          margin-right: 0; }
  
  .form-holder {
    position: relative; }
    .form-holder i {
      position: absolute;
      top: 11px;
      right: 19px;
      font-size: 17px;
      color: #999; }
  
  .form-control {
    height: 42px;
    border: 1px solid #e6e6e6;
    background: none;
    width: 100%;
    border-radius: 20px;
    padding: 0 18px; }
    .form-control:focus {
      border-color: #f3d4b7; }
    .form-control::-webkit-input-placeholder {
      color: #999;
      font-size: 13px; }
    .form-control::-moz-placeholder {
      color: #999;
      font-size: 13px; }
    .form-control:-ms-input-placeholder {
      color: #999;
      font-size: 13px; }
    .form-control:-moz-placeholder {
      color: #999;
      font-size: 13px; }
  
  textarea.form-control {
    padding-top: 11px;
    padding-bottom: 11px; }
  
  .option {
    color: #999; }
  
  .actions ul {
    display: flex;
    margin-top: 30px;
    justify-content: space-between; }
    .actions ul.step-last {
      justify-content: flex-end; }
      .actions ul.step-last li:first-child {
        display: none; }
  .actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 51px;
    width: 135px;
    align-items: center;
    border-radius: 30px;
    background: #FFCA30;
    cursor: pointer;
    position: relative;
    padding-left: 41px;
    color: #333;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: 400; }
    .actions li a:before {
      content: '\f2ee';
      position: absolute;
      top: 19px;
      right: 41px;
      font-family: Material-Design-Iconic-Font;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .actions li a:hover {
      background: #FFCA30; }
      .actions li a:hover:before {
        -webkit-animation-name: hvr-icon-wobble-horizontal;
        animation-name: hvr-icon-wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1; }
  .actions li[aria-disabled="true"] a {
    display: none; }
  .actions li:first-child a {
    background: #e6e6e6;
    padding-left: 48px; }
    .actions li:first-child a:before {
      content: '\f2ea';
      left: 26px; }
    .actions li:first-child a:hover {
      background: #ccc; }
  .actions li:last-child a {
    padding-left: 29px;
    width: 167px;
    font-weight: 400; }
    .actions li:last-child a:before {
      right: 30px; }
  
  .checkbox {
    position: relative; }
    .checkbox label {
      padding-left: 21px;
      cursor: pointer;
      color: #999; }
    .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .checkbox input:checked ~ .checkmark:after {
      display: block; }
  
  .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 12px;
    width: 13px;
    border-radius: 2px;
    background-color: #ebebeb;
    border: 1px solid #ccc;
    font-family: Material-Design-Iconic-Font;
    color: #000;
    font-size: 10px;
    font-weight: bolder; }
    .checkmark:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: none;
      content: '\f26b'; }
  
  .checkbox-circle {
    margin-top: 41px;
    margin-bottom: 46px; }
    .checkbox-circle label {
      cursor: pointer;
      padding-left: 26px;
      color: #999;
      display: block;
      margin-bottom: 15px;
      position: relative; }
      .checkbox-circle label.active .tooltip {
        display: block; }
    .checkbox-circle input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .checkbox-circle input:checked ~ .checkmark:after {
      display: block; }
    .checkbox-circle .checkmark {
      position: absolute;
      top: 11px;
      left: 0;
      height: 14px;
      width: 14px;
      border-radius: 50%;
      background: #ebebeb;
      border: 1px solid #cdcdcd; }
      .checkbox-circle .checkmark:after {
        content: "";
        top: 6px;
        left: 6px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #666666;
        position: absolute;
        display: none; }
    .checkbox-circle .tooltip {
      padding: 9px 22px;
      background: #f2f2f2;
      line-height: 1.8;
      position: relative;
      margin-top: 16px;
      margin-bottom: 28px;
      display: none; }
      .checkbox-circle .tooltip:before {
        content: "";
        border-bottom: 10px solid #f2f2f2;
        border-right: 9px solid transparent;
        border-left: 9px solid transparent;
        position: absolute;
        bottom: 100%; }
  
  .product {
    margin-bottom: 33px; }
  
  .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 30px; }
    .item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .item .left {
      display: flex;
      align-items: center; }
    .item .thumb {
      display: inline-flex;
      width: 100px;
      height: 90px;
      justify-content: center;
      align-items: center;
      border: 1px solid #f2f2f2; }
    .item .purchase {
      display: inline-block;
      margin-left: 21px; }
      .item .purchase h6 {
        font-family: "MTN Brighter Sans";
        font-size: 16px;
        margin-bottom: 4px;
        font-weight: 500; }
        .item .purchase h6 a {
          color: #333; }
    .item .price {
      font-size: 16px; }
  
  .checkout {
    margin-bottom: 44px; }
    .checkout span.heading {
      font-family: "MTN Brighter Sans";
      font-weight: 500;
      margin-right: 5px; }
    .checkout .subtotal {
      margin-bottom: 18px; }
    .checkout .shipping {
      margin-bottom: 19px; }
      .checkout .shipping span.heading {
        margin-right: 4px; }
    .checkout .total-price {
      font-family: "Muli-Bold";
      color: #333;
      font-weight: 700; }
  
  @-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px); }
    33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px); }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px); }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes hvr-icon-wobble-horizontal {
    16.65% {
      -webkit-transform: translateX(6px);
      transform: translateX(6px); }
    33.3% {
      -webkit-transform: translateX(-5px);
      transform: translateX(-5px); }
    49.95% {
      -webkit-transform: translateX(4px);
      transform: translateX(4px); }
    66.6% {
      -webkit-transform: translateX(-2px);
      transform: translateX(-2px); }
    83.25% {
      -webkit-transform: translateX(1px);
      transform: translateX(1px); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @media (max-width: 1500px) {
    .wrapper {
      height: auto; } }
  @media (max-width: 1199px) {
    .wrapper {
      height: auto; }
  
    #wizard {
      margin-right: 40px;
      min-height: 829px;
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 991px) {
    .wrapper {
      justify-content: center; }
      .wrapper .image-holder {
        display: none; }
      .wrapper form {
        width: 60%; }
  
    #wizard {
      margin-right: 0;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .wrapper {
      justify-content: center; }
      .wrapper .image-holder {
        display: none; }
      .wrapper form {
        width: 100%; }
  
    #wizard {
      min-height: unset;
      padding: 70px 20px 40px; }
  
    .form-row.form-group {
      display: block; }
      .form-row.form-group .form-holder {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px; }
  
    .item .purchase {
      margin-left: 11px; } }
  
  /*# sourceMappingURL=style.css.map */
  
  .error{
    color:red;
  }
  .frequired{
    color: red;
  }
  .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 26;
    overflow: unset;
    position: absolute;
    z-index: -1;
  }
  .inputfile + label {
      max-width: 100%;
      font-size: 14px;
      font-weight: bold;
      text-overflow: ellipsis;
      white-space: nowrap;
      cursor: pointer;
      display: inline-block;
      overflow: hidden;
      text-align: center;
  }
  .inputfile + label figure {
      width: 154px;
      height: 154px;
      border-radius: 50%;
      background-color: transparent;
      display: block;
      margin: 0 auto;
      margin-bottom: 6px;
  }
  .inputfile + label figure img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
  }
  .noman{
    background: red;
  }
  .noman:hover{
    background-color: #000;
  }
  .noman:active{
    background-color: #000;
  }
  .borgro{
    border-bottom: 1px solid #e8e7e2;
  }
  .sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
  }
  .sel__box__options {
    display: list-item;
    font-family: 'Quicksand';
    font-size: 1.5em;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
  }
  
  .sel__box__options::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 0.5em;
    margin-left: 5px;
    display: none;
  }
  
  .sel__box__options.selected::after {
    display: inline;
  }
  
  .sel__box__options:hover {
    background-color: #ebedef;
  }
  
  #swizard{
    background: #fff;
    padding: 75px 75px 65px;
  }
  .mtop{
    margin-top: 50px;
  }
  .newsub{
    padding: 20px;
    background: grey;
    border-radius: 25px;
    color: #000;
  }
  .mtnf{
    padding: 20px;
    background: #FFCA30;
    border-radius: 25px;
    color: #000;
  }
  
  
/* Ensure the counter container has its own space */
.bono-mujer-counter-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    /* You can adjust min-height or height here if you want it to take up a specific vertical space */
    min-height: 100vh; /* This makes it full height, adjust if it's a small section */
    margin: 0;
    /* Background for the counter's immediate area, can be overridden by body background */
    background: linear-gradient(135deg, #fdfdfd, #f0f4f7); 
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    position: relative;
    overflow: hidden; /* Important for containing blobs */
    /* If you want it smaller, you could wrap it in another div and apply width/height */
}

/* Base styles for the blobs, now with specific class names */
.bono-mujer-subtle-blob {
    position: absolute;
    background: radial-gradient(circle, rgba(200, 230, 255, 0.4), transparent 70%);
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.7;
    animation: bono-mujer-floatBlob 15s infinite ease-in-out alternate;
    z-index: 0;
    pointer-events: none;
}

/* Specific blob positions and colors */
.bono-mujer-blob-1 { width: 250px; height: 250px; top: 15%; left: 10%; animation-delay: 0s; }
.bono-mujer-blob-2 { width: 300px; height: 300px; bottom: 10%; right: 15%; animation-delay: 5s; background: radial-gradient(circle, rgba(255, 220, 240, 0.4), transparent 70%); }
.bono-mujer-blob-3 { width: 200px; height: 200px; top: 5%; right: 5%; animation-delay: 10s; }

/* Keyframe animation for blobs, renamed */
@keyframes bono-mujer-floatBlob {
    0% { transform: translate(0, 0) scale(1); opacity: 0.7; }
    50% { transform: translate(20px, 30px) scale(1.05); opacity: 0.8; }
    100% { transform: translate(0, 0) scale(1); opacity: 0.7; }
}

/* Main counter card styles, now with specific class names */
.bono-mujer-counter-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 500px;
    width: 90%;
    position: relative;
    z-index: 1;
    animation: bono-mujer-fadeInSlide 0.8s ease-out forwards;
    border: 1px solid #e0e0e0;
}

/* Keyframe animation for card entry, renamed */
@keyframes bono-mujer-fadeInSlide {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Heading styles, now with specific class names */
.bono-mujer-card-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5em;
    font-weight: 800;
    color: #8e2de2;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 10px;
}

/* Pseudo-element for heading underline, renamed keyframe animation if any */
.bono-mujer-card-heading::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background: linear-gradient(90deg, #b065ff, #8e2de2);
    border-radius: 2px;
}

/* Subtitle styles, now with specific class names */
.bono-mujer-card-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    color: #5d4037;
    margin-bottom: 25px;
    font-weight: 600;
}

/* Counter value styles, now with specific class name and ID */
.bono-mujer-counter-value {
    font-family: 'Montserrat', sans-serif;
    font-size: 6em;
    font-weight: 800;
    color: #e250e2;
    margin: 20px 0;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.1s ease-out;
    user-select: none;
}

/* Animation class for counter value, renamed */
.bono-mujer-counter-value.bono-mujer-animate-scale {
    animation: bono-mujer-popScale 0.2s forwards;
}

/* Keyframe animation for counter value pop, renamed */
@keyframes bono-mujer-popScale {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Description styles, now with specific class names */
.bono-mujer-card-description {
    font-size: 1.1em;
    color: #666;
    margin-top: 25px;
    line-height: 1.6;
}


 
        /* --- Styles for Toast Notifications Only --- */
        /* It's best to put these in your main CSS file or a dedicated notifications.css */

        /* Contenedor principal de las notificaciones Toast */
        .toast-container {
            position: fixed; /* Fijo en la pantalla */
            bottom: 20px; /* Abajo */
            right: 20px; /* A la derecha */
            z-index: 1000; /* Asegura que esté por encima de otros elementos */
            display: flex;
            flex-direction: column; /* Apila las notificaciones una encima de otra */
            gap: 15px; /* Espacio entre cada toast */
            max-width: 320px; /* Ancho máximo de la pila de toasts */
            pointer-events: none; /* Allows clicks to pass through the container when no toasts are visible */
        }

        /* Estilo individual de cada notificación Toast */
        .toast-notification {
            background-color: #ffffff; /* Fondo blanco */
            color: #333; /* Color de texto oscuro */
            padding: 15px 20px;
            border-radius: 10px; /* Bordes redondeados */
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15); /* Sombra elegante */
            display: flex;
            align-items: center;
            gap: 12px; /* Espacio entre icono/avatar y texto */
            transform: translateX(100%); /* Empieza fuera de la pantalla (derecha) */
            opacity: 0; /* Empieza invisible */
            animation: slideIn 0.5s forwards ease-out; /* Solo animación de entrada aquí */
            pointer-events: all; /* Makes the toast itself clickable/hoverable */
        }

        /* Estilo para cuando la notificación desaparece */
        .toast-notification.hide {
            animation: slideOut 0.5s forwards ease-in;
        }

        /* Avatar en la notificación (opcional, si quieres usar imágenes pequeñas) */
        .toast-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%; /* Circular */
            overflow: hidden;
            flex-shrink: 0; /* No se encoge */
        }

        .toast-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Icono si no hay avatar o como complemento */
        .toast-icon {
            font-size: 1.8em; /* Tamaño del icono */
            color: #28a745; /* Color del icono (verde para éxito/bono) */
            line-height: 1; /* Para alinear verticalmente */
            flex-shrink: 0;
        }

        /* Contenido de texto de la notificación */
        .toast-content {
            flex-grow: 1; /* Permite que el contenido ocupe el espacio restante */
            text-align: left;
        }

        .toast-content strong {
            display: block; /* Nombre en una línea propia */
            font-weight: 700;
            color: #007bff; /* Azul para el nombre */
            font-size: 0.95em;
            margin-bottom: 3px;
        }

        .toast-content span {
            font-size: 0.85em;
            color: #666; /* Gris para el mensaje */
        }

        .toast-content .bono-amount {
            font-weight: bold;
            color: #28a745; /* Verde para el monto del bono */
        }


        /* Animaciones CSS */
        @keyframes slideIn {
            from { transform: translateX(100%); opacity: 0; }
            to { transform: translateX(0); opacity: 1; }
        }

        @keyframes slideOut {
            from { transform: translateX(0); opacity: 1; }
            to { transform: translateX(100%); opacity: 0; }
        }

        /* Responsividad para pantallas pequeñas */
        @media (max-width: 500px) {
            .toast-container {
                bottom: 10px;
                right: 10px;
                left: 10px; /* Ocupa el ancho completo en móviles */
                max-width: unset; /* Quita el max-width */
            }
            .toast-notification {
                padding: 12px 15px;
                gap: 10px;
            }
            .toast-icon {
                font-size: 1.5em;
            }
            .toast-content strong {
                font-size: 0.9em;
            }
            .toast-content span {
                font-size: 0.8em;
            }
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        