@import '_content/Tailbadge.Infrastructure.Frontend/Tailbadge.Infrastructure.Frontend.43kv7fkt07.bundle.scp.css';

/* _content/Tailbadge.Presentation.Admin/Pages/Dashboard/HomeSuperAdmin.razor.rz.scp.css */
h3[b-xfoir727hx] {
   color: #07426a;
}
h4[b-xfoir727hx] {
   color: #07426a;
}
/* _content/Tailbadge.Presentation.Admin/Pages/FeedBackSection/FeedBackList.razor.rz.scp.css */
.list-group-item[b-qcppco4cdr] {
   border-radius: 0.5rem;
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); 
   cursor: pointer; 
}

   .list-group-item:hover[b-qcppco4cdr] {
      background-color: #f8f9fa; 
   }

.list-group[b-qcppco4cdr] {
   gap: 1rem; 
}

.modal.show[b-qcppco4cdr] {
   display: block;
   opacity: 1;
}

.modal.fade[b-qcppco4cdr] {
   transition: opacity 0.3s ease-in-out;
}

.modal-backdrop[b-qcppco4cdr] {
   background-color: rgba(0, 0, 0, 0.5);
}
/* _content/Tailbadge.Presentation.Admin/Pages/Index.razor.rz.scp.css */
.component-desktop[b-41u62pstjd] {
   display: none;
}

