@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');

body {
    font-weight: 400;
    /*background: rgb(95,31,191);
    background: -moz-linear-gradient(90deg, #5F1EBE 0%, #3D8BF9 100%);
    background: -webkit-linear-gradient(90deg, #5F1EBE 0%, #3D8BF9 100%);
    background: linear-gradient(90deg, #5F1EBE 0%, #3D8BF9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5F1EBE",endColorstr="#3D8BF9",GradientType=1);*/
    font-size: 13px;
    background-size: 100%;
    background: url("../images/bg.jpg") top center no-repeat;
    background-size: 100% 100%;
}

a, button {
    transition: background 0.5s ease 0.5s;
    text-decoration: none;
}

:hover {
    transition: background-color 0.5s ease-out;
}

input {
    outline: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion .accordion-body, #accordionExample .accordion-body {
    padding: 6px !important;
}

#wrapper {
    padding: 10px;
    /*background: rgb(95,31,191);
background: -moz-linear-gradient(0deg, rgba(95,31,191,1) 0%, rgba(36,112,237,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(95,31,191,1) 0%, rgba(36,112,237,1) 100%);
background: linear-gradient(0deg, rgba(95,31,191,1) 0%, rgba(36,112,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f1fbf",endColorstr="#2470ed",GradientType=1);*/
    margin: 30px auto;
    border-radius: 15px;
    overflow: hidden;
    max-width: 1600px;
    width: 95%;
    background: rgba(255, 255, 255, 0.5);
}
.fs-13{
    font-size:13px;
}
.text-green {
    color: #4a8403;
}

.text-red {
    color: #ff0000;
}

.p-indicator-red {
    background: red;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: block;
    margin-top: 2px;
}

.p-indicator-green {
    background: green;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    display: block;
    margin-top: 2px;
}

#wrapper #content-wrapper {
    width: 100%;
    display: flex;
    margin: 0px;
}

.logo {
    text-align: center;
    margin: 20px 0px;
}

    .logo img {
        max-width: 66px;
    }

.admin-sec .logo {
    margin: 20px 0px;
}

    .admin-sec .logo img {
        max-width: 160px;
    }

.sidebar {
    width: 8%;
    display: inline-block;
    vertical-align: top;
    border-radius: 15px 0px 0px 15px;
    background: #060a3d;
    /*	background: rgb(243,240,252);
background: -moz-linear-gradient(90deg, rgba(243,240,252,1) 0%, rgba(224,237,249,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(243,240,252,1) 0%, rgba(224,237,249,1) 100%);
background: linear-gradient(90deg, rgba(243,240,252,1) 0%, rgba(224,237,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3f0fc",endColorstr="#e0edf9",GradientType=1);*/
}

#content {
    width: 92%;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px 15px 15px 0px;
}

.navbar-nav .nav-item {
    margin-bottom: 15px;
    position: relative;
}

    .navbar-nav .nav-item .nav-link {
        color: #cacaca;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        padding: 7px 6px;
        position: relative;
    }

.navbar-nav .dropdown-menu {
    position: relative !important;
    transform: translate(0px, 5px) !important;
    background: #025091;
    border: none;
    min-width: unset;
    width: 45px;
    padding: 0px;
    margin: 0px auto !important;
    text-align: center;
}

.navbar-nav .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #d9eeff;
    background-color: transparent;
}

.navbar-nav .dropdown-item {
    color: #fff;
    font-size: 13px;
    padding: .25rem 0rem;
}

.navbar-nav .dropdown-menu > li {
    border-bottom: solid 1px #3081b8;
}

.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    background: #ff6e00;
    border-radius: 10px;
    padding: 12px 18px;
    display: table;
    margin: 0px auto;
}

.navbar-nav .nav-item .nav-link img {
    max-width: 23px;
}

.navbar-nav .nav-item .nav-link svg {
    fill: #fff;
    width: 13px;
    height: auto;
}

.navbar-nav .nav-item.active .nav-link svg {
    fill: #000;
}

.user-img {
    border: solid 2px #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
    max-width: 38px;
}

.page-heading {
    display: inline-block;
}

    .page-heading h3 {
        margin: 0px;
        font-size: 18px;
        color: #000;
        display: inline-block;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        vertical-align: middle;
    }

        .page-heading h3 span {
            color: #8B8B8B;
        }

.search-main {
    float: right;
}

    .search-main * {
        /*display: inline-block;*/
        width: auto;
    }

.dropdown-toggle.notification-toggle {
    border: none;
    background: transparent;
    color: #7c7c7c;
    padding: 0;
}

.search-main .dropdown {
    display: inline;
}

.search-main .dropdown-toggle::after {
    display: none;
}

.search-main .dropdown-menu {
    min-width: 160px;
    padding-bottom: 0px;
    right: 0 !important;
    left: auto !important;
    transform: translate(0, 42px) !important;
}

.notification-item {
    padding: 10px;
    margin: 5px 10px 6px 10px;
    background: #f7f7f5;
    border-radius: 4px;
}

