.custom-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.main-card-item {
    transition: all 0.15s ease;
}

    .main-card-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

.btn-wave {
    position: relative;
    overflow: hidden;
}

    .btn-wave:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.5);
        transition: width 0.6s, height 0.6s;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .btn-wave:active:before {
        width: 300px;
        height: 300px;
    }

.avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.avatar-rounded {
    border-radius: 50%;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-lg {
    width: 3.5rem;
    height: 3.5rem;
}

.bg-primary-transparent {
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

.bg-success-transparent {
    background-color: rgba(25, 135, 84, 0.1);
    color: #198754;
}

.bg-warning-transparent {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.bg-danger-transparent {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.bg-info-transparent {
    background-color: rgba(13, 202, 240, 0.1);
    color: #0dcaf0;
}

.bg-secondary-transparent {
    background-color: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.text-default {
    color: #6c757d;
}

.page-header-breadcrumb {
    margin-bottom: 1.5rem;
}

.breadcrumb-input {
    min-width: 200px;
}

.btn-primary-light {
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

    .btn-primary-light:hover {
        background-color: rgba(13, 110, 253, 0.2);
        border-color: rgba(13, 110, 253, 0.3);
        color: #0d6efd;
    }

.btn-secondary-light {
    background-color: rgba(108, 117, 125, 0.1);
    border-color: rgba(108, 117, 125, 0.2);
    color: #6c757d;
}

    .btn-secondary-light:hover {
        background-color: rgba(108, 117, 125, 0.2);
        border-color: rgba(108, 117, 125, 0.3);
        color: #6c757d;
    }

.btn-success-light {
    background-color: rgba(25, 135, 84, 0.1);
    border-color: rgba(25, 135, 84, 0.2);
    color: #198754;
}

    .btn-success-light:hover {
        background-color: rgba(25, 135, 84, 0.2);
        border-color: rgba(25, 135, 84, 0.3);
        color: #198754;
    }

.btn-warning-light {
    background-color: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

    .btn-warning-light:hover {
        background-color: rgba(255, 193, 7, 0.2);
        border-color: rgba(255, 193, 7, 0.3);
        color: #ffc107;
    }

.btn-danger-light {
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

    .btn-danger-light:hover {
        background-color: rgba(220, 53, 69, 0.2);
        border-color: rgba(220, 53, 69, 0.3);
        color: #dc3545;
    }

.lh-1 {
    line-height: 1;
}

.fw-semibold {
    font-weight: 600;
}

.badge.bg-success-transparent {
    background-color: rgba(25, 135, 84, 0.1) !important;
    color: #198754;
}

.badge.bg-primary-transparent {
    background-color: rgba(13, 110, 253, 0.1) !important;
    color: #0d6efd;
}

.badge.bg-warning-transparent {
    background-color: rgba(255, 193, 7, 0.1) !important;
    color: #ffc107;
}

.badge.bg-danger-transparent {
    background-color: rgba(220, 53, 69, 0.1) !important;
    color: #dc3545;
}

.badge.bg-info-transparent {
    background-color: rgba(13, 202, 240, 0.1) !important;
    color: #0dcaf0;
}

.badge.bg-secondary-transparent {
    background-color: rgba(108, 117, 125, 0.1) !important;
    color: #6c757d;
}

.modal-content {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}

.btn-list {
    display: flex;
    gap: 0.25rem;
}

.table th {
    border-top: none;
    font-weight: 600;
    background-color: #f8f9fa;
}

.methodology-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 0.65rem;
}

.energy-mix-bar {
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.energy-source {
    transition: all 0.3s ease;
}

    .energy-source:hover {
        filter: brightness(1.1);
    }

.location-selector {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 1rem;
}

.consumption-card {
    border-left: 4px solid #0d6efd;
    transition: all 0.2s ease;
}

    .consumption-card:hover {
        border-left-color: #0a58ca;
        transform: translateY(-1px);
    }

.factor-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    padding: 1rem;
    border: 1px solid #dee2e6;
}

.progress-thin {
    height: 0.25rem;
}
