@charset "UTF-8";
/*@import url(http://fonts.googleapis.com/css?family=Roboto);*/
/*modal fullscreen */
@keyframes loading {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
/*start comandas*/
/*end comandas*/
/*.modal-body{*/
/*margin: 0 auto;*/
/*width: 700px !important;*/
/*}*/
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
/*.btn-primary:hover{
  transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1) !important;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
  color: #654321;
}*/
/*.btn-info {
  background-color: #654321 !important;
  border-color: #654321 !important;
  color: rgba(255, 228, 0, 1);
}*/
/* #texto-tap {
  color: #654321;
} */
/* Start Beer Stock CSS */
/* End Beer Stock CSS */
@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes colors {
  0% {
    stroke: #f7c223;
  }
  25% {
    stroke: #f7c223;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #f7c223;
  }
  100% {
    stroke: #f7c223;
  }
}
@keyframes colors {
  0% {
    stroke: #f7c223;
  }
  25% {
    stroke: #f7c223;
  }
  50% {
    stroke: #f7c223;
  }
  75% {
    stroke: #f7c223;
  }
  100% {
    stroke: #f7c223;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
body {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  overflow-y: scroll;
  overflow: hidden;
}
body .modal-admin.infos {
  width: 750px;
  height: 820px;
  margin-left: 50%;
  margin-top: 50px;
  transform: translateX(-50%);
}
body .modal-body tap {
  margin: 0 auto;
  width: 470px !important;
  margin-left: 46px;
}
body .modal-body infos {
  margin: 0 auto;
  width: 690px !important;
}
body .modal-admin.extrato {
  width: 850px;
  height: 820px;
  margin-left: 50%;
  margin-top: 107px;
  transform: translateX(-50%);
}

.modal.modal-fullscreen .modal-dialog {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  width: 100%;
  animation-duration: 0.6s;
}
.modal.modal-fullscreen .modal-content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
}

.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.centro {
  text-align: center !important;
}

.btn {
  border-radius: 0 !important;
  transition: 0.2s ease all;
}
.btn:hover {
  transition: 0.2s ease all;
}

.modal-content {
  border-radius: 0 !important;
}

.panel {
  border-radius: 0 !important;
  margin-bottom: 100px;
}

.panel-default {
  border-radius: 0 !important;
}
.panel-default > .panel-heading {
  color: #242424;
  border-radius: 0;
}
.panel-default > .panel-heading-custom {
  background-color: #242424;
  margin-bottom: 10px;
  height: 34px;
}

.panel-heading {
  border-radius: 0 !important;
}

.form-control {
  border-radius: 0 !important;
}

.panel-content {
  border-radius: 0 !important;
}

.input-group-addon {
  border-radius: 0 !important;
}

.jumbotron {
  border-radius: 0 !important;
}

div {
  border-radius: 0;
}

.float-left {
  float: left;
}

.thumb_ranking {
  height: 75px;
  border: 1px solid #000;
  margin: 10px 5px 0 0;
}

.float-right {
  float: right;
}

.menu-top {
  background-color: #242424;
  padding-top: 10px;
  color: #fff;
}
.menu-top p {
  margin-bottom: 0;
}
.menu-top a {
  color: #fff;
}
.menu-top .badge-mytapp {
  display: flex;
  justify-content: end;
}

.menu-top-alert {
  background-color: #dc381f;
  padding-top: 10px;
  color: #fff;
}
.menu-top-alert h4 {
  text-align: center;
  padding: 21px;
  margin-top: -10px;
}
.menu-top-alert a {
  color: #fff;
}

.menu-nav {
  border-radius: 0;
}
.menu-nav .fullscreen-button {
  background: transparent;
  color: #888;
}
.menu-nav .fullscreen-button .full-button {
  display: block;
}
.menu-nav .fullscreen-button .cancel-button {
  display: none;
}
.menu-nav .fullscreen-button.active .full-button {
  display: none;
}
.menu-nav .fullscreen-button.active .cancel-button {
  display: block;
}

[ng-click] {
  cursor: pointer;
}

.login {
  padding-bottom: 60px;
}
.login img {
  margin: 40px auto;
}

.checkbox {
  width: 13%;
  height: 30px;
}

#tabelaCervejas {
  display: none;
}

.gap {
  margin-top: 20px;
}

.table-update > thead {
  width: 98.5%;
}
.table-update > tbody {
  height: 400px !important;
  overflow-y: scroll !important;
}

.table-erroLog {
  width: 100%;
}

.manutencao .busca-atualizacao {
  margin-bottom: 10px;
}
.manutencao .versao {
  margin-top: 10px;
}
.manutencao .titulo {
  margin: 0 0 15px 0;
  text-align: left;
}
.manutencao .tab-content {
  margin: 0;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.manutencao .keg-lista {
  font-size: 12px;
}

.option-box {
  background-color: #f5f5f5;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.option-box .progress-bar {
  background-color: #f5f5f5;
  box-shadow: none;
}
.option-box .progress-bar-info {
  background-color: #5bc0de !important;
}
.option-box .progress-bar-warning {
  background-color: #f0ad4e !important;
}
.option-box .progress-bar-success {
  background-color: #5cb85c !important;
}
.option-box .titulo {
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 2px solid #ddd;
}
.option-box h4 {
  margin-top: 0;
  font-weight: 500;
}
.option-box p {
  margin-bottom: 15px;
}
.option-box .form-group {
  margin-bottom: 20px;
}

.option-box-last {
  margin-bottom: 15px;
}

.option-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}

.cancel-btn {
  color: #d9534f;
}
.cancel-btn:hover {
  color: #d9534f;
}

.show-option-box {
  padding: 20px;
  background-color: rgba(255, 228, 0, 0.1);
}

.option-box-actived {
  background-color: rgba(255, 228, 0, 0.1);
  padding-bottom: 5px;
}

.employee-edit .table {
  background-color: #fff;
}
.employee-edit .table .input-group {
  position: relative;
  margin-bottom: 0;
}
.employee-edit .table .input-group .btn-danger {
  height: 25px;
}
.employee-edit .table .input-group .form-control {
  cursor: auto;
  border: #eee;
  box-shadow: none;
  height: 30px;
}
.employee-edit .table .input-group .bar[disabled] {
  background-color: transparent;
  padding-left: 0;
}
.employee-edit input[name=employeeRadio] {
  visibility: hidden;
  position: absolute;
}
.employee-edit .btn-xs {
  padding: 2.5px 3px;
}
.employee-edit th {
  text-align: left;
  vertical-align: middle !important;
}
.employee-edit td {
  text-align: left;
  vertical-align: middle !important;
}
.employee-edit .header-fixed-scroll > tbody {
  height: 300px;
}

.employee-radio-activated {
  background-color: #ddd !important;
}
.employee-radio-activated .glyphicon {
  transform: rotate(90deg);
}

.row-selected {
  background-color: rgba(240, 173, 78, 0.2) !important;
}

.cartoes .option-box-actived {
  padding: 15px;
}
.cartoes .alert {
  margin: 15px 0 0 0;
}

.edita-cartoes {
  padding-top: 15px;
}
.edita-cartoes .table .input-group .form-control {
  cursor: auto;
  border: #eee;
  box-shadow: none;
  height: 30px;
}

.search-comanda {
  padding-top: 20px;
}

.novo-cartao {
  padding-top: 15px;
}

.loadingBtn {
  animation: loading 1s infinite linear;
}

.show-field {
  display: none !important;
}

h1 {
  color: #242424;
}

th {
  text-align: center;
}

td {
  text-align: center;
}

.input-load {
  position: relative;
}
.input-load .load-gif {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  opacity: 0.5;
}

.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.15);
}

