sidebar {
    background-color: var(--primary-color-dark);
}

.pace .pace-progress {
    background: var(--primary-color) !important;
}

.navbar-nav.sidebar .nav-link {
    color: white !important;
}

.sidebar-sticky {
    position: fixed;
    z-index: 999;
    height: 100%;
}

.sidebar-brand-icon {
    width: 125px;
    height: 46px;
}

#toast-container > div {
    opacity: 1;
}

.toast-top-center {
    top: 12px !important;
}

.toast {
    font-size: initial !important;
    border: initial !important;
    backdrop-filter: blur(0) !important;
}

.toast-success {
    background-color: #51A351 !important;
}

.toast-error {
    background-color: #BD362F !important;
}

.toast-info {
    background-color: #2F96B4 !important;
}

.toast-warning {
    background-color: #F89406 !important;
}

@media (min-width: 576px) {
    ux-dialog {
        max-width: 560px !important;
        margin: 30px auto !important;
    }
}

@media (min-width: 768px) {
    ux-dialog {
        width: 600px !important;
        margin: 30px auto !important;
    }
}

.dialog-max-height {
    max-height: 70vh;
    overflow-y: scroll;
}

ux-dialog-overlay.active {
    background-color: black !important;
    opacity: .5 !important;
}

bootstrap-table.zero-padded tbody > tr > td {
    padding: 0px !important;
}

bootstrap-table a {
    padding: 8px;
    display: block;
    color: #333;
}

    bootstrap-table a:hover,
    bootstrap-table a:focus {
        text-decoration: none;
    }

    bootstrap-table a.decorated {
        color: var(--primary-color-light);
    }

bootstrap-table .selected {
    font-weight: 800;
    color: var(--primary-color);
}

bootstrap-table td.fit,
bootstrap-table th.fit {
    white-space: nowrap;
    width: 1%;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    z-index: 999 !important;
}

.bootstrap-table .fixed-table-header {
    margin-right: 17px !important;
}

.bootstrap-table .fixed-table-border {
    border-right: none !important;
    width: 100% !important;
}

.scroll-y {
    overflow-y: auto;
}

.absolute {
    position: absolute;
}

.absolute-right {
    position: absolute;
    right: 0;
}

.overlay-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loading-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.overlay-box {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666666;
    z-index: 99;
    text-align: center;
}

.t-50 {
    top: 50%;
}

.cursor-pointer {
    cursor: pointer;
}

.zero-line-height {
    line-height: 0px;
}

.max-dialog-height {
    max-height: 548px;
}

.fixed-card-body {
    height: 548px;
}

.fixed-card-body-half {
    height: 230px;
}

.fixed-card-body-quarter {
    height: 72px;
}

.toggle-link {
    font-weight: bold;
    color: inherit;
}

    .toggle-link:hover {
        text-decoration: none;
    }

.input-auto-size {
    padding-right: 24px;
    min-width: 220px;
}

.input-with-btn-overlay-group {
    position: relative;
}

.input-with-btn-overlay:hover + .btn-overlay,
.btn-overlay:hover {
    display: inline-block;
}

.btn-overlay {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 10px;
    border: none;
    height: 18px;
    width: 18px;
    border-radius: 100%;
    padding: 0px;
}

.clearable {
    position: relative;
    display: inline-block;
}

.operator-adjust {
    padding: .375rem .75rem;
    height: 38px;
}

.sortable-element > .move-indicator {
    color: #FFFFFF;
}

.sortable-element:hover > .move-indicator {
    color: #a8a8a8;
}

.sortable-header > .fas + .fas,
.sortable-header:hover > .fas {
    display: none;
}

    .sortable-header:hover > .fas + .fas {
        display: inline-block;
    }

.sortable-header > .fas {
    width: 30px;
}

.call-filter-button {
    white-space: nowrap;
    min-width: 150px;
    text-align: right;
}

.query-filter-button {
    white-space: nowrap;
    min-width: 150px;
    text-align: right;
}

wave {
    overflow-x: hidden !important;
}

