@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "SF", sans-serif !important;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: 0;
}

body {
  width: 100%;
  min-width: 320px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  background: #14171f;
  border-top: 49px solid #191c24;
  padding: 20px 0 26px;
  height: 100%;
}

.body {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
}

img {
  display: block;
}

.submit_btn {
  border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  text-align: center;
  text-transform: none;
  background: #51a351;
  color: #fff;
  transition: opacity 0.2s ease-out;
  font-weight: 700;
  font-size: 20px;
  cursor: pointer;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  height: 53px;
  width: 304px;
  color: #ffffff;
  border: none;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.about {
  width: 276px;
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  position: relative;
  padding: 40px 0 0;
  height: 100%;
}

.about__avatar img {
  margin: 0 auto;
  border-radius: 5px;
  max-width: 180px;
}

.about__name {
  margin: 20px 0 0;
  text-align: center;
}

.about__name p {
  font-size: 24px;
  color: #fff;
}

.content {
  width: 1018px;
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  border-radius: 18px;
  height: 100%;
  overflow-y: scroll;
  background-color: rgba(245, 245, 245, 0.6);
}

.content {
  display: block;
  margin: 0 auto;
}

.header {
  padding: 16px 20px;
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #ffffff;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1018px;
  border-radius: 18px 18px 0px 0px;
  z-index: 3;
}

.header__name {
  display: flex;
  align-items: center;
}

.header__avatar {
}

.header__avatar img {
  width: 60px;
  height: auto;
}

.header__desc {
  display: flex;
  flex-direction: column;
}

.header__desc p {
  font-size: 16px;
  font-weight: 600;
  color: rgba(18, 18, 18, 0.7);
}

.header__desc-name {
  font-weight: 700;
  font-size: 26px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  position: relative;
  width: fit-content;
}

.header__desc-name::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #0767e0;
  right: -14px;
}

.header__online {
  display: inline-block;
  vertical-align: top;
  float: right;
  margin: 35px 40px 15px 0;
}

.header__online p {
  font-size: 14px;
  color: #fff;
  position: relative;
}

.chat {
  padding: 100px 0 20px;
}

.chat__time {
  width: 97px;
  margin: 0 auto;
  background: #d2efff;
  border-radius: 7px;
  padding: 7px 0;
  text-align: center;
  margin-top: 5px;
}

.chat__time p {
  font-size: 14px;
  color: #000;
}

.hide-q {
  display: none !important;
}

.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("") !important;
}
#toast-container > .toast-error {
  background-image: url("") !important;
}
#toast-container > .toast-success {
  background-image: url("") !important;
}
#toast-container > .toast-warning {
  background-image: url("") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}

#preloaderDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloaderDiv .preloaderLines {
  display: flex;
}

.preloaderText {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: inherit;
  letter-spacing: 1px;
  margin: 0px 0 5px;
}

#preloaderDiv .line {
  width: 5px;
  height: 15px;
  background: #fff;
  margin: 0 3px;
  display: inline-block;
  animation: opacity-1 1000ms infinite ease-in-out;
}

#preloaderDiv .line-1 {
  animation-delay: 800ms;
}

#preloaderDiv .line-2 {
  animation-delay: 600ms;
}

#preloaderDiv .line-3 {
  animation-delay: 400ms;
}

#preloaderDiv .line-4 {
  animation-delay: 200ms;
}

#preloaderDiv .line-6 {
  animation-delay: 200ms;
}

#preloaderDiv .line-7 {
  animation-delay: 400ms;
}

#preloaderDiv .line-8 {
  animation-delay: 600ms;
}

#preloaderDiv .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.iti.iti--allow-dropdown {
  width: 100%;
}

*:focus {
  outline: none;
}

@media (max-width: 1390px) {
  .body {
    width: 1180px;
  }

  .content,
  .header {
    width: 800px;
  }
}

@media (max-width: 1001px) {
  .body {
    width: 750px;
  }

  .about {
    display: none;
  }

  .content {
    width: 100%;
    margin-left: 0;
  }

  .header {
    width: 100%;
  }
}

@media (max-width: 801px) {
  .body {
    width: 580px;
  }

  .about {
    display: none;
  }

  .content {
    width: 580px;
    display: block;
    margin: 0;
  }

  .chat {
    padding: 130px 0px 20px;
  }
}

@media (max-width: 601px) {
  .dec {
    display: none !important;
  }

  html {
    height: 100%;
  }

  body {
    background: 0 0;
    border-top: 0;
    padding: 0;
    height: 100%;
  }

  .body {
    width: 100%;
    position: relative;
    height: 100%;
    padding: 0 0 0;
  }

  .header__name {
    margin: 0;
  }

  .chat {
    background: 0 0;
    margin: 6px 0 0;
  }
}

.main-desc__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  /* background: url("../images/background.jpg") no-repeat center; */
  background-size: cover;
}

.main-desc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  transition: all 1.5s linear;
}

