/*!
* Tabler v1.0.0-beta19 (https://Tabler.io)
* @version 1.0.0-beta19
* @link https://Tabler.io
* Copyright 2018-2023 The Tabler Authors
* Copyright 2018-2023 codecalm.net Paweł Kuna
* Licensed under MIT (https://github.com/Tabler/Tabler/blob/master/LICENSE)
*/
.highlight pre,pre.highlight{max-height:30rem;margin:1.5rem 0;overflow:auto;border-radius:var(--tblr-border-radius)}.highlight pre,pre.highlight{scrollbar-color:rgba(var(--tblr-scrollbar-color,var(--tblr-body-color-rgb)),.16) transparent}.highlight pre::-webkit-scrollbar,pre.highlight::-webkit-scrollbar{width:1rem;height:1rem;-webkit-transition:background .3s;transition:background .3s}@media (prefers-reduced-motion:reduce){.highlight pre::-webkit-scrollbar,pre.highlight::-webkit-scrollbar{-webkit-transition:none;transition:none}}.highlight pre::-webkit-scrollbar-thumb,pre.highlight::-webkit-scrollbar-thumb{border-radius:1rem;border:5px solid transparent;box-shadow:inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color,var(--tblr-body-color-rgb)),.16)}.highlight pre::-webkit-scrollbar-track,pre.highlight::-webkit-scrollbar-track{background:0 0}.highlight pre:hover::-webkit-scrollbar-thumb,pre.highlight:hover::-webkit-scrollbar-thumb{box-shadow:inset 0 0 0 1rem rgba(var(--tblr-scrollbar-color,var(--tblr-body-color-rgb)),.32)}.highlight pre::-webkit-scrollbar-corner,pre.highlight::-webkit-scrollbar-corner{background:0 0}.highlight{margin:0}.highlight code>*{margin:0!important;padding:0!important}.highlight .c,.highlight .c1{color:#a0aec0}.highlight .nc,.highlight .nt,.highlight .nx{color:#ff8383}.highlight .na,.highlight .p{color:#ffe484}.highlight .dl,.highlight .s,.highlight .s2{color:#b5f4a5}.highlight .k{color:#93ddfd}.highlight .mi,.highlight .s1{color:#d9a9ff}.example{padding:2rem;margin:1rem 0 2rem;border:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);border-radius:3px 3px 0 0;position:relative;min-height:12rem;display:flex;align-items:center;overflow-x:auto}.example-centered{justify-content:center}.example-centered .example-content{flex:0 auto}.example-content{font-size:.875rem;line-height:1.4285714286;color:var(--tblr-body-color);flex:1;max-width:100%}.example-content .page-header{margin-bottom:0}.example-bg{background:#f6f8fb}.example-code{margin:2rem 0;border:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);border-top:none}.example-code pre{margin:0;border:0;border-radius:0 0 3px 3px}.example+.example-code{margin-top:-2rem}.example-column{margin:0 auto}.example-column>.card:last-of-type{margin-bottom:0}.example-column-1{max-width:26rem}.example-column-2{max-width:52rem}.example-modal-backdrop{background:#182433;opacity:.24;position:absolute;width:100%;left:0;top:0;height:100%;border-radius:2px 2px 0 0}.card-sponsor{background:var(--tblr-primary-lt) no-repeat center/100% 100%;border-color:var(--tblr-primary);min-height:316px}.dropdown-menu-demo{display:inline-block;width:100%;position:relative;top:0;margin-bottom:1rem!important}.demo-icon-preview{position:-webkit-sticky;position:sticky;top:0}.demo-icon-preview i,.demo-icon-preview svg{width:15rem;height:15rem;font-size:15rem;stroke-width:1.5;margin:0 auto;display:block}@media (max-width:575.98px){.demo-icon-preview i,.demo-icon-preview svg{width:10rem;height:10rem;font-size:10rem}}.demo-icon-preview-icon pre{margin:0;-webkit-user-select:all;-moz-user-select:all;user-select:all}.demo-dividers>p{opacity:.2;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.demo-icons-list{display:flex;flex-wrap:wrap;padding:0;margin:0 -2px -1px 0;list-style:none}.demo-icons-list>*{flex:1 0 4rem}.demo-icons-list-wrap{overflow:hidden}.demo-icons-list-item{display:flex;flex-direction:column;align-items:center;justify-content:center;aspect-ratio:1;text-align:center;padding:.5rem;border-right:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);border-bottom:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);color:inherit;cursor:pointer}.demo-icons-list-item .icon{width:1.5rem;height:1.5rem;font-size:1.5rem}.demo-icons-list-item:hover{text-decoration:none}.settings-btn{position:fixed;right:-1px;top:10rem;border-top-right-radius:0;border-bottom-right-radius:0;box-shadow:rgba(var(--tblr-body-color-rgb),.04) 0 2px 4px 0}.settings-scheme{display:inline-block;border-radius:50%;height:3rem;width:3rem;position:relative;border:var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);box-shadow:rgba(var(--tblr-body-color-rgb),.04) 0 2px 4px 0}.settings-scheme-light{background:linear-gradient(135deg,#fff 50%,#fcfdfe 50%)}.settings-scheme-mixed{background-image:linear-gradient(135deg,#182433 50%,#fff 50%)}.settings-scheme-transparent{background:#fcfdfe}.settings-scheme-dark{background:#182433}.settings-scheme-colored{background-image:linear-gradient(135deg,var(--tblr-primary) 50%,#fcfdfe 50%)}
.nav-link .form-label {
    font-size: .775rem;
}
.ts-dropdown .option{
    word-wrap: break-word;
}

.table-active .form-table {
  background-color: #FFEAAA;
  color: var(--tblr-table-active-color);
}

.table-active {
  --tblr-table-accent-bg: #ffeaaaaa !important;
}

@media (min-width: 768px) {
  /*  .vh-md-75{
        height: 75vh;
    }
    .vh-md-40 {
        height: 40vh;
    }
    .vh-md-75 {
        max-height: 75vh;
        overflow: auto;
    }
    .vh-md-55 {
        height: 55vh;
    }
    .vh-md-55 {
        max-height: 55vh;
        overflow: auto;
    }

    .vh-md-58 {
        height: 58vh;
    }

    .vh-md-58 {
        max-height: 58vh;
        overflow: auto;
    }*/
}
thead th{
    font-weight: 700!important;
    color: black!important;
    text-align: center;
}
    .ts-control > input {
        min-width: auto !important;
        width: 2px;
    }

    .ts-control .item {
        display: inline;
        max-width: 83%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .form-check-input {
        width: 1.5rem !important;
        height: 1.5rem !important;
    }

    .w-15 {
        width: 15% !important;
    }

    .w-20 {
        width: 20% !important;
    }

    .newFile:hover span {
        display: block !important;
        opacity: 1 !important;
    }

    .newFile:hover {
        /*opacity: 0.6;*/
        font-style: italic;
    }

    .newFile span {
        background-color: whitesmoke;
    }

        .newFile span:hover {
            cursor: pointer;
            background-color: whitesmoke;
        }



    .fileItems span {
        background-color: whitesmoke;
    }

    .fileItems:hover span {
        display: block !important;
        opacity: 1 !important;
    }


    .fileItems span:hover {
        cursor: pointer;
        background-color: whitesmoke;
    }

    .last-th-column {
        position: sticky;
        right: 0;
        z-index: 4 !important;
        background-color: #fff !important;
    }

    .last-td-column {
        position: sticky;
        right: 0;
        background-color: #fff !important;
        z-index: 2 !important;
    }
    .first-td-column {
        position: sticky;
        left: 0;
        background-color: #fff !important;
        z-index: 2 !important;
    }

    .first-th-column {
        position: sticky;
        left: 0;
        z-index: 4 !important;
    }

    .newFiles:hover {
        cursor: pointer;
    }

    .newFiles {
        min-height: 91px;
    }

    .w-10 {
        width: 10% !important;
    }

    .w-1-2 {
        width: 12% !important;
    }

    .w-1-3 {
        width: 13% !important;
    }

    .w-1-4 {
        width: 14% !important;
    }

    .w-1-5 {
        width: 15% !important;
    }

    .w-1-6 {
        width: 16% !important;
    }

    .w-1-7 {
        width: 17% !important;
    }

    .w-1-8 {
        width: 18% !important;
    }

    .w-1-9 {
        width: 19% !important;
    }

    .p-1-5 {
        padding: 0.37rem !important;
    }

    thead {
        position: sticky;
        top: 0;
        z-index: 3;
        font-weight: bold !important;
    }


.vh-md-1 {
    height: 1vh;
}

.vh-md-2 {
    height: 2vh;
}

.vh-md-3 {
    height: 3vh;
}

.vh-md-4 {
    height: 4vh;
}

.vh-md-5 {
    height: 5vh;
}

.vh-md-6 {
    height: 6vh;
}

.vh-md-7 {
    height: 7vh;
}

.vh-md-8 {
    height: 8vh;
}

.vh-md-9 {
    height: 9vh;
}

.vh-md-10 {
    height: 10vh;
}

.vh-md-11 {
    height: 11vh;
}

.vh-md-12 {
    height: 12vh;
}

.vh-md-13 {
    height: 13vh;
}

.vh-md-14 {
    height: 14vh;
}

.vh-md-15 {
    height: 15vh;
}

.vh-md-16 {
    height: 16vh;
}

.vh-md-17 {
    height: 17vh;
}

.vh-md-18 {
    height: 18vh;
}

.vh-md-19 {
    height: 19vh;
}

.vh-md-20 {
    height: 20vh;
}

.vh-md-21 {
    height: 21vh;
}

.vh-md-22 {
    height: 22vh;
}

.vh-md-23 {
    height: 23vh;
}

.vh-md-24 {
    height: 24vh;
}

.vh-md-25 {
    height: 25vh;
}

.vh-md-26 {
    height: 26vh;
}

.vh-md-27 {
    height: 27vh;
}

.vh-md-28 {
    height: 28vh;
}

.vh-md-29 {
    height: 29vh;
}

.vh-md-30 {
    height: 30vh;
}

.vh-md-31 {
    height: 31vh;
}

.vh-md-32 {
    height: 32vh;
}

.vh-md-33 {
    height: 33vh;
}

.vh-md-34 {
    height: 34vh;
}

.vh-md-35 {
    height: 35vh;
}

.vh-md-36 {
    height: 36vh;
}

.vh-md-37 {
    height: 37vh;
}

.vh-md-38 {
    height: 38vh;
}

.vh-md-39 {
    height: 39vh;
}

.vh-md-40 {
    height: 40vh;
}

.vh-md-41 {
    height: 41vh;
}

.vh-md-42 {
    height: 42vh;
}

.vh-md-43 {
    height: 43vh;
}

.vh-md-44 {
    height: 44vh;
}

.vh-md-45 {
    height: 45vh;
}

.vh-md-46 {
    height: 46vh;
}

.vh-md-47 {
    height: 47vh;
}

.vh-md-48 {
    height: 48vh;
}

.vh-md-49 {
    height: 49vh;
}

.vh-md-50 {
    height: 50vh;
}

.vh-md-51 {
    height: 51vh;
}

.vh-md-52 {
    height: 52vh;
}

.vh-md-53 {
    height: 53vh;
}

.vh-md-54 {
    height: 54vh;
}

.vh-md-55 {
    height: 55vh;
}

.vh-md-56 {
    height: 56vh;
}

.vh-md-57 {
    height: 57vh;
}

.vh-md-58 {
    height: 58vh;
}

.vh-md-59 {
    height: 59vh;
}

.vh-md-60 {
    height: 60vh;
}

.vh-md-61 {
    height: 61vh;
}

.vh-md-62 {
    height: 62vh;
}

.vh-md-63 {
    height: 63vh;
}

.vh-md-64 {
    height: 64vh;
}

.vh-md-65 {
    height: 65vh;
}

.vh-md-66 {
    height: 66vh;
}

.vh-md-67 {
    height: 67vh;
}

.vh-md-68 {
    height: 68vh;
}

.vh-md-69 {
    height: 69vh;
}

.vh-md-70 {
    height: 70vh;
}

.vh-md-71 {
    height: 71vh;
}

.vh-md-72 {
    height: 72vh;
}

.vh-md-73 {
    height: 73vh;
}

.vh-md-74 {
    height: 74vh;
}

.vh-md-75 {
    height: 75vh;
}

.vh-md-76 {
    height: 76vh;
}

.vh-md-77 {
    height: 77vh;
}

.vh-md-78 {
    height: 78vh;
}

.vh-md-79 {
    height: 79vh;
}

.vh-md-80 {
    height: 80vh;
}

.vh-md-81 {
    height: 81vh;
}

.vh-md-82 {
    height: 82vh;
}

.vh-md-83 {
    height: 83vh;
}

.vh-md-84 {
    height: 84vh;
}

.vh-md-85 {
    height: 85vh;
}

.vh-md-86 {
    height: 86vh;
}

.vh-md-87 {
    height: 87vh;
}

.vh-md-88 {
    height: 88vh;
}

.vh-md-89 {
    height: 89vh;
}

.vh-md-90 {
    height: 90vh;
}

.vh-md-91 {
    height: 91vh;
}

.vh-md-92 {
    height: 92vh;
}

.vh-md-93 {
    height: 93vh;
}

.vh-md-94 {
    height: 94vh;
}

.vh-md-95 {
    height: 95vh;
}

.vh-md-96 {
    height: 96vh;
}

.vh-md-97 {
    height: 97vh;
}

.vh-md-98 {
    height: 98vh;
}

.vh-md-99 {
    height: 99vh;
}