/*
Theme Name: AORTA
Theme URI: https://www.ansys.com
Author: Ansys
Author URI: https://www.ansys.com
Description: AnsysGPT theme with the right folder and file structure
Version: 1.0
Text Domain:  aorta
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Source+Sans+Pro:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}

.nav-sidebar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}

@media (min-width: 768px) {

	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer {
		transition: margin-left 0.3s ease-in-out;
		margin-left: 60px;
	}
}

@media (max-width: 991.98px) {

	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper,
	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer,
	body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
		margin-left: 0;
	}
}

.main-sidebar,
.main-sidebar::before {
	transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
	width: 60px;
}

.sidebar-collapse .main-sidebar,
.sidebar-collapse .main-sidebar::before {
	margin-left: -250px;
}

body:not(.layout-fixed) .main-sidebar {
	height: calc(100vh - 58px);
	min-height: calc(100vh - 58px);
	position: fixed;
	top: 58px;
	overflow-x: hidden;
}

.main-sidebar {
	height: 100vh;
	overflow-y: hidden;
	z-index: 99999;
}

.main-sidebar a:-moz-focusring {
	border: 0;
	outline: 0;
}

.nav-sidebar .nav-item>.nav-link .right {
	transition: -webkit-transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s, -webkit-transform ease-in-out 0.3s;
}

.nav-sidebar .nav-link>.right,
.nav-sidebar .nav-link>span>.right {
	position: absolute;
	right: 1.25rem;
	top: 16px;
}

.nav-sidebar .menu-open>.nav-treeview {
	display: block;
}

.nav-sidebar .menu-is-opening>.nav-link i.right,
.nav-sidebar .menu-open>.nav-link i.right {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.nav-sidebar .nav-treeview {
	display: none;
	list-style: none;
	padding: 0;
}

.nav-sidebar .nav-link span {
	display: inline;
	margin: 0;
	white-space: normal;
}

#sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1037;
}

@media (max-width: 991.98px) {
	.sidebar-open #sidebar-overlay {
		display: block;
	}
}

.main-sidebar {
	background-color: #f9f9f9;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
}

.sidebar a {
	color: #c2c7d0;
}

@media (min-width:992px) {

	.sidebar-mini.sidebar-collapse .content-wrapper,
	.sidebar-mini.sidebar-collapse .main-footer {
		margin-left: 60px !important
	}

	.sidebar-mini .brand-text,
	.sidebar-mini .nav-sidebar .nav-link span,
	.sidebar-mini .sidebar .user-panel>.info {
		margin-left: 0px;
		visibility: hidden;
	}

	.sidebar-collapse .brand-text,
	.sidebar-collapse .nav-sidebar .nav-link span,
	.sidebar-collapse .sidebar .user-panel>.info {
		visibility: visible;
	}

	.sidebar-mini.sidebar-collapse .main-sidebar,
	.sidebar-mini.sidebar-collapse .main-sidebar::before {
		margin-left: 0;
		/* width: 250px; */
	}

	.sidebar-mini .main-sidebar.sidebar-focused,
	.sidebar-mini .main-sidebar:hover {
		width: 250px;
	}

	.sidebar-mini .main-sidebar:hover .nav-sidebar .nav-link span {
		display: inline-block;
		margin-left: 0;
		-webkit-animation-name: fadeIn;
		animation-name: fadeIn;
		-webkit-animation-duration: .3s;
		animation-duration: .3s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		visibility: visible
	}
}

.sidebar-mini .main-sidebar .nav-link,
.sidebar-mini-md .main-sidebar .nav-link,
.sidebar-mini-xs .main-sidebar .nav-link {
	width: 250px;
	transition: width ease-in-out 0.3s;
}

.nav-sidebar {
	position: relative;
}

.nav-sidebar:hover {
	overflow: visible;
}

.nav-sidebar .nav-item>.nav-link {
	position: relative;
	color: #000;
	display: flex;
	font-size: 16px;
	letter-spacing: -.5px;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	align-items: center;
}

.nav-item img {
	max-height: 32px;
	min-height: 32px;
	max-width: 32px;
	display: inline-block;
	align-items: center;
	margin-right: 0px;
	padding-right: 0px !important;
	margin-left: 4px;
}

.nav-sidebar li.nav-item {
	padding-bottom: 0px;
	padding-top: 0px;
}

