/* _content/KVNWeb/Components/APISearchComponent.razor.rz.scp.css */
.search-icon[b-he0j2s80mz] {
    position: absolute;
    left: 15px;
}

.search-field[b-he0j2s80mz] {
    pointer-events: all;
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
    width: 100%;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 14px;
    padding: 0px 40px;
}

.search-field[b-he0j2s80mz]::placeholder {
        font-size: var(--components-default-font-size);
}

.selector-header[b-he0j2s80mz] {
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-size: var(--components-header-font-size);
    color: #393E41;
}

.search-field-container[b-he0j2s80mz] {
    
    position: relative;
    display: flex;
    align-items: center;
}

.component-container[b-he0j2s80mz] {
    pointer-events: none;
}

.selector-options[b-he0j2s80mz] {
    pointer-events: all;
    z-index: 2099;
    display: none;
    background: white;
    width: 100%;
    position: fixed !important;
    max-height: 200px;
    margin-top: 10px;
    overflow: auto;
    padding: 5px 5px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
}

    .selector-options.opened[b-he0j2s80mz] {
        display: block;
    }


.selector-option:hover[b-he0j2s80mz] {
    transition: ease-in 0.2s;
    background: rgb(240, 240, 240);
}

.selector-option[b-he0j2s80mz] {
    font-size: var(--components-default-font-size);
    padding: 8px 5px;
    border-radius: 5px;
}

.selected-items-container[b-he0j2s80mz] {
    pointer-events: none;
    display: flex;
    padding: 5px;
    gap: 5px;
    flex-wrap: wrap;
}

.selected-item[b-he0j2s80mz] {
    pointer-events: all;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
    border-radius: 8px;
    background-color: rgb(242, 242, 242);
}



.selector-option.selected[b-he0j2s80mz] {
   display: none;
}

.empty[b-he0j2s80mz] {
    opacity: 0.5;
}


.dropdown-icon.opened[b-he0j2s80mz] {
    transition: all 0.3s;
    transform: translateY(-50%) rotateZ(180deg);
    top: 50%;
}

    .dropdown-icon.opened img[b-he0j2s80mz] {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
        content: url('assets/close-icon-v2.svg');
        width: 11px;
        height: 11px;
    }

.dropdown-icon img[b-he0j2s80mz] {
    width: 23px;
    height: 23px;
}



.dropdown-icon[b-he0j2s80mz] {
    pointer-events: all;
    transition: all 0.2s;
    display: flex;
    height: 23px;
    width: 23px;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
}

.dropdown-icon.opened:hover[b-he0j2s80mz] {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(100%);
    border-radius: 8px;
}

