html,
body {
  margin: 0;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "cv11", "salt", "ss01", "ss03", "cv01", "cv02", "cv03", "cv04", "cv05", "cv06", "cv09", "cv10";
  background-color: #f6f7fa;
  color: #575757 !important;
}

#loader-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  opacity: 0.6;
  z-index: 10000 !important;
  margin: auto;
}

#loader {
  position: fixed;
  left: 45%;
  top: 50%;
  z-index: 10001 !important;
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid var(--blue);
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.5s linear infinite;
  /* Safari */
  animation: spin 0.5s linear infinite;
}

#imagem-fundo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0.9;
  z-index: 10001 !important;
  display: none;
}

.rodar {
  -webkit-animation: spin 1s linear infinite;
  /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes to-up {
  from {
    transform: translateY(20);
  }

  to {
    transform: translateY(20px);
  }
}

.hide,
#hide {
  display: none;
}

.modal {
  overflow: auto !important;
}

@media (max-width: 768px) {
  .float-alert {
    z-index: 10002 !important;
    top: 5%;
    left: 5%;
    right: 5%;
    width: 90%;
    z-index: 999;
    position: fixed;
  }
}

@media (min-width: 1024px) {
  .float-alert {
    z-index: 10002 !important;
    bottom: 15%;
    left: 35%;
    width: 500px;
    z-index: 999;
    position: fixed;
  }
}

.bg-login {
  background: url("logo.png") !important;
  background-position: center !important;
  background-size: cover !important;
}

/**
* checkbox situação
*/
.outerDivFull {
  margin: 50px;
}

.switchToggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute;
}

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  max-width: 70px;
  height: 30px;
  background: #d1d1d1;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switchToggle label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
  background: #3e98d3;
}

.switchToggle input+label:before,
.switchToggle input+input+label:before {
  position: absolute;
  top: 5px;
  left: 35px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:before,
.switchToggle input:checked+input+label:before {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff;
}

.switchToggle input:checked+label:after,
.switchToggle input:checked+input+label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%);
}

.switchToggle label:active:after {
  width: 60px;
}

.toggle-switchArea {
  margin: 10px 0 10px 0;
}

/**
* checkbox adicionais
*/
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #e9ecef;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-check:hover input~.checkmark {
  background-color: #e9ecef;
}

