@media (max-width: 991.98px) {

    .ml-store.ml-store-content-show .ml-store-navleft,
    .ml-store.ml-store-content-show .ml-store-sidebar {
        visibility: hidden;
        transform: translateX(-350px);
    }

    .ml-store.ml-store-content-show .ml-store-content {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 991.98px) {
    .ml-store.ml-store-content-visible .ml-store-content {
        visibility: visible;
        transform: translateX(305px);
        opacity: 1;
    }
}

@media (max-width: 1199.98px) {
    .ml-store.ml-store-options-show .ml-store-content {
        transform: translateX(-260px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

    .ml-store.ml-store-options-show .ml-store-navleft,
    .ml-store.ml-store-options-show .ml-store-sidebar {
        transform: translateX(-260px);
    }
}

@media (min-width: 1200px) {
    .ml-store.ml-store-options-show .ml-store-content-sidebar {
        opacity: 1;
        visibility: visible;
    }
}

.ml-store-wrapper {
    background-color: #f8f9fc;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 992px) {
    .ml-store-wrapper {
        top: 0px;
    }

    .content-body {
        height: calc(100dvh - 65px)
    }
}

.ml-store-wrapper-two {
    position: relative;
    height: 100%;
    top: 0;
}

.ml-store-wrapper-two .ml-store-content-header {
    right: 0;
}

.ml-store-wrapper-two .ml-store-content-body {
    right: 0;
}

@media (min-width: 1200px) {
    .ml-store-wrapper-two .ml-store-content-sidebar {
        opacity: 0;
        visibility: hidden;
    }
}

.ml-store-navleft,
.ml-store-sidebar,
.ml-store-content {
    transition: all 0.3s;
}

@media (prefers-reduced-motion: reduce) {

    .ml-store-navleft,
    .ml-store-sidebar,
    .ml-store-content {
        transition: none;
    }
}

.ml-store-navleft {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    border-right: 1px solid rgba(72, 94, 144, 0.16);
    width: 54px;
    padding: 15px 10px;
}

@media (min-width: 992px) {
    .ml-store-navleft {
        width: 60px;
    }
}

.ml-store-navleft .nav-link {
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b2e4b;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .ml-store-navleft .nav-link {
        transition: none;
    }
}

.ml-store-navleft .nav-link:hover,
.ml-store-navleft .nav-link:focus {
    color: #1b2e4b;
}

.ml-store-navleft .nav-link.active {
    color: #0168fa;
}

.ml-store-navleft .nav-link.active svg {
    fill: rgba(1, 104, 250, 0.2);
}

.ml-store-navleft .nav-link+.nav-link {
    margin-top: 10px;
}

.ml-store-navleft .nav-link svg {
    width: 20px;
    stroke-width: 2.2px;
    fill: rgba(27, 46, 75, 0.1);
}

.ml-store-sidebar {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
}

@media (min-width: 480px) {
    .ml-store-sidebar {
        right: auto;
        width: 300px;
        border-right: 1px solid rgba(72, 94, 144, 0.16);
    }
}

@media (min-width: 992px) {
    .ml-store-sidebar {
        width: 300px;
        left: 0px;
    }
}

@media (min-width: 1200px) {
    .ml-store-sidebar {
        width: 300px;
    }
}

.ml-store-sidebar-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.ml-store-sidebar-header .feather-search {
    color: #8392a5;
    align-self: center;
    width: 18px;
    stroke-width: 2.8px;
    margin-right: 10px;
    margin-top: -2px;
}

.ml-store-sidebar-header .search-form {
    flex: 1;
    display: flex;
    align-items: center;
}

.ml-store-sidebar-header .search-form .form-control {
    border-width: 0;
    background-color: transparent;
    font-size: inherit;
    padding: 0;
    color: #1b2e4b;
}

.ml-store-sidebar-body {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}

.ml-store-sidebar-body .tab-pane:first-child .ml-store-list-divider::before {
    width: 27px;
}

.ml-store-sidebar-body {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}

.ml-store-sidebar-body .tab-pane:first-child .ml-store-list-divider::before {
    width: 27px;
}

.ml-store-list .media {
    color: #1b2e4b;
    padding: 10px;
    align-items: flex-end;
    border-radius: 0.25rem;
}

.ml-store-list .media:hover,
.ml-store-list .media:focus {
    background-color: #f5f6fa;
    cursor: default;
}

.ml-store-items-height {
    height: calc(100dvh - 185px);
}

.ml-store-list-action {
    display: block;
    padding-left: 5px;
}

.ml-store-list .media:hover .avatar-online::after,
.ml-store-list .media:hover .avatar-offline::after,
.ml-store-list .media:focus .avatar-online::after,
.ml-store-list .media:focus .avatar-offline::after {
    box-shadow: 0 0 0 2px #eff2f7;
}

@media (min-width: 992px) {

    .ml-store-list .media:hover nav,
    .ml-store-list .media:focus nav {
        display: flex;
    }
}

.ml-store-list .media+.media {
    margin-top: 2px;
}

@media (min-width: 480px) {
    .ml-store-list .media.active {
        background-color: #eef0f7;
    }

    .ml-store-list .media.active .avatar-online::after,
    .ml-store-list .media.active .avatar-offline::after {
        box-shadow: 0 0 0 2px #e5e9f2;
    }
}

.ml-store-list .media-body span {
    color: #8392a5;
    display: block;
    line-height: 1.02;
}

.ml-store-list nav {
    display: none;
    align-items: center;
    align-self: center;
    position: absolute;
    right: 10px;
}

.ml-store-list nav a {
    /* display: block; */
    color: #8392a5;
}

.ml-store-list nav a:hover,
.ml-store-list nav a:focus {
    color: #1b2e4b;
}

.ml-store-list nav a+a {
    margin-left: 5px;
}

.ml-store-list nav svg {
    width: 16px;
}

.ml-store-list-divider {
    display: flex;
    align-items: center;
    color: #8392a5;
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 15px -10px 10px;
}

.ml-store-list-divider:first-child {
    margin-top: 0;
}

.ml-store-list-divider::before,
.ml-store-list-divider::after {
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(229, 233, 242, 0.7);
}

.ml-store-list-divider::before {
    margin-right: 5px;
    width: 15px;
}

.ml-store-list-divider::after {
    margin-left: 5px;
    flex: 1;
}

.ml-store-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    transform: translateX(100vw);
    opacity: 0;
    transition: all 0.3s;
}

@media (prefers-reduced-motion: reduce) {
    .ml-store-content {
        transition: none;
    }
}

@media (min-width: 480px) {
    .ml-store-content {
        left: 300px;
        transform: none;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .ml-store-content {
        left: 300px;
        transform: none;
        visibility: visible;
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .ml-store-content {
        left: 300px;
    }
}

.ml-store-content-header {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.ml-store-content-footer {
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: 55px;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    display: flex;
    align-items: center;
    padding: 0 20px;
    z-index: 9;
}

@media (min-width: 1200px) {
    .ml-store-content-header {
        right: 0px;
        padding: 0 25px;
    }
}

.ml-store-content-header .nav-link {
    color: #8392a5;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 0;
}

.ml-store-content-header .nav-link:hover,
.ml-store-content-header .nav-link:focus {
    color: #525f70;
}

.ml-store-content-header .nav-link.active {
    color: #0168fa;
    font-weight: 600;
    position: relative;
}

.ml-store-content-header .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: -19px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #0168fa;
}

.ml-store-content-header .nav-link+.nav-link {
    margin-left: 30px;
}

.ml-store-content-header .nav-link span {
    display: none;
}

@media (min-width: 576px) {
    .ml-store-content-header .nav-link span {
        display: inline;
    }
}

.ml-store-content-body {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 70px;
    height: calc(100dvh - 140px);
    overflow: auto;

}

@media (min-width: 1200px) {
    .ml-store-content-body {
        right: 0px;
    }
}

/* @media (min-width: 1200px) {
    .ml-store-content-body .tab-pane>.row {
        max-width: 800px;
    }
} */

.ml-store-content-sidebar {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -260px;
    bottom: 0;
    border-left: 1px solid rgba(72, 94, 144, 0.16);
    width: 260px;
    padding: 20px;
}

@media (min-width: 1200px) {
    .ml-store-content-sidebar {
        width: 0px;
        padding: 25px;
        right: 0;
    }
}

.mgmt-edit-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background-color: #e5e9f2;
    color: #8392a5;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 0 3px #fff;
}

.mgmt-edit-photo:hover,
.mgmt-edit-photo:focus {
    color: #1b2e4b;
    background-color: #c0ccda;
}

.mgmt-edit-photo svg {
    width: 12px;
    stroke-width: 3px;
}

.mgmt-call-nav {
    display: flex;
}

.mgmt-call-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    color: #fff;
}

.mgmt-call-nav a svg {
    width: 16px;
    stroke-width: 2.6px;
}

.mgmt-call-nav a+a {
    margin-left: 8px;
}

.mgmt-call-nav a.nav-call {
    background-color: #00cccc;
}

.mgmt-call-nav a.nav-call:hover,
.mgmt-call-nav a.nav-call:focus {
    background-color: #009999;
}

.mgmt-call-nav a.nav-video {
    background-color: #f10075;
}

.mgmt-call-nav a.nav-video:hover,
.mgmt-call-nav a.nav-video:focus {
    background-color: #be005c;
}

.mgmt-call-nav a.nav-msg {
    background-color: #0168fa;
}

.mgmt-call-nav a.nav-msg:hover,
.mgmt-call-nav a.nav-msg:focus {
    background-color: #0153c7;
}

.mgmt-actions {
    display: flex;
    position: relative;
    margin-top: -2px;
}

.mgmt-actions a {
    display: flex;
    align-items: flex-end;
    color: #1b2e4b;
}

.mgmt-actions a:hover,
.mgmt-actions a:focus {
    color: #0168fa;
}

.mgmt-actions a svg {
    width: 16px;
    stroke-width: 2.6px;
    margin-right: 5px;
}

.mgmt-actions a+a {
    margin-left: 20px;
}

.ml-store-content-nav .nav-link {
    color: #1b2e4b;
    display: flex;
    align-items: center;
    padding: 0;
}

.ml-store-content-nav .nav-link:hover,
.ml-store-content-nav .nav-link:focus {
    color: #0168fa;
}

.ml-store-content-nav .nav-link+.nav-link {
    margin-top: 10px;
}

.ml-store-content-nav svg {
    position: relative;
    margin-top: -2px;
    width: 18px;
    margin-right: 12px;
}


/* Checkbox */


ul.mgmt-cboxtags {
    list-style: none;
    padding: 5px;
}

ul.mgmt-cboxtags li {
    display: inline;
}

ul.mgmt-cboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 1px solid #c0ccda;
    color: #596882;
    border-radius: 0.25rem;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.mgmt-cboxtags li label {
    padding: 10px 5px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    padding-left: 35px;
    position: relative;
    overflow: hidden;
}

ul.mgmt-cboxtags li label span {
    line-height: 14px;
}

ul.mgmt-cboxtags li label::after {
    position: absolute;
    right: -4px;
    top: -10px;
    opacity: .2;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Material Design Icons";
    font-size: 50px;
    content: "\F000E";
    transition: transform .3s ease-in-out;
}

ul.mgmt-cboxtags li label::before {
    position: absolute;
    left: 8px;
    top: 6px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Material Design Icons";
    font-weight: 900;
    font-size: 15px;
    content: "\F0131";
    transition: transform .3s ease-in-out;
}

ul.mgmt-cboxtags li input[type="checkbox"]:checked+label::before {
    content: "\F0856";
    /* transform: rotate(-360deg); */
    transition: transform .3s ease-in-out;
}

ul.mgmt-cboxtags li input[type="checkbox"]:checked+label {
    border: 1px solid #c0ccda;
    /* background-color: #c0ccda; */
    color: #0168fa;
    transition: all .2s;
}

ul.mgmt-cboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.mgmt-cboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

ul.mgmt-cboxtags li input[type="checkbox"]:focus+label {
    border: 1px solid #c0ccda;
}

.card.inner-content {
    height: 100%;
}


/* fullscreen — base styles in common.css */

.node-icon {
    font-size: 25px;
    color: #fff;
    text-align: center !important;
    padding-top: 5px;
    margin-right: 10px;
    margin-left: 4px;
    margin-top: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;
    width: 40px;
    border-radius: 50px;
}


#role_radio_opt {
    padding: 0px;
    position: relative;
}

.entity-role-panel {
    height: 288px;
}

.entity-panel {
    height: 288px;
    position: relative;
}

.svg-chart-container .node {
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 50px;
    border: solid 1px rgba(0, 0, 0, .2);
}

.svg-chart-container {
    width: 100% !important;
    /* height: calc(100% - 10px) !important; */
}

.panel-fullscreen .svg-chart-container {
    height: calc(100dvh - 290px) !important;
}

.group_resource {
    height: 345px;
}

/* User Radio button */


#userEntity .radiobtn {
    position: relative;
    display: block;
    width: 100%;
}

