@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


.error-msg-container-v1 {
    color: red;
}



html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.profilePictureUpload .k-dropzone-hint {
    display: none;
}
.profilePictureUpload .k-upload-files  {
    display: none;
}



#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


/* Saját */

#loadingPanel {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
    background-color: #80808094;
    justify-content: center;
    align-items: center;
    color: var(--clr-black);
}

    #loadingPanel .loading-panel__wrapper {
        display: grid;
        place-content: center;
        gap: 0.25rem;
        padding: 0.75rem 1.5rem;
        border-radius: 5px;
        background-color: var(--primary-clr-300);
        text-align: center;
    }

    #loadingPanel .loading-panel__title {
        font-weight: 700;
        font-variant: small-caps;
    }

    #loadingPanel .loading-panel__info {
        font-size: 0.8rem;
    }

.top-row {
    z-index: 1000;
}

.bigImage {
    width: 800px;
    border: 1px solid gray;
}

.thumbnailImage {
    width: 75px;
    border: 1px solid #567b7c;
    margin: 5px;
    cursor: pointer;
}

.designer-thumbnails .selectedThumbnailImage {
    background-color: cadetblue;
    padding: 3px;
}

.thumbnailContainer {
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
}

.bigContainer {
    position: relative;
    overflow: hidden;
    width: 800px;
}


.region {
    position: absolute !important;
    background-color: #00bfff59;
    border: 1px solid dodgerblue;
    cursor: move;
    resize: both;
}

    .region:focus, .region:hover {
        outline: none;
    }

.selected-region {
    background-color: #07ff0061;
    z-index: 25;
}

.testRegion {
    background-color: #6fff00b5;
    border: 1px solid #1fdf03;
    cursor: not-allowed;
    resize: none;
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    animation: pulse-green 2s infinite;
}

.testRegion-validation {
    background-color: #71ff0052;
    cursor: default;
    resize: none;
}

