h1 {
    color: rgb(255, 255, 255);
    font-size: 60px;
    font-family: system-ui;
}

h2 {
  color: rgb(255, 255, 255);
}

h3 {
  color: rgb(255, 255, 255);
}

h4 {
  color: rgb(255, 255, 255);
}

h5 {
  color: rgb(255, 255, 255);
}

h6 {
  color: rgb(255, 255, 255);
}

h7 {
  color: rgb(255, 255, 255);
}

body {
    background: #121618;
    position: relative;
    padding-bottom: 80px;
    min-height: 100vh;
}

.button {
    background-color: #222529; 
    border: none;
    color: #6700ff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 80px;
    margin:5px;

}

  .button2 {
  background-color:#222529; 
  border: none;
  color: #6700ff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;
  margin:2px;

} 

.button2mob {
  background-color: #222529; 
  border: none;
  color: #6700ff;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin:1px;

} 

.button3 {
  background-color: #222529; 
  border: none;
  color:#6700ff;
  padding: 5px 2px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 50px;

}  

.button-profile-tag{
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #6700ff;
  border: 2px solid  #6700ff;
  background-color: #e9e9e900;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.button-profile-tag-followed{
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: #ffffff;
  border: 2px solid  #6700ff;
  background-color: #6700ff;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.chat-container {
  border: 2px solid  rgb(104, 100, 100);
  background-color: #f1f1f1;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 70%;

}

.chat-darker {
  border-color: #f1f1f1;
  background-color: rgb(104, 100, 100);
  margin-right: 0; 
  width: fit-content;
  right: 20px;
}

.chat-lighter {
  width: fit-content;
}

.chat-beforeDiv{
  display:flex; 
  justify-content:flex-end;
}


.chat-container::after {
  content: "";
  clear: both;
  display: table;

}


.chat-time-right {
  float: right;
  color: #aaa;
  font-size: 10px;
}


.chat-time-left {
  float: left;
  color: #999;
  font-size: 10px;
}

.chat-text {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  margin-left: 20px;

}


.chat-div {
  background-color:  #00000054;
  border: 1px solid #000000;
}

.rotate {
  animation: rotation 4s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0, 0, 0, 0.685); 
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;

}


a.contacts:link {
  text-decoration: none;
  color: #000000;
}

a.contacts:visited {
  color: #000000;
}

a.contacts:hover {
  color: #6700ff;
}


a.a-foot:link {
  text-decoration: none;
  color: #ffffff;
}

a.a-foot:visited {
  color: #ffffff;
}

a.a-foot:hover {
  color: #000000;
}

.overlay-contacts-content {
  position: relative;
  top: 20%;
  width: 90%;
  margin-top: 30px;
  margin: auto;
  text-decoration: none;
}

.overlay-register-content {
  position: relative;
  top: 20%;
  width: 90%;
  margin-top: 30px;
  margin: auto;
  text-decoration: none;
  background-color: #222529;
}

.overlay-register-content-mobile {
  position: relative;
  top: 5%;
  width: 90%;
  margin-top: 15px;
  margin: auto;
  text-decoration: none;
  background-color: #222529;
}

.ico-style-chat {
  padding: 10px;
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  min-width: 50px;
  text-align: center;
  border-radius: 20%;
}

.chat-photo {
  max-width: 200px; 
  max-height: 200px
}

.notification-pic {
  width: 70px; 
  height: 70px;
  border-radius: 50%;
  margin: 5px;
}


.notification-text{
  margin-top: 5px;
  margin-right: 5px;
}


.form-popup {
  position: fixed;
  bottom: 2px;
  right: 2px;
  border: 3px solid rgb(255, 255, 255);
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.555);
}

.row-profile {
  content: "";
  clear: both;
  display: table;
}


.column-profile {
  float: left;
  padding: 5px;
}


footer {
  text-align: center;
  background-color: #222529;
  color: #fff;
  padding: 4px;
  position: absolute;
  bottom: 0;
  width: 100%;


}


.postcolumn {
  display: inline-block;  
  background-color: #222529;

}

.myvideo{
  max-width:100%;
  max-height:100%;
  object-fit: contain
  
}

.postpic {
  max-width:100%;
  max-height:100%; 
  width: 450px; 
  height:450px; 
  object-fit: cover; 
  object-position: 25% 25%
}

.avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.parent_upper {
  text-align: left;
  border: 1px solid rgb(56, 52, 52);
}
.child_upper {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  vertical-align: left;
}

.parent_lower {
  margin-top: 2.5px;
  text-align: right;
  border: 1px solid rgb(56, 52, 52);
}
.child_lower_liked {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  vertical-align: center;
  border: 1px solid yellow;
  float: left;
}

.child_lower_not_liked {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  vertical-align: center;
  border: 1px solid rgb(255, 255, 255);
  float: left;
}

.post_text_prew{
  text-align: left;
  padding: 0.5rem 0.5rem;
  max-width: 450px;
}

strong{
  color: rgb(255, 255, 255);
}

#left{float:left;}
#right{float:right;}


.column-galery {
  float: left;
  background-color: rgb(0, 0, 0);
  margin-top: 5px;
  height: 150px
}

.row-galery::after {
  content: "";
  clear: both;
  display: table;
}

