.fa-person:before {
    content: "\f183"
}

.fa-person-dress:before {
    content: "\f182"
}

.more-info-block {
    display: none;
}

.input-search {
    border: 1px solid #E4E6EF;
    background: #fff;
    border-radius: 5px;
    /* text-align: center; */
}

.is-invalid {
    border: 1px solid #F1416C !important;
    /* text-align: center; */
}

.form-txt-Num {
    /* width: 70px; */
    display: inline-block;
    text-align: center;
    border: 0;
}

label {
    font-weight: 600 !important;
}

.cm-bolder {
    font-weight: 700 !important;
}

/* effect background animated*/

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(69, 90, 100, 0.1);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li:nth-child(11) {
    left: 33%;
    width: 25px;
    height: 25px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(12) {
    left: 91%;
    width: 70px;
    height: 70px;
    animation-delay: 1s;
    animation-duration: 13s;
}

.circles li:nth-child(13) {
    left: 5%;
    width: 120px;
    height: 120px;
    animation-delay: 2s;
    animation-duration: 15s;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0.1;
        border-radius: 50%;
    }

}

.symbol .symbol-label {
    width: 10px !important;
    height: 10px !important;
}

/******************************** hide arraws input number ***********************/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fa-file-word:hover {
    color: #14539A;
}

.select2-container--disabled .select2-selection {
    cursor: not-allowed;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.ck-editor__editable {
    max-height: 100px;
    min-height: 100px;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__remove {
    margin-right: 0;
    margin-left: 0.2rem;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    position: relative;
    transform: translateY(0%);
    top: 0;
    bottom: 0;
}

.select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) .select2-selection__choice .select2-selection__choice__display {
    margin-left: 0.2rem;
}

/***********************************************************/
.pattern {
    background-image: url(../media/pattern1.jpg)
}

#repeater_phone div[data-repeater-item]:nth-child(1) .btn-light-danger {
    display: none;
}

.has-error .select2 .select2-selection,
.has-error .btn {
    border-color: #dc3545 !important;
}

#kt_modal_ville {
    background-color: #00000070;
}

.dropzone {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

span.select2-selection[aria-disabled=true] {
    background-color: #EFF2F5;
    opacity: 1;
}

.table-responsive {
    min-height: 300px;
}

#scroll-container {
    max-height: 250px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
}

