@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}
video::-webkit-media-controls-enclosure { 
  display:none !important; 
}
:root {
  --angle: 45deg;
}
body{
  display:flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f7f7f7;
  padding: 0px 0px;
  filter: brightness(1) contrast(110%);
  zoom:174%;

}


@keyframes drop {
  0% { transform: translateY(-150px); }
  100% { transform: translateY(30px); }
}

@keyframes overflow {
  0% { transform: translateY(0%); }
  100% { transform: translateY(100%); }
}

.container_bucket {
  width: 50px;
  height: 50px;
  position: relative;
  margin: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.bucket {
  width: 50px;
  height: 50px;
  border: 5px solid #ccc; /* changed from 10px solid black to make it thinner and lighter */
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, #333, #666); /* changed from none to make it darker and gradient */
  border-top: 0px;
}

.water {
  width: calc(100% - 0px); 
  height: 0px; 
  background: linear-gradient(to bottom,#777777 , #00f); 
  position: absolute; 
  bottom: 0px; 
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}

.drop {
  width: 10px;
  height: 15px; 
  border-radius: 50% /75%; 
  background: #00f;
  opacity: .8; 
  position: absolute;
}
.drop:nth-child(2) {
    left: 25px; /* changed from calc(50% - (10px /2)) */
    animation: drop .6s linear .1s infinite;
}

.drop:nth-child(3) {
    left: 25px; /* changed from calc(50% - (10px /2) -25px) */
    animation: drop .6s linear .2s infinite;
}
.drop:nth-child(4) {
    left: 25px; /* changed from calc(50% - (10px /2)) */
    animation: drop .6s linear .3s infinite;
}

.drop:nth-child(5) {
    left: 25px; /* changed from calc(50% - (10px /2) -25px) */
    animation: drop .6s linear .4s infinite;
}
.dis{
    width: max-content;
    left:0px;
    margin:0px;
    padding-top: 10px;
}
.dis h6{
  font-size: 9px;
}

iframe{
  width:100vw;
  border:0px;
  height:100vh;
  
}
.wrapper{
  /* border: 19px solid red; */
  align-items: right;
  background: #ffffff3f;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
              
}
.sentimg{
  width: 120px;
}
/* Login & Signup Form CSS Start */
.form{
  padding: 2px 30px;
}
.form header{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.chatodasi_link{
  width: 100%;
  padding: 8px;
  padding-right: 5.5vw;
  filter:drop-shadow(0.5px 0.5px 0.5px rgb(255, 255, 255));
  border-radius: 50%;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
  user-select: none;
  -webkit-user-drag: none;
}
.message_reklam .chatodasi_link_reklam{
  color:rgba(48, 48, 48, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: x-small;
  text-shadow: #f1f1f1 1px 0 1px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0mm 0mm 2mm rgb(255, 255, 255))  contrast(100%) grayscale(0%) opacity(1);

}
.chatodasi_link_reklam{
  color:rgba(48, 48, 48, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: smaller;
  text-shadow: #f1f1f1 1px 0 1px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
  user-select: none;
  -webkit-user-drag: none;
}
.chatodasi_link:hover{
  color:rgba(48, 48, 48, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: small;
  text-shadow: #f1f1f1 1px 0 1px;
  font-weight: 700;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
  user-select: none;
  -webkit-user-drag: none;
}
.chatodasi{
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.chatodasi-group{
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}

.form form{
  margin: 20px 0;
}
.form form .error-text{
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  display: none;
}
.form form .name-details{
  display: flex;
}
.form .name-details .field:first-child{
  margin-right: 10px;
}
.form .name-details .field:last-child{
  margin-left: 10px;
}
.form form .field{
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
}
.form form .field label{
  margin-bottom: 2px;
}
.form form .input input{
  height: 40px;
  width: 100%;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.form form .field input{
  outline: none;
}
.form form .image input{
  font-size: 15px;
}
.form form .button input{
  height: 45px;
  border: none;
  color: #fff;
  font-size: 15px;
  /* background: rgb(145, 106, 88); */
  background: rgb(128, 209, 234);
  border-radius: 10px;
  cursor: pointer;
  margin-top: 13px;
  /* background-image: linear-gradient(var(--angle), rgb(39,34,31) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%); */
  background-image: linear-gradient(var(--angle), rgb(39,34,31) 0%, rgb(114, 206, 234) 50%, rgb(39,34,31) 100%);
  border: 6px solid transparent;
  transition: .3s;
  display:flex;
  max-width:100%;
  white-space: normal;
  word-wrap: break-word;
  align-content: center;
  justify-content: center;
  height:fit-content;
}
.form form .button input:hover{
  height: 45px;
  border: none;
  color: #fff;
  font-size: 15px;
  /* background: rgb(145, 106, 88); */
  background: rgb(75, 220, 181);
  border-radius: 10px;
  cursor: pointer;
  margin-top: 13px;
  /* background-image: linear-gradient(var(--angle), rgb(39,34,31) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%); */
  background-image: linear-gradient(var(--angle), rgb(39,34,31) 0%, rgb(75, 220, 181) 50%, rgb(39,34,31) 100%);
  border: 6px solid transparent;
  transition: .3s;
  display:flex;
  max-width:100%;
  white-space: normal;
  word-wrap: break-word;
  align-content: center;
  justify-content: center;
  height:fit-content;
}
.form form .field i{
  position: absolute;
  right: 15px;
  top: 70%;
  color: #ccc;
  cursor: pointer;
  transform: translateY(-50%);
}
.incoming .details .sentimg{
  width: 120px;
}
.form form .field i.active::before{
  color: #333;
  content: "\f070";
}
.form .link{
  text-align: center;
  margin: 10px 0;
  font-size: 15px;
}
    /* Hide the default button style */
    .sbmt {
      border: none;
      background: none;
  }
.whatsapp{
  color: #128C7E;
  font-size: 11px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.messagex .msgsil_outgoing{
  background-color: red;
  padding: 3px;
  width: 25px;
  height:25px;
    display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter:drop-shadow(0px 0px 2px rgb(139, 139, 139));

}
.messagex .msgsil_incoming{
  background-color: red;
  padding: 3px;
  width: 25px;
  height:25px;
    display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter:drop-shadow(0px 0px 2px rgb(139, 139, 139));

}
  .fa.fa-trash {
    /* padding-top: 2px; */
      /* padding-left: 30px; */
      color: rgb(255, 255, 255);
      font-size: 16px;
      transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
      border-radius: 50%;
  }
 
  

.toplink{
  display: block;
  background: #ffffff69;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  user-select: none;
  -webkit-user-drag: none;
}
.toplinksc{
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */  background: #ffffff;;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));
}
.toplinkacil{
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 10px;
  box-shadow: 0px 0px 4px 0px #7a7a7a50;
  cursor:pointer;
  border: 0.2px solid rgb(240, 240, 240);
  max-width: 100px;
  font-weight: bolder;
}
.toplinkmenu{
  height: 100px;
  margin: 4px;
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: salmon;
  font-size: 10px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);  
cursor:pointer;
transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.toplinkmenu:hover{
  height: 100px;
  margin: 4px;
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: rgb(114, 200, 250);
  font-size: 10px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);  
cursor:pointer;
}
.toplinkkose{
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(238, 183, 31, 0.74);
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:pointer;
    display: block;
    overflow-y: hidden;
    margin:10px;
    filter:drop-shadow(0px 0px 2px rgb(228, 145, 77));
min-width: 100px;

}
.toplinkkose2{
    color: #000;
    padding: 7px 10px;
    border-radius: 5px;
    background-image: linear-gradient(45deg, rgb(39,34,31) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
    font-size: x-small;
    -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
    -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
    box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:pointer;
    display: block;
    overflow-y: hidden;
    margin:4px;
    filter:drop-shadow(0px 0px 2px rgb(228, 145, 77));
    min-width: 100px;
}
.toplink_mesaj{
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(206, 207, 207, 0.9);
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:default;
    display: block;
    overflow-y: hidden;

  }
.form .link a{
  color: rgb(169, 20, 20);
}
.form .link a:hover{
  text-decoration: underline;
}

/* Define the initial style of the message elements */
.message {
  /* Set the display to block */
  display: block;
  /* Set the opacity to 0 (invisible) */
  opacity: 0;
  /* Set the scale to 0 (collapsed) */
  transform: scale(0);
  /* Set the transition duration to 0.5s (half a second) */
  transition: 0.5s;
}

/* Define the style of the message elements when they have the class "show" */
.message.show {
  /* Set the opacity to 1 (visible) */
  opacity: 1;
  /* Set the scale to 1 (normal) */
  transform: scale(1);
}


/* Define the initial style of the message elements */
.message_reklam {
  /* Set the display to block */
  display: none;
  z-index: 1;
  /* Set the opacity to 0 (invisible) */
  opacity: 0;
  /* Set the scale to 0 (collapsed) */
  transform: scale(0);
  /* Set the transition duration to 0.5s (half a second) */
  transition: 0.5s;
 
            filter:drop-shadow(2px 2px 2px rgb(214, 214, 214));
padding-left: 25px;
            
}

/* Define the style of the message elements when they have the class "show" */
.message_reklam.show {
  /* Set the opacity to 1 (visible) */
  display: block;
  opacity: 1;
  /* Set the scale to 1 (normal) */
  transform: scale(1);
}

/* Define the initial style of the message elements */
.message_birthdate {
  /* Set the display to block */
  display: block;
  /* Set the opacity to 0 (invisible) */
  opacity: 0;
  /* Set the scale to 0 (collapsed) */
  transform: scale(0);
  /* Set the transition duration to 0.5s (half a second) */
  transition: 0.5s;
}

/* Define the style of the message elements when they have the class "show" */
.message_birthdate {
  /* Set the opacity to 1 (visible) */
  opacity: 1;
  /* Set the scale to 1 (normal) */
  transform: scale(1);
}

/* Users List CSS Start */
/* .users{
} */
.users header,
.users-list a{
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid #dddddd; */
  justify-content: space-between;
   border-bottom: 1px solid #f5f5f5;
  /*filter:drop-shadow(2px 2px 2px rgb(238, 238, 238)); */
}

.users-list-group a{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #dddddd; */
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  filter:drop-shadow(2px 2px 2px rgb(238, 238, 238));
}
.users header{
  padding: 0px 0px;
  border-radius: 10px;
  background-color: #ffffff;
  background-image: linear-gradient(19deg, #f5f5f5 0%, #ffffff 50%, #fafbff 100%);
  box-shadow: 0px 4px 10px 0px #7a7a7a2a;
  /* background-image: url("https://tarih.iroiya.com/kaynaklar/BulentAtabek-Temurhan/jakeliflamahd.png");
  background-size: 40%; */
  background-position-x: center;
  border: 0px;
}

:is(.users, .users-list) .details .msgcount{
  font-size: 10px;
  font-weight: 500;
  margin:2px;
  padding:8px;
  color:#ffffff;
  background-color: rgba(255, 0, 0, 0.409);
  border: 2px solid rgb(255, 255, 255);
  filter:drop-shadow(1px 2px 2px rgb(128, 128, 128));
 width: fit-content;
}
:is(.users, .users-list-group) .details .msgcount{
  font-size: 10px;
  font-weight: 500;
  margin:2px;
  padding:8px;
  color:#ffffff;
  background-color: red;
  border: 2px solid rgb(255, 255, 255);
  filter:drop-shadow(1px 2px 2px rgb(128, 128, 128));
 width: fit-content;
}

.msgcount{
  padding: 12px;
  border-radius: 18px 18px 18px 0;
  background-color: rgb(199, 199, 199);
  color:#ffffff;
  height: 14px;
  width: 14px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  box-shadow: 0px 4px 10px 0px #7a7a7a2a;
  border: 2px solid rgba(252, 38, 38, 0.781);
}
.pointscount{
  padding: 8px;
  border-radius: 18px 18px 18px 18px;
  background-color: gold;
  color:#000000;
  height: 10px;
  width: 10px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  box-shadow: 0px 4px 10px 0px gold;
  border: 1px solid rgb(0, 0, 0);
}
.msgcountzero{
  padding:2px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  color:#000000;
  height: 12px;
  width: 12px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  box-shadow: 0px 4px 10px 0px #7a7a7a2a;
display:none;
}
.wrapper img{
  object-fit: cover;
  border-radius: 50%;
}

.profil_img_div{
  rotate: 45deg;
  margin:10px;
  padding-top:0px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  /* Add a transform-origin property to set the origin of rotation */ 
  transform-origin: center center; 
  /* Add an animation property to apply the animation */
  filter:drop-shadow(20px 20px 10px rgb(29, 24, 21)) contrast(100%) opacity(0.94);
  border: 0.1px dashed rgb(255, 255, 255);
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  user-select: none;
  -webkit-user-drag: none;

  animation: rotate_profile_image 4s infinite alternate ease-in-out;
}
.users header .profil_img{
  user-select: none;
  -webkit-user-drag: none;

  height: 84px;
  width: 84px;
/* filter:drop-shadow(1px 1px 1px gray); */
filter:drop-shadow(20px 20px 10px rgb(29, 24, 21)) contrast(103%) opacity(1) brightness(1.1); 
  border-radius: 50%;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  rotate: -65deg;
  zoom:0.7;
}

.users header img{
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    height: 50px;
    width: 50px;
    border: 0.5px dashed salmon;
  /* filter:drop-shadow(1px 1px 1px gray); */
    margin:10px;
    padding:2px;
    display: flex; /* enable flexbox */ 
    justify-content: center; /* center horizontally */ 
    align-items: center; /* center vertically */
    /* Add a transform-origin property to set the origin of rotation */ 
    transform-origin: center center; 
    /* Add an animation property to apply the animation */
    filter:drop-shadow(0px 0px 2px rgb(102, 102, 102)) contrast(110%);
    border-radius: 15%;

}


.users header .menuikonlari{
  height: 40px;
  width: 40px;
  border: 4px dashed rgba(187, 101, 3, 0.603);
  /* filter:drop-shadow(1px 1px 1px gray); */
margin:10px;
padding:6px;
display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  animation: rotate 6s infinite alternate ease-in-out;

}
.menuikonlari{
  height: 40px;
  width: 40px;
  border: 4px dashed rgba(187, 101, 3, 0.603);
  /* filter:drop-shadow(1px 1px 1px gray); */
margin:10px;
padding:6px;
display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  animation: rotate 6s infinite alternate ease-in-out;

}

.users header .menuikonlari_kitap{
  height: 60px;
  width: 60px;
  border: 4px dashed rgba(193, 207, 0, 0.603);
  /* filter:drop-shadow(1px 1px 1px gray); */
margin:10px;
padding:6px;
display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  animation: rotate 6s infinite alternate ease-in-out;

}
/* Define a keyframes rule for the animation */ 
@keyframes rotate { 

  from { transform: rotate(-1deg); 
  } 
  to { transform: rotate(1deg); 
  } 
}
@keyframes rotate_profile_image { 

  from { transform: rotate(0deg); 
  } 
  to { transform: rotate(5deg); 
  } 
}


.users header .reklamimg{
  height: 110px;
  width: 110px;
  border: 0px dashed salmon;
  padding:0px;
  margin:0px;
  display: flex; /* enable flexbox */ 
    justify-content: center; /* center horizontally */ 
    align-items: center; /* center vertically */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  border-radius: 2px;

}
.users header .avatar{
  height: 35px;
  width: 35px;
  border: 0px dashed salmon;
  padding:0px;
  margin:2px;
  display: flex; /* enable flexbox */ 
    justify-content: center; /* center horizontally */ 
    align-items: center; /* center vertically */
  border-radius: 2px;
  filter:drop-shadow(1.25px 1.25px 1.25px gray);
  pointer-events:all;
}
header .content2{
 margin-left: 20px;
}
header .content3{
  margin-left: 20px;
  zoom:0.65;

 }
.tree-id_top{
  width:fit-content;
  color:white;
  font-size: 11px;
  margin:6px;
 }
.content_top{
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  display:flex;
  justify-content: left;
  align-items: left;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 0px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
    padding-top: 20px;
  filter:drop-shadow(0px 0px 1px rgb(49, 44, 41));
  padding-bottom: 20px;
  background-image: url("ustgorsel4.jpg");
  background-size: 100% 200%;
  background-position: top -30px left 26.5vw;
  background-repeat:repeat;
  zoom: 90%;
  transition: background-image 0.01s linear;

}
.content_top2{
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  display:flex;
  justify-content: left;
  align-items: left;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  zoom: 70%;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  filter:drop-shadow(0px 0px 1px rgb(49, 44, 41));

}
:is(.users, .users-list) .content{
  display:flex;
  align-items: center;
  width: 100vw;
}
:is(.users, .users-list-group) .content{
  display:flex;
  align-items: center;
  width: 100vw;
}
:is(.users, .users-list) .content .details{
  color: #000;
  margin-left: 20px;
  text-shadow: rgb(178,126,102) 0px 0 1px;

}

:is(.users, .users-list) .details span{
  font-size: 10px;
  font-weight: 500;
  margin:2px;
  padding:2px;
  color:#000;
}
:is(.users, .users-list-group) .details span{
  font-size: 10px;
  font-weight: 500;
  margin:2px;
  padding:2px;
  color:#000;
}
.users header .logout{
  display: flex;
            justify-content: center;
            align-items: center;
  background: #ffffff59;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 3.5px 2px;
  text-decoration: none;
  border-radius: 15px;
  font-size: 9px;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  filter:drop-shadow(0px 0px 1px rgb(109, 109, 109));
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));

}

.users header .logout2{
  display: block;
  background: #ffffff9c;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 3.5px 2px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  margin:2px;
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));
}
.logout3{
  display: block;
  background: #ffffff9c;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 3.5px 2px;
  text-decoration: none;
  border-radius: 4px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  margin:10px;
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 1px rgb(68, 114, 104));
  transition: all 0.5s ease;

}
.logout3:hover{
  display: block;
  background: #000000;
  color: #ffffffec;
  outline: none;
  border: 2px solid #ffffff;
  padding: 3.5px 2px;
  text-decoration: none;
  border-radius: 4px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  margin:10px;
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 1px rgb(151, 82, 82));
  transition: all 0.5s ease;

}



.users .logout{
  display: block;
  background: #ffffff;;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 7px 8px;
  text-decoration: none;
  border-radius: 15px;
  font-size: 9px;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  filter:drop-shadow(0px 0px 1px rgb(109, 109, 109));
  user-select: none;
  -webkit-user-drag: none;
  margin:2px;
}
.users .logout2{
  display: block;
  background: #ffffff;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 4px 0px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  margin:4px;
  user-select: none;
  -webkit-user-drag: none;
  
}

.users .search{
  margin: 20px 40px;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;

}
.users .search-group{
  margin: 20px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;

}
.users .search .text{
  font-size: 10px;
  padding:7px;
  user-select: none;
  -webkit-user-drag: none;
}
.users .search-group .text{
  font-size: 10px;
  padding:7px;
}
.users .search input{
  position: absolute;
  height: 42px;
  width: calc(100% - 50px);
  font-size: 14px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.users .search-group input{
  position: absolute;
  height: 42px;
  width: calc(100% - 50px);
  font-size: 14px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.users .search input.show{
  opacity: 1;
  pointer-events: auto;
}
.users .search-group input.show{
  opacity: 1;
  pointer-events: auto;
}
.users .search button{
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 23px;
  cursor: pointer;
  border: 4px dashed salmon;
  background: #fafafa;
  color: #333;
  outline: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin:4px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
  zoom:0.7;

}
.users .search-group button{
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 23px;
  cursor: pointer;
  border: 4px dashed salmon;
  background: #fafafa;
  color: #333;
  outline: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin:4px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.users .search button:hover{
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 23px;
  cursor: pointer;
  border: 4px dashed rgb(248, 110, 95);
  background: #e0e0e0;
  color: #333;
  outline: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin:4px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.users .search-group button:hover{
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 23px;
  cursor: pointer;
  border: 4px dashed rgb(248, 110, 95);
  background: #e0e0e0;
  color: #333;
  outline: none;
  border-radius: 50%;
  transition: all 0.2s ease;
  margin:4px;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.users .search button.active{
  background: #db0909;
  color: #fff;
  border: 0px;
  border-radius: 0px 5px 5px 0px;

}
.users .search-group button.active{
  background: #db0909;
  color: #fff;
  border: 0px;
  border-radius: 0px 5px 5px 0px;

}
.search button.active i::before{
  content: '\f00d';
}
.search-group button.active i::before{
  content: '\f00d';
}

.users-list{
  max-height: 300px;
  overflow-y: auto;
  font-size: 10px;
  /* box-shadow: 0px 4px 10px 0px #7a7a7a2a; */
  padding:15px;
  border-radius: 10px;
  background: rgb(213,173,148);
  margin-left:40px;
  margin-right:40px;
  filter:drop-shadow(0px 0px 1px rgb(109, 109, 109));
  zoom: 0.7;

}

:is(body, .users-list, .chat-box)::-webkit-scrollbar{
  width: 0px;
}
:is(body, .users-list-group, .chat-box)::-webkit-scrollbar{
  width: 0px;
}
header .content2 a{
  display: inline-block;
}
header .content3 a{
  display: inline-block;
}
header .content2 .avatar{
  display: inline-block;
}
header .content3 .avatar{
  display: inline-block;
}
.users-list a{
  /* padding-bottom: 10px; */
  margin-bottom: 1px;
  padding-right: 1px;
  border-bottom-color: rgb(213,173,148);
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.5s ease;
  background: rgb(213,173,148);
  margin:5px;
  padding: 5px;
}
.users-list a:hover{
  /* padding-bottom: 10px; */
  margin-bottom: 1px;
  padding-right: 1px;
  border-bottom-color: rgb(213,173,148);
  user-select: none;
  -webkit-user-drag: none;
  transition: all 0.5s ease;
  background: #d0f8ee;
  border-radius: 10px;
  margin:5px;
}

.users-list a:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list-group a:last-child{
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list a .userlistimg{
  height: 30px;
  width: 30px;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  border-radius: 50%;
  filter:drop-shadow(0mm 0mm 2mm rgb(178,126,102))  contrast(110%)  grayscale(0%) opacity(1);
  border: 2.1px dashed rgb(0, 204, 255);
  transition: 1.2s;
}

.users-list a .userlistimg.offline{
  height: 30px;
  width: 30px;
  filter:drop-shadow(0mm 0mm 2mm gold);
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  border-radius: 50%;
  filter:drop-shadow(0mm 0mm 2mm rgb(178,126,102))  contrast(40%) grayscale(80%) opacity(0.5);
  border: 2.1px dashed rgb(102, 102, 102);
  transition: 1.2s;
}

.users-list a .details p{
  color: #67676a;
  user-select: none;
  -webkit-user-drag: none;

}
.users-list-group a .details p{
  color: #67676a;
  user-select: none;
  -webkit-user-drag: none;

}
.fa-video, .fa-film{
  font-size:14px;
  color:red;
  padding-left: 18px;
  -webkit-user-drag: none;
  user-select: none;
  filter:drop-shadow(1px 1px 1px rgb(189, 189, 189));

}
.fa-qrcode, .fa-share, .fa-comment, .fa-bell, .fa-question, .fa-reply, .fa-robot, .fa-power-off{
  font-size: large;
  color:rgb(39,34,31);
  -webkit-user-drag: none;
  user-select: none;
  filter:drop-shadow(0px 0px 1px rgb(255, 255, 255));
  padding: 6px;

}
.fa-power-off{
  color:#cf1818;
  transition: .5s;
}
.fa-power-off:hover{
  color:#878787;
  transition: .5s;
}
.fa-power-off:active{
  color:#424242;
  transition: .5s;
}
.chatstatus{
  color: #67676a;
  user-select: none;
  -webkit-user-drag: none;
  font-size: 12px;
  font-weight: 300;
}
.users-list a .status-dot{
  display: block;
  font-size: 17px;
  color:  rgb(178,126,102);
  padding-left: 10px;
  filter:drop-shadow(0mm 0mm 2mm rgb(139, 99, 80));
  transition: all 0.5s ease;

}

.users-list a .status-dot.offline{
  display: block;
  font-size: 17px;
  color: rgb(209, 209, 209);
  padding-left: 10px;
  filter:drop-shadow(0mm 0mm 1mm rgb(236, 236, 236));
  transition: all 0.5s ease;

}

.chat-area{
  display:block;
   border: 0px solid rgb(0, 204, 255);
border-radius: 15px;
zoom:0.77;
margin: 0;
height:100%;
box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.2);
}
/* Chat Area CSS Start */
.chat-area header{
  display: flex;
  align-items: center;
  padding: 4px 30px;
  /* background-color: #52b157; */
  zoom: 0.5;

}
.chat-area header .back-icon{
  color: #333;
  font-size: 22px;
  user-select: none;
  -webkit-user-drag: none;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}


header .details .profile_name{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: xx-large;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  padding-right:10px;
}
header .details .profile_name a{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: x-large;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  padding-right:10px;
}
header .details .profile_name .alink{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: xx-small;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  padding-right:6px;
  border: 0px;
}
.chat-area header .back-icon:hover{
  color: salmon;
  font-size: 22px;
  user-select: none;
  -webkit-user-drag: none;
  transition: all .5s ease-in-out; /* Increase duration and use ease-in-out */
}
.chat-area header img{
  height: 45px;
  width: 45px;
  border: 4px dashed salmon;
  margin:10px;
  padding:6px;
  display: flex; /* enable flexbox */ 
    justify-content: center; /* center horizontally */ 
    align-items: center; /* center vertically */
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    zoom:2.5;
}
.chat-area header .details span{
  font-size: small;
  font-weight: 500;
  user-select: none;
  -webkit-user-drag: none;
}

.chat-box {
  position: relative;
  min-height: 400px;
  max-height: 400px;
  overflow-y: auto;
  padding: 30px 30px 20px 30px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
              inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
              /* -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
              -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
              box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
                            */
  background-image: linear-gradient(45deg, #f02020 0%, #05e3f3 50%, #dbeb00 100%);
  background-image: linear-gradient(90deg, #ffe3e3 0%, #e9e9e9 50%, #cdf4f7 100%);
  filter:drop-shadow(0px 0px 2px rgb(59, 59, 59));
  margin:3px;
  border-radius: 15px;
  zoom:70%;
  
  /* border: 3px solid rgba(165, 165, 165, 0.507); */
  border: 0px solid orangered;
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.2);

}
.chat-box-avatar{
  position: relative;
  min-height: 20vh;
  max-height: 20vh;
  overflow-y: auto;
  padding: 30px 30px 20px 30px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgb(0 0 0 / 5%),
              inset 0 -32px 32px -32px rgb(0 0 0 / 5%);
              /* -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
              -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
              box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
                            */
  background-image: linear-gradient(45deg, #f02020 0%, #05e3f3 50%, #dbeb00 100%);
  background-image: linear-gradient(90deg, #ffe3e3 0%, #e9e9e9 50%, #cdf4f7 100%);
  zoom:80%;
}
.chat-box .text{
  position: absolute;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-drag: none;
  font-size: 11px;
  font-weight: 200px;
}
.chat-box .chat{
  margin: 15px 0;

}
.chat-box .chat p{
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
              0rem 16px 16px -16px rgb(0 0 0 / 10%);
}
.toplu_msg{
  word-wrap: break-word;
  padding: 8px 16px;
  box-shadow: 0 0 32px rgb(0 0 0 / 8%),
              0rem 16px 16px -16px rgb(0 0 0 / 10%);

}
.chat-box .outgoing{
  display: flex;
}
.chat-box .outgoing .details{
  margin-left: auto;
  max-width: calc(100% - 130px);
  border: 0.5px solid rgb(231, 231, 231);
  border-radius: 18px 18px 0 50px;
  filter:drop-shadow(0px 0px 4px rgba(216, 216, 216, 0.468));
  background-color: #f0f0f0;
}
.outgoing .details p{
  background: #e2e2e2;
  color: #000;
  border-radius: 18px 18px 0 18px;
  font-size: small;
  border: 0.5px solid rgb(231, 231, 231);

}
.outgoing .details .messagetime{
  background: #f7f7f700;
  color: #000;
  border-radius: 18px 18px 18px 0;
  font-size:7px;
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(2px 2px 2px rgb(216, 216, 216, 0.50));

}
.outgoing .details a{
  background-color: rgba(238, 183, 31, 0.74);
  /* color: #302f2f; */
  color: inherit;
  -webkit-filter: invert(1) brightness(1.2);
  filter: invert(1) brightness(1.2);
  border-radius: 18px 18px 0 18px;
  font-size: 12px;
  padding:2px;
  height:fit-content;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);

}
.outgoing .details a img{
  background-color: rgba(238, 183, 31, 0.74);
  color: inherit;
  -webkit-filter: invert(1) brightness(1.2);
  filter: invert(1) brightness(1.2);  border-radius: 18px 18px 18px 0;
  font-size:12px;
  padding:2px;
  height: fit-content;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);

}
.outgoing .details img{
  background-color: #f0f0f0;;
  color: #302f2f;
  border-radius: 50px 50px 0 50px;
  padding:.5px;
  filter:drop-shadow(2px 2px 2px rgb(3, 65, 136));
  width:240px;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);

}
.chat-box .incoming{
  display: flex;
  align-items: flex-end;
}


/* .chat-box .incoming img:not(.full-width) {
  height: 35px;
  width: 35px;
} */

.details_bottom{
  border-radius: 15px;
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 10px;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:default;
    width: 100%;
    
}
.details_bottom2{
  border-radius: 15px;
  color: #000;
  padding: 10px 10px;
  border-radius: 5px;
  background-color: rgba(226, 226, 226, 0);
  font-size: 10px;
    cursor:default;
    user-select: none;
  -webkit-user-drag: none;
}
.details_bottom3{
  padding: 10px 10px;
  border-radius: 15px;
  color: #ffffff;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  font-size: medium;
  font-weight: 700;
    cursor:default;
    user-select: none;
  -webkit-user-drag: none;
  text-shadow: #333 1px 0 1px;
}
.chat-box .incoming .details{
  margin-right: auto;
  margin-left: 2px;
  max-width: calc(100% - 130px);
  border: 0.5px solid rgb(231, 231, 231);
  border-radius: 18px 18px 50px 0;
  filter:drop-shadow(1px 1px 1px rgba(216, 216, 216, 0.468));
  background-color: #f0f0f0;
}
.incoming .details p{
  background: #e2e2e2;
  color: #000;
  border-radius: 18px 18px 18px 0;
  font-size:small;
  border: 0.5px solid rgb(231, 231, 231);

}
.incoming .details .messagetime{
  background: #ffffff00;
  color: #000;
  border-radius: 18px 18px 18px 0;
  font-size:7px;
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(2px 2px 2px rgb(216, 216, 216, 0.50));

}

.details a{
  background-color: rgba(238, 183, 31, 0.74);
  color: inherit;
  -webkit-filter: invert(1) brightness(1.2);
  filter: invert(1) brightness(1.2);  
  font-size:x-small;
  padding:6px;
  height: fit-content;
  background-image: linear-gradient(45deg, rgb(213, 173, 148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);
  border-radius: 18px 0px 18px 0;
  margin: 2px;
}
.alinkspan{
  background-image: linear-gradient(45deg, rgb(170, 135, 113) 0%, rgb(121, 84, 68) 50%, rgb(97, 117, 145) 100%);
  border: 6px solid transparent;
  padding:1px;
  border-radius: 4px;
  color: white;
}
.details .alink{
  background-color: rgba(238, 183, 31, 0.74);
  color: #333;
  font-size:x-small;
  padding:6px;
  height: fit-content;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);
  border-radius: 2px 2px 2px 2px;
  margin: 2px;
  
}
.details .alink .alinkspan{
  color: white;
  }
.incoming .details a{
  background-color: rgba(238, 183, 31, 0.74);
  color: inherit;
  -webkit-filter: invert(1) brightness(1.2);
  filter: invert(1) brightness(1.2);  border-radius: 18px 18px 18px 0;
  font-size:12px;
  padding:2px;
  height: fit-content;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);

}
.incoming .details a img{
  background-color: rgba(238, 183, 31, 0.74);
  color: inherit;
  -webkit-filter: invert(1) brightness(1.2);
  filter: invert(1) brightness(1.2);  border-radius: 18px 18px 18px 0;
  font-size:12px;
  padding:2px;
  height: fit-content;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);

}
.incoming .details img{
  background-color: #f0f0f0;;
  color: #302f2f;
  border-radius: 50px 50px 0 50px;
  padding:.5px;
  filter:drop-shadow(2px 2px 2px salmon);
  width:240px;
  background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);

}
.typing-area{
  padding: 18px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  border: 4px solid purple;
  box-shadow: 0px 4px 15px 0px rgba(0,0,0,0.2);
  border-radius: 5px 5px 5px 5px;

}
.file-input-label{
  overflow: hidden;
  width:100px;
  font-size: xx-small;
  user-select: none;
  -webkit-user-drag: none;
  padding: 8px 12px; 
  background-color: #ddd; 
  border-radius: 4px; 
  cursor: pointer; 
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid #5cac4d;
  outline: none;
  border-radius: 5px 0 0 5px;
  border-right: 1px solid #ccc;
  transition: all 0.5s ease;
  color: black;

}
.file-input-label:hover { 
  background-color: #464646;
  color: rgb(243, 243, 243);
  border: 4px solid #a31e1e;
  border-radius: 5px 0 0 5px;
  transition: all 0.5s ease;

}
.typing-area input{
  height: 60px;
  width: calc(100% - 58px);
  font-size: 11px;
  padding: 0 13px;
  border: 1px solid #5cac4d;
  outline: none;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s ease;

}
.typing-area input:hover{
  height: 60px;
  width: calc(100% - 58px);
  font-size: 11px;
  padding: 0 13px;
  border: 1px solid #ac534d;
  outline: none;
  border-radius: 5px 5px 5px 5px;
  transition: all 0.3s ease;

}
.typing-area .input-field-special{
  height: 300px;
  width: calc(100% - 58px);
  font-size: 11px;
  padding: 0 13px;
  border: 4px solid #5cac4d;
  outline: none;
  border-radius: 5px 5px 5px 5px;
}
.typing-area .input-field-special:hover{
  height: 300px;
  width: calc(100% - 58px);
  font-size: 11px;
  padding: 0 13px;
  border: 4px solid #a31e1e;
  outline: none;
  border-radius: 5px 5px 5px 5px;
}
.typing-area button{
  color: #fff;
  width: 85px;
  border: none;
  outline: none;
  background: #333;
  font-size: 17px;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.typing-area button.active{
  opacity: 0.9;
  pointer-events: auto;
  background: #52b157;
  color:#000;
  transition: all 0.3s ease;

}



:is(#icerik_alani)::-webkit-scrollbar{
  width: 0px;
}

/* Use transition to add a smooth effect */
#icerik_alani {
  width: 100%;
  height: 0;
  background-color: rgb(245, 245, 245);
  transition: all 1s ease-in-out; /* Increase duration and use ease-in-out */
  overflow: hidden; /* Hide overflow */
  display: none; /* Hide the icerik_alani div at first */
  z-index: 100;
  zoom:50%;
  position: absolute;
  top: 0; /*calc(30% - 150px); Half of the viewport height minus half of the icerik_alani div height */
  left: 0;
  margin:0px;
  padding:0px;
  border:0px solid red;
  border-radius: 14px;
}

/* Change the height and display when active */
#icerik_alani.active {
  top: 0vh;
  height: 100%;
  display: block; /* Show the icerik_alani div when active */
}

/* Use calc () to center the icerik_alani div by height */
/* #icerik_alani {
 
  
} */
.users header .tree-id{
  color: rgb(119, 119, 119);
  font-size: 11px;
}

/* Style and position the iframe inside the icerik_alani div */
#icerik {
  top:0px;
  width: 100%;
  height: 100%;
-webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
border: none; /* Remove border */
/* border:10px solid rgb(178,126,102); */
border:10px solid transparent;

/* border-radius: 14px; */
border-bottom-left-radius: 14px;
border-bottom-right-radius: 14px;
margin: 0px;
padding: 0px;
}

/* Use Font Awesome icon as content */
.close_button::before {
font-family: "Font Awesome 5 Free"; /* Use Font Awesome font */
font-weight: 900; /* Use solid style */
content: "\f00d"; /* Use times icon */
}

/* Position and style the button */
.close_button {
position: absolute; /* Use absolute positioning */

/* Adjust top and right values to match the iframe position and size */
top: 0px; /* Set top to -20px */
right: 50px; /* Set right to -20px */
border-radius: 10px; /* Make it circular */
width: 42px; /* Set width to 30px */
height: 42px; /* Set height to 30px */
display: none; /* Hide at first */
/* border:6px solid rgb(178,126,102); */
/* background-color: rgba(250, 128, 114, 0.01); */
display: block; /* Show the button */
-webkit-box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
-moz-box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
filter:drop-shadow(0px 0px 2px rgb(255, 255, 255)) opacity(0.5);
margin: 4px 1px;

}
.close_button:active{
display: block; /* Show the button */
-webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
}
.header2 .content_top2 .logout2{
  zoom:1.2;
  display: flex;
  justify-content: center;
  align-items: center; /* center vertically */

  }


/* Responive media query */
@media screen and (max-width: 450px) {

  body{
    display:flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #f7f7f7;
    padding: 0px 0px;
    filter: brightness(1.02) contrast(108%) grayscale(1%);
    zoom:116%;
  }
/* Use Font Awesome icon as content */
.close_button::before {
  font-family: "Font Awesome 5 Free"; /* Use Font Awesome font */
  font-weight: 900; /* Use solid style */
  content: "\f00d"; /* Use times icon */
  }
  
  /* Position and style the button */
  .close_button {
    position: absolute; /* Use absolute positioning */
    
    /* Adjust top and right values to match the iframe position and size */
    top: 0px; /* Set top to -20px */
    right: 0px; /* Set right to -20px */
    border-radius: 10px; /* Make it circular */
    width: 35px; /* Set width to 30px */
    height: 35px; /* Set height to 30px */
    display: none; /* Hide at first */
    /* border:6px solid rgb(178,126,102); */
    /* background-color: rgba(250, 128, 114, 0.01); */
    display: block; /* Show the button */
    -webkit-box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
    -moz-box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
    box-shadow: inset 0px 0px 53px -1px rgb(224, 224, 224);
    filter:drop-shadow(0px 0px 2px rgb(255, 255, 255)) opacity(0.5);
    margin: 4px 1px;
    
    }
  .close_button:active{
  display: block; /* Show the button */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  }
  .incoming .details a img{
    background-color: rgba(238, 183, 31, 0.74);
    color: inherit;
    -webkit-filter: invert(1) brightness(1.2);
    filter: invert(1) brightness(1.2);  
    border-radius: 18px 18px 18px 0;
    font-size:12px;
    padding:2px;
    height: fit-content;
    background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);
  
  }
  .outgoing .details a img{
    background-color: rgba(238, 183, 31, 0.74);
    color: inherit;
    -webkit-filter: invert(1) brightness(1.2);
    filter: invert(1) brightness(1.2);  
    border-radius: 18px 18px 18px 0;
    font-size:12px;
    padding:2px;
    height: fit-content;
    background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(148, 176, 213) 100%);
  
  }
  /* .content_top_box{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index:2;

  } */
  .form {
    padding: 20px;
  }
  .form header{
    text-align: center;
  }
  .form form .name-details{
    flex-direction: column;
  }
  .form .name-details .field:first-child{
    margin-right: 0px;
  }
  .form .name-details .field:last-child{
    margin-left: 0px;
  }
  .wrapper{
    align-items: right;
    background: #ffffff3f;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
                0 32px 64px -48px rgba(0,0,0,0.5);

  }
  .typing-area input{
    height: 60px;
    width: calc(100% - 58px);
    font-size: 11px;
    padding: 0 13px;
    border: 1px solid #5cac4d;
    outline: none;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
  
  }
  .typing-area input:hover{
    height: 60px;
    width: calc(100% - 58px);
    font-size: 11px;
    padding: 0 13px;
    border: 1px solid #ac534d;
    outline: none;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s ease;
  
  }
  .users header .logout{
    padding: 3.5px 2px;
    font-size: 10px;
    filter:drop-shadow(0px 0px 1px rgb(109, 109, 109));
    user-select: none;
    -webkit-user-drag: none;
    filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));

  }
  .users header .logout2{
    padding: 3.5px 2px;
    font-size: x-small;
    user-select: none;
    -webkit-user-drag: none;
    filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));
  }
  :is(.users, .users-list) .content .details{
    margin-left: 15px;
  }
  :is(.users, .users-list-group) .content .details{
    margin-left: 15px;
  }
  .chat-box .incoming .details .sentimg{
    background-color: #f0f0f0;
    color: #302f2f;
    border-radius: 50px 50px 0 50px;
    padding:.5px;
    filter:drop-shadow(2px 2px 2px rgba(250, 128, 114, 0.582));
    width:120px;
    -webkit-filter: invert(1) brightness(1.2);
    filter: invert(1) brightness(1.2); 
  }
  .chat-box .outgoing .details .sentimg{
    background-color: #f0f0f0;
    color: #302f2f;
    border-radius: 50px 50px 0 50px;
    padding:.5px;
    filter:drop-shadow(2px 2px 2px rgb(3, 65, 136, 0.568));
    width:120px;
    -webkit-filter: invert(1) brightness(1.2);
    filter: invert(1) brightness(1.2); 
  }
  .content_top{
    background-image: linear-gradient(45deg, rgb(213,173,148) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
    background-image: linear-gradient(var(--angle), rgb(39,34,31) 0%, rgb(178,126,102) 50%, rgb(39,34,31) 100%);
  
    display:flex;
    justify-content: left;
    align-items: left;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
        padding-top: 20px;
    filter:drop-shadow(0px 0px 1px rgb(49, 44, 41));
    padding-bottom: 20px;
    /* background-image: url("ustgorsel4.jpg");
    background-size: 100% 200%;
    background-position: top -30px left 26.5vw;
    background-repeat:repeat; */
    zoom: 90%;
    transition: background-image 0.01s linear;
  }
  .header2 .content_top2 .logout2{
  zoom:1;
  display: flex;
  justify-content: center;
  align-items: center; /* center vertically */

  }
  .users-list a{
    padding-right: 1px;
    margin:2px;
  }
  .users-list-group a{
    padding-right: 10px;
  }

  .chat-area header{
    padding: 5px 10px;

  }
  .chat-box{
    min-height: 400px;
    padding: 20px 15px 40px 20px;
    zoom:77%;
  }
  .chat-box .chat p{
    font-size: small;
    zoom:70%;
  }
  .chat-box .outogoing .details{
    max-width: 230px;
  }
  .chat-box .incoming .details{
    max-width: 265px;
  }
  /* .incoming .details img{
    height: 30px;
    width: 30px;
  } */
  .incoming .details .sentimg{
    width: 160px;
  }
  .chat-area form{
    padding: 20px;
  }
  .chat-area form input{
    height: 40px;
    width: calc(100% - 48px);
  }
  .chat-area form button{
    width: 45px;
  }

.toplink{
  display: block;
  background: #ffffff69;;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  user-select: none;
  -webkit-user-drag: none;
}
.toplinksc{
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */  background: #ffffff;;
  color: #000000;
  outline: none;
  border: 2px solid #ffffff;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 15px;
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
  user-select: none;
  -webkit-user-drag: none;
  filter:drop-shadow(0px 0px 2px rgb(122, 86, 62));
}

.toplinkacil{
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  font-size: 7px;
  box-shadow: 0px 0px 4px 0px #7a7a7a50;
  cursor:pointer;
  border: 0.2px solid rgb(240, 240, 240);
  max-width: 100px;
  font-weight: bolder;
}
.toplinkmenu{
  height: 100px;
  margin: 4px;
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: salmon;
  font-size: 10px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);  
cursor:pointer;
transition: all 1s ease-in-out; /* Increase duration and use ease-in-out */
}
.toplinkmenu:active{
  height: 100px;
  margin: 4px;
  color: #3f3e3e;
  padding: 7px 15px;
  border-radius: 4px;
  background-color: rgb(114, 200, 250);
  font-size: 10px;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
-moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);  
cursor:pointer;
}
.toplinkkose{
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(238, 183, 31, 0.74);
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:pointer;
    display: block;
    overflow-y: hidden;
    margin:10px;
    filter:drop-shadow(0px 0px 2px rgb(228, 145, 77));
    min-width: 100px;

}

