:root {
    --primary: #1c88ec;
    --secondary: #0e1b44;
    --secondaryhover: #15265f;
    --tertiary: #e74919; 
    --success: #3abc5e;
    --success-bg:#e3ffeb;
    --error: #dc2626;
    --error-bg:#ffeaea;
}

body {
    position: relative; /* Para crear un contexto z-index */
    z-index: 1; /* Un valor base bajo */
}


html {
    box-sizing: border-box !important;
    overflow-x: hidden;
}

body{
    overflow-x: hidden;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}



small{
    font-size: 0.5rem !important;
}

/*hide menu*/
#services-menu{
    visibility: hidden;
    position: absolute;
}

.aling-items-center{
    align-items: center;
}

label, input, select, textarea, option, span, .select-search .municipalities-items .element > h5{
   font-family: "Open Sans", sans-serif !important;
}

.font-password{
    font-family: 'password' !important;
}

.separator {
    border-top: 1px dashed gray;
}

.d-none{
    display: none !important;
}
.d-block{
    display: block;
}

.d-flex{
    display: flex;
}
.justify-flex-end{
    justify-content: flex-end;
}
.ml-2{
    margin-left:20px ;
}
.mt-2{
    margin-top:20px ;
}
.center-margin{
    margin-left:auto ;
    margin-right:auto ;
}
 
.modal { 
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 62%);
    overflow: auto;
    padding-top: 25px;
}


.icon-close{
    width: 40px;
    height: 40px;
}


.modal-content {
    background-color: #fff;
    margin: 10% auto 0;
    border-radius: 8px;
    width: 80%;
    padding: 10px 20px;
    text-align: center;
} 

.modal-content .lottie-icon{
    width: 100px; height: 100px;
    margin:0 auto;
}

.title-modal{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.title-modal h2{
    font-size: 1rem !important;
    padding: 0 !important;
}

.btn-loading{
    display: flex;
    align-items: center !important;
    justify-content: center !important;
}

.btn-loading .btn-loader-icon {
    display: none; 
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border: 3px solid transparent;
    border-top: 3px solid white; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
    vertical-align: middle; 
  }
  .btn-secondary-outline.btn-loading .btn-loader-icon{
    border-top: 2px solid var(--secondary); 
  } 
  .btn-secondary-outline.btn-loading:hover .btn-loader-icon{
    border-top: 2px solid white; 
  } 
  .btn-loading .btn-loader-icon {
    display: block;
  }
  
  .btn-loading .btn-text {
    display: none;
  } 
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

#validateNitBtn{
    width: 150px;
    display: flex;
    justify-content: center;
}

.btn-no-style {
    all: unset;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
    color: gray !important;
}
.btn-no-style .error-modal{ 
    color: var(--error) !important;
}

.btn-no-style .success-modal{ 
    color: var(--success) !important;
}

@media screen and (min-width: 750px ) {
    .modal-content {   
        width: 60%;   
    }
    .modal-content .lottie-icon{
        width: 180px; height: 180px; 
        margin:0 auto;
    }
}

@media screen and (min-width: 1000px ) {
    .modal-content {   
        width: 50%;   
    }
    .modal-content .lottie-icon{
        width: 190px; height: 190px; 
        margin:0 auto;
    }
}

.modal-content h3.message{
    font-size: 1.3rem !important;
    color: black !important;
    text-align: center;
}

.buttons-modal{
    display: flex;
    justify-content: end;
}

.buttons-modal .btn{
    margin-left: 10px;
    
}

#packages{
    margin-bottom: 40px; 
}

.packageContainer > .package-group{
    display: none;
}

.packageContainer.expanded > .package-group{
    display: block;
}

.packageContainer {
    background-color: #f8f8f8; 
    border-radius:10px;
}

.quote .packageContainer{
    background-color: inherit;
}

.packageContainer > .package-group{
width: 96%;

padding: 0 10px 10px;
margin: 0 auto; 
}


.packageNumber{
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    background-color: #1c88ec;
    border-radius:10px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.packageNumber span{
    color: white !important;
    font-size: 0.8rem !important;
}

.icon-expand {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #ffffff;
    margin-left: 15px;
    transition: transform 0.3s ease;
}
 
.expanded .icon-expand {
    transform: rotate(180deg);
}

.actions-package-buttons{
    margin-top:20px ;
    display: flex; 
} 

.actions-package-buttons .btn-delete{
    margin-right:20px !important ;
    background-color: rgb(252, 0, 0) !important;
} 


/* Base Styles */
.shopping-cart .title {
    margin-top: 10px;
}

.shopping-cart .custom-fieldset legend {
    margin-top: 25px;
    margin-bottom: 10px;
}

.main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}

