@import 'SandroLomazzo.Web.Client.chlsm8xcd7.bundle.scp.css';

/* _content/SandroLomazzo.Web/Components/Account/Pages/Login.razor.rz.scp.css */




.background[b-dnvnk3le6z] {
    background-image: url('images/login_background.jpg');
    background-size: cover;
    border-radius: 20px;
}


   /* .background input[type="text"], .background input[type="password"] {
        background-color: transparent;
        border: none;
        border-radius: 5px;
       
    }
*/


.vs-login-card-background[b-dnvnk3le6z] {
    position: relative;
   /* background: linear-gradient(90deg, #edc0bf 0,#c4caef 58%);*/
    
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    width: 100%;
    min-height: 400px;
}

.vs-login-card[b-dnvnk3le6z] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 40px);
    margin: 40px 20px 20px 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(15px);
    padding: 16px;
    opacity: .8;
    border-radius: 20px;
    transition: all .5s ease-in-out;
}

    

    .vs-login-card:hover[b-dnvnk3le6z] {
        opacity: 1;
        backdrop-filter: blur(40px);
    }

/* _content/SandroLomazzo.Web/Components/Common/GenericTable.razor.rz.scp.css */


td[b-pd1swc1al0], th[b-pd1swc1al0] {
    vertical-align: middle !important;
}


    th.sort:hover[b-pd1swc1al0], .label:hover[b-pd1swc1al0] {
        background-color: #374151;
        color: white;
        cursor: pointer;
    }

    th.active[b-pd1swc1al0], .label.active[b-pd1swc1al0] {
        background-color: #374151;
        color: white;
    }

.label[b-pd1swc1al0] {
    display: none;
    font-weight: 600;
    color: #374151;
    text-align: start;
}

.delete-row td[b-pd1swc1al0] {
    background-color: red;
    color: white;
}

@media (max-width: 640px) {

   
    .label[b-pd1swc1al0] {
        display: block;
    }



    .table thead[b-pd1swc1al0] {
        display: none;
    }

    .table[b-pd1swc1al0], .table tbody[b-pd1swc1al0], .table tr[b-pd1swc1al0], .table td[b-pd1swc1al0] {
        display: block;
        width: 100%;
    }

        .table tr[b-pd1swc1al0] {
            background: #fff !important;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            margin-bottom: 0.75rem;
            overflow: hidden;
        }

        .table td[b-pd1swc1al0] {
            display: grid;
            grid-template-columns: 11ch 3fr;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            text-wrap: wrap;
        }

      .table td[b-pd1swc1al0]::before {
                content: attr(data-label);
                font-weight: 600;
                color: #374151;
                text-align: start;
            }


    div.table-responsive[b-pd1swc1al0] {
        box-shadow: none !important;
    }
}
/* _content/SandroLomazzo.Web/Components/Common/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-h22h8r514k] .sortable-ghost {
    visibility: hidden;
}

[b-h22h8r514k] .sortable-fallback {
    opacity: 1 !important
}
/* _content/SandroLomazzo.Web/Components/Common/Vehicles/VehicleItemStatisticsBox.razor.rz.scp.css */



.item-statistic[b-b92we2zlif] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.25rem;
}

 .item-statistic div:last-child[b-b92we2zlif] {
    font-weight: bold;
}
/* _content/SandroLomazzo.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r52mx3xj71] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r52mx3xj71] {
    flex: 1;
}

.sidebar[b-r52mx3xj71] {
    /*background-image: linear-gradient(180deg, rgb(16, 14, 232) 0%, #6cd5ed 70%);*/
      background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r52mx3xj71] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    min-height: 3.5rem;
    display: flex;
    align-items: center;
}

  /*  .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }*/

   /* .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }*/

@media (max-width: 640.98px) {
    .top-row[b-r52mx3xj71] {
        justify-content: space-between;
    }

    .top-row[b-r52mx3xj71]  a, .top-row[b-r52mx3xj71]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r52mx3xj71] {
        flex-direction: row;
    }

    .sidebar[b-r52mx3xj71] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r52mx3xj71] {
        position: sticky;
        top: 0;
        z-index: 5;
    }

    .top-row.auth[b-r52mx3xj71]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r52mx3xj71], article[b-r52mx3xj71] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-r52mx3xj71] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r52mx3xj71] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/SandroLomazzo.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nj1ajc6pil] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-nj1ajc6pil] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nj1ajc6pil] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nj1ajc6pil] {
    font-size: 1.1rem;
}

.bi[b-nj1ajc6pil] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-nj1ajc6pil] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-nj1ajc6pil] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nj1ajc6pil] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nj1ajc6pil] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nj1ajc6pil]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-nj1ajc6pil]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nj1ajc6pil]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nj1ajc6pil] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nj1ajc6pil] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nj1ajc6pil] {
        display: none;
    }

    .nav-scrollable[b-nj1ajc6pil] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}


/* _content/SandroLomazzo.Web/Components/Pages/Family/Documents/Documents.razor.rz.scp.css */
/*.card-header {
    background: url(https://source.unsplash.com/zFaSM1hz02c/2400x1823) center/cover no-repeat;
}*/



.text-orange[b-1yc90cfzdx] {
    color: orange;
}

.link-remove:hover[b-1yc90cfzdx] {
    background-color: rgb(220, 53, 69) !important;
}

.text-rose[b-1yc90cfzdx] {
    color: pink !important;
}

.nav-item .nav-link[b-1yc90cfzdx] {
    margin: 0.2rem;
}

.nav-item .opacity-50[b-1yc90cfzdx] {
    cursor: pointer;
    border: solid 1px #808080;
}

    .nav-item .opacity-50:hover[b-1yc90cfzdx] {
        background-color: #5a9ced;
        color: white;
    }

/*.doc-container {
    background-image: url('images/Tessera_sanitaria_fronte.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 420px;
    height: 264px;
}

.doc-item {
    position: absolute;
    height: 20px;
    z-index: 2;
    font-weight:bold;
    font-size:.9rem;
}*/

/*.doc-card-body {
    background-image: url('images/Tessera_sanitaria_fronte.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  
}*/
/* _content/SandroLomazzo.Web/Components/Pages/Family/Members.razor.rz.scp.css */

.card[b-ip0vupwyax] {
    border-radius: 25px;
    background-color: #FFF;
}

.image-content[b-ip0vupwyax],
.card-content[b-ip0vupwyax] {
    padding: 14px 14px;
}

.image-content[b-ip0vupwyax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay[b-ip0vupwyax] {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  /*  background-color: #4070F4;*/
    border-radius: 25px 25px 0 25px;
}

    .overlay[b-ip0vupwyax]::before,
    .overlay[b-ip0vupwyax]::after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -40px;
        height: 40px;
        width: 40px;/*
        */background-color: #4070F4;
    }

    .overlay[b-ip0vupwyax]::after {
        border-radius: 0 25px 0 0;
        background-color: #FFF;
    }