.main-header {
	background: #000;
	padding: 0px 0;
}
.page-template-internal-feedback .main-header {
    border: none !important;
}
.page-template-internal-feedback h1{
	color: #333;
}
.page-template-internal-feedback .frm_style_formidable-style.with_frm_style .formwrps .frm_submit button{
	background: #ffb71b;
}
.page-template-internal-feedback .frm_style_formidable-style.with_frm_style .formwrps .frm_submit button:hover{
	color: #ffb71b;
	background: transparent;
    border: 1px solid #ffb71b;
}
.page-template-internal-feedback .main-header .subnav-content img {
    max-height: none;
    width: 17px;
    opacity: 0.7;
}
.page-template-internal-feedback .main-header .subnav-content a {
    font-size: 14px;
}
.page-template-internal-feedback .main-header .subnav-content a i {
    font-size: 19px;
}
.page-template-internal-feedback{
	background-image: url('images/gpt-plus_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-link-icon {
	font-size: 36px;
	color: #fff;
	padding: 8px 12px;
}

.nav-link-icon img {
	margin-top: -2px;
}

.nav-link-icon:hover,
.nav-link-icon:focus {
	color: #f9b82b;
}

.main-header img {
	max-height: 34px;
	width: auto;
}

.main-sidebar .dropdown-menu {
	position: relative;
	top: 0px;
	width: 100%;
	border: none;
	box-shadow: none;
}

.profile-nav {
	position: fixed;
	bottom: 30px;
	left: 20px;
	width: auto;
	color: #000;
	display: flex;
	font-size: 16px;
	align-items: center;
	letter-spacing: -.5px;
}

.profile-nav span {
	display: none;
}

.main-sidebar:hover .profile-nav span,
.sidebar-collapse .profile-nav span {
	display: inline-block;
}

.profile-nav img {
	max-height: 40px;
	min-height: 40px;
	display: inline-block;
	margin-right: 10px;
}

.main-header {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.main-header-right {
	display: flex;
	align-items: center;
}

.main-header-left {
	display: flex;
	align-items: center;
}

.search-container .input-group {
	display: flex;
	border: 2px solid #fff;
	border-radius: 0px;
	max-height: 40px;
	margin-right: 6px;
}

.search-container .input-group .form-control {
	background: none !important;
	border: 1px solid #000;
	min-height: 34px;
	height: 34px;
	color: #fff;
	font-size: 15px;
	/* min-width: 300px; */
	padding-left: 10px;
	background-color: transparent !important;
}

.search-container .input-group .form-control:focus {
	border: 1px solid #000;
	box-shadow: none;
}

.search-container .input-group .btn {
	padding: 1px 8px;
	font-size: 18px;
	color: #fff;
	background: 000;
	border: 1px solid #000;
	margin-top: 0px;
}

.student-btn {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	background-color: #ffb71b;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	border-color: #ffb71b;
	text-transform: uppercase;
	padding: 12px 15px;
	line-height: 1.4;
}

.student-btn:hover,
.student-btn:focus {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

.login-btn {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #000;
	background-color: #fff;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	padding: 12px 15px;
	line-height: 1.4;
	text-transform: uppercase;
}

.login-btn:hover,
.login-btn:focus {
	background-color: #ffb71b;
	border-color: #ffb71b;
	color: #000;
}

.main-header-right {
	padding-right: 6px;
}

.main-header-right .login-btn,
.main-header-right .student-btn {
	margin-left: 6px !important;
	margin-right: 6px !important;
}

.user-header>img {
	border-radius: 50%;
	margin: 0 10px 0 0;
}

.subnav>a {
	color: #fff;
	font-family: Source Sans Pro;
}

.subnav>a:hover {
	color: #ffb71b;
}

.dropdown-menu .right {
	top: 8px !important;
}

.dropdown-menu .dropdown-menu {
	padding-left: 20px;
}

.dropdown-menu li {
	padding-bottom: 6px !important;
	padding-top: 6px !important;
}

.main-header h1 {
	font-size: 26px;
	color: #fff;
	margin: 2px 0 0 15px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.dropdown-menu>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
}


.nav-sidebar li.nav-item:first-child {
	padding-top: 0px !important;
}

.menu-main-menu-container {
	height: 100%;
	display: flex;
	flex-direction: column;
}

@media (min-width: 768px) {
	.nav-link-icon {
		font-size: 28px;
	}
}

@media (min-width: 993px) {
	.sidebar-mini {
		transform: none !important;
	}

	.optanon-alert-box-wrapper {
		top: 0px !important;
	}

	.my-cookie {
		padding-top: 134px;
	}

	.my-cookie .main-header {
		top: 73px;
	}

	.my-cookie .main-sidebar {
		top: 134px !important;
	}

	body {
		padding-top: 58px;
	}

	.nav-link-icon i {
		display: none;
	}
}

@media (max-width: 1460px) {}

@media (max-width: 1200px) {
	.main-header-right .input-group .form-control {
		min-width: inherit;
	}

	.main-header-right .login-btn,
	.main-header-right .student-btn {
		letter-spacing: -.5px;
		font-size: 11px;
	}

	.main-header h1 {
		font-size: 28px;
	}

	.nav-item img {
		margin-right: 15px !important;
	}
}

@media (max-width: 992px) {
	.main-header {
		display: block;
	}

	.main-header h1 {
		width: 100%;
	}

	.main-header {
		position: inherit;
	}

	.my-cookie {
		padding-top: 0px;
	}

	.nav-link-icon {
		font-size: 22px;
		color: #fff;
		padding: 15px 15px;
	}

	.main-header-left {
		flex-wrap: wrap;
	}

	.search-container {
		width: 100%;
		display: flex;
		padding-top: 6px;
		justify-content: center;
	}

	.main-header-right .input-group .form-control {
		height: 30px;
	}

	.main-header-right .input-group .btn {
		padding: 0px 10px;
		font-size: 16px;
	}

	.student-btn,
	.login-btn {
		padding: 10px 12px;
		letter-spacing: 0px;
	}

	.main-header-right {
		padding: 20px 0 22px 0;
		display: block;
		text-align: center;
	}

	body:not(.layout-fixed) .main-sidebar {
		height: calc(100vh - 58px);
		min-height: calc(58px);
		top: 115px;
	}

	.main-header-right .input-group {
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.nav-link-icon i {
		margin-right: 15px;
	}

	.main-header img {
		max-height: 38px;
	}

	.main-sidebar {
		width: 0;
	}

	.sidebar-open .main-sidebar,
	.sidebar-open .main-sidebar::before {
		width: 250px;
	}

	.profile-nav {
		bottom: inherit;
		left: inherit;
		top: 50px;
		right: 10px;
	}

	.profile-nav span {
		display: none !important;
	}

	.profile-nav img {
		max-height: 30px;
		min-height: 30px;
	}
}

@media (max-width: 767px) {
	.main-header h1 {
		font-size: 26px;
	}
}


.text-center {
	text-align: center;
}

.top-bar-nav {
	background: rgba(0, 0, 0, 0.6);
	padding: 5.7px 2px;
	position: fixed;
	width: 100%;
	z-index: 99;
	margin-top: 3.7px;
}

.top-bar-nav ul {
	margin: 0 0 0 -.5px;
	padding: 0;
	list-style: none;
}

.top-bar-nav ul li {
	display: inline-block;
	padding: 0 5.4px;
}

.top-bar-nav ul li a {
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.top-bar-nav ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #ffb71b;
	transition: width .3s;
}

.top-bar-nav ul li a:hover::after,
.top-bar-nav>ul>li.active>a::after {
	width: 100%;
	transition: width .3s;
	color: #ffb71b;
}

.top-bar-nav ul li a:hover,
.top-bar-nav ul li a:focus,
.top-bar-nav>ul>li.active>a {
	color: #ffb71b !important;
	background: none !important;
}



h2 {
	font-size: 40px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Montserrat', sans-serif;
}

a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	outline: 0;
}

.lead {
	font-size: 20px;
}

.nav-item img {
	filter: invert(76%) sepia(0%) saturate(209%) hue-rotate(134deg) brightness(90%) contrast(82%);
}

.nav-sidebar .nav-item>.nav-link {
	color: #a6a6a6 !important;
}

.nav-sidebar .nav-item>.nav-link:hover,
.nav-sidebar .nav-item>.nav-link:focus {
	color: #ffb71b !important;
}

.nav-sidebar .nav-item>.nav-link:hover img {
	filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.nav-item img {
	max-height: 32px;
	min-height: 32px;
	min-width: 32px;
	max-width: 32px;
	display: inline-block !important;
	align-items: center !important;
	margin-right: 10px !important;
	padding-right: 0px !important;
	margin-left: 4px !important;
}

.nav-sidebar .nav-item>.nav-link {
	position: relative;
	display: flex;
	font-size: 16px;
	letter-spacing: -.5px;
	font-weight: 400;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
}

.main-sidebar {
	display: flex;
	flex-direction: column;
}

.menu-settings-menu-container {
	margin-top: auto;
}

.subnav-content {
	display: none;
	box-shadow: 0 0px 12px rgb(0 0 0 / 10%) !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 6px !important;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 33px;
	padding: 8px 12px;
	min-width: 115px;
}

.subnav {
	position: relative;
	padding-left: 15px;
}

.username {
	text-transform: capitalize;
}

.subnavbtn {
	background: none;
	border: none;
	color: #fff;
}

a.username {
	TEXT-DECORATION: NONE;
	COLOR: WHITE;
	MARGIN-RIGHT: 5PX;
}

@media (max-width: 992px) {
	.top-bar-nav {
		position: absolute !important;
		margin-top: 0px;
	}
}

/*HELP MENU*/
.top-bar-nav ul li:last-child {
	float: right;
}

.top-bar-nav ul li:last-child img {
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	margin-right: 10px !important;

	position: relative;
	/* top: -31%; */
	top: -5px;
}

.top-bar-nav {
	height: 50px;
}

.top-bar-nav ul li#menu-item-28424 a::after {
	display: none;
}

.top-bar-nav ul li#menu-item-28424 a span {
	visibility: hidden;
}

.top-bar-nav ul li#menu-item-28424 a img:hover {
	filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.elementor-12321 .elementor-element.elementor-element-0f8cd81 .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: #FFB71B !important;
	margin-left: 10px !important;
	visibility: hidden;
}

.elementor-12321 .elementor-element.elementor-element-0f8cd81 .elementor-nav-menu--main .elementor-item:hover {
	color: #FFB71B !important;
	fill: #FFB71B !important;
}

.search-container:before {
	display: none !important;
}

.gpt-response-out>.response-inner {
	word-break: break-word;
}



.select2-container .select2-search--inline .select2-search__field {
	min-height: 28px;
}

.input-group-append {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 9;
}

.top-bar-nav>ul>li ul.dropdown-menu li.active>a {
	color: #ffb410 !important;
}

.top-bar-nav>ul>li ul.dropdown-menu li.active>a::after {
	width: 100%;
	transition: width .3s;
	color: #ffb71b;
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #ffb71b;
}


/* Hide maintenance*/
.maintainence {
	display: none !important;
}

.main-header {
	top: 0px !important;
}

body:not(.layout-fixed) .main-sidebar {
	top: 58px !important;
}

.top-bar-nav {
	top: 60px !important;
}

/**/



.main-header {
	z-index: 99999 !important;
}

.user-exp-outer {
	position: relative;
	padding-right: 10px;
}

.user-exp-outer .select2-search {
	background-color: #000;
}

.user-exp-outer .select2-search input {
	background-color: #000;
}

.user-exp-outer .select2-results {
	background-color: #000;
	color: #fff;
}

.user-exp-outer .select2-container {
	width: 100% !important;
	position: absolute;
	left: 0 !important;
}

.user-exp-outer .selection {
	display: none;
}

.user-exp-outer .select2-dropdown {
	background: #000;
	left: -1px !important;
	width: calc(100% + 3px) !important;
}

.user-exp-outer h1 a {
	font-family: Montserrat, sans-serif;
}

.user-exp-outer a {
	cursor: context-menu;
}

.user-exp-outer {
	border: 1px solid transparent;
}

.user-exp-outer:hover,
.user-exp-outer:focus,
.user-exp-outer.active {
	border: 1px solid #fff;
	-webkit-box-shadow: 0px 0px 2px 1px rgb(255 255 255);
	-moz-box-shadow: 0px 0px 2px 1px rgb(255 255 255);
	box-shadow: 0px 0px 2px 1px rgb(255 255 255);
}

.user-exp-outer.active {
	border: 1px solid #fff;
	border-bottom-color: transparent;
}

.user-exp-outer h1 {
	margin-right: 15px;
}

.user-exp-outer a {
	color: #fff;
}

.user-exp-outer .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #ffb71b !important;
}

