@charset "utf-8";

:root{
    --blu-scuro: #111C4E;
    --oro: #FFCB58;
    --oro-chiaro: #FFDD7F;
    --bordeaux-scuro:#5D0024;
    --bianco: #FFFFFF;
    --font-moret: moret, serif, pt sans,Arial,Helvetica,sans-serif;
    --font-europa: europa, sans-serif;
}
body {
    font-family: var(--font-europa);
    background: var(--blu-scuro);
    color: var(--bianco);
    font-size: 1.2rem!important;
}

h1,h2,h3,h4,h5,h6,.navbar .nav>li>a,.nav-link, select,.select2, .select2 *, button, a.btn, .btn, input,label,textearea,.select2-results, select2-results >*    {
    font-family: var(--font-moret);
}
.select2, .select2 *, .select2-container{
    color: var(--blu-scuro)!important;
}

a {
    color: #f84d26
}

a:hover,a:focus {
    color: var(--oro-chiaro)
}

ul,ol {
    list-style: none
}

iframe {
    border: 0
}

.jumbotron {
    position: relative;
    color: #fff
}

.masthead {
    height: 840px;
    background-image: url(../images/home/header.webp);
    background-repeat: no-repeat;
    background-color:var(--blu-scuro);
    overflow: hidden;
    /*background-attachment: fixed;*/
    background-position: center center;
    background-size: cover;
    -ms-background-position-x: center!important
}

.navbar {
    background: var(--blu-scuro)
}

.navbar-inner {
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-top: 5px;
    filter: none;
    -ms-filter: none
}

.navbar .nav>li>a {
    color: #fff;
    text-transform: uppercase;
    text-shadow: none
}

.navbar .nav>li>a:focus,.navbar .nav>li>a:hover {
    color: var(--blu-chiaro)
}

.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus {
    background: 0 0;
    color: #f84d26;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.navbar .nav {
    padding-top: 5px
}

.navbar .btn,.navbar .btn-group {
    margin-top: 0
}

.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #fff;
    background-color: transparent
}

.navbar li.dropdown:hover ul {
    display: block
}

.navbar .pull-right>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-right {
    top: 97%
}

.navbar-absolute+div {
    margin-top: 68px
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a {
    background: var(--bordeaux-scuro);
    background-image: none
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    background: var(--bordeaux-scuro)
}

.btn {
    background: #8b8b8b;
    color: #fff;
    text-shadow: none;
    border: 0
}

.btn:hover,.btn:focus,.btn:active {
    background: #6f6f6f;
    color: #fff
}

.btn-med {
    font-size: 14px;
    padding: 5px 18px
}

.btn-large {
    font-size: 18px;
    padding: 20px 50px
}

.btn-success {
    background-color: #2cc76a;
    background-image: none;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}

.btn-success:hover,.btn-success:focus,.btn-success:active {
    background-color: #22bb5f!important;
    color: #fff!important
}

.btn-primary {
    background-color: #2db6d8;
    background-image: none;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active {
    background-color: #209ab8!important;
    color: #fff!important
}

.btn-danger {
    background-color: #e03114;
    background-image: none;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25)
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active {
    background-color: #d62d11!important;
    color: #fff!important
}

.navbar .nav>.active>a.btn {
    background-color: #22bb5f!important;
    color: #fff!important
}

.hero-unit {
    background: 0 0;
    text-align: center;
    padding-top: 250px;
    padding-bottom: 0
}

.hero-unit h1 {
    padding-bottom: 15px;
    font-size: 90px;
    text-shadow: 0 0 10px rgba(0,0,0,.5)
}

.hero-unit img {
    max-width: 80vw;
}
.hero-unit h3 {
    font-weight: 400;
    padding-bottom: 15px;
    font-size: 30px
}

.slide2 {
    background: 0 0;
    text-align: center;
    padding-top: 100px
}

.slide2 h1 {
    font-size: 50px
}

.slide3 {
    background: 0 0;
    text-align: center;
    padding-top: 100px
}

.slide3 h1 {
    font-size: 50px;
    padding-top: 10px
}

.slide3 h3 {
    font-size: 20px;
    padding-right: 20px
}

.fancy {
    line-height: .5;
    text-align: center
}

.fancy span {
    display: inline-block;
    position: relative
}

.fancy span:before,.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    top: 8px;
    width: 150px
}

.fancy span:before {
    right: 100%;
    margin-right: 15px
}

.fancy span:after {
    left: 100%;
    margin-left: 15px
}

.PageHead {
    margin: 20px 0;
    text-align: center
}

.PageHead h3 {
    text-align: center;
    text-transform: uppercase
}

.PageHead h3 span,.PageHead h4 span {
    display: block;
    line-height: 0
}

.PageHead.inverse {
    color: #fff
}

.EventsList {
    margin-bottom: 15px
}

.EventsList .thumbnail {
    border: 0;
    text-align: center;
    text-transform: uppercase;
    box-shadow: none
}

.EventsList .thumbnail h3 {
    color: var(--bordeaux-scuro);
    font-size: 20px;
    line-height: 1
}

.EventsList .thumbnail,.EventsList .caption {
    margin: 0;
    padding: 0;
    color: white;
}

.showmore {
    border: 1px var(--blu-chiaro) solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 10px;
    color: #666
}

.showmore:hover {
    text-decoration: none;
    color: #999
}

.sectionfooter {
    margin: 30px 0
}

.about {
    color: #fff;
    /*background: url(../images/section.jpg) #000 center center;
    
    background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;
    -ms-background-position-x: center!important*/
    overflow: hidden;
}

.theteam {
    margin-bottom: 30px
}

.theteam img {
    cursor: pointer
}

.theteam img:hover {
    opacity: .5
}

.Gallery ul li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1%
}

