@import '_content/QPAC.Common.RazorComponents/QPAC.Common.RazorComponents.bundle.scp.css';

/* _content/Quips.Blazor/Components/Accounts/Account.razor.rz.scp.css */
.account-list .account-item[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 1em;
    background-color: #F3F2F3;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

.account-item .account-header[b-7d6bj3qp5p] {
    display: flex;
    width: 100%;
    max-height: 4em;
    background-color: #707070;
    padding: 1em 0.5em 0.5em 1em;
    border-radius: 5px;
    color: #F3F2F3;
}

.account-header .account-header-buttons[b-7d6bj3qp5p] {
    margin-left: auto;
}

.account-list .account-item .account-header h3[b-7d6bj3qp5p] {
    font-size: 1em;
    font-weight: bold;
    padding-top: 3px;
}

.account-item .account-item-entry[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    min-height: 400px;
    padding: 1rem;
}

.account-item-entry .account-item-entry-detail[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #333;
    width: 20%;
    margin-right: 1rem;
}

.account-item-entry-detail .account-office-detail[b-7d6bj3qp5p] {
    margin-top: auto;
}

.account-item-entry .account-user-list[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    margin-left: auto;
    width: 100%;
}

.account-user-list button.add-account-user[b-7d6bj3qp5p] {
    display: flex;
    margin-left: auto;
    background-color: white;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 6px;
    border: none;
    justify-content: center;
    width: 11%;
}


.account-item .corporate-account-item[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    border: 1px;
    background-color: #FEFEFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.account-item .header[b-7d6bj3qp5p] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #04A0DA; /* Example background color, adjust as needed */
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 5px;
    color: #F3F2F3;
}

.account-item .header .icon-chevron[b-7d6bj3qp5p] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-item .header .office-details[b-7d6bj3qp5p] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 15px; /* Space between the chevron and the office details */
}

.account-item .header .office-name[b-7d6bj3qp5p], .header .office-count[b-7d6bj3qp5p] {
    margin-right: 10px; /* Space between the office name and count */
}

.account-item .header .office-name[b-7d6bj3qp5p], h3[b-7d6bj3qp5p] {
    font-size: 1.2rem;
}

.account-item .header .buttons[b-7d6bj3qp5p] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.account-item .header .button[b-7d6bj3qp5p] {
    padding: 5px 10px;
    margin-left: 5px; /* Space between buttons */
    background-color: #ddd; /* Example button color, adjust as needed */
    border: none;
    cursor: pointer;
}

.account-item .header .button:hover[b-7d6bj3qp5p] {
    background-color: #ccc; /* Example hover color, adjust as needed */
}

.account-item .account-list[b-7d6bj3qp5p] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 1em 0 1em;
}

.office-details > span > h3[b-7d6bj3qp5p] {
    font-size: 0.8em;
}

.office-details > span > .office-name[b-7d6bj3qp5p] {
    font-size: 1.2rem;
}

.office-details > span > .office-name > .office-count[b-7d6bj3qp5p] {
    font-size: 1.2rem;
}
/* _content/Quips.Blazor/Components/Accounts/AccountUser.razor.rz.scp.css */
.account-user-list .account-user-item[b-qjagd3toe9] {
    display: flex;
    flex-direction: row;
    padding: 0.4em;
    color: #fff;
    background-color: #DBDBDB;
    border-radius: 3px;
    font-size: 1.1em;
    font-weight: bold;
}

.account-user-item .account-user-detail[b-qjagd3toe9] {
    display: flex;
    flex-direction: column;
    color: #000 !important;
    background-color: #DBDBDB;
}

.account-user-item .account-user-item-buttons[b-qjagd3toe9] {
    margin-left: auto;
}

.account-user-detail .account-user-email[b-qjagd3toe9] {
    font-size: medium;
}

