.mt-sm {
    margin-top: 5px !important;
}

.mt {
    margin-top: 10px !important;
}

.no-border {
    border: 0px !important;
}

.hide {
    display: none !important;
}
.pull-right{
    float: right !important;
}
.pull-left{
    float: left !important;
}
.mt-10{
    margin-top: 10px;
}

.no-border{
    border:none;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #999999;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.dark-layout::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #768098;
}

.dark-layout::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, .3);
    background-color: #3b4253;
}

.dark-layout::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #768098;
}

.table.v-align-m tr td {
    vertical-align: middle !important;
}

.collapse-border .card .card-body .card:not(:last-of-type) {
    border-bottom: 1px solid #EBE9F1;
    border-bottom-right-radius: 0.428rem;
    border-bottom-left-radius: 0.428rem;
}

.collapse-border .card .card-body .card:not(:first-of-type) {
    border-top-left-radius: 0.428rem;
    border-top-right-radius: 0.428rem;
}

.custom-bot-customization {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    height: calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 3.35rem + 1.3rem + 0rem));
    border: 1px solid #EBE9F1;
    border-radius: 0.428rem;
    background: #ffffff;
}

.custom-bot-customization .bottom-btn-group {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: calc(100% - 400px);
    border-top: 1px solid #EBE9F1;
    padding: 10px 15px;
    background: #ffffff;
    z-index: 1;
    border-right: 1px solid #EBE9F1;
    text-align: center;
}