.ocrText {
    display: block;
    border: 1px solid gray;
    padding: 5px;
    margin-top: 5px;
    background-color: #637b7b;
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.treeContainer {
    width: 300px;
    border: 1px solid gray;
    padding: 5px;
}

.propertyContainer {
    padding: 0.75rem 0.5rem 1rem 0.5rem;
    font-size: 14px;
    overflow: auto;
}

.propertyContainerTitle {
    background-color: teal;
    color: white;
    border: 1px solid black;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 3px;
}

.serializedRegionsContainer {
    width: 200px;
    border: 1px solid gray;
    padding: 5px;
    font-size: 10px;
    overflow: auto;
}

.pane {
    background-color: transparent;
}

.styled-table {
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border: 1px solid gray;
    width: 100%
}

    .styled-table thead tr {
        background-color: #009879;
        color: #ffffff;
        text-align: left;
    }

    .styled-table th,
    .styled-table td {
        padding: 12px 15px;
        border-left: 1px solid #c2c2c2;
        border-bottom: 1px solid #c2c2c2;
    }

    .styled-table tbody tr {
        border-bottom: 1px solid #dddddd;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }

/*.k-dialog-titlebar {
    background-color: #637b7b !important;
}*/

.k-treeview-leaf.k-selected {
    background-color: #637b7b !important;
}

/*.k-button-solid-primary {
    border-color: #447373 !important;
    background-color: #637b7b !important;
}

    .k-button-solid-primary:hover, .k-button-solid-primary.k-hover {
        border-color: #637b7b !important;
        background-color: #7c9a9a !important;
    }*/

.cursor-line-vertical {
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px dashed gray;
    z-index: 1;
    pointer-events: none;
}

.cursor-line-horizontal {
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed gray;
    z-index: 1;
    pointer-events: none;
}

.img-magnifier-glass {
    position: fixed;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 50px;
    height: 50px;
    transform: scale(3) translateX(25px) translateY(25px);
}

    .img-magnifier-glass::before,
    .img-magnifier-glass::after {
        content: '';
        position: absolute;
        background-color: #00ffe52b;
    }

    .img-magnifier-glass::before {
        width: 2px;
        height: 100%;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }

    .img-magnifier-glass::after {
        width: 100%;
        height: 2px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.picked-color {
    position: absolute;
    top: 96px;
    left: 96px;
    width: 8px;
    height: 8px;
    background-color: white;
    border: 2px solid white;
    box-shadow: black 0px 0px 1px 1px;
}

.moveAble {
    display: none;
    transition: .2s all linear(0 0%, 0.22 2.1%, 0.86 6.5%, 1.11 8.6%, 1.3 10.7%, 1.35 11.8%, 1.37 12.9%, 1.37 13.7%, 1.36 14.5%, 1.32 16.2%, 1.03 21.8%, 0.94 24%, 0.89 25.9%, 0.88 26.85%, 0.87 27.8%, 0.87 29.25%, 0.88 30.7%, 0.91 32.4%, 0.98 36.4%, 1.01 38.3%, 1.04 40.5%, 1.05 42.7%, 1.05 44.1%, 1.04 45.7%, 1 53.3%, 0.99 55.4%, 0.98 57.5%, 0.99 60.7%, 1 68.1%, 1.01 72.2%, 1 86.7%, 1 100%);
    position: fixed;
    z-index: 1;
}

.cursor-positions {
    border: 1px solid black;
    background: aquamarine;
}

/*telerikes gridhez*/
.k-grid .k-grid-content tr.k-master-row {
    background: #d1d7d7;
}

.k-grid .k-grid-content tr.k-alt {
    background: #ebe6e6;
}

.k-grid .k-grid-content tr.k-selected {
    background: #e5b1e2cf;
}

.backgrounded_textbox {
    background: #d1d7d7;
}
/*Új régió/modifier ablakhoz*/

/*.DivHolderDiv {
    position: relative;
    height: 215px;
}*/

.ButtonHolderDiv {
    height: 125px;
    width: 100px;
    border: 2px solid #413737;
    border-radius: 12px;
    background-color: #454545;
    box-shadow: 0px 0px 8px 3px grey;
    color: white;
    display: flex;
    padding: 5px;
    cursor: pointer;
}

    .ButtonHolderDiv .ButtonHolderDiv-Inner {
        border: 1px solid #b77701;
        width: 100%;
        border-radius: 10px;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        transition: 0.2s ease-in-out;
    }

    .ButtonHolderDiv:hover .ButtonHolderDiv-Inner {
        scale: 1.1;
        box-shadow: 0px 0px 12px 2px orange;
    }

.ButtonHolderDiv-Hint {
    position: absolute;
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #454545;
    color: white;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.ButtonHolderDiv:hover + .ButtonHolderDiv-Hint {
    opacity: 1;
}

.ButtonHolderDiv .ButtonHolderDiv-Icon i,
.ButtonHolderDiv .ButtonHolderDiv-Icon span {
    font-size: 60px;
    margin-top: 10px;
}

.ButtonHolderDiv .ButtonHolderDiv-Text {
    font-size: 12px;
    text-align: center;
    margin-bottom: 3px;
}

.DivHolderDiv {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    position: relative;
}

    .DivHolderDiv:before {
        content: '';
        width: 100%;
        height: 2rem;
        background-color: #454545;
        border-radius: 5px;
    }

    .TreeItemTemplate {
        gap: 5px;
        width: 100%;
        display: flex;
        align-content: center;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }

.MyTelerikNotification .k-notification-container .k-notification-wrap {
    width: 300px;
    height: 100px;
    font-size: 1.5em;
    text-align: center;
    align-items: center;
}

.k-treeview-leaf {
    width: 100%;
    min-height: 34px;
}

    .k-treeview-leaf .ida-tree-button .k-icon {
        margin-right: 0px !important;
    }

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 #6fff00;
    }
    /*    50% {
        transform: scale(1);
        box-shadow: 0 0 0 5px #99ff4a87;
    }*/

    90% {
        box-shadow: 0 0 0 10px #00000000;
    }

    100% {
        box-shadow: 0 0 0 0 #00000000;
    }
}


/*.k-slider-vertical {
    height: 400px !important;
}*/

.validation-container {
    display: grid;
    gap: 3rem;
}

/*.validation-container > div {
    overflow: auto;
    height: 100%;
}*/

/*.validation-container.tablemode
{
    flex-direction:column;
    gap:1.5rem;
}

.validation-container.tablemode #testRegion {
    visibility:hidden;
}*/

.fileuploader-hidden {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.custom-dropzone {
    /*border: 1px solid rgba(0, 0, 0, 0.08);
    color: #424242;
    background-color: #fafafa;
    padding-inline: 0.5rem;
    padding-block: 0.5rem;*/
}

    .custom-dropzone + div {
        margin-block: 1rem;
        border-block: none;
    }

        .custom-dropzone + div .k-dropzone.k-upload-dropzone {
            display: none;
        }

        .custom-dropzone + div .k-upload-files {
            border-bottom-width: 1px;
        }

        .custom-dropzone + div .k-actions {
            border: none;
        }

            .custom-dropzone + div .k-actions button {
                text-transform: uppercase;
            }

.k-notification-group.high-zindex {
    z-index: 10005;
}

.mt-6 {
    margin-top: 74px;
}

.designer-thumbnails img.thumbnailImage:hover {
    scale: 1.15;
    transition: scale .2s ease;
    border: 1px solid #5e5e5e;
}



.field-definition-container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 100%;
    /*padding: 6px 20px 20px 20px;*/
}

.region-frame {
    display: flex;
    min-width: 70px;
    min-height: 80px;
    background-color: #ffb163;
    border-radius: 8px;
    border: 1px dashed gray;
    margin-right: 5px;
    position: relative;
    align-items: center;
    gap: 8px;
}

.region-modifier-frame {
    display: flex;
    min-width: 110px;
    min-height: 80px;
    background-color: #beffab;
    border-radius: 8px;
    border: 1px dashed gray;
    margin-right: 5px;
    position: relative;
    align-items: center;
    gap: 8px;
}

.text-modifier-frame {
    display: flex;
    min-width: 110px;
    min-height: 80px;
    background-color: #8abcff;
    border-radius: 8px;
    border: 1px dashed gray;
    position: relative;
    align-items: center;
    gap: 8px;
}

.add-new-item {
    display: flex;
    color: gray;
    font-size: 28px;
    align-items: center;
    margin-inline: auto;
    margin-top: 15px;
    margin-right: 5px;
}

    .add-new-item > i {
        border: 1px gray dashed;
        border-radius: 40px;
        padding: 3px 3px 3px 4px;
    }

    .add-new-item:hover {
        color: black;
        transition: all .2s ease-in;
        transform: scale(1.2);
    }

.region-frame-title {
    position: absolute;
    color: #676767;
    font-size: 12px;
    font-style: italic;
    top: 0;
    left: 5px;
    margin-top: 3px;
}

.region-frame-item {
    margin-top: 15px;
    height: 50px;
    width: 90px;
    background-color: white;
    border-radius: 9px;
    margin-inline: 5px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    padding-inline: 5px;
    z-index: 0;
}

    .region-frame-item.selected {
        animation-name: color;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        border: 3px solid white;
    }

.test-region-positionlabel {
    top: -28px;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: white;
    background-color: black;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 24;
    border: 2px solid aqua;
}

.bottom-label {
    font-size: 12px;
    width: 20px;
    height: 20px;
    top: 50px;
}

.route-region-item {
    background-color: #00000059;
}

.caretonbigimage {
    font-size: 75px;
    width: 30px;
    height: 30px;
    color: #00bfff54;
    z-index: 50;
}

    .caretonbigimage:hover {
        color: blue;
        cursor: pointer;
    }

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(1turn);
    }
}

