
.dashboard-summary {
    /* --w-summary-item-font-size: clamp(1.875rem * 1.5,6.5vw,5.625rem); */
    color: var(--w-color-text-button);
    margin-bottom: 2rem;
    padding-top: 2rem
}

.dashboard-summary .dashboard-summary__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom: 0;
    margin-top: 0;
    padding-inline-start:0;width: 100%
}

.dashboard-summary .dashboard-summary__list,.dashboard-summary .dashboard-summary__list li {
    font-style: normal;
    list-style-type: none
}

.dashboard-summary li {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    margin-bottom: 1.5rem
}

.dashboard-summary .icon {
    font-size: 24px;
    height: 1em;
    margin-inline-end:.15em;width: 1em
}

.dashboard-summary a {
    color: inherit;
    display: inline-flex;
    flex-direction: column;
    gap: .375rem;
    text-align: start
}


@media screen and (min-width: 50em) {
    .dashboard-summary a {
        font-size:1.125rem
    }
}

.dashboard-summary a>span {
    display: block;
    font-size: calc(var(--w-summary-item-font-size)*.4);
    font-weight: 700;
    line-height: .9em
}

@media (forced-colors:active) {
    .dashboard-summary .icon {
        color: LinkText;
        opacity: 1
    }
}

.index-summary, .dashboard-summary {
    margin: 0;
    padding-top: 0.3rem;
    border-color: var(--w-color-border-furniture);
    border-bottom-width: .0625rem;
}

.index-summary {
    background-color: rgb(246, 246, 248);
}

.index-summary .w-summary, .dashboard-summary .w-summary {
    margin: 0;
}

.index-summary .w-summary .w-summary__list, .dashboard-summary .w-summary .w-summary__list {
    justify-content: space-evenly;
}

.index-summary .w-summary__list li, .dashboard-summary .w-summary__list li {
    margin-bottom: 0.7rem;
}

.index-summary .w-summary__list li i, .dashboard-summary .w-summary__list li i {
    color:  var(--w-color-text-link-default);
    font-size: 5rem;
    width: 3.7rem;
    height: 5rem;
}

.index-summary .w-summary__list li a, .dashboard-summary .w-summary__list li a {
    color:  var(--w-color-text-link-default);
    font-size: 1rem;
    text-decoration: none;
    text-align: center;
    margin-top: 1rem;
    max-width: 100px;
}

.index-summary .w-summary__list li a span, .dashboard-summary .w-summary__list li a span {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    height: 2rem;
}

.modal-dialog.modal-image div.nice-padding {
    padding-top: 4rem;
}

.modal-dialog.modal-image .w-header__title {
    margin-left: -30px;
}

.admin-field-flow {
    display: flex;
    flex-flow: row wrap;
}

.admin-field-flow .w-field__wrapper {
    min-width: 250px;
}

.w-field__info {
    margin-top: calc(.625rem*var(--w-density-factor));
}

.w-field__input .w-field__readonly {
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--w-color-text-context);
}

.icon-box {
    display: flex;
    padding: 8px;
    border-radius: 8px;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.notification-title {
    display: inline-flex;
    align-items: center;
    gap: 1.25rem;
}

.notification-title.read .icon-box {
    background-color: grey !important;
}

.w-userbar-item-link.notification {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.w-userbar-item-link.notification .w-userbar-item-icon svg {
    width: 36px;
    height: 36px;
}

.hidden-id-column {
    display: none;
}
