@import url(./intlTelInput.css);
@import url(./sweetalert2.min.css);
#ylcboxes-customer input[type="text"],  #ylcboxes-customer input[type="email"], #ylcboxes-customer input[type="password"]{
    display: block;
    width: 100%;
    padding: 0.4375rem 1rem;
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdfea;
    appearance: none;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#ylcboxes-customer .mb-26px{
    margin-bottom: 26px;
}
#ylcboxes-customer input:focus, #ylcboxes-customer input[type="email"]:focus{
    color: #3c4d62;
    background-color: #fff;
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(133, 79, 255, .1);
}
#ylcboxes-customer .shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
#ylcboxes-customer select {
    display: block;
    width: 100%;
    padding: .4375rem 3rem .4375rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: #3c4d62;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px solid #dbdfea;
    border-radius: 4px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}
#ylcboxes-customer select:focus {
    border-color: #854fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 155, 251, .25);
}
#ylcboxes-customer .border {
    border: 1px solid #dee2e6!important;
}
#ylcboxes-customer .rounded {
    border-radius: 0.25rem!important;
}
.p-0{
    padding: 0!important;
}
.pt-4 {
    padding-top: 1.5rem !important
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}
.row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x));
}
#ylcboxes-customer .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
    padding-left: 14px;
    padding-right: 14px;
}
#ylcboxes-customer .col-6 {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 14px;
    padding-right: 14px;
}
#ylcboxes-customer .px-14px {
    padding-left: 14px;
    padding-right: 14px;
}
#ylcboxes-customer .col-12 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
}
.text-center{
    text-align: center;
}
#ylcboxes-customer .text-end{
    text-align: right;
}
#ylcboxes-customer .text-center{
    text-align: center;
}
#ylcboxes-customer .btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#ylcboxes-customer .btn-primary {
    color: #fff;
    background-color: #00b800;
    border-color: #00b800;
}
#ylcboxes-customer .btn-primary:hover {
    color: #fff;
    background-color: #082742;
    border-color: #103351
}
#ylcboxes-customer input.error, #ylcboxes-customer select.error {
    border-color: red;
}
#ylcboxes-customer input.error:focus, #ylcboxes-customer select.error:focus {
    border-color: red !important;
}
#ylcboxes-customer ul li{
    margin-left: 45px;
}
#ylcboxes-customer .input-phone{
    padding-left: 60px !important;
}
#ylcboxes-customer .input-phone{
    padding-left: 60px !important;
}
#ylcboxes-customer .input-phone::placeholder{
    color: #a4a4a433
}
#ylcboxes-customer .password{
    position: relative;
}
#ylcboxes-customer .password .show-password{
    position: absolute;
    right: 24px;
    top: 32px;
    cursor: pointer;
    z-index: 1;
}
#ylcboxes-customer .password .show-password .icon.icon-hidden::before{
    content: url(../img/eye-slash-regular.svg);
}
#ylcboxes-customer .password .show-password .icon.icon-show::before{
    content: url(../img/eye-regular.svg);
}
#ylcboxes-customer .password .content-password-param{
    position: absolute;
    display: none;
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #00000040;
    border-radius: 5px;
    margin-top: 2px;
    transition: border-color 0.3s ease;
}
#ylcboxes-customer .password .content-password-param.error{
    border-color: #ff0404;
    box-shadow: 0 .125rem 0.1rem #ff00002e !important;
}
#ylcboxes-customer .password .content-password-param.success{
    border-color: rgb(0, 255, 0);
    box-shadow: 0 .125rem 0.1em #00b80068 !important;
}
#ylcboxes-customer .password .content-password-param li.error{
    list-style-image: url(../img/x-solid.svg)
}
#ylcboxes-customer .password .content-password-param li.success{
    list-style-image: url(../img/check-solid.svg)
}
#ylcboxes-customer .password .content-password-param ul{
    margin-top: 5px !important;
}
#ylcboxes-customer .align-self-center{
    align-self: center;
}
#ylcboxes-customer .mt-3 {
    margin-top: 1rem !important
}
/* Estilos para el contenedor del spinner */
#ylcboxes-customer #loader{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#ylcboxes-customer .spinner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffffbf;
  width: 100%;
  height: 100%;
  
}

/* Estilos para el spinner */
#ylcboxes-customer .spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #333; /* Color del spinner */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; /* Animación */
}
.complete-register{
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    background-color: #0000009c;
    z-index: 2001;
}
.complete-register .content{
    width: 75% !important;
    height: 250px !important;
    background-color: #fff;
    align-self: center;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    position: relative;
    border-radius: 10px;
}
.complete-register .content *{
    display: block;
}
.d-flex{
    display: flex !important
}
.justify-content-center{
    justify-content: center !important
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}
.px-1 {
    padding-right: .375rem !important;
    padding-left: .375rem !important
}

.px-2 {
    padding-right: .75rem !important;
    padding-left: .75rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important
}

/* Animación de rotación */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media(min-width: 768px) {
    #ylcboxes-customer .col-md-6 {
        flex: 0 0 auto;
        width: 50% !important ;
        padding-left: 14px;
        padding-right: 14px;
    }
    #ylcboxes-customer .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333% !important;
        padding-left: 14px;
        padding-right: 14px;
    }
    #ylcboxes-customer .mb-md-0{
        margin: 0;
    }
    #ylcboxes-customer .text-md-center{
        text-align: center;
    }
    #ylcboxes-customer .text-md-end{
        text-align: right;
    }
    #ylcboxes-customer .mt-md-3 {
        margin-top: 1rem !important
    }
    #ylcboxes-customer .mt-0 {
        margin-top: 0 !important
    }
}