*:not(::before) {
  font-family: "Roboto", sans-serif !important;
}

body {
  font-family: "Roboto", sans-serif !important;
  padding-right: 0px !important;
}

body, *:not(button) {
  color: #242E42;
}

h8{
  font-size: 14px;
}

.side-menu {
  position: fixed;
}

.logo img {
  max-width: 56px;
}

.card {
  border-radius: 10px;
}

.text-danger-minor {
  color: #FF6B00 !important;
}

.text-danger {
  color: #F52D56 !important;
}

.text-success {
  color: #03DE73 !important;
}

.small {
  font-size: 13px;
}

.medium {
  font-size: 19px;
}

.big {
  font-size: 25px;
}

.defaultCursor {
  cursor: default !important;
}

.bordered-round {
  border: 1px solid black;
  border-radius: 10px;
  padding-top: 8px;
}

.info-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  color: #757575 !important;
  background-color: #DADADA !important;
}

.hide-arrow::after {
  display: none;
}

/*
*** Botões e Inputs ***
 */

.input-button {
  position: absolute;
  top: 1px;
  right: 20px;
  font-size: 17px;
  background: transparent;
}

.input-button:hover {
  opacity: 0.6;
}

.custom-input {
  background: #FFFFFF;
  border: 1px solid #242E42;
  box-sizing: border-box;
  border-radius: 30px !important;
}

.btn-primary.centerflex {
  width: 262px;
  height: 40px;
}

.btn-primary span {
  color: #FFFFFF !important;
}

.btn-primary i {
  color: #FFFFFF !important;
  font-size: 20px;
  margin-right: 5px;
}

.btn-dark.centerflex {
  width: 262px;
  height: 40px;
}

.btn-dark span {
  color: #FFFFFF !important;
}

.btn-dark i {
  color: #FFFFFF !important;
  font-size: 20px;
}

.disabled-btn {
  background-color: #E7E7E7 !important;
  border-color: #E7E7E7 !important;
  pointer-events: none;
  color: #999999;
}

.btn-link {
  background: transparent;
  text-decoration: none;
  color: #2196F3;
  border: 0;
}

.btn-link i {
  margin-top: 2px;
  color: #2196F3 !important;
}

.btn-link:hover {
  background: transparent;
  text-decoration: none;
  color: #1a72c9 !important;
  border: 0;
}

.btn-link i::before {
  margin-top: 2px;
}

.btn-link:hover .text, .btn-link:hover i {
  color: #1a72c9 !important;
}

.btn-link:hover .text {
  border-bottom: 1px solid #1a72c9;
}

.btn-link .text {
  color: #2196F3 !important;
  border-bottom: 1px solid #2196F3;
}

.btn-primary {
  border-color: #2196F3;
  background-color: #2196F3;
}

.btn-outline-primary {
  color: #2196F3;
  border-color: #2196F3;
}

.btn-outline-primary i {
  color: #2196F3;
}

.btn-outline-primary:hover {
  background: transparent;
  color: #4557e5;
}

button:focus {
  box-shadow: none !important;
}

button:not(.table-button):not(.btn-sm):not(.defaultCursor) {
  border-radius: 8px;
}

button.defaultCursor {
  min-width: unset;
  padding: 0;
  margin-left: 5px;
}

select, input {
  border-radius: 5px;
}

.disabled-page, .disabled-page i {
  pointer-events: none;
  color: #999999;
}

.btn-blue {
  min-width: 115px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #2196F3;
  color: #2196F3;
}

.btn-blue.left {
  border-radius: 5px 0px 0px 5px !important;
}

.btn-blue.right {
  border-radius: 0px 5px 5px 0px !important;
}

.rounded-button {
  width: 200px;
  border-radius: 8px;
}

/*
*** Fim Botões e Inputs ***
 */

/*
*** Alinhamento de elementos ***
*/

.centerflex {
  align-items: center;
}

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

.justify-self-end {
  position: absolute;
  right: 20px;
}

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

.wrap-flex {
  flex-wrap: wrap;
}

/*
*** Fim Alinhamento de elementos ***
*/

/*
*** Popover ***
*/

.popover {
  background: #464E5E !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  position: absolute;
  border-radius: 8px;
  padding: 5px 15px;
  min-width: 470px;
  color: #FFFFFF !important;
}

.popover .popover-header {
  background: #464E5E !important;
  color: #FFFFFF !important;
  border-bottom: 0 !important;
  text-decoration: underline;
  padding: 0;
}

.popover .arrow {
  display: none;
}

.popover .popover-body {
  font-size: 13px;
  color: #FFFFFF !important;
}

/*
*** Fim Popover ***
*/

/*
*** Tabelas ***
*/

.table {
  padding: 0;
}

.table thead {
  background: #E3F2FD;
  color: #2196F3 !important;
}

.table thead input {
  border: 2px solid #2196F3;
  border-radius: 3px;
}

.table thead button, .table thead span {
  color: #2196F3 !important;
  font-weight: bold;
}
.table tbody tr:hover {
  background: #EFF8FF;
}
.table .btn {
  padding: 0;
}

/*
*** Fim Tabelas ***
*/

.modal-header, .modal-footer {
  background: transparent;
  border: 0;
}

.modal-header .modal-title {
  color: #2196F3;
}

.left.side-menu {
  width: 110px;
}

.content-page {
  margin-left: 110px;
}

.card-header {
  background: transparent;
}

kbd {
  color: #FFFFFF;
}

.dropdown-menu {
  padding: 0 !important;
}

/*
*** Estilização dos Status ***
*/

.status-circle {
  padding: 3px;
  margin-right: 5px;
  border-radius: 50%;
  background: #EFF3F9;
  border: 1px solid #DADADA;
}

.produto-ativo, .produto-inativo {
  padding: 0 9px;
  border-radius: 50%;
}

.produto-ativo {
  background: #03DE73;
}

.produto-inativo {
  background: #DADADA;
}

/*
*** Fim Estilização dos Status ***
*/

textarea {
  min-height: 38px;
}

.topbar-left {
  max-height: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff3f6;
}

.topbar-left > .div-image {
  max-height: 70px;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-left > .div-image > a {
  min-height: 70px;
  max-height: 70px;
  display: flex;
  align-items: center;
}

.slimScrollDiv, .slimscrollleft {
  margin: 4px 0px 0px;
  height: 100% !important;
  max-height: calc(100vh - 100px);
}

.slimScrollDiv > .slimScrollBar {
  width: 3px !important;
}

.show_coupons {
  text-decoration: underline;
  color: #2196F3;
}

#outerInvoiceStore .select2.select2-container.select2-container--default {
  flex: 1 0 0;
}

#outerInvoiceStore .select2-selection.select2-selection--single {
  height: 100%;
}

#select2-invoice_store-container {
  line-height: 36px;
}
.swal2-radio {
  text-align: left;
}

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 0px;
  display: block;
}

@media print {
  *:not(.printable) {
    visibility: hidden;
  }
  body {
    padding: 0;
  }
  .modal-dialog .modal-dialog-xl {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    max-width: 100vw;
    max-height: 100vh;
  }
  .printable, .printable * {
    visibility: visible;
  }
  .printable {
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    font-size: 30px;
    padding: 0;
    margin: 0;
    margin-top: 5px;
  }
  /* .printable .printable-mb {
    margin-bottom: 20px !important;
  } */
  .printable .table tbody td, .printable .table thead th {
    padding-top: 0;
    /* padding-bottom: 5px; */
    border: 0;
  }
  .printable .strong {
    font-weight: bold;
  }
}