:root {
    --color-bg-main: #3E3468;
    --color-bg-light: #f7f2f7;
    --color-orange: #EFBB20;
    --color-border-light: #E8E8EB;
    --color-text-main: #232323;
    --color-btn-light: #f7f2f7;
    --color-btn-dark: #3E3468;
    --border-radius-main: 4px;
    --font-family-normal: "Museo Sans Cyrl 500", sans-serif;
    --font-family-bold: "Museo Sans Cyrl 700", sans-serif;
    --font-family-extra-bold: "Museo Sans Cyrl 900", sans-serif;
    --font-size-main: 15px;
}
    /*.green-bg {
        --color-bg-main: green;
        --color-bg-light: #f7f2f7;
        --color-orange: #EFBB20;
        --color-border-light: #E8E8EB;
        --color-text-main: #232323;
        --color-btn-light: #f7f2f7;
        --color-btn-dark: green;
        --border-radius-main: 4px;
    }
    .blue-bg {
        --color-bg-main: #1b79c3;
        --color-bg-light: #f7f2f7;
        --color-orange: #EFBB20;
        --color-border-light: #E8E8EB;
        --color-text-main: #232323;
        --color-btn-light: #f7f2f7;
        --color-btn-dark: green;
        --border-radius-main: 4px;
    }*/

body {
    background-color: #fff;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-size: 15px;
    font-family: var(--font-family-normal);
}
a {
    color: var(--color-text-main);
}
    a:hover, a:focus {
        text-decoration: none;
        outline: 0 none;
        cursor: pointer;
        color: var(--color-orange);
    }
[s-click] {
    cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--color-text-main);
}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: var(--color-text-main);
    }
.modal {
    padding-right: 0 !important;
}

@media (min-width: 1200px) {
    .modal-xl, .modal.modal-large .modal-dialog {
        max-width: 95%;
    }

    .modal.modal-middle .modal-dialog {
        max-width: 1000px;
    }
}

@media (min-width: 576px) {
    .modal.modal-large .modal-dialog {
        max-width: 1800px;
        width: 95%;
    }

    .modal-xl {
        max-width: 100%;
    }
}


/*loader*/
.loader-container {
    background-color: rgba(46,46,46,.55);
}
.small-loader-box .circle:nth-child(1):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(3):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(5):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(7):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(9):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(11):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(2):after {
    background-color: var(--color-bg-main);
}
.small-loader-box .circle:nth-child(4):after {
    background-color: var(--color-bg-main);
}
.small-loader-box .circle:nth-child(6):after {
    background-color: var(--color-bg-main);
}
.small-loader-box .circle:nth-child(8):after {
    background-color: var(--color-bg-main);
}
.small-loader-box .circle:nth-child(10):after {
    background-color: var(--color-bg-main);
}
.small-loader-box .circle:nth-child(11):after {
    background-color: var(--color-orange);
}
.small-loader-box .circle:nth-child(12):after {
    background-color: var(--color-bg-main);
}
/*loader*/


.control-label {
    margin-bottom: 0;
}
.blue {
    color: #2e55fa !important;
}
.black {
    color: var(--color-text-main) !important;
}
.red {
    color: #f44336 !important;
}
.orange {
    color: var(--color-orange) !important;
}
hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.btn-file {
    box-shadow: none;
    margin: 0;
    padding: .375rem .75rem;
}
.btn-file-actions-item {
    cursor: pointer;
    min-height: 200px;
}
.btn-file-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    width: 128px;
    height: 128px;
    background: url(../images/icon/image.png);
}
.btn-file .PrewFile img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: auto;
    max-width: 100%;
}
.btn {
    background-color: var(--color-btn-light);
    color: #354c93;
    box-shadow: none;
    border: 1px solid var(--color-btn-light);
}
    .btn:hover {
        background-color: var(--color-btn-dark);
        color: #e1e7ff;
        border: 1px solid var(--color-btn-dark);
        cursor: pointer;
    }
