/* /Pages/Authentication.razor.rz.scp.css */
code[b-bakksn2cvg] {
    color: black;
}
/* /Pages/CustomerDashboard.razor.rz.scp.css */
.card[b-y3geiozl44] {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px; /* Adjust the right margin as needed */
    margin-left: 10px; /* Adjust the left margin as needed */
}

.nav-tabs[b-y3geiozl44] {
    display: flex;
    flex-wrap: wrap;
}

    .nav-tabs .nav-item[b-y3geiozl44] {
        flex-grow: 5;
        text-align: center;
    }

    .nav-tabs .nav-link[b-y3geiozl44] {
        width: 99%;
        border-radius: 9; /* Optional: removes the border-radius for a squared look */
        color: #000000; /* white text for all tabs */
        background-color: lightslategrey
    }

        .nav-tabs .nav-link.active[b-y3geiozl44] {
            color: #ffffff; /* royal blue text for the active tab */
            background-color: rgb(var(--inductosense-orange));
        }

        .nav-tabs .nav-link:hover[b-y3geiozl44] {
            color: darkblue; /* Black text on hover */
        }

.tab-pane[b-y3geiozl44] {
    display: none;
}

    .tab-pane.active[b-y3geiozl44] {
        display: block;
        width: 100%;
    }
/* Container for gauges */
.gauges-container[b-y3geiozl44] {
    display: flex;
    justify-content: space-around; /* Adjusts the spacing between gauges */
    flex-wrap: wrap; /* Allows gauges to wrap to next line if container width is exceeded */
}