.shopping-cart {
    width: 85vw;
    margin: 20px auto 0;
}

.form-card {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    padding-top: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    margin: 0 auto;
    width: 98%;
}

.tutorials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    width: 95vw;
    background-color: rgb(245, 245, 245);
    padding: 10px;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
}

.tutorials .card {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 310px;
    width: 95%;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.tutorials .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.tutorials .card h3 {
    padding: 0 !important;
    font-size: 18px;
    color: #333;
}

.tutorials .card p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
}

.tutorials .card a {
    display: block;
    margin-top: 10px;
    background-color: #007bff;
    color: white;
    font-size: 15px !important;
    text-decoration: none;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s;
}

.tutorials .card a:hover {
    background-color: #0056b3;
}

/* Media Queries */
@media screen and (min-width: 1200px) {
    .main-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .shopping-cart {
        width: 80vw;
    }

    .tutorials {
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        align-items: center;
        justify-content: flex-start;
        width: 25vw;
        height: 120vh;
        padding: 20px;
    }
}

@media screen and (min-width: 1300px) {
    .form-card {
        width: 90%;
    }

    .shopping-cart {
        width: 85vw;
    }

    .tutorials {
        width: 25vw;
    }
}


.form-card .title{
    text-align: center;
}

/* Estilo para el label animado */
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-label {
    color: #666;
    font-size: 16px; 
    padding: 0 4px;
    pointer-events: none;
}

.form-group.input-error .form-label{
    color:  rgb(252, 0, 0) !important;
}

.form-control {
    width: 100%; 
    padding: 18px 12px !important;
    font-size: 16px !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    outline: none !important;
    margin-top: 10px !important;  
}

.form-card .flex{
    display: flex;
    gap: 2%;
}

.form-card .flex-item{
    width: 100%;
}

@media screen and (min-width: 750px) { 
    
    .form-card .flex-item{
        width: 48%;
    }
}

.form-group.input-error .form-control{
    border: 1px solid rgb(252, 0, 0) !important;
}


/*animation*/
.animated-form-label {
    position: absolute !important;
    left: 12px !important;
    font-weight: 400;
    top: 40px !important;
    transform: translateY(-50%) !important;
    transition: all 0.3s ease !important;
    pointer-events: none !important;
}

.animated-form-control{
    appearance: none !important;
}

.animated-form-control:focus + .form-label,
.animated-form-control:not(:placeholder-shown) + .form-label {
    top: 15px !important;
    font-size: 14px !important;
    color: var(--primary) !important;
    transform: translateY(0) !important;
}

.form-group.input-error .animated-form-control:focus + .form-label,
.form-group.input-error .animated-form-control:not(:placeholder-shown) + .form-label { 
    color: rgb(252, 0, 0) !important;
    
}

.animated-form-control:not(:placeholder-shown) + .form-label {
    top: 15px !important; /* Mantiene la posición del label cuando el input tiene contenido */
}

.animated-form-control:focus, .animated-form-control:not(:placeholder-shown) {
    border-color: var(--primary) !important;
    padding-top: 35px !important; 
}

.form-group.input-error .animated-form-control:focus,.form-group.input-error .animated-form-control:not(:placeholder-shown) {
    border-color: rgb(252, 0, 0) !important;
    padding-top: 35px !important; 
}

.animated-form-control:valid + .animated-form-label {
    top: 15px !important;  
    font-size: 14px !important; 
    color: var(--primary) !important; 
}

.form-group.input-error .animated-form-control:valid + .animated-form-label { 
    color: rgb(252, 0, 0) !important;
}
select option:disabled {
    color: #8d8d8d !important; 
}
 
select.animated-form-control:focus, select.animated-form-control:not(:placeholder-shown) {
    border-color: var(--primary) !important; 
    font-size: 14px !important;
}  

.form-group.input-error select.animated-form-control:focus, .form-group.input-error select.animated-form-control:not(:placeholder-shown) {
    border-color: rgb(252, 0, 0) !important; 
}

.input-details{
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: gray;
}

.form-group.input-error .input-details .error-span{
    font-size: 14px;
    display: block;
    font-weight: 600;
    background-color: #ffd6d6;
    border-radius:12px 10px;
    padding: 12px;
    color: rgb(223, 39, 39); 
}

.form-group .nit-span{
    font-size: 14px;
    display: block;
    font-weight: 600;
    background-color: #d6e3ff;
    border-radius:12px 10px;
    padding: 12px;
    color: rgb(17, 51, 206); 
}