.sweet-alert {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.sweet-alert h2 {
  line-height: inherit;
}

.sweet-content h5 {
  color: #555;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.3;
}

.group-btn {
  display: flex;
  align-items: center;
}
.group-btn button.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.group-btn input {
  border-right: none;
}
.group-btn input.input-lg {
  width: calc(100% - 52px);
}

.no-group-btn input {
  border-right: 1px solid #ccc;
}
.no-group-btn input.input-lg {
  width: 100%;
}

.underage {
  background-image: url(../../images/icon-alert.svg);
  background-repeat: no-repeat;
  background-position: center right 12px;
  border: 2px solid #ffe400;
}

.cc-image {
  width: 56px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cc-image .image {
  padding: 2px 2px;
  width: 44px;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: contain;
}

.ccbrands {
  min-height: 350px;
}

.totem-promo-wrapper {
  overflow: auto;
  height: 350px;
}

.totem-promo-new-name {
  padding-top: 8px;
}

.flex-checkbox {
  display: flex;
  align-items: center;
}
.flex-checkbox input {
  margin: 0 0 0 5px;
}

.show-on-print {
  display: none;
}

.opacity3 {
  opacity: 0.3;
}

.comandas .input-group-addon {
  color: #ccc;
}

.comandas-home {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  margin-bottom: -15px;
}
.comandas-home .panel {
  margin: 0 7.5px 15px 7.5px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-basis: 31%;
}
.comandas-home .panel-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.comandas-home .panel-body:hover > .anime-icon {
  transform: translate(0, -5px);
}
.comandas-home .panel-body h2 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}
.comandas-home .panel-body p {
  color: #888;
}
.comandas-home .panel-body p:last-child {
  margin-bottom: 0;
}
.comandas-home .panel-body i {
  font-size: 64px;
  margin-bottom: 10px;
}
.comandas-home .panel-body img {
  height: 55px;
  width: auto;
  margin-bottom: 10px;
}
.comandas-home .panel-body .panel-description {
  text-align: center;
}
.comandas-home .panel-body.export {
  cursor: inherit;
}
.comandas-home .panel-footer.export-btn > * {
  width: 49%;
}
.comandas-home .panel-footer {
  padding: 10px;
}

.comandas-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.comandas-header form {
  margin: 0 0 15px 0;
}
.comandas-header > * {
  margin: 0 15px 15px 0;
  flex-grow: 1;
}
.comandas-header .text-danger {
  font-size: 12px;
}

.fields-group {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 15px 0 0 15px;
  border: 1px solid #ddd;
}
.fields-group .input-load .load-gif {
  top: 48px;
}
.fields-group .form-control {
  transition: inherit;
}
.fields-group .form-group {
  margin: 0 12px 15px 0;
  flex-grow: 1;
}
.fields-group .form-group.salvar {
  flex-grow: inherit;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: stretch;
  flex-basis: 30%;
  margin-top: 25px;
}
.fields-group .form-group.salvar button {
  flex-grow: 1;
}

.close-comanda .fields-group {
  padding: 15px;
  display: inherit;
}

.list-clients .fields-group {
  padding: 15px;
  display: inherit;
}
.list-clients .alert {
  margin-bottom: 0 !important;
}
.list-clients .table {
  margin-bottom: 0;
}
.list-clients .table th {
  flex-grow: 1;
  flex-basis: calc(100% / 4);
}
.list-clients .table th:first-child {
  text-align: left;
}
.list-clients .table td {
  flex-grow: 1;
  flex-basis: calc(100% / 4);
}
.list-clients .table td:first-child {
  text-align: left;
}
.list-clients .header-fixed-scroll > tbody {
  height: 100%;
  max-height: 200px;
}
.list-clients .header-fixed-scroll > tbody > tr {
  display: flex;
}
.list-clients .header-fixed-scroll > thead > tr {
  display: flex;
}

.comandas-new-client .foreign {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}
.comandas-new-client .foreign .group-btn ~ .form-control {
  transition: inherit;
}
.comandas-new-client .form-group.rfid {
  flex-basis: 15%;
}
.comandas-new-client .form-group.cep {
  flex-basis: 15%;
}
.comandas-new-client .form-group.birthday {
  flex-basis: 15%;
}
.comandas-new-client .form-group.name {
  flex-basis: 30%;
}
.comandas-new-client .form-group.comanda {
  flex-basis: 13%;
}
.comandas-new-client .form-group.email {
  flex-basis: 30%;
}
.comandas-new-client .form-group.document {
  flex-basis: 20%;
}
.comandas-new-client .form-group.optional_ranking {
  flex-grow: 0;
}

.list-consumptions .alert {
  margin: 15px 0 0 0 !important;
}
.list-consumptions .fields-group {
  padding: 15px;
  display: inherit;
}
.list-consumptions .consumptions-btn {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -15px -15px 0;
}
.list-consumptions .consumptions-btn .btn {
  margin: 0 15px 15px 0;
  flex-basis: 25%;
}
.list-consumptions .consumptions-btn .btn.cancel {
  flex-basis: 18%;
}
.list-consumptions .consumptions-btn .btn[disabled] {
  opacity: 1;
  position: relative;
}
.list-consumptions .consumptions-btn .btn[disabled]:before {
  content: " ";
  left: 50%;
  bottom: -1px;
  border: solid transparent;
  border-bottom-color: #fff;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 8px;
  margin-left: -8px;
}
.list-consumptions .table {
  margin: 15px 0 0 0;
}
.list-consumptions .table th {
  flex-grow: 1;
  flex-basis: calc(100% / 6);
}
.list-consumptions .table th:first-child {
  text-align: left;
}
.list-consumptions .table td {
  flex-grow: 1;
  flex-basis: calc(100% / 6);
}
.list-consumptions .table td:first-child {
  text-align: left;
}
.list-consumptions .header-fixed-scroll > thead > tr {
  display: flex;
}
.list-consumptions .header-fixed-scroll > tbody {
  height: 100%;
  max-height: 200px;
}
.list-consumptions .header-fixed-scroll > tbody > tr {
  display: flex;
}

.comandas-add-credit .form-group.value {
  flex-basis: 10%;
}
.comandas-add-credit .form-group.type-payment {
  flex-basis: 15%;
}
.comandas-add-credit .form-group.motivo {
  flex-basis: 35%;
}
.comandas-add-credit .form-group.discount {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.comandas-add-credit .form-group.discount .input-discount {
  flex-basis: 30%;
}

.type-discount {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-left: 15px;
}
.type-discount label {
  margin: 10px 0 0 0;
  cursor: pointer;
}
.type-discount input {
  margin-right: 5px;
}

.comandas-postpay .form-group.value {
  flex-basis: 10%;
}
.comandas-postpay .form-group.type-payment {
  flex-basis: 15%;
}
.comandas-postpay .form-group.motivo {
  flex-basis: 35%;
}
.comandas-postpay .form-group.discount {
  flex-basis: 50%;
  display: flex;
  align-items: center;
}
.comandas-postpay .form-group.discount .input-discount {
  flex-basis: 75%;
}
.comandas-postpay .postpay-value {
  display: flex;
  align-items: center;
}
.comandas-postpay .postpay-value p {
  margin: 0;
}
.comandas-postpay .postpay-value .__postpay {
  color: #1b75b9;
  margin-left: auto;
  font-weight: 500;
  font-size: 24px;
}

.right_position {
  margin-left: 45%;
}

.comandas-remove-credit .form-group.value {
  flex-basis: 10%;
}
.comandas-remove-credit .form-group.motivo {
  flex-basis: 45%;
}

.comandas-container .sub-title-tab {
  margin: 15px 0 15px 0;
}
.comandas-container .alert {
  margin-bottom: 15px;
}
.comandas-container .title-tab {
  margin-top: 0;
  margin-bottom: 15px;
}

.comandas-options .client-infos {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
  justify-content: space-between;
  padding: 10px 0 3px 15px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.comandas-options .client-infos p {
  margin: 0 15px 10px 0;
}
.comandas-options .client-infos p strong {
  font-size: 20px;
  margin-left: 5px;
}
.comandas-options .more-infos {
  padding: 10px 0 0 15px;
  border: 1px solid #ddd;
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
.comandas-options .more-infos p {
  margin: 0 60px 10px 0;
}
.comandas-options .menu-buttons {
  display: flex;
  flex-flow: row wrap;
}
.comandas-options .menu-buttons .btn {
  margin: 0 0 15px 0;
  padding: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  border-radius: 0 !important;
}
.comandas-options .menu-buttons .btn span {
  font-size: 16px;
  margin-top: 5px;
}
.comandas-options .menu-buttons .btn i {
  font-size: 24px;
}
.comandas-options .menu-buttons .btn[disabled] {
  opacity: 1;
  position: relative;
  background-color: #888;
  border: 1px solid #888;
  cursor: not-allowed !important;
  pointer-events: all !important;
}
.comandas-options .menu-buttons .btn.active {
  opacity: 1;
  position: relative;
  border: 1px solid #888;
}
.comandas-options .menu-buttons .btn.active:before {
  content: " ";
  left: 50%;
  bottom: -1px;
  border: solid transparent;
  border-bottom-color: #fff;
  height: 0;
  width: 0;
  position: absolute;
  border-width: 8px;
  margin-left: -8px;
}
.comandas-options .__postpay {
  color: #d9534f;
}

.border-bottom-none {
  border-bottom: transparent !important;
}

.radio-style {
  display: flex;
  align-items: center;
  color: #555;
}
.radio-style input[type=radio] {
  position: absolute;
  z-index: -1111111;
}
.radio-style input[type=radio]:focus + label {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.radio-style input[type=radio]:checked + label:after {
  color: #555;
}
.radio-style input[type=radio][disabled] + label {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.radio-style label {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  user-select: none;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.radio-style label:after {
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  color: transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-style {
  display: flex;
  align-items: center;
  color: #555;
}
.checkbox-style input[type=checkbox] {
  position: absolute;
  z-index: -1111111;
}
.checkbox-style input[type=checkbox]:focus + label {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.checkbox-style input[type=checkbox]:checked + label:after {
  color: #555;
}
.checkbox-style input[type=checkbox][disabled] + label {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
.checkbox-style label {
  position: relative;
  margin: 0 10px 0 0;
  cursor: pointer;
  user-select: none;
  display: block;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.checkbox-style label:after {
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  color: transparent;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-style.check-lg label {
  width: 46px;
  height: 46px;
}
.checkbox-style.check-lg label:after {
  font-size: 18px;
}

.reports .tab-title {
  text-align: center;
  margin: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.reports .form {
  margin: 15px 0;
  border-bottom: 1px solid #ddd;
}
.reports .form .input-group {
  margin-bottom: 10px;
}
.reports .form .btn {
  margin-bottom: 10px;
}
.reports .form .mdi {
  font-size: initial;
}
.reports .form .btn-link {
  text-decoration: underline;
  padding: 0;
  text-align: right;
  margin: 0 0 10px 0;
}
.reports .form .btn-blue {
  padding: 6px 0;
}
.reports .orientation {
  margin: 0 0 10px 0;
}
.reports .alert {
  margin: 0 0 10px 0;
}
.reports .list-inline {
  margin-top: 8px;
}
.reports select.form-control {
  padding: 6px 8px;
}
.reports .list-group-item.active {
  background-color: #f9f9f9;
  border-color: #ddd;
  color: inherit;
}

.clientHeader .panel-heading {
  display: flex;
  justify-content: space-between;
  border: 0;
}

.clientTables h4 {
  margin: 0;
}
.clientTables .panel-heading {
  display: flex;
  justify-content: space-between;
}
.clientTables .panel-body {
  padding: 5px 10px;
}
.clientTables .table {
  margin-bottom: 5px;
}

.table {
  table-layout: fixed;
}

.menu-item {
  list-style: none;
  margin: 20px auto;
}
.menu-item p {
  text-align: center;
}
.menu-item a p {
  text-align: center;
}
.menu-item a img {
  max-width: 50px !important;
  min-height: 50px;
}

.busca {
  float: right;
}

.formulario {
  border: 1px solid #ddd;
  padding: 20px;
}

.cadastroNovo {
  margin-bottom: 10px;
}

.logo {
  width: 150px;
}

.sair {
  margin: 43px;
}

.pessoa {
  cursor: pointer;
}

.green {
  color: lightgreen;
}

.red {
  color: red;
}

.animate-show.ng-hide-add.ng-hide-add-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show.ng-hide-remove.ng-hide-remove-active {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.animate-show.ng-hide {
  line-height: 0;
  opacity: 0;
  padding: 0 10px;
}

.modal-body.post {
  width: initial !important;
}
.modal-body.post h4 {
  margin-top: 0;
}
.modal-body.post p {
  margin: 0;
  padding: 5px 0;
  border-top: 1px solid #eee;
}
.modal-body.post .glyphicon-ok {
  color: #5cb85c;
}
.modal-body.post .glyphicon-remove {
  color: #d9534f;
}

.ajuda .table .glyphicon-ok {
  color: #5cb85c;
}
.ajuda .table .glyphicon-remove {
  color: #d9534f;
}
.ajuda .panel {
  margin-bottom: inherit;
}

#tecnicos img {
  max-height: 200px;
}

.clientes1 {
  border: 1px solid orange;
  float: right;
}

.botoes {
  margin-top: 20px;
}
.botoes button {
  margin-left: 40px;
}

.pesquisa {
  margin-top: 38px;
}

.corpo {
  background-image: url("/mytapp/app/images/marca.png");
}

.divLoader {
  text-align: center;
}

.menu {
  margin-top: 2%;
}

.atualiza {
  margin-bottom: 10px;
  height: 34px;
}

.panel-body {
  height: 100% !important;
  color: #242424;
}

.iconLoadingPequeno {
  height: 34px;
  width: 34px;
}

.tab-content {
  margin-top: 20px;
}

.fundoVermelho {
  background-color: red;
  opacity: 0.6;
}

.fontColor {
  color: red;
}

.titulo {
  text-align: center;
}

.tanque {
  height: 100%;
  position: relative;
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

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

.flex-between {
  align-items: stretch;
  justify-content: space-between;
}

.flex-start {
  align-items: stretch;
  justify-content: flex-start;
}

.flex-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.taps {
  margin-top: 1vh;
  text-align: center;
  vertical-align: bottom;
}

.box-tap {
  display: flex;
  max-width: 235px;
  padding-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0 17px 17px 0;
}

.nomeTap {
  width: 100%;
  text-align: center;
  font-weight: 500;
  padding: 15px 5px;
}
.nomeTap h4 {
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

.aTap {
  margin-top: 10px;
  float: right;
  margin-right: 35px;
}

.btnTanque {
  text-align: center;
}

.cervejaimg img {
  width: 200px;
  height: 200px;
  margin-left: 145px;
}

.checkFilter {
  margin-right: 35px;
  float: left;
}

.clicavel {
  cursor: pointer;
}

.textoParaCheckbox {
  cursor: default;
}

.kegTap {
  position: relative;
}

.imgKeg {
  width: 60%;
  margin-bottom: 8px;
  /* height: 100%; */
  position: relative;
}

.infoTap p {
  font-size: 1.1rem;
  line-height: 1.1rem;
  margin-left: 0 auto;
  text-align: left;
}

.tapDescription {
  margin-left: 23px;
}

.semTap {
  height: 110px;
  vertical-align: middle;
}

.volume00 {
  background: url("/mytapp/app/images/00.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume10 {
  background: url("/mytapp/app/images/10.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume20 {
  background: url("/mytapp/app/images/20.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume30 {
  background: url("/mytapp/app/images/30.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume40 {
  background: url("/mytapp/app/images/40.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume50 {
  background: url("/mytapp/app/images/50.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume60 {
  background: url("/mytapp/app/images/60.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume70 {
  background: url("/mytapp/app/images/70.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume80 {
  background: url("/mytapp/app/images/80.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume90 {
  background: url("/mytapp/app/images/90.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.volume100 {
  background: url("/mytapp/app/images/100.png") no-repeat;
  background-size: 100% 100%;
  height: 155px;
  width: 100%;
}

.large {
  border-radius: 4px;
  height: 34px;
  width: 100%;
}

.btn-direita {
  float: right;
}

.btn-relat {
  margin-left: -11px;
}

.btn-margin {
  margin-left: -15px;
}

.tabelaConsumo {
  max-height: 300px;
  overflow: auto;
}

.divide {
  border: 1px solid #ddd;
}

.selectCerveja:active {
  background-color: red;
}

.selecionado {
  color: green;
}

.consultabd {
  border-radius: 10px;
  background-color: black;
}

.logobd {
  float: right;
}

.buscaInput {
  float: left;
}

.estiloConsulta {
  color: blue;
}

.relatorioFundo {
  height: 500px;
}

.textAreaStaff {
  max-width: 1066px;
  min-height: 80px;
}

.textAreaStaffCliCadastrado {
  min-width: 467px;
  max-width: 467px;
  min-height: 80px;
}

.imgAltLargGerente {
  height: 172px;
  width: 142px;
  margin-top: 71px;
  margin-left: 10px;
}

.imgAltLargAlterarSenha {
  height: 172px;
  width: 142px;
  margin-top: 33px;
  margin-left: 10px;
}

.imgAltLargAddCerveja {
  height: 148px;
  width: 216px;
  margin-top: 33px;
  margin-left: 10px;
}

.tabelaKeg {
  height: 250px;
  overflow: auto;
}

.header-fixed {
  width: 100%;
}
.header-fixed > thead {
  display: block;
}
.header-fixed > thead > tr {
  display: block;
}
.header-fixed > thead > tr > th {
  display: block;
}
.header-fixed > thead > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}
.header-fixed > tbody {
  display: block;
  overflow-y: auto;
  height: 150px;
}
.header-fixed > tbody > tr {
  display: block;
}
.header-fixed > tbody > tr > td {
  display: block;
}
.header-fixed > tbody > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.tcliente > tbody > tr > td {
  width: 33.3333333333%;
  float: left;
}
.tcliente > thead > tr > th {
  width: 33.3333333333%;
  float: left;
}

.tkeg > tbody > tr > td {
  width: 15.5%;
  float: left;
}
.tkeg > thead > tr > th {
  width: 15.5%;
  float: left;
}

.tcerveja > tbody > tr > td {
  width: 16.6666667%;
  float: left;
}
.tcerveja > thead > tr > th {
  width: 16.6666667%;
  float: left;
}

.tbar > tbody > tr > td {
  width: 25%;
  float: left;
}
.tbar > thead > tr > th {
  width: 25%;
  float: left;
}

.clienteTotalMargen {
  margin-top: 7%;
}

.margemCima {
  margin-top: 5%;
}

.margemCimaAddCerveja {
  margin-top: 10%;
}

.chartDonut {
  width: 500px;
  height: 300px;
  margin: 0 auto;
}

.modal-corrida {
  width: 100% !important;
}

.modal-corrida-content {
  width: 95%;
  margin-left: 3%;
}

#bodyModalCorrida {
  width: 100% !important;
  background: white;
}

#telabarrilcheia {
  width: 100%;
}

.tabela-relat-scroll {
  overflow: auto;
  max-height: 450px;
}

.tabela-standard-scroll tbody {
  overflow-y: auto;
  max-height: 188px;
}

.header-fixed-scroll {
  width: 100% !important;
}
.header-fixed-scroll > thead {
  display: block;
  width: calc(100% - 18px);
}
.header-fixed-scroll > thead > tr {
  display: block;
}
.header-fixed-scroll > thead > tr > th {
  display: block;
  border-bottom: none;
  width: 14%;
  float: left;
}
.header-fixed-scroll > thead > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}
.header-fixed-scroll > tbody {
  display: block;
  overflow-y: scroll;
  height: 188px;
  border-top: 2px solid #ddd;
}
.header-fixed-scroll > tbody > tr {
  display: block;
}
.header-fixed-scroll > tbody > tr > td {
  display: block;
  width: 14%;
  float: left;
}
.header-fixed-scroll > tbody > tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.header-fixed-scroll-responsive.always {
  overflow-x: auto;
}

#tabelaBeers .header-fixed-scroll > tbody {
  height: 400px;
}

.botao-icone {
  border-radius: 100% !important;
}

#loadingDiv {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: url("/images/spinner.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000000;
  opacity: 0.8;
  filter: alpha(opacity=40);
}

.separator {
  width: 100%;
  height: 2px;
  background-color: grey;
}

.image-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.windows8 {
  position: relative;
  width: 78px;
  height: 78px;
  margin: auto;
  margin-top: 40px;
}
.windows8 .wBall {
  position: absolute;
  width: 74px;
  height: 74px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 6.96s infinite;
  -o-animation: orbit 6.96s infinite;
  -ms-animation: orbit 6.96s infinite;
  -webkit-animation: orbit 6.96s infinite;
  -moz-animation: orbit 6.96s infinite;
}
.windows8 .wBall .wInnerBall {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ffdd00;
  left: 0px;
  top: 0px;
  border-radius: 10px;
}
.windows8 #wBall_1 {
  animation-delay: 1.52s;
  -o-animation-delay: 1.52s;
  -ms-animation-delay: 1.52s;
  -webkit-animation-delay: 1.52s;
  -moz-animation-delay: 1.52s;
}
.windows8 #wBall_2 {
  animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}
.windows8 #wBall_3 {
  animation-delay: 0.61s;
  -o-animation-delay: 0.61s;
  -ms-animation-delay: 0.61s;
  -webkit-animation-delay: 0.61s;
  -moz-animation-delay: 0.61s;
}
.windows8 #wBall_4 {
  animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -moz-animation-delay: 0.91s;
}
.windows8 #wBall_5 {
  animation-delay: 1.22s;
  -o-animation-delay: 1.22s;
  -ms-animation-delay: 1.22s;
  -webkit-animation-delay: 1.22s;
  -moz-animation-delay: 1.22s;
}

.hidden {
  display: none !important;
}

.images-list {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0px;
  background-color: #fafafa;
  list-style-type: none;
  overflow-y: scroll;
  margin-top: 15px;
  max-height: 55vh;
}
.images-list li {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  border-bottom: 1px solid white;
  position: relative;
}
.images-list li img {
  height: 65px;
  max-width: 65px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: white;
}
.images-list li h5 {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 7px;
  margin-top: 3px;
}
.images-list li p {
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.images-list li:hover {
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.1);
}

.js-imglistitem-active {
  transition: all 0.2s ease;
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.btn-mytapp {
  background-color: #ffe400;
  border: none;
  border-radius: 4px !important;
  color: #242424;
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 38px;
  vertical-align: middle;
  cursor: pointer;
}
.btn-mytapp:hover {
  color: #242424;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.btn-mytapp:focus {
  color: #242424 !important;
}
.btn-mytapp:disabled {
  opacity: 0.5 !important;
  color: #242424;
  cursor: default;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn-info {
  background-color: #242424 !important;
  border-color: #242424 !important;
  color: #ffe400;
}

#consumos-info {
  background-color: #0088cc !important;
  border-color: #0088cc !important;
  color: #fff;
}

.text-gray {
  color: #888;
}

.text-acqua {
  color: #028482;
}

.text-blue-strong {
  color: #0f3b5f;
}

.btn-blue {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-blue:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-blue:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-blue:active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-blue.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-blue.active {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.open > .dropdown-toggle.btn-blue {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.open > .dropdown-toggle.btn-pink {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}
.open > .dropdown-toggle.btn-ocre {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}
.open > .dropdown-toggle.btn-orange {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.open > .dropdown-toggle.btn-gray {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}
.open > .dropdown-toggle.btn-help {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.text-blue {
  color: #31b0d5;
}

.btn-pink {
  border-color: #da8588;
  color: #fff;
  background-color: #ea8789;
}
.btn-pink:hover {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}
.btn-pink:focus {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}
.btn-pink:active {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}

.btn-dark-blue {
  background: #1b75b9;
  color: #fff;
  transition: 0.2s ease all;
}
.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:visited {
  background: #1967a3;
  color: #fff;
  transition: 0.2s ease all;
}

.btn-pink.focus {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}

.btn-pink.active {
  color: #fff;
  background-color: #da8588;
  border-color: #d99b9c;
}

.text-pink {
  color: #ea8789;
}

.text-salmon {
  color: #e86850;
}

.btn-ocre {
  color: #fff;
  background-color: #707070;
  border-color: #333333;
}
.btn-ocre:hover {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}
.btn-ocre:focus {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}
.btn-ocre:active {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}

.btn-ocre.focus {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}

.btn-ocre.active {
  color: #fff;
  border-color: #333333;
  background-color: #505050;
}

.text-ocre {
  color: #242424;
}

.btn-orange {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-orange:hover {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.btn-orange:focus {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}
.btn-orange:active {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}

.btn-orange.focus {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}

.btn-orange.active {
  color: #fff;
  border-color: #f0ad4e;
  background-color: #f0ad4e;
}

.text-orange {
  color: #f0ad4e;
}

#edit-with-cep {
  margin-left: 0px;
}

#voltar-with-cep {
  margin-left: -18px;
}

#edit-without-cep {
  margin-top: 24px;
}

#link-login {
  padding: 2px;
}

#choose-report-problem-tap {
  text-align: center;
}

#buttons-choose-report-problem-tap {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 968px) {
  #buttons-choose-report-problem-tap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

#comeback-login {
  margin-top: 4px;
}

#voltar-without-cep {
  margin-top: 24px;
  margin-left: -18px;
}

#cadastro h3 {
  margin-top: 0;
  font-weight: 500;
}
#cadastro .alert {
  margin-bottom: 15px;
}

.cadastro-personal {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 0 -15px 0 0;
}
.cadastro-personal .panel {
  margin: 0 15px 15px 0;
  flex-grow: 1;
}
.cadastro-personal .panel-heading {
  font-size: 16px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.cadastro-personal .panel-body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 -15px -15px 0;
  height: inherit !important;
}
.cadastro-personal .panel-body .form-group {
  flex-grow: 1;
  margin-right: 15px;
}

#activations h3 {
  margin-top: 0;
  font-weight: 500;
}

#ranking-images .preview {
  width: 100%;
  margin: 15px 0;
}

.img-ranking {
  width: 180px;
  height: 180px;
  border-radius: 50% !important;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
}
.img-ranking img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.img-totem-promo {
  height: 200px;
  max-width: 480px;
  margin-top: 16px;
  background-color: #fff;
  overflow: hidden;
  display: inline-block;
}
.img-totem-promo img {
  height: 100%;
  object-fit: cover;
}

.totem-promo-resolutions {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 32px;
  text-align: left;
}

.totem-promo {
  border: 1px solid #ddd;
}

.table-mytapp {
  overflow-wrap: break-word;
}
.table-mytapp > tbody {
  height: auto;
  max-height: 500px;
}
.table-mytapp > thead > tr > th {
  width: 25%;
}
.table-mytapp > tbody > tr > td {
  width: 25%;
}

.title-mytapp {
  text-align: left;
}

#btnRemoveImage {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

.backTransp {
  background-color: transparent !important;
  background-image: inherit !important;
}

.header-corrida {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.btn-gray {
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-gray:hover {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}
.btn-gray:focus {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}
.btn-gray:active {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}

.btn-gray.focus {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}

.btn-gray.active {
  border-color: #ccc;
  background-color: #dcdcdc;
  color: #242424;
}

.btn-help {
  color: #d9534f;
  padding: 6px 2px;
  background-color: transparent;
  border-color: transparent;
}
.btn-help:hover {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.btn-help:focus {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}
.btn-help:active {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.btn-help.focus {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.btn-help.active {
  color: #c9302c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  outline: none;
}

.valorNegativo {
  color: red;
}

.modal-imagem {
  width: 70%;
}

.tela-ajuste {
  width: 30%;
}

.fundo-mytapp {
  background-color: #242424;
}

.mytapp-brown {
  color: #242424 !important;
}

.navbar-collapse {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1680px) {
  .menu-principal {
    display: block !important;
  }
}
@media only screen and (min-width: 1681px) {
  .menu-principal {
    justify-content: space-between !important;
  }
}
.navbar-nav {
  position: relative;
  margin: 0 auto;
}
.navbar-nav > li:hover > a {
  opacity: 1;
  transition: 0.2s ease opacity;
}
.navbar-nav > li:active > a:active {
  opacity: 1;
  transition: 0.2s ease opacity;
}
.navbar-nav > li > a {
  transition: 0.2s ease color;
}
.navbar-nav > li > a:active {
  opacity: 1;
  transition: 0.2s ease opacity;
}
.navbar-nav.menu-principal .mytapp-brown {
  display: flex;
  font-weight: 500 !important;
}
.navbar-nav.menu-principal .mytapp-brown:hover {
  opacity: 1;
  transition: 0.2s ease opacity;
}
.navbar-nav.menu-principal .mytapp-brown i {
  margin-right: 4px;
}
.navbar-nav.menu-principal li a {
  opacity: 0.7;
}
.navbar-nav.menu-principal li.__active a {
  opacity: 1;
}
.navbar-nav.menu-principal li[disabled] {
  opacity: 0.6;
  border: 1px solid #F5F5F5;
}
.navbar-nav.menu-principal li[disabled] a {
  cursor: not-allowed !important;
  pointer-events: all !important;
  text-decoration: line-through;
}

.navbar-nav.menu-small > li > a {
  padding: 18px 12px;
}

.btn-primary {
  background-color: #ffe400 !important;
  border-color: #ffe400 !important;
  color: #242424;
}

.btn-link {
  color: #242424;
}
.btn-link:hover {
  color: #242424;
}

.rightBorder {
  border-right: solid 1px silver !important;
}

.topBorder {
  border-top: solid 1px silver !important;
}

.bottomBorder {
  border-bottom: solid 1px silver !important;
}

.zeroMargin {
  margin-left: 0;
  margin-right: 0;
}

.transition-if.ng-enter {
  transition: 0.5s ease all;
  opacity: 0;
}

.transition-if.ng-enter.ng-enter-active {
  opacity: 1;
}

.transition-if.ng-leave {
  transition: 0.5s ease all;
  opacity: 1;
}

.transition-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.linhaConsumo {
  border-right: solid 10px #ffe400;
  border-left: solid 10px #ffe400;
  background: #ffffbf;
}

.linhaMov {
  border-right: solid 10px green;
  border-left: solid 10px green;
  background: #90ee90 !important;
}

.linhaMovRemocao {
  border-right: solid 10px #8b0000;
  border-left: solid 10px #8b0000;
  background: #fa8072 !important;
}

.linhaProduto {
  border-right: solid 10px #ffe400;
  border-left: solid 10px #ffe400;
  background: #ffffbf;
}

.botaoCompraProduto {
  float: left;
  margin-left: -27px;
}

.lista-produtos {
  margin: 10px;
  width: 200px;
  height: 110px;
  float: left;
  border: 1px solid;
  border-radius: 10px !important;
  padding: 5px;
  border-color: #ffe400;
}

.text-produto {
  text-align: center;
}

.text-produto-button-plus {
  text-align: center;
}

.text-produto-button-minus {
  float: left;
}

.botao-addProduto {
  margin: 0 auto;
}

.direita {
  float: right;
}

.painel-produtos {
  margin-top: 50px !important;
}

.panel-title {
  color: #ffe400;
  padding-top: 10px;
  text-align: left;
  border-radius: 0;
}

#btn-faq {
  width: 950px;
  height: 50px;
  font-size: large;
  font-style: inherit;
  color: #242424;
  margin-left: 75px;
  text-align: left;
}

.glyphicon-chevron-up {
  color: #242424;
}

.glyphicon-chevron-down {
  color: #242424;
}

#mypanel {
  width: 950px;
  margin-left: 75px;
}

#panel-contato {
  width: 950px;
  margin-left: 75px;
  margin-bottom: 50px;
}

#div-faq {
  margin-left: 60px;
}

#input-time-bar-schedule {
  max-width: 60px;
}

#avancar-tap {
  text-align: center;
  margin-left: 3%;
}

#cancelar-tap {
  text-align: center;
  margin-left: 33%;
}

#cancelar-desb-tap {
  margin-left: 32%;
}

#motivo-text-area {
  width: 470px;
}

#motivo-block {
  margin-left: 49px;
}

#bloquear-tap-botao {
  text-align: center;
  margin-left: 10px;
}

#texto-tap-destaque {
  color: #c12e2a;
}

.glyphicon.glyphicon-alert {
  color: #c12e2a;
}

.line-separator {
  height: 1px;
  width: 1082px;
  background: #dcdcdc;
  margin-left: 26px;
}

#txt-busca-venda {
  position: relative;
  padding-top: 20px;
  padding-left: 68px;
  border-left: 15px;
  margin-left: -11px;
}

#input-venda {
  padding-top: 1px;
}

#button-venda {
  margin-left: 103px;
  margin-top: -17px;
}

.line-separator2 {
  height: 110px;
  width: 1px;
  background: #dcdcdc;
  margin-left: 420px;
}

.busca-cliente {
  padding: 8px;
}
.busca-cliente .alert {
  margin: 15px 0 0 0;
}

.user-encontrado {
  padding-top: 7px;
}
.user-encontrado span {
  font-size: 15px;
}

#credito-info {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  width: 660px;
  margin-left: 26px;
}

