#yourName {
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  border-radius: .3rem;
}

.small-name {
  font-size: 8px;
  padding: 2px 0px;
  text-align: center;
}

.video-fluid {
  width: 100%;
  height: auto;
}

.isSeen:after {
  font-size: 10px;
  content: "\f06e   " attr(data-date);
  font-family: "Font Awesome 5 Free";
  display: block;
  text-align: left;
  color: #ff6f00;
  font-weight: 900;
}

.paperclip {
  padding: 8px !important;
}

.mic {
  padding: 8px 12px !important;
}

.mic, .paperclip {
  font-size: 25px !important;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
}

.download_progress {
  cursor: pointer;
  text-align: center;
}

  .download_progress .fas {
    font-size: 40px;
    border-radius: 100%;
    margin: 0;
    padding: 10px;
    border: 2px solid #FFFFFF;
    line-height: 30px;
  }

  .download_progress .num {
    font-size: 10px;
    padding-top: 5px;
  }

.mainText {
  padding: 0px;
  margin: 0px;
  text-overflow: ellipsis;
}

.h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #FFFFFF;
}

.modal {
  color: #FFFFFF;
}

.modal-content {
  border: 1px solid #444 !important;
  background-color: #303030 !important;
}

.modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #444;
}

.close {
  color: #fff;
  text-shadow: none;
}

.jssocials-share-logo {
  text-align: center;
  background-color: #ff6f00;
  color: #232323;
  font-weight: bold;
  padding: 10px 10px 11px 10px;
  margin: 0px;
  width: auto !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border-left: 1px solid #ff6f00;
}

.jssocials-share-link {
  border: 1px solid #ff6f00 !important;
  border-radius: 5px !important;
  background-color: #232323;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0px !important;
  min-width: 170px;
  text-align: left !important;
}

.jssocials-share-label {
  color: #FFFFFF !important;
  padding: 10px;
}

.greybck {
  background-color: #303030 !important;
}

.mobilerec {
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1000;
  width: 100%;
}

  .mobilerec button {
    width: 35px;
    height: 35px;
    font-size: 0;
    background-color: red;
    border: 0;
    border-radius: 35px;
    margin: 18px;
    outline: none;
  }

.Rec {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes pulse {
  0% {
    box-shadow: 0px 0px 5px 0px rgba(173,0,0,.3);
  }

  65% {
    box-shadow: 0px 0px 5px 13px rgba(173,0,0,.3);
  }

  90% {
    box-shadow: 0px 0px 5px 13px rgba(173,0,0,0);
  }
}



[contentEditable=true]:empty:not(:focus):before {
  content: attr(data-text)
}

.fullScreenRecording {
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  font-size: 90px;
  z-index: 1000;
  cursor: pointer;
  background-color: #232323;
  opacity: 0.8;
}

  .fullScreenRecording h2 {
    font-size: 0.3em;
    margin: 0;
  }

  .fullScreenRecording h2, .fullScreenRecording h3 {
    color: red;
  }

  .fullScreenRecording .vcentercontainer {
    position: relative !important;
    height: 70%;
  }

  .fullScreenRecording div .vcenter {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
  }

#audio {
  font-size: 30px;
  margin-left: 5px;
}

.recording {
  color: red;
  -webkit-animation: recording linear 1s infinite;
  animation: recording linear 2s infinite;
}

@-webkit-keyframes recording {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes recording {
  0% {
    opacity: 1;
  }

  50% {
    opacity: .1;
  }

  100% {
    opacity: 1;
  }
}


.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #d96a39;
  color: #d96a39;
  animation: dotFlashing 1s infinite linear alternate;
  animation-delay: .5s;
  left: 35px;
  content: '';
  font-size: 25px;
  margin: 10px;
}

  .dot-flashing::before, .dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
  }

  .dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #d96a39;
    color: #d96a39;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 0s;
  }

  .dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #d96a39;
    color: #d96a39;
    animation: dotFlashing 1s infinite alternate;
    animation-delay: 1s;
  }

