.botxpert-logo {
    width: 110px;
}

.height-calc {
    height: calc(100vh - 8rem);
}

.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;
    height: 58px;
}

.custom-card-height {
    height: 26rem;
}

.border-dashed {
    border: 1.5px 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 !important;
}

.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;
}

.logo-container {
    height: 30px;
    width: 30px;
}

.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(135, 56, 135, 0.458);
    }

    70% {
        box-shadow: 0 0 6px 6px rgba(135, 56, 135, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(135, 56, 135, 0);
    }
}

.redpulse {
    animation: redpulse 1.3s 5;
}

@keyframes redpulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.458);
    }

    70% {
        box-shadow: 0 0 8px 8px rgba(255, 0, 0, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

/*.notiflix-notify {
    overflow: hidden !important;
}

[id^=NotiflixNotifyWrap] > div > .nx-message-icon {
    left: -6px !important;
    top: -5px !important;
    height: 40px !important;
    width: 40px !important;
    margin: 0 !important;
    opacity: 0.3;
}

[id^="NotiflixNotifyWrap"] > div.nx-with-close-button {
    padding: 13px 38px 13px 15px;
    font-size: 14px !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;
}

    [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] > div > .nx-message-icon path {
    fill: currentColor;
}*/

.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 !important
}

[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: #67b667 !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) !important;
}

[id^=NotiflixConfirmWrap] > div[class*="notiflix-delete-popup-content"] > div[class*="notiflix-delete-popup-buttons"] > a:last-of-type:hover {
    background: #bc1111 !important;
    color: #fff !important;
}
        /* HTML: <div class="loader"></div> */
        .dot-flashing {
            position: relative;
            width: 8px;
            height: 8px;
            border-radius: 5px;
            background-color: #111128;
            color: #111128;
            animation: dot-flashing 1s infinite linear alternate;
            animation-delay: 0.5s;
            margin-inline: 1.2rem;
        }

    .dot-flashing::before, .dot-flashing::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
    }

    .dot-flashing::before {
        left: -12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111128;
        color: #111128;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 0s;
    }

    .dot-flashing::after {
        left: 12px;
        width: 8px;
        height: 8px;
        border-radius: 5px;
        background-color: #111128;
        color: #111128;
        animation: dot-flashing 1s infinite alternate;
        animation-delay: 1s;
    }

@keyframes dot-flashing {
    0% {
        background-color: #111128;
    }

    50%, 100% {
        background-color: rgba(77, 78, 79, 0.2);
    }
}

.mbp_pagination ul {
    margin: 0;
    padding: 0;
}

