.c-smart-filter {
    width: 250px;
    display: flex;
    align-items: center;
}
.c-smart-filter ul {
    margin: 0;
    padding: 0;
}
.smart-filter-collaps div#collapseExample {
    position: absolute;
    z-index: 1;
}
.smart-filter-sec{
    margin-top: 20px;
}
.workspace-page .page-title-box .page-title-right{
    margin-top: 0;
}
.smart-filter-collaps button {
    width: 220px;
    text-align: left;
}
.smart-filter-collaps.custom-accordion .accordion-arrow{
    right: 8px;
    top: 4px;
}
.smart-filter-collaps .card-body{
    width: 220px;
    padding: 10px;
}
.custom-accordion-sub {
    line-height: 40px;
}
.smart-filter-collaps.custom-accordion .custom-accordion-sub .accordion-arrow{
    top: 0px;
}
.custom-accordion-title{
    background: #f8f8f8;
}
.page-custome-style .custom-accordion-title.collapsed{
    background: #ffffff;
}
.page-custome-style .collapse .sub-menu{
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: #f1f1f1;
}
.page-custome-style .collapse .sub-menu .menu-item .menu-link{
    font-size: 14px;
    line-height: 34px;
    background: #ffffff00;
    padding: 0 5px 0 25px;
    display: inline-block;
    width: 100%;
}
.page-custome-style .collapse .sub-menu .menu-item:hover{
    background: #f8f8f8;
}
.workspace-badge .badge {
    padding: 6px 15px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 16px;
}
.form-hd {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    color: #5a69cb;
    margin-top: 0;
}
#wrapper .logo-box .logo-lg {
    height: 40px;
}




/*----------Aera AI button css start-----------*/