.notifications-wrapper .content {
    text-decoration: none;
}

    .notifications-wrapper .content:hover {
        color: #7c7c7c;
    }

.notification-item .item-title {
    font-size: 14px;
    color: #000;
    margin-bottom: 2px;
    padding-right: 18px;
}

.notification-heading .menu-title {
    color: #025091;
    font-size: 16px;
    display: inline-block;
    margin: 6px 0px 11px 0px;
}

.notification-heading {
    padding: 0px 10px;
}

.notification-item .item-info {
    margin: 0px;
    text-align: left;
    font-size: 12px;
}

.notification-footer {
    text-align: center;
}

    .notification-footer .menu-title {
        font-size: 14px;
        margin: 15px 0px;
    }

        .notification-footer .menu-title a {
            color: #000;
            text-decoration: none;
        }

            .notification-footer .menu-title a:hover {
                color: #025091;
            }

.notification-item svg {
    float: right;
    margin-top: 13px;
    margin-left: 10px;
    font-size: 12px;
    color: #cccaca;
}

.search-main > svg, .search-main > i {
    margin-right: 10px;
    color: #7c7c7c;
}

.search-main a {
    color: #7c7c7c;
}

    .search-main a > svg, .search-main a > i {
        margin-right: 0px;
    }

.search-main .btn-purple, .search-main .btn {
    color: white;
}

.accordianFix {
    overflow: scroll;
    overflow-x: hidden;
}

.search-wrap {
    position: relative;
    display: inline-block;
}

    .search-wrap > .form-control {
        padding-right: 30px;
        min-width: 450px;
        font-size: 13px;
        color: #a8a8a8;
    }

    .search-wrap > svg, .search-wrap > i {
        position: absolute;
        right: 10px;
        top: 12px;
        color: #d3d3d3;
        cursor: pointer;
        font-size: 14px;
    }

.top-right-icons {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 4px 12px;
    text-align: center;
    color: #000;
    margin-left: 5px;
}

    .top-right-icons svg {
        width: 14px;
    }

    .top-right-icons .dropdown svg {
        margin-top: 8px;
    }

.footer {
    position: relative;
    margin-top: 0;
}

.footer_home h6 {
    color: #9b9a9a;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.footer_home {
    margin-top: 0px;
    padding: 10px 0px;
}

.form-select, .form-control {
    background-color: #f3f3f3;
    border-radius: 5px;
    border: solid 1px #f0e5ee;
    font-size: 14px;
    line-height: 24px;
}

    .form-control:focus, .form-select:focus {
        border-color: none;
        box-shadow: none;
    }

.white-box {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    clear: both;
    padding: 10px 10px;
    box-shadow: 0 .01rem 0.5rem rgba(0, 0, 0, .07);
    border: solid 2px #f0f0f0;
}

    .white-box:hover {
        /*box-shadow: 1px 8px 8px rgba(0 0 0 / 15%);*/
    }

.search-main {
    float: right;
    display: flex;
    margin-bottom: 20px;
}

.mid-content {
    display: inline-block;
    width: 70%;
}

.right-bar {
    display: inline-block;
    vertical-align: top;
    width: 29%;
    margin-left: .55%;
}

.box-heading {
    margin: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
}

    .box-heading small {
        color: #707070;
    }

    .box-heading span {
        font-size: 10px;
        color: #256fec;
        /* background: #256fec; */
        width: 20px;
        height: 20px;
        display: inline-block;
        border-radius: 4px;
        text-align: center;
        margin-left: 5px;
        vertical-align: middle;
        border: solid 2px #3e7eeb;
    }

        .box-heading span:hover {
            color: #fff;
            background: #256fec;
        }

            .box-heading span:hover a {
                color: #fff;
            }

        .box-heading span a {
            line-height: 14px;
            vertical-align: top;
            color: #256fec;
            display: block;
        }

.graph-wrap {
    text-align: center;
}

.lingual-wrap {
    margin-bottom: 17px;
}

.contact-box-list {
    margin: 0px 0px 10px;
    padding: 0px;
    list-style: none;
    display: flex;
}

    .contact-box-list > li {
        margin: 0px 0.5%;
        padding: 12px;
        background: #f2f2f2;
        background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
        border-radius: 10px;
        width: 100%;
        text-align: left;
        color: #3f3f3f;
        position: relative;
        border: solid 1px #C2CEFC;
    }

        .contact-box-list > li.highlighted {
            background: #5E20BF;
        }

.contact-box-icon {
    color: #5a5a5a;
    text-align: center;
    margin: 0px auto;
    /* width: 50px; */
    /* height: 50px; */
    /* border-radius: 50%; */
    /* margin-top: -25px; */
    /* background: #246FED; */
    font-size: 18px;
    /* line-height: 44px; */
    position: absolute;
    right: 5px;
    top: 33%;
    background: #fff;
    border-radius: 8px;
    padding: 5px 8px;
}

.contact-box-list > li.highlighted .contact-box-icon {
    background: #5E20BF;
}

.contact-box-list > li.highlighted .last-date {
    color: #fff;
}

.last-date {
    color: #9E9E9E;
    display: none;
}