@keyframes dotFlashing {
  0% {
    background-color: #d96a39;
  }

  50%, 100% {
    background-color: #ebe6ff;
  }
}

.automaticdownload {
  white-space: nowrap;
}

.submenu {
  position: absolute;
  right: 50px;
  min-width: 100px;
  z-index: 2000;
}

  .submenu .switchlanguage {
    color: #FFFFFF !important;
    text-align: right;
  }

.backsecolor {
  background-color: #d96a39 !important;
}

.submenu div {
  margin: 1px 0px;
  background-color: #d96a39 !important;
  padding: 5px 10px;
  min-height: 35px;
  min-width: 200px;
}

.menucontainer {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

.tail {
  content: '';
  top: 5px;
  left: -3.1px;
  position: absolute;
  border: 0px solid;
  display: block;
  width: 10px;
  height: 10px;
  border-top-left-radius: 10%;
  transform: rotate(50deg);
  border-bottom-left-radius: 10%;
}

#headers h1 {
  font-size: 2em;
}

#lstCamera {
  padding: 10px;
}

.scanQR {
  height: 100%;
  width: 100%;
}

.videocontainer {
  text-align: center;
  position: relative;
}

#preview {
  min-width: 100%;
  max-width: 100%;
}

#qrSight {
  padding: 20px;
  border: 5px solid #d96a39;
  z-index: 1000;
  position: absolute;
  margin: auto;
  left: 15%;
  height: 70%;
  top: 15%;
  width: 70%;
  border-radius: 20px;
  text-align: center;
  font-size: 30px;
}

.qrSightScanDetected {
  border: 10px solid #3C763D !important;
}

.scanQR video {
  min-width: 100%;
}

.switchcam {
  color: #000000;
  top: 20px;
  left: 20px;
  font-size: 15px;
  cursor: pointer;
}



#switchcamview {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 1000;
}

.fileName {
  display: block;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.fileSize {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pcent {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  text-indent: 5px;
}


#sendFile {
  width: 40px;
  margin-bottom: 5px;
  cursor: pointer;
}

.qrcode {
  background-color: white !important;
}

#qrcode {
  padding: 20px !important;
  text-align: center;
  background-color: #FFFFFF;
}

  #qrcode img {
    margin: 0 auto;
    min-height: 250px;
  }

.qrcode .tail {
  background-color: white !important;
}

.sendButton {
  margin-top: -30px;
  position: relative;
  float: right;
  height: 32px;
  width: 40px;
  cursor: pointer;
  z-index: 1000;
  color: black;
  right: 15px;
}



.filedownload {
  position: absolute;
  right: 4px;
  top: 3px;
}

.timediv {
  position: absolute;
  font-size: 10px;
  padding-top: 2px;
  right: 5px;
  font-weight: bold;
}

.myCodeIs {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.se_on {
  color: green !important;
}

.divtxt {
  position: relative;
  border-radius: 5px;
  text-align: left;
  max-height: 90px;
  overflow: auto;
  min-height: 30px;
  cursor: text;
  padding-left: 5px;
  padding-right: 40px;
  text-overflow: ellipsis;
}



.up {
  text-transform: uppercase;
}

.semsg::before {
  content: url(/_v20250821-13/images/LogoCrest-35.png);
  width: 50px;
  height: 50px;
  position: absolute;
  font-size: 35px;
  left: -50px;
  line-height: 0px;
}



.reshare i {
  margin-left: 10px;
  margin-bottom: 4px;
  font-size: 2em;
}

.codeConnect {
}

#mobileShareContainer {
  position: relative;
}

  #mobileShareContainer a {
    cursor: pointer;
  }

#mobilebackground {
  position: absolute;
  background: #FFFFFF;
  height: 50px;
  width: 50px;
  top: 35px;
  left: 10px;
  z-index: -1;
}

#mobileShare {
  font-size: 80px;
  color: #3C763D;
}

.mobileicon i {
  font-size: 60px;
  color: #d96a39;
}


