/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
.menu-vertical .app-brand {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.menu .app-brand.demo {
    height: 93px;
    margin-top: 12px;
    z-index: 3;
}

.app-brand-logo.demo svg {
    width: 22px;
    height: 38px;
}

.app-brand-logo.demo img {
    min-width: 120px;
    width: auto;
    height: 80px;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.5px;
    text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.btn.btn-add-new {
    border-radius: 3px;
    background: #FF6155;
    border-color: #FF6155;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 120px;
    padding: 8px 7px;
}

.btn.btn-add-new-row {
    border-radius: 3px;
    background: #FF6155;
    border-color: #FF6155;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 40px;
    height: 40px;
    padding: 4px 4px;
}

span#breadCrumbPath {
    color: #797979 !important;
}

span.last-breadcrumb {
    color: #1F1F1F !important;
}

/*select2*/
.select2.select2-container {
    width: 100% !important;
}

    .select2.select2-container .select2-selection {
        border: 1px solid #ccc;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        height: 38px;
        margin-bottom: 0px;
        outline: none !important;
        transition: all .15s ease-in-out;
        user-select: auto;
    }

        .select2.select2-container .select2-selection .select2-selection__rendered {
            color: #333;
            line-height: 32px;
            padding-right: 11px;
            user-select: auto;
        }

        .select2.select2-container .select2-selection .select2-selection__arrow {
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
            height: 37px;
            width: 11px;
            margin-right: 5px;
        }

        .select2.select2-container .select2-selection .select2-selection__clear {
            display: none;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
        background: #f8f8f8;
    }

        .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
            -webkit-border-radius: 0 3px 0 0;
            -moz-border-radius: 0 3px 0 0;
            border-radius: 0 3px 0 0;
        }

    .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
        border: 1px solid #34495e;
    }

    .select2.select2-container .select2-selection--multiple {
        height: auto;
        min-height: 32px;
    }

        .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
            margin-top: 0;
            height: 32px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
            display: block;
            padding: 0 4px;
            line-height: 29px;
        }

        .select2.select2-container .select2-selection--multiple .select2-selection__choice {
            background-color: #C1E8FF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            color: #109CF1;
            border-radius: 3px;
            margin: 4px 4px 0 0;
            padding: 0 6px 2px 22px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            position: relative;
        }

            .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
                position: absolute;
                top: 0;
                left: 0;
                height: 22px;
                width: 22px;
                margin: 0;
                text-align: center;
                color: #109CF1;
                font-weight: bold;
                font-size: 16px;
            }

.select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
}

    .select2-container .select2-dropdown .select2-search {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-search input {
            outline: none !important;
            border: 1px solid #34495e !important;
            border-bottom: none !important;
            padding: 4px 6px !important;
        }

    .select2-container .select2-dropdown .select2-results {
        padding: 0;
    }

        .select2-container .select2-dropdown .select2-results ul {
            background: #fff;
            border: 1px solid #34495e;
        }

            .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
                background-color: #e7e7e7;
            }

/*select 2*/
.action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 3px;
}

thead {
    background-color: #eceef1 !important;
    position: sticky !important;
    top: -1px;
    z-index: 1 !important;
}


/*datatables*/
table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgb(124 124 124) !important;
    color: white !important;
}


/*ScrollBar*/
::-webkit-scrollbar {
    width: 0.4em;
    height: 0.4em;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
}

::-webkit-scrollbar-thumb {
    /*background-color: #afafaf;*/
    border-radius: 50px;
    background-color: #dbdbdb;
}

.overflow-scroll:hover::-webkit-scrollbar-thumb,
.overflow-hidden:hover::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
}

.overflow-scroll:hover::-webkit-scrollbar,
.overflow-hidden:hover::-webkit-scrollbar {
    width: 0.6em;
    height: 0.6em;
}

}

.citic-pacific {
    position: relative;
    width: 152px;
    height: 89px;
    margin-top: -9.5px;
    margin-bottom: -9.5px;
}

.table {
    overflow: hidden;
}


.dot1 {
    height: 12px;
    width: 12px;
    background-color: #E5AA53;
    border-radius: 50%;
    display: inline-block;
}

.dot2 {
    height: 12px;
    width: 12px;
    background-color: #565656;
    border-radius: 50%;
    display: inline-block;
}

.bg-menu-theme .menu-inner > .menu-item.active:before {
    display: none;
}

html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item.open > .menu-link, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item.open > .menu-link, html:not(.layout-menu-collapsed) .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover, .layout-menu-hover.layout-menu-collapsed .bg-menu-theme .menu-inner .menu-item .menu-link:not(.active):hover {
    background-color: transparent !important;
}

.jquery-comments ul.main li.comment .actions .edit {
    display: none !important;
}

.jquery-comments ul.main li.comment .actions .separator {
    display: none !important;
}

.btn-posthemecolor {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

    .btn-posthemecolor:hover {
        color: #fff;
        background-color: #4f9952;
        border-color: #4f9952;
        transform: translateY(-1px);
    }

    .btn-check:focus + .btn-posthemecolor, .btn-posthemecolor:focus, .btn-posthemecolor.focus {
        color: #fff;
        background-color: #4f9952;
        border-color: #4f9952;
        transform: translateY(0);
        box-shadow: none;
    }

    .btn-posthemecolor.disabled, .btn-posthemecolor:disabled {
        box-shadow: none;
    }

.btn-primary {
    color: #fff;
    background-color: #4CAF50;
    border-color: #4CAF50;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
}

    .btn-primary:hover {
        color: #fff;
        background-color: #4f9952;
        border-color: #4f9952;
        transform: translateY(-1px);
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #4f9952;
        border-color: #4f9952;
        transform: translateY(0);
        box-shadow: none;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        box-shadow: none;
    }