.Layout-Container {
    display: flex;
    width: 100%;
    /* height: calc(100vh - 55px); */
    padding: 12px;
}

.Body-Content {
    width: 100%;
}

.sticky-top .navbar ul.nav .nav-item {
    text-align: center;
}

.sticky-top .navbar ul.nav .nav-item .nav-link {
    color: #CBCBCB;

}

.page-header {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px 10px 0px;
}

.filter-create {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-Title {
    margin-bottom: 0;
    font-size: 1.2rem;
}

.page-Title i {
    margin-right: 5px;
}

.footer {
    text-align: center;
    padding: 5px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* background-color: #f7f7f7; */
}

.rounded-badge {
    border-radius: 50%;
    height: fit-content;
    width: fit-content;
    line-height: 2.5;
}


.table-light tr th {
    border-bottom: 0px !important;
}

.btn-icon {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 4px 0 rgb(213 213 213 / 76%);
    background-color: #fff;
}

/* modal style */
.modal .modal-content {
    /* background-color: #fff; */
    background: #fff !important;
    /* background: radial-gradient(circle, rgb(203 255 236 / 73%) 9%, rgb(255 255 255) 39%) !important; */
    border-radius: 25px;
}

.modal-header .btn-close {
    border: 1px solid;
    border-radius: 50%;
}

.modal-header .btn-close:focus {
    box-shadow: none;
}

.modal .modal-header,
.modal .modal-footer {
    border: none
}

.modal .btn-close {
    width: 0.5em;
    height: 0.5em;
    font-size: 7px;
    margin-right: -1px;
}

.modal-footer button {
    max-width: 100%;
    min-width: 80px;
}




.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-bg-gradient {
    background: rgb(250, 250, 255) !important;
    background: linear-gradient(74deg, rgba(250, 250, 255, 1) 15%, rgb(251 236 255 / 65%) 31%, rgb(253 253 253 / 70%) 48%, rgb(238 248 254) 73%, rgb(231 247 254 / 70%) 90%) !important;
}

.sidebar-nav ul li {
    border-radius: 50px;
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #EDEDED;
}

.sidebar-nav ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #333;
    font-weight: 500;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 1px;
}

/* Mobile Devices (up to 767px) */
@media (max-width: 767px) {
    .chatbot-body {
        height: calc(100vh - 195px);
        overflow: auto;
    }

    .chathistory_button,
    #historyCollapse-toggle {
        display: none;
    }
}

/* Tablets and Small Desktops (768px to 2500px) */
@media (min-width: 768px) and (max-width: 2500px) {
    .chatbot-body {
        height: calc(100vh - 238px);
        overflow: auto;
    }
}

.sidebar-nav .nav .nav-item.active {
    background: rgb(230, 56, 117);
    background: linear-gradient(114deg, rgba(230, 56, 117, 1) 4%, rgba(50, 2, 132, 1) 100%);
    border: none;
    color: #fff;
}


#saveLanguage {
    background: rgb(230, 56, 117);
    background: linear-gradient(114deg, rgba(230, 56, 117, 1) 4%, rgba(50, 2, 132, 1) 100%);
    border: none;
    color: #fff;
}

.sidebar-nav ul li a.active {
    color: #fff !important;
}

.conversion-ai-tabs .nav-pills .nav-link {
    color: var(--bs-tabs-color) !important;
    background-color: var(--bs-tabs-bg) !important;
    box-shadow: 0 .125rem .25rem rgb(222 203 222) !important;
    border-radius: 10px;
    border: 1px solid var(--bs-tabs-bg) !important;
}

.conversion-ai-tabs .nav-pills .nav-link.active {
    border: 1px solid #c82f77 !important;
}

.card.conversion-card {
    border-radius: 20px;
    text-align: center;
}

.conversion-footer .bg-gray {
    background: #EFEFEF;
}

.bg-gray-card {
    background: #F9F9F9 !important;
    text-align: start !important;
    margin-bottom: 15px;
}

.bg-gray-card p {
    color: #00001187;
    margin-bottom: 5px;
}

.bg-gray-card .form-control,
.bg-gray-card .form-select {
    border: 1px solid #E8E8E8 !important;
    background-color: #fff !important;
    border-radius: 10px;
}

.bg-gray-card .form-check-input {
    width: 2.25rem !important;
    height: 1.25rem !important;
}

.knowleadge-btns {
    font-weight: 500;
    background-color: #fff3;
    border-width: 1px;
    border-radius: .75rem;
    white-space: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    flex-basis: 8rem;
    height: 5rem;
    display: flex;
    border-color: #00001d1a;
    background: transparent;
    font-size: .875rem;
    line-height: 1.25rem;
    padding: 1rem;
    padding-bottom: .75rem;
    letter-spacing: 0;
    border: 1px solid #c82f77 !important;
    box-shadow: 0 .125rem .25rem rgb(222 203 222)
}

.knowleadge-btns:hover {
    background-color: #00000005;
}

.Call-Feeds-Table tbody tr td .badge {
    width: 85px
}

.call-record-card .card-no-design {
    border-radius: 15px;
}

.call-record-card .card-no-design:nth-child(odd) {
    background: #F8FDD9;
    background: linear-gradient(0deg, rgba(248, 253, 217, 1) 0%, rgba(248, 213, 212, 1) 100%);
}

