@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');

:root {
    --white: #fff;
    --blue-dark: #0c4270;
    --blue-light: #4485be;
    --blue-accent: #4fb8ff;
    --teal-accent: #2abccf;
    /*--teal-accent: #F8D486;*/

    --gray-light: #f0f0f0;
    --gray-light2: #d3d3d3;
    --gray: #a9a9a9;
    --gray-dark: #505050;

    --ribbon-yellow: #ecc74b;
    --ribbon-red: #ed6b75;
}

.table {
    --bs-table-striped-bg: #fbfcfd !important;
    --bs-table-hover-bg: rgba(238, 241, 245, 0.58) !important;
}

@media print {
    .table {
        --bs-table-striped-bg: white !important;
    }
    .page-break {
        page-break-after: always;
    }
}

.list-group-item.active {
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #337ab7;
    --bs-list-group-active-border-color: #337ab7;
}

.btn-success {
    --bs-btn-bg: #36c6d3;
    --bs-btn-border-color: #2bb8c4;
    --bs-btn-hover-bg: #27a4b0;
    --bs-btn-hover-border-color: #208992;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #208992;
    --bs-btn-active-border-color: #208992;
}

.btn-primary {
    --bs-btn-bg: #337ab7;
    --bs-btn-border-color: #2e6da4;
    --bs-btn-hover-bg: #286090;
    --bs-btn-hover-border-color: #122b40;
}

.btn-info {
    --bs-btn-bg: #659be0;
    --bs-btn-border-color: #508edb;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3a80d7;
    --bs-btn-hover-border-color: #1d4f8e;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #286ec5;
    --bs-btn-active-border-color: #286ec5;
}

.btn-warning {
    --bs-btn-bg: #F1C40F;
    --bs-btn-border-color: #dab10d;
    --bs-btn-hover-bg: #c29d0b;
    --bs-btn-hover-border-color: #a08209;
}

.btn-warning-light {
    --bs-btn-bg: #ecc74b;
    --bs-btn-border-color: #ecc74b;
    --bs-btn-hover-bg: #ffd61c;
    --bs-btn-hover-border-color: #ecc74b;
}

.btn-danger {
    --bs-btn-bg: #ed6b75;
    --bs-btn-border-color: #ea5460;
    --bs-btn-hover-bg: #e73d4a;
    --bs-btn-hover-border-color: #e31d2d;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #ccc;
}