.custom-bot-customization .accordian-panel {
    float: left;
    width: calc(100% - 400px);
    height: calc(100% - 59px);
    border-right: 1px solid #EBE9F1;
    overflow-y: auto;
    padding: 15px;
}

 .window-block-list {
    display: block;
    padding: 0px;
    margin: 0px -1rem;
}

 .window-block-list li {
    float: left;
    display: inline-block;
    list-style: none;
    padding: 0 1rem 1rem;
    margin: 0px;
}

 .window-block-list li .inn-box {
    float: left;
    width: 110px;
    text-align: center;
    cursor: pointer;
}

 .window-block-list li .inn-box .icon-box {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #ebe9f1;
    border-radius: 5px;
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 10px;
    position: relative;
}

 .window-block-list li .inn-box .icon-box svg {
    width: 40px;
    height: 40px;
}

 .window-block-list li .inn-box .text-block {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #303030;
}

 .window-block-list li .inn-box.active .icon-box,
 .window-block-list li .inn-box:hover .icon-box {
    border-color: #7367F0;
}

 .window-block-list li .inn-box.active .icon-box svg,
 .window-block-list li .inn-box:hover .icon-box svg {
    color: #7367F0;
}

 .theme-color-list {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    /*padding-left: 30px;*/
    float: left;
}

 .theme-color-list li {
    display: inline-block;
    float: left;
    list-style: none;
    margin-right: 10px;
}

 .theme-color-list li .circle-link {
    display: inline-block;
    float: left;
    width: 51px;
    height: 51px;
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 4px;
}

 .theme-color-list li .circle-link.active {
    border-color: #7367F0;
}

 .theme-color-list li .circle-link:hover {
    border-color: #7367F0;
}

 .theme-color-list li .circle-link .circle-box {
    display: inline-block;
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #ebe9f1;
    overflow: hidden;
}

 .theme-color-list li .circle-link .circle-box .left-circle {
    display: inline-block;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

 .theme-color-list li .circle-link .circle-box .right-circle {
    display: inline-block;
    float: left;
    width: 20px;
    height: 40px;
}

 .switch-ml {
    margin-left: 30px;
}

 .vc-chrome {
    position: absolute;
    top: 35px;
    right: 0;
    z-index: 9;
}

 .current-color {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #000;
    cursor: pointer;
}

 .color-picker-block {
    float: left;
    width: 100%;
    padding-left: 25px;
}

.chat-box-section {
    float: left;
    width: 400px;
    height: 100%;
    position: relative;
    padding: 15px;
    background: #ffffff;
    overflow-y: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-flow: row wrap;
}

.chat-box-section .chat-panel {
    float: left;
    border: 1px solid #ebe9f1;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}

.chat-box-section .chat-panel.hide {
    display: none;
}

.chat-box-section .chat-panel .chat-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebe9f1;
    background: #ffffff;
    padding: 10px 15px;
}

.chat-box-section .chat-panel .chat-header .menu-icon {
    float: left;
    display: inline-block;
    margin-right: 15px;
}

.chat-box-section .chat-panel .chat-header .menu-icon svg {
    width: 20px;
    height: 20px;
    color: #000000;
    cursor: pointer;
}

.chat-box-section .chat-panel .chat-header .ch-right-links {
    float: right;
    display: inline-block;
}

.chat-box-section .chat-panel .chat-header .ch-right-links a {
    float: left;
    display: inline-block;
    margin-left: 15px;
}

.chat-box-section .chat-panel .chat-header .ch-right-links svg {
    width: 20px;
    height: 20px;
    color: #000000;
    cursor: pointer;
}

.chat-box-section .chat-panel .chat-header .chat-title {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.chat-box-section .chat-panel .chat-user-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ebe9f1;
    background: #ffffff;
    padding: 10px 15px;
}

.chat-box-section .chat-panel .chat-user-header .user-img {
    float: left;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.chat-box-section .chat-panel .chat-user-header .user-img img {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.chat-box-section .chat-panel .chat-user-header .user-img .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    right: 1px;
    background: #cccccc;
}

.chat-box-section .chat-panel .chat-user-header .user-img .circle.live {
    background: #28C76F;
}

.chat-box-section .chat-panel .chat-user-header .right-icons {
    float: right;
    display: inline-block;
}

.chat-box-section .chat-panel .chat-user-header .right-icons a {
    float: left;
    display: inline-block;
    margin-left: 15px;
    margin-top: 6px;
}

.chat-box-section .chat-panel .chat-user-header .right-icons svg {
    width: 20px;
    height: 20px;
    color: #000000;
    cursor: pointer;
}

.chat-box-section .chat-panel .chat-user-header .right-icons a:hover svg {
    color: #7367F0;
}

.chat-box-section .chat-panel .chat-user-header .user-text {
    display: block;
    overflow: hidden;
}

.chat-box-section .chat-panel .chat-user-header .user-text .user-name {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #000000;
    font-weight: bold;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-box-section .chat-panel .chat-user-header .user-text .user-title {
    display: block;
    overflow: hidden;
    font-size: 13px;
    color: #000000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chat-box-section .chat-panel .chat-footer {
    float: left;
    width: 100%;
    border-top: 1px solid #ebe9f1;
    background: #ffffff;
    padding: 0 0;
}

.chat-box-section .chat-panel .chat-footer .right-links {
    float: right;
    display: inline-block;
}

.chat-box-section .chat-panel .chat-footer .right-links a {
    float: left;
    display: inline-block;
    margin-right: 15px;
    margin-top: 9px;
}

.chat-box-section .chat-panel .chat-footer .right-links a.send-link {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.chat-box-section .chat-panel .chat-footer .right-links svg {
    width: 20px;
    height: 20px;
    color: #000000;
    cursor: pointer;
}

.chat-box-section .chat-panel .chat-footer .right-links a:hover svg {
    color: #7367F0;
}

.chat-box-section .chat-panel .chat-footer .input-block {
    display: block;
    overflow: hidden;
}

.chat-box-section .chat-panel .chat-footer .input-block input {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #000000;
    border: 0px;
    padding: 10px 15px;
    outline: none;
    background: #ffffff;
}

.chat-box-section .chat-panel .chat-body {
    float: left;
    width: 100%;
    height: 450px;
    overflow-y: auto;
    padding: 10px 15px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-flow: wrap;
    flex-direction: row;
}

.chat-box-section .chat-panel .chat-body .flex-box {
    display: block;
    width: 100%;
}

.chat-box-section .chat-panel .chat-body .chat-agent {
    display: block;
    width: 100%;
    padding-right: 30px;
    margin-bottom: 15px;
}

.chat-box-section .chat-panel .chat-body .chat-agent .user-name-time {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
    margin-bottom: 5px;
}

.chat-box-section .chat-panel .chat-body .chat-agent .comment {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.chat-box-section .chat-panel .chat-body .chat-user {
    display: block;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 15px;
    text-align: right;
}

.chat-box-section .chat-panel .chat-body .chat-user .user-name-time {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
    margin-bottom: 5px;
}

.chat-box-section .chat-panel .chat-body .chat-user .read-text {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #606060;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: -10px;
}

.chat-box-section .chat-panel .chat-body .chat-user .comment {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #000000;
    background: #f6f7f8;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
}

.circle-chat-bubble {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #7367F0;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    right: 15px;
    bottom: 15px;
}

.circle-chat-bubble.hide {
    display: none;
}

.circle-chat-bubble svg {
    width: 24px;
    height: 24px;
    color: #ffffff;
}

.chat-bar-block {
    position: absolute;
    background: #7367F0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    right: 15px;
    bottom: 15px;
    padding: 10px 15px;
    left: 15px;
    right: 15px;
    text-align: left;
}

.chat-bar-block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    overflow: hidden;
}

.chat-bar-block svg {
    width: 20px;
    height: 20px;
    color: #ffffff;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

table tr td {
    vertical-align: top !important
}

.center-pricing-icon {
    text-align: center;
    display: block;
    width: 100%;
    margin: 30px 0;
}

.center-pricing-icon svg {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: #d9d9d9;
}
.iq_query{
    display: block;
    word-break: break-all;
}/**/
.iq_prevent_link{
    display: block;
}
.iq_prevent_link img{
    max-width: 100%;
}

/*  Profile Page CSS */

.app-user-list .dataTables_wrapper .dataTables_length select {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
/*table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td{
    word-break: break-all;
}*/

@media (max-width: 767px) {
    .app-user-list .header-actions .dataTables_length {
        text-align: left;
    }
    .app-user-list .header-actions > div[class^='col-']:last-child {
        padding-left: 0;
    }

}

.app-user-view .user-info-wrapper .user-info-title {
    width: 11.785rem;
}

.app-user-view .user-total-numbers {
    margin-top: 2.428rem;
}

.app-user-view .user-total-numbers .color-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.714rem;
    width: 2.714rem;
    border-radius: 0.357rem;
}

.app-user-view .user-total-numbers .color-box i,
.app-user-view .user-total-numbers .color-box svg {
    height: 1.285rem;
    width: 1.285rem;
    font-size: 1.285rem;
}

.app-user-edit .nav-pills {
    margin-bottom: 2.3rem;
}

.app-user-edit .nav-pills .nav-link i,
.app-user-edit .nav-pills .nav-link svg {
    font-size: 0.921rem;
    margin-right: 0.5rem;
}

@media (max-width: 576px) {
    .app-user-edit .nav-pills .nav-link i,
    .app-user-edit .nav-pills .nav-link svg {
        height: 1.2rem;
        width: 1.2rem;
        font-size: 1.2rem;
        margin-right: 0;
    }
}

html[data-textdirection='rtl'] .app-user-list .dataTables_filter input {
    margin-right: 0;
    margin-left: 0.5rem;
}

html[data-textdirection='rtl'] .app-user-list .dropdown .dropdown-menu.dropdown-menu-right {
    right: 3.57rem !important;
}


/* Profile Page CSS : END */

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    content: "" !important;
    right: 1rem !important;
}

.collapse-margin .card {
    border: 1px solid #EBE9F1 !important;
}

.copy-code-textarea {
    position: relative;
}

.copy-code-textarea .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.copy-code-textarea .position-copy-info {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
}

.copy-code-textarea:hover .position-copy-info {
    visibility: visible;
    opacity: 1;
}

.copy-code-textarea .position-copy-info svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: #ffffff;
}

.subscription-section {
    max-width: 950px;
    min-width: 950px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
}

.subscription-section .sub-header {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px 17px;
    color: rgb(66, 77, 87);
    border-width: 1px 1px 0px;
    border-style: solid;
    border-color: rgb(221, 226, 230);
    border-image: initial;
}

.subscription-section .sub-header .sub-title {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: rgb(66, 77, 87);
}

.subscription-section .sub-body {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.subscription-section .sub-body .sub-plans {
    display: flex;
    flex-direction: row;
}

.subscription-section .sub-body .sub-plans .nav-li{
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    height: 190px;
}
.subscription-section .sub-body .sub-plans .plan-flex {
    display: flex;
    flex: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    height: 190px;
    cursor: pointer;
    color: rgb(66, 77, 87);
    box-shadow: rgb(221 226 230) 0px 0px 0px 1px inset;
    width: 100%;
}

.subscription-section .sub-body .sub-plans .plan-flex.active {
    box-shadow: #7367F0 0px 0px 0px 1px inset;
}

.subscription-section .sub-body .sub-plans .plan-1:before {
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 15px;
    height: 15px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    content: " ";
    background:#5796FD;
    color: rgb(255, 255, 255);

}

.subscription-section .sub-body .sub-plans .plan-2:before {
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 15px;
    height: 15px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    content: " ";
    background: rgb(255, 208, 0);
    color: rgb(255, 255, 255);
}

.subscription-section .sub-body .sub-plans .plan-3:before {
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 15px;
    height: 15px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    content: " ";
    background:#00954A;
    color: rgb(66, 77, 87);
}
.subscription-section .sub-body .sub-plans .plan-4:before {
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 15px;
    height: 15px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    content: " ";
    background:#7367F0 ;
    color: rgb(66, 77, 87);
}
.subscription-section .sub-body .sub-plans .plan-custom:before {
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    line-height: 15px;
    height: 15px;
    padding-bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    display: flex;
    content: " ";
    background:#FF712D;
    color: rgb(66, 77, 87);
}
.subscription-section .sub-body .sub-plans .plan-current:before {
    color:#FFF;
    content: "Current Plan";
    
}

.subscription-section .sub-body .sub-plans .plan-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 32px;
    margin-bottom: 5px;
    color: rgb(66, 77, 87);
    width: 100%;
    display: block;
    text-align: center;
}

.subscription-section .sub-body .sub-plans .plan-price {
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 8px;
    margin-bottom: 0px;
    position: relative;
    color: rgb(66, 77, 87);
    width: 100%;
    display: block;
    text-align: center;
}

.subscription-section .sub-body .sub-plans .plan-info {
    width: 100%;
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    margin-top: 8px;
    color: rgb(66, 77, 87);
}

.subscription-section .sub-body .plan-details {
    display: flex;
    flex-direction: row;
    padding: 30px 0px;
    border-width: 0px 1px 1px;
    border-style: solid;
    border-color: rgb(203, 212, 222);
    border-image: initial;
    flex-shrink: 0;
}
.subscription-section .sub-body .plan-details.tab-content > .active {
    display: flex;
    flex-direction: row;
    flex-shrink: 0;
    width: 100%;
}

.subscription-section .sub-body .plan-details .get-list {
    display: flex;
    flex: 10 1 0%;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 0px 10px 0px 34px;
    color: rgb(66, 77, 87);
}

.subscription-section .sub-body .plan-details .get-list .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgb(66, 77, 87);
    text-align: left;
}

.subscription-section .sub-body .plan-details .get-list ul {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.subscription-section .sub-body .plan-details .get-list ul li {
    display: flex;
    flex-direction: row;
    line-height: 2;
    font-size: 14px;
    position: relative;
    width: fit-content;
}

.subscription-section .sub-body .plan-details .get-list ul li svg {
    color: rgb(75, 182, 120);
    width: 16px;
    height: 16px;
    margin: 6px 10px 0 0;
}

.subscription-section .sub-body .plan-details .estimate-block {
    display: flex;
    flex-direction: column;
    color: rgb(66, 77, 87);
    position: relative;
    flex: 12 1 0%;
    padding-right: 33px;
}

.subscription-section .sub-body .plan-details .estimate-block .text-success {
    font-size: 11px;
    display: block;
    margin-top: 5px;
}

.credit-card-img-block {
    display: block;
    width: 100%;
    position: relative;
}

.credit-card-img-block img {
    display: inline-block;
    max-width: 240px;
}

.trial-bar-fixed {
    display: none;
}

.trial-bar .trial-bar-fixed {
    display: block;
    width: calc(100vw - (100vw - 100%) - calc(0rem * 2) - 260px);
    padding: 8px 2rem;
    background: #82868B;
    top: 0px;
    right: 0px;
    position: fixed;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.vertical-layout.vertical-menu-modern.menu-collapsed.trial-bar .trial-bar-fixed {
    width: calc(100vw - (100vw - 100%) - 4.4rem - 18px);
}

.dark-layout .trial-bar .trial-bar-fixed {
    background: #283046;
}

.trial-bar .trial-bar-fixed .bar-left-text {
    float: left;
    display: inline-block;
}

.trial-bar .trial-bar-fixed .bar-left-text span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-top: 3px;
    margin-right: 10px;
}

.trial-bar .trial-bar-fixed .bar-right-text {
    float: right;
    display: inline-block;
}

.trial-bar .trial-bar-fixed .bar-right-text span {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    margin-top: 3px;
    margin-right: 10px;
}

.trial-bar .trial-bar-fixed .bar-right-text .text-white svg {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.trial-bar .header-navbar.floating-nav {
    margin-top: 4.5rem;
}

html .trial-bar .content.app-content {
    padding: calc(5rem + 4.45rem + 1.3rem) 2rem 0;
}

html .trial-bar .content {
    min-height: calc(100% - 3.35rem);
}

.dropdown-user-profile.dropdown-menu-right {
    right: -15px;
    margin-top: 3px !important;
}

.bordered-layout .dropdown-menu {
    -webkit-box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    box-shadow: 0 5px 25px rgb(34 41 47 / 10%);
    
    /*transform: translate3d(7px, 51px, 0px) !important;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .3s ease,background 0s,border 0s,color 0s;
    transition: all .3s ease,background 0s,border 0s,color 0s;*/

    
}
/*.bordered-layout .dropdown-menu.show{
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: all .3s ease,background 0s,border 0s,color 0s;
    transition: all .3s ease,background 0s,border 0s,color 0s;
     top: -10px !important;
}*/

.dropdown-notification .dropdown-menu.dropdown-menu-media {
    padding: 0px;
    left: -15px;
}

.account-details-get-list {
    display: block;
    width: 100%;
    color: rgb(66, 77, 87);
    padding: 0px;
    margin: 0px;
}

.account-details-get-list .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgb(66, 77, 87);
    text-align: left;
}

.account-details-get-list ul {
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.account-details-get-list ul li {
    display: block;
    font-size: 14px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.account-details-get-list ul li svg {
    color: rgb(75, 182, 120);
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
}

.font-svg-20 svg {
    width: 20px !important;
    height: 20px !important;
}

.font-svg-24 svg {
    width: 24px !important;
    height: 24px !important;
}

.card-header.card-header-border {
    border-bottom: 1px solid #EBE9F1;
    margin-bottom: 20px;
}

.iq_page_loader {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.iq_page_loader .spinner-border {
    color: #02a6a6;
    display: inline-block;
    vertical-align: middle;
}

html .trial-bar .content.app-content .custom-bot-customization {
    height: calc( var(--vh, 1vh) * 100 - calc( calc(2rem * 1) + 4.45rem + 6.35rem + 1.3rem + 0rem));
}


/*
body .emsbot-chat-window{
    width: 380px !important;
    height: 60vh !important;
    background: #ffffff;
    border: 1px solid #e9e9e9;
    right: 2.8rem !important;
    bottom: 58px !important;
}
body .format-markdown{
    background: transparent;
    padding: 0 8px;
}
body .wc-message-content{
    padding: 5px 0;
    -webkit-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border-radius: 3px;
}
body .emsbot-launcher{
    display: none;
}
body .emsbot-collapse-chatwindow{
    line-height: 24px;
    margin-top: -6px;
}
body .wc-console .wc-send:hover svg, body .wc-console.has-text .wc-send svg{
    fill: #7367f0;
}
body .wc-message-from-me svg.wc-message-callout path{
    fill: #7367f0;
}
body .wc-console .wc-send{
    outline: none;
}
body .wc-message-from-me .wc-message-content{
    background-color: #7367f0;
    padding-left: 8px;
    padding-right: 8px;
}
body .wc-message-from{
    margin-top: 3px;
}
body .wc-message-wrapper{
    margin-bottom: 15px;
}
*/

.minicolors-theme-default.minicolors {
    display: block !important;
    width: 100% !important;
}

.minicolors-theme-default .minicolors-input {
    height: 28px !important;
    display: block !important;
    width: 100% !important;
}

.dark-layout .custom-bot-customization {
    background: #283046;
    border-color: #3b4253;
}

.dark-layout .chat-box-section {
    background: #283046;
    border-color: #3b4253;
}

.dark-layout .custom-bot-customization .bottom-btn-group {
    background: #283046;
    border-color: #3b4253;
}

.dark-layout .custom-bot-customization .accordian-panel {
    border-color: #3b4253;
}

.dark-layout .subscription-section {
    border-color: #3b4253;
    background: #283046;
}

.dark-layout .card-header.card-header-border,
.dark-layout .context-question,
.dark-layout .subscription-section .sub-header,
.dark-layout .subscription-section .sub-body .plan-details {
    border-color: #3b4253;
}

.dark-layout .subscription-section .sub-header .sub-title,
.dark-layout .subscription-section .sub-body .sub-plans .plan-title,
.dark-layout .subscription-section .sub-body .sub-plans .plan-price,
.dark-layout .subscription-section .sub-body .plan-details .get-list .title,
.dark-layout .subscription-section .sub-body .plan-details .get-list,
.dark-layout .subscription-section .sub-body .sub-plans .plan-info, 
.dark-layout .context-list .context-heading,
.dark-layout .context-list .context-sub-heading,
.dark-layout .account-details-get-list,
.dark-layout .account-details-get-list .title {
    color: #D0D2D6;
}

.dark-layout .subscription-section .sub-body .sub-plans .plan-flex.active,
.dark-layout .subscription-section .sub-body .sub-plans .plan-flex {
    -webkit-box-shadow: #3b4253 0px 0px 0px 2px inset;
    box-shadow: #3b4253 0px 0px 0px 2px inset;
}

.popover {
    max-width: unset;
}

.popover .popover-body {
    white-space: pre;
    font-size: 12px;
}

.dropdown-notification .dropdown-menu.dropdown-menu-media li .avatar {
    border: 1px solid #dddddd;
}

.table-responsive.max-height-scroll {
    max-height: 450px;
}





.context-list{
    display: block;
    position: relative;
}
.context-list .context-heading{
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 5px;
    color: #6E6B7B;
    font-size:1rem;
    letter-spacing:0.3px;
}
.context-list .context-sub-heading{
    display: block;
    position: relative;
    margin-bottom: 5px;
    padding-left: 15px;
    margin-left: 5px;
    color: #6E6B7B;
    font-size:0.9rem;
}
.context-list .context-sub-heading:before{
    content: '';
    position: absolute;
    left: 0px;
    height: 10px;
    width: 1px;
    top: 0px;
    background: #7367F0;
    font-weight:100;
}
.context-list .context-sub-heading:after{
    content: '';
    position: absolute;
    left: 0px;
    height: 1px;
    width: 10px;
    top: 10px;
    background: #7367F0;
    font-weight:100;
}
.context-question{
    display: block;
    border-bottom: 1px solid #e9e9e9;
    padding: 8px 0 6px;
}
.context-answer-editor{
    display: block;
    margin-bottom: 10px;
}
.list-group .list-group-item.text-dark{
    color: #000000 !important;
    font-size: 13px;
}
.text-overflow.table tr td .QContainer .context-question span{
    -ms-word-break: break-all;
    word-break: break-all;
}
.text-overflow.table tr td .context-list .context-heading, .context-answer-editor{
    -ms-word-break: break-all;
    word-break: break-all;
}
.text-overflow.table tr td .QContainer .context-question .text-danger svg{
    vertical-align: middle;
}
.text-overflow.table tr td .QAdd{
    display: block;
}
.list-group .list-group-item:hover{
    background-color:#e8e8e8;
}
.custom-tabs{
    display: block;
    width: 100%;
    position: relative;
}
.custom-tabs .nav-tabs{
    margin-bottom: 0px;
}
.custom-tabs .nav-tabs .nav-item .nav-link{
    border: 1px solid transparent;
    border-bottom: 0px;
    border-radius: 5px 5px 0 0;
    margin-right: 1px;
    padding: 10px 15px 11px;
}
.custom-tabs .nav-tabs .nav-item .nav-link:hover{
    background: #f8f8f8;
    border-color: #EBE9F1;
}
.custom-tabs .nav-tabs .nav-item .nav-link.active{
    background: #ffffff;
    color: #303030;
    border-color: #EBE9F1;
}
.custom-tabs .nav-tabs .nav-item .nav-link.active:hover{
    background: #ffffff;
    color: #303030;
    border-color: #EBE9F1;
}
.custom-tabs .nav-tabs .nav-link:after{
    display: none;
}
.custom-tabs .nav-tabs .nav-item:first-child .nav-link{
    /* border-radius: 5px 0 0 0; */
}
.custom-tabs .nav-tabs .nav-item:last-child .nav-link{
    /* border-right: 1px solid #EBE9F1; */
    /* border-radius: 0 5px 0 0; */
}
.custom-tabs .tab-content{
    border: 1px solid #EBE9F1;
    padding: 15px;
    margin-top: -1px;
}
.custom-tabs div.dataTables_wrapper div.dataTables_filter label, .custom-tabs div.dataTables_wrapper div.dataTables_length label{
    margin-top: 0px;
}
/* .table-description{
    display: block;
    word-break: break-all;
    max-height: 42px;
    overflow: hidden;
    margin-bottom: 5px;
    font-size: 14px;
} */
.table-description.show-more{
    max-height: unset;
    overflow: hidden;
}
.table-link-block{
    display: block;
}
.table-link-block a{
    font-size: 13px;
}
.list-group.list-group-table{
    margin-top: 5px;
    border-radius: 0px;
}
.list-group.list-group-table .list-group-item{
    border-radius: 0px;
    padding: 2px 10px;
    font-size: 11px;
}
.list-group.list-group-table .list-group-item:hover{
    background: #f5f6f7;
}
.tag-editor li .tag-editor-tag{
    color: #7c7c84;
    background: #efedff;
    border-radius: 5px 0 0 5px;
}
.tag-editor li .tag-editor-delete{
    background: #efedff;
    border-radius: 0 5px 5px 0;
}
.tag-editor li .tag-editor-delete i:before{
    color: #d65454;
}
sub, sup{
    font-size: 44%;
}
sup{
    top: -.8em;
}

.launcher_style{
    display: inline-block;
    width: 200px;
    margin-right: 10px;
}
.launcher_style input{
    width: 20px;
    height: 20px;
}
.launcher_style label{
    display: inline-block;
    max-height: 72px;
}
.launcher_style label img{
    margin-left: 0;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    cursor:pointer;
    max-height: 70px;
    max-width: 100%;
}
.launcher_style.active label img{
    border: 2px solid #7367f0;
    
}
html .navbar-floating.footer-static .app-content .content-area-wrapper, html .navbar-floating.footer-static .app-content .kanban-wrapper{
        height: calc( 100vh - 0px);
}

/*30-07-2021*/
html .content .content-wrapper .content-header-title{
    font-size: 16px;
    line-height: 36px;
    height: 36px;
}
.header-navbar .breadcrumb-wrapper .breadcrumb{
    line-height: 25px;
}
.header-navbar .navbar-container ul.navbar-nav li a.dropdown-user-link .user-name{
    margin-bottom: 0;
}
.main-menu.menu-dark .navigation .navigation-header{
    margin: calc(1rem + 0.286rem) 0 0.8rem 1.2rem;
}
.main-menu.menu-dark .navigation .navigation-header span{
    font-weight: 600;
}
.main-menu.menu-dark .navigation li a {
    color: #625F6E;
    padding: 7px 15px 7px 15px;
    line-height: 1.15;
    font-size: 14px;
}
.vertical-layout.vertical-menu-modern .main-menu .navigation > li > a svg, .vertical-layout.vertical-menu-modern .main-menu .navigation > li > a i{
    height: 16px;
    width: 16px;
    margin-right: 8px;
}
.main-menu.menu-dark .navigation > li > a{
    margin: 0 10px;
}
.bordered-layout .dropdown-menu.custom-dropdown li .media-body p.media-heading{
    margin-bottom: 0;
    line-height: 16px;
    color: #636363;
}
.bordered-layout .dropdown-menu.custom-dropdown li .media-body  span{
    margin-bottom: 0;
    line-height: 16px;
    color: #5E5873;
}

/*
.custom-dropdown li a:hover .notification-text{
    color: #7367F0 !important;
}
*/
.custom-dropdown li a{
	padding:6px 0px;
}
.custom-dropdown li a:hover{
    color: #7367F0 !important;
	background:#f1f1f1;
}

.left-top-sec-dd.media-list .media{
    padding: 7px 15px;
}
notification-text

.content-header{
    margin-bottom: 11px;
}

.row{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
 .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
  .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, 
  .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
  .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, 
  .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
  .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, 
  .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    padding: 0 5px !important;
}
.card{
    margin-bottom: 9px !Important;
}
.main-menu.menu-dark .navigation > li.active > a{
    box-shadow:none;
}
.sidebar-left-top-sec{
    background: #151d33;
    border-bottom:1px solid #696969;
}
.navbar-floating .header-navbar-shadow{
    height: 66px;
}
.line-doted{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 196px;
	padding-right:15px;
}
.pos-rel{
    position: relative;
}
.pos-rel i{
    position: absolute;
    bottom: 0;
    right: -17px;
}
.bordered-layout .header-navbar.floating-nav{
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}
.bordered-layout .dropdown-menu.custom-dropdown{
    border-radius:0;
    left: -24px !important;
    top: 8px !important;
    /*padding: 5px 10px 15px 10px;*/
	padding: 0px 0px 0px 10px;
	-webkit-box-shadow: 0 10px 15px 0 #000;
	-moz-box-shadow: 0 10px 15px 0 #000;
	box-shadow: 0 10px 15px 0 #000;
}

.content-header.form-group{
  margin-bottom:11px;
}


/* Added By Atul: start */
html .content.app-content {
    padding:calc(.8rem + 4.45rem + 0.3rem) .8rem 0;
}
.header-navbar.floating-nav{
    width: calc(100vw - (100vw - 100%) - calc(2rem * 2) - 204px);
    
    /*margin: 1rem 1rem 0;*/
    margin: 0px;
    padding:7px 0px;
    position:fixed;
    top:0px;
    
}
.btn.btn-sm.btn-icon{
    padding:3px;
}
.card-body{
    padding:10px;
}
.navbar-floating .navbar-container{
    padding:5px 10px;
}
.upload-image-error{
    position: relative;
}
.upload-image-error .error-message{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
/*
.main-menu.menu-dark .navigation .navigation-header{
    margin-top: 6px;
    margin-bottom: 7px; 
    font-weight:600;
    color:#000000;
}
.vertical-layout.vertical-menu-modern .main-menu .navigation li a{
    margin-top: 2px;
    margin-bottom: 3px; 
}
*/
/*.iq_pr_5{
    padding-right:5px;
}
.iq_pl_5{
    padding-left:5px;
}*/
.iq_mb_10{
    margin-bottom:15px;
}
.card-datatable.card-datatable-responsive .table-responsive{
    display: table;
}
.preview-msg{
        height: 100vh;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    padding-top: 300px;
}
.break-word-tbl table.table-bordered.dataTable tbody th, .break-word-tbl table.table-bordered.dataTable tbody td{
    word-break: break-all;
}
.col-responsive{
    flex: 0 0 90px;
    max-width: 90px;
}
 .queue-card .avatar .avatar-content{
    width: 20px;
    height: 20px;
    font-size: 8px;
}
.queue-card .avatar{
    margin-right: 5px !important;
}
.queue-card .profile-user-info h6{
    font-size: 12px;
}
.queue-card .badge{
    position: relative;
}
.queue-card .profile-user-info{
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-agent a{
    font-size: 11px;
    padding: 5px 6px;
}
.queue-card .table th, .queue-card .table td{
    font-size: 12px;
}
.scroll-queue{
    height: 220px;
    overflow-y: auto;
    padding: 0 10px;
}
.dropdown-customise .dropdown-toggle{
    position: relative;
    padding-right: 20px;
}
.dropdown-customise .dropdown-toggle svg{
    position: absolute;
    right: 5px;
    top: 5px;
}
.dropdown-customise .dropdown-menu.show{
    left: auto;
    right: 4px;
    transform: translate3d(-52px, 28px, 0px) !important;
}
/* Added By Atul: end */


/* Responsive CSS Start */
.bordered-layout .header-navbar.floating-nav{
    border-radius: 0;
}

.breadcrumb{

}
.fs-12{
	font-size:12px;
}
.h-3{
	height:10px;
}
.custom-close{
    display: none;
}

@media (max-width: 1400px) {
    .col-responsive{
        flex: 0 0 85px;
        max-width: 85px;
    }
}
@media (max-width: 1320px) {
    .card-datatable.card-datatable-responsive .table-responsive{
        display: block;
    }
    .col-responsive{
        flex: 0 0 75px;
        max-width: 75px;
    }
}
@media (max-width: 1199.98px) {
    .trial-bar .trial-bar-fixed {
        width: calc(100vw - (100vw - 100%) - calc(2rem * 0));
    }
}
@media (max-width: 991px) {{

}
    .chat-application .sidebar-content{
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        width: 280px;
    }
    .profile-aside{
        display: none !important;
    }
    .chat-application .sidebar-content .chat-fixed-search{
        width: 280px;
        padding: 0 10px;
    }
    .chat-application .sidebar-content .nav-tabs .nav-link{
        padding: 1rem 10px;
    }
    .chat-application .sidebar-content .chat-user-list-wrapper li{
        padding: 10px;
    }
    .chat-application .sidebar-content .chat-user-list-wrapper li .chat-info{
        padding: 0px;
    }
    body .chat-application .content-right{
        margin-left: 280px;
        width: calc(100% - 280px) !important;
    }
    .chat-application .chat-app-window .user-chats .user-chats{
        padding: 0px;
    }
    .break-word-tbl table.table-bordered.dataTable tbody th, .break-word-tbl table.table-bordered.dataTable tbody td{
        word-break:initial;
    }
}
@media (max-width: 1200px) {
    .header-navbar.floating-nav{
        width: 100%;
    }

    .custom-close{
        display: block;
        position: absolute;
        right: 10px;
        z-index: 999;
    }
    .custom-close svg{
        color: #fff !important;
    }
}
@media (max-width: 991px) {
    .responsive-row{
        float: left;
        width: 100%;
        margin-top: 15px;
    }
    .chat-application .sidebar-content{
        -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
        width: 280px !important;
    }
    .subscription-section{
        min-width: 100%;
    }
    .bordered-layout .card, .bordered-layout .bs-stepper:not(.wizard-modern):not(.checkout-tab-steps),
     .bordered-layout .bs-stepper.wizard-modern .bs-stepper-content{
        min-height: 339px;
    }
    .daterangepicker.opensright:after, .daterangepicker.opensright:before{
        display: none;
    }
}

@media (max-width: 678px) {
    .auth-wrapper.auth-v2 .brand-logo{
        width: 100px; 
        left: 50%; 
        transform: translate(-50%, 0); 
    }
    .auth-wrapper.auth-v2 .auth-inner{
        margin: 0 !important;
    }
    .auth-wrapper.auth-v2 .auth-inner .col-12.col-sm-8.col-md-6.col-lg-10.px-xl-2.mx-auto{
        margin-top: 60px;
    }
    .content-header.form-group{
        text-align: center;
    }
    html .content.app-content {
        padding: calc(.8rem + 4.45rem + 0.3rem) .8rem 0 !important;
    }
    .content-header.form-group .content-header-left.col-md-9.col-12.mb-2{
        display: none;
    }

    .subscription-section .sub-body .plan-details .get-list ul li{
        text-align: left;
    }
    .btn-xs{
        padding: 5px !important;
        font-size: 10px !important;
    }
    .mobile-fixed-header{
        position: fixed;
        z-index: 999;
        -webkit-box-shadow: 0 10px 10px -10px #9c9b9b;
        -moz-box-shadow: 0 10px 10px -10px #9c9b9b;
        box-shadow: 0 10px 10px -10px #9c9b9b;
        padding: 10px 5px !important;
        background: #fff;
        left: 0;
        right: 0;
        margin-top: -11px;
    }
    .mt-100{
        margin-top: 100px;
    }
    .responsive-ddl .form-control{
        font-size: 12px;
        padding: 5px 10px;
        height: auto;
        margin-top: 12px;
        margin-right: 20px;
    }
    .responsive-ddl strong{
        font-size: 12px;
    }
    .responsive-ddl select.form-control:not([multiple='multiple']){
        background-position: 92% 7px;
    }


}
@media (max-width: 768px) {
    
    .header-navbar .breadcrumb-wrapper .breadcrumb{
        display: none;
    }

}
@media (max-width: 767px) {    
    .content-wrapper-mobile{
        display: block !important;
    }
    body .chat-application .content-right{
        float: left;
        width: calc(100% - 0px) !important;
        position: relative;
        margin-left: 0;
    }
    .content-wrapper-mobile .sidebar{
        float: left;
        width: 100%;
    }
    .content-wrapper-mobile .sidebar-left{
        float: left;
        width: 100%;
        height: 200px;
        overflow: hidden;
        border-bottom: 1px solid #EBE9F1;
        padding-bottom: 15px;
    }
    .content-wrapper-mobile .sidebar-left .sidebar-content.card{
        width: 100% !important;
    }
    .content-wrapper-mobile .content-right{
        width: 100% !IMPORTANT;
        float: left;
        margin-top: 20px;
        height: 100%;
    }
    html .content.app-conten.chat-applicationt{
        padding-top: 20px !important;
    }
}
@media (max-width: 576px) {
    .app-user-edit .nav-pills .nav-link i,
    .app-user-edit .nav-pills .nav-link svg {
        height: 1.2rem;
        width: 1.2rem;
        font-size: 1.2rem;
        margin-right: 0;
    }
    .header-navbar.floating-nav{
        width: 100% !important;
    }
    .responsive-mt-15px{
        margin-top: 15px;
    }
    div.dataTables_wrapper {
        overflow-y: hidden;
    }
    .subscription-section .sub-body .sub-plans .plan-title{
        font-size: 14px;
        line-height: 14px;
        margin-top: 18px;
        margin-bottom: 0;
    }
    .subscription-section .sub-body .sub-plans .plan-price{
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin-top: 0;
    }
    .subscription-section .sub-body .sub-plans .nav-li{
        height: 150px;
    }
    .subscription-section .sub-body .sub-plans .plan-info{
        padding: 0 5px;

    }
    .subscription-section .sub-body .plan-details.tab-content > .active{
        display: table;
    }
    .subscription-section .sub-body .plan-details .get-list{
        padding: 0px 10px 0px 10px;
    }
    .card-datatable.card-datatable-responsive div.dataTables_wrapper{
        overflow-x: hidden;
    }
    .responsive-form-group .col-sm-1.col-12.col-responsive{
        width: 25%;
        flex: inherit;
    }
    .responsive-form-group .col-sm-9.col-12{
        width: 75%;
        flex: inherit;
    }
    
}
@media (max-width: 575.98px){
    .chat-application .content-wrapper-mobile .sidebar {
        position: relative !important;
    }
}