.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}
.btn-primary {
    background-color: var(--color-btn-light);
    color: var(--color-btn-dark);
}
.btn.btn-primary:hover {
    background-color: var(--color-btn-dark);
    border-color: var(--color-btn-dark);
    color: #ffffff;
}
.btn.btn-sm {
    padding: 0.5rem 0.6rem;
    font-size: .81rem;
}
.btn-icon {
    box-shadow: none;
    border: 1px solid var(--color-btn-light) !important;
    color: #354c93;
    margin: 0;
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    border-radius: 0;
}
.btn-dark {
    background-color: #354c93;
    color: #e1e7ff !important;
    border: 1px solid #354c93;
}
.btn-blue {
    background-color: #2e55fa !important;
    color: #fff !important;
    border: 1px solid #2e55fa !important;
}
.hidden {
    display: none !important;
}
.wrapper {
    background: #F8F8F8;
    min-height: 100vh;
    display: block;
    margin-top: 0;
}
.header {
    /*position: relative;*/
    z-index: 999;
    position: fixed;
    background-color: var(--color-bg-main);
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 24%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 24%);
    color: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
}

    .header ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        background-color: #F5F5F5;
        width: 5px;
        height: 5px;
        border-radius: 10px;
    }

    .header ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #d2d1d1;
        margin-left: 10px;
    }

    .header ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #d2d1d1;
    }
.main-header .container .navbar {
    padding: 0.5rem 1rem;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 64px;
}

.logo-header {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 9;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.brand-text {
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    font-family: var(--font-family-extra-bold) !important;
    color: #ffffff;
    margin-right: 15px;
}
a.brand-text:hover {
    text-decoration: none !important;
    color: #ffffff !important;
}
a.brand-text:active, a.brand-text:focus {
    text-decoration: none !important;
    color: #ffffff !important;
}

.header .login .btn {
    color: #fff !important;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    outline: none;
    cursor: pointer;
    outline: none;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: var(--border-radius-main);
    font-weight: 400;
    text-align: center;
    background-color: var(--color-orange);
    box-shadow: none;
}
.language-item {
    margin-left: 10px;
}

/*.st-container*/
.st-container {
    padding: 15px 15px;
    margin-top: 74.39px;
}
.login-nav .nav-item .btn {
    background-color: #354c93;
}

.profile-menu {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    left: auto;
    min-width: 200px;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 0;
    background-color: #fff;
    border: 0;
    border-radius: var(--border-radius-main);
    font-size: 14px;
    background-clip: padding-box;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

    .profile-menu.active {
        display: block;
        z-index: 1500;
    }

@media (min-width: 992px) {
    .profile-menu {
        position: absolute;
        top: 55px;
        left: auto;
        right: 0;
    }
}

li.profile {
    position: relative;
}

.header ul {
    padding-left: 0;
}
    .header ul li {
        list-style: none;
    }
.nav-item {
    display: flex;
    align-items: center;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d3a51b;
    border-color: #d3a51b;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #d3a51b;
    border-color: #d3a51b;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d3a51b;
    border-color: #d3a51b;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.8rem 0.5rem;
    clear: both;
    font-weight: 400;
    color: #495057;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
header .avatar-img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #efefef;
    color: #354c93;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-size: var(--font-size-main);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin-right: 5px;
}
.topnavbar .navbar-nav > .nav-item > .nav-link, .topnavbar .navbar-nav > .nav-item.show > .nav-link {
    padding: 0.5rem 0.5rem;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: normal;
    font-family: var(--font-family-extra-bold);
}
.main-content {
    margin: -15px -15px 0;
    padding-bottom: 50px;
}
    .main-content .main-img .container {
        z-index: 100;
        position: relative;
        display: table;
        height: 100%;
    }
    .main-content .main-img {
        min-height: 400px;
        position: relative;
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items:center;
        width: 100%;
        text-align: left;
    }
        .main-content .main-img:after {
            content: "";
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            position: absolute;
            background: var(--color-bg-main);
            /*background: -moz-radial-gradient(center, ellipse cover, rgba(25,38,101,1) 0%, rgba(9,18,63,1) 49%, rgba(34,40,69,1) 100%);
            background: -webkit-radial-gradient(center, ellipse cover, rgba(25,38,101,1) 0%,rgba(9,18,63,1) 49%,rgba(34,40,69,1) 100%);
            background: radial-gradient(ellipse at center, rgba(25,38,101,1) 0%,rgba(9,18,63,1) 49%,rgba(34,40,69,1) 100%);*/
            opacity: .7;
        }
    .main-content .main-content-box h2 {
        font-size: 40px;
        line-height: 60px;
        font-weight: 500;
        color:#ffffff;
        margin-bottom: 25px;
    }
    .main-content .main-content-box {
        text-align: center;
        width:100%;
    }
    .main-content .main-container {
        display: flex;
        justify-content:center;
        align-items: center;
    }
    .main-content .main-content-box .main-search-form {
        padding: 20px 20px 20px 20px;
        background-color: rgba(255,255,255,0.3);
        border-radius: var(--border-radius-main);
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
        width: 100%;
        max-width: 1200px;
        margin: 0 auto 25px;
    }
        .main-content .main-content-box .main-search-form .input-group {
            margin-bottom: 0;
        }
        .main-content .main-content-box .main-search-form .btn {
            height: 60px;
            border-radius: 0;
            padding: 0 30px;
            margin: 0;
            border: 0;
            font-size: 18px;
            margin-left: -1px;
            background-color: var(--color-orange);
            color: #ffffff !important;
            box-shadow: none;
        }
            .main-content .main-content-box .main-search-form .btn:hover {
                background-color: #d3a51b;
            }
        .main-content .main-content-box .main-search-form .form-control {
            height: 60px;
            border-radius: 0 !important;
            margin-right: 0;
        }
.mobile-header {
    display: none;
    width: 100%;
    padding: 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #85ce36;
    border: 0;
}
.category-content-info .nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: var(--border-radius-main);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}
    .category-content-info .nav ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
    }
        .category-content-info .nav ul li a {
            border-left: 1px solid rgba(255, 255, 255, 0.1);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 60px;
            padding: 10px 20px;
            text-transform: uppercase;
            font-size: 16px;
            font-weight: 400;
            background-color: rgba(0,0,0,0.7);
        }
        .category-content-info .nav ul li:first-child a {
            border-left: 0;
        }
