@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

* {
  box-sizing: border-box;
  font-size: 10px;
  --primary-color: #00acee;
}

/* @font-face {
  font-family: "vazir";
  src: url("/src/vazir-bold.woff2") format("woff2"),
    url("/src/vazir-bold.woff") format("woff");
} */

body {
  /* position: absolute;
  top: 10rem;
  left: 10rem; */
  background-color: #121212;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  overflow: hidden;
  margin: 10rem 1rems;

  overflow: scroll;
}

.explainatoin {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.explainatoin textarea {
  font-size: 3rem;
  color: #000;
  text-align: center;
  border-radius: 1rem;
  margin-top: 1rem;
  max-height: 10rem;
}

.explainatoin button {
  background-color: transparent;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  outline: none;
  border: 0.1rem solid var(--primary-color);
  padding: 0 1rem;
  margin: 0 1rem;
  border-radius: 10rem;
  margin: 1rem 0;
}

.explainatoin {
  @font-face {
    font-family: "vazir";
    src: url("/src/vazir-bold.woff2") format("woff2"),
      url("/src/vazir-bold.woff") format("woff");
  }
}

.explainatoin h1 {
  text-align: center;
  font-family: inherit;
  line-height: auto;
  margin-top: 10rem;
  margin-bottom: 1rem;
  font-size: 5rem;
  color: #fff;
  line-height: 150%;
}

.container {
  border: 0.2rem solid var(--primary-color);
  display: flex;
  flex-direction: column;
  max-width: 50rem;
  /* width: 50rem; */
  max-height: auto;
  overflow: hidden;
  /* position: relative; */
  padding-bottom: 2rem;
  padding: 2rem;
  border-radius: 2rem;
  position: relative;
  margin-bottom: 10rem;
}

#watermark {
  position: absolute;
  left: 0.5rem;
  top: -2rem;
  color: #fff;
  opacity: 0.05;
  z-index: -1;
  font-size: 5rem;
  /* transform: rotateZ(-20deg); */
}

.logo {
  color: var(--primary-color);
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.logo span,
.logo i {
  font-size: inherit;
  margin: 0 0 0 1rem;
}

/* .container.nofocus {
  height: 50rem;
} */

/* --------------------------------TOP-SECTION ---------------------------- */
.top-section {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}

.top-section .profile-contaienr {
  width: 5rem;
  height: 5rem;
  /* background-color: blue; */
  border-radius: 10rem;
  overflow: hidden;
  border: 0.2rem solid var(--primary-color);
}

.profile-contaienr img {
  width: 5rem;
  height: 5rem;
  filter: blur(0.5rem);
  -webkit-filter: blur(0.5rem);
}

.userinfo {
  padding: 0 1rem;
  margin-top: 1rem;
  color: #fff;
}

.userinfo h3 {
  font-size: 1.5rem;
  margin: 0;
}

.userinfo h4 {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: dimgray;
  margin-bottom: 0.5rem;
  margin-right: 10rem;
  filter: blur(0.5rem);
  -webkit-filter: blur(0.5rem);
}

/* -------------------------------- status-content__section ---------------------------- */

.status-content__section {
  display: flex;
}

.status-content__section .left-side {
  width: 6rem;
  display: flex;
  justify-content: center;
}

.left-side {
  margin: 0 0.5rem;
}

.left-side .vertical-line {
  width: 0.3rem;
  height: 100%;
  background-color: dimgray;
}

.right-side {
  margin: 0 1rem;
  margin-left: 0;
  margin-top: 0;
  width: 100%;
  position: relative;
  /* height: auto; */
}

.status-text p {
  margin: 0 1rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight:bold;
}

.media-container {
  margin-top: 2rem;
  /* width: 100%; */
  /* max-height: 15rem; */
  display: flex;
  overflow: hidden;
  border-radius: 2rem;
  margin-bottom: 2rem;
}

.media-container.double img {
  border-radius: 2rem;
  padding: 0 1rem;
  width: 50%;
  height: auto;
  object-fit: cover;
}

.media-container img {
  border-radius: 2rem;
  padding: 0 1rem;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 576px) {
  * {
    font-size: 12px;
  }
  
  .logo {
  color: var(--primary-color);
  font-size: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.logo span,
.logo i {
  font-size: inherit;
  margin: 0 0 0 1rem;
}
}