#userEntity .radiobtn::before {
    position: absolute;
    left: 8px;
    top: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 14px;
    content: "\f007";
    transition: transform .3s ease-in-out;
    color: #8392a5;

}

#userEntity .radiobtn label {
    display: block;
    padding: 5px 10px 5px 27px;
    border-radius: 0.2rem;
    border: 1px solid #c0ccda;
    margin-bottom: 5px;
    cursor: pointer;
}

#userEntity .radiobtn label:after,
#userEntity .radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 6px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: rgba(180, 189, 206, .28);
    border-radius: 0.2rem;
}

#userEntity .radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

#userEntity .radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#userEntity .radiobtn input[type=radio]:checked+label {
    background: #e3e7ed;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #c0ccda;
    font-weight: bold;
}

#userEntity .radiobtn input[type=radio]:checked+label:after {
    background: #0168fa;
}

#userEntity .radiobtn input[type=radio]:checked+label:before {
    width: 20px;
    height: 20px;
}

.constant_div_ul ul li {
    list-style: none;
    padding: 2px 15px;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 5px;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #e2e5ed;
    position: relative;
    border-radius: 20px;
    display: flex;
    align-items: center;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #dee2ea;
    border-color: #dee2ea;
}

.list-group-item.active h6 {
    font-weight: bold;
}

.chartFullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    height: 100vh;
    background-color: #fff;
    padding: 20px;
}

/* Drag and Drop file upload */
.drag-drop-container {
    border: 2px dashed #ccc;
    /* padding: 0px; */
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}



#excelFile {
    height: 100%;
    position: absolute;
    opacity: 0;
}

/* Drag and Drop file upload end */
.glstags .custom-select {
    height: 43px;
}

.glstags .select2-selection__rendered {
    height: 43px;
    overflow: auto !important;
}

.acrtags .select2-selection__rendered {
    height: 150px;
    overflow: auto !important;
}

#bt-Adsearch .item {
    margin: 0 10px 10px 0px;
    width: 210px;
}

.ml-store-content-body-height {
    height: calc(100dvh - 85px) !important;
}

/* Error Table */
table.node-info {
    font-size: 11px;
    margin: 0 0 10px;
    width: 100%;
    word-wrap: break-word;
}

table.node-info tr:not(.blank) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
}

table.node-info tr:not(.blank) td:first-child {
    color: inherit;
    vertical-align: top;
    width: 90px;
    padding: 3px 3px 3px 6px;
    background: #f9f9f9;
    border-right: 1px solid #ddd;
}

.bt-example {
    letter-spacing: normal;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(72, 94, 144, 0.16);
    position: relative;
}

