﻿@font-face {
  font-family: Futura;
  src: url("../assets/fonts/futura.otf");
}

body {
  font-family: "Roboto", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

.container {
  width: 98%;
  max-width: 820px;
  margin: 0 auto;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 100px;
}

.container-sm {
  width: 98%;
  max-width: 680px;
  margin: 0 auto;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 100px;
}

.container-md {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 100px;
}

.container-lg {
  width: 98%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 500px;
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 100px;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.bg-muted {
  background-color: #ececec;
}

.bg-semimuted {
  background-color: #888;
}

/* ----------------- */
/* SHADOW */
/* ----------------- */

.ck-box--radius {
  border-radius: 8px !important;
}

.ck-box--shadow {
  transition: all ease-out 0.5s;
  -webkit-box-shadow: 1px 1px 4px 0.2px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 4px 0.2px rgba(0, 0, 0, 0.06);
  box-shadow: 1px 1px 4px 0.2px rgba(0, 0, 0, 0.06);
}

.ck-box--shadow__3px {
  -webkit-box-shadow: 1px 1px 6px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 6px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 6px -5px rgba(0, 0, 0, 0.75);
}

.ck-box--shadow__6px {
  -webkit-box-shadow: 6px 6px 6px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 6px 6px 6px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 6px 6px -5px rgba(0, 0, 0, 0.75);
}

/*---------------------------*/
/*   LAYOUT CENTERED         */
/*---------------------------*/

.main-la {
  width: 100%;
  max-width: 1042px;
  margin: 0 auto !important;
}

.media {
  width: 100%;
  height: auto;
  min-height: 200px;
  /*border-bottom-style:solid;
    border-bottom-color:red;*/
  padding-top: 40px;
  padding-bottom: 50px;
  color: #555;
}

.media-render {
  background-color: #fafafa;
}

/*---------------------------*/
/*   AUXILIAR                */
/*---------------------------*/
.text-center {
  text-align: center;
}

.text-muted {
  color: #767676 !important;
}

.text-danger {
  color: red;
}

.text-green {
  color: green;
}

.text-uppercase,
.uppercase {
  text-transform: uppercase;
}

.text-lowercase,
.lowercase {
  text-transform: lowercase;
}

.background {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ck-form-input-error {
  color: red;
}

.ck-select {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  display: block;
  margin-top: 0;
  background: none;
  padding: 2px 2px 1px;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 30px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  float: left;
  border-bottom-color: rgba(0, 0, 0, 0.12);
  color: #333;
}

.w100 {
  width: 100%;
}

.w99 {
  width: 99%;
}

.mzero-auto {
  margin: 0 auto;
}

/*---------------------------*/
/*   LINK                    */
/*---------------------------*/

a.ck-link {
  color: #555;
  cursor: pointer;
  /* implementar o underline e espaças o underline 1 px */
  text-underline-offset: 0.125em !important;
  text-decoration: underline;
}

a.ck-link:hover {
  text-decoration: underline;
}

.ck-link:link,
a.ck-link:visited {
  text-decoration: none;
}

/*---------------------------*/
/*   TOOLBAR                 */
/*---------------------------*/
md-toolbar .logo {
  padding: 0px !important;
}

md-toolbar .logo img {
  width: 100%;
  height: 100%;
}

.md-toolbar-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.ck-toolbar-profile {
  height: 100%;
  background-color: #333;
  height: 35px;
  width: 35px;
  margin: 0px;
  padding: 0px;
  min-width: 0px;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  /*border: 0.1px solid white;*/
}

/*---------------------------*/
/*   AVATAR                 */
/*---------------------------*/
.avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.avatar-sm {
  height: 100px;
  width: 100px;
}

.avatar-lg {
  height: 250px;
  width: 250px;
}

.avatar-xs {
  height: 50px;
  width: 50px;
}

.avatar-square {
  background-color: #fff;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /*border: 1px solid #eee;*/
}

.avatar-square--lg {
  margin: 10px;
  height: 120px;
  width: 120px;
  min-width: 120px;
  min-height: 120px;
}

.avatar-square--xlg {
  margin: 10px;
  height: 200px;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
}

.avatar-square--sm {
  margin: 10px;
  height: 90px;
  width: 90px;
  min-width: 90px;
  min-height: 90px;
}

.avatar-square--ssm {
  margin: 6px;
  height: 60px;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
}

.avatar-square--xs {
  margin: 10px;
  height: 40px;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
}

.avatar-square--xxs {
  margin: 4px;
  height: 25px;
  width: 25px;
  min-width: 25px;
  min-height: 25px;
}


.avatar-retrato {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 3/4 !important;
    width: 60px;
}

.avatar-retrato--lg{
    width: 120px;
    min-width: 120px;
}


.avatar-retrato--mmd {
    width: 100px;
    min-width: 100px;
}


.avatar-retrato--md {
    width: 80px;
    min-width: 80px;
}

.avatar-retrato--sm {
    width: 50px;
    min-width: 50px;
}

.avatar-retrato--xs {
    width: 40px;
    min-width: 40px;
}

.avatar-retrato--xxs {
    width: 30px;
    min-width: 30px;
}

.avatar-retrato--xxxs {
    width: 20px;
    min-width: 20px;
}

/*---------------------------*/
/*   BUTTON                 */
/*---------------------------*/

.md-button-fullwidth {
  width: calc(100% - 30px);
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.md-button-facebook {
  background-color: #3b5998 !important;
  box-shadow: none !important;
  text-transform: none;
  padding: 5px 12px;
  font-size: 16px;
}

.md-button-facebook svg {
  fill: white;
  margin-bottom: -8px;
  margin-right: 10px;
}

.md-button-sm {
  margin: 5px;
  min-height: 26px;
  height: 26px;
  line-height: 26px;
}

.button-copytoclipboard{
  background-color: #f0f0f0;
  border: none !important;
  color: #333;
  border-radius: 4px;
  padding: 2px 3px;
  font-size: 10px !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-left: 10px;
}

.button-copytoclipboard:hover {
  background-color: #e0e0e0;
}

.button-copytoclipboard i{
  font-size: 12px !important;
  color: #333;
}

.md-button-sm-width {
  min-width: 36px !important;
}

.md-button-whatsapp {
  background-color: #25d366 !important;
  color: #fff !important;
}

/*---------------------------*/
/*   TOAST                 */
/*---------------------------*/

md-toast {
  position: fixed;
  z-index: 999;
}

/*---------------------------*/
/*   MD LIST                 */
/*---------------------------*/
md-list {
  background-color: #fff;
}

/*---------------------------*/
/*   SIDENAV                 */
/*---------------------------*/

.sidenav-cataloko-title {
  font-family: Wildcard Condensed !important;
}

/*---------------------------*/
/*   MARGIN                  */
/*---------------------------*/

.nomargin {
  margin: 0px !important;
}

.nopadding {
  padding: 0px !important;
}

.nom {
  margin: 0px !important;
}

.nop {
  padding: 0px !important;
}

.no-margintop {
  margin-top: 0px;
}

.no-marginbottom {
  margin-bottom: 0px;
}

.no-marginleft {
  margin-left: 0px !important;
}

.margin-top10 {
  margin-top: 10px;
}

.margin-top20 {
  margin-top: 20px;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top100 {
  margin-top: 100px;
}

.margin-bottom20 {
  margin-bottom: 20px;
}

.margin-bottom50 {
  margin-bottom: 50px;
}

.margin-bottom100 {
  margin-bottom: 100px;
}

.margin-right10 {
  margin-right: 10px;
}

/*---------------------------*/
/*   SUBHEADER               */
/*---------------------------*/
.md-subheader {
  font-family: Roboto Condensed;
  margin-bottom: 10px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0);
}

/*---------------------------*/
/*   ANIMATION                 */
/*---------------------------*/

.go-up {
  animation-name: goUp;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
}

@keyframes goUp {
  from {
    opacity: 0;
    margin-top: 2em;
  }
  to {
    opacity: 1;
    margin-top: 0;
  }
}

.go-down {
  transition: all 0s ease-out;
}

.go-down.ng-hide {
  opacity: 0;
}

.rotate {
  animation: rotate 2s linear infinite;
}

/* fazer uma animacao chamda rotate que da uma volta completa */

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*---------------------------*/
/*   MEDIA FOOTER            */
/*---------------------------*/
.media-footer {
  background-color: #607d8b;
  color: #fff;
  padding-bottom: 0px;
}

.media-footer h2 {
  font-size: 40px;
  text-align: center;
  margin: 5px;
}

.media-footer p {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.media-footer-title {
  font-family: Roboto Condensed;
  letter-spacing: 0px;
  font-size: 20px;
}

.media-footer a {
  text-decoration: none;
  color: #e6e6e6;
}

.media-footer-links {
  margin-top: 30px;
  height: 80px;
  width: 100%;
}

.media-footer-links-mini {
  font-size: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.media-footer-links-mini i {
  vertical-align: top;
}

.media-footer-link-lang {
  text-decoration: none;
  color: #e6e6e6;
  margin-left: 5px;
  margin-right: 5px;
  text-align: right;
  cursor: pointer;
}

.media-footer-icons svg {
  margin: 5px 10px 5px 10px;
}

/*
* MARGIN
*/

.nm {
  margin: 0px;
}
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb100 {
  margin-bottom: 100px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr50 {
  margin-right: 50px;
}

/*
* PADDING
*/
.np {
  padding: 0px;
}
.pt0 {
  padding-top: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt50 {
  padding-top: 50px;
}
.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb100 {
  padding-bottom: 100px;
}

.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
.pl50 {
  padding-left: 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pr50 {
  padding-right: 50px;
}

/* ----- WIDHT------- */
.w10 {
  width: 10%;
}
.w50 {
  width: 50%;
}
.w100 {
  width: 100%;
}
.w99 {
  width: 99%;
}
.w98 {
  width: 98%;
}
.w94 {
  width: 94%;
}
.w100vw {
  width: 100vw;
}

/*---------------------------*/
/*   AUXILIAR                */
/*---------------------------*/
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-muted {
  color: #767676 !important;
}

.text-semimuted {
  color: #666 !important;
}

.text-danger {
  color: red;
}

.text-warn {
  color: goldenrod;
}

.text-uppercase {
  text-transform: uppercase;
}
.text-size-8px {
  font-size: 8px !important;
  line-height: 16px !important;
}

.text-size-10px {
  font-size: 10px !important;
  line-height: 18px !important;
}

.text-size-12px {
  font-size: 12px !important;
  line-height: 20px !important;
}

.text-size-14px {
  font-size: 14px !important;
  line-height: 22px !important;
}

.text-size-16px {
  font-size: 16px !important;
  line-height: 24px !important;
}

.text-size-18px {
  font-size: 18px !important;
  line-height: 26px !important;
}

.text-size-20px {
  font-size: 20px !important;
  line-height: 28px !important;
}

.text-size-22px {
  font-size: 22px !important;
  line-height: 30px !important;
}

.text-size-24px {
  font-size: 24px !important;
  line-height: 32px !important;
}

.text-size-28px {
  font-size: 28px !important;
  line-height: 36px !important;
}

.text-size-30px {
  font-size: 30px !important;
  line-height: 38px !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-bold {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.text-nowrap {
  white-space: nowrap;
  text-wrap: nowrap !important;
}

.text-wrap {
  white-space: pre-wrap; /* CSS3 */
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* Opera <7 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* IE */
  max-width: 100%;
}

.text-monospace {
  font-family: monospace;
}

.text-white {
  color: white;
}

.title-form {
  font-weight: normal;
  margin-bottom: 0;
}

.divider {
  height: 1px;
  background-color: #ddd;
  width: 100%;
  margin: 18px 0px;
}

.size {
  font-size: 14px;
  line-height: 16px;
  background-color: #555;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 6px;
  margin-top: 5px;
}

.heightVideo {
  height: 100%;
  min-height: 100vh;
  margin: 0px;
}

.upload-img {
  height: 200px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.filtro-btn {
  background-color: #cbcbcb;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 10px;
  height: 36px;
  margin: 2px 3px;
  outline: 0px;
  cursor: pointer;
}

.filtro-btn-selected {
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51) !important;
}

.icon-green {
  background-color: green !important;
}

.quebra-linha {
  word-break: break-all;
  white-space: pre-line;
}

.botaoExibir {
  cursor: pointer;
  width: 90px;
  height: 30px;
  border-radius: 10px;
}

.live-box-img {
  height: 80px;
  min-width: 78px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.live-box-area--space {
  z-index: 720;
  position: absolute;
  bottom: 10px;
  left: calc(50% - calc(min(430px, 94%) / 2));
  width: 94%;
  max-width: 430px;
  /* padding-bottom: 30px;  */
  /* margin-bottom: env(safe-area-inset-bottom);
    margin-bottom: const(safe-area-inset-bottom); */
}

.live-box-area {
  border-radius: 11px;
  cursor: pointer;
  background-color: #4240407f;
  padding: 5px 5px 5px 5px;
  bottom: 0px;
  color: #fff;
  overflow-x: hidden;
}

.lapse-video-desktop {
  height: 100%;
  min-height: 80vh;
  margin: 0px;
  z-index: 10;
}

.link {
  color: grey;
  text-decoration: underline;
  cursor: pointer;
}

.link-blue {
  color: rgb(18, 18, 204);
  cursor: pointer;
  text-decoration: underline;
}

.notas-img {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/*
* RAFFLE
*/
.start-time {
  border-radius: 100%;
  background-color: rgb(210, 239, 248);
  color: rgb(18, 18, 204);
  padding: 10px;
}

.end-time {
  border-radius: 100%;
  background-color: rgb(250, 220, 220);
  color: darkred;
  padding: 10px;
}

.sorteio-date {
  border-radius: 100%;
  background-color: rgb(171, 250, 207);
  color: darkgreen;
  padding: 10px;
}

@media (max-width: 600px) {
  .heightVideo {
    width: 100%;
    height: 100%;
    max-height: 80vh;
    margin: 0px;
  }
}

/*
*Form drop e marca tabela de medidas
*/
.gray-box {
  padding: 20px;
  background: #e0e0e0;
  border-radius: 8px;
}
.table-action {
  color: #333;
  font-size: 10px;
}

.click-action,
.clickable {
  text-decoration: underline;
  cursor: pointer;
}

.click-action:hover,
.clickable:hover {
  text-decoration: none;
}

/* 
/CALENDÁRIO DESPESAS
*/

.calendario-despesa-ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.calendario-despesa-li {
  white-space: nowrap;
}
.calendario-despesa-table {
  border-collapse: collapse;
}
.calendario-dia {
  width: 150px;
  height: 150px;
  border: 1px solid #c3c3c3;
}
.calendario-div-cel {
  aspect-ratio: 1/1;
  width: 190px;
}
.calendario-area-xs {
  overflow: auto;
}
.calendario-span-nw {
  white-space: nowrap;
}
.calendario-th-align {
  text-align: start;
  padding-left: 5px;
  margin-bottom: 5px;
}

.calendario-div-tags {
  /* overflow-y: auto; */
  height: 150px;
}

.calendario-diario-total {
  height: 40px;
}

/* TAG CAIXA */
.tag-div {
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.tag-color-select {
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 2px;
}
.tag-delete-button {
  color: rgb(230, 153, 153);
}
.tag-lg {
  width: 100%;
}
.tag-list {
  padding: 3px 5px;
  border-radius: 5px;
  font-weight: 700;
}
.tag-form-edit {
  border: 1px solid;
  border-radius: 8px;
}
.taginput {
  border: none;
  outline: 0px;
  padding-left: 8px;
}

.taginput:disabled {
  /* color: rgb(191, 191, 191); */
  pointer-events: none;
  cursor: pointer;
}

.taginput:focus {
  border-bottom: 1px solid rgb(0, 0, 0);
}

.tagcaixa {
  border-radius: 5px;
}

.ck-pointer {
  cursor: pointer;
}

/* CUPOM */

.restricao-table:nth-child(odd) {
  background-color: #efefef;
}

.restricao-table:nth-child(even) {
  background-color: #cbcbcb;
}

.cupom-icon-detail {
  width: 50px;
  height: 50px;
  padding-left: 10px;
}

.badge {
  padding: 0px 2px;
  font-size: 12px;
  width: 60px;
  text-transform: uppercase;
  font-weight: bold;
}

.badge-primary {
  background-color: #000000;
  border-radius: 2px;
  color: snow;
}

.badge-expirado {
  background-color: crimson;
  border-radius: 2px;
  color: snow;
}

.badge-inativo {
  background-color: rgb(220, 157, 20);
  border-radius: 2px;
  color: snow;
}

.badge-privado {
  background-color: rgb(200, 220, 20);
  border-radius: 2px;
  color: black;
}

.badge-pacote{
  background-color: rgb(229, 26, 66);
  border-radius: 4px;
  color: white;
  z-index: 20;
  font-size: 10px;
  position: absolute;
  margin-left: 50px;
  margin-top: -130px;
  padding-left: 4px;
  padding-right: 4px;
}

/* LEGIT CHECK */
.legit-btn-aprovar {
  color: white !important;
  background-color: green !important;
}

.legit-btn-reprovar {
  color: white !important;
  background-color: rgb(155, 9, 9) !important;
}

/* LEGIT CHECK - CSS LUKAS */
body.default-mode {
  --bg-principal: #fff;
  --text-color: #000;
  --bg-card: #fff;
}

body.dark-mode {
  --bg-principal: #242424;
  --text-color: #fff;
  --bg-card: #1c1c21;
}

/* Gestor de ações */
.container-acoes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

/* Entrada de produtos */
.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.card-container_ultimos10 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}

.card-produtos {
  background-color: var(--bg-principal);
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.card-container_imagem {
  width: 160px;
  height: 160px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-produtos_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-pacote_img{
    width: 100%;
    height: 100%;
    object-fit: cover;    
    z-index: 15;
}

.card-produtos_conteudo {
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-color);
  background-color: var(--bg-principal);
}

.card-produtos_link {
  font-size: 14px;
  color: var(--text-muted-color);
}

.card-produtos_nome {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}

.card-produtos_tamanho,
.card-produtos_rastreio {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 930px) {
  .card-container {
    grid-template-columns: 1fr;
  }

  .mostrarUltimos10 {
    display: none;
  }
}

@media (min-width: 930px) {
  .container-acoes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}

/* Concept store */
.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px !important;
}

.md-button-xs {
  margin: 5px !important;
  min-height: 15px !important;
  height: 22px !important;
  line-height: 15px !important;
  font-size: 11px !important;
}

.w90 {
  width: 90%;
}
.yellow-icon {
  color: #dacd22;
}

.detail-size {
  font-size: 18px;
  background-color: #555;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 6px;
  margin-top: 5px;
}

.lbl-size {
  width: 40px;
  height: 40px;
}

.auto-icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-no-img {
  height: 90px;
  width: 90px;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: #d9d9d9;
}

/* BTN cores */
.cores-btn {
  height: 40px;
  min-width: 40px;
  font-size: 14px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  margin: 2px 3px;
  float: left;
  outline: none;
  cursor: pointer;
}

.cores-btn--selected {
  height: 40px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.btn-tamanho--selected {
  height: 40px;
  min-width: 40px;
  color: rgb(255, 255, 255);
  background-color: rgb(51, 51, 51) !important;
  margin: 2px 3px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  outline: none;
  cursor: pointer;
}

.busca-searchbar {
  display: block;
  width: 100%;
  margin: 10px 0px 10px 0px;
  height: 30px;
  background-color: white;
  border-radius: 15px;
}

.contentTermos {
  height: 291px;
  display: block;
}

/* scroll horizontal */
.scroll-tamanho {
  height: 72px;
}

.scroll-horizontal {
  width: 100%;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
}

.scroll-horizontal--table {
  padding: 0 0 1px 0;
  margin: 5px 0 0 0;
  display: inline-flex;
  height: auto;
  overflow-y: scroll;
}

.scroll-tamanhos--btn {
  height: 40px;
  min-width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  margin: 2px 3px;
  float: left;
  background-color: #cbcbcb;
  color: white;
  outline: none;
  cursor: pointer;
}
.btn-wait-pg {
  background-color: #e8e368;
  border-radius: 10px;
  width: 220px;
  height: 40px;
}

.btn-ok-pg {
  background-color: #27aa06;
  border-radius: 10px;
  width: 220px;
  height: 40px;
}

.bg-muted-area {
  background-color: #f6f6f6;
  cursor: pointer;
}

.img-recibo {
  width: 200px;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-salvar {
  background-color: #373737;
  color: rgba(255, 255, 255, 0.87);
  border-radius: 10px;
}

.widthVideo {
  height: 100vh;
}

.size {
  font-size: 14px;
  line-height: 16px;
  background-color: #555;
  margin-right: 5px;
  border-radius: 3px;
  color: #fff;
  padding: 4px 4px;
  margin-top: 5px;
}

/* BTN Grafico */
.grafico-border {
  border: 2px solid rgb(41, 41, 41);
  padding: 5px;
}
.btn-grafico-first {
  background-color: #aaa;
  padding: 6px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 10px;
  text-align: center;
}
.btn-grafico-first-selected {
  background-color: rgb(0, 0, 0);
  padding: 6px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  font-size: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.btn-grafico-last {
  background-color: #aaa;
  padding: 6px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 10px;
  text-align: center;
}
.btn-grafico-last-selected {
  background-color: rgb(0, 0, 0);
  padding: 6px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  font-size: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.btn-grafico {
  background-color: #aaa;
  padding: 6px;
  font-size: 10px;
  text-align: center;
}
.btn-grafico-selected {
  background-color: rgb(0, 0, 0);
  padding: 6px;
  font-size: 10px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.rel-selected {
  border-radius: 20px;
  border: 1px solid rgb(0, 0, 0);
}
/**==== end ========= **/

/* ====== legit check======= */
.card-pacotes {
  width: calc(100% - 10px);
  position: relative;
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

.card-pacotes-content {
  padding: 0px;
  padding-left: 2px;
  padding-right: 2px;
  height: 150px;
  /* word-break: break-word; */
}

.card-img-content {
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  height: auto;
  width: 100%;
  aspect-ratio: 3/4 !important;
}

.card-pacotes-content h3 {
  margin: 0px;
  text-align: left !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  padding-top: 7px;
  padding-bottom: 2px;
  overflow: hidden;
}

/* ====== end ====== */

/* ===== input styel ===== */

.input-search {
  border-color: transparent;
  height: 40px;
  border-radius: 5px;
  padding-left: 40px;
}

.input-group {
  position: relative;
  display: inline-block;
}

/* ===== end ===== */

/* ====== BORDER ====== */

.border-top {
  border-top: 1px solid #ccc;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
}

.border-left {
  border-left: 1px solid #ccc;
}

.border-right {
  border-right: 1px solid #ccc;
}

.border, .border-all {
  border: 1px solid #ccc;
}

/* ===== ERROR ==== */
.error-request {
  overflow-x: auto;
  padding: 16px;
  background-color: beige;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid lightgray;
}


.gap1 {
  gap: 1px !important;
}

.gap5 {
  gap: 5px !important;
}

.gap10 {
  gap: 10px !important;
}

.gap15 {
  gap: 15px !important;
}

.gap20 {
  gap: 20px !important;
}


.br1{
  border-radius: 1px !important;
}

.br2{
  border-radius: 2px !important;
}

.br3{
  border-radius: 3px !important;
}

.br4{
  border-radius: 4px !important;
}

.br5{
  border-radius: 5px !important;
}

.br10{
  border-radius: 10px !important;
}

.br15{
  border-radius: 15px !important;
}