.alert { 
    background-color: #ffd6d6; 
    margin: 10px auto;
    width: 400px;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: start;
    gap: 20px;
    text-align: justify; 

}

.alert > h5{
    color: rgb(223, 39, 39) !important; 
}
 
.close-btn {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: rgb(223, 39, 39); 
    cursor: pointer;
}

/*slider*/
input[type="checkbox"] {
    -webkit-appearance: none !important;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin: auto;
    cursor: pointer;
    outline: none;
    height: 2.5em;
    width: 5em;
    background-color: #ccc;
    border-radius: 1.25em;
    overflow: hidden;
    transition: background-color 0.3s ease;
}

input[type="checkbox"]:before {
    font-size: 0.9em;
    content: "NO";
    position: absolute;
    width: 2.5em;
    height: 2em;
    background-color: #ffffff;
    color: #a0a0a0;
    top: 0.30em;
    left: 0.25em;
    border-radius: 1em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

 

[type="checkbox"]:checked {
    background: var(--tertiary);
}
 
input[type="checkbox"]:checked:before {
    content: "SI";
    left: 2.25em;
    color: var(--tertiary);
}

/*wizard*/
#wizard {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.wizard-step {
    display: none;
}

.wizard-step.active {
    display: block;
}

/*step index wizard*/
.steps-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px;
}


.steps-container .circle {
    cursor: pointer;
    width: 80px;
    height: 80px;
    border-radius: 50%; 
    display: flex;
    align-items:center;
    justify-content: center;
    transition: background-color 0.3s ease;
    z-index: 1;
}


.steps-container .step {
    text-align: center; 
    position: relative;
    display: flex;
    flex-direction: column; 
    /* display: flex;
    flex-direction: row; */
    align-items:center;
}

.steps-container .step .step-icon { 
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.steps-container .step .step-title-i{
    display: inline-block; 
    margin-top: 8px;
    margin-left: -60px;
    font-size: 25px;  
    text-align: start; 
}

.steps-container .step:nth-child(4) .step-title-i { 
    margin-left: 20px !important;
} 

.steps-container .step .circle,
.steps-container .step .progress-bar{
    background-color: #f66c42;
}

.steps-container .step.active .circle{
    background-color: var(--tertiary);
    width: 85px;
    height: 85px;
} 
.steps-container .progress-bar {
    width: 70px;
    height: 4px;
    background-color: var(--secondary);
    transition: background-color 0.3s ease;
}

@media only screen and (max-width: 750px) {
    .steps-container .step .step-title-i{ 
        font-size: 20px;   
    }

    .steps-container .step.active .circle{ 
        width: 65px;
        height: 65px;
    }
    .steps-container .circle {
        cursor: pointer;
        width: 60px;
        height: 60px;
    } 

    .steps-container .progress-bar {
        width: 35px; 
    }

    .steps-container .step .step-title-i{ 
        margin-left: -40px; 
    }
    .steps-container .step:nth-child(4) .step-title-i { 
        margin-left: 10px !important;
    } 
    
}




.step:hover .progress-bar {
    background-color: #f66c42;
}

.steps-container .step.active ~ .step .circle,
.steps-container .step.active .progress-bar,
.steps-container .step.active ~ .step .progress-bar{
    background-color: rgb(168, 168, 168);
}
 

.steps-container .circle:hover { 
    background-color: #f66c42 !important; 
}

/* Efecto hover para cambiar color de círculos y barras anteriores */


.step:hover ~ .step .circle,
.step:hover ~ .progress-bar {
    background-color: var(--tertiary);
}

 
.steps-container .step p {
    margin-top: 8px;
    font-size: 14px;
}


/*Input type search*/
.shopping-cart .select-search{
    position: relative;
}

.shopping-cart .select-search .municipalities-items{
    position: absolute;
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-color: #0e1b44 rgb(218, 218, 218);
    scrollbar-width: thin;
    scroll-behavior: smooth;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: max-height 0.3s ease;
    z-index: 100;
    width: 97%; 
    border-radius: 15px;
    border: 1px solid rgb(228, 228, 228);
    padding: 15px;
    background-color: #f7f7f7;
    cursor:pointer;  
}

.shopping-cart .select-search .municipalities-items .element{
    font-size: 20px;
    padding: 5px;
}

.select-search .municipalities-items .element h5{
    padding: 5px;
    margin: 0;

}
.select-search .municipalities-items .element span{
    font-size: 12px;
    color: gray  !important;
}
.shopping-cart .select-search .municipalities-items .element:hover{
    
    background-color: #ee6136;
}
.shopping-cart .select-search .municipalities-items .element:hover > h5{
    color: white  !important;
}

.shopping-cart .select-search .municipalities-items .element.selected{ 
    background-color: #e74919;
}
.shopping-cart .select-search .municipalities-items .element.selected > h5{
    color: white  !important;
}
.shopping-cart .select-search .municipalities-items .element.selected span{
    color: rgb(224, 224, 224)  !important; 
}
.shopping-cart .select-search .municipalities-items .element:hover span{
    color: rgb(224, 224, 224) !important; 
}
.shopping-cart .select-search .municipalities-items .element::after { 
    content: "click para seleccionar"; 
    float: right;
    font-size: 10px;
    color: rgb(224, 224, 224) !important; 
    margin-top: -25px;
    color: inherit;
    font-weight: normal; 
}
.shopping-cart .select-search .municipalities-items .element.selected::after { 
    content: "click para deseleccionar"; 
}
 
#shopping-cart-page .btn{
    cursor: pointer;
    padding: 10px;
    font-weight: 800;
    border: 0;
    display: block; 
    font-size: 25px;
    border-radius: 10px;
}