.box-count {
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    margin: 5px 0px 0px 0px;
}

.calls .contact-box-icon {
    color: #044ed7;
}

.duration .contact-box-icon {
    color: #ff6e00;
}

.positive .contact-box-icon {
    color: #00e600;
}

.negative .contact-box-icon {
    color: #f20404;
}

.internall_headcount li {
    padding: 12px;
}

.contact-box-list > li h3 {
    margin: 0px 0px 4px;
    font-size: 13px;
}

.greenDot {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #50C878;
}

.contact-graphs-main .box-heading {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px 0px 13px 0px;
}
.endpoint-list {
    /*overflow-y: scroll;*/
    /*height: 230px;*/
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.question-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .question-list > li.faq-field {
        background: #F5F5F5;
        border: solid 2px #E0E0E0;
        color: #000;
        display: flex;
    }

        .question-list > li.faq-field:hover {
            background: #F5F5F5;
            color: #000;
        }

        .question-list > li.faq-field .form-control {
            background: #F5F5F5;
            border: none;
        }

.faq-field-icon {
    line-height: 34px;
}

.question-list > li {
    margin: 0px 0px 7px;
    padding: 5px 10px 5px 5px;
    border: solid 2px #E2EDF9;
    border-radius: 4px;
}

    .question-list > li:hover {
        border: solid 2px #c3bdf8;
        background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
        color: #000;
    }

    .question-list > li a {
        color: #000;
        display: block;
    }

.question-list .list-text {
    display: inline-block;
    margin: 4px 0px 0px 0px;
    padding-left: 15px;
    width: 93%;
    vertical-align: top;
}

.question-list .list-icon {
    display: inline-block;
    color: #000;
    background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
    border: solid 1px #cedef2;
    border-radius: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    padding: 0px;
    box-shadow: none;
    font-size: 10px;
}

.question-list > li:hover .list-icon {
    background: #fff;
    color: #3A61F6;
}

.list-right-arrow {
    float: right;
    line-height: 30px;
}

.question-list.endpoint-list .list-text {
    margin: 3px 0px 0px;
    width: 70%;
}

.agent-chart .graph-wrap {
    margin-top: 0px;
}

.mid-content.full-content {
    width: 100%;
}

.chat-window {
    height: calc(100vh - 177px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 83px 20px 0;
    width: 100%;
}


.btn {
    border-radius: 4px;
}

.btn-sm {
    font-size: 13px;
    padding: .2rem 1.2rem;
}

.btn:hover {
    background: #d9eeff;
    color: #025091;
    border-color: #c8e6ff;
}

.btn-primary {
    color: #fff;
    background-color: #025091;
    border-color: #025091;
}

    .btn-primary:focus {
        color: #fff;
        background-color: #025091;
        border-color: #025091;
    }

.dropdown-toggle.notification-toggle {
    position: relative;
}

.notification {
    position: absolute;
    background: #ec3d3d;
    width: 6px;
    height: 6px;
    font-size: 10px;
    border-radius: 5px;
    right: 2px;
    top: 7px;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.white-box.banner-main {
    padding: 0px;
    background: transparent;
}

.banner-main img {
    width: 100%;
}

.carousel-indicators {
    margin-bottom: 0px;
}

.lingual-wrap #v-pills-tabContent {
    border-left: solid 1px #c4c4c4;
    width: 63%;
}

.lingual-wrap #v-pills-tab {
    min-width: 36%;
}

.lingual-wrap .nav-pills .nav-link {
    text-align: left;
    color: #000;
}

    .lingual-wrap .nav-pills .nav-link.active, .lingual-wrap .nav-pills .show > .nav-link {
        color: #5e20c0;
        background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
        border: solid 2px #C2CEFC;
    }

        .lingual-wrap .nav-pills .nav-link.active svg, .lingual-wrap .nav-pills .show > .nav-link svg {
            fill: #5e21c0;
        }

.language-list {
    padding: 0px;
    list-style: none;
    overflow-y: auto;
    margin: 0px 0px 0px 4%;
    display: inline-block;
    vertical-align: top;
    height: 197px;
}

    .language-list li {
        border: solid 2px #E2EDF9;
        border-radius: 4px;
        padding: 8px 44px 8px 16px;
        position: relative;
        display: inline-block;
        width: 48%;
        margin-bottom: 10px;
        margin-right: 7px;
    }

        .language-list li:hover {
            background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
            color: #000;
            border: solid 2px #C2CEFC;
        }

            .language-list li:hover svg, .language-list li:hover i {
                color: #6A6A6A;
            }

        .language-list li i, .language-list li svg {
            color: #5d5d5d;
            margin-right: 8px;
        }

.download-icon {
    position: absolute;
    right: 0;
    background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
    width: 35px;
    top: 0;
    text-align: center;
    height: 100%;
    line-height: 30px;
    font-size: 15px;
}

.language-list li .download-icon svg, .language-list li .download-icon i {
    margin-right: 0px;
    font-size: 12px;
}

.download-icon a {
    display: block;
}

.batch-list li:hover {
    background: #373737;
    color: #fff;
}

    .batch-list li:hover svg {
        fill: #fff;
    }

.batch-icon {
    margin-right: 7px;
}

    .batch-icon svg {
        width: 15px;
        margin-top: -2px;
    }

.endpoint-list .list-icon {
    border-radius: 5px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    padding: 0px;
    box-shadow: none;
    font-size: 10px;
}

.question-list.endpoint-list > li {
    border-bottom: solid 2px #E7ECFE;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    background: #fff;
    margin: 0;
    line-height: 24px;
}

    .question-list.endpoint-list > li:hover .list-icon {
        background: #5E20C0;
        color: #fff;
        border: solid 1px #5E20C0;
    }

    .question-list.endpoint-list > li:hover a {
        color: #000;
    }

.search-wrap.endpoint-search {
    margin-bottom: 10px;
    width: 100%;
}

    .search-wrap.endpoint-search > div {
        width: 100% !important;
    }

    .search-wrap.endpoint-search .form-control {
        border-radius: 4px;
        border: solid 2px #C5D0FC;
        min-width: unset;
        width: 100%;
    }

    .search-wrap.endpoint-search i, .search-wrap.endpoint-search svg {
        color: #000;
    }

.kb-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .kb-list > li {
        border: solid 1px #C2CEFC;
        margin: 0px 0px 4px;
        padding: 24px 20px;
        border-radius: 4px;
        width: 49%;
        display: inline-block;
        text-align: center;
        background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
    }
        /*.kb-list > li:hover {
  background: #3A61F6;
  color: #fff;
}*/
        /*.kb-list > li:hover > a {
  color: #fff;
}*/
        .kb-list > li * {
            display: inline-block;
        }

        .kb-list > li a {
            color: #000;
            display: block;
            text-decoration: none;
        }

.list-right-icons {
    float: none;
}

.kb-list .list-text {
    margin: 6px 0px 15px 0px;
    display: block !important;
}

.kb-icons {
    background: #fff;
    color: #707070;
    text-align: center;
    font-size: 13px;
    vertical-align: top;
    line-height: 22px;
    margin-left: 3px;
    border-radius: 3px;
    border: solid 1px #dcc6ff;
    padding: 1px 12px;
}

    .kb-icons > a {
        margin: 0px !important;
    }

.kb-list > li .kb-icons:hover {
    background: #fff;
    color: #5e20c0;
    cursor: pointer;
}

.kb-list > li svg {
    fill: #060a3d;
}

.faq-main .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #3a61f6;
    box-shadow: none;
}