#total-info {
  padding-left: 288px;
  margin-top: -17px;
}

#buttons-info {
  padding-left: 84px;
}

.user-produtos {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}
.user-produtos h4 {
  margin: 7px 0 0 0;
  font-size: 15px;
}
.user-produtos h5 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 16px;
}
.user-produtos .swiper-container {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
.user-produtos .swiper-container .swiper-slide p {
  text-align: center;
}
.user-produtos .swiper-container .swiper-slide.active {
  font-weight: 500;
}

input[type=radio].addTax10Percent {
  width: 13px;
  /* Ajuste o tamanho do botão conforme necessário */
  height: 13px;
  /* Ajuste o tamanho do botão conforme necessário */
  border: 1px solid #000;
  /* Cor da borda */
  border-radius: 3px;
  /* Raio da borda */
  cursor: pointer;
  margin-top: 0;
  margin-left: 12px;
  appearance: none;
  /* Remove o estilo padrão do botão de rádio */
  outline: none;
  /* Remove a borda quando o elemento recebe foco */
}

input[type=radio].addTax10Percent:checked {
  background-color: #1FBF5F;
  /* Cor de fundo quando selecionado */
  border: 0;
}

.add10PercentPrepaidWrapper {
  background-color: #f9f9f9;
  height: 48px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.categorias {
  margin-top: 20px;
  margin-left: -10px;
  text-align: center;
  overflow-y: scroll;
}

.category-card {
  background-color: black;
  width: calc(50% - 10px);
  box-sizing: border-box;
  padding: 44px 0 24px;
  margin-bottom: 10px;
  text-align: center;
  margin-left: 10px;
}
.category-card .title {
  height: 24px;
  font-size: 20px;
  margin-top: 0px;
  color: white;
}
.category-card .btn {
  height: 35px;
  max-width: 248px;
  margin-top: 30px;
  width: calc(100% - 16px);
}

.flex-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.produtos {
  margin-top: 20px;
  margin-left: -10px;
  text-align: center;
  overflow-y: auto;
}
.produtos .btn {
  border-radius: 4px !important;
}

.produto {
  width: 190px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin: 0 0 10px 10px;
  cursor: pointer;
  user-select: none;
}
.produto:hover {
  border-color: #ffe400;
}
.produto .name {
  font-size: 15px;
  margin: 0 0 5px 0;
  font-weight: 500;
  width: 100%;
}
.produto .description {
  font-size: 12px;
  font-style: italic;
  margin: 0 0 5px 0;
  width: 100%;
}
.produto .price {
  font-size: 16px;
  margin: 0 0 5px 0;
  font-weight: 500;
  width: 100%;
}
.produto .comprar:active {
  outline: none !important;
}
.produto:active {
  outline: none !important;
}
.produto.highlight {
  border-color: #ffe400;
}
.produto.restricted {
  cursor: not-allowed;
}
.produto.restricted p {
  opacity: 0.35;
}
.produto.restricted .btn {
  background-color: rgba(222, 222, 222, 0.35) !important;
  border: none;
  cursor: not-allowed;
}
.produto.restricted:hover {
  border: 1px solid #dcdcdc;
}

.carrinho {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.obs-carrinho {
  margin-bottom: 10px;
}
.obs-carrinho textarea {
  resize: vertical;
}

.total-carrinho {
  font-size: 17px;
  margin-top: 10px;
}

.table-carrinho {
  font-size: 12px;
  margin-bottom: 10px;
}
.table-carrinho .nome {
  text-align: left;
  width: 200px;
}

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

.table-lista-produtos {
  overflow-y: scroll;
  max-height: 400px;
}

.flex-produtos {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.flex-produto {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-content: center;
}

#info-usu-vendas {
  margin-left: 468px;
  margin-top: -114px;
}

#credito-vendas {
  margin-left: 325px;
  margin-top: -30px;
}

#titulo-vendas {
  margin-left: 174px;
  padding-bottom: 12px;
}

.table-fixed thead {
  width: 97%;
  display: block;
}
.table-fixed thead > tr > th {
  float: left;
  border-bottom-width: 0;
}
.table-fixed tbody {
  height: 310px;
  overflow-y: auto;
  width: 100%;
  display: block;
}
.table-fixed tbody td {
  float: left;
  border-bottom-width: 0;
}
.table-fixed tr {
  display: block;
}
.table-fixed td {
  display: block;
}
.table-fixed th {
  display: block;
}

.relatorio-prod .header-fixed-scroll > tbody {
  height: 300px;
}
.relatorio-prod h3 {
  margin-top: 0;
}
.relatorio-prod .table td {
  text-align: left;
}
.relatorio-prod .table th {
  text-align: left;
}

#button-rfid {
  margin-top: -35px;
  margin-left: 262px;
}

#input-rfid {
  width: 263px;
}

#editaTapBlocked {
  margin-left: 31%;
}

#register {
  margin-left: -15px;
}

#tipo-pag {
  margin-left: 1px;
}

#button-confirm-adiciona {
  margin-left: 0px;
}

#button-confirm-remove {
  margin-left: -187px;
  margin-top: 5px;
}

#total-cep {
  padding-top: 20px;
  padding-left: 52px;
}

#justif-desblock {
  margin-left: 46px;
}

.nameBar {
  width: 300px;
  font-weight: 500;
}

.barList {
  margin: 0 auto;
  width: 300px;
}

#exports {
  padding-left: 83px;
}

#allClients {
  margin-left: 40px;
}

.btn-outline-secondary {
  position: fixed;
  bottom: 3%;
  right: 2%;
  width: 122px;
  height: 41px;
  border-radius: 20px !important;
  z-index: 99999;
}

.suport-text {
  color: #4d4e53;
  font-size: 17px;
}