.call-record-card .card-no-design:nth-child(even) {
    background: #E5EFE6;
    background: linear-gradient(0deg, rgba(229, 239, 230, 1) 0%, rgba(230, 247, 235, 1) 100%);
}

.call-track-card {
    background: #E8ECFC;
    background: linear-gradient(90deg, rgba(232, 236, 252, 1) 0%, rgba(240, 240, 252, 1) 50%, rgba(250, 245, 253, 1) 67%, rgba(243, 231, 251, 1) 100%);
}

.success-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    vertical-align: middle;
}

.success-circle.success {
    background: #026F0D;
}

.success-circle.error {
    background: #DA254E;
}

.circle.total {
    background: #5041BB;
}

.circle.answered {
    background: #A4CC62;
}

.circle.missed {
    background: #FC4B4D;
}

.Call-Feeds-Table thead tr th {
    border: none
}

.Call-Feeds-Table thead {
    border-radius: 10px
}


.user-profile-timeline-container {
    width: 100%;
    margin: auto;
    display: block;
    position: relative;
}

.user-profile-timeline-container ul.tl {
    margin: 5px 0;
    padding-left: 10px;
}

.user-profile-timeline-container ul.tl li {
    list-style: none;
    margin: auto;
    min-height: 50px;
    border-left: 2px solid #9a217b2e;
    padding: 0px 0 5px 30px;
    position: relative;
}

.user-profile-timeline-container ul.tl li.dashed {
    border-left: 1px dashed #86D6FF;
}

.user-profile-timeline-container ul.tl li:last-child {
    border-left: 0;
    padding: 0 0 0px 30px;
}

.user-profile-timeline-container ul.tl li .item-icon {
    position: absolute;
    left: -21px;
    top: -2px;
    content: " ";
    /* border: 8px solid rgba(255, 255, 255, 0.74); */
    border-radius: 500%;
    /* background: #258CC7; */
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    align-items: center;
    line-height: 15px;
    color: #fff;
}

/*@keyframes fade {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
*/

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*.fade-in {
    animation: fadeIn 1.5s ease-in-out forwards;
}
*/

#susanPhoneNo {
    animation: fadeIn 1.5s ease-in-out forwards;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Mobile Sidebar Behavior */
@media (max-width: 768px) {
    .sidebar-col {
        position: fixed;
        top: 0;
        left: -260px;
        width: 250px;
        height: 100%;
        z-index: 1050;
        transition: all 0.3s ease;
        background: #fff;
    }

    .sidebar-col.show-sidebar {
        left: 0;
    }

    .Body-Content {
        margin-left: 0 !important;
    }

    .overlay {
        display: block;
    }

    #CallTracking .hero-section {
        flex-wrap: wrap;
    }

    #CallTracking .hero-section .view-license-btn {
        margin-top: 10px;
    }

    #CallTracking .card-glass {
        overflow: auto;
    }

    .communication-detail-offcanvas {
        width: 100%;
    }


    .call-record-card {
        height: 100% !important;
    }

    .scrollable-box::-webkit-scrollbar {
        display: none;
        /* hide scrollbar */
    }
}


.scrollable-box {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;

}

/* Overlay background when sidebar is open */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
    display: none;
}

.overlay.active {
    display: block;
}

.communication-detail-offcanvas {
    width: 50% !important;
}

.call-record-card {
    height: calc(50vh - 212px);
}

.credits-section .bg-transparent {
    border: none;

}

.credit-section h6 {
    font-size: 13px;
}

.credit-section .small-text {
    /* font-size: 13px; */
    margin-right: 5px;
}

.credit-section .progress-bar {
    font-size: 10px;

}

.credit-section .progress {
    height: 13px;
    background-color: #e9ecef;
    border-radius: 0.375rem;
    overflow: hidden;
}

.credit-section .progress-bar {
    position: relative;

    color: white;
    font-size: 0.65rem;
    text-align: center;
    line-height: 13px;
    background: linear-gradient(114deg, rgba(230, 56, 117, 1) 4%, rgba(50, 2, 132, 1) 100%);
    overflow: hidden;
}

.credit-section .progress-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background-image: repeating-linear-gradient(45deg,
            rgba(255, 255, 255, 0.2) 0,
            rgba(255, 255, 255, 0.2) 10px,
            transparent 10px,
            transparent 20px);

}

@keyframes moveStripes {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-20px);
    }
}

.sidebar-nav .nav .nav-item:hover,
.sidebar-nav .nav .nav-item:hover a,
.knowleadge-btns:hover {
    background: rgb(230, 56, 117);
    background: linear-gradient(114deg, rgba(230, 56, 117, 1) 4%, rgba(50, 2, 132, 1) 100%);
    border: none;
    color: #fff !important;
}

.uploadDocument:hover .uploadPin i,
.uploadDocument:hover {
    cursor: pointer;
}

.uploadPin {
    transition: color 0.3s ease;
    cursor: pointer;
    color: #444;
    display: inline-block;
}

.uploadPin:hover {
    color: rgb(230, 56, 117);
    animation: bounceRotate 0.6s ease;
}

@keyframes bounceRotate {
    0% {
        transform: scale(1) rotate(0deg);
    }

    30% {
        transform: scale(1.2) rotate(15deg);
    }

    50% {
        transform: scale(1) rotate(-10deg);
    }

    70% {
        transform: scale(1.1) rotate(5deg);
    }

    100% {
        transform: scale(1) rotate(0deg);
    }
}