           body{
  font-family: Verdana;
  background-color: #FFFAFD;
}

#navinicio{
  background-color: #FFF6F0;
}

.container-fluid1 {
  display: flex;
  flex-direction: column;   
  align-items: center;      
  margin-top: 50px;         
}

.container-fluid1 .progress {
  margin-top: 2rem;
  width: 75%;
  max-width: 600px;        
}

#tareas{
    gap: 20px;
    width: 100%;
}

#tarinv{
    display: flex;
    margin-top: 5rem;
}

#botontareas{
    border: none;
    background-color: #BD7E7E !important; 
    margin-top:2rem;
}

.btn{
    border: none;
    background-color: #BD7E7E !important; 
}


#invitados{
    display: flex;
    margin-left: 5rem;
    width: 100%;
}

#presupuesto{
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  margin-left: 5rem;
  width: 100%;
}

#barrafin{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  background-color: #FFF6F0 !important;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

.navbar-nav .nav-link {
    white-space: nowrap;
}

.card{
  border:none;
  background-color: #FFFCFA !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.progress{
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color:#FFFCFA  !important;
}

.progress-bar {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #BD7E7E !important;
}

.form-check-input:checked {
   border: none;
   background-color: #BD7E7E !important; 
}

.card-header{
  border: none;
  font-weight: bold;
  font-family: 'Times New Roman, Times, serif';
}

h5{
  font-weight: bold;
}

#progreso{
  font-size: 2rem;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

#acceso{
  font-weight: bold;
  color: #BD7E7E;
}

.card-body1{
  padding: 1rem;
  display: flex;
  flex-direction: column; 
  align-items: flex-start; 
}

#acceso a {
  display: block; 
  margin-bottom: 12px; 
}

#presupuesto2{
  text-align: center;
}

#titulo{
  margin-bottom: 3rem;
  margin-top: 5rem;
  text-align: center;
}

#bienvenido{
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

#registro{
    margin: 0 auto;
    max-width: 700px;
    width: 90%;
}

.mb-3{
  display: flex;
  justify-content: center;
}

#disabledTextInput{
  margin-left: 2rem;
  width: 15rem;
}

#subtitulo1{
  margin-right: 1.9rem;
}

#usuario{
  margin-bottom: 2rem;
  margin-top: 2rem;
}

#disabledSelect{
  margin-left: 2rem;
  width: 15rem;
}

#agregar{
  white-space: nowrap;
  margin-right: 10rem;
}

#accordionExample{
  width: 30rem;
}

#containertareas{
  width: 100%;
  display: flex;
  padding: 2rem;
}

#tarin{
  margin-bottom: 2rem;
  width: 100% ;
}

#tareas1{
  width: 100%;
}

#barrafintareas{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  background-color: #FFF6F0 !important;
  width: 100%;
  padding-left: 20rem;
  padding-right: 20rem;
  margin-top: 21rem;
}

#inv{
  font-weight: bold;
  color: #BD7E7E;
}

#buscar{
  display: flex;
  font-weight: bold;
}

#containerinv{
  margin: 2rem;
}

.table{
  margin-top: 5rem;
  color:  #BD7E7E !important;
}

#barrafininv{
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  background-color: #FFF6F0 !important;
  width: 100%;
  padding-left: 20rem;
  padding-right: 20rem;
  margin-top: 19.75rem;
}

.mesa-card {
  min-height: 250px;
  border: 2px dashed #BD7E7E;
}
.invitado-item {
  cursor: grab;
  background-color: #fff;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

#dias{
  white-space: nowrap;
}

.money-card {
  border-left: 5px solid #BD7E7E !important; 
}

.positive {
  color: green;
}

.negative {
  color: #BD7E7E;
}

#barrafin .navbar-brand {
  transition: transform 0.3s ease, color 0.3s ease;     
  display: inline-block; 
}

#barrafin .navbar-brand:hover {
  transform: scale(1.15); 
 color: #BD7E7E !important; 
}

.btn {
  border: none;
  background-color: #BD7E7E !important; 
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: scale(1.05); 
  box-shadow: 0 10px 20px rgba(189, 126, 126, 0.4); 
}

.btn:active {
  transform: scale(0.95);
  box-shadow: none;
}

#acceso a {
  display: block; 
  margin-bottom: 12px;
  color: #BD7E7E; 
  text-decoration: none;
  transition: transform 0.3s ease, color 0.3s ease;
  transform-origin: left center;
}

#acceso a:hover {
  transform: scale(1.1);
  color: #8f5b5b;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  border-radius: 8px;
  border: 2px solid #BD7E7E;
}