.user-exp-outer i.fa.fa-angle-down {
	margin-left: 15px;
	font-size: 20px;
}

.Bottom-link a {
	display: flex;
	justify-content: space-between;
}

.Bottom-link {
	border-top: 1px solid #eee;
	padding-top: 5px;
}

.user-exp-outer .select2-results__options li:last-child {
	padding-top: 0;
}

.user-exp-outer .select2-container--open .select2-dropdown--below {
	border-radius: 0;
}

.user-exp-outer img {
	margin-right: 15px;
	width: 24px;
}

.user-exp-outer .select2-container img {
	width: auto;
}

.user-exp-outer .select2-results__options li:last-child img {
	margin-right: 0;
}

.user-exp-outer .select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #ffb71b;
	color: #000;
}

.user-exp-outer .yellow-image img {
	width: 24px;
	margin-right: 18px;
	margin-left: 5px;
	filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.user-exp-outer .select2-results__option--selected .yellow-image img {
	filter: none;
}

.user-exp-outer .select2-results__options li:hover .yellow-image img {
	filter: none !important;
}

.user-exp-outer .select2-results__options li:hover a {
	color: #000 !important;
}

.user-exp-outer .select2-container--default .select2-results__option--selected {
	background-color: #ffb71b !important;
}

.user-exp-outer .select2-container--default .select2-results__option--selected a {
	color: #000 !important;
}

.user-exp-outer .select2-results__options a {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.user-exp-outer.active i.fa.fa-angle-down {
	transform: rotate(180deg);
}

.user-exp-outer .select2-results__options li:last-child:hover img {
	filter: invert(90%) sepia(21%) saturate(2309%) hue-rotate(330deg) brightness(95%) contrast(105%);
}

.user-exp-outer .select2-results__option:before {
	display: none;
}

.user-exp-outer .select2-results__option {
	line-height: 32px;
}

.user-exp-outer .select2-container--default .select2-results>.select2-results__options {
	max-height: 500px !important;
}






.dropdown-search {
	position: fixed;
}

.search-container {
	margin-left: 174px !important;
	width: 280px;
	height: 42px;
}

.search-main-header {
	display: flex;

	justify-content: space-between;
	align-items: center;
}

#BingSearch {
	background-color: black;
	border: 2px solid #fff;
	margin-left: -38px;
	width: 198px;
	outline: none;
}

select {
	height: 34px !important;
	padding: 5px 12px !important;
	font-size: 17px;
	font-family: inherit;
}

.search-container .input-group .form-control {
	margin-top: 0px !important;
}

.search-container .input-group .btn {
	padding: 3px 8px 1px;
	font-size: 17px;
	color: #fff;
	background: 000;
	border: 1px solid #000;
	margin-top: 0px;
}

.search-container .input-group {
	display: flex;
	border: 2px solid #fff;
	border-radius: 0px;
	margin-right: 6px;
	height: 38px;
	position: relative;
}

.banner-name {
	margin-top: -13%;
	margin-left: 10%;
	color: white;
	font-family: 'Montserrat', sans-serif !important;
}

.search-result {
	margin-top: -1%;
}

.bcs-container-searchbox {
	width: 20%;
	margin-left: 38%;
	height: 43px;
}

.bcs-top-bar {
	margin-left: 44%;
}

#bcs-results-div {
	margin-left: 20%;
	margin-right: 20%;
}

