:root {
    --blue: rgb(8,15,83);
    --gray: rgb(33,37,41);
    --pink: #E0115F;
    --green: #76EDAB;
    --success: #76EDAB;
    --red: #F33F3F;
    --medium-gray-2: #838587;
    --medium-gray: rgb(47,50,53);
    --light-medium-gray: #717376;
    --light-gray: rgb(231,231,232); 
    --light-blue: rgb(145,161,249);
    --light-blue-bk: rgb(248,250,255);
    --btn-blue: #073DA3;
}

.h-100p {
    height: 100%;
}

.faqs-background {
    background-color: #F7F7F7;
}

.fw-600 {
    font-weight: 600;
}

.w-100-i {
    width: 100% !important;
}

.mg-0-i {
    margin: 0 !important;
}

.c-red {
    color: var(--red);
}

.t-trought {
    text-decoration-line: line-through;
}

body {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100dvh; /* or 100vh for older browser support */
}

.container {
    flex-grow: 1; /* This makes the main content expand to fill available space */
}

h1, h2, h3, h4, h5, h6, 
.product-price {
    font-family: 'Raleway' !important;
    font-weight: 700;
}

.original-product-price {
    font-weight: 600;
}

.input-group .ph-check-circle {
    color: var(--green);
    display: none;
}

.input-group.success {
    input, span {
        border: 1px solid var(--green);
    }
    input {
        border-right: 1px solid transparent;
    }
    span {
        border-left: 1px solid transparent;
    }
    i {
        color: var(--green);
    }
    .ph-check-circle {
        display: block;
    }
}

.input-group.error {
    input, span {
        border: 1px solid var(--red);
    }
    input {
        border-right: 1px solid transparent;
    }
    span {
        border-left: 1px solid transparent;
    }
    i {
        color: var(--red);
    }
    .ph-x-circle {
        display: block;
    }
}

.email-i-g.error,
.form-control.error {
  border-color: var(--red); /* Highlight the input border */
  padding-right: 30px; /* Make space for the icon */
  background-repeat: no-repeat;
  background-position: right 8px center; /* Position the icon */
  background-size: 20px;
}

.email-i-g.error,
input.form-control.error {
    background-image: url('../images/x-circle-red.svg'); /* Add the error icon */
}

.form-control.success {
  border-color: var(--success); /* Highlight the input border */
  padding-right: 30px; /* Make space for the icon */
  background-repeat: no-repeat;
  background-position: right 8px center; /* Position the icon */
  background-size: 20px;
}

input.form-control.success {
    background-image: url('../images/check-circle-green.svg'); /* Add the error icon */
}

.bi.bi-asterisk {
    font-size: 8px;
}

.form-check-input:checked {
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#91a1f9'/%23fff/svg%3E") !important; For radio buttons */
  background-clip: content-box;
  /* Or for checkboxes: */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23YOURCOLORCODE' stroke-width='3' d='M1.73 12.91L5.58 16.76L18.23 4.11'/%3E%3C/svg%3E"); */
}

.pd-t-12-i {
    padding-top: 12px !important;
}

.btn-blue {
    background: var(--btn-blue);
    border: 1px solid var(--btn-blue)
}

.v-a-t {
    vertical-align: top;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.br-transparent {
    border: 1px solid transparent !important;
}

.logo-tec {
    max-width: 300px;
}

#register-form {
    justify-content: space-between;

    a {
        text-decoration: none;
        color: var(--pink);
    }
}

.description-text {
    color: var(--medium-gray);
    font-weight: lighter;
    font-size: 14px;
}

.form-card {
    height: fit-content !important;
    margin-bottom: 30px;
}

footer .ph {
    color: var(--light-gray) !important;
}

i.ph:not(.w-icon):not(.schedule-info):not(.pay-form) {
    color: var(--pink);
}

.c-pink {
    color: var(--pink) !important;
}

.c-black {
    color: black !important;
}

.c-blue {
    color: var(--btn-blue);
}

.c-medium-gray{
    color: var(--medium-gray);
}

.c-medium-gray-2{
    color: var(--medium-gray-2);
}

.c-light-medium-gray{
    color: var(--light-medium-gray);
}

