@charset "UTF-8";
:root {
  --main-grandma-color: #fe724d;
  --main-grandma-color-light: #FAF2DF;
  --main-grandma-color-lighter: #f1edeb;
  --main-grandma-color-dark: #e55e3a;
  --main-grandma-color-brown-light: rgb(94, 65, 47);
  --main-grandma-color-brown-dark: #744223;
  --main-grandma-white-color: #f7f6f2;
  --main-grandma-white-gray-color: #f2efed;
  --main-grandma-gray-color: #2c2c2c;
  --main-grandma-green-limon: #4a8553 !important;
  --pagination-background-color: var(--main-grandma-white-gray-color);
  --background-oposite-constrast: #f7f6f2 !important;
  --rz-body-background-color: #e6efed !important;
  --rz-switch-circle: #744223 !important;
  --rz-switch-checked-circle-background-color: #744223 !important;
  --rz-primary: #744223 !important;
  --rz-grid-stripe-background-color: #f2efed !important;
  --rz-grid-stripe-odd-background-color: #f7f6f2 !important;
  --rz-grid-header-background-color: #744223 !important;
  --rz-grid-header-color: #fff !important;
}
:root .rz-button.rz-secondary.rz-shade-light {
  background-color: #eee !important;
  color: #e55e3a !important;
}

/* tema escuro */
:root.dark-theme {
  --main-grandma-color: #FFAD84;
  --main-grandma-color-light: #3e2f2b;
  --main-grandma-color-lighter: #2d2422;
  --main-grandma-color-dark: #cf5d3a;
  --main-grandma-color-brown-light: #d2b48c;
  --main-grandma-color-brown-dark: #ffdead;
  --main-grandma-white-color: #1b1b1b;
  --main-grandma-gray-color: #f5f5f5;
  --main-grandma-green-limon: #345939 !important;
  --pagination-background-color: #231f1e;
  --background-oposite-constrast: #231f1e !important;
  /* radzen */
  --rz-body-background-color: #1f1f1f;
  --rz-switch-circle: #d2b48c;
  --rz-switch-checked-circle-background-color: #d2b48c;
  --rz-primary: #d2b48c;
  --rz-checkbox-checked-background-color: transparent;
  --rz-checkbox-checked-hover-background-color: transparent;
  --rz-secondary-light: #2d2422 !important;
  --rz-grid-stripe-background-color: var(--main-grandma-color-lighter) !important;
  --rz-grid-stripe-odd-background-color: #231f1e !important;
  --rz-grid-header-background-color: #744223 !important;
  --rz-grid-header-color: #fff !important;
}
:root.dark-theme .menu-nav-item:hover {
  background: transparent;
}
:root.dark-theme .valid.modified:not([type=checkbox]) {
  outline: none !important;
}
:root.dark-theme .rz-form-field-label {
  color: #d2b48c !important;
}
:root.dark-theme button > * span, :root.dark-theme button > * i {
  color: #d2b48c;
}
:root.dark-theme th {
  color: var(--main-grandma-white-color) !important;
}
:root.dark-theme h1, :root.dark-theme h2, :root.dark-theme h3, :root.dark-theme h4, :root.dark-theme h5, :root.dark-theme h6, :root.dark-theme label, :root.dark-theme p, :root.dark-theme span, :root.dark-theme small {
  color: var(--main-grandma-color-brown-light) !important;
}
:root.dark-theme input, :root.dark-theme textarea {
  color: var(--main-grandma-color-brown-light);
}

.rz-tabview-nav {
  position: sticky !important;
  top: -32px !important;
  background: var(--main-grandma-color-lighter);
  width: 100%;
  z-index: 10;
}

@media (max-width: 768px) {
  .rz-fieldset-content {
    padding: 0 !important;
  }
}

.rz-breadcrumb-item {
  color: var(--rz-primary);
}

.rz-fileupload-files {
  display: none !important;
}

.rz-fileupload-buttonbar {
  background-color: transparent !important;
}

.rz-dialog-titlebar {
  background-color: var(--main-grandma-color-lighter) !important;
}

.rz-datatable-emptymessage {
  width: 100vw !important;
}

.valid.modified:not([type=checkbox]) {
  outline: none !important;
}

