.announcement-popup {
    display: block;
    position: fixed;
    z-index: 2147483647;
    width: 266px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    top: 50px;
    right: 4px;
    background: #ffffff;
    padding: 8px;
    font-family: "SF Arabic" !important;
    transition: all 0.3s ease-in-out;
}
.popup-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.popup-item {
    padding: 9px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    color: #333;
    border-radius: 8px;
    transition: background 0.3s;
}
.popup-item:hover {
  background-color: #f2f2f2;
}


.divider {
    width: 100%;
    height: 1px;
    background-color: #c5c5c5;
    margin: 10px 0;
}
.exit-item {
  color: #ff5733;
}

.exit-item:hover {
  background-color: #ffe6e6;
}
.popup-item {
    padding: 9px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 95%;
    color: #333;
    border-radius: 8px;
    transition: background 0.3s;
}

.head1-style {
  font-family: "SF Arabic" !important;
  width: 100%;
  height: 130px;
background-color: #e7ebf7;
  position: absolute;
  top:0px;
  display:none;
}




.foot1-style2 {
    font-family: "SF Arabic" !important;
    height: 56px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 50px;
    width: 100%;
}
.sender1-style {
  font-family: "SF Arabic" !important;
  height: 45px;
  width:45px;
  background-image: url("img/mic.jpg");
  position: absolute;
  bottom:0px;
  right:2px;
  border-radius: 60px;
  display:block;
}
.puntos-style{
  font-family: "SF Arabic" !important;
  width: 30px;
  height: 30px;
  background-image: url("img/puntos4.png");
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top:8px;
  right:1px;
  border-radius: 8px;
  border-width: 2px;
  border-style: double;
  border-color: #ffffff;
  display: none;
}
.init-class{
  position: relative;
  font-family: "SF Arabic" !important;
  color: #000000;
  top:30%;
}
.log1-class{
  border-radius: 8px;
  width: 100px;
}

.rooms-style:hover{
	background-color: #f3f3f4;
}
.rooms-style-room:hover{
	background-color: #f3f3f4;
}
.span-title-Room{
	position:absolute;
    left: 90px;
	top: 10px;
	font-size: 18px;
	font-weight: bold;
	
}
.span-owner-Room{
	position:absolute;
    left: 90px;
	top: 35px;
	font-size: 10px;
	font-weight: bold;
	color: #767676;
}
.span-desc-Room{
position: absolute;
    left: 90px;
    top: 50px;
    font-size: 13px;
    width: 54%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #767676;
}
.image-sub-head{
    width: 25px;
    height: 25px;
    border-width: 2px;
    border-color: #ffffff;
}
.image-sub-head-x{
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
}
.login-class-button{
  position: absolute;
  width: 70px;
  height: 30px;
  border-radius: 8px;
  right: 80px;
  top: 8px;
  border-width: 2px;
  border-style: double;
  border-color: #ffffff;
      display: none;
}
.span-login-class-button{
	position:absolute;
    left: 15px;
	top: 7px;
	font-size: 14px;
	color: #ffffff;
	
}
.login-class-button:hover{
	background-color: #ff7800;
}
.fullscreen-style{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  right: 40px;
  top: 8px;
  border-width: 2px;
  border-style: double;
  border-color: #ffffff;
  background-image: url("img/maxzize.png");
  background-repeat: no-repeat;
  background-position: 50%;
   display: none;
}
.nusers-class{
	position: absolute;
	right: 10px;
	top: 5px;
}
.span-class-nusers{
	font-size: 12px;
}
.register-class{
    width: 100%;
	display:none;
	background-color: #ffffff;
}


.span-login-style{
    padding: 0px 7px;
    font-weight: bold;
    text-shadow: none !important;
    font-size: 15px !important;
}
.span-register-style{
    padding: 0px 7px;
    font-weight: bold;
    text-shadow: none !important;
    font-size: 15px !important;
}
.marco-line-login-class{
display: none;
    padding: 15px;
    background-color: rgb(243, 243, 244);
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(211, 211, 211);
    position: relative;
    direction: rtl;
}
.marco-line-login-class1{
display: block;
    padding: 15px;
    background-color: rgb(243, 243, 244);
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(211, 211, 211);
    position: relative;
    direction: rtl;
}