.card {
    box-shadow: 0 0 10px 0 rgba(0,24,128,.1);
    border: 0;
    border-radius: var(--border-radius-main);
    background-color: #ffffff;
}
.card .card {
    box-shadow:none;
}
.login-nav .nav-item .btn:hover {
    background-color: #354c93;
    color:#ffffff;
}
@media (min-width: 992px) {
    .modal .modal-full-height {
        position: fixed;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 400px;
        height: auto;
        min-height: 100%;
        margin: 0;
    }
}

.user-login .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.user-login .modal-dialog .modal-header {
    border-bottom: 0;
}

.user-login .nav-item {
    padding: 0;
    font-size: 18px;
    width: 50%;
}

    .user-login .nav-item a {
        height: 100%;
        width:100%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px;
        color: rgb(255 255 255 / 80%);
    }

.user-login .nav-tabs .nav-item .active {
    height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: var(--color-orange);
    border-radius: var(--border-radius-main);
    font-size: 14px;
    border: 0;
}

@media (min-width: 768px) {
    .modal .modal-dialog.modal-right {
        right: 0;
    }
}

.modalRegister .nav.nav-tabs {
    padding: 10px;
    border: 1px solid var(--color-bg-main);
    background-color: var(--color-bg-main);
    box-shadow: none;
}
.nav-item.login .btn i {
    margin-right: 5px;
}
@media (max-width:500px) {
    .logo-header img {
        max-height: 50px;
    }
    .nav-item-text {
        display:none;
    }
    .nav-item.login .btn i {
        margin-right:0;
    }
    .main-content .main-content-box h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .main-content .main-content-box .main-search-form .form-control {
        height: 50px;
    }
    .main-content .main-content-box .main-search-form .btn {
        height: 50px;
    }
    .category-content-info .nav ul li {
        width: 100%;
        padding: 5px;
    }
    .main-container {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .main-content .main-content-box .main-search-form {
        padding: 10px;
        background-color: rgba(255,255,255,0.3);
        border-radius: var(--border-radius-main);
        box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
        margin-bottom: 25px;
    }
        .main-content .main-content-box .main-search-form .input-group {
            margin-bottom: 0;
        }
        .main-content .main-content-box .main-search-form .btn {
            padding: 0 15px;
        }
}
@media (min-width:500px) and (max-width:768px) {
    .category-content-info .nav ul li {
        width: 50%;
        padding: 5px;
    }
    .main-container {
        margin-bottom: 30px;
    }
}

.news-grid-wrap img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    z-index: 1;
    position: relative;
}
.news-grid-wrap h1 a, .news-grid-wrap h2 a, .news-grid-wrap h3 a, .news-grid-wrap h4 a, .news-grid-wrap h5 a, .news-grid-wrap h6 a {
    color: var(--color-text-main);
}
.news-grid-wrap h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: var(--font-family-bold) !important;
}
.news-grid-wrap a:hover h2 {
    color: var(--color-orange);
}
.news-grid-text p {
    margin-bottom:0;
}
.news-list ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.news-grid-text p {
    max-height: 50px;
    overflow: hidden;
}
.news-list .news-item {
    padding: 5px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid-column;
    page-break-inside: avoid;
    display: inline-block;
    width: 100%;
}
.news-grid-wrap {
    padding: 10px 10px 20px 10px;
    display: block;
    width: 100%;
    border-radius: var(--border-radius-main);
    box-shadow: none;
    background-color: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    border: 1px solid #dee2e6;
}
@media (min-width: 992px) {
    .news-list ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
        column-gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
    }
}
@media (min-width: 850px) and (max-width: 991px) {
    .news-list ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        column-gap: 10px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
    }
}
.card.profile-card, .card.businesscard {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}
.news-card-details {
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 1200px;
    padding: 15px;
    background-color: #ffffff;
}
.news-detail-main-img {
    margin-bottom:20px;
}
.attachments-view img {
    max-width: 100%;
}
img {
    max-width: 100%;
}
.attachments-view object {
    min-height:800px;
}
.news-card-details.edit {
    padding: 60px 20px 20px;
}
    .news-card-details .news-img-thumb {
        width:100%;
    }
    .news-block, .events-block, .wiki-block, .proposals-block {
        width: 100%;
        padding: 0 15px;
    }