.bcs-caption-image img {
	max-width: 150px;
	max-height: 90px;
}

.bcs-results {
	margin-top: 70px !important;
}

.bcs-result h2 {
	font-size: 23px !important;
	padding-bottom: 10px !important;

}

.bcs-result a {
	color: #1e6ddc !important;
}

.bcs-caption p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif !important;
	line-height: 1.4em;
}

.bcs-result-web {
	border-bottom: thin solid #bcc3ca !important;
	margin-top: 15px;
}

.bcs-caption {
	margin-bottom: 7px;
}



/*Footer*/
.footer {
	background-color: #000 !important;
	color: #fff;
}

.footer-nav-lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 10px;
	align-items: center;
}

.footer-links-lower {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.footer-nav-lower .copyright {
	order: -1;
	padding-top: 1px;
}

.footer-nav-lower .copyright p {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
	color: #d2d2d2;
	font-weight: 400;
	font-size: 9pt;
	line-height: 1.6;
}

.footer-links-lower ul {
	margin: 0;
	padding: 0;
}

.footer-links-lower li {
	display: inline-block;
	margin: 0 0 0 15px;
	font-size: inherit;
}

.footer-links-lower a {
	color: #d2d2d2;
	font-weight: 400;
	font-size: 13px !important;
	text-decoration: none;
	font-size: inherit;
	line-height: 1.6;
	font-family: Source Sans Pro;
}

.footer-links-lower a:hover {
	color: #ffb71b;
	text-decoration: underline;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 0;
	padding-top: 10px;
	text-align: right;
}

.social-links .h5 {
	margin-right: 2pc;
	font-weight: 600;
	color: #fff;
	font-size: 18px !important;
	margin-bottom: 0;
	margin-top: 0;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
}

.social-links ul {
	margin: 0;
	padding: 0;
}

.social-links li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: transparent;
}

