/* Main template */
:root {
    --text-color: #606060;
    --info-color: #5e83bf;
    --success-color: #0f8d46;
    --warning-color: #EC9A29;
    --danger-color: #e50046;
    --brown-color: #7C5747;
    --purple-color: #645388;
    --grey-color: #aaaaaa;
    --grey-text-color: #b9b9b9;
    --info-bg-color: #cfdcef;
    --success-bg-color: #e9f3e1;
    --warning-bg-color: #f3f1d5;
    --danger-bg-color: #fae4d9;
    --cream-bg-color: #FFF9EC;
    --purple-bg-color: #EDE7F6;
    --shadow-color: #00000050;
    --vs-green-color: #d4d947;
    --vs-blue-color: #6b98bf;
    --grey-border-color: #95959563;

    --header-height: 50px;
    --burger-menu-width: 500px;
}

.hidden {
    display: none !important;
}

.v-center {

    height: 100% !important;
    line-height: 2.5 !important;
}

.font-size-58 {
    font-size: 58px !important;
}

.font-size-42 {
    font-size: 42px !important;
}

.font-size-40 {
    font-size: 40px !important;
}

.font-size-38 {
    font-size: 38px !important;
}

.font-size-36 {
    font-size: 36px !important;
}

.font-size-32 {
    font-size: 32px !important;
}

