* {
  margin: 0;
  padding: 0;
}

input:invalid {
  outline: none !important;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fafafae7 !important;
}

@media (max-width: 768px) {
  .mantine-Card-root {
    margin-top: 100px !important;
  }
}

/* AppShell Main styling */
.mantine-AppShell-main {
  min-height: 100vh !important;
  background-color: #fafafae7 !important;
}

.dmc-control {
  &[data-inactive] {
    opacity: 0;
    cursor: default;
  }
}

.showItemText {
  display: none !important;
}

.small-image {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
  object-position: center !important;
  border-radius: 10px !important;
}

.altheaderstore {
  height: 60px !important;
  display: flex !important;
  align-items: center !important;
  background-size: cover !important;
  background-position: center !important;
}

.logo {
  width: 120px;
  float: right;
  margin-right: 30px;
}

.logo2 {
  width: 120px;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* .logoLC removed (unused) */

.settingsBox {
  width: 350px;
  border: none;
}

.reviewBox {
  padding: 15px;
  width: 320px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.commentBox {
  width: 320px;
  border-radius: 20px;
  padding-left: 25px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.variantBox {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.miniBox {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.setupBox {
  width: 350px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

/* LOGIN */

.bigLogin {
  align-self: center;
  width: 30rem;
  border-radius: 10px;
}

.caixaLogin {
  align-self: center;
  width: 30rem;
}

.caixaRegistro {
  align-self: center;
  opacity: 85%;
}

.textBox {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.textBox2 {
  margin-top: 15px;
  text-align: justify;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.fundoTela::before {
  content: "";
  position: absolute;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(252, 0, 42);
}

.fundoTela {
  background-image: url(../static/fundo.webp);
  opacity: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100vh; /* Adicione esta linha */
}

.imagem2 {
  height: 200px;
}

.cardText {
  margin-top: 10px;
  margin-bottom: 20px;
}

.cardSize {
  width: 15rem;
  height: 440px;
}

.cardSizeFrontPage {
  width: 15rem;
  height: 410px;
}

/* Recomendação CSS para adicionar ao seu arquivo de estilo */
.cardSizeFrontPageX {
  width: 15rem;
  height: 360px;
  overflow: hidden;
  margin: 0px !important;
}

.cardSizeFrontPageX .mantine-Card-section {
  height: 100%; /* Faz a seção do card ocupar toda a altura */
}

.imagem {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cardSizeProfile {
  width: 15rem;
  height: 440px;
}

.cardSizeMini {
  width: 10rem;
  height: 190px;
}

.cardSize2 {
  width: 10rem;
  max-height: 195px !important;
  border-radius: 10px;
}

/* CART CARD */

.cardSizeCart {
  width: 15rem;
  height: 430px;
}

.imageCart {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.miniCardText {
  margin-bottom: 25px;
  margin-left: -5px;
}

/* IMAGENS DO PRODUTO */
.large-image {
  width: 350px !important;
  height: 350px !important;
  object-fit: cover !important;
  object-position: center !important;
}

/* ========================= STORE ITEM PAGE (legacy) ========================= */
/* Default Styles */
.image-layout {
  display: flex;
  flex-direction: column; /* Ensures stacking by default */
  align-items: center;
  gap: 15px;
}

.large-image-container {
  display: flex; /* Ensure flex is applied */
  flex-direction: row; /* Default is row */
  justify-content: center;
}

.small-images-container {
  display: flex; /* Ensure flex is applied */
  flex-direction: row; /* Default is row */
  justify-content: center;
  gap: 20px; /* Adjust gap between images */
}

/* ========================= HOME PAGE ========================= */
.homeImage {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: top;
  margin-top: -135px !important;
  position: relative; /* ou 'absolute' dependendo do contexto */
  z-index: -1;
}

.homeText2 {
  display: none;
}

.topLogo {
  display: none;
}

.topLogo2 {
  display: block;
}

.cartButtons2 {
  display: none !important;
}

.cartHr {
  display: none !important;
}

/* Wishlist buttons (unused - moved to unused_files/) */
.wishlist-button:hover {
  background-color: black;
  color: white;
}

.wishlist-remove:hover {
  background-color: red;
  color: white;
}
.textBox {
  margin: auto !important;
  text-align: center !important;
}

.whiteSpace {
  padding: 40px !important;
}

#itemSearchContainer {
  display: none !important;
}

.whiteSpace3 {
  padding: 50px !important;
}

/* Product Price Styling - Desktop (Used in views/store.py) */
.productPriceHome {
  display: inline-block !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  /* Color is set inline by store_color */
  margin-top: -20px !important;
  margin-bottom: 5px !important;
  flex-shrink: 0 !important;
}

/* ========================= RESPONSIVE SHARED ========================= */

@media (max-width: 768px) {
  .innerBox {
    width: 21rem;
    /* margin-top: -120px; */
  }
  .cartButtons {
    display: none !important;
  }

  .cartHr {
    display: block !important;
  }
  .cartButtons2 {
    display: flex !important;
  }

  .cartTitle {
    margin-left: -30px !important;
  }

  #clients_container {
    display: none !important;
  }

  #itemSearchContainer {
    display: block !important;
  }

  #display-message {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .altheaderstore {
    height: 180px !important;
    display: flex !important;
    align-items: center !important;
    background-size: cover !important;
    background-position: center !important;
  }

  /* BARRA DE TÍTULO DA LOJA (NOME E BOTÁO SOBRE) */
  .mobileAbout {
    margin-bottom: 10px !important;
    padding: 10px !important;
  }

  .mobileAbout {
    margin-top: 8px !important; /* ajuste conforme necessário */
    margin-left: 8px !important; /* ajuste conforme necessário */
  }

  /* Manter o estilo do botão "Sobre a Loja" no mobile */
  .mobileAbout button {
    color: white !important;
    border-color: white !important;
    background-color: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(5px) !important;
  }

  .mobileAbout button svg {
    color: white !important;
  }

  .mobileName {
    margin-right: -120px !important;
  }

  .logoMobile {
    width: 120px !important;
    height: 120px !important;
    margin-top: -20px !important;
  }

  .itemPageHeader {
    display: none !important;
  }

  .showItemText {
    display: block !important;
  }

  .variantBoxMobile {
    margin-bottom: 0px !important;
  }

  /* PRODUCT CARD FROM STORE HOME PAGE - STAIRWAY LAYOUT */
  .productCardsContainer {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    padding: 0 12px !important;
    width: 100% !important;
  }

  .productCardHome {
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    margin-bottom: 0px !important;
    padding: 8px !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    background: #ffffff !important;
    /* Border is set inline by store_color - do not override with !important */
    overflow: hidden !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    cursor: pointer !important;
  }

  /* Staircase effect - alternating heights */
  .productCardHome:nth-child(odd) {
    height: auto !important;
    min-height: 280px !important;
  }

  .productCardHome:nth-child(even) {
    height: auto !important;
    min-height: 280px !important;
    margin-top: 20px !important;
  }

  .productCardHome:active {
    transform: scale(0.98) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) !important;
  }

  /* Discount Badge */
  .discountBadge {
    position: absolute !important;
    top: 8px !important;
    right: 8px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    padding: 2px 8px !important;
    border-radius: 8px !important;
    z-index: 10 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
  }

  .discountBadge span {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #e74c3c !important;
  }

  /* Image Container */
  .productImageHome {
    width: 100% !important;
    height: 160px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    object-position: center !important;
    margin-bottom: 8px !important;
    box-shadow: none !important;
    flex-shrink: 0 !important;
  }

  /* Free Shipping Banner */
  .freeShippingBanner {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: #27ae60 !important;
    padding: 4px 6px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 0 0 8px 8px !important;
  }

  .freeShippingBanner span {
    font-size: 9px !important;
    font-weight: 700 !important;
    color: white !important;
  }

  /* Product Name Container */
  .productNameContainer {
    display: flex !important;
    align-items: flex-start !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-bottom: 8px !important;
  }

  /* Product Name with Badge */
  .productNameHome {
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    text-align: left !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 4px !important;
    height: auto !important;
    min-height: 32px !important;
    font-weight: 600 !important;
    color: #1a1a1a !important;
    flex-grow: 0 !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 2 !important;
  }

  /* Target the actual text element inside Mantine Text component */
  .productNameHome * {
    display: block !important;
    width: 100% !important;
    visibility: visible !important;
    opacity: 1 !important;
    color: #1a1a1a !important;
  }

  /* Hide description and installment text on mobile */
  .productDescriptionHome {
    display: none !important;
  }

  .installmentText {
    display: none !important;
  }

  /* Bottom Row: Price, Sales Info, and Menu */
  .productRowHome {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    margin: 0 !important;
    margin-top: auto !important;
    padding: 8px 0 0 0 !important;
    position: relative !important;
    width: 100% !important;
  }

  .productPriceHome {
    display: inline-block !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    /* Color is set inline by store_color - do not override */
    margin-top: -20px !important;
    margin-bottom: 5px !important;
    flex-shrink: 0 !important;
  }

  /* Menu Button */
  .menuButton {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
  }

  .menuButton:active {
    background: rgba(0, 0, 0, 0.05) !important;
  }

  /* Hide old button style */
  .productButtonHome {
    display: none !important;
  }
  /* ============================================ */

  /* .cardWidth{
        width: 350 !important;
        padding: 0px !important;
    } */

  .steps {
    display: none !important;
  }

  #clients-container {
    display: none !important;
  }

  /* HOME (Used in views/store.py) */
  .topLogo {
    display: block;
    width: 110px !important;
  }
  .topButton {
    margin-right: 20px !important;
  }
  .topLogo2 {
    display: none;
  }
  /* .gridText removed (unused) */
  .homeImage {
    display: none;
    /* width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: top !important; */
  }
  .homeText {
    display: none;
    /* margin-top: 10px !important;
        margin-bottom: -15px !important;
        justify-content: center !important; */
  }

  .homeTextStart {
    font-size: 25px !important;
    margin-bottom: -35px !important;
  }
  .textBox {
    width: 350px !important;
    margin: auto !important;
    text-align: center !important;
  }

  .homeText2 {
    display: block;
  }
  .sellButton {
    margin-left: auto !important;
    justify-content: center !important;
  }
  .featuresHome .mantine-SimpleGrid-root {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .gridHome {
    width: 180px !important;
  }
  /* ############# */

  /* CUSTOMER PAGE */
  .paperBlocks {
    width: 100% !important;
  }

  /* LOGIN AND REGISTER BOXES */
  .bigLogin {
    align-self: center;
    width: 23rem;
    border-radius: 10px;
    margin-top: -200px;
    padding: 20px !important;
  }
  .mobileFields {
    margin-left: 25px;
    margin-right: 25px;
  }
  /* Register card positioning - closer to top on desktop */
  @media (max-width: 768px) {
    .register-container {
      align-items: center !important;
      padding-top: -16px !important;
    }
    .register-card-desktop {
      margin-top: -10vh !important;
    }
  }
  /* ########################### */

  .textBox2 {
    font-size: 13px;
  }

  .capaEmpresa {
    background-size: 250%;
  }

  .settingsBox {
    width: 20rem;
  }

  .innerBox {
    width: 21rem;
    margin-top: -120px;
  }

  .infoBox {
    width: 21rem;
    margin-top: -120px;
  }

  .setupBox {
    width: 23rem;
    padding: 0px !important;
  }

  .caixaLogin {
    width: 20rem;
  }

  .botaoLogin {
    width: 21rem;
  }

  .textBox {
    width: 20rem;
  }

  .fundoTela {
    min-height: calc(100vh + 100px);
  }

  .imagem {
    height: 150px !important;
  }

  .imagem2 {
    height: 70px !important;
  }

  .cardText {
    margin-top: 5px;
  }

  .cardSize {
    width: 150px;
  }

  .cardSizeCart {
    width: 150px !important;
    height: 375px !important;
  }

  .cardSizeFrontPage {
    width: 176px;
    height: 350px;
  }

  /* Recomendação CSS para adicionar ao seu arquivo de estilo */
  .cardSizeFrontPageX {
    width: 170px !important;
    height: 320px !important;
    overflow: hidden !important;
  }

  .cardSizeFrontPageX .mantine-Card-section {
    height: 100% !important; /* Faz a seção do card ocupar toda a altura */
  }

  .imagem {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .cardSizeProfile {
    width: 150px;
    height: 350px;
  }

  .miniCardButton {
    width: 100%;
  }

  .miniCardText {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .miniCardName {
    font-size: 12px;
  }

  /* IMAGENS DO PRODUTO */

  /* .image-box {
        margin-bottom: 60px;
    } */

  .image-layout {
    display: flex;
    flex-direction: column; /* Large image on top, small images below */
    align-items: center;
    width: 100%; /* Ensure it spans the screen */
  }

  .large-image {
    width: 30px; /* Fit large image on smaller screens */
    /* height: auto; */
    /* margin-top: 15px !important;*/
  }

  .small-images-container {
    display: flex; /* Flex container */
    flex-direction: row; /* Align children in a row */
    flex-wrap: nowrap; /* Prevent wrapping */
    justify-content: center; /* Center align the row */
    gap: 20px; /* Adjust spacing between images */
    width: 100%; /* Ensure it spans the screen */
    max-width: 360px; /* Limit width to prevent overflow */
  }

  .small-image {
    width: 90px !important;
    /* height: auto; */
    height: 100px !important; /* Ensure small images are square */
    object-fit: cover; /* Maintain aspect ratio */
    object-position: center; /* Center the image */
  }

  /* .image-layout {
        flex-direction: column;
        align-items: center;
    }

    .small-images-container {
        flex-direction: row;
        justify-content: space-around;
    }

    .large-image {
        width: 300px;
        height: auto;
    }

    .small-image {
        width: calc((20rem - 2 * 15px) / 3);
        height: auto;
    } */
  /* ================== */

  .commentGap {
    gap: 20px !important;
  }

  .image-box {
    padding: 0px !important;
    margin-top: -25px !important;
  }

  .image-box2 {
    max-width: 95vw !important;
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }

  .mainProduct {
    margin-top: 90px !important;
  }

  .whiteSpace {
    padding: 120px !important;
  }

  .whiteSpace2 {
    padding: 20px !important;
  }

  .whiteSpace3 {
    padding: 50px !important;
  }

  .priceRange {
    width: 350px !important;
    margin-top: -10px !important;
  }

  .whiteSpaceHome {
    padding: 20px !important;
  }

  .storeItemsBox {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .back_to_login {
    margin-top: 20px !important;
    margin-bottom: -50px !important;
    margin-left: 20px !important;
  }

  .commentBox {
    margin-top: -40px !important;
  }
}

/* Container dos cards */
.storeItemsBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* Espaçamento entre os cards */
}

/* Store Filters Container */
.store-filters-container {
  transition: all 0.3s ease;
}

.store-filters-container:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

/* Desktop - same width as store banner (15px margins) with max-width */
@media (min-width: 769px) {
  .store-filters-container {
    width: 100% !important;
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 20px !important;
  }
}

/* Price filters container - Desktop */
.price-filters-container {
  display: flex !important;
  gap: 10px !important;
}

/* Mobile adjustments for filters */
@media (max-width: 768px) {
  .store-filters-container {
    margin: 0 15px 20px 15px !important;
    padding: 20px !important;
    width: calc(100% - 30px) !important;
  }

  .price-filters-container {
    flex-direction: column !important;
  }

  .price-filters-container > * {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
}

/* Search input - Mobile First */
.store-search-input {
  width: 220px !important;
}

/* Desktop */
@media (min-width: 769px) {
  .store-search-input {
    width: 350px !important;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .companyNameSettings {
    display: none !important;
  }
}

/* ========== CAROUSEL STYLES ========== */

/* Efeito hover nos cards do carrossel */
.mantine-Carousel-slide .mantine-Paper-root {
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.mantine-Carousel-slide:hover .mantine-Paper-root {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25) !important;
}

/* Animação do botão no hover do card */
.mantine-Carousel-slide:hover .mantine-Button-root {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(102, 126, 234, 0.6) !important;
}

/* Efeito de zoom na imagem */
.mantine-Carousel-slide .mantine-Image-root img {
  transition: transform 0.6s ease;
}

.mantine-Carousel-slide:hover .mantine-Image-root img {
  transform: scale(1.1);
}

/* Badge de preço com animação */
.mantine-Carousel-slide .mantine-Badge-root {
  transition: all 0.3s ease;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.mantine-Carousel-slide:hover .mantine-Badge-root {
  animation: none;
  transform: scale(1.1);
}

/* Controles do carrossel mais modernos */
.mantine-Carousel-control {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease;
}

.mantine-Carousel-control:hover {
  background: white !important;
  transform: scale(1.15);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
}

/* Indicadores mais chamativos */
.mantine-Carousel-indicator {
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3) !important;
}

.mantine-Carousel-indicator[data-active="true"] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  width: 32px !important;
}

/* Responsividade do carrossel */
@media (max-width: 768px) {
  .mantine-Carousel-root {
    height: 380px !important;
  }

  .mantine-Carousel-viewport {
    height: 380px !important;
  }

  .mantine-Carousel-slide {
    min-width: 90% !important;
    max-width: 90% !important;
  }

  .mantine-Carousel-controls button {
    top: 45% !important;
    width: 35px !important;
    height: 35px !important;
  }

  /* Ajustar cards dentro do carrossel no mobile */
  .mantine-Carousel-slide .mantine-Paper-root {
    max-height: 350px !important;
  }

  .mantine-Carousel-slide .mantine-Text-root {
    font-size: 15px !important;
    margin-bottom: 10px !important;
  }

  .mantine-Carousel-slide .mantine-Button-root {
    height: 42px !important;
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
  }

  .mantine-Carousel-slide .mantine-Badge-root {
    font-size: 13px !important;
    padding: 6px 10px !important;
  }

  /* Ajustar espaçamento do conteúdo na parte inferior */
  .mantine-Carousel-slide [style*="bottom: 20px"] {
    bottom: 12px !important;
    left: 12px !important;
    right: 12px !important;
  }

  /* Ajustar badge no topo */
  .mantine-Carousel-slide [style*="top: 16px"] {
    top: 12px !important;
    right: 12px !important;
  }
}

/* Desktop carousel controls positioning */
@media (min-width: 769px) {
  .mantine-Carousel-controls button {
    top: 45%;
    transform: translateY(-50%);
  }
}

/* ========================================== MODERN PRODUCT PAGE (views/modern_item_page.py, controllers/callbacks_from_modern_item.py) ========================================== */
.product-image-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.product-image-main:hover {
  transform: scale(1.02);
}

.image-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
}

.image-thumbnail:hover {
  transform: scale(1.05);
}

.image-thumbnail.active {
  border: none;
}

.image-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.variant-button {
  padding: 12px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
}

.variant-button:hover {
  border-color: #27ae60;
  background: #f0fdf4;
}

.variant-button.selected {
  border-color: #27ae60;
  background: #dcfce7;
  color: #166534;
}

.variant-image-preview {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.review-card {
  background: white;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.review-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.reviewer-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px;
}

.review-date {
  color: #9ca3af;
  font-size: 13px;
  margin-bottom: 10px;
}

.review-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 12px;
}

.review-text {
  line-height: 1.6;
  color: #4b5563;
}

.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: #dcfce7;
  color: #166534;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

/* Mobile Sticky Add to Cart */
@media (max-width: 768px) {
  .sticky-cart-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 15px 20px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .main-product-image-mobile {
    height: 400px !important;
  }

  .variant-button {
    padding: 10px 16px;
    font-size: 14px;
  }

  .image-thumbnail {
    width: 60px;
    height: 60px;
  }
}

/* Botão Voltar - Responsivo */
@media (max-width: 768px) {
  .back-button-desktop {
    display: none !important;
  }

  .back-button-mobile {
    display: block !important;
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .back-button-mobile {
    display: none !important;
  }

  .back-button-desktop {
    display: block !important;
  }
}

/* ============================================================================ */
/* MODERN CART PAGE STYLES (views/modern_cart.py, controllers/callbacks_from_modern_cart.py) */
/* ============================================================================ */

/* Cart Item Card */
.cart-item-card {
  background: white;
  transition: all 0.3s ease;
}

.cart-item-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1) !important;
  border-color: #27ae60 !important;
}

/* Continue Shopping Button */
.continue-shopping-btn {
  transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
  transform: translateX(-5px);
}

/* Remove Button */
.cart-item-card .remove-btn:hover {
  background-color: rgba(231, 76, 60, 0.1) !important;
}

@media (min-width: 768px) {
  .cart-item-card .remove-text {
    display: inline !important;
  }
}

/* Quantity Controls */
.cart-item-card [class*="mantine-ActionIcon"] {
  transition: all 0.2s ease;
}

.cart-item-card [class*="mantine-ActionIcon"]:hover {
  transform: scale(1.1);
}

/* Empty Cart Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#empty-cart-message {
  animation: fadeIn 0.5s ease-out;
}

/* Cart Summary Sticky */
@media (min-width: 992px) {
  .cart-summary-sticky {
    position: sticky;
    top: 20px;
  }
}

/* Payment/Delivery Icons */
[class*="mantine-Select"] [class*="leftSection"] {
  color: #27ae60;
}

/* Finish Order Button Hover Effect */
#finish-order-btn {
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

#finish-order-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

#finish-order-btn:active {
  transform: translateY(0);
}

/* Continue Shopping Button Styles */
.continue-shopping-btn {
  transition: all 0.2s ease !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.continue-shopping-btn:hover {
  transform: translateX(-2px) !important;
}

.continue-shopping-btn:active {
  transform: translateX(0) !important;
}

.continue-shopping-icon {
  flex-shrink: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.continue-shopping-btn svg,
.continue-shopping-btn .iconify,
.continue-shopping-icon svg,
.continue-shopping-icon {
  flex-shrink: 0 !important;
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .continue-shopping-btn .continue-shopping-text {
    display: none !important;
  }

  .cart-item-card {
    padding: 15px !important;
  }

  #cart-main-container {
    padding: 0 !important;
  }

  .continue-shopping-btn {
    padding: 12px !important;
    min-width: 44px !important;
    height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .continue-shopping-btn svg,
  .continue-shopping-btn .iconify,
  .continue-shopping-icon,
  .continue-shopping-icon svg {
    width: 22px !important;
    height: 22px !important;
    margin: 0 !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  /* Cart Header Mobile */
  .cart-header {
    padding: 15px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 15px;
  }

  .cart-header-title {
    margin-top: 10px !important;
  }

  .cart-title {
    font-size: 22px !important;
    margin-left: 10px !important;
  }

  .cart-icon {
    width: 26px !important;
    height: 26px !important;
  }

  .cart-items-badge {
    font-size: 14px !important;
    padding: 8px 16px !important;
  }

  /* Products Section Mobile */
  .cart-products-section {
    padding: 10px !important;
  }

  .cart-section-title {
    font-size: 18px !important;
    margin-bottom: 15px !important;
  }

  /* Order Summary Mobile */
  .order-summary-paper {
    position: relative !important;
    top: 0 !important;
    padding: 20px !important;
    margin-bottom: 20px !important;
  }

  .order-summary-title {
    font-size: 18px !important;
    margin-bottom: 20px !important;
  }

  .finish-order-btn {
    font-size: 16px !important;
    height: 50px !important;
  }

  .cart-security-badges {
    gap: 8px !important;
    padding: 12px !important;
  }

  .cart-security-badges > div {
    font-size: 11px !important;
  }

  /* Continue Shopping Text */
  .continue-shopping-text {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .cart-item-card img {
    height: 100px !important;
  }

  .cart-item-card [class*="mantine-Title"] {
    font-size: 16px !important;
  }

  .cart-item-card .remove-text {
    display: none !important;
  }

  /* Extra small screens */
  .cart-header {
    padding: 10px 15px !important;
  }

  .continue-shopping-btn {
    padding: 10px !important;
    min-width: 40px !important;
    height: 40px !important;
  }

  .continue-shopping-btn svg,
  .continue-shopping-btn .iconify,
  .continue-shopping-icon,
  .continue-shopping-icon svg {
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .cart-title {
    font-size: 20px !important;
    margin-left: 8px !important;
  }

  .cart-icon {
    width: 24px !important;
    height: 24px !important;
  }

  .cart-item-name {
    font-size: 15px !important;
  }

  .cart-item-image {
    height: 90px !important;
  }

  .cart-item-price {
    font-size: 14px !important;
    margin-top: 5px !important;
  }

  .quantity-label,
  .total-label {
    font-size: 12px !important;
  }

  .quantity-number {
    font-size: 16px !important;
  }

  .cart-item-total {
    font-size: 18px !important;
  }

  .quantity-btn {
    width: 36px !important;
    height: 36px !important;
  }

  .remove-btn {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  .order-summary-paper {
    padding: 15px !important;
  }

  .finish-order-btn {
    font-size: 15px !important;
    height: 48px !important;
  }

  .clear-cart-btn {
    margin-top: 15px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 400px) {
  /* Very small screens */
  .cart-title {
    font-size: 18px !important;
  }

  .continue-shopping-btn {
    padding: 8px !important;
    min-width: 36px !important;
    height: 36px !important;
  }

  .continue-shopping-btn svg,
  .continue-shopping-btn .iconify,
  .continue-shopping-icon,
  .continue-shopping-icon svg {
    width: 18px !important;
    height: 18px !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .cart-items-badge {
    font-size: 12px !important;
    padding: 6px 12px !important;
  }

  .cart-item-card {
    padding: 12px !important;
  }

  .cart-item-name {
    font-size: 14px !important;
  }

  .cart-item-image {
    height: 80px !important;
  }

  .quantity-section,
  .total-section {
    margin-bottom: 10px !important;
  }

  .cart-security-badges {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

/* ============================================================================ */
/* VIEW CART BUTTON ANIMATION */
/* ============================================================================ */

#view-cart-button {
  animation: slideDown 0.4s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Add to cart button success state */
#add-to-cart-button[data-success="true"] {
  animation: pulse 0.5s ease-out;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Desktop and Mobile visibility classes */
.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

@media (max-width: 768px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }
}

/* Dashboard Styles */
.dashboard-header {
  flex-wrap: wrap;
  gap: 15px;
}

@media (max-width: 768px) {
  .dashboard-header {
    flex-direction: column;
    align-items: center !important;
    padding: 15px 20px !important;
  }

  /* Reduz fonte dos valores dos contadores no mobile */
  .dashboard-counter-value {
    font-size: 20px !important;
  }

  /* Reduz ainda mais a fonte da receita total no mobile */
  .dashboard-revenue-value {
    font-size: 14px !important;
  }

  /* Ajusta gráficos para usar mais espaço */
  .dashboard-chart-col .mantine-Paper-root {
    padding: 12px !important;
  }

  .dashboard-chart-col .mantine-Text-root {
    margin-bottom: 10px !important;
    font-size: 16px !important;
  }

  .dashboard-chart-col {
    margin-bottom: 15px;
  }

  .dashboard-actions-col {
    margin-bottom: 15px;
  }

  .dashboard-stats-cards {
    margin-bottom: 15px !important;
  }

  .dashboard-stats-cards .mantine-GridCol-root {
    margin-bottom: 15px;
  }
}

/* Desktop: Reduz espaçamento vertical e ajusta Ações Rápidas */
@media (min-width: 769px) {
  .dashboard-chart-col,
  .dashboard-actions-col {
    margin-bottom: 15px;
  }

  .dashboard-stats-cards {
    margin-bottom: 15px !important;
  }

  /* Ajusta largura da caixa Ações Rápidas para preencher espaço de 2 cards */
  .dashboard-actions-col {
    width: 100%;
  }
}

/* Dashboard Cards Animation */
.dashboard-stats-cards .mantine-Paper-root {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-stats-cards .mantine-Paper-root:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

/* Dashboard Quick Actions */
.dashboard-actions-col .mantine-Button-root {
  transition: all 0.2s ease;
}

.dashboard-actions-col .mantine-Button-root:hover {
  transform: translateX(5px);
}

/* Always visible scrollbar for dashboard hours drawer */
.always-visible-scrollbar {
  overflow-y: scroll !important;
}

.always-visible-scrollbar::-webkit-scrollbar {
  width: 8px !important;
  display: block !important;
}

.always-visible-scrollbar::-webkit-scrollbar-track {
  background: #f1f5f9 !important;
  border-radius: 4px !important;
}

.always-visible-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e0 !important;
  border-radius: 4px !important;
}

.always-visible-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8 !important;
}

/* Center drawer title */
#dashboard-hours-drawer .mantine-Drawer-title {
  text-align: center !important;
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Footer responsive styles */
@media (max-width: 768px) {
  .footer-left-mobile {
    width: 100% !important;
    align-items: center !important;
  }

  .footer-right-mobile {
    width: 100% !important;
    justify-content: center !important;
  }

  .footer-links-mobile {
    justify-content: center !important;
  }
}

/* Clients table styles */
.clients-table-container {
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 769px) {
  .clients-table-desktop {
    width: 100% !important;
    min-width: 1000px;
  }

  .clients-table-container {
    overflow-x: visible;
  }
}

@media (max-width: 768px) {
  .clients-table-desktop {
    display: none !important;
  }

  .clients-table-container {
    overflow-x: scroll;
  }
}

/* Modern Order Cards */
.order-card-hover:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  transform: translateY(-2px);
  border-color: #dee2e6 !important;
}

.order-card-hover {
  transition: all 0.2s ease !important;
}

/* Order and Wishlist Grid Layout */
@media (max-width: 768px) {
  #ordersList,
  #wishlist {
    grid-template-columns: 1fr !important;
  }

  /* Mobile optimizations for order and wishlist cards */
  .order-card-hover {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .order-card-hover .mantine-Image-root {
    width: 100% !important;
    max-width: 200px !important;
    height: auto !important;
  }

  /* Adjust card content for mobile */
  .order-card-hover > div:nth-child(2) {
    width: 100% !important;
  }
}

@media (min-width: 769px) {
  #ordersList {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  #wishlist {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)) !important;
  }
}

/* Client Settings Page - Mobile View Improvements */
@media (max-width: 768px) {
  /* Customer page header - better spacing */
  .customer-header {
    padding: 15px 20px !important;
    margin-bottom: 15px !important;
  }

  /* Main content area - wider with optimized padding */
  .customer-header + div {
    padding: 0 20px 20px 20px !important;
  }

  /* Make all Paper components (boxes) wider on mobile */
  .customer-header ~ div .mantine-Paper-root {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Search section - better mobile fit */
  .customer-header ~ div .mantine-Paper-root:first-of-type {
    padding: 16px !important;
  }

  /* Order and wishlist cards - optimized for mobile */
  #ordersList > a,
  #wishlist > div {
    width: 100% !important;
  }

  #ordersList .mantine-Paper-root,
  #wishlist .mantine-Paper-root {
    padding: 16px !important;
  }

  /* Optimize card layout for mobile */
  #ordersList .mantine-Paper-root > div:first-child,
  #wishlist .mantine-Paper-root > div:first-child {
    margin-bottom: 10px !important;
  }

  /* Better text sizing for mobile */
  #ordersList .mantine-Text-root[style*="font-size"],
  #wishlist .mantine-Text-root[style*="font-size"] {
    font-size: 15px !important;
  }

  /* Accordion sections - full width */
  .customer-header ~ div .mantine-Accordion-root {
    width: 100% !important;
  }

  .customer-header ~ div .mantine-Accordion-item {
    margin-bottom: 12px !important;
  }

  /* Action buttons group - better mobile spacing */
  .customer-header ~ div > div:first-child .mantine-Group-root {
    flex-direction: column !important;
    width: 100% !important;
    gap: 10px !important;
  }

  .customer-header
    ~ div
    > div:first-child
    .mantine-Group-root
    .mantine-Button-root {
    width: 100% !important;
    min-width: unset !important;
  }

  .customer-header ~ div > div:first-child .mantine-Group-root a {
    width: 100% !important;
  }

  /* Search results cards - narrower on mobile */
  #searchResults .mantine-Paper-root {
    max-width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #searchResults > div {
    justify-content: center !important;
    gap: 10px !important;
    margin-top: -90px !important;
    min-height: 300px !important;
    /* overflow-y: 700px !important; */
  }

  #searchResults .cardSize2 {
    width: 150px !important;
    max-width: 150px !important;
  }

  #searchResults .mantine-Card-root {
    width: 150px !important;
    max-width: 150px !important;
  }

  /* Cart page - consistent width for products and summary on mobile */
  .cart-products-section {
    padding: 20px 15px !important;
  }

  .cart-header {
    padding: 15px 20px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 15px !important;
  }

  /* First row: back button and title on same line */
  .cart-header-row-1 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
  }

  .cart-header .continue-shopping-btn {
    margin: 0 !important;
    flex-shrink: 0 !important;
    padding: 8px 12px !important;
  }

  .cart-header .cart-title {
    font-size: 18px !important;
    margin-left: 0 !important;
  }

  /* Second row: cart icon on left, counter and photo on right */
  .cart-header-row-2 {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }

  .cart-icon {
    width: 28px !important;
  }

  /* Hide desktop cart icon on mobile */
  .cart-icon-desktop {
    display: none !important;
  }

  .cart-title-wrapper {
    margin-top: 0 !important;
  }

  /* Remove border from user avatar in mobile */
  .cart-header .user-avatar-clickable {
    border: none !important;
  }

  /* Hide "Continuar Comprando" text on very small screens */
  .continue-shopping-text {
    display: none !important;
  }

  .order-summary-paper {
    margin: 0 15px !important;
  }

  /* Ensure both columns have same effective width */
  #cart-main-container .mantine-Grid-root {
    padding: 0 5px !important;
  }

  #cart-main-container .mantine-GridCol-root {
    padding: 0 10px !important;
  }

  /* Cart accordion - mobile layout */
  .mantine-Accordion-control .mantine-Group-root {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  /* First row: Store name and badge */
  .mantine-Accordion-control .mantine-Group-root > div:first-child {
    order: 1 !important;
    flex: 1 !important;
  }

  .mantine-Accordion-control .mantine-Group-root > span {
    order: 2 !important;
    margin-right: 0 !important;
  }

  /* Second row: Visit store button - left side only */
  .mantine-Accordion-control .mantine-Group-root > a {
    order: 3 !important;
    width: auto !important;
    margin-top: 5px !important;
  }

  .mantine-Accordion-control .mantine-Group-root > a button {
    width: auto !important;
  }
}

/* Desktop view - keep original layout */
@media (min-width: 769px) {
  .cart-header {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
  }

  .cart-header-row-1 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .cart-header .cart-title {
    font-size: 28px !important;
    margin-left: 15px !important;
  }

  .cart-header-row-2 {
    display: flex !important;
    align-items: center !important;
  }

  .cart-icon {
    display: none !important;
  }

  .cart-icon-desktop {
    display: inline-block !important;
    width: 32px !important;
  }

  /* Show full text on desktop */
  .continue-shopping-text {
    display: inline !important;
  }

  /* Add border back on desktop */
  .cart-header .user-avatar-clickable {
    border: 2px solid #27ae60 !important;
  }

  /* Cart accordion - desktop layout (original) */
  .mantine-Accordion-control .mantine-Group-root {
    flex-wrap: nowrap !important;
  }

  .mantine-Accordion-control .mantine-Group-root > div:first-child,
  .mantine-Accordion-control .mantine-Group-root > span,
  .mantine-Accordion-control .mantine-Group-root > a {
    order: initial !important;
    width: auto !important;
    margin-top: 0 !important;
  }

  .mantine-Accordion-control .mantine-Group-root > span {
    margin-right: 10px !important;
  }

  .mantine-Accordion-control .mantine-Group-root > a button {
    width: auto !important;
  }

  /* Related products section - desktop keeps original size */
  #related-products .cardSizeFrontPageX {
    width: 15rem !important;
    max-width: 15rem !important;
  }

  /* Show desktop back button, hide mobile back button */
  .back-button-desktop {
    display: block !important;
  }

  .back-button-mobile {
    display: none !important;
  }
}

/* Related products section - mobile optimized for more width, less height */
@media (max-width: 768px) {
  #related-products {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    padding: 0 5px !important;
  }

  #related-products .cardSizeFrontPageX {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 300px !important;
    overflow: hidden !important;
    margin: 0 !important;
  }

  #related-products .mantine-Card-section {
    height: 130px !important;
  }

  #related-products .imagem {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Adjust text and button sizes */
  #related-products .mantine-Text-root {
    font-size: 13px !important;
  }

  #related-products .mantine-Button-root {
    font-size: 12px !important;
    padding: 6px 12px !important;
    height: auto !important;
  }

  /* Hide desktop back button on mobile, show mobile back button */
  .back-button-desktop {
    display: none !important;
  }

  .back-button-mobile {
    display: block !important;
  }
}

