@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/YazDashBoard/Pages/Agents/Agents.razor.rz.scp.css */
h4[b-w4fo7dnepw] {
    color: #007bff;
    font-size: large;
}
/* _content/YazDashBoard/Pages/Agents/Contracts.razor.rz.scp.css */
.btn-show-hide[b-fc0g1ih89z] {
    margin: 2px;
    color: #007bff;
    background-color: white;
    transition: background-color 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: bold;
    padding: 6px;
    border: none;
}

    .btn-show-hide:hover[b-fc0g1ih89z] {
        background-color: lightgray;
    }


.table-container[b-fc0g1ih89z] {
    max-height: 250px; /* Adjust as necessary */
    overflow-y: scroll;
    display: block;
}

.table thead[b-fc0g1ih89z], tbody tr[b-fc0g1ih89z] {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.headerTh[b-fc0g1ih89z] {
    font-weight: bolder;
    color: cornflowerblue;
}

.tableControlsStyle[b-fc0g1ih89z] {
    width: 100%;
    border-collapse: separate; /* Change to 'separate' to handle rounded corners */
    border-spacing: 0; /* Remove cell spacing */
    font-family: Arial;
    color: #333;
    box-shadow: 0 0 15px rgba(0,0,0,0.1); /* Shadow effect: horizontal offset, vertical offset, blur radius, color */
}

    .tableControlsStyle td[b-fc0g1ih89z] {
        border: 1px solid #ddd; /* Light gray border for each cell */
        font-size: small;
        text-align: center;
        
    }

    .tableControlsStyle th[b-fc0g1ih89z] {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        background-color: #FAFAFA; /* Light gray background for headers */
    }

h4[b-fc0g1ih89z] {
    color: #007bff;
    font-size: large;
}
/* _content/YazDashBoard/Pages/Agents/Controls.razor.rz.scp.css */
.btn-show-hide[b-tc6iafpals] {
    margin: 2px;
    color: #007bff;
    background-color: white;
    transition: background-color 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-weight: bold;
    padding: 6px;
    border: none;
}
.btn-show-hide:hover[b-tc6iafpals]{
    background-color:lightgray;
}


.table-container[b-tc6iafpals] {
    max-height: 250px; /* Adjust as necessary */
    overflow-y: scroll;
    display: block;
}

.table thead[b-tc6iafpals], tbody tr[b-tc6iafpals]{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.headerTh[b-tc6iafpals]{
font-weight: bolder;
color: cornflowerblue;
}
.tableControlsStyle[b-tc6iafpals] {
    width: 100%;
    border-collapse: separate; /* Change to 'separate' to handle rounded corners */
    border-spacing: 0; /* Remove cell spacing */
    font-family: Arial;
    color: #333;
    box-shadow: 0 0 15px rgba(0,0,0,0.1); /* Shadow effect: horizontal offset, vertical offset, blur radius, color */
    
}

    .tableControlsStyle td[b-tc6iafpals], .tableStyle th[b-tc6iafpals] {
        border: 1px solid #ddd; /* Light gray border for each cell */
        font-size: small;
        text-align: center;
        word-wrap: break-word; /* Ensures text wraps within the cell */
        white-space: normal; /* Allows text to wrap into multiple lines */
    }

    .tableControlsStyle th[b-tc6iafpals] {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        background-color: #FAFAFA; /* Light gray background for headers */
    }
    h4[b-tc6iafpals] {
    color: #007bff;
    font-size: large;
}
/* Add this to your CSS file or within a <style> block */

.multi-select-dropdown[b-tc6iafpals] {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: table-cell;
}

.multi-select-dropdown-header[b-tc6iafpals] {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multi-select-dropdown-body[b-tc6iafpals] {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 1000;
    max-height: 200px;
    overflow-y: auto;
}

.multi-select-dropdown-item[b-tc6iafpals] {
    padding: 0.5rem;
    display: flex;
    align-items: center;
}

    .multi-select-dropdown-item input[b-tc6iafpals] {
        margin-right: 0.5rem;
    }

.dropdown-arrow[b-tc6iafpals] {
    font-size: 0.75rem;
}
/* _content/YazDashBoard/Pages/Components/DynamicFormContractsSoftware.razor.rz.scp.css */
.flex-container[b-s4aco10abq] {
    display: flex;
    flex-wrap: wrap;
}

    .flex-container .details-wrapper[b-s4aco10abq],
    .flex-container > div[b-s4aco10abq] {
        min-width: 170px;
        flex: 1;
        left:0;
    }

/* _content/YazDashBoard/Pages/Components/HeaderMenu.razor.rz.scp.css */
.new-nav[b-kkl0zo20aq] {
    padding: 10px 0;
}

    .new-nav .nav-container[b-kkl0zo20aq] {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .new-nav .nav[b-kkl0zo20aq] {
        display: flex;
        flex-wrap: wrap;
    }

    .new-nav .nav-item[b-kkl0zo20aq] {
        margin: 0 5px; 
    }

    .new-nav .nav .nav-item .nav-link[b-kkl0zo20aq] {
        color: red; 
        padding: 10px 15px; 
        border-radius: 4px;  
    }

        .new-nav .nav .nav-item .nav-link:hover[b-kkl0zo20aq] {
            background-color: #e9ecef;   
            color: #007bff; 
        }

        .new-nav .nav .nav-item .nav-link.active[b-kkl0zo20aq] {
            background-color: #007bff; 
            color: #fff;  
        }
/* _content/YazDashBoard/Pages/Components/InstallationCoordination/InstallationCoordination1.razor.rz.scp.css */
body[b-4lgdcc6ggo] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f3f3f3;
    margin: 0;
}

/* Removed .spinner class - now using global .loading-spinner */

.footer[b-4lgdcc6ggo] {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-bottom:90px;
}

.content[b-4lgdcc6ggo] {
    padding-bottom: 60px;
}

.installations[b-4lgdcc6ggo] {
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}
/* _content/YazDashBoard/Pages/Components/InstallationCoordination/InstallationCoordination3.razor.rz.scp.css */

.aria-select[b-olkqrkgrvr]{
    display:ruby;
}
    .aria-select h5[b-olkqrkgrvr] {
        color: #007bff;
    }
.sorted label[b-olkqrkgrvr]{
    display:ruby;
}
/* _content/YazDashBoard/Pages/Components/InstallationCoordination/MonthView.razor.rz.scp.css */
/* CSS for the Calendar page */
body[b-wef4g5cxs0] {
    font-family: Arial, sans-serif;
    margin: 20px;
}

.navigation[b-wef4g5cxs0] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-bottom:20px;

}
.move-date-button[b-wef4g5cxs0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #0d6efd;
    color: #fff; 
    border-radius: 3px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s, box-shadow 0.3s;
    border: 1px solid lightgray;
}

    .move-date-button .button-text[b-wef4g5cxs0],
    .move-date-button .button-icon[b-wef4g5cxs0] {
        display: block;
    }

    .move-date-button .button-icon[b-wef4g5cxs0] {
        margin-top: 5px;
    }

    .move-date-button:hover[b-wef4g5cxs0] {
        font-size:18px; 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow effect on hover */
    }

    .move-date-button:active[b-wef4g5cxs0] {
        background-color: #222; /* Even darker background on active (click) */
    }
.month-year[b-wef4g5cxs0] {
    font-size: 24px;
    font-weight: bold;
    min-width: 180px;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #007bff;
}
.btn-watch-day[b-wef4g5cxs0] {
    color: #1e69d4;
    font-size: 14px;
}
.btn-watch-day:hover[b-wef4g5cxs0]{
    color:black;
    font-size:16px;
}
.month-view[b-wef4g5cxs0] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2px;
    border-collapse: collapse;
    background-color: #f1f1f1;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.week-row[b-wef4g5cxs0] {
    display: contents; /* allows the child elements to behave as direct children of the parent grid */
}

.day-column[b-wef4g5cxs0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    min-height: 100px;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
    margin:1px;
}

    .day-column:hover[b-wef4g5cxs0] {
        background-color: #f0f0f0;
    }

.grayed-out[b-wef4g5cxs0] {
    color: #aaa;
}

.day-header[b-wef4g5cxs0] {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 600px) {
    .month-year[b-wef4g5cxs0] {
        font-size: 18px;
    }

    .navigation-button[b-wef4g5cxs0] {
        padding: 5px;
    }

    .day-header[b-wef4g5cxs0] {
        font-size: 12px;
    }
}
.week-navigation[b-wef4g5cxs0] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .week-navigation button[b-wef4g5cxs0] {
        background-color: white;
        color: #007bff;
        border: none;
        padding: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 30px;
        transition: background-color 0.3s ease;
    }

        .week-navigation button:hover[b-wef4g5cxs0] {
            background-color: #007bff;
            color: white;
        }
/* _content/YazDashBoard/Pages/Components/InstallationCoordination/WatchDayInstallation.razor.rz.scp.css */
.day-column[b-66yv15e6i4] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.day-header[b-66yv15e6i4] {
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/* _content/YazDashBoard/Pages/Components/InstallationCoordination/WatchInstallation.razor.rz.scp.css */

.popup-overlay[b-zrtfgn7k3t] {
    position: absolute;
    top: 0;
    left: 0;
    height: -webkit-fill-available;
    width: -webkit-fill-available;
    background: rgba(0, 0, 0, 0.5);
    Semi-transparent background display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.popup-container[b-zrtfgn7k3t] {
    background: white;
    position: relative;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    margin: 3rem;
    max-height: -webkit-fill-available;
}

    .popup-overlay.active[b-zrtfgn7k3t] {
        opacity: 1;
        visibility: visible;
    }
.popup-header[b-zrtfgn7k3t] {
    justify-content: space-between;
}
.group-input-installation[b-zrtfgn7k3t] {
    display: ruby-text;
    flex-direction: column;
    width: fit-content;
}

/* _content/YazDashBoard/Pages/Components/InstallationCoordination/WeekView.razor.rz.scp.css */
body[b-v9zrji4rsg] {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
}

.week-navigation[b-v9zrji4rsg] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

    .week-navigation button[b-v9zrji4rsg] {
        background-color: white;
        color: #007bff;
        border: none;
        padding: none;
        cursor: pointer;
        border-radius: 5px;
        font-size: 30px;
        transition: background-color 0.3s ease;
    }

        .week-navigation button:hover[b-v9zrji4rsg] {
            background-color: #007bff;
            color: white;
        }

.week-view[b-v9zrji4rsg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.day-column[b-v9zrji4rsg] {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.day-header[b-v9zrji4rsg] {
    background-color: white;
    color: black;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.hour-slot[b-v9zrji4rsg] {
    border-top: 1px solid #eee;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hour-slot:nth-child(even)[b-v9zrji4rsg] {
        background-color: #f9f9f9;
    }

@media (max-width: 600px) {
    .week-navigation button[b-v9zrji4rsg] {
        padding: 5px 10px;
        font-size: 14px;
    }

    .day-header[b-v9zrji4rsg] {
        font-size: 14px;
    }

    .hour-slot[b-v9zrji4rsg] {
        font-size: 12px;
        min-height: 30px;
    }
}
.button-watch[b-v9zrji4rsg] {
    border: 1px solid lightgray;
}
.button-watch :hover[b-v9zrji4rsg] {
    font-size:9px;
}
label[b-v9zrji4rsg]{
    margin-bottom:0px;
}

/* _content/YazDashBoard/Pages/Components/InstallationModes/3D/Form1.razor.rz.scp.css */
.list-container[b-3tonw7ddm3] {
    display: grid;
    position: absolute;
    max-height: calc(5 * 40px); /* Assuming each list item is approximately 40px high */
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-3tonw7ddm3] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-3tonw7ddm3] {
    padding: 0;
}

.city-button[b-3tonw7ddm3] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 170px;
    width: 100%;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-3tonw7ddm3] {
    background-color: #f9f9f9;
}

.city-button:hover[b-3tonw7ddm3] {
    background-color: #ddd;
}

h6[b-3tonw7ddm3] {
    font-weight: 700;
    display: inline;
}

span[b-3tonw7ddm3] {
    display: ruby;
}

.list-button[b-3tonw7ddm3] {
    border: none;
    background-color: white;
}

.dropdown[b-3tonw7ddm3] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-3tonw7ddm3] {
    background-color: #444;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.dropdown-content[b-3tonw7ddm3] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-height: 300px; /* Adjust this height as needed */
    overflow-y: auto; /* Adds vertical scroll if content exceeds max height */
}

    .dropdown-content label[b-3tonw7ddm3] {
        color: #333;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid lightgrey;
    }

.dropdown:hover .dropdown-content[b-3tonw7ddm3] {
    display: block;
}

.dropdown:hover .dropbtn[b-3tonw7ddm3] {
    background-color: #555;
}

.close[b-3tonw7ddm3] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}

    .close:hover[b-3tonw7ddm3] {
        color: white;
    }
/* _content/YazDashBoard/Pages/Components/InstallationModes/Coffee/Form1.razor.rz.scp.css */
span[b-lw3c1wroc1] {
    display: inline-flex;
}

form div[b-lw3c1wroc1] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

h6[b-lw3c1wroc1] {
    margin-left: 20px;
    margin-top: 10px;
}
.list-container[b-lw3c1wroc1] {
    display: grid;
    position: absolute;
    max-height: calc(5 * 40px); /* Assuming each list item is approximately 40px high */
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-lw3c1wroc1] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-lw3c1wroc1] {
    padding: 0;
}

.city-button[b-lw3c1wroc1] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 170px;
    width: 100%;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-lw3c1wroc1] {
    background-color: #f9f9f9;
}

