@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");a {
  font-weight: 500;
  color: #646cff;
  text-decoration: underline;
}
a:hover {
  color: #535bf2;
}


h1 {
  width: fit-content;
  font-size: 1.3em;
  line-height: 1.1;
}
h3{
  text-align: left;
}
th{
  cursor: pointer;
}

/* Sidebar */
.sidebar {
  background-color: var(--color-gray-800);
  color: var(--color-white);
  width: 5rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
}

.sidebar-logo {
  margin-bottom: 2rem;
}

.sidebar-logo svg {
  height: 2.5rem;
  width: 2.5rem;
  color: var(--color-info);
}

.sidebar-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.sidebar-nav-item {
  padding: 0.75rem;
  border-radius: var(--border-radius-lg);
  transition: background-color 0.2s, color 0.2s;
  position: relative;
  cursor: pointer;
}

.sidebar-nav-item.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}

.sidebar-nav-item:not(.active) {
  color: var(--color-gray-300);
}

.sidebar-nav-item:not(.active):hover {
  color: var(--color-white);
  background-color: var(--color-gray-700);
}

.sidebar-nav-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sidebar-nav-item svg {
  height: 1.5rem;
  width: 1.5rem;
}
.button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 15px;
  background-color: rgb(255, 106, 11);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(82,196,26,0.2);
  transition: all 0.3s ease;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.logout-button {
  margin-left: auto;
  background: none;
  border: none;
  display: flex;
  font-size: 1rem;
  gap: .5rem;
  align-items: center;
  color: var(--color-gray-600);
  transition: color 0.2s;
  opacity: .8;
}
.logout-button:hover {
  opacity: 1;
  cursor: pointer;
}.navbar{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #3B4256;
    border-right: 1px solid gainsboro;
    display: flex;
    align-items: center;
    justify-content: space-around;
    row-gap: 2rem;
    font-size: .7rem;
    padding: 0;
    z-index: 500;
}
.logout{
    background: none;
    border: none;
    gap: .2rem;
    transition: .2s;
    font-size: .8rem;
}
.logout:hover{
    cursor: pointer;
    font-size: .9rem;
}

@media screen and (max-width: 520px) {
    .logout-text{
       display: none;
    }
    
}

.navbar a{
    display: flex;
    flex-direction: column;
    width: 75px;
    row-gap: .2rem;
    justify-content: center;
    align-items: center;
    color: white;
    opacity: .6;
    transition: .2s;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
}
.navbar a span{
    display: flex;
    font-size: .5rem;
    text-align: center;
}
.navbar  button{
    margin: .5em;
}

@media screen and (min-width: 768px){
    .navbar{
        position: relative;
        width: 144px;
        height: calc(100vh - 10rem);
        border-right: 1px solid gainsboro;
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        font-size: .7rem;
        padding: 5rem 1rem;
    }
    .navbar a:nth-child(7){
        margin-top: auto;
    }
    .navbar a{
        display: flex;
        flex-direction: column;
        row-gap: .2rem;
        column-gap: .5rem;
        justify-content: center;
        align-items: center;
        color: white;
        opacity: .6;
        transition: .2s;
    }
    .navbar a span{
        display: flex;
    }
    .navbar  button{
        display: flex;
    }
    .navbar a:hover{
        opacity: 1;
    }
    
}.topbar{
    width: calc(100vw - (2rem + 1px));
    height: 30px;
    background: white;
    border-bottom: 1px solid gainsboro;
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    align-items: center;
    justify-content: space-between;
    font-size: .7rem;
    padding: 1rem;
    position: sticky;
    top: 0;
    z-index: 10000;
}
.topbar img{
    opacity: .8;
    transition: .2s;
}
.topbar img:hover{
    opacity: 1;
    cursor: pointer;
}
.topbar a{
    display: flex;
    flex-direction: column;
    row-gap: .2rem;
    justify-content: center;
    align-items: center;
    color: black;
    opacity: .6;
}

.menu{
    display: flex;
    background: white;
    border: 1px solid gainsboro;
    width: 0px;
    height: 92vh;
    position: absolute;
    right: 0%;
    z-index: 10002;
    transition: .2s;
    
}
.menu ul{
    display: none;
}
.menu-open{
    display: flex;
    width: 70%;
    right: 0;

}
.menu-open ul{
    display: flex;
}
.menu ul{
    flex-direction: column;
    row-gap: 1rem;
    padding: 2rem;
}

@keyframes menu {

0%{
    margin-right: -70%;
    display: none;
}
 100%{
    display: 'flex';
    margin-right: 0;
 }   
}

@keyframes menuclose {

    0%{
        margin-right: 0%;
        display: flex;
    }
     100%{
        display: 'none';
        margin-right: -70%;
     }   
    }

/* Estilos globales basados en commons.css */