.except-button[b-he0j2s80mz] {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.except-button img[b-he0j2s80mz] {
    width: 24px;
    height: 24px;
}

.except-button img:hover[b-he0j2s80mz] {
    opacity: 0.5;
    filter: invert(42%) sepia(93%) saturate(1352%) contrast(10%);
}

.active img:hover[b-he0j2s80mz] {
    opacity: 0.8;
    filter: invert(42%) sepia(93%) saturate(1352%) contrast(10%);
}

.active img[b-he0j2s80mz] {
    filter: invert(42%) sepia(93%) saturate(1352%) contrast(5%);
}

/* _content/KVNWeb/Components/Check.razor.rz.scp.css */
div[b-97a15ejdm6] {
    overflow: hidden;
    position: relative;
    height: 100%;
  /*  width: 100%;*/
    display: flex;
    gap: 10px;
}

p[b-97a15ejdm6] {
    margin-top: 5px;
    margin-bottom: 0px;
}

.check-container[b-97a15ejdm6] {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
}

input[type='checkbox'][b-97a15ejdm6] {
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
    left: 0;
    border: 1px solid rgba(220, 220, 220);
    background-color: white;
    border-radius: 0.3em;
    transition: background-color ease-in-out 0.1s;
    .dark &:after {
        content: '';
        width: 1.25em;
        position: absolute;
        height: 1.25em;
        top: -1px;
        left: -0.5px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
        background-size: 40px;
        background-repeat: no-repeat;
        background-position: center;
    }

}

.dark input[type='checkbox'][b-97a15ejdm6] {

    &:checked
    {
        background-color: hsl(0, 0%, 40%);
        border-color: hsl(0, 0%, 40%);
    }
}

.light input[type='checkbox'][b-97a15ejdm6] {
    border: 2px solid rgba(220, 220, 220);
    transition: border ease-in-out 0.1s;
    &:checked
    {
        background-color: white;
        border: 2px solid rgba(72, 72, 72, 1);
        background-image: url("assets/checked-icon.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
    }
}


p[b-97a15ejdm6] {
    font-size: var(--components-default-font-size);
    margin: 0;
}
/* _content/KVNWeb/Components/CinemaComponent.razor.rz.scp.css */
.cinema-container[b-akwiwx2n8c] {
    display: grid;
    grid-template-columns: max-content auto;
    grid-template-rows: auto auto;
    gap: 10px;
    overflow-y: auto;
}

    .cinema-container h5[b-akwiwx2n8c] {
        grid-column: span 2;
        font-weight: 500;
    }

[b-akwiwx2n8c] video {
   aspect-ratio: 4/3;
   width: var(--video-width);
}

.videos-collection[b-akwiwx2n8c] {
    display: flex;
    height: 100%;
    flex-direction: column;
    gap: 10px;
}

.video-description p[b-akwiwx2n8c]{
    margin: 0;
    font-size: 13px;
    color: rgba(90, 90, 90);
}

.video-description[b-akwiwx2n8c]{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

@media screen and (max-width: 1029px) {
    .cinema-container[b-akwiwx2n8c] {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        gap: 30px;
    }

    .cinema-container h4[b-akwiwx2n8c] {
        grid-column: 1;
    }

    .videos-collection[b-akwiwx2n8c] {
        padding: 0;
    }

    .video-description[b-akwiwx2n8c] {
        grid-row: 2;
    }
}





    .videos-collection .video[b-akwiwx2n8c] {
        /*    background-color: rgba(242, 242, 242, 0.47);
    border-radius: 14px;
    padding: 10px;*/
    }

.video-info[b-akwiwx2n8c] {
    position: relative;
}

.video-duration[b-akwiwx2n8c] {
    position: absolute;
    transform: translateY(calc(-100% - 3px));
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 12px;
    right: 3px;
    padding: 2px;
}


.video-thumbnail[b-akwiwx2n8c] {
 
    width: 120px;
    height: 120px;
    background: rgba(30, 30, 30);
    border-radius: 5px;
}

.video[b-akwiwx2n8c] {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 10px;
}

.video-name[b-akwiwx2n8c] {
    font-weight: 500;
}

.video:hover .video-info[b-akwiwx2n8c]::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 27px;
    width: 27px;
    z-index: 9999;
    background-image: url('assets/play-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    opacity: 0.75;
}
/* _content/KVNWeb/Components/DataGrid/CellTemplate.razor.rz.scp.css */
/* _content/KVNWeb/Components/DataGrid/DataGrid.razor.rz.scp.css */
.data-grid[b-0pnk7li0yy] {
    display: grid;
    border-collapse: collapse;
    row-gap: 1px;
    min-width: 100%;
    grid-template-rows: 52px;
}


.data-grid-column.checkbox[b-0pnk7li0yy] {

    z-index: 100;
    position: sticky;
    top: 0;
    text-align: left;
    background: white;
}


.data-grid-container[b-0pnk7li0yy]::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.data-grid-container[b-0pnk7li0yy]::-webkit-scrollbar-track {
    margin-top: 50px;
    margin-bottom: 0px;
    box-shadow: inset 0 0 12px 12px rgb(250, 250, 250);
    border: solid 3px transparent;
    border-radius: 20px;
}


.data-grid-container[b-0pnk7li0yy]::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgb(200, 200, 200);
    border: solid 3px transparent;
    border-radius: 20px;
}

.data-grid-container[b-0pnk7li0yy]::-webkit-scrollbar-thumb:hover {
    box-shadow: inset 0 0 12px 12px rgb(130, 130, 130);
}


.data-grid-container[b-0pnk7li0yy] {
    overflow: auto;
    flex-grow: 1;
    margin: 10px 0px;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}

.data-grid-row:hover[b-0pnk7li0yy]  .data-grid-cell {
    --class-item-bg: 242;
}

.data-grid-row.selected[b-0pnk7li0yy]  .data-grid-cell {
    --class-item-bg: 242;
}

.data-grid-row.selected[b-0pnk7li0yy]  .data-grid-cell:first-child {
    border-radius: 10px 0px 0px 10px;
}

.data-grid-row.selected[b-0pnk7li0yy]   .data-grid-cell:last-child {
    border-radius: 0px 10px 10px 0px;
}


.data-grid-row:hover[b-0pnk7li0yy]  .data-grid-cell:first-child {
    border-radius: 10px 0px 0px 10px;
}

.data-grid-row:hover[b-0pnk7li0yy]  .data-grid-cell:last-child {
        border-radius: 0px 10px 10px 0px;
}

.data-grid-head[b-0pnk7li0yy], .data-grid-body[b-0pnk7li0yy], .data-grid-row[b-0pnk7li0yy] {
    display: contents;
}

[b-0pnk7li0yy] .data-grid-column, [b-0pnk7li0yy] .data-grid-cell {
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.data-grid-cell.virtual[b-0pnk7li0yy] {
    padding: 0;
}

[b-0pnk7li0yy] .data-grid-cell {
 
    --class-item-bg: 255;
    background: rgb(var(--class-item-bg), var(--class-item-bg), var(--class-item-bg));
    padding-top: 8px;
    padding-bottom: 8px;
    display: table-cell;
    align-content: center;

}





[b-0pnk7li0yy] .checkbox  {

   display: grid;
   grid-template-columns: max-content auto;
   align-items: center;
   gap: 5px;
}


/*@media screen and (max-width: 768px) {

    .data-grid {
        display: flex;
        flex-direction: column;
    }

}
*/
.mobile-data-rc[b-0pnk7li0yy] {
    display: flex;
    flex-direction: row;
}

[b-0pnk7li0yy] .data-grid-column {
    user-select: none;
}

[b-0pnk7li0yy] .data-grid-cell {
    height: 52px;
    font-size: var(--components-default-font-size);
    border-bottom: 1px solid rgb(235, 235, 235);
}

[b-0pnk7li0yy] .data-grid-cell button {
    height: 36px;
}


.empty-data[b-0pnk7li0yy] {
    user-select: none;

    font-size: 20px;
    color: rgb(200, 200, 200);

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    animation: empty-data-show-b-0pnk7li0yy forwards 6s;
}

@keyframes empty-data-show-b-0pnk7li0yy {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50%{
        opacity: 1;
    }
    100% {
        opacity: 1 ;
    }

}
/* _content/KVNWeb/Components/DataGrid/HeaderTemplate.razor.rz.scp.css */

th[b-04x5e7a4j5] {
    z-index: 100;
    position: sticky;
    top: 0;
    text-align: left;
    font-size: 15px;
    background: white;
}

.resize-handle.no-resizable[b-04x5e7a4j5] {
    display: none;
}

.resize-handle[b-04x5e7a4j5] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
/*    background: black;*/
    opacity: 0;
    width: 20px;
    cursor: col-resize;
}

.resize-handle div[b-04x5e7a4j5] {
     background: black;
     width: 3px;
     margin-left: auto;
     height: 100%;
}

.resize-handle:hover[b-04x5e7a4j5], .header--being-resized .resize-handle[b-04x5e7a4j5] {
  opacity: 0.7;
}

th:hover .resize-handle[b-04x5e7a4j5] {
    opacity: 0.7;
}


.sort-handle[b-04x5e7a4j5] {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 50%;
    
    transform: translateY(-50%) translateX(10px);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transition: all .2s
}

    .sort-handle.asc[b-04x5e7a4j5] {
        transform: translateY(-50%) translateX(10px) rotate(180deg);
    }
/* _content/KVNWeb/Components/DateInput.razor.rz.scp.css */
.textbox-container[b-ngshqx72wa] {
    display: flex;
    flex-direction: column;
}

.textbox[b-ngshqx72wa] {
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
    width: 100%;
    border-radius: 12px;
    padding: 8px 8px 8px 15px;
    border: 1px solid rgb(242, 242, 242);
}

    .textbox[b-ngshqx72wa]::placeholder {
        font-size: var(--components-default-font-size);
        color: rgba(118, 118, 118, 1);
        font-size: 16px;
        font-weight: 400;
    }

.textbox-header[b-ngshqx72wa] {
    font-size: var(--components-header-font-size);
    color: rgba(57, 62, 65, 1);
}

.show-password #image[b-ngshqx72wa] {
    width: 18px;
    height: 12px;
}

.show-password[b-ngshqx72wa] {
    top: calc(42px / 2 - 26px / 2);
    right: 10px;
    position: absolute;
    border: none;
    background: white;
}
/* _content/KVNWeb/Components/DateSelector.razor.rz.scp.css */
.date-selector-input[b-b7b0s39xa9] {
    width: 100%;
    padding: 10px;
    border: 1px solid rgba(242, 242, 242, 1);
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
    border-radius: 14px;
}

.date-selector-input[b-b7b0s39xa9]::placeholder {
    font-size: var(--components-default-font-size);
}

.date-selector[b-b7b0s39xa9] {
    position: relative;
}

.date-selector-body[b-b7b0s39xa9] {
    position: relative;
}

.date-selector-body img[b-b7b0s39xa9] {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 16px;
    height: 17px;
    width: 17px;    
}

.date-selector-body.opened img[b-b7b0s39xa9] {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    transform: translateY(-50%) rotateX(-180deg);
    content: url('assets/close-icon-v2.svg');
    width: 12px;
    height: 12px;
}

    .date-selector-body.opened img:hover[b-b7b0s39xa9] {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(100%);
    }

.date-selector-header[b-b7b0s39xa9] {
    font-size: var(--components-header-font-size);
    font-weight: 400;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.nav-btn[b-b7b0s39xa9] {
    border: none;
    background: none;
}

.nav-btn img[b-b7b0s39xa9] {
    width: 20px;
}

.nav-btn.left img[b-b7b0s39xa9]{
    transform: rotateZ(180deg);
}

.nav-btn:hover[b-b7b0s39xa9] {
    background: rgba(242, 242, 242);
    border-radius: 8px;
}

.date-picker-header[b-b7b0s39xa9] {
    display: grid;
    grid-template-columns: auto 1fr auto;
   

    
}

.date-picker-viewname[b-b7b0s39xa9] {
    text-align: center;
    font-weight: 500;
    align-self: center;
    justify-self: center;
}

.date-selector-dropdown.opened[b-b7b0s39xa9] {
    display: block;
}

.date-selector-dropdown[b-b7b0s39xa9] {
    min-width: 200px;
    position: fixed !important;
    background: white;
    z-index: 1001;
    display: none;
    margin: 5px 0;
    transform: translateY(0);
    padding: 10px;
    box-shadow: 0px 4px 32.8px 0px rgba(0, 0, 0, 0.13);
    border-radius: 14px;
}

.date-picker[b-b7b0s39xa9] {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    font-size: var(--components-default-font-size);
    -webkit-user-select: none; 
    -ms-user-select: none; 
    user-select: none;
}

.day-calendar[b-b7b0s39xa9] {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: repeat(5, auto);
    row-gap: 5px;
    column-gap: 5px;
}

.day[b-b7b0s39xa9] {
    width: 100%;
}

.day[b-b7b0s39xa9] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.day.disabled[b-b7b0s39xa9] {

}

.day:hover[b-b7b0s39xa9] {
    background: rgba(242, 242, 242, 1);
}

.day.weekend[b-b7b0s39xa9] {
    font-weight: 500;
    
      background: rgb(245, 180, 0, 0.10);
}

.day.selected:hover[b-b7b0s39xa9]{
     background: rgba(0, 0, 0, 0.35);
}

.day.disabled[b-b7b0s39xa9] {
    background: none;
    pointer-events: none;
}

.day.selected[b-b7b0s39xa9], .month.selected[b-b7b0s39xa9], .year.selected[b-b7b0s39xa9] {
    background: rgba(0, 0, 0, 0.85);
    color: white;
    border-radius: 4px;
}

.day-of-week[b-b7b0s39xa9] {
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
}

.month-calendar[b-b7b0s39xa9] {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4, auto);
    row-gap: 5px;
    column-gap: 5px;
}

.month[b-b7b0s39xa9] {

    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.year-calendar[b-b7b0s39xa9] {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(4, auto);
    row-gap: 10px;
    column-gap: 5px;
}

.year[b-b7b0s39xa9] {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* _content/KVNWeb/Components/Dialog/Dialog.razor.rz.scp.css */
.dialog-overlay[b-f5w7fj27t8] {
    position: absolute;
    z-index: 1099;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-container[b-f5w7fj27t8] {

    display: grid;
    grid-template-rows: max-content, auto, max-content;

    padding: 20px;
    pointer-events: all;
    background-color: white;
    border-radius: 14px;
    min-width: 200px;
}

.dialog-header[b-f5w7fj27t8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-title[b-f5w7fj27t8] {
    display: flex;
    align-items: center;
    gap: 10px;

    font-weight: 500;
}


.close-button[b-f5w7fj27t8] {
    background: none;
    border: none;
    border-radius: 10px;
    color: rgb(80, 80,80);
    font-weight: 500;

}
.close-button:hover[b-f5w7fj27t8] {
}

.close-button img[b-f5w7fj27t8] {
    width: 14px;
    height: 14px;
}

.dialog-message[b-f5w7fj27t8] {
    margin: 20px 0;
    font-size: 16px;
    color: #333;
    text-align: center;
    max-width: 500px;
}

.dialog-buttons[b-f5w7fj27t8] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dialog-button[b-f5w7fj27t8] {
    cursor: pointer;
    border: none;
    height: 37px;
    width: 80px;
    border-radius: 14px;
    font-weight: 500;
}

    .dialog-button:hover[b-f5w7fj27t8] {
        background-color: rgba(220, 220, 220, 1);
    }
/* _content/KVNWeb/Components/LoadIndicator.razor.rz.scp.css */

/*.load-container {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
}

.loader {
    display: flex;
    gap: 10px;
}


.circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
    animation: animation 1s infinite;
}

@keyframes animation {
    0%, 100% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}

#circle1 {
    animation-delay: 0.1s;
}

#circle2 {
    animation-delay: 0.2s;
}

#circle3 {
    animation-delay: 0.3s;
}

#circle4 {
    animation-delay: 0.4s;
}

#circle5 {
    animation-delay: 0.5s;
}
*/
/* _content/KVNWeb/Components/Modal/ModalWindow.razor.rz.scp.css */
.ModalWindow[b-p6qshqn4y1] {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
   
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
}

.ModalWindow-content[b-p6qshqn4y1] {
    min-height: 25%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: none;
    width: auto;
    min-width: 500px;
   /* max-width: 500px;
    width: 90%;*/
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.ModalWindow-header[b-p6qshqn4y1] {
    color: black;
    font-weight: 500;
    font-size: 22px;
    border: none;
    margin-top: -10px;
}

.close-button #image[b-p6qshqn4y1] {
    width: 16px;
    height: 16px;
}

.close-button[b-p6qshqn4y1] {

    border: none;
    border-radius: 10px;
    position: absolute;
    top: 25px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}



@media screen and (min-width: 769px){
    .ModalWindow-content[b-p6qshqn4y1] {
        max-height: 90%;
      
    }
}

@media(max-width: 768px) {

    .ModalWindow-content[b-p6qshqn4y1] {
        max-width: 100%;
        height: 100%;
        width: 100%; 
        border-radius: 0;
        padding: 10px;
    }
   
}
@media screen and (min-width: 1200px) {
    .ModalWindow-content[b-p6qshqn4y1] {
        min-height: 25%;
        max-height: max-content;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        border: none;
      /*  max-width: 500px;
        width: 90%;*/
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        position: relative;
    }
}



@media screen and (width < 1000px) {
    

    .close-button img[b-p6qshqn4y1] {
        width: 16px;
        height: 16px;
    }

    .close-button[b-p6qshqn4y1] {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        top: 10px;
        right: 10px;
        font-size: 16px;
    }

    .ModalWindow-header[b-p6qshqn4y1] {
        font-size: 16px;
        margin-top: -12px;
    }
}
/* _content/KVNWeb/Components/NumberBox.razor.rz.scp.css */
.textbox-container[b-ndl8l0firn] {
    display: flex;
    flex-direction: column;
}

.textbox[b-ndl8l0firn] {
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
    width: 100%;
    border-radius: 12px;
    padding: 8px 8px 8px 15px;
    border: 1px solid rgb(242, 242, 242);
}

    .textbox[b-ndl8l0firn]::placeholder {
        font-size: var(--components-default-font-size);
        color: rgba(118, 118, 118, 1);
        font-size: 16px;
        font-weight: 400;
    }

.textbox-header[b-ndl8l0firn] {
    font-size: var(--components-header-font-size);
    color: rgba(57, 62, 65, 1);
}

.show-password #image[b-ndl8l0firn] {
    width: 18px;
    height: 12px;
}

.show-password[b-ndl8l0firn] {

    top: calc(42px / 2 - 26px / 2);
    right: 10px;

    position: absolute;
    border: none;
    background: white;
}
/* _content/KVNWeb/Components/Paginator.razor.rz.scp.css */
/*.paginator-container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 25px;
}*/

.paginator-container[b-9s3niflvcm] {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    gap: 10px;
}

.pagination-buttons[b-9s3niflvcm] {
    display: flex;
    align-items: flex-end;
    gap: 10px;

}

.pagination-settings[b-9s3niflvcm] {
    display: flex;
    gap: 25px;
    align-items: flex-end;
}

.page-navigator[b-9s3niflvcm] {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}


.page-navigator p[b-9s3niflvcm] {
   align-self: center;
}

.page-navigator input[b-9s3niflvcm] {
    border: none;
    border-bottom: 1px solid rgba(130, 130, 130, 1);
    max-width: 100px;
    width: 50px;
    padding: 0;
    text-align: center;
}

.page-limitter[b-9s3niflvcm] {
    display: flex;
    gap: 10px;
    align-items: center;
}

[b-9s3niflvcm] .selector-container {
    width: 80px;

}

[b-9s3niflvcm] .textbox-container input {
    height: 32px;
}

[b-9s3niflvcm] .selector-container input {
    height: 32px;
}

.paginator-container p[b-9s3niflvcm] {
    align-content: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.pagination-button[b-9s3niflvcm] {
    border: none;
    border-radius: 8px;
    width: 48px;
    height: auto;
}


@media screen and (max-width: 1040px) {
    .paginator-container[b-9s3niflvcm] {
        display: grid;
        grid-template-columns: auto;
        grid-template-rows: 1fr 1fr;
        gap: 25px;
    }

}
/* _content/KVNWeb/Components/SearchField.razor.rz.scp.css */
.search-field-container[b-5gexlf2pov] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-5gexlf2pov] {
    position: absolute;
    left: 15px;
}

.search-field[b-5gexlf2pov] {
    height: var(--components-default-height);
    width: 100%;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 14px;
    padding: 0px 40px;
}

.search-field-popup[b-5gexlf2pov] {
    padding: 20px;
    position: absolute;
    background-color: white;
    border-radius: 14px;
    box-shadow: 0px 4px 32.8px 0px rgba(0, 0, 0, 0.13);
    margin-top: 5px;
    top: 100%;
    z-index: 1000;
}
/* _content/KVNWeb/Components/Selector.razor.rz.scp.css */
.selector-body[b-iqzkmmo4a9] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.selector-header[b-iqzkmmo4a9] {
 
    font-size: var(--components-header-font-size);
    color: #393E41;
}

.selector[b-iqzkmmo4a9] {
    position: relative;
}


.selector-options.opened[b-iqzkmmo4a9] {
    display: block;
}


.selector-options.dropup[b-iqzkmmo4a9] {
    transform: translateY(-125%);
    margin-bottom: 10px;
}




.selector-options[b-iqzkmmo4a9] {
    z-index: 2099;
    display: none;
    background: white;
   /* top: 100%;*/
    width: 100%;
    position: absolute;
    max-height: 200px;
    margin-top: 10px;
    overflow: auto;
    /*padding: 10px 20px;*/
    padding: 5px 5px;
    border: 1px solid rgb(220, 220, 220);
    border-radius: 10px;
}

.selector-options[b-iqzkmmo4a9] {
    position: fixed !important;
    width: max-content;
  /*  max-width: 400px;*/
  /*  top: 0;*/
}


    .selector-options[b-iqzkmmo4a9]::-webkit-scrollbar {
        width: 12px;
    }

    .selector-options[b-iqzkmmo4a9]::-webkit-scrollbar-track {
        margin-top: 10px;
        margin-bottom: 10px;
        box-shadow: inset 0 0 12px 12px white;
        border: solid 3px transparent;
    }


    .selector-options[b-iqzkmmo4a9]::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 12px 12px rgb(200, 200, 200);
        border: solid 3px transparent;
        border-radius: 20px;
    }

        .selector-options[b-iqzkmmo4a9]::-webkit-scrollbar-thumb:hover {
            box-shadow: inset 0 0 12px 12px rgb(130, 130, 130);
        }


.selector-input[b-iqzkmmo4a9] {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    border: 1px solid rgb(242, 242, 242);
    border-radius: 12px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 20px;
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
}

.selector-option:hover[b-iqzkmmo4a9] {
    transition: ease-in 0.2s;
    background: rgb(240, 240, 240);
}

.selector-option[b-iqzkmmo4a9] {
    font-size: var(--components-default-font-size);
    padding: 8px 5px;
    border-radius: 5px;
}

.dropdown-icon.opened[b-iqzkmmo4a9] {
    transition: all 0.3s;
    transform: translateY(-50%) rotateZ(180deg);
    top: 50%;


}

.dropdown-icon.opened img[b-iqzkmmo4a9] {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    content: url('assets/close-icon-v2.svg');
    width: 11px;
    height: 11px;

}

.dropdown-icon img[b-iqzkmmo4a9] {
    width: 23px;
    height: 23px;
}



.dropdown-icon[b-iqzkmmo4a9] {
    transition: all 0.2s;
    display: flex;
    height: 23px;
    width: 23px;
    align-items: center;
    justify-content: center;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 10px;
    
}



.selector-option.selected[b-iqzkmmo4a9] {
    background-color: rgba(242, 242, 242, 0.70);
}



.dropdown-icon.opened:hover[b-iqzkmmo4a9] {
    filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(100%);
    border-radius: 8px;
}

/* _content/KVNWeb/Components/SettingsComponent.razor.rz.scp.css */
.popup-container[b-y9e5wlzl3k] {
    bottom: 10px;
    left: 95px;
    width: 400px;
    z-index: 999;
    background: white;
    position: fixed !important;
    padding: 20px;
    box-shadow: 0px 4px 32.8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    display: grid;
    flex-direction: column;
    gap: 10px;
}

.text-div[b-y9e5wlzl3k] {
    font-weight: 400;
    font-size: var(--components-header-font-size);
    color: rgb(130, 130, 130);
}

strong[b-y9e5wlzl3k] {
    font-weight: 500;
}

.settings-container[b-y9e5wlzl3k] {
    position: relative;
}

.user-info[b-y9e5wlzl3k] {
    color: black;
    font-weight: 600;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 10px;
    align-items: center;
}

.full-name-and-email[b-y9e5wlzl3k] {
    display: grid;
    font-size: var(--components-default-font-size);
}

a[b-y9e5wlzl3k] {
    font-weight: 400;
    text-decoration: underline;
    color: rgba(57, 62, 65, 1);
}

button[b-y9e5wlzl3k] {
    border: none;
    border-radius: 14px;
}

.edit-info-button[b-y9e5wlzl3k] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    justify-self: last baseline;
    height: 36px;
    width: 36px;
    border-radius: 10px;
}

    .img[b-y9e5wlzl3k] {
        height: 16px;
        width: 16px;
    }

    .key-img[b-y9e5wlzl3k] {
        height: 22px;
        width: 22px;
    }

.logout-button[b-y9e5wlzl3k] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: none;
}

.modal-container[b-y9e5wlzl3k] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-y9e5wlzl3k] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    flex-direction: column;
    gap: 15px;
}

