.myListTitle{
    float: left;
    width: 80%;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 25px;
    margin-left: 10%;
    margin-right: 10%;
    font-size: 4em;
    color: rgb(120,120,120);
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.removeModel{
    cursor: pointer;
    float: left;
    clear: both;
    width: 70%;
    margin: 0;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 25px;
    background:rgba(99,0,0,0.5);
    color: white;
    border-radius: 5px;
    padding: 5px;
    font-family: 'Arial', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 1em;
    transition: 0.2s;
}
.removeModel:hover{
    background:rgba(99,0,0,1);
    transition: 0.2s;
}
.personName{
    margin-bottom: 5px;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xg2xm2');
  src:  url('fonts/icomoon.eot?xg2xm2#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xg2xm2') format('truetype'),
    url('fonts/icomoon.woff?xg2xm2') format('woff'),
    url('fonts/icomoon.svg?xg2xm2#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
  
  i {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    
    /* mia personalizzazione */
    
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-trash-icon:before {
    content: "\e901";
    position: relative;
    float: right;
    margin-right: -180px;
    cursor: pointer;
    font-size: 2em;
    color: rgb(120,120,120);
    font-family: 'icomoon' !important;
  }
  .icon-mail-sender:before {
    content: "\e900";
    position: relative;
    float: right;
    margin-right: -140px;
    cursor: pointer;
    font-size: 2em;
    color: rgb(120,120,120);
    font-family: 'icomoon' !important;
  }
  .icon-full-bookmark-icon:before{
    content: "\e902";
    color: white;
    font-family: 'icomoon' !important;
  }
  .icon-bookmark-icon:before {
    content: "\e903";
    color: white;
    font-family: 'icomoon' !important;
  }
  #trashMessage{
    position: absolute;
    float: right;
    right: -140px;
    top: 50px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    background: rgb(20,20,20);
    color: white;
    font-size: 0.8em;
    font-family: 'Arial', sans-serif;
    line-height: 1em;
    border-radius: 5px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.2s;
}
#mailSendMessage{
    position: absolute;
    float: right;
    right: -140px;
    top: 50px;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    background: rgb(20,20,20);
    color: white;
    font-size: 0.8em;
    font-family: 'Arial', sans-serif;
    line-height: 1em;
    border-radius: 5px;
    text-transform: uppercase;
    opacity: 0;
    transition: 0.2s;
}


i.icon-full-bookmark-icon {
    content: "\e902";
    font-family: 'icomoon' !important;
}
i.icon-bookmark-icon {
    content: "\e903";
    font-family: 'icomoon' !important;
}

/* gestione del form */

#popUpSendList{
    position: fixed;
    width: 280px;
    margin: 0;
    padding: 0;
    left: calc(50% - 150px);
    right: calc(50% - 150px);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    top: 250px;
    box-shadow: 0px 0px 25px rgb(90,90,90);
    z-index: 999999999999999999999999999 !important;
    display: none;
}
p.closepopUpSendList{
    position: absolute;
    top: -40px;
    right: -40px;
    color: rgb(60,60,60);
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    font-family: 'Arial', sans-serif;
    text-transform: uppercase;
    transition: 0.2s;
}
p.closepopUpSendList:hover{
    transform: rotate(90deg);
    transition: 0.2s;
}
p.popUpSendListMessage{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
    color: rgb(60,60,60);
}
input.emailSpace{
    width: calc(100% - 12px);
    color: rgb(60,60,60);
    padding: 0;
    margin: 0;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    line-height: 1em;
    color: rgb(60,60,60);
    background: rgba(120,120,120);
    border: 1px solid rgba(90,90,90);
}
input.emailSpace::placeholder{
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    color: rgb(255,255,255);
}
input.formListSendButton{
    width: 50%;
    margin: 0;
    padding: 0;
    margin-top: 25px;
    margin-bottom: 15px;
    background: rgb(120,120,120);
    color: white;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 0.8em;
    line-height: 1em;
    text-transform: uppercase;
    border: none;
    padding: 5px;
    cursor: pointer;
}
#formFeedBackSpaceID{
    width: 100%;
    text-align: left;
    font-family: 'Aral', sans-serif;
    color: rgb(100,100,100);
    line-height: 1em;
    font-size: 0.9em;
}

.g-recaptcha{
  transform:scale(0.9);
  transform-origin:0 0;
  margin-top: 25px;
}

#popUpSendListMobile{
  display: none;
}


@media (min-width: 279px) and (max-width: 823px) {
  #popUpSendListMobile{
    position: fixed;
    width: 280px;
    margin: 0;
    padding: 0;
    left: calc(50% - 150px);
    right: calc(50% - 150px);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.8);
    top: 150px;
    box-shadow: 0px 0px 25px rgb(90,90,90);
    z-index: 999999999999999999999999999 !important;
    display: none;
  }
  
p.closepopUpSendList{
  position: absolute;
  top: -40px;
  right: -40px;
  color: rgb(60,60,60);
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1em;
  font-size: 1em;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  transition: 0.2s;
}
p.closepopUpSendList:hover{
  transform: rotate(90deg);
  transition: 0.2s;
}
p.popUpSendListMessage{
  width: 100%;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
  color: rgb(60,60,60);
}
input.emailSpace{
  width: calc(100% - 12px);
  color: rgb(60,60,60);
  padding: 0;
  margin: 0;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  font-family: 'Arial', sans-serif;
  font-size: 1em;
  line-height: 1em;
  color: rgb(60,60,60);
  background: rgba(120,120,120);
  border: 1px solid rgba(90,90,90);
}
input.emailSpace::placeholder{
  text-align: left;
  font-family: 'Arial', sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  color: rgb(255,255,255);
}
input.formListSendButton{
  width: 50%;
  margin: 0;
  padding: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  background: rgb(120,120,120);
  color: white;
  text-align: center;
  font-family: 'Arial', sans-serif;
  font-size: 0.8em;
  line-height: 1em;
  text-transform: uppercase;
  border: none;
  padding: 5px;
  cursor: pointer;
}
#formFeedBackSpaceID{
  width: 100%;
  text-align: left;
  font-family: 'Aral', sans-serif;
  color: rgb(100,100,100);
  line-height: 1em;
  font-size: 0.9em;
}
.icon-mail-sender::before, .icon-trash-icon::before{
  position: relative;
  float: left;
  margin: 0;
  cursor: pointer;
  font-size: 2em;
  color: rgb(220,220,220);
  font-family: 'icomoon' !important;
  width: calc(50% - 30px);
  margin: 0;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 25px;
  text-align: right;
}
.icon-mail-sender::before{
content: "\e900";
}
.icon-trash-icon::before{
  content: "\e901";
}
p.mySideBarText{
  color: rgb(220,220,220);
  margin: 0;
  padding: 0;
  font-size: 1em;
  text-transform: uppercase;
  font-family: 'Arial',sans-serif;
  text-align: left;
  float: left;
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 25px;
  line-height: 25px;
}
.g-recaptcha{
  transform:scale(0.9);
  transform-origin:0 0;
  margin-top: 25px;
}
}