@import '_content/UILibrary/UILibrary.0pwm7kcamz.bundle.scp.css';

/* _content/Getway/Components/MainLayout.razor.rz.scp.css */
.page[b-wmk4w122yj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wmk4w122yj] {
    flex: 1;
}

.sidebar[b-wmk4w122yj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wmk4w122yj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wmk4w122yj]  a, .top-row[b-wmk4w122yj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wmk4w122yj]  a:hover, .top-row[b-wmk4w122yj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wmk4w122yj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wmk4w122yj] {
        justify-content: space-between;
    }

    .top-row[b-wmk4w122yj]  a, .top-row[b-wmk4w122yj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wmk4w122yj] {
        flex-direction: row;
    }

    .sidebar[b-wmk4w122yj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wmk4w122yj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wmk4w122yj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wmk4w122yj], article[b-wmk4w122yj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Getway/Components/Pages/AccountPages/AccountLayout.razor.rz.scp.css */
.login-page-wrapper[b-edowc3pp7p] {
    display: flex;
    flex-direction: row;
    height: 100%;
    max-height: 1080px;
    width: 100%;
}

.login-logo[b-edowc3pp7p] {
    width: 100%;
    text-align: center;
    max-width: 60%;
}

.login-text-logo[b-edowc3pp7p] {
    margin-bottom: 50px;
    height: 96px;
}

.login-form-container[b-edowc3pp7p] {
    width: 320px;
    margin-left: 72px;
    margin-top: 96px;
}

[b-edowc3pp7p] .login-header {
    margin-bottom: 32px;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin: 0 0 16px;
}

[b-edowc3pp7p] .login-sub-header {
}

[b-edowc3pp7p] .login-logo {
    margin-bottom: 72px;
}

[b-edowc3pp7p] .login-field-label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -.006em;
}

[b-edowc3pp7p] .login-field {
    height: 92px;
}

[b-edowc3pp7p] .login-actions {
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    place-content: center space-between;
    align-items: center;
}

[b-edowc3pp7p] .login-text-danger {
    font-size: 12px;
    color: red;
}



/* _content/Getway/Components/Pages/BasicLayout.razor.rz.scp.css */
.page-wrapper[b-d5iayjuj7y] {
    height: calc(100% - 56px);
}


