@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/OpenSans-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBold";
  src: url("../fonts/GothamBold.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "GothamBook";
  src: url("../fonts/GothamBook.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "VarelaRound-Regular";
  src: url("../fonts/VarelaRound-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

/* <==============AJUSTES PADRÕES DO GERADOR=================> */

.minh-100vh {
  min-height: 100vh !important;
  font-family: "OpenSans-SemiBold";
}

.minh-100vw {
  min-width: 100vw !important;
}

.bg-filtrando {
  background-color: #1e60ad1f;
  background-size: cover;
}

.nav-tabs {
  border-bottom: 0px;
}

.no-padding {
  padding: 0 !important;
}

/* <=============================================================> */

/* LAYOUT (LOGIN) */
.bg-login-image {
  background-image: url("/img/logo_1.svg");
  background-size: 60%;
  background-repeat: no-repeat;
}

.bg-password-image {
  background-image: url("/img/alphacode_quadrado.jpg");
  background-color: transparent
    linear-gradient(180deg, #1175bc 0%, #04336f 100%) 0% 0% no-repeat
    padding-box;
}

.footer-login p {
  color: #ffffff;
  font-size: small;
}

.footer-login img {
  height: 23px;
}

.background-login-dados {
  background-color: #e7eced;
}

.background-login-gradient {
  background-color: #1175bc;
  background-image: linear-gradient(180deg, #1175bc 10%, #04336f 100%);
  background-size: cover;
}

.titulo-login {
  font-family: "OpenSans-SemiBold";
  color: #053c79;
}

.spans-login {
  font-family: "OpenSans-Light";
  color: #053a77;
}

.inputs-login {
  border-radius: 10px !important;
  border: 1px solid #074483 !important;
  background: transparent !important;
}

#btn-login,
#btn-senha {
  border-radius: 10px !important;
  background: rgb(7, 68, 131) !important;
  font-family: "OpenSans-SemiBold";
  color: #fff;
}

#btn-login:hover,
#btn-senha:hover {
  background: rgb(0, 58, 121) !important;
}

#btn-login:active,
#btn-senha:active {
  background: rgb(0, 48, 111) !important;
}

.esqueceu-senha a {
  color: #053b78;
  text-decoration: underline;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem #07458331;
  border-color: #074483;
}

/* ESTILIZAÇÃO (LISTAR) DOS MÓDULOS */

.titulo-modulo {
  color: #1175bc !important;
  font-family: "OpenSans-Bold";
}

.card-listar {
  border-radius: 12px 12px 0 0 !important;
}

.header-listar {
  background-color: #bcbcbc;
  border-radius: 12px 12px 0 0 !important;
}

.titulo-listar {
  color: #fefefe !important;
  font-family: "VarelaRound-Regular";
  font-size: 13px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-filtrar {
  background-color: #545555 !important;
  border-color: #545555 !important;
  color: #ffffff;
}

.botao-ver:hover,
.btn-filtrar:hover {
  background-color: #434444 !important;
  text-decoration: none;
  color: #ffffff;
}

.botao-ver:active,
.btn-filtrar:active {
  background-color: #323333 !important;
  color: #ffffff;
}

.header-table thead {
  background-color: #bcbcbc !important;
  color: #fefefe;
  font-family: "VarelaRound-Regular";
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bolder;
}

.header-table thead tr td:first-child {
  border-radius: 12px 0 0 0;
}

.header-table thead tr td:last-child {
  border-radius: 0 12px 0 0;
}

.table {
  margin-bottom: 0 !important;
}

.body-table {
  padding: 0;
}

.card-table {
  border-radius: 12px 12px 0 0 !important;
}

/* .table-hover tbody tr:hover {
  background-color: #d5dade !important;
  border-left: 20px solid #545555 !important;
} */

.botao-ver {
  background-color: #545555 !important;
  border-radius: 6px;
  font-family: sans-serif;
}

.table tbody tr td {
  color: #4d4f5c;
  font-family: "GothamBook";
}

.table-responsive p {
  margin-left: 10px !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.table tbody tr td {
  font-size: 16px;
  font-family: "GothamBook";
}

.header-navbar {
  background-color: #1e60ad !important;
}

.navbar-username {
  color: #ffffff !important;
}

.img-avatar {
  background-color: #ffff;
  object-fit: contain;
}

.icone-voltar {
  color: #1074bc;
}

.btn-voltar {
  background-color: #ffffff;
  border: unset;
}

.btn-salvar {
  background-color: rgb(30, 96, 173) !important;
  color: #fff;
}

.btn-salvar:hover {
  background-color: rgb(20, 86, 163) !important;
  color: #fff;
}

.btn-salvar:active {
  background-color: rgb(10, 76, 153) !important;
  color: #fff;
}

.btn-cadastrar {
  background-color: #556080 !important;
  border-color: #556080 !important;
  font-family: "OpenSans-SemiBold";
  color: #ffffff !important;
}

.btn-cadastrar i {
  color: #ffffff !important;
}

.btn-cadastrar:hover {
  background-color: #445070 !important;
  border-color: #445070 !important;
}

.btn-cadastrar:active {
  background-color: #334060 !important;
  border-color: #334060 !important;
}

#pager {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0;
}

.stepper {
  cursor: pointer;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 16px;
  padding: 4px 10px;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 12px;
  color: #545555;
  box-shadow: -1px 2px 3px 2px rgba(148, 147, 147, 0.2);
}

.stepper-active {
  color: #fff;
  font-size: 16px;
  background-color: #545555;
  border: 1px solid #545555;
  padding: 4px 10px;
  border-radius: 12px;
  box-shadow: -1px 2px 3px 2px rgba(148, 147, 147, 0.2);
}

.stepper-before,
.stepper-next {
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  color: #545555;
}

/* ESTILIZAÇÃO (VER) DOS MÓDULOS */

.label-ver {
  color: #000000;
  font-family: "GothamBook";
  font-size: 14px;
  margin-bottom: 0 !important;
}

.input-dados {
  border-radius: 12px !important;
  border-color: #bcbdc7;
}

.input-dados::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

.input-dados-agrupado {
  border-radius: 12px 0 0 12px !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #bcbcbc !important;
  color: #ffffff !important;
  /* border-radius: 12px 12px 0 0 !important; */
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link {
  border-radius: 12px 12px 0 0;
  background-color: #d5dade57;
  color: #bcbcbc;
}

.card-alterar {
  border-top: none !important;
  background-color: #ffffff;
}

.btn-voltar:hover,
.btn-voltar:focus {
  background-color: transparent !important;
}

.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #556080 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #556080 !important;
  background-color: #556080 !important;
}

.card-tabela-permissoes {
  justify-content: center;
}

.card-tabela-permissoes h3 {
  color: #464646;
  float: left;
  width: 50%;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  padding: 16px 0;
  padding-left: 86px;
}

.tabela-permissoes tbody tr:hover {
  background-color: transparent !important;
  border-left: none !important;
}

.tabela-permissoes tbody tr td {
  vertical-align: middle;
}

.lista-permissoes_col_0 {
  color: #4d4d4d;
  font-family: "VarelaRound-Regular";
  text-transform: capitalize;
  font-size: 12px;
}

.custom-checkbox .custom-control-label::before,
.custom-control-label::after {
  border-color: #1a76ba !important;
  border-width: 2px !important;
}

/* ESTILIZAÇÃO (CADASTRAR) DOS MÓDULOS */

.subtitulo-modulo {
  color: #556080;
  text-transform: uppercase;
  font-family: "VarelaRound-Regular";
  font-weight: bold;
}

.disabled {
  background-color: #eaecf4;
  opacity: 1;
  cursor: not-allowed !important;
}

.img-avatar {
  height: 200px;
  object-fit: cover;
}

.img-avatar:hover {
  cursor: pointer;
}

/* ESTILIZAÇÃO TELA (DASHBOARD) */

.menu-lateral {
  padding: 14px 0 10px 10px !important;
}

.item-menu {
  margin: 10px 0 10px 0 !important;
  width: 100% !important;
  height: 2.5rem !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;

  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-left-width: 5px !important;
  border-bottom-width: 1px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
}

.item-menu:hover {
  background: rgba(16, 116, 188, 25%) !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-bottom-width: 1px !important;
  border-left-width: 5px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
  display: flex !important;
  align-items: center !important;
}

.item-menu-collapse {
  margin: 10px 0 10px 0 !important;
  width: 100% !important;
  height: 2.5rem !important;
  margin: 0 !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-left-width: 5px !important;
  border-bottom-width: 1px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
}

.item-menu-collapse:hover {
  background: rgba(16, 116, 188, 25%) !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-bottom-width: 1px !important;
  border-left-width: 5px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
}

.teste {
  margin: 10px 0 10px 0 !important;
  width: 100% !important;
  height: 2.5rem !important;
  margin: 0 !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-left-width: 5px !important;
  border-bottom-width: 1px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
  background: #fff !important;
}

.teste:hover {
  background: rgba(16, 116, 188, 25%) !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-bottom-width: 1px !important;
  border-left-width: 5px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
}

.sidebar .nav-item .collapse,
.sidebar .nav-item .collapsing {
  margin: -5px 0rem !important;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item,
.sidebar .nav-item .collapsing .collapse-inner .collapse-item {
  width: 102% !important;
  margin: 0px !important;
  padding-left: 8px !important;
  margin-left: -4px !important;
  padding-top: 10px !important;
}

.menu-active {
  background: rgba(16, 116, 188, 25%) !important;
  border-top-width: 1px !important;
  border-right-width: 0px !important;
  border-bottom-width: 1px !important;
  border-left-width: 5px !important;
  border-radius: 8px 0px 0px 8px !important;
  border-style: solid !important;
  border-color: #fff !important;
  display: flex !important;
  align-items: center !important;
}

#wrapper #content-wrapper {
  background-color: #f5f5f5 !important;
}

.label-modulo {
  color: #8897a1 !important;
  font-family: "GothamBook" !important;
  margin-left: 5px !important;
}

.logo-menu {
  background-color: #1e60ad !important;
  object-fit: cover;
}

#sidebarToggle {
  background-color: #1074bc !important;
}

#sidebarToggle::after {
  color: #ffffff !important;
}

/* CONTADORES (DASHBOARD) */

.borda-contador {
  border-left: 0.8rem solid #ffff !important;
  border-radius: 12px;
  transition: 300ms ease all;
  user-select: none;
  cursor: pointer;
}

.borda-contador:hover {
    transform: scale(1.05);
}

.titulo-contador {
  color: #545555 !important;
  font-family: "OpenSans-Bold";
  font-size: 12px;
}

.valor-contador {
  color: #bebebe !important;
  font-family: "GothamBook";
  font-size: 30px;
  position: relative;
  top: 10px;
}

.card-contador {
  padding: 1rem 0 1rem 0.5rem !important;
}

/* MÓDULO (MATERIAL GRÁFICO) */

.input-valor {
  display: flex;
  flex-direction: row-reverse;
}

.cifrao-valor {
  border-radius: 0.35rem 0 0 0.35rem;
  width: 3rem;
  background-color: #eeeeee;
  color: #a2a2a2;
  border-right: none;
}

/* MÓDULO (Mídias) */

#checkbox-classes,
#checkbox-publico,
#checkbox-idade {
  border: 1px solid transparent;
}