.transfer-checkbox[b-qjagd3toe9] {
    margin-right: 0.5em;
}
/* _content/Quips.Blazor/Components/Accounts/CorporateAccountItem.razor.rz.scp.css */
/* .corporate-account-list .corporate-account-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    border: 1px;
    background-color: #FEFEFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.corporate-account-item .header {
    display: flex;
    width: 100%;
    background-color: #00253d;
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 5px;
    color: #F3F2F3;
}

.corporate-account-item .header .header-buttons {
    margin-left: auto;
}

.corporate-account-item .header .update-corporate-account-button {
    color: white;
    background-color: #F15B25;
}

.corporate-account-item .header h3 {
    font-size: 1em;
    padding-top: 3px;
    font-weight: bold;
}
*/
.corporate-account-list .corporate-account-item[b-9g65jt366b] {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    border: 1px;
    background-color: #FEFEFF;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.corporate-account-item .header[b-9g65jt366b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #949598; /* Example background color, adjust as needed */
    padding: 0.5em 0.5em 0.5em 1em;
    border-radius: 5px;
    color: #F3F2F3;
}

.corporate-account-item .header .icon-chevron[b-9g65jt366b] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.corporate-account-item .header .office-details[b-9g65jt366b] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 15px; /* Space between the chevron and the office details */
}

.corporate-account-item .header .office-name[b-9g65jt366b], .header .office-count[b-9g65jt366b] {
    margin-right: 10px; /* Space between the office name and count */
}

.corporate-account-item .header .office-name[b-9g65jt366b], h4[b-9g65jt366b] {
    font-size: 1.25rem;
}

.corporate-account-item .header .buttons[b-9g65jt366b] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.corporate-account-item .header .button[b-9g65jt366b] {
    padding: 5px 10px;
    margin-left: 10px; /* Space between buttons */
    background-color: #ddd; /* Example button color, adjust as needed */
    cursor: pointer;
}

.corporate-account-item .header .button:hover[b-9g65jt366b] {
    background-color: #ccc; /* Example hover color, adjust as needed */
}

.corporate-account-item .account-list[b-9g65jt366b] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 1em 0 1em;
}

.expanded[b-9g65jt366b] {
    transition: transform 0.3s ease-out;
    height: auto;
    transform: scaleY(1);
    transform-origin: top;
}

.collapsed[b-9g65jt366b] {
    transform: scale(0);
}

.office-details > span > h3[b-9g65jt366b] {
    font-size: 0.8em;
}

.office-details > span > .office-count[b-9g65jt366b] {
    font-size: 0.8em;
}

.corporate-account-item > .header > .office-details > .office-name[b-9g65jt366b], h3[b-9g65jt366b] {
    font-size: 1.25rem;
    font-face: "MetropolisBold";
    font-weight: bold;
}
/* _content/Quips.Blazor/Components/Addresses/AddressBookItem.razor.rz.scp.css */
/* _content/Quips.Blazor/Components/Addresses/AddressBookItemEdit.razor.rz.scp.css */
/* _content/Quips.Blazor/Components/SpecialRequests/SpecialRequestsPage.razor.rz.scp.css */
.page[b-bm0xeuoynm] {
    padding: 1em;
}

.page .page-header[b-bm0xeuoynm] {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.page .page-title[b-bm0xeuoynm] {
    flex-grow: 2;
}
        
.page .page-title h3[b-bm0xeuoynm] {
    font-size: 1.3em;
}

.list-link[b-bm0xeuoynm] {
    color: #1a8ab3 !important;
    text-decoration: underline !important;
}
/* _content/Quips.Blazor/Pages/Accounts/AccountUserSettings.razor.rz.scp.css */
/* _content/Quips.Blazor/Pages/Accounts/CorporateAccounts.razor.rz.scp.css */
/* _content/Quips.Blazor/Pages/Accounts/MyAccount.razor.rz.scp.css */
/* _content/Quips.Blazor/Pages/AddressBook/AddressBook.razor.rz.scp.css */
/* _content/Quips.Blazor/Pages/CustomerApplication.razor.rz.scp.css */
:root[b-xnk2vmrroh] {
    --primary-color: #0066cc;
    --secondary-color: #f5f5f5;
    --border-color: #ddd;
    --text-color: #333;
}

*[b-xnk2vmrroh] {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

[b-xnk2vmrroh] .k-form .k-form-legend {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.8rem;
}

[b-xnk2vmrroh] .k-form, .k-form-inline[b-xnk2vmrroh] {
    font-size: 1.1rem;
}

[b-xnk2vmrroh] .k-input-inner {
    font-size: 1.1rem;
}

.remit-address[b-xnk2vmrroh] {
    text-align: right;
    font-size: 1.1rem;
}
[b-xnk2vmrroh] .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--border-color);
}

