
/* Used in index.php */

.img_container {
  width: 60px;
  height: 60px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 0%;
  border-radius: 500px 500px 500px 500px;
  border: 0;
  -webkit-border-radius: 500px 500px 500px 500px;    
  -moz-border-radius:  500px 500px 500px 500px;
}

#data-picker-home-id {
    width: 40px;
    padding-left: 95px; /*29*/
    margin: 0px;
}

#data-picker-id {
    width: 45px;
    padding-left: 10px;
    padding-right: 0px;
    margin: 0px;
}

#mycity-index {
    width: 75px;
    background-color: #21214F;
    color: #B8FFAC; 
}

#mycity-index option {
    background-color: #21214F;
    color: #B8FFAC; 
}

#mycategory1 {
    width: 100px;
    background-color: #21214F;
    color: #B8FFAC; 
}

#mycategory1 option {
    background-color: #21214F;
    color: #B8FFAC; 
}

#mycity {
    width: 142px;
}

#mycategory {
    width: 142px;
}

#popup1 {
    overflow: hidden;
}

input[type="date"] {
  background-color: #21214F; /* Background color */
  color: #B8FFAC;               /* Font (text) color */
  /*border: 1px solid #4a5568; /* Optional: custom border */
  /*padding: 5px;              /* Optional: adjust padding */
  /*font-size: 16px;           /* Optional: adjust font size */
}

.cities-scroll {
  max-width: 200px;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

/* New H.scroll */

  .scroll-container {
    width: 900px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 30px 0 0 10px;
    
    /* Hide scrollbar for Chrome, Safari, Edge */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
  .cities {
    display: inline-block;
    white-space: nowrap;
    padding-right: 10px;
  }
  .dot {
    color: #2AA198;
    margin: 0 5px;
    font-size: 1.2em;
    vertical-align: middle;
}
  .content-below {
    padding: 30px 20px;
    font-size: 18px;
    color: #444;
    background: #efefef;
    margin-top: 20px;
    border-radius: 7px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
  }


/* List eventi */

/*
#event_entry {
    z-index: 200; 
}
*/

#backback {
    /*z-index: 2;*/
    height: auto;
}


/* Carousel */

.carousel_picture {
  object-fit: cover;
  object-position: 0px 10%;
  padding-bottom:10px;
  /*background-color: #fff;*/
  width:300px;
  height:157px;
} 

.carousel_picture_desktop {
  object-fit: cover;
  object-position: 0px 10%;
  padding-bottom:10px;
  /*background-color: #fff;*/
  width:700px;
  height:480px;
} 

.carousel_paragraph {
  margin-left:10px;
  margin-right:10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} 

/* Used in search.php */



.dropboxNew {
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 84px;
    height: 29px;
    outline: 0;
    font-family: "Lato 1";
    font-size: 15px;
    line-height: 1.251;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #b8ffac;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23b8ffac%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
}

#datePicker {
    border: 0;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 112px; /* slightly widened for date format */
    height: 29px;
    outline: 0;
    font-family: "Lato 1";
    font-size: 14px;
    line-height: 1.251;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    text-transform: none;
    letter-spacing: normal;
    color: #b8ffac;
    text-shadow: none;
    text-indent: 0;
    padding-bottom: 0;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    /* Remove default date icon but add custom SVG icon on right */
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns=%22http%3A//www.w3.org/2000/svg%22%20height=%2224%22%20fill=%22%23b8ffac%22%20viewBox=%220%200%2024%2024%22%20width=%2224%22%3E%3Cpath%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M16.59%208.59L12%2013.17%207.41%208.59%206%2010l6%206%206-6z%22/%3E%3C/svg%3E);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: right 5px top 50%;
}

/* Remove calendar icon in Chrome */
#datePicker::-webkit-calendar-picker-indicator {
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}

