/* @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700&family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,300,0,0&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=block');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,300..400,0..1,-50..200&display=block'); */

html,
body {
  font-size: 100% !important;
  /* line-height: 1.35rem; */
}

.header_container {
  position: fixed;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 68px;
  top: 0;
  background: #fff;
  z-index: 5;
}

.header_div {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.logo_div {
  position: absolute;
  margin-top: 6px;
  left:50%;
  margin-left: -79px;
}

.logo_div img {
  width: auto;
  height: 45px;
  margin-top: 5px;
}

.header_buttons {
  height: 43px;
  position: absolute;
  right: 25px;
  margin-top: 16px;
  font-size:0.9rem;
  display:flex;
  align-items: center;
}

.pointer {
  cursor: pointer;
}

.hidden {
  display: none;
}

.question_title {
  font-size: 1.15em;
  margin: 0px 0 10px 0;
  font-weight: bold;
  color: #4a144b;
}

/* .social-button {
  max-width: 500px;
  text-transform: none !important;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
  background: white;
}

.social-button span {
  margin-left: 10px;
  color: #333;
} */

.social-button {
  width: 100%;
  max-width: 500px;
  text-transform: none !important;
  margin-top: 20px;
  border: 1px solid #b9b9b9;
  /* border-radius: 25px; */
  /* background: white!important; */
  --mdc-theme-primary: #fff;
  --mdc-theme-on-primary: #fef0ff;
  height: 50px;
}

.social-button span {
  margin-left: 10px;
  color: #333;
}

.form_error_border {
  border-radius: 3px;
}

.email_class .pw_class {
  margin-top: 20px;
  box-sizing: border-box;
  /* height: 50px; */
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 4px;
  /* padding: 9px 12px 10px; */
  /* border: 1px solid rgba(14, 19, 24, 0.2); */
  /* cursor: text; */
  flex: 1;
}

.togglePassword {
  margin-left: -50px;
  position: absolute;
  margin-top: 2px;
  color: #666;
  cursor: pointer;
  z-index:7;
}

.fw {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mtop20 {
  margin-top: 20px;
}

.mtop25 {
  margin-top: 25px;
}

.mtop40 {
  margin-top: 40px;
}

.m20 {
  margin: 20px;
}

.mt15px {
  margin-top: 1.1rem;
}

.mr5px {
  margin-right: 5px;
}

.mr10px {
  margin-right: 0.75rem;
}

.w100p {
  width:100%;
}

.rem1 {
  font-size:1rem;
}

.rem0-9 {
  font-size:0.9rem;
}

.rem0-85 {
  font-size:0.85rem;
}

.rem0-8 {
  font-size:0.8rem;
}

.cc_mesg {
  width: 100%;
  border: none;
  background: #f9c9c9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  padding: 15px 5px;
  margin-bottom: 20px;
  font-weight: bold;
  display: none;
}

.buttonLogIn {
  /* width: 120px !important; */
  width:100%!important;
  /* border-radius:50px; */
  height: 50px;
  --mdc-theme-primary: #78217b;
  --mdc-theme-on-primary: #fef0ff;
}

.haveaccount_container {
  margin: 50px 0px 30px 0px;
}

.login_buttons_div {
  text-align: left;
  padding: 0px 40px;
  /* width: calc(100% - 40px); */
  max-width: 400px;
  border-radius: 3px;
  margin: 0px auto;
}

.lateralFormFull {
  display: inline-block;
  width: 100%;
}

.generalMenu {
  font-size: 0.85rem;
}

.burgerMenu, .closeMenu {
  font-size:38px;
  margin-left:10px;
  margin-top:-6px;
}

.menuIcons .loginMenu, .header_container .loginMenu {
  font-size:32px;
}

.menu-options .loginMenu {
  display: none;
}

.menuItem {
  width: 100%;
  display:inline-flex;
  align-items: center;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0.5em 0;
  padding:0.5em;
  transition: all 0.3s;
  flex-direction: row-reverse;
  text-align:right;
  /* font-weight: 500; */
}
.menuItem:hover {
  transition: all 0.3s;
  background: #e6e6e6;
  border-radius: 10px;
  cursor: pointer;
}
.material-symbols-outlined {
  /* font-size:1.25rem; */
  font-weight:300!important;
  overflow: hidden;
}


.menu-steps {
  /* padding: 30px 15px; */
  padding: 2em 1em;
}
.lateral-form-menu {
  text-align: center;
  margin-top: 40px;
  padding:0 1em;
}
.menu-options {
  margin-top: 30px;
}

/* .menu-options li {
  background: transparent;
} */
.menuIcons { 
  display: flex;
  align-items: center;
  transition: all 0.5s;
  position:fixed; 
  width:100%;
  height: 58px;
  max-width:400px;
  text-align: right;
  padding-top: 15px;
  padding-right: 25px;
  border-top-left-radius: 30px;
  background:#f6f6f6;
  z-index: 10;
}
.mdc-drawer__content .mdc-deprecated-list-item {
  font-size: 1.5em;
  line-height: 3em;
  margin: 2em 1em;
}
/* .mdc-drawer__content {
  padding:
} */

.mdc-drawer {
  width:100%;
  max-width:400px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;    
  background: #f6f6f6;
  border:1px solid #ddd;
}
.mdc-drawer--modal, .mdc-drawer--modal{
  left: initial;
  right: 0;
  z-index: 15;
}
.mdc-drawer--animate, .mdc-drawer--animate{
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.mdc-drawer--opening, .mdc-drawer--opening{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mdc-drawer--closing, .mdc-drawer--closing{
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.menu-shadow {
  transition: all 0.5s;
  -webkit-box-shadow: 0px 11px 20px -14px #484848;
  -moz-box-shadow: 0px 11px 20px -14px #484848;
  -o-box-shadow: 0px 11px 20px -14px #484848;
  box-shadow: 0px 11px 20px -14px #484848; 
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 183px;
  z-index: 4;
}

.footers_up {
  background: #1c1d36;
  color: white;
  padding: 20px 20px;
}

.footers_down {
  background: #292935;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.37);
  padding: 20px 20px 40px 20px;
  min-height: 150px;
  display: flex;
}

.footers_iva {
  width: 50%;
  text-align: left;
  vertical-align: top;
}

.madeinrome_notlogged {
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: top;
}

.madeinrome_logged {
  display: flex;
  align-items: center;
  text-align: left;
}

.footer_right {
  display: inline-block;
  width: 50%;
  text-align: right;
  vertical-align: top;
  margin-left: 2%;
}

/* convenzionalmente, sotto i 479px è mobile */
@media screen and (max-width: 479px) {

  .logo_div img {
    /* height: 35px; */
    width: 125px;
  }

  /* .header_container {
    height: 55px;
  } */

  .only_mobile {
    display: block;
  }

  .no_mobile {
    display: none;
  }

  /* .header_buttons {
    margin-top: 10px;
  } */

  .menu_initials {
    font-size: 16px;
  }

  .generalMenuButton {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px;
  }

  .cc_mesg {
    display: none !important;
  }

  .menuIcons { 
    padding-top: 16px;
    padding-right:19px;
  }

  .footer {
    position: relative;
  }
}

@media screen and (max-width: 319px) {
  .header_container .loginMenu, .menuIcons .loginMenu {
    display: none;
  }
  .menu-options .loginMenu {
    display: block;
  }

  .generalMenu {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 839px) {

  html,
  body {
    font-size: 115% !important;
  }

  .logo_div {
    left: 50%;
    margin-left: -62.5px;    
  }

}