@import url("https://fonts.googleapis.com/css?family=Roboto:300,500");

body {
  background-color: #4f5f76;
}

::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #8d8e8f;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}





.insidehomesection {
  /* background-color: #E4E9F7; */
  background: #4f5f76;
  height: max-content;
}

.pull-right {
  float: right !important;
}

.container {
  margin: 0;
  width: 150px;
  text-align: center;
  transform: translateY(-30px);
}

.container .progress {
  margin: 0 0;
  width: 100px;
}

.progress {
  transform: translate(20px,-50px);
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25),
    0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  height: 16px;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  ) !important;
  background-image: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  ) !important;
  background-image: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  ) !important;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.3),
    rgba(255, 255, 255, 0.05)
  ) !important;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25),
    inset 0 1px rgba(255, 255, 255, 0.1);
}

.progress-bar {
  width: 30%;
  background-color: green;
}

.radio {
  display: none;
}

.label {
  display: inline-block;
  margin: 0 5px 20px;
  padding: 3px 8px;
  color: #aaa;
  text-shadow: 0 1px black;
  border-radius: 3px;
  cursor: pointer;
}

.radio:checked + .label {
  color: white;
  background: rgba(0, 0, 0, 0.25);
}

/* .select2-selection__rendered {
      line-height: 21px !important;
  }
  .select2-container .select2-selection--single {
      height:55px !important;
  }
  .select2-selection__arrow {
      height: 54px !important;
  } */
.select2-container--default .select2-selection--multiple {
  height: auto;
}

.reportbtn {
  width: 50%;
  height: 50px;
  cursor: pointer;
  border: none;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 0.5),
    0px 0px 10px rgba(0, 0, 0, 0.15);
  background: rgb(2, 0, 36);
  background: linear-gradient(
    45deg,
    rgba(2, 0, 36, 0) 5%,
    rgba(255, 255, 255, 0.5) 6%,
    rgba(255, 255, 255, 0) 9%,
    rgba(255, 255, 255, 0.5) 10%,
    rgba(255, 255, 255, 0) 17%,
    rgba(255, 255, 255, 0.5) 19%,
    rgba(255, 255, 255, 0) 21%
  );
  background-size: 200%;
  background-position: right;
  transition: 1s;
}

.reportbtn:hover {
  background-position: left;
  background: transparent !important;
  color: white;
  box-shadow: inset 0px 3px 5px rgba(255, 255, 255, 1),
    0px 0px 10px rgba(0, 0, 0, 0.25);
  border: 2px solid black;
  border-color: #48ff00;
  font-size: 21px;
}

.reportbtn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.reportbtn:focus {
  outline: none;
}

.searchheader {
  display: flex;
  height: fit-content;
  justify-content: space-between;
  width: 100%;
  padding: 15px;
  background-color: transparent !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.search-bar {
  display: flex;
  position: relative;
  width: 770px;
  height: 48px;
  margin: 0 auto;
  border-radius: 4px;
  z-index: 2000;
}

.search-category {
  position: relative;
  padding: 0 20px;
  background-color: silver;
  border-radius: 4px 0 0 4px;
  transform: translate(0px, 7px);
}

.search-category a {
  width: 100%;
  height: 100%;
  color: black;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-transform: capitalize;
}

.search-category a i {
  display: inline-block;
  margin-left: 20px;
  font-size: 14px;
  transition: all 0.2s;
}

.search-category:hover a i {
  transform: rotate(180deg);
}

.category-menu {
  width: 240px;
  padding: 20px;
  background-color: #262626;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.38s;
  z-index: 11;
}

.category-menu .subject {
  margin: 4px 0;
  color: #ffffff;
  text-transform: capitalize;
}

.category-menu .menu-item {
  position: relative;
  padding: 6px 0 6px 36px;
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  text-transform: capitalize;
  transition: all 0.13s;
}

.category-menu .menu-item:hover {
  color: #c4f7cd;
}

.search-category:hover .category-menu {
  top: calc(100% + 4px);
  opacity: 1;
  pointer-events: all;
}

.input-search {
  width: 100%;
  flex: 1;
}

.input-search input {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  color: #ffffff;
  background-color: silver;
  font-size: 14px;
  border-radius: 0 4px 4px 0;
}

.search-btn {
  display: none !important;
  width: 58px;
  height: 100%;
  color: #ffffff;
  background-color: #333333;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

.search-btn i {
  font-size: 24px;
}

.search-menu {
  display: none;
  width: 100%;
  padding: 20px 30px;
  color: #999999;
  background-color: #262626;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 10;
}

.search-related a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #999999;
  font-size: 14px;
  text-decoration: none;
  line-height: 32px;
  transition: all 0.13s;
}

.search-related a:hover {
  color: #ffffff;
}

.input-search input:focus + .search-menu {
  display: block;
}

h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

.commentonpost {
  position: fixed;
  height: 100%;
  width: 100%;
}

.chat-container {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 25px;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  padding: 15px;
  position: relative;
  width: 60%;
  max-width: 100%;
}

.chat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.message {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  box-shadow: 0px 15px 5px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 30px;
}

.message.left {
  padding: 15px 20px 15px 70px;
}

.message.right {
  align-self: flex-end;
  padding: 15px 70px 15px 20px;
}

.logo {
  border-radius: 50%;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.7);
  object-fit: cover;
  position: absolute;
  left: 10px;
  top: -10px;
  width: 50px;
  height: 50px;
}