.text-three-dots-100 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-three-dots-200 {
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-three-dots-300 {
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-three-dots-400 {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-three-dots-500 {
  width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1025px) {
  .rz-dialog:not(.rz-dialog-confirm):not(.rz-dialog-alert) {
    top: 50px !important;
  }
  .custom-layout-grid {
    grid-template-areas: "menu topscreen" "menu conteudo" !important;
    grid-template-columns: max-content 1fr !important;
    grid-template-rows: auto 1fr !important;
  }
  .conteudo-area {
    padding: 30px 6px 6px 6px !important;
    overflow-y: auto;
  }
  .custom-datagrid thead {
    display: none !important;
  }
  .custom-datagrid tbody tr {
    display: block;
    margin-bottom: 6px;
    border: 1px solid var(--main-grandma-color-lighter);
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .custom-datagrid tbody td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .custom-datagrid tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    color: var(--main-grandma-color-dark);
    flex: 1;
    margin-right: 1rem;
  }
  .custom-datagrid tbody td:last-child {
    border-bottom: none;
  }
}
.text-smooth {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: width 500ms cubic-bezier(0.76, 0, 0, 1.01), opacity 500ms ease, transform 500ms ease;
}

.display-flex-custom {
  display: flex;
  align-items: center;
}
.display-flex-custom p {
  margin: 0 !important;
  padding: 0 !important;
}

.page-container {
  box-sizing: border-box;
  height: 100svh;
  overflow: hidden;
  display: grid;
}

.custom-layout-grid {
  display: grid;
  grid-template-areas: "menu topscreen" "menu conteudo";
  grid-template-columns: max-content 1fr;
  grid-template-rows: auto 1fr;
  height: 100svh;
}

.top-screenbar-area {
  grid-area: topscreen;
}

.conteudo-area {
  grid-area: conteudo;
  padding: 32px;
  overflow-y: scroll;
}

.menu-area {
  grid-area: menu;
  display: flex;
  flex-direction: column;
}

.conteudo-area {
  scrollbar-width: thin;
  scrollbar-color: var(--rz-primary) var(--main-grandma-color-lighter);
}

.conteudo-area::-webkit-scrollbar-track {
  background: var(--main-grandma-color-lighter);
}

.conteudo-area::-webkit-scrollbar-thumb {
  background-color: var(--main-grandma-color-dark);
  border: 2px solid var(--main-grandma-color-lighter);
  border-radius: 10px;
}

.conteudo-area::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-grandma-color);
}

.rz-dialog-content {
  scrollbar-width: thin;
  scrollbar-color: var(--rz-primary) var(--main-grandma-color-lighter);
}
.rz-dialog-content::-webkit-scrollbar-track {
  background: var(--main-grandma-color-lighter) !important;
}
.rz-dialog-content::-webkit-scrollbar-thumb {
  background-color: var(--main-grandma-color-dark) !important;
  border: 2px solid var(--main-grandma-color-lighter) !important;
  border-radius: 10px !important;
}
.rz-dialog-content::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-grandma-color) !important;
}

.custom-datagrid {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Segoe UI", sans-serif;
}

/* Cabeçalho fixo */
.custom-datagrid thead {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: var(--main-grandma-color-brown-light);
  color: white;
}

.custom-datagrid thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  font-size: 0.95rem;
  white-space: nowrap;
}

/* Corpo com scroll */
.custom-datagrid tbody {
  display: block;
  max-height: 90vh; /* ajuste aqui se quiser menos/more espaço pro body */
  overflow-y: auto;
  width: 100%;
}

.custom-datagrid tbody tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #fff;
  transition: background-color 0.2s ease;
}

.custom-datagrid tbody tr:hover {
  background-color: var(--main-grandma-color-light);
}

.custom-datagrid td {
  padding: 0.6rem;
  font-size: 0.95rem;
  color: #333;
  border-bottom: 1px solid var(--main-grandma-color-lighter);
  white-space: nowrap;
}

.badge {
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
}
.badge.ativo {
  background-color: var(--main-grandma-color-dark);
}
.badge.inativo {
  background-color: gray;
}

.btn-acao {
  background-color: var(--main-grandma-color);
  color: white;
  padding: 0.4rem 0.8rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 0.85rem;
  transition: background-color 0.2s ease;
}
.btn-acao:hover {
  background-color: var(--main-grandma-color-dark);
}

.loader-circle-id1 {
  border: 4px solid #744223;
  border-left-color: transparent;
  border-radius: 50%;
}

.loader-circle-id1 {
  border: 4px solid #744223;
  border-left-color: transparent;
  width: 36px;
  height: 36px;
}

.loader-circle-id1 {
  border: 4px solid #744223;
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  animation: spin89345 1s linear infinite;
}