.btn.red:not(.btn-outline) {
    color:#fff;
    background-color:#e7505a;
    border-color:#e7505a
}
.btn.red:not(.btn-outline).focus,
.btn.red:not(.btn-outline):focus {
    color:#fff;
    background-color:#e12330;
    border-color:#a1161f
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.btn.red:not(.btn-outline):hover,
.open>.btn.red:not(.btn-outline).dropdown-toggle {
    color:#fff;
    background-color:#e12330;
    border-color:#dc1e2b
}
.btn.red:not(.btn-outline).active.focus,
.btn.red:not(.btn-outline).active:focus,
.btn.red:not(.btn-outline).active:hover,
.btn.red:not(.btn-outline):active.focus,
.btn.red:not(.btn-outline):active:focus,
.btn.red:not(.btn-outline):active:hover,
.open>.btn.red:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.red:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.red:not(.btn-outline).dropdown-toggle:hover {
    color:#fff;
    background-color:#c51b26;
    border-color:#a1161f
}
.btn.red:not(.btn-outline).active,
.btn.red:not(.btn-outline):active,
.open>.btn.red:not(.btn-outline).dropdown-toggle {
    background-image:none
}
.btn.red:not(.btn-outline).disabled.focus,
.btn.red:not(.btn-outline).disabled:focus,
.btn.red:not(.btn-outline).disabled:hover,
.btn.red:not(.btn-outline)[disabled].focus,
.btn.red:not(.btn-outline)[disabled]:focus,
.btn.red:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.red:not(.btn-outline).focus,
fieldset[disabled] .btn.red:not(.btn-outline):focus,
fieldset[disabled] .btn.red:not(.btn-outline):hover {
    background-color:#e7505a;
    border-color:#e7505a
}
.btn.red:not(.btn-outline) .badge {
    color:#e7505a;
    background-color:#fff
}
.btn.btn-outline.red {
    border-color:#e7505a;
    color:#e7505a;
    background:0 0
}

.btn.yellow:not(.btn-outline) {
    color:#fff;
    background-color:#c49f47;
    border-color:#c49f47
}
.btn.yellow:not(.btn-outline).focus,
.btn.yellow:not(.btn-outline):focus {
    color:#fff;
    background-color:#a48334;
    border-color:#6a5422
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.btn.yellow:not(.btn-outline):hover,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
    color:#fff;
    background-color:#a48334;
    border-color:#9c7c32
}
.btn.yellow:not(.btn-outline).active.focus,
.btn.yellow:not(.btn-outline).active:focus,
.btn.yellow:not(.btn-outline).active:hover,
.btn.yellow:not(.btn-outline):active.focus,
.btn.yellow:not(.btn-outline):active:focus,
.btn.yellow:not(.btn-outline):active:hover,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle:hover {
    color:#fff;
    background-color:#896d2c;
    border-color:#6a5422
}
.btn.yellow:not(.btn-outline).active,
.btn.yellow:not(.btn-outline):active,
.open>.btn.yellow:not(.btn-outline).dropdown-toggle {
    background-image:none
}
.btn.yellow:not(.btn-outline).disabled.focus,
.btn.yellow:not(.btn-outline).disabled:focus,
.btn.yellow:not(.btn-outline).disabled:hover,
.btn.yellow:not(.btn-outline)[disabled].focus,
.btn.yellow:not(.btn-outline)[disabled]:focus,
.btn.yellow:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.yellow:not(.btn-outline).focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow:not(.btn-outline):hover {
    background-color:#c49f47;
    border-color:#c49f47
}
.btn.yellow:not(.btn-outline) .badge {
    color:#c49f47;
    background-color:#fff
}
.btn.btn-outline.yellow {
    border-color:#c49f47;
    color:#c49f47;
    background:0 0
}

.btn.green:not(.btn-outline) {
    color:#FFF;
    background-color:#32c5d2;
    border-color:#32c5d2
}
.btn.green:not(.btn-outline).focus,
.btn.green:not(.btn-outline):focus {
    color:#FFF;
    background-color:#26a1ab;
    border-color:#18666d
}
.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.btn.green:not(.btn-outline):hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle {
    color:#FFF;
    background-color:#26a1ab;
    border-color:#2499a3
}
.btn.green:not(.btn-outline).active.focus,
.btn.green:not(.btn-outline).active:focus,
.btn.green:not(.btn-outline).active:hover,
.btn.green:not(.btn-outline):active.focus,
.btn.green:not(.btn-outline):active:focus,
.btn.green:not(.btn-outline):active:hover,
.open>.btn.green:not(.btn-outline).dropdown-toggle.focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:focus,
.open>.btn.green:not(.btn-outline).dropdown-toggle:hover {
    color:#FFF;
    background-color:#1f858e;
    border-color:#18666d
}
.btn.green:not(.btn-outline).active,
.btn.green:not(.btn-outline):active,
.open>.btn.green:not(.btn-outline).dropdown-toggle {
    background-image:none
}
.btn.green:not(.btn-outline).disabled.focus,
.btn.green:not(.btn-outline).disabled:focus,
.btn.green:not(.btn-outline).disabled:hover,
.btn.green:not(.btn-outline)[disabled].focus,
.btn.green:not(.btn-outline)[disabled]:focus,
.btn.green:not(.btn-outline)[disabled]:hover,
fieldset[disabled] .btn.green:not(.btn-outline).focus,
fieldset[disabled] .btn.green:not(.btn-outline):focus,
fieldset[disabled] .btn.green:not(.btn-outline):hover {
    background-color:#32c5d2;
    border-color:#32c5d2
}
.btn.green:not(.btn-outline) .badge {
    color:#32c5d2;
    background-color:#FFF
}

.text-primary {
    --bs-text-opacity: 1;
    color: #337ab7 !important
}

.text-info {
    --bs-text-opacity: 1;
    color: #659be0 !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #777 !important
}

.text-bg-primary {
    color: #fff !important;
    background-color: #659be0 !important
}

.text-bg-success {
    color: #fff !important;
    background-color: #36c6d3 !important
}

.text-bg-info {
    color: #fff !important;
    background-color: #659be0 !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: #ed6b75 !important
}

.text-bg-green-jungle {
    color: #fff !important;
    background: #26C281 !important;
}

.text-bg-default {
    background-color: #bac3d0 !important;
}

.table-info {
    --bs-table-bg: #e0ebf9;
}

.text-success {
    color: #36c6d3 !important;
}

.text-danger {
    color: #ed6b75 !important;
}

.disabled-link {
    pointer-events: none;
    text-decoration: none;
}

.bg-info {
    background-color: #659be0 !important;
}

.border-red-pink {
    border-color: #E08283 !important;
}

.border-green-jungle {
    border-color: #26C281 !important;
}

.border-green-jungle.active {
    background: #26C281 !important;
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.btn:hover {
    text-decoration: none !important;
}

a.text-primary {
    text-decoration: none;
}

a.text-primary:hover {
    text-decoration: underline;
}

.form-check-input:disabled {
    cursor: not-allowed !important;
    pointer-events: auto;
}

.form-control::placeholder {
    color: #999;
    opacity: 1;
}
/*@media (min-width: 992px) {*/
/*    .btn-outline-secondary {*/
/*        border-radius: 15px;*/
/*    }*/
/*}*/

.nav-tabs .nav-link {
    color: #337ab7;
}

.nav-tabs .nav-link.active {
    color: #555;
}

.nav-tabs>li>a:hover {
    border-color:#eee #eee #ddd;
    color: #266296;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color:#555;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent;
    cursor:default
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed !important;
    pointer-events: auto !important;
}

.btn.disabled:hover,
.btn:disabled:hover,
.btn.disabled:focus,
.btn:disabled:focus,
.btn.disabled:active,
.btn:disabled:active {
    background-color: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
    box-shadow: none !important;
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color:#333;
    background-color:#d4d4d4;
    border-color:#8c8c8c
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color:#fff;
    border-color:#ccc
}
.btn-default .badge {
    color:#fff;
    background-color:#333
}

.btn-circle {
    border-radius:25px!important;
    overflow:hidden
}


body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif
}

body {
    font-size: 14px;
    background-color: var(--blue-dark);
    /* overflow-x: hidden; */
}

.bg-blue {
    background-color: var(--blue-dark);
}

.bg-white {
    background-color: var(--white);
}

.navbar {
    --bs-navbar-padding-y: 0;
}

.maps {
    background-color: var(--gray-light2);
}

.zag-sr {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-right: 20px;
    text-transform: uppercase;
    color: #2a3239;
    font-family: 'Oswald', sans-serif;
}

.caption {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}

.tab-content .card {
    border-color: #dee2e6;
    border-radius: 0px;
}

.create-user .card {
    border-color: #fff;
    border-radius: 0px;
}

.schedulTicket .card {
    border-color: var(--ribbon-yellow) !important;
}
.schedulTicket .card-title {
    color: #ffffff;
    border-color: var(--ribbon-yellow) !important;
    background-color: var(--ribbon-yellow) !important;
}

#alPortletBody .card {
    border-color: #36c6d3 !important;
}

#alPortletBody .card-title {
    color: #ffffff;
    border-color: #36c6d3 !important;
    background-color: #36c6d3 !important;
}

.card {
    border: 0px;
    background-color: #f4f8fd !important;
}

.card-header > h3 {
    font-size: 16px !important;

}

.card-header {
    border-color: #67809F !important;
}

.card-title {
    border-radius: var(--bs-card-border-radius);
    background-color: #67809F;
    border-bottom: 0;
    padding: 0 10px;
    margin-bottom: 0;
    color: #fff;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.text-bg-purple {
    background: #8775a7 !important;
}

.td-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

.table thead tr th {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}


.request-custom .td-badge {
    margin: 0 !important;
}

.badge-blue1 {
    background-color: #659be0;
    color: var(--white);
}

.badge-blue2 {
    background-color: var(--blue-light);
    color: var(--white);
}

.badge-gray {
    background-color: var(--gray);
    color: var(--white);
}

.badge-red {
    color: var(--ribbon-red);
}

.badge-yellow {
    background-color: var(--ribbon-yellow);
    color: var(--white);
}

.badge-red2 {
    background-color: var(--ribbon-red);
    color: var(--white);
}

.badge-outline-red{
    border: 1px solid var(--ribbon-red);
    color: #ed6b75 !important;
}