.faq-main .accordion-button {
    box-shadow: none;
}
/*b css*/
.faq-main .accordion-body {
    padding: 15px;
}

.faq-main .accordion-collapse {
    background: #f1f1f1;
}

.right-panel-endpoint {
    /*box-shadow: -5px 0 10px rgb(0 0 0 / 10%);*/
}

.left-panel-endpoint {
    border: none !important;
}

.left-panel-endpoint {
    box-shadow: rgba(0, 0, 0, 0.14) 2px 0px 21px 5px;
}

.left-panel-batch .accordion-button > span {
    display: none !important;
}

.no-words {
    text-align: center;
}

    .no-words p {
        margin: 10px 0px 0px;
    }

header.App-header > div {
    width: 100% !important;
}

.sc-fFGjHI {
    min-height: 35px !important;
}

.sc-dicizt {
    height: 35px !important;
}

.white-box.kb-main {
    min-height: 369px;
}

.right-panel-endpoint h2 > span > svg {
    margin-right: 5px;
    vertical-align: top;
    height: 17px;
}

.scrollable-content {
    height: 350px;
    overflow-y: auto;
}

    .scrollable-content .full-area {
        width: 94%;
        text-align: left;
    }
/*bot css*/
.white-box.chat-main {
    padding: 0px;
}

.scoutbot {
    width: 120px;
    animation: up-down 7.5s infinite ease-in-out;
    transition: all .2s ease-in-out;
}

    .scoutbot:hover {
        opacity: 1;
        left: 130%;
        scale: 1.1;
        transition-property: left, top, opacity;
        transition-duration: 0.7s, 0.7s, 0.15s;
        transition-timing-function: ease;
        transition: all .2s ease-in-out;
        transform: scale(1.1);
    }

.modal-backdrop {
    opacity: 0.7 !important;
}

@keyframes up-down {
    0% {
        transform: translate(0);
    }

    12.5% {
        transform: translate(0, 5%);
    }

    25% {
        transform: translate(0);
    }

    37.5% {
        transform: translate(0, 5%);
    }

    50% {
        transform: translate(0);
    }

    62.5% {
        transform: translate(0, 5%);
    }

    75% {
        transform: translate(0);
    }

    87.5% {
        transform: translate(0, 5%);
    }

    100% {
        transform: translate(0);
    }
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.botSubject, .messages, .showBotSubject .botIconContainer, .showMessenger .botIconContainer {
    display: none;
}

.Messenger_prompt img {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    margin: 8px;
}

.botIcon .Messages, .botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: transparent;
    border-radius: 10px;
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    opacity: 0;
    pointer-events: auto;
    position: relative;
    /*  -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
  -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
  transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;*/
}

