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

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

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

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

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

:root {
  --branco: #faf7f3;
  --branco-claro: #fff;
  --vermelho: #e4002b;
  --vermelho-escuro: #c70226;
  --preto: #000000;
  --verde: #2daf00;
  --verde-escuro: #2daf001a;
  --verde-claro: #1d981fa8;
  --verde-suave: #c3ffc5;
  --azul: #168fd0;
  --azul-escuro: #116fa2;
  --azul-claro: #b1e9f5;
  --marsala: #af0000;
  --marsala-escuro: #af0000;
  --marsala-claro: #af0000a7;
  --cinza: #e4e4e4;
  --cinza-suave: #f3f3f3;
  --cinza-claro: #b8b8b8;
  --cinza-escuro: #535353;
  --amarelo: #e48900;
  --amarelo-escuro: #e48900;
  --amarelo-claro: #e489001a;
  --rosa: #f0aa89;
  --roxo: #d8afcf;
}

html {
  /* // Beige */
  --color-primary-dark: #f4e8d4;
  --color-primary-contrast: #fcf9f4;
  --color-primary-shade: #f7eede;
  --color-primary-tint: #f9f3e9;

  /* // Gray */
  --color-gray: #f1f1f3;
  --color-gray-contrast: #1B1B1B;
  --color-gray-shade: #606060;
  --color-gray-shade-shade: #707070;
  --color-gray-shade-tint: #C6C6C6;
  --color-gray-shade-contrast: #494E57;
  --color-gray-tint: #EBEBEB;
  --color-gray-tint-rgb: 255, 255, 255;
  --color-gray-tint-contrast: #1B1B1B;
  --color-gray-shade-contrast: #202020;

  /* // Green */
  --color-secondary-dark: #1c5e4e;
  --color-secondary-shade: #23b09b;
  --color-secondary-tint: #007A5C;

  /* // Brown */
  --color-third-dark: #69331f;
  --color-third-contrast: #8E6657;
  --color-third-shade: #653a2b;
  --color-third-tint: #683322;
}

body {
  background-color: var(--color-primary-contrast);
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
  background-color: var(--color-secondary-dark);

}

.swal2-title {
  color: var(--color-secondary-dark);

}

/* .navbar {
  background-color: var(--color-primary-shade) !important;
} */

#accordionSidebar {
  background-color: var(--color-primary-dark) !important;

}

span,
.text-gray-800,
.text-gray-600,
.text-gray-900,
.small,
.h3,
.text-primary,
td,
.mb-4 {
  color: var(--color-third-dark) !important;

}

hr {
  color: var(--color-third-dark) !important;

}

.text-gray,
.text-gray-300,
i,
.fas,
.iziToast-wrapper {
  color: var(--color-third-dark) !important;

}

.fa-filter,
.fa-plus,
.fa-search-minus,
.fa-check,
.fa-pen,
.fa-chevron-left,
#label-duplicar {
  color: #ffff !important;

}

.sidebar-dark.toggled #sidebarToggle::after {
  color: var(--color-third-dark) !important;

}

.btn-primary,
.btn-secondary {
  background-color: var(--color-secondary-dark) !important;
}

.sidebar-dark #sidebarToggle,
.scroll-to-top {
  background-color: #1c5e4e4d !important;
}

.sidebar-dark #sidebarToggle::after {

  color: var(--color-third-dark) !important;

}

.alin {
  display: flex !important;
  justify-content: center !important;
}

/* 
.scroll-to-top{
  color: var(--color-secondary-dark) !important;
}

.scroll-to-top:hover {
  color: var(--color-secondary-dark) !important;

} */

/* .h3 {
  color: var(--color-third-dark) !important;

} */
/* .text-gray-600{
  color: var(--color-third-dark) !important;

} */

.nav-link img {
  color: var(--color-third-dark) !important;

}

.minh-100vh {
  min-height: 100vh !important;
}

.invalid-form,
.invalid-image {
  border: 1px solid #ff0000;
}