@keyframes color {
    0% {
        background-color: #fff;
    }

    50% {
        background-color: #ff8c00;
    }

    100% {
        background-color: #fff;
    }
}

.region-frame-item > .delete-button {
    display: none;
    position: absolute;
    top: 1px;
    right: 1px;
    color: #ff6868;
    font-size: 15px;
    cursor: pointer;
}

.region-frame-item:hover .delete-button {
    display: block;
}

.delete-button {
    transition: all .3s ease-in;
}

    .delete-button:hover {
        transform: scale(1.2);
        color: red;
    }

.region-frame-item > i {
    margin-left: 5px;
}

.region-frame-item-text {
    font-size: 11px;
    margin-left: 5px;
}

.bottom-panel-container {
    display: grid;
    gap: 0.75rem;
    padding-block: 0.5rem;
    padding-inline: 1rem;
}

.bottom-panel-title {
    font-size: 20px;
    /*padding: 5px;*/
    font-weight: 900;
}

.PanelHeader {
    height: 25px;
    width: 100%;
    background-color: red;
}

.columnContextMenu {
    left: 3px;
    display: none;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .columnContextMenu > .fa-ellipsis-v {
        height: 17px;
        width: 17px;
        background-color: white;
        color: black;
        border: 1px solid black;
        border-radius: 50%;
        text-align: center;
        cursor: pointer;
    }

.columnResizeMe {
    position: relative;
    display: inline-block;
    height: 100%;
    border-right: .4rem solid red;
    font-size: x-large;
    margin: 0px;
}

.resize-arrows-container {
    color: red;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 5px;
}

    .columnResizeMe:hover {
        background-color: #1eff004a;
    }

        .columnResizeMe:hover .columnContextMenu {
            display: flex;
        }

.z-index-999999 {
    z-index: 999999 !important;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -9964px -224px !important; /*A -99 került oda hogy ne látszódjon a kis 3 szög a saroban */
}

.windowHint {
    background-color: #ffd89d;
    padding: 5px;
    margin: 5px 0px;
    border-radius: 8px;
    font-size: 11px;
    box-shadow: 0px 0px 3px #30394a;
}

.stripe-1 {
    color: white;
    background: repeating-linear-gradient(45deg, #00000033, #00000024 10px, #ffd3006b 10px, #ffea0029 20px);
    border-left: 1px solid black;
    border-right: 1px solid black;
    z-index: 0;
}

    .stripe-1:hover {
        box-shadow: 0px 3px 22px black;
        z-index: 999;
        background: repeating-linear-gradient(45deg, #00000069, #00000059 10px, #ffd300d9 10px, #ffea0033 20px);
        cursor: col-resize;
    }

.fa-button:hover {
    color: #ff9a00 !important;
    transform: scale(1.3);
    transition: all .1s ease-in-out;
}

    .fa-button:hover > i {
        color: #ff9a00 !important;
    }

/*#region DOCUMENT TYPE */
.document-type__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 9rem);
    gap: 1.25rem;
}

.document-type__grid-item {
    display: grid;
    grid-template-rows: 1fr 3fr 2fr;
    position: relative;
    max-width: 9rem;
    aspect-ratio: 1;
    padding: 0.25em;
    background-color: var(--popup-bg);
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px var(--box-shadow-clr);
    color: var(--font-clr);
    cursor: pointer;
}

    .document-type__grid-item img,
    .document-type-icon__grid-item img {
        place-self: center;
        width: 4rem;
        aspect-ratio: 1;
    }

    .document-type__grid-item:hover,
    .document-type__grid-item:focus-within {
        box-shadow: 0 0 7px 3px var(--primary-clr-shadow);
    }

    .document-type__grid-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 0;
    }

    .document-type__grid-item.global-dt:before {
        background-color: var(--clr-red);
    }

    .document-type__grid-item.personal-dt:before {
        background-color: var(--clr-green)
    }