.Gallery ul li img {
    min-width: 100%
}

.ourmedia {
    color: #fff;
    /*   background: url(../images/media_img.jpg) #000 center center;*/
    /*   background: url(../images/section.jpg) #000 center center;
       
       background-attachment: fixed;
       background-position: 50% 0;
       background-size: cover;
       -ms-background-position-x: center!important;*/
    overflow: hidden;
}

.MediaThumb {
    margin: 30px 0
}

.MediaThumb div {
    cursor: pointer
}

.MediaThumb img {
    /*border: solid 5px #151515;*/
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.MediaThumb p {
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
    background: 0 0;
    border: solid 5px transparent;
    color: var(--oro);
    font-family: var(--font-moret);
}

.MediaThumb div:hover img {
    border: solid 5px var(--oro);
}

.MediaThumb div:hover p {
    background: var(--oro);
    border: solid 5px var(--oro);
    color: #333
}

.ContactUs {
    margin-top: 25px
}

.ContactUs input[type=text],.ContactUs input[type=email] {
    height: 50px
}

.ContactUs textarea {
    height: 150px
}

.footer {
    color: #fff;
    /*background: url(../images/footer.jpg) no-repeat #000 center center;*/
    background-color: var(--blu-scuro);
    overflow: hidden;
    /*background-attachment: fixed;
    background-position: 50% 0;
    background-size: cover;*/
    /*    padding-bottom: 5px;
        padding-top: 15px;*/
    -ms-background-position-x: center!important
}

#TwitterBlock {
    width: 100%;
    text-align: center
}

#TwitterBlock iframe {
    width: 100%;
    height: auto
}

#TwitterLogo {
    width: 50px;
    margin: 10px auto
}

#TwitterLogo img {
    max-width: 100%
}

#TwitterFooter {
    font-size: 12px;
    color: #999;
    text-align: center;
    position: relative;
    margin-top: -50px
}

.socialButtons {
    text-align: center;
    margin: 0;

}

.socialButtons a {
    padding: 5px
}

.socialButtons a:hover {
    opacity: .5
}
.socialButtons img{
    width: 30px;
    height: 30px;
}

.blogpost {
    margin-bottom: 30px
}

.blogpost img {
    padding: 10px 0;
    max-width: 100%;
    min-width: 100%
}

.blog h1.title {
    font-size: 30px;
    line-height: 32px
}
.title {
    font-size: 30px;
    line-height: 32px
}

.blog h3.subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px
}

.bloglist {
    margin: 0;
    padding: 0;
    list-style: none
}

.bloglist li {
    padding: 5px 0;
    color: #fff
}

.bloglist li a {
    color: #666
}

.commentform input {
    height: 40px
}

.commentform textarea {
    height: 150px
}

.commentform p {
    text-align: right
}

.commentform .btn {
    margin-right: 0
}

.media-list p {
    margin-bottom: 30px
}

.media-list .timestamp {
    font-size: 12px;
    color: #999;
    display: block;
    padding: 5px 0
}

.pagenotfound {
    background: url(../images/404.jpg) no-repeat center center;
    background-size: cover;
    display: table;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff
}