:root {
  --danger-light: #fee2e2;
  --gray-50: #f9fafb;
  --gray-100: #ddd;
  --gray-200: #ddd;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --radius-sm: 0.125rem;
  --radius: 0.25rem;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --radius-full: 9999px;
  --transition: all 0.2s ease;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  background: #f7f7f7;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-top-color: #ff6a0b;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

main {
  display: flex;
  margin: 0;
}

.main-container {
  width: 100%;
  padding-bottom: 4rem;
}

.section-main {
  width: 100%;
  height: calc(100vh - 65.2px);
  overflow-y: auto;
}

.calendarDay {
  padding: 20px;
  min-height: 120px;
  width: 100px;
}

@media (max-width: 768px) {
  .calendarDay {
    padding: 10px;
    font-size: 0.8rem;
    width: 16px;
  }
}

h3 {
  margin-top: 2rem;
  width: 100%;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  padding-bottom: .5rem;
  padding-top: 1.5rem;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
}

.modal-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  height: 70%;
  width: calc(100% - 3rem);
  max-width: 720px;
  max-height: 520px;
  overflow-y: scroll;
  background: white;
  padding: 1rem;
  border: 1px solid gainsboro;
  border-radius: 5px;
}

.confirm-modal-content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  height: fit-content;
  width: fit-content;
  background: white;
  padding: 1rem;
  border: 1px solid gainsboro;
  border-radius: 5px;
}

.action-buttons {
  opacity: 0.5;
  transition: .2s;
}

.action-buttons:hover {
  opacity: 1;
  cursor: pointer;
}

.close-modal {
  display: flex;
  margin-left: auto;
  opacity: 0.6;
  transition: .2s;
}

.close-modal:hover {
  cursor: pointer;
  opacity: 1;
}

.d-none {
  display: none;
}

.wrapper {
  padding: 1rem;
}

li {
  opacity: 0.6;
  list-style: none;
  transition: .2s;
}

.selected {
  transition: .2s;
  opacity: 1 !important;
}

ul {
  display: flex;
  flex-direction: column;
  row-gap: .2rem;
}

ul .selected {
  border: 1px solid gainsboro;
  background: gainsboro;
}

li:hover {
  border-bottom: 1px solid gainsboro;
  padding-bottom: .3rem;
}

#root {
  padding: 0;
  margin: 0;
  text-align: center;
  height: 100vh;
}

#modal {
  position: absolute;
  z-index: 10000;
}

button {
  display: flex;
  align-items: center;
  column-gap: .5rem;
  width: fit-content;
  height: fit-content;
  background: #ff6a0b;
  color: white;
  font-size: .8rem;
  margin-top: .54rem;
  margin-bottom: .54rem;
  
}

.button-red {
  background: red;
}

.disabled {
  background: gray;
}

.hidden {
  display: none;
}

.green {
  background: #00256e;
  cursor: default;
}

.disable {
  background: gray;
}

.ml-auto {
  margin-left: auto;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}