.atlwdg-trigger {
  background: rgba(150, 150, 150, 0.8) !important;
  border: none !important;
  border-top: inherit !important;
  font-size: 18px !important;
  font-family: inherit !important;
  font-weight: normal !important;
  border-radius: 0 !important;
  padding: 10px 20px !important;
  box-shadow: none !important;
  z-index: 99999;
  text-align: center;
  position: fixed;
  color: white !important;
  display: block;
  white-space: nowrap;
  text-decoration: none !important;
}
.atlwdg-trigger:hover {
  opacity: 0.9;
}

.atlwdg-trigger.atlwdg-RIGHT {
  left: calc(98% - 109px) !important;
  top: calc(97% - 48px) !important;
  transform: rotate(0deg) !important;
}

.button-suport {
  position: fixed;
  left: 3%;
  bottom: 5%;
}

.button-suport.btn-default {
  background: rgba(150, 150, 150, 0.8);
  color: #fff;
  z-index: 99999;
}
.button-suport.btn-default:hover {
  background: rgba(150, 150, 150, 0.6);
}

.navbar-brand {
  height: 50px;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2px;
  padding-top: 6px;
  margin: 0 !important;
}
.navbar-brand img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .navbar-header {
    margin: 0 !important;
  }

  .menu-principal {
    width: calc(100% - 96px);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media only screen and (max-width: 768px) {
  .sales {
    padding: 0;
    border: none !important;
  }
  .sales .tab-content,
.sales .panel {
    border: none !important;
  }
  .sales:first-of-type {
    margin-top: -20px;
  }
  .sales .tab-content {
    height: 100%;
    padding-top: 0 !important;
  }
  .sales .tab-content .busca-cliente span {
    padding-left: 0;
  }
  .sales .tab-content .busca-cliente .user-encontrado {
    padding-top: 4px;
  }

  .user-produtos {
    padding-top: 0;
  }
  .user-produtos .categories-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .navbar {
    border: none;
    margin: 0;
    width: calc(100% - 30px);
    margin-left: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .navbar .container {
    padding: 0;
  }
  .navbar .navbar-header {
    background: #fff;
  }
  .navbar .navbar-header .navbar-toggle {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .navbar .navbar-header .navbar-toggle.fullscreen-button {
    margin-right: 10px;
  }
  .navbar .navbar-header .navbar-brand {
    padding-left: 12px;
  }

  .cancel-order {
    padding-top: 5px !important;
    padding-bottom: 5px;
  }
  .cancel-order p {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
  }
  .cancel-order p img {
    margin-right: 6px;
  }
}
.sales {
  padding: 0;
}
.sales .tab-content {
  margin: 0;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.sales .option-box {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px !important;
}
.sales .option-box .titulo {
  text-align: left;
}
.sales .option-box.lista {
  background-color: transparent;
  margin-bottom: 0;
  border: 1px solid #ddd;
}
.sales .new-product-form {
  display: flex;
  flex-flow: row wrap;
  margin-right: -15px;
}
.sales .new-product-form .image-preview {
  width: 234px;
  height: 234px;
  background-position: center !important;
  background-size: contain !important;
  margin-top: 20px;
  position: relative;
  border-radius: 4px !important;
  background-repeat: no-repeat !important;
}
.sales .new-product-form .image-preview .remove-image {
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eb2f06;
  border: 1px solid #eb2f06;
  position: absolute;
  right: -10px;
  top: -10px;
  box-sizing: border-box;
  background: #fafafa;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: 0.2s ease all;
  padding-bottom: 2px;
}
.sales .new-product-form .image-preview .remove-image:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s ease all;
}
.sales .new-product-form .help-block ul {
  padding: 0;
}
.sales .new-product-form .form-group {
  margin-bottom: 15px;
  flex-grow: 1;
  margin-right: 15px;
}
.sales .new-product-form .buttons-submit {
  flex-basis: 100%;
}
.sales .new-product-form .print-select {
  width: 30%;
}
.sales .new-product-form .product-extra {
  width: 30%;
}
.sales .new-product-form .product-category {
  width: 30%;
}
.sales .header-fixed-scroll {
  margin-bottom: 0;
}
.sales .header-fixed-scroll > tbody {
  max-height: 300px;
  height: 100%;
}
.sales .carrinho-wrapper {
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.09), 0 -6px 6px rgba(0, 0, 0, 0.13);
  background: #fff;
  position: fixed;
  z-index: 999999;
  height: auto;
  width: 100vw;
  bottom: 0;
  left: 0;
  padding: 5px 38px 5px 44px;
}
.sales .carrinho-wrapper .mini-box {
  padding: 13px 38px 4px 44px;
}
.sales .carrinho-wrapper .btn {
  border-radius: 4px !important;
  width: 100%;
  height: 44px;
  font-weight: 500;
  font-weight: 14px;
}
.sales .carrinho-wrapper p {
  font-weight: 500;
}
.sales .carrinho-wrapper .toggle-input {
  height: 0;
  padding: 0;
  border: 0;
  width: 100%;
  transition: 0.2s ease all;
}
.sales .carrinho-wrapper textarea.expanded {
  height: 64px;
  border: 1px solid #cccccc;
  padding: 8px;
  margin-bottom: 12px;
  transition: 0.2s ease all;
}
.sales .carrinho-wrapper input.expanded {
  height: 32px;
  border: 1px solid #cccccc;
  padding: 8px;
  margin-bottom: 12px;
  transition: 0.2s ease all;
}

.no-wrap {
  white-space: nowrap;
}

.stock_exchange {
  padding: 30px;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stock_exchange .nav-tabs {
  width: calc(100% + 60px);
  margin-left: -30px;
  margin-top: -30px;
  margin-bottom: 24px;
  background: white;
}
.stock_exchange .nav-tabs .active a {
  background: #fafafa;
}
.stock_exchange .chart-container {
  width: 100%;
  padding: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 3px !important;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  background: white;
}
.stock_exchange .mini-container {
  display: flex;
}

.beer-stock-config h3 {
  margin: 10px 0;
}
.beer-stock-config .alert-info {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.8;
}
.beer-stock-config .text-danger {
  margin: -10px 0 10px 0;
  width: 100%;
}

.beer-stock-form {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px -15px 0 0;
}
.beer-stock-form .panel {
  margin: 0 15px 15px 0;
  width: calc(50% - 15px);
}
.beer-stock-form .panel-heading {
  font-size: 16px;
  font-weight: 500;
}
.beer-stock-form .panel-body {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  margin: 0 -15px -15px 0;
  height: inherit !important;
}
.beer-stock-form .panel-body p {
  width: 100%;
}
.beer-stock-form .panel-body .input-group {
  margin: 0 15px 15px 0;
  width: calc(50% - 15px);
}

.__mini {
  height: 100px;
  width: 33% !important;
  text-align: left !important;
  flex: 1 1 auto;
  margin: 10px;
}
.__mini i {
  position: absolute;
  right: 28px;
  font-size: 50px;
  top: 58px;
}
.__mini h2 {
  position: absolute;
  right: 83px;
  font-size: 45px;
  top: 19px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 112px);
}
.__mini h4 {
  margin-top: 0px;
  text-align: right;
  margin-right: 15px;
}

.__first {
  margin-left: 0px !important;
  background: white !important;
  color: black !important;
}

.__last {
  margin-right: 0px !important;
}

.__up {
  background: #2ecc71 !important;
  color: white;
}

.__down {
  background: #f39c12 !important;
  color: white;
}

.stock_config .chart-container {
  padding: 45px;
}
.stock_config .input-container {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.stock_config .input-container p {
  margin: 0;
  margin-right: 5px;
  margin-left: 5px;
}
.stock_config .input-container input {
  width: 56px;
  height: 30px;
  text-align: center;
}

.upper-container {
  display: flex;
}
.upper-container .chart_container {
  width: 40%;
}
.upper-container .chart_container .chart-container {
  box-sizing: border-box;
}
.upper-container .list_container {
  width: calc(60% - 35px);
  margin-right: 35px;
  box-sizing: border-box;
}
.upper-container .list_container .chart-container {
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}
.upper-container .list_container .chart-container .line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(189, 195, 199, 0.6);
  height: 52px;
  padding: 22px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  top: 0px;
  transition: 0.2s ease all;
  background: rgba(255, 255, 255, 0.6);
}
.upper-container .list_container .chart-container .line .name {
  width: 100%;
  text-align: left;
  font-weight: 500;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upper-container .list_container .chart-container .line .old-price {
  width: 30%;
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}
.upper-container .list_container .chart-container .line .icon {
  width: 100px;
  text-align: left;
}
.upper-container .list_container .chart-container .line .icon i {
  font-size: 40px;
  transition: 0.15s ease all;
}
.upper-container .list_container .chart-container .line .icon.__color-up {
  color: #f22613;
}
.upper-container .list_container .chart-container .line .icon.__color-down {
  color: #48ad01;
}
.upper-container .list_container .chart-container .line .diff {
  width: 30%;
  transition: 0.15s ease all;
}
.upper-container .list_container .chart-container .line .new-price {
  width: 30%;
  transition: 0.15s ease all;
}
.upper-container .list_container .chart-container .line .__color-up {
  color: #e67e22;
  font-size: 22px;
  font-weight: 500;
}
.upper-container .list_container .chart-container .line .__color-up.new-price {
  font-size: 26px;
}
.upper-container .list_container .chart-container .line .__color-down {
  color: #27ae60;
  font-size: 22px;
  font-weight: 500;
}
.upper-container .list_container .chart-container .line .__color-down.new-price {
  font-size: 26px;
}
.upper-container .list_container .chart-container .line.__header {
  border: none;
  background: #fcb813;
  color: white;
  font-weight: 500;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
  z-index: 10;
}
.upper-container .list_container .chart-container .line.__header .name {
  font-size: 18px;
  transition: 0.15s ease all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.upper-container .list_container .chart-container .line.__header .old-price {
  font-size: 18px;
  color: white;
  transition: 0.15s ease all;
}

.__featured .name {
  font-size: 26px !important;
  transition: 0.15s ease all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.__featured .old-price {
  font-size: 26px !important;
  transition: 0.15s ease all;
}
.__featured .diff {
  font-size: 28px !important;
  transition: 0.15s ease all;
}
.__featured .new-price {
  font-size: 32px !important;
  transition: 0.15s ease all;
}
.__featured .icon i {
  font-size: 48px !important;
  transition: 0.15s ease all;
}

.js-beerlist-container {
  position: relative;
}

.__color-neutral {
  font-size: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

.custom-modal {
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
}
.custom-modal .modal-imagem {
  margin: 0 auto !important;
}

.custom-modal.in {
  display: flex !important;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
  display: flex;
}

.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

.title-cerveja-selecionanda {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.device-stock .alert {
  margin: 0;
  text-align: center;
  padding: 11px;
}
.device-stock .alert h3 {
  margin: 0;
  font-weight: 500;
}
.device-stock .device-filiais {
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.device-stock .device-filiais span {
  margin-right: 20px;
}
.device-stock .header-fixed-scroll-responsive {
  margin-top: 20px;
}
.device-stock table {
  margin-bottom: 0;
}
.device-stock table tbody {
  background-color: #fff;
}

.table-kegs {
  max-height: 300px;
  overflow: auto;
}

#kegData {
  overflow: scroll;
}

.modal-keg {
  width: 70%;
}

#field-group-horario-funcionamento {
  border: 0px;
}

.modal-promocao {
  width: 60%;
}

.modal-promocao-body {
  height: 600px;
}

.ranking-report-header {
  padding: 15px 15px 5px;
  margin: 5px 0 15px;
  background-color: #f5f5f5;
}
.ranking-report-header p {
  margin-bottom: 3px;
  line-height: 1.3;
}

#modalCorrida {
  z-index: 9999999;
}

#areaCorrida {
  width: 100%;
  margin: 0;
}

.table-kegs-main .header-fixed-scroll > tbody {
  height: 400px;
}

.keg-data-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.keg-data-header h4 {
  margin: 0;
  font-weight: 500;
}

.keg-data-box {
  padding: 15px;
  background-color: #f5f5f5;
  margin-bottom: 15px;
}
.keg-data-box .header-fixed-scroll-responsive {
  background-color: #fff;
}
.keg-data-box .table {
  margin-bottom: 0;
}

.client-report .panel {
  margin-bottom: 30px;
}

.well {
  background-color: #f5f5c4 !important;
}

.well.categories ul {
  padding-left: 20px;
  margin-bottom: 0;
}

multiselect {
  display: block;
  border: 1px solid #ccc;
}
multiselect .btn {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: 5.5px 12px;
}
multiselect .btn .pull-right {
  position: absolute;
  right: 10px;
  top: 14px;
}
multiselect .btn.error {
  border: 1px solid #da4f49 !important;
}
multiselect .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 2px;
}
multiselect .dropdown-menu input {
  height: 40px;
}
multiselect .dropdown-menu > li > a {
  padding: 8px 10px;
  cursor: pointer;
  transition: 0.2s ease all;
}
multiselect .dropdown-menu > li > a > i {
  margin-right: 6px;
  padding-left: 4px;
}
multiselect .dropdown-menu > li > button > i {
  margin-right: 4px;
  padding-left: 0;
}
multiselect .dropdown-menu li:nth-of-type(2) {
  padding: 10px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.__no-padding {
  padding: 0;
}

.beer-view .tap-images .images-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beer-view .tap-images .images-container a {
  margin: 20px;
}
.beer-view .tap-images .images-container .mt10x {
  position: relative;
  width: 350px;
  height: 205px;
  background: #4b1f15;
}
.beer-view .tap-images .images-container .mt10x .device {
  width: 350px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.beer-view .tap-images .images-container .mt10x .screen-container {
  position: absolute;
  width: 235px;
  height: 150px;
  z-index: 0;
  left: 58px;
  top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.beer-view .tap-images .images-container .mt10x .screen-container img {
  width: 94px;
}
.beer-view .tap-images .images-container .mt35 {
  position: relative;
  width: 296px;
  height: 205px;
  background: #d8a33c;
}
.beer-view .tap-images .images-container .mt35 .device {
  width: 296px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.beer-view .tap-images .images-container .mt35 .screen-container {
  position: absolute;
  width: 156px;
  height: 110px;
  z-index: 0;
  left: 70px;
  top: 25px;
  overflow: hidden;
}
.beer-view .tap-images .images-container .mt35 .screen-container img {
  width: 100%;
}
.beer-view .tap-images .images-container .mt70 {
  position: relative;
  width: 355px;
  height: 482px;
  transform: scale(0.65);
}
.beer-view .tap-images .images-container .mt70 .device {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.beer-view .tap-images .images-container .mt70 .screen-container {
  position: absolute;
  width: 181px;
  height: 295px;
  z-index: 0;
  left: 44px;
  top: 54px;
  overflow: hidden;
}
.beer-view .tap-images .images-container .mt70 .screen-container a {
  margin: 0;
}
.beer-view .tap-images .images-container .mt70 .screen-container img {
  width: 100%;
}

.title-header {
  position: relative;
  margin-top: 40px;
  border-bottom: solid 1px silver;
  padding-bottom: 8px;
}
.title-header .buttons-container {
  position: absolute;
  width: auto;
  top: -5.5px;
  right: 0;
}

.special-price {
  width: 100%;
  font-weight: 500;
  background-color: #f15a24;
  position: relative;
  left: 0px;
  top: 0px;
  color: #fff;
  padding: 4px 10px;
  text-transform: uppercase;
}

.__no-padding-right {
  padding-right: 0;
}

@media print {
  .ticket {
    page-break-after: always;
    page-break-inside: avoid;
    position: relative;
  }

  .noprint {
    display: none;
  }

  .show-on-print {
    display: block;
  }

  #printable {
    position: fixed;
    left: 0;
    top: 0;
  }
}
@media screen and (min-height: 768px) {
  .list-clients .header-fixed-scroll > tbody {
    height: 100%;
    max-height: 400px;
  }

  .list-consumptions .header-fixed-scroll > tbody {
    height: 100%;
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .comandas-home .panel {
    flex-basis: 44%;
    margin: 3%;
  }

  .comandas-new-client .form-group.rfid {
    flex-basis: 20%;
  }
  .comandas-new-client .form-group.cep {
    flex-basis: 20%;
  }
  .comandas-new-client .form-group.birthday {
    flex-basis: 20%;
  }
  .comandas-new-client .form-group.document {
    flex-basis: 30%;
  }

  .cadastro-personal .panel {
    flex-basis: inherit;
  }

  .table-carrinho .nome {
    width: 100px;
  }

  .produto {
    width: calc(50% - 10px);
  }
  .produto .btn.comprar {
    content: "+";
  }

  .user-encontrado {
    padding-top: 20px;
  }

  .beer-stock-form .panel {
    width: 100%;
  }
  .beer-stock-form .panel-body .input-group {
    width: 100%;
  }

  .category-card {
    width: calc(100% / 3 - 12px);
    margin-bottom: 12px;
    position: relative;
    margin-left: 12px;
    padding: 8px;
    height: 28vw;
    border-radius: 4px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }
  .category-card .title {
    height: 44px;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .category-card .btn {
    position: absolute;
    background: white;
    border-radius: 0;
    margin-top: 16px;
    height: 32px;
    bottom: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 667px) {
  .comandas-home .panel {
    flex-basis: 100%;
    margin: 0 0 15px 0;
  }

  .list-consumptions button {
    margin: 0 0 15px 0;
    width: 100%;
  }
  .list-consumptions .consumptions-btn .btn {
    flex-grow: 1;
  }

  .fields-group .form-group {
    margin: 0 15px 15px 0;
    flex-basis: 100% !important;
  }
  .fields-group .form-group.salvar {
    flex-basis: 100%;
    margin-top: 15px;
  }
  .fields-group .form-group.discount .input-discount {
    flex-basis: 80%;
  }

  .comandas-options .client-infos p:not(:last-child) {
    margin-bottom: 15px;
    flex-basis: 100%;
  }
  .comandas-options .menu-buttons {
    flex-direction: column;
  }
}
@media screen and (max-width: 445px) {
  .comandas-header:nth-child(n+2) {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-fixed-scroll-responsive {
    overflow-x: auto;
    border: 1px solid #ddd;
  }
  .header-fixed-scroll-responsive .header-fixed-scroll > thead {
    min-width: 800px;
    width: calc(100% - 3px);
  }
  .header-fixed-scroll-responsive .header-fixed-scroll > tbody {
    min-width: 800px;
  }
}
@media screen and (max-width: 375px) {
  .panel-body.sales ul.nav.nav-tabs {
    display: none;
  }
  .panel-body.sales .tab-content {
    border-top: 1px solid #ddd;
  }
  .panel-body.sales .busca-cliente {
    padding: 0 0 8px;
  }
  .panel-body.sales .busca-cliente search-input {
    margin-bottom: 16px;
  }
  .panel-body.sales .user-encontrado {
    padding-top: 16px;
    text-align: left;
  }
  .panel-body.sales .user-encontrado:first-child {
    padding-top: 0;
  }
  .panel-body.sales .user-encontrado span {
    font-size: 13px;
  }
  .panel-body.sales .remover {
    border-radius: 4px !important;
    line-height: 22px;
    font-size: 14px;
    margin: auto;
    height: 24px;
    width: 24px;
    color: #666;
  }
  .panel-body.sales .editar-venda {
    text-decoration: underline;
    margin-bottom: 36px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
  }
  .panel-body.sales .btn {
    border-radius: 4px;
  }

  .table-carrinho .nome {
    width: 120px;
  }

  ::placeholder {
    font-size: 0.8em;
  }

  .comandas-home .panel-body .panel-description {
    text-align: left;
  }
}
@media screen and (max-width: 425px) {
  .menu-top {
    padding: 14px 0;
  }
}
@media screen and (max-width: 667px) {
  .button-suport {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  .button-suport {
    display: none;
  }
}
button.btn {
  border-radius: 4px !important;
}
button.reversal {
  padding: 5px;
}

.input-group button.btn {
  height: 34px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.employee-category-permissions tr td {
  margin-bottom: 8px;
  padding-bottom: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.employee-category-permissions .employee-info {
  position: relative;
}
.employee-category-permissions .employee-info .col-md-4 {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.employee-category-permissions .employee-info .col-md-4 p {
  margin: 0;
  margin-bottom: 8px;
}
.employee-category-permissions .employee-info .col-md-4 p:first-of-type {
  font-weight: 500;
  margin-bottom: 8px;
}
.employee-category-permissions .employee-info .col-md-4 a {
  position: relative;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 28px;
}

.visibility-btn {
  width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px !important;
  cursor: pointer;
}
.visibility-btn.not-visible {
  background: #d9534f;
}
.visibility-btn.visible {
  background: #5cb85c;
}

#categorias.tab-pane .row {
  margin: 0;
}
#categorias.tab-pane .row .col-md-6 {
  padding-left: 0;
}

.mobile-hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.success-toast {
  width: 100vw;
  height: 48px;
  background: #5cb85c;
  position: fixed;
  bottom: -48px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transition: 0.2s ease all;
}
.success-toast p {
  margin: 0;
  color: white;
  font-weight: 500;
  font-size: 14px;
}
.success-toast.active {
  bottom: 0;
  transition: 0.2s ease all;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  box-sizing: border-box;
}

.input-custom {
  width: 100%;
  max-width: 400px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.textarea-custom {
  width: 100%;
  max-width: 400px;
  height: 100px;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: none;
  /* Impede redimensionamento */
}

.input-error {
  border: 2px solid red !important;
  background-color: #ffe6e6;
}

.text-danger-shameBand {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: block;
}

.color-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
  margin: 0;
  height: 100%;
}

.color-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  vertical-align: center;
}

.color-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.formShameBand {
  padding-left: 10px;
}

.input-group-sb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.color-preview {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
}

.radio-group-sb {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.radio-option-sb {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  background-color: #f5f5f5;
  margin-bottom: 0;
  height: 100%;
  user-select: none;
}

.radio-option-sb .icon {
  margin-right: 5px;
  font-weight: bold;
  font-size: 16px;
}

.radio-option-sb input {
  display: none;
}

.radio-option-sb.active-option {
  background-color: #f5f5f5;
  color: #2d7a2d;
  border: none;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-option-sb.inactive-option {
  background-color: #f5f5f5;
  border: none;
  color: #a52a2a;
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio-option-sb.selected {
  border-width: 5px;
}

.shameBandStatusButton {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 8px 15px;
}

.shameBandStatusButtonA {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.shameBandStatusButtonA:hover {
  background-color: #b54642;
}

.shameBandStatusButtonB {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.shameBandStatusButtonB:hover {
  background-color: #468d46;
}

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

.tap-img-box {
  display: flex;
  justify-content: space-around;
  flex-direction: row-reverse;
}

.tap-img-brand {
  width: 90px;
  height: 90px;
}

.keg-brand-name {
  margin-bottom: 20px;
}

.box-tap-list {
  width: 100%;
  padding-bottom: 15px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.button-wo-border-selected,
.button-wo-border-selected:hover,
.button-wo-border-selected:focus,
.button-wo-border-selected::selection {
  outline: none;
  border: none;
  outline-style: none;
}

.box-tap-list .tanque {
  justify-content: space-around;
}

.tap-table-container {
  display: flex;
  flex-direction: column-reverse;
}

.no-padding {
  padding: 0px;
}

.text-left {
  text-align: left;
}

.tap-table-container .table-schema {
  display: grid;
  grid-template-columns: 5% 25% 10% 10% 10% 10% 10% 20%;
}

.box-tap-list img {
  width: 35px;
}

.select-box {
  position: relative;
  font-family: Helvetica, Arial, sans-serif;
}

.btnDrop.is-active {
  display: flex;
}

.tap-container:hover {
  cursor: default;
}

.btnDropAction {
  width: 150px;
}

.btnDrop {
  display: none;
  flex-direction: column;
  position: absolute;
  width: 150px;
  padding: 0px 0px 0px 0px;
  margin: 2px 20px 0px 0px;
  z-index: 99;
}

.btnDropWithoutTap {
  margin: 2px 20px 0px 3px;
}

.progress-bar-vertical {
  display: flex;
  align-items: flex-end;
  margin: 0px 20px 20px 20px;
  float: left;
  width: 40px;
  height: 90px;
}

.progress-bar-vertical .progress-bar-success {
  width: 100%;
  height: 0;
  -webkit-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}

#table-list-tanques {
  margin-left: 5px;
}
#table-list-tanques thead th.tanque_tap_id {
  width: 80px;
}
#table-list-tanques thead th.tanque_tap_progress, #table-list-tanques thead th.tanque_tap_name, #table-list-tanques thead th.tanque_tap_price, #table-list-tanques thead th.tanque_tap_quantity, #table-list-tanques thead th.tanque_tap_opening, #table-list-tanques thead th.tanque_tap_clear {
  width: 130px;
}
#table-list-tanques thead th.tanque_tap_btn {
  width: 180px;
}

#row-list-tanques div.tanque_tap_id {
  width: 80px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#row-list-tanques .more-info {
  width: 100%;
  text-align: center;
}
#row-list-tanques .more-info div.tanque_product_progress, #row-list-tanques .more-info div.tanque_product_name, #row-list-tanques .more-info div.tanque_product_price, #row-list-tanques .more-info div.tanque_product_restante, #row-list-tanques .more-info div.tanque_product_opening, #row-list-tanques .more-info div.tanque_product_limpeza {
  width: 130px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#row-list-tanques div.tanque_product_btn {
  width: 180px;
}
#row-list-tanques div.tanque_product_btn, #row-list-tanques .progress {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .box-tap-list {
    width: 1050px;
  }

  #table-list-tanques {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #table-list-tanques {
    margin-left: 5px;
  }
}
.text-yellow.crm {
  color: #f0ad4e;
}

.header-message.crm {
  position: absolute;
  margin-left: 15px;
}

.panel-message.crm {
  display: flex;
  gap: 80px;
}

.subtitle.crm {
  width: 210px;
}

.subtitle.crm p {
  color: #667085;
}

.send-type.crm {
  display: flex;
  flex-direction: column;
}

.send-type.crm label {
  position: relative;
  padding: 12px 12px 4px 12px;
  cursor: pointer;
  width: 512px;
  border: 1px solid #EAECF0;
  border-radius: 4px;
  margin-bottom: 8px;
  color: #000;
  font-weight: normal;
}

.send-type.crm label p {
  margin-left: 40px;
  color: #000;
}

.send-type.crm i {
  position: relative;
  top: 45px;
  left: 20px;
}

.label-subtitle.crm {
  color: #667085 !important;
}

.check-with-label.crm {
  position: relative;
  display: none;
  top: 25px;
  left: 180px;
  z-index: 2;
}

.check-with-label:checked.crm ~ label {
  border: 1px solid #000000;
}

.message-date.crm input {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  padding: 10px 14px;
  width: 241px;
  height: 44px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.message-date.crm select {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  padding: 10px 14px;
  width: 241px;
  height: 44px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.message-filter-button.crm {
  cursor: pointer;
  font-size: 14px;
  padding: 8px 14px;
  width: 132px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #D0D5DD;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 4px;
}

.message-text.crm select {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  padding: 10px 14px;
  width: 512px;
  height: 44px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.message-text.crm input {
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  padding: 10px 14px;
  width: 512px;
  height: 44px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.message-text.crm textarea {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #101828;
  flex-direction: row;
  align-items: center;
  padding: 10px 10px 10px 10px;
  width: 512px;
  height: 130px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.message-buttons.crm {
  display: flex;
  justify-content: end;
  position: relative;
  top: 20px;
  right: 35px;
  gap: 10px;
}

.cancel-message.crm {
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  border: 1px solid #D0D5DD;
  border-radius: 4px;
  width: 92px;
}

.save-message.crm {
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  border: 1px solid #FDB022;
  border-radius: 4px;
  width: 74px;
  background: #FDB022;
  border-radius: 4px;
}

.filter-display.crm {
  display: flex;
  gap: 30px;
}

.message-right-select.crm {
  position: relative;
  padding: 10px 0 10px 10px !important;
  width: 120px !important;
  border-radius: 0 4px 4px 0 !important;
  left: -7px;
}

.message-left-input.crm {
  width: 127px !important;
  border-radius: 4px 0 0 4px !important;
  padding: 10px 14px;
}

.icon-money {
  width: 26px;
  height: 18px;
  background: url("/images/icon-pos-pago.svg");
}

.primary-color {
  color: #654321 !important;
}

.mt-5 {
  margin-top: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-10 {
  margin-top: 10px;
}

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

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.p-2 {
  padding: 1.4rem;
}

.pt-5 {
  padding-top: 5px;
}

.pt-25 {
  padding-top: 25px;
}

.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.position-relative {
  position: relative;
}

.modal-dialog-lg {
  width: 89% !important;
}

.modal-backdrop {
  height: 100% !important;
  position: fixed !important;
}

.__no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loader-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 30px;
}

.login-container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10vh;
}
.login-container * {
  box-sizing: border-box;
}
.login-container .login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  min-width: 320px;
  padding: 20px;
  margin-bottom: auto;
}
.login-container .login form {
  width: 100%;
  height: 100%;
}
.login-container .login .barList {
  width: 100%;
}
.login-container .login h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.login-container .login .forgot-password {
  text-align: right;
  margin-top: 8px;
  margin-bottom: 24px;
}
.login-container .img-responsive {
  width: 184px;
  margin: 0;
  margin-bottom: 40px;
}
.login-container .alert {
  text-align: center;
}

.swal-postpay {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swal-postpay p {
  margin: 0;
}
.swal-postpay input {
  border: none;
  outline: none;
  width: 156px;
  height: 46px;
  border: 1px solid #CCCCCC;
  margin-left: 12px;
  padding: 16px 10px;
  box-sizing: border-box;
  font-size: 18px;
}

@media (max-width: 768px) {
  .login-container .login {
    margin-bottom: 0;
  }

  .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 101px;
    z-index: 100;
  }

  .chat-trigger-btn-container {
    display: none;
  }
}
#products .form-group .observation {
  font-size: 13px;
  opacity: 0.9;
  box-sizing: border-box;
  padding-left: 2px;
  margin-top: 5px;
}

.products-extra-invoice-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 0 !important;
}

.product-extra-label-fields {
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
}

.horizontal {
  max-height: 600px;
}
.horizontal my-screen {
  width: 506px;
  height: 600px;
  transform: scale(0.6);
}

my-screen {
  width: 600px;
  height: 1024px;
  transform: scale(0.5);
  margin-left: 20px;
  margin-top: -4px;
  transform-origin: center top;
}
my-screen .screen-container {
  height: 100%;
}

.invoice-input-wraper {
  margin-right: 24px;
  width: 233px;
}

.invoice-form-input {
  border: 1px solid #ccc;
  width: 100%;
  min-width: 80px;
  max-width: 233px;
  height: 33px;
  margin-bottom: 15px;
  margin-right: 24px;
}

.invoice-subtitle {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: medium;
  border-bottom: 2px solid #ddd;
  font-weight: bold;
}

.image-editor-container {
  border: 1px solid #edf1f6;
  box-sizing: border-box;
  border-radius: 4px;
  min-width: 195px;
  max-width: 224px;
  margin: 0;
  background: #fafafa;
  position: relative;
  min-height: 228px;
  max-height: 320px;
}
.image-editor-container .header {
  display: flex;
  box-sizing: border-box;
  padding: 11px 10px 10px 10px;
}
.image-editor-container .header p,
.image-editor-container .header h6,
.image-editor-container .header a {
  margin: 0;
  height: auto;
}
.image-editor-container .header h6 {
  font-size: 13px;
  margin-top: 1px;
}
.image-editor-container .header a {
  color: #0ca4fc;
  font-size: 12px;
  margin-left: auto;
}
.image-editor-container .image-editor {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
}
.image-editor-container .image-editor .cropper-container {
  width: 100% !important;
  min-width: 195px;
  max-width: 224px;
}
.image-editor-container.beer {
  width: 195px;
  height: 320px;
}
.image-editor-container.beer .height-container {
  width: 100%;
  height: calc(100% - 36px);
}
.image-editor-container.beer .height-container > img {
  height: 284px;
}
.image-editor-container.brewery {
  width: 224px;
  height: 228px;
}
.image-editor-container.brewery .height-container {
  width: 100%;
  height: calc(100% - 36px);
}
.image-editor-container.brewery .height-container > img {
  height: 192px;
}
.image-editor-container .height-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-editor-container .height-container .cr-boundary {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.image-editor-container .height-container > img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-editor-container .height-container .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 25px;
  background: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.image-editor-container .height-container .overlay p {
  color: white;
  margin: 0;
  text-align: center;
}

.bg-reversed-sale {
  background-color: #BFC3C7 !important;
}

/* Estilo para o overlay */
.modal-overlay-add-credit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Cor do overlay com transparência */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Garante que o overlay esteja acima de todo o conteúdo */
}

/* Estilo para o modal */
.modal-add-credit {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  /* Largura máxima do modal */
  width: 100%;
  max-height: 80vh;
  /* Altura máxima do modal */
  overflow-y: auto;
  /* Adiciona uma barra de rolagem vertical quando necessário */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Sombra para o modal */
}

/* Estilo para o botão de fechar */
.close-btn-add-credit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  background: none;
  border: none;
  padding: 0;
  color: #888;
}

.close-btn-add-credit:hover {
  color: #333;
}

/* Estilo para os campos do formulário */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.text-danger {
  color: red;
}

.bg-consumption {
  background-color: #f0ad4e !important;
}

.active-filter-printer {
  background-color: green !important;
  color: white !important;
}

/* Estilo para o overlay */
.modal-overlay-add-credit {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Cor do overlay com transparência */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Garante que o overlay esteja acima de todo o conteúdo */
}

/* Estilo para o modal */
.modal-add-credit {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  /* Largura máxima do modal */
  width: 100%;
  max-height: 80vh;
  /* Altura máxima do modal */
  overflow-y: auto;
  /* Adiciona uma barra de rolagem vertical quando necessário */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  /* Sombra para o modal */
}

/* Estilo para o botão de fechar */
.close-btn-add-credit {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 20px;
  background: none;
  border: none;
  padding: 0;
  color: #888;
}

.close-btn-add-credit:hover {
  color: #333;
}

/* Estilo para os campos do formulário */
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
}

.form-control {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.text-danger {
  color: red;
}

.modal-totals {
  list-style: none;
  max-width: 100%;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.modal-totals li {
  text-align: left;
  margin-bottom: 10px;
}
.modal-totals li .clear {
  clear: both;
}
.modal-totals li .description {
  float: left;
  margin-bottom: 5px;
}
.modal-totals li .value {
  float: right;
  margin-bottom: 5px;
  font-weight: bold;
}
.modal-totals li h4 {
  font-weight: bold;
  text-align: right;
}
.modal-totals li.separator {
  clear: both;
  background: #ddd;
}

#functionality-unavailable-container {
  background-color: #e8e6e6;
  min-height: 600px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
#functionality-unavailable-container div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#functionality-unavailable-container div h1.title {
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 20px;
}
#functionality-unavailable-container div img.icon {
  height: 150px;
  width: 150px;
}
#functionality-unavailable-container div div.description {
  display: flex;
  justify-content: center;
  padding: 30px;
}
#functionality-unavailable-container div a#btn-know-more {
  background-color: #f0b112;
  color: #000;
  padding: 10px;
  border-radius: 4px !important;
  opacity: 0.99;
}
@media (max-width: 767px) {
  #functionality-unavailable-container {
    display: flex;
    justify-content: center;
    min-height: 100% !important;
  }
  #functionality-unavailable-container div h1.title {
    font-size: 20px;
    font-weight: 600 !important;
  }
  #functionality-unavailable-container div div.description {
    padding: 0px;
    margin: 20px;
  }
  #functionality-unavailable-container div img.icon {
    height: 100px;
    width: 100px;
    margin: 20px;
  }
  #functionality-unavailable-container div a#btn-know-more {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.invoice-register-wrapper {
  background-color: #f3f3f3;
  float: none !important;
}

.content-wrapper {
  margin-top: 16px;
  padding: 20px 7px;
}

.go-to-nf-tap-button {
  background-color: #5cb85c;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  font-size: 15px;
  width: 22px;
  height: 22px;
  transition: 0.2s ease all;
}

.go-to-nf-tap-button:hover {
  background-color: #438a43;
}

.td-visits-without-nf-report {
  width: 25% !important;
  padding-top: 10px !important;
}

.invoice-register-title {
  font-size: 15px;
  line-height: 18px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 12px;
  margin-top: 0;
}

.invoice-register-store-title {
  font-size: 15px;
  line-height: 18px;
  margin: 0;
}

.invoice-add-logo-wrapper {
  display: flex;
  width: 500px;
  align-items: center;
}

.invoice-data-wrapper {
  display: flex;
}

.invoice-data-wrapper-csc {
  display: flex;
  margin-top: 12px;
  align-items: flex-end;
}

.invoice-inputs-wrapper {
  display: flex;
  margin-top: 12px;
}

.invoice-store-select {
  height: 26px;
  border: 1px solid #ddd;
}

.invoice-table-row {
  display: flex !important;
  display: flex !important;
  align-items: center;
}

.invoice-wrapper-add-logo-main-data {
  display: flex;
  align-items: center;
}

.invoice-store-invoice-data-button-wrapper {
  display: flex;
  margin-bottom: 16px;
  justify-content: flex-end;
  margin-right: 9px;
}

label {
  margin-bottom: 0;
}

.invoice-main-data-wrapper {
  display: flex;
}

.invoice-phone {
  margin-right: 12px;
}

@media (max-width: 768px) {
  .invoice-wrapper-add-logo-main-data {
    flex-direction: column;
    justify-content: center;
  }

  .invoice-phone {
    margin-right: 0;
  }

  .invoice-main-data-wrapper {
    flex-direction: column;
  }

  .invoice-inputs-wrapper {
    flex-direction: column;
  }

  .invoice-add-logo-wrapper {
    flex-direction: column;
  }

  .invoice-data-wrapper {
    flex-direction: column;
  }

  .input-item {
    padding-left: 0;
  }

  .invoice-data-wrapper-csc {
    align-items: flex-start;
    flex-direction: column;
  }

  .invoice-store-invoice-data-button-wrapper {
    min-height: unset;
    margin-bottom: 20px;
    margin-top: 10px;
    justify-content: center;
  }
}
.input-item {
  float: none !important;
  display: flex;
  flex-direction: column;
}

.invoice-register-upload-logo {
  background-color: white;
}

.invoice-save-establishment-edit {
  color: black;
  font-weight: 600;
  background-color: #fcea56;
  border: 0;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
}

.icon-container {
  height: 28px;
  width: 100%;
  background: #2a2a2a;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}

.tool-name {
  width: 100%;
  height: calc(100% - 28px);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  background: #2a2a2a;
  margin-top: 6px;
}
.tool-name p {
  font-size: 9px;
  color: #fafafa;
  text-align: center;
}

.icons-wrapper {
  margin-top: 20px;
}

.establishement-input {
  border: 1px solid #ddd;
}

.invoice-save-establishment {
  color: black;
  font-weight: 600;
  background-color: #60d060;
  border: 0;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
}

.invoice-save-establishment-cancel {
  color: black;
  font-weight: 600;
  background-color: #d2d2d2;
  border: 0;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
}

.invoice-buttons-store {
  width: 85px;
  height: 30px;
  border: 0;
  border-radius: 4px;
}

.invoice-clear-store {
  background-color: #d2d2d2;
}

.invoice-next-store {
  background-color: #fcb813;
}

.invoice-save-store {
  background-color: #60d060;
}

.invoice-register-store {
  display: flex;
  align-items: center;
  width: 135px;
  color: black;
  font-weight: 600;
  background-color: #fcb813;
  border: 0;
  font-size: 12px;
  padding: 12px;
  border-radius: 4px;
  margin-left: 24px;
}

.invoice-main-data-title {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}

.generateNfButton {
  color: #1B75B9;
  text-decoration: underline;
  font-weight: 600;
  cursor: pointer;
}

.vermelho {
  color: red;
  font-weight: 600;
}

.verde {
  color: green;
  font-weight: 600;
}

.title-invoice-store-modal {
  background: #ffffff;
  height: 48px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  display: flex;
  padding: 13px 16px;
}
.title-invoice-store-modal p {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  margin-top: 2px;
}
.title-invoice-store-modal .manager-close-button {
  border: 0;
  background-color: transparent;
}

.overlay-invoice {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 100;
}
.overlay-invoice .container-emit-invoice {
  position: relative;
  width: 478px;
  height: 300px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  z-index: 1000;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 4px !important;
  cursor: default;
}
.overlay-invoice .container-emit-invoice .emit-invoice-close-button {
  border: 0;
  padding: 6px;
  background-color: transparent;
}
.overlay-invoice .container-emit-invoice .emit-invoice-close-img {
  width: 24px;
}
.overlay-invoice .container-emit-invoice .panel-emit-invoice {
  height: 100%;
}
.overlay-invoice .container-emit-invoice .emit-invoice-manager {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}
.overlay-invoice .container-emit-invoice .forbiddenCpf {
  cursor: not-allowed;
  opacity: 0.5;
}
.overlay-invoice .container-emit-invoice .btn-emit-no-cpf {
  background-color: #1b75b9;
  width: 146px;
  height: 38px;
  color: black;
  border: 0;
  border-radius: 4px;
}
.overlay-invoice .container-emit-invoice .btn-emit-edit {
  background-color: #7CD1F9;
  width: 105px;
  height: 38px;
  color: black;
  border: 0;
  border-radius: 4px;
}
.overlay-invoice .container-emit-invoice .btn-emit-confirm {
  background-color: #5CB85C;
  width: 121px;
  height: 38px;
  color: black;
  border: 0;
  border-radius: 4px;
}
.overlay-invoice .container-store-invoice-modal {
  position: relative;
  width: 994px;
  height: 585px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  z-index: 1000;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 4px !important;
  cursor: default;
}
.overlay-invoice .container-store-invoice-modal .panel-invoice {
  width: 100%;
  height: calc(100% - 48px);
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
}
.overlay-invoice .container-store-invoice-modal .panel-invoice .toolbar {
  background: #2a2a2a;
  height: 100%;
  width: 64px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
}

.container-list-invoice-products-modal {
  position: relative;
  width: 580px;
  height: 570px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  z-index: 1000;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 4px !important;
  cursor: default;
}
.container-list-invoice-products-modal .panel-invoice {
  width: 100%;
  height: calc(100% - 48px);
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
}
.container-list-invoice-products-modal .panel-invoice .toolbar {
  background: #2a2a2a;
  height: 100%;
  width: 64px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
}

.status-fiscal-wrapper {
  overflow: auto !important;
}

.status-invoice-wrapper {
  display: flex;
  flex-direction: column;
}
.status-invoice-wrapper .status-invoice-cnpj-wrapper {
  display: flex;
  padding: 24px 48px 24px 24px;
}
.status-invoice-wrapper .status-invoice-product-name-wrapper {
  display: flex;
  padding: 0px 48px 24px 24px;
}
.status-invoice-wrapper .status-invoice-inputs-button-wrapper {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.status-invoice-wrapper .status-invoice-ncm-wrapper {
  display: flex;
  padding: 52px 48px 24px 24px;
}
.status-invoice-wrapper .status-invoice-csosn-wrapper {
  display: flex;
  padding: 0px 48px 24px 24px;
}
@media (max-width: 768px) {
  .status-invoice-wrapper .status-invoice-product-name-wrapper,
.status-invoice-wrapper .status-invoice-cnpj-wrapper,
.status-invoice-wrapper .status-invoice-ncm-wrapper,
.status-invoice-wrapper .status-invoice-inputs-button-wrapper,
.status-invoice-wrapper .status-invoice-csosn-wrapper {
    flex-direction: column;
  }
  .status-invoice-wrapper .status-invoice-ncm-wrapper {
    padding-top: 0;
  }
  .status-invoice-wrapper .status-invoice-inputs-wrapper-width {
    width: 100%;
  }
}

.list-products-invoice-cancel-button {
  background-color: #d2d2d2;
  color: black;
  border: 0;
  border-radius: 4px;
  height: 38px;
  width: 106px;
}

.list-products-invoice-emit-nf-button {
  background-color: #5CB85C;
  color: black;
  border: 0;
  border-radius: 4px;
  height: 38px;
  width: 106px;
  margin-left: 24px;
}

.status-invoice-warning {
  background-color: #FCB813;
  padding: 16px 20px;
  display: flex;
  align-items: center;
}
.status-invoice-warning p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

.status-invoice-send-test-button {
  background-color: #5BC0DE;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  padding: 12px;
  margin-left: 24px;
  height: 57px;
  display: flex;
  align-items: center;
}

.list-products-wrapper {
  padding: 0 16px;
}

.round {
  position: relative;
}

.round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  left: 18px;
  position: absolute;
  top: 0;
  width: 21px;
}

.round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 9px;
}

.round input[type=checkbox] {
  visibility: hidden;
}

.round input[type=checkbox]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.round input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  background-color: #d3d3d3;
  border-color: #d3d3d3;
}

.testando {
  opacity: 0.5;
  cursor: not-allowed;
}

.round input[type=checkbox]:checked + label:after {
  opacity: 1;
}

/* ESTILO SIMPLIFICADO DO CHECKBOX - À PROVA DE CONFLITOS */
.my-checkbox-wrapper {
  display: inline-block;
  position: relative;
  width: 21px;
  height: 21px;
}
.my-checkbox-wrapper input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.my-checkbox-wrapper input[type=checkbox]:disabled {
  cursor: not-allowed;
}
.my-checkbox-wrapper input[type=checkbox]:disabled + label {
  background: #e6e6e6;
  border-color: #ccc;
  cursor: not-allowed;
}
.my-checkbox-wrapper input[type=checkbox]:checked + label {
  background: #66bb6a;
  border-color: #66bb6a;
}
.my-checkbox-wrapper input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.my-checkbox-wrapper label {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background: white;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.my-checkbox-wrapper label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 9px;
  height: 4px;
  border: 2px solid white;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  opacity: 0;
}

.container-icon {
  margin: 0 auto;
}

.tbody-com-scroll {
  max-height: 274px;
  /* Ajuste a altura máxima conforme necessário */
  overflow-y: auto;
  /* Habilita a rolagem vertical quando necessário */
}

.list-invoice-products-modal-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
}

