body{
    height: max-content !important;
}

.botxpert-logo {
    width: 110px;
}

.height-calc {
    height: calc(100vh - 80px);
}

.height-custom {
    height: calc(100vh - 110px);
    padding: 1rem;
    padding-bottom: 4.5rem;
    overflow-y: auto;
    overflow-x: hidden;
}

.height-custom::-webkit-scrollbar{
    display: none;
}

.img-container {
    width: 400px;
}

/* custom scrollbar css */

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9ca3ba;
}

.multi-line-truncate {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.border-dashed {
    border: 2px dashed #d9d9d9 !important;
}

.modal-content-height {
    height: 340px !important;
    overflow-y: auto;
}

.dropdown-toggle.chevron-none::after {
    display: none;
    margin-left: 0 !important;
    vertical-align: 0 !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
}

.hand-tool {
    cursor: pointer;
}

.question-tool {
    cursor: help;
}

.check-cards .card {
    border-radius: 0 !important;
    border-bottom: 0 !important;
}

.check-cards .card:first-of-type {
    border-top-left-radius: 0.35rem !important;
    border-top-right-radius: 0.35rem !important;
}

.check-cards .card:last-of-type {
    border-bottom-left-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.175) !important;
}

.h-400p {
    height: 260px;
}

.register-top-right {
    top: 0.75rem;
    right: 0.75rem;
}

.tx-12 {
    font-size: 12px;
}

.tx-10 {
    font-size: 10px;
}

.logo-container {
    height: 40px;
    width: 40px;
}

.form-select.country-select {
    width: 70px;
}

.custom-card-height {
    height: 32rem;
}

.pulse {
    animation: pulse 1.3s 5;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.458);
    }

    70% {
        box-shadow: 0 0 8px 8px rgba(0, 255, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
    }
}

.notiflix-notify{
    overflow: hidden !important;
    border-color: inherit;
}