.mbp_pagination .page_navigation {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.mbp_pagination .page-item {
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #d9d9d9;
    margin-right: 6px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .mbp_pagination .page-item:hover {
        background-color: #EDEDED;
    }

    .mbp_pagination .page-item:first-child, .mbp_pagination .page-item:last-child {
        background-color: #ffffff;
        -webkit-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
        -moz-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
        -o-box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
        box-shadow: 0px 1px 4px rgba(24, 26, 32, 0.07);
    }

    .mbp_pagination .page-item.active .page-link {
        background-color: #111128;
        color: #ffffff;
    }

.mbp_pagination .page-link {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 14px;
    height: 34px;
    line-height: 40px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 34px;
}
.credits-data {
    position: absolute;
    left: 14px !important;
    top: 90px !important;
    --bs-dropdown-min-width: 15rem;
}
.pdiv {
    overflow-x: auto; /* Enables horizontal scrolling */
    scrollbar-width: thin; /* For Firefox */
    scrollbar-color: #888 #f4f4f4; /* Colors for Firefox */
}

    /* WebKit scrollbar styles (Chrome, Safari, Edge) */
    .pdiv::-webkit-scrollbar {
        height: 8px; /* Sets scrollbar height for horizontal scrolling */
        background: #f4f4f4; /* Scrollbar background color */
    }

    .pdiv::-webkit-scrollbar-thumb {
        background: #888; /* Scrollbar thumb color */
        border-radius: 2px; /* Rounded scrollbar thumb */
    }

        .pdiv::-webkit-scrollbar-thumb:hover {
            background: #555; /* Scrollbar thumb color when hovered */
        }
.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: #111128 !important;
    transition: all 250ms ease-in-out !important;
}

.custom-list-style {
    list-style: disc;
}

.tx-10{
    font-size: 10px !important;
}
.default-tool {
    cursor: default;
}
.fnt-size{
  font-size:14px;
}

.sticky-item {
    position: -webkit-sticky;
    position: sticky;
    top: 4.25rem;
    z-index: 1020;
}
.d {
    color: gray; /* Change text color to indicate it's disabled */
    pointer-events: none; /* Prevent any mouse events */
    opacity:0.5;
}
/*.height-calc {
    height: calc(100vh - 80px);
}
*/
.height-custom {
   height: calc(100vh - 155px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .height-custom::-webkit-scrollbar {
        display: none;
    }

.button-delete:hover,
.button-disconnect:hover {
    background: var(--bs-danger-border-subtle-custom) !important;
    color: var(--bs-danger) !important;
    transition: all 0.2s ease-out;
}

@media (max-width : 768px) {
    .column-md {
        flex-direction: column;
        gap: 10px;
    }
    .mb-md-2 {
        margin-bottom:0.5rem;
    }
}

#FilesDiv .card:first-of-type {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.kb-cards{
    height: 12rem !important;
}

.text-16{
    font-size:16px !important;
}

.description::first-letter {
    text-transform: uppercase;
}


.footer {
    font-size: 14px;
    background: var(--bs-body-bg);
    width: calc(100% - 220px);
    left: 220px;
}

@media screen and (max-width: 1024px){
    .sidebar.hoverable ~ .footer, .footer {
        width: 100%;
        left: 0;
    }
}


.footer.sticky {
    position: fixed;
    z-index: 1040;
    bottom: 0;
}


    .footer .footer-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: .35rem calc(var(--bs-gutter-x, 0.4rem) * 1);
        padding-left: 10px;
    }


.sidebar.hoverable ~ .footer {
    left: 4rem;
    width: calc(100% - 4rem);
}

.fs-14{
    font-size:14px;
}

#tbl_credit > tbody > tr > td {
    font-size: 14px;
}
.blur {
    opacity:0.5;
}
.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-color: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb); */
        background-image: linear-gradient(144deg, #5a5da9 40%, #af58a2);
        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;
}

.pul {
    animation: pulse 1.3s 5;
}

@keyframes pul {
    0% {
        box-shadow: 0 0 0 0 blue; /* Purple-blue with opacity */
    }
    70% {
        box-shadow: 0 0 8px 8px blue;
    }
    100% {
        box-shadow: 0 0 0 0 blue;
    }
}

.marquee-slide {
    width: 300px !important;
}

.js-marquee {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-right: 1rem !important;
}

/* Mike Button */
@keyframes p {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(135, 56, 135, 0.3);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(135, 56, 135, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(135, 56, 135, 0);
    }
}

#addVoice {
/*    color: #111128;*/
    background-color: transparent;
    border: none;
    cursor: pointer;
}

    #addVoice svg {
/*        color: #111128;*/
        fill: #111128;
        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: #2E2F30 !important;
        fill: #2E2F30 !important;
    }




.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;
    }

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


[id^=NotiflixNotifyWrap] > div{
    padding:18px !important;
}

.spinner-white{
    border-color: #fff !important;
    border-right-color: transparent !important;
    z-index: 100;
}

.fs-12{
    font-size:12px !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
    border-color: #EA2A2A !important;
}


.height-custom2 {
    height: calc(100vh - 235px);
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .height-custom2::-webkit-scrollbar {
        display: none;
    }

.height-calc2 {
    height: calc(100vh - 12rem);
}