.new-user-buttons-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pair {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

.btn {
    font-size: 16px;
    padding: 8px 20px;
}

#crear-usuario-button,
#crear-usuario-button:disabled,
#crear-usuario-button:active,
#crear-usuario-button:hover,
#btn-cun-continuar,
#btn-cun-continuar:disabled,
#btn-cun-continuar:active,
#btn-cun-continuar:hover,
#guardar-button,
#guardar-button:active,
#guardar-button:disabled,
#guardar-button:hover,
#btn-alta-datodF-peru,
#btn-alta-datodF-peru:active,
#btn-alta-datodF-peru:disabled,
#btn-alta-datodF-peru:hover,
#btn-guardar-datos-factura-peru,
#btn-guardar-datos-factura-peru:active,
#btn-guardar-datos-factura-peru:disabled,
#btn-guardar-datos-factura-peru:hover,
.pink-button,
.pink-button:hover,
.pink-button:disabled,
.pink-button:active {
    background: var(--pink) !important;
    color: white !important;
    border: 1px solid var(--pink) !important;
    border-radius: 5px !important;
}

.pink-button:disabled,
#crear-usuario-button:disabled,
#btn-cun-continuar:disabled,
#guardar-button:disabled,
#btn-alta-datodF-peru:disabled,
#btn-guardar-datos-factura-peru:disabled {
    opacity: var(--bs-btn-disabled-opacity) !important;
}

#guardar-button,
#btn-alta-datodF-peru {
    width: auto;
}

#btn-ue-continuar,
#btn-cerrar-datos-factura-peru,
#quitar-descuento-buton,
.b-p-button {
    background: transparent !important;
    color: var(--pink);
    border: 1px solid var(--pink);
}

#regresar-un-button,
#regresar-page-button,
.back-arrow-button,
.back-arrow-button:hover {
    border: 1px solid transparent;
    background: transparent;
    color: var(--pink);
}

.mg-b-0 {
    margin-bottom: 0px !important;
}

.pd-0-i {
    padding: 0 !important;
}

.w-200 {
    width: 200px;
}

/* body {
    min-height: 100%;
} */

.header-background{
	background-color: var(--blue);
}

footer {
    background-color: var(--gray);
    color: var(--light-gray);
    line-height: 160%;
    /* position:absolute;
    bottom:0;
    width:100%;
    height:110px;    */
}

header {
    color: white;
}

header a {
    text-decoration: none;
    color: white;
}

footer a {
    color: var(--light-gray);
    text-decoration: none;
}

.ac-c {
    align-content: center;
}

.pd-lr-200 {
    padding-left: 200px;
    padding-right: 200px;
}

