@font-face {
  font-family: "Industry-Black";
  src: url("/css/fonts/Industry-Black.ttf");
}

@font-face {
  font-family: "Industry-Bold";
  src: url("/css/fonts/Industry-Bold.ttf");
}

@font-face {
  font-family: "Industry-Medium";
  src: url("/css/fonts/Industry-Medium.ttf");
}

@font-face {
  font-family: "Industry-MediumItalic";
  src: url("/css/fonts/Industry-MediumItalic.ttf");
}

@font-face {
  font-family: "Industry-Book";
  src: url("/css/fonts/Industry-Book.ttf");
}

/* Industry-Black
Industry-BlackItalic
Industry-Bold
Industry-BoldItalic
Industry-Book
Industry-BookItalic
Industry-Demi
Industry-DemiItalic
Industry-Light
Industry-LightItalic
Industry-Medium
Industry-MediumItalic
Industry-Thin
Industry-ThinItalic
Industry-Ultra
Industry-UltraItalic */

.datepicker td,
.datepicker th {
  padding: 5px 7px;
}

.gravando-em {
  position: relative;
  top: 2px;
  right: 346px !important;
}

.datepicker-days .table-condensed tbody tr:hover,
.datepicker-days .table-condensed tbody tr.odd:hover {
  background-color: #8080804d !important;
  cursor: pointer;
}

.datepicker-days .table-condensed thead tr {
  background-color: #ecf0f5 !important;
}

.span-text-disponibilidade {
  display: inline-block;
  position: absolute;
  width: 328px;
  right: 65px;
  top: 8px;
  font-weight: bold;
}

.content-wrapper {
  background: white !important;
}

.data-criada {
  font-size: 11px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  font-weight: normal !important;
}

.action-cliente::before {
  display: none !important;
}

.action-cliente {
  background-color: #8d8d8d;
  border-color: #8d8d8d;
}

.obs-p-disp {
  font-size: 20px;
  margin-bottom: -7px;
}
.icon-dispon-req1 {
  height: 30px;
}

.icon-dispon-req {
  position: absolute;
  height: 40px;
  top: -17px;
  left: 30px;
  z-index: 10000;
}

.icone-perfil {
  position: absolute;
  color: white;
  right: 7px;
  top: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;

  border: 0px solid #565656;
  padding: 3px;
  background: #29a545;
  border-radius: 5px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s;
}
.icone-perfil:hover,
.more-styles:hover {
  background-color: #127128;
}

/*.horarios{
    font-size: 22px;
    position: absolute;
    top: 20px;    
    margin-right: 8px;
}
*/

.horarios {
  background: #0e6522;
  padding: 0px 4px;
  border: 0px solid green;
  text-align: center;
  align-items: center;
  display: inline-block;
}

.horarios a {
  color: white;
  font-size: 12px;
}

.more-styles span a .fas.fa-plus {
  color: white;
}

.horarios a .fa-clock {
  color: white;
}

.icone-perfil .fa-user {
  margin-bottom: 3px;
}

span.disponibilidade-loc {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  top: 4.5px;
}

span.disponibilidade-loc.off {
  background-color: red;
}

span.disponibilidade-loc.on {
  background-color: green;
}

span.sexo-loc,
span.disponibilidade-loc {
  display: inline-block;
}

.icone-perfil i {
  font-size: 21px;
}

.icone-perfil a {
  color: white !important;
}

.p-status {
  display: inline-block;
  margin-left: 8px;
  color: gray;
}

@media (max-width: 760px) {
  .col-disponilidade {
    margin-top: 15px !important;
  }
}

.span-text-disponibilidade.on {
  color: green;
}

.span-text-disponibilidade.off {
  color: red;
}

@keyframes fa-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.fa-blink {
  -webkit-animation: fa-blink 1s linear infinite;
  -moz-animation: fa-blink 1s linear infinite;
  -ms-animation: fa-blink 1s linear infinite;
  -o-animation: fa-blink 1s linear infinite;
  animation: fa-blink 1s linear infinite;
}
.star_ref {
  top: -2px;
  width: 20px;
  position: relative;
  cursor: pointer;
}

.codigo-demanda,
.info_column_user {
  font-size: 14px;
}

.disp.on {
  color: green !important;
}

.disp.off {
  color: red !important;
}

.invalid-data {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 95%;
  color: #dc3545;
  font-weight: 600;
}

.horario-disp {
  position: absolute;
  font-size: 15px;
  color: #29a445;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1;
  left: 20%;
}

.acesso-auth {
  font-size: 14px;
  color: gray;
  font-weight: bold;
  margin-left: 15px !important;
}

#gravando_em {
  padding: 0px !important;
  font-size: 13px;
}

.visualizar-usuario {
  border: none;
  background: #a5a5a5;
  padding: 5px;
  position: absolute;
  top: 6px;
  border-radius: 6px;
}

.visualizar-usuario img {
  height: 19px;
}

.msg-footer-hack {
  position: absolute;
  top: 63px;
  color: black;
  font-weight: bold;
}

.mgt-15 {
  margin-top: 15px;
}