/* When the radio button is checked, add a blue background */
.container-check input:checked~.checkmark {
  background-color: var(--cor_primaria);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.permite-quantidade-form {
  width: 60px;
  margin: 5px;
  float: left;
}

.opcao-de-pagamento {
  display: none;
}

.collapse {
  z-index: 100000 !important;
}

.background-v3 {
  background: rgb(53, 105, 172);
  background: linear-gradient(90deg,
      rgba(53, 105, 172, 1) 0%,
      rgba(48, 163, 213, 1) 47%,
      rgba(0, 212, 255, 1) 100%);
  height: 3rem !important;
  max-height: 3rem !important;
}

.bg-gray {
  background-color: #edeff3 !important;
}

.card1-border-v3 {
  border-left: 0.25rem solid #0068b0 !important;
}

.card1-text-v3 {
  color: #0068b0;
}

.card2-border-v3 {
  border-left: 0.25rem solid #00a3d9 !important;
}

.card2-text-v3 {
  color: #00a3d9;
}

.card3-border-v3 {
  border-left: 0.25rem solid #00b6ef !important;
}

.card3-text-v3 {
  color: #00b6ef;
}

.card4-border-v3 {
  border-left: 0.25rem solid #00c8f6 !important;
}

.card4-text-v3 {
  color: #00c8f6;
}

.multiselect-container {
  width: 100% !important;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete>li>div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.cpointer {
  cursor: pointer;
}

.cmove {
  cursor: move;
}

.tabela-pdv {
  max-height: 230px !important;
  overflow-x: auto;
  overflow-y: auto;
}

.text-brown {
  color: brown;
}

.tabela-pdv-produtos {
  max-height: 860px !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 30px 0 30px 0;
}

.container-pedidos,
.lista-novos,
.lista-preparos,
.lista-finalizados {
  min-height: 240px !important;
}

.container-dashboard {
  min-height: 340px !important;
}

#map {
  height: 360px;
  border: none !important;
}

.opacidade {
  opacity: 0.60;
}

.painel-senhas {
  height: 85%;
}

.messages-box,
.chat-box,
.chat-body {
  height: 400px;
  overflow-y: auto;
}

.chat-message {
  width: auto;
  display: inline-block;
  min-width: 100px;
}

.lista-entregas {
  height: 530px;
  overflow-y: auto;
}

.form-control:focus,
.form-control-light:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control-light::-webkit-input-placeholder {
  color: #FFFFFF;
}

.hide {
  display: none;
}

.bg-black {
  color: #CCCCCC;
  background-color: #000000;
  font-size: 12px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.preto-branco {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

.dataTables_length {
  margin: 10px 0 0 0;
  padding: 0;
  float: left;
}

.dataTables_filter {
  float: left;
}

.dataTables_filter input {
  width: 300px !important;
}

.terminal {
  color: #CCCCCC;
  border: none;
  background-color: #000000;
  font-size: 12px;
  font-family: monospace;
  height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: grey black;
  padding: 5px;
  margin: 0;
}

.terminal::-webkit-scrollbar {
  width: 10px;
  background-color: #000;
}

.terminal::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

.terminal-bot {
  background-color: #000000;
  font-size: 12px;
  font-family: monospace;
  padding: 5px;
  margin: 0;
  border: none;
}

.terminal-prompt {
  color: #CCCCCC;
  border: 0;
  outline: 0;
  background-color: #000000;
  font-size: 12px;
  font-family: monospace;
  width: 100%;
}

.terminal-prompt:focus {
  outline: none !important;
}

.texto-cor-primaria {
  color: var(--cor_primaria) !important;
}

.border-cor-primaria {
  border-color: var(--cor_primaria) !important;
}

.bg-cor-primaria {
  color: #fff !important;
  background-color: var(--cor_primaria) !important;
}

.bg-outline-cor-primaria {
  background-color: #f8f9fa !important;
}

.bg-outline-cor-primaria:not(:disabled):not(.disabled).active,
.bg-outline-cor-primaria:not(:disabled):not(.disabled):active,
.show>.bg-outline-cor-primaria.dropdown-toggle,
.bg-outline-cor-primaria:hover {
  color: #fff !important;
  background-color: var(--cor_primaria) !important;
}

.texto-cor-secundaria {
  color: var(--cor_secundaria) !important;
}

.border-cor-secundaria {
  border-color: var(--cor_secundaria) !important;
}

.bg-cor-secundaria {
  color: #fff !important;
  background-color: var(--cor_secundaria) !important;
}

.bg-outline-cor-secundaria {
  background-color: #f8f9fa !important;
}

.bg-outline-cor-secundaria:not(:disabled):not(.disabled).active,
.bg-outline-cor-secundaria:not(:disabled):not(.disabled):active,
.show>.bg-outline-cor-secundaria.dropdown-toggle,
.bg-outline-cor-secundaria:hover {
  color: #fff !important;
  background-color: var(--cor_secundaria) !important;
}

.no-bullets {
  list-style-type: none;
}

.conteudo-central {
  margin-bottom: 25px;
}

.l-hover:hover {
  background-color: #f8f9fa !important;
}

.card-img-left {
  flex-direction: row;
  margin: 4px 4px 4px;
}

.card-img-left img {
  width: 30%;
}

.dropdown-menu.multi-column {
  width: 600px;
  min-width: 600px;
}

.dropdown-menu.multi-column .dropdown-menu {
  display: block !important;
  position: static !important;
  margin: 0 !important;
  border: none !important;
  box-shadow: none !important;
}

.testimonial-group>.row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}

.testimonial-group>.row>.col-xs-4 {
  flex: 0 0 auto;
}

.calendar-table td {
  text-align: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}

.calendar-table th {
  text-align: center;
  width: 40px;
}

.calendar-header {
  text-align: center;
  margin: 0;
}