.logo[b-xnk2vmrroh] {
    max-width: 200px;
}

.form-check[b-xnk2vmrroh] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    padding: 1rem;
}

.form-check:hover[b-xnk2vmrroh] {
    background-color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.1);
}

.form-check-label[b-xnk2vmrroh] {
    color: #495057;
    font-size: 0.95rem;
    line-height: 1.5;
}

.form-check-label a[b-xnk2vmrroh] {
    text-decoration: none;
    font-weight: 500;
}

.form-check-label a:hover[b-xnk2vmrroh] {
    text-decoration: underline;
}

.k-checkbox[b-xnk2vmrroh] {
    margin-top: 0.25rem;
}

.k-form-error[b-xnk2vmrroh] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Add this to your CSS */
.alert[b-xnk2vmrroh] {
    animation: fadeIn-b-xnk2vmrroh 0.3s ease-in-out;
}

@keyframes fadeIn-b-xnk2vmrroh {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.payment-method-selection[b-xnk2vmrroh] {
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 0.25rem;
}

.payment-radio-group[b-xnk2vmrroh] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.payment-info-text[b-xnk2vmrroh] {
    color: #666;
    font-size: 0.9rem;
    padding: 0.5rem;
    background-color: #fff;
    border-radius: 0.25rem;
    border-left: 3px solid var(--primary-color);
    animation: fadeIn-b-xnk2vmrroh 0.3s ease-in-out;
}

/* _content/Quips.Blazor/Pages/Index.razor.rz.scp.css */
/* Write here your styles for the Index page */
/* _content/Quips.Blazor/Pages/Projects/ProjectList.razor.rz.scp.css */
.page[b-9fg0ov2lq5] {
    padding: 1em;
}

.page .page-header[b-9fg0ov2lq5] {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.page .page-title[b-9fg0ov2lq5] {
    flex-grow: 2;
}
        
.page .page-title h3[b-9fg0ov2lq5] {
    font-size: 1.3em;
}

.list-link[b-9fg0ov2lq5] {
    color: #1a8ab3 !important;
    text-decoration: underline !important;
}

.custom-vertical-market-hidden[b-9fg0ov2lq5] {
    height: 0px;
}

.custom-vertical-market-visible[b-9fg0ov2lq5] {
    height: 120px;
}
/* _content/Quips.Blazor/Pages/ReleaseNotes/ReleaseNotes.razor.rz.scp.css */
.resources-page[b-6gkpibcs6t] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.side-navbar[b-6gkpibcs6t] {
    display: flex;
    min-width: 19%;
    flex-direction: column;
    margin: 8px 1em 0 0;
}

.side-navbar button.side-navbar-tab[b-6gkpibcs6t] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 8px;
    padding: 0.6em;
    color: #fff;
    background-color: #2bb4e6;
    border: hidden;
    border-radius: 3px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    font-size: 1.1em;
    font-weight: bold;
}

.main-pane[b-6gkpibcs6t] {
    display: flex;
    flex-direction: column;
    width: 85%;
    height:100%;
    clear: both;
    margin-top: 1rem;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: white;
}

.main-pane .sub-pane[b-6gkpibcs6t] {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    margin-left: 2rem;
}

.sub-pane .header[b-6gkpibcs6t] {
    display: flex;
    flex-direction: column;
    width: 95%;
}

.sub-pane-title[b-6gkpibcs6t] {
    font-weight: bold;
}

.sub-pane-title[b-6gkpibcs6t]:after {
    content: " ";
    display: block;
    margin-top: 5px;
    border-bottom: 1px solid #707070;
    width: 100%;
}

.header .title[b-6gkpibcs6t] {
    align-self: flex-start;
    margin-top: 0.5rem;
    color: #707070;
    width: 100%;
}

a[b-6gkpibcs6t] {
    text-decoration: none;
    color: #4590AD
}

.version-table[b-6gkpibcs6t] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.empty-header[b-6gkpibcs6t], .column-header[b-6gkpibcs6t], .row-header[b-6gkpibcs6t], .row-item[b-6gkpibcs6t] {
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #ddd;
}

.empty-header[b-6gkpibcs6t] {
    width: 10%;
    border: none;
}

.column-header[b-6gkpibcs6t] {
    width: 45%;
    font-weight: bold;
    background-color: #2bb4e6;
    text-align: center;
    color: white;
    border: 5px solid white;
}

.row-header[b-6gkpibcs6t] {
    width: 10%;
    background-color: #2bb4e6;
    text-align: center;
    font-weight: bold;
    color: white;
    border: 5px solid white;
}

.row-item[b-6gkpibcs6t] {
    width: 45%;
    background-color: #C6EAFB;
    text-align: center;
    border: 5px solid white;
}

.note[b-6gkpibcs6t] {
    margin: 10px;
}

.custom-tabstrip .k-item[b-6gkpibcs6t] {
    width: 150px; /* Adjust as needed */
    text-align: center;
}

.custom-tabstrip .k-item.k-state-selected[b-6gkpibcs6t] {
    font-weight: bold;
}

.tab-title-content[b-6gkpibcs6t] {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2px;
    width: 200px;
    padding: 5px;
    color: #fff;
    background-color: #2bb4e6;
    border: hidden;
    border-radius: 3px;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    font-size: 1.1em;
    font-weight: bold;
}

.notification-radio-group[b-6gkpibcs6t] {
    display:  flex;
    margin:  1em 0 0 1em;
}

.notification-radio-group span[b-6gkpibcs6t] {
    margin: 0.2em 0.5em 0 0;
}
/* _content/Quips.Blazor/Pages/Resources/DocumentationPane.razor.rz.scp.css */
.documentation-pane[b-tvuhl9alvb] {
    display: flex;
    margin-bottom: 2rem;
    flex-wrap: wrap; /* Allows items to wrap onto the next line if necessary */
    justify-content: space-between;
}

.left-column[b-tvuhl9alvb],
.right-column[b-tvuhl9alvb] {
    display: flex;
    flex-direction: column;
    margin: 1rem;
    flex: 1 1 300px; /* Allows the columns to grow/shrink and sets a minimum size */
}

.left-column .buttons[b-tvuhl9alvb] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1rem;
    width: 100%;
}

