* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 5% 32px 5%;
}
nav {
  width: 100%;
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #9da3ae;
}
.nav-div {
  width: 25%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
nav .nav-div .publish {
  color: #3565a9;
  font-weight: bolder;
}
main {
  width: 60%;
  margin-top: 5%;
}
.search-div {
  width: 100%;
  height: 40px;
  padding: 1%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #afb5bd6e;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 32px;
}
.first {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #4d5562;
}
.search-div .first .squar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #347659;
  background-color: #d9f9e6;
  border-radius: 4px;
  padding: 6px;
}
.search-div .first .circle-ra {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 50%;
  font-weight: bolder;
  background-color: #ed6e74;
  color: #bcb3b8;
}
.second {
  width: 15%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search-div .second .fa-brands {
  color: #43946c;
}
.search-div .second .fa-circle-check {
  color: #9da3ae;
}
#name {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 4px;
  resize: vertical;
  outline: none;
  font-size: 18px;
  margin-bottom: 0px;
}
#first-header {
  font-size: 32px;
  font-weight: bolder;
  margin-bottom: 32px;
}
hr {
  width: 100%;
  height: 1px;
  background-color: #afb5bd6e;
  margin-bottom: 32px;
}
.main-p {
  color: #4d5562;
  margin-bottom: 32px;
  line-height: 1.5;
}
#text-area {
  padding: 10px 10px 10px 10px;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

input[type="text"] {
  width: 100%;
  /* height: 50px; */
  border: none;
  border-radius: 4px;
  resize: vertical;
  outline: none;
  font-size: 20px;
  margin-bottom: 32px;
  position: relative;
  z-index: 0;
}

#text-area h1 {
  position: relative;
  font-size: 3em;
  color: #212936;
  margin-bottom: 10px;
}
#text-area .div-span {
  position: relative;
  color: #212936;
}
#span {
  top: 20px !important;
}
#text-area .div-span .span {
  display: none;
  position: absolute;
  font-size: 3em;
  color: #212936;
  top: 5px;
  left: -30px;
}
.bars {
  position: absolute;
  font-size: 20px;
  color: #d2d5da;
  top: 5px;
  left: 6px;
}

.dropdown {
  position: relative;
}
.option {
  background-color: #fff;
  border: 1px solid #afb5bd6e;
  height: 310px;
  width: 310px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  color: #4d5562;
  position: absolute;
  top: -10px;
  left: 7px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.dropdown .option h4 {
  color: black;
  font-weight: bolder;
  font-size: 19px;
  margin-bottom: 10px;
}
.dropdown .option .after-h4 {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.dropdown .option .filter {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.dropdown .option .filter span {
  padding: 2px 2px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
  background-color: #3565a9;
  font-weight: bolder;
}
.dropdown .option .heading-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #4d5562;
  margin-bottom: 10px;
}
.dropdown .option .heading-option:hover {
  background-color: #f5f5f5;
}
.dropdown .option .heading-option p {
  font-size: 12px;
  margin-bottom: 3px;
}
.dropdown .option .heading-option .t-letter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  width: 20%;
  color: #4d5562;
}
.dropdown .option .heading-option .heading-option-text {
  width: 80%;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  cursor: pointer;
}
.dropdown .option .heading-option .heading-option-text p strong {
  font-size: 17px;
  color: black;
}
.heading-1 {
  height: 100%;
  font-size: 1em;
  font-weight: bold;
  padding: 2px;
}
.heading-1::placeholder {
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  color: #d2d5da;
}
.active-span {
  display: block;
}