.message.right .logo {
  left: auto;
  right: 10px;
}

.message p {
  margin: 0;
}

.text_input {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 15px;
  width: 100%;
}

.head1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background: transparent;
  width: 100%;
  overflow: visible;
  height: 60px;
  position: fixed;
  top: 0;
  left: 78px;
  right: 0;
  bottom: 60px;
  height: 100px;
}

.head1 * {
  color: #ffffff;
}

#content {
  width: 97%;
  height: 80%;
  padding: 50px !important;
  overflow: auto !important;
  outline: none;
  border: none;
  resize: none;
  position: absolute;
  left: 78px;
  top: 50px;
  line-height: 1.5;
  transform: translateY(40px);
}

#textsection {
  width: calc(100% - 78px);
  height: calc(100vh - 73px);
  padding: 5px;
  outline: none;
  border: none;
  resize: none;
  position: absolute;
  top: 73px;
}

.hidden {
  display: none;
}

.mrgl-8 {
  width: fit-content;
  padding: 2px;
  margin-left: 8px;
}

.bold {
  font-weight: bold;
}

.headers {
  margin-left: 8px;
}

.opennote {
  background: #4f5f76;
  border: 2px solid #fff;
  font-weight: bold;
  color: white !important;
  display: block;
  height: 50px;
  margin: 10px;
  padding: 2px 25px;
  text-decoration: none;
  border-radius: 30px;
  line-height: 45px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.opennote:hover {
  background: #c4f7cd;
  color: rgb(121, 117, 117) !important;
}

.mrgl-8:hover {
  background: #c4f7cd !important;
  color: black;
}

.select2-search__field::placeholder {
  transform: translateY(-2.5px);
  height: 100%;
}

.modal__content {
  display: none !important;
}

.form-popup-bg {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.form-control{
  white-space: pre-wrap;
}

td:hover {
  cursor: pointer;
  background: rgb(240, 251, 240);
}

.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}

.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.form-container {
  background-color: #091f36;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  display: flex;
  flex-direction: row;
  width: calc(100% - 78px);
  max-width: 1300px;
  margin-left: 73px;

  position: relative;

  overflow-y: auto;
  overflow-x: hidden;
  color: #fff;
}

input[type="text"],
input[type="password"],
select,
input[type="number"],
input[type="datetime-local"] {
  width: 100%;
  padding: 16px 8px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

input,
p {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  color: black;
  box-sizing: border-box;
}

.ql-toolbar.ql-snow{
  transform: translate(60px, 30px) !important;
  background-color: white !important;
}

input:required:valid {
  border-color: green;
}

textarea:required:valid {
  border-color: green;
}

input:invalid {
  border-color: red;
}

select:required:valid + span .select2-selection {
  border-color: green;
}

/* select:required + span .select2-selection{ background-color: rgba(239, 141, 80, 0.9) !important; } */
select:invalid + span .select2-selection {
  border-color: red;
}

input:required:focus:valid {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg")
    no-repeat 95% 50% #c4f7cd;
  background-size: 25px;
}

textarea:required:focus:valid {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg")
    no-repeat 95% 50% #c4f7cd;
  background-size: 25px;
}

select:required:focus:valid + span .select2-selection {
  background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg")
    no-repeat 95% 50% #c4f7cd;
  background-size: 25px;
}

input:focus:invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg")
    no-repeat 95% 50% lightsalmon;
  background-size: 25px;
}

textarea:focus:invalid {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg")
    no-repeat 95% 50% lightsalmon;
  background-size: 25px;
}

select:focus:invalid + span .select2-selection {
  background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg")
    no-repeat 95% 50% lightsalmon;
  background-size: 25px;
}

input:optional {
  border-color: gray;
}

.close-button {
  background: white;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}

.form-popup-bg:before {
  content: "";
  background-color: #fff;
  opacity: 0.25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.float-label-field {
  border: none;
  outline: none;
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
}

.float-label-field input {
  border: none;
  outline: none;
  padding: 5px 5px 8px 0px;
  width: 100%;
  font-size: 18px;
  border-bottom: solid 1px #efefef;
  background: transparent;
}

.float-label-field label {
  opacity: 0.5;
  position: absolute;
  top: 10px;
  left: 0px;
  transition: all 0.2s ease;
  font-size: 18px;
}

.float-label-field.focus label {
  color: rgb(66, 100, 252);
}

.float-label-field.focus input {
  border-bottom: solid 1px rgb(66, 100, 252);
}

.float-label-field.float label {
  opacity: 1;
  top: -8px;
  font-size: 60%;
  transition: all 0.2s ease;
  font-weight: bold;
}

.chatmessage {
  border: 2px solid #dedede;
  background-color: #4f5f76 !important;
  background: #4f5f76 !important;
  color: white !important;
  border-radius: 5px;
  padding: 3px;
  margin: 5px 0;
}

.darker {
  border-color: #ccc;
  background-color: #91aacc !important;
  background: #91aacc !important;
}

.chatmessage::after {
  content: "";
  clear: both;
  display: table;
}

.chatmessage img {
  float: left;
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
  border-radius: 50%;
  display: none;
}

.chatmessage img.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  display: none;
}

.time-right {
  float: right;
  color: #ffffff;
}

.time-left {
  float: left;
  color: #ffffff;
}

#dsctxt {
  background: transparent;

  resize: none;
  border: 0 none;
  width: 100%;

  outline: none;

  position: absolute;
}