.bloco-portfolio {
  border: 1px solid #e9ecef;
  padding: 15px;
  border-radius: 8px;
  background: white;
}

.justify-content {
  text-align: center;
  justify-content: center;
}

audio {
  outline: none;
}

#bloco_formulario {
  border: 1px solid #e4e4e4;
  padding: 30px;
  background: white;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #d8d8d8;
  padding: 50px 100px;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.15);
}

#laravel_datatable_filter {
  float: right;
}

.icon-novo-cadastro {
  width: 30px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.icon-rejeitado-cadastro {
  width: 23px;
  position: absolute;
  top: 9px;
  left: 20px;
}

.status-td {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-status.active {
  color: #00a65a;
}
.icon-status {
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: grey;
}

input.has-error,
select.has-error,
textarea.has-error,
button.has-error {
  border: 1px solid red !important;
}

input.has-error:focus,
select.has-error:focus,
textarea.has-error:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f00;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #81c04c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.switch {
  display: block;
}

.slider.round:before {
  border-radius: 50%;
}

.on-off {
  position: relative;
  top: 2px;
  margin-right: 25px !important;
}

@media (max-width: 950px) {
  .acesso-auth {
    font-size: 15px !important;
    margin-top: 4px !important;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
    flex-direction: initial !important;
  }

  #laravel_datatable_filter {
    float: left !important;
  }
}

@media (max-width: 425px) {
  #bloco_formulario {
    padding: 30px 5px;
  }

  .user-image {
    height: 1.5rem !important;
    width: 1.5rem !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
  }

  .acesso-auth {
    max-width: 200px;
    font-size: 13px !important;
  }
}

@media (max-width: 565px) {
  .on-off {
    top: 7px;
  }
}

@media (max-width: 565px) {
  .swal2-icon-show{
    display: none !important;
  }
}

.main-sidebar {
  position: fixed !important;
  margin-top: 55px;
}

/** 
  CHAT
 */
#chat {
  width: 100%!important;
  height: 500px!important;
  flex-direction: column!important;
  justify-content: space-between!important;
  background: #f5f7fa;
}

#chat section:first-child {
  height: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f5f7fa;
}

/* resposta */
.chat-resposta {
  display: table;
  padding: 10 20 0 0;
  width: fit-content;
}

.chat-resposta h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 0 4px;
  color: #272c33;
}

.chat-resposta h6 {
  font-size: 10px;
  font-weight: 200;
  margin: 0;
  padding: 0;
}

/* enviada */
.chat-envio {
  display: flex;
  width: fit-content;
  margin-left: auto!important;
  padding: 10 0 0 20;
}

/* mensagem */
.chat-mensagem {
  display: flex;
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  color: rgba(39,44,51,.7)!important;
}

/* seleção de pessoas */
#form-mensagem div:first-child {
  display: flex;
  height: 50px;
  justify-content: space-between;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  background: #d8d8d83b;
  padding: 6px;
}

#files{
  width: 400px;
  line-height: 30px;
  padding: 0 12px 0 24px;
  background: #ebebeb;
  border-radius: 6px;
  cursor: pointer;
}

#form-mensagem div:first-child select {
  width: 320px;
  border: 0;
  background: #ebebeb;
  padding: 0 10px;
  color: #000;
  font-weight: 500;
  border-radius: 6px;
}

/* teclado */
#chat-teclado-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background: #FFF;
}

#chat-teclado-div button {
  position: relative;
  right: 0px;
  top: -1px;
  color: rgb(255 255 255);
  cursor: pointer;
  border: none;
  align-self: center;
  background: #007bff;
  padding: 14px 22px;
  font-size: 15px;
  border-radius: 4px;
  line-height: 14px;
}

#chat-teclado-div button i{
  font-size: 12px;
}

.chat-teclado {
  width: calc(100% - 110px);
  height: 45px;
  border: 1px solid #e9e9ef!important;
  border-radius: 4px;
  outline: none;
  padding: 4px;
  background: rgba(233,233,239,.25)!important;
}

#form-mensagem div:first-child input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}

#form-mensagem div:first-child input[type="file"]::before {
  content: 'Arquivo';
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}
/** -------------------------------------- */

.arq{
  position: relative;
}

.arq i{
  position: absolute;
  top: 12px;
  left: 6px;
  font-size: 14px;
  color: #4e4e4e;
}

#chat #scrollable article {
  box-shadow: 0 -1px 3px -2px rgb(39 44 51 / 10%), 0 3px 4px 0 rgb(39 44 51 / 4%), 0 1px 8px 0 rgb(39 44 51 / 2%);
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  margin: 15px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 210px;
  overflow-y: auto;
}

#chat #scrollable article i{
  display: flex;
  justify-content: center;
  font-size: 40px;
  margin-bottom: 4px;
  color: #545252;
}

#chat #scrollable article span{
  color: rgba(39,44,51,.5)!important;
  font-size: 11px;
  padding: 0 5px;
  text-align: end;
}

.chat-envio div:first-child {
  display: none;
}

a.chat-mensagem{
  display: block;
  text-align: center;
}