.document-type__box {
    display: grid;
    place-content: center;
    place-self: center;
    width: 6rem;
    aspect-ratio: 1;
    border: 2px solid var(--font-clr);
    border-radius: 50%;
    background-color: var(--clr-blue);
    color: var(--clr-white);
    cursor: pointer;
}

    .document-type__box:hover {
        background-color: var(--clr-blue-hover);
    }

.document-type__name {
    margin-block: auto;
    text-align: center;
    font-weight: 600;
    font-variant: small-caps;
    word-break: break-word;
    hyphens: auto;
}

.document-type__fav-icon {
    justify-self: start;
}

    .document-type__fav-icon:hover {
        color: var(--primary-clr-300);
    }

    .document-type__fav-icon.full-star {
        color: var(--primary-clr-300);
    }

.document-type__type-icon {
    margin-block: auto;
    font-size: 3rem;
    text-align: center;
}

.document-type__plus-icon,
.document-type__more-icon {
    grid-column: span 3;
    grid-row: span 3;
    place-self: center;
}

.document-type__delete-icon {
    justify-self: end;
    color: var(--clr-red);
}

.document-type-listview .k-listview-content {
    grid-template-columns: repeat(auto-fit, 9rem);
}

.document-type-listview .k-listview-content {
    display: grid;
    gap: 2rem;
    overflow: visible;
}

