body {
  background-color: #fff;
  padding: 0px 20px;
  max-height: 100%;
  margin: 0;
}

* {
  font-family: "Work Sans", sans-serif;
}

body::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  background-color: #52d577;
}

body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #52d577;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

header {
  justify-content: space-between;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
}

html,
body {
  height: 100%;
}

.logo {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logo-img {
  border-radius: 5px;
  margin: 0px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.divider {
  border-top: 1px solid #52d577;
}

.form-card-container {
  padding: 20px 0px;
  margin-top: 20px;
}
form {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}

.form-submit {
  cursor: pointer;
  background-color: #52d577;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  transition: 0.3s;
}

.form-submit:hover {
  background-color: #fff;
  box-shadow: 0 0 0 5px #52d577;
  color: #52d577;
}
.form-template {
  cursor: pointer;
  background-color: #52d577;
  color: #fff;
  border: none;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  transition: 0.3s;
}

.form-template:hover {
  background-color: #fff;
  box-shadow: 0 0 0 5px #52d577;
  color: #52d577;
}

.form-container {
  padding-left: 20px;
  width: 120%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.file-upload-container {
  text-align: center;
  margin: 10px 0px;
  width: 100%;
  height: 100%;
  border: 2px dashed #ccc;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.file-upload-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.file-chosen-text ul {
  margin: 20px 0px;
  padding: 0;
}
.file-chosen-text li {
  text-align: center;
  font-size: 20px;
  list-style: none;
  color: #4d4d4d;
}
.file-upload-icon {
  margin: 20px auto;
  margin-bottom: 0px;
  width: calc(100% - 40px);
}

.file-chosen-text {
  font-size: 20px;
  margin-bottom: 40px;
  color: #000;
}

.file-upload-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.form-input-text::-webkit-outer-spin-button,
.form-input-text::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

.form-input {
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #52d577;
  padding: 0px 10px;
  outline: none;
  color: #4d4d4d;
}

.form-input:focus {
  border-bottom: 5px solid #52d577;
  -webkit-transition: 0.1s;
  transition: 0.2s;
}
.form-input-text {
  cursor: pointer;
  margin-bottom: 10px;
  width: calc(100% - 20px);
  font-size: 18px;
  font-weight: normal;
  height: 40px;
  border-radius: 10px;
  padding: 0px 10px;
  border: 1px solid #52d577;
  outline: none;
  color: #4d4d4d;
}
.form-input-text:focus {
  border-bottom: 5px solid #52d577;
  -webkit-transition: 0.1s;
  transition: 0.2s;
}

form {
  width: 100%;
  height: 100%;
}
nav button {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
}

nav button:focus,
nav button:hover {
  color: #000;
}

nav button:focus:after,
nav button:hover:after {
  width: 100%;
  left: 0%;
}

nav button:after {
  content: "";
  pointer-events: none;
  bottom: -2px;
  left: 50%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #52d577;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: width, left;
}

.nav_ls {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-items: start;
  gap: 20px;
}

.inputs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 75%;
}
.form-reset {
  cursor: pointer;
  color: #52d577;
  background-color: #fff;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid #52d577;
  width: 100%;
  height: 40px;
  transition: 0.3s;
}

.form-reset:hover {
  background-color: #52d577;
  color: #fff;
}

@media (max-width: 940px) {
  form {
    flex-direction: column;
  }
  .form-container {
    width: 100%;
    padding: 0px;
    margin-top: 40px;
  }
  .file-upload-container {
    width: 100%;
  }
  .inputs {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
    margin-top: 20px;
  }
  .file-upload-icon {
    max-width: 60%;
    max-height: 50vh;
  }
  .form-input {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .form-input-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .file-chosen-text {
    margin-bottom: 30px;
  }
  .file-chosen-text,
  .file-chosen-text li {
    font-size: medium;
  }
}
.blog-post-column li,
p {
  margin-top: 5px;
  font-size: medium;
  color: #151515;
}
h2 {
  font-size: x-large;
  margin-bottom: 5px;
  color: #000000;
}
h3 {
  font-size: large;
  margin-bottom: 5px;
  color: #000000;
}
.blog-post-column {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.spacer {
  margin-left: -20px;
  height: 20px;
  width: calc(100% + 40px);
  background-color: #52d577;
}

.tab {
  height: 40px;
  overflow: hidden;
  border: 1px solid #52d577;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 10px;
}

.tab button {
  background-color: inherit;
  width: 50%;
  height: 40px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1em;
  transition: 0.3s;
  color: #4d4d4d;
}

.tab button:hover {
  background-color: rgba(82, 213, 119, 0.25);
  color: #000;
}

.tab button.active {
  background-color: #52d577;
  color: #fff;
}

.remove-button {
  min-width: 30px;
  color: #ff0000;
  background-color: #fff;
  border: 2px solid #52d577;
  border-radius: 5px;
  font-size: 1em;
  margin-bottom: 2.5px;
}
.field {
  margin: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  cursor: pointer;
  height: 30px;
  border-radius: 5px;
  padding: 0px 10px;
  border: 1px solid #52d577;
  outline: none;
  color: #4d4d4d;
  width: 100%;
}
.field:focus {
  border-bottom: 5px solid #52d577;
  transition: 0.2s;
}
.field-row {
  display: flex;
  gap: 5px;
  width: 100%;
  height: 35px;
  margin-bottom: 5px;
}

h4 {
  margin: 10px;
  font-size: large;
}
.absolute-range {
  display: none;
  flex-direction: column;
  justify-items: end;
  border: 1px dashed #4d4d4d;
  padding: 10px;
  margin: 10px 0px;
  border-radius: 10px;
}
.add-field-btn {
  height: 40px;
  color: #fff;
  background: #52d577;
  border: none;
  border-radius: 5px;
  margin: 10px 0px;
}

.absolute-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.field::-webkit-outer-spin-button,
.field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