.media-player div:hover {
    cursor: pointer;
}

.slider {
    -webkit-appearance: none;
    height: 3px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: var(--primary-color);
        cursor: pointer;
    }

.tag {
    background: #F6F8FD;
    color: var(--primary-color);
    border: 1px solid #E4E7F0;
    border-radius: 5px;
    padding: 4px 10px 4px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.btn-tag {
    background: var(--primary-color);
    color: var(--primary-color-inverse);
}

    .btn-tag:hover {
        background: var(--primary-color-dark);
        color: var(--primary-color-inverse);
    }

.tags-overflow {
    height: 46px;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
}

    .tags-overflow::-webkit-scrollbar {
        height: 6px;
    }

    .tags-overflow::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .tags-overflow::-webkit-scrollbar-thumb {
        background: #888;
    }

    .tags-overflow:-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.tag-column {
    min-width: 300px;
    flex-wrap: wrap;
}

.shadow-pulse {
    animation: shadow-pulse-animation 1s infinite;
}

@keyframes shadow-pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0 0 0 6px rgba(0, 0, 0, 0);
    }
}

.bars {
    width: 24px;
    position: relative;
    bottom: -14px;
    text-align: right;
}

.bar {
    bottom: 0px;
    position: absolute;
    width: 3px;
    animation: sound 0ms -800ms linear infinite alternate;
}

.chat {
    clear: both;
    max-width: 80%;
    min-width: 124px;
    background-color: #F6F8FD;
}

    .chat:after {
        content: '';
        position: absolute;
        top: 100%;
        border: 14px solid transparent;
        border-bottom: 0;
        margin-top: -13px;
    }

    .chat .play-indicator {
        display: none;
    }

    .chat:hover .play-indicator {
        display: inline-block;
    }

.chat-left {
    float: left;
    border-left: 5px solid #1CC88A;
}

    .chat-left:after {
        left: 0;
        top: 100%;
        border-right-color: #1CC88A;
        border-left: 0;
        margin-left: -14px;
    }

.chat-right {
    float: right;
    border-right: 5px solid var(--primary-color);
}

    .chat-right:after {
        right: 0;
        top: 100%;
        border-left-color: var(--primary-color);
        border-right: 0;
        margin-right: -14px;
    }

.chat-small {
    padding-left: 6px;
    padding-right: 6px;
    height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #E3E6F0;
}

    .chat-small::-webkit-scrollbar {
        width: 6px;
    }

    .chat-small::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .chat-small::-webkit-scrollbar-thumb {
        background: #888;
    }

    .chat-small:-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.chat-left .bar {
    background: #1CC88A;
}

.chat-right .bar {
    background: var(--primary-color);
}

.chat-left label strong {
    color: #E74A3B;
}

.chat-right label strong {
    color: #E74A3B;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 18px;
    }
}

.bar:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 5px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    left: 17px;
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    left: 21px;
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    left: 25px;
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    left: 29px;
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    left: 33px;
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    left: 37px;
    animation-duration: 442ms;
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    width: 100% !important;
}

.btn-notification {
    position: relative;
    display: inline-block;
}

    .btn-notification .badge {
        font-size: xx-small;
        position: absolute;
        top: -6px;
        right: -3px;
        padding-top: 3px;
    }

.tab-notification {
    position: relative;
    display: inline-block;
}

    .tab-notification .badge {
        font-size: xx-small;
        position: absolute;
        top: 2px;
        right: 2px;
        padding-top: 3px;
    }

.accordion-horizontal {
    display: flex;
}

.accordion-horizontal-select {
    display: none;
}

.accordion-horizontal-content {
    position: relative;
    transition: margin 0.3s ease 0.1s;
    background-color: '#EDEEF1';
    margin-right: -100%;
    width: 100%;
    background: rgb(243, 244, 247);
}

.accordion-horizontal-select:checked + .accordion-horizontal-content {
    margin-bottom: 0;
    margin-right: 0;
}

.call-details-back-button {
    position: absolute;
    left: 6px;
    top: -16px;
    z-index: 2;
}

