@import '_content/AlphaAppTools.Spa.Base/AlphaAppTools.Spa.Base.wxwzergci8.bundle.scp.css';

/* /App.razor.rz.scp.css */
.messageAlert[b-9xfg6vfkox]  button:first-child {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.messageAlert[b-9xfg6vfkox]  button:last-child {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
/* /Components/Data/Base/Components/AreaMapComponent.razor.rz.scp.css */
.map-container[b-yxe22mp4fa] {
    position: relative;
}


.map-responsive[b-yxe22mp4fa] {
    height: 100%;
    min-height: 200px;
    margin-bottom: 1rem;
}

/* new css for popup*/

.map-popup.map-popup--wide[b-yxe22mp4fa] {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 12px;
    width: 470px;
    overflow: hidden;
    /*background: rgba(20, 20, 20, 0.92);*/
    background: #eeeeee;
    /*color: #fff;*/
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    z-index: 10;
    min-height: 0;

    display: flex;
    flex-direction: column;
}

.map-popup__header[b-yxe22mp4fa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 12px 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.map-popup__title[b-yxe22mp4fa] {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-popup__body[b-yxe22mp4fa] {
    padding: 10px 12px;
    overflow: auto;
    flex: 1;
    max-height: none;
    min-height: 0;
}

.map-popup__group[b-yxe22mp4fa] {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.map-popup__group-title[b-yxe22mp4fa] {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.9;
    /*margin-bottom: 6px;*/

    padding-top: 6px;
}

.map-popup__group-values[b-yxe22mp4fa] {
    display: grid;
    gap: 6px;
}

.map-popup__row[b-yxe22mp4fa] {
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
}

.map-popup__value[b-yxe22mp4fa] {
    font-size: 12px;
    line-height: 1.3;
    word-break: break-word;
}

.map-popup__empty[b-yxe22mp4fa] {
    font-size: 12px;
    opacity: 0.8;
}

.map-popup__footer[b-yxe22mp4fa] {
    display: flex;
    gap: 8px;
    padding: 10px 12px 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

/* Close button already exists, but make it nicer */
.map-popup-close[b-yxe22mp4fa] {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px;
    /*background: rgba(255, 255, 255, 0.10);*/
    /*color: #fff;*/
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.map-popup-close:hover[b-yxe22mp4fa] {
    background: rgba(255, 255, 255, 0.16);
}

.map-popup__group-row[b-yxe22mp4fa] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

    padding: 10px;
    margin-bottom: 10px;

    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);

    gap: 14px;
}

.map-popup__group-values[b-yxe22mp4fa] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.map-popup__value-row[b-yxe22mp4fa] {
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);

    font-size: 12px;
    line-height: 1.3;
}

.map-popup__tabs[b-yxe22mp4fa] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding-bottom: 10px;

    overflow: visible;
}

.map-popup__tab[b-yxe22mp4fa] {
    border: none;
    border-radius: 8px;
    padding: 6px 10px;
    cursor: pointer;
    white-space: nowrap;

    /*background: rgba(255, 255, 255, 0.10);*/
    /*color: #fff;*/
    font-size: 12px;
}

.map-popup__tab.is-active[b-yxe22mp4fa] {
    background: rgba(255, 255, 255, 0.16);
}

.map-popup__tab[b-yxe22mp4fa] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: gray solid 1px;
}
/* /Components/Data/Base/Components/DashboardCard.razor.rz.scp.css */
.card-body-content[b-rk6gv1o4xr] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    padding: 5px;
}

.document-card[b-rk6gv1o4xr] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    background-color: white;
    margin: 0.5rem;
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.document-card-header[b-rk6gv1o4xr] {
    display: flex;
    justify-content: center;
}

.document-image[b-rk6gv1o4xr] {
    width: 355px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--color-kazark-light-1);
}

.document-image img[b-rk6gv1o4xr] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.document-card[b-rk6gv1o4xr]  .card-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
}

.document-card[b-rk6gv1o4xr]  .card-body a {
    text-decoration: none;
}

.document-title[b-rk6gv1o4xr] {
    font-size: 1.875em;
    font-weight: 800;
    color: var(--color-kazark-dark-1);
    line-height: 30px;
    letter-spacing: 0.1px;
}