/* icon */
.document-type-icon__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, 5rem);
    gap: 1.25rem;
}

.document-type-icon__grid-item {
    display: grid;
    aspect-ratio: 1;
    padding: 0.25em;
    background-color: var(--popup-bg);
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px var(--box-shadow-clr);
    color: var(--font-clr);
    cursor: pointer;
}

    .document-type-icon__grid-item:hover,
    .document-type-icon__grid-item:focus-within {
        box-shadow: 0 0 7px 3px var(--primary-clr-shadow);
    }

/*#endregion DOCUMENT TYPE */
.windowShadow {
    box-shadow: black 0 0 1rem !important;
}

.align-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.k-popup.k-dropdownlist-popup {
    height: 100% !important;
}

.hidden {
    display: none;
}

.other-companies {
    margin-right: 15px !important;
}

.pie-chart {
    display: inline-table;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: conic-gradient( #37b400 0% 20%, /* Slice 1 */
    transparent 0% 20%, /* Empty Center */
    #f31700 0% 160%, /* Slice 2 */
    transparent 0% 160% /* Empty Center */
    );
}


.error-msg-container {
    color: red;
    display: grid;
}

.center-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .center-text span {
        font-size: 16px;
        font-weight: bold;
        margin: 4px;
    }

.license-middle-col {
    display: grid;
}

.left-margin {
    margin-left: 5px;
}

.align-text-right {
    text-align: right;
}

.margin-bottom {
    margin-bottom: 10px;
}


/*code editor with highlights - start*/
#editing, #highlighting {
    margin: 10px;
    padding: 10px;
    border: 0;
    width: calc(100% - 32px);
    height: 800px;
}

#editing, #highlighting, #highlighting * {
    font-size: 15pt;
    font-family: monospace;
    line-height: 20pt;
    tab-size:2;
}

#editing, #highlighting {
    position: absolute;
    top: 0;
    left: 0;
}

#editing {
    z-index: 1;
}

#highlighting {
    z-index: 0;
}

#editing {
    color: transparent;
    background: transparent;
    caret-color: black; 
}

#editing, #highlighting {
    overflow: auto;
    white-space: nowrap;
}

#editing {
    resize: none;
}
/*code editor with highlights - end*/

/*API doc start*/
.API-documentation-header {
    background-color: #f4f4f4; /* Background color for code block header */
    border: 1px solid #ccc; /* Border for code block header */
    border-radius: 4px; /* Rounded corners */
    padding: 10px; /* Padding inside the code block header */
    margin-bottom: 10px; /* Spacing between headers and code blocks */
    display: flex; /* Flex layout to align content horizontally */
    justify-content: space-between; /* Space items evenly in the header */
    align-items: center; /* Center items vertically in the header */
}

    .API-documentation-header strong {
        font-family: monospace; /* Use a monospace font for the code block title */
        color: #333; /* Text color for the title */
        margin-right: 10px; /* Spacing between title and button */
    }


.api-text-container {
    overflow: auto;
}

.left-sidebar {
    background-color: #f0f0f0;
    width: 250px;
    padding: 20px;
}

.api-nav ul {
    list-style: none;
    padding: 0;
}

    .api-nav ul li {
        margin-bottom: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .api-nav ul li:hover {
            background-color: #ddd;
        }

.selected {
    background-color: #007bff;
    color: #fff;
}
/*API doc end*/

/*DocumentTypeSelectorPopUp*/
.selected-effect {
    background-color: var(--primary-clr-300);
}

.select-default-docType-area {
    background-color: var(--clr-lightblue);
    padding: 0.75rem;
    border: 2px solid;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 0px var(--box-shadow-clr);
}

    .select-default-docType-area .document-type__grid-item:hover,
    .select-default-docType-area .document-type__grid-item:focus-within {
        box-shadow: 2px 2px 10px 0px var(--box-shadow-clr);
    }

    #gdrive-folders.k-treeview {
        border-left: 1px solid #dcdcdc !important;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        border-top-left-radius: 8px;
        overflow: scroll;
    }