.query-builder-operator {
    width: 54px;
    text-align: center;
}

.border-right-primary {
    border-right: 0.25rem solid #4e73df !important;
}

.text-disabled {
    color: rgb(220, 220, 220);
}

update-checker {
    display: none;
    padding: 10px 20px;
    background: #24292e;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: auto;
    height: auto;
    z-index: 1000;
    color: #fff;
}

    update-checker .message .btn {
        margin-left: 5px;
    }

.date-picker-input-group-text {
    font-size: x-small;
    width: 90px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.ranges li.active {
    background-color: var(--primary-color) !important;
}

.text-small-center {
    font-size: small;
    text-align: center;
}

.pagination-small .fixed-table-pagination {
    font-size: small !important;
}

    .pagination-small .fixed-table-pagination .btn {
        font-size: small !important;
        padding: 0px;
    }

.select2 {
    width: 100% !important;
}

.select2-selection--single {
    padding-top: 4px;
    min-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: 36px;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.logo-image {
    max-height: 60px;
}

.callbi-logo-image {
    height: 45px;
    width: 150px;
}

.no-records-found {
    background-color: white !important;
    text-align: left !important;
    td

{
    text-align: left !important;
}

}

.btn-data-badge {
    position: relative;
}

    .btn-data-badge[data-badge]:after {
        content: attr(data-badge);
        position: absolute;
        top: -6px;
        right: -6px;
        font-size: .7em;
        font-weight: bolder;
        background: #E74A3B;
        color: white;
        width: 16px;
        height: 16px;
        text-align: center;
        line-height: 16px;
        border-radius: 50%;
    }

.help-cursor {
    cursor: help;
}

.pop-up-tooltip {
    position: relative;
    display: inline-block;
}

.pop-up-tooltip-content {
    display: none;
    position: absolute;
    padding: 10px;
    background-color: #F8F9FC;
    min-width: 200px;
    width: 300px;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
}

.pop-up-tooltip:hover .pop-up-tooltip-content {
    display: block;
}

single-select2.is-invalid multi-select2 span.select2 .selection .select2-selection {
    border-color: #e74a3b;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e74a3b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e74a3b' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(0.375em + 0.75rem);
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.no-top-padding {
    padding-top: 0;
}

.topic-cloud-header {
    text-align: center;
    color: var(--gray);
    padding: 10px 0 5px 0;
}

.query-negative, .query-negative:hover {
    color: #E74A3B;
}

.import-entry-status-block {
    display: inline-block;
    padding: 5px 0;
    border: 1px solid black;
    color: black;
    height: 25px;
    margin: 0 -1px;
}

.import-entry-status-label {
    display: inline-block;
    padding: 5px 15px;
    text-align: center;
}

.import-entry-status-dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid black;
}

ol.success-advisor-ordered-list > li {
    padding-left: 10px;
}

.horizontal-line-with-word {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
    margin: 10px 0 20px;
    span

{
    background: #fff;
    padding: 0 10px;
}

}

.custom-file-upload-label {
    border: 1px dashed #ccc;
    display: inline-block;
    padding: 6px 12px;
    width: 100%;
    height: 75px;
    cursor: pointer;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
}

.custom-file-upload {
    opacity: 0;
    position: absolute;
    height: 75px;
    width: 100%;
    cursor: pointer;
    left: 0;
}

.success-advisor-banner {
    display: inline-block;
    width: 70%;
}

.success-advisor-help {
    display: inline-block;
    width: 28%;
    text-align: right;
}

.manual-upload-card {
    height: 200px;
    overflow-y: auto;
}

.manual-upload-file-list {
    height: 136px;
    overflow-y: auto;
}

.progress {
    width: 90%;
    display: block;
    line-height: normal;
}

textarea {
    resize: none;
}

.dropdown-item {
    cursor: pointer;
}

qrcode > img {
    margin: 0 auto;
    width: 228px;
    height: 228px;
}

.login-brand-icon {
    height: 46px;
}

.form-control-user {
    padding: 15px !important;
    height: 50px;
}