.botIcon .Layout-open {
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    height: calc(100vh - 170px);
    max-height: 100vh;
    min-height: 300px;
}

.botIcon {
    box-shadow: rgba(0, 0, 0, 0.14) 2px 0px 21px 4px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
    right: 1rem;
}

.botIcon .Layout-mobile {
    bottom: 10px
}

    .botIcon .Layout-mobile.Layout-open {
        min-width: calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .botIcon .Layout-mobile.Layout-expand {
        border-radius: 0 !important;
        bottom: 0;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
    }

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header, .botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #020749;
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 40px;
}

    .botIcon .Messenger_header h4 {
        -webkit-animation: slidein .15s .3s;
        -ms-animation: slidein .15s .3s;
        animation: slidein .15s .3s;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        font-size: 16px;
        opacity: 0;
    }

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;*/
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 20px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 78px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon, .botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .botIcon .Input-emoji .Input_button-emoji .Icon path, .botIcon .Input_button:hover .Icon path {
        fill: #2c2c46;
    }

.file_icon {
    width: 11px;
    margin-right: 10px;
}


.Icon svg {
    height: auto;
    width: 80%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .msg.user {
        -webkit-box-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .msg + .msg {
        margin-top: 15px;
    }

span.responsText {
    color: #000;
    font-size: 13px;
    background: #e9f5fe;
    border-radius: 8px;
    padding: 6px 19px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 36px;
}

    span.avtr figure {
        background-color: #ccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        display: block;
        margin: 0;
        padding-bottom: 100%;
    }




/*css bp*/
.form-container {
    align-items: start;
    position: relative;
}

.form-container, .form-container-dashboard {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    margin: 0 auto;
}

.left-panel-endpoint, .left-panel-endpoint ul {
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
}

.left-panel-endpoint {
    align-items: flex-start;
    background: #fff;
    border-right: 2px solid #dadada;
    height: calc(100vh - 115px);
    justify-content: inherit;
    padding-bottom: 39px;
    text-align: center;
    width: 30%;
}

.left-panel-endpoint {
    box-shadow: rgba(0, 0, 0, 0.14) 2px 0px 21px 5px;
}

.left-panel-endpoint {
    border: none !important;
}

    .left-panel h2, .left-panel-batch h2, .left-panel-endpoint h2 {
        align-items: center;
        background: #fff;
        border-bottom: 0px solid #ccc;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: flex;
        font-size: 15px;
        justify-content: space-between;
        margin-top: -12px;
        padding: 9px 18px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 99;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
    }

.box-heading2 {
    align-items: center;
    background: #fff;
    border-bottom: 0px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    font-size: 15px;
    justify-content: space-between;
    margin-top: -12px;
    padding: 9px 18px;
    position: -webkit-sticky;
    /*width: 105%;*/
    z-index: 99;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    margin: -9px -10px 11px;
    border-radius: 7px 7px 0px 0px;
}

.left-panel-endpoint > ul {
    margin: 15px 0 0;
    padding: 0 15px;
    width: 100%;
}

.left-panel-endpoint ul li a {
    color: #585858;
    font-size: 12px;
    font-weight: 500;
}
.ata-nav-link {
    display: block;
    width: 100%;
}

.left-panel-endpoint ul li.active, .left-panel-endpoint ul li:hover {
    background: transparent linear-gradient(309deg, #E0EDF9 0%, #F3F0FC 100%) 0% 0%;
    color: #000;
}

.left-panel-endpoint ul li {
    align-items: center;
    background: #fff;
    border: 1px solid #c2cefc;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: space-between;
    margin: 0 0 5px;
    padding: 6px 4px;
    text-align: left;
}

.right-panel-endpoint {
    height: calc(100vh - 114px) !important;
    overflow: auto;
    padding: 0;
    position: relative;
    width: 76%;
    margin-top:-1px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.14);
}

    .right-panel > h2, .right-panel-endpoint > h2 {
        top: 0;
    }

    .right-panel > h2, .right-panel-dashboard > h2, .right-panel-endpoint > h2 {
        align-items: center;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .2);
        display: flex;
        font-size: 17px;
        height: 37px;
        justify-content: space-between;
        margin-top: -70px;
        padding: 0 10px;
        position: -webkit-sticky;
        position: sticky;
        width: 100%;
        font-family: 'Oswald', sans-serif;
    }

.chat-window {
    height: calc(100vh - 89px);
    overflow-x: hidden;
    /*overflow-y: auto;*/
    padding: 73px 10px 0;
    width: 100%;
}

h2.bot-fix-left {
    bottom: -6px;
    height: 56px;
    position: absolute !important;
    top: auto !important;
}
.right-panel-endpoint h1{
    font-size:18px;
}

.right-panel-endpoint h2, .right-panel-endpoint h3, .right-panel-endpoint h4, .right-panel-endpoint h5 {
    font-size: 16px;
}

.right-panel > h2, .right-panel-dashboard > h2, .right-panel-endpoint > h2 {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    display: flex;
    font-size: 15px;
    height: 37px;
    justify-content: space-between;
    margin-top: -70px;
    padding: 0 10px;
    position: -webkit-sticky;
    position: sticky;
    width: 100%;
    z-index: 100;
    font-weight: 500;
}

.bot {
    align-items: flex-start;
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 5px;
    padding: 10px;
    width: 100%;
}

.botimage {
    padding-right: 5px;
}

.amber-btn {
    color: #ff6e00;
}

#loaderImage {
    position: absolute; /* Optional: position it as needed */
    top: 20%;
    right: 2%;
}

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.hide
{
    display:none;
}