.savepop:hover {
  background: #c4f7cd;
}

.sel-2-thing {
  color: black !important;
}

.select2-selection__choice__remove,
.select2-selection__choice__display {
  color: black !important;
}

input[type="date"] {
  color: black !important;
}

.filtercell {
  border: 2px solid black;
  width: 18%;
  height: 150px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  background: whitesmoke;
  overflow: auto;
}

.filterbtn {
  cursor: pointer;
  background: #4f5f76;
  border: 2px solid #fff;
  font-weight: bold;
  color: white !important;
  border-radius: 10px;
  width: 80%;
  height: 50%;
}

.filterbtn:hover {
  cursor: pointer;
  background: #c4f7cd;
  border: 2px solid #6a2525;
}

.inputbox {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.filter_sort > div {
  margin: 13px;
}

.topnav {
  overflow: hidden;
  background-color: #091f36;
}

.topnav span {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a,
.wrap {
  float: right;
  color: #f2f2f2 !important;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #c4f7cd;
  color: black;
}

.topnav a.active {
  color: white;
}

.topnav a.active:hover {
  background-color: #c4f7cd;
  color: black;
}

.topnav input[type="search"] {
  background: none !important;
  webkit-appearance: none;
  width: 100% !important;
}

#search {
  display: grid;
  grid-area: search;
  grid-template:
    "search" 60px
    / 420px;
  justify-content: center;
  align-content: center;
  justify-items: stretch;
  align-items: stretch;
  background: hsl(0, 0%, 99%);
  border-radius: 20px;
  width: 100%;
}

#search input {
  display: block;
  grid-area: search;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: none;
  padding: 0 30px 0 60px;
  border: none;
  border-radius: 100px;
  font: 24px/1 system-ui, sans-serif;
  outline-offset: -8px;
}