.title-checkbox-login-class{
  position: absolute;
  top: 2px;
  left: 30px;
  color: #000000;
  font-size: 16px;
}
.title-login-user{
  position: absolute;
  top: 25px;
  left: 6px;
  color: #e7ebf7;
  font-size: 16px;
}
.username-type-login-class{
    height: auto;
    padding: 7px 15px;
    font-size: 15px !important;
    border: 2px solid #a82548;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
    direction: rtl;
    width: 100%;
}
.title-password-user{
  position: absolute;
  top: 55px;
  left: 14px;
  color: #e7ebf7;
  font-size: 16px;
}
.password-type-login-class{
height: auto;
    padding: 7px 15px;
    font-size: 15px !important;
    border: 2px solid #a82548;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
    direction: rtl;
    width: 100%;
}
input.button-login-panel-class1 {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #a82548;
    padding: 5px;
    line-height: 26px;
    color: #fff;
    width: 100%;
}
input.button-login-panel-class1:hover{
	background-color: #a82548d6;
}
.button-login-panel-class:hover{
	background-color: #a82548d6;
}
.button-login-panel-class{
   display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #a82548;
    padding: 5px;
    line-height: 26px;
    color: #fff;
    width: 100%;
}
i.f7-icons {
cursor: pointer;
}
.nickname-class-title{
position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    bottom: 7px;
    font-size: 14px;
    padding: 2px;
}
.marco-line-register-class{
 padding: 15px;
    background-color: rgb(243, 243, 244);
    margin-bottom: 20px;
    border-bottom: 3px solid rgb(211, 211, 211);
    position: relative;
    direction: rtl;
  display: none;
}
.title-login-user-register{
	position: absolute;
	top: 6px;
    color: #e7ebf7;
}
.username-type-register-class{
    height: auto;
    padding: 7px 15px;
    font-size: 15px !important;
    border: 2px solid #e45612;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
    direction: rtl;
    width: 100%;
}
.title-password-user-register{
	position: absolute;
	top: 30px;
    color: #e7ebf7;
}
.password-type-register-class{
    height: auto;
    padding: 7px 15px;
    font-size: 15px !important;
    border: 2px solid #e45612;
    border-radius: 0;
    box-shadow: none;
    line-height: normal;
    direction: rtl;
    width: 100%;
}
.title-gender-user-register{
	position: absolute;
	top: 70px;
    color: #e7ebf7;
}
.gen-hombre-class{

	top: 70px;
    left: 80px;
}
.genHombre-class{

	top: 70px;
    left: 103px;
    width: 20px;
    height: 20px;
}
.gen-mujer-class{

	top: 70px;
    left: 135px;
}
.genMujer-class{

	top: 70px;
    left: 155px;
    width: 22px;
    height: 22px;
}
.button-register-panel-class{
display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #a82548;
    padding: 5px;
    line-height: 26px;
    color: #fff;
    width: 100%;
}
.button-register-panel-class:hover{
	background-color: #a82548d6;
}
.title-gender-user-register-l{
	position: absolute;
	top: 65px;
    color: #e7ebf7;
	font-size: 16px;
}
.gen-hombre-class-l{

	top: 65px;
    left: 60px;
}
.genHombre-class-l{

	top: 65px;
    left: 83px;
    width: 20px;
    height: 20px;
}
.gen-mujer-class-l{

	top: 65px;
    left: 115px;
}
.genMujer-class-l{

	top: 65px;
    left: 135px;
    width: 22px;
    height: 22px;
}
.marco3-line-register-class{
  position: absolute;
  top: 45px;
  width: 93%;
  height: 72%;
  left: 2%;
  background-color: #f1489a;
  border-width: 4px;
  border-style: double;
  border-color: #b30c5d;
  border-radius: 8px;
  z-index: 999;
  display: none;

}
.title-anunce{

    left: 5px;
	top: 5px;
	font-size: 16px;
	color: #e7ebf7;
	font-weight: bold;
	text-align: center;
}
.button-annunce-panel-class{
	position: relative;
    top: 50px;
    font-size: 16px;
	width: 120px;
	border-style: double;
    border-color: #b30c5d;
    border-radius: 10px;

}
.button-annunce-panel-class:hover{
	background-color: #a82548d6;
}
.xbod1-style{
  font-family: "SF Arabic" !important;
  width: 100%;
  background-color: #cdd4deab;
  position: absolute;
  top:49px;
  bottom:0px;
  display:none;
}
@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}
.button1{
font-weight: bold;
    background: linear-gradient(132deg, rgba(107, 156, 255, 0.557), rgba(75, 135, 254, 0.58), rgb(216, 235, 255), rgba(251, 113, 63, 0.694), rgba(255, 142, 134, 0.192), rgb(216, 235, 255), rgba(75, 135, 254, 0.58), rgba(75, 135, 254, 0.58)) 0% 0% / 250% 250%;
    animation: 25s ease 0s infinite normal none running Gradient;
    text-shadow: rgb(255, 255, 255) 1px 2px 10px;
    user-select: none;
    position: absolute;
    bottom: 5px;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    left: 7px;
	cursor: pointer;
    height: 28px;
    align-items: center;
	min-height: 24px;

}

.button2{

    font-weight: bold;
    background: rgb(255, 255, 255);
    animation: 25s ease 0s infinite normal none running Gradient;
    text-shadow: rgb(255, 255, 255) 1px 2px 10px;
    user-select: none;
    position: absolute;
    bottom: 5px;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    right: 10px;
    cursor: pointer;
    height: 28px;
    align-items: center;
	min-height: 24px;

}
.button3{
font-weight: bold;
    background: linear-gradient(132deg, rgba(107, 156, 255, 0.557), rgba(75, 135, 254, 0.58), rgb(216, 235, 255), rgba(251, 113, 63, 0.694), rgba(255, 142, 134, 0.192), rgb(216, 235, 255), rgba(75, 135, 254, 0.58), rgba(75, 135, 254, 0.58)) 0% 0% / 250% 250%;
    animation: 25s ease 0s infinite normal none running Gradient;
    text-shadow: rgb(255, 255, 255) 1px 2px 10px;
    user-select: none;
    position: absolute;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    left: 7px;
    cursor: pointer;
    min-width: 46%;

}
.button4{
font-weight: bold;
    background: rgb(255, 255, 255);
    animation: 25s ease 0s infinite normal none running Gradient;
    text-shadow: rgb(255, 255, 255) 1px 2px 10px;
    user-select: none;
    position: absolute;
    border-radius: 5px !important;
    display: flex;
    justify-content: center;
    right: 10px;
    cursor: pointer;
    min-width: 46%;
}