.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.react:hover {
  filter: drop-shadow(0 0 2em #61dafbaa);
}

.portada {
  width: 100%;
  height: 180px;
}

.search-bar {
  max-width: 360px;
  height: 24px;
  background: white;
  border: 1px solid gainsboro;
  margin-bottom: 1rem;
  padding: .5rem;
  position: sticky;
  top: 10px;
  z-index: 10001;
}

.search-bar input {
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
  outline: none;
}

.categories {
  display: flex;
  width: 100%;
  overflow-x: scroll;
}

.category-card {
  width: fit-content;
  background: white;
  padding: .5rem;
  padding-top: 0.5rem;
  display: flex;
  margin: 1rem;
  padding-top: 0;
  border: 1px solid gainsboro;
  align-items: center;
  border-radius: 5px;
}

.category-card img {
  width: 100px;
}

.container {
  display: flex;
  column-gap: 2rem;
}

.board-section {
  display: flex;
  column-gap: 1rem;
  max-width: calc(100vw - 2rem);
  overflow-x: scroll;
}

.board {
  min-width: 240px;
  height: 480px;
  padding: 1rem;
  background: gainsboro;
  border-radius: 5px;
  row-gap: 1rem;
}

/* Tabla común - MOBILE FIRST */

.table-container {
  margin-top: 1.5rem;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  animation: fadeIn 0.4s ease;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

/* MOBILE: Filas como cards verticales */

.table tr {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
  background: white;
  border: 1px solid gainsboro;
  border-radius: 8px;
  padding: 1rem;
}

.table thead tr:first-child {
  display: none; /* Ocultar header en mobile */
}

.table td {
  text-align: left;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--gray-200);
  font-size: 0.875rem;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.table th {
  background: var(--gray-100);
  font-weight: 600;
  color: var(--gray-700);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  padding: 1rem;
  text-align: left;
  border-bottom: 2px solid var(--gray-200);
}

.table-row {
  transition: var(--transition);
}

.table-row:hover {
  background: var(--gray-50);
}

.product-detail {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  max-width: 480px;
  margin: auto;
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.action-buttons:hover .tooltip-text {
  visibility: visible;
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.filtered-list {
  display: flex;
  width: calc(100% + .8rem);
  flex-direction: column;
  row-gap: .5rem;
  max-height: 360px;
  overflow: scroll;
}

.filtered-list span {
  display: flex;
  padding: .5rem;
  background: #f8fafc;
  border: 1px solid gainsboro;
}

.filtered-list span:hover {
  cursor: pointer;
  color: black;
}

.filter-list {
  background-color: white;
  padding: 1em;
  border: 1px solid gainsboro;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}

label {
  display: flex;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  width: 40%;
}

.label-description{
  width: 100%;
}

.label-description textarea {
  padding: .8rem .5rem;
  border-radius: 5px;
  width: unset;
}

.filter-list label {
  width: unset;
}

.pagination-container {
  margin-bottom: 4rem !important;
}

/* DESKTOP STYLES */

@media screen and (min-width: 768px) {
  .section-main {
    min-width: calc(100vw - 251px);
    width: calc(100vw - 251px);
  }

  .main-container {
    width: 100%;
    padding-bottom: 0;
    height: 100vh;
    overflow-y: scroll;
  }

  .pagination-container {
    margin-bottom: 1rem !important;
  }

  .filter-list {
    display: flex;
    column-gap: 2rem;
    row-gap: 1rem;
  }

  .board-section {
    display: flex;
    column-gap: 1rem;
    flex-wrap: wrap;
    max-width: 1248px;
    overflow-x: hidden;
  }

  .profile-card {
    width: fit-content !important;
  }

  
}

/* DESKTOP STYLES */

@media screen and (min-width: 968px) {
  
  /* TABLA EN DESKTOP - RESPONSIVE Y FLEXIBLE */
  .table-container {
    background: white;
    border: 1px solid var(--gray-200);
    width: 100%;
    overflow-x: auto; /* Solo si es absolutamente necesario */
  }

  .table {
    background: white;
    width: 100%; /* Ocupa todo el ancho disponible */
    table-layout: auto; /* Permite que las columnas se ajusten automáticamente */
  }

  /* FILAS DE TABLA NORMALES EN DESKTOP */
  .table tr {
    display: table-row;
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    background: transparent;
  }

.table thead tr:first-child {
    display: table-row;
  }

  .table tr:nth-child(even) {
    background: var(--gray-50);
  }

  .table tr:hover {
    background: #f0f9ff;
  }

  /* CELDAS EN DESKTOP - FLEXIBLES */
  .table th,
  .table td {
    display: table-cell;
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid var(--gray-200);
    vertical-align: middle;
    font-size: 0.875rem;
    white-space: wrap; /* Evita que el texto se rompa innecesariamente */
    overflow: hidden;
    text-overflow: ellipsis; /* Agrega ... si el texto es muy largo */
  }

  .table th {
    background: var(--gray-100);
    font-weight: 600;
    color: var(--gray-700);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    position: sticky;
    top: 0;
    z-index: 10;
    cursor: pointer;
    user-select: none;
  }

  .table th:hover {
    background: var(--gray-200);
  }

  

  /* Para contenido muy largo, permitir wrap en celdas específicas */
  .table td{
    white-space: normal; /* Permite wrap en nombre, dirección y email */
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media screen and (min-width: 968px) {
  .filter-list {
    flex-wrap: nowrap;
  }
  
}

/* MOBILE: Mostrar títulos antes del contenido */

@media screen and (max-width: 968px) {
  table td[data-titulo] {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  table td[data-titulo]::before {
    content: attr(data-titulo) ":";
    font-weight: 600;
    color: var(--gray-600);
    min-width: 120px;
    flex-shrink: 0;
  }
}

.read-the-docs {
  color: #888;
}

.edit {
  opacity: 0.6;
  transition: .2s;
}

.edit:hover {
  opacity: 1;
}
body.react-confirm-alert-body-element {
  overflow: hidden;
}

.react-confirm-alert-blur {
  filter: url(#gaussian-blur);
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.react-confirm-alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  -webkit-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -moz-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  -o-animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
  animation: react-confirm-alert-fadeIn 0.5s 0.2s forwards;
}

.react-confirm-alert-body {
  font-family: Arial, Helvetica, sans-serif;
  width: 400px;
  padding: 30px;
  text-align: left;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.13);
  color: #666;
}

.react-confirm-alert-svg {
  position: absolute;
  top: 0;
  left: 0;
}

.react-confirm-alert-body > h1 {
  margin-top: 0;
}

.react-confirm-alert-body > h3 {
  margin: 0;
  font-size: 16px;
}

.react-confirm-alert-button-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
}

.react-confirm-alert-button-group > button {
  outline: none;
  background: #333;
  border: none;
  display: inline-block;
  padding: 6px 18px;
  color: #eee;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}

@-webkit-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes react-confirm-alert-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.products {
   display: flex;
   justify-content: space-around;
   column-gap: 1rem;
   row-gap: 1rem;
   overflow-x: scroll;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
    height: 120px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1),0 3px 10px 0 rgba(0,0,0,0.1) !important;
    opacity: .9;
    transition: .2s;
    padding: 1rem;
    overflow: hidden;
}
.card-little{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
}
.card-little a{
 display: flex;
 flex-direction: column;
 row-gap: .2rem;
 text-decoration: none;
 color: black;
 justify-content: center;
 align-items: center;
}
.card-large{
    flex-direction: column;
    row-gap: .5rem;
    justify-content: left;
    height: 80px;
  
}
.card-large span{
    width: fit-content;
}
.disabled{
    cursor: default;
    background: #B3B3B3;
    border: none;
}
.gray{
    background: rgb(79, 79, 79);
}
.card-board{
    flex-direction: column;
    margin-bottom: 1rem;
    min-height: unset;
    height: fit-content;
}
.card:hover{
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 5px 20px 0 rgba(0,0,0,0.1) !important;

}
.card .card-image{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.card-text{
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - .5rem);
    height: calc(100% - .5rem);
    background: rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
    row-gap: .5rem;
    color: white;
}
.card-text strong{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 195px;
    
}
.card-text p{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 195px;
      
}
.card-text-price{
    display: flex;
    margin-left: auto;
    margin-top: auto;
    font-weight: bold;
}
.large-card{
    width: calc(100% - .5rem);
    height: fit-content;
    max-width: 100% !important;
    flex-direction: column;
    row-gap: 1rem;
  }.form{
    row-gap: 1rem;
    column-gap: 3rem;
    background: white;
    border: 1px solid gainsboro;
    border-radius: 5px;
    text-align: left;
    width: calc(100% - 2.2rem);
    padding: 1rem;
    overflow: scroll;
}
form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 1rem;
    column-gap: 3rem;
    row-gap: 2rem;
    background: white;
    border: 1px solid gainsboro;
    border-radius: 5px;
    text-align: left;
    width: calc(100% - 2.2rem);
    max-width: 720px;
    max-height: 550px;
    min-height: 100px;
    padding: 1rem;
    overflow-y: auto;
}
.login-form{
    width: 100%;
    max-width: 480px;
    margin: 1rem;
}
form label{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: .5rem;
    text-align: left;
}

  
input{
    padding: .8rem;
    background: #F8FAFC;
    border: 1px solid gainsboro;
    min-width: 0px;
    width: 93%;
    max-width: 480px;
}
input[type='checkbox'] {
    width: fit-content;
}
textarea{
    width: 100%;
    background: #F8FAFC;
    border: 1px solid gainsboro;

}
select{
    border-radius: 5px;
    padding: .8rem;
    background: #F8FAFC;
    border: 1px solid gainsboro;
}
.radio-group label{
    flex-direction: row;
    align-items: center;
    column-gap: .3rem;
}
input[type=radio]{
    width: fit-content;
    height: fit-content;
    min-width: 0px;
}
.filter-form{
    width: unset;
    max-width: none;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
}
.filter-form button{
    margin-top: 1.5rem;
}
.form-expanded label{
    width: calc(100% - 1rem) !important;

}
.form-expanded input{
    width: calc(100% - 1rem) !important;
    
}
@media screen  and (min-width: 768px){
    
    input{
        width: unset;
        padding: .8rem;
        background: #F8FAFC;
        border: 1px solid gainsboro;
        border-radius: 5px;
    }
   
 
    form{
        min-width: 360px;
        min-height: 100px;
    }
   form  label{
        width: 45%;
    }
}.dropdown {
    width: 100%;
    position: relative;
    background: white;
    border-radius: 1px solid gainsboro;
  }
  
  .dropdown-header {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .dropdown-arrow {
    margin-left: auto;
    transition: transform 0.3s;
  }
  
  .dropdown-arrow.open {
    transform: rotate(180deg);
  }
  
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid gainsboro;
    margin-top: 5px;
    list-style: none;
    padding: 1rem;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }
  
  .dropdown-item {
    padding: 10px;
    cursor: pointer;
  }
  
  .dropdown-item:hover {
    background-color: #e0e0e0;
  }

.photo{
    transition: .2s;
}

.photo:hover{
    cursor: pointer;
    transform: scale(1.2);

}
.photo-large{
    width: 400px;
    height: 400px;
}

.photo-large:hover{
    transform: none;
    width: 400px;
    height: 400px;
}