.ModalWindow-buttons button[b-y9e5wlzl3k] {
   
    width: 100%;
}

.ModalWindow-buttons[b-y9e5wlzl3k] {
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 769px) {
    .modal-container[b-y9e5wlzl3k] {
        max-height: calc(100vh - 64px - 20vh);
    }

    
}

@media(max-width: 768px) {

    .full-name-and-email[b-y9e5wlzl3k] {
        grid-column: 2 span;
    }

    .popup-container[b-y9e5wlzl3k] {
        width: auto;
    }
    .modal-container[b-y9e5wlzl3k] {
        max-height: calc(100% - 64px);
    }

    .user-info[b-y9e5wlzl3k] {
        grid-template-columns: min-content auto;
        grid-template-rows: repeat(2, auto);
        gap: 5px;
    }

    .edit-info-button[b-y9e5wlzl3k] {
        justify-self: first baseline;
    }
    
}

@media screen and (min-width: 1200px) {
    .modal-container[b-y9e5wlzl3k] {
        max-height: 700px;
    }
}

@media screen and (orientation: portrait) {
    .popup-container[b-y9e5wlzl3k] {
        bottom: 70px;
        right: 10px;
        left: auto;
    }
}

.save-button[b-y9e5wlzl3k] {
    height: var(--components-default-height);
    width: 100%;
}
/* _content/KVNWeb/Components/TabbedView/TabbedView.razor.rz.scp.css */
.tabbed-view-button[b-t3hb6m9u69] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
/*    position: relative;*/
    padding: 0 20px;
    background: none;
    border: none;
    font-weight: 400;
    background-color: white;
    opacity: 0.5;
    height: 36px;
    font-size: 14px;
    border-radius: 0;
}