.news-detail-main-img {
    float: left;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    object-fit:cover;
    margin: 0px 15px 10px 0;
}

@media (min-width: 1415px) {
    .news-block, .events-block, .wiki-block, .proposals-block, .wiki-element-details {
        max-width: 1400px;
        width: 100%;
        margin: auto;
    }
}
.form-group label.attachment {
    width: 100%;
    max-width: 320px;
    border: 1px dashed #d3e0e9;
}

    .form-group label.attachment input[type='file'] {
        display: none;
    }

.AttachMassageFile {
    margin-top: 10px;
    margin-bottom: 10px;
}

.SelectMassageFile {
    border: 1px dashed grey;
    margin-bottom: 5px;
}
.nav-tabs-header {
    border-radius: 0;
    border-bottom: 1px solid #e2e8f0;
}
    .nav-tabs-header .nav-tabs .nav-item .nav-link {
        color: black;
        border: 0;
        margin: 0;
        border-radius: 0;
        line-height: 24px;
        text-transform: uppercase;
        font-size: 14px;
        padding: 10px 15px;
        box-shadow: none;
        background-color: transparent;
        position: relative;
    }
        .nav-tabs-header .nav-tabs .nav-item .nav-link.active {
            color: var(--color-orange);
            font-family: var(--font-family-extra-bold);
            background-color: transparent;
        }
    .nav-tabs-header > .nav .nav-link::before {
        content: '';
        border-radius: 15px;
        background: #354c93;
        transition: all .2s;
        height: 2px;
        transform: scale(0);
        width: 0;
        left: 0;
        position: absolute;
        bottom: 0;
        opacity: 0;
        transform: scale(0);
    }
    .nav-tabs-header .nav-link.active::before, .nav-tabs-header .nav-link:hover::before {
        transform: scale(1) !important;
        opacity: 1;
        width: 100%;
    }
