@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,600;1,300;1,400;1,600&display=swap');
@import url("comments-e276b71aa68bdd619021a88790555a8c.css");
@import url("calendar-3e681cb52189fa0270651ad94fb56b1a.css");

:root {
    --bs-border-radius: 0;
    --bs-border-radius-sm: 0;
    --bs-border-radius-lg: 0;
    --bs-border-radius-xl: 0;
    --bs-border-radius-xxl: 0;
    --bs-border-radius-2xl: 0;
    --bs-border-radius-pill: 0;

    --bs-body-font-family: 'IBM Plex Sans', sans-serif;
    --bs-body-font-size: 12px;
    --bs-body-font-weight: 300;

    --bs-nav-link-font-size: 1.25rem;

    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 674px;
    --bs-breakpoint-md: 1056px;
    --bs-breakpoint-lg: 1056px;
    --bs-breakpoint-xl: 1312px;
    --bs-breakpoint-xxl: 1584px;

    --bs-box-shadow: none;
    --bs-box-shadow-sm: none;
    --bs-box-shadow-lg: none;
    --bs-box-shadow-inset: none;

    --bs-tertiary-bg: transparent;

    --cds-white: #fff;
    --cds-red: rgb(218, 30, 40);
    --cds-red-rgb: 218, 30, 40;
    --cds-orange: rgb(255, 131, 43);
    --cds-orange-rgb: 255, 131, 43;
    --cds-orange-less: rgb(253, 220, 105);
    --cds-orange-less-rgb: 253, 220, 105;
    --cds-green: rgb(36, 161, 72);
    --cds-green-rgb: 36, 161, 72;
    --cds-primary: rgb(15, 98, 254);
    --cds-primary-rgb: 15, 98, 254;

    --bs-body-bg: var(--cds-background);
    --bs-body-color: var(--cds-text-primary);
    --bs-heading-color: var(--cds-text-primary);
    --bs-table-color: var(--cds-text-primary);
}



.bg-success {
    --bs-success-rgb: var(--cds-green-rgb);
}


.btn {
    --bs-btn-font-size: 0.875rem;
    --bs-btn-line-height: 2.5rem;

    text-align: left;
    padding: 0 4rem 0 1rem;
    /*--bs-btn-padding-x: 1rem 4rem;*/
    /*--bs-btn-padding-y: 0 0;*/

}
.btn.btn-sm {
    --bs-btn-line-height: 2rem;
}
.btn.btn-lg {
    --bs-btn-line-height: 3rem;
}

/** Internal reports */
.btn-report-show-btn:hover,
.btn-no-hover:hover,
.btn-report-expand:hover,
.btn-report-collapse-btn:hover,
.btn-report-edit-btn:hover
{
    background-color: transparent;
}
.btn-permissions {
    background: url("/ico/shield-lock.svg") no-repeat;
    background-position: center center;
    min-width: 34px;
    min-height: 34px;
    text-indent: -9999px;
    padding: 4px;
    background-size: cover;
    cursor: pointer;
}
.btn-report-expand {
    background: url("/ico/chevron-expand.svg") no-repeat;
    background-position: center center;
    min-width: 30px;
    min-height: 30px;
    max-height: 30px;
    max-width: 30px;
    align-self: center;

    text-indent: -9999px;
    padding: 0;
    border: 0;
    background-size: cover;
    cursor: pointer;
}
.btn-calendar {
    background: url("/ico/calendar-plus.svg") no-repeat;
    background-position: center center;
    min-width: 34px;
    min-height: 34px;
    text-indent: -9999px;
    padding: 4px;
    background-size: cover;
    cursor: pointer;
}
.btn-exclamation {
    background: url("/ico/exclamation-circle.svg") no-repeat;
    background-position: center center;
    min-width: 34px;
    min-height: 34px;
    text-indent: -9999px;
    padding: 4px;
    background-size: cover;
    cursor: pointer;
}
.cursor-pointer {
    cursor: pointer;
}
.btn-report-show-btn {
    background: url("/ico/view.png") no-repeat;
    background-position: center center;
    min-width: 24px;
    min-height: 16px;
    text-indent: -9999px;
    padding: 4px 10px;
    border: 0;
}
.btn-report-edit-btn {
    background: url("/ico/edit.png") no-repeat;
    background-position: center center;
    min-width: 24px;
    min-height: 16px;
    text-indent: -9999px;
    padding: 4px 10px;
    border: 0;
}
.btn-report-show-btn:after {
    content: "X"
}
/** /Internal reports */



.btn-report-expand {
    --bs-btn-border-color: var(--cds-primary);
    --bs-btn-bg: var(--cds-primary);
    --bs-btn-color: var(--cds-text-on-color);

    --bs-btn-hover-color: var(--cds-text-on-color);
    --bs-btn-hover-bg: var(--cds-link-primary-hover);
    --bs-btn-hover-border-color: var(--cds-link-primary-hover);
}

.btn-primary {
    --bs-btn-border-color: var(--cds-primary);
    --bs-btn-bg: var(--cds-primary);
    --bs-btn-color: var(--cds-text-on-color);

    --bs-btn-hover-bg: var(--cds-link-primary-hover);
    --bs-btn-hover-border-color: var(--cds-link-primary-hover);
}
.btn-success {
    --bs-btn-color: var(--cds-white);
    --bs-btn-bg: var(--cds-green);
    --bs-btn-border-color: var(--cds-green);
}

.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cds-primary);
    --bs-btn-border-color: var(--cds-primary);
}
.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cds-orange);
    --bs-btn-border-color: var(--cds-orange);
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--cds-red);
    --bs-btn-border-color: var(--cds-red);
}
.btn-close {
    --bs-btn-close-focus-shadow: 0 0 0 0.125rem var(--cds-focus);;
    border-radius: 0;
}

.btn-group-lg {
    .btn {
        --bs-btn-line-height: 2rem;
        --bs-btn-font-size: 0.875rem;
        padding-bottom: 1rem;
    }
}
.btn-group-lg.btn-group {
    gap: 0;
}
.btn-group {
    gap: 0.875rem;
}




.list-group {
    --bs-list-group-item-padding-y: 0rem;
    line-height: calc(2rem - 1px);

    .list-group-item {
        &.active {
            border-color: var(--bs-list-group-active-color);
        }
        & > svg {
            display: inline-block;
            /*border: 1px solid red;*/
            margin-right: 0.5rem;
            /*margin: 0;*/
            /*padding: 0;*/
            /*max-height: calc(2rem - 3px);*/
            /*max-width: calc(2rem - 3px);*/
        }
        &:has(button) {
            display: flex;
            padding-right: 0 !important;
            justify-content: space-between;
            /*--bs-list-group-item-padding-x: 0;*/
        }
        & > button {
            margin: 0;
            padding: 0;
            justify-self: flex-end;
            display: inline-block;
            width: calc(2rem - 1px);
            height: calc(2rem - 1px);
        }
    }

}


.tooltip {
    /*--bs-tooltip-color: var(--cds-text-secondary);*/
    --bs-tooltip-color: white;
}
.progress {
    flex-direction: column;
    overflow: visible;
    --bs-progress-height: auto;
    /*--bs-progress-bg: transparent;*/
    /*background-color: var(--cds-border-subtle-01);*/
    --bs-progress-bar-bg: var(--cds-border-subtle-00);

    .progress-label {
        font-size: 0.875rem;
        padding-bottom: 0.5rem;
        line-height: 0.75rem;
        background-color: var(--cds-background);
    }
    .progress-bar {
        height: 0.25rem;
        overflow: hidden;
        text-indent: -1000px;
    }
    .progress-helper {
        padding-top: 0.5rem;
        font-size: 0.75rem;
        line-height: 0.75rem;
        background-color: var(--cds-background);
    }
}
.entity-widget {
    margin-bottom: 1.5rem;

    label {
        padding-left: 0;
    }
}

.nav-item.me-1 {
    margin-right: 0 !important;
}


.nav-underline {
    --bs-nav-underline-gap: 0;
    /*--bs-nav-underline-link-active-color: var(--cds-border-strong-01);*/
    /*--bs-nav-underline-border-c: var(--cds-border-strong-01);*/

    .nav-item {
        /*border: 1px solid red;*/
        padding-left: 1rem;
        padding-right: 1rem;
        margin-right: 1px;
        border-bottom: 2px solid var(--cds-border-subtle-00);

        &:has(.active) {
            border-bottom-color: var(--cds-primary);
        }
        &:hover {
            border-bottom-color:var(--cds-border-strong-01);
        }
    }
    .nav-link {
        border-bottom: none;
        border-bottom-color: transparent;
        --bs-nav-link-font-size: 0.825rem;

        &.disabled {
            color: var(--cds-text-disabled);
        }
    }
}


.nav-tabs {
    --bs-nav-tabs-border-width: 0;

    .nav-item {
        background-color: var(--cds-layer-accent-01);
        /*border-right: 1px solid var(--cds-border-strong-01);*/

        &:has(.active), &:last-of-type {
            border-right: none !important;
        }
    }
    .nav-item + li.flex-fill {
        margin-left: -1px;
        border-left: 1px solid white;
    }
    .nav-link {
        --bs-nav-link-font-size: 0.825rem;
        line-height: 2rem;
        color: var(--cds-text-secondary);

        &.disabled {
            color: var(--cds-text-disabled);
        }

        &.active {
            font-weight: bold;
            background-color: var(--cds-layer-01) !important;
            box-shadow: inset 0 2px 0 0 var(--cds-border-interactive,#0f62fe);
        }
    }


}

.table > :not(caption) > * > * {
    --bs-table-color-state: var(--cds-text-primary);
}

.table {
    --bs-table-bg: transparent;
}
.table thead th {
    background-color: #f2f2f2;
}
.table-report tbody td {
    vertical-align: middle;
}
.table-report td div.btn-group .btn {
    border-top: none !important;
    border-bottom: none !important;
}
.table-report td:has(div.btn-group) {
    padding: 0 !important;
}





/* całkiem nieźle - zgodnie dla 4,
    @todo ikonka w ciemnych musi się zmieniać.
 */
.accordion-item {
    --bs-accordion-body-padding-x: 1rem;
    --bs-accordion-btn-focus-border-color: red;

    border-left-width: 0;
    border-right-width: 0;
}
.accordion-header {
    font-size: 0.875rem;

    &:hover {
        /*background-color: var(--cds-s);*/
    }
}
.accordion-button {
    --bs-accordion-active-color: var(--cds-text-primary);
    --bs-accordion-active-bg: var(--cds-layer-hover-01);
    --bs-accordion-btn-icon-width: 3rem;
    --bs-accordion-btn-padding-y: 0;
    --bs-accordion-btn-padding-x: 1rem;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.125rem var(--cds-focus);

    /*--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2305ff00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/

    font-size: 0.875rem;
    line-height: 2.5rem;
    /*margin: 0;*/
    /*padding: 0;*/

    &::after {
        --bs-accordion-btn-icon-width: 1rem;
        --bs-accordion-icon-active-color: red;
    }
}
.alert {
    --bs-alert-color: var(--cds-text-primary);

    font-size: 0.875rem;
    border-left-width: 0.1875rem;

    & > * {
        font-size: 0.875rem;
    }
    & > h4 {
        font-weight: bold;
    }
    /* in case when there's only one child, margin should be from alert, not element */
    & > *:only-child {
        margin-bottom: 0;
    }
}
.alert-dismissible .btn-close {
    /*padding: 0.25rem;*/
    width: 1rem;
    height: 1rem;
}
.alert-success {
    --bs-alert-bg: var(--ibm-color__green-10);
    --bs-alert-border-color: var(--cds-support-success);
}
.alert-danger {
    --bs-alert-bg: var(--ibm-color__red-10);
    --bs-danger-border-subtle: var(--cds-support-error);
    --bs-alert-border-color: var(--cds-support-error);
}
.alert-warning {
    --bs-alert-bg: var(--ibm-color__yellow-10);
    --bs-alert-border-color: var(--cds-support-warning);
}
.alert-info {
    --bs-alert-bg: var(--ibm-color__blue-10);
    --bs-alert-border-color: var(--cds-support-info);
}
.alert-light {

}
.alert-dark {

}





:root[data-bs-theme="cds-g100"],
:root[data-bs-theme="cds-g90"]
{
    .alert {
        /*font-size: 1000px;*/
        --bs-alert-color: var(--cds-text-inverse) !important;
    }
}



.navbar {
    --bs-navbar-brand-font-size: 0.875rem;
    --bs-navbar-brand-padding-y: 0;
    --bs-navbar-padding-y: 0;

    background-color: var(--cds-background);
    /*background-color: #ddd;*/
    min-height: 3rem;
    border-bottom: 1px solid var(--cds-border-subtle-00);


    .navbar-brand {
        --bs-navbar-brand-font-size: 0.875rem;
        --bs-navbar-brand-margin-end: 2rem;
        padding-right: var(--bs-navbar-brand-margin-end);

        font-weight: 600;
        color: var(--cds-text-primary);
        border-right: 1px solid var(--cds-background-hover);
        /*line-height: 3rem;*/
    }
    .nav-item {
        .dropdown-menu {
            margin-top: -1px;
            --bs-dropdown-padding-y: 0;
            --bs-border-color-translucent: transparent;
            background-color: var(--cds-background-hover);
            font-size: 0.875rem;

            .dropdown-item {
                --bs-dropdown-link-hover-bg: var(--cds-background-hover);
            }
        }
    }
    .nav-link {
        --bs-nav-link-font-size: 0.875rem;
        line-height: 2rem;

        &:hover {
            background-color: var(--cds-background-hover);
        }
    }
    .navbar-nav {
        --bs-navbar-brand-font-size: 0.875rem;
        /*--bs-navbar-active-color: #d2f;*/
        /*--bs-navbar-link-color: #d2f;*/
        /*--bs-nav-link-color: red;*/
    }
}

.pagination {
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-bg: var(--cds-layer-01);
    --bs-pagination-disabled-color: var(--cds-text-disabled);
    --bs-pagination-color:var(--cds-text-primary);

    background-color: var(--cds-layer-01);
    border-top: 1px solid var(--cds-border-subtle-00);

    & .page-item .page-link {
        border-top: none;
        border-bottom: none;
    }
    & .page-item:first-child .page-link {
        border-left: none;
    }
    & .page-item:last-child .page-link {
        border-right: none;
    }
}
.pagination:empty {
    display: none;
}

.popover {
    --bs-popover-bg: var(--cds-layer-01);
    --bs-popover-header-bg: var(--cds-layer-01);
    --bs-popover-max-width: 22rem;
    --bs-popover-box-shadow: 2px 2px 3px #ddd;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-header-font-size: 0.875rem;

    .popover-header {
        --bs-popover-border-width: 0;
        --bs-popover-header-padding-y: 1rem;
        padding-bottom: 0;
    }
    .popover-body {
        padding-top: 0.125rem;
    }
}


.modal {
    --bs-modal-bg: var(--cds-layer-01);

    .modal-header {
        --bs-modal-header-border-width: 0;
        .modal-title {
            color: var(--cds-text-secondary);
            font-size: 1.25rem;
        }

        .btn-close {

        }
    }

    .modal-body {
        max-height: 60vh;
        overflow: scroll;
        font-size: 0.875rem;
    }

    .modal-footer {
        padding: 0;
        gap: 1px;
        justify-content: space-between;

        & > * {
            flex-grow: 1;
        }

        button, .btn {
            line-height: 1rem;
            margin: 0;
            padding: 0 0 1rem 1rem;
            min-height: 4rem;
            vertical-align: top;
        }
    }
}




textarea.form-control {
    min-height: 6rem;
}
.form-control {
    --bs-border-width: 0;
    border-bottom: 1px solid ;
    color: var(--cds-text-primary);
    border-block-end: 1px solid var(--cds-border-strong-01);
    font-size: 0.875rem;
    background-color: var(--cds-field-01);
    /*transition: background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9);*/
    /*border: 0;*/
    margin-bottom: 2rem;

    &:focus {
        outline: 2px solid var(--cds-focus,#0f62fe);
        /*border-block-end: 0px solid transparent;*/
        box-shadow: none;
    }
    &.is-invalid:focus {
        box-shadow: none;
        border: none;
    }
    &::placeholder {
        color: var(--cds-text-placeholder);
    }

    label {
        color: var(--cds-text-secondary);
    }
}
.input-group {
    margin-bottom: 2rem;
    .form-control {
        margin-bottom: 0;
    }
}
.input-group-text {
    border: 0;
    /*color: var(--cds-field-02);*/
    background-color: var(--cds-field-01);
    border-block-end: 1px solid var(--cds-border-strong-01);
    color: var(--cds-border-strong-01);
}
.form-select {
    color: var(--cds-text-primary,#161616);
    background-color: var(--cds-field-01);
    border-block-end: 1px solid var(--cds-border-strong-01);
    border-left: 0;
    border-right: 0;
    border-block-start: 0;
    /* tak jak w .form-input */
    margin-bottom: 2rem;
    /*border: 0;*/

    &:focus {
        /*outline: 2px solid var(--cds-focus,#0f62fe);*/
        /*border-block-end: 0px solid transparent;*/
        /*box-shadow: none;*/
    }
}

.empty-dash-line {
    display: inline-block;
    height: 1px;
    background-color: #c5c5c5;
    min-width: 3rem;
}










strong {
    font-weight: 900;
}
/* specyficzne dla frameworka */
.page-header {
    margin-top: 2rem;
    margin-bottom: 2rem;
    /*margin-left: 1rem;*/
    padding-left: 0;
}
.page-sub-header {
    /*margin-left: 1rem;*/
    padding-left: 0;
}
.page-header+.page-sub-header {
    margin-top: -2rem;
}
.page-header+.page-sub-header:empty {
    margin-top: 0;
}

.entity-form-submit {
    /*margin-left: 1rem;*/
    /*margin-right: 1rem;*/
    > .btn.btn-success {
        margin-top: 0 !important;
        line-height: 2.5rem;
        padding-bottom: 1rem;
    }
}
























.spacing-01 { padding: 0.125rem; }
.spacing-02 { padding: 0.25rem;  }
.spacing-03 { padding: 0.5rem;   }
.spacing-04 { padding: 0.75rem;  }
.spacing-05 { padding: 1rem;     }
.spacing-06 { padding: 1.5rem;   }
.spacing-07 { padding: 2rem;     }
.spacing-08 { padding: 2.5rem;   }
.spacing-09 { padding: 3rem;     }
.spacing-10 { padding: 4rem;     }
.spacing-11 { padding: 5rem;     }
.spacing-12 { padding: 6rem;     }
.spacing-13 { padding: 10rem;    }

.tab-pane {
    /*padding: 0.75rem;*/
}
.tab-entity-show {
}

.tab-entity-show > .tab-pane {
    background-color: var(--cds-layer-01);
    padding: 0.75rem;
}
.show-field {
    /*background-color: var(--cds-layer-01);*/
    /*border-color: var(--cds-border-tile-01);*/
    min-height: 4rem;
    /*margin: 1rem;*/
    padding: 1rem;
    margin-bottom: 1rem;

    .label {
        margin-bottom: 0.5rem;
        font-weight: bold;
        color: var(--cds-text-primary);
    }
    .value {
        font-size: 1.25rem;
    }
}

.btn-report-show-btn, .btn-report-edit-btn, .btn-report-sort-btn {
    --bs-btn-border-color: var(--cds-primary);
    --bs-btn-bg: var(--cds-primary);
    --bs-btn-color: var(--cds-text-on-color);

    --bs-btn-hover-bg: var(--cds-link-primary-hover);
    --bs-btn-hover-border-color: var(--cds-link-primary-hover);
}
.btn-edit-back {
    margin-top: 6rem;
}
.search-block {
    margin-bottom: 2rem;
    .input-group {
        margin-bottom: 0;
    }
    .input-group-text {
        color: var(--cds-border-strong-01);

        &:hover {
            color: #fff;
        }
    }
}
.btn-report-delete {
    margin-left: -1rem !important;
}
#raport_save {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: 1px solid var(--bs-border-color-translucent);
    border-top: none;

    legend {
        padding-left: 1rem;
        margin-bottom: 1rem;
    }
    .form-check {
        margin-right: 1rem;
    }
    div.checkbox-wrap {
        margin-left: 1rem;
        margin-bottom: 1rem;
    }
}
.search-widget {
    .form-check {
        display: flex;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }
    label {
        padding-right: 4rem;
    }
}

#body-container > .alert {
    margin-top: 2rem;
}


.edit-entity {
    margin-top: 2.5rem;

    .tab-pane {
        padding-top: 2rem;
        /*padding-left: 1rem;*/
        padding-bottom: 2rem;
        /*background-color: var(--cds-layer-01);*/
    }
}

.btn-add-entity-link {
    margin-top: 2rem;
}

/* generator */
.board .btn {
    padding: 0 0.75rem;
    height: 24px;
    line-height: 24px;
}


ul.sindu_dragger.sindu_row{
    position: relative !important;
    top: 0 !important;
    left: 0 !important;

    li {
        margin: 0 !important;
    }
    li.gu-transit {
    }
}

.sindu_dragger table {
    background-color: transparent !important;
}
.sindu_dragging .sindu_origin_table {
    display: none !important;
}
li.gu-mirror {
}

.choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    font-size: 16px
}

.choices:focus {
    outline: 0
}

.choices:last-child {
    margin-bottom: 0
}

.choices.is-open {
    overflow: visible
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
    background-color: #eaeaea;
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none
}

.choices.is-disabled .choices__item {
    cursor: not-allowed
}

.choices [hidden] {
    display: none !important
}

.choices[data-type*=select-one] {
    cursor: pointer
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 7.5px
}

.choices[data-type*=select-one] .choices__input {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin: 0
}

.choices[data-type*=select-one] .choices__button {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    padding: 0;
    background-size: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    margin-right: 25px;
    height: 20px;
    width: 20px;
    border-radius: 10em;
    opacity: .25
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
    opacity: 1
}

.choices[data-type*=select-one] .choices__button:focus {
    box-shadow: 0 0 0 2px #00bcd4
}

.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
    display: none
}

.choices[data-type*=select-one]::after {
    content: "";
    height: 0;
    width: 0;
    border-style: solid;
    border-color: #333 transparent transparent;
    border-width: 5px;
    position: absolute;
    right: 11.5px;
    top: 50%;
    margin-top: -2.5px;
    pointer-events: none
}

.choices[data-type*=select-one].is-open::after {
    border-color: transparent transparent #333;
    margin-top: -7.5px
}

.choices[data-type*=select-one][dir=rtl]::after {
    left: 11.5px;
    right: auto
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
    right: auto;
    left: 0;
    margin-left: 25px;
    margin-right: 0
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
    cursor: text
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
    position: relative;
    display: inline-block;
    margin: 0 -4px 0 8px;
    padding-left: 16px;
    border-left: 1px solid #008fa1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 8px;
    width: 8px;
    line-height: 1;
    opacity: .75;
    border-radius: 0
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
    opacity: 1
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #f9f9f9;
    padding: 7.5px 7.5px 3.75px;
    border: 1px solid #ddd;
    border-radius: 2.5px;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden
}

.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #b7b7b7
}

.is-open .choices__inner {
    border-radius: 2.5px 2.5px 0 0
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 2.5px 2.5px
}

.choices__list {
    margin: 0;
    padding-left: 0;
    list-style: none
}

.choices__list--single {
    display: inline-block;
    padding: 4px 16px 4px 4px;
    width: 100%
}

[dir=rtl] .choices__list--single {
    padding-right: 4px;
    padding-left: 16px
}

.choices__list--single .choices__item {
    width: 100%
}

.choices__list--multiple {
    display: inline
}

.choices__list--multiple .choices__item {
    display: inline-block;
    vertical-align: middle;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    margin-right: 3.75px;
    margin-bottom: 3.75px;
    background-color: #00bcd4;
    border: 1px solid #00a5bb;
    color: #fff;
    word-break: break-all;
    box-sizing: border-box
}

.choices__list--multiple .choices__item[data-deletable] {
    padding-right: 5px
}

[dir=rtl] .choices__list--multiple .choices__item {
    margin-right: 0;
    margin-left: 3.75px
}

.choices__list--multiple .choices__item.is-highlighted {
    background-color: #00a5bb;
    border: 1px solid #008fa1
}

.is-disabled .choices__list--multiple .choices__item {
    background-color: #aaa;
    border: 1px solid #919191
}

.choices__list--dropdown, .choices__list[aria-expanded] {
    visibility: hidden;
    z-index: 1;
    position: absolute;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    top: 100%;
    margin-top: -1px;
    border-bottom-left-radius: 2.5px;
    border-bottom-right-radius: 2.5px;
    overflow: hidden;
    word-break: break-all;
    will-change: visibility
}

.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
    visibility: visible
}

.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #b7b7b7
}

.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -1px;
    border-radius: .25rem .25rem 0 0
}

.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    position: relative;
    padding: 10px;
    font-size: 14px
}

[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
    text-align: right
}

@media (min-width: 640px) {
    .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
        padding-right: 100px
    }

    .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
        content: attr(data-select-text);
        font-size: 12px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%)
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
        text-align: right;
        padding-left: 100px;
        padding-right: 10px
    }

    [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
        right: auto;
        left: 10px
    }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: #f2f2f2
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: .5
}

.choices__item {
    cursor: default
}

.choices__item--selectable {
    cursor: pointer
}

.choices__item--disabled {
    cursor: not-allowed;
    -webkit-user-select: none;
    user-select: none;
    opacity: .5
}

.choices__heading {
    font-weight: 600;
    font-size: 12px;
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    color: gray
}

.choices__button {
    text-indent: -9999px;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.choices__button:focus, .choices__input:focus {
    outline: 0
}

.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f9;
    font-size: 14px;
    margin-bottom: 5px;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px
}

.choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
    display: none
}

.choices__input::-ms-clear, .choices__input::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

[dir=rtl] .choices__input {
    padding-right: 2px;
    padding-left: 0
}

.choices__placeholder {
    opacity: .5
}


.w-1 {
    width: 1% !important;
}
.app-title {
    border-bottom: 1px solid var(--cds-border-subtle-00);
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}
.messages {
    .message {
        border: 1px solid var(--cds-border-subtle-00);
        /*padding: 0.5rem;*/
    }

}
.calendar-month {
    thead th {
        width: 14.28%;
        text-align: right;
    }
}
.month-day {
    text-align: right;
    .day {
        font-size: 1.5rem;
        letter-spacing: -2px;
    }
}
.month-day-disabled {
    color: #ddd;
}
.month-day-success {
    color: var(--cds-green);
}
.month-day-info {
    color: rgb(var(--bs-info-rgb));
}
.report-toggle {
    background-color: #f2f2f2;
}