#blazor-error-ui[b-d5iayjuj7y] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-d5iayjuj7y] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Getway/Components/Pages/Trash/UITest.razor.rz.scp.css */
.wrapper[b-7ivr425qo4] {
    padding: 40px;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.fields[b-7ivr425qo4], .buttons-container[b-7ivr425qo4] {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.field[b-7ivr425qo4], .buttons[b-7ivr425qo4] {
    gap: 20px;
    display: flex;
    flex-direction: column;
}
/* _content/Getway/Components/Pages/TravelsPages/TravelExpenseDialogs/ShortAddTransferExpenseDlg.razor.rz.scp.css */
.dialog-tab[b-gb1d4mu2l7] {
    flex: auto;
    border: 0;
    background-color: transparent;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    text-align: center;
    color: #252c32;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.dialog-tab-first[b-gb1d4mu2l7] {
    border-top: 1px solid #dde2e4;
    border-left: 1px solid #dde2e4;
    border-bottom: 1px solid #dde2e4;
    border-right: 1px solid transparent;
    border-radius: 6px 0 0 6px;
}

.dialog-tab-second[b-gb1d4mu2l7] {
    border: 1px solid #dde2e4;
}

.dialog-tab-third[b-gb1d4mu2l7] {
    border-top: 1px solid #dde2e4;
    border-right: 1px solid #dde2e4;
    border-bottom: 1px solid #dde2e4;
    border-left: 1px solid transparent;
    border-radius: 0 6px 6px 0;
}


.dialog-tab-active[b-gb1d4mu2l7] {
    background-color: #4094f7;
    color: #fff;
    border-color: #9bcffd;
}

.dialog-tab:hover[b-gb1d4mu2l7] {
    border-color: #9bcffd;
}

.dialog-tabs[b-gb1d4mu2l7] {
    min-height: 36px;
    display: flex;
    align-items: center;
}
/* _content/Getway/Components/Pages/TravelsPages/TravelExpenses/TravelTransferExpense.razor.rz.scp.css */
.dialog-tab[b-r5tifrwjfh] {
    flex: auto;
    border: 0;
    background-color: #FFFFFF;
    padding: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #252c32;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.dialog-tab-first[b-r5tifrwjfh] {
    border-top: 1px solid #dde2e4;
    border-left: 1px solid #dde2e4;
    border-bottom: 1px solid #dde2e4;
    border-right: 1px solid transparent;
    border-radius: 6px 0 0 6px;
}

.dialog-tab-second[b-r5tifrwjfh] {
    border: 1px solid #dde2e4;
}

.dialog-tab-third[b-r5tifrwjfh] {
    border-top: 1px solid #dde2e4;
    border-right: 1px solid #dde2e4;
    border-bottom: 1px solid #dde2e4;
    border-left: 1px solid transparent;
    border-radius: 0 6px 6px 0;
}

.dialog-tab-active[b-r5tifrwjfh] {
    background-color: #4094f7;
    color: #fff;
    border-color: #9bcffd;
}

.dialog-tab:hover[b-r5tifrwjfh] {
    border-color: #9bcffd;
}

.dialog-tabs[b-r5tifrwjfh] {
    min-height: 36px;
    display: flex;
    align-items: center;
}
/* _content/Getway/Components/Pages/TravelsPages/TravelReportsPage.razor.rz.scp.css */
.travel-report[b-94m8lutdzv] {
    display: flex;
    gap: 16px;
    padding: 14px 16px;
}

.travel-report-column[b-94m8lutdzv] {
    border: 1px solid #e5e9eb;
    border-radius: 6px;
    height: calc(100vh - 190px);
    overflow-y: auto;
}

.travel-report-column-narrow[b-94m8lutdzv] {
    min-width: 480px;
    flex-basis: 480px;
    flex-grow: 0;
}

.travel-report-column-wide[b-94m8lutdzv] {
    flex: auto;
    padding: 16px 32px;
}

.travel-report-list[b-94m8lutdzv] {
    padding: 0;
    padding-right: 4px;
    list-style-type: none;
}

.ct-list-item[b-94m8lutdzv] {
    padding: 20px 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    color: #252c32;
}

.sel-list-item[b-94m8lutdzv] {
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    border-bottom: 1px solid #e5e9eb;
    border-right: 1px solid transparent;
}

.sel-list-item:hover[b-94m8lutdzv] {
    background-color: #f6f8f9;
    border-color: #e5e9eb;
}

.sel-list-item.active[b-94m8lutdzv] {
    background-color: #f6f8f9;
    border-color: #e5e9eb;
}

.travel-report-content[b-94m8lutdzv] {
    gap: 25px;
    display: flex;
    flex-direction: column;
}

.travel-report-head[b-94m8lutdzv] {
    gap: 12px;
    display: flex;
    align-items: center;
}

.travel-report-head-title[b-94m8lutdzv] {
    flex-basis: 76%;
    margin-right: auto;
    border-bottom: 1px solid #e5e9eb;
    padding-bottom: 13px;
    font-weight: 600;
    font-size: 12px;
    line-height: 133%;
    color: #252c32;
}

.travel-report-content-text[b-94m8lutdzv] {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #84919a;
}

.travel-report-fields[b-94m8lutdzv] {
    column-gap: 24px;
    display: flex;
    flex-wrap: wrap;
}

.travel-report-field:first-child[b-94m8lutdzv] {
    width: calc(100% - 156px - 24px);
}

.travel-report-field:nth-child(3)[b-94m8lutdzv],
.travel-report-field:nth-child(4)[b-94m8lutdzv] {
    flex: auto;
    width: calc(50% - 156px - 24px);
}

.travel-report-field-date[b-94m8lutdzv] {
    width: 156px;
}

.travel-report-field-wide[b-94m8lutdzv] {
    width: 100%;
}

[b-94m8lutdzv] .travel-report-content-btn {
    align-self: start;
    padding: 7px 12px;
}

.travel-report-table-title[b-94m8lutdzv] {
    padding: 8px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.01em;
    color: #6e7c87;
}

.travel-report-table-title:not(:last-child)[b-94m8lutdzv],
.travel-report-table-content:not(:last-child)[b-94m8lutdzv] {
    border-right: 1px solid #e5e9eb;
}

.travel-report-table-content[b-94m8lutdzv] {
    padding: 6px;
    text-align: center;
    border-top: 1px solid #e5e9eb;
}

.travel-report-table-content-file[b-94m8lutdzv] {
    display: flex;
    justify-content: center;
}

.travel-report-table-content-date[b-94m8lutdzv] {
    text-align: right;
}

.render-form-print[b-94m8lutdzv] {
    display: none;
}

@media print {
    .render-form-print[b-94m8lutdzv] {
        display: block;
    }
}
/* _content/Getway/Components/Pages/TravelsPages/TravelsPage.razor.rz.scp.css */
.travel-item[b-4gu0cdufcf] {
    gap: 31px;
}
/* _content/Getway/Components/Shared/Files/FileUniversalCmp.razor.rz.scp.css */
.file-wrapper[b-39ww5wsh5h] {
    position: relative;
    min-width: 160px;
    max-width: 160px;
    min-height: 32px;
    height: 32px;
    overflow: hidden;
    gap: 6px;
    display: flex;
    align-items: center;
    border: 1px solid #E5E9EB;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

.file-wrapper:hover[b-39ww5wsh5h]  {
    background-color: #fff;
    border-color: #9BCFFD;
}

.file-wrapper:hover .file-controls[b-39ww5wsh5h] {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    right: 2px;
    display: flex;
    animation: enablePointerEvents-b-39ww5wsh5h 0.6s forwards;
}

.file-wrapper:hover .file-icon[b-39ww5wsh5h] {
    border-color: #9BCFFD;
    background-color:  #9BCFFD;
}

.file-wrapper.selected[b-39ww5wsh5h] {
    border-color: #84919a;
}

.file-wrapper.selected .file-icon[b-39ww5wsh5h] {
    background-color: #84919a;
}

.file-wrapper.disabled[b-39ww5wsh5h] {
    pointer-events: none;
    border-color: #E5E9EB;
}

.file-wrapper.disabled .file-icon[b-39ww5wsh5h] {
    background-color: #E5E9EB;
}

.file-wrapper.disabled .file-name[b-39ww5wsh5h] {
    color: #E5E9EB;
}

.file-icon[b-39ww5wsh5h] {
    min-width: 14px;
    width: 14px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E5E9EB;
    transition: background-color 0.3s;
}

.file-icon .icon-list[b-39ww5wsh5h] {
    width: 10px;
    height: 24px;
}

.file-content-placeholder[b-39ww5wsh5h] {
    min-width: 160px;
    max-width: 160px;
    background-color: #fff;
}

.emptySectionHiddenFile[b-39ww5wsh5h] {
    min-width: 160px;
    max-width: 160px;
    background: none;
    border: none;
}

.file-name[b-39ww5wsh5h] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #252C32;
    pointer-events: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.file-btn[b-39ww5wsh5h] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-btn .file-btn-icon[b-39ww5wsh5h] {
    background-color: #84919A;
}

.file-controls[b-39ww5wsh5h] {
    z-index: 1;
    position: absolute;
    right: -100px;
    background-color: #fff;
    padding: 0 6px;
    gap: 4px;
    display: flex;
    align-items: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    height: 24px;
    transition: opacity 0.3s, right 0.3s ease 0.2s;
}

.file-btn-wrapper[b-39ww5wsh5h] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-39ww5wsh5h] .file-btn-wrapper:hover .context-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    display: block;
}

@keyframes enablePointerEvents-b-39ww5wsh5h {
    0% {
        pointer-events: none;
    }
    100% {
        pointer-events: auto;
    }
}

.btn-clear[b-39ww5wsh5h] {
    border: 0;
    background-color: transparent;
    padding: 0;
}
/* _content/Getway/Components/Shared/Files/FileViewCmp.razor.rz.scp.css */
.file-view-cmp[b-4y4vcivswf] {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
}

.file-view-cmp-progress[b-4y4vcivswf] {
    position: relative;
    z-index: 1;
    height: 2px;
    background-color: rgba(5, 114, 206, 0.2);
    width: 100%;
    overflow: hidden;
    opacity: 0;
}

.file-view-cmp-progress-value[b-4y4vcivswf] {
    height: 100%;
    background-color: rgb(5, 114, 206);
}

.file-view-cmp-panel[b-4y4vcivswf] {
    z-index: 2;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 2px;
    width: 100%;
    height: 28px;
    gap: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.file-view-cmp-panel-text[b-4y4vcivswf] {
    border-radius: 6px;
    padding: 2px 8px;
    color: #252c32;
    font-size: 14px;
    font-weight: 600;
    line-height: 143%;
    letter-spacing: -0.01em;
}

.file-view-cmp-btn[b-4y4vcivswf] {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file-view-cmp-img[b-4y4vcivswf] {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 28px);
    background-color: #fff;
    border: 1px solid #E5E9EB;
    border-radius: 8px;
}

.file-view-cmp-img > img[b-4y4vcivswf] {
    object-fit: cover;
}

.file-view-cmp-empty[b-4y4vcivswf] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}

.file-view-cmp-empty img[b-4y4vcivswf] {
    width: 246px;
    height: 165px;
}

.file-view-cmp-empty-text[b-4y4vcivswf] {
    font-weight: 600;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.01em;
    color: #d5dadd;
}

.btn-clear[b-4y4vcivswf] {
    border: 0;
    background-color: transparent;
    padding: 0;
}
/* _content/Getway/Components/Shared/Files/FileViewDlg.razor.rz.scp.css */
.dialog-file-view[b-6l4tgjr3c9] {
    width: calc(100vw - 165px);
    height: calc(100vh - 220px);
    position: relative;
}

[b-6l4tgjr3c9] .file-view-cmp {
    --file-view-cmp-img-container__height: calc(100% - 56px);
}
/* _content/Getway/Components/Shared/Loader.razor.rz.scp.css */
.loader-overlay[b-8shqtiijpc] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.loader-wrapper[b-8shqtiijpc] {
    width: 496px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0 0 4px rgba(0, 0, 0, 0.04);
}
/* _content/Getway/Components/Shared/Utils/PrintCmp.razor.rz.scp.css */
.render-form-print[b-y2wzpj9z6e] {
    display: none;
}

@media print {
    .render-form-print[b-y2wzpj9z6e] {
        display: block;
    }
}
