﻿.has-error {
  border-color: #f44336 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.disabledForm {
    pointer-events: none;
    background-color: rgba(255, 255, 255, .1);
    position: relative;
    pointer-events: none;
}

.disabledForm::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #2f80ed;
    width: 20px;
    height: 20px;
    -webkit-animation: circleLoaderSpin 1.1s linear infinite; /* Safari */
    animation: circleLoaderSpin 1.1s linear infinite;
}

.load-input::after {
    content: '';
    position: absolute;
    top: 33%;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 3px solid #dee2e6;
    border-radius: 50%;
    border-top-color: #4caf50;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 2312312;
}

.load-input-fix::after {
    content: '';
    position: absolute;
    top: 55%;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 3px solid #dee2e6;
    border-radius: 50%;
    border-top-color: #4caf50;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    z-index: 2312312;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.inj-list-height {
    max-height: 300px;
    overflow-y: auto;
}

.form-control-disabled {
    background-color: transparent !important;
    border: none;
    font-size: 18px;
    color: #373A3C;
    padding: 0;
}

.mb-15 {
    margin-bottom: 15px;
}

.print-input {
    display: flex;
    align-items: center;
    min-height: 34px;
}

.print-input input {
    width: 15px;
    height: 15px;
    margin-left: 5px;
}

.print-input {
    margin-bottom: 15px;
}