table tbody tr td,
table thead tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.checkbox-midia::before {
  background-color: #bcbdc7 !important;
  border: none !important;
  border-radius: 5px !important;
}

.informativo-quantidade-fluxo {
  border-radius: 0 0.35rem 0.35rem 0;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  width: 7rem;
  border: 1px solid #d1d3e2;
  border-left: none;
  display: flex;
  align-items: center;
  color: #a2a2a2;
}

.btn-aceitar {
  background-color: #84d85e !important;
  color: #51af66;
}

.btn-remover {
  background-color: rgb(228, 127, 127) !important;
  color: #ffff !important;
  font-family: sans-serif;
}

.btn-remover:hover {
  background-color: rgb(218, 117, 117) !important;
}

.btn-remover:active {
  background-color: rgb(208, 107, 107) !important;
}

.container-foto-midia {
  background-color: #e7eced;
  border-radius: 12px;
  height: 8rem;
  margin-left: 3rem;
  align-items: flex-start;
  padding-top: 10px;
  flex-direction: row;
  flex-wrap: nowrap;
  display: block;
  width: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  border: 1px solid transparent;
}

.container-foto-midia::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

.container-foto-midia::-webkit-scrollbar {
  height: 8px;
  background-color: #f5f5f5;
}

.container-foto-midia::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.btn-adicionar-foto {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;
  align-self: center;
  background-color: #d1d3d6;
  box-shadow: 0 0 0 1px rgba(148, 147, 147, 0.2);
  display: inline-flex;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn-adicionar-foto:hover {
  background-color: rgb(199, 201, 204);
}

.btn-adicionar-foto:active {
  background-color: rgb(189, 191, 196);
}

.icone-adicionar-foto {
  color: #8897a1;
}

.input-foto-midia {
  background-color: #c8c9d1c2;
  margin-right: 10px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  height: 6.5rem;
  width: 10rem;
  position: relative;
  display: inline-flex;
  border: 1px solid transparent;
}

.input-foto-midia img {
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  border-radius: 10px;
}

.adicionar-foto {
  background-color: #c8c9d1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icone-remover {
  background-color: #8897a1a3;
  border-radius: 50%;
  color: #ffffffd9;
  position: absolute;
  padding: 1px;
  cursor: pointer;
  z-index: 9;
  right: 10px;
  top: 10px;
}

.icone-remover:hover {
  background-color: rgba(126, 141, 151, 0.629);
}

.icone-remover:active {
  background-color: rgba(116, 131, 141, 0.619);
}

.borda-img {
  border-radius: 10px;
}

/* MÓDULO (Reservas) */

.card-informacoes-midia,
.card-informacoes-publico-midia {
  height: 60px;
  width: 40px;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-right: 5px;
  padding: 10px;
}

.card-informacoes-publico-midia {
  height: 45px;
}

.card-informacoes-midia span,
.card-informacoes-local span {
  font-size: 14px;
  margin-top: 5px;
}

.card-informacoes-local {
  height: 70px;
  width: 60px;
  background-color: #e5e5e5;
  border-radius: 10px;
  margin-right: 5px;
  cursor: pointer;
  user-select: none;
}

.card-informacoes-local-selecionado {
  color: #e5e5e5 !important;
  background-color: #0b294c;
}

.header-card-midia-selecionado {
  background-color: #556080 !important;
  color: #fff !important;
}

.header-card-midia {
  background-color: #e7eced;
  color: #545555;
}

.valor-midia-card {
  height: 70px;
  background-color: #a3f5b55e;
  padding: 15px;
  border-radius: 10px;
  color: #545555;
  display: flex;
  align-items: center;
}

.item-menu-municipios {
  list-style: none;
  padding: 5px 20px;
  border: 1px solid #bcbdc7;
  border-radius: 15px;
  margin-right: 10px;
  cursor: pointer;
  transition: 300ms ease all;
}

.item-menu-municipios a {
  color: #545555;
}

.item-menu-municipios-selecionado {
  background-color: #8897a1;
  color: #ffffff;
}

.icone-calendario {
  position: absolute;
  left: 14rem;
  opacity: 0.5;
}

.filtro-data {
  display: flex;
  align-items: center;
}

.btn-light {
  background-color: #ffff !important;
  border-radius: 12px;
  border: 1px solid #bcbdc7;
}

.btn-cancelar-reserva {
  background: #e29191;
  color: #cc3b3b;
  margin: 0 20px !important;
}

.btn-confirmar-reserva {
  background-color: #a3f5b5;
  color: #51af66;
}

.container-mapa {
    height: 450px;
    padding: 20px;
    padding-bottom: 60px;
}

#map {
    height: 400px;
    width: 100%;
}