.document-description[b-rk6gv1o4xr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dimension-item[b-rk6gv1o4xr] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.dimension-item-title[b-rk6gv1o4xr] {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-kazark-gray-1);
    line-height: 22px;
    letter-spacing: 0.2px;
}

.dimension-item-value[b-rk6gv1o4xr] {
    font-size: 16px;
    font-weight: 400;
    color: var(--color-kazark-dark-1);
    line-height: 22px;
    letter-spacing: 0.5px;
}

.go-to-edit[b-rk6gv1o4xr] {
    display: flex;
    flex-direction: row-reverse;
    padding: 2px;
}

.document-type[b-rk6gv1o4xr] {
    color: var(--color-kazark-blue-new);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}
/* /Components/Data/Base/Components/FileUpload.razor.rz.scp.css */
.file-picker[b-iuea3wapy9]  .pre-paste-target {
    background-color: #0dcaf0;
    border-radius: .25rem;
}
/* /Components/Data/Base/Components/SelectPointMapComponent.razor.rz.scp.css */
.map-container[b-n51ey6evxa] {
    position: relative;
}

.map-popup[b-n51ey6evxa] {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: white;
    padding: 10px 14px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    max-width: 250px;
    font-size: 0.9rem;
    z-index: 1000;
}

.map-responsive[b-n51ey6evxa] {
    height: 75%;
    min-height: 200px;
    max-height: 80vh;
}

.map-popup a[b-n51ey6evxa] {
    color: #0d6efd;
    text-decoration: none;
}

.map-popup-close[b-n51ey6evxa] {
    border: none;
    background: transparent;
    float: right;
    font-size: 1.1rem;
    cursor: pointer;
}

.gm-bundled-control button[b-n51ey6evxa],
.gm-bundled-control div[b-n51ey6evxa] {
    transform: scale(5); /* 1.0 = default, 1.6 = 60% bigger */
    transform-origin: center;
}

/* new css for popup*/

.map-popup.map-popup--wide[b-n51ey6evxa] {
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 360px;
    max-height: min(60vh, calc(100% - 24px), calc(100dvh - 24px));
    overflow: hidden;
    background: rgba(20, 20, 20, 0.92);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    z-index: 10;

    display: flex;
    flex-direction: column;
}

.map-popup__header[b-n51ey6evxa] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 12px 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
}

.map-popup__title[b-n51ey6evxa] {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-popup__body[b-n51ey6evxa] {
    padding: 10px 12px;
    overflow: auto;
    flex: 1 1 auto;
    max-height: none;
    min-height: 0;
}

.map-popup__group[b-n51ey6evxa] {
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
}

.map-popup__group-title[b-n51ey6evxa] {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.9;
    margin-bottom: 6px;
}

.map-popup__group-values[b-n51ey6evxa] {
    display: grid;
    gap: 6px;
}

.map-popup__row[b-n51ey6evxa] {
    padding: 6px 8px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.18);
}

.map-popup__value[b-n51ey6evxa] {
    font-size: 12px;
    line-height: 1.3;
    word-break: break-word;
}

.map-popup__empty[b-n51ey6evxa] {
    font-size: 12px;
    opacity: 0.8;
}

.map-popup__footer[b-n51ey6evxa] {
    display: flex;
    gap: 8px;
    padding: 10px 12px 12px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);

    flex: 0 0 auto;
}

