.r8ai-styled-app-wrapper {
    max-height: 800px;
    max-width: 400px;
    height: calc(100vh - 200px);
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: block;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 23.994px;
    position: fixed;
    right: 20px;
    bottom: 100px;
    left: unset;
    top: unset;
    text-size-adjust: 100%;
    width: 400px;
    z-index: 1000;
    margin-right: 3vw;
    transform-origin: right bottom;
    transition: width 200ms ease 0s, height 200ms ease 0s, max-height 200ms ease 0s, transform 300ms cubic-bezier(0, 1.2, 1, 1) 0s, opacity 83ms ease-out 0s;
    animation-play-state: running;
}
.r8ai-styled-content {
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    display: flex;
    flex-direction: column;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 21.328px;
    opacity: 0.95;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-size-adjust: 100%;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    visibility: visible;
    width: 400px;
}
.r8ai-styled-chat-header {
background-color: var(--bs-indigo);
box-sizing: border-box;
color: rgb(255, 255, 255);
display: flex;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 48px;
line-height: 21.328px;
min-height: 44px;
padding-bottom: 0px;
padding-left: 4px;
padding-right: 4px;
padding-top: 0px;
position: relative;
text-size-adjust: 100%;
visibility: visible;
width: 400px;
z-index: 150;
}
.r8ai-chat-header {
align-items: center;
bottom: 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
display: flex;
flex-basis: 0%;
flex-grow: 1;
flex-shrink: 1;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
height: 48px;
justify-content: space-between;
line-height: 21.328px;
position: relative;
text-size-adjust: 100%;
visibility: visible;
width: calc(100% - 32px);
-webkit-box-align: center;
-webkit-box-pack: justify;
-webkit-font-smoothing: antialiased;
}
.r8ai-chat-container {
    padding: 0px 4px 0px 0px;
    background-color: rgb(242, 242, 242);
    overflow-x: auto;
    overflow-y: scroll;
    box-sizing: border-box;
    display: block;
    visibility: visible;
    height: 100%;
}
.r8ai-chat-button {
z-index: 19;
    position: fixed;
    right: 0px;
    bottom: 5px;
    padding: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 5px 0px;
    cursor: pointer;
    border: none;
    background: none;
    margin: 20px;
    border-radius: 30px;
    overflow: visible;
    display: inline-block;
    background-color: var(--bs-indigo);
    margin-right: 3vw;
}
.r8ai-chat-button:hover{
    transition: transform 250ms cubic-bezier(0.33, 0.00, 0.00, 1.00);
    transform: scale(1.1);
}
.fa-square-x-twitter {
	color: #000 !important ;
	font-size: 24px ;
}
.r8ai-chat-footer {
    box-sizing: border-box;
    color: rgb(51, 51, 51);
    background-color: rgb(242,242,242);
    display: flex;
    flex-direction: column;
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 21.328px;
    opacity: 0.95;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    text-size-adjust: 100%;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: all;
    transition-timing-function: ease;
    visibility: visible;
    width: 400px;
}
.r8ai-chat-text {
	margin-right: 10px ;	
	margin-bottom: 6px ;
	width: 100% ;
	padding-right:10px;
	padding-left: 5px ; 
	border-radius: 5px ;
}
.r8ai-rezza-card {
	border-radius: 5px !important;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);	padding: 0px;
	margin: 10px 10px 10px 56px;
	background: rgba(140,82,255,0.25);
	min-width: 300px ;
}
.r8ai-user-card {
	border-radius: 5px !important;
	border: var(--bs-card-border-width) solid var(--bs-card-border-color);
	padding: 0px;
	margin: 10px 10px 10px 56px !important;
	background: rgba(203,108,230,0.25);
	min-width: 300px ;
}
.r8ai-rezza-card-body {
	margin-left: 0px;
	padding: 8px 8px 8px 8px !important;
}
.r8ai-user-card-body {
	margin-left: 0px;
	padding: 8px 8px 8px 8px !important;
}
.r8ai-chat-send {
	margin-left: 12px ;
	margin-bottom: 15px ;
	margin-right: 8px ;
	margin-top: auto ;

}
.r8ai-rezza-avatar {
	font-size: 32px;
	margin-left: -54px;
	margin-top: -8px;
	color: rgb(140,82,255);
}
.r8ai-user-avatar {
	 font-size: 32px;
	 margin-left: -54px;
	 margin-top: -8px;
	 color: rgb(203,108,230);
	 }
@media (min-width: 576px){
	.card-group>.card+.card {
		border: var(--bs-card-border-width) solid var(--bs-card-border-color) !important;
	}
}
a {
    --bs-link-color: rgb(94, 23, 235);
}