@media only screen and (max-width: 767px) {/* هاتف*/
.notification1 {
  position: absolute;
top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    font-family: 'Cairo', sans-serif;
    overflow: hidden;
    animation: slideDown 0.4s ease;
    border: 1px solid #ddd;
    z-index: 99999999;
}
.UEWds-popup-pushnn{
	display: block;font-family: "SF Arabic" !important;position: absolute;z-index: 999;width: 100%;height: 100%;
	
}
.plan-card img {
  width: 50px;
  height: 50px;
  margin: 0px 0;
}
.plan-card h3 {
color: #ef7b01;
    font-size: 16px;
    margin: 0px 0;
}

.buycredit-popup {
box-sizing: border-box;
        padding: 10px;
        position: fixed;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
        
      background: #efeff4;
        z-index: 99999;
        direction: rtl;
        font-family: 'Tajawal', sans-serif;
   height: 100%;
        width: 100%;
}
.plans-container {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 21px;
    justify-content: center;
    scrollbar-color: #acacb5 #cdd4de;
    scrollbar-width: none;
    overflow-y: scroll;
}
.linkccc{
margin-right: 10px; height: 40px; width: 60px; border-radius: 5px; align-items: center; border-width: 1px; border-color: rgb(235, 235, 242); display: flex; flex-direction: column; z-index: 99; position: fixed; right: 0px;
    
}
.toolbar-inner{
        height: 44px;
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        background-color: #ffffff85;
        border-top: 1px solid #e7ebf7

}
.archivo1archivo1{
margin-top: 14px;
}
.animatedContaineranimatedContainer{
display: flex;justify-content: center; /* أفقيًا */align-items: center;  margin: 42px 0px 0px 1px;

}
.animatedSVGanimatedSVG{
margin-top: 20px;
        display: flex
;
        justify-content: center;
        align-items: center;

}
.audio-player-wrapper-x{
	display: flex;align-items: center;background: #f9f9f9;border-radius: 12px;padding: 6px 12px;box-shadow: inset 0 0 2px #ddd;width: 93%;max-width: 400px;
}
#toolbar-inner-audio-x{
display: flex;align-items: center;background: #f9f9f9;border-radius: 12px;box-shadow: inset 0 0 2px #ddd;width: 90%;max-width: 400px;
}
#toolbar-inner-audio{
display: flex;align-items: center;background: #f9f9f9;border-radius: 12px;box-shadow: inset 0 0 2px #ddd;width: 80%;max-width: 400px;position: absolute;bottom: 46px;
}
.isreply {
    background: rgb(240, 248, 255);
    display: block;
    border-radius: 5px;
    padding: 8px 15px;
    margin: 0px 1px;
    direction: rtl;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    position: fixed;
    bottom: 99px;
    left: 0px;
    right: 0px;
    }
.gift-container1 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      overflow-y: auto;
      max-height: 50vh;
    }

    .gift-item1 {
      background: linear-gradient(145deg, #007aff, #ffffff);
      border-radius: 15px;
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      width: 160px;
      text-align: center;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }

    .gift-item1:hover {
      transform: translateY(-10px);
      box-shadow: 0 20px 35px rgba(0, 0, 0, 0.25);
    }

    .gift-item1 img {
        width: 35%;
    height: 43px;
    object-fit: cover;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    border-radius: 15px 15px 0 0;
    transition: transform 0.3s ease;
    }

    .gift-item1 img:hover {
      transform: scale(1.1);
    }

    .gift-item1 .details {
      padding: 7px;
      background-color: #fff;
      border-radius: 0 0 15px 15px;
    }

    .gift-item1 .details h4 {
      font-size: 15px;
      font-weight: bold;
      color: #333;
      margin: 0;
    }

    .gift-item1 .details p {
      font-size: 14px;
      color: #777;
      margin: 5px 0;
    }

    /* Animation for gifts */
    .gift-item1 {
      animation: bounceIn 1s ease-out;
    }

    @keyframes bounceIn {
      0% {
        transform: scale(0.5);
        opacity: 0;
      }
      60% {
        transform: scale(1.2);
        opacity: 1;
      }
      100% {
        transform: scale(1);
      }
    }

    /* For small screens */
    @media (max-width: 768px) {
      .gift-item1 {
        width: 160px;
      }
    }
	
	
	
#rvideo2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* لإخفاء أي جزء خارج الشاشة */
}

