﻿.bg-identipet {
    background-attachment: fixed !important;
    background-image: url('https://prepanel.lncproducciones.com/upl/apps/bg-identipet.jpg') !important;
    background-position: center center !important;
    background-size: cover;
}

.sidebar-brand {
    background-color: #fefefe !important;
}

.sidebar-identipet {
    background-color: #fefefe !important;
    color: #333333 !important;
    border-right: 1px solid #ebebeb !important;
}

    .sidebar-identipet .nav-link {
        color: #555555 !important;
    }

    .sidebar-identipet .nav-icon {
        color: #555555 !important;
    }

    .sidebar-identipet .nav-title {
        color: #555555 !important;
    }

.breadcrumb-identipet {
    --cui-breadcrumb-divider: '>';
}

.footer {
    font-size: 7pt !important;
}

.ecard-foto {
    border-radius: 50%;
    border: 7px solid #6699ff;
}

.clickable {
    cursor: pointer !important;
}

.pet-selectable {
    border: none !important;
}

.breadcrumb-item a {
    color: #000000 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.breadcrumb-item a:hover {
    color: #000000 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.w-100p {
    width: 100px !important;
}

.w-150p {
    width: 150px !important;
}

.w-75p {
    width: 75px !important;
}

.text-mini {
    font-size: 7pt !important;
}

.loader-img {
    animation: rotation 3s infinite linear !important;
}

@keyframes rotation {
    from {
        transform: rotate(359deg);
    }

    to {
        transform: rotate(0deg);
    }
}