
html {
  --body:#FFFFFF;
  --color: #6D7765;
  --date: #8C8C8C;
  --search: #EDEDED;
  --border-search: #F6F6F6;
  --search-text: #676767;
  --highlight: #D9DBD5;
  --forVideo: #919191;
  --bg-color:	rgba(	13, 157, 254,0.5);
  --icons: #969696;
  --emoji: #F0F0F0;
  --emojiIcons: #919191;
}

html[data-theme='Dark'] {
  --body: #33383B;
  --color: #D3D4D5;
  --date: #9FA2A5;
  --search: #2A2F32;
  --border-search: #131C21;
  --search-text: #D3D4D5;
  --highlight: #131C21;
  --forVideo: #B1B3B5;
  --bg-color:	#23292E;
  --icons: #B1B3B5;
  --emoji: #1E2428;
  --emojiIcons: #707477;
}

body{
  background-color: var(--body);
}

p{
  color: var(--color);
  font-size: 18px;
}

input{
  background-color: var(--body);
  color: var(--color);
  border: 1px solid var(--color);
  outline: none;
  margin-right: 5px;
  margin-bottom: 10px;
}

.gg{
  display: inline-block;
}
.scopeColor{
color: var(--color)
}

.dummy{
  display: block; 
  margin: 10px;
  padding: 5px;
}
/* #msg{
  display: none;
} */

button{
  padding: 6px;
  margin: 6px;
  display: inline-block;
}

.input_list{
  margin-top: 10px;
  display: inline-block;
}

.imageClass,.gifClass{
  width: 100px;
  height: 100px;
  border-radius: 10px;
  transition: 0.3s;
}

.imageClass:hover, #mapImage:hover {opacity: 0.7; cursor: pointer;}

.modalPreview {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.9);
}

#captionPreview {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  font-size: 19px;
}

.modal-content-preview {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content-preview{  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

.closePreview {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closePreview:hover,
.closePreview:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.mapBoxs{
  overflow: hidden;
  object-fit: cover;
  width: 80%;
  margin: auto;
  height: 50vh;
  position: relative;
  border-radius: 5px;
}
@media only screen and (max-width: 700px){
  .modal-content-preview {
    width: 100%;
  }
}

.fileVideo,#mapBox, #mapImage{
  width: 250px;
  height: 200px;
  border-radius: 5px;
}

.fileAudio, 
.fileVideo{
  padding: 10px 0;
  margin: 5px 0;
  outline: none;
}

.addTextColor{
  color: var(--date);
}

.nameText{
  color: var(--date)
}

em{
  font-size: 10px;
  color: var(--date);
}

html.transition,
html.transition *,
html.transition *::before,
html.transition *::after {
  transition: all 750ms !important;
  transition-delay: 0 !important;
}

#myUL {
  width: inherit;
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid var(--border-search);
  margin-top: -1px;
  background-color: var(--search);
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  color: var(--search-text);
  display: block
}

#myUL li a:hover:not(.header) {
  background-color:var(--highlight);
}

#streamVideo, #canvasImage{
  width: 250px;
  object-fit: cover;
}

.option_controls{
  display: flex;
}

.addCameraAdd{
  display: flex;
}

.forSvgs{
display: inline-block;
margin-top: 10px;
}

.addEmojiSvg{
  margin-top: 10px;
  margin-right: 8px;
  color: var(--emojiIcons);
}

.addEmojiSvg:hover{
  cursor: pointer;
}

#rotate{
  color: var(--forVideo)!important;
  width: 32px;
  height: 32px;
}

#rotate:hover{
  cursor: pointer;
 }

.options{
  color: var(--forVideo);
  margin: 10px 0;
  padding: 0 10px;
  font-size: 22px;
}

.options:hover{
 cursor: pointer;
}

.recorderVideoStream{
  width: 250px;
}

.addRecorderColor{
color:#FF0000;
}

@keyframes mymove {
  100% {transform:  rotateY(180deg);}
}

@keyframes mymoveback {
  100% {transform:  rotateY(-180deg);}
}

.chat_window{
  overflow: scroll;
  width: auto;
  height: 400px;
  -ms-overflow-style: none;  
  scrollbar-width: none; 
  overflow-x: hidden;
  border: 1px dotted var(--color);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.chat_window::-webkit-scrollbar {
  width: 4px;
}

.chat_window::-webkit-scrollbar-track {
  background: transparent;
}

.chat_window::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.bg_color{
  background-color: var(--bg-color);
  border-radius: 5px;
}

.deleteTrash{
  padding: 10px 0;
display: flex;
flex-direction: row-reverse;
color: var(--icons)
}

.deleteTrash span {
  padding: 0 5px;
  margin-top: -4px;
}

.deleteTrash:hover{
  cursor: pointer;
}

.linkPreviewImage{
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.linkPreviewImage img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overAllLinkPreview{
  display: inline-block;
} 

.mainBox{
  max-width: 380px;
  max-height: 250px;
  background: var(--emoji);
  margin: 0 1rem;
  padding: 0 1rem;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  border-radius: 10px;
}

.mainBox::-webkit-scrollbar {
  width: 4px;
}

.mainBox::-webkit-scrollbar-track {
  background: transparent;
}

.mainBox::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.subBox{
  background: var(--emoji);
  margin-top: 0.5rem;
}

.subBoxHeading{
  display: flex;
  justify-content: space-evenly;
  position: sticky;
  top: 0;
  background: var(--emoji);
  padding: 5px;
}

.subBoxHeading > div {
  cursor: pointer;
  color: var(--emojiIcons);
}

.contentBox{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  flex-wrap: wrap; 
  height: inherit;
  width: inherit;
  padding: 0 5px;
  margin:  0 5px;
  margin-bottom: 1rem;
}

.contentBox h2:hover{
  cursor: pointer;
}

.stickerImg {
  height: 55px;
  width: 55px;
  flex-wrap: wrap;
  margin: 1px;
  padding: 1px;
  background: transparent;
  cursor: pointer;
}

#ShowError{
  font-size: 19px;
  font-weight: 400;
  color: var(--color);
}

.listOfRoom{
  margin: 5px 0;
  padding: 2px 5px;
  line-height: 1;
  letter-spacing: 1px;
}

.ulListOfRoom{
  list-style: none;
}