.tabbed-view-header[b-t3hb6m9u69] {
  
    background: white;
    border-radius: 14px 14px 0 0;
    align-items: flex-end;
    display: flex;
    gap: 5px;
}

.tabbed-view-button:first-child[b-t3hb6m9u69] {
    border-radius: 10px 0 0 0;
}


.tabbed-view-button:last-child[b-t3hb6m9u69] {
    border-radius: 0 10px 0 0;
}

.tabbed-view-button-dropdown.tabbed-view-button.active[b-t3hb6m9u69] {
    font-size: 16px;
    height: 47px;
    opacity: 1;
    color: black;
}

.tabbed-view-button:hover[b-t3hb6m9u69] {
  background: rgb(240, 240, 240);
}



[b-t3hb6m9u69] .tabbed-view-page {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden auto;
    padding-right: 12px;
    background-color: white;
    border-radius: 0px 0px 10px 10px;
    padding: var(--kvn-page-padding);
}



.tabbed-view-container[b-t3hb6m9u69] {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.menu img[b-t3hb6m9u69] {
    width: 24px;
    height: 24px;
}

.tabbed-view-button-dropdown[b-t3hb6m9u69] {
    top: 47px;
    z-index: 190000;
    display: grid;
    position: absolute;
    transform: translateY(-11px);
    max-height: 288px;
    height: 0;
    display: none;
    background-color: white;
    border-radius: 0 0 8px 8px;
    border-top: none;
    border-left: none;
    overflow: hidden;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
}

.dropped[b-t3hb6m9u69] {
    display: grid;
    animation: dropdown-b-t3hb6m9u69 forwards 0.4s;
}


@keyframes dropdown-b-t3hb6m9u69 {
    0% {

        height: 0;
    }
    99%{
        overflow: hidden;
    }
    100% {
        overflow: auto;
        height: 288px;
    }
}

.tabbed-view-button-dropdown .tabbed-view-button[b-t3hb6m9u69] {
    display: inline-flex;
    justify-content: start;
    align-items: center;
    padding: 0 20px;
    background: none;
    border: none;
    font-weight: 400;
    background: none;
    opacity: 0.3;
    height: 36px;
    font-size: 14px;
    border-radius: 0;
}


.tabbed-view-button-dropdown .tabbed-view-button.active[b-t3hb6m9u69] {
    opacity: 1;
    color: black;
}

.tabbed-view-button-dropdown .tabbed-view-button:hover[b-t3hb6m9u69] {
    background: rgb(220, 220, 220);
}

.tabbed-view-button-dropdown .tabbed-view-button:hover.active[b-t3hb6m9u69] {
    background: none;
}

.tabbed-view-header[b-t3hb6m9u69] {

    position:relative;
    border-bottom: 0px solid rgb(242, 242, 242);
    align-items: center;
    font-size: 14px;
    color: rgb(140, 140, 140);
}

     .tabbed-view-button-dropdown[b-t3hb6m9u69]::after {
        pointer-events: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        z-index: -1;
    }
/* _content/KVNWeb/Components/TextBox.razor.rz.scp.css */
.textbox-container[b-qwgbn1kv3b] {
    display: flex;
    flex-direction: column;
}

.textbox[b-qwgbn1kv3b] {
    height: var(--components-default-height);
    font-size: var(--components-default-font-size);
    width: 100%;
    border-radius: 12px;
    padding: 8px 8px 8px 15px;
    border: 1px solid rgb(242, 242, 242);
}

    .textbox[b-qwgbn1kv3b]::placeholder {
        font-size: var(--components-default-font-size);
        color: rgba(118, 118, 118, 1);
        font-size: 16px;
        font-weight: 400;
    }

.textbox-header[b-qwgbn1kv3b] {
    font-size: var(--components-header-font-size);
    color: rgba(57, 62, 65, 1);
}

.show-password #image[b-qwgbn1kv3b] {
    width: 18px;
    height: 12px;
}

