﻿body {
}

.text-red {
    color: #d41965 !important;
}
.title-red {
    color: #d41965 !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.hero-banner-content h1 {
    font-size: 4rem;
    line-height: 1.2;
}

.hero-banner-content h2 {
    font-size: 2rem;
}

.event-content > .event-categoria {
    display: block;
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    margin-bottom: auto;
}


.event-date-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e91e63;
    color: #fff;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}

.event-date-day {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.event-date-month {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.event-details-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #777;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all .25s;
}

    .event-details-link:visited,
    .event-details-link:active {
        color: #777;
        text-decoration: none;
    }

    .event-details-link i {
        color: #999;
        transition: all .25s;
    }

    .event-details-link:hover {
        color: #ff2ea8;
        text-decoration: none;
    }

        .event-details-link:hover i {
            color: #ff2ea8;
            transform: translateX(5px);
        }



.sessions-card {
    /*background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 24px rgba(0,0,0,.04);*/
}

    .sessions-card h3 {
        margin: 0 0 18px 0;
        font-size: 20px;
        font-weight: 700;
        color: #111;
    }

.session-row {
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 12px;
    background: #fff;
}

    .session-row:hover {
        border-color: #d91566;
        box-shadow: 0 8px 20px rgba(217,21,102,.08);
    }

.session-top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.session-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: #fdebf3;
    color: #d91566;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.session-main {
    flex: 1;
    min-width: 0;
}

.session-when {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #111;
    line-height: 1.35;
}

.session-action {
    flex-shrink: 0;
}

.btn-session-book,
.btn-session-book:link,
.btn-session-book:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 86px;
    height: 40px;
    padding: 0 18px;
    border: 0;
    border-radius: 8px;
    background: #d91566;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all .20s ease;
}

    .btn-session-book:hover,
    .btn-session-book:focus {
        background: #b90f54;
        color: #fff !important;
        text-decoration: none !important;
    }

    .btn-session-book:active {
        background: #9d0d49;
        color: #fff !important;
    }
.session-bottom {
    margin-left: 58px;
    margin-top: 8px;
}

.session-desc {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
}

.session-seats {
    display: block;
    margin-top: 3px;
    font-size: 13px;
    color: #777;
}

.session-note {
    margin-top: 20px;
    padding: 14px 16px;
    border-radius: 9px;
    background: #fdebf3;
    color: #d91566;
    font-size: 14px;
    font-weight: 500;
}

    .session-note i {
        margin-right: 8px;
    }