#shopping-cart-page .btn.btn-small{
    padding: 8px;
    font-weight: 600; 
    font-size: 18px;
}

#shopping-cart-page .btn.btn-circle{
    border-radius: 100%;
    background-color: var(--tertiary);
    height: 50px;
    width: 50px;
    transition:width 0.2s ease;
    transition:height 0.2s ease;
}

#shopping-cart-page .btn.btn-circle:hover{
    width: 52px; 
    height: 52px;
}
/*
#shopping-cart-page .btn.btn-circle:hover::after{
    content: "Agregar paquete";
    color:white;
} */

/*buttons*/
#validateNit{
    width: 150px;
    justify-content: center;
    align-items: center;
    height: 45px;
}
#shopping-cart-page .btn.btn-outline{
    border: solid 1px #e74919 !important;
    color: #e74919 !important;  
    background-color: white; 
}

#shopping-cart-page .btn.btn-outline:hover{
    border: solid 1px #e74919 !important;
    background-color: #e74919 !important;  
    color: white !important;
}

#shopping-cart-page .btn-primary{
    border: solid 1px #e74919 !important;   
    background-color: #e45429 !important;  
    color: white !important;  
    display: flex;
    align-items: center;
    gap:10px ;
}

#shopping-cart-page .btn-primary span{
    color: white;
    font-size: 14px;
}

.btn-primary:hover{
    border: solid 1px #e74919 !important;
    background-color: #e2491a !important;  
    color: white !important;  
}

.btn-secondary{
    color: white;
    background-color: var(--secondary); 
    border: solid 1px var(--secondary) !important;
}

.btn-danger{
    color: white;
    background-color: var(--error); 
    border: solid 1px var(--error) !important;
}

.btn-secondary:hover{
    background-color: var(--secondaryhover); 
}



.btn-secondary-outline{
    min-width: 80px;
    background-color: white;
    color: var(--secondary); 
    border: solid 1px var(--secondary) !important;
    
}

.btn-secondary-outline:hover{ 
    background-color: var(--secondary); 
    color: white;  
}


#shopping-cart-page .btn.payment-button{
    background-color: #e74919; 
    color: white; 
}