.show-password[b-qwgbn1kv3b] {

    top: calc(42px / 2 - 26px / 2);
    right: 10px;
    height: auto;
    position: absolute;
    border: none;
    background: white;
}
/* _content/KVNWeb/Components/Tooltip.razor.rz.scp.css */
.custom-tooltip[b-2v5t4q2e44] {

    position: absolute;
    z-index: 1080;
    display: none;
    box-shadow: 0px 4px 32.8px 0px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    padding: 5px;
    left: 0;
    transform: translate(65px);
    background-color: white;

}

.custom-tooltip-text[b-2v5t4q2e44] {
    padding: 0px;
    font-size: var(--components-header-font-size);
}


@media screen and (orientation: portrait) {
    .custom-tooltip[b-2v5t4q2e44] {
        top: 0;
        left: 50%;
        transform: translateX(-50%) translateY(-45px);
    }
}

/* _content/KVNWeb/Components/TreeDataGrid/HeaderTemplate.razor.rz.scp.css */

th[b-652c2busb1] {
    z-index: 100;
    position: sticky;
    top: 0;
    text-align: left;
    font-size: 15px;
    background: white;
}

.resize-handle.no-resizable[b-652c2busb1] {
    display: none;
}

.resize-handle[b-652c2busb1] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*    background: black;*/
    opacity: 0;
    width: 20px;
    cursor: col-resize;
}

    .resize-handle div[b-652c2busb1] {
        background: black;
        width: 3px;
        margin-left: auto;
        height: 100%;
    }


.resize-handle:hover[b-652c2busb1], .header--being-resized .resize-handle[b-652c2busb1] {
  opacity: 0.7;
}

th:hover .resize-handle[b-652c2busb1] {
    opacity: 0.7;
}

.sort-handle[b-652c2busb1] {
    font-family: 'Material Symbols Outlined';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transition: all .2s
}

    .sort-handle.asc[b-652c2busb1] {
        transform: translateY(-50%) translateX(10px) rotate(180deg);
    }



/* _content/KVNWeb/Components/TreeDataGrid/TreeDataGrid.razor.rz.scp.css */
.data-grid[b-6t58m1iefj] {
    display: grid;
    border-collapse: collapse;
    row-gap: 1px;
    min-width: 100%;
}




.data-grid-container[b-6t58m1iefj]::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.data-grid-container[b-6t58m1iefj]::-webkit-scrollbar-track {
    margin-top: 50px;
    margin-bottom: 0px;
    box-shadow: inset 0 0 12px 12px rgb(250, 250, 250);
    border: solid 3px transparent;
    border-radius: 20px;
}


.data-grid-container[b-6t58m1iefj]::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 12px 12px rgb(200, 200, 200);
    border: solid 3px transparent;
    border-radius: 20px;
}

    .data-grid-container[b-6t58m1iefj]::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 12px 12px rgb(130, 130, 130);
    }


.data-grid-container[b-6t58m1iefj] {
    overflow: auto;
    flex-grow: 1;
    margin: 10px 0px;
}

.data-grid-row:hover[b-6t58m1iefj]  .data-grid-cell {
    --class-item-bg: 242;
}

.data-grid-row.selected[b-6t58m1iefj]  .data-grid-cell {
    --class-item-bg: 242;
}

    .data-grid-row.selected[b-6t58m1iefj]  .data-grid-cell:first-child {
        border-radius: 10px 0px 0px 10px;
    }

    .data-grid-row.selected[b-6t58m1iefj]  .data-grid-cell:last-child {
        border-radius: 0px 10px 10px 0px;
    }


.data-grid-row:hover[b-6t58m1iefj]  .data-grid-cell:first-child {
    border-radius: 10px 0px 0px 10px;
}

.data-grid-row:hover[b-6t58m1iefj]  .data-grid-cell:last-child {
    border-radius: 0px 10px 10px 0px;
}

.data-grid-head[b-6t58m1iefj], .data-grid-body[b-6t58m1iefj], .data-grid-row[b-6t58m1iefj] {
    display: contents;
}