#rvideo2 .modal-backdrop {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  animation: backdropFade 2s ease-in-out forwards;
}

@keyframes backdropFade {
  0% { background: rgba(0, 0, 0, 0); }
  100% { background: rgba(0, 0, 0, 0.5); }
}

#rvideo2 img.video-regalos-class {
  position: relative;
  z-index: 2;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  box-shadow: 0 0 40px #00d0ff, 0 0 60px #007aff;
  filter: drop-shadow(0 0 15px rgba(0, 212, 255, 0.8));
  animation: giftWave 7s ease-in-out forwards, spreadOut 7s ease-in-out forwards;
  transform-origin: center;
}

@keyframes giftWave {
  0% { transform: scale(1); opacity: 0; }
  10% { opacity: 1; transform: scale(1.1); }
  30% { transform: scale(0.95); }
  50% { transform: scale(1.05); }
  70% { transform: scale(0.97); }
  90% { transform: scale(1.03); }
  100% { transform: scale(0.8); opacity: 0; }
}

@keyframes spreadOut {
  0% { transform: scale(1); }
  25% { transform: scale(1.2); }
  50% { transform: scale(1.5); }
  75% { transform: scale(1.7); }
  100% { transform: scale(2); opacity: 0; }
}

#rvideo2 .text-message {
  position: absolute;
  color: white;
  font-size: 50px;
  z-index: 3;
  animation: textReveal 5s ease-in-out forwards;
  transform: translateX(-50%);
}

@keyframes textReveal {
  0% { opacity: 0; transform: translateX(-50%) translateY(20px); }
  50% { opacity: 1; transform: translateX(-50%) translateY(0); }
  100% { opacity: 0; transform: translateX(-50%) translateY(-20px); }
}


 #gift_Window{
      position: fixed;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
      background-color: rgb(255, 255, 255);
      border-radius: 10px;
          font-family: "SF Arabic" !important;
     
      height: 100%;
      width: 100%;
      z-index: 99999;
    }