.scroll-hide{
    overflow-y:hidden;
}

/* From Uiverse.io by alexruix */
.loader {
    width: 48px;
    height: 48px;
    margin: auto;
    position: relative;
    top:44%;
}

    .loader:before {
        content: '';
        width: 48px;
        height: 5px;
        background: #f9bd8f;
        position: absolute;
        top: 60px;
        left: 0;
        border-radius: 50%;
        animation: shadow324 0.5s linear infinite;
    }

    .loader:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #ff6e00;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 4px;
        animation: jump7456 0.5s linear infinite;
    }

@keyframes jump7456 {
    15% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow324 {

    0%, 100% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1);
    }
}

/*css chart*/
#container {
    height: 213px;
    width: 100%;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*css end */

/*wordcloud*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

#container2, #container9 {
    height: 195px;
    width: 240px;
}

#chrtwordcloud {
    height: 195px;
}


.mic_icon {
    position: absolute;
    right: 50px;
    top: 16px;
    font-size: 18px;
}

.highcharts-data-table table {
    /*font-family: Verdana, sans-serif;*/
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/*end*/
.apexcharts-legend-marker {
    width: 8px !important;
    height: 8px !important;
}

.white-box .nav-tabs .nav-link {
    padding: 4px !important;
    color: #5c5c5c;
    font-size: 11px;
}

.white-box h6 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

.ex-h {
    padding-bottom: 44px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
}

.semi-height {
    padding: 20px 40px;
}

.average_switch .nav-link {
    border: 1px solid #044ed7 !important;
    border-radius: 0 !important;
    font-size: 10px !important;
    padding: 3px 5px;
}

    .average_switch .nav-link.active {
        background-color: #044ed7 !important;
    }

.height-30vh {
    height: 30vh;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .height-30vh li {
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        list-style: inside;
    }

.main-blue-tab ul {
    background: #c8d7f7;
    border-radius: 5px;
    padding-top: 5px;
    padding-left: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

    .main-blue-tab ul .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        margin-top: 7px;
        margin-left: 5px;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }


    .main-blue-tab ul li .nav-link {
        color: #000;
    }

.main-blue-tab .active {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.highlight_box {
    background: transparent linear-gradient(309deg, #044ed7ad 0%, #eeeeee 100%) 0% 0% !important;
}
/*vin css*/
.overall-summary {
    background-color: #dffcff;
}

div.accordion h2.accordion-header {
    margin: 0px;
    padding: 0px;
}

div.accordion {
    width: 100%;
    margin-top: 16px;
}

.accordion .accordion-body {
    text-align: left;
    padding: 10px 0px;
}

    .accordion .accordion-body ul {
        margin: 0px;
        padding: 0px;
    }

.accordion-button:focus {
    outline: none;
    border: none;
}

.btn-chart-box button {
    background: #fafafa;
    background: #ffffff;
    border-radius: 3px;
    margin: 0px 1px;
    color: #1f1f1f;
    padding: 6px 6px;
    border-color: #ccc;
    font-size: 12px;
    font-weight: 500;
}

    .btn-chart-box button.active {
        background: #f2e9fe;
        border-radius: 3px;
        margin: 0px 1px;
        color: #000000;
        padding: 6px 6px;
        border-color: #a685d2;
    }

    .btn-chart-box button.btn-primary:focus {
        color: #000;
        background-color: #f2e9fe;
        border-color: #a685d2;
    }

.btn-chart-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #411482;
}

.tab-content h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--bs-font-sans-serif);
    font-weight: 600;
}

.tab-content .badge {
    font-weight: 400;
}

.main-blue-tab .nav-link {
    padding: .5rem;
}

.tooltip-inner {
    word-wrap: break-word;
    white-space: pre-line;
    font-size: 12px;
}

.bg-primary {
    background-color: #044ed7 !important;
}

/*end vin css*/


/*tickets css*/
.min-height-right {
    min-height: 64vh;
}

.text-left {
    text-align: left !important;
}

.response_gauge {
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 15px;
}

.ticket-details {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .ticket-details li {
        font-weight: 600;
        width: 31%;
        margin: 3px 5px;
        padding: 4px 7px;
        border: solid 1px #e0e0e0;
        border-radius: 4px;
        /* font-family: "oswald"; */
        font-size: 12px;
    }

        .ticket-details li span {
            font-weight: 400;
            padding-left: 10px;
        }

.response-li li {
    font-weight: 400;
}

.text-500 {
    font-weight: 500;
}

/*tickets css end*/

/*timeline css*/
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }
/*timeline css end*/
.heading-font {
    font-family: 'Oswald', sans-serif !important
}