@keyframes spin89345 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader-watermelon {
  width: 80px;
  height: 40px;
  border-radius: 0 0 100px 100px;
  border: 5px solid #538a2d;
  border-top: 0;
  box-sizing: border-box;
  background: radial-gradient(farthest-side at top, rgba(0, 0, 0, 0) calc(100% - 5px), #e7ef9d calc(100% - 4px)), radial-gradient(2px 3px, #5c4037 89%, rgba(0, 0, 0, 0)) 0 0/17px 12px, #ff1643;
  --c: radial-gradient(farthest-side,#000 94%,#0000);
  -webkit-mask: linear-gradient(rgba(0, 0, 0, 0) 0 0), var(--c) 12px -8px, var(--c) 29px -8px, var(--c) 45px -6px, var(--c) 22px -2px, var(--c) 34px 6px, var(--c) 21px 6px, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0), var(--c) 12px -8px, var(--c) 29px -8px, var(--c) 45px -6px, var(--c) 22px -2px, var(--c) 34px 6px, var(--c) 21px 6px, linear-gradient(rgba(0, 0, 0, 0) 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude, add, add, add, add, add, add;
  -webkit-mask-repeat: no-repeat;
  animation: l8 3s infinite;
}

@keyframes l8 {
  0% {
    -webkit-mask-size: auto, 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  15% {
    -webkit-mask-size: auto, 20px 20px, 0 0, 0 0, 0 0, 0 0, 0 0;
  }
  30% {
    -webkit-mask-size: auto, 20px 20px, 20px 20px, 0 0, 0 0, 0 0, 0 0;
  }
  45% {
    -webkit-mask-size: auto, 20px 20px, 20px 20px, 20px 20px, 0 0, 0 0, 0 0;
  }
  60% {
    -webkit-mask-size: auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px, 0 0, 0 0;
  }
  75% {
    -webkit-mask-size: auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px, 20px 20px, 0 0;
  }
  90%, 100% {
    -webkit-mask-size: auto, 20px 20px, 20px 20px, 20px 20px, 20px 20px, 20px 20px, 20px 20px;
  }
}
.dots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.dots-container .dot {
  height: 20px;
  width: 20px;
  margin-right: 10px;
  border-radius: 10px;
  background-color: var(--main-grandma-color-brown-dark);
  animation: pulse 1.5s infinite ease-in-out;
}
.dots-container .dot:last-child {
  margin-right: 0;
}
.dots-container .dot:nth-child(1) {
  animation-delay: -0.3s;
}
.dots-container .dot:nth-child(2) {
  animation-delay: -0.1s;
}
.dots-container .dot:nth-child(3) {
  animation-delay: 0.1s;
}

@keyframes pulse {
  0% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(116, 66, 35, 0.7);
  }
  50% {
    transform: scale(1.2);
    background-color: #6793fb;
    box-shadow: 0 0 0 10px rgba(116, 66, 35, 0);
  }
  100% {
    transform: scale(0.8);
    background-color: #b3d4fc;
    box-shadow: 0 0 0 0 rgba(116, 66, 35, 0.7);
  }
}
.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loader .panWrapper {
  width: 200px;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
}
.loader .panWrapper .pan {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: fit-content;
  animation: cooking 1.7s infinite;
}
.loader .panWrapper .food {
  position: absolute;
  width: 40%;
  height: 6px;
  background: linear-gradient(to bottom, rgb(82, 33, 33), rgb(200, 106, 106));
  left: 10px;
  border-radius: 50%;
  animation: flip 1.7s infinite;
  z-index: 2;
}
.loader .panWrapper .panBase {
  z-index: 3;
  width: 50%;
  height: 22px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background: linear-gradient(to top, rgb(3, 156, 156), rgb(10, 191, 191));
}
.loader .panWrapper .panHandle {
  width: 40%;
  background: linear-gradient(to bottom, rgb(18, 18, 18), rgb(74, 74, 74));
  height: 10px;
  border-radius: 10px;
}
.loader .panWrapper .panShadow {
  width: 70px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.21);
  margin-left: 15px;
  border-radius: 10px;
  animation: shadow 1.7s infinite;
  filter: blur(5px);
}

.custom-loading-circle {
  width: 2.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}
.custom-loading-circle circle {
  fill: none;
  stroke: var(--main-grandma-color);
  stroke-width: 4;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}
@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}

.loading-circle-btn {
  position: absolute;
  right: 12px;
  width: 2.25em;
  transform-origin: center;
  animation: rotate4 2s linear infinite;
}
.loading-circle-btn circle {
  fill: none;
  stroke: var(--main-grandma-color);
  stroke-width: 4;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: dash4 1.5s ease-in-out infinite;
}
@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash4 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dashoffset: -125px;
  }
}