/* Remove calendar icon in Firefox */
#datePicker::-moz-focus-inner { border: 0; }
#datePicker[type="date"]::-moz-focus-outer {border: 0;}

/* Used in page.php */

.container {
  width: 320px;
  height: 189px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 10px 10px 0 0;
  border: 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
}

.container2 {
    width: 320px;
    height: auto;
    object-fit: fill;
    /*object-position: center 20px;*/
    object-position: 0px 10%;
    border-radius: 4px 4px 0 0;
    border: 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.containerNewMobile { /* Used in page.php on mobile */
  max-width: 320px;
  height: auto;
}

.containerNewMobile img { /* Used in page.php on mobile */
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block; /* optional, removes bottom gap */
}

#share_button {
  pointer-events: auto;
  border: 0;
  background-color: transparent;
  font-size: 8px;
  float: right;
  cursor: pointer;
}

#share_box {
  pointer-events: auto;
  border: 0;
  background-color: transparent;
  font-size: 8px;
  float: right;
}

#description_box {
    height: auto;
    margin-bottom: 10px;
}

#blurred_box {
    height: auto;
    padding-bottom: 16px;
    
}



/* Terms & Conditions */

#auto_height_box {
    height: auto;
    padding-bottom: 16px;
}

#terms_blurred_box {
    height: auto;
    padding-bottom: 16px;
}

#manager_email {
    display: none;
}

#page_url {
    display: none;
}

/* Used by carousel/sticky events */

#carousel {
  /*display: block;*/
  /*overflow-x:hidden;*/
}

.slick-list {
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;    
  -moz-border-radius:  10px 10px 10px 10px;
  height: 250px; /*add to solve Chorme vertical scroll bar*/
  overflow-y:hidden; /*add to solve Chorme vertical scroll bar*/
}

.slider {
  /*all: inherit;*/
  /*height: 0px;*/
}

/* -------------- */
/* Desktop Layout */
/* -------------- */

.img_container_desktop {
  width: 80px;
  height: 80px;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 50% 0%;
  border-radius: 500px 500px 500px 500px;
  border: 0;
  -webkit-border-radius: 500px 500px 500px 500px;    
  -moz-border-radius:  500px 500px 500px 500px;
}

/* horizontal scrolling in index.php */

.outercontainer{
    width: 100%;
    background-color: transparent;
    min-height: 30px;
    margin: 0 auto;
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none; 
    -ms-overflow-style: none;
}

.outercontainer::-webkit-scrollbar { 
    display: none;
}

.innercontainer {
    width: fit-content;
    box-sizing: border-box;
    padding: 0px 0px;
    height: 30px;
    background-color: transparent;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.item {
    width: auto;
    height: 30px;
    background-color: #1B1F43;
    box-sizing: border-box;
    margin: 0px 3px 0px 4px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: small;
    font-family: Lato;
    font-weight: light;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: normal;
    border-radius: 500px 500px 500px 500px;
    border: 0;
     -webkit-border-radius: 500px 500px 500px 500px;    
     -moz-border-radius:  500px 500px 500px 500px;
    color: #B8FFAC;
}

.item:last-child{
    margin-right: 30px;
}

.item:first-child{
    margin-left: 30px;
}



/* anchors Oggi e Domani */

a.anchor {
    display: block;
    position: relative;
    top: -128px;
    visibility: hidden;
}

/* Page.php Desktop */

.container2-desktop {
  border-radius: 0px 10px 0 0;
  border: 0;
  -webkit-border-radius: 0px 10px 0 0;
  -moz-border-radius: 0px 10px 0 0;
  overflow: hidden;
}

.image-desktop {
  width: 460px;
  height: auto;     /* <--- Maintains aspect ratio */
  display: block;   /* improves layout, removes gap under image */
  -webkit-border-radius: 0px 10px 0 0;
  -moz-border-radius: 0px 10px 0 0;
}

#blurred_box-desktop {
    height: auto;
    padding-bottom: 0px;
}