@media screen and (max-width: 1100px) {
   .component-desktop[b-41u62pstjd] {
      display: inline;
   }
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/AccountInformation/AccountInformation.razor.rz.scp.css */
. *[b-mtngiwald1] {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   
}
.modal-backdrop[b-mtngiwald1] {
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 100vh;
   background-color: rgba(0, 0, 0, 0.5);
   display: flex;
   justify-content: center;
   align-items: center;
   z-index: 999;
}

.modal-content[b-mtngiwald1] {
   background-color: white;
   padding: 30px;
   border-radius: 12px;
   width: 90%;
   max-width: 500px;
}


.payment-information[b-mtngiwald1] {
   padding: 0px !important;
   width: 100%;
   height: 19rem;
}
.card-container[b-mtngiwald1] {
   max-width: 100%;
   width: 100%;
   display: flex;
   justify-content: center;
}

.credit-card[b-mtngiwald1] {
   width: 80%;
   max-width: 400px;
   min-width: 280px;
   aspect-ratio: 1.6/1; /* Mantiene proporci�n de tarjeta real */
   border-radius: clamp(12px, 3vw, 20px);
   background: linear-gradient(135deg, #0074d9, #001f3f);
   color: white;
   padding: clamp(16px, 4vw, 24px);
   box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

   .credit-card:hover[b-mtngiwald1] {
      transform: translateY(-5px);
      box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
   }

.chip[b-mtngiwald1] {
   width: clamp(40px, 8vw, 50px);
   height: clamp(28px, 6vw, 35px);
   background: linear-gradient(145deg, #ffd700, #ffed4e);
   border-radius: 6px;
   box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
   margin-bottom: clamp(8px, 2vw, 12px);
}

.card-number[b-mtngiwald1] {
   font-size: clamp(1rem, 4vw, 1.4rem);
   letter-spacing: clamp(1px, 0.5vw, 2px);
   margin: clamp(8px, 2vw, 12px) 0;
   font-weight: 500;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.card-info[b-mtngiwald1] {
   display: flex;
   justify-content: space-between;
   align-items: flex-end;
   font-size: clamp(0.7rem, 2.5vw, 0.85rem);
   gap: 10px;
}

.card-holder[b-mtngiwald1],
.card-expiry[b-mtngiwald1] {
   display: flex;
   flex-direction: column;
   gap: 2px;
}

.card-holder[b-mtngiwald1] {
   flex: 1;
   min-width: 0; /* Permite que el texto se trunce si es necesario */
}

.card-info span[b-mtngiwald1] {
   font-size: clamp(0.6rem, 2vw, 0.75rem);
   color: rgba(255, 255, 255, 0.7);
   text-transform: uppercase;
   letter-spacing: 0.5px;
}

.card-info strong[b-mtngiwald1] {
   font-weight: 600;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.card-brand[b-mtngiwald1] {
   position: absolute;
   bottom: clamp(12px, 3vw, 18px);
   right: clamp(12px, 3vw, 18px);
}

   .card-brand img[b-mtngiwald1] {
      width: clamp(35px, 8vw, 50px);
      height: auto;
      filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
   }
.plan-button-container[b-mtngiwald1] {
   margin: 20px 0;
   display: flex;
   justify-content: center;
}

.plan-button[b-mtngiwald1] {
   background-color: #00264D;
   color: white;
   border: none;
   padding: 15px 25px;
   border-radius: 12px;
   display: flex;
   flex-direction: row;
   align-items: flex-start;
   font-weight: bold;
   width: 100%;
   max-width: 350px;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
   text-align: left;
   justify-content: space-between;
}

.plan-name[b-mtngiwald1] {
   font-size: 16px;
   margin-bottom: 5px;
}

.plan-price[b-mtngiwald1] {
   font-size: 18px;
}

/* Media queries para ajustes espec�ficos */
@media (max-width: 480px) {
   body[b-mtngiwald1] {
      padding: 10px;
   }

   .credit-card[b-mtngiwald1] {
      min-height: 180px;
   }

   .card-number[b-mtngiwald1] {
      font-size: 1.1rem;
      letter-spacing: 1px;
   }

   .card-info[b-mtngiwald1] {
      font-size: 0.75rem;
   }

      .card-info span[b-mtngiwald1] {
         font-size: 0.65rem;
      }
}

@media (max-width: 360px) {
   .credit-card[b-mtngiwald1] {
      min-height: 160px;
      padding: 14px;
   }

   .card-number[b-mtngiwald1] {
      font-size: 1rem;
      margin: 6px 0;
   }

   .chip[b-mtngiwald1] {
      width: 35px;
      height: 25px;
   }
}

@media (min-width: 768px) {
   .credit-card[b-mtngiwald1] {
      max-width: 420px;
   }
}

@media (min-width: 1024px) {
   .credit-card[b-mtngiwald1] {
      max-width: 450px;
   }
}

/* Animaci�n de entrada */
@keyframes cardSlideIn-b-mtngiwald1 {
   from {
      opacity: 0;
      transform: translateY(30px);
   }

   to {
      opacity: 1;
      transform: translateY(0);
   }
}

.credit-card[b-mtngiwald1] {
   animation: cardSlideIn-b-mtngiwald1 0.6s ease-out;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/AccountInformation/MobilePaymentMethodCarousel.razor.rz.scp.css */
.chip[b-5h2xaob2l1] {
    width: clamp(40px, 8vw, 50px);
    height: clamp(28px, 6vw, 35px);
    background: linear-gradient(145deg, #ffd700, #ffed4e);
    border-radius: 6px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: clamp(8px, 2vw, 12px);
}

.valid-until-value[b-5h2xaob2l1] {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.valid-until-title[b-5h2xaob2l1] {
    font-size: clamp(0.6rem, 2vw, 0.75rem);
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#payment-method-carousel .carousel-item .credit-card-item[b-5h2xaob2l1] {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

#payment-method-carousel .carousel-item:not(.active) .credit-card-item[b-5h2xaob2l1] {
    transform: scale(0.8);
    opacity: 0.6;
}

#payment-method-carousel .carousel-item.active .credit-card-item[b-5h2xaob2l1] {
    transform: scale(1);
    opacity: 1;
}

#payment-method-carousel .carousel-item.carousel-item-next .credit-card-item[b-5h2xaob2l1],
#payment-method-carousel .carousel-item.carousel-item-prev .credit-card-item[b-5h2xaob2l1] {
    transform: scale(0.8);
    opacity: 0.6;
}

#payment-method-carousel .carousel-item .credit-card-item[b-5h2xaob2l1] {
    max-width: 350px;
    margin: 0 auto;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Home/MobilePetCardView.razor.rz.scp.css */
.home__arrow[b-1yctam2mir] {
    font-size: 2.5rem;
    color: #637b99 !important;
    cursor: pointer;
}

.icon-img[b-1yctam2mir] {
    width: 60%;
    max-width: 150px;
    height: auto;
}

.pet-card[b-1yctam2mir] {
    width: 90vw;
    max-width: 300px;
    aspect-ratio: 1 / 1;
    background-color: #39618a;
    border-color: #78b544 !important;
    border-style: dashed !important;
    padding: 1rem;
}

.carousel-card-wrapper[b-1yctam2mir] {
    transition: padding 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
    will-change: transform, padding;
}

.carousel-item.inactive .carousel-card-wrapper[b-1yctam2mir] {
    padding: 0 1rem;
    transform: scale(0.95);
    opacity: 0.8;
}

.carousel-item.active .carousel-card-wrapper[b-1yctam2mir] {
    padding: 0;
    transform: scale(1);
    opacity: 1;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Identity/ForgotPassword.razor.rz.scp.css */
@media (min-width: 600px) {
    .main-container[b-hkeqx6v1ge] {
        max-width: 500px;
        justify-self: center;
    }

    .image-container[b-hkeqx6v1ge] {
        flex: unset !important;
        padding-top: 1rem;
    }

    .form-section[b-hkeqx6v1ge] {
        border-radius: 2rem !important;
        margin-bottom: 2rem;
    }
}

.pets-image[b-hkeqx6v1ge] {
    width: 100%;
    object-fit: contain;
    object-position: top;
    margin-bottom: -15px;
    filter: drop-shadow(0px -6px 4px rgba(0, 0, 0, 0.3)) drop-shadow(-6px 0px 4px rgba(0, 0, 0, 0.3)) drop-shadow(6px 0px 4px rgba(0, 0, 0, 0.3));
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Layouts/MobileLayout.razor.rz.scp.css */
.cards-grid[b-o5wx7dgk1v] {
    display: grid;
    gap: 1rem;
    padding: 1rem;
    grid-template-columns: repeat(3, 1fr);
}

.card-image[b-o5wx7dgk1v] {
    width: 100%;
    border-radius: .8rem;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/PetGallery/MobilePetGallery.razor.rz.scp.css */

.gallery-container[b-fz05ikbxs4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 900px;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 5rem;
}

@media (min-width: 1024px) {
    .gallery-container[b-fz05ikbxs4] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.image-container[b-fz05ikbxs4] {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #f5f5f5;
}

.image-container img[b-fz05ikbxs4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Pets/MobileAddPet.razor.rz.scp.css */
[b-37b7464z21] .btn-tab {
    background-color: #b5b5b5;
    color: white;
}

[b-37b7464z21] .btn-tab.active {
    color: white;
    background-color: #63beff;
    border-color: unset;
}

[b-37b7464z21] .btn-tab:active {
    color: white !important;
    background-color: #63beff !important;
    border-color: unset !important;
}

[b-37b7464z21] .btn-tab:hover {
    color: white !important;
    background-color: #5c636a !important;
    border-color: unset !important;
}

[b-37b7464z21] .btn-tab.active:hover {
    color: white !important;
    background-color: #63beff !important;
    border-color: unset !important;
}

[b-37b7464z21] .btn-tab:focus {
    box-shadow: unset !important;
}

[b-37b7464z21] .content {
    padding-top: 1.1rem !important;
}

[b-37b7464z21] .input-color-blue,
[b-37b7464z21] .rz-numeric-input {
    background-color: #07426a !important;
    color: white !important;
}

[b-37b7464z21] .rz-datepicker input,
[b-37b7464z21] .rz-datepicker input::placeholder,
[b-37b7464z21] .rz-datepicker button {
    color: white !important;
}

[b-37b7464z21] .rz-form-field:not(.rz-variant-outlined) :not(.rz-state-empty) ~ .rz-form-field-label {
    color: white !important;
    background-color: unset !important;
}

[b-37b7464z21] .rz-form-field:focus-within .rz-form-field-label {
    color: white !important;
    background-color: unset !important;
}

[b-37b7464z21] .rz-form-field:not(.rz-variant-outlined) *:focus ~ .rz-form-field-label {
    color: white !important;
    background-color: unset !important;
}

[b-37b7464z21] .rz-form-field-label {
    color: white !important;
    background-color: unset !important;
}

[b-37b7464z21] .rz-form-field.rz-variant-flat.rz-floating-label,
[b-37b7464z21] .rz-form-field.rz-variant-flat.rz-floating-label .rz-form-field-content,
[b-37b7464z21] .rz-form-field.rz-variant-flat.rz-floating-label .rz-form-field-content input.rz-textbox,
[b-37b7464z21] .rz-numeric-input.rz-inputtext {
    border-radius: 0.5em !important;
}

[b-37b7464z21] .invalid ~ .rz-form-field-label {
    color: white !important;
}

[b-37b7464z21] .invalid {
    outline: unset !important;
}

[b-37b7464z21] .valid.modified:not([type=checkbox]) {
    outline: unset !important;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Pets/MobilePetProfile.razor.rz.scp.css */
.delete-button:hover .action-icon[b-unup9ae462] {
    color: #fff !important;
}

.text-title[b-unup9ae462] {
    color: #006ebd;
}

.text-subtitle[b-unup9ae462] {
    color: #73A8D1;
}

.action-button[b-unup9ae462] {
    line-height: 1;
    border-color: #6c757d;
}

.action-button:hover .action-icon[b-unup9ae462] {
    color: #fff !important;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/PetSocialNetworks/MobilePetSocialNetworks.razor.rz.scp.css */
.text-title[b-vveo8htki9] {
    color: #006ebd;
}

[b-vveo8htki9] .custom-input {
    background-color: #045792;
    color: white;
}

[b-vveo8htki9] .custom-input::placeholder {
    color: white !important;
}

[b-vveo8htki9] .custom-input:focus {
    background-color: #045792;
    color: white;
    border-color: unset;
}

[b-vveo8htki9] .disabled-action {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Mobile/Trackers/MobileTrackers.razor.rz.scp.css */
.btn-xs[b-bgqfp3l3my] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
}

.rounded-image[b-bgqfp3l3my] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
/* _content/Tailbadge.Presentation.Admin/Pages/Pets/UserQR.razor.rz.scp.css */
.qr-button[b-t72l8c61id] {
   display: inline;
}
.qr-button-mobile[b-t72l8c61id] {
   display: none;
}
@media screen and (max-width: 640px) {
   .qr-button[b-t72l8c61id] {
      display: none;
   }
   .qr-button-mobile[b-t72l8c61id] {
      display: inline;
   }
}
/* _content/Tailbadge.Presentation.Admin/Shared/MainLayout.razor.rz.scp.css */
:root[b-59cqwdohy2] {
    --primary-color: #07426a;
    --secondary-color: #74bd25;
    --gray-color: #dadada;
    --gray-dark-color: #686868;
}
.page[b-59cqwdohy2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-59cqwdohy2] {
    flex: 1;
}

.sidebar[b-59cqwdohy2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-59cqwdohy2] {
   background-color: var(--primary-color);
   border-bottom: 1px solid #d6d5d5;
   justify-content: flex-end;
   height: 3.5rem;
   display: flex;
   align-items: center;
}

    .top-row[b-59cqwdohy2]  a, .top-row .btn-link[b-59cqwdohy2] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-59cqwdohy2] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
   

    .top-row.auth[b-59cqwdohy2] {
        justify-content: space-between;
    }

    .top-row a[b-59cqwdohy2], .top-row .btn-link[b-59cqwdohy2] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-59cqwdohy2] {
        flex-direction: row;
    }

    .sidebar[b-59cqwdohy2] {
        width: 290px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-59cqwdohy2] {
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .top-row[b-59cqwdohy2], article[b-59cqwdohy2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Tailbadge.Presentation.Admin/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-z24iuk8y2u] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-z24iuk8y2u] {
    height: 5.5rem;
    background-color: var(--whitelabel-background-color);
}

.navbar-brand[b-z24iuk8y2u] {
    font-size: 1.1rem;
    color: var(--whitelabel-text-color);
}

.oi[b-z24iuk8y2u] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-z24iuk8y2u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-z24iuk8y2u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-z24iuk8y2u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-z24iuk8y2u]  a {
        color: var(--whitelabel-contact-button-color);
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-z24iuk8y2u]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-z24iuk8y2u]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-z24iuk8y2u] {
        display: none;
    }

    .collapse[b-z24iuk8y2u] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-z24iuk8y2u] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 5.5rem);
        overflow-y: auto;
    }

}