/* LINK LINK LINK LINK LINK LINK BUTTON BUTTON*/
/* ССЫЛКИ ССЫЛКА ССЫЛКИ ССЫЛКА ССЫЛКИ ССЫЛКА КНОПКА КНОПКИ */

/* это для серой строки с поиском */
/*.link-100-st {*/
/*    text-align: start;*/
/*    padding: 7px 0;*/
/*    width: 100%;*/
/*}*/


.link-gray {
    border: none;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.link-gray:hover {
    text-decoration: underline;
}

.link-hover {
    border: none;
    text-decoration: none;
    transition: all 0.1s ease;
    color: var(--blue-dark);
    border-radius:5px;
}

.link-hover:hover {
    background-color: var(--gray-light);
}

/* это обычная голубая ссылка */
.link-blue {
    text-decoration: none;
    font-weight: 600;
    color: var(--blue-accent);
    cursor: pointer;
    transition: all 0.3s ease;
}

.bread-link {
    text-decoration: none;
    font-weight: 600;
    color: #4b474787;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bread-link:hover {
    color: var(--blue-accent);
    text-decoration: none;
}

.link-blue:hover {
    text-decoration: underline;
}

.link-black {
    text-decoration: none;
    color: var(--gray-dark);
    transition: all 0.3s ease;
    cursor: pointer;
}

.link-black:hover {
    text-decoration: underline;
}

.bttn-hover .d-grid:hover {
    background-color: var(--gray-light);
}

/* MENU MENU MENU MENU MENU MENU */
/* МЕНЮ МЕНЮ МЕНЮ МЕНЮ МЕНЮ МЕНЮ */
.dropdown .nav-link {
    /*не трогать это стиль для шапки*/
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px !important;
}

.link-nav-w {
    /*не трогать это стиль верхней строчки*/
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
    cursor: pointer;
}

.link-nav-w:hover {
    color: var(--white);
    text-decoration: underline;
}

.dropbtn {
    background-color: var(--blue-light);
    color: var(--white);
    padding: 16px;
    font-size: 16px;
    border: var(--blue-light);
    cursor: pointer;
    margin-left: 2px;
    border-radius: 3px 3px 0 0;
    transition: all 0.3s ease;
}

.active .dropbtn {
    background-color: var(--white);
    color: var(--bs-black);
    padding: 16px;
    font-size: 16px;
    border: var(--white);
    cursor: pointer;
    margin-left: 1px;
    border-radius: 3px 3px 0 0;
    transition: all 0.3s ease;
}

@media (max-width: 992px) {
    .dropbtn {
        background-color: var(--blue-light);
        color: var(--white);
        padding: 16px;
        font-size: 16px;
        border: var(--blue-light);
        cursor: pointer;
        margin-left: 1px;
        border-radius: 0px 0px 0 0;
        transition: all 0.0s ease;
    }

    .active .dropbtn {
        background-color: var(--white);
        color: var(--bs-black);
        padding: 16px;
        font-size: 16px;
        border: var(--white);
        cursor: pointer;
        margin-left: 1px;
        border-radius: 0px 0px 0 0;
        transition: all 0.3s ease;
    }
}

.dropbtn:hover {
    background-color: var(--white);
    border: var(--white);
    text-decoration: none;
}

.dropdown-menu {
    border: none !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important;
    box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}

.datepicker.dropdown-menu {
    background-color: #fff !important;
}

.prof > .dropdown-menu{
    border: none !important;
    border-radius: 0 !important;
    background-color: #f5f5f5 !important;
    margin-top: -5px !important;
    box-shadow: 0px 0px #f0edd9;
}

.ed-prof > .card {
    background-color: #f4f8fd !important;
    border: 0px !important;
}

.ed-prof > .card > .card-header {
    border-color: #e7ecf1 !important;
}

.dropdown-item:hover {
    border: none !important;
    background-color: var(--gray-light) !important;
    color: #36c6d3 !important;
    text-decoration: none;
}

.active-drop > .dropdown-item {
    border: none !important;
    background-color: var(--gray-light) !important;
    color: #36c6d3 !important;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    right: 0;
    margin-top: 0;
}

.w-auto {
    width: auto;
}

h-100 {
    height: 100%;
}

/* @media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        
    }
} */
@media (max-width: 992px) {
    .dropdown-menu {
        background-color: var(--white);
        box-shadow: none;
    }
}

@media (max-width: 1350px) {
    .text-media-btn {
        font-size: 12px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .dropbtn {
        margin-bottom: 1px;
        margin-left: 0;
        border-radius: 0;
    }

    .text-media-btn {
        font-size: 16px;
    }
}

@media (max-width: 425px) {
    .navbar-toggler {
        padding: 5px !important;
    }
}

.fz-14 {
    font-size: 14px;
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-13 {
    font-size: 13px;
    color: #9eacb4;
    font-weight: 400;
}

.fz16 .bi {
    font-size: 17px !important;
}

.fz16 .badge {
    font-size: 11px !important;
    font-weight: 400 !important;
}

/* BREADCRUMB BREADCRUMB BREADCRUMB BREADCRUMB BREADCRUMB */
/* ХЛЕБНЫЕ КРОШКИ ХЛЕБНЫЕ КРОШКИ ХЛЕБНЫЕ КРОШКИ ХЛЕБНЫЕ КРОШКИ */

.breadcrum {
    padding: 0 .5rem;
}

.breadcrum ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 600px) {
    .breadcrum ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

.breadcrum li:not(:last-child)::after {
    display: inline-block;
    margin: 0 .25rem;
    content: ">";
}

/* RIBBON RIBBON RIBBON RIBBON RIBBON */
/* ЛЕНТА ЛЕНТА ЛЕНТА ЛЕНТА ЛЕНТА ЛЕНТА */

.element-ribbon {
    position: relative;
    margin-bottom: 10px;

    left: -20px;
    top: -10px;
}

.ribbon-clip {
    background-color: var(--gray-light2);
    color: var(--gray-dark);
    border-radius: 2px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
    margin: 10px 0 0 -2px;
}

.ribbon-clip::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: -1px;
    width: 0;
    height: 0;
    border-top: 13px solid #272525;
    border-left: 13px solid transparent;
}

.ribbon-sub {
    padding: 9px;
    font-weight: 500;
}

/*.ribbon-sub > a:hover {*/
/*    text-decoration: underline;*/
/*    color: inherit;*/
/*}*/

.ribbon-danger {
    background-color: #ed6b75 !important;
    color: #fff;
}

.ribbon-warning {
    background-color: #F1C40F !important;
    color: #010100;
}

.ribbon-success {
    background-color: #36c6d3 !important;
    color: #fff;
}

.ribbon-info {
    background-color: #659be0 !important;
    color: #fff;
}

.ribbon-default {
    background-color: #bac3d0 !important;
    color: #384353;
}

.ribbon-color-primary {
    background-color: #337ab7 !important;
    color: #fff;
}

.breadcrumbs {
    overflow: hidden;
    margin-bottom: 30px;
    padding-right: 6px;
}

.breadcrumbs h1 {
    margin: 0;
    float: left;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-right: 20px;
    text-transform: uppercase;
    color: #2a3239;
    font-family: 'Oswald', sans-serif;
}

.breadcrumbs .breadcrumb {
    margin: 0;
    padding: 0;
    text-align: right;
    background: inherit;
}

.breadcrumbs .breadcrumb > li {
    font-size: 13px;
}

.breadcrumbs .breadcrumb > li + li:before {
    top: 2px;
    color: #dfe4e6;
    font-size: 20px;
    content: "\2022";
    position: relative;
    padding: 0 8px 0 5px;
}

.breadcrumbs .breadcrumb > li > a {
    color: #6c7b88;
    text-transform: uppercase;
}

.breadcrumbs .breadcrumb > li > a:hover {
    text-decoration: none;
    color: #009dc7;
}

.breadcrumbs .breadcrumb li.active {
    color: #009dc7;
    text-transform: uppercase;
}


@media (max-width: 765px) {
    .element-ribbon {
        left: -13px;
        top: -10px;
    }

    .ribbon-clip::after {
        bottom: -13px;
        left: -3px;
        border-top: 13px solid #272525;
        border-left: 8px solid transparent;
    }
}

/* ТАБЛИЦА ТАБЛИЦА ТАБЛИЦА */
/* TABLE TABLE TABLE TABLE TABLE */

.td-border td {
    border: 1px solid var(--gray-light);
    font-size: 14px;
    color: var(--gray-dark);
}

.td-noborder td {
    font-size: 14px;
    color: var(--gray-dark);
}

.td-comment {
    border: 1px solid var(--gray-light2);
    border-radius: 5px;
    padding: 5px;
    background-color: var(--white);
}

td .progress {
    margin: 15px 0;
}

td .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
}

td .form-check label {
    margin-top: 3px;
}

@media (max-width: 1200px) {
    .request > thead th {
        display: none;
    }

    .request > tbody td,
    .request > tbody th {
        display: block;
    }

    .request > tbody > tr:nth-child(even) td,
    .request > tbody > tr:nth-child(even) th {
        background-color: var(--gray-light);
    }

    .request-custom > tbody td,
    .request-custom > tbody th {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
    }

    .request-custom > tbody > tr:nth-child(even) td,
    .request-custom > tbody > tr:nth-child(even) th {
        background-color: #f7f7f7 !important;
    }

    [row-header] {
        position: relative;
        vertical-align: middle;
    }

    [row-header]:before {
        content: attr(row-header);
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        width: 50vw;
        padding-right: 10px;
        white-space: wrap;
        overflow: hidden;

        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--teal-accent);
        margin: 10px 0;
    }

    .table-znak {
        display: flex;
        flex-direction: row;
    }

    .td-badge {
        /*margin-left: 10px;*/
    }
}