@keyframes cooking {
  0% {
    transform: rotate(0deg);
    transform-origin: top right;
  }
  10% {
    transform: rotate(-4deg);
    transform-origin: top right;
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes flip {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-100px) rotate(180deg);
  }
  100% {
    transform: translateY(0px) rotate(360deg);
  }
}
@keyframes shadow {
  0% {
    transform: scaleX(0.7);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0.7);
  }
}
.custom-button-elevation {
  background-color: #eee;
  border: none;
  padding: 0.6rem;
  font-size: 1rem;
  width: 100%;
  border-radius: 1rem;
  color: lightcoral;
  box-shadow: 0 0.4rem #dfd9d9;
  cursor: pointer;
  transition: all 0.2s ease;
}
.custom-button-elevation:active {
  color: white;
  box-shadow: 0 0.2rem #dfd9d9;
  transform: translateY(0.2rem);
}
.custom-button-elevation:hover:not(:disabled) {
  background: lightcoral;
  color: white;
  text-shadow: 0 0.1rem #bcb4b4;
}
.custom-button-elevation:disabled {
  cursor: auto;
  color: grey;
}

.custom-container-pattern {
  background: var(--main-grandma-color-lighter);
}
.custom-container-pattern > div:nth-of-type(2) {
  padding: 16px;
}

.custom-border {
  border-color: var(--main-grandma-color-brown-light) !important;
}

.card-size-100 {
  width: 100px;
  height: 100px;
}

.card-size-200 {
  width: 200px;
  height: 200px;
}

.card-size-300 {
  width: 300px;
  height: 300px;
}

.card-size-400 {
  width: 400px;
  height: 400px;
}

.card-size-500 {
  width: 500px;
  height: 500px;
}

.card-grupo {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
}

@media (max-width: 600px) {
  .card-with-item:nth-child(3) {
    display: none;
  }
  .card-with-item:nth-child(4) {
    display: none;
  }
  .card-with-item:nth-child(5) {
    display: none;
  }
  .card-with-item:nth-child(6) {
    display: none;
  }
  .card-with-item:nth-child(7) {
    display: none;
  }
  .card-with-item:nth-child(8) {
    display: none;
  }
  .card-with-item:nth-child(9) {
    display: none;
  }
  .card-with-item:nth-child(10) {
    display: none;
  }
}
@media (max-width: 900px) {
  .card-with-item:nth-child(4) {
    display: none;
  }
  .card-with-item:nth-child(5) {
    display: none;
  }
  .card-with-item:nth-child(6) {
    display: none;
  }
  .card-with-item:nth-child(7) {
    display: none;
  }
  .card-with-item:nth-child(8) {
    display: none;
  }
  .card-with-item:nth-child(9) {
    display: none;
  }
  .card-with-item:nth-child(10) {
    display: none;
  }
}
@media (max-width: 1200px) {
  .card-with-item:nth-child(5) {
    display: none;
  }
  .card-with-item:nth-child(6) {
    display: none;
  }
  .card-with-item:nth-child(7) {
    display: none;
  }
  .card-with-item:nth-child(8) {
    display: none;
  }
  .card-with-item:nth-child(9) {
    display: none;
  }
  .card-with-item:nth-child(10) {
    display: none;
  }
}
.card-with-shadow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.card-container {
  display: flex;
  cursor: pointer;
}
.card-container h3 {
  font-size: 1.25rem;
  color: var(--main-grandma-color-dark);
  margin-bottom: 0.5rem;
}
.card-container p {
  font-size: 1rem;
  color: #555;
}

.card-dashed {
  border: dashed 2px var(--main-grandma-color-brown-light);
  border-radius: 1rem;
}

.card-with-item {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: var(--main-grandma-color-lighter);
  transition: transform 0.2s ease;
}
.card-with-item:last-child {
  opacity: 0.5;
}
.card-with-item img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  object-fit: cover;
}
.card-with-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.custom-input-group {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
.custom-input-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--main-grandma-color-dark);
}
.custom-input-group .custom-input {
  padding: 6px 37px 6px 6px;
  border-radius: 0.5rem;
  background-color: var(--main-grandma-color-lighter);
  color: #333;
  font-size: 1rem;
  outline: none;
}
.custom-input-group .custom-input::placeholder {
  color: #aaa;
}

