*{
background: none;  
    color: black;
    box-shadow: none;  
    text-shadow: none;  
    border-color: #000;  
}

html, body{
    font-size: 12pt; 
    font-family: "Times New Roman", serif;
    line-height: 1.4;
    margin: auto;
}

a {
    text-decoration: none;
}

.top-navbar, 
.menu-toggle,
.menu-toggle-text,
.help-nav, 
.sr-only,
.banner-tips,
.farm-content,
button, 
#scroll-btn,
.home-hero-form-container,
.hero-image,
.avatar-img,
.icon-container, 
.material-symbols-outlined,
.step-indicator-container,
.step-actions, 
.booking-actions,
.col-img{
    display: none !important;   
}


header, .main-header {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: center;
}

h1 .hide {
    display: block;
    content: url("../../assets/logo_h1.png"); 
    width: 250px;
    height: auto;
    margin: 0 auto;
    text-indent: -9999px;
    background: none;
    border: none;
    text-decoration: none;
}

h1 {
    display: block;
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 10px 0;
    color: #000;
    line-height: 1.4;
}
h1 + p {
    text-align: center;
    font-size: 14pt;
    margin-bottom: 20px;
    display: block;
}

h2 {
    display: block !important;
    font-size: 20pt;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left; 
}

/*********************************************************Index*****************************************************************************/
.home-hero-content {
    background-color: transparent; 
    color: #000; 
    border: none; 
    box-shadow: none; 
    min-height: auto;  
    padding: 0; 
    margin-bottom: 2em; 
}
.service-card {
    width: 100%; 
    margin-bottom: 10pt;
    box-shadow: none; 
    page-break-inside: avoid; 
    height: auto;  
}
.grid {
    display: block; 
}
/***************************************************Ricerca Farmacie***************************************************************************/

.form-search-container {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.form-search-container::before {
    content: "Risultati della ricerca per: ";
    font-weight: bold;
}

.form-search-container input {
    display: inline-block; 
    width: auto;
    border: none;      
    background: none;  
    box-shadow: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.farm-list-section .grid, 
#FarmacieDisponibili .grid {
    display: grid;             
    grid-template-columns: 1fr 1fr; 
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.farm-card {
    display: block;
    border-radius: 8px;
    padding: 10px;
    border-radius: 0;
    page-break-inside: avoid;
    break-inside: avoid;
    box-shadow: none;
    background: transparent;
    margin: 0;                 
    height: fit-content;      
}


.card-image-header,   
.farm-card img,      
.row-btn,            
.service-label,       
.more-badge,
.farm-orario,
.form-search-container button,
.form-search-container label        
{
    display: none !important;
}

.farm-card-content {
    padding: 0;
    width: 100%;
}

.farm-card .address {
    font-size: 12pt;
    margin: 0 0 5px 0;
    font-style: normal;
}

.farm-card .card-meta {
    margin-bottom: 10px;
}
/***************************************************Info Farmacie***************************************************************************/

#TopContainerInfoFarm {
    text-align: center;
    margin-bottom: 10px;
}

#InfoFarmStatus, 
.status-container,
.status-aperto, 
.status-chiuso, 
.descrizione-servizio {
    display: none !important;
}

.FarmImageWrapper {
    display: none !important;
}

.grid.three-columns {
    display: block;
}

.info-generali-elemento {
    padding: 15px;
    margin-bottom: 20px;
    page-break-inside: avoid;
    width: 100%;
    box-sizing: border-box;
}

.OrarioGiorno {
    display: flex;
    justify-content: space-between;
}

.OrarioGiorno:last-child {
    border-bottom: none;
}
.lista-servizi {
    padding-left: 20px;
    margin: 0;
}

.SerivzioOfferto {
    list-style-type: disc;
    margin-bottom: 5px;
}

/*********************************************************Cerca Medicinle***************************************************************************/

.drug-list-container {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.drug-row {
    height: auto;         
    min-height: 0;
    display: block;        
    margin-bottom: 15px;
    padding: 15px;    
    background: transparent;
}

.drug-image,      
.drug-action,     
.btn-details      
{
    display: none !important;
}

.badge {
    background: transparent;
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.active-ingredient strong {
    font-weight: normal;
    margin: 0 0 0 40px;
}

/*********************************************************Info Medicinle***************************************************************************/

#TopContainerInfoMed h1 {
    text-align: center;
    font-size: 22pt;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.MedImageWrapper {
    display: none !important;
}

.info-generali-elemento {
    padding: 15px;
    margin-bottom: 20px;
    page-break-inside: avoid;
}


/***************************************************Prenota visita***************************************************************************/

.instruction,              
.tab,                        
#general-error-msg,        
.fieldset-city,  
form#regForm,
.auth-required-message,          
.fieldset-services {
    display: none !important;
}
#main-content > p {
    display: none !important;
}
#success-step {
    border: 2px solid #000 ; 
    padding: 24pt;
    margin: 24pt 0;
    width: 100% ; 
    box-sizing: border-box ; 
    text-align: center ; 
    background: transparent ; 
}

#success-step p {
    font-size: 12pt; 
    margin: 0; 
}