.city-button:hover[b-lw3c1wroc1] {
    background-color: #ddd;
}

.dropdown[b-lw3c1wroc1] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-lw3c1wroc1] {
    background-color: #444;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.dropdown-content[b-lw3c1wroc1] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-height: 300px; /* Adjust this height as needed */
    overflow-y: auto; /* Adds vertical scroll if content exceeds max height */
}

    .dropdown-content label[b-lw3c1wroc1] {
        color: #333;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid lightgrey;
    }

.dropdown:hover .dropdown-content[b-lw3c1wroc1] {
    display: block;
}

.dropdown:hover .dropbtn[b-lw3c1wroc1] {
    background-color: #555;
}

table td[b-lw3c1wroc1]{
    max-height:5px;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/Coffee/Form2.razor.rz.scp.css */


.list-container[b-gto6sz4je3] {
    display: grid;
    position: absolute;
    max-height: calc(5 * 40px); /* Assuming each list item is approximately 40px high */
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-gto6sz4je3] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-gto6sz4je3] {
    padding: 0;
}

.city-button[b-gto6sz4je3] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 170px;
    width: 100%;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-gto6sz4je3] {
    background-color: #f9f9f9;
}

.city-button:hover[b-gto6sz4je3] {
    background-color: #ddd;
}
.upload-button[b-gto6sz4je3] {
    color: cornflowerblue;
    background-color: white;
    border: none;
    box-shadow: none;
    margin-top: 2px;
    cursor: pointer;
}

    .upload-button i[b-gto6sz4je3] {
        font-size: 20px;
    }