.eye-button {
    position: absolute;
    right: 17px;
}




.white-box hr {
    border: solid 1px #b2b0b0;
    margin-top: .5rem;
    margin-bottom: 0;
}

.fa-music {
    font-size: 8px;
}

.accordion-button {
    padding: .6rem;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
}

.title-audio {
    font-family: var(--bs-font-sans-serif);
    font-size: 11px;
}

.play-btn {
    background: #044ed7;
    border: 0;
    border-radius: 100px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 8px;
    color: #fff;
}

.play-btn {
    margin-left: 5px
}

/*vin on page css*/


.accordion-button:focus {
    outline: none;
    border: none;
}

.btn-chart-box button {
    background: #fafafa;
    background: #ffffff;
    border-radius: 3px;
    margin: 0px 1px;
    color: #1f1f1f;
    padding: 6px 6px;
    border-color: #ccc;
    font-size: 12px;
    font-weight: 500;
}

    .btn-chart-box button.active {
        background: #f2e9fe;
        border-radius: 3px;
        margin: 0px 1px;
        color: #000000;
        padding: 6px 6px;
        border-color: #a685d2;
    }

    .btn-chart-box button.btn-primary:focus {
        color: #000;
        background-color: #f2e9fe;
        border-color: #a685d2;
    }

.btn-chart-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #060a3d;
}

#container3 {
    height: 195px;
    width: 240px;
}
/*end*/

.modal-body p.transcripteven, .modal-body p.transcriptodd {
    color: #444;
    font-size: 13px;
    line-height: 24px;
    padding: 5px 6px;
}

.modal-body p.transcripteven {
    background: #dadada;
    margin: 1px 10px;
}

p.transcriptodd {
    background: #fff;
    margin: 0 10px;
    padding: 5px 6px;
}


/*upload widget*/
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 40px;
}

    .file-upload-wrapper:after {
        content: attr(data-text);
        font-size: 16px;
        position: absolute;
        top: 0;
        left: 0;
        background: #fff;
        padding: 10px 15px;
        display: block;
        width: calc(100% - 40px);
        pointer-events: none;
        z-index: 20;
        height: 40px;
        line-height: 20px;
        color: #999;
        border-radius: 5px 10px 10px 5px;
        font-weight: 300;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .file-upload-wrapper:before {
        content: "Choose Files";
        position: absolute;
        top: 0;
        right: 0;
        display: inline-block;
        height: 40px;
        background: #4daf7c;
        color: #fff;
        font-weight: 400;
        z-index: 25;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        pointer-events: none;
        border-radius: 0 5px 5px 0;
    }

    .file-upload-wrapper:hover:before {
        background: #3d8c63;
    }

    .file-upload-wrapper input {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        height: 40px;
        margin: 0;
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }

.sprucecss {
    align-items: flex-start;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.05);
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}

    .sprucecss img {
        height: 1.5rem;
        width: auto;
    }
/*end upload*/

.analyse_n a, .analyse_n button {
    color: #0d6efd !important;
    font-weight: 500;
}

    .analyse_n a:hover, .analyse_n button:hover {
        color: #fff !important;
        background: #0d6efd;
    }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*speedometer*/
.highcharts-figure,
.highcharts-data-table table {
    min-width: 100%;
    max-width: 500px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}

.highcharts-credits {
    display: none;
}

.tcd-magic {
    width: 100%;
    height: 80vh;
}

.spinner-border {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50% !important;
}



@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}
/*bot css end*/
.svg-inline--fa {
    height: 1em;
    /*height: 1em;*/
}
/********* CSS Ends Here **********/ ::-webkit-scrollbar {
    height: 12px;
    width: 6px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: #0262b2;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #000;
}

.botIcon .Input_button-send.mic-btn {
    right: 50px;
}

.mic-btn .Icon svg {
    width: 55%;
    margin-top: 2px;
    vertical-align: top;
}
/********* bot Ends Here **********/
.cwXBLU .wrapper:hover {
    box-shadow: none;
}

.right-panel-dashboard .language-list {
    height: auto;
}

#itxPopup .modal-dialog {
    max-width: 900px;
}

.scrollable-content .chat-window {
    overflow-y: visible;
    padding-top: 0px;
    overflow-x: visible;
}

@media (max-width:1200px) {
    .question-list .list-text {
        width: 92%;
    }

    .question-list.endpoint-list .list-text {
        width: 83%;
        padding-left: 8px;
    }

    .batch-list {
        width: 43%;
    }

    .language-list {
        width: 51%;
    }

    .lingual-wrap {
        clear: both;
    }

    .language-list li {
        width: 78%;
        margin-bottom: 6px;
    }

    .box-heading {
        font-size: 19px;
    }

    #content {
        padding: 8px 12px;
    }
}

