* {
  box-sizing: border-box;
  font-family: Roboto,"Helvetica Neue",sans-serif;
}

body {
  font-weight: 300;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  z-index: 2;
}

ul.ui-autocomplete {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
}

li.ui-menu-item {
  margin: 20px 40px;
  padding-bottom: 30;
  font-size: 16px;
}

.video-segment{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: black;
  background-size: cover;
  z-index: 999;
  margin-bottom: 65px;
}

.cam {
  position: fixed;
  background-color: white;
  height: 100vh;
  width: 100vw;
}

.button_snap {
  z-index: 3;
  border: none;
  position: fixed;
  bottom: 1%;
  left: 46%;
  height: 10%;
  width: 10%;
  background: url(../image/camera.svg) no-repeat center center;
}

.button_switch {
  z-index: 3;
  border: none;
  position: fixed;
  bottom: 1%;
  right: 5%;
  height: 10%;
  width: 10%;
  background: url(../image/camera_refresh.png) no-repeat center center;
}

button:disabled {
  background-color: #B4B4B4;
}

input[type="file"]:disabled{
  background-color:#B4B4B4;
  border: 1px solid #B4B4B4;
}
input[type="text"]:disabled{
  background-color:#B4B4B4;
  border: 1px solid #B4B4B4;
}

input {
  caret-color: #9f1329;
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

.title {
  color: #ffffff;
  text-align: center;
  font-weight: 100;
}
#typing_bubble {
  margin-top: 10px;
}

.wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow: hidden;
  background-color: #efefef;
  position: fixed;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.5);
  transition: 0.3s ease;
}
.wrapper .inner {
  height: 100%;
  padding-bottom: 64px;
  overflow: scroll;
  display: flex;
  padding-top: 64px;
  background: #efefef;
}
.wrapper .inner::-webkit-scrollbar {
  width: 0 !important;
}

.wrapper .inner .content {
  padding: 10.6666666667px;
  width: 100%;
  margin-top: auto;
  position: relative;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 55px;
  z-index: 100;
  transition: 0.3s ease;
}
.nav .default-nav {
  height: 55px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  background-color: #9f1329;
  border-bottom: 3px solid #9f1328;
  color: #ffffff;
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.1);
  transition: 0.3s ease;
}
.nav .default-nav .main-nav {
  position: absolute;
  left: 0;
  width: 100%;
  height: 55px;
  top: 0;
  margin: 0;
  padding: 0 20px;
  list-style: none;
  transition: 0.3s ease;
}