#search svg {
  grid-area: search;
  overflow: visible;
  color: hsl(215, 100%, 50%);
  fill: none;
  stroke: currentColor;
}

.spark {
  fill: currentColor;
  stroke: none;
  r: 15;
}

.spark:nth-child(1) {
  animation: spark-radius 2.03s 1s both, spark-one-motion 2s 1s both;
}

@keyframes spark-radius {
  0% {
    r: 0;
    animation-timing-function: cubic-bezier(0, 0.3, 0, 1.57);
  }

  30% {
    r: 15;
    animation-timing-function: cubic-bezier(1, -0.39, 0.68, 1.04);
  }

  95% {
    r: 8;
  }

  99% {
    r: 10;
  }

  99.99% {
    r: 7;
  }

  100% {
    r: 0;
  }
}

@keyframes spark-one-motion {
  0% {
    transform: translate(-20%, 50%);
    animation-timing-function: cubic-bezier(0.63, 0.88, 0, 1.25);
  }

  20% {
    transform: rotate(-0deg) translate(0%, -50%);
    animation-timing-function: ease-in;
  }

  80% {
    transform: rotate(-230deg) translateX(-20%) rotate(-100deg) translateX(15%);
    animation-timing-function: linear;
  }

  100% {
    transform: rotate(-360deg) translate(30px, 100%);
    animation-timing-function: cubic-bezier(0.64, 0.66, 0, 0.51);
  }
}

.spark:nth-child(2) {
  animation: spark-radius 2.03s 1s both, spark-two-motion 2.03s 1s both;
}

@keyframes spark-two-motion {
  0% {
    transform: translate(120%, 50%) rotate(-70deg) translateY(0%);
    animation-timing-function: cubic-bezier(0.36, 0.18, 0.94, 0.55);
  }

  20% {
    transform: translate(90%, -80%) rotate(60deg) translateY(-80%);
    animation-timing-function: cubic-bezier(0.16, 0.77, 1, 0.4);
  }

  40% {
    transform: translate(110%, -50%) rotate(-30deg) translateY(-120%);
    animation-timing-function: linear;
  }

  70% {
    transform: translate(100%, -50%) rotate(120deg) translateY(-100%);
    animation-timing-function: linear;
  }

  80% {
    transform: translate(95%, 50%) rotate(80deg) translateY(-150%);
    animation-timing-function: cubic-bezier(0.64, 0.66, 0, 0.51);
  }

  100% {
    transform: translate(100%, 50%) rotate(120deg) translateY(0%);
  }
}

.spark:nth-child(3) {
  animation: spark-radius 2.05s 1s both, spark-three-motion 2.03s 1s both;
}

@keyframes spark-three-motion {
  0% {
    transform: translate(50%, 100%) rotate(-40deg) translateX(0%);
    animation-timing-function: cubic-bezier(0.62, 0.56, 1, 0.54);
  }

  30% {
    transform: translate(40%, 70%) rotate(20deg) translateX(20%);
    animation-timing-function: cubic-bezier(0, 0.21, 0.88, 0.46);
  }

  40% {
    transform: translate(65%, 20%) rotate(-50deg) translateX(15%);
    animation-timing-function: cubic-bezier(0, 0.24, 1, 0.62);
  }

  60% {
    transform: translate(60%, -40%) rotate(-50deg) translateX(20%);
    animation-timing-function: cubic-bezier(0, 0.24, 1, 0.62);
  }

  70% {
    transform: translate(70%, -0%) rotate(-180deg) translateX(20%);
    animation-timing-function: cubic-bezier(0.15, 0.48, 0.76, 0.26);
  }

  100% {
    transform: translate(70%, -0%) rotate(-360deg) translateX(0%) rotate(180deg)
      translateX(20%);
  }
}

