header {
  margin-bottom: 8rem;

  display: flex;
  justify-content: center;
}

.navbar {
  /*  position: fixed;
  top: 0;*/
  padding: 12px 12px 12px 12px;
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  background-color: rgba(30, 30, 31, 0.5);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-color: rgb(39, 39, 42);
  max-width: 36rem;
  width: 75%;
  align-items: center;
  /*  border-radius: 9999px */
}

body,
html {
  background: #121212;
  color: #fff;
  width: 100%;

  font-family: Poppins, ui-sans-serif, system-ui, -apple-syst em,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetic a Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emo ji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color E moji";
  font-feature-settings: normal;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  margin: 0;
}

.btn {
  appearance: none;
  background-color: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 15px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1), width 3s linear;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.hidden {
  display: none !important;
}

.btn:disabled {
  pointer-events: none;
}

.upload-section {
  margin-top: 2rem;
}

.btn:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.loader {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-left-color: #333;
  animation: loader-rotate 0.6s linear infinite;
}

@keyframes loader-rotate {
  to {
    transform: rotate(360deg);
  }
}

.btn:active {
  box-shadow: none;
  transform: translateY(0);
}

h1 {
  font-weight: 500;
  font-size: 2.75rem;
}

h2 {
  font-weight: 500;
  font-size: 2.25rem;
}

.text-effect {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: transparent;
  background-image: linear-gradient(
    to right bottom,
    rgb(255, 255, 255) 30%,
    rgba(255, 255, 255, 0.5)
  );
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;

  font-family: Poppins, ui-sans-serif, system-ui, -apple-syst em,
    BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetic a Neue", Arial,
    "Noto Sans", sans-serif, "Apple Color Emo ji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color E moji";
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-large {
  font-size: 1.125rem;
}

main {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.editorDiv {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
  border-radius: 1.5rem;
  max-width: 600px;
  background: rgba(31, 33, 35, 0.5);

  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
    /* shadow ring  */ 0 0 0 1px hsla(230, 13%, 9%, 0.075),
    /*  multiple soft shadows  */ 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
    0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
    0 3.5px 6px hsla(230, 13%, 9%, 0.09);
  width: 90%;
}

.form-control {
  background: #121212;
  border-radius: 16px;
  width: 80%;
  padding: 1rem;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.1),
    /* shadow ring  */ 0 0 0 1px hsla(230, 13%, 9%, 0.075),
    /*  multiple soft shadows  */ 0 0.3px 0.4px hsla(230, 13%, 9%, 0.02),
    0 0.9px 1.5px hsla(230, 13%, 9%, 0.045),
    0 3.5px 6px hsla(230, 13%, 9%, 0.09);
}

.editTitle {
  text-align: center;
}

.editPlaceholder {
  color: #acacac;
  margin-bottom: 5rem;
}

label {
  display: inline-block;
  text-align: left;
  color: #fff;
  width: 85%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}

input {
  color: #fff;
  font-size: medium;
}

.form-group {
  margin-bottom: 1rem;
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  

}
.editBody{
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
  */
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  display: none;
}

.form-group.invalid .invalid-feedback {
  display: block;
}

/*
.squircle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100px;
  height: 100px;
}

svg {
  width: 100%;
  height: 100%;
}
*/
#app-icon {
  border-radius: 0.925rem;
  padding: 0.125rem;
}

.editEntry {
  margin-bottom: 20px;
}

.submitBtn {
  max-width: 300px;
  margin-top: 35px;
  margin-bottom: 30px;
}

#plist-form {
  transition: opacity 1s;
}

.checkbox + label .label-small {
  font-size: 0.8em;
  color: #999;
  line-height: 1.5em;
  display: block;
}

.checkbox {
  display: none;
  /* position: relative;*/
  width: 80%;
}

.checkbox + label {
  display: inline-block;
  /*  padding: 10px;*/
  text-align: left !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.checkbox + label span.switch {
  width: 46px;
  height: 27px;
  float: right;
  border-radius: 16px;
  margin-right: 10px;
  margin-left: 10px;
  border: 2px solid #39393d;
  background-color: #39393d;
  transition: background-color ease 200ms, border-color ease 200ms;
}

.checkbox + label span.switch:before {
  content: "";
  position: absolute;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 0px;
  height: 27px;
  width: 27px;
  border-radius: 15px;
  transition: margin-left ease 200ms;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.checkbox:checked + label span.switch {
  background-color: #49d864;
  border: 2px solid #49d864;
}

.checkbox:checked + label span:before {
  margin-left: 19px;
  background-color: #fff;
}
.footer-text {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}
.footer-text > a {
  text-decoration: underline;
}