.custom-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
  position: relative;
}
.custom-dropdown-wrapper label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--main-grandma-color-dark);
}
.custom-dropdown-wrapper .custom-dropdown-box {
  position: relative;
  background-color: var(--main-grandma-color-lighter);
  border: 2px solid transparent;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.custom-dropdown-wrapper .custom-dropdown-box:hover {
  border-color: var(--main-grandma-color-light);
}
.custom-dropdown-wrapper .custom-dropdown-box:focus-within {
  border-color: var(--main-grandma-color);
  background-color: #fff;
}
.custom-dropdown-wrapper .custom-dropdown-box .custom-dropdown-selected {
  font-size: 1rem;
  color: #333;
}
.custom-dropdown-wrapper .custom-dropdown-box .custom-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
}
.custom-dropdown-wrapper .custom-dropdown-box .custom-dropdown-options .custom-dropdown-option {
  padding: 0.75rem 1rem;
  transition: background 0.2s ease;
  border-radius: 0.5rem;
}
.custom-dropdown-wrapper .custom-dropdown-box .custom-dropdown-options .custom-dropdown-option:hover {
  background-color: var(--main-grandma-color-light);
  color: var(--main-grandma-color-brown-dark);
}

.mobile-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--main-grandma-white-color);
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.mobile-drawer.collapsed .mobile-menu {
  display: none;
}
.mobile-drawer.expanded .mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 60px;
  left: 0;
  width: 300px;
  height: calc(100vh - 60px);
  background-color: var(--main-grandma-white-color);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}
.mobile-drawer.expanded .mobile-menu > * .text-smooth {
  width: 180px;
  opacity: 1;
  transform: translateX(0);
}
.mobile-drawer .mobile-header {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  height: 60px;
}
.mobile-drawer .mobile-header .toggle-sidebar {
  border-radius: 50%;
  overflow: hidden;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
}
.mobile-drawer .mobile-header .toggle-sidebar img {
  width: 30px;
  height: 30px;
}
.mobile-drawer.collapsed .mobile-menu > * .text-smooth {
  width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0ms !important;
}