.register-style:hover{
	background-color: #a82548d6;
}
.login-style:hover{
	background-color: #a82548d6;
}
.checkbox-login-class:hover{
	background-color: #a82548d6;
}
.modal-backdrop{
    opacity: .5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background-color: #000;
	}


 .chat-message {
	     margin: 0px 0px 5px;
       display: flex;
        }
  .chat-container {
           padding: 0px;
        }
        .avatar {
            width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
    margin-top: 10px;
        }
        .message-bubble {
                position: relative;
    background: rgb(239, 243, 247);
    padding: 5px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: bold;
    color: #9932CC;
            -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/%3E%3Cpath d='M0 70c6-2 12-10 12-19V35l14 27s-8 8-26 8z'/%3E%3C/svg%3E") 50% 42% 46% 56%;
        }
        .message-header {
            font-size: 14px;
            font-weight: bold;
            color: #333;
            margin-bottom: 3px;
			white-space: pre;
        }

        .message-time {
    font-size: 11px;
    color: gray;
    position: absolute;
    right: 10px;
        }









.user-profile {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    width: 100%;
}

/* الحاوية الأساسية للملف الشخصي */
.profile-container {
    font-size: 16px;
    max-width: 600px; /* يمنع التمدد الكبير جدًا */
    width: 94%;
    height: auto;
    background-color: rgb(226, 226, 233);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap; /* يسمح للعنصر بالانتقال لصف جديد في الشاشات الصغيرة */
}

/* الصورة الشخصية */
.profile-image {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.profile-image img {
    width: 55px;
    height: 55px;
    border: 2px solid white;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 8px;
}

/* مؤشر الاتصال */
.online-indicator {
    position: absolute;
    background-color: rgb(76, 232, 0);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    bottom: 5px;
    right: 5px;
}

/* المعلومات الشخصية */
.profile-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.username {
    font-weight: 600;
    font-size: smaller;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 140px;
    margin-bottom: 5px;
}

/* الحاوية التي تحتوي على الرصيد */
.credit-container {
    display: flex;
    align-items: center;
}

.credit {
    display: flex;
    align-items: center;
    background-color: rgb(218, 218, 226);
    padding: 2px 7px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    color: rgb(93, 93, 93);
}

.credit img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

/* زر القائمة الجانبية */
.menu-button {
    background-color: rgb(218, 218, 226);
    height: 63px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-left: auto;
}

.icon-only i {
font-size: 28px;
    color: #007aff;
}
span.span-desc-Room-room{
position: absolute;
    left: 76px;
    top: 34px;
    font-size: 12px;
    width: 55%;
}
span.span-title-Room-room {
    position: absolute;
    left: 76px;
    top: 10px;
    font-size: 17px;
    font-weight: bold;
}
img.logroms-style-room-room {
    position: absolute;
    width: 50px;
    border-radius: 8px;
    left: 5px;
    top: 8px;
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
}


span.span-owner-Room-room {
    position: absolute;
    left: 76px;
    top: 35px;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
span.span-class-nusers-room {
    font-size: 12px;
}
.nusers-class-room {
    position: absolute;
    right: 11px;
    top: 11px;
}
textarea#usearch {
    font-family: "SF Arabic" !important;
    font-weight: bold;
    text-shadow: none !important;
    font-size: 13px !important;
}
textarea#roomch {
    font-family: "SF Arabic" !important;
    font-weight: bold;
    text-shadow: none !important;
    font-size: 13px !important;
}
#ssssssss {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
#imageContainer {
    position: absolute;
    height: 192px;
    width: 168px;
    top: 30%;
    left: 30%;
    border-radius: 5px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    display: none;
}
#fullImage {
    border: 2px solid white;
    cursor: pointer;
	border-radius: 14px;
}
#fullImageContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}



.foot1-style-Private {
    font-family: "SF Arabic" !important;
    height: 36px;
    position: absolute;
    bottom: 3px;
    left: 0px;
    right: 0px;
    border-width: 1px;
    border-color: #590808;
}
.form-control-Private {
position: relative;
    line-height: 27px;
    text-indent: 13px;
    background-color: #ffffff;
    left: 1%;
    width: 56%;
    top: 0px;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    font-family: tahoma;
    border-width: 0px;
    border-radius: 20px !important;
}
.btnSmily-Private {
    color: #000;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 6px;
    background-color: #007bff00;
    height: 30px;
    width: 29px;
    z-index: 999;
    background-image: url(img/smail-edman.jpg);
    background-size: cover;
    border-radius: 60px;
}


.chat-message2 {
    display: flex;
    flex-direction: row-reverse; /* يجعل الصورة على اليمين */
    align-items: flex-start;
    gap: 0px; /* تباعد بين الصورة والمحتوى */
}

.avatar2 {
    width: 40px; /* حجم الصورة */
    height: 40px;
    border-radius: 50%;
	margin: 28px 0px 0px 0px;
}

.message-bubble2 {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #007aff !important;
    padding: 13px;
    width: 80%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    border-radius: var(--drdchati-message-bubble-border-radius) 
                    var(--drdchati-message-bubble-border-radius) 
                    0 
                    var(--drdchati-message-bubble-border-radius);
    -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M84 35c1 7-5 37-42 35C5 72-1 42 0 35-1 28 5-2 42 0c37-2 43 28 42 35z'/%3E%3Cpath d='M96 70c-6-2-12-10-12-19V35L70 62s8 8 26 8z'/%3E%3C/svg%3E") 50% 56% 46% 42%;
}


.message-header2 {
	color: #fff;
    font-weight: bold;
}

.message-content2 {
    color: #fff;
    white-space: normal; /* يجعل النص يلتف داخل الصندوق */
    word-break: break-word; /* يمنع خروج النص الطويل خارج الصندوق */
	
}