.form-flex {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.form-flex .w-50p {
    width: 49%;
}

.w-150 {
    width: 150px !important;
}

.w-85 {
    width: 85px;
}
.w-100px {
    width: 100px!important;
}
.w-150px {
    width: 150px !important;
}
.w-250px {
    width: 250px !important;
}

@media(max-width: 767px) {
    .w-sm-100px {
        width: 100px !important;
    }
}


    .padd-8r {
        padding: 0.95rem;
    }

    .list-group-item.active a {
        color: #ffffff;
    }

    .remainder_curr-p {
        font-size: 18px;
        color: #373A3C;
    }

    .df-f {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .df-f button {
            padding: 0.375rem 0 !important;
            margin-top: 0 !important;
            width: 49%;
        }
    /*********circle loader**************/
    .loader-circle {
        border: 3px solid #f3f3f3;
        border-radius: 50%;
        border-top: 3px solid #2f80ed;
        width: 16px;
        height: 16px;
        -webkit-animation: circleLoaderSpin 1.1s linear infinite; /* Safari */
        animation: circleLoaderSpin 1.1s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes circleLoaderSpin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes circleLoaderSpin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }
    /************************************/

    .fs-sm {
        font-size: 0.75rem!important;
    }

.fs-xsm {
    font-size: 0.6rem !important;
}

.fs-xxl {
    font-size: 1.6rem !important;
}

.fs-xl {
    font-size: 1.2rem !important;
}

.fs-l {
    font-size: 1rem !important;
}

    .f-em {
        font-style: italic;
    }

    .f-b {
        font-weight: 700;
        color: #494a5d;
    }

    .no-padding {
        padding: 0px !important;
    }

    .fw-7 {
        font-weight: 700;
    }

    .ta-c {
        text-align: center;
    }

    .ta-r {
        text-align: right;
    }

    .ta-l {
        text-align: left;
    }

    .bold {
        font-weight: 800;
    }

    .p0-0-0-5 {
        padding: 0 0 0 5px
    }

    .text-center-fix {
        width: 100%;
        margin-bottom: 10px;
    }

    #obj_notes_list {
        min-height: 80px;
    }

    .btnBox_style {
        display: inline-block;
        float: right;
    }

    .filter {
        display: flex;
        align-items: center;
    }

        .filter h5 {
            margin: 0 10px 0 0;
        }

    .no-flex {
        display: block !important;
    }

    .flex-fix {
        display: flex;
        width: 100%;
        padding-right: 16px
    }

        .flex-fix input {
            width: 100% !important
        }

    #obj_jacks_addContainer .input-group {
        width: 100%;
    }

    @media(max-width: 767px) {
        .hidden {
            overflow: hidden
        }

        .mobile-visible {
            display: block !important
        }

        .pagination {
            overflow-x: auto
        }

        .layout-sidebar-large .sidebar-left-secondary, .layout-sidebar-large .sidebar-left {
            height: calc(100vh - 67px) !important;
        }

        .profile-settings-open {
            cursor: pointer;
            position: absolute;
            left: 100%;
            top: calc(50% - 25px);
            background-color: #fff;
            box-shadow: 1px 0 3px rgba(0, 0, 0, 0.2);
            border-radius: 0 100px 100px 0;
            line-height: 1;
            padding: 20px 8px 20px 8px;
            font-size: 20px;
        }

        .layout-sidebar-large .sidebar-left {
            left: -120px
        }

        .mobile-show {
            display: block
        }

        .navigation-left {
            overflow-y: auto
        }

        .rotateArrow .fa-angle-right {
            transform: rotate(180deg);
        }
    }

    @media(min-width: 767px) {
        .mobile-visible {
            display: none !important
        }

        .mobile-show {
            display: none
        }

        #currency-container {
            min-height: 400px
        }
    }

    .setOpasity {
        opacity: 0.5;
    }

    .choice_currency .your_sum div label:not(:last-child) {
        margin-right: 5px
    }

    .currency_box p {
        margin: 0
    }

    .choice_currency .your_sum div {
        margin-left: 10px
    }

    .currency_departament .personal .personal-course {
        cursor: pointer
    }

    .personal_course_box {
        display: flex
    }

        .personal_course_box .btn {
            margin-left: 5px
        }

    .bonus__wrap {
        display: flex;
        flex-wrap: wrap;
    }

        .bonus__wrap span {
            color: #5cb85c;
            font-weight: bold;
            margin-left: 4px
        }

    .color-p {
        background-color: #2f80ed;
        color: #fff
    }

    .color-orange {
        background-color: #e97d23;
        color: #fff
    }

    .color-g {
        background-color: #4caf50;
        color: #fff
    }

    .color-y {
        background-color: #3F51B5;
        color: #fff
    }

    .color-v {
        background-color: #ffc107;
        color: #fff
    }

    .dropdown-item {
        cursor: pointer
    }

        .dropdown-item:active {
            background-color: #e1e1e1
        }

    .reverse-box-title {
        font-size: 14px;
        color: grey;
    }

    .reverse-coment-box {
        width: 100%;
        height: 80px;
        margin-bottom: 10px
    }

    .error_box .m-succes {
        background: #68b36b;
        color: #3e8241
    }

    .m_error {
        background: #EBCCCC;
        border: 1px solid #DDDDDD;
        border-radius: 4px;
        padding: 20px;
    }

        .m_error p {
            font-size: 16px;
            color: #A94442;
            margin: 0;
        }

    .m-succes {
        background: #beddc0;
        border: 1px solid #3e8241;
        border-radius: 4px;
        padding: 20px;
    }

        .m-succes p {
            color: #063a08;
            margin: 0;
        }

    #shift-complite {
        min-height: 200px
    }

    .btn-add-group {
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }

    a[disabled] {
        pointer-events: none;
        opacity: 0.5
    }

    .control-item.active a {
        color: #fff
    }

    .user-loyal-control {
        cursor: pointer;
    }

    .more-info-from-user {
        cursor: pointer
    }

    .user-card-search {
        position: relative;
    }

    .search-view {
        position: absolute;
        display: none;
        flex-direction: column;
        background: #fff;
        width: 100%;
        max-height: 100px;
        overflow-y: auto;
        z-index: 99;
    }

        .search-view p {
            padding: 10px;
            margin: 0;
            cursor: pointer
        }

            .search-view p:hover {
                color: grey;
                background: rgba(0, 0, 0, 0.05);
            }

    .search-info-from-user {
        min-height: 20px;
        display: flex;
        margin-top: 3px;
        align-items: center;
        color: red;
    }

    .grop-wrap {
        display: flex;
    }

        .grop-wrap div {
            width: 100%;
        }

            .grop-wrap div:last-child {
                margin-left: 10px
            }

    .color-r {
        background-color: red;
        color: #fff
    }

    .control-item {
        cursor: pointer
    }

    .type-group-wrap {
        display: flex;
        padding: 10px 0 0 0
    }

        .type-group-wrap div {
            width: 100%;
        }

            .type-group-wrap div:last-child {
                margin-left: 10px
            }

    .select-container {
        display: flex;
        align-items: center;
    }

        .select-container div {
            width: 100%
        }

            .select-container div:last-child {
                margin-left: 10px
            }

    .right-type p {
        text-align: right
    }

    .message {
        position: relative;
        background: #f8f9fa;
        border-radius: 10px;
        padding: 1rem;
    }

    .right-container {
        justify-content: flex-end
    }

    #close-modal {
        cursor: pointer
    }

    .chat-overflow {
        max-height: 300px;
        overflow-y: auto;
    }

    #openModal .checkbox input[disabled] ~ * {
        color: #47404f
    }
    /**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */

    code[class*="language-"],
    pre[class*="language-"] {
        color: #f8f8f2;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        font-family: Consolas, Monaco, 'Andale Mono', monospace;
        direction: ltr;
        text-align: left;
        white-space: pre;
        word-spacing: normal;
        -moz-tab-size: 4;
        -o-tab-size: 4;
        tab-size: 4;
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
    }

    /* Code blocks */
    pre[class*="language-"] {
        padding: 1em;
        margin: .5em 0;
        overflow: auto;
        border-radius: 0.3em;
    }

    :not(pre) > code[class*="language-"],
    pre[class*="language-"] {
        background: #272822;
    }

    /* Inline code */
    :not(pre) > code[class*="language-"] {
        padding: .1em;
        border-radius: .3em;
    }

    .token.comment,
    .token.prolog,
    .token.doctype,
    .token.cdata {
        color: slategray;
    }

    .token.punctuation {
        color: #f8f8f2;
    }

    .namespace {
        opacity: .7;
    }

    .token.property,
    .token.tag {
        color: #f92672;
    }

    .token.boolean,
    .token.number {
        color: #ae81ff;
    }

    .token.selector,
    .token.attr-name,
    .token.string {
        color: #a6e22e;
    }


    .token.operator,
    .token.entity,
    .token.url,
    .language-css .token.string,
    .style .token.string {
        color: #f8f8f2;
    }

    .token.atrule,
    .token.attr-value {
        color: #e6db74;
    }


    .token.keyword {
        color: #66d9ef;
    }

    .token.regex,
    .token.important {
        color: #fd971f;
    }

    .token.important {
        font-weight: bold;
    }

    .token.entity {
        cursor: help;
    }

    .w150 {
        width: 130px !important
    }

    .loyalty-operations .btn-group {
        width: 100%
    }

    .loyalty-operations button.multiselect {
        width: 100%;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .loyalty-operations label {
        width: 100%;
        display: flex;
        align-items: center;
    }

        .loyalty-operations label input {
            left: 10px;
            opacity: 1;
            width: unset;
            height: unset;
            margin-bottom: 0 !important
        }

    .pt-20 {
        padding-top: 20px
    }

    .multiselect-container.dropdown-menu {
        width: 100%
    }

    .multiselect-container.dropdown-menu {
        max-height: 50vh;
        overflow-y: auto;
    }

    .cursor-style {
        cursor: pointer
    }

    .fix-margin h4 {
        margin-bottom: 0
    }

    .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
        position: relative
    }

        .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold.show::after, .new-messsage-chat.show:after {
            content: '';
            position: absolute;
            right: 15px;
            top: 10px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: red
        }

    .new-messsage-chat.not-show::after {
        background: transparent !important
    }

    .hide-style {
        transform: scaleY(0);
        transform-origin: top center;
        visibility: collapse;
        transition: 0.2s all ease;
    }

    .showTr {
        transform: scaleY(1);
        transition: 0.5s all ease;
        visibility: visible
    }

    .login-logo {
        display: block;
        margin: 0 auto;
    }

    .fix-login-block {
        max-width: 450px;
        margin: 0 auto;
    }

    .no-operation {
        width: 100%;
        text-align: center;
        font-size: 18px
    }

    #currency_select option[disabled] {
        background: #dfdfdf;
    }

    .blinkIt {
        animation: blinker 1s linear infinite;
    }

    @keyframes blinker {
        50% {
            opacity: 0;
        }
    }

    .dropzone {
        min-height: 20px;
        border: 2px dashed #673ab75e !important;
        background: #F5F5F5 !important;
        padding: 10px 20px;
    }

    #single-file-upload .input-group {
        display: flex;
        align-items: center;
    }

        #single-file-upload .input-group label {
            margin-bottom: 0;
            margin-right: 5px
        }

    .check-active {
        cursor: pointer;
        color: darkblue
    }

    /*===================нижнє віконце/інформер для чатів==============*/
    .chatBottomWrapper {
        width: calc(70%);
        min-height: 48px;
        left: calc(28%);
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
        border-radius: 10px 10px 0 0;
    }

        .chatBottomWrapper.hide {
            width: 250px;
            left: calc(100% - 260px);
        }

            .chatBottomWrapper.hide .control_btn {
                display: none;
            }

        .chatBottomWrapper .control_btn {
            display: flex;
            margin-left: auto;
        }

        .chatBottomWrapper.hide .body {
            height: 0px;
        }

        .chatBottomWrapper .header {
            min-width: 250px;
            display: flex;
            align-items: center;
            justify-content: space-around;
            height: 32px;
            background: #f44336;
            color: #fff;
            padding: 12px 10px 10px 15px;
            font-size: 1rem;
            cursor: pointer;
            min-height: 48px;
            margin: 0;
            border-radius: 10px 10px 0 0;
        }

        .chatBottomWrapper .body {
            background: #fff;
            max-height: calc(60%);
            height: calc(25%);
            overflow: auto;
        }

    .add-new-curr {
        padding: 10px;
    }

        .add-new-curr select {
            margin-right: 10px;
            min-width: 55px;
        }

    #chatsList-tabs .nav-item a {
        border-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    #chatsList-tabs .nav-item {
        border-radius: 0 !important;
        border-top-left-radius: 0 !important;
    }

    .text-small {
        white-space: nowrap;
        overflow-x: hidden;
        max-width: 200px;
        display: block;
        text-overflow: ellipsis;
    }

    #buy .modal-dialog, #sale .modal-dialog, #injection .modal-dialog, #applyInjectBtn .modal-dialog, #spending .modal-dialog, #in .modal-dialog, #out .modal-dialog {
        max-width: 800px
    }

    .hidden-body {
        overflow: hidden !important
    }

    /*    @media(max-width: 1280px) {
        .fix-oper-fz {
            font-size: 13px !important;
        }
    }*/

    @media(max-width: 1425px) {
        .oper-date-btn-info {
            display: none;
        }

        .oper-date-btn {
            max-width: 44px;
            overflow: hidden;
        }
    }

    #modal-chat-container .card.chat-sidebar-container.sidebar-container {
        border-top-left-radius: 0 !important;
    }

    .padd-0 {
        padding: 0;
    }

    .fix-select-height .multiselect-container.dropdown-menu {
        max-height: 230px !important
    }

    .search-access-wrapper {
        display: flex;
        align-items: center;
    }

        .search-access-wrapper label,
        .search-access-wrapper input {
            margin: 0 5px 0 0;
        }

    .access-label {
        display: flex;
        align-items: center;
    }

        .access-label input {
            margin-right: 5px;
        }

    #deps-wrapper, #pages-wrapper {
        max-height: 200px;
        overflow-y: auto;
    }

    .open-modal {
        overflow: hidden !important;
    }

        .open-modal .modal, .open-modal .Modal {
            overflow-x: hidden;
            overflow-y: auto;
        }

    .d-n {
        display: none;
    }

    .d-b {
        display: block;
    }

    .bg-gray {
        background-color: rgba(0, 0, 0, 0.05);
    }

    .language-radio-wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }

        .language-radio-wrapper label {
            display: inline-block !important
        }

    .btn-group-lang {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 20px 20px 20px
    }

        .btn-group-lang button {
            min-width: 100px;
        }

    .title-lang-wrapper {
        display: flex;
        justify-content: space-between;
    }

        .title-lang-wrapper p {
            margin: 0;
        }

    .checkmark-abs-fix {
        top: 5px !important;
    }

    .w-40 {
        min-width: 40px !important
    }

    .bonus__wrap {
        margin-top: 25px;
    }

    .fix-oper-width {
        width: 270px;
        max-width: 270px;
    }

    .fix-customerCartField-width {
        width: 200px;
        max-width: 200px;
    }

    .td-fix-padd {
        padding: 0.55rem 0.75rem !important;
    }

    #dtHorizontalVerticalExample_wrapper table {
        margin-bottom: 0 !important;
    }

    #dtHorizontalVerticalExample_wrapper .dataTables_scrollBody table {
        margin-top: -2px !important;
    }

    /* only for Mozilla */
    @-moz-document url-prefix() {
        .modal-content {
            max-height: 80vh;
        }

            .modal-content .btn-add-group {
                margin-bottom: 20px;
            }
    }

    .tr-hover:hover {
        background-color: rgba(0, 0, 0, 0.09) !important;
        transition: 0.3s ease all;
    }

    .tr-hover {
        transition: 0.3s ease all;
    }

    .isOfflineStyle {
        background-color: rgba(212, 0, 0, .04) !important
    }

    p {
        margin-bottom: 0 !important;
    }

    .table th, .table td {
        vertical-align: middle !important;
    }

    .disabled-item {
        pointer-events: none;
        opacity: .6
    }

    .bg-white-red {
        background-color: #f7d6d4;
    }

    .bg-white-green {
        background-color: #d9eeda;
    }

    .flex-col-btn {
        display: flex;
        flex-direction: column;
    }

        .flex-col-btn button:not(:last-of-type) {
            margin-bottom: 10px;
        }

    .w-90 {
        width: 90px;
    }

    /* table scroll style */

    .table-scroll-wrapp {
        max-height: 50vh;
        overflow: auto;
        padding: 0;
    }

        .table-scroll-wrapp table {
            border-collapse: separate;
            border-spacing: 0;
            border: none;
        }

            .table-scroll-wrapp table th,
            .table-scroll-wrapp table td {
                border: 0.5px solid #dee2e6 !important;
            }

            .table-scroll-wrapp table thead tr:last-of-type th {
                position: sticky;
                top: 34px;
                left: auto;
                background-color: #ffffff;
                z-index: 1;
            }

            .table-scroll-wrapp table thead tr:first-of-type th:first-of-type {
                position: sticky;
                left: 0;
                top: 0;
                background-color: #ffffff;
                z-index: 2;
            }

            .table-scroll-wrapp table thead tr:first-of-type th:not(:first-of-type) {
                position: sticky;
                left: auto;
                top: 0;
                width: 5em;
                height: 100%;
                background-color: #ffffff;
            }

            .table-scroll-wrapp table tbody tr td:first-of-type {
                position: sticky;
                width: 5em;
                height: 100%;
                left: 0;
                top: auto;
            }


    .modal-full-screen .modal-dialog {
        height: 100%;
        margin: 0;
    }

        .modal-full-screen .modal-dialog .modal-content {
            height: 100%;
        }

    .table-scroll-wrapp .table-striped tbody tr:nth-of-type(odd) td:first-of-type {
        background-color: #f2f2f2;
    }

    .table-scroll-wrapp .table-striped tbody tr:nth-of-type(even) td:first-of-type {
        background-color: #ffffff;
    }

    .table-scroll-wrapp .table-striped thead tr:nth-of-type(odd) td:first-of-type {
        background-color: #ffffff;
    }

    .table-scroll-wrapp .table-striped thead tr:nth-of-type(even) td:first-of-type {
        background-color: #f2f2f2;
    }

    .ul-non=margin ul {
        margin: 0 !important
    }
    /* end table scroll style */

    .table-scroll-wrapp.no-left-fix table tbody tr td:first-of-type {
        position: static;
    }

    .table-scroll-wrapp.no-left-fix table thead tr:first-of-type th:first-of-type {
        left: auto;
    }

    /* search form */

    .search-form {
        position: sticky;
        top: 70px;
        left: auto;
        margin: 0 15px;
        padding: 10px;
        width: 100%;
        background-color: #f2f2f2;
        border-radius: 8px;
        z-index: 20;
        box-shadow: 0px 4px 11px -9px rgba(0, 0, 0, 0.5);
    }

        .search-form .search-form__wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            background-color: #ffffff;
        }

        .search-form .search-form__text {
            color: #b5b5b5 !important;
            margin-right: 10px;
        }

        .search-form .search-form__icon {
            color: #2f80ed;
            font-size: 25px;
        }

    .main-header-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .register-radio-form .filter label {
        margin: 0 0 0 15px;
        max-width: 250px;
        cursor: pointer;
    }

    .register-radio-form input {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .register-radio-form .filter:first-of-type {
        align-items: flex-start;
    }

    .register-radio-form .filter:last-of-type {
        align-items: center;
    }

    .register-radio-form label span {
        color: rgba(0, 0, 0, 0.38);
    }

    .df-c {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .create-home-grid-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin: 0 0 20px 0;
    }

        .create-home-grid-wrapper .form-group {
            margin-bottom: 0;
        }

    .fixed-control {
        position: sticky;
        top: 73px;
        background-color: #fff;
        z-index: 9;
        padding: 20px 15px;
    }

    .layout-sidebar-large .main-header {
        top: 0;
    }

    .tableBodyScroll {
        width: 100%;
    }

        .tableBodyScroll tbody {
            display: block;
            max-height: 40vh;
            overflow: auto;
            width: 100%;
        }

        .tableBodyScroll thead {
            width: calc( 100% - 1em )
        }

    .type-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        background: #4caf50;
        color: #fff;
        border-radius: 50%;
        transition: 0.2s all ease
    }

        .type-badge:hover {
            opacity: .8;
            transition: 0.2s all ease
        }


    select.form-control {
        -webkit-appearance: auto !important;
    }
    /*=================================================================*/
    .add-news-head-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

