#passwordform {
  display: none !important;
  flex-direction: column;
  gap: 1rem;
  max-width: 400px;
}

#body-user #header, #body-settings #header, #body-public #header {
box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
background-color: #121212 !important;
}

.cm {
  box-shadow: rgba(0,0,0,.5) 0px 25.6px 57.6px 0px,rgba(0,0,0,.5) 0px 4.8px 14.4px 0px !important;
}

.cm-search {
  float: right;
  display: none !important;
}

.feature.icon-phone {
    display:none;
}

[data-section-id="sync-clients"] {
  display: none !important;
}

:root {
    --body-container-margin: 0px;
}
