

body {
  font: 300 14px/18px Roboto;
  padding: 0px !important;
  margin: 0px;
  
}

.muck-up { max-width: 390px; margin: auto; height: 100%; }

.qr_card { color: #000; font-size: 30px; text-decoration: none; }

*,
:after,
:before {
  box-sizing: border-box
}

.user-details h4 {

  padding: 0px;
  margin: 0px;
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table
}

.clearfix:after {
  clear: both;
  display: block
}

.muck-up {
  
  height: 100vh;
  margin: 0em auto;
  position: relative;
  overflow-x: hidden;
}

.overlay {
  max-height: 50vh;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #359BD6;
}
.sendaction { cursor: pointer !important; }

.muck-up > .top {
  position: relative;
  min-height: 260px;
  padding: 15px;
  color: #fff;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  /* Imposta la larghezza in modo che ci siano 4 elementi per riga */
  gap: 10px; /* Aggiungi uno spazio tra gli elementi, se desiderato */
}

.item {
  flex: 0 1 calc(25% - 10px); /* 25% - 10px per 4 elementi per riga con gap */
  background-color: #ddd; /* Stile di esempio, personalizzalo a tuo piacimento */
  text-align: center;
  padding: 10px;
  margin: 5px;
  box-sizing: border-box;
}

.nav p {
  margin-top: 2px;
  display: inline-block;
  float: left;
  vertical-align: bottom;
}

.ion-android-menu {
  font-size: 24px;
  margin-right: 17px;
}

.nav .ion-ios-more-outline {
  font-size: 38px;
  float: right !important;
}

.user-profile {
 
}

.user-profile img {
 
  max-width: 120px;
  border-radius: 20%;
  float: left;
  margin-right: 24px;
}
#distance_km { font-size: 16px; }
.user-details p {
  font-size: 11px;
}



.user-details {
  
  margin-top: 5px;
  vertical-align: bottom;
}

.user-details h4 {
  font-size: 25px;
}
.bottom { min-height: 50vh !important; position: relative; }

.socialurls {
    display: flex;
left: 10px;
    flex-wrap: wrap;
    gap: 20px; /* Aggiungi uno spazio tra gli elementi, se desiderato */
    justify-content: center; /* Allinea gli elementi al centro orizzontalmente */
    align-items: center; /* Allinea gli elementi al centro verticalmente */
    text-align: center; /* Allinea il testo al centro orizzontalmente */
}

.socialurls a {
    text-decoration: none;
   
}

.socialurls i {
    font-size: 50px;
}

.socialurls span {
    font-size: 12px;
}

.socialurls {  position: absolute;
bottom: 20px; }
.filter-btn {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 220px;
  width: 40px;
  height: 40px;
  transition: all 0.4s ease-in-out 0s;
}

.filter-btn span {
  width: 80px;
  height: 80px;
  background: #111;
  display: block;
  position: absolute;
  right: 3px;
  top: -65px;
  text-align: center;
  color: #fff;
  line-height: 76px;
  border-radius: 50%;
  font-size: 41px;
  z-index: 999;
}

.bottom { position: absolute;
bottom: 20px; }
.socialurls a { 
line-height: 10px;  color: #000; font-size: 50px; text-decoration: none; }
.socialurls a span {font-size: 12px;  color: #6E6E6E; }

span.toggle-btn.ion-android-funnel:hover{
      cursor: pointer;
}
.filter-btn a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  right: 25px;
  display: block;
  top: -46px;
  color: #fff;
  z-index: 99;
  font-size: 22px;
  transition: all .4s cubic-bezier(.68, 1, .265, 1)
}

.error {  border-color: #dc3545 !important; }

.filter-btn:after {
  height: 170px;
  width: 170px;
  content: '';
  background-color: #FF4800;
  position: absolute;
  top: -110px;
  right: -40px;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
}

.title a { color: #5A5A5A; text-decoration: none; font-weight: 600; }

.filter-btn.open span.toggle-btn.ion-android-funnel {
  background-color: #5B5B5B;
}

.filter-btn.open .ion-android-funnel:before {
  content: "\f2d7";
}

.open:after {
  transform: scale(1);
}

.filter-btn.open a:nth-child(1) {
  transform: translate(9px, -62px);
}

.filter-btn.open a:nth-child(2) {
  transform: translate(-50px, -34px);
}

.filter-btn.open a:nth-child(3) {
  transform: translate(-56px, 25px);
}

.filter-btn.open a:nth-child(4) {
  transform: translate(5px, 61px);
}
.saved-feedback {
  background-color: #E6FF9B !important;
  transition: background-color 0.3s ease-in-out;
}
.muck-up .bottom {
  background-color: #fff;
  min-height: 190px;
  z-index: 1;
  padding: 35px;
  position: relative;
  color: #222;
  padding-top: 0px;
max-height: 50% !important;
}

.bottom:after {
  content: '';
  position: absolute;
  top: -40px;
  background: #fff;
  left: -22px;
  right: 0;
  height: 100px;
  transform: rotate(10deg);
  width: 120%;
  z-index: -1;
}

.bottom .title {
  margin-bottom: 20px;
}
#add_linkref {

	color: #139E1A;
		
}

.bottom .title h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.title small {
  font-size: 10px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

ul.tasks .task-title {
  font-size: 13px;
  display: inline-block;
}

ul.tasks .task-time {
  float: right;
  font-size: 10px;
  color: #888;
}

ul.tasks .task-cat {
  font-size: 10px;
  display: block;
  color: #888;
}

ul.tasks li {
  margin-bottom: 16px;
  position: relative;
  z-index: 8;
}

ul.tasks li:after {
  content: '';
  position: absolute;
  left: -18px;
  top: 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

ul.tasks li.red:after {
  background: #454545;
}

ul.tasks li.green:after {
  background: #54D6C7;
}

ul.tasks li.yellow:after {
  background: #EAB429;
}

ul.tasks::after {
  content: '';
  position: absolute;
  height: 400px;
  width: 1px;
  background: #eee;
  left: 20px;
  top: -68px;
}

ul li.hang {
  margin-bottom: 48px;
}

ul li.hang img {
  float: left;
  height: 20ox;
  width: 20px;
  border-radius: 50%;
  margin-right: 8px;
}
.nav { text-align: right; }


:root {
  --dropdown-width: 250px;
  --dropdown-height: 200px;
  --dropdown-padding: 1rem;
  --dropdown-box-shadow: 0 0 28px rgba(0, 0, 0, 0.1);

  --item-width: 40px;
  --item-height: 40px;
  --item-border: 1px solid #b2b2b273;
  --item-margin: 0.1rem;

  --selected-background-color: #007eff;
  --selected-color: #fff;
}

/* Styles */
.iconpicker-dropdown {
  visibility: hidden;
  opacity: 0;
}

.iconpicker-dropdown.show {
  visibility: visible;
  opacity: 1;
}

.iconpicker-dropdown ul {
  position: absolute;
  width: var(--dropdown-width);
  height: var(--dropdown-height);
  background: #fff;
  overflow: scroll;
  box-shadow: var(--dropdown-box-shadow);
  padding: var(--dropdown-padding);
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  left: 0;
  list-style: none;
}

.iconpicker-dropdown li {
  width: var(--item-width);
  height: var(--item-height);
  line-height: var(--item-height);
  text-align: center;
  border: var(--item-border);
  cursor: pointer;
  margin: var(--item-margin);
}

.iconpicker-dropdown li.selected {
  background-color: var(--selected-background-color);
  color: var(--selected-color);
}
#icon_picker { position: absolute; }
.iconpicker-dropdown li.hidden {
  display: none;
}