/* КОНТЕЙНЕР ДЛЯ ФОРМЫ ПОИСКА КОНТЕЙНЕР ДЛЯ ФОРМЫ ПОИСКА КОНТЕЙНЕР ДЛЯ ФОРМЫ ПОИСКА КОНТЕЙНЕР ДЛЯ ФОРМЫ ПОИСКА */

@media (max-width: 1600px) {
    .zag-align-resp {
        text-align: start;
    }
}

@media (max-width: 1200px) {
    .zag-align-resp {
        text-align: center;
    }
}

/* БЛОК КОММЕНТАРИЕВ  БЛОК КОММЕНТАРИЕВ  БЛОК КОММЕНТАРИЕВ  БЛОК КОММЕНТАРИЕВ  БЛОК КОММЕНТАРИЕВ */
.comments-block {
    background-color: var(--white);
    border-radius: 5px;
}

.comment {
    display: flex;
    flex-direction: row;
    align-items: start;
    padding: 5px 7px;

    word-wrap: break-word !important;
    word-break: break-word !important;
}

.comment-answer {
    margin-left: 40px;
}

.img-comment {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

/* форма выбора select 2  форма выбора select 2  форма выбора select 2  форма выбора select 2*/
/*поле выбора*/
.select2-container {
    font-size: 14px;
    width: 100% !important;
}

/* Поле выбора */
.select2-container--default .select2-selection--multiple {
    background-color: var(--white);
    border: 1px solid var(--gray-light2) !important;
    border-radius: 7px;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 5px;
}

.select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 12px;
    min-height: 38px;
    line-height: 1.42857;
    margin-top: 0;
    min-width: 5em;
}

.select2-container--bootstrap .select2-selection--single {
    min-height: 38px;
    line-height: 1.42857;
    padding: 6px 24px 6px 12px;
}

/*Стиль при наведении */
.select2-container--default .select2-selection--multiple:hover {
    border-color: #5bcfc5;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

/*Теги выбранных элементов*/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e7e7e7;
    border: none;
    border-radius: 20px;
    color: black;
    padding: 3px 10px;
    margin: 3px;
    font-size: 12px;
}

/*Кнопка удаления тегов */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
    margin-right: 5px;
    cursor: pointer;
}

/*Поле ввода в выпадающем списке */
.select2-container--default .select2-search--inline .select2-search__field {
    background: none;
    border: none;
    outline: none;
    margin-left: 5px;
    font-size: 14px;
    flex: 1;
}

/*Выпадающий список */
.select2-container--default .select2-results__options {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    max-height: 200px;
    overflow-y: auto;
}

/*Элемент в выпадающем списке */
.select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    background-color: var(--white);
    border: 1px solid var(--gray-light2) !important;
    border-radius: 7px;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 5px;
}

