.focus-visible\:ring-ring:focus-visible {
    --tw-ring-color: transparent;
}

.focus-visible\:ring-offset-2:focus-visible {
    --tw-ring-offset-width: 0px;
}

.hover\:bg-accent:hover {
    background-color: hsl(226deg 100% 89.82%);
}

.text-blue {
    color: #1e3c72;
}

.text-green {
    color: #3ca773;
}

.hover\:text-sidebar-accent-foreground:hover {
    color: hsl(var(--sidebar-accent-foreground));
}

.bg-stop-search {
    background: linear-gradient(135deg, #3bff84, #1a7a3d, #27871a);
}

header {
    z-index: 99;
}

.bg-success,
header {
    background: linear-gradient(135deg, #1e3c72, #106f33, #38ef7d);
    /* background: linear-gradient(135deg, #1e3c72, #2a5298, #38ef7d); */
}

.user-icon-gredient {
    background: linear-gradient(to right, #3b82f6, #6366f1);
    color: white;
}

.img-logo-banner {
    padding-right: 10px;
    border-right: 2px solid #26B35B;
}

.banner-text {
    font-weight: 800;
    top: 14px;
}

.img-watermark {
    opacity: 0.2;
    position: fixed;
    width: 20%;
    bottom: 1%;
    left: -10%;
    z-index: 0;
    pointer-events: none;
}

.bg-user-message {
    background: #32a889;
    color: #ffffff;
    outline: 1px solid #2f8a8e;
}

.messages-wrap {
    height: 91.5%;
    position: absolute;
    width: 100%;
}

.message-wrap {
    max-width: 98%;
}

.bg-ai-message {
    border-radius: 5px;
    color: #ffffff;
    width: 95%;
}

.section-left {
    width: 35%;
    max-height: 86vh;
    overflow-x: auto;
    display: flex;
    z-index: 1;
}

.section-right {
    width: 65%;
}

.chat-footer {
    width: 100%;
    background: #fff;
    text-align: center;
    z-index: 99;
}

button,
input,
optgroup,
select,
textarea {
    color: #1e3c72;
}

.border-blue {
    border: 1px solid #1e3c72;
}

.regulatory-chat .markdown-body {
    color: #21427b;
    font-weight: 500;
}

.scroll-top-div {
    top: 77%;
}

@media (min-width: 1440px) and (max-width: 1599px) {
    button {
        font-size: 14px !important;
        text-wrap: auto !important;
    }
}

@media (min-width: 1200px) and (max-width: 1439px) {
    button {
        font-size: 12px !important;
        text-wrap: auto !important;
    }
}

.banner-gradient {
    background: linear-gradient(to top right, #bbf7d0, #bfdbfe);
}

.tab-trigger {
    padding: 0.5rem 1rem;
    border-radius: 0.375rem;
    background-color: transparent;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.tab-trigger:hover {
    background-color: #e5e7eb;
}

.tab-trigger[data-state="active"] {
    background-color: #378dfd;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navigation-button:hover {
    background-color: #f0fdf4 !important;
}


.bg-progress-bar {
    color: #fff;
    background-image: linear-gradient(135deg, #1e3c72, #106f33, #38ef7d);
}