@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

div#corsodescription h2 {
    text-align: center;
    line-height: 1em;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}

div#corsodescription h3 {
    text-align: center;
    line-height: 1em;
    font-size: 18px;
    margin-bottom: 25px;
    color: #717171;
}

/*inizio loader*/

div#loading {
    position: fixed;
    z-index: 1000000000;
    width: 100%;
    height: 100vh;
    background: #000000b8;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #fff;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*fine loader*/

.fc-list-empty-wrap2 {
    position: relative;
    background: #fff;
    text-align: center;
}


.fc-list-empty {
    font-family: 'Montserrat';
    margin-top: 20px !important;
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 600;
}

.fc-list-empty>svg {
    margin: 10px auto;
}


.no-posti-liberi {
    font-size: 14px;
    color: #ffffff;
    background: #e12200;
    padding: 10px;
    border-radius: 30px;
    margin-bottom: 0px;
}

.no-posti-liberi-arrow:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 18px solid #e22300;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.no-posti-liberi-arrow {
    margin-bottom: 30px;
}


tr.no-corso-attivo {
    filter: saturate(0);
    opacity: .5;
    background: #b6b6b6;
}

tr.no-corso-attivo td {
    background: transparent;
}

/*tr.fc-list-item {
    width: calc(100% - 70px) !important;
    padding-right: 30px;
}

tr.fc-list-item:before {
    content: '';
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    position: absolute;
    -webkit-transform: rotate(-45deg);
    right: 11px;
    top: calc(50% - 10px);
}*/


body {
    font-family: 'Montserrat';
}


a.navbar-brand>img {
    /*width: 260px;
height: auto;
*/
    max-height: 100px;
    max-width: fit-content;
}


a.home-button svg {
    width: 50px;
}

nav.navbar {
    display: flex;
    justify-content: space-between;
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

div.navbar-footer {
    display: flex;
    justify-content: center;
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 1000;
    bottom: 0;
    background-color: black;
}


.home-button {
    padding: 15px;
    background: #f3bc35;
    border-radius: 3px;
    margin: 10px;
    max-width: 80px;
    max-height: 80px;
    text-align: center;
}

.custom-button {
    padding: 10px;
    background: #f3bc35;
    border-radius: 3px;
    margin: 10px;
    text-align: center;
}

.header-content {
    background-image: url(https://palestrasinergybologna.it/wp-content/uploads/2022/01/corsi-sinergy-bg.jpg?id=17294);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px;
    text-align: center;
}

.header-content h1 {
    color: #fff;
    line-height: 1.3em;
    font-size: 31px;
}

.header-content h1>strong {
    font-size: 55px;
    color: #f2bc35;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0px 20px 20px;
    display: flex;
    align-items: center;
}

ul.ks-cboxtags>li {
    display: flex;
    align-items: center;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 5px;
    border-radius: 40px;
    position: relative;
    margin: 5px 10px;
    font-weight: 600;
    padding-right: 50px;
    line-height: 15px;
}

ul.ks-cboxtags>li>a {
    position: absolute;
    top: calc(50% - 15px);
    width: 30px;
    right: 10px;
}


input.calendarcat[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

label.nomecat {
    cursor: pointer;
    text-indent: -9999px;
    width: 80px;
    height: 40px;
    background: grey;
    display: block;
    border-radius: 100px;
    position: relative;
    margin-bottom: 0px;
    margin-right: 10px;
}



label.nomecat:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}

input.calendarcat:checked+label.nomecat {
    background: #bada55;
}

input.calendarcat:checked+label.nomecat:after {
    left: calc(100% - 5px);
    top: 3px;
    transform: translateX(-100%);
}

label.nomecat:active:after {
    width: 80px;
}

#infocategoriaModalLabel {
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    margin-top: 20px;
}

.dentro {
    fill: #f2bc35;
}

.fuori {
    fill: #015798;
}

/*ul.ks-cboxtags li label{
display: inline-block;
background-color: rgba(255, 255, 255, .9);
border: 2px solid rgba(139, 139, 139, .3);
color: #adadad;
border-radius: 25px;
white-space: nowrap;
margin: 3px 0px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

ul.ks-cboxtags li label::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
font-family: "Font Awesome 5 Free";
font-weight: 900;
font-size: 20px;
    line-height: 20px;
padding: 2px 6px 2px 2px;
content: "-";
transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "+";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
    font-size: 20px;
    line-height: 20px;
        padding: 2px 6px 2px 2px;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #015798;
    background-color: #015798;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
position: absolute;
opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
border: 2px solid #bababa;
}*/



.filtri h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #6c6c6c;
}