.ellipsis-500 {
    max-width: 500px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

.layout-sidebar-large .sidebar-overlay {
    cursor: unset;
}
    .comment-news-wrapper {
        display: flex;
    }

.ellipsis {
    overflow-x: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 99%;
    white-space: nowrap;
    display: inline-block !important;
}

.ellipsis-100 {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

.ellipsis-200 {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

.ellipsis-300 {
    max-width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

.ellipsis-99 {
    max-width: 99%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block !important;
}

    .layout-sidebar-large .sidebar-overlay {
        cursor: unset;
    }

    .modal-open {
        overflow: hidden !important;
    }
    /*=================================================================*/
    .break-word {
        word-break: break-word;
    }

    .main-header .logo {
        padding: 0 15px;
    }

        .main-header .logo img {
            width: 100% !important;
            object-fit: contain
        }


    .ml-a {
        margin-left: auto;
    }

    .disabled-box {
        pointer-events: none;
        opacity: .7;
    }

    .hover-btn {
        transition: all .3s ease;
    }

        .hover-btn:hover {
            cursor: pointer;
            background: #f8f9fc;
            box-shadow: 0 0 10px -4px rgba(54,74,99,0.2);
            transition: all .3s ease;
        }

            .hover-btn:hover .btn-trigger::before {
                opacity: 1;
                height: 120%;
                width: 120%;
            }
.hover-btn-search {
    transition: all .3s ease;
}
.hover-btn-search:hover {
    cursor: pointer;
    background: #f8f9fc;
    box-shadow: 0 0 10px -4px rgba(54,74,99,0.2);
    transition: all .3s ease;
}
.h-min-25 {
    min-height: 25px;
}

    .page-item.disabled {
        pointer-events: none;
        opacity: 0.5;
    }

    .cut-text {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 50px !important;
        white-space: nowrap;
    }

        .cut-text.w-100 {
            width: 100px !important;
        }

        .cut-text.w-150 {
            width: 150px !important;
        }

        .cut-text.w-160 {
            width: 160px !important;
        }

        .cut-text.w-400 {
            width: 400px !important;
        }

        .cut-text.w-170 {
            width: 170px !important;
        }

        .cut-text.w-180 {
            width: 180px !important;
        }

        .cut-text.w-190 {
            width: 190px !important;
        }

        .cut-text.w-200 {
            width: 200px !important;
        }

        .cut-text.w-250 {
            width: 250px !important;
        }

        .cut-text.w-300 {
            width: 300px !important;
        }

    .vertical-align-tb {
        vertical-align: text-bottom;
    }

.vertical-align-tb {
    vertical-align: text-bottom;
}

.overflow-unset {
    overflow: unset !important;
}
.disabled-block{
    opacity: .5;
    pointer-events: none
}

.house-info-count {
    max-width: 175px;
}
.font-30{
    font-size: 30px
}

.font-20{
    font-size: 20px
}

.white-space-unset {
    white-space: unset !important;
}

.cursor-unset {
    cursor: unset !important;
}

.line-h-35 {
    line-height: 35px !important;
}

.line-h-20 {
    line-height: 20px !important;
}

.swal-comment-title {
    margin: 10px 0 -20px 0 !important
}

#calendar .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button {
    background: #fff !important;
    color: #000 !important;
}

    #calendar .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-prev-button:focus, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:hover, .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk .fc-next-button:focus {
        background: #fff !important;
        color: #000 !important;
    }
#calendar .fc-dayGridMonth-button .active, #calendar .fc-timeGridWeek-button .active, #calendar .fc-timeGridDay-button .active {
    color: #364a63;
    border: 1px solid #dbdfea;
    background: #f5f6fa;
    box-shadow: inset 0 0 4px -1px rgba(128, 148, 174, 0.25);
}

#calendar .fc-dayGridMonth-button, #calendar .fc-timeGridWeek-button, #calendar .fc-timeGridDay-button {
    background: transparent;
    color: #8094ae;
    border: 1px solid #dbdfea;
    text-transform: capitalize;
}