.demo_sparklesWrapper__TFMyb {
    position: relative;
    width: 30px;
    height: 36px;
    top: -4px;
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn {
    display: inline-block;
    -webkit-animation: demo_sparkle__j7vdn 2.5s ease infinite forwards;
    animation: demo_sparkle__j7vdn 2.5s ease infinite forwards;
    position: absolute;
    opacity: 0
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:first-child {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    top: 0;
    left: 0;
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:first-child path {
    opacity: .95
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:nth-of-type(2) {
    -webkit-animation-delay: .30s;
    animation-delay: .30s;
    left: 12px;
    top: 20%;
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:nth-of-type(2) path {
    opacity: .75
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:last-child {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
    top: 45%;
    left: 0;
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn:last-child path {
    opacity: .45
}
@-webkit-keyframes demo_sparkle__j7vdn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
@keyframes demo_sparkle__j7vdn {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}
.demo_sparklesWrapper__TFMyb .demo_sparkle__j7vdn svg {
    -webkit-animation: demo_kf-spark-svg__YMYnh 1.2s linear infinite;
    animation: demo_kf-spark-svg__YMYnh 1.2s linear infinite
}
@-webkit-keyframes demo_kf-spark-svg__YMYnh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
@keyframes demo_kf-spark-svg__YMYnh {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}
.center-ai{
 /* width: 180px;
  height: 60px;*/
  position: relative;
}
.AeraAI-btn2 {
  min-width: 160px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  background: black;
  border: none;
  outline: none;
  transition: .3s ease-in-out;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.AeraAI-btn2 svg.border {
  position: absolute;
  left: 0;
  top: 0;
  fill: none;
  stroke: #ffffff;
  stroke-dasharray: 150 480;
  stroke-dashoffset: 150;
  transition: 1s ease-in-out;
  height: 100%;
  width: 100%;
}
.AeraAI-btn2:before{
    content: "";
    display: block;
    position: absolute;
    background: #f39130 !important;
    width: 0px;
    height: 0px;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.AeraAI-btn2:hover:before {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.btn-span{
    position: relative;
    z-index: 2;
}
/*.AeraAI-btn2:hover {
  transition: 1s ease-in-out;
  background: linear-gradient(to left, #002f8e 0%, #1763fc 23%, #7187e2 50%, #d17374 75%, #f2512c 100% );
}*/
.AeraAI-btn2:hover svg.border {
  stroke-dashoffset: -480;
}
.AeraAI-btn2 span {
  color: white;
  font-size: 18px;
  font-weight: 100;
  position: relative;
}
.d-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}
.z-index-1{
  z-index: 1;
}
span.demo_reset__OxD3G {
    margin-left: -15px;
}

/*----------Aera AI button css end-----------*/


.askmeany{
    border-color: #9b9b9b;
    background-color: #fff;
    border-width: 1px;
    border-radius: 8px;
    width: 800px;
    overflow:hidden;
    margin-right:8px;
    height:40px;
}
.askmeany input{
    border:none;
    background: transparent;
    box-shadow:none;
    width: calc(100% - 60px);
    padding: 8px 8px 8px 15px;
}
.askmeany svg{
    position:absolute;
    color: #001d99;
}
.askmeany button{
    width:60px;
    border-radius:0;
}
.aera-fixed-collapse.collapse.show, .aera-fixed-collapsing, .aera-fixed-collapse.collapse:not(.show) {
    max-width: 350px;
    width:100%;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #f7f7f7;
    z-index: 9;
    top: auto;
    overflow-y: scroll;
    /*display: flex;*/
    align-items: stretch;
    flex-wrap: wrap;
}
.aiinsight {
    margin-bottom: 0;
    width: 100%;
    height: 53px;
}
.aiinsight-chat-result {
    padding: 15px;
    color: #222222;
    width: 100%;
    overflow-y: scroll;
    height: calc(100vh - 333px);
}
.aiinsight-chat-result .col-3{
    width: 100%;
}
.aiinsight-chat-result .col-3 .card{
    margin-bottom: 10px;
}
.aiinsight-chat-result h3{
    font-size:16px;
}
.aiinsight-chat-result .col-3 .card .card-header, .aiinsight-chat-result .col-3 .card .card-body{
    padding: 5px;
}
.aiinsight-chat-result .col-3 .card .card-header .input-group-text{
    padding: 2px 8px;
    line-height: 22px;
    height: 26px;
    margin-right: 5px;
}
.aiinsight-chat-result .col-3 .card .card-header h4{
    margin: 0;
    font-size: 14px;
}
.aiinsight-chat-result .col-3 .input-group{
    align-items: center;
}
.aiinsight-chat-result .col-3 .card .card-body{
    font-size: 12px;
    padding-top:0;
}
.aiinsight-chat-typebox {
    background: #ffffff;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
}
.aiinsight-chat {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    height: 280px;
}
.aiinsight-chat-typebox .form-control.valid {
    height: 68px;
    /* text-wrap: nowrap; */
    font-size: 12px;
}
.aiinsight-chat-suggest {
    max-height: 200px;
    overflow-x: auto;
    padding: 10px;
    border-top: 1px solid #999999;
}
.aiinsight-chat-suggest button.btn {
    margin-bottom: 5px;
    padding: 5px;
    font-size: 12px;
}
.aiinsight-chat-result p {
    font-size: 15px;
    margin-bottom: 5px;
}
.aiinsight-chat-result::-webkit-scrollbar-track, .aiinsight-chat-suggest::-webkit-scrollbar-track, .aiinsight-chat-typebox .form-control.valid::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
.aiinsight-chat-result::-webkit-scrollbar, .aiinsight-chat-suggest::-webkit-scrollbar, .aiinsight-chat-typebox .form-control.valid::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}
.aiinsight-chat-result::-webkit-scrollbar-thumb, .aiinsight-chat-suggest::-webkit-scrollbar-thumb, .aiinsight-chat-typebox .form-control.valid::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #232384), color-stop(0.72, #3737af));
}
table::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}
table::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #232384), color-stop(0.72, #3737af));
}
table::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #232384), color-stop(0.72, #3737af));
}
td.footer-marketing, td.cta, td.default-text {
    padding:10px 0 !important;
}
td.default-text div font, td.default-text div{
    font-size: 14px !important;
    line-height: 20px !important;
}
.internal-intelligence-page .card-body img{
    width:100%;
    height:160px;
    object-fit:cover;
    object-position:top center;
}
.min-height-78{
    min-height:50px;
}
.internal-intelligence-page .card-header h4{
        font-size: 15px;
}

.battimgs {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ========== Sidebar Custom Styling ========== */

/* Apply Geist font to entire project */
body, html {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Sidebar background color */
.app-menu {
    background-color: #151515 !important;
}

/* Sidebar scrollbar area */
.app-menu .scrollbar {
    background-color: #151515 !important;
}

/* User box text color */
.app-menu .user-box {
    color: #ffffff !important;
}

.app-menu .user-box .dropdown-toggle {
    color: #ffffff !important;
}

.app-menu .user-box .text-muted {
    color: #cccccc !important;
}

/* Menu title styling */
.app-menu .menu .menu-title {
    color: #ffffff !important;
    opacity: 0.7;
}

/* Menu item link text color */
.app-menu .menu .menu-item .menu-link {
    color: #ffffff !important;
}

.app-menu .menu .menu-item .menu-link .menu-text {
    color: #ffffff !important;
}

.app-menu .menu .menu-item .menu-link .menu-icon {
    color: #ffffff !important;
}

/* Menu item hover effect */
.app-menu .menu .menu-item .menu-link:hover {
    background-color: rgba(243, 145, 48, 0.1) !important;
    color: #f39130 !important;
}

.app-menu .menu .menu-item .menu-link:hover .menu-text {
    color: #f39130 !important;
}

.app-menu .menu .menu-item .menu-link:hover .menu-icon {
    color: #f39130 !important;
}

/* Active menu item */
.app-menu .menu .menu-item.active > .menu-link {
    background-color: rgba(243, 145, 48, 0.15) !important;
    color: #f39130 !important;
}

.app-menu .menu .menu-item.active > .menu-link .menu-text {
    color: #f39130 !important;
}

.app-menu .menu .menu-item.active > .menu-link .menu-icon {
    color: #f39130 !important;
}

/* Sub-menu styling */
.app-menu .menu .sub-menu {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.app-menu .menu .sub-menu .menu-item .menu-link {
    color: #ffffff !important;
}

.app-menu .menu .sub-menu .menu-item .menu-link:hover {
    background-color: rgba(243, 145, 48, 0.1) !important;
    color: #f39130 !important;
}

.app-menu .menu .sub-menu .menu-item .menu-link:hover .menu-text {
    color: #f39130 !important;
}

/* Menu arrow color */
.app-menu .menu .menu-item .menu-link .menu-arrow {
    color: #ffffff !important;
}

.app-menu .menu .menu-item .menu-link:hover .menu-arrow {
    color: #f39130 !important;
}

/* Badge styling in sidebar */
.app-menu .menu .menu-item .menu-link .badge {
    background-color: #f39130 !important;
    color: #ffffff !important;
}

/* Sidebar logo box */
.sidebar-logo-box {
    background-color: #151515 !important;
}

/* Override any conflicting styles */
html[data-menu-color=dark] .app-menu,
html[data-menu-color=brand] .app-menu,
html[data-menu-color=gradient] .app-menu {
    background-color: #151515 !important;
}

/* Ensure text remains white in all menu states */
.app-menu .menu .menu-item .menu-link span,
.app-menu .menu .menu-item .menu-link i {
    color: #ffffff !important;
}

.app-menu .menu .menu-item .menu-link:hover span,
.app-menu .menu .menu-item .menu-link:hover i {
    color: #f39130 !important;
}

/* Additional specificity for nested menu items */
.app-menu .collapse .sub-menu .menu-item .menu-link {
    color: #ffffff !important;
    background-color: transparent !important;
}

.app-menu .collapse .sub-menu .menu-item:hover {
    background-color: rgba(243, 145, 48, 0.1) !important;
}

.app-menu .collapse .sub-menu .menu-item .menu-link:hover {
    color: #f39130 !important;
}

/* Page custom style overrides for sidebar */
.page-custome-style .collapse .sub-menu {
    background: rgba(0, 0, 0, 0.2) !important;
}

.page-custome-style .collapse .sub-menu .menu-item .menu-link {
    color: #ffffff !important;
}

.page-custome-style .collapse .sub-menu .menu-item:hover {
    background: rgba(243, 145, 48, 0.1) !important;
}

.page-custome-style .collapse .sub-menu .menu-item .menu-link:hover {
    color: #f39130 !important;
}

/* Dropdown menu in user box */
.app-menu .user-box .dropdown-menu {
    background-color: #2a2a2a !important;
}

.app-menu .user-box .dropdown-menu .dropdown-item {
    color: #ffffff !important;
}

.app-menu .user-box .dropdown-menu .dropdown-item:hover {
    background-color: rgba(243, 145, 48, 0.1) !important;
    color: #f39130 !important;
}

/* Ensure Geist font is applied to all elements */
* {
    font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* ========== Custom Color Scheme: Black, White, Orange ========== */
/* Override Bootstrap's default primary color styling */

/* 1) Primary Buttons - Black default, Orange hover */
.btn-primary {
    --ct-btn-color: #ffffff !important;
    --ct-btn-bg: #000000 !important;
    --ct-btn-border-color: #000000 !important;
    --ct-btn-hover-color: #ffffff !important;
    --ct-btn-hover-bg: #f39130 !important;
    --ct-btn-hover-border-color: #f39130 !important;
    --ct-btn-active-color: #ffffff !important;
    --ct-btn-active-bg: #f39130 !important;
    --ct-btn-active-border-color: #f39130 !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.btn-primary:hover {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
}

.btn-primary:active,
.btn-primary.active,
.btn-primary:focus,
.btn-primary:focus-visible {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(243, 145, 48, 0.5) !important;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
}

/* 2) Links - Black default, Orange when visited/active */
a {
    color: #000000 !important;
    text-decoration: none;
}

a:hover {
    color: #000000 !important;
    text-decoration: underline;
}

a:visited {
    color: #f39130 !important;
}

a:active {
    color: #f39130 !important;
}

/* 3) Pagination - Black default, Orange active/hover */
.page-link {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.page-link:hover {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
}

.page-link:focus {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(243, 145, 48, 0.25) !important;
}

.page-item.active .page-link,
.page-link.active {
    background-color: #f39130 !important;
    border-color: #f39130 !important;
    color: #ffffff !important;
}

.page-item.disabled .page-link {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: #ffffff !important;
    opacity: 0.5;
}

/* 4) Primary Text - Black instead of blue */
.text-primary {
    color: #000000 !important;
}

/* 5) Primary Outline Badges - Black border and text */
.badge-outline-primary {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}

.badge.badge-outline-primary {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    background-color: transparent !important;
}

/* 6) Primary Outline Buttons - Black border default, Black background on hover */
.btn-outline-primary {
    --ct-btn-color: #000000 !important;
    --ct-btn-border-color: #000000 !important;
    --ct-btn-hover-color: #ffffff !important;
    --ct-btn-hover-bg: #000000 !important;
    --ct-btn-hover-border-color: #000000 !important;
    --ct-btn-active-color: #ffffff !important;
    --ct-btn-active-bg: #000000 !important;
    --ct-btn-active-border-color: #000000 !important;
    color: #000000 !important;
    border-color: #000000 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5) !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #ffffff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