#imgReloj{
    width: 30px;
    height: 30px;
    position: absolute;
    background-image: url(img/reloj.gif);
    background-size: contain;
    z-index: 9999;
    background-repeat: no-repeat;
    bottom: 105px;
    right: 52px;
}
.clasx_load{
    width: 30%;
    position: fixed;
}
.message-content {
    overflow-wrap: break-word;
    width: 94%;
    margin: 0px 0px 3px 0px;
	 font-family: "SF Arabic" !important;
}
    .plans {
      display: flex;
      justify-content: space-between;
      gap: 10px;
    }
    .page_profael {
position: fixed;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
        background-color: rgb(247, 247, 255);
        border-radius: 10px;
        height: 100%;
        width: 100%;
        z-index: 99999;
		direction: rtl;
		font-family: "SF Arabic" !important;
    }

    .navbar_profael {
         background-color: #fff;
    padding: 11px;
    text-align: center;
    position: relative;
    border-bottom: 1px solid #000000;
    }

    .navbar_profael .title_profael {
      font-size: 20px;
      font-weight: bold;
    }

    .navbar_profael .right_profael {
      position: absolute;
      top: 15px;
    }

    .navbar_profael .right_profael .link_profael {
    cursor: pointer;
    font-weight: bold;
    color: #007aff;
    }

    .profile-container_profael {
      padding: 5px;
      text-align: center;
	  border-radius: 8px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .profile-img-wrapper_profael {
      position: relative;
      width: 120px;
      height: 120px;
      margin: auto;
    }

    .profile-img-wrapper_profael img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .status-indicator_profael {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 20px;
      height: 20px;
      background-color: #4ce800;
      border-radius: 50%;
      border: 2px solid #fff;
    }

    .profile-name_profael {
      margin-top: 3px;
      font-size: 20px;
      font-weight: bold;
    }

    .profile-type_profael {
    color: #990000;
    margin-top: 5px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    }

    .list_profael {
    padding: 10px;
    background: #fff;
    margin: 1px 18px 6px 23px;
    border-radius: 10px;
    }

    .list_profael ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .list_profael li {
      margin-bottom: 10px;
    }

    .item-label_profael {
      margin-bottom: 5px;
      font-weight: bold;
    }

    .item-input-wrap_profael select_profael,
    .item-input-wrap_profael input {
      width: 100%;
      padding: 8px;
      border-radius: 6px;
      border: 1px solid #ccc;
    }

    .stepper_profael {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 5px;
    }

    .stepper-button-minus_profael,
    .stepper-button-plus_profael {
    width: 30px;
    height: 30px;
    background-color: #007aff;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    color: aliceblue;
    }
.selectxxx {
    /* -webkit-appearance: none; */
    /* appearance: none; */
    /* background: none; */
    border: none;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: 'El Messiri', sans-serif;
    display: block;
    font-family: "SF Arabic" !important;
    font-size: 'El Messiri', sans-serif;
    margin: 0;
    outline: 0;
    padding: 0;
    resize: none;
}
    .buttons_profael {
      display: flex;
      justify-content: space-evenly;
      padding: 0px;
      gap: 10px;
    }

    .button_profael {
      padding: 10px 20px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
    }

    .button-fill {
      background-color: #007aff;
      color: #fff;
    }

    .button-cancel {
      background-color: #dadada;
      color: #000;
    }
	
	
.status-menux{
background-color: rgba(255, 255, 255, 0.95);
        width: 100%;
        height: fit-content;
        z-index: 9999999;
        position: absolute;
        top: 163px;
        border-radius: 4px;
        direction: rtl;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
        padding-bottom: 5px;
		font-weight: bold;
        font-size: 15px;
		font-family: "SF Arabic" !important;
}
#imageContainer22{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: auto;
    height: 55%;
    margin-top: 10px;
	font-family: "SF Arabic" !important;
}

#yue_Pro{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 99999;
	font-family: "SF Arabic" !important;
}
#yue_upgrade{
position: fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 99999;
    direction: rtl;
	font-family: "SF Arabic" !important;
}
#Avatar_Window{
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 99999;
	font-family: "SF Arabic" !important;
}
    .menu-sectionx {
      margin: 10px;
      padding: 10px;
      border-radius: 12px;
     
    }

    .menu-sectionx ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .menu-sectionx li {
      margin-bottom: 10px;
    }

    .item-linkx {
      text-decoration: none;
      display: flex;
      align-items: center;
      padding: 4px 10px;
      border-radius: 10px;
      background-color: #fff;
      transition: background-color 0.2s ease;
    }

    .item-linkx:hover {
      background-color: #f0f0f5;
    }

    .item-mediax {
      width: 36px;
      height: 36px;
      min-width: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 8px;
      background-color: rgb(255, 255, 255);
      margin-right: 10px;
    }

    .item-mediax i {
      font-size: 20px;
    }

    .item-innerx .item-titlex {
      font-size: 15px;
	  font-weight: bold;
      color: #333;
    }

    .footerx {
      text-align: center;
      font-size: 13px;
      color: #555;
      margin-top: 25px;
    }

    .footerx div {
      margin: 4px 0;
    }
	
	
	
.color-options{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 3px;
    width: 97%;
    height: auto;
    position: absolute;
    z-index: 9;
    bottom: 0px;
    background: #ffff;
    border-radius: 10px;
    flex-direction: row;
    margin-bottom: 100px;
    margin-left: 3px;
}
.lightmeg{
    background-color: rgb(255, 255, 255);
    bottom: 51px;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    right: 0;
    top: 0;
}
#alluser > div:nth-child(even) {
    background-color: #f0f0f0 !important;
}