.list-invoice-products-modal-th,
.list-invoice-products-modal-td {
  border-top: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.list-invoice-products-modal-th {
  background-color: #f2f2f2;
}

.list-invoice-products-modal-tr:hover {
  background-color: #f5f5f5;
}

.left-item {
  text-align: left;
  width: 42%;
}

.header-table-list-products {
  text-align: left;
}

.taxa-service-checkbox {
  position: relative;
  width: 21px;
  height: 21px;
  margin-right: 53px;
}

.taxa-service-checkbox label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 21px;
  left: 22px;
  position: absolute;
  top: 0;
  width: 21px;
}

.taxa-service-checkbox label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 4px;
  left: 5px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 9px;
}

.taxa-service-checkbox input[type=checkbox] {
  visibility: hidden;
}

.taxa-service-checkbox input[type=checkbox]:checked + label {
  background-color: #66bb6a;
  border-color: #66bb6a;
}

.taxa-service-checkbox input[type=checkbox]:checked + label:after {
  opacity: 1;
}

.table-wrapper-list-consumption-invoice {
  overflow: auto;
  max-height: 274px;
  min-height: 274px;
}

.title-wrapper-list-consumption-invoice {
  width: 100%;
  overflow-x: auto;
}
.title-wrapper-list-consumption-invoice .list-invoice-products-modal-description {
  font-size: 12px;
  color: #484848;
  padding-top: 12px;
  margin: 0;
}