#success-step a {
    display: none !important; 
}

.service-section-content {
    display: block !important;
    margin-top: 10px;
    border: 1px solid #000;
    padding: 5px;
    page-break-inside: avoid;
}

.service-section-content .title-main h3 {
    margin-top: 0; 
}

.service-section-content .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 15px;
}

.service-section-content .service-card {
    border: none;
    padding: 0;
    text-align: left;
    box-shadow: none !important;
}

.service-section-content ul {
    margin: 5px 0 0 15px;
    padding: 0;
}

.service-section-content > p:last-child {
    display: none;
}

/*********************************************************Conferma prenotazione***************************************************************************/

section#regForm {
    display: block !important;
    padding: 15px;
    margin: 10px 0;
}

.data-row {
    display: flex;    
    flex-direction: row; 
    background: none;
    border: none;    
    padding: 2pt 0;
    page-break-inside: avoid;    
}

section#regForm h2 {
    margin-top: 0;
}

.data-row dt {
    display: block;
    width: 130pt;
    min-width: 130pt;
    flex: 0 0 130pt; 
    
    border: none;     
    border-radius: 0;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-align: left;
}

.data-row dd {
    display: block;
    width: 350pt;
    flex: 0 0 350pt; 
    border: none;
    padding: 0;
    margin: 0;
    padding-left: 10pt;
    text-align: left;
}

/*********************************************************About***************************************************************************/
.grid-4c {
    display: block;  
    grid-template-columns: none;  
    width: 100%;
    margin: 0;
    gap: 0;
}

.team-section-content .grid {
    display: block;
}

.avatar-container {
    display: list-item;    
    width: auto;       
}
.avatar-container span {
    display: list-item;
    font-weight: bold;
    font-size: 11pt;
    color: #000;
}
.avatar-container span br {
    display: none !important;
}
.sponsor-section-content .grid {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 10px;
}

.sponsor-card {
    border: none;
    padding: 0;
    margin: 0;
}

.sponsor-card img {
    height: 30px;
    width: auto ;
    filter: grayscale(100%) contrast(200%);
}

/*********************************************************Area Personale user/admin***************************************************************************/
.sidenav, 
#dashboard, 
.breadcrumb-area-personale,
.delete-account,            
.row-btn,                   
#edit-profile-btn,          
.button-container,          
.message,                   
legend,
#add-farmacia-form-container,
#add-farmacia-form                  
{
    display: none !important;
}

.main-area-personale {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

.content-section {
    display: block;
    margin-bottom: 20px;
}

.appuntamento-card {
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
    page-break-inside: avoid;
    align-items: center;
    background: transparent;
}

.appuntamento-card-date {
    padding-right: 15px;
    margin-right: 15px;
    font-weight: bold;
    text-align: center;
    min-width: 60px;
}

.appuntamento-card-details a, 
.appuntamento-card-details button,
.appuntamento-card-details form {
    display: none !important;
}


/*********************************************************Area Personale - SPECIFICO USER***************************************************************************/

.profile-summary {
    padding: 10px;
    margin-bottom: 15px ;
    border: none;
}
.dettagli-personali .details-div {
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.dettagli-personali input {
    border: none;
    background: transparent;
    font-weight: bold;
    padding: 0;
    margin-left: 10px;
    width: auto;
    appearance: none;
    box-shadow: none;
}


.dettagli-personali label {
    font-weight: normal;
}

/*********************************************************Area Personale - SPECIFICO ADMIN***************************************************************************/

#gestione-farmacie > h2:last-of-type {
    display: none !important;
}

.farmacie-table-container {
    margin-top: 20px;
    width: 100%;
}

.data-table {
    width: 100%;
    font-size: 10pt;
}

.data-table th, 
.data-table td {
    padding: 5px;
    text-align: left;
}

.data-table th:nth-last-child(1),
.data-table td:nth-last-child(1),
.data-table th:nth-last-child(2),
.data-table td:nth-last-child(2) {
    display: none !important;
}


footer {
    text-align: center;
    font-size: 10pt;
    font-style: italic;
    margin-top: 15pt;
    border-top: 2pt solid #000;
    padding-top: 10pt;
}