.card .nav-tabs-header .nav-tabs {
    padding: 0;
}
.wrap-content .nav-tabs {
    border-bottom: none;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.nav-tabs-header > .nav .nav-item:first-child {
    padding: 0 5px 0 0;
}
.nav-tabs > .nav-item:first-child .nav-link {
    margin-left: 0px;
    padding-left: 0;
}
fieldset {
    border: 1px solid #dee2e6 !important;
    border-radius: 0;
    padding: 5px 15px 15px 15px !important;
    margin-bottom: 10px;
}
    fieldset legend {
        padding: 5px 5px;
        width: auto;
        font-size: 14px;
        margin-left: 5px;
        margin-bottom: 0;
        text-transform: uppercase;
        color: var(--color-orange) !important;
        font-weight: bold;
        font-family: var(--font-family-extra-bold);
    }
        fieldset legend a {
            color: #03a9f4 !important;
        }
.tab-content .tab-pane {
    padding-top: 15px;
    padding-bottom: 15px;
}
.card-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
    font-family: var(--font-family-bold);
    color: var(--color-text-main);
    text-transform: uppercase;
}
label {
    margin-bottom: 10px;
    color: #333;
}
.card.details-form {
    margin: 20px auto 20px;
    max-width: 1200px;
    width: 100%;
}
.details-card-footer {
    background-color:#ffffff;
}
.news-page-title, .news-page-title a {
    color: var(--color-text-main);
    text-transform: uppercase;
    font-size: 22px;
    font-family: var(--font-family-bold);
    margin: 0;
    padding: 0;
}
    .news-page-title a:hover {
        color: var(--color-text-main);
    }
.st-container .card {
    margin-top: 1rem;
}
.details-form .details-card-body {
    padding: 1rem;
}
    .details-form .details-card-body .card-title {
        margin-bottom:0;
    }
    .details-form .details-card-body > .form-row {
        margin-left: 0;
        margin-right: 0;
    }
        .details-form .details-card-body > .form-row .col-12 {
            margin-left: -5px;
            margin-right: -5px;
        }
@media (min-width: 1415px) {
        .container {
        max-width: 1400px;
    }
}
@media (max-width: 991px) {
    .widget-box {
        display: none;
    }
}
.profile-card table tr {
    cursor:pointer;
}
.btn-icon.clear i {
    color: #ced4da;
}
.btn-icon.clear i:hover {
    color: red!important;
}
.modal-body .card {
    box-shadow:none;
}
    .modal-body .card .card-body {
        padding:0;
    }
#select_modal_dialog .modal-body .table.filter-table td, .modal-body .table.filter-table th {
    border-right: 0;
    border-top: 0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e8e8e8;
    font-family: var(--font-family-extra-bold);
}
.persons-group-card {
    width: 100%;
    max-width: 1200px;
    margin: 1rem auto;
}

.ws-card {
    margin-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
    -moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.03);
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 3%);
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .ws-card.members-card, .ws-card.main {
        min-height: 300px;
    }

.ws-card-heder {
    border-bottom: 0 none;
    min-height: 24px;
    padding: 15px 15px 0;
}

.ws-card-head-title {
    display: inline-block;
    flex: 1;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .ws-card-head-title .h4 {
        font-size: 20px;
        font-family: var(--font-family-extra-bold) !important;
    }

.ws-card-body {
    padding: 15px 15px 20px;
}

.persons-group-card {
    padding-bottom: 50px;
}

    .persons-group-card ul.group-event {
        margin-bottom: 0;
        padding-left: 0;
    }

        .persons-group-card ul.group-event li {
            display: inline-block;
            list-style: none;
        }

            .persons-group-card ul.group-event li.news-list a {
                border-color: #2e55fa !important;
                background-color: #2e55fa !important;
                color: #fff;
            }

            .persons-group-card ul.group-event li.company-events a {
                border-color: var(--color-orange) !important;
                background-color: var(--color-orange) !important;
                color: #fff;
            }

            .persons-group-card ul.group-event li.wiki-catalog a {
                border-color: #354c93 !important;
                background-color: #354c93 !important;
                color: #fff;
            }

.ws-card-extra {
    float: right;
    margin-left: auto;
    color: #545454;
    font-weight: normal;
    font-size: 14px;
}
.ws-card-info {
    padding: 5px 15px;
    border-radius: 5px;
    background-color: #eee;
    color: black;
}
.avatar-img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2e55fa;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 10px;
}
.card.news-details {
    width: 100%;
    margin: auto;
    position: relative;
    max-width: 1200px;
    background-color: #ffffff;
}
    .card.news-details .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: #ffffff;
        border-bottom: 1px solid var(--color-btn-light);
    }