#shopping-cart-page .btn-outline, #shopping-cart-page .payment-button {
    transition: background-color 0.3s ease, color 0.3s ease;
}

  /*custom virtual card*/
  .custom-virtual-card{
    width: 100%;
  }

  .virtual-card {
    margin: 15px auto;
    width: 400px;
    height: 250px;
    background: linear-gradient(135deg, #1c2a57, #e74919);
    border-radius: 16px;
    color: white !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .custom-virtual-card, .custom-virtual-card span,.custom-virtual-card > label,.custom-virtual-card .card-brand{
    color: white !important;
  }

  .custom-virtual-card, .custom-virtual-card span{
    font-size: 0.5rem !important; 
  }

  .custom-virtual-card label{
    font-size: 0.6rem !important;
    color: white;
    font-weight: 600 !important;
  }

  .custom-virtual-card .card-brand{
    font-size: 0.8rem !important; 
    font-weight: 600 !important;
  }
  
  .virtual-card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .virtual-card .card-chip {
    width: 50px;
    height: 35px;
    background: linear-gradient(135deg, #d4d4d4, #9a9a9a);
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .virtual-card .card-chip::before,
  .virtual-card .card-chip::after {
    content: '';
    position: absolute;
    background: #666;
    border-radius: 2px;
  }
  
  .virtual-card .card-chip::before {
    width: 30px;
    height: 4px;
    top: 6px;
  }
  
  .virtual-card .card-chip::after {
    width: 4px;
    height: 20px;
    right: 6px;
  }
  
  .virtual-card .card-brand {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
  
  .virtual-card .card-number {
    font-size: 1.4rem;
    letter-spacing: 3px;
    text-align: center;
  }
  
  .virtual-card .card-details {
    display: flex;
    justify-content: space-between;
  }
  
  .virtual-card .card-details label {
    display: block;
    font-size: 0.7rem;
    opacity: 0.8;
  }
  
  .virtual-card .card-details span {
    font-size: 0.9rem;
  }

  /*receipt*/
  .receipt {
    font-family: Arial, sans-serif;
    max-width: 1200px;
    margin: 0 auto 20px;
    background-color: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }

  .receipt .header {
    text-align: center;
    margin-bottom: 20px;
  }

  .receipt .header h1 {
    font-size:1rem;
    padding: 0 !important;
    margin: 0;
  }

  .receipt .buttons-receipt{
    display: flex;
    align-items: center;
  }

  .receipt .details .buttons-receipt p{
    display: inline-block;
    margin: 0 20px;
  }
  
 
  .receipt .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  
  .receipt .details {
    flex: 1;
    margin-left: 15px;
  }

  .receipt .details p { 
    font-family: "Open Sans", sans-serif;
    padding: 0 !important;
    margin: 2px 0 !important;
    font-size: 0.8rem !important;
    color: #555;
  }

  .receipt .item img {
    width: 70px;
    height: 70px;
    border-radius: 4px;
    object-fit: cover;
  }

  .receipt .total {
    font-family: "Open Sans", sans-serif;
    text-align: right;
    margin-top: 20px;
    font-size: 0.9rem;
    font-weight: bold;
  }



  @media screen and (min-width: 750px ) {
    .receipt .details p {  
        font-size: 0.6rem !important; 
    }
    .receipt .total{
        font-size: 0.8rem !important;
      }
}

.receipt .item {
    width: 90%;
    padding:  20px;
    margin: 15px auto 0;
    border-radius: 15px;
    border: 1px solid #ddd; 
    background-color: #fff; 
}

.receipt .loading {
    opacity: 0.8;
}

.receipt .loading-image {
    width: 50px;
    height: 50px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
}

.receipt .details {
    flex: 1;
}

.receipt .loading-line {
    height: 12px;
    background-color: #e0e0e0;
    border-radius: 4px;
    animation: pulse 1.5s infinite;
    margin-bottom: 8px;
}

.receipt .loading-line.short {
    width: 50%;
}

.receipt .loading-line.medium {
    width: 70%;
}

@keyframes pulse {
    0% {
        background-color: #e0e0e0;
    }
    50% {
        background-color: #f5f5f5;
    }
    100% {
        background-color: #e0e0e0;
    }
}

.success-message {
    font-family: "Open Sans", sans-serif;
    margin: 50px auto 20px;
    background-color: #eaf4e9;
    border: 1px solid #c6e1c0;
    padding: 15px;
    border-radius: 8px;
    color: #2e7d32;
    font-size: 0.85rem;
    text-align: center;
    width: 95%;
    max-width: 1200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  .payment-succesfull .receipt{
    width: 95%;
    max-width: 1200px;
    margin-bottom: 100px;
  }

.loading-layer * {
    display: none;
} 
.is-loading .loading-layer * {
    display: block;
}

.is-loading .loading-layer {
    z-index: 10000!important; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.884);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.is-loading .loading-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.is-loading .spinner {
    width: 60px;
    height: 60px;
    border: 7px solid #f0f0f0;
    border-top: 7px solid var(--secondary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.is-loading .loading-text {
    margin-top: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--secondary);
    animation: fadeInOut 2s infinite alternate;
    text-align: center;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes fadeInOut {
    from {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}

.video-card iframe {
  margin-top: 8px;
  width: 100%;
  height: 150px;
  border: none;
  border-radius: 8px;
}

input[type="checkbox"].inputInsurance, input[type="checkbox"].inputCod{
    margin-bottom:-10px ;
}

table.custom-table-info {
    width: 75%;
    max-width: 600px;
    border-collapse: collapse;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}
.custom-table-info th,.custom-table-info td {
    padding: 12px;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.custom-table-info th {
    background: var(--primary);
    color: white;
}
.custom-table-info tr:nth-child(even) {
    background: #f9f9f9;
}
.custom-table-info tr:hover {
    background: #e2e6ea;
}
.custom-table-info.schedule td:first-child {
    font-weight: bold;
    background: #d9edf7;
}

.terms-container {
    text-align: left;
    height: 400px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    line-height: 1.6;
  }