body {
    font-family: "Inter Tight", sans-serif;
}

.logo-image {
    width: 240px;
    height: 80px;
    object-fit: contain;
    background-color: transparent !important;
}

.main-header {
    background: #ffffff;
}

.main-header nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.main-header-title {
    color: #0f0f0f !important;
}

.banner-gradient {
    background: #277a8c;
}

.main-header-subtitle {
    color: #277a8c !important;
}

.banner-text,
.banner-subtext {
    font-weight: 600;
    top: 14px;
    color: #ffffff !important;
}

.banner-subtext {
    font-weight: 600;
    top: 14px;
    color: #ffffff !important;
}

.bg-success,
n header {
    color: #fff;
    background-color: #ac2375 !important;
}

.bg-success:hover,
.bg-success:active {
    background-color: #9e1266 !important;
    background-image: none;
    color: #fff !important;
    border: 2px solid #fff;
}

.navigation-button:hover {
    background-color: #9e1266 !important;
    color: #fff !important;
}

.tab-trigger[data-state="active"] {
    background-color: #277a8c !important;
    color: #fff;
}

.bg-progress-bar {
    color: #fff;
    background-image: linear-gradient(to right, #4c85be 0%, #2474c4 60%, #0256ab 100%);
}

.card-header-color {
    background-color: #c9e0e6 !important;
}


.main-chat-bg {
    background: #ecf3f5 !important;
}

.svg-logo-image {
    color: #045c92;
}

.tab-list {
    display: flex;
    gap: 0.5rem;
    padding: 0;
    border-radius: 0.5rem;
}

.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: #1d8922;
    color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}


.tab-list {
    @apply flex space-x-2 p-0 rounded-lg;
}

.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: #0f0f0f;
}

.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;
}

.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;
    visibility: hidden;
}

.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;
    }
}

.txt-header-custom {
    color: #fff !important;
    border-color: white !important;
}

.login-page-container {
    background: linear-gradient(to top right,
            #f5c0e5,
            #bde8ff) !important;
    min-height: 100vh;
}

.submit-button-custom {
    background-color: #ac2375 !important;
    border: 2px solid #ac2375 !important;
    color: #fff !important;
}

.border-dotted {
    border-color: #277a8c !important;
}