.add-file-input {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.button-file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.button-file-label {
    padding: .3rem .5rem;
    background-color: #fff;
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.multi-file-execution .button-file-label {
    margin: 0;
    margin-right: 5px;
}
.note-editor.note-frame, .note-editor.note-airframe {
    border: 1px solid var(--color-btn-light);
    box-shadow: none;
}
.news-details .card {
    border: 1px solid var(--color-btn-light);
    box-shadow: none;
}

td .btn, td button {
    margin: 0;
    box-shadow: none;
}

.btn-buy {
    background-color: transparent;
    border: 0;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    height: 38px;
    margin-right: 5px !important;
}
    .btn-buy:hover {
        background-color: transparent;
        border: 0;
    }
    .btn-buy img {
        height: 30px;
    }
.btn.btn-plus:active:focus, .btn.btn-plus:focus, .btn.btn-minus:active:focus, .btn.btn-minus:focus {
    box-shadow: none;
}
.price-list .card-footer {
    padding:0;
}
.price-list h2 {
    font-size:25px;
}
.skuqantity {
    text-align: right;
}
.dropdown-filter-icon.dropdown-toggle::after {
    color: #354c93!important;
}
.widget-box {
    display: none;
    position: absolute;
    top: 55px;
    right: 0;
    left: auto;
    min-width: 300px;
    color: #212529;
    text-align: left;
    list-style: none;
    border: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0.2rem;
    font-size: 14px;
    background-clip: padding-box;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
    .widget-box.active {
        display: block;
        z-index: 1500;
    }

.dropdown > a .badge {
    background-color: var(--color-orange);
    color: #fff;
    min-width: 21px;
    height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 50%;
    line-height: 19px;
    position: absolute;
    font-size: 12px;
    top: -5px;
    right: -5px;
    font-weight: 400;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%) !important;
}
.widget-box {
    font-size:18px;
}
.cart-icon {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
    .cart-icon i {
        font-size: 25px;
        color: #354c93;
    }
.btn-minus {
    border-radius: 3px 0 0 3px;
}
.btn-plus {
    border-radius: 0 3px 3px 0;
}
.DocumentFilds {
    position: relative;
    width: 450px;
    padding: 0 20px 15px;
    border-right: 1px dotted;
    min-height: 70vh;
}
.Filter-block {
    padding-left:15px!important;
}
.view.chat-view .card .card-header {
    background-color: #ffffff;
}
.right-menu {
    display: none;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 200px;
    height: auto;
    background-color: ghostwhite;
    z-index: 9999;
}

    .right-menu ul {
        padding: 0px;
        margin: 0px;
    }

        .right-menu ul li {
            list-style: none;
            padding: 2px 0px;
        }

            .right-menu ul li a {
                text-decoration: none;
                padding: 10px 30px;
                display: block;
                border-radius: 4px;
                border: 1px dotted #ddd;
                color: #1C90F3;
                background-color: #f3f5f6;
            }
.dropdown-item.active, .dropdown-item:active {
    color: #153d77 !important;
    text-decoration: none;
    background: #e2e3e4;
}
.nav-tabs-header .nav-tabs .nav-item .nav-link.active {
    color: var(--color-orange);
    font-family: var(--font-family-extra-bold);
    background-color: transparent;
}
.news-page-title:before {
    display:none;
}
.news-page-title:after {
    display: none;
}
.fixed-footer {
    width: 100%;
    position: relative;
    z-index: 0;
    background-color: inherit;
}
.card-footer.fixed-footer {
    width: 100%;
    margin-left: 0;
}
.news-grid-text span {
    color: #354c93;
}
.custom-file-label {
    border: 1px solid var(--color-btn-light) !important;
}
.user-nav-st .dropdown-menu {
    padding-top: 10px;
    padding-bottom: 10px;
}
.user-nav-st .dropdown-menu ul {
    max-height: 75vh;
    overflow-y: auto;
    min-width: 250px;
}
.main-search-form .form-control {
    padding: 0.375rem 0.75rem;
}
.dropdown-menu ul {
    margin-bottom:0;
}
.form-control.disabled {
    background-color: #e9ecef;
}
span.form-control {
    border: 1px solid #dde4eb;
    background-color: #dde4eb;
    color: black;
}
.table-sm td, .table-sm th {
    padding: 0.3rem;
}

a:hover .news-grid-text h2 {
    color: var(--color-orange) !important;
}
/*businesscard*/
.businesscard-logo {
    background-color: #eaeaea !important;
}
a:hover p {
    color:initial;
}
.news-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.news-grid-text p {
    max-height: 60px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
    .news-grid-text p:after {
        position: absolute;
        display: block;
        content: '';
        bottom: 0;
        left: 0;
        width: 100%;
        background: url(../images/shad.png) center repeat-x;
        height: 9px;
    }
header .nav-item.dropdown.widget a {
    min-width: 160px;
    display: flex;
    align-items: center;
}
.note-editor.card {
    margin-top:0;
}
.st-container .tr-header.collapse-tr.show td:first-child:before {
    color: var(--color-orange);
}
.st-container .tr-header.collapse-tr td:first-child:before {
    color: var(--color-bg-main);
}
.st-container .tr-header.collapse-tr {
    background-color: #ffffff;
}
.st-container .hide-tr {
    background-color: rgba(245,245,245,.5);
    border-bottom: 2px solid var(--color-orange);
}
@media (max-width: 991px) {
    .st-container .collapse-table .hide-tr {
        display: none;
    }
    .st-container  .table-mobile .table.collapse-table > tbody > tr {
        display: inline-flex;
        flex-wrap: wrap;
        vertical-align: top;
        width: 100%;
    }
    .st-container .table-mobile .table.collapse-table .tr-header.collapse-tr td:first-child:before {
        display: none;
    }
}
/*.header.fixed {
    width: 100%;
    position: fixed;
    background-color: var(--color-bg-main);
    color:#ffffff;
    top: 0;
    left: 0;
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 24%);
    box-shadow: 2px 2px 2px rgb(0 0 0 / 24%);
}*/
.dropdown-item:hover a i.edit {
    color: var(--color-orange) !important;
}
.language-item span {
    padding: 0 10px;
    color: var(--color-orange);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: var(--font-family-extra-bold);
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #cdcdcd;
    background-color: #cdcdcd;
}
.modal-title {
    font-size: 14px;
    margin-left: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: var(--font-family-extra-bold);
}
.css-treeview label {
    font-size: var(--font-size-main);
    width: 100%;
    margin-bottom: 0;
}
.css-treeview [type="checkbox"]:not(:checked) + label.tree_child, .css-treeview [type="checkbox"]:checked + label.tree_child {
    position: relative;
    padding-left: 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.nav-tabs-header > .nav .nav-link::before {
    background: var(--color-bg-main);
}
.css-treeview label.tree_child .far.far.fa-plus-square {
    color: var(--color-bg-main);
}
.css-treeview input.toggle-tree:checked + label.tree_child .far.fa-minus-square {
    color: var(--color-orange)!important;
}
.right-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 24 128 / 10%);
    padding: 5px;
}
.right-menu ul li a {
        color: var(--color-btn-dark);
        border: 1px dotted var(--color-bg-light);
        background-color: var(--color-bg-light);
}
.remove-search {
    position: absolute;
    right: 140px;
    top: 50%;
    margin-top: -10px;
    visibility: hidden;
    cursor:pointer;
}
    .remove-search i {
        color: #e0dcdc;
        font-size: 20px;
    }
.search-input-text.empty + .remove-search {
    visibility: hidden;
}
.search-input-text.not-empty + .remove-search {
    visibility: visible !important;
    z-index:999;
}
.is-found {
    border-bottom: dotted orange
}