/*Стиль при наведении */
.select2-container--default .select2-selection--single:hover {
    border-color: #5bcfc5;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

/*Теги выбранных элементов*/
.select2-container--default .select2-selection--single .select2-selection__choice {
    background-color: #e7e7e7;
    border: none;
    border-radius: 20px;
    color: black;
    padding: 3px 10px;
    margin: 3px;
    font-size: 12px;
}

/*Кнопка удаления тегов */
.select2-container--default .select2-selection--single .select2-selection__choice__remove {
    color: black;
    margin-right: 5px;
    cursor: pointer;
}


.select2-container {
    font-size: 14px;
    width: 100% !important;
}

/* Поле выбора */
.select2-container--default .select2-selection--multiple {
    background-color: var(--white);
    border: 1px solid var(--gray-light2) !important;
    border-radius: 7px;
    min-height: 38px;
    display: flex;
    align-items: center;
    padding: 5px;
}

/* Теги выбранных элементов */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e7e7e7;
    border: none;
    border-radius: 20px;
    color: black;
    padding: 3px 10px;
    margin: 3px;
    font-size: 12px;
}

/* Кнопка удаления тегов */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
    margin-right: 5px;
    cursor: pointer;
}

/* Выпадающий список */
.select2-container--default .select2-results__options {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    max-height: 300px;
    overflow-y: auto;
}

/* Элемент в выпадающем списке */
.select2-container--default .select2-results__option {
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
}

/* Поле ввода в выпадающем списке */
.select2-container--default .select2-search--inline .select2-search__field {
    background: none;
    border: none;
    outline: none;
    margin-left: 5px;
    font-size: 14px;
    flex: 1;
}


.input-group > .select2-container--bootstrap {
    width: auto !important;
    flex: 1 1;
}


.note {
    margin: 0 0 10px;
    padding: 15px 30px 15px 15px;
    border-left: 2px solid var(--gray-light);
    border-radius: 0 4px 4px 0;
}


.step-elements {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-elements .steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: var(--gray-dark);
    font-size: 26px;
    font-weight: 500;
    border: 3px solid var(--gray-light2);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--white);
    transition: all 200ms ease;
    transition-delay: 0s;
}

.steps .circle.active {
    transition-delay: 100ms;
    border-color: var(--blue-accent);
    color: var(--blue-accent);
}

.steps .progress-bar-s {
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--gray-light2);
    z-index: 0;
}

.progress-bar-s .active-step {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: var(--blue-accent);
    transition: all 300ms ease;
}

.callout {
    background-color: #d6f8ff;
    color: #055160;
    padding: 20px;
    border-left: 5px solid #6db9c9;
}

.btn-pulse {
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.48px;
    transition: all .3s;
}

.btn-pulse:hover {
    transition: all .3s;
    animation: shadow .7s infinite linear;
    background-color: var(--ribbon-yellow);
    color: var(--white);
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 5px 0px var(--ribbon-yellow), 0 0 5px 0px var(--ribbon-yellow);
    }

    100% {
        box-shadow: 0 0 18px 6px rgba(255, 48, 26, 0), 0 0 4px 50px rgba(255, 48, 26, 0);
    }
}

.pulse {
    display: block;
    text-transform: uppercase;
    height: 40px;
    border-radius: 14px;
    cursor: pointer;
    background-color: #ecc74b;
    border: none;
    box-sizing: border-box;
    position: relative;
    margin: 15px;
}

.pulse::after,
.pulse::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid #ecc74b;
    border-radius: 1em;
    opacity: 0.6;
    box-sizing: border-box;
    animation: glow 2.5s ease-in-out infinite;
}

.pulse::after {
    animation-delay: 1s;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 4px 2px rgb(234, 183, 33);
        opacity: 0.6;
    }
    50% {
        box-shadow: 0 0 12px 6px rgba(236, 199, 75, 0.7);
        opacity: 0.8;
    }
}


.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
    margin-top: 0;
}

.note h1 .close,
.note h2 .close,
.note h3 .close,
.note h4 .close,
.note h5 .close,
.note h6 .close {
    margin-right: -10px;
}

.note p {
    margin: 0;
    font-size: 13px;
}

.note p:last-child {
    margin-bottom: 0;
}

.note code,
.note .highlight {
    background-color: #fff;
}

.note.note-default {
    background-color: white;
    border-color: #b0c1d2;
    color: black;
}

.note.note-default.note-bordered {
    background-color: #eef1f5;
    border-color: #c0cedb;
}

.note.note-default.note-shadow {
    background-color: #f1f4f7;
    border-color: #d1dbe4;
    box-shadow: 5px 5px rgba(212, 221, 230, 0.2);
}

.note.note-success {
    background-color: #c0edf1;
    border-color: #58d0da;
    color: black;
}

.note.note-success.note-bordered {
    background-color: #a7e6ec;
    border-color: #6dd6df;
}

.note.note-success.note-shadow {
    background-color: #abe7ed;
    border-color: #81dbe3;
    box-shadow: 5px 5px rgba(134, 221, 228, 0.2);
}

.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
    color: #010407;
}

.note.note-info.note-bordered {
    background-color: #dbe8f8;
    border-color: #a0c2ec;
}

.note.note-info.note-shadow {
    background-color: #e0ebf9;
    border-color: #b5cff0;
    box-shadow: 5px 5px rgba(185, 210, 241, 0.2);
}

.note.note-warning {
    background-color: #faeaa9;
    border-color: #f3cc31;
    color: black;
}

.note.note-warning.note-bordered {
    background-color: #f8e38c;
    border-color: #f4d249;
}

.note.note-warning.note-shadow {
    background-color: #f9e491;
    border-color: #f6d861;
    box-shadow: 5px 5px rgba(246, 217, 102, 0.2);
}

.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.note.note-danger.note-bordered {
    background-color: #fbdcde;
    border-color: #f39da3;
}

.note.note-danger.note-shadow {
    background-color: #fbe1e3;
    border-color: #f6b3b8;
    box-shadow: 5px 5px rgba(246, 184, 189, 0.2);
}

.ribbon-sub > a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s, text-decoration 0.3s;
}

.ribbon-sub > a:hover {
    text-decoration: underline;
    color: inherit;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.step-elements {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-elements .steps {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.steps .circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: var(--gray-dark);
    font-size: 26px;
    font-weight: 500;
    border: 3px solid var(--gray-light2);
    border-radius: 50%;
    z-index: 1;
    background-color: var(--white);
    transition: all 200ms ease;
    transition-delay: 0s;
}

.label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gray-dark);
    font-size: 26px;
    font-weight: 500;
    z-index: 1;
    transition: all 200ms ease;
    transition-delay: 0s;
}