.social-links li:not(:last-child) {
	margin-right: 10px;
}

.social-links ul li a {
	font-size: x-large;
	width: 29px;
	padding: 0;
	height: 20px;
	color: #fff;
	text-decoration: none;
}

.social-links ul li a:hover {
	color: #ffb71b;
	text-decoration: none;
}

.social-links ul li:first-child a:hover {
	color: #ff0000;
}

.social-links ul li:nth-child(2) a:hover {
	color: #1877f2;
}

.social-links ul li:nth-child(3) a:hover {
	color: #1da1f2;
}

.social-links ul li:nth-child(4) a:hover {
	color: #2867b2;
}

.social-links ul li:nth-child(5) a:hover {
	color: #ff0000;
}

.main-header .user-exp-outer h1 img {
	display: none;
}

/*ACEGPT icon style*/
.menu-gpt-menu-container li a {
	padding-top: 15px;
	padding-bottom: 17px;
	position: relative;
	display: flex;
	font-size: 16px;
	letter-spacing: -.5px;
	font-weight: 400;
	padding-left: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	align-items: center;
	font-family: 'Open Sans', sans-serif;
	color: #a6a6a6;
}

.menu-gpt-menu-container li a:hover,
.page-template-ace-gpt-access-page .menu-gpt-menu-container li a,
.page-template-ace-gpt-registration .menu-gpt-menu-container li a {
	color: #ffb71b;
}

.menu-gpt-menu-container li a img {
	margin-left: 0 !important;
	width: 40px;
	max-height: none;
	max-width: 40px;
}

.menu-item a img.hover-image {
	display: none;
}

.menu-gpt-menu-container li a:hover .original-image,
.page-template-ace-gpt-access-page .menu-gpt-menu-container li .original-image {
	display: none;
}

.menu-gpt-menu-container li a:hover .hover-image,
.page-template-ace-gpt-access-page .menu-gpt-menu-container li .hover-image {
	display: block;
}

/* Header Resp 15112023*/
@media (max-width: 1366px) {
	.main-header-left {
		width: 30%;
	}

	.main-header .user-exp-outer h1 {
		margin-right: 0;
		font-size: 22px;
		padding: 0;
	}
}

@media (max-width: 1300px) {
	.main-header-right .student-btn {
		letter-spacing: 1px;
	}

	.main-header-right .bbpress-user {
		font-size: 12px;
		padding-left: 5px;
	}

	.main-header .search-container .input-group .form-control {
		min-width: 168px;
	}

	.main-header-right .bbpress-user img {
		margin-right: 5px;
		max-height: 28px;
		max-width: 28px;
	}
}

@media (max-width: 1279px) {
	.main-header-left {
		width: 33%;
	}

	.main-header-right .student-btn,
	.main-header-right .login-btn {
		padding: 12px 7px;
	}

	.main-header #BingSearch {
		margin-left: -55px;
		width: 170px;
	}

	.main-header .search-container {
		max-width: 210px;
		margin-left: 120px !important;
	}

	.main-header .user-exp-outer h1 {
		font-size: 20px;
		margin-left: 0;
	}

	.user-exp-outer i.fa.fa-angle-down {
		margin-left: 5px !important;
		font-size: 16px !important;
	}

	.main-header-right .user-header>img {
		margin-left: 0;
		margin-right: 5px;
	}

	.main-header-right .subnav {
		padding-left: 0;
	}
}

@media (max-width: 1199px) {
	.main-header .main-search-container {
		position: relative;
		left: 17px;
	}

	.main-header #BingSearch {
		margin-left: -35px;
		width: 150px;
	}

	.main-header .user-exp-outer h1 {
		font-size: 19px;
	}

	.main-header-right .student-btn {
		letter-spacing: 0;
		padding: 11px 7px !important;
	}

	.main-header .search-container {
		max-width: 200px;
	}

	.nav-link-icon {
		padding: 8px 8px;
	}

	.user-exp-outer {
		padding: 0;
		border: none;
	}

	.main-header .user-exp-outer h1 {
		font-size: 18px;
		padding: 0;
	}
}