.sidebar-custom {
  position: relative;
  background-color: var(--main-grandma-white-color);
  height: 100vh;
  transition: width 0.7s ease;
  overflow: hidden;
  z-index: 10;
}
.sidebar-custom.expanded-sidebar {
  width: 300px;
}
.sidebar-custom.collapsed-sidebar {
  width: 60px;
}
.sidebar-custom.collapsed-sidebar .toggle-sidebar {
  width: 30px !important;
  height: 30px !important;
}
.sidebar-custom.collapsed-sidebar .toggle-sidebar img {
  width: 30px !important;
  height: 30px !important;
}
.sidebar-custom.collapsed-sidebar .menu-footer-textarea {
  display: none;
}
.sidebar-custom .header-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.sidebar-custom .header-sidebar .toggle-sidebar {
  border-radius: 50%;
  cursor: pointer;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
.sidebar-custom .header-sidebar .toggle-sidebar img {
  width: 90px;
  height: 90px;
}
.sidebar-custom .menu-sidebar {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.sidebar-custom .menu-sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar-custom .item-sidebar {
  display: flex;
  align-items: center;
  padding: 16px 10px 16px 22px;
  transition: background 0.2s;
  cursor: pointer;
}
.sidebar-custom .item-sidebar i {
  font-size: 18px;
}

.sidebar-wrapper-children > div {
  padding-left: 26px !important;
}

.image-hover-effect {
  position: relative;
  overflow: hidden;
}
.image-hover-effect img {
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.image-hover-effect:hover img {
  transform: rotateZ(2deg) scale(1.05);
}
.image-hover-effect::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.4) 50%, transparent 100%);
  transform: skewX(-25deg);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.image-hover-effect:hover::before {
  animation: shine-effect 0.8s ease forwards;
  opacity: 1;
}
@keyframes shine-effect {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.menu-footer {
  padding: 16px;
  gap: 16px;
}
.menu-footer img {
  border-radius: 16px;
  overflow: hidden;
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.menu-footer .menu-footer-textarea p {
  font-weight: 600;
}

.menu-nav-item {
  position: relative;
  background: var(--main-grandma-white-color);
  padding: 12px 16px;
  color: var(--main-grandma-color-brown-light);
  opacity: 0.5;
  gap: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, color 0.3s ease, background 0.4s ease;
}
.menu-nav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4.5px;
  background-color: transparent;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: background-color 0.3s ease, height 0.3s ease;
}
.menu-nav-item:hover {
  background: #fdf2ee;
  color: var(--main-grandma-color-brown-dark);
}
.menu-nav-item.active {
  background-size: 40px 100%;
  background-repeat: no-repeat;
  color: var(--main-grandma-color-brown-dark);
  transition: background 0.3s ease-in-out;
  opacity: 1 !important;
}
.menu-nav-item.active::before {
  background-color: var(--main-grandma-color-brown-dark);
}

.menu-sidebar > *:nth-child(1) .text-smooth {
  transition-delay: 330ms;
}

.menu-sidebar > *:nth-child(2) .text-smooth {
  transition-delay: 360ms;
}

.menu-sidebar > *:nth-child(3) .text-smooth {
  transition-delay: 390ms;
}

.menu-sidebar > *:nth-child(4) .text-smooth {
  transition-delay: 420ms;
}

.menu-sidebar > *:nth-child(5) .text-smooth {
  transition-delay: 450ms;
}

.menu-sidebar > *:nth-child(6) .text-smooth {
  transition-delay: 480ms;
}

.menu-sidebar > *:nth-child(7) .text-smooth {
  transition-delay: 510ms;
}

.menu-sidebar > *:nth-child(8) .text-smooth {
  transition-delay: 540ms;
}

.menu-sidebar > *:nth-child(9) .text-smooth {
  transition-delay: 570ms;
}

.menu-sidebar > *:nth-child(10) .text-smooth {
  transition-delay: 600ms;
}

.menu-sidebar > *:nth-child(11) .text-smooth {
  transition-delay: 630ms;
}

.menu-sidebar > *:nth-child(12) .text-smooth {
  transition-delay: 660ms;
}

.menu-sidebar > *:nth-child(13) .text-smooth {
  transition-delay: 690ms;
}

.menu-sidebar > *:nth-child(14) .text-smooth {
  transition-delay: 720ms;
}

.menu-sidebar > *:nth-child(15) .text-smooth {
  transition-delay: 750ms;
}

.menu-sidebar > *:nth-child(16) .text-smooth {
  transition-delay: 780ms;
}

.menu-sidebar > *:nth-child(17) .text-smooth {
  transition-delay: 810ms;
}

.menu-sidebar > *:nth-child(18) .text-smooth {
  transition-delay: 840ms;
}

.menu-sidebar > *:nth-child(19) .text-smooth {
  transition-delay: 870ms;
}

.menu-sidebar > *:nth-child(20) .text-smooth {
  transition-delay: 900ms;
}

.mobile-menu > *:nth-child(1) .text-smooth {
  transition-delay: 330ms;
}

.mobile-menu > *:nth-child(2) .text-smooth {
  transition-delay: 360ms;
}

.mobile-menu > *:nth-child(3) .text-smooth {
  transition-delay: 390ms;
}

.mobile-menu > *:nth-child(4) .text-smooth {
  transition-delay: 420ms;
}

.mobile-menu > *:nth-child(5) .text-smooth {
  transition-delay: 450ms;
}

.mobile-menu > *:nth-child(6) .text-smooth {
  transition-delay: 480ms;
}

.mobile-menu > *:nth-child(7) .text-smooth {
  transition-delay: 510ms;
}

.mobile-menu > *:nth-child(8) .text-smooth {
  transition-delay: 540ms;
}

.mobile-menu > *:nth-child(9) .text-smooth {
  transition-delay: 570ms;
}

.mobile-menu > *:nth-child(10) .text-smooth {
  transition-delay: 600ms;
}

.mobile-menu > *:nth-child(11) .text-smooth {
  transition-delay: 630ms;
}

.mobile-menu > *:nth-child(12) .text-smooth {
  transition-delay: 660ms;
}

.mobile-menu > *:nth-child(13) .text-smooth {
  transition-delay: 690ms;
}

.mobile-menu > *:nth-child(14) .text-smooth {
  transition-delay: 720ms;
}

.mobile-menu > *:nth-child(15) .text-smooth {
  transition-delay: 750ms;
}

.mobile-menu > *:nth-child(16) .text-smooth {
  transition-delay: 780ms;
}

.mobile-menu > *:nth-child(17) .text-smooth {
  transition-delay: 810ms;
}

.mobile-menu > *:nth-child(18) .text-smooth {
  transition-delay: 840ms;
}

.mobile-menu > *:nth-child(19) .text-smooth {
  transition-delay: 870ms;
}

.mobile-menu > *:nth-child(20) .text-smooth {
  transition-delay: 900ms;
}

.sidebar-custom.expanded-sidebar .menu-sidebar > * .text-smooth {
  width: 180px;
  opacity: 1;
  transform: translateX(0);
}

.sidebar-custom.collapsed-sidebar .menu-sidebar > * .text-smooth {
  width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition-delay: 0ms !important;
}

.home-header-container {
  padding: 32px;
}
.home-header-container h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--main-grandma-color-brown-dark);
}
.home-header-container p {
  font-size: 16px;
  color: var(--main-grandma-color-brown-light);
  margin-top: 8px;
}

