.tpl-indicator {
    display: flex;
    align-items: center;
    place-content: center;
    flex-direction: column;
    text-align: center;
    position: fixed;
    width: 150px;
    height: auto;
    background-color: aquamarine;
    top: 40px;
    right: 5px;
    z-index: 100;
    padding: 10px;
    border-radius: 1rem;
    font-size: 0.7rem;
}

.tpl-indicator {
    padding: 10px;
}

.site-title a {
    text-decoration: none;
    color: black;
}
.site-title a:hover {
    text-decoration: underline;
}

.site-header {
    margin-top: 50px;
}

.site-footer {
    min-height: 200px;
}

.main-navigation-menu a:hover {
    text-decoration: underline;
}

.wp-block-site-logo {
    margin-top: 100px;
}

.accoglienza,
.gestione-eventi,
.menu-report,
.menu-dashboard {
    font-size: 0.8rem;
    max-width: 60%;
}

.menu-report,
.menu-dashboard {
    margin: 20px auto;
}

.entry-content {
    max-width: 80%;
    margin: 0 auto;
}

.entry-content h6 {
    text-align: center;
}

.entry-content a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--secondary);
}

.entry-content.first-access {
    padding: 50px 0 20px 0;
    max-width: 60%;
}

.entry-content.first-access .logo-container {
    margin: 10px 0;
}

.entry-content .logo-container {
    width: 64px;
    margin: 0 auto;
}

.entry-content.first-access .logo-container {
    width: 170px;
    margin: 10px auto;
}

.eventi-card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.eventi-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

#tabella-eventi {
    font-size: 0.8rem;
}

#tabella-eventi th,
td {
    vertical-align: middle;
}

#tabella-eventi tr td {
    white-space: nowrap;
}

#tabella-eventi .private {
    background-color: rgb(211, 211, 211);
    border: 1px solid rgb(176, 176, 176);
}

#tabella-eventi td.titolo-piccolo {
    font-size: 0.6rem;
    font-weight: bold;
}

#tabella-eventi td.azioni > * {
    display: inline-block;
}

table td ul {
    padding-left: 1rem !important;
}

table td ul li {
    white-space: nowrap;
}

.select2-search {
    line-height: 110%;
}

form .modal input[readonly] {
    background-color: #ccc;
}

form input[name="codice_sezione"],
form input[name="codice_iniziale"],
form input[name="codice"] {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
}

.user-message {
    width: 80%;
    display: block;
    margin: 0 auto;
    background-color: rgb(220, 246, 246);
    border: 1px solid rgb(154, 207, 207);
    text-align: center;
    padding: 1rem;
    border-radius: 1rem;
}