.message-time2 {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}



.chat-message3 {
display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
}

.avatar3 {
    width: 40px; /* حجم الصورة */
    height: 40px;
    border-radius: 50%;
	margin: 28px 0px 0px 0px;
}

.message-bubble3 {
display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: flex-start;
    background: #e7ebf7;
    padding: 10px;
    border-radius: 0px;
    width: 80%;
    overflow-wrap: break-word;
	      -webkit-mask-box-image: url("data:image/svg+xml;charset=utf-8,%3Csvg height='35' viewBox='0 0 96 70' width='48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96 35c1 7-5 37-42 35-37 2-43-28-42-35-1-7 5-37 42-35 37-2 43 28 42 35z'/%3E%3Cpath d='M0 70c6-2 12-10 12-19V35l14 27s-8 8-26 8z'/%3E%3C/svg%3E") 50% 42% 46% 56%;
}

.message-header3 {
	margin: 0px 0px 4px;
    color: #000000;
    font-weight: bold;
}

.message-content3 {
    color: #000000;
    white-space: normal;
    word-break: break-word;
    font-weight: bold;
	
}

.message-time3 {
    font-size: 12px;
    color: gray;
    margin-top: 5px;
}






.blue-text {
    color: #3333333b;
  }
.u-topic-guste {
	 color: rgb(0, 0, 0);
}
.menu-user-list {
z-index: 99999999999999;
     position: absolute;
    left: 64px;
    top: 160px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: auto;
    padding: 5px;
    max-width: 302px;
	
}

.header-menu-user-header {
    text-align: center;
	    padding-bottom: 4px;
    border-bottom: 1px solid #333;
}

.span-title-header-user-list {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 1px;
    font-size: 16px;
    color: #007aff;
    text-decoration: none;
   cursor: pointer;
    transition: background-color 0.3s;
}

.item-link:hover {
    background-color: #f0f0f0; /* تأثير عند المرور على العنصر */
}

.item-media i {
    flex-grow: 1;
    margin-left: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.item-inner {
    font-size: 20px;
    font-family: &quot;SF Arabic&quot;, sans-'El Messiri', sans-serif;
    color: #333;
    margin-left: 13px;
width: 100%;

}

.item-title {
font-size: 14px;
    font-family: "SF Arabic" !important;
    color: #333;
    font-weight: 500;
}

.popover-arrow.on-left {
    left: -13px; /* لضمان ظهور نصف السهم خارج القالب */
    top: 50%; /* لجعله في منتصف القائمة */
    transform: translateY(-50%);
}

.popover-arrow.on-left:after {
    left: 19px;
    top: 0;
}

.popover-arrow:after {
    background: #fff;
    border-radius: 3px;
    content: "";
    left: 0;
    transform: rotate(45deg);
}

.popover-arrow, .popover-arrow:after {
    height: 26px;
    position: absolute;
    width: 26px;
}
.color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 2px;
    cursor: pointer;
}
 .page {
      font-family: 'Segoe UI', sans-'El Messiri', sans-serif;
      background-color: #f9f9f9;
	  border-radius: 5px;
    }

    .navbar-inner {
background: #fff;
    color: white;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000000;
    }

    .title {
      font-size: 18px;
      font-weight: bold;
    }

    .link.popup-close {
color: #007aff;
    font-size: 16px;
    font-weight: bold;
	cursor: pointer;
    }

    .custom-segmentedx {
   display: flex;

    }

    .custom-segmentedx .button {
      flex: 1;
      text-align: center;
      padding: 5px 0;
      font-size: 15px;
      border: none;
      cursor: pointer;
      background: #f0f0f0;
      transition: background-color 0.3s;
    }

    .custom-segmentedx .button-active {
      background-color: #007aff;
      color: white;
      font-weight: bold;
    }
.custom-segmented {
   display: flex;

    }

    .custom-segmented .button {
      flex: 1;
      text-align: center;
      padding: 5px 0;
      font-size: 15px;
      border: none;
      cursor: pointer;
      background: #f0f0f0;
      transition: background-color 0.3s;
    }

    .custom-segmented .button-active {
      background-color: #007aff;
      color: white;
      font-weight: bold;
    }

    .image-grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 12px;
      padding: 20px;
      max-height: 230px;
      overflow-y: auto;
    }

    .image-grid div {
      width: 55px;
      height: 55px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 12px;
      background-color: white;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      transition: transform 0.2s, box-shadow 0.3s;
      cursor: pointer;
    }

    .image-grid div:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .image-grid img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
    }
.status-menu-item {
      cursor: pointer;
	  
}
.status-menu-item:hover {
      background-color: #f0f0f5;
    }

.status-menu-item2 {
      cursor: pointer;
	  background-color: rgb(247, 247, 247);
}
.status-menu-item2:hover {
      background-color:#ffffff;
    }
	
	       .upgrade-box {
max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    height: 85%;
    padding: 10px;
    scrollbar-color: #acacb5 #cdd4de;
    scrollbar-width: none;
    overflow-y: scroll;
    }
	       .block_yue_Pro {
    height: 96%;
    padding: 10px;
    scrollbar-color: #acacb5 #cdd4de;
    scrollbar-width: none;
    overflow-y: scroll;
    }
    .header {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 10px;
    }
    .notice {
          background: #eaf4ff;
    padding: 10px;
    border-radius: 5px;
    color: #3500ff;
    margin-bottom: 20px;
	    display: block;
    margin-block-end: 1em;
    font-weight: bold;
    unicode-bidi: isolate;
	text-align: center;
    }
