html {
    font-family: 'Roboto Condensed', sans-serif;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}



.container {
    max-width: 1200px !important;
    margin: 0 auto;
    width: 100%;
    padding: 0 !important;
}

.table-small {
    font-size: 10px;
}

.text-big {
    font-size: 1.2rem !important;
}
.text-bigest {
    font-size: 1.5rem !important;
}

.container-egov {
    width: 1200px !important;
    max-width: 1200px !important;
    min-width: 1200px !important;
    margin: 0 auto !important;
}

.disabl {
    opacity: 0.65 !important;
    pointer-events: none !important;
}

.vertical-text {
    /*height: 150px; !* Настройте в зависимости от ваших требований *!*/
    width: 20px; /* Настройте в зависимости от ваших требований */
    min-width: 20px; /* Настройте в зависимости от ваших требований */
    /* Разворачиваем текст вертикально */
    writing-mode: vertical-lr;
    /*writing-mode: horizontal-tb;*/
    text-align: center;
    /* Добавляем отступ, если нужно */
    /*padding: 0px;*/
}


#video-background {
    position: fixed;
    z-index: -1000; /* Z-Index is -1000 just to be safe */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(255, 255, 255, 0.5); !* Полупрозрачный фон *!*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Задать высокий z-index, чтобы он был поверх всех элементов */
}

.w-35 {
    width: 35% !important;
}

.deleted-bg {
    background-color: rgba(255, 0, 0, 0.35) !important;
}

/* ###################################  */
/*             COLOR SCHEME             */
/* ###################################  */

.fly-gradient-old {
    background: #425e8f !important;
    background: -webkit-linear-gradient(to right, rgba(66, 94, 143, 1), rgba(48, 75, 120, 1)) !important;
    background: linear-gradient(to right, rgba(66, 94, 143, 1), rgba(48, 75, 120, 1)) !important;
}

:root {
    --p: #1A9F29;
    --p2: #0A8323FF;
    --s: #7ECA21;
    --s2: #0f6dda;
    --s3: #005cc4;
}

.fly-gradient {
    background: var(--p) !important;
    background: -webkit-linear-gradient(to right, var(--p), var(--p2)) !important;
    background: linear-gradient(to right, var(--p), var(--p2)) !important;
}

.bl-gradient {
    background: var(--s2) !important;
    background: -webkit-linear-gradient(to right, var(--s2), var(--s3)) !important;
    background: linear-gradient(to right, var(--s2), var(--s3)) !important;
}

.fly-gradient2 {
    background: var(--p) !important;
    background: -webkit-linear-gradient(to right, var(--p), var(--p2)) !important;
    background: linear-gradient(to right, var(--p), var(--p2)) !important;
}


.text-fly {
    color: #142614 !important;
}

.text-fly-p2 {
    color: var(--p2) !important;
}

.text-egov {
    color: #0A8323 !important;
}


#spinner-loading-page {
    border: 8px solid #FFFFFF;
    border-top: 8px solid var(--p);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    animation: spin-loading-page 1.5s linear infinite;
    margin: 0 auto;
    display: block;
}


.del-hover:hover {
    color: red;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ins-hover:hover {
    color: var(--s);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.ins-hover-bg:hover {
    cursor: pointer;

    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);

    background-color: var(--s) !important;
    color: #fff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    .el-hidden {
        display: inline;
    }

    .el-visible {
        display: none;
    }
}

.del-hover-bg:hover {
    cursor: pointer;

    -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.5);

    background-color: red !important;
    color: #fff !important;

    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    .el-hidden {
        display: inline;
    }

    .el-visible {
        display: none;
    }
}


.tile28 {
    width: 29px !important;
    height: 28px !important;
    padding: 0.25rem !important;
    border: 1px solid var(--p2) !important;
    /*background-color: rgba(48, 75, 120, 0.8) !important;*/
    /*-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) !important;*/
    /*box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75) !important;*/
    border-radius: 0.25rem !important;
}


.border-fly {
    border: 1px solid var(--p2) !important;
}

.border-fly-bottom-0 {
    border-top: 1px solid var(--p2) !important;
    border-left: 1px solid var(--p2) !important;
    border-right: 1px solid var(--p2) !important;
    border-bottom: none !important;
}

.border-fly-solid {
    border: 1px solid var(--p2) !important;
}


.badge-fly {
    background-color: var(--p) !important;
    color: #fff !important;
}


.border-comment-left {
    border-left: 1px solid var(--p2) !important;
}

@media (max-width: 960px) {
    .border-comment-left {
        border-left: none !important;
        /*display: none;*/
        /*border: none;*/
    }
}

.border-fly-top {
    border-top: 1px solid var(--p2) !important;
}

.border-fly-left {
    border-left: 1px solid var(--p2) !important;
}

.border-fly-right {
    border-right: 1px solid var(--p2) !important;
}

.btn-success {
    background-color: var(--s) !important;

    /*-webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.35);*/
    /*box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.85);*/
    /*border: 1px solid #0A8323 !important;*/
    /*border-color: 2px #FFF !important;*/
}