.total-wrapper-list-consumption-invoice {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  margin-top: 12px;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 98%;
}
.total-wrapper-list-consumption-invoice .total-title-invoice-list-consumption {
  margin-bottom: 0;
}
.total-wrapper-list-consumption-invoice .total-value-invoice-list-consumption {
  margin: 0;
  margin-right: 148px;
}

.service-fee-wrapper-list-consumption-invoice {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  width: 98%;
}
.service-fee-wrapper-list-consumption-invoice .service-fee-wrapper-value-consumption-invoice {
  display: flex;
  align-items: center;
}
.service-fee-wrapper-list-consumption-invoice p {
  margin-right: 82px;
  margin-bottom: 0px;
}

.service-fee-wrapper-value-consumption-invoice-consult p {
  margin-right: 155px;
}

.total-with-service-fee-wrapper-consumption-list {
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f3f3f3;
  border-top: 1px solid #d3d3d3;
  width: 100%;
}
.total-with-service-fee-wrapper-consumption-list p {
  margin-bottom: 0;
}
.total-with-service-fee-wrapper-consumption-list .total-with-service-fee-value-consumption-list {
  margin-right: 159px;
}

.list-consumption-invoice-buttons-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  align-items: flex-end;
}

.chat-container {
  position: fixed;
  bottom: 96px;
  right: 32px;
  background: #fff;
  z-index: 9000;
  max-width: 320px;
  border: 1px solid #D1D1D1;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  transform: translateX(50%);
  opacity: 0;
  transition: all 0.3s;
}
.chat-container.is-open {
  transform: translateX(0);
  opacity: 1;
}
.chat-container.is-no-open {
  display: none;
}
.chat-container iframe {
  border: 0;
}