@media (max-width: 992px) {
	.main-header-left {
		width: 100%;
	}

	.main-header .main-search-container {
		left: inherit;
	}

	.main-header .nav-link-icon {
		padding: 10px 15px;
	}

	.main-header .search-main-header {
		width: 100%;
		justify-content: center;
		flex-direction: column;
	}

	.main-header .search-container {
		margin: 0 4px !important;
		padding: 0;
		width: 100%;
		height: auto;
	}

	.main-header .dropdown-search {
		position: relative;
		margin: 0 4px !important;
	}

	.main-search-container {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 5px;
	}

	.main-header #BingSearch {
		margin-left: 0;
	}

	.main-header .main-header-right {
		padding: 10px 0;
		justify-content: center;
		display: flex;
	}

	.main-header-right .subnav {
		padding: 0;
	}

	.main-header {
		position: fixed;
	}

	.main-header-right .subnav {
		padding: 15px 0 0 80px
	}
}

@media (max-width: 992px) {
	.main-header {
		padding: 0 0 10px;
	}

	.main-header .main-header-right {
		padding: 0;
	}

	.main-header-right .student-btn,
	.main-header .dropdown-search,
	.main-header .nav-link-icon img {
		display: none;
	}

	.main-header-right .subnav>a,
	.main-header .user-exp-outer h1 {
		font-size: 0 !important;
	}

	.main-header-right .subnav {
		position: absolute;
		right: 7px;
		top: 7px;
		padding: 0;
		z-index: 99;
	}

	.main-header .search-container .input-group {
		margin: 0;
	}

	.main-header .user-exp-outer {
		min-width: 220px;
	}

	.user-exp-outer h1 img {
		width: 37px;
	}

	.subnav .subnav-content {
		left: -100px !important;
		z-index: 9999;
		text-align: left;
	}

	.subnavbtn {
		position: relative;
		top: 7px;
	}

	.main-header-right .login-btn {
		position: absolute;
		right: 7px;
		top: 7px;
		z-index: 99;
	}

	.main-header .user-exp-outer h1 img {
		display: inline-block;
	}

	.main-header .nav-link-icon {
		padding: 5px 5px 5px 15px;
	}

	.user-exp-outer i.fa.fa-angle-down {
		position: relative;
		top: 7px;
	}

	.main-sidebar {
		z-index: 9999999 !important;
	}

	.user-exp-outer .select2-results__options a {
		font-size: 14px;
	}

	.social-links li:not(:last-child) {
		margin: 0 5px;
	}

	.social-links .h5 {
		margin: 0 0 10px;
	}
}

@media (max-width: 480px) {
	.main-header .main-header-right .student-btn {
		margin-left: 6px !important;
	}
}

@media (max-width: 399px) {
	.main-header {
		position: fixed !important;
	}

	.main-header .nav-link-icon {
		padding-right: 5px;
		padding-left: 10px;
	}

	.main-header .nav-link-icon i {
		margin-right: 5px;
	}

	.main-header .user-exp-outer {
		padding-right: 0;
	}

	.main-header #BingSearch {
		width: 100%;
	}

	.main-header .search-container .input-group .form-control {
		min-width: 0;
	}
}


@media only screen and (min-width:360px) and (max-width:980px) {

	/* .main-header-right .subnav{padding:15px 0 0 80px} */
	.subnav .subnav-content {
		left: 88px;
		top: 40px;
	}

	.footer .footer-nav-lower {
		display: block;
		text-align: center;
	}

	.social-links {
		text-align: center;
		display: block;
	}

	.social-links ul li a {
		width: 40px
	}

}

@media only screen and (min-width:360px) and (max-width:600px) {
	.footer {
		height: auto;
		padding: 20px 0;
	}
}

/* Footer Smaller device 16112023*/
@media (max-width: 369px) {
	.footer {
		padding: 20px 0;
	}

	footer .social-links {
		display: block;
		text-align: center;
	}

	footer .social-links .h5 {
		margin: 0 0 10px;
	}

	footer .footer-nav-lower {
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.footer-links-lower li {
		margin: 0 7px !important;
	}

	.footer-nav-lower .copyright {
		order: 2;
	}
}

.escalate-modals {
	z-index: 9999;
}

.page-template-ace-gpt-new-access-page .escalate-modals .modal-body {
	height: auto;
	overflow: auto;
	border: 0;
}

.escalate-modals .modal-header {
	align-self: flex-end;
}
.btn.btn-primary{
	color: #000;
    background-color: #D6D6D6;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    border-color: #BBBBBB;
	border-radius: 0;
}
.rate {
	margin: 0 auto;
    display: inline-block;
    height: 46px;
    padding: 0 10px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
#escalate-modal select{
	color: #000 !important;
	min-width: 160px;
}
#push-notification{
	position: fixed;
    top: 70px;
    right: 10px;
    z-index: 9999;
    background-color: #ffb71b;
    padding: 5px 20px;
    color: #000;
	text-transform: uppercase;
	font-weight: 500;
}
div#escalatetoacss {
    display: flex;
    justify-content: flex-end;
}
.escalate-modals button.close {
    padding: 10px 15px;
    font-size: 30px;
}

