.background {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background: black;
  opacity: 0.6;
  z-index: 11;
  transition: all 500ms ease; }

.widget {
  font-smooth: always;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  cursor: default;
  transition: box-shadow 100ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  outline: none;
  background: white;
  box-shadow: 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
  -webkit-font-smoothing: antialiased;
  overflow: scroll; }

.settings {
  position: fixed;
  width: 60%;
  height: auto;
  top: 10%;
  left: 20%;
  overflow: visible;
  z-index: 12;
  box-sizing: border-box; }
  .settings .w-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 2em);
    font-size: 2em;
    margin: 0.5em 0.5em 0.25em 1em; }
  .settings .w-content {
    overflow: scroll;
    margin: 0;
    padding: 0 1em;
    width: calc(100% - 2em);
    height: 90%; }
    .settings .w-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .settings .w-content li {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      padding: 1em 2em;
      border-top: solid 0.5px rgba(20, 20, 20, 0.1); }
  .settings input[type='text'],
  .settings input[type='number'] {
    text-align: right;
    -webkit-appearance: none;
    border: solid 0 #fff; }
  .settings button {
    border-radius: 2px;
    border: solid 0 #fff;
    font-size: 0.8em;
    background-color: rgba(10, 10, 10, 0.01);
    padding: 0.5em 1em;
    transition: background-color ease 250ms; }
    .settings button:hover {
      background-color: rgba(10, 10, 10, 0.15); }
  .settings button,
  .settings button:active,
  .settings button:focus {
    -webkit-appearance: none;
    outline-width: 0; }
  .settings .modified {
    max-width: 50%; }

/*# sourceMappingURL=settings.css.map */