.pagenotfound .content404 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

.pagenotfound h1 {
    font-size: 150px;
    font-weight: 700;
    margin: 50px 0
}

.comingsoon {
    background: url(../images/header_img1.jpg) no-repeat center center;
    background-size: cover;
    display: table;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff
}

.comingsoon .contentcoming {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff
}

@media(max-width: 979px) {
    .hero-unit {
        padding-top:250px
    }

    .hero-unit h1 {
        font-size: 60px
    }

    .hero-unit h3 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 400
    }

    .navbar .btn-navbar {
        margin-top: 20px;
        background: 0 0;
        text-shadow: none;
        border: 0;
        box-shadow: none
    }

    .navbar .btn-navbar:hover {
        background: 0 0
    }

    .navbar-fixed-top.navbar-absolute {
        position: absolute;
        margin: 0
    }

    .nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus {
        background: 0 0
    }

    .slide2,.slide3 {
        padding-top: 75px
    }

    .slide3 h1 {
        font-size: 25px
    }

    .slide3 h3,.slide2 h3 {
        font-size: 18px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 400
    }
}

@media(max-width: 767px) {
    .jumbotron,.about,.ourmedia {
        padding:20px;
        margin-top: -20px;
        margin-right: -20px;
        margin-left: -20px;
        height: auto
    }

    .masthead {
        background-size: cover;
        background-attachment: scroll
    }

    .PageHead h3,.FeatLayout h3 {
        font-size: 20px;
        line-height: 25px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .jumbotron .navbar-fixed-top.navbar-absolute {
        top: 20px
    }

    .navbar .btn-navbar {
        margin-top: 23px
    }

    .theteam [class*=span] {
        width: 30%;
        float: left;
        margin-right: 3%;
        margin-bottom: 30px
    }

    .Gallery ul li {
        width: 50%;
        padding: 2%
    }

    .mediavideo iframe {
        width: 100%
    }

    .MediaThumb [class*=span] {
        width: 46%;
        float: left;
        margin-right: 2%
    }

    .sectionfooter {
        margin-bottom: 50px
    }

    .footer {
        padding: 20px;
        margin-bottom: -20px;
        margin-right: -20px;
        margin-left: -20px
    }

    .footer, .row,.jumbotron,.about,.ourmedia {

        margin-right: 0!important;
        margin-left: 0!important;
    }
}


@media(max-width: 480px) {
    .hero-unit h1 {
        font-size:20px
    }

    .slide2 iframe {
        width: 100%;
        height: 200px
    }

    .mediavideo iframe {
        height: 200px
    }

    .flex-direction-nav {
        display: none
    }

    .hero-unit {
        padding-top: 190px
    }

    .hero-unit h1 {
        font-size: 42px
    }
    .footer, .row,.jumbotron,.about,.ourmedia {

        margin-right: 0!important;
        margin-left: 0!important;
    }
}

.moreevents {
    display: none
}

.moreevents .EventsList:last-child {
    margin-bottom: 0
}

#ticker,#ticker .query {
    font: 120% Georgia,times new roman,Times,serif;
    color: #fff;
    text-align: center
}

#ticker p {
    font-size: 120%
}

.audioembed,.subscribe {
    padding-bottom: 25px
}

.audioembed iframe {
    z-index: -1
}

.subscribe input[type=text],.subscribe input[type=email] {
    height: 50px;
    margin-bottom: 20px
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: .4;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat
}

.playvideo .videoload {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center
}

.playvideo {
    position: relative
}

ul {
    margin: 0;
    padding: 0
}

.brand img {
    max-height: 50px;
}

.brand {
    padding-top: 0px!important;
}
.navbar-inner{
    padding-top: 10px!important;
}

#sardegna_map, .sardegna_maps{
    max-width: 100%;
}
.hidden{
    display:none!important;
}

.country{
    cursor: pointer;
}
.country.active{
    color: var(--oro);
}

.bg-blu{
    background-color: var(--blu-scuro)!important;
    color: white!important;
}

.color-oro{
    color:var(--oro)!important;
}
.pb-100{
    padding-bottom: 100px!important;
}

.btn-primary{
    background-color: var(--oro)!important;
    color: var(--blu-scuro)!important;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: var(--oro-chiaro)!important;
}
.mw-100{
    max-width: 100%;
}

