/* -------------------- 
	FI CUSTOM CSS ONLY
----------------------- */

/* FI Home */

.page-fi-home .main-content {
	margin-left: 70px!important;
	padding-left: 0px!important;
}
.page-fi-home .page-content {
	padding: 0;
}
.page-fi-home #page-topbar {
	display: none!important;
}
.page-fi-home .main-content {
    background: #fff!important;
}
.page-fi-home {
	overflow-x: hidden;
}
.page-fi-home .secondary-nav-FI {
	display: none!important;
}

.page-fi-home .fi-menu-block::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-home .fi-menu-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-home .fi-content-block::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-home .fi-menu-block {
	display: flex;
	width: 230px;
	padding: 16px 24px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	border-right: 1px solid #D9D9D9;
	background: #F1F3F7;
	height: 100vh;
	overflow-y: auto;
	gap: 24px;
}
.page-fi-home .fi-menu-block header {
	display: flex;
	padding: 8px 4px 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
    width: 100%;
}
.page-fi-home .fi-menu-block header h4 {
	text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.page-fi-home .aside-menu-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
}
.page-fi-home .aside-menu-block ul li a {
	color: var(--Greys-Grey-4, #666);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	display: flex;
	padding: 8px 4px;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	width: 100%;
}
.page-fi-home .aside-menu-block ul li a:hover {
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-home .aside-menu-block ul li a.active {
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-home .recent-chat-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.page-fi-home .recent-chat-block h6 {
	display: flex;
    padding: 8px 4px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
	margin-bottom: 0;
}
.page-fi-home .recent-chat-block ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-home .recent-chat-block ul li a {
	color: var(--Greys-Grey-4, #666);
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	padding: 6px 4px;
	align-self: stretch;
	width: 100%;
}
.page-fi-home .recent-chat-block ul li a:hover {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-home .recent-chat-block ul li a.active {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-home .fi-content-response::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-home .fi-content-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-home .fi-content-response::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-home .fi-content-response {
	overflow-y: auto;
    overflow-x: hidden;
	/* padding: 60px 0px 0px 0px; */
}
.page-fi-home .fi-intro-section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-fi-home .fi-intro-content {
	display: grid;
    gap: 36px;
}
.page-fi-home .fi-intro-section h1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
}
.page-fi-home .fi-intro-section .card-body {
	border-radius: 8px;
	background: rgba(235, 240, 254, 0.40);
	display: flex;
	padding: 12px;
	align-items: center;
	gap: 12px;
	border: 1px solid #efefef;
}
.page-fi-home .fi-intro-section a:hover .card-body {
   transform: scale(1.01);
}
.page-fi-home .fi-intro-section .card-body h4 {
	color: var(--Greys-Grey-4, #666);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.14px;
	margin-bottom: 0;
}
.page-fi-home .fi-intro-section .card-body span {
	border-radius: 7px;
    background: var(--Color-2, #FFF);
    display: flex;
    padding: 8px;
}
.page-fi-home .all-home-list {
    transition: all .3s ease;
	transform: translateY(10%);
}
.page-fi-home .all-home-list.transform-none {
	transform: none;
}

.page-fi-home .fi-intro-section.fi-answer-block .fi-hide-intro {
	display: none;
}
.page-fi-home .fi-intro-section.fi-answer-block {
	height: auto!important;
	display: block !important;
}
.page-fi-home .fi-content-block .container {
	max-width: 900px;
	padding-left: 50px;
	padding-right: 50px;
}
.page-fi-home .fi-content-block .container.fi-response-section {
	/* padding-left: 0; */
	padding: 60px 50px 0px 0px;
}

.page-fi-home .fi-search-answer-block {
	position: fixed;
    bottom: 20px;
    left: 300px;
    right: 0;
    z-index: 99;
}
.page-fi-home .fi-search-block {
	border-radius: 10px;
    border: 1.5px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
	z-index: 999;
    position: relative;
}
.page-fi-home .fi-search-block textarea {
	display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 0;
	resize: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	height: 60px;
}
.page-fi-home .fi-search-block textarea::-webkit-scrollbar {
   display: none;
}
.page-fi-home .fi-search-block .fi-dropdown {
	border-top: 1px solid var(--border-1, rgba(0, 0, 0, 0.10));
    background: #F9FAFC;
    display: flex;
    padding: 12px 12px;
    gap: 12px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-fi-home .fi-search-block .form-select {
	color: var(--Greys-Grey-2, #333);
	border-radius: 12px;
    border: 1px solid #DBDBDB;
    display: flex;
    padding: 10px 8px 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
	box-shadow: none;
	cursor: pointer;
}
.page-fi-home .fi-search-block .btn.disabled {
    opacity: 0.3;
}
.page-fi-home .fi-search-block .search-fi-btn {
	border-radius: 9px;
    background: var(--Blue-shades-B1, #EBF0FE);
    width: 42px;
    height: 42px;
    padding: 10px;
}
.page-fi-home .fi-search-container.fi-search-intro-block {
	padding: 0px;
}
.page-fi-home .fi-search-intro-block .fi-search-block {
    border: 1px solid var(--Greys-Grey-6, #CCC);
    box-shadow: none;
}

.page-fi-home .fi-response-question-txt {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-fi-home .fi-response-answer img.fi-logo {
	padding: 7px;
    border: 1px solid #eee;
    border-radius: 6px;
    width: 42px;
    height: 42px;
}
.page-fi-home .fi-response-answer-txt img.star-loading {
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation-iteration-count: infinite;
}
.page-fi-home .fi-response-answer-summary:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.page-fi-home .fi-response-answer-summary.hide-cursor::after {
	display: none;
}
@keyframes blinkCursor{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.page-fi-home .fi-response-answer-summary,
.page-fi-home .fi-response-answer-summary *,
.page-fi-home .fi-response-answer-intro-txt,
.page-fi-home .fi-response-answer-reply-txt {
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-fi-home .fi-response-answer-intro-txt:after,
.page-fi-home .fi-response-answer-reply-txt:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: black;
    animation: blinkCursor 1s infinite;
    vertical-align: middle;
    margin: 5px;
    border-radius: 50%;
}
.page-fi-home .fi-response-answer-intro-txt.hide-cursor::after,
.page-fi-home .fi-response-answer-reply-txt.hide-cursor::after {
	display: none;
}

.page-fi-home .apexcharts-xaxis text, 
.page-fi-home .apexcharts-yaxis text {
    fill: #555;
    color: var(--Text-onSurface-Subdued, #555);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}
.page-fi-home .fi-animate-txt {
	width: 50ch;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 2.5s steps(50) forwards;
	display: block;
}
@keyframes typing {
	0% {
		width: 0;
	}
}
.page-fi-home .grid-stack-item-content {
	border-radius: 12px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FAFAFA;
	box-shadow: 0px 2px 3px #e4e8f0;
	overflow-y: hidden !important;
	height: 400px!important;
}
.page-fi-home .grid-stack-item-content.widget-height-6 {
    height: 600px !important;
    max-width: 790px;
}
.page-fi-home .grid-stack-item-content .card {
	border: 0px!important;
    box-shadow: none!important;
    background: none!important;
}
.page-fi-home .aws-component-legend {
    padding: 8px 16px 7px 10px;
}
.page-fi-home .aws-component-legends-grid {
    gap: 10px;
}
.page-fi-home .card-chips {
    margin-bottom: 10px;
}
.page-fi-home .search-month-container li a {
    color: #000;
    font-size: 15px;
	font-weight: 500;
}
.page-fi-home .search-month-container li a:hover,
.page-fi-home .search-month-container li a.active {
	background: #eee;
}
.page-fi-home .fi-dropdown .dropdown-item {
	color: #000;
    font-size: 15px;
    font-weight: 500;
}
.page-fi-home .action-btn-block {
	display: flex;
    justify-content: end;
    align-items: end;
    position: absolute;
    right: 30px;
    top: 10px;
}
.page-fi-home .action-btn-block button {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.page-fi-home .fi-response-answer-txt .response-status {
    color: var(--Primary-Blue, #2960F5);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.page-fi-home .fi-response-progress .progress {
	height: 6px;
    border-radius: 9px;
	background: var(--Greys-Grey-8, #F5F5F5);
	transition: width 0.4s linear;
	position: relative;
}
.page-fi-home .fi-response-progress .progress .progress-bar {
	border-radius: 5px;
	background: var(--Primary-Blue, #2960F5);
	transition: left 0.4s linear;
}
.page-fi-home .fi-response-progress .progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 1.5s infinite;
}
.page-fi-home .fi-animate-response {
	background-image: linear-gradient(
    175deg,
    #2960F5 0%,
    #2960F5 29%,
    #2960F5 67%,
    #fff 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear forwards;
	display: inline-block;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

/* -------------------- */

/* FI Chats */

.page-fi-chats .main-content {
	margin-left: 70px!important;
	padding-left: 0px!important;
}
.page-fi-chats .page-content {
	padding: 0;
}
.page-fi-chats #page-topbar {
	display: none!important;
}
.page-fi-chats .main-content {
	background: #fff!important;
}
.page-fi-chats {
	overflow-x: hidden;
}
.page-fi-chats .secondary-nav-FI {
	display: none!important;
}

.page-fi-chats .fi-menu-block::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-chats .fi-menu-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-chats .fi-content-block::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-chats .fi-menu-block {
	display: flex;
	width: 230px;
	padding: 16px 24px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	border-right: 1px solid #D9D9D9;
	background: #F1F3F7;
	height: 100vh;
	overflow-y: auto;
	gap: 24px;
}
.page-fi-chats .fi-menu-block header {
	display: flex;
	padding: 8px 4px 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
    width: 100%;
}
.page-fi-chats .fi-menu-block header h4 {
	text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.page-fi-chats .aside-menu-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
    padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
}
.page-fi-chats .aside-menu-block ul li  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-chats .aside-menu-block ul li a {
	color: var(--Greys-Grey-4, #666);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	display: flex;
	padding: 8px 4px;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	width: 100%;
}
.page-fi-chats .aside-menu-block ul li a:hover {
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-chats .aside-menu-block ul li a.active {
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-chats .recent-chat-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.page-fi-chats .recent-chat-block h6 {
	display: flex;
    padding: 8px 4px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
	margin-bottom: 0;
}
.page-fi-chats .recent-chat-block ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-chats .recent-chat-block ul li a {
	color: var(--Greys-Grey-4, #666);
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	padding: 6px 4px;
	align-self: stretch;
	width: 100%;
}
.page-fi-chats .recent-chat-block ul li a:hover {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-chats .recent-chat-block ul li a.active {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-chats .fi-content-response::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-chats .fi-content-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-chats .fi-content-response::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-chats .fi-content-response {
	overflow-y: auto;
    overflow-x: hidden;
	/* padding: 60px 0px 0px 0px; */
}
.page-fi-chats .fi-intro-section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-fi-chats .fi-intro-content {
	display: grid;
    gap: 36px;
}
.page-fi-chats .fi-intro-section h1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
}
.page-fi-chats .fi-intro-section h4 {
	color: var(--Greys-Grey-1, #0D0D0D);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 100% */
	letter-spacing: -0.48px;
}
.page-fi-chats .fi-intro-section p {
	color: var(--Greys-Grey-4, #666);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}

.page-fi-chats .all-chats-list .card {
	border-radius: 8px;
    background: rgba(39, 96, 234, 0.05);
	margin-bottom: 12px;
}
.page-fi-chats .all-chats-list .card-body {
	display: flex;
	padding: 12px;
}
.page-fi-chats .all-chats-list .card-body h6 {
	color: var(--Greys-Grey-1, #0D0D0D);
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	margin-bottom: 0;
}
.page-fi-chats .all-chats-list {
    transition: all .3s ease;
	transform: translateY(10%);
}
.page-fi-chats .all-chats-list.transform-none {
	transform: none;
}

.page-fi-chats .fi-intro-section.fi-answer-block .fi-hide-intro {
	display: none;
}
.page-fi-chats .fi-intro-section.fi-answer-block {
	height: auto!important;
	display: block !important;
}
.page-fi-chats .fi-content-block .container {
	max-width: 900px;
	padding-left: 50px;
	padding-right: 50px;
}
.page-fi-chats .fi-content-block .container.fi-response-section {
	/* padding-left: 0; */
	padding: 60px 50px 0px 0px;
}

.page-fi-chats .fi-search-answer-block {
	position: fixed;
    bottom: 20px;
    left: 300px;
    right: 0;
    z-index: 99;
}
.page-fi-chats .fi-search-block {
	border-radius: 10px;
    border: 1.5px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
	z-index: 999;
    position: relative;
}
.page-fi-chats .fi-search-block textarea {
	display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 0;
	resize: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	height: 60px;
}
.page-fi-chats .fi-search-block textarea::-webkit-scrollbar {
   display: none;
}
.page-fi-chats .fi-search-block .fi-dropdown {
	border-top: 1px solid var(--border-1, rgba(0, 0, 0, 0.10));
    background: #F9FAFC;
    display: flex;
    padding: 12px 12px;
    gap: 12px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-fi-chats .fi-search-block .form-select {
	color: var(--Greys-Grey-2, #333);
	border-radius: 12px;
    border: 1px solid #DBDBDB;
    display: flex;
    padding: 10px 8px 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
	box-shadow: none;
	cursor: pointer;
}
.page-fi-chats .fi-search-block .btn.disabled {
    opacity: 0.3;
}
.page-fi-chats .fi-search-block .search-fi-btn {
	border-radius: 9px;
    background: var(--Blue-shades-B1, #EBF0FE);
    width: 42px;
    height: 42px;
    padding: 10px;
}
.page-fi-chats .fi-search-container.fi-search-intro-block {
	padding: 0px;
}
.page-fi-chats .fi-search-intro-block .fi-search-block {
    border: 1px solid var(--Greys-Grey-6, #CCC);
    box-shadow: none;
}

.page-fi-chats .fi-response-question-txt {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-fi-chats .fi-response-answer img.fi-logo {
	padding: 7px;
    border: 1px solid #eee;
    border-radius: 6px;
    width: 42px;
    height: 42px;
}
.page-fi-chats .fi-response-answer-txt img.star-loading {
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation-iteration-count: infinite;
}
.page-fi-chats .fi-response-answer-summary:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.page-fi-chats .fi-response-answer-summary.hide-cursor::after {
	display: none;
}
@keyframes blinkCursor{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.page-fi-chats .fi-response-answer-summary,
.page-fi-chats .fi-response-answer-summary *,
.page-fi-chats .fi-response-answer-intro-txt,
.page-fi-chats .fi-response-answer-reply-txt  {
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-fi-chats .fi-response-answer-intro-txt:after,
.page-fi-chats .fi-response-answer-reply-txt:after  {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: black;
    animation: blinkCursor 1s infinite;
    vertical-align: middle;
    margin: 5px;
    border-radius: 50%;
}
.page-fi-chats .fi-response-answer-intro-txt.hide-cursor::after,
.page-fi-chats .fi-response-answer-reply-txt.hide-cursor::after {
	display: none;
}

.page-fi-chats .apexcharts-xaxis text, 
.page-fi-chats .apexcharts-yaxis text {
    fill: #555;
    color: var(--Text-onSurface-Subdued, #555);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}
.page-fi-chats .fi-animate-txt {
	width: 50ch;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 2.5s steps(50) forwards;
	display: block;
}
@keyframes typing {
	0% {
		width: 0;
	}
}
.page-fi-chats .grid-stack-item-content {
	border-radius: 12px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FAFAFA;
	box-shadow: 0px 2px 3px #e4e8f0;
	overflow-y: hidden !important;
	height: 400px!important;
}
.page-fi-chats .grid-stack-item-content.widget-height-6 {
    height: 600px !important;
    max-width: 790px;
}
.page-fi-chats .grid-stack-item-content .card {
	border: 0px!important;
    box-shadow: none!important;
    background: none!important;
}
.page-fi-chats .aws-component-legend {
    padding: 8px 16px 7px 10px;
}
.page-fi-chats .aws-component-legends-grid {
    gap: 10px;
}
.page-fi-chats .card-chips {
    margin-bottom: 10px;
}
.page-fi-chats .search-month-container li a {
    color: #000;
    font-size: 15px;
	font-weight: 500;
}
.page-fi-chats .search-month-container li a:hover,
.page-fi-chats .search-month-container li a.active {
	background: #eee;
}
.page-fi-chats .fi-dropdown .dropdown-item {
	color: #000;
    font-size: 15px;
    font-weight: 500;
}
.page-fi-chats .action-btn-block {
	display: flex;
    justify-content: end;
    align-items: end;
    position: absolute;
    right: 30px;
    top: 10px;
}
.page-fi-chats .action-btn-block button {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.page-fi-chats .fi-response-answer-txt .response-status {
    color: var(--Primary-Blue, #2960F5);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.page-fi-chats .fi-response-progress .progress {
	height: 6px;
    border-radius: 9px;
	background: var(--Greys-Grey-8, #F5F5F5);
	transition: width 0.4s linear;
	position: relative;
}
.page-fi-chats .fi-response-progress .progress .progress-bar {
	border-radius: 5px;
	background: var(--Primary-Blue, #2960F5);
	transition: left 0.4s linear;
}
.page-fi-chats .fi-response-progress .progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 1.5s infinite;
}
.page-fi-chats .fi-animate-response {
	background-image: linear-gradient(
    175deg,
    #2960F5 0%,
    #2960F5 29%,
    #2960F5 67%,
    #fff 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear forwards;
	display: inline-block;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}

/* -------------------- */

/* FI Chats V2 */

.page-fi-chats-v2 .main-content {
	margin-left: 70px!important;
	padding-left: 0px!important;
}
.page-fi-chats-v2 .page-content {
	padding: 0;
}
.page-fi-chats-v2 #page-topbar {
	display: none!important;
}
.page-fi-chats-v2 .main-content {
	background: #fff!important;
}
.page-fi-chats-v2 {
	overflow-x: hidden;
}
.page-fi-chats-v2 .secondary-nav-FI {
	display: none!important;
}
.page-fi-chats-v2 .fi-content-block .fi-search-answer-block.container,
.page-fi-chats-v2 .fi-content-block .fi-response-section.container {
	/* margin-right: 260px; */
}

/* -------------------- */

/* FI Boards */

.page-fi-boards .main-content {
	margin-left: 70px!important;
	padding-left: 0px!important;
}
.page-fi-boards .page-content {
	padding: 0;
}
.page-fi-boards #page-topbar {
	display: none!important;
}
.page-fi-boards .main-content {
    background: #fff!important;
}
.page-fi-boards {
	overflow-x: hidden;
}
.page-fi-boards .secondary-nav-FI {
	display: none!important;
}

.page-fi-boards .fi-menu-block::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-boards .fi-menu-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-boards .fi-content-block::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-boards .fi-menu-block {
	display: flex;
	width: 230px;
	padding: 16px 24px;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	border-right: 1px solid #D9D9D9;
	background: #F1F3F7;
	height: 100vh;
	overflow-y: auto;
	gap: 24px;
	transition: 0.5s;
}
.page-fi-boards .fi-menu-block.closed {
  margin-left: -200px;
}
.page-fi-boards .fi-menu-block header {
	display: flex;
	padding: 8px 4px 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
	position: relative;
    width: 100%;
}
.page-fi-boards .fi-menu-block header h4 {
	text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.page-fi-boards .aside-menu-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
    padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
}
.page-fi-boards .aside-menu-block ul li  {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-boards .aside-menu-block ul li a {
	color: var(--Greys-Grey-4, #666);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	display: flex;
	padding: 8px 4px;
	align-items: center;
	gap: 8px;
	margin-bottom: 4px;
	width: 100%;
}
.page-fi-boards .aside-menu-block ul li a:hover {
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-boards .aside-menu-block ul li a.active {
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-boards .recent-chat-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.page-fi-boards .recent-chat-block h6 {
	display: flex;
    padding: 8px 4px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--Greys-Grey-1, #0D0D0D);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.32px;
	margin-bottom: 0;
}
.page-fi-boards .recent-chat-block ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-boards .recent-chat-block ul li a {
	color: var(--Greys-Grey-4, #666);
	text-overflow: ellipsis;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	padding: 6px 4px;
	align-self: stretch;
	width: 100%;
}
.page-fi-boards .recent-chat-block ul li a:hover {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
	transform: scale(1.01);
}
.page-fi-boards .recent-chat-block ul li a.active {
	background-color:rgba(39, 96, 234, 0.05);
	border-radius: 5px;
	color: var(--Greys-Grey-1, #0D0D0D);
}

.page-fi-boards .fi-content-response::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-boards .fi-content-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-boards .fi-content-response::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-boards .fi-content-response {
	overflow-y: auto;
    overflow-x: hidden;
}
.page-fi-boards .fi-intro-section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-fi-boards .fi-intro-content {
	display: grid;
    gap: 36px;
}
.page-fi-boards .fi-intro-section h1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
}
.page-fi-boards .fi-intro-section h4 {
	color: var(--Greys-Grey-1, #0D0D0D);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 100% */
	letter-spacing: -0.48px;
}
.page-fi-boards .fi-intro-section p {
	color: var(--Greys-Grey-4, #666);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}

.page-fi-boards .all-boards-list .card {
	border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.page-fi-boards .all-boards-list .card-body {
	display: block;
	height: 72px;
	padding: 12px;
	gap: 12px;
}
.page-fi-boards .all-boards-list img {
	display: flex;
    padding: 17px 45.5px 13.875px 45.5px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background: #F7F9FF;
	object-fit: contain;
    height: 150px;
}
.page-fi-boards .all-boards-list .card-body h6 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	width: 100%;
	margin-bottom: 0;
}
.page-fi-boards .all-boards-list .card-body span {
	color: var(--Greys-Grey-4, #666);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 200% */
	letter-spacing: -0.24px;
}
.page-fi-boards .all-boards-list {
    transition: all .3s ease;
	transform: translateY(10%);
}
.page-fi-boards .all-boards-list.transform-none {
	transform: none;
}

.page-fi-boards .fi-intro-section.fi-answer-block .fi-hide-intro {
	display: none;
}
.page-fi-boards .fi-intro-section.fi-answer-block {
	height: auto!important;
	display: block !important;
}
.page-fi-boards .fi-content-block .container {
	max-width: 900px;
	padding-left: 50px;
	padding-right: 50px;
}

.page-fi-boards .fi-search-answer-block {
	position: fixed;
    bottom: 20px;
    left: 70px;
    right: 0;
    z-index: 99;
}
.page-fi-boards .fi-search-block {
	border-radius: 10px;
    border: 1.5px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
	z-index: 999;
    position: relative;
}
.page-fi-boards .fi-search-block textarea {
	display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 0;
	resize: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	height: 60px;
}
.page-fi-boards .fi-search-block textarea::-webkit-scrollbar {
   display: none;
}
.page-fi-boards .fi-search-block .fi-dropdown {
	border-top: 1px solid var(--border-1, rgba(0, 0, 0, 0.10));
    background: #F9FAFC;
    display: flex;
    padding: 12px 12px;
    gap: 12px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-fi-boards .fi-search-block .form-select {
	color: var(--Greys-Grey-2, #333);
	border-radius: 12px;
    border: 1px solid #DBDBDB;
    display: flex;
    padding: 10px 8px 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
	box-shadow: none;
	cursor: pointer;
}
.page-fi-boards .fi-search-block .btn.disabled {
    opacity: 0.3;
}
.page-fi-boards .fi-search-block .search-fi-btn {
	border-radius: 9px;
    background: var(--Blue-shades-B1, #EBF0FE);
    width: 42px;
    height: 42px;
    padding: 10px;
}
.page-fi-boards .fi-search-container.fi-search-intro-block {
	padding: 0px;
}
.page-fi-boards .fi-search-intro-block .fi-search-block {
    border: 1px solid var(--Greys-Grey-6, #CCC);
    box-shadow: none;
}

.page-fi-boards .fi-response-question {
	background-color: #F1F3F7;
	padding: 16px 62px 16px 54px;
	border-radius: 5px;
	border: 1px solid #eee;
}
.page-fi-boards .fi-response-question-txt,
.page-fi-boards .fi-response-question-txt a {
	color: var(--Grey-1, #171717);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
}
.page-fi-boards .fi-response-question-txt input {
	width: 50%;
	height: 40px;
    color: var(--Grey-1, #171717);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.page-fi-boards .fi-response-answer {
	padding: 24px 54px 150px 54px;
}
.page-fi-boards .fi-response-answer img.star-loading {
	/* -webkit-animation: spin 1s ease-in-out infinite; */
    /* -moz-animation: spin 1s ease-in-out infinite; */
	/* animation-iteration-count: infinite; */
}
.page-fi-boards .fi-response-answer-txt .response-status {
    color: var(--Primary-Blue, #2960F5);
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.16px;
}
.page-fi-boards .fi-response-answer-txt .card {
	border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FAFAFA;
}
.page-fi-boards .fi-response-answer-summary:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.page-fi-boards .fi-response-answer-summary.hide-cursor::after {
	display: none;
}
@keyframes blinkCursor{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.page-fi-boards .apexcharts-xaxis text, 
.page-fi-boards .apexcharts-yaxis text {
    fill: #555;
    color: var(--Text-onSurface-Subdued, #555);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}

.page-fi-boards .fi-response-progress .progress {
	height: 6px;
    border-radius: 9px;
	background: var(--Greys-Grey-8, #F5F5F5);
	transition: width 0.4s linear;
	position: relative;
}
.page-fi-boards .fi-response-progress .progress .progress-bar {
	border-radius: 5px;
	background: var(--Primary-Blue, #2960F5);
	transition: left 0.4s linear;
}
.page-fi-boards .fi-response-progress .progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shimmer 1.5s infinite;
}
.page-fi-boards .fi-animate-txt {
	width: 50ch;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 2.5s steps(50) forwards;
	display: block;
}
@keyframes typing {
	0% {
		width: 0;
	}
}
.page-fi-boards .fi-animate-response {
	background-image: linear-gradient(
    175deg,
    #2960F5 0%,
    #2960F5 29%,
    #2960F5 67%,
    #fff 100%
	);
	background-size: 200% auto;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: textclip 2s linear forwards;
	display: inline-block;
}
@keyframes textclip {
	to {
		background-position: 200% center;
	}
}
.page-fi-boards .grid-stack-item-content {
	border-radius: 12px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FAFAFA;
	box-shadow: 0px 2px 3px #e4e8f0;
	overflow-y: hidden !important;
}
.page-fi-boards .grid-stack-item {
    height: 400px!important;
}
.page-fi-boards .grid-stack-item[gs-h="6"] {
    height: 600px !important;
}
.page-fi-boards .grid-stack-item-content .card {
	border: 0px!important;
    box-shadow: none!important;
    background: none!important;
}
.page-fi-boards .grid-stack-item .remove-widget-btn {
	position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
	z-index: 9;
	display:none;
}
.page-fi-boards .grid-stack-item:hover .remove-widget-btn {
	display: block;
}
.page-fi-boards .aws-component-legend {
    padding: 8px 16px 7px 10px;
}
.page-fi-boards .aws-component-legends-grid {
    gap: 10px;
}
.page-fi-boards .card-chips {
    margin-bottom: 10px;
}
.page-fi-boards .search-month-container li a {
    color: #000;
    font-size: 15px;
	font-weight: 500;
}
.page-fi-boards .search-month-container li a:hover,
.page-fi-boards .search-month-container li a.active {
	background: #eee;
}
.page-fi-boards .fi-dropdown .dropdown-item {
	color: #000;
    font-size: 15px;
    font-weight: 500;
}
.page-fi-boards .fi-response-question .action-btn-block {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.page-fi-boards .fi-response-question .action-btn-block .btn {
	color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.14px;
    display: flex;
    align-items: center;
    gap: 8px;
	width: 95px;
}
.page-fi-boards .fi-response-question .action-btn-block .btn.disabled {
	color: var(--Greys-Grey-3, #4C4C4C);
}

/*-----------------------*/

/* Common CSS */

.fi-deep-checkbox label {
	color: var(--Greys-Grey-3, #4C4C4C);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
	margin-left: 5px;
	margin-top: 1px;
}
.fi-deep-checkbox .form-check-input {
    height: 19px;
    width: 35.833px!important;
}
.fi-deep-checkbox .form-check-input:checked {
	background-color: var(--Primary-Blue, #2960F5);
}
.fi-deep-checkbox .dropdown-menu {
	width: 278px;
	min-height: 100px;
	padding: 16px;
	border-radius: 8px;
	border: 1px solid var(--Greys-Grey-8, #F5F5F5);
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
	position: absolute;
    bottom: 55px;
	white-space: normal;
}
.fi-deep-checkbox .dropdown-menu h6 {
	color: var(--Greys-Grey-1, #0D0D0D);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.32px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.fi-deep-checkbox .dropdown-menu span {
	color: var(--Greys-Grey-4, #666);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
	letter-spacing: -0.28px;
}
.azure-legend-title {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.color-indicator-commitments-chart-container {
    width: 6px;
    height: 16px;
    border-radius: 2px;
    margin-right: 8px;
}
.fi-tickets-table td {
    font-weight: 600;
    font-size: 16px;
    color: black;
}

.edit-fi-chats-block {
	border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FAFAFA;
    padding: 16px 16px 12px 16px;
    border-radius: 12px;
}
.edit-fi-chats-block textarea {
	background: #FAFAFA!important;
	border: 0;
    resize: none;
    color: #000!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.32px;
	height: 60px;
}
.edit-fi-chats-block button {
	width: 70px;
}
.fi-response-question:hover .edit-chats-btn {
	display:inline!important;
	height: 35px;
}
.fi-response-question .edit-chats-btn {
	position: relative;
    top: 0;
    padding: 5px;
    margin-left: 5px;
}
.fi-response-question .edit-chats-btn:hover {
	background-color: #f5f5f5;
    border-radius: 5px;
}

.fi-response-answer-follow-txt {
	background-color: #fbfbfb;
    padding: 15px;
    border-radius: 6px;
}
.fi-response-answer-follow-txt ol {
	padding-left: 20px;
	margin-bottom: 0px;
}
.fi-response-answer-follow-txt li {
	cursor: pointer;
}
.fi-response-answer-follow-txt li:hover {
	color: #2760ea;
}

.grid-stack-item-content .optimizer-card-secondary.card {
    box-shadow: none !important;
    border: 1px solid #E6E6E6 !important;
    margin-bottom: 20px !important;
}
.grid-stack-item-content .optimizer-card-secondary.card h6 + div {
    gap: 40px !important;
}
.grid-stack-item-content .optimizer-card .card-body {
    padding: 1.25rem;
}

.fi-daterangepicker {
	box-shadow: 0 5px 6px rgba(20, 27, 43, .1);
	font-family: "Work Sans"!important;
}
.fi-daterangepicker .drp-buttons .btn {
    font-size: 13px!important;
    padding: 10px 16px!important;
	font-weight: 600 !important;
	border: 0;
}
.fi-daterangepicker .ranges li {
	font-size: 14px !important;
    padding: 12px 14px !important;
    color: #000;
    font-weight: 500;
}
.fi-daterangepicker .calendar-table th,
.fi-daterangepicker .calendar-table td {
	width: 35px!important;
    height: 35px!important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.fi-daterangepicker .drp-selected {
	color: #000;
}
.fi-daterangepicker .drp-buttons {
	padding: 15px!important;
}
.fi-daterangepicker .drp-buttons .btn-default {
    background: #E6E6E6;
}
.fi-daterangepicker .drp-buttons .btn-primary {
    background: #2760EA;
}

.grid-stack-item-content.fi-fullscreen-mode {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100vh !important;
	background: white;
	z-index: 1054;
	overflow: auto;
}

.skeleton-chart-container {
	height: 600px;
	padding: 20px;
	position: relative;
}
.skeleton-wrapper {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

/*-----------------------*/

/* FI Dev Test*/

.page-fi-dev-test .main-content {
	margin-left: 70px!important;
	padding-left: 0px!important;
}
.page-fi-dev-test .page-content {
	padding: 0;
}
.page-fi-dev-test #page-topbar {
	display: none!important;
}
.page-fi-dev-test .main-content {
    background: #fff!important;
}
.page-fi-dev-test {
	overflow-x: hidden;
}
.page-fi-dev-test .secondary-nav-FI {
	display: none!important;
}

.page-fi-dev-test .fi-menu-block::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-dev-test .fi-menu-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-dev-test .fi-content-block::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-dev-test .fi-menu-block {
	width: 300px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	align-self: stretch;
	border-right: 1px solid #D9D9D9;
	background: #F1F3F7;
	height: 100vh;
	overflow-y: auto;
}
.page-fi-dev-test .fi-menu-block header {
	padding: 24px;
	display: block;
	align-self: stretch;
	border-bottom: 1px solid #D9D9D9;
}
.page-fi-dev-test .fi-menu-block header h4 {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 100% */
	letter-spacing: -0.8px;
}
.page-fi-dev-test .fi-menu-block .new-chat-btn {
	color: #065AD8;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	height: 42px;
	padding-right: 29px;
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	background: #FFF;
}
.page-fi-dev-test .fi-menu-block .new-chat-btn:hover {
	border: 1px solid #0094FF;
}
.page-fi-dev-test .fi-menu-block footer {
	padding: 24px 14px 24px 14px;
	position: fixed;
    bottom: 0;
}
.page-fi-dev-test .fi-menu-block footer a {
	color: var(--Color, #000);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.32px;
}
.page-fi-dev-test .recent-chat-block {
	display: flex;
	padding: 24px 14px 24px 14px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	align-self: stretch;
}
.page-fi-dev-test .recent-chat-block h6 {
	display: flex;
	padding: 8px 12px;
	color: rgba(0, 0, 0, 0.60);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 142.857% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
}
.page-fi-dev-test .recent-chat-block ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-fi-dev-test .recent-chat-block ul li a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px; /* 125% */
	letter-spacing: -0.32px;
	width: 100%;  
	padding: 8px 12px;
}
.page-fi-dev-test .recent-chat-block ul li:hover {
	background: #e2e5e8;
	transform: scale(1.01);
}

.page-fi-dev-test .fi-content-response::-webkit-scrollbar {
    width: 0.5em;
}
.page-fi-dev-test .fi-content-response::-webkit-scrollbar-track {
	background: #fff;
}
.page-fi-dev-test .fi-content-response::-webkit-scrollbar-thumb {
	border-radius: 10px;
}
.page-fi-dev-test .fi-content-response {
	overflow-y: auto;
    overflow-x: hidden;
	padding: 60px 0px 30px 0px;
}
.page-fi-dev-test .fi-intro-section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-fi-dev-test .fi-intro-section h1 {
	color: #000;
	text-align: center;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.64px;
}
.page-fi-dev-test .fi-intro-section p {
	color: rgba(0, 0, 0, 0.60);
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
	width: 515.767px;
    margin: 0 auto;
    margin-bottom: 6em;
}
.page-fi-dev-test .fi-intro-section .card-body {
    padding: 16px;
	border-radius: 12px;
    border: 1px solid #d5d5d5;
	height: 180px;
}
.page-fi-dev-test .fi-intro-section a:hover .card-body {
   background-color: #fafafa;
   transform: scale(1.01);
}
.page-fi-dev-test .fi-intro-section .card-body h4 {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 125% */
	letter-spacing: -0.16px;
}
.page-fi-dev-test .fi-intro-section .card-body span {
	padding: 12px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 15px;
	width: 50px;
	height: 50px;
}
.page-fi-dev-test .fi-intro-section .col:first-child .card-body span {
    background: rgba(61, 215, 23, 0.05);
}
.page-fi-dev-test .fi-intro-section .col:nth-child(2) .card-body span {
    background: rgba(206, 136, 30, 0.05);
}
.page-fi-dev-test .fi-intro-section .col:nth-child(3) .card-body span {
    background: rgba(109, 69, 230, 0.05);
}
.page-fi-dev-test .fi-intro-section .col:last-child .card-body span {
    background: rgba(60, 143, 240, 0.05);
}
.page-fi-dev-test .fi-content-block .container {
	max-width: 940px;
	padding-left: 50px;
	padding-right: 50px;
}
.page-fi-dev-test .fi-content-block .container.fi-response-section {
	padding-left: 0;
}

.page-fi-dev-test .fi-search-block {
	border-radius: 10px;
    border: 1.5px solid #0094FF;
    background: #FFF;
    box-shadow: 0px 20px 24px 0px rgba(20, 37, 63, 0.06);
	z-index: 9999;
    position: relative;
}
.page-fi-dev-test .fi-search-block textarea {
	display: flex;
    padding: 12px 16px 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border: 0;
	resize: none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
	height: 60px;
}
.page-fi-dev-test .fi-search-block textarea::-webkit-scrollbar {
   display: none;
}
.page-fi-dev-test .fi-search-block .fi-dropdown {
	border-top: 1px solid var(--border-1, rgba(0, 0, 0, 0.10));
    background: #F9FAFC;
    display: flex;
    padding: 12px 12px;
    gap: 12px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.page-fi-dev-test .fi-search-block .form-select {
	color: var(--Greys-Grey-2, #333);
	border-radius: 12px;
    border: 1px solid #DBDBDB;
    display: flex;
    padding: 10px 8px 10px 16px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
	box-shadow: none;
	cursor: pointer;
}
.page-fi-dev-test .fi-search-block .btn.disabled {
    opacity: 0.3;
}
.page-fi-dev-test .fi-search-block .search-fi-btn {
	border-radius: 9px;
    background: var(--Blue-shades-B1, #EBF0FE);
    width: 42px;
    height: 42px;
    padding: 10px;
}

.page-fi-dev-test .fi-response-question-txt {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}
.page-fi-dev-test .fi-response-answer-txt img.star-loading {
	-webkit-animation: spin 1s ease-in-out infinite;
	-moz-animation: spin 1s ease-in-out infinite;
	animation-iteration-count: infinite;
}
.page-fi-dev-test .fi-response-answer-summary:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: black;
	animation: blinkCursor 1s infinite;
	vertical-align: top;
	margin: 5px;
	border-radius: 50%;
}
.page-fi-dev-test .fi-response-answer-summary.hide-cursor::after {
	display: none;
}
@keyframes blinkCursor{
	0%{
		opacity: 1;
	}
	50%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.page-fi-dev-test .fi-response-answer-summary,
.page-fi-dev-test .fi-response-answer-summary * {
	color: #000;
	font-size: 16px;
	font-style: normal;
	line-height: 24px; /* 150% */
	letter-spacing: -0.32px;
}

.page-fi-dev-test .apexcharts-xaxis text, 
.page-fi-dev-test .apexcharts-yaxis text {
    fill: #555;
    color: var(--Text-onSurface-Subdued, #555);
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.2px;
}
.page-fi-dev-test .fi-animate-txt {
	width: 50ch;
	overflow: hidden;
	white-space: nowrap;
	animation: typing 2.5s steps(50) forwards;
	display: block;
}
@keyframes typing {
	0% {
		width: 0;
	}
}
.page-fi-dev-test .grid-stack-item-content {
	border-radius: 12px;
    border: 1px solid var(--Greys-Grey-7, #E6E6E6);
    background: #FAFAFA;
	box-shadow: 0px 2px 3px #e4e8f0;
	overflow-y: hidden !important;
	height: 400px!important;
}
.page-fi-dev-test .grid-stack-item-content .card {
	border: 0px!important;
    box-shadow: none!important;
    background: none!important;
}
.page-fi-dev-test .aws-component-legend {
    padding: 8px 16px 7px 10px;
}
.page-fi-dev-test .aws-component-legends-grid {
    gap: 10px;
}
.page-fi-dev-test .card-chips {
    margin-bottom: 10px;
}
.page-fi-dev-test .search-month-container li a {
    color: #000;
    font-size: 15px;
	font-weight: 500;
}
.page-fi-dev-test .search-month-container li a:hover,
.page-fi-dev-test .search-month-container li a.active {
	background: #eee;
}
.page-fi-dev-test .fi-dropdown .dropdown-item {
	color: #000;
    font-size: 15px;
    font-weight: 500;
}
