.pointer {
	cursor: pointer;
}

[data-theme-mode=cdri] {
    --bs-primary: #C92730 !important;
    --bs-primary-rgb: 200, 40, 48 !important;
    /* --bs-danger: #f16c69 !important;
    --bs-danger-rgb: 241, 108, 105 !important;
    --bs-success: #35a989 !important;
    --bs-success-rgb: 53, 169, 137 !important;
    --bs-info: #bb8c27 !important;
    --bs-info-rgb: 245, 178, 37 !important; */
}

[data-theme-mode=cdri] .pricing-nav {
    background-color: #C92730 !important;
  }
[data-theme-mode=cdri] .pricing-nav .nav-item .nav-link {
color: #C92730;
}
[data-theme-mode=cdri] .pricing-nav .nav-item .nav-link.active {
color: #fff;
}
[data-theme-mode=cdri] .pricing-card:hover, [data-theme-mode=cdri] .pricing-card:active, [data-theme-mode=cdri] .pricing-card.active {
background-color: #C92730;
}pricing-card.active {
background-color: #C92730;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.chatbot-widget {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1100;
}

.chatbot-toggle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #8f1d24 0%, #C92730 45%, #e15b63 100%);
    color: #fff;
    box-shadow: 0 18px 40px rgba(201, 39, 48, 0.28);
    padding: 14px 20px;
    font-weight: 600;
}

.chatbot-toggle i {
    font-size: 22px;
    line-height: 1;
}

.chatbot-panel {
    width: min(390px, calc(100vw - 24px));
    height: 620px;
    max-height: calc(100vh - 110px);
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.22);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 14px;
}

.chatbot-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    background: linear-gradient(135deg, #8f1d24 0%, #C92730 45%, #e15b63 100%);
}

.chatbot-icon-button {
    border: 0;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.chatbot-icon-button i {
    font-size: 22px;
    line-height: 1;
}

.chatbot-window {
    flex: 1;
    overflow-y: auto;
    padding: 18px;
    background: linear-gradient(180deg, #f6fbf8 0%, #eef5f1 100%);
}

.chatbot-bubble {
    max-width: 85%;
    border-radius: 18px;
    padding: 12px 14px;
    margin-bottom: 12px;
    line-height: 1.55;
    white-space: pre-wrap;
}

.chatbot-bubble.user {
    background: #dcedc8;
    margin-left: auto;
    border-bottom-right-radius: 4px;
}

.chatbot-bubble.bot {
    background: #fff;
    margin-right: auto;
    border-bottom-left-radius: 4px;
    box-shadow: 0 12px 30px rgba(22, 34, 51, 0.08);
}

.chatbot-panel-footer {
    border-top: 1px solid #e9ecef;
    padding: 16px;
    background: #fff;
}

.chatbot-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

@media (max-width: 576px) {
    .chatbot-widget {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .chatbot-panel {
        width: 100%;
        max-height: calc(100vh - 90px);
    }

    .chatbot-toggle {
        margin-left: auto;
    }
}