.main-desc__body {
  width: 300px;
  margin: -44px auto 0;
  position: relative;
  z-index: 2;
  padding: 0;
  top: 50%;
}

.body {
  transform: translateY(120%);
  transition: transform 1s linear;
}

.b-show {
  display: block;
  animation: showBlock 1s linear forwards;
}

body,
html {
  overflow: auto;
}

body {
  background: url("") center no-repeat;
  background-size: cover;
  border-top: none;
}

@media (max-height: 840px) {
  .about {
    padding: 30px 0 0;
  }
}

@media screen and (max-width: 840px) {
  body {
    /* background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
        background-size: cover; */
    border-top: none;
  }
}

.content {
  position: relative;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.inp {
  text-align: center;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  background: #3498db;
  width: 25px;
  display: block;
  color: #fff !important;
  border-radius: 20px;
  border: none;
  padding: 1px 0;
  font-size: 12px;
}

.chat-content-desc-item img {
  width: 400px;
  max-width: 100%;
}

.chat-content-list {
  margin: 20px 40px 0;
  font-size: 16px;
  color: #000;
}

.chat-content-desc-item {
  max-width: 629px;
  display: table;
  background: #f5f5f7;
  border-radius: 0px 20px 20px 20px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
  -webkit-filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(-2px 2px 1px rgba(0, 0, 0, 0.2));
}

/* .chat-content-desc-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    right: -10px;
    border-top: 5px solid transparent;
    border-left: 10px solid #F9F7F4;
    border-bottom: 15px solid transparent;
    filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.2));
} */

.chat-content-buttons-gender {
  background: #ebf1f5;
  border-radius: 0px 10px 10px 10px;
  display: table;
  padding: 20px 20px 17px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 600px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.2));
  position: relative;
}

.chat-content-buttons-gender::before {
  position: absolute;
  content: "";
  /* border-top: 5px solid transparent; */
  border-bottom: 15px solid transparent;
  border-right: 10px solid #ebf1f5;
  left: -10px;
  top: 0;
  filter: drop-shadow(0px 1px rgba(0, 0, 0, 0.2));
}

.chat-content-buttons-gender-block {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #51a351;
  border: 1px solid #51a351;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.chat-content-buttons-gender-block span {
  display: block;
  padding: 12px 15px;
}

.chat-content-buttons-gender-block:last-child {
  margin-right: 0;
}

.chat-content-desc-item.user {
  display: flex;
  flex-direction: row-reverse;
  background: #dbdbdb;
  border-radius: 20px 0px 20px 20px;
  padding: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  width: fit-content;
}

.message-time {
  width: 40px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0;
  letter-spacing: 1px;
}

.text {
  max-width: 539px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  line-height: 130%;
  font-weight: 500;
}

.chat-content-desc-item.user .text {
  margin: 0 10px 0 0;
}

.message-time {
  font-size: 14px;
  color: #000;
}

.iframe-form {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.iframe-form.show {
  opacity: 1;
  height: auto;
}

@media (max-width: 1200px) {
  .content {
    margin: auto;
    display: block;
  }

  .about {
    display: none;
  }
}

@media (max-width: 991px) {
  .header {
    background-size: 50px;
  }

  .header__online {
    margin: 25px 40px 0 0;
  }

  .header__name {
    margin: 5px 0;
  }

  .chat__time {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .content {
    width: 100%;
    z-index: 2;
    height: 100%;
    position: relative;
    border-radius: 0;
    background: transparent;
  }

  .header {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 5px;
    border-radius: 0;
  }

  .reviews {
    padding: 10px 15px;
    margin-top: 0;
  }

  .chat-content-list {
    margin: 10px 20px 0;
  }

  .header__body {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .header__online {
    margin: 0;
  }

  .message-time {
    width: 40px;
  }

  .chat-content-desc-item {
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .chat-content-desc-item.user {
    max-width: 90%;
    padding: 20px 15px;
    margin-bottom: 10px;
  }

  .text {
    margin: 0 0 0 7px;
  }

  .chat-content-buttons-gender {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 10px 12px;
    margin-bottom: 10px;
    max-width: 80%;
  }
}

@media (max-width: 400px) {
  .text {
    margin: 0 0 0 7px;
  }

  .chat-content-list {
    margin: 10px 15px 0;
  }
}

@media (max-width: 360px) {
  .text {
    max-width: 240px;
    margin: 0 0 0 7px;
  }
}

@media (max-width: 320px) {
  .text {
    max-width: 210px;
    margin: 0 0 0 7px;
  }

  .header__desc {
    margin: 3px 0 0 7px;
  }
}

button {
  font-family: "Montserrat", sans-serif;
}

.chat-content-desc-item.manager,
.user-answer_list,
.chat-content-desc-item.user,
.user--name,
.user--email,
.user--phone {
  position: relative;
}

.chat-content-desc-item.manager::after,
.user-answer_list::after,
.chat-content-desc-item.user::after,
.user--name::after,
.user--email::after,
.user--phone::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f0f0f0;
  right: -10px;
  top: 0;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.4));
}

.user-answer_list::after,
.chat-content-desc-item.user::after,
.user--name::after,
.user--email::after,
.user--phone::after {
  left: -10px;
}

.iti__selected-dial-code,
.iti__arrow {
  color: #000 !important;
  border-top-color: #000 !important;
}

.iti {
  width: 100% !important;
}

.iti__country {
  color: #000 !important;
}

.iti.iti--allow-dropdown.iti--separate-dial-code.phoneWrapper {
  width: 100% !important;
}

.iframe-form {
  max-width: 570px;
  margin: 0 auto;
}

.main__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 20px 0 40px 0;
  text-align: center;
  font-size: 42px;
  color: #ffffffff;
  text-shadow: 5px 5px #000000;
}