.steps .circle.active,
.label.active {
    transition-delay: 100ms;
    border-color: #32c5d2;
    color: #32c5d2;
}

.steps .progress-bar-s {
    position: absolute;
    height: 3px;
    width: 100%;
    background: var(--gray-light2);
    z-index: 0;
}

.progress-bar-s .active-step {
    position: absolute;
    height: 100%;
    width: 0%;
    background-color: #32c5d2;
    transition: all 300ms ease;
}

@media (max-width: 900px) {
    .d-md-none .step-elements .steps {
        display: flex;
        flex-direction: column;
    }

    .d-md-none .steps .d-flex {
        margin-bottom: 20px;
    }
}


.callout {
    background-color: #d6f8ff;
    color: #055160;
    padding: 20px;
    border-left: 5px solid #6db9c9;
}

.dark-form {
    background-color: #dde3ec;
}

.hidden {
    display: none !important;
}

.bg-green-jungle {
    background: #26C281 !important;
}

.bg-grey-salt {
    background: #bfcad1 !important;
}

/*.hidden-print {*/
/*    display: none;}*/

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}


/*Pagination*/
.pagination {
    padding-left: 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 300;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

/*///*/

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: flex !important;
        justify-content: space-between !important;
        width: 100%;
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}


.mt-multiselect {
    text-align: left;
    position: relative;
}

.mt-multiselect .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.mt-multiselect.mt-noicon .caret {
    display: none;
}

.mt-multiselect {
    text-align: left;
    position: relative;
}

.mt-multiselect .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px;
}

.mt-multiselect.mt-noicon .caret {
    display: none;
}

.mt-multiselect {
    text-align: left;
    position: relative
}

.mt-multiselect .caret {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 15px
}

.mt-multiselect.mt-noicon .caret {
    display: none
}

.btn-group > .dropdown-menu {
    border: none !important;
    border-radius: 5px !important;
    background-color: #f5f5f5 !important;
    box-shadow: 1px 1px var(--gray-light);
    /*margin-top: 40px !important;*/
}

.navbar-brand {
    margin-bottom: -25px !important;
    --bs-navbar-brand-padding-y: 0;
}