.burst {
  stroke-width: 3;
}

.burst :nth-child(2n) {
  color: #ff783e;
}

.burst :nth-child(3n) {
  color: #ffab00;
}

.burst :nth-child(4n) {
  color: #55e214;
}

.burst :nth-child(5n) {
  color: #82d9f5;
}

.circle {
  r: 6;
}

.rect {
  width: 10px;
  height: 10px;
}

.triangle {
  d: path("M0,-6 L7,6 L-7,6 Z");
  stroke-linejoin: round;
}

.plus {
  d: path("M0,-5 L0,5 M-5,0L 5,0");
  stroke-linecap: round;
}

.burst:nth-child(4) {
  transform: translate(30px, 100%) rotate(150deg);
}

.burst:nth-child(5) {
  transform: translate(50%, 0%) rotate(-20deg);
}

.burst:nth-child(6) {
  transform: translate(100%, 50%) rotate(75deg);
}

.burst * {
}

@keyframes particle-fade {
  0%,
  100% {
    opacity: 0;
  }

  5%,
  80% {
    opacity: 1;
  }
}

.burst :nth-child(1) {
  animation: particle-fade 600ms 2.95s both, particle-one-move 600ms 2.95s both;
}

.burst :nth-child(2) {
  animation: particle-fade 600ms 2.95s both, particle-two-move 600ms 2.95s both;
}

.burst :nth-child(3) {
  animation: particle-fade 600ms 2.95s both,
    particle-three-move 600ms 2.95s both;
}

.burst :nth-child(4) {
  animation: particle-fade 600ms 2.95s both, particle-four-move 600ms 2.95s both;
}

.burst :nth-child(5) {
  animation: particle-fade 600ms 2.95s both, particle-five-move 600ms 2.95s both;
}

.burst :nth-child(6) {
  animation: particle-fade 600ms 2.95s both, particle-six-move 600ms 2.95s both;
}

@keyframes particle-one-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(-20deg) translateX(8%) scale(0.5, 0.5);
  }
}

@keyframes particle-two-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(0deg) translateX(8%) scale(0.5, 0.5);
  }
}

@keyframes particle-three-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(20deg) translateX(8%) scale(0.5, 0.5);
  }
}

@keyframes particle-four-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(-35deg) translateX(12%);
  }
}

@keyframes particle-five-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(0deg) translateX(12%);
  }
}

@keyframes particle-six-move {
  0% {
    transform: rotate(0deg) translate(-5%) scale(0.0001, 0.0001);
  }

  100% {
    transform: rotate(35deg) translateX(12%);
  }
}

.bar {
  width: 100%;
  height: 100%;
  ry: 50%;
  stroke-width: 10;
  animation: bar-in 900ms 3s both;
}

@keyframes bar-in {
  0% {
    stroke-dasharray: 0 180 0 226 0 405 0 0;
  }

  100% {
    stroke-dasharray: 0 0 181 0 227 0 405 0;
  }
}

.magnifier {
  animation: magnifier-in 600ms 3.6s both;
  transform-box: fill-box;
}

@keyframes magnifier-in {
  0% {
    transform: translate(20px, 8px) rotate(-45deg) scale(0.01, 0.01);
  }

  50% {
    transform: translate(-4px, 8px) rotate(-45deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

.magnifier .glass {
  cx: 27;
  cy: 27;
  r: 8;
  stroke-width: 3;
}

.magnifier .handle {
  x1: 32;
  y1: 32;
  x2: 44;
  y2: 44;
  stroke-width: 3;
}

#results {
  grid-area: results;
  background: hsl(0, 0%, 95%);
}

#description-t,
#comments-t,
#description,
#comments,
#content {
  background-color: #fff;
  color: #222;
  font-weight: normal;
  resize: none;
  padding: 10px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 2px 14px #000;
  box-shadow: 0px 2px 14px #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* .select2 {
        width: 30% !important;
        height: fit-content;
      } */