/* #app { */
  /* font-family: "Poppins", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  margin: 20px; */
/* } */

/*  */
/* .container img {
    height: 30px;
    max-width: 30px;
    border-radius: 50%;
    float: right;
    margin-left: 20px;
    margin-right:0;
  
  } */

.chatWindow {
  height: 15rem;
}

.sideRight {
  border-radius: 10px;
  height: 80vh;
  background-color: white;
  border-style: solid;
  border-width: thin;
  border-color: whitesmoke;
}

.nav1 {
  /* font-family: Arial, sans-serif; */
  /* color: rgb(58 119 183); */
  /* font-weight: 100; */
  /* border-radius: 10px;
  background-color: white;
  border-style: solid;
  border-width: thin;
  border-color: whitesmoke; */
}

/* .nav2{
    display: none;
  } */

.buttonGreen {
  color: rgb(60, 172, 38);
}

.call-button {
  position: absolute;
  bottom: 1rem;
  margin-left: -15px;
  /* left: 1.5rem; */
  z-index: 1;
  opacity: 0;
  transition: all 10s ease-in-out;
}

.vidcontain:hover > .call-button {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.btn-circle {
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  background-color: rgba(255, 255, 255, 0.3) !important;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 40px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
  color: #e22b2b;
  text-align: center;
  text-decoration: none;
  border: none;
  background: white;
  box-shadow: 0 0 3px gray;
  font-size: 20px;
  font-weight: bold;
}
.iconbtn {
  padding: 0;
}

#end-session {
  background-color: #de4b4b;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

#videoElement {
  position: absolute;
  bottom: 1rem;
  /* top: 3.5rem; */
  right: 2rem;
  border-radius: 10px;
  background-color: whitesmoke;
}

#vid1 {
  background-color: black;
  border-radius: 10px;
}

#layoutContainer {
  width: 100%;
  height: 100%;
  background-color: #322f33;
  position: relative;
  border-radius: 10px;
}
/* 
  #publisherContainer {
    bottom: 0 !important;
    right: 0 !important;
    position: absolute !important;
    z-index: 9 !important;
    height: 150px !important;
    width: 230px !important;
    border-radius: 10px;
    margin: 5px;
  } */

.publisher {
  bottom: 0 !important;
  right: 0 !important;
  position: absolute !important;
  z-index: 1 !important;
  height: 150px !important;
  width: 230px !important;
  border-radius: 10px !important;
  margin: 5px !important;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
}

.OT_widget-container {
  border-radius: 10px;
}

.control-box {
  background-color: rgb(58, 57, 58);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
}

#layoutContainer > * {
  transition-property: all;
  transition-duration: 0.5s;
}

#layoutContainer > * {
  width: 0;
  height: 0;
  opacity: 0;
}

#layoutContainer > *.ot-layout,
#layoutContainer > *.publisher {
  opacity: 1;
}

.participant {
  height: 30%;
}

.nav2,
.float-com {
  display: none;
}

#switchCam {
  display: none;
}

.previmg {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 30%;
  line-height: 40px;
}

/* @media (max-width: 412px) { */
.b-mobile #chat-box-mobile {
  /* height: 65vh; */
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  bottom: 3.5rem;
}

.b-mobile .mobile-input {
  position: absolute;
  bottom: 0;
  height: 2.5rem;
}

.b-mobile .float-com {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 30%;
  line-height: 40px;
  /* bottom: 40px; */
  right: 20px;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  background-color: rgba(255, 255, 255, 1) !important;
  color: #665d5d;
  display: block;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 90;
  font-size: 1.3rem;
  box-shadow: 0 3px 6px rgb(0 0 0 / 50%);
}

.b-mobile.iphone .float-com {
  padding: 0 !important;
}
/* .my-float{
    margin-top:16px;
  } */

body.b-mobile {
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  /* height: 99vh;
    position: fixed; */
}