[b-6t58m1iefj] .data-grid-column, [b-6t58m1iefj] .data-grid-cell {
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



.data-grid-cell.virtual[b-6t58m1iefj] {
    padding: 0;
}

[b-6t58m1iefj] .data-grid-cell {
    position: relative;
    --class-item-bg: 255;
    background: rgb(var(--class-item-bg), var(--class-item-bg), var(--class-item-bg));
    padding-top: 8px;
    padding-bottom: 8px;
    display: table-cell;
    align-content: center;
}


.children-container[b-6t58m1iefj] {
    display: none;
}

.children-container.expanded[b-6t58m1iefj] {
    display: contents;
}

.expand-button.expanded[b-6t58m1iefj] {
    transform: rotateZ(180deg);
}



.expand-button[b-6t58m1iefj] {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expand-button img[b-6t58m1iefj] {
    width: 24px;
    height: 24px;
}

[b-6t58m1iefj] .checkbox {
    display: grid;
    grid-template-columns: max-content max-content auto;
    align-items: center;
    gap: 5px;
}


/*@media screen and (max-width: 768px) {

    .data-grid {
        display: flex;
        flex-direction: column;
    }

}
*/
.mobile-data-rc[b-6t58m1iefj] {
    display: flex;
    flex-direction: row;
}


[b-6t58m1iefj] .data-grid-cell:not(:first-child), [b-6t58m1iefj] .data-grid-column:not(:first-child) {
    border-left: 1px solid rgb(235, 235, 235);

}

[b-6t58m1iefj] .data-grid-column {
    user-select: none;
}
[b-6t58m1iefj] .data-grid-cell {
    min-height: 52px;
    border-bottom: 1px solid rgb(235, 235, 235);
}
/* _content/KVNWeb/Components/VideoPlayer.razor.rz.scp.css */
#video-player[b-i9byndwycy] {
    background: black;
    border-radius: 5px;
}

button img[b-i9byndwycy] {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}



.time-range[b-i9byndwycy] {
    --c: rgba(255, 255, 255, 1);
    --g: 0px;
    --l: 5px;
    --s: 15px;
    height: var(--s);
    --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}

.volume-range[b-i9byndwycy] {
    --c: rgba(255, 255, 255);
    --g: -5px;
    --l: 5px;
    --s: 5px;
    height: var(--s);
    --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
    width: 100%;
}


input[type="range" i][b-i9byndwycy]::-webkit-slider-thumb {
    height: var(--s);
    aspect-ratio: 1;
    border-radius: 100%;
    box-shadow: 0 0 0 var(--s, var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%, rgba(255, 255, 255, 0.6) 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -webkit-appearance: none;
    appearance: none;
    transition: .3s;
}


input[type="range"][b-i9byndwycy]::-moz-range-thumb {
    height: var(--s);
    width: var(--s);
    background: none;
    border-radius: 100%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,rgba(240, 240, 240, 1) 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
}

@supports not (color: color-mix(in srgb,red,red)) {
    .range-input[b-i9byndwycy] {
        --_c: var(--c);
    }
}

.video-player-controls[b-i9byndwycy] {
    padding: 2px 10px;
    display: grid;
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(-50%);
}

.video-player-container[b-i9byndwycy] {
    position: relative;
}

.video-player-buttons[b-i9byndwycy] {
    display: grid;
    grid-template-columns: max-content max-content auto;
    gap: 10px;
}

.video-player-buttons button[b-i9byndwycy] {
    height: 30px;
    width: 30px;
    border-radius: 5px;
    background: none;
}


.range-input input[b-i9byndwycy] {
    width: 100%;
}

.audio-settings[b-i9byndwycy] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fullscreen-button[b-i9byndwycy] {
    margin-left: auto;
}
/* _content/KVNWeb/Pages/Authorization.razor.rz.scp.css */
.authorization-page[b-olk3ywjhen] {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(41, 41, 41, 1);
}

.tabbed-view-page[b-olk3ywjhen] {
    background: white;
    padding: 20px;
    border-radius: 14px;
    height: max-content;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

form[b-olk3ywjhen] {
    margin: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

h1[b-olk3ywjhen] {
    font-size: 32px;
    text-align: center;
    margin: 20px;
    font-weight: 800;
}

.submit-button[b-olk3ywjhen] {
    margin-top: auto;
    height: var(--components-default-height);
    border: none;
    background: black;
    color: white;
    border-radius: 14px;
}
/* _content/KVNWeb/Pages/Dashboards.razor.rz.scp.css */
.dashboards-page[b-r1tp2nb511] {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    gap: 10px;
}

    .dashboards-page .actions-and-filters[b-r1tp2nb511] {
        display: grid;
        grid-template-columns: repeat(4, max-content) auto;
      
        gap: 10px;
        align-items: center;
        padding: 0;
        border-radius: 14px;
        padding: 20px 0;
    }

        .dashboards-page .actions-and-filters strong[b-r1tp2nb511] {
            width: 100%;
            text-align: center;
            font-size: 20px;
        }

        .dashboards-page .actions-and-filters[b-r1tp2nb511]  .selector-header {
            font-weight: 500;
            color: black;
        }

.dashboards-grid[b-r1tp2nb511] {
  
    overflow: auto;
    gap: 10px;
    height: 200%;
    display: grid;
    grid-template-rows: 1fr repeat(2, 2fr);
    grid-template-columns: repeat(15, 1fr);
}

    .dashboards-grid .page-title[b-r1tp2nb511] {

    }


@media screen and (max-width: 768px) {
    .dashboards-grid[b-r1tp2nb511] {
        grid-template-rows: 1fr repeat(2, 2fr);
        grid-template-columns: repeat(15, 1fr);
    }
}

@media screen and (max-width: 1350px) {

    .dashboards-page .actions-and-filters[b-r1tp2nb511] {
        grid-template-rows: repeat(2, auto);
        grid-template-columns: repeat(4, max-content);
    }

    .dashboards-page .page-title[b-r1tp2nb511] {
        display: none;
    }

    .dashboards-grid[b-r1tp2nb511] {
        grid-template-rows: 1fr repeat(2, 2fr);
        grid-template-columns: repeat(15, 1fr);
    }
}

@media all and (orientation: landscape) {

    .dashboards-page[b-r1tp2nb511] {
        border-radius: 14px;
    }
}

@media all and (orientation: portrait) {

    .dashboards-page[b-r1tp2nb511] {
        border-radius: 14px;
    }
}

.widget[b-r1tp2nb511] {
    user-select: none;
    background-color: white;
    border-radius: 14px;
    padding: 10px 20px;
}

.mini-widget[b-r1tp2nb511] {
    grid-column: span 3;
}

.big-widget[b-r1tp2nb511] {
    grid-column: span 5;
}

.wide-widget[b-r1tp2nb511] {
    grid-column: span 11;
}

.casual-widget[b-r1tp2nb511] {
    grid-column: span 4;
}

.widget-value[b-r1tp2nb511] {
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-value p[b-r1tp2nb511] {
    text-align: center;
    font-size: 18px;
}


p strong[b-r1tp2nb511] {
    font-size: var(--widget-value-strong-font-size);
}

.widget-header[b-r1tp2nb511] {
    font-weight: 500;
    
}

.filter-button[b-r1tp2nb511] {
    background: white;
    height: var(--components-default-height);
}

.filter-button img[b-r1tp2nb511] {
    width: 16px;
    height: 16px;
}


.filter-popup[b-r1tp2nb511]{
    height: 600px;
}

.outer-container[b-r1tp2nb511] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.filter-buttons[b-r1tp2nb511] {
    margin-top: auto;
}

.date-filter[b-r1tp2nb511] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
/* _content/KVNWeb/Pages/Divisions.razor.rz.scp.css */


[b-4bhm7sgx8b] .delete-edit-container {
    display: flex;
    gap: 10px;
}

    [b-4bhm7sgx8b] .delete-edit-container img {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    }

    [b-4bhm7sgx8b] .delete-edit-container button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }


.unselect-button img[b-4bhm7sgx8b] {
    width: 10px;
    height: 10px;
}

@media all and (orientation: landscape) {
    .divisions-page[b-4bhm7sgx8b] {
        border-radius: 20px;
    }
}

@media all and (orientation: portrait) {

    .divisions-page[b-4bhm7sgx8b] {
        border-radius: 10px;
    }
}


.modal-container[b-4bhm7sgx8b] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-4bhm7sgx8b] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.date-filter[b-4bhm7sgx8b] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
/* _content/KVNWeb/Pages/Drones.razor.rz.scp.css */

[b-d5ups6djpj] .delete-edit-container {
    display: flex;
    gap: 10px;
}

    [b-d5ups6djpj] .delete-edit-container img {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    }

    [b-d5ups6djpj] .delete-edit-container button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

.unselect-button img[b-d5ups6djpj] {
    width: 10px;
    height: 10px;
}


@keyframes fade-out-b-d5ups6djpj {
    100% {
        padding: 0;
        opacity: 0;
        width: 0px;
        display: none;
    }
}

.fade-out[b-d5ups6djpj] {
    animation: fade-out-b-d5ups6djpj 0.2s forwards;
}


@media all and (orientation: landscape) {
    .drones-page[b-d5ups6djpj] {
        border-radius: 20px;
    }
}

@media all and (orientation: portrait) {

    .drones-page[b-d5ups6djpj] {
        border-radius: 10px;
    }
}



.modal-container[b-d5ups6djpj] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-d5ups6djpj] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    flex-direction: column;
    gap: 15px;
}

.ModalWindow-buttons button[b-d5ups6djpj] {
    width: 100%;
}

.ModalWindow-buttons[b-d5ups6djpj] {
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 769px) {
    .modal-container[b-d5ups6djpj] {
        max-height: calc(100vh - 64px - 20vh);
    }
}

@media(max-width: 768px) {
    .modal-container[b-d5ups6djpj] {
        max-height: calc(100% - 64px);
    }
}

@media screen and (min-width: 1200px) {
    .modal-container[b-d5ups6djpj] {
        max-height: 700px;
    }
}

.date-filter[b-d5ups6djpj] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
/* _content/KVNWeb/Pages/FlightDetails.razor.rz.scp.css */
.flight-details-page[b-fr83ptkiqr] {
    display: grid;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    gap: 15px;
    position: relative;
}

.flight-details[b-fr83ptkiqr] {

    position: fixed;
    z-index: auto;
    right: 0;
    transform: translateY(62px) translateX(-25px);
    height: calc(100vh - 62px - 25px);
    order: 2;
    gap: 10px;
    overflow-y: auto;
    grid-template-columns: 1fr;
    display: grid;
    background: white;
    padding: 20px;
    border-radius: 14px;
    --components-default-font-size: 14px;
    --components-header-font-size: 12px;
    --components-default-height: 40px;
}

.flight-details[b-fr83ptkiqr]  input::placeholder {
    font-size: 14px;
} 


.flight-details p[b-fr83ptkiqr] {
    color: rgb(90, 90, 90);
}

.flight-detail-panel button[b-fr83ptkiqr] {
    background: none;
}

.flight-detail-panel[b-fr83ptkiqr] {

    position: fixed;
    z-index: 1099;
    top: 0;
    transform: translateY(10px);
    width: calc(100vw - 85px - 35px);
    border: 2px solid rgb(242, 242, 242);
    padding: 2px;
    background: white;
    border-radius: 14px;
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
}
.flight-player[b-fr83ptkiqr] {
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flight-player .play[b-fr83ptkiqr] {
    width: 12px;
}

@media all and (orientation: landscape) {
    .flight-details-page[b-fr83ptkiqr] {
        /*border-radius: 20px;*/
    }
}

@media all and (orientation: portrait) {

    .flight-details-page[b-fr83ptkiqr] {
       /* border-radius: 10px;*/
    }

    .flight-detail-panel[b-fr83ptkiqr] {
        width: calc(100vw - 35px);
    }
    .flight-details[b-fr83ptkiqr] {
        height: calc(100vh - 58px - 85px);
    }
}



.charts-grid-container[b-fr83ptkiqr]  div {
    background-color: white;
    border-radius: 20px;
    position: relative;
}


.charts-grid-container label[b-fr83ptkiqr] {
    position: absolute;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%) translateY(45px);
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

[b-fr83ptkiqr] smart-chart 
{
    border-radius: 20px;
}

.charts-grid-container[b-fr83ptkiqr]  svg {
    border-radius: 20px;
}

.charts-grid-container[b-fr83ptkiqr] {
  /*  overflow-x: hidden;*/
    /*overflow-y: auto;*/
    display: grid;
    grid-template-rows: repeat(3, 50%);
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.flight-detail-settings[b-fr83ptkiqr] {
    margin-right: 38px;
    border: none;
    display: flex;
    font-weight: 500;
    align-items: center;
    gap: 15px;
    max-width: max-content;
}

.flight-detail-settings img[b-fr83ptkiqr] {
    width: 16px;
    height: 16px;
}

p[b-fr83ptkiqr] {
    font-weight: 500;
    margin-bottom: 0;
}

.settings-container[b-fr83ptkiqr] {
    z-index: 9999;
    position: absolute;
    right: 0;
    transform: translateY(40px);
    box-shadow: 0px 4px 32.8px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 14px;
    background-color: white;
    flex-direction: column;
    gap: 15px;
}

.apply-button[b-fr83ptkiqr] {
    border: none;
    border-radius: 12px;
    height: 36px;
}

/*.view-settings-button {

    background: none;
    border: none;
    border-radius: 12px;
    height: 36px;
}*/

.view-settings-button:hover[b-fr83ptkiqr]{
    background-color: rgba(242, 242, 242, 1);
}
/*::deep .js-plotly-plot .plotly .modebar-btn svg:last-child {*/
   /* display: none;*/
/*}*/

/*::deep .js-plotly-plot .plotly .modebar-btn {
    display: block;
}*/

[b-fr83ptkiqr] .js-plotly-plot .plotly .modebar-group:last-child {
    display: none;
}


.menu-button[b-fr83ptkiqr] {
  
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;

    border-radius: 0 14px 0 0;
    background: none;
}

.menu-button img[b-fr83ptkiqr] {
    width: 24px;
    height: 24px;
}


.flight-details.closed[b-fr83ptkiqr] {
    width: 0;
    padding: 0;

}

.flight-details.open[b-fr83ptkiqr] {
    animation: open-b-fr83ptkiqr 0.5s forwards;
}

@keyframes open-b-fr83ptkiqr {
    0% {
        width: 0;
    }
    100% {
        width: 264px;
    }
}

.flight-details[b-fr83ptkiqr]  * {
    flex-wrap: nowrap;
    white-space: nowrap;
}

.flight-details.closed[b-fr83ptkiqr]  * {
    display: none;
}


/* _content/KVNWeb/Pages/Flights.razor.rz.scp.css */

[b-vfrfp1eqtp] .delete-edit-container {
    display: flex;
    gap: 10px;
}

    [b-vfrfp1eqtp] .delete-edit-container img {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    }

    [b-vfrfp1eqtp] .delete-edit-container button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }


.video-player-button:disabled[b-vfrfp1eqtp] {
    opacity: 0.3;
    cursor: not-allowed;
}


.unselect-button img[b-vfrfp1eqtp] {
    width: 10px;
    height: 10px;
}

@keyframes fade-out-b-vfrfp1eqtp {
    100% {
        padding: 0;
        opacity: 0;
        width: 0px;
        display: none;
    }
}

.fade-out[b-vfrfp1eqtp] {
    animation: fade-out-b-vfrfp1eqtp 0.2s forwards;
}


@media all and (orientation: landscape) {
    .flights-page[b-vfrfp1eqtp] {
        border-radius: 20px;
    }
}

@media all and (orientation: portrait) {

    .flights-page[b-vfrfp1eqtp] {
        border-radius: 10px;
    }
}

.range-input-value[b-vfrfp1eqtp] {
    width: 100%;
}

.range-input-header[b-vfrfp1eqtp] {
    font-size: 14px;
    color: rgb(80, 80, 80);
}

.range-input[b-vfrfp1eqtp] {
    --c: rgba(130, 130, 130, 1);
    --g: 0px;
    --l: 5px;
    --s: 20px;
    width: 400px;
    height: var(--s);
    --_c: color-mix(in srgb, var(--c), #000 var(--p,0%));
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    cursor: pointer;
    overflow: hidden;
}

    .range-input:focus-visible[b-vfrfp1eqtp],
    .range-input:hover[b-vfrfp1eqtp] {
        --p: 25%;
    }

    .range-input:active[b-vfrfp1eqtp],
    .range-input:focus-visible[b-vfrfp1eqtp] {
        --_b: var(--s)
    }
    input[type="range" i][b-vfrfp1eqtp]::-webkit-slider-thumb {
        height: var(--s);
        aspect-ratio: 1;
        border-radius: 100%;
        box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
        border-image: linear-gradient(90deg,var(--_c) 50%, rgba(240, 240, 240, 1) 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
        -webkit-appearance: none;
        appearance: none;
        transition: .3s;
    }

input[type="range"][b-vfrfp1eqtp]::-moz-range-thumb {
    height: var(--s);
    width: var(--s);
    background: none;
    border-radius: 100%;
    box-shadow: 0 0 0 var(--_b,var(--l)) inset var(--_c);
    border-image: linear-gradient(90deg,var(--_c) 50%,rgba(240, 240, 240, 1) 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));
    -moz-appearance: none;
    appearance: none;
    transition: .3s;
}

@supports not (color: color-mix(in srgb,red,red)) {
    .range-input[b-vfrfp1eqtp] {
        --_c: var(--c);
    }
}

.modal-container[b-vfrfp1eqtp] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-vfrfp1eqtp] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    flex-direction: column;
    gap: 10px;
}

.ModalWindow-buttons button[b-vfrfp1eqtp] {
    width: 100%;
}

.ModalWindow-buttons[b-vfrfp1eqtp] {
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 769px) {
    .modal-container[b-vfrfp1eqtp] {
        max-height: calc(100vh - 64px - 20vh);
    }
}

@media(max-width: 768px) {
    .modal-container[b-vfrfp1eqtp] {
        max-height: calc(100% - 64px);
    }
}

@media screen and (min-width: 1200px) {
    .modal-container[b-vfrfp1eqtp] {
        max-height: 700px;
    }
}

.access-states-container[b-vfrfp1eqtp] {
    padding: 20px 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    grid-template-rows: max-content auto;
    overflow: hidden;

}

.access-states-container p[b-vfrfp1eqtp] {
    background: white;
    font-weight: 500;
}

.access-denied-container[b-vfrfp1eqtp] {
    grid-row: 2;
    grid-column: 1;
}

.access-aproved-container[b-vfrfp1eqtp] {
    grid-row: 2;
    grid-column: 2;
}

.access-denied-container[b-vfrfp1eqtp], .access-aproved-container[b-vfrfp1eqtp] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-height: 100%;
    height: 100%;
    overflow: auto;
   
}