/* MÓDULO (Notificações) */

.informativo {
  width: 50%;
  margin-left: 50%;
  margin-top: 2px;
  height: 20px;
  font-size: 12px;
}

.lista-notificacoes_col_0 {
  width: 20% !important;
}

.lista-notificacoes_col_1 {
  width: 20% !important;
}

.lista-notificacoes_col_2 {
  width: 10% !important;
}

.lista-notificacoes_col_3 {
  width: 10% !important;
}

.icone-input-data {
  border-radius: 0 0.75rem 0.75rem 0 !important;
  width: 3rem;
  background-color: #eeeeee;
  color: #a2a2a2;
  border-left: none;
}

::-webkit-calendar-picker-indicator {
  border-radius: 50%;
  margin-left: 0.1rem;
  width: 14px;
  height: 14px;
}

::-webkit-calendar-picker-indicator:hover {
  -webkit-box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.04);
}

.btn-remover-notificacao {
  background-color: #e74a3b !important;
  border-color: #e74a3b !important;
  color: #ffffff !important;
  font-family: sans-serif;
}

.btn-remover-notificacao:hover {
  background-color: #d6392a !important;
  border-color: #d6392a !important;
}

.btn-remover-notificacao:active {
  background-color: #c52819 !important;
  border-color: #c52819 !important;
}