.nav .default-nav .main-nav div{
    float: left;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.nav .default-nav .main-nav .back {
  height: 30px;
  width: 45px;
  background: url(../image/de-volta.png) no-repeat;
  border-radius: 50%;
  background-size: contain;
  float: left;
}

.nav .default-nav .main-nav .toggle {
  height: 36px;
  width: 36px;
  background: url(../image/newCore.jpg);
  border-radius: 50%;
  background-size: contain;
  float: left;
}
.nav .default-nav .main-nav .main-nav-item .online{
  font-size: 14px;
}

.nav .default-nav .main-nav .toggle:hover {
  cursor: pointer;
}
.nav .default-nav .main-nav .options {
  font-size: 12px;
  float: right;
}
.nav .default-nav .main-nav .options:hover {
  cursor: pointer;
}
.nav .default-nav .main-nav .main-nav-item {
  float: left;
  height: 55px;
  position: relative;
  line-height: 55px;
  transition: 0.3s ease;
}
.nav .default-nav .main-nav .main-nav-item .main-nav-item-link {
  display: block;
  position: relative;
  height: 55px;
  width: 100%;
  text-align: center;
  line-height: 55px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s ease;
}

.choose-buttom{
  margin: 2.4vh 0vw;
  text-align: center;
}

.btn-choose {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  width: 40%;
  background-color: #cfcfcf;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: none;
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-choose-youtube {
  background: #f61a00;
  color: white
}

.btn-choose-creci {
  background: #9f1329;
  color: white
}

.btn-choose-no{
  background: #be4e4e;
  color: white;
}

.btn-choose-yes{
  background : #7fce3c;
  color: white;
}

.btn-choose-whats{
  background : #59bc65;
  color: white;
}

.btn-choose-email {
  background : #1e3880;
  color: white;
}

.btn-choose-comumn{
   background-color: #94999c;
   color: white;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile +label{
  background-color: rgb(221, 221, 221);;
  color: black;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  border-radius: 4px;
  padding: 0.48rem 19%;
}

.name {
  top: 50%;
  font-size: 17px;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.3px;
  margin: 0 0 0 8px;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}

.name .status {
  display: block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
}

.name .status i {
  color: #2ec52e;
  font-size: 8px;
}

.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #efefef;
}
.bottom .input {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
  border-radius: 21px;
  padding: 9px 12px 11px;
  padding-right: 50px;
  width: 94%;
  margin: 5px 10px;
  margin-top: 14px;
}

.bottom .input:focus {
  outline: none;
}
.bottom .input::-webkit-scrollbar {
  width: 0 !important;
}
.bottom .send {
  position: fixed;
  background: transparent;
  height: 39.6px;
  width: 14%;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  bottom: 10.6px;
  right: 2.55%;
}

.bottom .send:before {
  content: '';
  background: url(../image/send-button-disabled.png) no-repeat center center;
  background-size: 25.6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom .sendActive:before {
  content: '';
  background: url(../image/send-button-enable.png) no-repeat center center;
  background-size: 25.6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom .back {
  position: fixed;
  background: transparent;
  height: 42.6px;
  width: 10%;
  border-radius: 50%;
  border: 0;
  color: #ffffff;
  bottom: 10.6px;
  left: 10.6px;
}

.bottom .back:before {
  content: '';
  background: url(../image/back.png) no-repeat center center;
  background-size: 25.6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bottom .send:focus {
  outline: none;
}
.bottom .send:hover {
  cursor: pointer;
}

.me {
  margin: 15px 0px;
}

.message_without_circle {
  margin-left: 30.6px;
}

.remove_dot:before {
  left: 0 !important;
}

.message-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 4.6px;
}

.message-wrapper .circle-wrapper {
  height: 30.6px;
  width: 30.6px;
  border-radius: 50%;
  box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
}

.message-wrapper.them .circle-wrapper {
  background: url(../image/newCore.jpg);
  border-radius: 50%;
  background-size: contain;
  float: left;
}

.message-wrapper .text-wrapper {
  padding: 7.1px;
  margin: 0 10.6px;
  border-radius: 7px;
  font-weight: 300;
  position: relative;
  max-width: 75%;
  opacity: 0;
}
.message-wrapper .text-wrapper:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
}
.message-wrapper.them .text-wrapper {
  background: #ffffff;
  float: left;
  color: black;
}
.message-wrapper.them .text-wrapper:before {
  border-width: 0 10px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 0;
  left: -6px;
}
.message-wrapper.me .text-wrapper {
  background: #9f1329;
  float: right;
  color: white;
}
.message-wrapper.me .text-wrapper {
  background: #9f1329;
}
.message-wrapper.me .text-wrapper:before {
  border-width: 10px 10px 0 0;
  border-color: #9f1329 transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -5.2px;
}

@media (min-width: 550px) {
  .bottom .input {
    width: 97.8%;
  }

  .bottom .send {
    width: 4.2%;
  }
}

@media (min-width: 850px) {
  .wrapper {
    height: 93%;
    width: 50%;
    top: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wrapper .inner {
    height: 93%;
    padding-bottom: 0px;
  }

  .wrapper .inner .content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bottom {
    background: #efefef;;
  }

  .bottom .input {
    width: 97.5%;
  }

  .choose-buttom {
    height: 34px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