@media(max-width: 370px) {
    .user-card-column {
        flex-direction: column;
    }
}

.border-b-t {
    border-top: 1px solid rgba(219, 223, 234, 0.9);
    border-bottom: 1px solid rgba(219, 223, 234, 0.9);
}

.align-items-top {
    align-items: flex-start !important;
}

.max-height-800 {
    max-height: 800px;
}
.fix-active-wrap li.active a.active{
    background: #f0eaff;
    border-radius: 3px;
}

/* щоб видалити ховер з sidebar menu в компактному режимі і не міняти стилі в dashlite.css */
@media (min-width: 1200px) {
    .nk-sidebar.is-compact /*:not(:hover)*/ {
        width: 74px !important;
    }

    .nk-sidebar.is-compact .logo-img {
        opacity: 0 !important;
        transition: opacity .2s linear;
    }

    .nk-sidebar.is-compact .logo-img-small {
        opacity: 1 !important;
        left: -3px;
    }

    .is-compact /*:not(:hover)*/ .nk-menu-text {
        opacity: 0 !important;
        transition: .4s linear;
    }

    .is-compact /*:not(:hover)*/ .nk-menu-badge, .is-compact/*:not(:hover)*/ .nk-menu-toggle:after {
        transition: none;
        opacity: 0 !important;
        pointer-events: none;
    }

    .is-compact /*:not(:hover)*/ .nk-menu-heading .overline-title {
        opacity: 0 !important;
    }

    .nk-sidebar.is-compact #arrow-sidebar-control {
        display: block !important;
    }

    .nk-sidebar #all-issues-count {
        transition: all 0.4s ease;
    }
}