/*Gauge*/
.gauge[b-y3geiozl44] {
    position: relative;
    border-radius: 50%/100% 100% 0 0;
    background-color: var(--color, #a22);
    overflow: hidden;
    display: inline-flex; /* Makes each gauge align inline */
    justify-content: center; /* Centers the value horizontally */
    align-items: flex-end; /* Aligns the value to the bottom */
}

    .gauge[b-y3geiozl44]:before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .gauge .percentage[b-y3geiozl44] {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: var(--background, #aaa);
        transform: rotate(var(--rotation, 0deg));
        transform-origin: bottom center;
        transition: transform 0.6s ease;
    }

    .gauge .mask[b-y3geiozl44] {
        position: absolute;
        left: 20%;
        right: 20%;
        bottom: 0;
        top: 40%;
        background-color: #fff;
        border-radius: 50%/100% 100% 0 0;
    }

    .gauge .value[b-y3geiozl44] {
        position: absolute;
        bottom: 10%; /* Adjust as needed to fit */
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 10px; /* Adjust font size to fit the gauge */
        z-index: 2;
    }

.gauges-container[b-y3geiozl44] {
    display: flex;
    justify-content: space-around; /* Adjusts the spacing between gauges */
    flex-wrap: wrap; /* Allows gauges to wrap to next line if container width is exceeded */
}

.gauge-container[b-y3geiozl44] {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centers the gauge and label */
    margin: 1px; /* Adds some space around each gauge container */
}

.gauge-label[b-y3geiozl44] {
    margin-top: 5px; /* Space between the gauge and its label */
    font-size: 12px; /* Adjusts the label font size */
    color: #333; /* Label text color */
}

.pie[b-y3geiozl44] {
    width: 75px;
    height: 75px;
    background-image: conic-gradient(orange 64%, blue 64%, blue 81%, black 81%);
    border-radius: 50%
}

.donut[b-y3geiozl44] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 75px; /* Adjusted to meet size requirement */
    height: 75px; /* Adjusted to meet size requirement */
    border-radius: 50%;
    background-image: conic-gradient(#326fa8 var(--db-usage), #969999 var(--db-usage), #969999);
    box-shadow: 0 0 0 2px #212121; /* Outer shadow for definition */
    font-size: 12px; /* Adjusted for size */
    color: #000;
    font-weight: bold;
}

    .donut[b-y3geiozl44]::after {
        content: '';
        position: absolute;
        width: 55px; /* Smaller than the donut to create a hole */
        height: 55px; /* Smaller than the donut to create a hole */
        background-color: #fff; /* Background color of your page */
        border-radius: 50%;
        z-index: 1;
    }

    .donut span[b-y3geiozl44] {
        position: absolute;
        z-index: 2;
        width: 100%;
        text-align: center;
        font-size: 0.7em; /* Adjust based on your needs */
    }

    .donut .value[b-y3geiozl44] {
        position: absolute;
        z-index: 2;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }

.tooltip[b-y3geiozl44] {
    position: relative;
    display: inline-block;
}

    .tooltip .tooltiptext[b-y3geiozl44] {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px; /* Use half of the width (120px/2) to center the tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

    .tooltip:hover .tooltiptext[b-y3geiozl44] {
        visibility: visible;
        opacity: 1;
    }


.gauges-donut-container[b-y3geiozl44] {
    display: flex;
    align-items: center; /* This will vertically center the children */
    margin-bottom: 0px;
}

.gauges-container[b-y3geiozl44] {
    /* Styles for gauges, already existing */
    padding-top: 1px;
    padding-bottom: 1px;
    margin: 1px;
}

.donut-container[b-y3geiozl44] {
    /* Styles for donut, already existing */
}

.text-container[b-y3geiozl44] {
    width: 100%; /* Ensure the container spans the full width */
    margin-top: 1px; /* Add some space between the charts and the text */
    text-align: center;
    color: blue; /* Set the text color to blue */
}

.storage-info[b-y3geiozl44] {
    display: inline-flex;
    grid-template-columns: repeat(1, 1fr); /* Creates four columns */
    justify-content: space-around; /* Evenly distributes space around items */
    gap: 6px; /* Adds a gap between items */
    text-align: center; /* Center text in each column */
    margin-top: -4px; /* Space above the info */
    color: blue; /* Sets the text color to blue */
}

.info-item[b-y3geiozl44] {
    margin: 0 5px; /* Add some horizontal spacing */
    display: flex;
    flex-direction: column; /* Stack label and value */
}

.info-label[b-y3geiozl44] {
    font-size: 0.5em; /* Smaller text for label */
    display: block;
    color: #666; /* Dimmed color for label */
}

.info-value[b-y3geiozl44] {
    font-size: 0.6em; /* Smaller text for label */
    font-weight: bold;
}

/* Add a class for the list */
.list-group-flush-custom[b-y3geiozl44] {
    padding-left: 0;
    padding-right: 0;
}

/* Add a class for the list items */
.list-group-item-custom[b-y3geiozl44] {
    font-size: 14px; /* Example font size, adjust as needed */
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
}

/* Add a class for the images to replace inline styles */
.list-icon[b-y3geiozl44] {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
}

.tenant-header[b-y3geiozl44] {
    text-align: center;
}

    .tenant-header img[b-y3geiozl44] {
        display: block;
        margin: auto;
    }

    .tenant-header span[b-y3geiozl44] {
        display: block;
    }

.highlighted-name[b-y3geiozl44] {
    color: blue !important; /* Bootstrap primary blue, adjust color as needed */
}
/* /Pages/DeployTenant.razor.rz.scp.css */
.code-container pre[b-1jjz4o5kz4] {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    overflow-x: auto;
}

.code-container code[b-1jjz4o5kz4] {
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

.img-excel-icon[b-1jjz4o5kz4] {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
/* /Pages/ExcelApiExample.razor.rz.scp.css */
.code-container pre[b-kvq2s1c3qg] {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    overflow-x: auto;
}

.code-container code[b-kvq2s1c3qg] {
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

.img-excel-icon[b-kvq2s1c3qg] {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}

.content-card[b-kvq2s1c3qg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    color: #212529;
}

    .content-card h3[b-kvq2s1c3qg] {
        color: #e9500e;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 2rem;
        display: flex;
        align-items: center;
    }

    .content-card h4[b-kvq2s1c3qg] {
        color: #e9500e;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f8f9fa;
    }

    .content-card p[b-kvq2s1c3qg] {
        color: #495057;
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-word;
        margin-bottom: 20px;
    }

    .content-card a[b-kvq2s1c3qg] {
        color: #e9500e;
        font-weight: 600;
        text-decoration: none;
    }

        .content-card a:hover[b-kvq2s1c3qg] {
            color: #d64006;
            text-decoration: underline;
        }

.excel-icon[b-kvq2s1c3qg] {
    height: 80px;
    width: 80px;
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.step-list[b-kvq2s1c3qg] {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

    .step-list li[b-kvq2s1c3qg] {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 20px;
        border-left: 4px solid #e9500e;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .step-list li:hover[b-kvq2s1c3qg] {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }

        .step-list li strong[b-kvq2s1c3qg] {
            color: #212529;
            font-weight: 700;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f8f9fa;
        }

        .step-list li p[b-kvq2s1c3qg] {
            color: #495057;
            margin: 0;
            line-height: 1.6;
        }

.step-image[b-kvq2s1c3qg] {
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    max-width: 100%;
    height: auto;
}

.code-section[b-kvq2s1c3qg] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid #e9ecef;
}

.code-header[b-kvq2s1c3qg] {
    background: linear-gradient(135deg, #e9500e 0%, #d64006 100%);
    color: white;
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .code-header h4[b-kvq2s1c3qg] {
        margin: 0;
        font-weight: 600;
        border: none;
        padding: 0;
        color: white;
    }

.copy-button[b-kvq2s1c3qg] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

    .copy-button:hover[b-kvq2s1c3qg] {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-1px);
    }

    .copy-button i[b-kvq2s1c3qg] {
        margin-right: 6px;
    }

.code-container[b-kvq2s1c3qg] {
    background: #1e1e1e;
    color: #d4d4d4;
    padding: 0;
    margin: 0;
    position: relative;
}

    .code-container pre[b-kvq2s1c3qg] {
        background: #1e1e1e;
        color: #d4d4d4;
        padding: 25px;
        margin: 0;
        border: none;
        border-radius: 0;
        overflow-x: auto;
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .code-container code[b-kvq2s1c3qg] {
        color: #d4d4d4;
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    }

/* VBA Syntax Highlighting */
.vba-keyword[b-kvq2s1c3qg] {
    color: #569cd6;
    font-weight: bold;
}

.vba-string[b-kvq2s1c3qg] {
    color: #ce9178;
}

.vba-comment[b-kvq2s1c3qg] {
    color: #6a9955;
    font-style: italic;
}

.vba-function[b-kvq2s1c3qg] {
    color: #dcdcaa;
}

.vba-variable[b-kvq2s1c3qg] {
    color: #9cdcfe;
}

.vba-operator[b-kvq2s1c3qg] {
    color: #d4d4d4;
}

.intro-box[b-kvq2s1c3qg] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-left: 4px solid #3b82f6;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
    color: #1e40af;
}

    .intro-box .icon[b-kvq2s1c3qg] {
        color: #3b82f6;
        font-size: 1.8rem;
        margin-right: 15px;
    }

    .intro-box strong[b-kvq2s1c3qg] {
        color: #1e3a8a;
        font-size: 1.1rem;
    }

.warning-box[b-kvq2s1c3qg] {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-left: 4px solid #f59e0b;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #92400e;
}

    .warning-box .icon[b-kvq2s1c3qg] {
        color: #f59e0b;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .warning-box strong[b-kvq2s1c3qg] {
        color: #78350f;
    }

.highlight-box[b-kvq2s1c3qg] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffecdf 100%);
    border-left: 4px solid #e9500e;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #5d4037;
}

    .highlight-box .icon[b-kvq2s1c3qg] {
        color: #e9500e;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .highlight-box strong[b-kvq2s1c3qg] {
        color: #3e2723;
    }

@@media (max-width: 768px) {
    .content-card[b-kvq2s1c3qg] {
        padding: 20px;
    }

    .excel-icon[b-kvq2s1c3qg] {
        height: 60px;
        width: 60px;
        margin-right: 15px;
    }

    .content-card h3[b-kvq2s1c3qg] {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .step-image[b-kvq2s1c3qg] {
        max-width: 100%;
        height: auto;
    }

    .code-header[b-kvq2s1c3qg] {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.main-container[b-2d1i5y9m0h] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.title-text[b-2d1i5y9m0h] {
    font-size: 4em;
    color: white;
    font-weight: bolder;
}

.accent-character[b-2d1i5y9m0h] {
    color: rgb(var(--inductosense-orange));
}

.main-img-settings[b-2d1i5y9m0h] {
    max-width: 100%;
    max-height: 100%;
    width: 512px;
    right: 0px;
    position: fixed;
    bottom: 0px;
}

.icon-img[b-2d1i5y9m0h] {
    width: 25%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    opacity: 0.5;
    pointer-events: none;
}

.nav-button-container[b-2d1i5y9m0h] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
    margin-left: 20px;
    width: 30%;
}
/* /Pages/PostmanApiExample.razor.rz.scp.css */
.img-postman-icon[b-p8msnb7wq4] {
    height: 100px;
    width: 120px;
    margin-right: 15px;
}

.img-postman-web[b-p8msnb7wq4] {
    height: 304px;
    width: 800px;
}

.content-card[b-p8msnb7wq4] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    color: #212529;
}

    .content-card h3[b-p8msnb7wq4] {
        color: #e9500e;
        font-weight: 700;
        margin-bottom: 25px;
        font-size: 2rem;
        display: flex;
        align-items: center;
    }

    .content-card h4[b-p8msnb7wq4] {
        color: #e9500e;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 2px solid #f8f9fa;
    }

    .content-card p[b-p8msnb7wq4] {
        color: #495057;
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-word;
        margin-bottom: 20px;
    }

    .content-card a[b-p8msnb7wq4] {
        color: #e9500e;
        font-weight: 600;
        text-decoration: none;
    }

        .content-card a:hover[b-p8msnb7wq4] {
            color: #d64006;
            text-decoration: underline;
        }

.postman-icon[b-p8msnb7wq4] {
    height: 80px;
    width: 96px;
    margin-right: 20px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.step-list[b-p8msnb7wq4] {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

    .step-list li[b-p8msnb7wq4] {
        background: white;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 25px;
        margin-bottom: 20px;
        border-left: 4px solid #ff6c37;
        transition: transform 0.2s, box-shadow 0.2s;
    }

        .step-list li:hover[b-p8msnb7wq4] {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
        }

        .step-list li strong[b-p8msnb7wq4] {
            color: #212529;
            font-weight: 700;
            font-size: 1.1rem;
            display: block;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 1px solid #f8f9fa;
        }

        .step-list li p[b-p8msnb7wq4] {
            color: #495057;
            margin: 0;
            line-height: 1.6;
        }

.step-image[b-p8msnb7wq4] {
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
    max-width: 100%;
    height: auto;
}

.intro-box[b-p8msnb7wq4] {
    background: linear-gradient(135deg, #fff5f0 0%, #ffebcc 100%);
    border-left: 4px solid #ff6c37;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
    color: #cc2e00;
}

    .intro-box .icon[b-p8msnb7wq4] {
        color: #ff6c37;
        font-size: 1.8rem;
        margin-right: 15px;
    }

    .intro-box strong[b-p8msnb7wq4] {
        color: #a02500;
        font-size: 1.1rem;
    }

.highlight-box[b-p8msnb7wq4] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffecdf 100%);
    border-left: 4px solid #e9500e;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #5d4037;
}

    .highlight-box .icon[b-p8msnb7wq4] {
        color: #e9500e;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .highlight-box strong[b-p8msnb7wq4] {
        color: #3e2723;
    }

.feature-grid[b-p8msnb7wq4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.feature-card[b-p8msnb7wq4] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    border-left: 4px solid #ff6c37;
    text-align: center;
}

    .feature-card:hover[b-p8msnb7wq4] {
        transform: translateY(-3px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .feature-card .feature-icon[b-p8msnb7wq4] {
        color: #ff6c37;
        font-size: 2.5rem;
        margin-bottom: 15px;
        display: block;
    }

    .feature-card h6[b-p8msnb7wq4] {
        color: #212529;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 1.1rem;
    }

    .feature-card p[b-p8msnb7wq4] {
        color: #6c757d;
        margin: 0;
        font-size: 0.95rem;
        text-align: left;
    }

.download-button[b-p8msnb7wq4] {
    background: linear-gradient(135deg, #ff6c37 0%, #e55a2b 100%);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 108, 55, 0.3);
    margin: 15px 0;
}

    .download-button:hover[b-p8msnb7wq4] {
        background: linear-gradient(135deg, #e55a2b 0%, #cc4a22 100%);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(255, 108, 55, 0.4);
        color: white;
        text-decoration: none;
    }

    .download-button .icon[b-p8msnb7wq4] {
        margin-right: 8px;
        font-size: 1.1rem;
    }

.workflow-section[b-p8msnb7wq4] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 12px;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid #bae6fd;
}

    .workflow-section h5[b-p8msnb7wq4] {
        color: #0c4a6e;
        font-weight: 600;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .workflow-section .section-icon[b-p8msnb7wq4] {
        color: #0ea5e9;
        font-size: 1.3rem;
        margin-right: 10px;
    }

.tip-box[b-p8msnb7wq4] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-left: 4px solid #10b981;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    color: #047857;
}

    .tip-box .icon[b-p8msnb7wq4] {
        color: #10b981;
        font-size: 1.5rem;
        margin-right: 10px;
    }

    .tip-box strong[b-p8msnb7wq4] {
        color: #065f46;
    }

@@media (max-width: 768px) {
    .content-card[b-p8msnb7wq4] {
        padding: 20px;
    }

    .postman-icon[b-p8msnb7wq4] {
        height: 60px;
        width: 72px;
        margin-right: 15px;
    }

    .content-card h3[b-p8msnb7wq4] {
        font-size: 1.5rem;
        flex-direction: column;
        align-items: flex-start;
    }

    .step-image[b-p8msnb7wq4] {
        max-width: 100%;
        height: auto;
    }

    .feature-grid[b-p8msnb7wq4] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/RemoveTenant.razor.rz.scp.css */
.code-container pre[b-0zxtd1s6e1] {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    overflow-x: auto;
}

.code-container code[b-0zxtd1s6e1] {
    font-family: 'Courier New', Courier, monospace;
    color: black;
}

.img-excel-icon[b-0zxtd1s6e1] {
    height: 100px;
    width: 100px;
    margin-right: 15px;
}
/* /Pages/UserDocuments.razor.rz.scp.css */
.document-list[b-nis9kz69hz] {
    margin-top: 25px;
}

.card-header[b-nis9kz69hz] {
    background-color: rgb(var(--inductosense-sky-blue));
    color: black;
    font-weight: bold;
    height: 80px;
    padding-top: 25px;
}

.card-fixed-size[b-nis9kz69hz] {
    height: 260px;
}

.btn[b-nis9kz69hz] {
    width: 80px;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer-container[b-49z3tf64xj] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

    .footer-container p[b-49z3tf64xj] {
        font-size: 12px;
        margin-bottom: 0px;
    }

.address[b-49z3tf64xj], .contact[b-49z3tf64xj] {
    flex: 1;
    min-width: 180px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-b802win7tu] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-b802win7tu] {
    flex: 1;
}

.header[b-b802win7tu] {
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    gap: 10px;
    background-color: rgb(var(--inductosense-navy-blue));
    z-index: 3;
}

    .header img[b-b802win7tu] {
        object-fit: contain;
        width: 25%;
        min-width: 200px;
    }

    .header[b-b802win7tu]  a, .header .btn-link[b-b802win7tu] {
        white-space: nowrap;
    }

    .header[b-b802win7tu]  div:nth-child(2) {
        margin-left: auto;
    }

.push-right[b-b802win7tu] {
    margin-left: auto;
}

.login-container[b-b802win7tu] {
    flex: 0 1 auto;
    text-wrap: nowrap;
    max-height: 25px;
    text-overflow: ellipsis;
}

.divider[b-b802win7tu] {
    border-right: 1px solid rgb(var(--inductosense-orange));
    height: 25px;
    margin-right: 10px;
}

@media (max-width: 640.98px) {
    .header:not(.auth)[b-b802win7tu] {
        display: none;
    }

    .header.auth[b-b802win7tu] {
        justify-content: space-between;
    }

    .header a[b-b802win7tu], .header .btn-link[b-b802win7tu] {
        margin-left: 0;
    }
}


    .sidebar[b-b802win7tu] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .header[b-b802win7tu] {
        position: sticky;
        top: 0;
    }

    .header[b-b802win7tu], article[b-b802win7tu] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavbarButton.razor.rz.scp.css */
a.navbar-button[b-iwmji4ww5c] {
    background: transparent;
    border: none;
    padding: 20px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    a.navbar-button:hover[b-iwmji4ww5c] {
        color: white;
    }

.dropdown[b-iwmji4ww5c] {
    position: relative;
    display: inline-block;
    margin-left: 5px;
}

    .dropdown button[b-iwmji4ww5c] {
        color: white;
        background: transparent;
        border: none;
        padding: 10px;
        text-decoration: none;
        cursor: pointer;
    }

.dropdown-content[b-iwmji4ww5c] {
    display: none;
    position: absolute;
    backdrop-filter: blur(5px);
    background-color: rgba(var(--inductosense-navy-blue), 0.85);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content[b-iwmji4ww5c] {
    display: block;
}

.dropdown-content a[b-iwmji4ww5c] {
    padding: 12px 16px;
    color: white;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover[b-iwmji4ww5c] {
        background-color: rgba(86, 95, 116, 1);
    }
/* /Shared/PageNavigationButton.razor.rz.scp.css */
.page-nav-button[b-mlq9dz9eq9] {
    width: 100%;
    height: 3.5rem;
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to bottom, rgb(var(--inductosense-orange)), rgb(175, 60, 5));
    text-transform: uppercase;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid black;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
    z-index: 2;
}

    .page-nav-button:hover[b-mlq9dz9eq9] {
        background: linear-gradient(to bottom, rgb(var(--inductosense-orange)), rgb(240, 90, 20));
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }
