@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/WebJur.Portal.Frontend.UI/Components/Layout/Header.razor.rz.scp.css */
#header[b-dhe3wgmo9m] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

    #header #title > h1[b-dhe3wgmo9m] {
        font-weight: 700;
        letter-spacing: -0.36px;
        margin: 0;
        white-space: nowrap;
    }

    #header #subtitle > h2[b-dhe3wgmo9m] {
        letter-spacing: 0.1px;
        margin: 0;
        white-space: nowrap;
    }
/* _content/WebJur.Portal.Frontend.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.shadow-bottom[b-5hwujnt5aa] {
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.12);
}

.border-top[b-5hwujnt5aa] {
    border-top: solid 1px var(--color: var(--neutral-4));
}
/* _content/WebJur.Portal.Frontend.UI/Components/Layout/UserInfo.razor.rz.scp.css */
#userInfo[b-fsgj1jx1l8] {
    height: 100%;
    padding: 8px;
    white-space: nowrap;
}

#welcome[b-fsgj1jx1l8] {
    text-align: right;
}

#userName > label[b-fsgj1jx1l8] {
    font-weight: 600;
    line-height: normal;
}

.user-initials[b-fsgj1jx1l8] {
    display: flex;
    align-items: center;
    padding: 7px 5px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    font-weight: 500;
}
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/Home/NoticeCard.razor.rz.scp.css */
.notice-card-container[b-om1i9ztj9w] {
    display: flex;
    padding: 16px;
    max-width: 210px;
    min-width: 210px;
    max-height: 130px;
    min-height: 130px;
    border-radius: 8px;
}
    .notice-card-container h5[b-om1i9ztj9w] {
        width: 100%;
        max-height: 14.5px;
        min-height: 14.5px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .notice-card-container p[b-om1i9ztj9w] {
        width: 186px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
    }
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/Home/PublicationCard.razor.rz.scp.css */
.publication-card-container[b-u00hhspfcg] {
    display: flex;
    padding: 16px 24px;
    max-width: 210px;
    min-width: 210px;
    max-height: 145px;
    min-height: 145px;
    border-radius: 8px;
    cursor: pointer;
}

.publication-card-title[b-u00hhspfcg],
.publication-card-process[b-u00hhspfcg] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.publication-card-title[b-u00hhspfcg] {
    max-width: 145px;
}

.publication-card-container .flex-row-center[b-u00hhspfcg] {
    cursor: pointer;
}

.tag[b-u00hhspfcg] {
    padding: 4px;
    border-radius: 31px;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.publication-card-date[b-u00hhspfcg] {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/PublicationDetail/Item.razor.rz.scp.css */
#publication-detail-item[b-mr7t3f7hjh] {
    display: flex;
    gap: 16px;
    justify-content: center;
}

    #publication-detail-item > #item-number > label[b-mr7t3f7hjh] {
        color: var(--neutral-4);
        font-size: 16px;
        line-height: normal;
    }

    #publication-detail-item > #item-info[b-mr7t3f7hjh] {
        display: flex;
        padding: 16px;
        flex-direction: column;
        gap: 32px;
        border-radius: 4px;
        border: 1px solid var(--neutral-3);
        background: var(--light);
        max-width: 852px;
        width: 100%;
        min-width: 400px;
    }

        #publication-detail-item > #item-info > #info[b-mr7t3f7hjh] {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 24px;
        }

            #publication-detail-item > #item-info > #info > .info-col[b-mr7t3f7hjh] {
                display: flex;
                flex-direction: column;
                gap: 4px;
                max-width: 50%;
            }

                #publication-detail-item > #item-info > #info > .info-col .info-title[b-mr7t3f7hjh] {
                    color: var(--pb-1);
                }

                #publication-detail-item > #item-info > #info > .info-col .info-content[b-mr7t3f7hjh] {
                    color: var(--neutral-5);
                    font-weight: 500;
                }

        #publication-detail-item > #item-info > #extra[b-mr7t3f7hjh] {
            display: flex;
            max-height: 186px;
            flex-direction: column;
            gap: 4px;
            overflow: auto;
        }

#publication-detail-item-comment-buttons[b-mr7t3f7hjh] {
    display: flex;
    gap: 16px;
    justify-content: center;
}
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/PublicationDetail/List.razor.rz.scp.css */
#publication-detail-list[b-vn8sgo1w0a] {
    background: var(--light);
    padding: 24px;
    border-radius: 4px;
}

    #publication-detail-list > #list-info[b-vn8sgo1w0a] {
        margin-bottom: 14px;
    }

        #publication-detail-list > #list-info > span[b-vn8sgo1w0a] {
            color: var(--sb);
        }

    #publication-detail-list > #list-item[b-vn8sgo1w0a] {
        display: grid;
        gap: 24px;
    }

.batch-action[b-vn8sgo1w0a] {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 32px;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
}
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/PublicationDetail/PrintComponent.razor.rz.scp.css */
@page {
  size: A1;
  margin: 10mm 0 20mm 0;
}

@media print {
  .print-header[b-i2xds4yjnf] {
    width: 100vw;
    margin-bottom: 16px;
  }
}

.print-body[b-i2xds4yjnf] {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: visible !important;
}

.print-header[b-i2xds4yjnf] {
  padding: 8px 24px 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.print-header-info[b-i2xds4yjnf] {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 400;
}

.print-container[b-i2xds4yjnf] {
  margin: 8.5px 41.5px;
  padding-bottom: 8px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

.info-num[b-i2xds4yjnf] {
  color: var(--neutral-4);
  font-size: 16px;
  font-weight: 400;
}

.print-process-info[b-i2xds4yjnf],
.print-content[b-i2xds4yjnf],
.print-info-content p[b-i2xds4yjnf] {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.print-info-content span[b-i2xds4yjnf] {
  font-weight: 500;
}

.print-content[b-i2xds4yjnf],
.print-process-info[b-i2xds4yjnf] {
  font-size: 10px;
}

.print-content[b-i2xds4yjnf] {
  text-align: justify;
}
/* _content/WebJur.Portal.Frontend.UI/Components/Pages/Schedule/Grid.razor.rz.scp.css */
.schedule-edited-row[b-jlym9cdkkh],
.schedule-edited-row-month[b-jlym9cdkkh] {
    padding-left: 7px;
    border-radius: 4px;
    background-color: var(--disabled);
    border: solid 0.5px rgba(34, 34, 34, 0.125);
    overflow: hidden;
    height: 20.5px;
}

.schedule-edited-row-month[b-jlym9cdkkh] {
    height: auto;
}

.schedule-edited-row-month[b-jlym9cdkkh]::before,
.schedule-edited-row[b-jlym9cdkkh]::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 0.4em;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: inherit;
    background-color: #d2d2d2;
}

.schedule-form-header-container[b-jlym9cdkkh] {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.schedule-form-header-buttons[b-jlym9cdkkh] {
    display: flex;
    justify-content: end;
    gap: 12px;
}

.schedule-form-priority[b-jlym9cdkkh] {
    padding-left: 30px
}

.schedule-form-sendEmail[b-jlym9cdkkh] {
    display: flex;
    justify-content: end;
}