@media (max-width: 1200px) {
    .nk-sidebar.is-compact.nk-sidebar-active /*:not(:hover)*/ .nk-menu-text {
        opacity: 1;
    }
}
/* ------------------------------------- */

.nowrap {
    white-space: nowrap !important;
}

.justify-content-around {
    justify-content: space-around;
}

@media (max-width: 400px) {
    .balance-card-column {
        flex-direction: column;
    }
    .mobile-st{
        margin-top: 15px;
    }

        .mobile-st ul li, .mobile-st ul li  a{
            width: 100%
        }
}

@media (max-width: 500px) {
    .contact-info-column {
        flex-direction: column;
    }

    .messenger-item {
        margin-bottom: 15px
    }
}

.messenger-item img {
    width: 40px;
    height: 40px;
}

.m-0-a {
    margin: 0 auto;
}

.message-subs-style {
    position: absolute;
    top: -25px;
    left: 27px;
    color: #f44336;
}

.message-consult-style {
    position: absolute;
    top: 71px;
    left: 0;
    color: #f44336;
}

.eye-input {
    position: relative;
}

.eye-input i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.eye-input input {
    padding-right: 40px;
}

.bg-gray-fd {
    background-color: #f9fbfd !important;
}

.fz-pag-fix .page-link {
    font-size: 0.9rem !important;
}

