/* font kit start here */
@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-ExtraBold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito Sans';
    src: url('../fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
        url('../fonts/NunitoSans10pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* font kit start end */
body {
    font-family: Nunito Sans;
    margin: 0px;
    padding: 0px;
}


a {
    text-decoration: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #017F42;
    box-shadow: none;
}

.word-break-all {
    word-break: break-all;
}

/* login css start */
.login_sec {
    padding: 20px 10px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login_sec::after {
    content: '';
    position: absolute;
    background-image: url(../images/login-after.png);
    height: 311px;
    width: 744px;
    bottom: 0px;
    left: 0px;
}

.login_logo {
    position: absolute;
    top: 70px;
    padding: 0px 72px;
}

.login_sec .login_form h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 54.56px;
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.login_form {
    width: 100%;
    max-width: 480px;
    position: relative;
    z-index: 2;
}

.login_sec .form_heading {
    margin-bottom: 26px;
}

.login_form label {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.login_form input {
    border-radius: 40px;
    padding: 19px 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    color: #00000099;
    border: 1px solid #23232399;
}

.login_form .input_icon {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1050;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gradient_btn {
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border: 1px solid;
    border-image-source: linear-gradient(88.21deg, #017F42 22.99%, #F3FFEC 77.01%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.logout_btn {
    border-radius: 30px;
    padding: 8px 20px;
    border: none;
}

.login_form .login_btn input {
    color: #fff;
    border: 1px solid;
    border-image-source: linear-gradient(88.21deg, #017F42 22.99%, #F3FFEC 77.01%);
}

/* login css end */
/* header css start */
header.home_header {
    box-shadow: 0px 0px 4px 0px #00000040;
}

.home_header .navbar-nav {
    max-width: 650px;
    gap: 20px;
}

/* .home_logo {
    position: absolute;
    top: 27px;
} */

.home_logo img {
    width: 130px;
}

.header_inner .nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 35px 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
}

.header_inner .nav-link.active svg g rect, .header_inner .add_user_link .nav-link.active svg path {
    fill: #017F42;
}

.header_inner .nav-link.active {
    border-bottom: 3px solid #017F42;
    color: #017F42;
}


/* header css end */
/* home css start */
.home_page {
    min-height: calc(100vh - 102px);
    overflow: hidden;
}

.home_page .welcome_text {
    min-height: calc(100vh - 188px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 585px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.home_page .welcome_text h3 {
    color: #232323;
    font-size: 25px;
    font-weight: 600;
    line-height: 34.1px;
}

.home_page .welcome_text p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.home_chat_footer {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 650px;
    z-index: 2;
    padding: 0px 15px;
}

.home_chat_footer .mini_logo {
    left: 16px;
}

.home_chat_footer .send_icon {
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.home_chat_footer textarea {
    height: 60px;
    padding: 19px 20px 19px 60px;
    min-height: 40px;
    max-height: 200px;
    overflow-y: auto;
    resize: none;
}

.home_chat_box .chat_receiver,
.home_chat_box .chat_sender {
    max-width: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}
.home_chat_box .chat_receiver{
    flex-direction: column;
    align-items: baseline;
}
.home_chat_box .chat_receiver {
    max-width: 70%;
}

.home_chat_box .chat_sender {
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: end;
}

.home_chat_box {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    height: calc(100vh - 300px);
    overflow: auto;
    position: relative;
    z-index: 2;
}

.chat_sender .chat_content {
    background: #90C3AD;
    padding: 10px;
    border-radius: 20px 20px 20px 0px;
}

.add_response { 
    background: linear-gradient(90deg, #226241 0%, #179e58 100%);
    border: none;
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 7px;
}   

/* Response name display styling to match assistant name display exactly */
.response_name {
    position: absolute;
    top: 2px;
    background: linear-gradient(to right, #1d764b 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 9;
    left: 36px;
    border-radius: 5px;
    padding: 4px 10px;
    color: #fff;
    border: none;
    height: 27px;
}

.response_name:hover {
    background-color: #129f5d;
    border: 1px solid #0000001A;
    transition: all 0.6s ease-in-out;
}

.response_name p {
    margin: 0;
    color: white;
}

.assistant_name .delete_assis_btn {
    border-left: 1px solid #ffffff;
}

.response_name .delete_response_btn {
    border-left: 1px solid #ffffff;
}

.response_name .delete_response_btn .dlt_btn {
    padding: 4px;
    border-radius: 4px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.response_name .delete_response_btn .dlt_btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.chat_receiver .chat_content {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 20px 20px 20px 0px;
}

.home_page::after {
    content: '';
    position: absolute;
    background-image: url(../images/home-page-after.png);
    height: 311px;
    width: 744px;
    bottom: 0px;
    right: 0px;
}

.home_page::before {
    content: '';
    position: absolute;
    background-image: url(../images/home-page-before.png);
    height: 311px;
    width: 744px;
    bottom: 0px;
    left: 0px;
}

/* home css end */

/* policy table css start */
.policy_table_sec,
.add_user_sec {
    background-image: url(../images/table-bg.png);
    min-height: calc(100vh - 102px);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.policy_table_sec .table_header {
    padding: 12px 0px;
}

.policy_table_sec .breadcrumb-item a {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.55px;
}

.policy_table_sec .breadcrumb-item.active {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.1px;
}

.create_btn a {
    border: 1px solid #23232333;
    background-color: #fff;
    border-radius: 5px;
    padding: 13px 50px;
    font-family: Nunito Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
    color: #232323;
    transition: 0.5s;
    cursor: pointer;
}

.create_btn a:hover {
    background-color: #3f8044;
    color: #fff;
}

.page_table {
    background: #fff;
    border: 1px solid #23232333;
    border-radius: 10px;
}

.table_search_header {
    padding: 16px 25px;
}

.show_entries span {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.show_entries select {
    width: 80px;
    border: 1px solid #23232333;
    border-radius: 2px;
    padding: 3px 10px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.table_search label {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.table_search input {
    border: 1px solid #23232333;
    border-radius: 2px;
    padding: 3px 10px;
    width: 145px;
}

.table_search input:focus-visible {
    border: 1px solid #23232333;
    outline: none;
}

.page_table table th {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.37px;
    padding: 13px 15px;
    border-right: 1px solid #2323231A;
}

.page_table table td {
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
    padding: 10px 15px;
    vertical-align: middle;
    border-right: 1px solid #2323231A;
}

.page_table table tr td:last-child,
.page_table table th:last-child {
    border-right: none;
}

.page_table table tr:last-child td {
    border-bottom: none;
}

.page_table table tbody tr:nth-child(odd) {
    background-color: #EEEEEE;
}

.table-bg-green {
    background-color: #017F42;
    border-radius: 5px;
    padding: 7px 5px;
    width: 90px;
    text-align: center;
}

.table-bg-light-green {
    border: 1px solid #00000033;
    background: #70BE44;
    border-radius: 5px;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    text-align: center;
}

.table-create-btn button {
    border: 1px solid #0000004D;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 6px 30px;
    font-size: 14px;
}

.table-bg-red {
    background-color: #BE6544;
    color: #fff;
    padding: 6px 30px;
    border-radius: 5px;
    font-size: 14px;
    border: none;
}


.table_pagination {
    padding: 29px 29px;
}

.table_pagination .page-link {
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #212B36;
}

.table_pagination .page-link.active {
    border: 1px solid #232323;
    background-color: transparent;
}

.table_pagination .page-link[disabled] {
    background-color: #919EAB;
    color: #C4CDD5;
    opacity: 50%;
}

.table_pagination .page-link:focus {
    box-shadow: none;
}

.table_pagination .page-item:first-child .page-link,
.table_pagination .page-item:last-child .page-link {
    border-radius: 4px;
}

.table_pagination .pagination_arrow.active {
    background-color: #017f4280;
    border: none;
}

.table_pagination .pagination_arrow.active svg path {
    fill: #fff;
}

/* policy table css end */
/* create policy table css start */
.page_heading {
    padding: 24px 0px;
}

.page_heading h4 {
    color: #232323;
    font-size: 18px;
    font-weight: 600;
    line-height: 24.55px;
}

.page_create_form form {
    background-color: #FFFFFF;
    border: 1px solid #23232333;
    border-radius: 10px;
    padding: 45px 52px;
}

.page_create_form form label {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
}

.page_create_form form .form-field {
    padding-bottom: 20px;
}

.page_create_form form select,
.page_create_form form input.form-control,
.page_create_form form .form-field textarea {
    border: 1px solid #00000033;
    border-radius: 10px;
    padding: 13px 16px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.page_create_form form .form-field textarea {
    height: 105px;
    resize: none;
}

.page_create_form form .upload_area {
    border: 2px dashed #00000033;
    border-radius: 6px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_create_form form .upload_area label {
    cursor: pointer;
    font-weight: 400;
}

.form_submit_btn {
    margin-top: 30px;
}

.form_submit_btn input {
    border: none;
    padding: 14px 48px;
    border-radius: 30px;
}

.summary_text {
    width: 160px;
}

.add_user_sec {
    padding: 80px 0px;
}

.add_user_sec h2 {
    color: #232323;
    font-size: 35px;
    font-weight: 700;
    line-height: 47.74px;
    margin-bottom: 40px;
}

.add_user_sec .form_field {
    margin-bottom: 24px;
}

.add_user_sec form label {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.82px;
}

.add_user_sec select,
.add_user_sec input {
    border-radius: 10px;
    padding: 13px 16px;
    border: 1px solid #00000033;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

.add_user_sec .login_btn input {
    border-radius: 30px;
    padding: 14px 48px;
    border: none;
}

.add_users_btn a, .add_group_btn a, .add_status_btn a {
    padding: 11px 20px;
}

.filter_btn select {
    border: 1px solid #23232333;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 9px;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.1px;
}

.action_btns a {
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #61CC95;
    cursor: pointer;
}
.action_btns a.dlt_btn{
    background: #ff3030;
}

.aiAssistant_action a {
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 3px;
}

.aiAssistant_action a img {
    width: 16px;
}

.aiAssistant_action a.dlt_btn {
    background-color: transparent;
    
}

.user_modal .modal-footer button {
    padding: 6px 10px;
    border-radius: 5px;
}

.delete_modal .delete_btn {
    background: #dc2509;
    border: none;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}

.delete_modal .modal_header {
    position: absolute;
    right: 11px;
    top: 10px;
    z-index: 9;
}

.delete_modal .modal_header button {
    background-size: 10px;
}

.delete_modal .modal-body {
    padding: 40px 50px;
}

.delete_modal .modal-body p {
    font-size: 20px;
}

.delete_modal .modal-dialog {
    max-width: 450px;
}

.add_user_sec .login_form {
    max-width: 100%;
}

.header_dropdown_btn {
    background-color: transparent;
    border: none;
}

.header_dropdown_btn::after {
    display: none;
}

button.notification_bell {
    background: #3f8044;
    height: 38px;
    width: 38px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.notification_bell .notification-count {
    position: absolute;
    top: -6px;
    right: -5px;
    background: #c2c5c7;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.table-create-btn {
    text-align: center;
}

.clear-notifications-list {
    border-top: 1px solid #ccc;
}

#clear-notifications {
    background: #dc3545;
    color: #fff;
    margin: 0px 10px;
    width: -webkit-fill-available;
    border-radius: 5px;
    width: auto;
}

.notifications-content {
    background: #3f80445c;
    border-bottom: 1px solid aliceblue;
    padding: 8px 12px;
    cursor: pointer;
}

.notifications-content:hover {
    background: #3f8044ce;
}

.clear-notifications-outer {
    padding: 0 0px 12px;
    max-height: 290px;
    overflow: auto;
}

.header_dropdown_outer .dropdown-menu {
    border: 1px solid #00000033;
    border-radius: 10px;
    width: 230px;
}

.header_dropdown_outer form {
    border-top: 1px solid #00000033;
}

.header_dropdown_outer form a {
    width: 100%;
    color: #232323;
}

.header_dropdown_outer .dropdown-item {
    padding: 8px 10px;
}

/* create policy table css end */


/*  loader css start */

.chat_container {
    background: #fff;
    bottom: 0;
    filter: contrast(60);
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.base-square {
    background: #017F42;
    bottom: -199px;
    filter: blur(20px);
    height: 200px;
    left: -50%;
    position: absolute;
    width: 200%;
}

.bubble {
    animation: bubble-up 2s ease both infinite;
    background: #017F42;
    border-radius: 100%;
    filter: blur(20px);
    height: 80px;
    left: 30px;
    position: absolute;
    width: 80px;
}

.loading {
    animation: loading-up 2s ease both infinite;
    left: 50px;
    margin-top: 10px;
    position: absolute;
}

.dot {
    animation: dot-pulse 0.9s ease both infinite;
    background: #f5f5f5;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    width: 12px;
}

.dot--one {
    animation-delay: 0;
}

.dot--two {
    animation-delay: 0.3s;
}

.dot--three {
    animation-delay: 0.6s;
}

@keyframes bubble-up {
    0% {
        bottom: -100px;
    }

    60%,
    100% {
        bottom: 40px;
    }
}

@keyframes loading-up {
    0% {
        bottom: -80px;
    }

    60%,
    100% {
        bottom: 80px;
    }
}

@keyframes dot-pulse {
    0% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/*  loader css end */


@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chat_img {
    width: 50px;
    /* Adjust size as needed */
    height: 50px;
    /* Adjust size as needed */
    animation: rotate 2s linear infinite;
    display: block;
    margin: auto;
}

.chat-bubble {
    display: flex;
}

.chat-bubble .typing {
    align-items: center;
    display: flex;
    height: 17px;
}

.typing .dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    background-color: #6CAD96;
    border-radius: 50%;
    height: 7px;
    margin-right: 4px;
    vertical-align: middle;
    width: 7px;
    display: inline-block;
}

.typing .dot:nth-child(1) {
    animation-delay: 200ms;
}

.typing .dot:nth-child(2) {
    animation-delay: 300ms;
}

.typing .dot:nth-child(3) {
    animation-delay: 400ms;
}

.typing .dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
        background-color: #6CAD96;
    }

    28% {
        transform: translateY(-7px);
        background-color: #9ECAB9;
    }

    44% {
        transform: translateY(0px);
        background-color: #B5D9CB;
    }
}

.chat_outer {
    display: flex;
    position: relative;
}

.chat_right_side {
    width: -webkit-fill-available;
    position: relative;
    height: calc(100vh - 102px);
}

.chat_history {
    width: 337px;
    height: calc(100vh - 102px);
    background: #f8f9fa;
    border-right: 1px solid #e9ecef;
    transition: all 0.3s ease;
    position: relative;
}

.chat_history.collapsed {
    width: 0px;
    overflow: hidden;
}

.history-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid #e9ecef;
    border-top: 1px solid #e9ecef;
}

.history-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #017F42;
}

.history-toggle {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #017F42;
    transition: transform 0.3s ease;
}

.collapsed .history-toggle {
    transform: rotate(180deg);
}

.history-content {
    padding: 15px;
    height: calc(100% - 190px);
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.chat_history ul {
    flex: 1;
    margin-bottom: 15px;
}

.chat_history li a {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 8px;
    color: #495057;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: all 0.2s ease;
    background: #fff;
    border: 1px solid #e9ecef;
    word-break: break-word;
}

.chat_history li a:hover {
    background: #e8f5e9;
    color: #017F42;
    transform: translateX(3px);
}

.chat_history li a.active {
    background: #017F42;
    color: #fff;
    border-color: #017F42;
}

.create_new_chat_btn {
    margin-top: auto;
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: -webkit-fill-available;
    left: 0px;
    padding: 10px;
    box-shadow: 0px -29px 21px -32px #00000040;
}

.create-chat-btn {
    width: 100%;
    background: #017F42;
    border: none;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.clear-chat-history {
    background-color: #eb0909;
}

.create-chat-btn:hover {
    background: #016235;
    transform: translateY(-1px);
}

.clear-chat-history:hover {
    background-color: #d60a0a;
}

.collapsed .history-content,
.collapsed .history-header h3,
.collapsed .ai_accordion {
    display: none;
}

.chat-input-wrapper {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin: 0 15px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.chat-input-wrapper:focus-within {
    box-shadow: 0 4px 12px rgba(1, 127, 66, 0.1);
    border-color: #017F42;
}

.chat-input {
    padding: 17px 62px 17px 45px !important;
    border: none !important;
    resize: none;
    max-height: 120px;
    font-size: 15px !important;
    line-height: 1.5;
    color: #495057 !important;
    background: transparent !important;
}

.chat-input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.chat-input::placeholder {
    color: #adb5bd;
}

.mini_logo {
    left: 12px !important;
    bottom: 18px !important;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini_logo img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.send-button {
    right: 12px;
    bottom: 17px;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0px;
    background-color: transparent;
    border: none;
}

.upload_file_box {
    right: 45px;
    bottom: 16px;
}

.file_tooltip .tooltiptext {
    visibility: hidden;
    position: absolute;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    opacity: 0;
    transition: opacity .6s;
    top: -5px;
    bottom: auto;
    right: 128%;
}

.upload_file_box:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.upload_file_box .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #555;
}

/* Add this if you want the textarea to auto-expand */
.chat-input {
    overflow-y: auto;
}

.thread.active {
    background: #F1F1F1 !important;
    color: #000 !important;
    border-color: #017F42 !important;
    padding: 10px !important;
    border-radius: 5px !important;
}

.create-chat-btn.active {
    background: #016235;
    transform: translateY(-1px);
}


/* css start by kalyan singh  */

.home_chat_footer .inner_ai_sec ,.inner_ai_sec_create_form_prompt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #017F421A;
    border-radius: 11px;
    height: 43px;
    margin: 5px 15px;
}

.home_chat_footer .inner_ai_sec .heading,.inner_ai_sec_create_form_prompt {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    font-family: 'Poppins', sans-serif;

}

.home_chat_footer .inner_ai_sec .dropdown_icon img,.inner_ai_sec_create_form_prompt {
    width: 50px;
    height: 50px;
}


/* css start by kalyan singh  */

.home_chat_footer .inner_ai_sec ,.inner_ai_sec_create_form_prompt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: #017F421A;
    border-radius: 11px;
    height: 43px;
    margin: 5px 15px;
}

.home_chat_footer .inner_ai_sec .heading,.inner_ai_sec_create_form_prompt {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    font-family: 'Poppins', sans-serif;

}

.home_chat_footer .inner_ai_sec .dropdown_icon img {
    width: 50px;
    height: 50px;
}

.inner_ai_sec_create_form_prompt{
    width: 100%;
}

.inner_ai_sec_create_form_prompt .dropdown_icon img {
    width: 50px;
    height: 50px;
}
.poliy_sec_header_btns.create_btn a {
    padding: 12px 27px;
}

.home_chat_box::-webkit-scrollbar,
.home_chat_footer textarea::-webkit-scrollbar,
.page_create_form form .form-field.description_field textarea::-webkit-scrollbar {
    width: 5px;
}

.page_back_btn {
    padding: 8px 26px;
    border-radius: 5px;
}

/* .page_create_form form .form-field.description_field textarea {
    height: 49px;
} */


.support_center_tabs .nav-link {
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    border: none;
}

.support_center_tabs .nav-link.active {
    background: #017F42;
    color: #FFFFFF;
    border-radius: 4px;
}

.support_center_tabs .nav-link:hover {
    border: none;
}

.support_center_tabs .nav-tabs {
    border: 1px solid #0000001A;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 2px 3px;
}

.category_td,
.go_asana_td {
    background: #70BE44;
    border: 1px solid #23232333;
    padding: 9px 25px;
    width: max-content;
    border-radius: 8px;
    color: #ffffff;
    margin: auto;
}


.go_asana_td {
    background-color: #BE6544;
    border-radius: 4px;
    text-decoration: none;
    padding: 6px 10px;
}

.go_asana_td:hover {
    color: #fff;
}

.support-center-status {
    width: max-content;
    margin: auto;
    padding: 9px 26px;
    border-radius: 8px;
    color: #FFFFFF;
    background-color: #017F42;
}

.pagination .page-item.active .page-link {
    border: 1px solid #232323;
    background-color: transparent;
}

.support_center_data {
    margin: 0px 0px 30px;
}

.support_center_data {
    gap: 50px;
}

.support_center_data h5,
.description_outer h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 10px;
}

.description_outer h4 {
    color: #017F42;
}
.cursor-pointer {
    cursor: pointer;
}

.go_asana_td {
    cursor: pointer;
    text-decoration: underline !important;
    transition: opacity 0.2s;
}

.go_asana_td:hover {
    opacity: 0.8;
}
.support_center_data p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
}

.support_center_data h6,
.support_center_data h6 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #000000;
}

.support_center_data h6 a {
    text-decoration: none;
}

.support_center_data h6 a:hover {
    text-decoration: underline;
}

.description_content {
    display: flex;
    gap: 25px;
}

.description_content h5,
.description_content p {
    width: 100%;
    max-width: 180px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.description_content p {
    font-weight: 400;
    max-width: 100%;
    word-wrap: break-word;
}

/* .description_data {
    display: grid;
    grid-template-columns: 2fr 2fr;
} */

.comments_chat_inner {
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 10px;
    border: 1px solid #00000033;
    min-height: auto;
    max-height: 290px;
    overflow: auto;
}

.comments_chat_inner::-webkit-scrollbar {
    width: 5px;
    background-color: #c4c4c442;
}

.comments_chat_inner::-webkit-scrollbar-thumb {
    background-color: #747474;
    border-radius: 8px;
}

.comments_chat_inner .admin_msg {
    width: 100%;
    max-width: 750px;
    margin-bottom: 8px;
}

.comments_chat_inner .admin_msg p {
    padding: 10px 20px;
    border: 1px solid #00000033;
    background-color: #fff;
    box-shadow: 0px 2px 4px 0px #4061901A;
    border-radius: 20px 20px 20px 0px;
    width: fit-content;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.comments_chat_inner .user_msg {
    display: flex;
    justify-content: end;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-bottom: 8px;
    flex-direction: column;
    align-items: flex-end;
}

.comments_chat_inner .user_msg p {
    background: #EEEEEE;
    border-radius: 20px 20px 0px 20px;
    padding: 10px 20px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    border: 1px solid #00000033;
    box-shadow: 0px 2px 4px 0px #4061901A;
    word-break: break-word;
}

.comments_chat_inner .msg_content p a,
.comments_chat_inner .msg_content p {
    word-break: break-word;
}

.comments_chat_inner .sender_name h6 {
    font-size: 16px;
    color: #8d8d8d;
    font-weight: 500;
}

.user_msg .sender_name {
    width: 100%;
    justify-content: end;
}

.comments_chat_inner .sender_img {
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #f5cee6;
    color: #920fb5;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.comments_chat_inner .admin_msg .sender_img {
    background: #EDEDED;
    color: #838383;
}

.sender_img.bg-blue {
    background: #a3d4ff;
    color: #0059a6;
}

.support_upload_document {
    margin: 29px 0px;
}

.support_upload_document .upload_area {
    background-color: #ffffff;
    border: 2px dashed #23232380;
    border-radius: 6px;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support_upload_document .upload_area label {
    color: #35538980;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    cursor: pointer;
}

.support_upload_document label,
.add_comments label {
    color: #24245A;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

.add_comments .mic_btn {
    height: 28px;
    width: 28px;
    border-radius: 100%;
    box-shadow: 0px 0px 4px 0px #00000040;
    background-color: #ffffff;
    cursor: pointer;
}

.add_comments textarea {
    border-radius: 10px;
    border: 1px solid #00000033;
    padding: 20px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
}

.tickets_btn select {
    border: 1px solid #00000033;
    border-radius: 15px;
    padding: 18px 35px 18px 25px;
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
}

button.post_comment {
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border-radius: 30px;
    padding: 14px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    border: none;
}

.service_support_back a.back_btn {
    height: 34px;
    width: 34px;
    background-color: #24245A;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard_content_inner {
    border: 1px solid #23232333;
    border-radius: 10px;
    padding: 60px 52px;
    background-color: #f9f9f9;
}

.notes_input textarea {
    height: 53px;
    resize: none;
    border-radius: 4px;
    border: 1px solid #0000001A;
    background-color: #ffffff;
    margin: auto;
    min-width: 170px;
}

.add_comments .mic_btn {
    position: relative;
}

.hold_to_talk_btn {
    left: -80px;
    width: 150px;
    top: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border-radius: 4px;
    padding: 1px 8px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.recording_gif {
    position: absolute;
    z-index: 999;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}

.recording_gif img {
    width: 108px;
    height: 58px;
}

.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site_loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ddd;
    border-top-color: #017F42;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.file_name_table {
    border: 1px solid #00000033;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 20px 0px;
    max-height: 320px;
}

.file_name_table th,
.file_name_table td {
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    padding: 15px 50px;
}

.file_name_table th:first-child,
.file_name_table tr td:first-child {
    border-right: 1px solid #2323231A;
}

.file_name_table td a {
    color: #232323;
}

.file_name_table .action_btns button {
    border-radius: 2px;
    padding: 8px 8px;
    font-family: Nunito Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 19.1px;
    color: #232323;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px #0000001F;
    border: none;
    width: 80px;
}
.file_name_table .action_btns button.delete_file_name, .file_name_table .action_btns button.delete_video{
    background-color: #dc3545;
    color: #fff;
}

.file_name_table .action_btns button.download_btn {
    background-color: #61CC95;
    color: #ffffff;
    width: 115px;
}

.ai_accordion button,
.ai_accordion .accordion-item {
    /* background-color: transparent;
    border:none ; */
}

.ai_accordion button.accordion-button {
    padding: 8px 10px;
    font-weight: 700;
    font-size: 16px;
    background: #ECFFE1!important;
    color: #232323 !important;
    border: 1px solid #0000001A;
    height: 44px;
}

.ai_accordion{
    padding: 0 20px;
}

.ai_accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-weight: 600;
    margin: 0;
    color: #017F42;
}

.ai_accordion .accordion-button:focus {
    box-shadow: none;
}

.ai_accordion .accordion-body p {
    font-size: 12px;
}

.ai_accordion .accordion-button::after {
    background-size: 13px;
    rotate: 90deg;
    background-image: url(../images/accordion-icon.svg);
    background-position: center;
}

.ai_accordion .accordion-button:not(.collapsed)::after {
    rotate: 90deg;
}

.add_assistant {
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border: none;
    color: #fff;
    padding: 3px 20px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 7px;
}

.modal .gradient_btn {
    padding: 7px 16px;
    border-radius: 6px;
}

.assistant_name {
    position: absolute;
    top: 2px;
    background: linear-gradient(to right, #70BE44 0%, rgba(255, 255, 255, 0) 50%);
    z-index: 9;
    left: 36px;
    border-radius: 5px;
    padding: 4px 10px;
    color: #fff;
    border: none;
    height: 27px;
}

.assistant_name:hover{
    background-color: #70BE44;
    border: 1px solid #0000001A;
    transition: all 0.6s ease-in-out;

}

.ai_assistant_list {
    max-height: 150px;
    overflow: auto;
}

.ai_assistant_list::-webkit-scrollbar {
    background-color: transparent;
    width: 5px;
}

.ai_assistant_list::-webkit-scrollbar-thumb {
    background-color: #0ca45b60;
    border-radius: 5px;
}


.delete_assis_btn a img {
    width: 15px;
}

.delete_assis_btn {
    border-left: 1px solid #ffffff;
}

.table_filters select, .table_filters input {
    border: 1px solid #2323234D;
    background-color: #fff;
    border-radius: 5px;
    padding: 11px 9px;
    padding-right: 38px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20.46px;
    color: #000000;
}

.clear_filter_btn button {
    font-size: 16px;
    font-weight: 500;
    line-height: 16.37px;
    color: #E60909;
}
.uploaded_file_outer {
    position: relative;
    z-index: 2;
    display: flex;
    width: -webkit-fill-available;
    overflow: auto;
    align-items: center;
}
.uploaded_file_outer .uploaded_file{
    border: 1px solid #ccc;
    width: max-content;
    padding: 8px 25px 8px 15px;
    border-radius: 10px;
    background: #fff;
    margin: 10px;
}
.uploaded_file_outer .uploaded_file h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uploaded_file_content p{
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.uploaded_file_outer .uploaded_file p{
    font-size: 14px;
    margin-bottom: 0px;
}
.uploaded_file .file_cross_icon{
    position: absolute;
    top: -8px;
    right: -5px;
    height: 16px;
    width: 16px;
    background: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.uploaded_file_content{
    width: 280px;
}


.file_upload_loader .spinner-border {
    width: 20px;
    height: 20px;
    border-width: 3px;
    border: 2px solid #000;
    border-right-color: transparent;
#historyBlock {
    overflow-y: auto;
}
}
.apply_filter_btn button{
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
    padding: 10px 20px;
    border-radius: 6px;
}
.home_breadcrumb.breadcrumb-item a {
    color: #939393;
    font-size: 18px;
    font-weight: 500;
}
.raiseQuestionBody form{
    padding: 25px 22px;
    padding: 0px;
    border: none;
    border-radius: 0px;
}

/* kalyan css start here  */

.meeting_details_table_outer table thead{
    position: sticky;
    top: 0;
    background-color: #fff;
    transition: all 0.5s ease-in-out;
}

.meeting_details_table_outer table thead tr th{
    text-align: center;
}

.meeting_details_table_outer table tbody tr td {
    text-align: center;
}

.meeting_details_table_outer table thead tr th:first-child,
.meeting_details_table_outer table  tr td:first-child{
    border: none ;
}

.new_chat_btn_outer .create-chat-btn{
    background: 
  linear-gradient(0deg, #00B75E 0%, #70BE44 100%), 
  linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
   border-radius: 5px;
   height: 54px;
   color: #fff;
   font-size: 16px ;
   font-weight: 700;
   font-family: 'Nunito Sans';

}

.new_chat_btn_outer{
    padding: 16px 20px;
    border-top: 1px solid transparent; /* Needed to activate the border-image */
    border-image-source: linear-gradient(213.92deg, rgba(60, 162, 125, 0.42) 26.38%, #FFFFFF 73.62%);
    border-image-slice: 1; 
}

.chat_history_outer_sec {
    padding: 0 20px;
}

.chat_history_outer_sec .accordion-item .accordion-button{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    color: #000;
    padding: 20px 10px;
}

.chat_history_outer_sec .accordion-item .accordion-button:focus{
   box-shadow: none;
}
/* 
.chat_history_outer_sec .accordion-button:not(.collapsed)::after{
    background-image: url(../images/accordian_down_arrow.svg) !important;
    height: 6px;
    background-size: contain;
}

.chat_history_outer_sec .accordion-button::after{
    background-image: url(../images/accordian_down_arrow.svg) !important;
    height: 6px;
    background-size: contain;
} */

.chat_history_outer_sec .accordion-button::after {
    height: 13px;
    width: 11px;
    background-size: contain;
    margin-right: 6px;
}
.chat_history_outer_sec .accordion-item{
    background-color: transparent !important;
    border: none !important;
}

.chat_history_outer_sec .accordion-body{
    padding: 0;
    height: calc(100vh - 282px);
    overflow: auto;
}

.chat_history_outer_sec .accordion-body ul li a {
    border: 0;
    background-color: transparent;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito Sans';
}

.chat_history_outer_sec .accordion-body ul li{
    padding: 10px 0;
    cursor: pointer;
}

.create_new_chat_btn .new_clear_history_btn{
    background: transparent;
    color: #232323;
    font-size: 16px;
    font-weight: 700;

}

.create_new_chat_btn{
    background-color: #fcfbfd;
    border-top: 1px solid #2323231A;
    box-shadow: none;
}

.ownerSelectBlock .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: 48px;
}
.rich_text_editor{
    height: 136px;
    border: 1px solid #00000033;
    border-radius:0px 0px 10px 10px;
    padding: 13px 16px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}
.text_editor_option {
    border: 1px solid #00000033;
    border-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
}
.page_create_form  form .text_editor_option select{
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 12px;
}
.text_editor_option button{
    border: none;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background-color: transparent;
    border-radius: 2px;
}
.text_editor_option .option-button.active{
    background-color: #e0e9ff;
}
.page_create_form  form .add_video_box input.form-control{
    padding: 9px 16px;
}
.add_video_box .add_video_btn, .add_video_btn{
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border: 1px solid;
    border-image-source: linear-gradient(88.21deg, #017F42 22.99%, #F3FFEC 77.01%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.82px;
    width: 200px;
    border-radius: 5px;
    padding: 9px 0px;
}
.video-list .video-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: #f0f0f0;
    padding: 4px 13px;
    border-radius: 10px;
}
.video-list .video-item h3{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}
.video-list .video-item a{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.video-list .video-item a:hover{
    color: #0144a7;
}
.dlt_video_btn{
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.select2Box .select2-container--default .select2-selection--multiple{
    border: 1px solid #00000033;
    border-radius: 10px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;
}

/* .select2Box .select2-container--default .select2-search--inline .select2-search__field{
    margin: 0px;
} */
.help_chat_box h3{
    font-size: 20px;
    font-weight: 700;
}
.help_chat_box .chat-input{
    padding: 17px 20px !important;
    padding-right: 50px !important;
    height: 57px;
}

#rich-text-editor {
height: 300px;  /* Adjust height as needed */
overflow-y: auto;
}

.description_rich_text p img{
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.ql-editor {
min-height: 200px;
}

.delete_btn_new button{
    background: transparent;
    border: none;
    height: 30px;
    border-radius: 100%;
    color: rgba(255, 0, 0, 0.728);
}
.view_group_btn{
    background: linear-gradient(180deg, #017F42 0%, #70BE44 100%);
    border: 1px solid;
    border-image-source: linear-gradient(88.21deg, #017F42 22.99%, #F3FFEC 77.01%);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 21.82px;
    border-radius: 5px;
    padding:11px 10px;
}
.members_table{
    border: 1px solid #ccc;
    border-radius: 10px;
    max-height: 300px;
    overflow: auto;
}
.members_table td, .members_table th{
        padding: 8px 18px;
}
.members_table tr:last-child td{
    border-bottom: none;
}
.task_list_table.table-responsive{
    border: 1px solid #ccc;
    border-radius: 10px;
}
.task_list_table.table-responsive td, .task_list_table.table-responsive th{
    padding: 10px 18px;
    vertical-align: baseline;
    border-bottom: 1px solid #ccc;
}
.task_list_table.table-responsive tr:last-child td{
    border-bottom: none;
}
.drop-zone {
    width: 100%;
    min-height: 150px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    transition: border-color 0.3s ease;
}

.drop-zone:hover {
    border-color: #666;
}

.drop-zone__label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 20px;
    text-align: center;
}


.suggestions-box {
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.suggestion-btn:disabled {
    cursor: not-allowed;
}
.suggestions-box {
    background: white;
    border-radius: 8px;
    box-shadow: none;
    margin-bottom: 0px;
    max-height: 300px; /* Set a max height */
    overflow: auto;
    border-radius: 15px 15px 0 0;
}

.suggestions-content {
    padding: 10px;
    display: flex;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    max-height: 85px;
    overflow-y: auto;
    width: max-content;
}
button.suggestion-btn {
    width: max-content;
}

.suggestions-box.show {
    display: block;
}

.suggestion-btn {
    background: #ECFFE1;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 3px 10px;
    text-align: left;
    transition: all 0.2s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    font-size: 14px;
}

.suggestion-btn:hover {
    background: #e9ecef;
    transform: translateY(-1px);
}



.suggestion-btn.active {
    border-color: #70BE44;
    background-color: rgba(112, 190, 68, 0.1); /* Slight background change for active state */
}
.hidden_suggestion {
    display: none;
}
.max-content-td{
    width: max-content;
}
.deleteConfirmationModal h2{
    font-size: 20px;
    font-weight: 700;
}

.thumb-up, .thumb-down {
    border: none;
    background: transparent;
    font-size: 20px;
    cursor: pointer;
    opacity: 0.6;
    transition: opacity 0.2s, transform 0.2s;
}
.thumb-up svg path, .thumb-down svg path{
    fill: none;
    stroke: #595959;
    stroke-width: 2px;
}

/* Active state */

.thumb-up.active svg path, .thumb-down.active svg path{
    fill: #7b7a7a;
    stroke: transparent;
}
.thumb-down.active, .thumb-up.active {
    transform: scale(1.1);
}

/* Hover effects */
.thumb-up:hover {
    opacity: 0.8;
    color: darkgreen;
}

.thumb-down:hover {
    opacity: 0.8;
    color: darkred;
}
.chat_suggestion {
    max-height: 100px;
    overflow: auto;
    padding-top: 6px;
    background: #e7ede4;
    margin: 0px 10px;
    border-radius: 8px;
}
.chat_suggestion li {
    padding: 5px 10px;
    text-align: left;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    margin-bottom: 2px;
    border-bottom: 1px solid #c3c3c3;
}
.chat_suggestion li:last-child{
    border-bottom: none;
    margin-bottom: 0px;
}
.chat_suggestion li:hover{
    background-color: #cdcfcc;
}

.copy-btn {
    background-color: transparent;
    border: none;
    color: #9d9d9d;
    font-size: 20px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #4CAF50;
}

input:checked + .slider:before {
    transform: translateX(20px);
}
.restrict_access_check .form-switch, .current_owner{
    border: 1px solid #00000033;
    border-radius: 10px;
    padding: 11px 16px;
    color: #232323;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.82px;   
}
.current_owner{
    padding: 13px 16px;
    background-color: #d8d8d8;
}
.restrict_access_check .form-switch input{
    float: unset;
    margin-left: 0px;
    width: 50px;
    height: 21px;
}
.user_sender_name{
    font-size: 13px;
    font-weight: 600;
    color: #727171;
}
.time_text{
    font-size: 11px;
}
.manageFilesModal textarea {
    height: 500px;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px);
}
.modal .gradient_btn:disabled{
    opacity: 0.6;
}
a.dlt_btn[disabled] {
    pointer-events: none;       /* Prevent clicking */
    opacity: 0.5;               /* Make it look grayed out */
    cursor: not-allowed;        /* Show not-allowed cursor */
    filter: grayscale(100%);    /* Optional: desaturate the icon */
}
.manageFilesModal h5 span {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.manageFilesModal table{
    white-space: nowrap;
}
.manageFilesModalID{
    display: grid;
    grid-template-columns: 30% 70%;
}
.manageFilesModal td, .manageFilesModal th{
    font-size:14px ;
}
.file_table_data{
    min-width: 250px;
}
.load_more_link a{
    color: #303030;
}
.manageFilesModal td a{
    color: #016235;
}
.manageFilesModal textarea{
    height: 500px;
}
#addGroupForm, #addUserForm {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid #23232333;
    border-radius: 10px;
}
.customBtn {
    padding: 6px 10px;
    border-radius: 4px;
}
.upload_url_link{
    border-radius: 6px;
    background-color: #158a43;
}

.back-btn{
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: linear-gradient(90deg, #226241 0%, #179e58 100%);
    border: none;
}
.knowledge_base_header_btns.create_btn a{
    padding: 12px 12px;
}
.edit_kb_modal .file_name_table th, .edit_kb_modal .file_name_table td{
    padding: 10px 18px;
}
.kb_select_box .select2-container--default .select2-search--inline .select2-search__field{
    height: 23px;
}
.kb_uploaded_file span{
    word-break: break-all;
}
.knowledge_base_select .select2-container--default .select2-selection--single{
    height:37.6px;
    border:1px solid #ced4da;
}
.knowledge_base_select .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 38px;
}
.knowledge_base_select .select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px;
}
.current-file span {
    word-break: break-all;
    padding-right: 10px;
}
.select2Box .select2-container {
    width: 100%!important;
}
.select2Box .select2-container .select2-selection--multiple {
    min-height: 50px;
    overflow: auto;
    height: 50px;
}

.file_name_table tr:nth-child(odd) audio::-webkit-media-controls-panel{
    background: #ffffff;
}
.file_name_table tr audio{
    height: 35px!important;
}

.file_name_table tr audio::-webkit-media-controls-enclosure {
    border-radius: 2px;
}
.createUploadedFiles{
    max-height: 170px;
    overflow: auto;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 7px;
}

.whitespace-nowrap {
    white-space: nowrap;
}