[id^=NotiflixNotifyWrap]>div>.nx-message-icon{
    height: 20px !important;
    width: 20px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-with-icon{
    width: calc(100% - 26px) !important;
    margin: 0 0 0 26px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button{
    height: 14px !important;
    width: 14px !important;
    right: 18px !important;
}

[id^=NotiflixNotifyWrap]>div.nx-with-close-button {
    padding: 18px 36px 18px 18px
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button>svg{
    height: 10px !important;
    width: 10px !important;
}

[id^=NotiflixNotifyWrap]>div>span.nx-close-button>svg path{
    fill: currentColor;
}

[id^=NotiflixNotifyWrap]>div.nx-with-icon{
    min-height: 40px !important;
}

[id^=NotiflixNotifyWrap]>.notiflix-notify-success>.nx-message-icon path{
    fill: #7FE1BA;
}
[id^=NotiflixNotifyWrap]>.notiflix-notify-failure>.nx-message-icon path{
    fill: #FA0E0E;
}
[id^=NotiflixNotifyWrap]>.notiflix-notify-warning>.nx-message-icon path{
    fill: #f1d34c;
}
[id^=NotiflixNotifyWrap]>.notiflix-notify-info>.nx-message-icon path{
    fill: #50A5F1;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]{
    padding: 0.875rem !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>h5{
    padding: 0px !important;
    border-bottom: 0px !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-head"]>div{
    margin: 10px 0 20px !important;
    font-size: 0.8rem !important;
    text-wrap: pretty;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:hover{
    box-shadow: none !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:first-of-type:hover{
    background: #4c49d9 !important;
}

[id^=NotiflixConfirmWrap]>div[class*="notiflix-delete-content"]>div[class*="notiflix-delete-buttons"]>a:first-of-type:hover{
    background: #bc1111 !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a:last-of-type:hover{
    background: #c9cccf !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]{
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    justify-content: space-between !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a.nx-confirm-button-ok,
[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a.nx-confirm-button-cancel{
    margin: 0px !important;
}

[id^=NotiflixConfirmWrap]>div[class*="-content"]>div[class*="-buttons"]>a{
    width: calc(50% - 0.375rem);
}

.wd-200 {
    max-width: 200px !important;
}

.litepicker .container__months {
    flex-wrap: nowrap !important;
}

.bg-1 {
    background-color: #C4BBF9;
}

.bg-2 {
    background-color: #CCF6BB;
}

.bg-3 {
    background-color: #B0ECFC;
}

.bg-4 {
    background-color: #FFC37E;
}


.custom-card-1 {
    color: #857ac1;
    /* border: 1px solid #857ac1 !important; */
}

.custom-card-2 {
    color: #82d862;
    /* border: 1px solid #82d862 !important; */

}

.custom-card-3 {
    color: #60c1dc;
    /* border: 1px solid #60c1dc !important; */

}

.custom-card-4 {
    color: #eead61;
    /* border: 1px solid #eead61 !important; */

}

.custom-shadow {
    box-shadow: 3px 3px 6px #e7e7e9;
    border: none !important;
}

.credits-data {
    position: absolute;
    left: 10px !important;
    top: 80px !important;
    --bs-dropdown-min-width: 15rem;
}

.apexcharts-toolbar {
    display: none !important;
}

.custom-card {
    overflow: hidden;
    padding-inline: 0px !important;
}

.kpi-img {
    position: absolute;
    color: #ced4da !important;
}

.kpi-img01,
.kpi-img04 {
    right: -30px;
    bottom: -28px;
}

.kpi-img02,
.kpi-img03 {
    right: -30px;
    bottom: -37px;
}

.apexcharts-yaxis-title {
    display: none !important;
}

.logout {
    padding: 0.5rem 1.5rem;
}

.card-custom:hover {
    border-color: #24272A !important;
    transition: all 250ms ease-in-out !important;
}

.custom-list-style {
    list-style: disc;
}

/* Custom button */

/* custom button v2 */
.custom-button2 {
    /* background-color: #4E4D4F !important; */
    --border_radius: 6px;
    --transtion: 0.3s ease-in-out;
    --offset: 2px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transform-origin: center;
    padding: 0.375rem 0.8rem;
    background-color: transparent;
    border: none;
    border-radius: var(--border_radius);
    /* transform: scale(calc(1 + (var(--active, 0) * 0.1))); */
    transition: transform var(--transtion);
}

.custom-button2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 0;
    background-color: var(--black-700);
    border-radius: var(--border_radius);
    /* box-shadow: inset 0 0.5px hsl(0, 0%, 100%), inset 0 -1px 2px 0 hsl(0, 0%, 0%),
      0px 4px 10px -4px hsla(0 0% 0% / calc(1 - var(--active, 0))),
      0 0 0 calc(var(--active, 0) * 0.375rem) hsl(260 97% 50% / 0.75); */
    transition: all var(--transtion);
    z-index: 0;
}

.custom-button2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-image: linear-gradient(144deg, #FF6B00 60%, #ff974c);
    background-position: top;
    opacity: var(--active, 0);
    border-radius: var(--border_radius);
    transition: opacity var(--transtion);
    z-index: 2;
}

.custom-button2 {
    --active: 1;
}

.custom-button2:active {
    transform: scale(1);
}

.custom-button2 .dots_border {
    --size_border: calc(100% + 2px);
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--size_border);
    height: var(--size_border);
    background-color: transparent;
    border-radius: var(--border_radius);
    z-index: -10;
}

.custom-button2 .dots_border::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left;
    transform: rotate(0deg);
    width: 100%;
    height: 2rem;
    background-color: white;
    mask: linear-gradient(transparent 0%, white 120%);
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

.custom-button2 .sparkle {
    position: relative;
    z-index: 10;
    width: 1.4rem;
}

.custom-button2 .sparkle .path {
    fill: currentColor;
    stroke: currentColor;

    transform-origin: center;

    color: hsl(0, 0%, 100%);
}

.custom-button2 .sparkle .path {
    animation: path 1.5s linear 0.5s infinite;
}

.custom-button2 .sparkle .path:nth-child(1) {
    --scale_path_1: 1.2;
}

.custom-button2 .sparkle .path:nth-child(2) {
    --scale_path_2: 1.2;
}

.custom-button2 .sparkle .path:nth-child(3) {
    --scale_path_3: 1.2;
}

@keyframes path {

    0%,
    34%,
    71%,
    100% {
        transform: scale(1);
    }

    17% {
        transform: scale(var(--scale_path_1, 1));
    }

    49% {
        transform: scale(var(--scale_path_2, 1));
    }

    83% {
        transform: scale(var(--scale_path_3, 1));
    }
}

.custom-button2 .text_button {
    z-index: 10;
    font-weight: normal !important;
}

.marquee-slide{
    width: 300px !important;
}

.js-marquee{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-right: 1rem !important;
}

.dropdown-toggle.chevron-none::after {
    display: none;
    margin-left: 0 !important;
    vertical-align: 0 !important;
    content: "";
    border-top: 0 !important;
    border-right: 0 !important;
    border-bottom: 0;
    border-left: 0 !important;
}

/* CUSTOM CSS */

.download-icon,
.copy-icon{
    color: var(--bs-secondary-color);
    transition: all 0.3s ease-in-out;
    will-change: color;
}

.download-icon:hover,
.copy-icon:hover{
    color: #24272A;
}

.simplebar-track.simplebar-vertical{
    width: 9px !important;
}

.simplebar-track.simplebar-horizontal{
    height: 9px !important;
}

.simplebar-scrollbar:before{
    background-color: rgba(var(--bs-primary-rgb), 0.8);
}

.update-btn{
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.top-nav.navbar-nav .nav-item .nav-link{
    font-size: 0.775rem;
    padding: 1rem 1.2rem;
    background: transparent;
    color: var(--bs-primary) !important;
    /* border-radius: 0.35rem; */
}

.top-nav.navbar-nav .nav-item .nav-link::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    width: 0;
    border-radius: 0.375rem;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.top-nav.navbar-nav .nav-item .nav-link:hover::after{
    background-color: #FF6B00;
    width: 40%;
}

.top-nav.navbar-nav .nav-item .nav-link.active{
    background: rgba(255, 107, 0, 0.075) !important;
    color: #FF6B00 !important;
}

.top-nav.navbar-nav .nav-item .nav-link.active::after{
    background-color: #FF6B00;
    width: 40%;
}

.menu-items .item .nav-link.sublink{
    position: relative;
}

.menu-items .item .nav-link.sublink:hover{
    background: rgba(36, 39, 42, 0.075) !important;
    color: #24272A!important;
}

.menu-items .item .nav-link.sublink::after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 18px;
    width: 3px;
    border-radius: 0.375rem;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    will-change: color;
}

.menu-items .item .nav-link.sublink:hover::after{
    background-color: #24272A;
}

.menu-items .item .nav-link.sublink.active{
    background: rgba(36, 39, 42, 0.075) !important;
    color: #24272A !important;
}

.menu-items .item .nav-link.sublink.active::after{
    background-color: #24272A;
}

.nav-item {
    position: relative;
}

.main.main-wo-side {
    left: 0px;
    width: calc(100% - 0px);
}

.text-primary {
    color: #FF6B00 !important;
}

.border-primary-dashed {
    border: 1px dashed #ced4da !important;
}

.nav-underline .nav-link.active {
    color: #FF6B00 !important;
    font-weight: 600 !important;
}

.bg-subtle-primary {
    background-color: #fcebe0;
}

.progress {
    height: 6px !important;
}

/* WebKit Scrollbar Styling */
.table-responsive::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

/* Track */
.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

/* Handle */
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

/* Handle on hover */
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.report {
    height: 60vh;
    overflow-y: scroll;
}

.card-gradient {
  position: relative;
  color: #24272A;
  background: #fafafa;
  border-radius: 14px;
}

.bg {
  position: absolute;
  z-index: -1;
  inset: -2px;
  border-radius: 16px;
  overflow: hidden;
}

.uwu {
  filter: blur(2px);
  transition: filter 0.3s;
}

.bg::before {
  content: '';
  position: absolute;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  min-width: 150%;
  min-height: 150%;
  background-image: conic-gradient(
    hsl(25.18, 100%, 80%),
    hsl(25.18, 100%, 90%),
    hsl(25.18, 100%, 100%),
    hsl(25.18, 100%, 80%),
    hsl(25.18, 100%, 90%),
    hsl(25.18, 100%, 100%)
  );
  animation: spin 4s linear infinite;
  transform-origin: 0% 0%;
  transform: rotate(0deg) translate(-50%, -50%);
}

@keyframes spin {
  from {
    transform: rotate(0deg) translate(-50%, -50%);
  }

  to {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}

.content{
    position: relative;
    padding: 1rem;
}

.chat__text .sparkle {
    position: relative;
    z-index: 10;
    width: 1.4rem;
}

.chat__text .sparkle .path {
    fill: currentColor;
    stroke: currentColor;
    transform-origin: center;
    color: hsl(25.18, 100%, 50%);
}

.chat__text .sparkle .path {
    animation: path 1.5s linear 0.5s infinite;
}

.chat__text .sparkle .path:nth-child(1) {
    --scale_path_1: 1.2;
}

.chat__text .sparkle .path:nth-child(2) {
    --scale_path_2: 1.2;
    color: #24272A;
}

.chat__text .sparkle .path:nth-child(3) {
    --scale_path_3: 1.2;
}

@keyframes path {

    0%,
    34%,
    71%,
    100% {
        transform: scale(1);
    }

    17% {
        transform: scale(var(--scale_path_1, 1));
    }

    49% {
        transform: scale(var(--scale_path_2, 1));
    }

    83% {
        transform: scale(var(--scale_path_3, 1));
    }
}

.info-card p{
    font-size: 0.7rem;
}

.ticket-type{
    padding: 3px 4px;
    font-size: 0.675rem;
    background: #24272A;
    color: #fff;
    width: fit-content;
    border-radius: 4px;
}

.card-stretch{
    height: calc(100% - 1rem);
}

.fs-8{
    font-size: 0.5rem;
}

.fs-9{
    font-size: 0.563rem;
}

.fs-10{
    font-size: 0.625rem;
}

.fs-11{
    font-size: 0.688rem;
}

#successPlayer{
    width: 140px;
    height: 140px;
}

#failurePlayer{
    width: 100px;
    height: 100px;
}

#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.sidebar.close .menu-content .info-card {
    display: none !important;
}

.item.active{
    background: #fff !important;
}

.sidebar > .menu-content > .menu-items:hover{
    cursor:pointer;
}

.mic-container {
    position: relative;
    display: inline-block;
}


.mic-tooltip {
    position: absolute;
    bottom: 95%;
    left: 86%;
    transform: translateX(-50%);
    background-color: #f0f0f0;
    color: #111128;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    animation: fadeIn 0.3s ease forwards;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

    .mic-tooltip::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: #f0f0f0 transparent transparent transparent;
    }

.btn.btn-chat-input.active {
    color: rgba(var(--color-primary-rgb), 1) !important;
    border: 1px solid rgba(var(--color-primary-rgb), 0.3) !important;
}

.pushed {
    position: relative;
    box-shadow: 0 0 0 -2px rgba(var(--color-primary-rgb), 0.4);
    cursor: pointer;
    animation: pulse-mic 1.5s infinite cubic-bezier(0.66, 0, 0, 1);
}

/*@keyframes pulse-mic {
    to {
        box-shadow: 0 0 0 10px rgba(var(--color-primary-rgb), 0);
    }
}*/
/* Mike Button */
@keyframes p {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(249, 105, 14, 0.3);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(249, 105, 14, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(249, 105, 14, 0);
    }
}

#addVoice {
    /*    color: #111128;*/
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    #addVoice svg {
        /*        color: #111128;*/
        fill: #275a9c;
        transition: color 0.3s, fill 0.3s;
    }

    /* Listening effect */
    #addVoice.listening {
        animation: p 1.5s infinite;
        border-radius: 50%;
        /*        background-color: rgba(135, 56, 135, 0.05);*/
    }

    /* Hover (Dark Gray) */
    #addVoice:hover,
    #addVoice:hover svg {
        color: #275a9c !important;
        fill: #275a9c !important;
    }

#successPlayer {
    width: 140px;
    height: 140px;
}