/* ================================================================================================
   REPORT PROBLEM PAGE - MOBILE RESPONSIVE
   ================================================================================================ */

/* Mobile adjustments for report problem page */
@media (max-width: 768px) {
  .report-header {
    padding: 15px 20px !important;
    margin-bottom: 20px !important;
  }

  .report-header-logo {
    width: 40px !important;
    height: auto !important;
  }

  .report-header-title {
    font-size: 18px !important;
  }

  .report-content-container {
    padding: 0 15px 30px 15px !important;
  }

  .report-paper {
    padding: 20px 15px !important;
    margin: 0 10px !important;
  }

  .report-icon {
    width: 36px !important;
    height: 36px !important;
  }

  .report-title {
    font-size: 22px !important;
    margin-left: 10px !important;
  }

  .report-description {
    font-size: 13px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
  }

  .report-label {
    font-size: 13px !important;
  }

  .report-input input,
  .report-select input,
  .report-textarea textarea {
    font-size: 14px !important;
  }

  .report-submit-btn {
    font-size: 14px !important;
    height: 44px !important;
    padding: 0 16px !important;
  }

  .report-back-btn {
    font-size: 13px !important;
    height: 40px !important;
  }

  /* Reduce icon sizes in buttons */
  .report-submit-btn .dash-iconify,
  .report-back-btn .dash-iconify {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 480px) {
  .report-header {
    padding: 12px 15px !important;
    margin-bottom: 15px !important;
  }

  .report-header-logo {
    width: 35px !important;
    height: auto !important;
  }

  .report-header-title {
    font-size: 16px !important;
  }

  .report-content-container {
    padding: 0 10px 25px 10px !important;
  }

  .report-paper {
    padding: 15px 12px !important;
    margin: 0 5px !important;
  }

  .report-icon {
    width: 32px !important;
    height: 32px !important;
  }

  .report-title {
    font-size: 20px !important;
    margin-left: 8px !important;
  }

  .report-description {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 18px !important;
  }

  .report-label {
    font-size: 12px !important;
  }

  .report-input input,
  .report-select input,
  .report-textarea textarea {
    font-size: 13px !important;
  }

  .report-submit-btn {
    font-size: 13px !important;
    height: 42px !important;
  }

  .report-back-btn {
    font-size: 12px !important;
    height: 38px !important;
  }
}