/* Close button already exists, but make it nicer */
.map-popup-close[b-n51ey6evxa] {
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.map-popup-close:hover[b-n51ey6evxa] {
    background: rgba(255, 255, 255, 0.16);
}
/* /Components/Data/Entities/AlertDefinition/Alerts/GetList/AlertTable.razor.rz.scp.css */
.entity-table.alert[b-ripj55fqeb]  td[data-caption="Actions"] {
    vertical-align: middle;
}

.apply-remove-buttons[b-ripj55fqeb]  {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.apply-remove-buttons[b-ripj55fqeb]  button {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
}

.apply-remove-buttons[b-ripj55fqeb]  button i{
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0.75rem;
}
/* /Components/Data/Entities/DataIntegrityDefinition/DataIntegrityVerificationProcessingLogs/GetChild/DataIntegrityVerificationProcessingLogGetChild.razor.rz.scp.css */
[b-hdu7y3w8ep] .form-control {
    height: inherit;
}
/* /Components/Data/Entities/DataIntegrityDefinition/DataIntegrityVerificationReports/GetAllCustomer/DataIntegrityVerificationReportGetAllCustomer.razor.rz.scp.css */
.data-integrity-verification-report[b-2pnbxs5j2m] {
    display: flex;
    gap: 1rem;
    padding-bottom: 2rem;
}

.general-info[b-2pnbxs5j2m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 1;
}

.general-info-item[b-2pnbxs5j2m] {
    width: 100%;
}

.results-display-container[b-2pnbxs5j2m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex-grow: 10;
    align-items: center;
    max-height: calc(100vh - 350px);
    overflow-y: auto;
    overflow-x: hidden;
}

.all-docs-match[b-2pnbxs5j2m] {
    font-size: 1.5rem;
    font-weight: bold;
}

.results-display-header[b-2pnbxs5j2m] {
    display: flex;
    gap: 1rem;
    width: 100%;
}

.results-display-header .recordset-name[b-2pnbxs5j2m] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.results-display-body[b-2pnbxs5j2m] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.results-display-pair[b-2pnbxs5j2m] {
    display: flex;
    gap: 1rem;
}
/* /Components/Data/Entities/DataIntegrityDefinition/DataIntegrityVerificationReports/GetTableCustomer/DataIntegrityVerificationReportTable.razor.rz.scp.css */
.success-cell[b-fjej944dj0] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    min-height: 1.5rem;
}

.not-processed[b-fjej944dj0] {
    font-size: 0.75rem;
    font-style: italic;
}
/* /Components/Data/Entities/DataIntegrityDefinition/DataIntegrityVerifications/GetAllCustomer/DataIntegrityVerificationGetAllCustomer.razor.rz.scp.css */
.data-integrity-verification[b-uc7yrn2svr] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.general-info[b-uc7yrn2svr] {
    display: flex;
    gap: 3rem;
}

.general-info-name[b-uc7yrn2svr] {
    flex-grow: 8;
}

.general-info-order[b-uc7yrn2svr] {
    flex-grow: 1;
}

.request-container[b-uc7yrn2svr] {
    display: flex;
    gap: 2rem;
}

.request-container-left[b-uc7yrn2svr] {
    width: 50%;
}

.request-container-right[b-uc7yrn2svr] {
    width: 50%;
}
/* /Components/Data/Entities/DocumentDefinition/DocumentDimensions/GetChild/DocumentDimensionGetChild.razor.rz.scp.css */
.map[b-k2vitkw3vx] {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    transition: width 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    padding-right: 0.5rem;
    height: 70vh;
}
/* /Components/Data/Entities/DocumentDefinition/DocumentDimensions/GetChild/DocumentDimensionTable.razor.rz.scp.css */
.map[b-otvts85tri] {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    transition: width 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    padding-right: 0.5rem;
    height: 70vh;
}
/* /Components/Data/Entities/DocumentDefinition/Documents/GetAll/DocumentGetAll.razor.rz.scp.css */
[b-jxkeurwn5d] img {
    max-width: 300px;
    max-height: 300px;
}

.document-image-container[b-jxkeurwn5d] {
    display: flex;
    gap: 1rem;
}
/* /Components/Data/Entities/DocumentSearch/DocumentCard.razor.rz.scp.css */
.card-body-content[b-4hit13k4v7] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 5px;
}

.document-card[b-4hit13k4v7] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: white;
    margin: 0.5rem;
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.document-card-header[b-4hit13k4v7] {
    display: flex;
    justify-content: center;
}

.document-image[b-4hit13k4v7] {
    width: 355px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--color-kazark-light-1);
}

.document-image img[b-4hit13k4v7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document-card[b-4hit13k4v7]  .card-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
}

.document-card[b-4hit13k4v7]  .card-body a {
    text-decoration: none;
}

.document-title[b-4hit13k4v7] {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-kazark-dark-1);
    line-height: 30px;
    letter-spacing: 0.1px;
}

.document-description[b-4hit13k4v7] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dimension-item[b-4hit13k4v7] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.go-to-edit[b-4hit13k4v7] {
    display: flex;
    flex-direction: row-reverse;
    padding: 2px;
}

.document-type[b-4hit13k4v7] {
    color: var(--color-kazark-blue-new);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}
/* /Components/Data/Entities/DocumentSearch/DocumentCardDeck.razor.rz.scp.css */
.document-cards-deck[b-8eekrhdoae] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0;
    align-items: start;
}