.toplink_mesaj{
  color: #000;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: rgba(206, 207, 207, 0.9);
  font-size: x-small;
  -webkit-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  -moz-box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1);
  box-shadow: inset 0px 0px 53px -1px rgba(252,252,252,1); 
    cursor:default;
    display: block;
    overflow-y: hidden;

}

header .details .profile_name{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: larger;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;

}
header .details .profile_name a{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: xx-large;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  padding-right:10px;
}
header .details .profile_name .alink{
  color:rgba(255, 255, 255, 0.915);
  user-select: none;
  -webkit-user-drag: none;
  font-size: xx-small;
  text-shadow: #333 1px 0 1px;
  font-weight: 700;
  font-family: "Gill Sans", sans-serif;
  padding-right:6px;
  border: 0px;
}
.messagex .msgsil_outgoing{
  background-color: red;
  padding: 3px;
  width: 25px;
  height:25px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter:drop-shadow(0px 0px 2px rgb(139, 139, 139));

}
.messagex .msgsil_incoming{
  background-color: red;
  padding: 3px;
  width: 25px;
  height:25px;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  filter:drop-shadow(0px 0px 2px rgb(139, 139, 139));

}

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}



.square {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgb(168, 168, 168);
  box-shadow: 0px 0px 20px rgba(56, 56, 56, 0.5);
  animation: bounce 3s ease-in-out forwards;
  display: flex; /* enable flexbox */ 
  justify-content: center; /* center horizontally */ 
  align-items: center; /* center vertically */
}

@keyframes bounce {
  0% {
    transform: scale(0.5) translate(-50%, -50%);
    opacity: 0;
    left: var(--start-left);
    top: var(--start-top);
  }
  25% {
    transform: scale(1.5) translate(-50%, -50%);
    opacity: 1;
    left: calc(50% - var(--left));
    top: calc(50% - var(--top));
  }
  50% {
    transform: scale(0.75) translate(-50%, -50%);
    left: calc(75% - var(--left));
    top: calc(75% - var(--top));
  }
  75% {
    transform: scale(1.25) translate(-50%, -50%);
    left: calc(62.5% - var(--left));
    top: calc(62.5% - var(--top));
  }
  100% {
    transform: scale(0.5) translate(-50%, -50%);
    left: calc(90% - var(--left));
    top: calc(90% - var(--top));
  }
  
}