.filtri {
    background: #fff;
    margin: -100px 50px 10px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 37%) 0px -20px 20px -20px;
}





/*calendar*/

#calendar {

    background-color: white;
    padding: 30px 2px;
    border-radius: 30px;
}

.fc-event .fc-bg-0s {
    z-index: 1;
    background: #979797;
    opacity: 0.90;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.fc .fc-button-group>* {
    float: left;
    margin: 3px;
    border-radius: 26px;
    padding: 0px 8px;
    background-color: #000 !important;
}

.fc .fc-button-group .ui-state-hover>* {
    background-color: #000 !important;
}
.fc .fc-button-group .ui-state-active>*:hover {
    background-color: #000 !important;
}

.fc .fc-button-group .fc-state-disabled>* {
    background-color: #ededed !important;
}
.fc .fc-button-group>*:disabled {
    background-color: #ededed !important;
}
.ui-icon {
    margin-top: -.15em;
}

.fc-right button {
    padding: 10px 20px !important;
    line-height: 10px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #bbb;
    width: 165px;
    background: #ddd;
}


.fc-right button.ui-state-active:hover {
    border: 3px solid #f3bc35;
    background: #015798;
    font-weight: normal;
    color: #ffffff;
}

.fc-right button.ui-state-active {
    background: #f3bc35;
    color: #015798;
    border: 3px solid;
}

.fc-view-container thead.fc-head {
    font-family: 'Montserrat';
}

.pdf-progress {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.pdf-progress-bar {
    width: 0%;
    max-width: 240px;
    height: 6px;
    border-radius: 999px;
    background: linear-gradient(90deg, #015798, #f3bc35);
    transform-origin: left center;
    transition: width 5s linear;
}

.pdf-progress p {
    font-family: 'Montserrat';
    font-size: 15px;
    color: #015798;
    margin: 0;
}

@keyframes pdf-progress-pulse {

    0%,
    100% {
        transform: scaleX(0.4);
        opacity: 0.6;
    }

    50% {
        transform: scaleX(1);
        opacity: 1;
    }
}

.fc-center>h2 {
    font-family: 'Montserrat';
    font-size: 25px;
    border-bottom: 3px solid #f3bc35;
    font-weight: 600;
    line-height: 25px;
    padding-bottom: 12px;
    padding-top: 5px;
}

.fc-time-grid .fc-slats td {
    height: 5.5em;
    border-bottom: 0;
}

.fc-time-grid-event .fc-content {
    overflow: auto;
}



.ui-widget-header {
    border: 0px solid #015798 !important;
    background: #f3bc35;
    color: #015798;
    font-weight: bold;
    padding: 15px 5px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-left: 1px solid #fff !important;

}

.ui-widget-header:first-child {
    border-left: 0px solid #fff !important;

}

.fc-left button {
    background: #f3bc35;
}

button.fc-today-button {
    padding: 10px 20px !important;
    line-height: 10px;
    font-size: 19px;
    font-family: 'Montserrat';
    font-weight: 600;
    width: 165px;
    background: #f3bc35;
    color: #015798;
    border: 3px solid;
    border-radius: 26px;
}


.fc-zeroseats {
    position: absolute;
    width: 100%;
    z-index: 40;
    bottom: 0;
}

.fc-zeroseats-text {
    text-align: left;
    /*font: italic bold 10px/30px Georgia, serif;*/
    color: #FFF;
    text-shadow: 1px 1px #000000;
    z-index: 41;
}

.fc-list-item-title .checkmark3,
.fc-zeroseats .checkmark3 {
    width: 25px;
    height: 25px;
    stroke: #df0;
    stroke-miterlimit: 10;
}



#iscrivitiform label {
    font-size: .9rem;

    margin-top: 17px;
}


div#invia_posti_disponibili,
div#invia_posti_non_disponibili,
div#bottoni_modalmenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}


button.btn.annulla {
    background: #f3f3f3;
    height: 60px;
    width: 100%;
    color: #757575;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

button.btn.annulla svg {
    fill: #757575;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: -20px;
}

button.btn.codice-segreto {
    width: 100%;
    background: #f2bc35;
    color: #015798;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

button.btn.codice-segreto span {
    font-size: 18px;
    font-weight: 500;
}

button.btn.codice-segreto svg {
    fill: #015798;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: -20px;
}

button.btn.iscrivimi,
button.btn.disiscrivimi,
button.btn.prenotami {
    width: 100%;
    background: #015798;
    color: #f2bc35;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

a.btn {
    width: 100%;
    background: rgb(242, 188, 53);
    color: #757575;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

button.btn.iscrivimi span {
    font-size: 18px;
    font-weight: 500;
}

button.btn.iscrivimi svg,
button.btn.prenotami svg {
    fill: #f3bc35;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    margin-left: -20px;
}

.close>span>svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: #015798;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: -10px;
}

#successo-prenotazione>div.modal-dialog,
#prenotacorsoModal>div.modal-dialog,
#expiredCourseModal>div.modal-dialog,
#unsubscribeModal>div.modal-dialog {
    position: fixed;
    left: calc(50% - 200px);
    bottom: 0px;
    width: 400px;
    margin: 0px;
    max-width: initial;
    height: calc(100% - 150px);
    background: #fff;
    border-top-left-radius: 20px;
    overflow: hidden;
    border-top-right-radius: 30px;
}

#unsubscribeModal>div.modal-dialog {
    height: 300px !important;
}


.expCourseMobile {
    display: none !important;
}



.modal.fade .modal-dialog {
    animation: entra .2s;
}

.modal-content {
    border: 0px;
    height: 100%;
    overflow-y: auto;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

.modal-header h5 {
    color: #555;
}

.modal-body {
    padding-top: 0px;
}

.nome-corso {
    font-size: 35px;
    text-align: center;
    color: #015798;
    font-weight: 600;
}

.descrizione {
    text-align: center;
    color: #555;
    padding-top: 10px;
    border-top: 0.7px solid #ddd;
    margin: 15px 15px 10px;
    width 100%: ;
}

.descrizione strong {
    color: #015798;
}

.modal-footer {
    border: 0px;
}





.container-fluid {

    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 50px;
    box-shadow: inset rgb(0 0 0 / 37%) 0px -18px 9px -5px;

}

.starter-template {
    border: 1px solid #e5e5e5;
    /*padding: 2px;*/
    border-bottom: 1px solid #e5e5e5;
    box-shadow: rgb(0 0 0 / 37%) 0px 0px 20px 0px;
}

.filtri {
    background: #fff;
    /*margin: -100px -10px 10px;*/
    margin: -100px 0px 10px;
    padding: 8px 5px;
    border-radius: 30px;
    box-shadow: rgb(0 0 0 / 37%) 0px -20px 20px -20px;
    border-top: 1px solid #e5e5e5;
}



/* sticky bar */
.fc-list-table th {
    border-width: 1px 0 0;
    padding: 8px 14px;
}

th {
    position: sticky !important;
    top: 0 !important;
    /* Don't forget this, required for the stickiness */
    z-index: 50;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

/* modal menu*/

#menuModal .modal-dialog {
    width: 100%;
    height: 80%;
    padding: 0;
}

#menuModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    background-color: transparent !important;
}

#menuModal h1 {

    font-family: Montserrat, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 50px;
}

#menuModal a {
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    padding: 0;
    display: block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    transition: color .15s ease;
}

#menuModal a:hover {
    color: #ffaa21;
    text-decoration: none;

}