.login-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
}
.login-page .login-card {
  background-color: var(--main-grandma-color-light);
  max-width: 600px;
  width: 100%;
  border-radius: 1rem;
  position: relative;
  padding-top: 50px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 4rem 2rem 2rem;
}
.login-page .login-logo {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.modal-container {
  background-color: var(--main-grandma-white-color);
  border: 2px solid var(--main-grandma-color);
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 1.5rem;
  min-width: 400px;
  max-width: 95vw;
  margin: auto;
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--main-grandma-color-dark);
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.modal-header .close-button {
  background: transparent;
  border: none;
  color: var(--main-grandma-color-dark);
  font-size: 1.2rem;
  cursor: pointer;
}

.modal-body {
  color: var(--main-grandma-gray-color);
  margin-bottom: 1rem;
  max-height: 60vh;
  overflow-y: auto;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 0.5rem;
}
.modal-footer .rz-button {
  border-radius: 8px;
}

.custom-form-default {
  gap: 16px;
  display: flex;
  flex-direction: column;
}

.custom-filtros-default {
  position: sticky;
  top: -40px;
  padding: 16px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 10px 20px -20px;
  z-index: 10;
  background: var(--main-grandma-color-lighter);
  margin-bottom: 8px;
}
@media (max-width: 1025px) {
  .custom-filtros-default {
    top: -32px !important;
  }
}
.custom-filtros-default.collapsed-filter {
  padding-bottom: 8px;
}
.custom-filtros-default.expanded-filter {
  height: auto;
  overflow: visible;
}

.tag-input-container {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 0px 6px 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  gap: 6px;
  background-color: white;
}

.tag {
  background-color: var(--rz-primary);
  color: var(--rz-on-primary);
  padding: 4px 4px;
  margin-top: 6px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}

.remove-tag {
  background: transparent;
  border: none;
  color: white;
  margin-left: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.tag-input {
  border: none;
  outline: none;
  flex: 1;
  min-width: 120px;
}

.empresa-card {
  background-color: var(--main-grandma-color-lighter);
  border: 2px solid var(--main-grandma-color-brown-light);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}
.empresa-card input[type=checkbox] {
  accent-color: var(--main-grandma-color-dark);
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.empresa-card .empresa-info .empresa-nome {
  font-weight: 600;
  color: var(--main-grandma-color-brown-light);
}
.empresa-card .empresa-info small {
  font-size: 0.8rem;
}

.empresa-card-error {
  background-color: #ffe5e5;
  color: #b00020;
  border: 2px solid #b00020;
  border-radius: 12px;
  padding: 12px 16px;
}

.aviso {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-grandma-color-light);
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
  font-size: 1rem;
  color: var(--main-grandma-color-dark);
}

.campo {
  margin-bottom: 16px;
}
.campo label {
  margin-bottom: 4px;
  display: block;
  font-weight: bold;
  color: var(--main-grandma-color-brown-dark);
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}
.tooltip-wrapper .trigger-content {
  position: relative;
  z-index: 1;
}
.tooltip-wrapper .trigger-content .custom-button {
  position: relative;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--main-grandma-white-color);
  background-color: var(--main-grandma-color-dark);
  border-radius: 0.75rem;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
}
.tooltip-wrapper .trigger-content .custom-button:hover {
  background-color: var(--main-grandma-color);
}
.tooltip-wrapper .trigger-content .custom-button .icon {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.tooltip-wrapper .tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 0.75rem;
  width: 18rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 10;
}
.tooltip-wrapper .tooltip .tooltip-card {
  position: relative;
  padding: 1rem;
  border-radius: 1rem;
  background: linear-gradient(to bottom right, var(--main-grandma-color-light), var(--main-grandma-color-lighter));
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: var(--main-grandma-gray-color);
  box-shadow: 0 0 30px rgba(79, 70, 229, 0.15);
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-header .tooltip-icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--main-grandma-color);
  opacity: 0.15;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-header .tooltip-icon .icon {
  width: 1rem;
  height: 1rem;
  color: var(--main-grandma-color-dark);
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-header h3 {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--main-grandma-color-brown-dark);
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-text {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-footer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--main-grandma-color-brown-light);
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-footer .icon {
  width: 1rem;
  height: 1rem;
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, var(--main-grandma-color), var(--main-grandma-color-dark));
  border-radius: inherit;
  filter: blur(16px);
  opacity: 0.2;
  z-index: -1;
}
.tooltip-wrapper .tooltip .tooltip-card .tooltip-arrow {
  position: absolute;
  bottom: -6px;
  transform: translateX(-50%) rotate(45deg);
  width: 0.75rem;
  height: 0.75rem;
  background: linear-gradient(to bottom right, var(--main-grandma-color-light), var(--main-grandma-color-lighter));
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.tooltip-wrapper:hover .tooltip {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0px);
}

@media (max-width: 480px) {
  .tooltip-wrapper .tooltip {
    left: 50%;
    transform: translate(-50%, 10px);
  }
}
.rz-datatable-emptymessage {
  width: 100% !important;
  padding: 0 !important;
}

.rz-datatable-emptymessage-row {
  width: 100% !important;
}

.rz-datatable .rz-datatable-table {
  width: 100% !important;
  table-layout: fixed !important;
}

@media (max-width: 768px) {
  .rz-data-row td {
    display: flex !important;
    justify-content: space-between !important;
  }
}

.empty-template-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
  overflow-x: hidden;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .empty-template-wrapper {
    width: 100svw !important;
  }
}
.empty-template-wrapper .empty-content {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  word-break: break-word;
  overflow-wrap: break-word;
}
.empty-template-wrapper .empty-content .empty-image {
  margin: 1rem auto;
  height: auto;
  width: 50%;
  max-width: 200px;
  border-radius: 50%;
  display: block;
}
.empty-template-wrapper .empty-content .empty-text {
  color: lightgrey;
  font-size: 1.5rem;
  margin: 2rem 1rem;
  padding: 0 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
}
@media (max-width: 768px) {
  .empty-template-wrapper .empty-content .empty-image {
    width: 60%;
    max-width: 150px;
  }
  .empty-template-wrapper .empty-content .empty-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 576px) {
  .empty-template-wrapper .empty-content .empty-image {
    width: 70%;
    max-width: 120px;
  }
  .empty-template-wrapper .empty-content .empty-text {
    font-size: 1rem;
    margin: 1rem;
  }
}