@media(max-width: 1400px) {
    .custom-width-rubric-list {
        max-width: 155px;
    }
}

@media(max-width: 1270px) {
    .custom-width-rubric-list {
        max-width: 125px;
    }
}

@media (min-width: 1200px) and (max-width: 1430px) {
    .fix-column-transactions-index {
        flex-direction: column !important;
    }

    .fix-column-transactions-index div {
        max-width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1130px) {
    .fix-column-transactions-index {
        flex-direction: column !important;
    }

    .fix-column-transactions-index div {
        max-width: 100% !important;
    }
}

.testimonials-section {
    margin: 40px auto 0 auto;
}

.carousel-testimonials .carousel-item-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.carousel-testimonials .carousel-item-wrapp:not(:last-of-type) {
    margin-right: 20px;
}

.carousel-testimonials .carousel-item-wrapp img {
    margin-bottom: 20px;
    border-radius: 50%;
}

.carousel-testimonials .carousel-item-wrapp p.ta-c {
    margin-bottom: 20px !important;
    border-radius: 50%;
}

.carousel-testimonials .carousel-item-wrapp {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 315px;
}

.carousel-testimonials .carousel-control {
    top: 135px;
    width: 40px;
    max-height: 40px;

    border-radius: 50%;
    background-color: #e0e0e0;
}

.carousel-testimonials .carousel-control-next {
    right: -50px;
}

.carousel-testimonials .carousel-control-prev {
    left: -50px;
}

.carousel-testimonials .carousel-indicators li {
    background-color: #e0e0e0;
    max-height: 3px;
}

.carousel-testimonials .carousel-indicators {
    bottom: -50px;
}

#phone-consultation-filed {
    background-color: #f1f4f8;
}