.download-button[b-tvuhl9alvb] {
    color: white;
    background-color: #2bb4e6;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
    font-size: 1em;
    font-weight: bold;
    padding: 0.6em 1em;
    margin-bottom: 1em;
    width: 100%; /* Makes the button full width of the container */
}

.download-button:hover[b-tvuhl9alvb] {
    background-color: #2491bd;
}

a[b-tvuhl9alvb] {
    color: #4590AD;
    text-decoration: none;
    margin-bottom: 0.5rem;
    width: 100%; /* Ensures links take full width */
}

a:hover[b-tvuhl9alvb] {
    text-decoration: underline;
}

strong[b-tvuhl9alvb] {
    color: #707070;
    margin-bottom: 1rem;
}
/* _content/Quips.Blazor/Pages/Resources/Resources.razor.rz.scp.css */
/* _content/Quips.Blazor/Pages/SpecialRequests/SpecialRequestsPage.razor.rz.scp.css */
.page[b-8ov4e1g2wy] {
    padding: 1em;
}

.page .page-header[b-8ov4e1g2wy] {
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    padding-left: 3px;
}

.page .page-title[b-8ov4e1g2wy] {
    flex-grow: 2;
}
        
.page .page-title h3[b-8ov4e1g2wy] {
    font-size: 1.3em;
}

.list-link[b-8ov4e1g2wy] {
    color: #1a8ab3 !important;
    text-decoration: underline !important;
}

.initial-data-loader .k-loader-container-overlay.k-overlay-light[b-8ov4e1g2wy] {
    background-color: white;
}

.k-loader-container[b-8ov4e1g2wy] {
    z-index: 100;
}