#ticket-header select {
	font-family: Source Sans Pro;
    width: 230px;
	padding: 0 27px 0 10px !important;
	font-size: 15px;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #707070;
	border-radius: 0;
	background-color: #fff;
	appearance: none;
  	-webkit-appearance: none;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNi40MzgiIGhlaWdodD0iMTEuMTY2IiB2aWV3Qm94PSIwIDAgMTYuNDM4IDExLjE2NiI+DQogIDxnIGlkPSJHcm91cF80OTE0OSIgZGF0YS1uYW1lPSJHcm91cCA0OTE0OSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS42OTEgMS42OTEpIj4NCiAgICA8bGluZSBpZD0iTGluZV8zMjEiIGRhdGEtbmFtZT0iTGluZSAzMjEiIHgyPSI2LjUyOCIgeTI9IjcuNzg1IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyLjQiLz4NCiAgICA8bGluZSBpZD0iTGluZV8zMjIiIGRhdGEtbmFtZT0iTGluZSAzMjIiIHgxPSI2LjUyOCIgeTI9IjcuNzg1IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2LjUyOCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2Utd2lkdGg9IjIuNCIvPg0KICA8L2c+DQo8L3N2Zz4NCg');
	background-repeat: no-repeat;
	background-size: 15px 10px;
	background-position: 97% center;
	letter-spacing: -0.5px;
}
#ticket-header select option{
	font-family: Source Sans Pro;
}
#ticket-header label{
	color: #000;
	font-family: Source Sans Pro;
	font-size: 17px;
}
#ticket-header select:disabled {
	background-color: #c2c2c2;
}

#welcome-message {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
}
#welcome-message h2{
	font-size: 28px;
	color: #000000;
	line-height: 38px;
}
#welcome-message p{
	font-size: 28px;
	font-family: Source Sans Pro;
	line-height: 38px;
}
.chatboxs{
	height: calc(100vh - 450px);
	overflow: hidden;
    overflow-y: auto;
	display: flex;
    align-items: flex-end;
	flex-wrap: wrap;
	margin: 5px auto 0;
	flex: unset;
	width: 90%;
}
.chatboxs .question-container {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99999;
}
.chatboxs .question-container.disabled{
	opacity: .7;
    pointer-events: none;
}

/* Nov05-24 */
.page-template-ace-gpt-fts-home-page .ticketwraps.row {
	position: fixed;
	width: 100%;
	z-index: 99;
	top: 133px;
	left: 0;
  	margin: 0;
}
.page-template-ace-gpt-fts-home-page {
	overflow: hidden;
}
body.page-template-ace-gpt-fts-home-page .mtopp {
	padding-top: 80px;
}
.escalatetoacss > div {
	margin-bottom: 10px;
}

@media (max-width: 1399px){
	#ticket-header label {font-size: 17px;margin-right: 7px !important;}
	#ticket-header select {width: 230px;font-size: 16px;margin-right: 7px !important;}
	.page-template-ace-gpt-fts-home-page #ticket-header p,.page-template-ace-gpt-fts-home-page #ticket-header .text-md-right strong {font-size: 15px !important;}
	.page-template-ace-gpt-fts-home-page #ticket-header .text-md-right {align-items: center;padding-left: 0;}
	.chatboxs .ace-gpt-response-inner {font-size: 16px;}
	.user-exp-outer i.fa.fa-angle-down {margin-left: 5px;}
	.chatboxs {padding: 0 5px;}
	.chatboxs #user_input {font-size: 20px;}
}
@media (max-width: 1329px) {
	#ticket-header select {
		width: 210px;
		font-size: 14px;
	}
	#ticket-header label {
		font-size: 14px;
	}
}
@media (max-width: 1199px) {
	.page-template-ace-gpt-fts-home-page #ticket-header {width: 92% !important;}
	#ticket-header label,#ticket-header select {margin-right: 7px !important;font-size: 17px;}
	#ticket-header select {width: 180px;font-size: 16px;}
	.page-template-ace-gpt-fts-home-page #ticket-header p {font-size: 18px !important;}
	.chatboxs {padding: 0;}
	.page-template-ace-gpt-fts-home-page #ticket-header .text-md-right strong {font-size: 18px !important;padding-left: 7px !important;}
}
@media (max-width: 992px) {
	.page-template-ace-gpt-fts-home-page .main-logo img {width: 227px !important;}
	.page-template-ace-gpt-fts-home-page .ticketwraps.row {top: 122px;}
	body.page-template-ace-gpt-fts-home-page .main-logo {padding-bottom: 5px;padding-top: 0;}
	.page-template-ace-gpt-fts-home-page #ticket-header .form-group {width: 100%;max-width: 270px;margin: 0 auto !important;}
	#ticket-header select {width: 100%;}
	.page-template-ace-gpt-fts-home-page #ticket-header .text-md-right {text-align: center !important;justify-content: center !important;padding-right: 0;}
	.chatboxs .question-container {bottom: 20px;}
	.container-aorta {width: 97% !important;left: 0 !important;}
	.chatboxs {width: 100%;height: calc(100vh - 325px);padding: 0 15px;}
	.page-template-ace-gpt-fts-home-page #ticket-header .col-9,.page-template-ace-gpt-fts-home-page #ticket-header .col-3.text-md-right {max-width: 100%;flex: unset;}
	.page-template-ace-gpt-fts-home-page #ticket-header .input-group {justify-content: center;}
}
@media (max-width: 767px) {
	.page-template-ace-gpt-fts-home-page .main-logo img {width: 170px !important;}
	.page-template-ace-gpt-fts-home-page .ticketwraps.row {top: 105px;}
	.page-template-ace-gpt-fts-home-page #ticket-header .input-group {max-width: 86%;margin: 0 auto;}
	#ticket-header label {width: 140px;text-align: right;}
	.chatboxs {width: 100%;height: calc(100vh - 310px);}
	#ticket-header select {margin-right: 0 !important;margin-bottom: 5px;}
	.escalatetoacss .btn.btn-primary{font-size: 15px;}
}
@media (max-width: 399px) {
	.page-template-ace-gpt-fts-home-page #ticket-header .input-group {max-width: 100%;flex-direction: column;}
	#ticket-header select {max-width: 100%;}
}