@media (max-width:1023px) {
    #wrapper {
        margin: 14px auto;
        width: 97%;
    }

    .search-wrap > .form-control {
        min-width: 220px;
    }

    .page-heading h3 {
        font-size: 19px;
    }

    .box-heading {
        font-size: 18px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
    }

    .box-count {
        font-size: 23px;
    }

    .last-date {
        font-size: 12px;
    }

    .contact-box-list > li h3 {
        font-size: 17px;
    }

    .mid-content {
        width: 60.5%;
    }

    .right-bar {
        width: 37.5%;
    }

    .distri-chart .box-heading, .agent-chart .box-heading {
        font-size: 14px;
    }

    .language-list li {
        width: 100%;
        margin-bottom: 7px;
    }

    .batch-list li {
        max-width: 97%;
    }

    .kb-icons {
        width: 21px;
        font-size: 10px;
        height: 23px;
        line-height: 24px;
        margin-left: 1px;
    }

    .kb-list > li {
        padding: 10px 8px;
    }

    .box-heading span {
        font-size: 13px;
        width: 20px;
        height: 20px;
        margin-left: 3px;
    }

        .box-heading span a {
            line-height: 18px;
        }

    .question-list .list-text {
        width: 87%;
        margin: 0px;
    }

    .question-list.endpoint-list .list-text {
        width: 78%;
    }

    .endpoint-list .list-icon {
        width: 25px;
        height: 26px;
        line-height: 24px;
        font-size: 12px;
    }

    .batch-list {
        border-right: none;
        border-bottom: solid 1px #c4c4c4;
        width: 100%;
        margin-bottom: 20px;
    }

    .language-list {
        margin: 0px;
        width: 100%;
    }
}

@media (min-width:1023px) {
}

@media (max-width:767px) {
    .mid-content, .right-bar {
        width: 100%;
    }

    .sidebar {
        width: 14%;
    }

    #content {
        width: 85%;
    }

    .search-wrap > .form-control {
        min-width: unset;
        width: 143px;
    }

    .search-main {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .box-heading {
        font-size: 16px;
    }

    .contact-box-list {
        display: block;
        margin-bottom: 0px;
    }

        .contact-box-list > li {
            margin: 0px 0.5% 40px;
            width: 48%;
            display: inline-block;
        }

    .question-list .list-text {
        width: 82%;
    }

    .logo img {
        max-width: 34px;
    }

    .contact-box-list > li:nth-child(3), .contact-box-list > li:nth-child(4) {
        margin-bottom: 25px;
    }

    .distri-chart .box-heading, .agent-chart .box-heading {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .lingual-wrap #v-pills-tab {
        min-width: 106%;
    }

    .lingual-wrap .d-flex.align-items-start {
        display: block !important;
    }

    .lingual-wrap #v-pills-tabContent {
        border-top: solid 1px #c4c4c4;
        border-left: none;
        padding-top: 20px;
        margin-top: 10px;
        width: 100%;
    }

    .language-list {
        width: 100%;
        overflow-y: unset;
    }

    .white-box.kb-main {
        min-height: unset;
    }

    .lingual-wrap .nav-pills .nav-link {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 94%;
    }
}

@media (max-width:480px) {
}

/*Login Page CSS*/

.login-page #content {
    padding: 0px;
    width: 100%;
    border-radius: 24px 15px 15px 15px;
    overflow: hidden;
    min-height: 81vh;
    display: flex;
}

.login-form-main .form-group label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.login-form-main .form-group {
    margin-bottom: 14px;
}

.login-conent-main {
    display: flex;
    height: 100%;
    width: 100%;
}

.login-img-wrap {
    display: inline-block;
    width: 45%;
    position: relative;
    background: url("../images/login-img.png") no-repeat left top;
}

.login-hcl-logo {
    position: absolute;
    top: 25px;
    left: 25px;
}

    .login-hcl-logo img {
        max-width: 66px;
        margin-left: 42px;
    }

.login-img-wrap img {
    width: 100%;
}

.login-form-main {
    display: inline-block;
    vertical-align: top;
    width: 54%;
    position: relative;
}

.login-inner {
    position: relative;
    padding: 8% 11% 3% 11%;
}

    .login-inner .content-heading {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0px;
    }

        .login-inner .content-heading h3 {
            font-size: 30px;
            color: #5f23bf;
            font-weight: 500;
        }

.login-descp {
    font-size: 15px;
    color: #979798;
    line-height: 22px;
    margin: 19px 0px 29px 0px;
}

.forget-pass-right {
    float: right;
}

    .forget-pass-right a {
        color: #8c8c8c;
        text-decoration: none;
    }

        .forget-pass-right a:hover {
            color: #575656;
            text-decoration: underline;
        }


.reg-main a {
    color: #8c8c8c;
    text-decoration: none;
    margin-right: 15px;
    padding-right: 15px;
    border-right: solid 1px #ccc;
}

    .reg-main a:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: none;
    }

    .reg-main a:hover {
        color: #575656;
        text-decoration: underline;
    }

/*Login Page CSS*/
/********* CSS Ends Here **********/
