﻿/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 18, 2025 */

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-book-webfont.woff2') format('woff2'), url('../font/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-bookitalic-webfont.woff2') format('woff2'), url('../font/gotham-bookitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-bold-webfont.woff2') format('woff2'), url('../font/gotham-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'gotham';
    src: url('../font/gotham-bolditalic-webfont.woff2') format('woff2'), url('../font/gotham-bolditalic-webfont.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'gravity';
    src: url('../font/abcgravity-compressed-webfont.woff2') format('woff2'), url('../font/abcgravity-compressed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gravity';
    src: url('../font/abcgravity-compresseditalic-webfont.woff2') format('woff2'), url('../font/abcgravity-compresseditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

:root {
    --granata: rgb(116, 23, 43);
    --oro: rgb(142, 114, 32);
    --umana: rgb(227, 6, 19);
    --grigio: rgb(173, 173, 173);
    --grigio-hover: rgb(149, 149, 149);
    --white: rgb(255, 255, 255);
    --black: rgb(0, 0, 0);
}

@media (min-width: 1200px) {
    .col-xl-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.brb-0 {
    border-bottom: none;
}

/* STILI */

body.login-body {
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.login-header {
    background-color: #222;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 69, 123, 206) 50%, rgba(255, 255, 255, 0));
}

.form-signin {
    max-width: 400px;
    margin: 0 auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.highlighted {
    color: #466580;
}

.bg-card-header {
    background-color: #337ab7!important;
}

.border-card {
    border-color: #337ab7!important;
}

.badge-card {
    color: #337ab7;
    background-color: var(--white);
}

.calendar-head {
    text-align: center;
}

.calendar-today {
    background-color: #fcf8e3;
}

.table td.no-text {
    width: 1%;
}

.table td.no-min-width {
    min-width: unset;
}

.table td.min-width-50 {
    min-width: 50px;
}

.table td.max-width-50 {
    max-width: 50px;
}

.table td.max-width-100 {
    max-width: 100px;
}

.table td.max-width-150 {
    max-width: 150px;
}

.table td.max-width-500 {
    max-width: 500px;
}

.table > tbody > tr > td.calendar-lastband {
    border-bottom-color: #333;
}

.table-striped tbody tr:nth-of-type(odd) td.calendar-today {
    background-color: rgba(255, 193, 7, 0.2);
}

/* CUSTOM SWEET ALERT */
.swal2-modal {}
.swal-error #swal2-content { text-align: left; }
.swal2-confirm { background-color: #2778c4; }
.swal2-cancel { }

.swal2-buttonswrapper .btn-granata,
.swal2-buttonswrapper .btn-default {
    width: 90px;
    display: inline-block;
    padding: 8px 12px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.swal2-buttonswrapper .btn-default {
    color: #333;
    background-color: var(--white);
    border-color: #ccc;
}

.swal2-buttonswrapper .btn-default:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

.swal2-html-container a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid;
}

/* ICONE */
.fa-check-circle {
    color: green;
}

.fa-times-circle {
    color: red;
}

/* CUSTOM BOOTSTRAP */

a.nav-link, a.nav-link:focus, a.nav-link:hover,
.nav-link, .nav-link:focus, .nav-link:hover {
    color: white;
}

.nav-tabs .nav-link.active {
    color: #700017;
    background: linear-gradient(#f5f5f5, #fff);
}

.nav-tabs a.nav-link.active {
    background: linear-gradient(#f5f5f5, #fff);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,.9);
}

.nav-link.dropdown-toggle::after {
    vertical-align: 0.1em;
}

.nav-item .dropdown-menu {
    margin-top: -0.3rem;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 50);
}

.nav-item .dropdown-item {
    padding-left: .75rem;
    padding-right: .75rem;
}

.nav-item .dropdown-item .fa {
    width: 16px;
    text-align: center;
}

.bg-success {
    background-color: #9ee8b0!important;
}

.bg-error {
    background-color: #f2dede!important;
}

.bg-primary {
    background-color: var(--granata);
    color: white;
}

.btn-primary,
a.btn-primary,
a.btn-primary:link,
.btn-primary:active {
    background-color: var(--granata);
    border-color: var(--granata);
}

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle,
    .btn-primary.focus,
    .btn-primary:focus {
        background-color: var(--granata);
        border-color: var(--granata);
    }

.btn-primary:hover {
    color: var(--granata);
    background-color: var(--white);
    border-color: var(--granata);
}

.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(61, 61, 56, 0.50);
}

.btn-outline-primary {
    color: var(--granata);
    border-color: var(--granata);
}

    .btn-outline-primary:hover {
        background-color: var(--granata);
    }

.btn-link {
    color: var(--granata);
}

.text-primary {
    color: var(--granata);
}

a.text-primary:hover {
    color: var(--granata);
}

.page-link, .page-link:hover {
    color: var(--granata);
}

.page-item.active .page-link {
    background-color: var(--granata);
    border-color: var(--granata);
}

.blockquote-footer,
.form-control::placeholder {
    color: rgb(80, 80, 80);
}

ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.pagination > li.disabled > a, .pagination > li.disabled > a:hover,
.pagination > li.disabled > span, .pagination > li.disabled > span:hover {
    cursor: default;
}

table.table {
    font-size: 85%;
}

table.table-striped th,
.table th, .table th a {
    color: black;
}

.table td {
    vertical-align: middle;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--granata);
    color: var(--white) !important;
}

.custom-file-input:focus~.custom-file-label  {
    border-color: var(--granata);
    box-shadow: 0 0 0 .2rem rgba(61, 61, 56, 0.25);
}

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23000000'/%3e%3c/svg%3e");
}

.form-check-input {
    border-color: var(--black);
}

.form-control:focus,
.form-select:focus,
.form-check-input:focus:not(:checked):not([role="switch"]),
.form-check-input:checked:not([role="switch"]) {
    border-color: var(--black);
}

/*.form-check-input:checked {
    background-color: var(--granata);
}*/

/* CUSTOM VALIDATOR */

.field-validation-error {
    color: #dc3545;
    font-size: 80%;
}

.input-validation-error,
.input-validation-error ~ .form-check-label::before {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.input-validation-error:not([multiple]):not([size]),
.form-select.input-validation-error:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-position: right 0.75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .input-validation-error[role="switch"] {
        padding-right: inherit;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dc3545'/%3e%3c/svg%3e");
        background-size: contain;
    }

        .input-validation-error[role="switch"]:focus {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dc3545'/%3e%3c/svg%3e");
            background-size: contain;
            border-color: #dc3545;
        }

.validation-summary-errors > ul {
    margin-bottom: 0;
}

.field-validation-error > span::before {
    content: "";
    display: inline-block;
    vertical-align: text-bottom;
    width: 16px;
    height: 16px;
    margin-right: 0.25rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
}

/* CUSTOM BOOTSTRAP-SELECT */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #495057;
}

.bootstrap-select > .dropdown-toggle,
.bootstrap-select > .dropdown-toggle:active,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:hover {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: var(--white) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .bootstrap-select > .dropdown-toggle:focus {
        border-color: var(--granata);
        box-shadow: 0 0 0 .2rem rgba(61, 61, 56, 0.25);
    }

.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
}

.bootstrap-select > .dropdown-toggle:after {
    content: none;
}

.bootstrap-select .dropdown-menu li a.dropdown-item.active,
.bootstrap-select .dropdown-menu li a.dropdown-item:active {
    background-color: var(--granata);
}

.input-group-sm > .bootstrap-select > .dropdown-toggle {
    padding-top: 0.25rem;
    padding-right: 1.75rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: calc(1.5em + .5rem + 2px);
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    margin-bottom: 0;
}

.bootstrap-select.form-control-sm > .dropdown-toggle {
    padding-top: 0.25rem;
    padding-right: 1.75rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    height: calc(1.5em + .5rem + 2px);
}

/* Cookiebot * /
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonDecline.CybotCookiebotDialogBodyButton {border-color: #941721;}
#CybotCookiebotDialog #CybotCookiebotDialogPoweredbyCybot {
    display: none;
}*/

/* CUSTOM CSS per ABBONAMENTI */
input[data-visible="none"] {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: -999px;
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
    margin: 0;
}

.css-noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.text-captain {
    font-family: 'gravity';
    font-weight: normal;
}

main a, footer a {
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid;
}

    main a:hover, footer a:hover, main a:active, footer a:active {
        color: inherit;
    }

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, button:focus {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

input:focus, select:focus, textarea:focus,
input:active, select:active, textarea:active {
    outline: none !important;
    outline-width: 0 !important;
    outline-style: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.input-confirm {
    padding: .375rem .75rem;
    border-bottom: 1px solid #ced4da;
}

.separator {
    position: relative;
}
    .separator::before {
        content: "";
        position: absolute;
        display: block;
        width: 96vw;
        height: 1px;
        left: 50%;
        margin-left: -48vw;
        background-color: #ced4da;
    }

.pointer {
    cursor: pointer;
}

.bg-granata {
    background-color: var(--granata);
}

.bg-gray {
    background-color: var(--grigio);
}

.bg-lightgray {
    background-color: #f0f0f0;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

.text-oro { color: var(--oro); }
.text-granata { color: var(--granata); }
.text-grigio { color: var(--grigio); }
.text-umana { color: var(--umana); }

.fw-400 { font-weight: normal; }
.fw-500 { font-weight: 500; }

.btn-form {
    min-width: 120px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-radius: 0;
}

.btn-oro {
    color: var(--white);
    background-color: var(--oro);
    border-color: var(--oro);
}
    .btn-oro:hover {
        color: var(--oro);
        background-color: var(--white);
        border-color: var(--oro);
    }

.btn-grigio {
    color: var(--white);
    background-color: var(--grigio);
    border-color: var(--grigio);
}
    .btn-grigio:hover {
        color: var(--white);
        background-color: var(--grigio-hover);
        border-color: var(--grigio-hover);
    }

.container-large {
    max-width: 1600px;
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}

body {
    font-family: 'gotham', sans-serif;
    font-size: 1rem;
    font-weight: normal;
    overflow-x: hidden;
    color: var(--black);
}

header {
    position: relative;
}

    header::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url('../img/bkg_header_2025.jpg');
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        filter: grayscale(90%);
    }

    /*
    header.mh::before {
        animation: zoom-in 3s ease-in-out;
    }*/

    header::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        background-image: url(../img/texture.png);
        background-repeat: repeat;
    }

    header .row {
        position: relative;
        z-index: 1;
    }

    header.mh .row {
        min-height: 30vh;
    }

    header h1 {
        font-family: 'gravity';
        font-size: 9.2vw;
        font-weight: normal;
        line-height: 0.9;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    header h2 {
        font-family: 'gravity';
        font-size: 11vw;
        font-weight: normal;
        line-height: 1;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    header p {
        font-size: 2vw;
        font-weight: normal;
        line-height: 1;
        text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    }

    header img {
        width: 100px;
    }

.new-subscription {
    margin-bottom: calc(var(--bs-gutter-x) * .5);
}

.new-subscription .brd {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding: 20px;
    border: 3px solid;
}


    .new-subscription h3 {
        font-family: 'gravity';
        font-size: 42px;
        line-height: 50px;
    }

    .new-subscription.renewal .brd {
        border-color: var(--oro);
    }
    
    .new-subscription.new .brd {
        border-color: var(--granata);
    }
    
    .new-subscription.academy .brd {
        border-color: var(--grigio);
    }
    
    .new-subscription.coworkers .brd {
        border-color: var(--umana);
    }

    .new-subscription form {
    }

        .new-subscription form input {
            border-radius: 0;
        }

    .new-subscription.renewal form input:not(.is-invalid):not(:invalid):not(:valid) {
        border-color: var(--oro);
    }


.subscription-type .list-group {
    border-top: 1px solid rgba(0,0,0,.125);
}

    .subscription-type .list-group-item {
        border-top: 0;

    }

.subscription-type .list-group-item:hover {
    background-color: #f0f0f0;
}
        .subscription-type .list-group-item .img-fluid {
            max-width: 120px;
        }

        .subscription-type .list-group-item .price {
            position: relative;
        }

        .subscription-type .list-group-item .abstract {
            font-size: 13px;
            line-height: 1.3;
        }

        .subscription-type .list-group-item .checkbox {
            position: absolute;
            margin-left: -3rem;
            left: 0;
            top: 50%;
            margin-top: -17px;
        }

        .subscription-type .list-group-item .checkbox i {
            font-size: 2rem;
            color: var(--grigio);
        }

        .subscription-type .list-group-item.selected .checkbox i {
            color: initial;
        }

        .subscription-type .list-group-item.selected .checkbox i::before {
            content: "\f14a";
        }

            .subscription-type .list-group-item .price .sale {
                position: relative;
            }

                .subscription-type .list-group-item .price .sale::before {
                    position: absolute;
                    content: "";
                    width: 100%;
                    height: 5px;
                    background-color: var(--umana);
                    transform: rotate(160deg);
                    top: 20px;
                }

            .subscription-type .list-group-item .price .discount::before {
                position: absolute;
                top: -12px;
                right: calc(var(--bs-gutter-x) * .5);
                content: "PREZZO RINNOVO";
                color: var(--white);
                background-color: var(--umana);
                font-family: "gotham", sans-serif;
                font-size: 12px;
                line-height: 1.4;
                font-weight: bold;
                padding-left: 0.5rem;
                padding-right: 0.5rem;
                border-bottom-right-radius: 6px;
                border-top-left-radius: 6px;
            }


/* Mappa Taliercio */
[data-type="SectorsMap"] {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
}

[data-type="SectorsMap"] img {
}

    [data-type="SectorsMap"] [data-type="sector"] {
        position: absolute;
        cursor: pointer;
        z-index: 1;
        border: 2px solid var(--white);
        background-color: var(--granata);
        width: 35px;
        height: 35px;
        line-height: 31px;
        text-align: center;
        border-radius: 50%;
    }

    [data-type="SectorsMap"] [data-type="sector"]:hover {
        background-color: var(--umana);
    }

        [data-type="SectorsMap"] [data-type="sector"][data-sectorid="2"] {
            top: 25%;
            left: 50%;
            width: 148px;
            border-radius: 10px;
            padding: 0 1rem;
            margin-left: -74px;
        }
    [data-type="SectorsMap"] [data-sectorid="3"] {
        top: 34.5%;
        left: 21%;
    }
    [data-type="SectorsMap"] [data-sectorid="4"] {
        top: 22.5%;
        left: 29%;
    }
    [data-type="SectorsMap"] [data-sectorid="5"] {
        top: 14.5%;
        left: 41%;
    }
    [data-type="SectorsMap"] [data-sectorid="6"] {
        top: 14.5%;
        left: 54.5%;
    }
    [data-type="SectorsMap"] [data-sectorid="7"] {
        top: 22.5%;
        left: 66%;
    }
    [data-type="SectorsMap"] [data-sectorid="8"] {
        top: 34.5%;
        left: 74.5%;
    }
    [data-type="SectorsMap"] [data-sectorid="9"] {
        top: 59%;
        left: 74.5%;
    }
    [data-type="SectorsMap"] [data-sectorid="10"] {
        top: 72%;
        left: 66%;
    }
    [data-type="SectorsMap"] [data-sectorid="11"] {
        top: 79.5%;
        left: 54.5%;
    }
    [data-type="SectorsMap"] [data-sectorid="12"] {
        top: 79.5%;
        left: 41%;
    }
    [data-type="SectorsMap"] [data-sectorid="13"] {
        top: 72.5%;
        left: 29%;
    }
    [data-type="SectorsMap"] [data-sectorid="14"] {
        top: 59%;
        left: 21%;
    }

    [data-type="SectorsMap"] [data-type="sector"]::before {
        font-size: 28px;
        font-family: 'gotham';
        font-weight: normal;
        color: var(--white);
    }

    [data-type="SectorsMap"] [data-sectorid="2"]::before {
        content: "Parterre Oro";
    }
    [data-type="SectorsMap"] [data-sectorid="3"]::before {
        content: "1";
    }
    [data-type="SectorsMap"] [data-sectorid="4"]::before {
        content: "2";
    }
    [data-type="SectorsMap"] [data-sectorid="5"]::before {
        content: "3";
    }
    [data-type="SectorsMap"] [data-sectorid="6"]::before {
        content: "4";
    }
    [data-type="SectorsMap"] [data-sectorid="7"]::before {
        content: "5";
    }
    [data-type="SectorsMap"] [data-sectorid="8"]::before {
        content: "6";
    }
    [data-type="SectorsMap"] [data-sectorid="9"]::before {
        content: "7";
    }
    [data-type="SectorsMap"] [data-sectorid="10"]::before {
        content: "8";
    }
    [data-type="SectorsMap"] [data-sectorid="11"]::before {
        content: "9";
    }
    [data-type="SectorsMap"] [data-sectorid="12"]::before {
        content: "10";
    }
    [data-type="SectorsMap"] [data-sectorid="13"]::before {
        content: "11";
    }
    [data-type="SectorsMap"] [data-sectorid="14"]::before {
        content: "12";
    }

[data-type="SeatsMap"] {
    position: relative;
    border: 1px solid #f0f0f0;
    border-radius: .25rem;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
    padding-top: 1rem;
}

    [data-type="SeatsMap"] .sector {
        position: absolute;
        top: 0;
        left: 0.75rem;
        display: inline-block;
        font-family: 'gravity';
        font-weight: normal;
        font-size: 24px;
        line-height: 36px;
        color: var(--white);
        background-color: var(--granata);
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: -36px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    [data-type="SeatsMap"] [data-row] {
        display: flex;
        margin-bottom: 0.25rem;
    }

        [data-type="SeatsMap"] [data-row][data-seats="0"] {
            display: none;
        }

    [data-type="SeatsMap"] .seat {
        width: 18px;
        border: 1px solid #d0d0d0;
        background-color: #f0f0f0;
        text-align: center;
        border-radius: .25rem;
        margin: 0.1rem;
    }

        [data-type="SeatsMap"] .seat.reserved {
            background-color: #000;
            border: 1px solid #000;
            color: var(--white);
            cursor: not-allowed;
        }

        [data-type="SeatsMap"] .seat.not-purchasable {
            position: relative;
            background-color: #bfbfbf;
            border: 1px solid #bfbfbf;
            color: #333;
            cursor: not-allowed;
        }

            [data-type="SeatsMap"] .seat.not-purchasable::before {
                position: absolute;
                content: "";
                width: 80%;
                height: 1px;
                background-color: var(--umana);
                left: 10%;
                top: 50%;
                transform: rotate(45deg);
            }

            [data-type="SeatsMap"] .seat.not-purchasable::after {
                position: absolute;
                content: "";
                width: 80%;
                height: 1px;
                background-color: var(--umana);
                left: 10%;
                top: 50%;
                transform: rotate(-45deg);
            }

        [data-type="SeatsMap"] .seat.free {
            cursor: cell;
            transition: all 0.5s ease;
        }

            [data-type="SeatsMap"] .seat.free:hover {
                background-color: #cddc39;
                border: 1px solid #acb930;
            }
            [data-type="SeatsMap"] .seat.free:hover > div {
                font-weight: 700;
            }

        [data-type="SeatsMap"] .seat.empty {
            cursor: default;
            border: none;
            background: none;
        }

        [data-type="SeatsMap"] .seat > div {
            text-align: center;
            font-size: 12px;
            line-height: 1.8rem;
            font-weight: 500;
        }

        [data-type="SeatsMap"] .seat.oldplace {
            background-color: #2196f3;
            border-color: #1a76bf;
            color: var(--white);
            cursor: pointer;
        }

        [data-type="SeatsMap"] .seat.newplace {
            background-color: #cddc39;
            border: 1px solid #acb930;
            cursor: pointer;
        }

[data-type="SeatsMap"] .row-name {
    font-size: 10px;
    font-weight: 700;
    min-width: 50px;
}

    [data-type="SeatsMap"] .playground {
        text-align: center;
        margin-top: 0.5rem;
    }

        [data-type="SeatsMap"] .playground .txt {
            display: inline-block;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            color: var(--oro);
            font-size: 13px;
            font-weight: 700;
        }

.map-legend {
    position: relative;
    display: flex;
    margin-top: 1.5rem;
}

    .map-legend .icon::before {
        content: "";
        display: inline-block;
        background-color: #f0f0f0;
        border: 1px solid #d0d0d0;
        width: 14px;
        height: 14px;
        margin-right: 0.25rem;
        border-radius: .25rem;
        vertical-align: middle;
        margin-bottom: 2px;
    }

    .map-legend .icon.reserved::before {
        background-color: #000;
        border: 1px solid #000;
    }
    .map-legend .icon.oldplace::before {
        background-color: #2196f3;
        border-color: #1a76bf;
    }
    .map-legend .icon.newplace::before {
        background-color: #cddc39;
        border-color: #acb930;
    }

#frm-subscription .payment-card img {
    max-height: 30px;
}

@media (min-width:768px) {
    header h1 {
        font-size: 2rem;
    }

    header h2 {
        font-size: 3rem;
    }
}

@media (min-width:992px) {
    header.mh .row {
        min-height: 40vh;
    }

    header h1 {
        font-size: 3rem;
    }

    header h2 {
        font-size: 4rem;
    }
    
    header img {
        width: 150px;
    }

    .subscription-type .list-group-item .abstract {
        font-size: inherit;
        line-height: inherit;
    }

    [data-type="SectorsMap"] [data-type="sector"] {
        width: 50px;
        height: 50px;
        line-height: 46px;
    }

    [data-type="SeatsMap"] .seat {
        width: 28px;
    }
}
@media (min-width:1200px) {

    [data-type="SeatsMap"] .seat {
        width: 32px;
    }

        [data-type="SeatsMap"] .seat > div {
            font-size: 14px;
        }

    #frm-subscription .payment-card img {
        max-height: 40px;
    }
}
@media (min-width:1400px) {
    [data-type="SeatsMap"] .seat {
        width: 40px;
    }

    [data-type="SeatsMap"] [data-row][data-seats="0"] {
        display: flex;
    }

    [data-type="SeatsMap"] .seat[data-sectorid="2"] {
        width: 38px;
    }
}

/* Custom per Reyer School Cup */
header[data-type="schoolcup"] img { width: 180px; }
header[data-type="schoolcup"]::before { background-image: url('../img/bkg_schoolcup_header.jpg'); filter: none; }
@media (max-width:767px) {
    header[data-type="schoolcup"] h1 { font-size: 6.5vw; }
    header[data-type="schoolcup"] h2 { font-size: 7.9vw; max-width: 66%; line-height: 0.9em; }
}

/*
    CAMERA
*/
.camera-container {
    position: relative;
    overflow: hidden;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .camera-container .video-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../img/fototessera_mask.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.6;
        z-index: 1;
    }

    .camera-container video.stream-video {
        position: absolute;
        top: calc(50% - 1px);
        left: calc(50%);
        -webkit-transform: scale(1) translate(-50%,-50%);
        -ms-transform: scale(1) translate(-50%,-50%);
        transform: scale(1) translate(-50%,-50%);
    }

@media screen and (orientation:portrait) {
    .camera-container video.stream-video {
        width: 100%;
        height: auto;
    }
}
@media screen and (orientation:landscape) {
    .camera-container video.stream-video {
        width: auto;
        height: 100%;
    }
}
        .camera-container video.stream-video.landscape {
            width: auto;
            height: 100%;
        }

        .camera-container video.stream-video.portrait {
            width: 100%;
            height: auto;
        }

    .camera-container .btn-takepicture {
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        width: 50px;
        height: 50px;
        z-index: 7;
        bottom: 0;
        margin-bottom: 10%;
        left: 50%;
        margin-left: -25px;
        border-radius: 50%;
        text-indent: -999px;
        box-shadow: 0px 0 0 2px rgba(0,0,0,0.6), 0 0px 0 6px rgba(255,255,255,0.8);
        cursor: pointer;
    }

    .camera-container .photo-container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .camera-container .photo {
        max-width: 100%;
    }

    .camera-container .btn-deletepicture {
        position: absolute;
        background-color: rgba(255,255,255,0.8);
        width: 50px;
        height: 50px;
        z-index: 7;
        bottom: 0;
        margin-bottom: 10%;
        left: 50%;
        margin-left: -25px;
        border-radius: 50%;
        box-shadow: 0px 0 0 2px rgb(0,0,0,0.6), 0 0px 0 6px rgba(255,255,255,0.8);
        cursor: pointer;
        text-align: center;
        font-size: 35px;
    }


.animated-br {
    --borderWidth: 3px;
    position: relative;
    border: none !important;
}

    .animated-br::after {
        content: '';
        position: absolute;
        top: calc(-1 * var(--borderWidth));
        left: calc(-1 * var(--borderWidth));
        height: calc(100% + var(--borderWidth) * 2);
        width: calc(100% + var(--borderWidth) * 2);
        z-index: -1;
    }

.animated-bg-oro::after {
    background: #d0b46e;
    background: -moz-linear-gradient(-45deg, #d0b46e 0%, #9f7928 50%, #fdb931 100%);
    background: -webkit-linear-gradient(-45deg, #d0b46e 0%,#9f7928 50%,#fdb931 100%);
    background: linear-gradient(135deg, #d0b46e 0%,#9f7928 50%,#fdb931 100%);
    animation: animated-background 5s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes zoom-in {
    0% {
        background-size: 100%;
    }

    100% {
        background-size: 110%;
    }
}

@keyframes zoom-out {
    0% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes animated-background {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}