#alluser > div:nth-child(odd) {
    background-color: #ffffff !important;
}
.cornerxx{
overflow: hidden;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
z-index: 999999;
position: relative;
height: 92%;
        font-family: "SF Arabic" !important;
}
.cornerxx22{
overflow: hidden;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
z-index: 999999;
position: relative;
height: 92%;
font-family: "SF Arabic" !important;
}
.cornerxxPC{
overflow: hidden;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
z-index: 999999;
position: relative;
height: 92%;
font-family: "SF Arabic" !important;
}
    .user-info {
                border-bottom: 1px solid #333;
position: relative;
    }

    .user-info div {
        padding: 1px 0px 0px 0px;
        font-size: 14px;
        color: #333;
    }

    .user-info strong {
        color: #000;
    }
    .tab-link {
        color: #989a9d;
		margin: 0px 21px;
    }

    .tab-link i {
        font-size: 26px;
        color: #989a9d;
    }

    .tab-link.active i {
        color: #007aff; /* اللون الأزرق */
    }
#emojiWindow{
position: fixed;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 4px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    left: 2px;
    bottom: 106px;
    height: 40%;
    width: 99%;
    z-index: 10;
}

#lastRoomall{
	scrollbar-color: #acacb5 #cdd4de;
    scrollbar-width: none;
    overflow-y: scroll;
    font-family: "SF Arabic" !important;
    width: 97%;
    background-color: #f7f7f8;
    position: absolute;
    top: 43px;
    bottom: 0px;
    border: 3px solid #ffffff00;
}
.roomclass {
	display: none;
}
.userclass {
	display: none;
}
.rooms-style-room {
    display: flex;
    gap: 6px;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    background: #dfdfe7;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 96%;
    margin-left: 2%;
    border-radius: 10px;
    flex-direction: column;
    margin-top: 6px;
    position: relative;
        height: 66px;
}
#button_fill_link {
position: fixed; display: flex; align-items: center; justify-content: center; right: 5px; bottom: 88px; margin-right: 3px; width: 40px; height: 30px; margin-bottom: 18px; z-index: 1; background: rgb(255, 255, 255); border-radius: 5px;
}
i.icon.f7-icons {
    font-size: 26px;
    color: #007aff;
	cursor: pointer;
}
.alluser-classss {
    scrollbar-color: #acacb5 #cdd4de;
    scrollbar-width: none;
    overflow-y: scroll;
    font-family: "SF Arabic" !important;
    width: 97%;
    background-color: #f7f7f8;
    position: absolute;
    top: 70px;
    bottom: 0px;
    border: 3px solid #ffffff00;
}
.radio-background{
	display: none;
}
div#chatbox2 {
font-family: "SF Arabic" !important;
        background-color: #f7f7f8;
        position: absolute;
        top: 0px;
        bottom: 100px;
        display: none;
        width: 74.5%;
        right: 0;
		z-index: 99;
}
div#chatbox_room {
font-family: "SF Arabic" !important;
        background-color: #f7f7f8;
        position: absolute;
        top: -10px;
        bottom: 100px;
        display: none;
        width: 74.5%;
        right: 0;
}
.hide-on-desktop{
background-color: rgb(218, 218, 226);
    margin-right: 12px;
    border-radius: 5px;
	display: block
	}
    div#usersButton {
        display: none;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
    div#roomsButton {
        display: none;
        align-items: center;
        justify-content: center;
        border-radius: 3px;
    }
	
.imgprofael{
	display: none;
	place-content: center;
	margin-top: 5px;
}
.message-bubble {
	width: 81%;
}