.chat-title {
  font-size: 18px;
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D1D1D1;
}

.chat-form {
  padding: 1rem;
}
.chat-form label {
  font-size: 13px;
}
.chat-form button {
  margin-left: 10px;
  padding: 8px 24px;
  font-size: 14px;
}
.chat-form .chat-input-group {
  display: flex;
}
.chat-form input {
  height: auto;
}

.chat-input {
  width: 100%;
}

.chat-trigger-btn-container {
  position: fixed;
  right: 32px;
  bottom: 32px;
  z-index: 9999;
}
.chat-trigger-btn-container .icon {
  color: #fff;
  font-size: 28px;
}

.chat-loader {
  text-align: center;
}

.chat-iframe {
  width: 100%;
  height: 0px;
  transition: all 0.3s;
}
.chat-iframe.is-ready {
  height: 450px;
}

.chat-btn-yellow {
  transition: 0.3s;
  background: #F2B112;
}

.chat-btn-popup {
  transition: 0.3s;
  background: #F2B112;
  padding-top: 12px;
  padding-bottom: 10px;
}

.beverages-container {
  padding: 20px 16px 33px 16px;
  box-sizing: border-box;
}
.beverages-container .beverages-interface {
  display: flex;
  flex-direction: column;
}
.beverages-container .beverages-interface .radio-label {
  font-size: 14px;
  line-height: 16px;
  color: #7d7d7d;
}
.beverages-container .beverages-interface .export {
  margin: 0;
  margin-left: auto;
}
.beverages-container .beverages-interface .full-width {
  min-width: 100%;
  display: flex;
}
.beverages-container .beverages-interface input[type=radio] {
  margin: 0;
}
.beverages-container .beverages-interface .radio-input-label {
  margin: 0;
  padding: 0;
  margin-left: 4px;
  margin-right: 12px;
}
.beverages-container .beverages-interface div {
  display: flex;
  align-items: center;
}
.beverages-container .beverages-interface div .add-beer {
  margin: 0 36px 0 0;
}
.beverages-container .beverages-interface div .search-bar {
  display: flex;
}
.beverages-container .beverages-interface div .search-bar input {
  margin: 0;
  width: 215px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
  padding-left: 8px;
}
.beverages-container .beverages-interface div .search-bar button {
  width: 38px;
  height: 36px;
  background: #edf1f6;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
  border-left: none;
}
.beverages-container .beverages-interface div > * {
  margin: 0 16px 0 0;
}
.beverages-container .beverages-footer {
  display: flex;
  flex-direction: row-reverse;
  margin: 10px 0 0 0;
}
.beverages-container .beverages-footer .small-text {
  font-size: 12px;
}