.font-size-28 {
    font-size: 28px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-14 {
    font-size: 14px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.font-size-16 {
    font-size: 16px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.transparent {
    opacity: 0.5; /* Значення 0.5 означає 50% прозорості */
}

.progress-sm {
    height: 6px;
}

.progress {
    background-color: #e6e6e6;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #91c46b;
    box-shadow: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #fff;
}

.table td, .table th {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px dashed var(--grey-text-color);
}


.iziModal {
    z-index: 9999;
}

.h-350 {
    max-height: 350px;
    height: 350px;
    overflow: hidden;
    overflow-y: auto;
}

.h-125 {
    max-height: 125px;
    height: 125px;
    overflow: hidden;
    overflow-y: auto;
}

.h-475 {
    max-height: 475px;
    height: 475px;
    overflow: hidden;
    overflow-y: auto;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-12 {
    width: 12% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16.66% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-33 {
    width: 33.33% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-50 {
    width: 50% !important;
}

.w-55 {
    width: 55% !important;
}


.w-60 {
    width: 60% !important;
}

і
.w-65 {
    width: 65% !important;
}

.w-75 {
    width: 75% !important;
}

.w-70 {
    width: 70% !important;
}

.w-100 {
    width: 100% !important;
}


.h-100 {
    height: 100% !important;
}

.h-70 {
    height: 70% !important;
}

.h-80 {
    height: 80% !important;
}

.h-50 {
    height: 50% !important;
}

.h-60 {
    height: 60% !important;
}

.h-30 {
    height: 30% !important;
}

.h-40 {
    height: 40% !important;
}

.h-20 {
    height: 20% !important;
}

.h-33 {
    height: 33% !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.inline {
    display: inline-block;
}

.left {
    float: left !important;
    text-align: left !important;
}

.right {
    float: right !important;
    text-align: right !important;
}

.label {
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: .2em .6em .2em !important;
    margin-right: 7px;
    display: inline;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.label-danger {
    background-color: var(--danger-color);
    border: 1px solid var(--danger-color);
}

.label-success {
    background-color: var(--success-color);
    border: 1px solid var(--success-color);
}

.label-warning {
    background-color: var(--warning-color);
    border: 1px solid var(--warning-color);
}

.label-info {
    background-color: var(--info-color);
    border: 1px solid var(--info-color);
}

.label-grey {
    background-color: var(--grey-color);
    border: 1px solid var(--grey-color);
}
.label-white {
    background-color: #fff;
    border: 1px solid #fff;
}

@keyframes glowingBurning {
    0% {
        color: #fff
    }
    50% {
        color: var(--info-color)
    }
    100% {
        color: #fff
    }
}

.table-responsive {
    background-color: transparent;
    border-spacing: 0;
}

.table-responsive > thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.table-responsive > tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

.table-responsive > thead > tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}

.table-responsive > tbody > tr {
    display: table-row;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
    cursor: pointer;
}

.table-responsive > tbody > tr:hover {
    background-color: var(--info-bg-color);
}

.table-responsive > thead > tr > th {
    border-bottom: 2px solid var(--info-color);
    vertical-align: bottom;
    padding: 8px 12px;
    border-top: 0;
}

.table-responsive > tbody > tr > td {
    border-bottom: 1px dashed var(--grey-color);
    vertical-align: bottom;
    padding: 8px 12px;
    border-top: 0;
}

@keyframes glowingBurningBGDanger {
    50% {
        background-color: var(--danger-color);
        color: #fff;
    }
    100% {
        background-color: #fff;
        color: var(--info-color);
    }
    50% {
        background-color: var(--danger-color);
        color: #fff;
    }
}

@keyframes glowingBurningBGWarning {
    0% {
        background-color: var(--warning-bg-color) !important;
    }
    50% {
        background-color: #fff !important;
    }
    100% {
        background-color: var(--warning-bg-color) !important;
    }
}

.no-wrap {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

._hidden {
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    transition: visibility 0.1s, opacity 0.1s ease-in-out !important;
}

.burger-hidden {
    margin-left: calc(calc(var(--burger-menu-width) * -1) - 20px) !important;
    transition: all 0.2s ease-in-out !important;
}

.pulse {
    animation: glowingBurning 1500ms ease-in-out infinite;
}

.bg-pulse-danger {
    border-radius: 3px;
    padding: 3px;
    border: 1px dashed var(--danger-color);
    animation: glowingBurningBGDanger 1500ms ease-in-out infinite;
}

.bg-pulse-warning {
    border-radius: 3px;
    padding: 3px;
    border: 1px dashed var(--warning-color) !important;
    animation: glowingBurningBGWaning 1500ms ease-in-out infinite !important;
}

.dashed-border {
    border: 1px dashed #fff !important;
}
.dashed-border-right {
    border-right: 1px dashed #fff !important;
}

.text-info {
    color: var(--info-color) !important;
}
.text-purple {
    color: var(--purple-color) !important;
}
.text-brown {
    color: var(--brown-color) !important;
}

.text-success {
    color: var(--success-color) !important;
}

.text-warning {
    color: var(--warning-color) !important;
}

.text-danger {
    color: var(--danger-color) !important;
}

.text-dark {
    color: var(--text-color) !important;
}

.text-white {
    color: #fff !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-center {
    text-align: center !important;
}

.text-grey {
    color: var(--grey-color) !important;
}

.background-white {
    background-color: #fff !important;
    /*border-color: var(--grey-border-color) !important;*/
}

.background-info {
    background-color: var(--info-color) !important;
}
.background-purple {
    background-color: var(--purple-color) !important;
}
.background-brown {
    background-color: var(--brown-color) !important;
}

.background-success {
    background-color: var(--success-color) !important;
}

.background-warning {
    background-color: var(--warning-color) !important;
}

.background-danger {
    background-color: var(--danger-color) !important;
}

.background-danger-light {
    background-color: var(--danger-bg-color) !important;
}

.background-warning-light {
    background-color: var(--warning-bg-color) !important;
}

.background-success-light {
    background-color: var(--success-bg-color) !important;
}

.background-info-light {
    background-color: var(--info-bg-color) !important;
}

.progress-bar-success {
    background-color: var(--success-color);
}

.progress-bar-info {
    background-color: var(--info-color);
}

.radial-gradient {
    background: radial-gradient(circle, #525252 15%, #2d2826);
}

.radial-gradient-light {
    background: radial-gradient(circle, #ffffff 15%, #f3f2ec);
}

.modal-css-content {
    padding: 14px;
}

body {
    margin: 0;
    background-color: #d4d6d8 !important;
    /*background-image: url(https://www.highcharts.com/samples/graphics/sand.png);*/
    color: var(--text-color);
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    min-height: 100vh;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: Lato, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
}

.uppercase {
    text-transform: uppercase;
}

.vertical-text {
    writing-mode: vertical-rl; /* Вертикальний напрямок тексту справа наліво */
    transform: rotate(180deg); /* Обертаємо текст, щоб читати знизу вгору */
}

*::-webkit-scrollbar {
    width: 4px; /* ширина всей полосы прокрутки */
}

*::-webkit-scrollbar-track {
    background: #fff; /* цвет зоны отслеживания */
}

*::-webkit-scrollbar-thumb {
    background-color: #5e83bf; /* цвет бегунка */
    border-radius: 2px; /* округлось бегунка */
    border: 0; /* отступ вокруг бегунка */
}

.top-menu {
    height: var(--header-height);
    display: flex;
}

.top-menu-wrapper {
    margin: 5px;
    /*    height: 100%;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.top-menu-wrapper > div {
    height: 100%;
}

.top-menu .logo {
    background-image: url("https://apbi.vstg.com.ua/assets/img/header_logo.svg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 62% auto;

    width: 250px;
}

.top-menu .burger-menu-button {
    height: 100%;
    width: 40px;
}

.top-menu .burger-menu-button > span {
    font-size: 40px;
    cursor: pointer;
    transition: visibility 0.1s, opacity 0.1s ease-in-out
}

.top-menu .burger-menu-button > span:hover {
    color: #fff;
    transition: visibility 0.1s, opacity 0.1s ease-in-out
}

.burger-menu-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    color: var(--text-color);
    top: var(--header-height);
    z-index: 9990;
    width: var(--burger-menu-width);
    height: calc(100% - var(--header-height) - 16px);
/ / background: radial-gradient(circle, #525252 15 %, #2d2826);
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 7px;
    box-shadow: 1px 1px 7px var(--shadow-color);
    border: 1px dashed var(--grey-color);
    transition: all 0.2s ease-in-out !important;
}

.burger-item-has-group {

}

.burger-menu-wrapper ul {
    padding-left: 20px;
}

.burger-menu-wrapper .menu-root {
    padding-left: 5px;
}

.burger-menu-wrapper .menu-root > li > span {
    font-size: 18px;
}


.items-group li {
    list-style: none;
}

.item > span {
    border-radius: 5px;
    padding: 5px;
    padding-left: 15px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    width: calc(100% - 25px);
    transition: visibility 0.1s, opacity 0.1s ease-in-out
}

.item > span:hover {
    color: #fff;
    background-color: var(--info-color);
    transition: visibility 0.1s, opacity 0.1s ease-in-out
}

.list-group {
    padding: 0;
    list-style-type: none;
    display: block;
    margin: 0 28px;
}

.list-group .list-group-item {
    padding-bottom: 5px;
    margin-bottom: 14px;
    border-radius: 0;
    border-bottom: 1px dashed var(--grey-color);
}

.list-group .list-group-item:first-child {
    margin-top: 28px;

}

.list-group-item > .label {
    float: right;
}

.clickTrigger {
    cursor: pointer;
}

.fullscreen-btn {
    border-radius: 3px;
    padding: 7px;
    margin-right: 15px;
}

.fullscreen-btn:hover {
    color: white;
    background-color: var(--text-color);
}

.window-title {
    margin: 3px 0 0;
    color: var(--grey-text-color);
    font-weight: 100;
    font-size: 21px;
}

.border-bottom {
    border-bottom: 1px dashed var(--grey-color);
}
.border-top {
    border-top: 1px dashed var(--grey-color);
}

.border-bottom {
    border-bottom: 1px dashed var(--grey-color);
}

.border-left {
    border-left: 1px dashed var(--grey-color);
}

.border-left:first-child {
    border-left: transparent;
}

.border-right {
    border-left: 1px dashed var(--grey-color);
}

.border-right:last-child {
    border-left: transparent;
}

.no-uppercase {
    text-transform: none !important;
}

.m-l-3 {
    margin-left: 3px !important;
}

.m-l-5 {
    margin-left: 5px !important;
}

.m-r-3 {
    margin-right: 3px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

/* BOOTSTRAP */

/*
#main {
    width: 100%;
    height: 100%;
    background-color: black;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}

.gap-2 {
    gap: 2px;
}

.gap-7 {
    gap: 7px;
}

.gap-14 {
    gap: 14px;
}

.gap-28 {
    gap: 28px;
}

.align-center {
    align-items: center;
    justify-content: center;
}

.align-top {
    align-items: flex-start;
    justify-content: flex-start;
}

.align-bottom {
    align-items: flex-end;
    justify-content: flex-end;
}

.header {
    width: calc(100% - 14px);
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px dashed white;
    padding: 7px;
}

.body {
    width: calc(100% - 14px);
    height: calc(100% - 35px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 7px;
}

.item > div {
    padding: 3px;
    text-align: center;
    border-bottom: 1px dashed #fff;
}

.task {
    padding: 7px;
    border: 1px dashed var(--danger-color);
    border-radius: 3px;
}

.task > .column {
    text-align: center;
}

.task .value {
    font-size: 20px;
    width: 100%;
}

.task .title {
    font-size: 12px;
    color: var(--grey-color);
    border-top: 1px dashed var(--grey-border-color);
    width: 100%;
}
*/