.chatbox-class{
scrollbar-color: #acacb5 #cdd4de;
        scrollbar-width: thin;
        overflow-y: scroll;
        font-family: "SF Arabic" !important;
        width: 100%;
        background-color: #cdd4deab;
        position: absolute;
        bottom: 99px;
        display: none;
        top: 0px;
        background: url(../img/img.png) center center no-repeat rgb(205, 212, 222);
        background-size: 150px 150px;
}
.chatx-class{
         scrollbar-color: #acacb5 #cdd4de;
        scrollbar-width: thin;
        overflow-y: scroll;
        font-family: "SF Arabic" !important;
        width: 100%;
        background-color: #cdd4dee6;
        position: absolute;
        top: 0px;
        bottom: 0px;
    
}

.foot1-style {
        font-family: "SF Arabic" !important;
        height: 42px;
        position: absolute;
        bottom: 58px;
        left: 0px;
        right: 50px;
        display: block;
        width: 100%;
}
#button_person{
	display: block;
}
#button_house{
	display: block;
}
#drdchati-radio-backgroundc{
margin-right: 7px;
       
        text-indent: 0px;
        background: rgb(0, 122, 255);
        border-radius: 5px;
        margin-left: 2px;
        background-color: rgba(205, 212, 222, 0.745);
        height: 100%;
        display: flex
;
        align-items: center;
        justify-content: center;
		animation: Gradient 60s ease infinite;
       background: linear-gradient(132deg, #007aff, #3548f1, #007aff, #f7f7f8, #3548f1, #f7f7f8, #007aff, #f7f7f8, #007aff);
    background-size: 400% 400%;
    border-radius: 10px;
    margin-right: 10px;
}
.foot1-style2{
	display: block;
	
}
.link11{
	display: none;
}
.link12{
	display: none;
}
.form-control{
	font-weight: bold;
font-family: "SF Arabic" !important;
        height: 30px;
        position: absolute;
        bottom: 5px;
        left: 79px;
        right: 123px;
        border-radius: 78px;
        display: block;
        background-color: #ffffff;
        border-width: 0px;
        line-height: 28px;
        text-indent: 13px;
        outline: none;
		font-size: 16px;
}
.logroms-style{
  position: absolute;
  width: 60px;
  border-radius: 8px;
  left: 5px;
  top: 3px;
  border-width: 2px;
  border-style: solid;
  border-color: #ffffff;
}
.button1{
  min-width: 47%;
}
.button2{
  min-width: 47%;
}
.xx {
   
    position: relative;
    min-height: 1px;
    background: #f3f3f4;

}
 .body1-style {
flex-wrap: wrap;
        align-content: flex-start;
        align-items: center;
        overflow-y: scroll;
        font-family: "SF Arabic" !important;
        width: 100%;
        background-color: #e7ebf7;
        position: absolute;
        top: 130px;
        bottom: 1px;
        display: none;
}
.rooms-style{
    display: flex;
    gap: 6px;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 96%;
    margin-left: 2%;
    border-radius: 10px;
    flex-direction: column;
    margin-top: 6px;
    position: relative;
    height: 14%;
}
.register-style{
width: 100% !important;
    margin-bottom: 10px;
    text-align: -webkit-match-parent;
    flex-direction: row-reverse;
    justify-content: flex-start;
    background-color: #a82548;
    color: rgb(255, 255, 255);
    padding: 14px 0px;
    height: 30px;
display: flex;
        align-items: center;
        border-radius: 0px;
		cursor: pointer;
}
.login-style{
width: 100% !important;
    margin-bottom: 10px;
    text-align: -webkit-match-parent;
    flex-direction: row-reverse;
    justify-content: flex-start;
    background-color: #a82548;
    color: rgb(255, 255, 255);
    padding: 14px 0px;
    width: 210px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 0px;
	cursor: pointer;
}
.checkbox-login-class{
width: 100% !important;
    margin-bottom: 10px;
    text-align: -webkit-match-parent;
    flex-direction: row-reverse;
    justify-content: flex-start;
    background-color: #a82548;
    color: rgb(255, 255, 255);
    padding: 14px 0px;
    width: 210px;
    height: 30px;
    display: flex;
    align-items: center;
    border-radius: 0px;
	cursor: pointer;
}
.allclass{

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1px;
    margin-top: 0px;
    padding-top: 20px;

}
}