@media (max-width: 992px) {
    .navbar-brand {
        margin-bottom: 0 !important;
        --bs-navbar-brand-padding-y: 0.3125rem;;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (max-width: 990px) {
    .w-xs-100 {
        width: 100%;
    }
}




.bi-check {
    text-shadow: 1px 1px 0 currentColor;
}

.dropdown-menu > li.active:hover > a,
.dropdown-menu > li.active > a,
.dropdown-menu > li:hover > a {
    text-decoration: none;
    background-image: none;
    background-color: #f6f6f6;
    color: #555;
    filter: none
}

.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #6c7b88;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.nav-item > a {
    text-decoration: none;
}

.breadcrum > li {
    font-size: 13px;
}

.breadcrum > li > a {
    text-transform: uppercase;
}

.nav-underline > li > a:hover {
    color: #333;
}
.nav-underline > li > a {
    color: #666;
}

a.list-group-item {
    text-decoration: none;
}

a.list-group-item:not(.active):hover {
    background-color: #f1f4f7;
}

/*.nav-tabs .nav-link {*/
/*    color: var(--bs-nav-tabs-link-active-color);*/
/*}*/

.table > thead > tr > th.info {
    background-color: #e0ebf9;
}

.table > tbody > tr > td.info {
    background-color: #e0ebf9;
}

.table > tfoot > tr > th.warning {
    background-color: #f9e491;
}

.btn-lg {
    --bs-btn-font-size: 18px;
}

.our-logo {
    font-size: 17px;
    font-weight: bold;
}

.input-group-text {
    --bs-tertiary-bg: #eee;
    font-size: 14px;
    color: #555;
    font-weight: 400;
}

.text-bg-default {
    background-color: #659be0;
    background-image: none;
}

.btn.green-soft:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #3faba4;
    border-color: #3faba4; }
.btn.green-soft:not(.btn-outline):focus, .btn.green-soft:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #1d4e4b; }
.btn.green-soft:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #2f7e79; }
.btn.green-soft:not(.btn-outline):active, .btn.green-soft:not(.btn-outline).active,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #318680;
    border-color: #2f7e79; }
.btn.green-soft:not(.btn-outline):active:hover, .btn.green-soft:not(.btn-outline):active:focus, .btn.green-soft:not(.btn-outline):active.focus, .btn.green-soft:not(.btn-outline).active:hover, .btn.green-soft:not(.btn-outline).active:focus, .btn.green-soft:not(.btn-outline).active.focus,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #286c67;
    border-color: #1d4e4b; }
.btn.green-soft:not(.btn-outline):active, .btn.green-soft:not(.btn-outline).active,
.open > .btn.green-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
.btn.green-soft:not(.btn-outline).disabled:hover, .btn.green-soft:not(.btn-outline).disabled:focus, .btn.green-soft:not(.btn-outline).disabled.focus, .btn.green-soft:not(.btn-outline)[disabled]:hover, .btn.green-soft:not(.btn-outline)[disabled]:focus, .btn.green-soft:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline):hover,
fieldset[disabled] .btn.green-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.green-soft:not(.btn-outline).focus {
    background-color: #3faba4;
    border-color: #3faba4; }
.btn.green-soft:not(.btn-outline) .badge {
    color: #3faba4;
    background-color: #FFFFFF; }

.btn.red-soft:not(.btn-outline) {
    color: #ffffff;
    background-color: #d05454;
    border-color: #d05454; }
.btn.red-soft:not(.btn-outline):focus, .btn.red-soft:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #812323; }
.btn.red-soft:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #b53232; }
.btn.red-soft:not(.btn-outline):active, .btn.red-soft:not(.btn-outline).active,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #bd3434;
    border-color: #b53232; }
.btn.red-soft:not(.btn-outline):active:hover, .btn.red-soft:not(.btn-outline):active:focus, .btn.red-soft:not(.btn-outline):active.focus, .btn.red-soft:not(.btn-outline).active:hover, .btn.red-soft:not(.btn-outline).active:focus, .btn.red-soft:not(.btn-outline).active.focus,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle.focus {
    color: #ffffff;
    background-color: #a12c2c;
    border-color: #812323; }
.btn.red-soft:not(.btn-outline):active, .btn.red-soft:not(.btn-outline).active,
.open > .btn.red-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
.btn.red-soft:not(.btn-outline).disabled:hover, .btn.red-soft:not(.btn-outline).disabled:focus, .btn.red-soft:not(.btn-outline).disabled.focus, .btn.red-soft:not(.btn-outline)[disabled]:hover, .btn.red-soft:not(.btn-outline)[disabled]:focus, .btn.red-soft:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline):hover,
fieldset[disabled] .btn.red-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.red-soft:not(.btn-outline).focus {
    background-color: #d05454;
    border-color: #d05454; }
.btn.red-soft:not(.btn-outline) .badge {
    color: #d05454;
    background-color: #ffffff; }

.btn.dark:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #2f353b;
    border-color: #2f353b; }
.btn.dark:not(.btn-outline):focus, .btn.dark:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: black; }
.btn.dark:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: #141619; }
.btn.dark:not(.btn-outline):active, .btn.dark:not(.btn-outline).active,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #181c1f;
    border-color: #141619; }
.btn.dark:not(.btn-outline):active:hover, .btn.dark:not(.btn-outline):active:focus, .btn.dark:not(.btn-outline):active.focus, .btn.dark:not(.btn-outline).active:hover, .btn.dark:not(.btn-outline).active:focus, .btn.dark:not(.btn-outline).active.focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.dark:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.dark:not(.btn-outline).dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #090a0b;
    border-color: black; }
.btn.dark:not(.btn-outline):active, .btn.dark:not(.btn-outline).active,
.open > .btn.dark:not(.btn-outline).dropdown-toggle {
    background-image: none; }
.btn.dark:not(.btn-outline).disabled:hover, .btn.dark:not(.btn-outline).disabled:focus, .btn.dark:not(.btn-outline).disabled.focus, .btn.dark:not(.btn-outline)[disabled]:hover, .btn.dark:not(.btn-outline)[disabled]:focus, .btn.dark:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.dark:not(.btn-outline):hover,
fieldset[disabled] .btn.dark:not(.btn-outline):focus,
fieldset[disabled] .btn.dark:not(.btn-outline).focus {
    background-color: #2f353b;
    border-color: #2f353b; }
.btn.dark:not(.btn-outline) .badge {
    color: #2f353b;
    background-color: #FFFFFF; }

.btn.yellow-soft:not(.btn-outline) {
    color: #ffffff;
    background-color: #c8d046;
    border-color: #c8d046; }
.btn.yellow-soft:not(.btn-outline):focus, .btn.yellow-soft:not(.btn-outline).focus {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #73781e; }
.btn.yellow-soft:not(.btn-outline):hover {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #a5ad2c; }
.btn.yellow-soft:not(.btn-outline):active, .btn.yellow-soft:not(.btn-outline).active,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
    color: #ffffff;
    background-color: #adb52e;
    border-color: #a5ad2c; }
.btn.yellow-soft:not(.btn-outline):active:hover, .btn.yellow-soft:not(.btn-outline):active:focus, .btn.yellow-soft:not(.btn-outline):active.focus, .btn.yellow-soft:not(.btn-outline).active:hover, .btn.yellow-soft:not(.btn-outline).active:focus, .btn.yellow-soft:not(.btn-outline).active.focus,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle.focus {
    color: #ffffff;
    background-color: #929927;
    border-color: #73781e; }
.btn.yellow-soft:not(.btn-outline):active, .btn.yellow-soft:not(.btn-outline).active,
.open > .btn.yellow-soft:not(.btn-outline).dropdown-toggle {
    background-image: none; }
.btn.yellow-soft:not(.btn-outline).disabled:hover, .btn.yellow-soft:not(.btn-outline).disabled:focus, .btn.yellow-soft:not(.btn-outline).disabled.focus, .btn.yellow-soft:not(.btn-outline)[disabled]:hover, .btn.yellow-soft:not(.btn-outline)[disabled]:focus, .btn.yellow-soft:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):hover,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline):focus,
fieldset[disabled] .btn.yellow-soft:not(.btn-outline).focus {
    background-color: #c8d046;
    border-color: #c8d046; }
.btn.yellow-soft:not(.btn-outline) .badge {
    color: #c8d046;
    background-color: #ffffff; }

/*@media (max-width: 576px) {*/
/*    .pagination {*/
/*        flex-wrap: nowrap;*/
/*        overflow-x: auto;*/
/*        white-space: nowrap;*/
/*        justify-content: center;*/
/*    }*/
/*    .pagination .page-item {*/
/*        margin: 2px 2px;*/
/*    }*/
/*    .pagination .page-link {*/
/*        padding: 0.3rem 0.6rem;*/
/*        font-size: 0.8rem;*/
/*    }*/


/*}*/

@media (max-width: 991px) {
    .dropbtn.active {
        border: 2px solid var(--gray-light2);
    }
}
@media (max-width: 992px) {
    .navbar-toggler:focus {
        box-shadow: none;
    }
}

/*Мобильное меню*/

.tab-btn {
    background-color: var(--blue-light);
    color: var(--white);
    padding: 16px;
    font-size: 16px;
    border: var(--blue-light);
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background-color: var(--gray-light);
    border: var(--gray-light);
    color: var(--gray-dark);
}

.tab-btn.active {
    background-color: var(--white);
    border: var(--white);
    color: var(--gray-dark);
}

.menu-content {
    border-top: 1px solid var(--gray-light);
    border-bottom: 1px solid var(--gray-light);
}

.menu-tab {
    /* display: flex !important;
flex-direction: column !important;
overflow-y: hidden !important; */
    line-height: 2em;
    display: none;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
}

/* Общий стиль скроллбара */
.scroll-container {
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    scrollbar-width: thin;
    /* Тонкий скроллбар для Firefox */
    scrollbar-color: var(--blue-light) transparent;
    /* Ползунок (голубой), фон (прозрачный) */
    padding-bottom: 7px;
    /* Оставляем место для скролла */
    position: relative;
}

/* Для Webkit-браузеров (Chrome, Safari, Edge) */
.scroll-container::-webkit-scrollbar {
    width: 6px;
    /* Очень тонкий скроллбар */
    height: 6px;
    /* Горизонтальный скролл */
}

/* Скрываем стрелочки (работает в некоторых браузерах) */
.scroll-container::-webkit-scrollbar-button {
    display: none;
}

/* Ползунок */
.scroll-container::-webkit-scrollbar-thumb {
    background: var(--blue-light);
    /* Голубой ползунок */
    border-radius: 3px;
}

/* Фон скроллбара (track) — делаем его прозрачным */
.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.menu-tab a {
    white-space: nowrap;
}

.menu-tab ul {
    margin-top: 12px;
    list-style: none;
}

.menu-tab.show {
    display: flex;
    opacity: 1;
}

.menu-link {
    color: var(--white);
    opacity: 80%;
    text-decoration: none;
    text-underline-offset: 0.5em;
    font-weight: 500;
}

.menu-link:hover {
    opacity: 100%;
    text-decoration: underline;
}

.menu-header {
    display: flex;
    align-items: center;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px !important;
}

.menu-content .menu-tab a.menu-item {
    padding: 8px;
    color: #6c7b88;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 500;
    line-height: 18px;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

.active-drop > .menu-item {
    border: none !important;
    /*background-color: var(--gray-light) !important;*/
    color: #36c6d3 !important;
    text-decoration: none;
}

/* МЕНЮ С ИКОНКАМИ стили ДЛЯ СОЗДАНИЯ ГОРИЗОНТАЛЬНОГО МЕНЮ */
@media (max-width: 768px) {
    .mobile-nav-tabs.nav-tabs {
        --bs-nav-tabs-border-width: none;
        --bs-nav-tabs-link-active-bg: none;
    }
    .mobile-nav-tabs.nav {
        flex-wrap: nowrap !important;
    }
    .mobile-nav-tabs {
        border-top: 2px solid var(--blue-light);
        border-bottom: 2px solid var(--blue-light);
        padding-top: 4px;
        overflow-x: auto !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        scrollbar-color: var(--blue-light) transparent;
    }
    .mobile-nav-tabs::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        display: none;
    }
    .mobile-nav-tabs::-webkit-scrollbar-button {
        display: none;
    }
    .mobile-nav-tabs::-webkit-scrollbar-thumb {
        background: var(--blue-light);
        border-radius: 3px;
    }
    .mobile-nav-tabs::-webkit-scrollbar-track {
        background: transparent;
    }
}

/* НОВАЯ ТАБЛИЦА ТАБЛИЦА-карточка НА ГЛАВНОЙ СТРАНИЦе */
.mobile-card-table .card {
    border: 1px solid var(--gray-light2);
    font-size: 14px;
    transition: all 0.2s ease;
}
.mobile-card-table .card:hover {
    background-color: #eaeff1;
}
.mobile-card-table .card-title {
    font-weight: 600;
    font-size: 14px;
    background-color: inherit;
    color: var(--gray-dark);
}

.mobile-card-table .p-card {
    padding: 16px 8px 3px 8px;
}

.mobile-card-table .stripe .row:nth-child(2n) {
    background-color: lightgray;
}

.rowble .col {
    padding: 10px;
}

.mobile-card-table .rowble .col:nth-child(2n) {
    background-color: #f3f3f3;
}

.mobile-card-table .rowble .col:not(:first-child) {
    padding-left: 5px;
}

@media (max-width: 767px) {
    .mobile-card-table .rowble .col:first-child {
        padding-left: 5px;
    }
}

.mobile-card-table .bttn-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    border: none;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .mobile-card-table .bttn-badge {
        width: 100%;
    }
}

.mobile-card-table .rowble .form-check-input {
    width: 1.5em;
    height: 1.5em;
    margin-right: 10px;
}
.mobile-card-table .rowble .form-check label {
    margin-top: 3px;
}

/* лента для мобильной таблицы */

.mobile-card-table .element-ribbon {
    position: relative;
    margin-bottom: 10px;

    left: -24px;
    top: -18px;
}

.mobile-card-table .ribbon-clip {
    background-color: lightgray;
    border-radius: 2px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, .4);
    margin: 10px 0 0 -2px;
}

.mobile-card-table .ribbon-clip::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: -2px;
    width: 0;
    height: 0;
    border-top: 13px solid #424141;
    border-left: 8px solid transparent;
}

.mobile-card-table .ribbon-sub {
    padding: 9px;
    font-weight: 600;
}

.mobile-card-table .ribbon-danger {
    background-color: var(--ribbon-red) !important;
    color: var(--white) !important;
}

.mobile-card-table .ribbon-info {
    background-color: var(--teal-accent) !important;
    color: var(--white) !important;
}

@media (max-width: 767px) {
    .mobile-card-table .element-ribbon {
        left: -18px;
        top: -10px;
    }

    .mobile-card-table .ribbon-clip::after {
        bottom: -13px;
        left: -3px;
        border-top: 13px solid #424141;
        border-left: 6px solid transparent;
    }
}

@media (max-width: 1200px) {
    .w-991-100.td-badge {
        width: 100%;
        font-size: 18px;
    }
}

.text-truncate {
    max-width: 50vw;
}

.card-file {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--gray-light);
    background-color: #fff;
}

@media (max-width: 1200px) {
    .width-custom {
        min-width: 50px !important;
    }
}
.width-custom {
    width: 50px;
}

.select2-selection__choice {
    white-space: normal !important;
    word-break: break-word;
    max-width: 100%;
}

.form-check-input:checked {
    background-color: #659be0 !important;
    border-color: #659be0 !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0 !important;
}

.page-item.dots .page-link:hover {
    cursor: not-allowed !important;
}

.page-item.dots.disabled .page-link {
    pointer-events: auto !important;
    cursor: not-allowed !important;
}

.element-ribbon .ribbon-clip {
    display: inline-block;
    width: auto;
    box-sizing: content-box;
}

.element-ribbon .ribbon-sub {
    display: inline-block;
    white-space: nowrap;
}

.to-top-button {
    background-color: #659be0;
    border-radius: 20px;
    /*border: 1px solid var(--blue-light);*/
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 36px;
    right: 25px;
    transition: opacity 0.15s ease;
    opacity: 0.5;
    cursor: pointer;
    background-image: url("/assets/global/img/to-top.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    display: none;
}


.to-top-button:hover {
    opacity: 1 !important;
}

.to-top-button:focus {
    opacity: 1;
}

.bg-light {
    background-color: var(--gray-light) !important;
}

.progress-bar-primary {
    background-color: var(--blue-light) !important ;
}

.modal-header {
    cursor: move;
    user-select: none;
}

body.modal-open {
    overflow: auto !important;
    padding-right: 0 !important;
}
