/* /Controls/Branches/SearchAndDisplayBranchesComponent.razor.rz.scp.css */
.search-result[b-x4tgsxieaw] {
    overflow-y: auto;
    max-height: 300px;
    border: 1px solid silver;
    padding-top: 5px;
}

div ul[b-x4tgsxieaw] {
    list-style-type: none;
}

    div ul li[b-x4tgsxieaw] {
        cursor: pointer;
    }
/* /Controls/Customers/CustomerListComponent.razor.rz.scp.css */
.options[b-vm3slr2bfc] {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.disabled[b-vm3slr2bfc] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.option[b-vm3slr2bfc] {
    display: block;
    padding: 0.25rem;
    cursor: pointer;
}

.card.text-primary[b-vm3slr2bfc] {
    color: #300c4d;
    border-color: #dddddd;
}

.card-header[b-vm3slr2bfc] {
    background-color: #f5f5f5;
    color: darkslateblue;
}

.title[b-vm3slr2bfc] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.fa.fa-chevron-down.float-right[b-vm3slr2bfc] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.label-control[b-vm3slr2bfc] {
    color: #0c0956;
}

.form-check-input-custom[b-vm3slr2bfc] {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.75em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
}
/* /Pages/Customer.razor.rz.scp.css */
.options[b-zcvtqb59v1] {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.disabled[b-zcvtqb59v1] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.option[b-zcvtqb59v1] {
    display: block;
    padding: 0.25rem;
}

.card.text-primary[b-zcvtqb59v1] {
    color: #300c4d;
    border-color: #dddddd;
}

.card-header[b-zcvtqb59v1] {
    background-color: #f5f5f5;
    color: darkslateblue;
}

.title[b-zcvtqb59v1] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.fa.fa-chevron-down.float-right[b-zcvtqb59v1] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.label-control[b-zcvtqb59v1] {
    color: #0c0956;
}

.form-check-input-custom[b-zcvtqb59v1] {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.75em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
}


span.option-text[b-zcvtqb59v1] {
    color: #212529 !important;
}
/* /Pages/Email.razor.rz.scp.css */
/*You can use the following CSS to make the grid's height automatically equal to the amount of data inside:*/
smart-grid[b-8vazisa2pv] {
    height: auto;
}


/*
    If you wish to dynamically change the height to fixed 
    if the rows are 10 or more, you can use the expression below. 
    You should replace Clients with the name of your DataSource:
    <Grid @ref="grid" style="@($"height: {
        (emailSearchingInfoResponseResult.Data.Length < 10 ? "auto" : "350px")
    }
    ;")" DataSource="emailSearchingInfoResponseResult.Data" >
*/
/* /Pages/Meeting/AddMeeting.razor.rz.scp.css */
.options[b-59imc07687] {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.disabled[b-59imc07687] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.option[b-59imc07687] {
    display: block;
    padding: 0.25rem;
    cursor: pointer;
}

.card.text-primary[b-59imc07687] {
    color: #300c4d;
    border-color: #dddddd;
}

.card-header[b-59imc07687] {
    background-color: #f5f5f5;
    color: darkslateblue;
}

.title[b-59imc07687] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.fa.fa-chevron-down.float-right[b-59imc07687] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.label-control[b-59imc07687] {
    color: #0c0956;
}

.form-check-input-custom[b-59imc07687] {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.75em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
}
/* /Pages/Meeting/EditMeeting.razor.rz.scp.css */
.options[b-fllkgty0d4] {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.disabled[b-fllkgty0d4] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.option[b-fllkgty0d4] {
    display: block;
    padding: 0.25rem;
    cursor: pointer;
}

.card.text-primary[b-fllkgty0d4] {
    color: #300c4d;
    border-color: #dddddd;
}

.card-header[b-fllkgty0d4] {
    background-color: #f5f5f5;
    color: darkslateblue;
}

.title[b-fllkgty0d4] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.fa.fa-chevron-down.float-right[b-fllkgty0d4] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.label-control[b-fllkgty0d4] {
    color: #0c0956;
}

.form-check-input-custom[b-fllkgty0d4] {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.75em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
}
/* /Pages/Meeting/ViewHistoryMeetings.razor.rz.scp.css */
body[b-9farpri381],
html[b-9farpri381],
app[b-9farpri381] {
    height: 100%;
}

app[b-9farpri381] {
    overflow: auto;
}

.content[b-9farpri381] {
    height: calc(100% - 70px);
}
/* This is the CSS used in the demo */
smart-grid[b-9farpri381] {
    width: 70%;
    height: auto;
}

smart-grid-cell[data-field="Url"] .url[b-9farpri381] {
    padding-left: 7px;
}

.button[b-9farpri381] {
    background-color: #54B4D3; /* Green */
    border: none;
    color: white;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}


.options[b-9farpri381] {
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    padding: 0;
    z-index: 10;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    box-shadow: 0 30px 25px 8px rgba(0, 0, 0, 0.1);
}

.disabled[b-9farpri381] {
    background-color: lightgrey;
    cursor: not-allowed;
}

.option[b-9farpri381] {
    display: block;
    padding: 0.25rem;
    cursor: pointer;
}

.card.text-primary[b-9farpri381] {
    color: #300c4d;
    border-color: #dddddd;
}

.card-header[b-9farpri381] {
    background-color: #f5f5f5;
    color: darkslateblue;
}

.title[b-9farpri381] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.fa.fa-chevron-down.float-right[b-9farpri381] {
    color: #0c0956;
    font-weight: bold;
    font-size: large;
}

.label-control[b-9farpri381] {
    color: #0c0956;
}

.form-check-input-custom[b-9farpri381] {
    width: 1em !important;
    height: 1em !important;
    margin-top: 0.75em !important;
    vertical-align: top !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-print-color-adjust: exact !important;
}
/* /Pages/Meeting/ViewScheduledMeetings.razor.rz.scp.css */
body[b-00u2l713di],
html[b-00u2l713di],
app[b-00u2l713di] {
    height: 100%;
}

app[b-00u2l713di] {
    overflow: auto;
}

.content[b-00u2l713di] {
    height: calc(100% - 70px);
}
/* This is the CSS used in the demo */
smart-grid[b-00u2l713di] {
    width: 70%;
    height: auto;
}

smart-grid-cell[data-field="Url"] .url[b-00u2l713di] {
    padding-left: 7px;
}

.button[b-00u2l713di] {
    background-color: #54B4D3;
    border: none;
    color: white;
    padding: 0px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}



/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-l74ah7ihpe] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l74ah7ihpe] {
    flex: 1;
}

.sidebar[b-l74ah7ihpe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-l74ah7ihpe] {
    background-color: rgb(5, 39, 103);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l74ah7ihpe]  a, .top-row[b-l74ah7ihpe]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #4fffff;
    }

    .top-row[b-l74ah7ihpe]  a:hover, .top-row[b-l74ah7ihpe]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l74ah7ihpe]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/*@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}
*/
@media (min-width: 641px) {
    .page[b-l74ah7ihpe] {
        flex-direction: row;
    }

    .sidebar[b-l74ah7ihpe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l74ah7ihpe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l74ah7ihpe]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l74ah7ihpe], article[b-l74ah7ihpe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nwpdpc23j3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-nwpdpc23j3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nwpdpc23j3] {
    font-size: 1.1rem;
}

.oi[b-nwpdpc23j3] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-nwpdpc23j3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nwpdpc23j3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nwpdpc23j3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nwpdpc23j3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-nwpdpc23j3]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-nwpdpc23j3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nwpdpc23j3] {
        display: none;
    }

    .collapse[b-nwpdpc23j3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    /* Added Explicitly */
    .nav-scrollable[b-nwpdpc23j3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/UserButton.razor.rz.scp.css */
.show-menu[b-l0kra10x31] {
    display: block;
}

.user-button[b-l0kra10x31] {
    margin-left: .5em;
}

.top-row a[b-l0kra10x31] {
    margin-left: 0;
}

.dropdown-item:hover[b-l0kra10x31] {
    background-color: white;
    color: darkblue;
}