.overlay-m[b-ip0vupwyax], .overlay-m[b-ip0vupwyax]::before{
    background-color: #4070F4;
}

.overlay-f[b-ip0vupwyax], .overlay-f[b-ip0vupwyax]::before {
    /*background-color: #be6666;*/
    background-color:pink;
}

.card-image[b-ip0vupwyax] {
    position: relative;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: #FFF;
    padding: 3px;
}

    .card-image .card-img[b-ip0vupwyax] {
        height: 100%;
        width: 100%;
        object-fit: fill;
        border-radius: 50%;
        border: 4px solid #4070F4;
    }

.name[b-ip0vupwyax] {
    font-size: 18px;
    font-weight: 500;
    color: #707070;
}

.description[b-ip0vupwyax] {
    font-size: 14px;
    color: #707070;
    text-align: center;
}

.button[b-ip0vupwyax] {
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .button:hover[b-ip0vupwyax] {
        background: #265DF2;
    }






.card-item[b-ip0vupwyax] {
    border: 1px solid gray;
    background-color: white;
    color: black;
    padding: 8px;
    margin: 10px 2px;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.text-orange[b-ip0vupwyax]{
        color: orange;
}

/*.text-bg-rose {
    color: #fff !important;
    background-color: pink !important;
}*/

.btn-circle[b-ip0vupwyax] {
    border-radius: 100% 50%;
    color: white;
    text-align: center;
    padding: 0.5rem;
    box-shadow: rgba(0,0,0,0.3) 2.5px 2.5px;
    transition: all .3s ease-in;
}

    .btn-circle:hover[b-ip0vupwyax] {
        border-radius: 50%;
        box-shadow: rgba(0,0,0,0.4) 4px 4px;
    }

.btn-circle-primary[b-ip0vupwyax] {
    background-color: #1b6ec2;
     border-color: #1861ac;
}


@media (hover:hover) {

    .doc-section:hover[b-ip0vupwyax] {
        background-color:#ff6a00!important;
        transition: all 0.3s ease-in-out;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Family/Members_bak.razor.rz.scp.css */


.card-item[b-uql97g4k42] {
    /* border: 2px solid gray;*/
    background-color: white;
    color: black;
    padding: 8px;
    margin: 10px 2px;
    border-radius: 6px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.text-bg-rose[b-uql97g4k42] {
    color: #fff !important;
    background-color: pink !important;
}

.btn-circle[b-uql97g4k42] {
    border-radius: 100% 50%;
    color: white;
    text-align: center;
    padding: 0.5rem;
    box-shadow: rgba(0,0,0,0.3) 2.5px 2.5px;
    transition: all .3s ease-in;
}

    .btn-circle:hover[b-uql97g4k42] {
        border-radius: 50%;
        box-shadow: rgba(0,0,0,0.4) 4px 4px;
    }

.btn-circle-primary[b-uql97g4k42] {
    background-color: #1b6ec2;
    /* border-color: #1861ac;*/
}


@media (hover:hover) {

    .doc-section:hover[b-uql97g4k42] {
        background-color:#ff6a00!important;
        transition: all 0.3s ease-in-out;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Family/UserPasses/SimpleUserPasses.razor.rz.scp.css */



.filter-close[b-j6h7q0fgct] {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .filter-close:hover[b-j6h7q0fgct] {
        scale: 1.1;
        background-color: red !important;
        color: white !important;
    }


.password-item[b-j6h7q0fgct] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background-color: #403c3c;
    padding: 14px 2px;
    border-bottom: 1px solid #ccc;
    transition: all .3s ease-in-out;
    font-size:1.2rem;
}

    .password-item:first-child[b-j6h7q0fgct] {
        border-radius: 16px 16px 0 0;
    }

    .password-item:last-child[b-j6h7q0fgct] {
        border-radius: 0 0 16px 16px;
    }

    .password-item:first-child:last-child[b-j6h7q0fgct] {
        border-radius: 16px;
    }

    .password-item:hover[b-j6h7q0fgct] {
        background-color: #767373;
        color: #1747aa !important;
    }


    @media (max-width:500px){
        .category[b-j6h7q0fgct] {
            font-size:.8rem!important;
        }
    }

.category-glass-active[b-j6h7q0fgct] {
    /* background-color: #0b5ed7;*/
    background-color: #000;
    color: white;
    border-radius: 4px;
}


.category-glass[b-j6h7q0fgct], .category-glass-active[b-j6h7q0fgct] {
    transition: all .3s ease-in-out;
}

@media(hover: hover) {
    .category-glass:hover[b-j6h7q0fgct] {
        background-color: #aaa;
        border-radius: 4px;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Family/UserPasses/UserPassDetails.razor.rz.scp.css */



.vs-card-container[b-20f7w4ncsl] {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.vs-card[b-20f7w4ncsl] {
    border: 1px solid #aaa;
    border-radius: 1rem 1rem 0 0;
    min-width: 90%;
    overflow: clip;
}

.vs-card-header[b-20f7w4ncsl] {
    /* border-bottom: 1px solid #aaa;*/
    padding: 1rem;
    /* background-color: #f4f4f4;*/
    background-color: rgba(0, 0, 0, .8);
    /*text-align: center;*/
    /* border-radius: 1rem 1rem 0 0;*/
}


.vs-card-body[b-20f7w4ncsl] {
   
}

.vs-card-body-main[b-20f7w4ncsl] {
    box-shadow:  0 1px 10px rgba(0, 0, 0, .8);
    margin: 1rem;
    border-radius: .5rem;
}

.vs-card-body-fields[b-20f7w4ncsl] {
    margin: 0 1rem 1rem 1rem;
    border: 1px solid #aaa;
    border-radius: .5rem;
}
.vs-card-body-fields .vs-card-item[b-20f7w4ncsl] {
   border-bottom: 1px solid #aaa;
}

    .vs-card-body-fields .vs-card-item:last-child[b-20f7w4ncsl] {
        border-bottom: 0;
    }

.vs-card-item[b-20f7w4ncsl] {
    /* display: flex;
    justify-content: space-between;*/
    padding: .4rem;
}

.vs-card-item .label[b-20f7w4ncsl] {
   color:#aaa;
   font-size:.8rem;
}

    .vs-card-item .label span[b-20f7w4ncsl] {
        font-size: .6rem;
        color:#052c4d;
    }

    .vs-card-item .value[b-20f7w4ncsl] {
       
    }

.vs-card-footer[b-20f7w4ncsl] {
    display: flex;
    justify-content: space-between;
     border-top: 1px solid #aaa;
    background-color: #f4f4f4;
    padding: 1rem;
}


@media (min-width: 1400px) {
    .vs-card[b-20f7w4ncsl] {
        min-width: 60%;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Family/UserPasses/UserPasses - Copia.razor.rz.scp.css */



.filter-close[b-wxiwbidtsc] {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .filter-close:hover[b-wxiwbidtsc] {
        scale:1.1;
        background-color:red!important;
        color:white!important;
    }

 
/* _content/SandroLomazzo.Web/Components/Pages/Family/UserPasses/UserPasses.razor.rz.scp.css */



.filter-close[b-40x6jfmntl] {
    cursor: pointer;
    transition: all .3s ease-in-out;
}

    .filter-close:hover[b-40x6jfmntl] {
        scale:1.1;
        background-color:red!important;
        color:white!important;
    }

 
/* _content/SandroLomazzo.Web/Components/Pages/Family/UserPasses/UserPassIcon.razor.rz.scp.css */
.item[b-3gi8fbvpou] {
    padding: 1rem;
    text-align: center;
    cursor: pointer;
    color: rgb(248,249,250);
    width: 56px;
    height: 56px;
}

#popup-icons .item:hover[b-3gi8fbvpou] {
    border-radius: .375rem;
    background-color: rgba(255,255,255,.2);
    backdrop-filter: blur(10px);
}
/* _content/SandroLomazzo.Web/Components/Pages/Games/SuperEnalotto.razor.rz.scp.css */

.number[b-qtw07mfetd]{
    padding:10px;
    text-align:center;
    box-shadow: 1px 1px 10px rgb(0 0 0/.3);
    margin:8px;
    min-width:50px;
    border-radius:10px;
}

.col-number[b-qtw07mfetd] {
    display: block;
    width: 20px;
    text-align: right;
}

.title[b-qtw07mfetd] {
    color: #515c76;
    text-shadow: 2px 2px 6px rgb(0 0 0/.3);
}

@media (max-width: 992px){
    .number[b-qtw07mfetd] {
        padding: 4px;
        margin: 5px;
        min-width: 26px;
        border-radius: 6px;
    }

  /*  .col-number {
        display: none;
       
    }*/
}


@media (max-width: 768px) {
    .number[b-qtw07mfetd] {
        padding: 2px;
        margin: 3px;
        min-width: 20px;
        border-radius: 3px;
      /*  font-size:.9rem;*/
    }

    .col-number[b-qtw07mfetd] {
        display: none;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Home.razor.rz.scp.css */

.gap-row[b-7n9sfufoxx] {
    row-gap: 50px;
}

.vs-card-container[b-7n9sfufoxx] {
    position: relative;
    min-width: 300px;
    min-height: 340px;
}

.vs-card-background[b-7n9sfufoxx] {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    min-height: 300px;
    /*  background: url(https://source.unsplash.com/E8Ufcyxz514/2400x1823) center / cover no-repeat fixed;*/
    background: linear-gradient(90deg, #edc0bf 0,#c4caef 58%);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
}

.vs-card-icon[b-7n9sfufoxx], .vs-card-link[b-7n9sfufoxx] {
    position: absolute;
    left: 50%;
    top: calc(50% + 40px);
    transform: translate(-50%,-50%);
}

    .vs-card-icon i.bi[b-7n9sfufoxx], .vs-card-link i.bi[b-7n9sfufoxx] {
        font-size: 8rem;
    }

.vs-card-link[b-7n9sfufoxx] {
    display: none;
}

.list-item[b-7n9sfufoxx] {
    color: #86639b;
    font-weight: bold;
    transition: all .5s ease-in-out;
}





.vs-card[b-7n9sfufoxx] {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    margin: 40px 20px 0px 20px;
    width: calc(100% - 40px);
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    background-color: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(15px);
    padding: 16px;
    opacity: .8;
    transition: all .5s ease-in-out;
}

    .vs-card:hover[b-7n9sfufoxx] {
        transform: translate(0,-30px);
        opacity: 1;
    }

        .vs-card:hover .vs-card-footer[b-7n9sfufoxx]{
            display:block;
        }

        .vs-card:hover h2[b-7n9sfufoxx] {
            color: #006bb7;
        }

        .vs-card:hover .vs-card-link[b-7n9sfufoxx]{
          display:block;
        }

        .vs-card:hover .list-item[b-7n9sfufoxx] {
            color: inherit;
        }

        .vs-card-header[b-7n9sfufoxx] {
            text-align: center;
        }

.vs-card-header h2 a[b-7n9sfufoxx]{
   color:inherit;
}

.vs-card-body[b-7n9sfufoxx] {
    flex-grow: 1;
    margin-top:8px;
}

.vs-card-footer[b-7n9sfufoxx] {
    font-size: 0.80rem;
    color: #446!important;
    display:none;
    min-height:40px;
}

/*.container{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    margin-bottom: 1rem;
    padding:0 1rem;
    display: flex;
    justify-content: center;
    align-items:center;
    height: 100px;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #aaa;
    border-radius: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0 /.4);
    cursor: pointer;
    transition: all .3s;
}

ul li a {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0 /.4);
    min-width: 300px;
    text-align: center;
   margin:0 1rem;
}

ul li a:hover {
    background-color: coral;
    color: #fff;
    font-weight: bold;
}


@media(max-width: 768px) {

    ul{
        width: 100%;
    }

   ul li a{
      min-width: 100%;
   }

   
}*/



/*ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li{
   margin-bottom:1rem;
}

ul li a {
    display:inline-block;
    border: 1px solid #aaa;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0  /.4);
    min-width: 300px;
}


@media(max-width: 768px) {
    ul li a {
        min-width: 100%;
    }
}*/

/* _content/SandroLomazzo.Web/Components/Pages/Home_bak.razor.rz.scp.css */

.container[b-q3w9xft1x6]{
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}


ul[b-q3w9xft1x6] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-q3w9xft1x6] {
    margin-bottom: 1rem;
    padding:0 1rem;
    display: flex;
    justify-content: center;
    align-items:center;
    height: 100px;
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid #aaa;
    border-radius: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0 /.4);
    cursor: pointer;
    transition: all .3s;
}

ul li a[b-q3w9xft1x6] {
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0 /.4);
    min-width: 300px;
    text-align: center;
   margin:0 1rem;
}

ul li a:hover[b-q3w9xft1x6] {
    background-color: coral;
    color: #fff;
    font-weight: bold;
}


@media(max-width: 768px) {

    ul[b-q3w9xft1x6]{
        width: 100%;
    }

   ul li a[b-q3w9xft1x6]{
      min-width: 100%;
   }

   
}



/*ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li{
   margin-bottom:1rem;
}

ul li a {
    display:inline-block;
    border: 1px solid #aaa;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 2px 2px 10px rgb(0 0 0  /.4);
    min-width: 300px;
}


@media(max-width: 768px) {
    ul li a {
        min-width: 100%;
    }
}*/

/* _content/SandroLomazzo.Web/Components/Pages/Todos/Todos.razor.rz.scp.css */

/*
.todo-item{
    transition: all .3s ease-in-out;
}

.todo-item:hover{
    scale: 1.01;
    background-color: #6da1cc!important;
}
*/
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/GasStations/GasStationDetails.razor.rz.scp.css */
/* Stile base della card */
.gas-station-card[b-bhgc1len7r] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*  min-width: 500px;*/
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    overflow: hidden;
}

/* Intestazione della card */
.card-header[b-bhgc1len7r] {
    /*background-color: #007bff;*/ /* Un blu per il branding */
    background-color: #0DCAF0; 
    color: white;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.station-name[b-bhgc1len7r] {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.station-id[b-bhgc1len7r] {
    display: block;
    font-size: 0.8em;
    opacity: 0.8;
    margin-top: 5px;
    word-break: break-all;
}

/* Corpo della card */
.card-body[b-bhgc1len7r] {
    padding: 20px;
}

    /* Linea di separazione */
    .card-body hr[b-bhgc1len7r] {
        border: 0;
        height: 1px;
        background-color: #eee;
        margin: 20px 0;
    }

    

/* Sezioni interne */
.details-section h3[b-bhgc1len7r] {
    color: #333;
    font-size: 1.15em;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Riga di dettaglio */
.detail-row[b-bhgc1len7r] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #f5f5f5;
}

    .detail-row strong[b-bhgc1len7r] {
        color: #555;
        font-weight: 500;
    }

    .detail-row:last-child[b-bhgc1len7r] {
        border-bottom: none;
    }

/* Sezione Note */
.note-section .note-text[b-bhgc1len7r] {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 10px;
    border-radius: 4px;
    font-style: italic;
    color: #6c757d;
    white-space: pre-wrap;
}

/* Statistiche Grid */
.statistics-section .stats-grid[b-bhgc1len7r] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.stats-grid .stat-item[b-bhgc1len7r] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    background-color: #fefefe;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

    .stats-grid .stat-item strong[b-bhgc1len7r] {
        display: block;
        font-size: 0.80em;
        color: #6c757d;
        margin-bottom: 5px;
    }

    .stats-grid .stat-item span[b-bhgc1len7r] {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
        color: #28a745;
    }


.stats-grid .stripe[b-bhgc1len7r] {
    background-color: #f0f8ff; /* Azzurro molto chiaro (simile ad un "azure") */
    border-color: #cce0ff;
   
}

  /*  .stats-grid .stripe span {
        color: #004085;
        color: #0056b3;
    }*/
    /* Lista Contatti */
    .contact-list[b-bhgc1len7r] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .contact-list li[b-bhgc1len7r] {
        padding: 5px 0;
        border-bottom: 1px dotted #f5f5f5;
    }

        .contact-list li strong[b-bhgc1len7r] {
            color: #555;
            margin-right: 10px;
            font-weight: 500;
        }

        .contact-list li a[b-bhgc1len7r] {
            color: #007bff;
            text-decoration: none;
        }

            .contact-list li a:hover[b-bhgc1len7r] {
                text-decoration: underline;
            }

/* Dettagli Indirizzo */
.address-details p[b-bhgc1len7r] {
    margin: 0;
    line-height: 1.4;
    color: #666;
}


.card-footer[b-bhgc1len7r] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
    /*display: flex;
    justify-content: flex-end;*/ /* Allinea i pulsanti a destra */
    /*gap: 10px;*/ /* Spazio tra i pulsanti */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/GasStations/GasStations.razor.rz.scp.css */
:root[b-40r3148qb8] {
    --bg-color: #2c3e50; /* Sfondo scuro della pompa */
    --screen-bg: #1abc9c; /* Colore di sfondo del display (verde/blu digitale) */
    --screen-text: #000000; /* Colore del testo del display */
    --main-display-font: 'Digital', monospace; /* Font per i numeri (se disponibile) */
    --ready-color: #2ecc71;
    --not-ready-color: #e74c3c;
    --button-bg: #ecf0f1;
}

/* Stile del Contenitore Principale */
.fuel-pump-card[b-40r3148qb8] {
    /* width: 300px;*/
    /* margin: 20px auto;*/
    max-width:600px;
    border: 5px solid var(--bg-color);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    background-color: #34495e;
    padding: 10px;
    display: flex;
    flex-direction: column;
   /* gap: 15px;*/
}

/* Stile dello Schermo di Visualizzazione */
.pump-screen[b-40r3148qb8] {
    background-color: var(--screen-bg);
    border: 3px solid #000;
    border-radius: 5px;
    padding: 10px;
    text-align: right;
    font-family: var(--main-display-font), Arial, sans-serif;
}

.display-row[b-40r3148qb8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
    padding: 2px 5px;
    background-color: rgba(0, 0, 0, 0.1); /* Sfondo leggermente scuro per le righe */
}

.label[b-40r3148qb8] {
    font-size: 0.7em;
    font-weight: bold;
    color: var(--screen-text);
    text-transform: uppercase;
}

.value[b-40r3148qb8] {
    font-weight: bold;
    font-size: 1.5em; /* Dimensione base per la maggior parte dei valori */
    color: var(--screen-text);
    padding: 0 2px;
}

.value > a[b-40r3148qb8] {
    text-decoration: none;
    color: var(--screen-text);
}

/* Enfasi sul Totale (Display principale) */
.total-display .value[b-40r3148qb8] {
    font-size: 2.2em;
    font-family: var(--main-display-font);
    color: #f1c40f; /* Giallo brillante per il totale */
}

/* Enfasi sui Litri */
.litres-display .value[b-40r3148qb8] {
    font-size: 1.8em;
}

/* Stile Controlli e Pulsanti */
.pump-controls[b-40r3148qb8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.handle-status[b-40r3148qb8] {
    padding: 5px;
    font-weight: bold;
    display: flex;
    text-align: center;
    flex-flow: column;
}

.status-indicator[b-40r3148qb8] {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    color: white;
    font-size: 1.4rem;
}

    .status-indicator.ready[b-40r3148qb8] {
        background-color: var(--ready-color);
    }

    .status-indicator.pumping[b-40r3148qb8] {
        background-color: #e67e22; /* Arancione durante l'erogazione */
    }

/* Grid per i pulsanti */
.function-buttons[b-40r3148qb8] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.btn2[b-40r3148qb8] {
    padding: 10px 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    transition: background-color 0.2s;
    box-shadow: 0 3px 0 #95a5a6;
    transform: translateY(-2px);
    color: white;
    text-align: center;
    text-wrap: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .btn2:active[b-40r3148qb8] {
        box-shadow: none;
        transform: translateY(0);
    }

    .btn2:hover[b-40r3148qb8] {
        filter: brightness(0.9);
    }

/*btn-fuel:active {
    background-color: #198754;
}

.btn-action:active {
    background-color: #dc3545;
}*/

.btn-edit[b-40r3148qb8] {
    /* background-color: #3498db;*/ /* Blu per le scelte carburante */
    background-color: #198754;
   /* color: white;*/
}

.btn-details[b-40r3148qb8] {
    /* background-color: #3498db;*/ /* Blu per le scelte carburante */
    background-color: #0dcaf0;
    /*  color: white;*/
}

.btn-delete[b-40r3148qb8] {
   /* background-color: #c0392b;*/ /* Rosso per l'azione/reset */
    background-color: #dc3545;
    /*color: white;*/
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/MaintenanceServices/MaintenanceServiceDetails.razor.rz.scp.css */
/* Container principale */
.refueling-details-container[b-sa7ibs3cbb] {
    /* max-width: 1200px;*/
    max-width: 100%;
    /*  margin: 20px auto;*/
    /*  padding: 20px;*/
    /*font-family: Arial, sans-serif;*/
}

/* Stile comune per le card */
.main-info-card[b-sa7ibs3cbb], .detail-card[b-sa7ibs3cbb], .stats-card[b-sa7ibs3cbb], .total-stats-card[b-sa7ibs3cbb], .buttons-card[b-sa7ibs3cbb] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #007bff; /* Accent color */
}

    /* Titoli interni alle card */
    .main-info-card h3[b-sa7ibs3cbb], .detail-card h3[b-sa7ibs3cbb], .stats-card h3[b-sa7ibs3cbb], .total-stats-card h3[b-sa7ibs3cbb] {
        color: #333;
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

/* Griglia per le informazioni principali */
.info-grid[b-sa7ibs3cbb] {
    display: grid;
    /* Due colonne su schermi piccoli (mobile) */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.info-item[b-sa7ibs3cbb] {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

    .info-item .label[b-sa7ibs3cbb] {
        font-size: 0.9em;
        color: #6c757d;
        font-weight: 500;
    }

    .info-item .value[b-sa7ibs3cbb] {
        font-size: 1.2em;
        font-weight: bold;
        color: #343a40;
    }

    /* Highlight per l'importo totale */
    .info-item.total-amount[b-sa7ibs3cbb] {
        background-color: #e9ecef; /* Sfondo leggermente diverso */
        border: 2px solid #28a745; /* Bordo verde */
        grid-column: span 2; /* Su schermi piccoli occupa due colonne */
    }

        .info-item.total-amount .value[b-sa7ibs3cbb] {
            font-size: 1.5em;
            color: #28a745; /* Testo verde */
        }

/* Gruppo di card (Veicolo + Stazione) */
.card-group[b-sa7ibs3cbb] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-card[b-sa7ibs3cbb] {
    flex: 1; /* Permette alle card di espandersi equamente */
    border-left-color: #ffc107; /* Colore accento diverso */
}

/* Griglia per le statistiche */
.stats-grid[b-sa7ibs3cbb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.stat-item[b-sa7ibs3cbb] {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

    .stat-item .stat-label[b-sa7ibs3cbb] {
        font-size: 0.9em;
        color: #495057;
        display: block;
        margin-bottom: 5px;
    }

    .stat-item .stat-value[b-sa7ibs3cbb] {
        font-size: 1.1em;
        font-weight: bold;
        color: #007bff;
    }

/* Highlight per le statistiche totali */
.total-stats-card[b-sa7ibs3cbb] {
    border-left-color: #dc3545;
}

.buttons-card[b-sa7ibs3cbb] {
    border-left-color: #6c757d;
}

.highlight-stat[b-sa7ibs3cbb] {
    background-color: #fff3cd; /* Sfondo giallo chiaro */
    border-color: #ffc107;
}

    .highlight-stat .stat-value[b-sa7ibs3cbb] {
        color: #dc3545; /* Testo rosso */
    }

.total-stats-card .stat-value[b-sa7ibs3cbb] {
    color: #dc3545;
}
/* --- Media Queries per la Responsività --- */

/* Desktop e schermi più grandi */
@media (min-width: 768px) {
    /* Il gruppo di card Veicolo/Stazione affiancate su desktop */
    .card-group[b-sa7ibs3cbb] {
        flex-direction: row;
    }

    /* Griglia principale a 3 colonne o più su desktop */
    .info-grid[b-sa7ibs3cbb] {
        grid-template-columns: repeat(4, 1fr);
    }

    /* L'importo totale occupa solo 2 colonne, ma è meglio posizionato */
    .info-item.total-amount[b-sa7ibs3cbb] {
        /* grid-column: 3 / span 2;*/
        /* Per centrare l'elemento se non occupa tutta la larghezza */
        align-self: center;
        height: 100%;
        justify-content: center;
    }
}

@media (max-width:1000px) {
    .main-info-card[b-sa7ibs3cbb] {
        font-size: .8rem;
    }
}

@media (max-width:1000px) {
    .main-info-card > h3[b-sa7ibs3cbb] {
        font-size: .9rem;
    }
}


/* Tablet (mezzo) */
/*@media (min-width: 576px) and (max-width: 767px) {
  
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-item.total-amount {
        grid-column: 1 / span 2;
    }

    .refueling-details-container{
        font-size:.8rem;
    }
}*/
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/MaintenanceServices/MaintenanceServices.razor.rz.scp.css */


td[b-7o6ms0hbdq], th[b-7o6ms0hbdq] {
    vertical-align: middle !important;
}


    th.sort:hover[b-7o6ms0hbdq], .label:hover[b-7o6ms0hbdq] {
        background-color: #374151;
        color: white;
        cursor: pointer;
    }

    th.active[b-7o6ms0hbdq], .label.active[b-7o6ms0hbdq] {
        background-color: #374151;
        color: white;
    }

.label[b-7o6ms0hbdq] {
    display: none;
    font-weight: 600;
    color: #374151;
    text-align: start;
}

.delete-row td[b-7o6ms0hbdq] {
    background-color: red;
    color: white;
}

@media (max-width: 640px) {

    .label[b-7o6ms0hbdq] {
        display: block;
    }



    .table thead[b-7o6ms0hbdq] {
        display: none;
    }

    .table[b-7o6ms0hbdq], .table tbody[b-7o6ms0hbdq], .table tr[b-7o6ms0hbdq], .table td[b-7o6ms0hbdq] {
        display: block;
        width: 100%;
    }

        .table tr[b-7o6ms0hbdq] {
            background: #fff !important;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            margin-bottom: 0.75rem;
            overflow: hidden;
        }

        .table td[b-7o6ms0hbdq] {
            display: grid;
            grid-template-columns: 11ch 3fr;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            text-wrap: wrap;
        }

    /*  .table td::before {
                content: attr(data-label);
                font-weight: 600;
                color: #374151;
                text-align: start;
            }*/


    div.table-responsive[b-7o6ms0hbdq] {
        box-shadow: none !important;
    }
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/OperatorCategories/OperatorCategoryDetails.razor.rz.scp.css */
/* Stile base della card */
.gas-station-card[b-xpmzgkh4x5] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*  min-width: 500px;*/
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    overflow: hidden;
}

/* Intestazione della card */
.card-header[b-xpmzgkh4x5] {
    /*background-color: #007bff;*/ /* Un blu per il branding */
    background-color: #0DCAF0;
    color: white;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.station-name[b-xpmzgkh4x5] {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.station-id[b-xpmzgkh4x5] {
    display: block;
    font-size: 0.8em;
    opacity: 0.8;
    margin-top: 5px;
    word-break: break-all;
}

/* Corpo della card */
.card-body[b-xpmzgkh4x5] {
    padding: 20px;
}

    /* Linea di separazione */
    .card-body hr[b-xpmzgkh4x5] {
        border: 0;
        height: 1px;
        background-color: #eee;
        margin: 20px 0;
    }



/* Sezioni interne */
.details-section h3[b-xpmzgkh4x5] {
    color: #333;
    font-size: 1.15em;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Riga di dettaglio */
.detail-row[b-xpmzgkh4x5] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #f5f5f5;
}

    .detail-row strong[b-xpmzgkh4x5] {
        color: #555;
        font-weight: 500;
    }

    .detail-row:last-child[b-xpmzgkh4x5] {
        border-bottom: none;
    }

/* Sezione Note */
.note-section .note-text[b-xpmzgkh4x5] {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 10px;
    border-radius: 4px;
    font-style: italic;
    color: #6c757d;
    white-space: pre-wrap;
}

/* Statistiche Grid */
.statistics-section .stats-grid[b-xpmzgkh4x5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.stats-grid .stat-item[b-xpmzgkh4x5] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    background-color: #fefefe;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

    .stats-grid .stat-item strong[b-xpmzgkh4x5] {
        display: block;
        font-size: 0.80em;
        color: #6c757d;
        margin-bottom: 5px;
    }

    .stats-grid .stat-item span[b-xpmzgkh4x5] {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
        color: #28a745;
    }


.stats-grid .stripe[b-xpmzgkh4x5] {
    background-color: #f0f8ff; /* Azzurro molto chiaro (simile ad un "azure") */
    border-color: #cce0ff;
}

/*  .stats-grid .stripe span {
        color: #004085;
        color: #0056b3;
    }*/
/* Lista Contatti */
.contact-list[b-xpmzgkh4x5] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-list li[b-xpmzgkh4x5] {
        padding: 5px 0;
        border-bottom: 1px dotted #f5f5f5;
    }

        .contact-list li strong[b-xpmzgkh4x5] {
            color: #555;
            margin-right: 10px;
            font-weight: 500;
        }

        .contact-list li a[b-xpmzgkh4x5] {
            color: #007bff;
            text-decoration: none;
        }

            .contact-list li a:hover[b-xpmzgkh4x5] {
                text-decoration: underline;
            }

/* Dettagli Indirizzo */
.address-details p[b-xpmzgkh4x5] {
    margin: 0;
    line-height: 1.4;
    color: #666;
}


.card-footer[b-xpmzgkh4x5] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
    /*display: flex;
    justify-content: flex-end;*/ /* Allinea i pulsanti a destra */
    /*gap: 10px;*/ /* Spazio tra i pulsanti */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Operators/OperatorDetails.razor.rz.scp.css */
/* Stile base della card */
.gas-station-card[b-4u5hlt9m3c] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /*  min-width: 500px;*/
    width: 100%;
    margin: 20px auto;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    overflow: hidden;
}

/* Intestazione della card */
.card-header[b-4u5hlt9m3c] {
    /*background-color: #007bff;*/ /* Un blu per il branding */
    background-color: #0DCAF0;
    color: white;
    padding: 15px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.station-name[b-4u5hlt9m3c] {
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
}

.station-id[b-4u5hlt9m3c] {
    display: block;
    font-size: 0.8em;
    opacity: 0.8;
    margin-top: 5px;
    word-break: break-all;
}

/* Corpo della card */
.card-body[b-4u5hlt9m3c] {
    padding: 20px;
}

    /* Linea di separazione */
    .card-body hr[b-4u5hlt9m3c] {
        border: 0;
        height: 1px;
        background-color: #eee;
        margin: 20px 0;
    }



/* Sezioni interne */
.details-section h3[b-4u5hlt9m3c] {
    color: #333;
    font-size: 1.15em;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 5px;
    margin-top: 0;
    margin-bottom: 15px;
}

/* Riga di dettaglio */
.detail-row[b-4u5hlt9m3c] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dotted #f5f5f5;
}

    .detail-row strong[b-4u5hlt9m3c] {
        color: #555;
        font-weight: 500;
    }

    .detail-row:last-child[b-4u5hlt9m3c] {
        border-bottom: none;
    }

/* Sezione Note */
.note-section .note-text[b-4u5hlt9m3c] {
    background-color: #f8f9fa;
    border-left: 4px solid #007bff;
    padding: 10px;
    border-radius: 4px;
    font-style: italic;
    color: #6c757d;
    white-space: pre-wrap;
}

/* Statistiche Grid */
.statistics-section .stats-grid[b-4u5hlt9m3c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
}

.stats-grid .stat-item[b-4u5hlt9m3c] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    background-color: #fefefe;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

    .stats-grid .stat-item strong[b-4u5hlt9m3c] {
        display: block;
        font-size: 0.80em;
        color: #6c757d;
        margin-bottom: 5px;
    }

    .stats-grid .stat-item span[b-4u5hlt9m3c] {
        display: block;
        font-size: 1.2em;
        font-weight: 600;
        color: #28a745;
    }


.stats-grid .stripe[b-4u5hlt9m3c] {
    background-color: #f0f8ff; /* Azzurro molto chiaro (simile ad un "azure") */
    border-color: #cce0ff;
}

/*  .stats-grid .stripe span {
        color: #004085;
        color: #0056b3;
    }*/
/* Lista Contatti */
.contact-list[b-4u5hlt9m3c] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contact-list li[b-4u5hlt9m3c] {
        padding: 5px 0;
        border-bottom: 1px dotted #f5f5f5;
    }

        .contact-list li strong[b-4u5hlt9m3c] {
            color: #555;
            margin-right: 10px;
            font-weight: 500;
        }

        .contact-list li a[b-4u5hlt9m3c] {
            color: #007bff;
            text-decoration: none;
        }

            .contact-list li a:hover[b-4u5hlt9m3c] {
                text-decoration: underline;
            }

/* Dettagli Indirizzo */
.address-details p[b-4u5hlt9m3c] {
    margin: 0;
    line-height: 1.4;
    color: #666;
}


.card-footer[b-4u5hlt9m3c] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    background-color: #f7f7f7;
    /*display: flex;
    justify-content: flex-end;*/ /* Allinea i pulsanti a destra */
    /*gap: 10px;*/ /* Spazio tra i pulsanti */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Operators/Operators.razor.rz.scp.css */
/* ======================================= */
/* STILE RESPONSIVE (IL NUOVO CONTENITORE) */
/* ======================================= */

.cards-container[b-8nu0s6bp57] {
    display: flex;
    flex-wrap: wrap; /* Permette alle card di andare a capo */
    gap: 20px; /* Spazio tra le card (sia orizzontale che verticale) */
   
}

/* Larghezza base delle card per la responsività */
.maintenance-card[b-8nu0s6bp57] {
    /* Il codice base della card (mantenuto da prima) */
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%; /* Larghezza completa di default per schermi molto piccoli */
    max-width: 300px; /* Larghezza massima che non deve superare */
    min-width:270px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    overflow: hidden;
}



@media (max-width: 992px){
    .maintenance-card[b-8nu0s6bp57]{
        max-width:100%;
    }
}




/* ======================================= */
/* STILE DELLA SINGOLA CARD (GIÀ PRESENTE) */
/* ======================================= */

.card-header[b-8nu0s6bp57] {
    background-color: #007bff;
    color: white;
    padding: 15px;
    text-align: center;
}

.operator-name[b-8nu0s6bp57] {
    margin: 0;
    font-size: 1.4em;
    font-weight: bold;
}

.location[b-8nu0s6bp57] {
    margin: 5px 0 0;
    font-size: 0.9em;
    opacity: 0.9;
}

.card-vs-body[b-8nu0s6bp57] {
    padding: 15px;
}

.stat-item[b-8nu0s6bp57] {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px dashed #eee;
    font-size: 1em;
}

    .stat-item:last-child[b-8nu0s6bp57] {
        border-bottom: none;
    }

.stat-label[b-8nu0s6bp57] {
    font-weight: normal;
    color: #555;
}

.stat-value  a[b-8nu0s6bp57]{
    font-weight: bold;
    color: #333;
}

.total-cost a[b-8nu0s6bp57] {
    color: #28a745;
    font-size: 1.1em;
}

.card-actions[b-8nu0s6bp57] {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-top: 1px solid #eee;
    background-color: #f8f9fa;
}

.action-btn[b-8nu0s6bp57] {
    padding: 8px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
    font-size: 0.9em;
}

.details-btn[b-8nu0s6bp57] {
    background-color: #0dcaf0;
    color: white;
}

.edit-btn[b-8nu0s6bp57] {
    background-color: #198754;
    color: white;
}

.delete-btn[b-8nu0s6bp57] {
    background-color: #dc3545;
    color: white;
}

.action-btn:hover[b-8nu0s6bp57] {
    opacity: 0.9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Refuelings/RefuelingDetails.razor.rz.scp.css */
/* Container principale */
.refueling-details-container[b-nhhzoln85g] {
    /* max-width: 1200px;*/
    max-width: 100%;
    /*  margin: 20px auto;*/
    /*  padding: 20px;*/
    /*font-family: Arial, sans-serif;*/
}

/* Stile comune per le card */
.main-info-card[b-nhhzoln85g], .detail-card[b-nhhzoln85g], .stats-card[b-nhhzoln85g], .total-stats-card[b-nhhzoln85g], .buttons-card[b-nhhzoln85g] {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    border-left: 5px solid #007bff; /* Accent color */
}

    /* Titoli interni alle card */
    .main-info-card h3[b-nhhzoln85g], .detail-card h3[b-nhhzoln85g], .stats-card h3[b-nhhzoln85g], .total-stats-card h3[b-nhhzoln85g] {
        color: #333;
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }

/* Griglia per le informazioni principali */
.info-grid[b-nhhzoln85g] {
    display: grid;
    /* Due colonne su schermi piccoli (mobile) */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
}

.info-item[b-nhhzoln85g] {
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}

    .info-item .label[b-nhhzoln85g] {
        font-size: 0.9em;
        color: #6c757d;
        font-weight: 500;
    }

    .info-item .value[b-nhhzoln85g] {
        font-size: 1.2em;
        font-weight: bold;
        color: #343a40;
    }

    /* Highlight per l'importo totale */
    .info-item.total-amount[b-nhhzoln85g] {
        background-color: #e9ecef; /* Sfondo leggermente diverso */
        border: 2px solid #28a745; /* Bordo verde */
        grid-column: span 2; /* Su schermi piccoli occupa due colonne */
    }

        .info-item.total-amount .value[b-nhhzoln85g] {
            font-size: 1.5em;
            color: #28a745; /* Testo verde */
        }

/* Gruppo di card (Veicolo + Stazione) */
.card-group[b-nhhzoln85g] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-card[b-nhhzoln85g] {
    flex: 1; /* Permette alle card di espandersi equamente */
    border-left-color: #ffc107; /* Colore accento diverso */
}

/* Griglia per le statistiche */
.stats-grid[b-nhhzoln85g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

.stat-item[b-nhhzoln85g] {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

    .stat-item .stat-label[b-nhhzoln85g] {
        font-size: 0.9em;
        color: #495057;
        display: block;
        margin-bottom: 5px;
    }

    .stat-item .stat-value[b-nhhzoln85g] {
        font-size: 1.1em;
        font-weight: bold;
        color: #007bff;
    }

/* Highlight per le statistiche totali */
.total-stats-card[b-nhhzoln85g] {
    border-left-color: #dc3545;
}

.buttons-card[b-nhhzoln85g] {
    border-left-color: #6c757d;
}

.highlight-stat[b-nhhzoln85g] {
    background-color: #fff3cd; /* Sfondo giallo chiaro */
    border-color: #ffc107;
}

    .highlight-stat .stat-value[b-nhhzoln85g] {
        color: #dc3545; /* Testo rosso */
    }

.total-stats-card .stat-value[b-nhhzoln85g] {
    color: #dc3545;
}
/* --- Media Queries per la Responsività --- */

/* Desktop e schermi più grandi */
@media (min-width: 768px) {
    /* Il gruppo di card Veicolo/Stazione affiancate su desktop */
    .card-group[b-nhhzoln85g] {
        flex-direction: row;
    }

    /* Griglia principale a 3 colonne o più su desktop */
    .info-grid[b-nhhzoln85g] {
        grid-template-columns: repeat(4, 1fr);
    }

    /* L'importo totale occupa solo 2 colonne, ma è meglio posizionato */
    .info-item.total-amount[b-nhhzoln85g] {
        /* grid-column: 3 / span 2;*/
        /* Per centrare l'elemento se non occupa tutta la larghezza */
        align-self: center;
        height: 100%;
        justify-content: center;
    }
}

@media (max-width:1000px) {
    .main-info-card[b-nhhzoln85g] {
        font-size: .8rem;
    }
}

@media (max-width:1000px) {
    .main-info-card > h3[b-nhhzoln85g] {
        font-size: .9rem;
    }
}


/* Tablet (mezzo) */
/*@media (min-width: 576px) and (max-width: 767px) {
  
    .info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .info-item.total-amount {
        grid-column: 1 / span 2;
    }

    .refueling-details-container{
        font-size:.8rem;
    }
}*/
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Refuelings/RefuelingFilterBox.razor.rz.scp.css */
.active[b-c9khm8du2l] {
    font-weight: bold;
}


.btn-delete:hover[b-c9khm8du2l] {
    background-color: #bb2d3b!important;
    border-color: #b02a37!important;
}

    .btn-delete:hover i.text-danger[b-c9khm8du2l] {
        color: white !important;
    }
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Refuelings/Refuelings.razor.rz.scp.css */


td[b-43tfu13qx3],th[b-43tfu13qx3]{vertical-align: middle !important;}


th.sort:hover[b-43tfu13qx3], .label:hover[b-43tfu13qx3] {
    background-color: #374151;
    color: white;
    cursor: pointer;
}

th.active[b-43tfu13qx3], .label.active[b-43tfu13qx3]{
    background-color: #374151;
    color: white;
}

.label[b-43tfu13qx3] {
    display: none;
    font-weight: 600;
    color: #374151;
    text-align: start;
}

.delete-row td[b-43tfu13qx3]{
    background-color:red;
    color:white;
}

@media (max-width: 640px) {



    .label[b-43tfu13qx3]{
        display:block;
    }

    

    .table thead[b-43tfu13qx3] {
        display: none;
    }

    .table[b-43tfu13qx3], .table tbody[b-43tfu13qx3], .table tr[b-43tfu13qx3], .table td[b-43tfu13qx3] {
        display: block;
        width: 100%;
    }

        .table tr[b-43tfu13qx3] {
            background: #fff !important;
            border: 1px solid #e5e7eb;
            border-radius: 8px;
            margin-bottom: 0.75rem;
            overflow: hidden;
        }

        .table td[b-43tfu13qx3] {
            display: grid;
            grid-template-columns: 11ch 3fr;
            gap: 0.75rem;
            padding: 0.75rem 1rem;
            text-wrap: wrap;
        }

           /* .table td::before {
                content: attr(data-label);
                font-weight: 600;
                color: #374151;
                text-align: start;
            }*/


    div.table-responsive[b-43tfu13qx3] {
        box-shadow: none !important;
    }

   
}
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/VehicleDetails.razor.rz.scp.css */
/*

.vehicle-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
}

.vehicle-image {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    border-radius: 10px;
  
}

.vehicle-info {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

    .vehicle-info div:has(strong) {
        padding: 10px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

    .vehicle-info strong {
        color: #333;
    }

.footer {
    border: solid 1px #ccc;
    border-radius: .4rem;
}

@media (max-width: 768px) {
    .vehicle-info {
        grid-template-columns: 1fr;
    }
}
*/

/* Stile base e reset */
/*body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7f6;*/ /* Sfondo leggermente grigio */
    /*margin: 0;
    padding: 20px;
    color: #333;
    line-height: 1.6;
}*/

/* Stile base e reset */
/*body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f7f6;
    margin: 0;
    padding: 0;*/ /* Rimosso padding per la larghezza completa */
    /*color: #333;
    line-height: 1.6;
}*/

/* Contenitore a larghezza completa */
.full-width-container[b-l3mo2ygmfz] {
    width: 100%; /* Occupa tutta la larghezza */
    /* Nessun max-width qui */
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Header */
.header[b-l3mo2ygmfz] {
    background-color: #0DCAF0;
    color: white;
    padding: 20px;
    text-align: center;
    border-radius: 1rem 1rem 0 0;
}

    .header h1[b-l3mo2ygmfz] {
        margin: 0;
        font-size: 1.8em;
        font-weight: 600;
    }

/* Card principale */
/*.vehicle-card {
    padding: 30px;
    display: grid;*/
    /* Struttura principale: immagine a sinistra, dettagli a destra */
    /*grid-template-areas:
        "image details"
        "actions actions";
    grid-template-columns: 400px 1fr;*/ /* Larghezza fissa per l'immagine, resto per i dettagli */
    /*gap: 30px;
  
}*/


.vehicle-card[b-l3mo2ygmfz] {
    border-radius: 0 0 1rem 1rem;
}

.vehicle-card-body[b-l3mo2ygmfz] {
    padding: 30px;
}

/* Sezione Immagine */
.car-image[b-l3mo2ygmfz] {
    /* grid-area: image;*/
    margin: 0;
    overflow: hidden;
}

    .car-image img[b-l3mo2ygmfz] {
        border-radius: 8px;
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        aspect-ratio: 16 / 9;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

/* Griglia Dettagli */
.details-grid[b-l3mo2ygmfz] {
    grid-area: details;
    display: grid;
    /* Dettagli su tre colonne */
    grid-template-columns:  1fr 1fr;
    gap: 15px 20px;
}

.detail-item[b-l3mo2ygmfz] {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.label[b-l3mo2ygmfz] {
    font-size: 0.85em;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.value[b-l3mo2ygmfz] {
    font-weight: 600;
    color: #29452b;
}

/* Stile per il prezzo o valori importanti */
.detail-item.large-value .value[b-l3mo2ygmfz] {
    font-size: 1.2em;
    font-weight: 700;
    color: #ae500d;
}

/* Sezione Azioni (bottoni) */
.vehicle-card-footer[b-l3mo2ygmfz] {
    /* grid-area: actions;*/
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 1.4rem;
    border-top: 1px solid #eee;
    margin-top: 20px;
  
}



@media (max-width: 768px) {

    .vehicle-card-body[b-l3mo2ygmfz] {
        padding: 10px;
    }

    .details-grid[b-l3mo2ygmfz] {
        grid-template-columns: 1fr;
    }
}
 
/* _content/SandroLomazzo.Web/Components/Pages/Vehicles/Vehicles.razor.rz.scp.css */



.card:hover[b-ytj4yb2eqi] {
    border-color: #0078d4!important;
}


.card-img-top[b-ytj4yb2eqi] {
    aspect-ratio: 16/9;
    object-fit: cover;
}