.badge-success {
    /*background-color: #0bed9f !important;*/
    background-color: var(--s) !important;
}

.badge-success-light {
    /*background-color: #0bed9f !important;*/
    background-color: rgb(175, 236, 100) !important;
}

.bg-success {
    /*background-color: #0bed9f !important;*/
    background-color: var(--s) !important;
}

.chart-success {
    background-color: rgba(26,159,41,0.75)!important;
}

.chart-full {
    background-color: rgba(255, 206, 86, 0.2)!important;
}

.bg-success-old {
    /*background-color: #0bed9f !important;*/
    background-color: #00c851 !important;
}

.btn-primary {
    /*background-color: #0077FF !important;*/
    background-color: var(--s2) !important;
}

.badge-primary {
    /*background-color: #0077FF !important;*/
    background-color: var(--s2) !important;
}

.bg-primary {
    /*background-color: #0077FF !important;*/
    background-color: var(--s2) !important;
    /*border-color: var(--s2) !important;*/
}

.without-title {
    margin-top: 25px !important;
}

.foot-div {
    min-width: 17% !important;
    padding: 0 15px 0 0 !important;
}

.foot-h4 {
    font-weight: 400 !important;
    color: #0a8323 !important;
    font-size: 14px !important;
}

.foot-ul {
    margin: 0 0 0 20px !important;
    padding: 0 !important;
}

.foot-li {
    color: #0a8323 !important;
    padding-bottom: 5px !important;
}

.foot-a {
    color: #000 !important;
    text-decoration: none !important;
    line-height: 18px !important;
}


.opacityBlackFly10 {
    background-color: rgba(26, 159, 41, 0.1) !important;
    /*background-color: rgba(48, 75, 120, 0.1) !important;*/
}

.opacityBlackFly20 {
    background-color: rgba(26, 159, 41, 0.2) !important;
    /*background-color: rgba(48, 75, 120, 0.2) !important;*/
}

.opacityBlackFly85 {
    /*background-color: rgba(26, 159, 41, 0.85) !important;*/
    background-color: #1A9F29D8 !important;
    /*background-color: rgba(48, 75, 120, 0.85) !important;*/
}

/* ###################################  */
/*             COLOR SCHEME             */
/* ###################################  */


.border-grey {
    border: 1px solid rgb(148, 148, 148) !important;
}


.text-gray {
    color: #9faab4;
}

@keyframes spin-loading-page {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Фиксируем первую колонку */
.fixed-column {
    position: sticky;
    top: 0;
    height: 90vh;
    overflow-y: auto;
    background-color: #f8f9fa;
}

/* Прокручиваемый внутренний элемент второй колонки */
.scrollable-content {
    max-height: 91vh; /* Ограничиваем высоту */
    overflow-y: auto; /* Включаем прокрутку */
    padding-right: 2px; /* Отступ для скроллбара */
}

/* Отключаем фиксированное позиционирование на меньших экранах */
@media (max-width: 768px) {
    .fixed-column {
        position: static;
        height: auto;
        overflow-y: visible;
    }
}

#imageModal {
    max-height: 65vh; /* Ограничивает высоту изображения до 70% от высоты окна */
    object-fit: contain; /* Сохраняет пропорции изображения, вписывая его в рамки */
}

.red-gradient {
    background: #ff6a38;
    background: -webkit-linear-gradient(to left, rgba(255, 106, 56, 1), rgba(255, 0, 0, 1));
    background: linear-gradient(to left, rgba(255, 106, 56, 1), rgba(255, 0, 0, 1))
}

.green-gradient {
    background: #28a942;
    background: -webkit-linear-gradient(to right, rgba(40, 169, 66, 1), rgba(99, 187, 27, 1));
    background: linear-gradient(to right, rgba(40, 169, 66, 1), rgba(99, 187, 27, 1))
}