.paginacao-wrapper {
  display: flex;
  flex-direction: row;
  gap: 16px;
  padding: 8px 26px;
  z-index: 10;
  align-items: center;
  background-color: var(--pagination-background-color);
  width: fit-content;
  margin: 0 auto 8px auto;
  border-radius: 46px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 4px 18px 0px;
  transition: transform 0.3s ease;
  align-items: center;
}
.paginacao-wrapper.fixado {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.paginacao-wrapper.nao-fixado {
  position: static;
}
@media (max-width: 480px) {
  .paginacao-wrapper {
    gap: 3px;
    padding: 8px 10px;
  }
  .paginacao-wrapper input {
    width: 45px;
  }
}
.paginacao-wrapper.hide {
  transform: translateY(200px);
}
.paginacao-wrapper .botoes-paginacao {
  display: flex;
  align-items: center;
  gap: 6px;
}
.paginacao-wrapper .botoes-paginacao .ellipsis {
  padding: 0 6px;
  font-size: 18px;
  color: #999;
}
.paginacao-wrapper .botoes-paginacao .pagina-button {
  background-color: transparent;
  border: none;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #555;
}
.paginacao-wrapper .botoes-paginacao .pagina-button:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.paginacao-wrapper .botoes-paginacao .pagina-button.active {
  background-color: var(--rz-primary);
  color: white;
}
.paginacao-wrapper .input-pagina {
  display: flex;
  align-items: center;
  gap: 8px;
}
.paginacao-wrapper .input-pagina input {
  width: 60px;
  padding: 4px 6px;
  border-radius: 4px;
  border: 1px solid #ccc;
  text-align: center;
}
.paginacao-wrapper .input-pagina button {
  padding: 4px 10px;
  border-radius: 4px;
  background-color: var(--rz-primary);
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.paginacao-wrapper .button-pagination-directional {
  border-radius: 50%;
}
.paginacao-wrapper .button-pagination-directional:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.datagrid-with-custom-header > div:first-of-type {
  border-radius: 8px 8px 0 0 !important;
  border: var(--rz-grid-bottom-cell-border);
  padding: 6px;
  background-color: var(--background-oposite-constrast);
}
.datagrid-with-custom-header .rz-datatable {
  border-radius: 0px 0px 8px 8px !important;
}

.disable-content {
  pointer-events: none;
  opacity: 0.5;
  user-select: none;
  filter: grayscale(1);
}

.hide-content {
  display: none !important;
}

.image-upload-container:hover .btn-remover-foto {
  display: block !important;
}

.image-upload-container .btn-remover-foto {
  padding: 0.5rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 2rem;
  opacity: 0.95;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1333333333);
}

/*# sourceMappingURL=css_custom.css.map */