.mass-actions-container {
  display: flex;
  padding: 20px;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mass-actions-container-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mass-actions-container-action {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.mass-actions-checkbox-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mass-actions-checkbox-container input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.mass-actions-checkbox-container label {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.mass-actions-checkbox-container span {
  font-size: 14px;
  color: #555;
}

.inputs-div {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  padding-left: 15px;
}

.actions-div-expiration-date, .actions-div-expiration-date-custom, .actions-div-value, .actions-div-discount, .actions-div-title {
  width: 32%;
}

.actions-column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.actions-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.actions-div-how-it-works {
  width: 48%;
  padding-right: 25px;
  text-align: justify;
}

.actions-div-title {
  padding-right: 25px;
}

.actions-toggle-button {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.actions-toggle-button-max {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #eeeeee;
}

.actions-select-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.actions-text-area {
  height: 100%;
  width: 50%;
  padding-top: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.actions-text-area textarea {
  height: 70%;
  width: 50%;
}

.tooltip-custom {
  position: relative;
  cursor: pointer;
}

.tooltip-text {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 5px;
  top: -10px;
  left: 30px;
  width: 250px;
  white-space: normal;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  font-size: 12px;
  line-height: 1.4;
  z-index: 100;
}

.tooltip-custom:hover .tooltip-text {
  display: block;
}

.sms-send-warning span {
  color: red;
  font-weight: bold;
}

.sms-send-warning {
  padding-right: 25px;
  text-align: justify;
}

.sms-form-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  width: 100%;
}

.sms-date-time {
  width: 35%;
}

.sms-container {
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.sms-date-time-container {
  padding-right: 25px;
}

.sms-date-time-flex {
  justify-content: space-between;
}

.sms-columns-half {
  width: 50%;
  display: flex;
  justify-content: center;
}

.sms-left-column {
  width: 100%;
  height: 100%;
  max-width: 450px;
}

.sms-right-column {
  width: 100%;
  height: 100%;
  max-width: 500px;
}

.sms-price {
  font-size: 15px;
}

.sms-price span {
  font-weight: 500;
}

.sms-price-total {
  font-size: 18px;
  font-weight: 500;
}

.sms-price-total span {
  color: red;
}

.form-group-mass-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-group-mass-actions label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.form-group-mass-actions input,
.form-group-mass-actions select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group-mass-actions input:focus,
.form-group-mass-actions select:focus {
  border-color: #5cb85c;
  /* Cor verde ao focar */
  outline: none;
  box-shadow: 0 0 5px rgba(92, 184, 92, 0.3);
  /* Sombra ao focar */
}

.form-group-mass-actions input[type=date] {
  padding: 9px;
}

.form-group-mass-actions input[type=text],
.form-group-mass-actions input[type=tel] {
  padding: 10px;
}

.form-group-mass-actions .text-danger {
  font-size: 12px;
  color: #d9534f;
  /* Cor vermelha para mensagens de erro */
}

.type-discount {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.type-discount label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.type-discount input[type=radio] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.summit-div {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.summit-div button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.summit-div button.btn-success {
  background-color: #5cb85c;
  /* Verde para o botão Salvar */
  color: #fff;
}

.summit-div button.btn-success:hover {
  background-color: #4cae4c;
  /* Verde mais escuro ao passar o mouse */
}

.summit-div button.btn-link {
  background-color: transparent;
  color: #333;
  text-decoration: underline;
}

.summit-div button.btn-link:hover {
  color: #000;
}

.flex-table .flex-table-data {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 230px;
  border-bottom: 1px solid #d1d1d1;
}
.flex-table .flex-table-data .row:nth-child(2n) {
  background: #fafafa;
}
.flex-table .table-row {
  text-align: center;
}
.flex-table .table-row.header {
  align-items: center;
}
.flex-table .table-row.header div {
  font-size: 14px;
  padding: 11px 11px 0 11px;
}
.flex-table .table-row.header div.smaller {
  font-size: 14px;
}
.flex-table .table-row div {
  width: 10%;
  font-size: 12px;
  padding: 11px;
}
.flex-table .table-row div.left {
  text-align: left;
}
.flex-table .table-row .small-column {
  width: 5%;
}
.flex-table .table-row .large-column {
  width: 20%;
}
.flex-table .table-row .medium-column {
  width: 15%;
}
.flex-table .table-row .context-menu-column {
  width: 5%;
  margin-left: 20px;
}
.flex-table .table-row .buttons-column {
  display: flex;
  justify-content: space-around;
  box-sizing: border-box;
}
.flex-table .table-row .buttons-column .small {
  width: 36px;
}

.large-text {
  font-size: 18px;
}

.small-text {
  font-size: 11px;
}

.beverage-invoice-input {
  border: 1px solid #ddd;
  width: 233px;
  height: 33px;
}

.beverage-invoice-input-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 14px;
}

@media (min-width: 900px) {
  .beverage-invoice-input-wrapper {
    flex-direction: row;
  }
}
.promotions-container {
  margin: 20px 16px 33px 16px;
}

.beverage-input {
  padding-left: 8px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 34px;
  font-size: 13px;
}
.beverage-input.sm {
  width: 154px;
}
.beverage-input.md {
  width: 244px;
}
.beverage-input.lg {
  width: 504px;
}
.beverage-input.wide {
  width: 100%;
}

.beverage-textarea {
  padding: 8px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  height: 34px;
  font-size: 13px;
  width: 100%;
  min-height: 70px;
  resize: none;
}

.margin-promo {
  margin-top: 16px;
}

.muted-text {
  color: #D1D1D1;
}

.select-device-version {
  height: auto;
  padding: 2px;
  border-radius: 4px !important;
}

.duplicate-select-title {
  text-align: left;
  margin: 0;
}

.duplicate-select {
  width: 100%;
  margin-bottom: 24px;
  height: 34px;
  border-radius: 2px !important;
  box-shadow: 0 0 0;
  font-size: 13px;
  padding: 3px;
}
.duplicate-select option {
  width: 100%;
}

.swal-button.__dont {
  background-color: #D86058;
}

.swal-button.__do {
  background-color: #5cb85c;
}

.beverage-invoice-disabled-alert {
  background-color: orange;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 12px;
}

.main-info {
  width: 100%;
  padding: 16px 22px;
}

.postpay-info {
  border-bottom: 1px solid #ddd;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.postpay-info-pdv {
  padding-bottom: 0;
  margin-bottom: 0;
}

.main-info, .postpay-info-pdv, .info-center {
  box-sizing: border-box;
}

.main-info, .postpay-info-pdv {
  overflow: hidden;
}

.main-info, .postpay-info-pdv {
  padding-left: 0;
  /* ou algum valor mais específico */
  margin-left: 0;
  /* ou ajuste para alinhar corretamente */
}

.info-center {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f5f5f5;
  padding: 24px;
}

.postpay-value-sum {
  display: flex;
  align-items: center;
}
.postpay-value-sum p {
  margin: 0;
}
.postpay-value-sum .__postpay {
  color: #1b75b9;
  margin-left: auto;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}

.comandas-postpay {
  border: 1px solid #ddd;
}

.toggle-total-info {
  border: none;
  border-bottom: 1px solid #c5c5c5;
  padding-left: 0%;
  padding-right: 5px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 30px;
}
.toggle-total-info i {
  font-weight: 700;
  padding-left: 10px;
}

.toggle-total-info:hover {
  background-color: #f0f0f0;
}

.change-button-position {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 -20 0 10;
  padding: 0 0 0 0;
  background-color: #f5f5f5;
}

.new-payment {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 10px 25px 10px 10px;
  padding: 10px 0 0 0;
  background-color: #f5f5f5;
}

.new-confirm-payment {
  display: flex;
  justify-content: space-between;
  margin: 10px 25px 10px 10px;
}

.inner-div-button {
  width: 70%;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .postpay-form {
    padding: 12px;
  }
  .postpay-form .main-info {
    width: 100%;
    max-width: 100%;
    padding: 10px ​14px;
    padding-right: 29px;
    box-sizing: border-box;
  }
  .postpay-form .info-center {
    padding: 0;
  }

  .new-confirm-payment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
    margin: 10px 25px 10px 10px;
  }
  .new-confirm-payment .new-confirm-btn-container {
    width: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .postpay-form {
    padding: 12px;
  }
  .postpay-form .main-info {
    width: 100%;
    max-width: 100%;
    padding: 10px ​14px;
    padding-right: 29px;
    box-sizing: border-box;
  }
  .postpay-form .info-center {
    padding: 0;
  }

  .new-confirm-payment {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f5f5f5;
    margin: 10px 25px 10px 10px;
  }
  .new-confirm-payment .new-confirm-btn-container {
    width: 40px;
  }
  .new-confirm-payment .new-confirm-btn-container .btn-inside-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .new-confirm-payment .new-confirm-btn-container .btn-inside-container button {
    width: 400px;
  }
}
.pdv-container {
  height: calc(100vh - 162px);
  margin-top: -20px;
}

.pdv-button-div {
  width: 300px;
  height: 300px;
}

.pdv-button {
  width: 100%;
  height: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  transition: color 0.5s ease-in-out;
}

.pdv-button:hover .pdv-button-span1,
.pdv-button:hover .pdv-button-span2 {
  color: #ddd;
}

.pdv-button1 {
  border: 2px solid #538934;
  transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
  background-color: #72bb48;
}

.pdv-button2 {
  border: 2px solid #d69c0e;
  transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
  background-color: #fcb813;
}

.pdv-button3 {
  border: 2px solid #787474;
  transition: background-color 0.5s ease-in-out, border 0.5s ease-in-out;
  background-color: #b8b4b4;
}

.pdv-button1:hover {
  border: 2px solid #72bb48;
  background-color: #538934;
}

.pdv-button2:hover {
  border: 2px solid #fcb813;
  background-color: #d69c0e;
}

.pdv-button3:hover {
  border: 2px solid #b8b4b4;
  background-color: #787474;
}

.pdv-button-span {
  color: #333;
}

.pdv-button-span1 {
  text-transform: uppercase;
  font-size: 40px;
}

.pdv-button-span2 {
  font-size: 20px;
}

.generalSearchIcon {
  font-size: 40px;
  margin-right: 10px;
  vertical-align: middle;
}

.pdv-modal-div-content {
  position: relative;
  bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: visible;
}

.pdv-modal-div-title {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
}

.pdv-modal-button {
  width: 100%;
  height: 50px;
  background-color: #66afe9;
  color: white;
  vertical-align: middle;
  font-size: 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.pdv-modal-button:focus {
  background-color: #d3e0ff;
  border: 1px solid #aaa;
}

.pdv-modal-button-innerDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.pdv-modal-input::placeholder {
  color: white;
  opacity: 1;
}

.pdv-modal-input:-ms-input-placeholder {
  color: white;
}

.pdv-modal-input::-ms-input-placeholder {
  color: white;
}

.pdv-modal-div-close {
  display: flex;
  justify-content: flex-end;
}

.pdv-modal-close-button {
  position: relative;
  z-index: 9998;
}

.pdv-new-user-div, .pdv-home-div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.pdv-modal-div-input-button {
  width: 70%;
  height: auto;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  position: relative;
  overflow: visible;
  z-index: 1;
}

.pdv-modal-input {
  border: none;
  font-size: 18px;
  width: 100%;
  height: 50px;
  color: white;
  background-color: gray;
  border-radius: 5px;
  padding-left: 20px;
  z-index: 2;
}

.autocomplete-container {
  position: relative;
}

.suggestions-list {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  border: 1px solid #ccc;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9999;
  overflow: visible;
}

.suggestions-list li {
  padding: 4px;
  cursor: pointer;
  background-color: white;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}

.li-suggestions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.suggestions-list li:hover {
  background-color: #f0f0f0;
}

.pdv-modal-button {
  margin-top: 10px;
  z-index: 1;
}

.suggestions-list li.selected {
  background-color: #d3d3d3;
}

.pdv-modal-container {
  position: relative;
  overflow: visible;
}

.suggestions-list li:hover {
  background-color: #f0f0f0;
}

.suggestions-list li:hover {
  background-color: #f0f0f0;
}

@media (max-width: 1680px) {
  .pdv-container {
    height: calc(100vh - 142px);
    top: 142px;
  }
}
@media (max-width: 991px) {
  .pdv-container {
    height: calc(100vh - 150px);
    top: 150px;
  }
}
.pdv-balcao-many-payments {
  width: 100%;
  padding: 0 30px;
  margin: 5px 0;
}

.pdv-payments-balcao-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 10px;
  padding: 10px;
}

.pdv-balcao-columns {
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-right: 15px;
}

.pdv-balcao-label {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.pdv-balcao-delete-payment {
  height: 100%;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  margin-left: 20px;
  background-color: #fff;
}

.pdv-balcao-summit-container {
  height: 40%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.pdv-balcao-summit-container-inner {
  background-color: #fff;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

popover {
  position: absolute;
}
popover .popover {
  min-width: 285px;
  width: 100%;
  bottom: -20px;
  top: inherit;
  background-color: #f6edca;
  color: #654321;
}
popover .popover.top > .arrow:after {
  border-top-color: #f6edca;
}
@media screen and (max-width: 780px) {
  popover .popover {
    bottom: 50px;
    min-width: calc(100vw - 95px);
  }
  popover .popover.top .arrow {
    left: unset;
    right: 10px;
  }
}

.flex-table .table-row {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s ease all;
  position: relative;
}
.flex-table .table-row.header {
  border-bottom: 3px solid #ddd;
  font-weight: 500;
  padding: 16px 0 8px 0;
}
.flex-table .table-row.header:hover {
  background: inherit;
}
.flex-table .table-row div {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  margin: auto;
}
.flex-table .table-row:hover {
  background: #EDF1F6;
  transition: 0.2s ease all;
}

.overlay-beverage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  z-index: 100;
}
.overlay-beverage table {
  border-collapse: collapse;
  max-height: 500px;
  width: 100%;
  overflow-y: auto;
  text-align: center;
}
.overlay-beverage caption {
  caption-side: bottom;
  font-weight: bold;
  font-style: italic;
  margin: 4px;
}
.overlay-beverage table,
.overlay-beverage th,
.overlay-beverage td {
  border: 1px solid #e5e5e5;
}
.overlay-beverage th,
.overlay-beverage td {
  height: 24px;
  padding: 4px;
  vertical-align: middle;
}
.overlay-beverage .rowtitle {
  font-weight: bold;
}
.overlay-beverage .checkbox-input {
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
  vertical-align: -4px;
  outline: none 0px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 2px;
  margin: 0px 6.5px 0px 0px;
}
.overlay-beverage .container-beverage-modal {
  position: relative;
  width: 920px;
  height: 90%;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  z-index: 1000;
  box-sizing: border-box;
  flex-direction: column;
  border-radius: 4px !important;
  cursor: default;
}
.overlay-beverage .container-beverage-modal select.form-control {
  border-radius: 2px !important;
  box-shadow: 0 0 0;
  font-size: 13px;
  padding: 3px;
}
.overlay-beverage .container-beverage-modal .croppie-container .cr-slider-wrap {
  margin: 15px 0 15px 0px;
}
.overlay-beverage .container-beverage-modal .rotate-actions {
  width: 46px;
  position: absolute;
  right: 0;
  bottom: -34.5px;
  display: flex;
  justify-content: space-around;
}
.overlay-beverage .container-beverage-modal .rotate-actions img {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  cursor: pointer;
}
.overlay-beverage .container-beverage-modal .title {
  background: #ffffff;
  height: 48px;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  display: flex;
  padding: 13px 16px;
}
.overlay-beverage .container-beverage-modal .title p {
  font-size: 18px;
  color: #333333;
  font-weight: 500;
  margin: 0;
  margin-top: 2px;
}
.overlay-beverage .container-beverage-modal .manager-close-button {
  background-color: #fff;
  border: 0;
}
.overlay-beverage .container-beverage-modal .manager-close-button img {
  width: 24px;
  height: 24px;
}
.overlay-beverage .container-beverage-modal .panel-beverage {
  width: 100%;
  height: calc(100% - 48px);
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .img-container {
  height: 100%;
  width: 296px;
  background: #ffffff;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  border-left: 1px solid #e5e5e5;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .img-container .preview-text {
  margin-left: 10px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .img-container .preview-text p {
  font-size: 18px;
  flex-basis: calc(100% + 20px);
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .img-container .preview-image {
  height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager {
  height: 100%;
  width: calc(100% - 296px);
  background: #ffffff;
  padding-left: 10px;
  padding-right: 10px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .input-title {
  font-size: 13px;
  font-weight: 500;
  display: flex;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .input-title > span {
  margin-left: 10px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .margin-form {
  margin-top: 24px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .title-margin {
  margin-top: 10px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .pubtv-button {
  margin-top: 21px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .danger {
  background: brown;
  border-color: transparent;
  color: white;
  border-radius: 7px !important;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .submit-buttons {
  display: flex;
  box-sizing: border-box;
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-top: auto;
  margin-right: 20px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .submit-buttons .btn-submit {
  width: 124px;
  padding-left: 24px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .submit-buttons .btn-submit.image-upload {
  margin-right: 20px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab .image-upload {
  justify-content: space-between;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab .image-upload .brewery-upload {
  width: 224px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab .image-upload .beer-upload {
  width: 235px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab .image-upload input[type=file] {
  display: none;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .manager-tab::-webkit-scrollbar {
  display: none !important;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .checkbox-container {
  display: flex;
  box-sizing: border-box;
  align-items: center;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .checkbox-container p {
  font-size: 14px;
  color: #7d7d7d;
  margin: 0;
}
.overlay-beverage .container-beverage-modal .panel-beverage .content-beverage .manager .checkbox-container my-checkbox {
  width: 15px;
  padding: 0;
  margin-right: 0.5em;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar {
  background: #2a2a2a;
  height: 100%;
  width: 64px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: column;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool {
  width: 48px;
  height: 50px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  background: #2a2a2a;
  flex-direction: column;
  margin-top: 24px;
  opacity: 0.3;
  transition: 0.2s ease all;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool.active, .overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool:hover {
  opacity: 1;
  transition: 0.2s ease all;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool .icon-container {
  height: 28px;
  width: 100%;
  background: #2a2a2a;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool .tool-name {
  width: 100%;
  height: calc(100% - 28px);
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  background: #2a2a2a;
  margin-top: 6px;
}
.overlay-beverage .container-beverage-modal .panel-beverage .toolbar .tool .tool-name p {
  font-size: 9px;
  color: #fafafa;
  text-align: center;
}

.search {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  margin-right: 20px;
}

.container-images {
  width: 520px;
  height: 475px;
  overflow-y: scroll;
}

.container-images-logo {
  display: flex;
  width: 100%;
  overflow-y: scroll;
}
.container-images-logo .image-logo-beverage {
  max-width: 100px;
}

.breweries {
  max-width: 500px;
  min-width: 500px;
  display: flex;
  align-items: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breweries .item {
  width: 145px;
  max-width: 145px;
  min-height: 145px;
  border-radius: 4px;
  border: 1px solid gray;
  flex: 1;
  flex-basis: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
  display: flex;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.breweries .item .select {
  display: flex;
  box-sizing: border-box;
  justify-content: flex-end;
  width: 100%;
  height: 20px;
}
.breweries .item .select my-checkbox {
  width: 20px;
  margin-right: 15px;
}
.breweries .item.beer-img {
  max-height: 272px;
  min-height: 272px;
}
.breweries .item img {
  width: 100%;
  height: 100%;
}
.breweries .item:nth-child(3n) {
  margin-right: 0;
}

.details-text {
  font-size: 11px;
  color: #7d7d7d;
}

.upload {
  width: 156px;
}

.promotion-select {
  width: 156px;
  height: 34px;
  padding-left: 10px;
}

.repeat-promotion {
  margin-top: 32px;
}

.images-label {
  font-size: 14px;
  color: #333333;
  font-weight: 500;
}
.images-label.bottom {
  margin-top: 24px;
}

.img-btn {
  width: 154px;
  background-color: #edf1f6;
}

.container-images .images {
  max-width: 500px;
  min-width: 500px;
  display: flex;
  align-items: space-between;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.container-images .images .container-image {
  width: 145px;
  max-width: 145px;
  min-height: 145px;
  flex: 1;
  flex-basis: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
  transition: 0.2s ease all;
  position: relative;
}
.container-images .images .container-image .image {
  background: #fafafa;
  border: 2px solid #d9dce0;
  width: 145px;
  max-width: 145px !important;
  min-height: 145px;
  border-radius: 4px;
  flex: 1;
  flex-basis: 100%;
  margin-right: 16px;
  margin-bottom: 16px;
  transition: 0.2s ease all;
  position: relative;
  object-fit: contain;
  object-position: center;
}
.container-images .images .container-image .image:nth-child(3n) {
  margin-right: 0;
}
.container-images .images .container-image .image.active {
  border-color: #ffe400;
  transition: 0.2s ease all;
}
.container-images .images .container-image .container-checks {
  position: absolute;
  top: 10px;
  left: 114px;
}
.container-images .images .container-image .container-checks .image-checked {
  background-color: #0ca4fc;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  display: flex;
}
.container-images .images .container-image .container-checks .image-checked img {
  margin: auto;
  width: 14px;
  height: 10px;
}
.container-images .images .container-image .container-checks .image-unchecked {
  border: 1px solid #d1d1d1;
  border-style: dashed;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
}
.container-images .images .container-image.container-beers .image-item {
  min-height: 268px;
}

.container-checks-logo {
  position: absolute;
  top: 5px;
  left: 75px;
}
.container-checks-logo .image-checked {
  background-color: #0ca4fc;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
  display: flex;
}
.container-checks-logo .image-checked img {
  margin: auto;
  width: 14px;
  height: 10px;
}
.container-checks-logo .image-unchecked {
  border: 1px solid #d1d1d1;
  border-style: dashed;
  width: 20px;
  height: 20px;
  border-radius: 50% !important;
}

.resume-promo {
  margin-top: 5px;
}

.mT-32 {
  margin-top: 32px;
}

.mL-a {
  margin-left: auto !important;
}

/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.totem-container {
  box-sizing: border-box;
}
.totem-container .establishment {
  border-bottom: 1px solid #edf1f6;
  margin-bottom: 20px;
}
.totem-container .new-totem {
  display: flex;
  align-items: center;
}
.totem-container .form-container {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
}
.totem-container .corner-items {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  margin-bottom: 16px;
}
.totem-container h2 {
  color: #2a2a2a;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-right: 24px;
}
.totem-container span {
  color: #7d7d7d;
}
.totem-container my-button.sm {
  width: 100px;
}
.totem-container my-button.md {
  width: 120px;
}
.totem-container my-button.lg {
  width: 178px;
}
.totem-container .box {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin-right: 20px;
}
.totem-container input:not(.upload) {
  width: 196px;
  height: 32px;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  margin-bottom: 20px;
}
.totem-container input:not(.upload).lg {
  width: 316px;
}
.totem-container select {
  width: 196px;
  height: 32px;
  margin-bottom: 20px;
}
.totem-container .checkbox-container {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-right: 20px;
}
.totem-container .checkbox-container my-checkbox {
  width: 35px;
}
.totem-container .checkbox-container .input-title {
  margin: 0;
}
.totem-container .checkbox-container.disabled {
  opacity: 0.4;
}
.totem-container .input-title {
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  margin-bottom: 4px;
}
.totem-container .upload {
  width: 100%;
}
.totem-container .details {
  height: 32px;
  align-self: flex-end;
  margin-top: 18px;
}
.totem-container .details p {
  font-size: 12px;
  line-height: 16px;
  color: #7d7d7d;
  margin: 0;
  text-align: center;
}
.totem-container .restart-btn {
  display: flex;
  flex-direction: column;
  width: 285px;
}
.totem-container .restart-btn popover .popover {
  bottom: 10px;
}
.totem-container .restart-btn popover .popover.top > .arrow {
  left: 80%;
}
.totem-container .restart-btn my-button {
  align-self: flex-end;
}
.totem-container .disabled {
  opacity: 0.4;
}
.totem-container .preview {
  width: 180px;
  height: 100px;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 20px;
  border: 1px solid #D1D1D1;
}
.totem-container .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#corrida .content {
  background-color: #f5f5f5;
}

/* start bar tv */
.add-category-bartv {
  border: 1px solid black;
  width: 150px;
  height: 150px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.modal-container {
  background: white;
  padding: 20px;
  border-radius: 5px;
  width: 300px;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-body {
  margin-top: 10px;
}

.bar-tv-container {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.bar-tv-container .bar-tv-item {
  width: 100%;
  height: 240px;
  border: 1px solid black;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.bar-tv-container .bar-tv-item button {
  background-color: #ffe400 !important;
  color: black;
  width: 100px;
  border: 0;
  border-radius: 4px;
  padding: 12px;
}
.bar-tv-container .bar-tv-item .bar-tv-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.crm div .tab-content {
  margin: 0;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.crm .show-hide-element {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.crm .show-hide-element.ng-hide {
  opacity: 0;
}
@media (max-width: 767px) {
  .crm div .tab-content {
    padding: 0px !important;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: - 0.625rem;
  margin-right: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 0.9375rem;
    margin-right: - 0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: - 0.625rem;
  margin-left: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: - 0.9375rem;
    margin-left: - 0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.25rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.25rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.25rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: - 0.625rem;
  margin-bottom: - 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 0.9375rem;
    margin-bottom: - 0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