.b-mobile #publisherContainer {
  /* display: none; */
  height: 120px !important;
  width: 170px !important;
  bottom: 4rem !important;
  right: 0.5rem !important;
}

.b-mobile .vidcontain {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  /* height: 500px; */
  /* height: 100%; */
  /* height: 88vh !important; */
  overflow: hidden;
}

/* .b-mobile.iphone .vidcontain {
    height: 78vh !important;
  } */

.b-mobile #layoutContainer {
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}
.b-mobile .modal-backdrop {
  display: none;
}
.b-mobile #chatMobile {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(25px) !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #665d5d;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

.b-mobile #partiMobile {
  z-index: 100;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(25px) !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: #665d5d;
  height: 100% !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}

input[type="file"] {
  display: none;
}

.b-mobile #switchCam {
  display: block;
}

.b-mobile #chat-box {
  display: none;
}

.b-mobile .float-com:focus {
  outline: 0;
}
.b-mobile .btn-circle {
  /* background-color: red; */
  width: 10px;
  height: 10px;
  line-height: 4px;
  bottom: 0;
}

.avatar {
  background-color: white !important;
}

.b-mobile #goSs {
  display: none;
}

.b-mobile .nav2 {
  display: block !important;
  background-color: white;
  /* top: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 1; */
  /* backdrop-filter: blur(5px); */
  /* -webkit-backdrop-filter: blur(5px); */
  /* background-color: rgba(255, 255, 255, 0.3); */
  border-radius: 10px;
  /* left: 0;
  right: 0; */
 padding: 4px 8px 0px 8px;
}

.b-mobile .sideRight {
  display: none;
}

.b-mobile .nav1 {
  display: none;
  /* position: absolute;
    z-index: 1; */
}

.b-mobile .float-com .badge-danger {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
}

@media (orientation: landscape) {
  .b-mobile #chat-box-mobile {
    height: 40vh;
  }
}
/* } */

/* .emoji-invoker {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
} */
.emoji-invoker:hover {
  transform: scale(1.1);
}
.emoji-invoker > svg {
  fill: #b1c6d0;
}

.emoji-picker {
  position: absolute;
  z-index: 1;
  font-family: Montserrat;
  border: 1px solid #ccc;
  width: 15rem;
  height: 20rem;
  overflow: scroll;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 1px 1px 8px #c7dbe6;
  top: -20rem;
}
.emoji-picker__search {
  display: flex;
}
.emoji-picker .emojis span {
  padding: 0.2rem;
  cursor: pointer;
  border-radius: 5px;
}
.emoji-picker .emojis span:hover {
  background: #ececec;
  cursor: pointer;
}

.b-mobile.iphone .float-left {
  float: none !important;
}

.b-mobile.iphone .input-group {
  position: absolute;
  bottom: 0;
}

/* width */
/* ::-webkit-scrollbar {
  width: 5px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; 
} */

/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #888; 
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

.send-icon:disabled #icon-send1,
.send-icon:disabled #icon-send2,
.send-icon:disabled #icon-send3 {
  fill: #ccc !important;
}

.send-icon #icon-send1 {
  fill: #84dbff;
}

.send-icon #icon-send2 {
  fill: #54c9eb;
}

.send-icon #icon-send3 {
  fill: #c5d8df;
}

@media (max-height: 700px) {
  .waiting-top-row {
    height: 7rem !important;
  }
}
#devices-list2 {
  position: absolute;
  background-color: #444244;
  min-width: 80px;
  bottom: 43px;
  z-index: 20;
  border-radius: 10px;
}
.device-name {
  display: flex;
  justify-content: center;
  color: white;
  background-color: #393839;
  border: solid 1px #767575;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 296px;
}
#devices-box:first-child {
  margin-top: 20px;
}
#devices-box:last-child {
  margin-bottom: 15px;
}
.device-icon {
  margin-right: 10px;
}