.testimonials-section .read-more {
    display: none;
}

.read-more-btn {
    position: relative;
    font-size: 12px;
}

.read-more-btn-down::after {
    content: '\2193';
    position: absolute;
    right: 4px;
    top: 11px;
}

.read-more-btn-up::after {
    content: '\2191';
    position: absolute;
    right: 4px;
    top: 11px;
}

@media(max-width: 990px) {
    .testimonials-section {
        margin: 0 auto;
    }

    .phone-consultation-wrapper {
        flex-direction: column;
    }

    .phone-consultation-wrapper button {
        margin-top: 1rem;
        width: 100%;
    }
    .carousel-testimonials .carousel-item-wrapp {
        margin: 0 auto;
    }

    .carousel-testimonials {
        max-width: 80%;
        margin: 0 auto;
    }

    .carousel-testimonials .carousel-control {
        top: 40px;
        transform: translateY(0)
    }
}

.image-doc-container p img {
    margin: 0 auto;
    display: block;
}

.w-max-300px {
    max-width: 300px !important;
}

@media (max-width: 768px) {
    .comment-avatar-docs {
        font-size: 14px;
    }

    .comment-avatar-docs-wrapper {
        padding-top: 8px !important;
    }
}

.pager-dots {
    margin: 0 5px;
    font-size: 25px;
    color: #0966de;
    display: flex;
    align-items: flex-end;
    line-height: 0.8;
}

.pagination-fix-links a.page-link {
    padding: 5px 15px;
}
.minHeight-200{
    min-height: 200px;
}

.font-22 {
    font-size: 22px;
}

/* call buttons */
.button-call {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 999;
}

@media (max-width: 600px) {
    .button-call {
        right: 10px;
        bottom: 5px;
    }
}

.button-call .triggerButton { display: none; }

.button-call .triggerButton + label {
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 1em;
    background-color: #0966de;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.button-call .triggerButton + label img {
    width: 26px;
}

.button-call .triggerButton + label:before {
    height: calc(50px / 2 );
    width: .15em;
}

.button-call .triggerButton + label:after {
    width: calc(50px / 2 );
    height: .15em;
}

.button-call .contact-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-call .contact-container img {
    width: 30px;
}

