@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/inter-regular.woff2') format('woff2'),
       url('/fonts/inter-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akrobat';
  src: local('Akrobat Regular'), local('akrobat-regular'),
      url('/fonts/akrobat-regular.woff2') format('woff2'),
      url('/fonts/akrobat-regular.woff') format('woff'),
      url('/fonts/akrobat-regular.otf') format('opentype'); /* Aggiunto il formato OTF */
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Akrobat';
  src: local('Akrobat ExtraBold'), local('akrobat-extraBold'),
      url('/fonts/akrobat-extrabold.woff2') format('woff2'),
      url('/fonts/akrobat-extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
/*ubuntu*/
@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/ubuntu-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/ubuntu-regular-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url('/fonts/ubuntu-medium-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}

html,
body {
  margin: 0px;
  background-color: #000000;    
  height: auto;
}
a{
  text-decoration: none;
}
#loader{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  display: none;
  z-index:999;
}
/*new header*/


.icon-accedi {
  width: 18.5px;
  position: relative;
  height: 20px;
  cursor: pointer;
  }
  .ncc-logo-full-02-1-icon {
  width: 16px;
  position: relative;
  height: 16px;
  object-fit: cover;
  }
  .psicosoccorso {
  position: relative;
  letter-spacing: 0.2em;
  }
  .ncc-logo-full-02-1-parent {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  }
  .chiedi-aiuto {
  position: relative;
  line-height: 100%;
  font-weight: 800;
  
  }
  .pulsante-piccolo {
  border-radius: 20px;
  background-color: #fff;
  height: 32px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  box-sizing: border-box;
  text-align: left;
  font-size: 12px;
  color: #000;
  }
  .header {
  width: 100%;
  position: relative;
  background-color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-family: Akrobat;
  }
  .fixed-header{
    width: 100%;
    max-width: 500px;
    position: fixed;
    top:0px;
    left: 50%;
    transform: translateX(-50%);
    z-index:800;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.8);
  }
/**/

.p5Canvas{
  display: none;
}

.fix-header{
  width: 100%;
  max-width: 500px;
  position: fixed;
  top:0px;
  left: 50%;
  transform: translateX(-50%);
  z-index:800;  
}
/*.ncc-logo-full-02-1-icon {
  width: 28px;
  position: relative;
  height: 28px;
  object-fit: cover;
}*/
.ncc-logo-full-02-1-wrapper {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 2px;
  cursor: pointer;
}
.psicosoccorsohead {
    width: 170px;
    position: relative;
    letter-spacing: 0.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16px;
    flex-shrink: 0;
}
.pallino-stato-child {
    width: 16px;
    position: relative;
    border-radius: 50%;
    background-color: #3bff1c;
    height: 16px;
}
.offline{
  background-color: #ff0000!important;
}
.pallino-stato {
    width: 32px;
    border-radius: 5px;
    height: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.header {
    align-self: stretch;
    background-color: #000;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 23px !important;
    height: auto;
}

/*Menu*/
.spazio-vuoto {
  width: 95px;
  position: relative;
  height: 30px;
  }
  .chatmenu {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  cursor:pointer;
  }
  .profilo {
  align-self: stretch;
  position: relative;
  letter-spacing: 0.2em;
  text-align: left;
  cursor:pointer;
  }
  .chat-parent {
  width: 169px;
  height: 176px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  }
  .frame-childmenu {
  align-self: stretch;
  position: relative;
 /* border-top: 4px #fff; */
  box-sizing: border-box;
  height: 4px;
  background-color: #fff;;
  }
  .chiudi-parent {
  width: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  font-size: 12px;
  }
  .spazio-vuoto-parent {
  height: 100%;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px 12px;
  box-sizing: border-box;
  min-width: 360px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  font-family: Akrobat;
  }
#menuContainer{
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  background-color: #000;
}
.text-menulogout{
  background-color: #000;
  border: none;
  font-size: 40px;
  color: #fff;
  font-family: Akrobat;
  letter-spacing: 0.2em;
}



/*popup cookie*/
.usiamo-i-cookies {
  position: relative;
}
.button-close-icon {
  width: 12px;
  position: relative;
  height: 12px;
  cursor: pointer;
}
.usiamo-i-cookies-per-tutelare-parent {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.utilizziamo-i-cookie {
  align-self: stretch;
  position: relative;
  font-size: 14px;
}
.accetta-tutto {
  position: relative;
  line-height: 15px;
  font-weight: 600;
}
.accetta-tutto-wrapper {
  flex: 1;
  border-radius: 4px;
  background-color: #94c8cf;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  cursor: pointer;
  
}
.frame-inner-cook {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.personalizza-wrapper {
  flex: 1;
  border-radius: 4px;
  background-color: #f2f2f2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  cursor: pointer;
}
.frame-parent-cook {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  color: #000;
}
.frame-cook {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-size: 13px;
  color: #fff;
}
.cookie-banner-1 {
  width: 100%;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);  
  bottom:0px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 10px 30px rgba(2, 2, 3, 0.28);
  overflow: hidden;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 24px;
  box-sizing: border-box;
  gap: 16px;
  min-width: 348px;
  text-align: left;
  font-size: 16px;
  color: #000;
  font-family: Akrobat;
  z-index:700;
  max-width: 600px;
}
#customize-cookie{
  width: 100%;
  height: 100%;
  max-width: 500px;
  display: none;
  z-index: 900;
  background-color: #fff;
  position: fixed;
  top:0;
  left: 50%;
  transform: translateX(-50%);  
  overflow: auto;
}
/*footer*/
.ncc-logo-full-02-1-footer {
  width: 20px;
  position: relative;
  height: 20px;
  object-fit: cover;
  }
  .psicosoccorso-footer {
  align-self: stretch;
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  }
  .un-servizio-del {
  font-family: Akrobat;
  }
  .span-footer {
  font-weight: 300;
  font-family: Akrobat;
  }
  .un-servizio-del-nuovo-centro-c {
  margin: 0;
  }
  .un-servizio-del-nuovo-container {
  align-self: stretch;
  position: relative;
  line-height: 140%;
  }
  .webapp-sviluppata-da-socialsui-container {
  align-self: stretch;
  position: relative;
  line-height: 120%;
  }

  .footer {
    width: 100%;
    position: relative;
    background-color: #000;
    border-top: 2px solid #333841;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 24px 48px;
    gap: 16px;
    text-align: center;
    font-size: 12px;
    color: #f5f5f5;
    font-family: Akrobat;
  }
  .footer a{
    color:#fff!important;
    font-weight: 600;
  }
  /*popup*/
  #popup{
    background-color: #000000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 800;
    display: none;
  }