.document-cards-deck[b-8eekrhdoae]  .card {
    border: 1px solid darkgray;
}
/* /Components/Data/Entities/DocumentSearch/DocumentResultCard.razor.rz.scp.css */
.card-body-content[b-z1mgm6kvc6] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
    padding: 5px;
}

.document-card[b-z1mgm6kvc6] {
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: white;
    margin: 0.5rem;
    border-radius: 1.25rem;
    padding: 1.5rem;
}

.document-card-header[b-z1mgm6kvc6] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.document-card-header .edit-link[b-z1mgm6kvc6] {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 1rem;
}

.document-image[b-z1mgm6kvc6] {
    width: 355px;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid var(--color-kazark-light-1);
}

.document-image img[b-z1mgm6kvc6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.document-card[b-z1mgm6kvc6]  .card-body {
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: 5px;
}

.document-card[b-z1mgm6kvc6]  .card-body a {
    text-decoration: none;
}

.document-title[b-z1mgm6kvc6] {
    font-size: 22px;
    font-weight: 800;
    color: var(--color-kazark-dark-1);
    line-height: 30px;
    letter-spacing: 0.1px;
}

.document-description[b-z1mgm6kvc6] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dimension-item[b-z1mgm6kvc6] {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.go-to-edit[b-z1mgm6kvc6] {
    display: flex;
    flex-direction: row-reverse;
    padding: 2px;
}

.document-type[b-z1mgm6kvc6] {
    color: var(--color-kazark-blue-new);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
}

.dimension-highlight-connecting[b-z1mgm6kvc6] {
    background-color: #e0f0ff;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 -6px;
}

.dimension-highlight-verifying[b-z1mgm6kvc6] {
    background-color: #fff3cd;
    border-radius: 4px;
    padding: 2px 6px;
    margin: 0 -6px;
}
/* /Components/Data/Entities/DocumentSearch/Parcels/ParcelPolygons.razor.rz.scp.css */
.parcels-page[b-kw9drp7l4r] {
    padding: 0 1rem 0 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}
/* /Components/Data/Entities/DocumentSearch/Parcels/ParcelPolygonView.razor.rz.scp.css */
.filters[b-4o5m67frqq] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}

.filters[b-4o5m67frqq]  .form-group {
    flex-grow: 1;
}

.filters__action[b-4o5m67frqq] {
    margin-left: auto;
}

.filters__action[b-4o5m67frqq]  .form-group {
    flex-grow: 0;
    width: auto;
    margin-bottom: 0;
}
/* /Components/Data/Entities/DocumentSearch/SearchNew/DocumentDetail.razor.rz.scp.css */
.document-detail-page[b-0sr0zuoafp] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.document-row[b-0sr0zuoafp] {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.document-header[b-0sr0zuoafp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document-title[b-0sr0zuoafp] {
    font-weight: 600;
    font-size: 1.5rem;
}

.edit-link[b-0sr0zuoafp] {
    color: #6b7280;
}

.document-dimensions[b-0sr0zuoafp] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dimension-row[b-0sr0zuoafp] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dimension-info[b-0sr0zuoafp] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.dimension-actions[b-0sr0zuoafp] {
    display: flex;
    gap: 0.25rem;
}

.icon-btn[b-0sr0zuoafp] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 0.25rem;
    color: #6b7280;
}

.icon-btn:hover[b-0sr0zuoafp] {
    color: #111827;
}

.icon-btn.primary[b-0sr0zuoafp] {
    color: #2563eb;
}

.document-image-container[b-0sr0zuoafp] {
    display: flex;
    justify-content: center;
}

.document-image[b-0sr0zuoafp] {
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin: 10px 0;
}
/* /Components/Data/Entities/DocumentSearch/SearchNew/DocumentDetailOnly.razor.rz.scp.css */
.document-row[b-0a9g9eztfi] {
    padding: 0.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.document-header[b-0a9g9eztfi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.document-title[b-0a9g9eztfi] {
    font-weight: 600;
    font-size: 1.5rem;
}

.edit-link[b-0a9g9eztfi] {
    color: #6b7280;
}

.document-dimensions[b-0a9g9eztfi] {
    margin-top: 0.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.dimension-row[b-0a9g9eztfi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dimension-info[b-0a9g9eztfi] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}

.dimension-actions[b-0a9g9eztfi] {
    display: flex;
    gap: 0.25rem;
}

.icon-btn[b-0a9g9eztfi] {
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 0.25rem;
    color: #6b7280;
}

.icon-btn:hover[b-0a9g9eztfi] {
    color: #111827;
}

.icon-btn.primary[b-0a9g9eztfi] {
    color: #2563eb;
}

.document-image-container[b-0a9g9eztfi] {
    display: flex;
    justify-content: center;
}

.document-image[b-0a9g9eztfi] {
    height: 200px;
    object-fit: contain;
    object-position: center;
    margin: 10px 0;
} 
/* /Components/Data/Entities/DocumentSearch/SearchNew/FakePages.razor.rz.scp.css */

.group-buttons[b-oeolmzzjar] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.dummy-link[b-oeolmzzjar] {
    width: 100%;
    max-width: 30rem;

    border: 2px solid #030916;
    border-radius: 999px;

    font-size: 16px;
    font-weight: 600;
    color: #030916;
    line-height: 15px;

    padding: 13px 28px;
    text-align: center;

    cursor: pointer;
    user-select: none;

    transition: background-color 0.2s ease,
    color 0.2s ease,
    transform 0.1s ease;
}

.dummy-link:hover[b-oeolmzzjar] {
    background-color: #030916;
    color: #ffffff;
}

.dummy-link:active[b-oeolmzzjar] {
    transform: scale(0.98);
}

.dummy-link[b-oeolmzzjar] {
    text-decoration: none; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.left-group[b-oeolmzzjar] {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
}

.group-title[b-oeolmzzjar] {
    font-size: 14px;
    letter-spacing: 0.12em;
    font-weight: 700;
    color: #8A8FA3;
    text-transform: uppercase;
}

.divider[b-oeolmzzjar] {
    height: 1px;
    background-color: #2E3445;
    opacity: 0.5;
    margin: 2.5rem 0;
}
/* /Components/Data/Entities/DocumentSearch/SearchNew/FilterDocumentsPage.razor.rz.scp.css */
.documents-search[b-6eokrqzioi] {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
} 
/* /Components/Data/Entities/DocumentSearch/SearchNew/FilteredDocuments.razor.rz.scp.css */
.content-container[b-l2cqdjfqun] {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    margin-top: 1rem;
    overflow: hidden;
    height: 100%;
}

.resizer[b-l2cqdjfqun] {
    width: 4px;
    cursor: col-resize;
    background-color: var(--color-kazark-dark-3);
    flex-shrink: 0;
    position: relative;
    transition: background-color 0.2s;
    margin: 0 0.5rem;
    border-radius: 1.25rem;
}

.resizer:hover[b-l2cqdjfqun] {
    background-color: var(--color-kazark-blue-new);
}

.resizer[b-l2cqdjfqun]::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    right: -3px;
}

.map[b-l2cqdjfqun] {
    padding-top: 0.5rem;
    flex-shrink: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0.5rem;
    height: 100%;
}

.map[b-l2cqdjfqun]  .map-container.map-responsive > div {
    border-radius: 1.25rem;
}

.content[b-l2cqdjfqun] {
    min-width: 300px;
    padding-left: 0.5rem;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.content-container.map-hidden .map[b-l2cqdjfqun] {
    display: none;
}

.content-container.map-hidden .resizer:last-of-type[b-l2cqdjfqun] {
    display: none;
}

.selected-item-container[b-l2cqdjfqun] {
    height: 100%;
    background-color: white;
    border-radius: 1.25rem;

    display: flex;
    flex-direction: column;
    min-height: 0;

    overflow: hidden;
}

.content-container.details-hidden .selected-item-container[b-l2cqdjfqun] {
    display: none;
}

.content-container.details-hidden .resizer:first-of-type[b-l2cqdjfqun] {
    display: none;
}

.close-button-container[b-l2cqdjfqun] {
    display: flex;
    justify-content: flex-end;
}


.selected-document-column[b-l2cqdjfqun] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.documents-column[b-l2cqdjfqun] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}

.map-column[b-l2cqdjfqun] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.column-top[b-l2cqdjfqun] {
    min-height: 54px;
    display: flex;
    align-items: center;
    color: white;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.1px;
    justify-content: space-between;
    padding-left: 20px;
}

.location-control-buttons[b-l2cqdjfqun] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.location-control-buttons[b-l2cqdjfqun]  .form-group {
    margin: 0;
}
/* /Components/Data/Entities/DocumentSearch/SearchNew/FiltersView.razor.rz.scp.css */
.documents-search-header-top-row--one-line[b-8fmx8eyzbo] {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 600px;
    flex-wrap: nowrap;
}

.documents-search-header-search[b-8fmx8eyzbo] {
    flex: 0 0 auto;
}

.documents-search-header-top-row--one-line[b-8fmx8eyzbo]  input {
    width: 600px; 
}

.documents-search-header-badges-inline[b-8fmx8eyzbo] {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    min-width: 0;
    overflow: hidden;
    justify-content: flex-end;
    margin-top:1.125rem;
}

.documents-search-header-eye[b-8fmx8eyzbo] {
    flex: 0 0 auto;
    margin-left: auto; 
    display: flex;
    align-items: center;
    margin-top:1.125rem;
}

.documents-search-header-badges-inline[b-8fmx8eyzbo]  .badge,
.documents-search-header-selected-badges[b-8fmx8eyzbo]  .badge {
    color: var(--color-kazark-dark-1) !important;
}

.documents-search-header-badges-inline[b-8fmx8eyzbo]  .badge,
.documents-search-header-selected-badges[b-8fmx8eyzbo]  .badge {
    padding: 0.45rem 0.8rem !important;
    line-height: 1.2 !important;
    font-size: 1rem !important; 
    background-color: var(--color-kazark-blue-2-new) !important
}

.documents-search-header[b-8fmx8eyzbo] {
    display: flex;
    flex-direction: column;
    margin-top:0.5rem;
}

.documents-search-header[b-8fmx8eyzbo]  .form-group {
    margin-bottom: 0;
}

.documents-search-header-top-row[b-8fmx8eyzbo] {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    gap: 10px;
    min-width: 300px;
}

.documents-search-header-top-row[b-8fmx8eyzbo]  input {
    width: 300px;
}

.documents-search-header-dimensions[b-8fmx8eyzbo] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 20px;
}

.documents-search-header-buttons[b-8fmx8eyzbo] {
    display: flex;
    gap: 10px;
    margin-left: auto;
    align-items: flex-end;
}

.documents-search-header-selected-badges[b-8fmx8eyzbo] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
}

.documents-search-header-badges-row[b-8fmx8eyzbo],
.documents-search-header-toggle-row[b-8fmx8eyzbo] {
    margin-top: .5rem;
    display: flex;
    align-items: center;
}
/* /Components/Data/Entities/DocumentSearch/SearchNew/ListOfFiles.razor.rz.scp.css */
.pdf-card[b-i5k5syacpn] {
    display: flex;
    align-items: center;
    padding: 12px 14px;
    margin: 8px 0;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background-color: #eeeeee;
}

.pdf-icon[b-i5k5syacpn] {
    font-size: 32px;
    margin-right: 12px;
}

.pdf-info[b-i5k5syacpn] {
    overflow: hidden;
}

.pdf-link[b-i5k5syacpn] {
    display: block;
    font-weight: 600;
    color: #2563eb;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pdf-link:hover[b-i5k5syacpn] {
    text-decoration: underline;
}

.pdf-subtitle[b-i5k5syacpn] {
    font-size: 12px;
    color: #6b7280;
}
/* /Components/Data/Entities/FakePages/FakePageView.razor.rz.scp.css */
.main-image[b-28w5cd80aw] {
    max-width: calc(100vw - 250px);
    max-height: calc(100vh - 100px);
}
/* /Pages/Content/Dashboard.razor.rz.scp.css */
.dashboard-container[b-a47gblzudk] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.document-cards-deck[b-a47gblzudk] {
    padding: 2.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 0;
    align-items: start;
}

.document-cards-deck[b-a47gblzudk]  .card {
    border: 1px solid darkgray;
}

.system-navigation-buttons[b-a47gblzudk] {
    display: flex;
    padding: 2.5rem;
    gap: 1.25rem;
}

.fake-pake-item[b-a47gblzudk] {
    border-radius: 1.25rem;
    background-color: white;
    padding: 10px 20px;
}

.fake-pake-item a[b-a47gblzudk] {
    text-decoration: none;
    color: var(--color-kazark-dark-1);
    font-weight: 700;

}