.mb-80{
    margin-bottom: 80px;
}
.mb-100{
    margin-bottom: 100px;
}
.swiper img {
    max-width: 300px;/*100%;*/
}
#footer .swiper img {
    max-width: 100%;
}

body, html {
    background-color: var(--blu-scuro)!important;
}
.bg-white{
    background-color: white!important;
}
.event-location{
    margin-bottom:0!important;
    text-transform: none!important;
}
.event-date{
    font-size: 12px;
}
.caption h5{
    text-transform: none!important;
}
.text-justify{
    text-align: justify;
}
.caption img{
    padding-left: 20%!important;
    padding-right: 20%!important;
    margin-bottom:10px;
    max-width: 100%;
}
hr{
    color: #fff!important;
    margin-top:38px;
    height: 0!important;
    margin-bottom:52px;
}
div#media {

}
.bg-light{
    background-color: none/* #f8f9fa05*/!important;
}
.color-white{
    color: white!important;
}

.btn-primary-blu {
    color: var(--oro)!important;
    background-color: var(--blu-scuro)!important;
    border: 1px solid var(--oro);
}
.country-maps-container img{
    max-height: 80vh;
    margin-left: auto;
    margin-right: auto;
}

.footer a,.footer a:visited,.footer a:hover{
    color: var(--oro)!important;
}
#flag-it, #flag-en, #flag-sardo{
    opacity: 0.3;
}

#flags-container{
    padding-top: 5px;
}
#flags-container .active{
    opacity: 1;
}

#activity-categories a,#activity-categories a:visited{
    color: white!important;
    font-family: var(--font-moret)!important;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}
#activity-categories a:hover, #activity-categories a.active{
    color: var(--oro)!important;
}
.activity{
    text-align: center!important;
}
h1>a,h2>a,h3>a,h4>a,h5>a{
    text-decoration: none!important;
    color: unset!important;
}

.activity h2{
    font-size: 1.5rem!important;
}
.activity p{
    /* text-align: justify!important;*/
}
.activity .subtitle{
    /*font-size: 13px!important;*/
}
#find-activity{
    font-family: var(--font-moret)!important;

}
#find-activity-icon{
    background-color: var(--blu-scuro)!important;

}
#find-activity-icon a{
    cursor:pointer;

}

#resource-categories a,#resource-categories a:visited{
    color: white!important;
    font-family: var(--font-moret)!important;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}
#resource-categories a:hover, #resource-categories a.active{
    color: var(--oro)!important;
}


.resource h2{
    font-size: 1.3rem!important;
}
.resource p{
    text-align: justify!important;
}
.resource .tag{
    font-family: var(--font-europa)!important;
    font-size: 14px!important;
}
.resource .subtitle{
    /*font-size: 13px!important;*/
}

.resource img{
    cursor: pointer;
}
#find-resource{
    font-family: var(--font-moret)!important;

}
#find-resource-icon{
    background-color: var(--blu-scuro)!important;

}
#find-resource-icon a{
    cursor:pointer;

}


address a, address a:visited{
    color: var(--oro)!important;
    font-family: var(--font-moret)!important;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
}
address {
    margin-top:30px;
    font-family: var(--font-moret)!important;
}

address a:hover{
    color: white!important;
}

label{
    opacity: 0.6!important;
}
.overme {
    max-width: 60px!important;
    max-height: 60px!important;
    min-width: 60px!important;
    min-height: 60px!important;
}


#modalResource{
    color: white!important;
}
#modalResource .modal-dialog {
    /*max-width: 80vw!important;*/
    max-width: 800px!important;
    margin: 30px auto;
    background-color: var(--blu-scuro)!important;

}
#modalResource img{
    max-height: 70vh!important;
    max-width: 70vw!important;
    width: 100%;

}
#modalResource .modal-body {
    position:relative;
    padding:0px;
    text-align: center;
    background-color: var(--blu-scuro)!important;

}
#modalResource .btn-close {
    position:absolute;
    right:0px;
    top:0;
    background-color: var(--oro)!important;

}

#modalResource-description{
    max-width:    800px!important;/*70vw!important;*/
    height: auto;
    text-align: justify;
    margin-left: 5vw;
    margin-right: 5vw;
}

.moret{
    font-family: var(--font-moret)!important;
}

.footer hr{
    margin-top: 0!important;
    margin-bottom: 30px!important;
}

.hero-unit .subtitle span{
    text-shadow:1px 1px 6px black;

}

