@media (max-width: 640px) {
    #logo {
        width: 60px !important; 
    }
}

a{ font-size: 14px; }

.qr-gallery {
    display: flex; 
    flex-wrap: wrap; 
    gap: 20px;
    justify-content: center; 
    align-items: flex-start;
}

.qr-item {
    text-align: center; 
    margin-bottom: 20px; 
}

.qr-item img {
    max-width: 100%; 
    height: auto; 
    display: block; 
    margin-bottom: 5px; 
}

.w-full ul {
    list-style: none; 
    padding: 0;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    gap: 20px; 
}

.w-full ul li {
    margin-bottom: 10px; 
}

.w-full ul li a {
    display: flex; 
    align-items: center; 
    text-decoration: none; 
    color: #555; 
    font-size: 16px; 
    white-space: nowrap;
}

.w-full ul li a svg {
    margin-right: 8px; 
    flex-shrink: 0;
}

/* Media Queries para responsividad */
@media (min-width: 768px) {
    .w-full ul li a {
        font-size: 16px; 
    }
}

#pop-up-reply{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 12px #ccc;
    height: auto;
    margin: 0 auto;
    bottom: 1%;
    padding: 15px;
    position: relative;
    width: 70%;
    z-index: 999; }

#history{ 
    border: 1px solid #ccc;
    height: auto;
    max-height: 300px;
    min-height: 100px;
    overflow-y: scroll;
    padding: 15px;  }

.reply{ 
    color: #bbb7b7;
    font-style: italic;
    text-align: right; }

table{ font-size: 14px; }

hr{ color: #bbb7b7; }

td, th{ 
    border-bottom: 1px solid #e1e1e1;
    padding: 8px; }

#pop-up-edit{
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 2px 2px 12px #ccc;
    height: auto;
    margin-left: -100px;
    left: 50%;
    padding: 15px;
    position: fixed;
    width: 400px;
    z-index: 999; }

.pagination{ 
    color: #fff;
    padding: 6px 8px;
    margin: 5px; }

.bg-orange{ background-color: #008236; }

.bg-gray{ background-color:  #ffb86a; }

.billing-menu{ 
    color: #e7a936 !important;
    font-weight: 700;
    text-decoration: overline;
 }

 .billing-menu path {
    fill: #e7a936 !important; 
}

.bar-receipt{ 
    background-color: #ffe8cf;
    border: 1px solid #e7a936;
    color: #2a2a2a;
    float: left;
    height: auto;
    padding: 8px;
    width: 60%; }

.bar-receipt-2{ 
    background-color: #99fa99;
    border: 1px solid #45e736;
    color: #2a2a2a;
    float: left;
    height: auto;
    margin: 5px;
    padding: 8px;
    width: 40%; }

.bar-receipt-left{ 
    float: left;
    border-right: 1px solid #e7a936;
    width: 60%; }

.bar-receipt-right{
    float: right;
    padding-top: 8px;
    width: 40%; }

.bar-receipt-left-2{ 
    float: left;
    border-right: 1px solid #45e736;
    width: 60%; }

.bar-receipt-right-2{
    float: right;
    padding-top: 8px;
    width: 40%; }
