body{
    font-family: "Noto Sans Arabic", sans-serif;
    font-optical-sizing: auto;
    
    font-style: normal;
}
body::-webkit-scrollbar { 
    display: none;
    /* مخفی کردن اسکرول در کروم، سافاری و اپر*/
}
::-webkit-scrollbar {
  width: 1.5px;
}
::-webkit-scrollbar-thumb {
  background: #411; 
  border-radius: 10px;
}
.color-background-theme{
    background-color: #d6d4ce;
}
.color-theme{
    background-color: #e74646;
}
.border-none{
	border: none;
}
.profile{
	cursor: pointer;
}
.circle {
  border: solid;
  padding: 0.5rem;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.btn-model2{
	color: #fff;
	font-weight: bold;
}
.btn-model2:hover{
	background-color: #fff;
	color: #411;
}
.user-message, .ai-message, .thinking-message, .error-message{
	border-radius: 15px;
	width: fit-content;
}
.user-message{
	background-color: #d83434;
	border-radius: 15px 5px 15px 15px;
}
.ai-message, .thinking-message, .error-message{
	background-color: #ee2b2b;
	border-radius: 5px 15px 15px 15px;
}
.bodymessages{
	width: 850px;
	direction: rtl;
	display: block;
}
.messages{
	overflow-y: scroll;
	height: 550px;
}
.bodyinput{
	width: 750px;
	padding: 10px;
	border-radius: 20px;
	/*background-color: #7e1a1a;*/
	box-shadow: 20px 10px 10px #92413d;
	height: 60px;
}
.bodyinput textarea{
	border: none;
	color: #fff;
}
.form-control::placeholder {
    color: #eee; /* تغییر رنگ متن پیش‌فرض */
}
.form-control:focus{
	color: #9d9d9d;
}
.btn{
	--bs-btn-color: #948686;
}
.btn-outline-light {
  --bs-btn-color: #ff9090;
  --bs-btn-border-color: #ff9090;
  --bs-btn-hover-color: #eee;
  --bs-btn-hover-bg: #ff9090;
  --bs-btn-hover-border-color: #ff9090;
  --bs-btn-focus-shadow-rgb: 218,255,255;
  --bs-btn-active-color: #eee;
  --bs-btn-active-bg: #ff9090;
  --bs-btn-active-border-color: #ff9090;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.navbar-left{
	width: 72px;
	left: 0;
	top: 0;
	background-color: background-color: rgb(98, 20, 20);
	--bs-bg-opacity: 1;
}
.form-model {
  width: fit-content;
  top: 70px;
  position: absolute;
  left: 89px;
  padding: 10px;
  border-radius: 15px;
  background-color: #c6c6c6;
  display: grid;
  gap: 1px;
}
.form-option{
	width: fit-content;
	display: grid;
	margin: 0 auto;
	justify-content: center;
	background-color: #802c2c;
	padding: 10px;
	gap: 1px;
	border-radius: 15px;
	position: absolute;
	left: 24%;
  transform: translate(-50%,-50%);
  z-index: 1300;
  top: 82%;
}
.card-new{
	border: solid;
}
.code{
    background-color: #333;
    border-radius: 15px;
    padding: 5px;
    direction: ltr;
    color: #fff;
}
code{
	min-width: 100%;
	max-width: fit-content;
	overflow-x: scroll;
}
.dark{
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 1032;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.dropup .dropdown-toggle::after{
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.form-profile{
	width: 320px;
    position: absolute;
    top: 66px;
    right: 30px;
    background-color: #c6c6c6;
}
.form-right {
  top: 58px;
  right: 58px;
  position: fixed;
}
.form-language,.form-theme {
  width: 275px;
  background-color: #c6c6c6;
  border-radius:15px;
  padding:10px;
  height: 160px;
}
.inputlive{
	justify-content: center;
	padding: 8px;
  background-color: #eb4e4e;
  border-radius: 45px;
  width: fit-content;
  box-shadow: 10px 13px 21px #aa3e3e;
}
.btn-live {
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.bodylive{
	/*position: relative;
  text-align: center;*/
/*  background: linear-gradient(60deg, rgb(255, 0, 0) 0%, rgb(245, 245, 245) 100%);*/
/*  color: #fff;*/
	height: 0;
	width: 0;
}
.bodyoutput{
	height:65vh;
    width:100%;
    margin: 0;
    padding: 0;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.waves {
  position: relative;
  width: 100%;
  height: 1000vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}
.form-message-model{
    z-index: 12500;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 440px;
    direction: rtl;
}

.warning-message{
    width: 720px;
  margin: 0 auto;
    margin-bottom: 0px;
  padding: 7px;
  border-radius: 15px;
  background-color: rgba(250, 5, 5, 0.2);
  margin-bottom: 10px;
  direction: rtl;
}
.look-input {
  position: absolute;
  z-index: 1250;
  width: 750px;
  height: 60px;
  background-color: rgba(0,0,0,0.2);
  margin: 0 auto;
    margin-bottom: 0px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 19px;
}
@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% {
        transform: translate3d(85px,0,0);
    }
}
@media (max-width: 768px) {
    .waves {
        height:255px;
        min-height:100px;
    }
    .bodylive {
        height:30vh;
    }
    h1 {
        font-size:24px;
    }
}
@media screen and (max-width: 500px){
	body{
		margin: 5px;
		overflow: hidden;
	}
	article{
		width: auto;
	}
	.bodymessages, .bodyinput{
		width: auto;
	}
	.navbar-left{
		display: none;
		z-index: 1035;
		width: 100%;
	}
	.form-message-model{
        min-width: 350px;
        max-width: 400px;
    }
    .warning-message{
        width: 100%;
    }
}