.dropzone {
    position: relative;
    cursor: pointer;
    border-radius: 5px;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.hover-bg {
    transition: background-color 0.3s ease;
}

.hover-bg:hover {
    background-color: rgba(0, 123, 255, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* Customize your shadow */
}



/************** Dashboard **************/

.glass-card {
    position: relative;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 1.5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 1);
    height: 100%;

}

.border-danger-top {
    border-top: 3px solid #f08a92;
}

.border-primary-top {
    border-top: 3px solid #5596f8;
}

.border-info-top {
    border-top: 3px solid #38d5f5;
}

.border-success-top {
    border-top: 3px solid #48ce8f;
}

.border-dark-top {
    border-top: 3px solid #5c6975;
}

.border-secondary-top {
    border-top: 3px solid #6c757d;
}

.border-warning-top {
    border-top: 3px solid #fdd763;
}

.border-purple-top {
    border-top: 3px solid #8950fc;
}

.glass-card:hover {
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.card-blur {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
    filter: blur(5px);
    pointer-events: none;
}

.card-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.icon-sphere {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.glass-card:hover .icon-sphere {
    transform: scale(1.1);
}

.icon-sphere i {
    font-size: 32px;
    z-index: 2;
}

.sphere-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.icon-sphere.danger i {
    color: #dc3545;
}

.icon-sphere.warning i {
    color: #ffc107;
}

.icon-sphere.success i {
    color: #198754;
}

.icon-sphere.info i {
    color: #0dcaf0;
}

.icon-sphere.dark i {
    color: #212529;
}

.icon-sphere.secondary i {
    color: #6c757d;
}

.icon-sphere.primary i {
    color: #5596f8;
}

.icon-sphere.purple i {
    color: #8950fc;
}

.icon-sphere.brown i {
    color: #a52a2a;
}

.icon-sphere.danger .sphere-glow {
    background: radial-gradient(circle, rgba(220, 53, 69, 0.3) 0%, rgba(220, 53, 69, 0) 70%);
}

.icon-sphere.warning .sphere-glow {
    background: radial-gradient(circle, rgba(255, 193, 7, 0.3) 0%, rgba(255, 193, 7, 0) 70%);
}

.icon-sphere.success .sphere-glow {
    background: radial-gradient(circle, rgba(25, 135, 84, 0.3) 0%, rgba(25, 135, 84, 0) 70%);
}

.icon-sphere.info .sphere-glow {
    background: radial-gradient(circle, rgba(13, 202, 240, 0.3) 0%, rgba(13, 202, 240, 0) 70%);
}

.icon-sphere.dark .sphere-glow {
    background: radial-gradient(circle, rgba(33, 37, 41, 0.3) 0%, rgba(33, 37, 41, 0) 70%);
}

.icon-sphere.secondary .sphere-glow {
    background: radial-gradient(circle, rgba(108, 117, 125, 0.3) 0%, rgba(108, 117, 125, 0) 70%);
}

.icon-sphere.primary .sphere-glow {
    background: radial-gradient(circle, rgba(13, 110, 253, 0.3) 0%, rgba(13, 110, 253, 0) 70%);
}

.icon-sphere.purple .sphere-glow {
    background: radial-gradient(circle, rgba(137, 80, 252, 0.3) 0%, rgba(137, 80, 252, 0) 70%);
}

.icon-sphere.brown .sphere-glow {
    background: radial-gradient(circle, rgba(165, 42, 42, 0.3) 0%, rgba(165, 42, 42, 0) 70%);
}

.border-brown-top {
    border-top: 3px solid #a52a2a;
}

.stat-details {
    flex: 1;
}

.border-pink-top {
    border-top: 3px solid #EC4899;
}

.icon-sphere.pink .sphere-glow {
    background: radial-gradient(circle, rgb(236, 72, 153,0.3) 0%, rgba(236, 72, 153, 0) 70%);
}

.icon-sphere.pink i {
    color: #EC4899;
}

.text-pink {
    color: #EC4899;
}

.stat-count {
    font-size: 1.6rem;
    font-weight: 700;
    /* background: linear-gradient(45deg, #2b2b2b, #4a4a4a);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent; */
    margin-bottom: 0.5rem;
}

.stat-label {
    font-size: 1.2rem;
    font-weight: 900;
    /* color: #6c757d; */
    margin-bottom: 1rem;
    font-weight: 500;
}

.stat-trend {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    background: rgba(255, 255, 255, 0.9);
}

.stat-trend.up {
    color: #198754;
}

.stat-trend.down {
    color: #dc3545;
}

.text-purple {
    color: #8950fc !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }

    100% {
        transform: scale(0.95);
        opacity: 0.5;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .glass-card {
        padding: 1.5rem;
    }

    .icon-sphere {
        width: 60px;
        height: 60px;
    }

    .icon-sphere i {
        font-size: 24px;
    }

    .stat-count {
        font-size: 2rem;
    }
}

.notice {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}


.light-sweep {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-45deg) translateX(-100%);
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}

.notice:hover .light-sweep {
    transform: skewX(-45deg) translateX(150%);
    opacity: 1;
}

.notice-content {
    position: relative;
    z-index: 2;
}

/************** Dashboard compact **************/

    /* Dashboard View Toggle Styles */
    .dashboard-view {
        transition: all 0.3s ease-in-out;
    }
    
    /* Ultra Compact Card Styles */
    .compact-card {
        background: white;
        border-radius: 12px;
        /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
        border: 1px solid rgba(0, 0, 0, 0.08);
        transition: all 0.2s ease;
        cursor: pointer;
        overflow: hidden;
        position: relative;
        min-height: 80px;
        display: flex;
        align-items: flex-start;
        padding: 14px 12px;
        margin-bottom: 8px;
    }
    
    .compact-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 2px;
        background: var(--theme-color);
        opacity: 0;
        transition: opacity 0.2s ease;
    }
    
    .compact-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        border-color: var(--theme-color-light);
    }
    
    .compact-card:hover::before {
        opacity: 1;
    }
    
    .compact-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: white;
        background: var(--theme-color);
        margin-left: 10px;
        flex-shrink: 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        align-self: center;
    }
    
    .compact-content {
        flex: 1;
        margin: 0 8px;
        min-width: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-self: center;
    }
    
    .compact-title {
        font-size: 13px;
        font-weight: 600;
        color: #374151;
        margin: 0 0 4px 0;
        line-height: 1.4;
        text-align: right;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
        word-wrap: break-word;
        hyphens: auto;
        display: block;
        max-width: 100%;
    }
    
    .compact-value {
        font-size: 20px;
        font-weight: 800;
        line-height: 1;
        text-align: center;
        margin: 0 8px;
        min-width: 30px;
        flex-shrink: 0;
        position: relative;
        align-self: center;
        
        /* Beautiful gradient text */
        background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        
        /* Subtle glow effect */
        text-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
        filter: drop-shadow(0 2px 4px rgba(102, 126, 234, 0.2));
        
        /* Typography enhancement */
        /* font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif !important; */
        letter-spacing: -0.025em;
        font-variant-numeric: tabular-nums;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: "tnum", "lnum";
        text-rendering: optimizeLegibility;
        
        /* Animation */
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform-style: preserve-3d;
        animation: numberShine 3s linear infinite;
    }
    
    .compact-value::before {
        content: '';
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(135deg, rgba(102, 126, 234, 0.1), rgba(118, 75, 162, 0.1));
        border-radius: 8px;
        opacity: 0;
        z-index: -1;
        transition: all 0.3s ease;
        filter: blur(4px);
    }
    
    .compact-card:hover .compact-value {
        /* transform: scale(1.08) translateZ(0);
        text-shadow: 0 0 25px rgba(102, 126, 234, 0.6);
        filter: drop-shadow(0 4px 8px rgba(102, 126, 234, 0.3)); */
    }
    
    .compact-card:hover .compact-value::before {
        opacity: 1;
        transform: scale(1.1);
    }
    
    /* Theme-specific beautiful number styling */
    .primary-theme .compact-value {
        background: linear-gradient(135deg, #0d6efd 0%, #6f42c1 50%, #0dcaf0 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(13, 110, 253, 0.4);
        filter: drop-shadow(0 2px 4px rgba(13, 110, 253, 0.25));
    }
    
    .primary-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(13, 110, 253, 0.15), rgba(111, 66, 193, 0.1));
    }
    
    .danger-theme .compact-value {
        background: linear-gradient(135deg, #dc3545 0%, #fd1d7c 50%, #ff6b9d 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(220, 53, 69, 0.4);
        filter: drop-shadow(0 2px 4px rgba(220, 53, 69, 0.25));
    }
    
    .danger-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(220, 53, 69, 0.15), rgba(253, 29, 124, 0.1));
    }
    
    .warning-theme .compact-value {
        background: linear-gradient(135deg, #ffc107 0%, #ff8c00 50%, #ffd60a 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(255, 193, 7, 0.4);
        filter: drop-shadow(0 2px 4px rgba(255, 193, 7, 0.25));
    }
    
    .warning-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(255, 193, 7, 0.15), rgba(255, 140, 0, 0.1));
    }
    
    .success-theme .compact-value {
        background: linear-gradient(135deg, #198754 0%, #20c997 50%, #0f5132 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(25, 135, 84, 0.4);
        filter: drop-shadow(0 2px 4px rgba(25, 135, 84, 0.25));
    }
    
    .success-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(25, 135, 84, 0.15), rgba(32, 201, 151, 0.1));
    }
    
    .info-theme .compact-value {
        background: linear-gradient(135deg, #0dcaf0 0%, #6f42c1 50%, #17a2b8 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(13, 202, 240, 0.4);
        filter: drop-shadow(0 2px 4px rgba(13, 202, 240, 0.25));
    }
    
    .info-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(13, 202, 240, 0.15), rgba(111, 66, 193, 0.1));
    }
    
    .secondary-theme .compact-value {
        background: linear-gradient(135deg, #6c757d 0%, #495057 50%, #adb5bd 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(108, 117, 125, 0.4);
        filter: drop-shadow(0 2px 4px rgba(108, 117, 125, 0.25));
    }
    
    .secondary-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(108, 117, 125, 0.15), rgba(173, 181, 189, 0.1));
    }
    
    .orange-theme .compact-value {
        background: linear-gradient(135deg, #fd7e14 0%, #ff6b35 50%, #ff8c42 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(253, 126, 20, 0.4);
        filter: drop-shadow(0 2px 4px rgba(253, 126, 20, 0.25));
    }
    
    .orange-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(253, 126, 20, 0.15), rgba(255, 107, 53, 0.1));
    }
    
    .yellow-theme .compact-value {
        background: linear-gradient(135deg, #ffd60a 0%, #ffbe0b 50%, #fb8500 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(255, 214, 10, 0.4);
        filter: drop-shadow(0 2px 4px rgba(255, 214, 10, 0.25));
    }
    
    .yellow-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(255, 214, 10, 0.15), rgba(255, 190, 11, 0.1));
    }
    
    .pink-theme .compact-value {
        background: linear-gradient(135deg, #e83e8c 0%, #fd1d7c 50%, #f72585 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(232, 62, 140, 0.4);
        filter: drop-shadow(0 2px 4px rgba(232, 62, 140, 0.25));
    }
    
    .pink-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(232, 62, 140, 0.15), rgba(253, 29, 124, 0.1));
    }
    
    .brown-theme .compact-value {
        background: linear-gradient(135deg, #8d5524 0%, #a0522d 50%, #cd853f 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(141, 85, 36, 0.4);
        filter: drop-shadow(0 2px 4px rgba(141, 85, 36, 0.25));
    }
    
    .brown-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(141, 85, 36, 0.15), rgba(160, 82, 45, 0.1));
    }
    
    .gold-theme .compact-value {
        background: linear-gradient(135deg, #ffd700 0%, #ffb347 50%, #daa520 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
        filter: drop-shadow(0 2px 6px rgba(255, 215, 0, 0.3));
    }
    
    .gold-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 179, 71, 0.15));
    }
    
    .purple-theme .compact-value {
        background: linear-gradient(135deg, #6f42c1 0%, #8e44ad 50%, #9c27b0 100%);
        background-size: 200% auto;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-shadow: 0 0 20px rgba(111, 66, 193, 0.4);
        filter: drop-shadow(0 2px 4px rgba(111, 66, 193, 0.25));
    }
    
    .purple-theme .compact-value::before {
        background: linear-gradient(135deg, rgba(111, 66, 193, 0.15), rgba(142, 68, 173, 0.1));
    }
    
    /* Special animation for numbers */
    @keyframes numberShine {
        0% { 
            background-position: -200% 0; 
        }
        100% { 
            background-position: 200% 0; 
        }
    }
    
    @keyframes numberPulse {
        0%, 100% { 
            text-shadow: 0 0 20px currentColor;
            transform: scale(1);
        }
        50% { 
            text-shadow: 0 0 30px currentColor;
            transform: scale(1.02);
        }
    }
    
    /* Enhanced hover animations for numbers */
    .compact-card:hover .compact-value {
        animation: numberShine 3s linear infinite, numberPulse 2s ease-in-out infinite;
    }
    
    /* Special glow for specific important numbers */
    .gold-theme .compact-value {
        animation: numberShine 2.5s linear infinite;
        background-size: 200% auto;
    }
    
    .gold-theme .compact-card:hover .compact-value {
        animation: numberShine 2.5s linear infinite, numberPulse 1.5s ease-in-out infinite;
        text-shadow: 0 0 35px rgba(255, 215, 0, 0.7);
    }
    
    .action-btn {
        width: 28px;
        height: 28px;
        border-radius: 6px;
        border: 1px solid var(--theme-color);
        background: transparent;
        color: var(--theme-color);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        transition: all 0.2s ease;
        cursor: pointer;
        flex-shrink: 0;
        opacity: 0.7;
    }
    
    .compact-card:hover .action-btn {
        opacity: 1;
    }
    
    .action-btn:hover {
        background: var(--theme-color);
        color: white;
        transform: scale(1.05);
    }
    
    /* Professional Card Styles */
    .professional-card {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 16px;
        box-shadow: 0 8px 32px rgba(102, 126, 234, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.18);
        transition: all 0.4s cubic-bezier(0.23, 1, 0.320, 1);
        cursor: pointer;
        overflow: hidden;
        position: relative;
        min-height: 70px;
        margin-bottom: 8px;
        backdrop-filter: blur(20px);
    }
    
    .professional-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .professional-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 48px rgba(102, 126, 234, 0.25);
    }
    
    .professional-card:hover::before {
        opacity: 1;
    }
    
    .pro-background-pattern {
        position: absolute;
        top: 0;
        right: 0;
        width: 120px;
        height: 120px;
        background: radial-gradient(circle at center, rgba(255,255,255,0.05) 0%, transparent 70%);
        border-radius: 50%;
        transform: translate(30px, -30px);
    }
    
    .pro-card-content {
        position: relative;
        display: flex;
        align-items: center;
        padding: 16px 20px;
        z-index: 2;
    }
    
    .pro-icon-container {
        position: relative;
        margin-left: 0;
        flex-shrink: 0;
    }
    
    .pro-icon {
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }
    
    .professional-card:hover .pro-icon {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.05);
    }
    
    .pro-icon-glow {
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: linear-gradient(45deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
        border-radius: 14px;
        opacity: 0;
        z-index: -1;
        transition: opacity 0.3s ease;
    }
    
    .professional-card:hover .pro-icon-glow {
        opacity: 1;
    }
    
    .pro-content {
        flex: 1;
        margin: 0 16px;
        min-width: 0;
    }
    
    .pro-title {
        font-size: 16px;
        font-weight: 700;
        color: white;
        line-height: 1.3;
        margin-bottom: 4px;
        text-align: right;
        text-shadow: 0 1px 3px rgba(0,0,0,0.1);
    }
    
    .pro-subtitle {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 1.2;
        text-align: right;
        font-weight: 500;
    }
    
    .pro-value-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 12px;
        flex-shrink: 0;
    }
    
    .pro-value {
        font-size: 28px;
        font-weight: 800;
        color: white;
        line-height: 1;
        text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }
    
    .pro-unit {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.7);
        font-weight: 600;
        margin-top: 2px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    
    .pro-action {
        flex-shrink: 0;
    }
    
    .pro-action-btn {
        width: 32px;
        height: 32px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
        cursor: pointer;
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .pro-action-btn:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: scale(1.1) rotate(5deg);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    
    .pro-stats-bar {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: rgba(255, 255, 255, 0.1);
        overflow: hidden;
    }
    
    .pro-stats-fill {
        height: 100%;
        width: 65%;
        background: linear-gradient(90deg, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0.8) 100%);
        transition: width 0.8s ease;
        animation: shimmer 2s infinite linear;
    }
    
    @keyframes shimmer {
        0% { transform: translateX(-100%); }
        100% { transform: translateX(300%); }
    }
    
    .professional-card:hover .pro-stats-fill {
        width: 85%;
    }
    
    /* Theme Colors */
    .primary-theme { --theme-color: #3b82f6; --theme-color-light: #60a5fa; }
    .secondary-theme { --theme-color: #6b7280; --theme-color-light: #9ca3af; }
    .success-theme { --theme-color: #10b981; --theme-color-light: #34d399; }
    .danger-theme { --theme-color: #ef4444; --theme-color-light: #f87171; }
    .warning-theme { --theme-color: #f59e0b; --theme-color-light: #fbbf24; }
    .info-theme { --theme-color: #06b6d4; --theme-color-light: #22d3ee; }
    .purple-theme { --theme-color: #8b5cf6; --theme-color-light: #a78bfa; }
    .pink-theme { --theme-color: #ec4899; --theme-color-light: #f472b6; }
    .orange-theme { --theme-color: #f97316; --theme-color-light: #fb923c; }
    .yellow-theme { --theme-color: #eab308; --theme-color-light: #facc15; }
    .brown-theme { --theme-color: #92400e; --theme-color-light: #a16207; }
    .gold-theme { --theme-color: #d97706; --theme-color-light: #f59e0b; }
    
    /* Icon Color Classes */
    .compact-icon.primary { background: linear-gradient(135deg, #3b82f6, #1d4ed8); }
    .compact-icon.secondary { background: linear-gradient(135deg, #6b7280, #374151); }
    .compact-icon.success { background: linear-gradient(135deg, #10b981, #059669); }
    .compact-icon.danger { background: linear-gradient(135deg, #ef4444, #dc2626); }
    .compact-icon.warning { background: linear-gradient(135deg, #f59e0b, #d97706); }
    .compact-icon.info { background: linear-gradient(135deg, #06b6d4, #0891b2); }
    .compact-icon.purple { background: linear-gradient(135deg, #8b5cf6, #7c3aed); }
    .compact-icon.pink { background: linear-gradient(135deg, #ec4899, #db2777); }
    .compact-icon.orange { background: linear-gradient(135deg, #f97316, #ea580c); }
    .compact-icon.yellow { background: linear-gradient(135deg, #eab308, #ca8a04); }
    .compact-icon.brown { background: linear-gradient(135deg, #92400e, #78350f); }
    .compact-icon.gold { background: linear-gradient(135deg, #d97706, #b45309); }
    
    /* Text Color Classes */
    .primary-text { color: #3b82f6 !important; }
    .secondary-text { color: #6b7280 !important; }
    .success-text { color: #10b981 !important; }
    .danger-text { color: #ef4444 !important; }
    .warning-text { color: #f59e0b !important; }
    .info-text { color: #06b6d4 !important; }
    .purple-text { color: #8b5cf6 !important; }
    .pink-text { color: #ec4899 !important; }
    .orange-text { color: #f97316 !important; }
    .yellow-text { color: #eab308 !important; }
    .brown-text { color: #92400e !important; }
    .gold-text { color: #d97706 !important; }
    
    /* Responsive Design */
    @media (max-width: 992px) {
        .compact-card {
            min-height: 75px;
            padding: 12px 10px;
            margin-bottom: 6px;
            align-items: flex-start;
        }
        
        .compact-icon {
            width: 36px;
            height: 36px;
            font-size: 16px;
            margin-left: 8px;
        }
        
        .compact-value {
            font-size: 15px;
            min-width: 28px;
            margin: 0 6px;
            text-shadow: 0 0 15px currentColor;
        }
        
        .compact-title {
            font-size: 12px;
            line-height: 1.4;
            margin-bottom: 3px;
        }
        
        .action-btn {
            width: 26px;
            height: 26px;
            font-size: 11px;
        }
        
        /* Professional Card Responsive */
        .professional-card {
            min-height: 65px;
        }
        
        .pro-card-content {
            padding: 14px 18px;
        }
        
        .pro-icon {
            width: 40px;
            height: 40px;
        }
        
        .pro-title {
            font-size: 15px;
        }
        
        .pro-subtitle {
            font-size: 11px;
        }
        
        .pro-value {
            font-size: 26px;
        }
        
        .pro-unit {
            font-size: 10px;
        }
        
        .pro-action-btn {
            width: 30px;
            height: 30px;
        }
    }
    
    @media (max-width: 768px) {
        .compact-card {
            min-height: 70px;
            padding: 10px 8px;
            margin-bottom: 4px;
            align-items: flex-start;
        }
        
        .compact-icon {
            width: 32px;
            height: 32px;
            font-size: 14px;
            margin-left: 6px;
        }
        
        .compact-content {
            margin: 0 6px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-self: center;
        }
        
        .action-btn {
            width: 24px;
            height: 24px;
            font-size: 10px;
        }
        
        .compact-title {
            font-size: 11px;
            line-height: 1.4;
            margin-bottom: 3px;
        }
        
        .compact-value {
            font-size: 14px;
            margin: 0 6px;
            min-width: 25px;
            text-shadow: 0 0 12px currentColor;
        }
        
        /* Professional Card Mobile */
        .professional-card {
            min-height: 60px;
        }
        
        .pro-card-content {
            padding: 12px 16px;
        }
        
        .pro-icon {
            width: 36px;
            height: 36px;
        }
        
        .pro-title {
            font-size: 14px;
        }
        
        .pro-subtitle {
            font-size: 10px;
        }
        
        .pro-value {
            font-size: 24px;
        }
        
        .pro-unit {
            font-size: 9px;
        }
        
        .pro-action-btn {
            width: 28px;
            height: 28px;
        }
        
        .pro-content {
            margin: 0 12px;
        }
        
        .pro-value-container {
            margin: 0 8px;
        }
        
        .row.g-2 {
            --bs-gutter-x: 0.5rem;
            --bs-gutter-y: 0.5rem;
        }
    }
    
    /* Professional Tooltip Styles */
    .dashboard-tooltip {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    
    .dashboard-tooltip .tooltip-inner {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 8px;
        padding: 8px 12px;
        font-size: 12px;
        font-weight: 500;
        max-width: 200px;
        text-align: center;
        box-shadow: 0 8px 32px rgba(102, 126, 234, 0.3);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .dashboard-tooltip .tooltip-arrow::before {
        border-top-color: #667eea !important;
        border-bottom-color: #667eea !important;
        border-left-color: #667eea !important;
        border-right-color: #667eea !important;
    }
    
    .dashboard-tooltip.bs-tooltip-top .tooltip-arrow::before {
        border-top-color: #667eea !important;
    }
    
    .dashboard-tooltip.bs-tooltip-bottom .tooltip-arrow::before {
        border-bottom-color: #667eea !important;
    }
    
    .dashboard-tooltip.bs-tooltip-start .tooltip-arrow::before {
        border-left-color: #667eea !important;
    }
    
    .dashboard-tooltip.bs-tooltip-end .tooltip-arrow::before {
        border-right-color: #667eea !important;
    }
    
    /* Enhanced SVG Icon Styles */
    .compact-icon svg {
        transition: all 0.3s ease;
    }
    
    .compact-card:hover .compact-icon svg {
        transform: scale(1.1);
        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
    }
    
    /* Enhanced text display for compact titles */
    .compact-title {
        word-break: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        display: block;
        max-height: none;
    }
    
    /* Responsive tooltip adjustments */
    @media (max-width: 768px) {
        .dashboard-tooltip .tooltip-inner {
            font-size: 11px;
            padding: 6px 10px;
            max-width: 180px;
        }
    }







                        .agenda-btn-modern {
                            display: inline-flex;
                            align-items: center;
                            gap: 10px;
                            padding: 8px 15px;
                            background-image: linear-gradient(to right, #6A82FB, #FC5C7D);
                            color: white;
                            text-decoration: none;
                            border-radius: 30px;
                            font-weight: 600;
                            font-size: 14px;
                            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
                            box-shadow: 0 4px 15px rgba(106, 130, 251, 0.25);
                            border: none;
                            position: relative;
                            overflow: hidden;
                            backdrop-filter: blur(10px);
                        }
                        
                        .agenda-btn-modern::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            right: 0;
                            bottom: 0;
                            background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
                            border-radius: 12px;
                            transition: opacity 0.3s ease;
                            opacity: 0;
                        }
                        
                        .btn-icon-wrapper {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 24px;
                            height: 24px;
                            background: rgba(255, 255, 255, 0.15);
                            border-radius: 6px;
                            transition: all 0.3s ease;
                            z-index: 2;
                            position: relative;
                        }
                        
                        .btn-icon-wrapper i {
                            font-size: 14px;
                            transition: transform 0.3s ease;
                        }
                        
                        .btn-text {
                            font-weight: 600;
                            letter-spacing: 0.3px;
                            transition: transform 0.3s ease;
                            z-index: 2;
                            position: relative;
                        }
                        
                        .light-sweep {
                            position: absolute;
                            top: 0;
                            left: -100%;
                            width: 100%;
                            height: 100%;
                            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
                            transition: left 0.6s ease;
                            z-index: 1;
                        }
                        
                        .btn-glow {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            width: 0;
                            height: 0;
                            background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
                            border-radius: 50%;
                            transform: translate(-50%, -50%);
                            transition: all 0.4s ease;
                            pointer-events: none;
                            z-index: 1;
                        }
                        
                        .agenda-btn-modern:hover {
                            transform: translateY(-2px) scale(1.02);
                            box-shadow: 0 8px 25px rgba(106, 130, 251, 0.35);
                            color: white;
                            text-decoration: none;
                        }
                        
                        .agenda-btn-modern:hover::before {
                            opacity: 1;
                        }
                        
                        .agenda-btn-modern:hover .light-sweep {
                            left: 100%;
                        }
                        
                        .agenda-btn-modern:hover .btn-icon-wrapper {
                            background: rgba(255, 255, 255, 0.25);
                            transform: rotate(5deg) scale(1.1);
                        }
                        
                        .agenda-btn-modern:hover .btn-icon-wrapper i {
                            transform: scale(1.1);
                        }
                        
                        .agenda-btn-modern:hover .btn-text {
                            transform: translateX(2px);
                        }
                        
                        .agenda-btn-modern:hover .btn-glow {
                            width: 100px;
                            height: 100px;
                        }
                        
                        .agenda-btn-modern:active {
                            transform: translateY(-1px) scale(1.01);
                            box-shadow: 0 4px 15px rgba(106, 130, 251, 0.3);
                        }
                        
                        /* Focus state for accessibility */
                        .agenda-btn-modern:focus {
                            outline: none;
                            box-shadow: 0 0 0 3px rgba(106, 130, 251, 0.4);
                        }
                        
                        /* Responsive adjustments */
                        @media (max-width: 768px) {
                            .agenda-btn-modern {
                                padding: 10px 16px;
                                font-size: 13px;
                                gap: 8px;
                                border-radius: 10px;
                            }
                            
                            .btn-icon-wrapper {
                                width: 22px;
                                height: 22px;
                            }
                            
                            .btn-icon-wrapper i {
                                font-size: 13px;
                            }
                        }
                        
                        /* Animation on page load */
                        @keyframes slideInFromRight {
                            from {
                                opacity: 0;
                                transform: translateX(20px);
                            }
                            to {
                                opacity: 1;
                                transform: translateX(0);
                            }
                        }
                        
                        .agenda-btn-modern {
                            animation: slideInFromRight 0.6s ease-out;
                        }