.button-call .one, .button-call .two, .button-call .three {
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 1em;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transform: rotateZ(90deg);
    font-size: 1em;
    color: #fff;
    transition-property: all;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.button-call .triggerButton:checked ~ .one, .button-call .triggerButton:checked ~ .two, .button-call .triggerButton:checked ~ .three { opacity: 1; }

.button-call .triggerButton:checked ~ .one {
    transform: translateX(-5em);
    transition-delay: .2s;
}

.button-call .triggerButton:checked ~ .two {
    transform: translateX(-3.5em) translateY(-3.5em);
    transition-delay: .1s;
}

.button-call .triggerButton:checked ~ .three {
    transform: translateY(-5em);
}

.download-app{
    /*position: fixed;
    top: -100%;
    left: 0;
    z-index: 99;*/
    transform: translateY(-100%);
    height: 0;
    width: 100%;
    background: #f1f4f8;
    box-shadow: 0 5px 10px rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center
}
.download-app-show{
    height: auto;
    transform: translateY(0);
    padding: 20px 20px 20px 10px;
}
.download-app button.download{
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: 13px;
    background-color: transparent;
    border-radius: 4px;
    outline: none;
    border: none;
    text-align: left
}
.download-app button.download span{
    color: #1c453c;
    font-weight: 700;
}
.download-app .download-app-title{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 5px;
    min-width: 30px;
    margin-right: 10px;
    position: relative
}
.download-app .download-app-title button{
    border: none;
    outline: none;
    background: transparent;
    background: transparent;
    font-size: 32px;
    color: #505050;
    font-weight: 300
}
.download-app button{
    font-size: 12px;
}

.payMobile-wrap{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.custom-control-input.red:checked ~ .custom-control-label.red::before{
    border-color: #e85347;
    background-color: #e85347;
}

.custom-control-input.green:checked ~ .custom-control-label.green::before{
    border-color: #4caf50;
    background-color: #4caf50;
}
.end-test-period{
    background-image: url('/Content/img/endTestPeriodBg.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 50vh;
}

.end-test-period .text-box .title{
    font-weight: bold;
    font-size: 36px;
    color: #2F80ED;
}
.end-test-period .text-box .title-lite{
    font-size: 24px;
    color: #636363;
}

.end-test-period .text-box .faq{
    font-size: 14px;
    text-transform: uppercase;
    color: #9A9A9A;
}
.home-screen{
    background-image: url('../Content/img/homebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 37px;
}
.info-boxes-wrap{
    padding: 0 100px;
    gap: 40px
}
.info-boxes-wrap .info-box{
    max-width: 400px;
}
.info-boxes-wrap .info-box .info-box-img{
    filter: drop-shadow(0px 4px 21px rgba(0, 0, 0, 0.15));
    border-radius: 10px;
}
.info-boxes-wrap .info-box .steps .title {
    font-weight: 500;
    font-size: 20px;
}

.info-boxes-wrap .info-box .steps .text-title{
    font-size: 20px;
    white-space: nowrap;
}
.advantage-wrap .advantage-list{
    list-style-type: none;
    text-align: left
}

.advantage-wrap .advantage-list-item{
    color: #575757;
}

.middle-page-screen{
    background-image: url('../Content/img/middlebg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.partners-info-list .list-title .list-title-text{
    align-self: center;
}

.partners-info-img{
    max-width: 80px
}

.partners-info-list .list-item{
    padding-left: 81px;
}

.partners-info-list .list-item .sub-text{
    font-weight: 300;
    font-size: 18px;
    color: #575757;
}

.collabsible-item {
    margin: 0 0 15px 0;
    background: #fff;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
    border-radius: 3px;}

.collabsible .collabsible-item:last-child {
    margin-bottom: 0; }

.collabsible-item-toggle {
    display: none; }

.collabsible-item-label {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #000000;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out; }
@media (max-width: 380px) {
    .collabsible-item-label img {
        margin-right: 15px !important; } }

.collabsible-item-label p {
    padding-right: 10px; }

.collabsible-item-label * {
    margin: 0;
    padding: 0; }

.collabsible-item-label::after {
    content: "";
    display: block;
    padding: 3px;
    margin-top: -3px;
    height: 0px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    -o-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform: rotate(45deg);
    border: solid #0966de;
    border-width: 0 2px 2px 0; }

.collabsible-item-toggle:checked + .collabsible-item-label::after {
    -webkit-transform: rotate(225deg) translateX(-3px);
    -ms-transform: rotate(225deg) translateX(-3px);
    transform: rotate(225deg) translateX(-3px);
    border-color: #0966de; }

.collabsible-item-content {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out; }

.collabsible-item-toggle:checked
+ .collabsible-item-label
+ .collabsible-item-content {
    max-height: 100vh; }

.collabsible-item-inner {
    padding: 10px 20px 20px 20px !important;
    font-size: 16px;
    line-height: 22px;
    color: #000000; }

.collabsible-item-inner p {
    font-weight: 400; }

.collabsible-item-footer {
    padding: 14px 0;
    border-top: solid 1px #ededed;
    text-align: right; }

.collabsible-item-footer label {
    cursor: pointer; }

.collabsible-item-footer label {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #52dbff; }

.collabsible-item-label,
.collabsible-item-inner,
.collabsible-item-footer {
    padding-left: 24px;
    padding-right: 24px; }

.partnership-agreement-bg{
    background-image: url('../Content/img/agreementbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.partnership-agreement-bg::after{
    content: url("../Content/img/agreementImg.png");
    min-width: 900px;
    min-height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.interlayer{
    height: 400px;
}
.agreement-title{
    font-weight: 550;
    font-style: 22px;
}
.min-heigth-360{
    min-height: 360px;
}
.setDisabled{
    pointer-events: none;
}

.nk-sidebar.is-compact .nk-menu{
    padding-left: 0 !important; 
}
.nk-sidebar.is-compact .nk-sidebar-element.nk-sidebar-head{
    padding-left: 22px;
}
@media (min-width: 1200px){
    .nk-sidebar.is-compact+.nk-wrap {
        padding-left: 74px;
    }
}

.nk-sidebar.is-compact .nk-menu-trigger{
    display: none;
}