.upload-area[b-gto6sz4je3] {
    border: 1px solid lightgray;
    min-width: 100px;
    min-height: 25px;
}


/* _content/YazDashBoard/Pages/Components/InstallationModes/ContactInputs.razor.rz.scp.css */
.list-container[b-cy8fhq870u] {
    display: flex;
    max-height: calc(5 * 40px);
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-cy8fhq870u] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-cy8fhq870u] {
    padding: 0;
    margin: 0;
    height: 25px;
}

.city-button[b-cy8fhq870u] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 155px;
    height: 25px;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-cy8fhq870u] {
    background-color: #f9f9f9;
}

.city-button:hover[b-cy8fhq870u] {
    background-color: #ddd;
}
span[b-cy8fhq870u] {
    display: ruby;
}

.list-button[b-cy8fhq870u] {
    border: none;
    background-color: white;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/DevelopeAddress.razor.rz.scp.css */
.list-container[b-ix9czm7v6r] {
    position:absolute;
    display: flex;
    max-height: calc(5 * 40px);
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-ix9czm7v6r] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-ix9czm7v6r] {
    width:auto;
    padding: 0;
    margin: 0;
    height: 25px;
}

.city-button[b-ix9czm7v6r] {
    width: auto;
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 155px;
    height: 25px;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-ix9czm7v6r] {
    background-color: #f9f9f9;
}