.home-button {
    display: block;
}

.home-button .fa {
    color: grey;
    font-size: 40px;
}

#menuModal center {

    padding-top: 75px;
}

.form-iscrizione input::-webkit-input-placeholder {
    text-align: center;
}

.form-iscrizione input:-ms-input-placeholder {
    text-align: center;
}

.form-iscrizione input::placeholder {
    text-align: center;
}

.form-iscrizione input {
    text-align: center;
    border-radius: 20px;
}

.form-iscrizione {
    padding: 10px 15px 20px;
    margin: 0px 10px;
    background: #f4f4f4;
    border-radius: 20px;
}


.form-iscrizione label {
    font-size: .9rem;
    margin-top: 17px;
    color: #005898;
    font-weight: 600;
    text-align: center;
}

.red {

    color: red;

}




.wrapper>svg {
    transform: scale(3) !important;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 70px auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none
    }

    50% {
        transform: scale3d(1.1, 1.1, 1)
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142
    }
}


@keyframes entra {
    0% {
        bottom: -100vh;
    }

    100% {
        bottom: 0px;
    }
}

#calendar-id .fc-widget-content:not(.fc-axis) {
    background: #FFF !important;
}





.orari-prenotazione h3 {
    font-weight: 600;
    font-size: 19px;
    color: #015798;
}

.orari-prenotazione b {
    font-weight: 600;
    font-size: 15px;
    color: #666;
}

button.tabs-prenota {
    padding: 10px 20px !important;
    line-height: 10px;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 600;

    background: transparent;
    color: #015798;
    border: 3px solid;
    border-radius: 26px;
    margin: 5px;
    width: calc(50% - 10px);
    line-height: 19px;
    word-wrap: break-word;
}