#failurePlayer {
    width: 100px;
    height: 100px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
}

.call-animation {
    background: #fff;
    width: 135px;
    height: 135px;
    position: relative;
    margin: 0 auto;
    border-radius: 100%;
    border: solid 5px #fff;
    pointer-events: all;
    cursor: pointer;
    transition: transform 0.2s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

    .call-animation:hover {
        transform: scale(1.05);
    }

    .call-animation:active {
        transform: scale(0.95);
    }

    .call-animation:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        animation: none;
    }

    .call-animation.play-animation::before {
        animation: play 3s linear infinite;
        backface-visibility: hidden;
    }

    .call-animation canvas {
        width: 135px;
        height: 135px;
        border-radius: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
    }

.agent-status {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    min-width: 80px;
    text-align: center;
}

@keyframes play {
    0% {
        transform: scale(0.8);
        opacity: 1;
    }

    15% {
        box-shadow: 0 0 0 5px rgba(30, 41, 59, 0.3);
    }

    25% {
        box-shadow: 0 0 0 10px rgba(30, 41, 59, 0.3), 0 0 0 20px rgba(30, 41, 59, 0.15);
    }

    35% {
        box-shadow: 0 0 0 15px rgba(30, 41, 59, 0.3), 0 0 0 30px rgba(30, 41, 59, 0.15);
    }

    50% {
        box-shadow: 0 0 0 25px rgba(30, 41, 59, 0.2), 0 0 0 50px rgba(30, 41, 59, 0.1);
    }

    75% {
        box-shadow: 0 0 0 35px rgba(30, 41, 59, 0.1), 0 0 0 70px rgba(30, 41, 59, 0.05);
        transform: scale(0.95);
    }

    100% {
        box-shadow: 0 0 0 45px rgba(30, 41, 59, 0), 0 0 0 90px rgba(30, 41, 59, 0);
        transform: scale(1);
        opacity: 0;
    }
}