.row-galery{
  max-width: 100%; 
  object-fit: cover;

}
.galerypic {
  height: 150px;  
  object-fit: cover;
  padding: 2.5px; 
  background-color: rgb(255, 255, 255);
  object-position: 25% 25%
}

.be-comment-block {
  margin-bottom: 50px !important;
  border-radius: 2px;
  padding: 50px 70px;
  border:1px solid #ffffff;
}

.comments-title {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 15px;
  font-family: 'Conv_helveticaneuecyr-bold';
}

.be-img-comment {
  width: 60px;
  height: 60px;
  float: left;
  margin-bottom: 15px;
}

.be-ava-comment {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.be-comment-content {
  margin-left: 80px;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-name {
  font-size: 13px;
  font-family: 'Conv_helveticaneuecyr-bold';
}

.be-comment-content a {
  color: #ffffff;
}

.be-comment-content span {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}

.be-comment-time {
  text-align: right;
}

.be-comment-time-mobile {
  text-align: right;
  margin-left: 15px;
  margin-top: 10px;
  font-size: 11px;
  color: #b4b7c1;
}

.be-comment-time {
  font-size: 11px;
  color: #b4b7c1;
}

.be-comment-text {
  font-size: 13px;
  line-height: 18px;
  color: #7a8192;
  display: block;
  background: #121618;
  border: 1px solid #edeff2;
  padding: 15px 20px 20px 20px;
  margin-bottom: 0px;
  width: fit-content;
}

.comment-interactive-div {
  display: inline-block;
  padding: 0.5px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 15px;
  width: fit-content;
  height: fit-content;
}

.comment-interactive-div-button {
  background-color: #ffffff; 
  border: none;
  color: rgb(0, 0, 0);
  padding: 0.5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
}

.post-author-div {
  display: inline-block;
  background-color: #222529;
  margin-bottom: 2px;
  margin-left: 5px;
  width: fit-content;
  height: fit-content;
  padding: 10px;

  -webkit-box-shadow: -1px 1px 5px 9px #1e2024;
  -moz-box-shadow: -1px 1px 5px 9px #1e2024;
  box-shadow: -1px 1px 5px 9px #1e2024;
}

.child_lower_like_and_comment_counter {
  display: inline-block;
  padding: 0.5rem 0.5rem;
  vertical-align: center;
  margin-right: 10px;
}

.post-like-div {
  display: inline-block;
  background-color: #222529;
  margin-bottom: 2px;
  margin-left: 5px;
  width: fit-content;
  height: fit-content;
  padding: 10px;
  border: 1px solid #edeff2;
  color:#edeff2;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #6700ff;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.user-section {
  padding: 10px 0;
  position: relative;
}
.gray-bg {
  background-color: #222529;
}
.profile-pic-img{
  max-width: 100%;
}
.profile-pic-img {
  vertical-align: middle;
  border-style: none;
}

.about-text h3 {
font-size: 45px;
font-weight: 700;
margin: 0 0 6px;
}
@media (max-width: 767px) {
.about-text h3 {
  font-size: 35px;
}
}
.about-text h6 {
font-weight: 600;
margin-bottom: 15px;
}
@media (max-width: 767px) {
.about-text h6 {
  font-size: 18px;
}
}
.about-text p {
font-size: 18px;
max-width: 450px;
}
.about-text p mark {
font-weight: 600;
color: #6700ff;
}

.about-list {
padding-top: 10px;
}
.about-list .media {
padding: 5px 0;
}
.about-list label {
color: #6700ff;
font-weight: 600;
width: 88px;
margin: 0;
position: relative;
}
.about-list label:after {
content: "";
position: absolute;
top: 0;
bottom: 0;
right: 11px;
width: 1px;
height: 12px;
background: #6700ff;
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
margin: auto;
opacity: 0.5;
}
.about-list p {
margin: 0;
font-size: 15px;
}

@media (max-width: 991px) {
.about-avatar {
  margin-top: 30px;
}
}

.about-section .counter {
padding: 22px 20px;
background: #24282c;
border-radius: 10px;
box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
}
.about-section .counter .count-data {
margin-top: 10px;
margin-bottom: 10px;
}
.about-section .counter .count {
font-weight: 700;
color: #6700ff;
margin: 0 0 5px;
}
.about-section .counter p {
font-weight: 600;
margin: 0;
}

.theme-color {
  color: #6700ff;
}
.dark-color {
  color: #6700ff;
}

.overlay-censor {
  height: 100%;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.986);
}

.overlay-censor-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;

}

#is-content-sensitive
{
border: 1px solid #888;
display: inline-block;
padding:20px;
width: 100%;

}

input[type='radio'] {
accent-color: #6700ff;
width: 18px;
height: 18px;
margin-right: 10px;
}

.flex-fill {
  flex:1
}

input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #6700ff;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
  
}

input[type=file] {
  border-radius: 10px;
  border: 1px solid #555;
}

input[type=file]::file-selector-button:hover {
  background: #b27fff;
} 

#TheDoupWave #TheWave { -webkit-animation: moveDoupWave  4s linear 0s infinite;animation: moveDoupWave  4s linear 0s infinite;}
@-webkit-keyframes moveDoupWave {to {-webkit-transform: translate(-1495.81px, 0px);transform: translate(-1495.81px, 0px);}}
@keyframes moveDoupWave {to {-webkit-transform: translate(-1495.81px, 0px);transform: translate(-1495.81px, 0px);}
}