.access-division-item[b-vfrfp1eqtp] {
    padding: 5px;
    border-radius: 12px;
}
.access-division-item:hover[b-vfrfp1eqtp] {
    background-color: rgba(242, 242, 242, 1)
}

.access-division-item.empty:hover[b-vfrfp1eqtp] {
    background: none;
}

.access-division-item.empty[b-vfrfp1eqtp] {
    color: rgb(130, 130, 130);
}

.access-division-container .save-button-container[b-vfrfp1eqtp] {
    margin-top: auto;
    width: 100%;
}

.save-button[b-vfrfp1eqtp] {
    width: 100%;
}

.date-filter[b-vfrfp1eqtp] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}


.input-file span[b-vfrfp1eqtp] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    vertical-align: middle;
    color: rgb(255 255 255);
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 22px;
    height: 40px;
    padding: 10px 20px;
    margin: 0;
    transition: background-color 0.2s;
}

.input-file span:hover[b-vfrfp1eqtp] {
     background-color: rgba(0, 0, 0, 0.5);
}

.input-file input[type=file][b-vfrfp1eqtp] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file[b-vfrfp1eqtp]  input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}

.input-file[b-vfrfp1eqtp] {
    position: relative;
    display: inline-block;
}

.upload-container[b-vfrfp1eqtp] {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    gap: 15px;
    justify-content: start;
}