div#topicnhgng {
    font-family: "SF Arabic" !important;
}
    .plan {
      flex: 1;
      border: 2px solid #ccc;
      border-radius: 10px;
      padding: 0px;
      background: #f9f9f9;
      text-align: center;
    }
    .plan.selected {
      border-color: #00b300;
      background-color: #e6ffe6;
    }
    .plan h3 {
      margin: 0px 0;
    }
    .plan p {
      font-size: 13px;
      color: #444;
    }
    .plan img {
      width: 30%;
      height: auto;
      border-radius: 5px;

    }
    .green { color: green; }
    .blue { color: #007bff; }
    .purple { color: purple; }

    .bottom-section {
      margin-top: 20px;
      padding-top: 1px;
      border-top: 1px solid #ddd;
    }

    .control-panel {
    font-weight: 800;
    font-size: 13px;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .number-control {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .number-control button {
      width: 30px;
      height: 30px;
      font-size: 18px;
      border: none;
      background: #ddd;
      cursor: pointer;
    }

    .number-control input {
      width: 40px;
      text-align: center;
      font-size: 16px;
    }

    .summary {
      font-size: 14px;
      margin: 10px 0;
    }

    .footer-buttons {
      text-align: center;
	  position: relative;
    }

    .footer-buttons button {
      padding: 10px 20px;
      font-size: 16px;
      border: none;
      border-radius: 6px;
      margin: 5px;
      cursor: pointer;
    }

    .btn-cancel {
      background: #ccc;
    }

    .btn-upgrade {
      background: #007bff;
      color: white;
    }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 .page-gift {

      box-shadow: 0 2px 12px rgba(0,0,0,0.06), 0 0 1px rgba(0,0,0,0.03);
      overflow: hidden;
      position: relative;
	  direction: rtl;
	  
    font-family: 'Segoe UI', sans-'El Messiri', sans-serif;
    }

    .navbar-inner-gift {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 14px 18px 10px 18px;
      background: 'El Messiri', sans-serif;
      position: relative;
      z-index: 2;
    }
    .navbar-bg-gift {
      position: absolute;
      width: 100%;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
    }
    .title-gift {
      font-weight: bold;
      font-size: 21px;
      letter-spacing: 0.8px;
      flex: 1;
      text-align: center;
    }
    .navbar-gift .right-gift {
      
      text-align: left;
      z-index: 2;
    }
    a.link-gift {
      cursor: pointer;
      color: #fff;
      transition: color .18s;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
    }
    .page-content-gift {
      padding: 0 0 25px 0;
    }
    .custom-segmented {
     display: flex;
    background: #f6f5f7;
    margin: 7px 10px 0 10px;
    overflow: hidden;
    border: 1px solid var(--drdchati-theme-color, #7c38fe);
    }
    .custom-segmented .button {
      flex: 1;
      text-align: center;
      padding: 8px 0;
      background: none;
      border: none;
      outline: none;
      cursor: pointer;
      font-weight: 700;
      transition: background .2s, color .2s;
      border-right: 1px solid var(--drdchati-theme-color, #7c38fe);
      color: var(--drdchati-theme-color, #7c38fe);
      font-size: 16px;
    }
    .custom-segmented .button:last-child {
      border-right: none;
    }
    .gifts-container {
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px;
    padding: 20px;
    overflow: auto;
    height: 220px;
    }
    .gift-box {
height: 128px;
      background: transparent;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 10px 0;
      cursor: pointer;
      transition: box-shadow 0.2s;
      border-radius: 18px;
    }
    .gift-box.selected {
      box-shadow: 0 0 6px #7c38fe55;
      background: #ece7fa;
    }
    .gift-img-box {
      width: 65px;
      height: 65px;
      
     
      
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 3px;
    }
    .gift-box.selected .gift-img-box {
      border-color: #7c38fe;
    }
    .gift-img-box img {
      width: 60px;
      height: 60px;
    }
    .gift-title {
      font-size: 13px;
      font-weight: 500;
      color: #333;
      text-align: center;
      margin-bottom: 2px;
      margin-top: 3px;
    }
    .gift-cost {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #7c38fe;
      margin-top: 2px;
    }
    .gift-cost img {
      width: 15px;
      height: 15px;
      margin-left: 2px;
      vertical-align: middle;
    }
    /* لوحة أسفل اختيار الهدية */
    .gift-panel {
      margin: 0 3% 0 3%;
      margin-top: 10px;
      
      padding: 0px 6px;
      display: flex;
      direction: rtl;
      flex-direction: row-reverse;
    }
    .gift-panel .gift-summary {
      width: 62px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .gift-panel .gift-summary .gift-img-box {
      background: #cdd4de !important;
    }
    .gift-panel .gift-summary .gift-title {
      color: #333 !important;
      margin-top: 8px;
    }
    .gift-panel .panel-info {
      flex: 1;
      margin-right: 22px;
      font-size: 16px;
      direction: rtl;
    }
    .panel-info > div {
      margin-bottom: 4px;
    }
    .panel-info .recipient {
      color: #7c38fe;
      font-weight: bold;
      margin-bottom: 6px;
	  white-space: pre;
    }
    .panel-info .sendgift-line-1px {
      background: #e7e7ee;
      height: 1.5px;
      margin: 8px 0;
      width: 100%;
    }
    .panel-info .stepper {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 7px;
      box-shadow: 0 0 2px #0002;
      width: 78px;
      margin-right: 5px;
      height: 32px;
    }
    .stepper-button-minus,
    .stepper-button-plus {
      width: 26px;
      height: 26px;
      text-align: center;
      line-height: 26px;
      background: #ece7fa;
      border: none;
      outline: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 20px;
      color: var(--drdchati-theme-color, #7c38fe);
      font-weight: bold;
      transition: background .14s;
    }
    .stepper-button-minus:active,
    .stepper-button-plus:active {
      background: #d7c6f0;
    }
    .stepper-input-wrap {
      width: 30px;
      padding: 0;
      text-align: center;
    }
    .stepper-input-wrap input {
      width: 100%;
      border: none;
      background: transparent;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      text-align: center;
      outline: none;
    }
    .panel-info .cost,
    .panel-info .reward,
    .panel-info .balance {
      font-size: 15px;
      display: flex;
      align-items: center;
      margin-bottom: 3px;
    }
    .panel-info .reward {
      color: #be2f2f;
      font-size: 13px;
    }
    .panel-info .warn {
      font-size: 12px;
      color: #d20000;
    }
    .panel-info .balance {
      font-size: 15px;
      color: #0a5252;
    }
    .panel-info .cost img,
    .panel-info .reward img,
    .panel-info .balance img {
      width: 14px;
      height: 14px;
      margin: 0 8px 0 5px;
    }
    .action-row {
    display: flex
;
    justify-content: center;
    width: 100%;
    gap: 16px;
    margin-top: 11px;
    margin-bottom: 11px;
    direction: ltr;
	height: 35px;
    }
    .button-gift {
		font-family: "SF Arabic" !important;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
    border: none;
    outline: none;
    padding: 3px 0 3px 0;
    transition: background .17s, color .17s;
    cursor: pointer;
    width: 100%;
    box-shadow: 0 0 1px #0002;
    border: 1px solid #000000;
    }
    .button-gift2 {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 17px;
      font-weight: bold;
      border-radius: 8px;
      border: none;
      outline: none;
      padding: 4px 1px 0px 0;
      transition: background .17s, color .17s;
      cursor: pointer;
      width: 33%;
      box-shadow: 0 0 1px #0002;
    }
    .button-cancel {
      background: #e5e3ea;
      color: #7c4afe;
    }
    .button-send {
       background-color: #007aff;
      color: white;
      font-weight: bold;
    }
    .button-gift:active {
      opacity: 0.87;
    }
	
    @media(max-width:600px){
      .page-gift {
        max-width: 100vw;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
      }
      .panel-info {
        font-size: 15px;
      }
      .gift-panel {
        padding: 12px 4px; 
        margin: 8px 2% 0 2%;
      }
	     
    }
    .navbar-gift {
      background-color: #fff;
      padding: 10px;
      text-align: center;
      position: relative;
      border-bottom: 1px solid #000000;
    }

    .navbar-gift .title-gift {
      font-size: 15px;
      font-weight: bold;
    }

    .navbar-gift .right-gift {
      position: absolute;
      top: 6px;
    }

    .navbar-gift .right-gift .link-gift {
      cursor: pointer;
      font-weight: bold;
      color: #007aff;
    }

span#Private-Tab {
	font-family: "SF Arabic" !important;
}
span#Notifications-Tab {
    font-family: "SF Arabic" !important;
}

@font-face {
    font-family: "SF Arabic";
    font-style: normal;
    font-weight: 400;
    src: url("../css/fonts/SF-Arabic.ttf") format("truetype");
}

@font-face {
    font-family: "SF Arabic Rounded";
    font-style: normal;
    font-weight: 400;
    src: url("../css/fonts/SF-Arabic-Rounded.ttf") format("truetype");
}


body ,{
    font-family: "SF Arabic" !important;
    /* font-weight: 400!important;     */
}





.audio-box {
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 300px;
  margin-top: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.play-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #2395cf;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}
.audio-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.progress-bar {
  width: 100%;
  height: 5px;
  background: #ccc;
  border-radius: 3px;
}
.progress-bar::-webkit-slider-thumb {
  appearance: none;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2395cf;
  cursor: pointer;
}
.time-stamps {
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  color: #666;
}

@keyframes shake-once {
  0% { transform: translate(0, 0) rotate(0deg); }
  20% { transform: translate(-5px, 5px) rotate(-2deg); }
  40% { transform: translate(-5px, -5px) rotate(2deg); }
  60% { transform: translate(5px, 5px) rotate(-2deg); }
  80% { transform: translate(5px, -5px) rotate(2deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

    @keyframes scaleUpDown {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }

 #dropin {
  z-index: 999999999;
  box-shadow: rgba(0, 0, 0, 0.2) -2px 1px 15px 4px;
  border: 5px solid rgb(247, 247, 248);
  background-color: rgb(228, 228, 228);
  border-radius: 15px;
  direction: rtl;

  width: 290px;
  height: 280px;

  position: fixed;
  top: -300px; /* يبدأ خارج الشاشة */
  left: 50%;
  transform: translateX(-50%);
  visibility: visible;

  animation: dropInAnimation 0.8s ease-out forwards;
}

@keyframes dropInAnimation {
  0% {
    top: -300px;
    opacity: 0;
  }
  100% {
    top: 40%;
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes riseToMiddle {
    0% { transform: translateY(0); opacity: 0.5; }
    100% { transform: translateY(-50vh); opacity: 1; }
  }

  @keyframes explode {
    0% { transform: translate(0, 0) scale(1); opacity: 1; }
    100% { transform: translate(var(--x), var(--y)) scale(0.6); opacity: 0; }
  }

  .gift-img {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;

    animation: riseToMiddle 2s ease-out forwards;
  }

  .explode-img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    
    animation: explode 3s ease-out forwards;

 
  }
  
  
#liefstr {
display: flex;
    align-items: center;
    gap: 17px;
    margin: 5px 15px 0px 27px;
    font-family: 'Tajawal', sans-serif;
}

.user-card-fire {
  text-align: center;
  position: relative;
}

/* 🔥 صورة رمزية بنار متوهجة */
.avatar-fire {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 87, 34, 0.9), 0 0 30px rgba(255, 140, 0, 0.8);
  animation: fire-border 2s infinite;
  cursor: pointer;
}

/* 🔥 نص متوهج متحرك */
.username-fire {
	    width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  margin-left: -9px;
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to top, #ff5722, #333, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: fire-glow 1.5s infinite alternate;
  text-shadow: 0 0 5px rgba(255, 87, 34, 0.8);
}

/* 🎛️ قائمة الخيارات */
.user-options {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(50, 50, 50, 0.95);
  padding: 8px;
  border-radius: 8px;
  z-index: 999;
  text-align: center;
  width: 60px;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.avatar-fire:hover .user-options {
  display: block;
}

.user-options i {
  display: block;
  font-size: 11px;
  color: white;
  cursor: pointer;
}

/* ✨ تأثيرات اللهب */
@keyframes fire-border {
  0% {
    box-shadow: 0 0 8px rgba(255, 87, 34, 0.5), 0 0 12px rgba(255, 140, 0, 0.4);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 87, 34, 1), 0 0 35px rgba(255, 140, 0, 0.8);
  }
  100% {
    box-shadow: 0 0 8px rgba(255, 87, 34, 0.5), 0 0 12px rgba(255, 140, 0, 0.4);
  }
}

@keyframes fire-glow {
  0% {
    text-shadow: 0 0 5px #ff5722;
  }
  50% {
    text-shadow: 0 0 20px #ff9800;
  }
  100% {
    text-shadow: 0 0 5px #ff5722;
  }
}

.voice-box {
   width: 170px;
    height: 60px;
    background: #2c2c2c;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 87, 34, 0.5);
    color: white;
    font-family: 'Tajawal', sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0px 8px 1px 7px;
    z-index: 99999;
}

.voice-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voice-username {
  font-size: 14px;
  font-weight: bold;
  color: #ffc107;
}

.voice-close {
  cursor: pointer;
  font-size: 18px;
  color: #ff4d4d;
}

.voice-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0px;
  margin-top: 10px;
}

.voice-wave {
  display: flex;
  align-items: flex-end;
  gap: 3px;
}

.voice-wave span {
  display: block;
  width: 5px;
  height: 10px;
  background: #ff9800;
  animation: wave 1s infinite ease-in-out;
}

.voice-wave span:nth-child(2) { animation-delay: 0.1s; }
.voice-wave span:nth-child(3) { animation-delay: 0.2s; }
.voice-wave span:nth-child(4) { animation-delay: 0.3s; }
.voice-wave span:nth-child(5) { animation-delay: 0.4s; }

@keyframes wave {
  0%, 100% { height: 10px; }
  50% { height: 30px; }
}
.custom-box {
width: 250px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin: 10px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #007bff;
  color: #fff;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}

.custom-username {
  font-size: 16px;
}

.custom-close {
  cursor: pointer;
  font-size: 18px;
}

.custom-body {
  padding: 15px;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.custom-button {
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  border: none;
}

.accept-btn {
  background-color: #4fb11f;
}

.reject-btn {
  background-color: #ff0000;
}


.stopmic{
	display: block; font-size: 11px; color: white; cursor: pointer;
}
.sounds{
	display: block; font-size: 11px; color: white; cursor: pointer;
}
.profiles{
	display: block; font-size: 11px; color: white; cursor: pointer;
}


.wave-container {
position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: rotate(1deg);
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    right: 2px;
}

.wave-container svg {
  width: 100%;
  height: 16px; /* تقليل الارتفاع لتقريب الخطين */
  margin-top: -4px; /* لجعل الخطين أقرب لبعض */
}

.wave1 path,
.wave2 path {
  stroke-width: 2.5;
  fill: none;
  animation: waveMotion 2s infinite ease-in-out;
}

.wave1 path {
  stroke: red;
  filter: drop-shadow(0 0 4px red);
}

.wave2 path {
  stroke: blue;
  filter: drop-shadow(0 0 4px blue);
  animation-delay: 1s;
}

@keyframes waveMotion {
  0% {
    d: path("M0 10 Q 10 4, 20 10 T 40 10 T 60 10 T 80 10 T 100 10");
  }
  50% {
    d: path("M0 10 Q 10 16, 20 10 T 40 10 T 60 10 T 80 10 T 100 10");
  }
  100% {
    d: path("M0 10 Q 10 4, 20 10 T 40 10 T 60 10 T 80 10 T 100 10");
  }
}


@keyframes drop {
  to {
    transform: translateY(100vh);
    opacity: 0;
  }
}

@keyframes GradientWave {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.evant.live {
    position: relative;
    border-radius: 50%;
    border: 3px solid pink;
    margin: 2px 0px 3px 0px;
}

.evant.live::after {
    content: "LIVE";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff97a9;
    color: white;
    padding: 1px 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 1px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: -1px;
}

.avatar-fire {
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}




.notification-with-icon1 {
  display: block;
}

.notification-header1 {
    display: flex
;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #eee;
    color: #fff;
}

.notification-icon1 {
  margin-right: 12px;
  font-size: 20px;
}

.notification-title1 {
  font-size: 16px;
    font-weight: bold;
    flex: 1;
    color: #000;
}

.notification-title-right-text1 {
	    color: #000;
  font-size: 14px;
  opacity: 0.9;
}

.notification-content1 {
  padding: 4px;
  background-color: #f9f9f9;
}

.notification-subtitle1 {
  font-weight: bold;
  font-size: 14px;
  color: #444;
}

.notification-tex1t {
  font-size: 13px;
  color: #666;
}

/* Animation */
@keyframes slideDown {
  from {
    transform: translate(-50%, -20px);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}



.popup-header {
display: flex
;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #000000;
    padding: 5px 4px;
}

.popup-header h2 {
  font-size: 22px;
  margin: 0;
  color: #333;
}

.close-btn {
background: none;
    border: none;
    font-size: 18px;
    color: #007aff;
    cursor: pointer;
}

.popup-body .intro {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0px 0;
}

.popup-body .intro img {
  width: 50px;
  height: 50px;
  border-radius: 60px
  }

.popup-body .intro p {
  background-color: #f7f7ff;
  padding: 10px;
  border-radius: 10px;
  font-size: 16px;
  flex: 1;
}

.section-title {
  font-weight: bold;
  font-size: 18px;
  margin-top: 0px;
}

.terms {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}

.choose-text {
  color: #ef7b01;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0 10px;
}



.plan-card {
  background: #fff;
  border-radius: 10px;
  width: 140px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.2s;
}

.plan-card:hover {
  transform: scale(1.05);
}





.plan-card .price {
  font-weight: bold;
  color: #333;
}
.user-card{
	display: flex
;
    justify-content: space-between;
    align-items: center;
    background-color: #f1f1f1;
    width: 95%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.user-card span {
    font-weight: bold;
    color: #333;
  }

  .user-card button {
    background-color: red;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  
  /* الحاوية الرئيسية */
.setting-popup-pushxx {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  direction: rtl;
  font-family: "Cairo", sans-serif;
}

/* النافذة */
.pagexx {
  width: 95%;
  max-width: 400px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.3s ease-in-out;
}

/* الشريط العلوي */
.navbarxx {
  background-color: #2196f3;
  color: white;
  padding: 12px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.navbar-innerxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titlexx {
  flex: 1;
  text-align: center;
}

.rightxx .linkxx {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  cursor: pointer;
}

/* تبويبات الإعدادات */
.segmentedxx {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.buttonxx {
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #f1f1f1;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: 0.3s;
}

.buttonxx:hover {
  background-color: #e0e0e0;
}

.button-activexx {
  background-color: #2196f3;
  color: white;
  border-color: #2196f3;
}

/* صف الإعداد */
.setting-rowxx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}

/* النص */
.setting-labelxx {
  font-size: 14px;
  color: #333;
  flex: 1;
  padding-right: 10px;
}

/* التبديل */
.togglexx input[type="checkbox"] {
  display: none;
}

.toggle-iconxx {
  width: 40px;
  height: 22px;
  border-radius: 12px;
  background: #ccc;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.toggle-iconxx::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  transition: 0.3s;
}

.togglexx input[type="checkbox"]:checked + .toggle-iconxx {
  background: #2196f3;
}

.togglexx input[type="checkbox"]:checked + .toggle-iconxx::before {
  right: 20px;
}

/* أنيميشن */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.unique-wrapper-xd99 {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background: linear-gradient(to bottom, #ffffff, #f2f6fc);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  font-family: 'Tajawal', sans-serif;
  color: #222;
  direction: rtl;
  text-align: right;
  border: 1px solid #dbe2ea;
  position: absolute;
  z-index: 9999999;
}

.unique-wrapper-xd99 h2 {
  color: #0d4b8c;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 2px solid #0d4b8c;
  padding-bottom: 10px;
}

.unique-wrapper-xd99 p,
.unique-wrapper-xd99 li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

.unique-wrapper-xd99 input,
.unique-wrapper-xd99 select,
.unique-wrapper-xd99 textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}

.unique-wrapper-xd99 button {
  background-color: #0d4b8c;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.unique-wrapper-xd99 button:hover {
  background-color: #08376a;
}
@keyframes slideLeftRight {
    0% {
        right: 0;
    }
    100% {
        right: calc(100% - 288px); /* تحريك حتى نهاية chatx تقريباً */
    }
}

.move-horizontal {
    animation: slideLeftRight 5s linear forwards;
}

a.link.back {
    font-weight: bold;
    position: relative;
    bottom: 3px;
}
.head_ll {
   width: 100%; display: flex; flex-direction: column; align-items: center;margin-top: 40px;
}
.u-pic_ll {
   width: 30px;height: 30px;margin-left: 5px;margin-right: 5px;max-width: 100%;background-color: rgb(255, 255, 255);border-radius: 14px;border-width: 0.5px;border-style: solid;border-color: rgb(255, 255, 255);object-fit: cover;box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 4px;width: 120px !important;height: 120px !important;border-radius: 50% !important;
}
.u-topic_ll {
  background: rgba(255, 255, 0, 0);font-family: &quot;SF Arabic&quot;;font-size: 18px !important;font-weight: 300 !important;color: rgb(0, 0, 0);margin-top: 14px;
}
.tooltip-img {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.95);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  white-space: normal;
  max-width: 200px;
  transform: translateX(-50%) translateY(-100%);
  pointer-events: none;
  z-index: 999;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.3);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

/* السهم */
.tooltip-img::after {
  content: "";
  position: absolute;
  bottom: -5px; /* المسافة بين السهم والفقاعة */
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.95) transparent transparent transparent;
}