.spartachat {
	font-family: Marianne, arial, sans-serif;
}
.spartachat i {
	font-style: italic;
}
.spartachat .chat-btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9001;
}
.spartachat .fr-background-disabled--grey {
	background-color: var(--background-disabled-grey);
}
.spartachat .fr-background-action-low-blue-france {
	background-color: var(--background-action-low-blue-france);
}
.spartachat .fr-background-alt-grey {
	background-color: var(--background-alt-grey);
}
.spartachat textarea {
	height: 3rem;
	min-height: 3rem !important;
}
.full-size {
	display: inline;
	width: 100%;
	margin: 1rem;
}
.full-size.no-margin {
	margin: 0;
}
.fr-modal {
	position: fixed;
}
.fr-modal .fr-container {
	height: 100%;
}
.fr-modal .fr-modal__body {
	overflow-y: visible !important;
}
@media (min-width: 48em) {
	.fr-modal {
		position: fixed;
	}
	.fr-modal .fr-container {
		height: inherit;
	}
	.fr-modal__body {
		overflow-y: visible !important;
	}
}
.chat-bubble-group {
	display: flex;
	margin-left: 1rem;
}
.chat-bubble-group .profile-picture {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin: 0.3rem;
	display: flex;
}
.chat-bubble-group .profile-picture p {
	margin: auto;
	color: #000;
}
.chat-bubble-group .trash-icon-container {
	flex-grow: 2;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.chat-bubble-group .trash-icon-container .fr-icon-delete-line {
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	float: right;
	color: var(--background-action-high-blue-france);
}
.chat-bubble-group .chat-bubble {
	border-radius: 2rem;
	margin: 0 1rem 1rem 1rem;
	width: fit-content;
	text-align: initial;
	word-break: break-word;
	padding: 1rem;
}
.chat-bubble-group .chat-bubble p {
	margin: 0;
}
.chat-bubble-group .chat-bubble.mine {
	margin-left: auto;
}
.chat-message-info {
	margin: 0;
	padding-left: 5.5rem;
}
.chat-message-info.mine {
	padding-right: 1rem;
	text-align: right;
}
.middle-group-message,
.first-group-message {
	margin-left: 4.7rem;
}
.middle-group-message .chat-bubble,
.first-group-message .chat-bubble {
	margin-bottom: 3px;
}
.first-group-message .chat-bubble.mine {
	border-bottom-right-radius: 0;
}
.first-group-message .chat-bubble:not(.mine) {
	border-bottom-left-radius: 0;
}
.middle-group-message .chat-bubble.mine {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.middle-group-message .chat-bubble:not(.mine) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.last-group-message .chat-bubble.mine {
	border-top-right-radius: 0;
}
.last-group-message .chat-bubble:not(.mine) {
	border-top-left-radius: 0;
}
.chat-window-body {
	overflow-y: scroll;
	scrollbar-width: thin;
	width: 100%;
	height: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
	display: flex;
	flex-direction: column-reverse;
	background-color: #fff;
}
.chat-window-body::-webkit-scrollbar {
	width: 0.5rem;
}
.chat-window-body::-webkit-scrollbar-thumb {
	background-color: var(--background-disabled-grey);
	-webkit-border-radius: 1ex;
}
.chat-window-body::-webkit-scrollbar-corner {
	background-color: var(--background-disabled-grey);
}
.chat-window-body .no-message-alert {
	position: absolute;
	top: 50%;
	text-align: center;
	width: 100%;
}
.chat-window-header {
	width: 100%;
	position: absolute;
}
.chat-window-header button {
	width: 100% !important;
}
.chat-window-header button::after {
	position: absolute;
	right: 1em;
}
.fr-input-group-custom {
	margin-bottom: 1rem;
}
.input-toggle-password {
	display: inline-block;
	width: auto;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	min-height: auto;
}
.input-label {
	position: relative;
}
.fr-input-wrap {
	border-top: 2px solid #3a3a3a;
}
.fr-input-wrap > :first-child:not(:last-child).fr-input {
	padding-right: 2.5rem;
}
.fr-input-group {
	margin: 0 !important;
}
textarea {
	resize: none;
}
.chat-window-message-input {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.fr-icon-send-plane-fill {
	position: absolute;
	right: 1rem;
	top: 1rem;
	color: var(--background-action-high-blue-france) !important;
	cursor: pointer !important;
}
.chat-window {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
@media (min-width: 48em) {
	.chat-window {
		width: 50%;
		height: 50%;
		right: 0;
		bottom: 0;
	}
}
@media (min-width: 62em) {
	.chat-window {
		width: 20%;
		height: 60%;
		right: 0;
		bottom: 0;
		border: 1px solid #ddd;
	}
}