.bg-filtrando {
  /* background-color: rgba(28, 200, 138, .4); */
  /* background-color: #FFF; */
  background-image: linear-gradient(180deg, #d5c06b2b 10%, #d5c06b3b 100%);
  background-size: cover;
}

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

select[multiple].invalid-form+.btn-group {
  border: 1px solid #ff0000;
  border-radius: 5px;
}

.sidebar.toggled .nav-item.active .nav-link span {
  font-family: "Black" !important;
}

.sidebar.toggled .nav-item .nav-link span {
  font-family: "Regular" !important;
}

/* Login */
.bg-login-image {
  background-image: url('/img/img_restrito.png');
  opacity: 0.9;
}

.bg-password-image {
  background-image: url('/img/img_restrito.png');
  opacity: 0.9;
}

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

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

.center {
  text-align: center;
}

.stepper {
  padding: 8px;
  cursor: pointer;
  border: 1px solid #E5E5E5;
  color: #8E8E8E;
  border-radius: 4px;
  margin-right: 4px;
  margin-left: 4px;
  font-size: 18px;
}

.stepper-active {
  background-color: #BFBFBF;
  color: #fff;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  padding: 8px;
  font-size: 18px;
}

.stepper:hover {
  background-color: #BFBFBF;
  color: #FFFFFF;
}

.checkbox {
  display: flex;
  align-items: center;
}

.checkbox input[type=checkbox] {
  width: 40px !important;
}

.border-left-dashboard {
  border-left: .25rem solid #1c5e4e !important
}

.text-yellow {
  color: #69331f !important;

}

.bg-yellow {
  background-color: #d5c06b !important;
}

.bg-black {
  background-color: rgb(54 54 54) !important;
}

/* #logo {
  border-radius: 8px;
  width: auto;
  height: 80px;
  margin-left: 5px;
  object-fit: cover;
  background-color: #e8e8e8;
} */

.margin-icon-add {
  margin-left: 5px;
  margin-right: 5px;
}

.margin-icon-filter {
  margin-right: 5px;
}

.btn-ver {
  width: 66px !important;
  font-family: 'Regular';
}

i {
  color: inherit !important;
}

.table>thead:first-child>tr:first-child>td {
  color: #000000;
  font-family: 'Medium' !important;
}

/* #lista-permissoes>thead:first-child>tr:first-child>td{
  color: #858796a6 !important;
} */

#lista-permissoes td,
#lista-permissoes th {
  color: #858796e3 !important;
}

.font-regular {
  font-family: "Regular" !important;
}

.font-medium {
  font-family: "Medium" !important;
}

.font-semi-bold {
  font-family: "SemiBold" !important;
}

.font-bold {
  font-family: "Bold" !important;
}

.font-black {
  font-family: "Black" !important;
}

label {
  font-family: 'Regular';
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 27px;
  margin-right: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #de1717b9;
  -webkit-transition: .4s;
  transition: .4s;
}

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

input:checked+.slider {
  background-color: #17ac17c0;
}

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

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

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

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

.produto {
  list-style-type: none;
}

.foto_loja {
  width: 45% !important;
  height: 167px !important;
  object-fit: cover !important;
  border-radius: 5px !important;
}

.switch-modalidades {
  width: 47px !important;
  height: 20px !important;
}

.slider-modalidades.round-modalidades:before {
  width: 13px !important;
  height: 13px !important;
}

.div-categorias {
  display: flex !important;
  flex-wrap: wrap !important;
}

.logo_categoriaa {
  border-radius: 13px;
  width: 90px;
  height: 90px;
  margin-left: 5px;
  object-fit: cover;
  background-color: #e8e8e8;
}

.nav-link img {
  height: 20px;
  width: 20px;
  margin-bottom: 7px;
}

.nav-link .icone-menu {
  height: 24px !important;
  width: 24px !important;
}

.nav-link .cupom {
  height: 34px !important;
  width: 33px !important;
}

.nav-link .segmento_cupom {
  width: 45px !important;
  height: 42px !important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #3a3b45d3 !important;
  background-color: #FFFFFF !important;
}

.select-disabled {
  /* background-color: rgb(234 236 244 / 38%) !important; */
  border: 1px solid #d1d3e2 !important;
}

.not-disabled {
  background-color: rgb(255 0 0 / 100%) !important;
}

#caixa-loading {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  outline: 0;
  align-items: center;
  justify-content: center;
}

#caixa-loading .loader {
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3a3b45d3;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

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

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

.disabled {
  background-color: rgb(234 236 244 / 38%);
  opacity: 1;
  pointer-events: none;
  cursor: not-allowed;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.btn,
.btn-primary,
.btn-block {
  border: 1px solid #E5E5E5;
  /* font-weight: bold; */
}

/* TODO styles de cards de produto */

.card-produto {
  box-shadow: 0px 8px 12px rgb(227 220 199 / 50%);
  margin-right: 15px;
  padding: 10px 10px 0px 10px;
  border-radius: 10px;
  height: inherit;
  cursor: pointer;
}

.card-produto-acoes {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.79);
  z-index: 10;
  padding: 20px 0px;
}

.card-body-produto::-webkit-scrollbar {
  width: 0px;
}

.card-produto-img {
  width: 100%;
  height: 165px;
  margin-bottom: 10px;
  border-radius: 20px;
  object-fit: cover;
}

.card-produto-descricao {
  max-height: 120px;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  white-space: break-spaces;
  overflow: hidden;
}

.card-produto-bold {
  font-weight: 700;
  color: black;
}

.card-produto-cadastro {
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
}

.card-produto-button-cadastro {
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  display: flex !important;
  border-radius: 15%;
}

.icon-ordem {
  margin-right: 7px;
  font-size: 20px;
  cursor: pointer;
}

.ordem-categorias {
  display: flex;
  margin-bottom: 15px;
  align-items: baseline;
}

.icon-ordem-opcional {
  font-size: 16px !important;
  margin-right: 5px !important;
}

.link-esqueci-senha {
  width: 100%;
  text-align: center;
}

.link-esqueci-senha>a {
  text-decoration: underline;
}

.google-map {
  height: 40vh;
  width: 80%;
  margin: auto;
}

.hidden_mapa {
  display: none;
}