@media (max-width: 576px) {

    .session-top {
        display: block;
    }

    .session-icon {
        float: left;
        margin-right: 14px;
        margin-bottom: 10px;
    }

    .session-main {
        overflow: hidden;
    }

    .session-action {
        clear: both;
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .btn-session-book {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .session-bottom {
        margin-left: 0;
        margin-top: 15px;
    }
}
.sessions-empty {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 12px;
    background: #fdebf3;
    border: 1px solid #f7c8dc;
    color: #d91566;
}

.sessions-empty-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 10px;
    background: #fff;
    color: #d91566;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.sessions-empty h4 {
    margin: 0 0 4px 0;
    font-size: 16px;
    font-weight: 700;
    color: #d91566;
}

.sessions-empty p {
    margin: 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.event-price-note {
    margin: 6px 0 0 0;
    color: #777;
    font-size: 14px;
    line-height: 1.4;
}

.event-type-card {
    width: 112px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    border: 1px solid #eee;
    text-align: center;
}

.event-type-card-header {
    min-height: 36px;
    padding: 8px 6px;
    background: #d91566;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: .3px;
}

.event-type-card-body {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .event-type-card-body i {
        font-size: 34px;
        color: #d91566;
    }

/* varianti */
.macro-audizioni .event-type-card-header {
    background: #d91566;
}

.macro-audizioni .event-type-card-body i {
    color: #d91566;
}

.macro-eventicpm .event-type-card-header {
    background: #355e8e;
}

.macro-eventicpm .event-type-card-body i {
    color: #355e8e;
}

.macro-altro .event-type-card-header {
    background: #d99a00;
}

.macro-altro .event-type-card-body i {
    color: #d99a00;
}

.macro-esami .event-type-card-header {
    background: #6ada7d;
}

.macro-esami .event-type-card-body i {
    color: #6ada7d;
}

.macro-casting .event-type-card-header {
    background: #8e44ad;
}

.macro-casting .event-type-card-body i {
    color: #8e44ad;
}

.confirmation-hero {
    text-align: center;
    margin-bottom: 45px;
}

.confirmation-check {
    width: 74px;
    height: 74px;
    border: 4px solid #198754;
    border-radius: 50%;
    color: #198754;
    font-size: 44px;
    line-height: 66px;
    margin: 0 auto 20px auto;
    font-weight: 600;
}

.confirmation-card-title {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .confirmation-card-title i {
        color: #d41467;
        font-size: 22px;
    }

.confirmation-info-row {
    display: flex;
    gap: 18px;
    margin-top: 28px;
}

    .confirmation-info-row i {
        width: 22px;
        color: #222;
        font-size: 20px;
        margin-top: 4px;
    }

.confirmation-info-label {
    color: #5f6873;
    font-size: 14px;
    margin-bottom: 3px;
}

.confirmation-info-value {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
}

.calendar-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    min-height: 58px;
    padding: 0 22px;
    border: 1px solid #e1e5ea;
    border-radius: 8px;
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    background: #fff;
    transition: all .2s ease;
}

    .calendar-action:hover {
        border-color: #d41467;
        color: #d41467;
        text-decoration: none;
    }

    .calendar-action i {
        font-size: 24px;
        color: #d41467;
    }

.qr-code-wrap img {
    max-width: 260px;
}

.important-box {
    background: #eefaf2;
    border: 1px solid #b8e5c6;
    border-radius: 8px;
    padding: 25px 30px;
}

.important-box-title {
    color: #157347;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.important-box ul {
    margin-bottom: 0;
    padding-left: 38px;
}

.important-box li {
    margin-bottom: 7px;
}

.back-events-btn {
    min-width: 230px;
}

@media print {
    header,
    footer,
    .breadcrumb-block,
    .calendar-buttons,
    .print-button,
    .back-events-btn {
        display: none !important;
    }

    body {
        background: #fff !important;
    }

    .event-dt-block {
        padding: 20px 0 !important;
    }

    .main-card {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
    }
}

#modalPasswordDimenticata .modal-content {
    border: 0;
    border-radius: 12px;
}

#modalPasswordDimenticata .modal-header,
#modalPasswordDimenticata .modal-footer {
    border-color: #ececec;
}

#modalPasswordDimenticata .form-control {
    height: 52px;
}

#modalPasswordDimenticata .modal-dialog {
    max-width: 520px;
}

/* =========================================================
   ACCOUNT UTENTE
   ========================================================= */

.account-link-user {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.account-user-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #315f96;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.account-link-user:hover .account-user-icon,
.account-link-user[aria-expanded="true"] .account-user-icon {
    background: #274f80;
    box-shadow: 0 5px 14px rgba(49, 95, 150, .25);
}

.account-link-user:hover .account-user-icon {
    transform: translateY(-1px);
}


/* Avatar dropdown */

.account-holder-avatar-user {
    width: 78px;
    height: 78px;
    margin: 0 auto 18px auto;
    border-radius: 50%;
    background: #315f96;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: 4px solid #fff;
    box-shadow: 0 5px 18px rgba(49, 95, 150, .22);
}


/* Link menu account */

.dropdown-menu-account .profile-link .link-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 26px;
    color: #202124;
    text-decoration: none;
    transition: background-color .15s ease, color .15s ease;
}

    .dropdown-menu-account .profile-link .link-item:hover {
        background: #f4f7fb;
        color: #315f96;
    }


/* Icone menu */

.account-menu-icon {
    width: 20px;
    flex: 0 0 20px;
    text-align: center;
    color: #6d7d90;
    font-size: 16px;
}

.dropdown-menu-account .profile-link .link-item:hover .account-menu-icon {
    color: #315f96;
}


/* Logout */

.dropdown-menu-account .profile-link .account-logout {
    margin-top: 4px;
    border-top: 1px solid #edf0f3;
}

    .dropdown-menu-account .profile-link .account-logout:hover {
        background: #fff5f5;
        color: #b42318;
    }

        .dropdown-menu-account .profile-link .account-logout:hover .account-menu-icon {
            color: #b42318;
        }