label{
    color: var(--blu-scuro)!important;
}
iframe#video {
    min-height: 60vh;
    width: 100%;
}
#modalResource .modal-content {
    background-color: var(--blu-scuro)!important;
}
.resource-2 img {
    margin-top: 9.5%;
    margin-bottom: 9.5%;
}
b, b a{
    color: var(--oro)!important;
    text-decoration: none;
}

.hidden{
    display: none;
}

#swipe_activities_container .thumbnail{
    text-align: center!important;
}
#la-rete p{
    text-align: justify!important;
}

.select2-container {
    width:100%!important;
}
#comune-activities-title{
    text-align: center!important;
}

.resource h3 {
    display: none;
}


/* CONTAINER CALENDARIO */
#calendar {
    max-width: 1000px;
    margin: 60px auto;
    padding: 35px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(214,168,74,0.4);
    border-radius: 18px;
    backdrop-filter: blur(4px);
}

/* TITOLO SEZIONE */
.calendar-title {
    text-align: center;
    font-size: 38px;
    color: #d6a84a;
    font-family: "Cormorant Garamond", serif;
    margin-bottom: 25px;
}

/* TITOLO MESE */
.fc .fc-toolbar-title {
    color: #d6a84a !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;
}

/* BOTTONI NAVIGAZIONE */
.fc .fc-button {
    background: #d6a84a !important;
    border: none !important;
    /*color: #0c1f43 !important;*/
    box-shadow: 0 0 8px rgba(214,168,74,0.4);
    border-radius: 8px !important;
    transition: 0.2s;
}
.fc .fc-button:hover {
    background: #f1c76a !important;
}

/* INTESTAZIONE GIORNI */
.fc .fc-col-header-cell-cushion {
    font-family: "Cormorant Garamond", serif;
    color: #d6a84a !important;
    font-size: 18px;
}

/* CELLE GIORNI */
.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid rgba(214,168,74,0.15) !important;
}

.fc-daygrid-day-number {
    color: #d6a84a !important;
    font-family: "Cormorant Garamond", serif;
    font-size: 18px;
}

/* WEEKEND COLORATI */
.fc-day-sat .fc-daygrid-day-number,
.fc-day-sun .fc-daygrid-day-number {
    color: #ffb8b8 !important;
}

/* EVENTI */
.fc-daygrid-event {
    background: rgba(214,168,74,0.85) !important;
    color: #0c1f43 !important;
    border-radius: 6px;
    padding: 4px 6px !important;
    font-family: "Cormorant Garamond", serif;
    transition: 0.2s ease;
}
.fc-daygrid-event:hover {
    background: #f1c76a !important;
}
.fc-scrollgrid{
    border:0!important;
}

.fc-h-event .fc-event-title {
    text-wrap-mode: wrap!important;
    line-height: 15px;
}

.fc-event-icon {
    display: none;
}
.fc .fc-col-header-cell-cushion {
    text-decoration: none;
}
.fc-button {
    margin-left: 2px!important;
    margin-right: 2px!important;
    padding: 3px 5px!important;
    color: #fff!important;
}
.fc-toolbar-title {
    font-size: 23px!important;
}

@media (max-width: 767px) {
    .fc .fc-daygrid-day-top {
        justify-content: center;
    }

    .fc-header-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .fc-toolbar-title {
        margin-bottom: 10px;
    }

    .fc-event-title-container {
        display: none;
    }

    .fc-event-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fc-h-event .fc-event-main-frame {
        align-items: center;
        justify-content: center;
    }

    .fc-button {
        font-size: 0.8em!important;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 12px;
    }

}

/* NEW  */
.fc .fc-toolbar-title,
.fc .fc-button,
.fc-col-header-cell-cushion,
.fc-col-header-cell-cushion,
.fc-event-title.fc-sticky {
    font-family: var(--font-moret)!important;
}

.fc .fc-toolbar-title {
    margin-bottom: 0.2rem!important;
}

.fc-daygrid-day-number {
    text-decoration: none!important;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0!important;
}
#calendar > div.fc-view-harness.fc-view-harness-passive > div.fc-dayGridWeek-view  div.fc-daygrid-day-events {
    margin-bottom: 38px!important;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: initial!important;
}

@media (max-width: 767px) {
    .modal-dialog {
        font-size: 0.8rem!important;
        margin: 1rem!important;
    }
}

.text-dark .btn-info {
    color: var(--bianco)!important;
}
#flags-container a{
    text-decoration: none;
}