.header {
  max-height: 100px;
  text-align: center;
  margin: 5px;
  background-color: #CCCCCC;
}

  .header img {
    max-height: 100px;
  }

.mainBox[disabled] {
  pointer-events: none;
  opacity: 0.3;
}

.mainBox {
  padding: 0px 2px;
  max-width: 98%;
  background-color: #444 !important;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 15px;
}



  .mainBox i, .icons {
    padding: 2px 5px;
    font-size: 25px;
    cursor: pointer;
  }



#mainWindows {
  overflow-y: scroll;
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 5px;
  padding-top: 15px;
}


@media (max-width: 767px) {
  .receivedFile, .sendFile {
    width: 85%;
  }

  .sendFile {
    margin-left: 14%;
  }
}

@media (min-width: 767px) {
  .receivedFile, .sendFile {
    width: 60%;
  }

  .sendFile {
    margin-left: 39%;
  }
}

.receivedFile:not(.semsg)::before, .sendFile:not(.semsg)::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  font-weight: 900;
  line-height: 0px;
  left: -50px;
  top: 15px;
}

.receivedFile:not(.semsg)::before {
  content: '\f2bd';
}

.sendFile:not(.semsg)::before {
  content: '\f406';
  left: -45px !important;
  display: table-cell;
}


.receivedFile, .sendFile {
  overflow-wrap: break-word;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 9px;
  padding: 4px;
  position: relative;
  line-height: 30px;
}

  .receivedFile img, .sendFile img {
    max-width: 100%;
    max-height: 400px;
  }

  .receivedFile video, .sendFile video {
    max-width: 100%;
    max-height: 400px;
  }

.receivedFile {
  text-align: left;
  float: left;
  padding-left: 5px;
  margin-left: 50px;
  background-color: #38373C;
}

  .receivedFile .tail {
    background-color: #38373C;
  }

.sendFile .tail {
  background-color: #8b3f25;
}


.sendFile {
  text-align: right;
  float: left;
  padding-right: 5px;
  background-color: #8b3f25;
}

.ofh {
  overflow: hidden;
}

html, body {
  height: 100%;
  background-color: #232323;
  color: #FFFFFF;
}

h1, h2 {
  text-align: center;
}

h2 {
  font-family: Arial;
  font-size: 2em;
}

.full-height {
  height: 100%;
}

#background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/_v20250821-13/images/logo-transparency.png) 50% 50% no-repeat;
}

.full-90 {
  height: 85%;
}

.full-85 {
  height: 85%;
}

.half-height {
  height: 50%;
}

.force-green {
  background-color: #3C763D !important;
}

.share-container {
  text-align: center;
}

#share {
  margin: 0 auto;
}

#communication, #partyclick {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.round-button {
  width: 25%;
  cursor: pointer;
  margin: 0 auto;
}

.round-button-mobile {
  width: 75% !important;
}

.round-button-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  /*border:10px solid #cfdcec;*/
  overflow: hidden;
  background: #d96a39;
  box-shadow: 0 0 3px gray;
}

  .round-button-circle:hover {
    background: #f9881d;
  }

.round-button a {
  display: block;
  float: left;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 50%;
  line-height: 1em;
  margin-top: -0.5em;
  text-align: center;
  color: #FFFFFF !important;
  font-family: Verdana;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.fpcontainer {
  border: 1px solid #d96a39;
  border-radius: 5px;
  text-align: left;
  height: 26px;
  overflow: hidden;
  max-width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.fileprogress {
  color: #FFFFFF;
  width: 0%;
  background-color: #d96a39;
  padding-left: 5px;
  float: left;
  font-size: 0.7em;
  font-weight: bold;
  position: absolute;
  z-index: 100;
  opacity: 0.5;
  height: 24px;
  border-radius: 5px;
}

.fpcontainer a {
  z-index: 99;
}


#downloadedFiles a {
  display: block;
}

#drop_zone {
  border: 5px solid blue;
  width: 200px;
  height: 100px;
}
