/*!* public/css/admin.css *!*/

.ea-detail .field-group .field-label {
    inline-size: 200px;
}

.user-menu-wrapper .dropdown-menu {
    max-width: 600px;
}

.dropdown-user-details .user-name {
    white-space: nowrap;
}

.field-integer {
    text-align: right;
}


#main-menu .menu .menu-icon {
    display: block;
}

.appelles-icon {
    height: 18px;
    width: 18px;
    float: left;
    margin-right: 6px;
}

.appelles-icon-contact {
    background: url('/images/BOContacts.svg');
}

.appelles-icon-fiche {
    background: url('/images/BOFICHES.svg');
}

.appelles-icon-guide {
    background: url('/images/BOGuide.svg');
}

.appelles-icon-sector {
    background: url('/images/BOMon%20secteur.svg');
}

.appelles-icon-notification {
    background: url('/images/BOnotifications.svg');
}

.appelles-icon-ouam {
    background: url('/images/BOOUAM.svg');
}

.appelles-icon-web {
    background: url('/images/BOSites%20web.svg');
}

.appelles-icon-metric {
    background: url('/images/BOStats.svg');
}

.appelles-icon-metric-blue {
    background: url('/images/BOStatsBlue.svg');
}

.appelles-icon-chat {
    background: url('/images/BOTchats.svg');
}

.appelles-icon-advertisement {
    background: url('/images/BOAnnonce.svg');
}

#metrics .card {
    border: none;
    -webkit-box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 0px 9px 0px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    min-height: 5rem;
}

#metrics .card-height {
    height: 32rem;
}

#metrics .list-container {
    column-count: 3; /* Set the number of columns */
    column-gap: 20px; /* Add a gap between columns */
}

#metrics .list-item {
    height: 1.3rem;
}

#metrics tr {
    height: 2rem;
}

#metrics tr:nth-child(n+13) {
    display: none;
}

#metrics tr:nth-child(even) {
    background-color: #f2f2f2;
}

#metrics .bg-blue {
    background-color: #56BACF;
}

#metrics .bg-green {
    background-color: #639E5E;
}

#metrics .bg-purple {
    background-color: #5368D5;
}

#metrics .text-grey {
    color: #94A2B8;
}

#metrics .text-blue {
    color: #56BACF;
}

#metrics .text-blue-light {
    color: #d8edf5;
}

#metrics .text-purple-light {
    color: #c5cef9;
}

#metrics .text-green-light {
    color: #CFE3CC;
}

#metrics .text-white {
    color: #fff;
}

/*Metrics*/
.scroll-table-container {
    max-height: 420px;
    overflow-y: scroll;
}

@media print {
    #header-logo span, h1, .user-avatar, #navigation-toggler, .main-header, .noprint {
        display: none;
    }

    .main-sidebar {
        display: none;
    }

    .content-panel {
        box-shadow: none;
    }

    .scroll-table-container {
        max-height: none;
    }
    #alert-metrics-disclaimer {
        max-height: none;
    }
    #metrics tr:nth-child(n+13) {
        display: table-row;
    }

    #metrics tr:nth-child(n+36) {
        display: none;
    }

    #metrics .card-height {
        height: auto;
    }

    .page-break-after {
        page-break-after: always;
    }
}