/* MÓDULO (Relatorios) */

.card-float {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 12px;
  border-left: 14px solid #8897a1 !important;
  padding: 8px 8px 8px 12px;
  margin: 0 20px 0 50px;
}

.titulo-header-card {
  font-size: 18px;
  color: #545555;
  font-weight: 700;
  margin: 0;
}

.text-footer-card {
  font-size: 12px;
  color: #bebebe;
}

.valor-contagem {
  font-size: 30px;
  color: #bebebe;
}

/* Validação de formulário */
.invalid-form,
.invalid-image {
  border-color: #ff0000 !important;
}

/* MODALS */

.modal-footer a {
  background-color: rgb(24, 71, 131) !important;
  border-color: rgb(24, 71, 131) !important;
}

.modal-footer a:hover {
  background-color: rgb(14, 61, 121) !important;
  border-color: rgb(14, 61, 121) !important;
}

.modal-footer a:active {
  background-color: rgb(4, 51, 111) !important;
  border-color: rgb(4, 51, 111) !important;
}

#total {
  margin-left: 10px;
}

.pointer-events-disabled {
  pointer-events: none !important;
}

#btn-recusar-reserva:hover {
  color: #ffffff;
  background-color: #cc3b3b;
}

#btn-confirmar-reserva:hover {
  color: #ffffff;
  background-color: #51af66;
}