.city-button:hover[b-ix9czm7v6r] {
    background-color: #ddd;
}

span[b-ix9czm7v6r] {
    display: ruby;
}

.list-button[b-ix9czm7v6r] {
    border: none;
    background-color: white;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/Email.razor.rz.scp.css */
.loader-email[b-0d4yk3e7sd] {
    position: relative;
    border-style: solid;
    box-sizing: border-box;
    border-width: 40px 60px 30px 60px;
    border-color: #3760C9 #96DDFC #96DDFC #36BBF7;
    animation: envFloating-b-0d4yk3e7sd 1s ease-in infinite alternate;
}

    .loader-email[b-0d4yk3e7sd]:after {
        content: "";
        position: absolute;
        right: 62px;
        top: -40px;
        height: 70px;
        width: 50px;
        background-image: linear-gradient(#888888 45px, transparent 0), linear-gradient(#888888 45px, transparent 0), linear-gradient(#888888 45px, transparent 0);
        background-repeat: no-repeat;
        background-size: 30px 4px;
        background-position: 0px 11px, 8px 35px, 0px 60px;
        animation: envDropping-b-0d4yk3e7sd 0.75s linear infinite;
    }

@keyframes envFloating-b-0d4yk3e7sd {
    0% {
        transform: translate(-2px, -5px)
    }

    100% {
        transform: translate(0, 5px)
    }
}

@keyframes envDropping-b-0d4yk3e7sd {
    0% {
        background-position: 100px 11px, 115px 35px, 105px 60px;
        opacity: 1;
    }

    50% {
        background-position: 0px 11px, 20px 35px, 5px 60px;
    }

    60% {
        background-position: -30px 11px, 0px 35px, -10px 60px;
    }

    75%, 100% {
        background-position: -30px 11px, -30px 35px, -30px 60px;
        opacity: 0;
    }
}

.message-box[b-0d4yk3e7sd] {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/ImagesToInstallationMode.razor.rz.scp.css */

.section-title[b-r3ug3icuwf] {
    text-align:center;
    font-size: 22px;
    font-weight: bold;
}

.status-message[b-r3ug3icuwf] {
    font-size: 18px;
    text-align: center;
    color: #555;
    margin: 15px 0;
}

.image-container[b-r3ug3icuwf] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/*.image-group {
    text-align: center;
    max-width: 600px;
    width: 100%;
}*/

.image-title[b-r3ug3icuwf] {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.image-grid[b-r3ug3icuwf] {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Forces two images per row */
    gap: 15px;
    justify-content: center;
}


/*.image-box {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}*/

.image-preview[b-r3ug3icuwf] {
    display: block;
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 200px;
    object-fit: contain;
    background-color: #f0f0f0;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}



.image-caption[b-r3ug3icuwf] {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/InstallationModesCoffee.razor.rz.scp.css */

.stepper li[b-ctpw2c0uu2]{
    width:50%;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/MachineItems.razor.rz.scp.css */
.list-container-up[b-d1umn33efp]{
    display:block;
}
.list-container[b-d1umn33efp]{
    display:none;
}
button[b-d1umn33efp] {
    padding: none;
    border: none;
    background-color: transparent;
    font-size: 14px;
    width:100%;
    min-width:100%;
}
ul[b-d1umn33efp] {
    list-style-type: none; /* Removes the default bullets */
    margin: 0;
    padding: 0;
    max-height: 200px; /* Sets a maximum height */
    overflow-y: auto; /* Enables scrolling if content exceeds max height */
    font-family: Arial, sans-serif;
    border: 1px solid #ccc; /* Optional: Adds a border to the list */
    border-radius: 5px; /* Rounds the corners of the list */
    position: absolute;
    background-color: white;
}

li[b-d1umn33efp] {
    background-color: white; /* No background, to avoid button-like appearance */
    border-radius: 5px;
    cursor: pointer; /* Changes cursor to pointer to indicate it's clickable */
    transition: background-color 0.3s ease;
    min-width: 150px;
    font-size: small;
}

    li:hover[b-d1umn33efp] {
        background-color: #f0f0f0; /* Light background color on hover */
    }

    li a[b-d1umn33efp] {
        text-decoration: none;
        color: #333;
        font-weight: bold;
        display: block;
        width: 100%;
    }

        li a:hover[b-d1umn33efp] {
            text-decoration: none; /* No underline on hover */
        }


  
/* _content/YazDashBoard/Pages/Components/InstallationModes/Machine/Form1.razor.rz.scp.css */
.list-container[b-kd061fj9zc] {
    display: grid;
    position: absolute;
    max-height: calc(5 * 40px); /* Assuming each list item is approximately 40px high */
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-kd061fj9zc] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-kd061fj9zc] {
    padding: 0;
}

.city-button[b-kd061fj9zc] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 170px;
    width: 100%;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-kd061fj9zc] {
    background-color: #f9f9f9;
}

.city-button:hover[b-kd061fj9zc] {
    background-color: #ddd;
}
h6[b-kd061fj9zc] {
    font-weight: 700;
    display: inline;
}
span[b-kd061fj9zc]{
    display:ruby;
}
.list-button[b-kd061fj9zc]{
    border:none;
    background-color:white;
}

.dropdown[b-kd061fj9zc] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-kd061fj9zc] {
    background-color: #444;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.dropdown-content[b-kd061fj9zc] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-height: 300px; /* Adjust this height as needed */
    overflow-y: auto; /* Adds vertical scroll if content exceeds max height */
}

    .dropdown-content label[b-kd061fj9zc] {
        color: #333;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid lightgrey;
    }

.dropdown:hover .dropdown-content[b-kd061fj9zc] {
    display: block;
}

.dropdown:hover .dropbtn[b-kd061fj9zc] {
    background-color: #555;
}

.close[b-kd061fj9zc] {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ccc;
    font-size: 16px;
    cursor: pointer;
}

    .close:hover[b-kd061fj9zc] {
        color: white;
    }
/* _content/YazDashBoard/Pages/Components/InstallationModes/Machine/Form2.razor.rz.scp.css */
/* _content/YazDashBoard/Pages/Components/InstallationModes/Machine/Form4.razor.rz.scp.css */
.ruby-text-container[b-c4f7iubxcs] {
    display: ruby;
}

.label-container[b-c4f7iubxcs] {
    margin: 5px;
}

.upload-button[b-c4f7iubxcs] {
    color: cornflowerblue;
    background-color: white;
    border: none;
    box-shadow: none;
    margin-top: 2px;
    cursor: pointer;
}

    .upload-button i[b-c4f7iubxcs] {
        font-size: 20px;
    }

.upload-area[b-c4f7iubxcs] {
    border: 1px solid lightgray;
    min-width: 100px;
    min-height: 25px;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/ScanInstallationMode.razor.rz.scp.css */
.dropdown[b-6l4o1dbdgq] {
    position: relative;
    display: inline-block;
}

.dropbtn[b-6l4o1dbdgq] {
    background-color: #444;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
}

.dropdown-content[b-6l4o1dbdgq] {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    z-index: 1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    max-height: 300px; /* Adjust this height as needed */
    overflow-y: auto; /* Adds vertical scroll if content exceeds max height */
}

    .dropdown-content label[b-6l4o1dbdgq] {
        color: #333;
        text-decoration: none;
        display: block;
        text-align: center;
        border-bottom: 1px solid lightgrey;
    }

.dropdown:hover .dropdown-content[b-6l4o1dbdgq] {
    display: block;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/Submit.razor.rz.scp.css */
.message-box[b-v19t95t753] {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.loader-form[b-v19t95t753] {
    position: relative;
    width: 100px;
    height: 130px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

    .loader-form[b-v19t95t753]:before {
        content: '';
        position: absolute;
        width: 54px;
        height: 25px;
        left: 50%;
        top: 0;
        background-image: radial-gradient(ellipse at center, #0000 24%, #6495ED 25%, #6495ED 64%, #0000 65%), linear-gradient(to bottom, #0000 34%, #6495ED 35%);
        background-size: 12px 12px, 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        transform: translate(-50%, -65%);
        box-shadow: 0 -3px rgba(0, 0, 0, 0.25) inset;
    }

    .loader-form[b-v19t95t753]:after {
        content: '';
        position: absolute;
        left: 50%;
        top: 20%;
        transform: translateX(-50%);
        width: 66%;
        height: 60%;
        background: linear-gradient(to bottom, #6495ED 30%, #0000 31%);
        background-size: 100% 16px;
        animation: writeDown-b-v19t95t753 2s ease-out infinite;
    }


@keyframes writeDown-b-v19t95t753 {
    0% {
        height: 0%;
        opacity: 0;
    }

    20% {
        height: 0%;
        opacity: 1;
    }

    80% {
        height: 65%;
        opacity: 1;
    }

    100% {
        height: 65%;
        opacity: 0;
    }
}
         
/* _content/YazDashBoard/Pages/Components/InstallationModes/TradeInTable.razor.rz.scp.css */
.list-container[b-itqyz7zc83] {
    display: grid;
    position: absolute;
    max-height: calc(5 * 40px); /* Assuming each list item is approximately 40px high */
    overflow-y: auto;
    border: 1px solid lightgrey;
}

ul[b-itqyz7zc83] {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li[b-itqyz7zc83] {
    padding: 0;
}

.city-button[b-itqyz7zc83] {
    background-color: white;
    border: 1px solid lightgray;
    text-align: right;
    min-width: 170px;
    width: 100%;
    box-sizing: border-box; /* Ensures the button fits within the container */
}

li:nth-child(even) .city-button[b-itqyz7zc83] {
    background-color: #f9f9f9;
}

.city-button:hover[b-itqyz7zc83] {
    background-color: #ddd;
}
/* _content/YazDashBoard/Pages/Components/InstallationModes/UploadFile.razor.rz.scp.css */
.upload-button[b-j465nd1juy] {
    color: cornflowerblue;
    background-color: white;
    border: none;
    box-shadow: none;
    margin-top: 2px;
    cursor: pointer;
}

    .upload-button i[b-j465nd1juy] {
        font-size: 20px;
    }

.upload-area[b-j465nd1juy] {
    border: 1px solid lightgray;
    min-width: 100px;
    min-height: 25px;
}
/* _content/YazDashBoard/Pages/Components/WarrantiesTable.razor.rz.scp.css */
.tableControlsStyle[b-nqasgsdvjh] {
    width: 100%;
    border-collapse: separate; /* Change to 'separate' to handle rounded corners */
    border-spacing: 0; /* Remove cell spacing */
    font-family: Arial;
    color: #333;
    box-shadow: 0 0 15px rgba(0,0,0,0.1); /* Shadow effect: horizontal offset, vertical offset, blur radius, color */
    
}

    .tableControlsStyle td[b-nqasgsdvjh], .tableStyle th[b-nqasgsdvjh] {
        border: 1px solid #ddd; /* Light gray border for each cell */
        font-size: small;
        text-align: center;
        word-wrap: break-word; /* Ensures text wraps within the cell */
        white-space: normal; /* Allows text to wrap into multiple lines */
    }

    .tableControlsStyle th[b-nqasgsdvjh] {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        background-color: #FAFAFA; /* Light gray background for headers */
    }
    h4[b-nqasgsdvjh] {
    color: #007bff;
    font-size: large;
}
.table-container[b-nqasgsdvjh] {
    max-height: 250px; /* Adjust as necessary */
    overflow-y: scroll;
    display: block;
}

.table thead[b-nqasgsdvjh], tbody tr[b-nqasgsdvjh]{
    display: table;
    width: 100%;
    table-layout: fixed;
}
.headerTh[b-nqasgsdvjh]{
font-weight: bolder;
color: cornflowerblue;
}
/* _content/YazDashBoard/Pages/index.razor.rz.scp.css */
.nav-tabs .nav-link[b-wi15z4lnt0] {
    color: black !important; /* Set default color to black */
}
/* _content/YazDashBoard/Pages/InstallationCoordination.razor.rz.scp.css */
body[b-zwc2kputjp] {
}
/* _content/YazDashBoard/Pages/ManageDashBoard/ManageUsers/CreateRole.razor.rz.scp.css */
/* _content/YazDashBoard/Pages/ManageDashBoard/ManageUsers/CreateUser.razor.rz.scp.css */
.input-row[b-z6g50uiq0w] {
    display: flex;
    gap: 20px; /* Spacing between inputs */
    flex-wrap: wrap; /* Ensures responsiveness */
    align-items: flex-start; /* Aligns items to the top */
}

    .input-row div[b-z6g50uiq0w] {
        display: flex;
        flex-direction: column;
    }

select.form-control[b-z6g50uiq0w] {
    min-width: 150px;
}
/* _content/YazDashBoard/Pages/StatusOrderInstallations.razor.rz.scp.css */
.status-table td[b-ntzsyeeyjp]{
    border-bottom: 1px solid #ddd;
    font-size: larger;
    text-align: center;
    padding: 5px;
}
.status-table th[b-ntzsyeeyjp] {
    border-bottom: 1px solid #ddd;
    font-size: small;
    text-align: center;
    padding: 5px;
}
.status-table[b-ntzsyeeyjp]{
    width:100%;
    margin-top:60px;
}
/* _content/YazDashBoard/Pages/TechnicianInstallationMode/Form1.razor.rz.scp.css */
.checkbox-label[b-y74fo00ziw] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}
.same-row[b-y74fo00ziw] {
    display: ruby;
    align-items: center;
}
.inputs-space[b-y74fo00ziw] {
    display: flex;
    align-items: center;
    gap: 20px;
}
.inputs-space-for-table[b-y74fo00ziw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px;
}
.inputs-space-for-table input[b-y74fo00ziw]{
    max-width:150px;
}
.connection-input[b-y74fo00ziw] {
    max-width: 200px;
    display: flex;
    gap: 10px;
}
/* _content/YazDashBoard/Pages/TechnicianInstallationMode/Form2.razor.rz.scp.css */
table[b-rsxzbdl5hv]{
    width:auto;
    height:auto;
}
.wide-input[b-rsxzbdl5hv] {
    width: 300px;
}
/* _content/YazDashBoard/Pages/TechnicianInstallationMode/Form3.razor.rz.scp.css */
body[b-gqxdyuf8oy] {
}
/* _content/YazDashBoard/Pages/TechnicianInstallationMode/Form4.razor.rz.scp.css */
body[b-fr44ex2p5c] {
}
/* _content/YazDashBoard/Shared/MainLayout.razor.rz.scp.css */
.page[b-44wa1y0wv8] {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
}

main[b-44wa1y0wv8] {
    flex: 1;
}

.sidebar[b-44wa1y0wv8] {
    height: 100vh;
    /*background: linear-gradient(135deg, #23272b, #1c1f22);*/
    background-image: linear-gradient(180deg, #1a203d 0%, #283c86 100%);
    background-color: rgba(255, 255, 255, 0.9);
    /* Transition for Hover Effects */
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    color: #C5C5C5 !important;
}


.top-row[b-44wa1y0wv8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-44wa1y0wv8]  a, .top-row .btn-link[b-44wa1y0wv8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-44wa1y0wv8] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-44wa1y0wv8] {
        display: none;
    }

    .top-row.auth[b-44wa1y0wv8] {
        justify-content: space-between;
    }

    .top-row a[b-44wa1y0wv8], .top-row .btn-link[b-44wa1y0wv8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-44wa1y0wv8] {
        flex-direction: row;
    }

    .sidebar[b-44wa1y0wv8] {
        width: auto;
        height: 100vh;
        position: sticky;
        top: 0;
        min-width:240px;

    }
    .sidebar-dark[b-44wa1y0wv8] {
        --cui-body-color: rgba(255, 255, 255, 0.87);
        --cui-body-bg: #212631;
        --cui-emphasis-color: #fff;
        --cui-secondary-color: rgba(255, 255, 255, 0.6);
        --cui-secondary-bg: #323a49;
        --cui-tertiary-color: rgba(255, 255, 255, 0.38);
        --cui-tertiary-bg: #2a303d;
        --cui-border-color: #323a49;
        color: var(--cui-body-color);
        background-color: var(--cui-body-bg);
        border-color: var(--cui-border-color);
        height: auto;
        min-height: 90vh;
    }

    .top-row[b-44wa1y0wv8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-44wa1y0wv8], article[b-44wa1y0wv8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
.logo-container[b-44wa1y0wv8] {
    display: flex;
    align-items: center;
    gap: 10px; /* space between logos */
    text-decoration: none; /* removes underline */
}

    .logo-container img[b-44wa1y0wv8] {
        vertical-align: middle;
        object-fit: contain;
    }

    .footer[b-44wa1y0wv8] {
    height: 10vh;
    background-color: #f8f9fa;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #555;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
}
/* _content/YazDashBoard/Shared/NavMenu.razor.rz.scp.css */
.search-button:hover[b-v27dzw7jz0] {
    transform: scale(1.2); /* Make the button 1.2 times larger */
    background: transparent; /* Allow background to show through */
}

.sidebar-header[b-v27dzw7jz0]{
    margin:30px;
 
}


.nav-item[b-v27dzw7jz0] {
    padding-bottom: 0.5rem;
    transition: background-color 0.3s ease;
}
.fa-solid.fa-angle-left[b-v27dzw7jz0] {
    transition: transform 0.3s ease-in-out;
}
.nav-item[b-v27dzw7jz0]  a {
    color: #C5C5C5 !important;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 4px;
}

        .nav-item[b-v27dzw7jz0]  a.focus {
            background-color: #0d6efd;
            color: #fff !important;
        }

        .nav-item[b-v27dzw7jz0]  a:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #fff !important;
        }

.nav-[b-v27dzw7jz0] {
    color: white;
}
.nav-group-items[b-v27dzw7jz0] {
    display: none;
}

    .nav-group-items.show[b-v27dzw7jz0] {
        display: block;
    }
    @media (min-width: 641px) {
        .navbar-toggler[b-v27dzw7jz0] {
            display: none;
        }

        .collapse[b-v27dzw7jz0] {
            display: block;
        }
    }
/* Remove bullet points for the main and nested lists */
.sidebar-nav[b-v27dzw7jz0],
.sidebar-nav ul[b-v27dzw7jz0] {
    list-style: none; /* Removes the default bullet points */
    padding-left: 0.3rem; /* Removes left padding */
    margin-left: 0; /* Ensures proper alignment */
    padding-right: 0.3rem;
}

    /* Optional: Add some spacing for better alignment if needed */
    .sidebar-nav > .nav-item > .nav-link[b-v27dzw7jz0] {
        padding-left: 16px; /* Adds spacing for the text */
        font-weight: bold;
        font-size: 16px;
    }

.nav-group-items > .nav-item > .nav-link[b-v27dzw7jz0] {
    padding-left: 30px; /* Indent nested items */
    font-size: 14px !important;
}

.sidebar-brand[b-v27dzw7jz0] {
    text-decoration: none;
    color: #F7F7F7;
    font-size: larger;
}