.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.list-group-item {
  cursor: grab;
}

.list-group-item:active {
  cursor: grabbing;
}

.sortable-ghost {
  background-color: #BD7E7E !important;
  color: white;
  opacity: 0.5;
}

.sortable-drag {
  background-color: #fff;
}

.money-title { 
  color: #BD7E7E;
  font-weight: bold; 
  margin-bottom: 2rem; 
}

.card-money { 
  border: none; 
  box-shadow: 0 4px 6px rgba(0,0,0,0.05); 
  border-radius: 10px; 
}

.card-money h6 { 
  font-size: 0.75rem; 
  color: #888; 
  letter-spacing: 1px; 
}

.card-money h2 { 
  font-weight: 800; 
  font-size: 2.5rem; 
}

.color-spent { 
  color: #D9534F; 
} 

.color-avail { 
  color: #449D44; 
}

.btn-edit-total { 
  color: #BD7E7E; 
  font-size: 1.2rem; 
  cursor: pointer; 
  border: none; 
  background: none; 
}

.table thead th { 
  text-transform: none; 
  color: #333; 
  font-weight: 700; 
  border-bottom: 1px solid #eee; 
}

.badge-cat { 
  background-color: #777; 
  color: white; 
  border-radius: 8px; 
  padding: 5px 12px; 
}

.mesa-card { 
  min-height: 250px; 
  border-radius: 12px; 
  border: none; 
}

.btn-delete-mesa { 
  color: #dc3545 !important; 
  cursor: pointer; 
  opacity: 0.6; 
}

.btn-delete-mesa:hover { 
  opacity: 1; 
  transform: scale(1.1); 
}
        
.sortable-ghost { 
  opacity: 0.4; 
  background-color: #BD7E7E !important; 
}

.btn-delete-mesa, .btn-delete-mesa i { 
  color: #dc3545 !important; 
  cursor: pointer; 
  opacity: 0.6; 
  transition: 0.3s; 
  text-decoration: none;
}

.btn-delete-mesa:hover, .btn-delete-mesa:hover i { 
  opacity: 1; 
  transform: scale(1.1); 
  color: #a71d2a !important;
}

.task-done { 
  text-decoration: line-through; 
  color: #aaa; 
}

.card-summary { 
  border: none; 
  border-radius: 12px; 
}

.filter-bar { 
  background: white; 
  border-radius: 10px; 
  padding: 15px; 
  margin-bottom: 20px; 
}

.btn-accion-tabla {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 5px !important;
    transition: transform 0.2s ease !important;
}

.btn-accion-tabla:hover {
    transform: scale(1.2) !important;
}

.btn-accion-tabla.text-primary { 
  color: #0d6efd !important; 
}

.btn-accion-tabla.text-danger { 
  color: #dc3545 !important; 
}

.timeline-item {
  position: relative;
  padding-left: 3rem;
  padding-bottom: 2rem;
  border-left: 3px solid #e9ecef;
}

.timeline-item:last-child {
  border-left: 3px solid transparent;
}

.timeline-icon {
  position: absolute;
  left: -1.35rem; 
  top: 0;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  background-color: #BD7E7E;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 8px rgba(189, 126, 126, 0.4);
  }

.timeline-time {
  font-weight: bold;
  color: #BD7E7E;
  font-size: 1.1rem;
}

.timeline-card {
  transition: transform 0.2s;
}

.timeline-card:hover {
  transform: translateX(5px);
}


@media (max-width: 768px) {

    #navinicio .container-fluid {
        flex-wrap: wrap;
    }

    #barrafin {
        flex-direction: column; 
        padding: 10px 0 !important;
        margin-top: 10px !important;
        width: 100% !important;
    }

    #barrafin a {
        padding: 8px 0;
        text-align: center;
    }

    
    .navbar-text.d-none.d-md-block {
        display: none !important;
    }

    .timeline-item {
        padding-left: 2.5rem; 
        margin-left: 15px;    
    }

    .timeline-icon {
        width: 2.2rem;
        height: 2.2rem;
        left: -1.1rem; 
    }

    .timeline-icon i {
        font-size: 1rem !important;
    }


    #barrafintareas, #barrafininv {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 2rem !important;
    }
    

    .col-auto .btn-primary {
        width: 100%; 
        margin-top: 15px;
    }
}


.input-registro {
    width: 100%;      
    max-width: 100%;   
}

@media (min-width: 576px) {
    .input-registro {
        max-width: 15rem; 
    }
}