.footer-email {
  margin-top: 40px;
  text-align: center;
  color: #ffffffff;
}

.footer-pr {
  padding: 40px;
}

.footer-pr img {
  display: block;
  margin: 0 auto;
}

.chat-content-buttons-gender-block,
.text {
  font-size: 18px;
}

.form__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 25px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer {
  background-image: url("");
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom, center;
}
@media screen and (min-width: 481px) {
  .footer {
    padding-top: 30px;
    background-image: url("");
  }
}

.px-4 {
  padding: 0rem 1rem;
}

#chart {
  /* height: 500px !important; */
}

.header__name {
  display: flex;
  gap: 20px;
}

@media (max-width: 768px) {
  .chat-content-desc-item img {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .scroll-me {
    right: 70px;
  }
}

@media (max-width: 991px) {
  body {
    border-top: none !important;
  }

  .scroll-me {
    position: fixed;
    right: 0;
    bottom: 100px;
  }

  .header__online {
    margin: 35px 40px 0 0;
  }
}

@media (max-width: 601px) {
  .header__name {
    margin: 0;
  }

  .header__online {
    margin: 0;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  .main__title {
    font-size: 24px;
  }

  .header__desc p {
    font-size: 12px;
  }

  .header__desc-name {
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
  }

  .header__name {
    margin: 5px 0;
  }

  .footer__copy p {
    font-size: 18px;
  }

  .footer {
    padding: 15px;
  }

  .footer__copy {
    margin-bottom: 15px;
  }

  .chat {
    padding: 100px 0px 50px;
  }
}

@media screen and (max-width: 500px) {
  .header__name {
    padding: 10px;
    margin: 0;
  }
}

/*  */

::-webkit-scrollbar {
  display: none;
}

#res {
  position: absolute;
  top: -100%;
}

.fake__form {
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}

.fake__form .input-roulette::placeholder {
  color: #fff;
}

.register-form__button button[name="submit"] {
  width: 250px;
  border-radius: 5px;
  background-color: #0db14b;
  color: #fff;
  font-size: 18px;
  height: 60px;
}

.register-form input::placeholder {
  color: #fff;
}

.header__desc {
  position: relative;
}

.user--name,
.user--email,
.user--phone {
  display: none;
}

.user--name.show,
.user--email.show,
.user--phone.show {
  display: block;
}

.next--answer-content {
  max-width: 200px;
}

.user-answer_list {
  background: #efefef;
  border-radius: 20px 0px 20px 20px;
  display: table;
  padding: 20px 20px 17px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
  max-width: 600px;
  -webkit-filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(2px 3px 1px rgba(0, 0, 0, 0.2));
  position: relative;
}

.user--answer {
  width: auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background: #51a351;
  border: 1px solid #51a351;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
  padding: 10px 15px;
  font-size: 20px;
}

.user--answer:last-child {
  margin-right: 0;
}

/* @media screen and (max-width: 600px) {
  .form-input-main {
    padding: 10px 15px 0;
  }
} */

b {
  font-weight: 700 !important;
}

/* Loader */

.message-loader {
  margin: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 128px;
  height: 47px;
  position: relative;
}

.message-loader svg {
  position: absolute;
}

.loader_circle {
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #8c8c8c;
  transition: all 0.5s;
}

.loader_circle:first-child {
  animation: loading_message1 1s infinite alternate;
  animation-delay: 0s;
}

.loader_circle:nth-child(2) {
  animation: loading_message2 1s infinite alternate;
  animation-delay: 1s;
}

.loader_circle:last-child {
  animation: loading_message3 1s infinite alternate;
  animation-delay: 2s;
}

@keyframes loading_message1 {
  0% {
    opacity: 0.2;
  }

  50% {
    opacity: 0.4;
  }
}

@keyframes loading_message2 {
  0% {
    opacity: 0.6;
  }

  50% {
    opacity: 0.75;
  }
}

@keyframes loading_message3 {
  0% {
    opacity: 0.8;
  }

  50% {
    opacity: 1;
  }
}