/* CHAT */
.mensagem-chat-admin {
  min-height: 24px;
  min-width: 100px;
  width: auto;
  max-width: 300px;
  border-radius: 10px;
  padding: 5px 10px;
  color: #FFFFFF;
  background: #1175BC;
  float: right;
  box-shadow: 2px 2px 5px 1px rgb(75 75 75 / 50%);
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.mensagem-chat-admin .horario {
  color: #FFF;
  font-size: 10px;
  opacity: 0.4; 
}

.mensagem-chat {
  width: 100%; 
  height: 100%; 
  border: none; 
  resize: none; 
  overflow: auto; 
  outline: none;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none;
}

.cards-conversa {
  padding: 1.25rem;
  cursor: pointer;
}

.cards-conversa .ultima-hora {
    position: absolute;
    right: 16px;
}

.cards-conversa:hover:not(.conversa-selecionada) {
    background: #ddf0ff6c;
}

.conversa-selecionada {
  background: #1175BC;
  color: #FFF;
}

.mensagem-chat-app {
  min-height: 24px;
  min-width: 100px;
  width: auto;
  max-width: 300px;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #FFFFFF;
  color: #4B4B4B;
  float: left;
  box-shadow: 2px 2px 5px 1px rgb(75 75 75 / 50%);
  margin: 10px;
  display: flex;
  flex-direction: column;
}

.mensagem-chat-app .horario {
  color: #000000;
  font-size: 10px;
  opacity: 0.4; 
}

.ellipsis-em-uma-linha {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

#mensagens-chat::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#mensagens-chat::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#mensagens-chat::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}

#enviar-mensagem {
  background-color: #a3f5b5;
  border-color: #a3f5b5;
  color: #51AF66;
}

#enviar-mensagem:hover {
  color: #ffffff;
  border-color: #51AF66;
  background-color: #51AF66;
}

.btn-card-reserva-chat {
  display: flex; 
  flex-direction: column; 
  padding: 10px;
  border-radius: 10px;
}

.reserva-pendente-chat {
  border: 1px solid #707070;
  color: #F2F2F2;
  background-color: #707070;
  opacity: 0.5;
}

.reserva-aprovada-chat {
  border: 1px solid #74BFB6;
  color: #74BFB6;
  background-color: #D0E2E0;
}

.reserva-cancelada-chat {
  border: 1px solid #bf7d74;
  color: #bf7d74;
  background-color: #e2d3d0;
  display: flex;
}

.reserva-pendente-chat-header {
  background-color: #707070;
  opacity: 0.5;
}

.reserva-aprovada-chat-header {
  background-color: #74BFB6;
}

.reserva-cancelada-chat-header {
  background-color: #bf7d74;
}

#container-reservas::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#container-reservas::-webkit-scrollbar {
  height: 8px;
  background-color: #f5f5f5;
}

#container-reservas::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.menu-badge-chat, .menu-badge-reserva {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FC4D1E;
  position: absolute;
  z-index: 999;
  top: 42%;
  right: 7%;
}

.hidden {
  visibility: hidden;
}