/* Tob Bar */
.main-header .search-main-header {width: auto;}
.main-header .main-search-container {
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 435px;
}
.main-header .main-search-container .dropdown-search {
	position: static;
	margin-right: 5px;
	height: 38px;
}
.main-header .dropdown-search #BingSearch {
	margin-left: 0 !important;
	width: 185px !important;
	padding: 5px 12px !important;
	color: #fff !important;
	font-family: "Source Sans Pro", Source-sans-pro !important;
	font-size: 15px;
	height: 38px !important;
}
.main-header .search-container {
	width: 100%;
	max-width: 245px;
	margin-left: 0 !important;
	height: 38px;
}
.main-header .search-container .input-group {
	margin-left: 0;
}
.main-header .search-container .input-group input {
	font-family: "Source Sans Pro", Source-sans-pro !important;
	font-size: 15px !important;
	min-width: 0 !important;
	min-height: 35px;
	padding-right: 34px;
}
.main-header .search-container #inputtext::placeholder {
	color: #fff;
}
.main-search-container .search-container .btn i {
	font-size: 17px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.main-header-right .student-btn {
	height: 42px;
	letter-spacing: 1px;
}
.main-header-right .subnav>a {
	text-decoration: none;
	color: #fff;
	font-family: "Source Sans Pro", Source-sans-pro;
	font-size: 15px;
	letter-spacing: 0;
}
.main-header-right .user-header>img {
	margin-left: 0;
}
.main-header-right .user-header .subnavbtn {
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
}
.user-exp-outer i.fa.fa-angle-down {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.main-header .subnavbtn i {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.subnav .subnav-content {
	border-radius: 0 !important;
	min-width: 160px;
	left: -20px;
	padding: 8px 10px;
	inset: 11px 0px auto auto;
	transform: translate(0px, 25px);
}
.subnav .subnav-content::before {
	content: " ";
	position: absolute;
	bottom: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	right: 13px;
}
.main-header .subnav-content a {
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	font-family: "Source Sans Pro", Source-sans-pro;
}
.main-header .subnav-content a i {
	position: relative;
	top: 2px;
	font-size: 19px;
	margin-right: 4px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
.user-exp-outer .select2-results__option {
	padding: 2px 7px !important;
	line-height: 34px;
}
.user-exp-outer .select2-results__options a {
	font-family: "Source Sans Pro", Source-sans-pro;
}

@media (max-width: 1279px) {
	body .main-header .search-container {max-width: 210px;}
	.main-header .dropdown-search #BingSearch {width: 170px !important;}
	.main-header .main-search-container {justify-content: center;}
	.main-header-right .student-btn {width: 130px;line-height: 14px;padding: 5px !important;letter-spacing: -.5px;font-size: 11px;}
}
@media (max-width: 1199px) {
	body .main-header .search-container {max-width: 200px;}
	.main-header .dropdown-search #BingSearch {width: 150px !important;}
}

@media (max-width: 992px) {
	.main-header {height: auto;}
	.main-header .search-container .input-group .form-control {border-color: transparent;}
	.search-container .input-group .form-control {min-height: 30px !important;height: 30px !important;padding: 6px 10px !important;padding-right: 30px !important;}
}

body #back-to-top {
	width: 43px;
	height: 43px;
	border: none !important;
	padding: 0 !important;
	bottom: 22px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 43px !important;
	text-align: center;
	letter-spacing: 0 !important;
}
body #back-to-top i {
	font-size: 18px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
}
#message-container * {
	color: #fff;
}
#message-container a {
    color: #c7932c;
}
#message-container a:hover {
    color: #fff;
}
.gpt-response-out.align-items-center.ticket-history {
    justify-content: space-evenly;
}
.gpt-response-out.align-items-center.ticket-history .response-inner {
	padding: 0 10px;
    background: no-repeat;
    color: #000;
    text-align: center;
	font-size: 15px;
}
.gpt-response-out.align-items-center.ticket-history .response-inner b{
	font-size: 18px;
	color: #000 !important;
}
.gpt-translate.hide-translation > div {
    display: none;
}
.toggle-translation{
	background-color: #ccc;
    float: right;
}
.gpt-translate {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
	border-top: 1px solid #636363;
	align-items: flex-end;
}
.gpt-translate > div{
	flex-grow: 1;
	padding-right: 10px;
}
#welcome a{
	color: #FDB71B;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}