button.tabs-prenota.active {

    background: #f3bc35;

}

.orari-prenotazione a>svg {
    width: 30px;
}


a.customercare>svg {
    width: 40px;
}

.orari-prenotazione td {
    vertical-align: middle;
}



/*! CSS Used from: https://www.gymincloud.com/corsi/online/css/custom.css */

button.tabs-prenota.active {
    transform: scale(1);
    box-shadow: rgb(0 0 0 / 25%) 0px -2px 9px, rgb(0 0 0 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(0 0 0 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;
}

button.tabs-prenota {
    transform: scale(0.88);
}

.nav-tabs {
    border-bottom: 0px;
    margin-bottom: 15px;
}

th.tdhead {
    border-top: 0px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: #fff;
}

.close>span>svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    fill: #015798;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: -10px;
}

.modal.fade .modal-dialog {
    animation: entra .2s;
}

.modal-content {
    border: 0px;
    height: 100%;
    overflow-y: auto;
}

.modal-header {
    border-bottom: 0px;
    padding-bottom: 0px;
    justify-content: center;
}

.modal-header h5 {
    color: #555;
}

.modal-body {
    padding-top: 0px;
}

.modal-footer {
    border: 0px;
}

.orari-prenotazione td>a {
    margin: 5px;
}

.nome-corso {
    font-size: 35px;
    text-align: center;
    color: #015798;
    font-weight: 600;
}

button.btn.annulla {
    background: #f3f3f3;
    height: 60px;
    width: 100%;
    color: #757575;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

button.btn.elimina {
    background: #ff0000;
    height: 60px;
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    line-height: 17px;
    height: 60px;
    padding: 12px 20px;
    text-align: left;
    display: flex;
    border-radius: 30px;
    margin-bottom: 5px;
    align-items: center;
    justify-content: center;
}

.cancel {

    color: red;
}

span.cancelbar {
    text-decoration: line-through;
}


@media screen and (max-width: 600px) {

    .fc-center>h2 {
        margin-top: 30px;
    }

    nav.navbar {
        display: flex;
        justify-content: space-between;
        background: #0000001c;
        position: absolute;
        width: 100%;
        z-index: 1000;
    }

    div.navbar-footer {
        flex-direction: column;
        display: flex;
        width: 100%;
        background-color: black;
    }

    div.navbar-footer a {
        padding: 22px 30px !important;
        line-height: 10px;
        font-size: 19px;
        font-family: 'Montserrat';
        font-weight: 600;
        margin: 10px;
        border-radius: 3px;
        text-align: center;
    }


    a.navbar-brand>img {
        width: 200px;
    }


    a.navbar-brand>img {

        max-height: 100px;
        max-width: fit-content;
    }

    .home-button,
    .custom-button {

        min-width: 50px;
        min-height: 50px;

    }

    .container-fluid {

        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 50px;
        box-shadow: inset rgb(0 0 0 / 37%) 0px -18px 9px -5px;

    }

    .starter-template {
        border: 1px solid #e5e5e5;
        padding: 2px;
        border-bottom: 1px solid #e5e5e5;
        border-radius: 0 0 30px 30px;
        box-shadow: rgb(0 0 0 / 37%) 0px 0px 20px 0px;
    }



    ul.ks-cboxtags {
        padding: 0px 0px 20px;
        flex-wrap: wrap;

    }

    ul.ks-cboxtags>li {
        width: calc(100% - 10px);
        display: flex;
        align-items: center;
        width: calc(100% - 10px);
        display: flex;
        align-items: center;
        background: #f3f3f3;
        padding: 5px;
        border-radius: 40px;
    }


    .header-content h1 {
        font-size: 23px;
    }

    .header-content h1>strong {
        font-size: 35px;
        color: #f2bc35;
    }




    .fc-right {
        display: none;
    }

    .fc-toolbar .fc-left {
        float: none;
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .ui-widget-content {
        border: 0px solid #dddddd;
        background: #f3f3f3;
        border-radius: 30px;
        color: #333333;
    }

    .fc-zeroseats {
        position: relative;
        width: 100%;
        text-align: left;
    }

    .fc-zeroseats-text {
        color: #000;
        text-shadow: none;
    }

    .fc-list-item-title .checkmark3,
    .fc-zeroseats .checkmark3 {
        width: 25px;
        height: 25px;
        stroke: #f3bc35;
        animation: none;
        margin: 0 !important;
    }


    #prenotacorsoModal>div.modal-dialog,
    #expiredCourseModal>div.modal-dialog,
    #successo-prenotazione>div.modal-dialog,
    #unsubscribeModal>div.modal-dialog,
    #iscrizioneDetailModal>div.modal-dialog {
        position: fixed;
        bottom: 0px;
        width: 100%;
        margin: 0px;
        left: 0px;
        max-width: initial;
        height: calc(100% - 50px);
        background: #fff;
        border-top-left-radius: 20px;
        overflow: hidden;
        border-top-right-radius: 30px;
    }


    div#invia_posti_disponibili,
    div#invia_posti_non_disponibili {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
    }

    .fc-list-empty-wrap2 {
        top: auto;

    }

    #menuModal a {
        font-size: 20px;

    }

    .ui-widget-content svg {
        min-height: 20px;

    }


    /*
	*/
    td.fc-list-item-time.ui-widget-content>div.fc-zeroseats:before {
        display: none;
    }

    table.fc-list-table {
        font-family: 'Montserrat';
    }

    td.fc-list-item-marker.ui-widget-content>svg {
        width: 60px;
    }

    td.fc-list-item-marker.ui-widget-content>span {}

    .fc-zeroseats:before {
        content: 'Full';
        padding: 5px;
        background: #f00;
        color: #fff;
        font-weight: bold;
        border-radius: 5px;
        text-align: center;
        display: block;
        width: 40px;
        margin: 5px auto;
    }

    td.fc-list-item-time.ui-widget-content>a {
        white-space: normal;
    }

    td.fc-list-item-marker.ui-widget-content>svg {
        width: 60px;
        margin: 0px auto;
    }

    td.fc-list-item-marker.ui-widget-content {
        text-align: center;
        padding: 8px 0px !important;
        display: flex;
        flex-direction: column;
        width: 20%;
        justify-content: center;
        max-width: 1005;

    }

    tr.fc-list-item {
        position: relative;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #33333326;
    }

    td.fc-list-item-time.ui-widget-content {
        width: 50%;
    }

    td.fc-list-item-title.ui-widget-content {
        width: calc(30% - 25px);
        padding-right: 25px;
        padding-left: 0px;
    }

    td.fc-list-item-time.ui-widget-content>strong {
        font-size: 20px;
        font-weight: 500;

    }

    td.fc-list-item-time.ui-widget-content>a>strong {
        font-size: 17px;
        font-weight: 500;
        white-space: normal;
    }

    span.fc-zeroseats-text {
        color: #ff0200;
    }

    td.fc-list-item-title>a {
        text-align: left;
        line-height: 1em;
        display: block;
        font-weight: 600;
        color: #00589d;
    }

    td.fc-list-item-title>a:after {
        content: '';
        position: absolute;
        top: auto;
        border: solid #00589d;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 13px;
    }

    tr.fc-list-item:after {
        display: none;
    }

    td.fc-list-item-title>a.corso-full {
        text-align: left;
        line-height: 1em;
        display: block;
        font-weight: 600;
        color: #f00;
    }

    td.fc-list-item-title>a.corso-full:after {
        content: '';
        position: absolute;
        top: 50%;
        border: solid #f00;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        right: 13px;
    }

    .ui-widget-content {
        border: 0px solid #dddddd !important;
        background: #f3f3f3;
        border-radius: 0px;
        color: #333333;
    }



    .fc-event-dot {
        margin: 50%;

    }


    tr.no-corso-attivo td {
        background: transparent;
    }

    tr.no-corso-attivo {
        filter: saturate(0);
        opacity: .5;
        background: #b6b6b6;
    }

}

.download-pdf-btn {
    border: none; /* 1px #d0d0d0 solid !important; */
    padding: 2px 5px 3px 3px !important;
    border-radius: 5px !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7) !important;;
}

.download-pdf {
    border: 1px #d0d0d0 solid !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 5px !important;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3) !important;
    background-color: #f3f3f3 !important;
    color: #212529 !important;
}

.download-pdf-btn:hover {
    text-decoration: none;
}

.download-pdf:hover {
    text-decoration: none;
}

/* .fc-center h2:not(a) {
    transform: scaleY(1.2);
    display: inline-block;
} */

.download-pdf {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    background-color: transparent;
    border: 2px solid #a9a9a9;
    overflow: hidden;
    z-index: 0;
}

/* Pseudo-element per il riempimento */
.download-pdf::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #a9a9a9;
    z-index: -1;
    /* transition: width 5s linear; */
}

/* Classe attivata al click */
.download-pdf.attiva::before {
    animation: riempi-ciclico 5s linear infinite;
}

@keyframes riempi-ciclico {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}