table.node-info .item {
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}

/* table.node-info .item:first-child{
        border-bottom: 0px solid rgba(72, 94, 144, 0.16);
} */
table.node-info .item:last-child {
    border-bottom: 0px solid rgba(72, 94, 144, 0.16);
}

.bt-example::before {
    content: attr(data-label);
    display: block;
    position: absolute;
    top: -7px;
    left: 5px;
    font-size: 12px;
    background-color: inherit;
    color: #8392a5;
    padding: 0 5px;
}

.spinnerDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - 184px);
}

.select-loading {
    background: #fff url(http://select2.github.io/select2/select2-3.5.1/select2-spinner.gif) no-repeat 100% !important;
}

.readmore {
    width: 195px;
}

.gsItem {
    column-count: 3;
}

.glstag .more {
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    padding: 1px 5px 1px;
    margin-top: 3px;
    border-radius: 3px;
    color: #fff;
    border-color: #0168fa;
    background-color: #0168fa;
    display: inline-block;
    cursor: pointer;
}

.glstag .less {
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    padding: 1px 5px 1px;
    margin-top: 3px;
    border-radius: 3px;
    color: #0168fa;
    border: solid 1px #0168fa;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;

}

#acrabrTags .more {
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    padding: 1px 5px 1px;
    margin-top: 3px;
    border-radius: 3px;
    color: #fff;
    border-color: #7987a1;
    background-color: #7987a1;
    display: inline-block;
    cursor: pointer;
}

#acrabrTags .less {
    font-size: 10px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    padding: 1px 5px 1px;
    margin-top: 3px;
    border-radius: 3px;
    color: #0168fa;
    border: solid 1px #0168fa;
    background-color: #fff;
    display: inline-block;
    cursor: pointer;

}

#chatbot-open-container {
    bottom: 80px !important;
}
.select-lable select:focus {
    outline: 0;
    box-shadow: none;
}