.file-info[b-vfrfp1eqtp] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 260px;
    margin: 0;
}



/* _content/KVNWeb/Pages/Handbook.razor.rz.scp.css */

.unselect-button img[b-72r5iugqfp] {
    width: 10px;
    height: 10px;
}


@keyframes fade-out-b-72r5iugqfp {
    100% {
        padding: 0;
        opacity: 0;
        width: 0px;
        display: none;
    }
}

.fade-out[b-72r5iugqfp] {
    animation: fade-out-b-72r5iugqfp 0.2s forwards;
}


@media all and (orientation: landscape) {
    .handbook-page[b-72r5iugqfp] {
        border-radius: 20px;
    }
}

@media all and (orientation: portrait) {

    .handbook-page[b-72r5iugqfp] {
        border-radius: 10px;
    }
}


 .delete-edit-container[b-72r5iugqfp] {
    display: flex;
    gap: 10px;
}

     .delete-edit-container img[b-72r5iugqfp] {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    }

 .delete-edit-container button[b-72r5iugqfp] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
}

.modal-container[b-72r5iugqfp] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-72r5iugqfp] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


@media screen and (min-width: 769px) {
    .modal-container[b-72r5iugqfp] {
        max-height: calc(100vh - 64px - 20vh);
    }
}

@media(max-width: 768px) {
    .modal-container[b-72r5iugqfp] {
        max-height: calc(100% - 64px);
    }
}

@media screen and (min-width: 1200px) {
    .modal-container[b-72r5iugqfp] {
        max-height: 700px;
    }
}

.date-filter[b-72r5iugqfp] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
/* _content/KVNWeb/Pages/Users.razor.rz.scp.css */


[b-hi49tinv28] .delete-edit-container {
    display: flex;
    gap: 10px;
}

    [b-hi49tinv28] .delete-edit-container img {
        filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(0%) contrast(0%);
    }

    [b-hi49tinv28] .delete-edit-container button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        border-radius: 12px;
    }

    [b-hi49tinv28] .key-img {
        width: 24px;
        height: 24px;
    }


.unselect-button img[b-hi49tinv28] {
    width: 10px;
    height: 10px;
}


@keyframes fade-out-b-hi49tinv28 {
    100% {
        padding: 0;
        opacity: 0;
        width: 0px;
        display: none;
    }
}

.fade-out[b-hi49tinv28] {
    animation: fade-out-b-hi49tinv28 0.2s forwards;
}


@media all and (orientation: landscape) {
    .users-page[b-hi49tinv28] {
        border-radius: 20px;
    }
}

@media all and (orientation: portrait) {

    .users-page[b-hi49tinv28] {
        border-radius: 10px;
    }
}

.modal-container[b-hi49tinv28] {
    margin: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.outer-container[b-hi49tinv28] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    flex-direction: column;
    gap: 15px;
}

.ModalWindow-buttons button[b-hi49tinv28] {
    width: 100%;
}

.ModalWindow-buttons[b-hi49tinv28] {
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 769px) {
    .modal-container[b-hi49tinv28] {
        max-height: calc(100vh - 64px - 20vh);
    }
}

@media(max-width: 768px) {
    .modal-container[b-hi49tinv28] {
        max-height: calc(100% - 64px);
    }
}

@media screen and (min-width: 1200px) {
    .modal-container[b-hi49tinv28] {
        max-height: 700px;
    }
}

.ban-button[b-hi49tinv28] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    background-color: rgba(242, 242, 242, 0.47);
}

    .ban-button:hover[b-hi49tinv28] {
        background-color: rgba(220, 220, 220, 1);
    }

.date-filter[b-hi49tinv28] {
    display: flex;
    flex-direction: row;
    gap: 5px;
}
/* _content/KVNWeb/Shared/MainLayout.razor.rz.scp.css */

.wrapper[b-yte0qkklex] {
    background-color: rgb(240, 240, 240);
    display: flex;
    width: 100%;
    height: 100%;
}

main[b-yte0qkklex] {
    display: flex;
    margin: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

@media all and (orientation: portrait) {

    .wrapper[b-yte0qkklex] {
        flex-direction: column;
    }

    main[b-yte0qkklex] {
        gap: 0;
    }

    .menu-div[b-yte0qkklex] {
        position: relative;
        max-height: 100px;
        width: 100%;
        height: 65px;
        order: 2;
    }

    .content-div[b-yte0qkklex] {
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        order: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media all and (orientation: landscape) {

    .wrapper[b-yte0qkklex] {
        flex-direction: row;
    }

    main[b-yte0qkklex] {
        gap: 10px;
    }

    .menu-div[b-yte0qkklex] {
        min-width: 85px;
        width: 85px;
        height: 100%;
        order: 1;
    }

    .content-div[b-yte0qkklex] {
        overflow-x: hidden;
        overflow-y: hidden;
        width: 100%;
        height: 100%;
        order: 2;
    }
}
/* _content/KVNWeb/Shared/NavMenu.razor.rz.scp.css */

.menu-item img[b-lfndib50ss] {
    width: 28px;
    height: 28px;
}

[b-lfndib50ss] .nav-link {
    color: black;
    font-weight: 600;
}

.menu-item[b-lfndib50ss] {
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}



    .menu-item[b-lfndib50ss]  .nav-link {
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background-color: rgb(240, 240, 240);
        width: 40px;
        height: 40px;
    }

.menu-container[b-lfndib50ss] {
    background-color: white;
    box-shadow: 3px 7px 25px rgba(0, 0, 0, 0.11);
}

.menu-item[b-lfndib50ss]  a.active {
    background: rgba(0, 0, 0, 0.3);
}


@media all and (orientation: portrait) {


    .menu-container[b-lfndib50ss] {
        display: grid;
        height: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .menu-container[b-lfndib50ss] {
     /*   overflow: hidden;*/
        height: calc(100% - 10px);
        margin: 5px 10px;
        border-radius: 10px;
    }

    .menu-wrapper[b-lfndib50ss] {
        display: flex;
        flex-direction: row;
        gap: 10px;
    }
    
}

@media all and (orientation: landscape) {

    .menu-container[b-lfndib50ss] {

        margin: 10px;
        display: grid;
        height: calc(100% - 20px);
        border-radius: 20px;
        grid-template-rows: repeat(3, 1fr);
    }

    .menu-item.settings[b-lfndib50ss] {
        margin-bottom: 10px;
        display: flex;
        align-items: end;
        justify-content: center;
    }

    .menu-wrapper[b-lfndib50ss] {
        align-self: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