.gold-gradient {
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

.gradient-custom {
    background: #fcde1d;
    background: -webkit-linear-gradient(to right, rgba(252, 222, 29, 1), rgba(252, 192, 29, 1));
    background: linear-gradient(to right, rgba(252, 222, 29, 1), rgba(252, 192, 29, 1))
}

.blue-gradient-reverse {
    background: #45cafc;
    background: -webkit-linear-gradient(50deg, #303f9f, #45cafc) !important;
    background: -o-linear-gradient(50deg, #303f9f, #45cafc) !important;
    background: linear-gradient(40deg, #303f9f, #45cafc) !important;
}

.fa-lg15 {
    font-size: 1.35em;
}

.very-small {
    font-size: 75% !important;
    font-weight: 400;
}

.el-hidden {
    display: none;
}

.el-visible {
    display: inline;
}

.badge-info {
    background-color: #33b5e5 !important;
    color: #fff !important;
}

.text_purple {
    color: #c471f5;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bg-grey {
    background-color: rgb(210, 229, 207) !important;
}

.bg-grey-grey {
    background-color: rgb(227, 227, 227) !important;
}

.bg-grey-grey50 {
    background-color: rgb(236, 236, 236) !important;
}

.bg-white {
    background-color: #FFF !important;
}

.opacityWhite50 {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.opacityWhite25 {
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.opacityWhite65 {
    background-color: rgba(255, 255, 255, 0.65) !important;
}

.opacityWhite75 {
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.opacityWhite85 {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.opacityBlack75 {
    background-color: rgba(52, 58, 64, 0.75) !important;
}

.opacityPanelOld {
    background: rgba(90, 179, 195, 0.85) !important;
    background: -webkit-radial-gradient(ellipse at center, rgba(90, 179, 195, 0.85), rgba(23, 37, 79, 0.85)) !important;
    background: -moz-radial-gradient(ellipse at center, rgba(90, 179, 195, 0.85), rgba(23, 37, 79, 0.85)) !important;
    background: radial-gradient(ellipse at center, rgba(90, 179, 195, 0.85), rgba(23, 37, 79, 0.85)) !important;

    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}

.pointer {
    cursor: pointer;
}

.bg-dark {
    background-color: #151515 !important;
}

.border-dark-color {
    border-color: #000000 !important;
}

.border-light-color {
    border-color: #FFFFFF !important;
}

.table-bordered-dark {
    border: 1px solid #333333 !important;
    border-top: 1px solid #333333 !important;
}

.table-bordered-dark th,
.table-bordered-dark td {
    border: 1px solid #333333 !important;
}

.table-bordered-dark thead th,
.table-bordered-dark thead td {
    border-bottom-width: 2px;
}


.table-bordered-light {
    border: 1px solid #FFFFFF !important;
    border-top: 1px solid #FFFFFF !important;
}

.table-bordered-light th,
.table-bordered-light td {
    border: 1px solid #FFFFFF !important;
}

.table-bordered-light thead th,
.table-bordered-light thead td {
    border-bottom-width: 2px;
}


.opacityPanel {
    background: #303030 !important;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}

.bshadow {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.bshadowmin {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.85);
}

.noShadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.opacityPanelWhite {
    background: #ececec !important;
    -webkit-box-shadow: 0 3px 5px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0 3px 5px 1px rgba(255, 255, 255, 0.5);
}

.opacityPanel_oldDropper {
    background: rgba(100, 155, 165, 0.85) !important;
    background: -webkit-radial-gradient(ellipse at center, rgba(100, 155, 165, 0.85), rgba(40, 40, 40, 0.85)) !important;
    background: -moz-radial-gradient(ellipse at center, rgba(100, 155, 165, 0.85), rgba(40, 40, 40, 0.85)) !important;
    background: radial-gradient(ellipse at center, rgba(100, 155, 165, 0.85), rgba(40, 40, 40, 0.85)) !important;

    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}

.opacityPanelRed {
    background: rgba(253, 88, 82, 0.8) !important;
    background: -webkit-radial-gradient(ellipse at center, rgba(253, 88, 82, 0.8), rgba(96, 14, 14, 0.8)) !important;
    background: -moz-radial-gradient(ellipse at center, rgba(253, 88, 82, 0.8), rgba(96, 14, 14, 0.8)) !important;
    background: radial-gradient(ellipse at center, rgba(253, 88, 82, 0.8), rgba(96, 14, 14, 0.8)) !important;

    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}

.opacityPanelGreen {
    background: rgba(119, 253, 82, 0.8) !important;
    background: -webkit-radial-gradient(ellipse at center, rgba(119, 253, 82, 0.8), rgba(19, 96, 14, 0.8)) !important;
    background: -moz-radial-gradient(ellipse at center, rgba(119, 253, 82, 0.8), rgba(19, 96, 14, 0.8)) !important;
    background: radial-gradient(ellipse at center, rgba(119, 253, 82, 0.8), rgba(19, 96, 14, 0.8)) !important;

    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.5);
}

.opacityPanel2 {
    background: rgba(90, 179, 195, 0.75);
    /*background: radial-gradient(circle, rgba(90,179,195,0.75) 0%, rgba(28,86,97,0.75) 22%, rgba(23,37,79,0.75) 49%, rgba(90,179,195,0.75) 81%, rgba(23,37,79,0.75) 100%);*/
    background: linear-gradient(45deg, rgba(90, 179, 195, 0.75) 0%, rgba(28, 86, 97, 0.75) 22%, rgba(23, 37, 79, 0.75) 49%, rgba(90, 179, 195, 0.75) 81%, rgba(23, 37, 79, 0.75) 100%);
}

.opacityDanger75 {
    background-color: rgba(220, 53, 69, 0.75) !important;
}

.opacitySuccess75 {
    background-color: rgba(126, 202, 33, 0.75) !important;
}

.opacityWarning75 {
    background-color: rgba(255, 193, 7, 0.75) !important;
}

.fadeDark {
    background: rgba(0, 0, 0, 0.50);
}

.tshadow {
    text-shadow: 1px 1px 1px #000000;
}

.font-size-normal {
    font-size: 1rem;
}

.tshadowNone {
    text-shadow: none !important;
}

.tInnerShadow {
    text-shadow: -1px -1px black;
}

.tBlack {
    color: #000000 !important;
}

.icon {
    width: 32px;
    height: 32px;
}

.hovertext {
    text-shadow: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
.hovertext:hover {
    text-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