.advancedDivider {
    color: black;
    font-size: .6em;
    padding-inline: 1em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    text-transform: uppercase;
    gap: 5px;
}

.advancedDivider hr {
    width:100%;
}
    .select-default-docType-area:hover,
    .select-default-docType-area:focus-within {
        box-shadow: 0 0 7px 3px var(--primary-clr-shadow);
    }
/*DOcumentTypeSelectorPopUp end*/

.do-ocr-btn-container {
    padding-top: 0.75rem;
    text-align: center;
}

.refEditableTitle {
    width: min(40rem, 100%) !important;
}

/*#region PROPERTIES */
.properties__unit {
    display: flex;
    gap: 2rem;
}

.properties__unit-whole {
    display: grid;
    gap: 0.5rem;
}

    .properties__unit-whole label,
    label.title-label {
        font-variant: small-caps;
        letter-spacing: 0.5px;
    }

        img.properties__icon {
            width: 3rem;
        }

.properties__icon-button.wide img.properties__icon {
    width: 6rem;
}

    .properties__unit input {
        /*width: 6rem;*/
        flex-grow:1;
    }

.properties__unit .measureButton {
    font-size: 9px;
    display: flex;
    align-items: center;
    line-height: 8px;
}

.properties__icon-button {
    padding: 0.25em;
    border: 2px solid;
    border-radius: 5px;
    background-color: var(--primary-clr-shadow);
    box-shadow: 2px 2px 5px;
}

.properties__hint {
    position: absolute;
    top: 4rem;
    left: 0;
    width: 100%;
    padding: 8px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #454545;
    color: white;
    font-size: 11px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

.properties__icon-button.wide ~ .properties__hint {
    top: 5.125rem;
}

button.properties__icon-button:hover + .hint-grow-left,
button.properties__icon-button:hover + .hint-keep-center-horizontal,
button.properties__icon-button:hover + .hint-grow-right,
button.properties__icon-button:hover + .hint-grow-up,
button.properties__icon-button:hover + .hint-keep-center-vertical,
button.properties__icon-button:hover + .hint-grow-down {
    opacity: 1;
}

.property-item {
    display: grid;
    gap: 0.25rem;
}

.advanced__accordion-button.accordion-button {
    padding: 0.5rem;
    border-radius: 5px;
    background: var(--clr-lightblue);
    color: var(--clr-black);
    font-size: 1rem;
    font-variant: small-caps;
    letter-spacing: 0.5px;
    transition: background 0.5s;
}

.advanced__accordion-button i {
    offset-rotate: 180deg;
}

.accordion {
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%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");
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='gray'%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");
}

.accordion-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--primary-clr-shadow);
}

.accordion-button::after {
    transition: all 0.5s;
    background-image: var(--bs-accordion-btn-active-icon);
}

.accordion-button:not(.collapsed) {
    background: var(--primary-clr-shadow);
    transition: background 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
    transition: all 0.5s;
    transform: rotate(90);
}

.accordion-collapse {
    background-color: var(--clr-lightblue);
    transition: all 0.25s;
}

/*#endregion PROPERTIES */

.label-with-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    hyphens: auto;
}

.text-picker-clicked {
    border: 2px solid blue !important;
}

.properties__selected-option {
    outline: 4px solid var(--clr-black) !important;
}

.hint__img-unit {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 5px;
    padding: 0.25rem;
}

.hint__img-container {
    padding: 0.5rem;
    background-color: var(--clr-white);
    border-radius: 5px;
}

.hint__img-unit p {
    margin: 0;
}

.hint__key-span {
    padding-inline: 0.25rem;
    font-weight: 600;
}

    .hint__key-span i {
        margin-right: 0.25rem;
        color: var(--primary-clr-500);
        transform: scaleX(-1);
    }

.H_highlighted-text {
    color: var(--primary-clr-500);
    font-size: 1.25rem;
    font-variant: small-caps;
    letter-spacing: 1px;
}

.properties__stripe {
    padding: 0.5rem;
    background: repeating-linear-gradient(45deg, hsl(0deg 0% 0% / 15%), hsl(0deg 0% 0% / 15%) 10px, hsl(50deg 100% 50% / 20%) 10px, hsl(50deg 100% 50% / 20%) 20px);
    font-weight: 600;
}

.link-button {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}