.stepwizard-step p {
    margin-top: 5px;
    color:#666;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled]
.btn {
    opacity:1 !important;
    color:#bbb;
}
.stepwizard-row:before {
    background-color: #ccc;
    bottom: 0;
    content:" ";
    height: 1px;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    z-index: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.step-wizard-div {
    padding: 0 200px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 16px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 25px;
}

.btn-circle:not(.btn-activo) {
    background-color: var(--light-gray);
    border: none;
}

.btn-activo,
.btn-activo:hover{
	background-color: var(--light-blue);
    border: none;
}

.bi-asterisk {
    color: var(--pink);
    font-size: 12px;
}

.card-inputs {
    border: 1px solid transparent;
    border-left: 2px solid var(--light-blue);
    box-shadow: rgba(0, 0, 0, 0.10) 2.4px 2.4px 5px;
    border-radius: 20px;
    max-height: fit-content;
}

.card-inputs.no-border {
    border: transparent 1px solid !important;
    box-shadow: unset !important;
}

.card-inputs.error {
    border: 1px solid var(--red);
}

.card-inputs.success {
    border: 1px solid var(--green);
}

.card-info {
    border: 1px solid var(--light-blue-bk);
    background: var(--light-blue-bk);
}

.card-info .alert,
.alert-b-l-b {
    border: 2px solid var(--light-blue);
    color: var(--light-blue);
    background: transparent;
    width: fit-content;
    padding: 2px 10px;
    font-size: 13px;
    height: fit-content;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.card-info .schedule-info {
    margin: 10px 0;
    background: white;
    border: 1px solid var(--light-gray);
    border-radius: 6px;
    font-size: 12px !important;
    color: #717376 !important;
    font-weight: bold;
    
    a {
        color: var(--btn-blue) !important;
        text-decoration: none;
    }

    i {
        color: var(--bs-card-color) !important;
    }
}

.schedule-info.active {
    background: #CCDDFF !important;
    color: #081155 !important
}

.schedule-info:hover {
    background: #EDEEEE !important;
}

.card-info img {
    border-radius: 20px;
    width: 171px;
}

.br-r-20 {
    border-radius: 20px;
}

.card-info .program-description {
    padding: 0;
    font-size: 17px;
}

.pay-form .program-name {
    font-family: 'Raleway' !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0%;
}

.card-inputs a {
    text-decoration: none;
    color: var(--pink);
}

.input-group .input-group-text{
    background: transparent;
    border-left: 1px solid transparent;
}

.input-group .form-control:not(.date) {
    border-right: 1px solid transparent;
}

.box {
    display: flex;
}

.box hr {
    align-self: center;
    background: black;
    width: 40%; 
    height: 1px
}

.box .container {
  width: 45%;
  padding: 10px;
  text-align: center;
}

.sso-buttons i {
    border: 1px solid var(--light-gray);
    cursor: pointer;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.bi-facebook {
    color: rgb(24,119,242);
}

.bi-google {
    background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.toggle-form-button {
    align-content: center;
}

.g_id_signin {
    display: none !important;
}

.mg-b-i-15 {
    margin-bottom: 15px !important;
}

@media screen and (min-width: 768px) {
    .d-text-center {
        text-align: center;
    } 
}

@media screen and (min-width: 576px) {
    .sm-pd-t-40{
        padding-top: 40px;
    }

    .sm-pd-30{
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {

    .d-text-center {
        text-align: center;
    }

    .card-info img {
        width: 100%;
    }

    .order-xs-first {
        order: -1 !important;
    }

    .m-disp-none {
        display: none;
    }

    .m-disp-none-i {
        display: none !important;
    }

    .mg-b-m-0 {
        margin-bottom: 0;
    }

     .mg-b-m-20 {
        margin-bottom: 20px;
    }

    .mg-l-m-0 {
        margin-left: 0;
    }

    .mg-b-m-10 {
        margin-bottom: 10px;
    }

    .pd-lr-m-0 {
        padding-left: 0;
        padding-right: 0;
    }

    .pd-r-m-12 {
        padding-right: 12px;
    }

    .pd-t-m-0 {
        padding-top: 0;
    }

    .mg-tb-m-0 {
        margin-top: 0;
        margin-bottom: 0;
    } 
    .pd-tb-m-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .pd-l-m-0 {
        padding-left: 0;
    }

    .pd-lr-m-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pd-m-30 {
        padding: 30px;
    }

    .h-b-m-0 {
        height: unset;
    }

    .pd-lr-40 {
        padding-left: 40px;
        padding-right: 40px;
    }

    .step-wizard-div {
        padding: 0;
    }

    .registro-usuario-button,
    .regresar-button,
    .crar-usuario-button {
        width: auto;
    }

    .crar-usuario-button {
        padding: 10px;
        font-size: 15px;
    }

    .card.card-info {
        margin: 30px 0;
    }

    .confirm-password-div {
        margin-top: 0;
    }

    .password-rules {
        color:#073DA3 !important;
    }

    .m-w-100 {
        width: 100% !important;
    }

    .new-user-buttons-div {
        display: unset;
        flex-direction: unset;
        justify-content: unset;
    }

    .pair {
        display: flex;
        flex-wrap: wrap;
        flex-direction: unset;
        margin-right: 0;
    }

    .m-disp-none {
        display: none;
    }

    .logo-tec {
        width: 200px;
    }

    .fs-m-6 {
        font-size: 6px;
    }

    .fs-m-7 {
        font-size: 7px;
    }

    .fs-m-8 {
        font-size: 8px;
    }

    .fs-m-9 {
        font-size: 9px;
    }

    .fs-m-10 {
        font-size: 10px;
    }

    .fs-m-12 {
        font-size: 12px;
    }
}
