
/*new*/
.left_item_icon {display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;text-align:center;width:26px;background: linear-gradient(to top, #d8d8d8, #e6e6e6)!important;border-radius: 28px;}
.chat_avatar img {border-radius: 20px 20px 20px 0!important;}

.user_item_avatar .acav {width: 30px;height: 30px;border-radius: 0!important;display:block;cursor:pointer;}
/*panel selected */
.panel_selected {background:#ededed;color: black;border-radius: 13px;border: 2px solid #bfa9a9;font-size: 20px;box-shadow: 1px 2px 8px #fdfdfd;}

/* your custom style here */
@font-face{font-family:'flat-jooza';src: url('https://www.fontstatic.com/fonts/flat-jooza/flat-jooza-regular.eot?#iefix');src: local('Ã˜Â¬Ã˜Â°Ã™Ë†Ã˜Â± Ã™â€¦Ã˜Â³Ã˜Â·Ã˜Â­'), local('flat-jooza'),url('https://www.fontstatic.com/fonts/flat-jooza/flat-jooza-regular.woff') format('woff');}
::-webkit-scrollbar {

background: -webkit-linear-gradient(left, #FFFFFF 0%,#EEEEEE 100%);

width: 6px;
}



::-webkit-scrollbar-thumb {

-webkit-box-shadow: inset 0 0 100px rgb(56 55 68);

-webkit-border-radius: 20px;

background-color: #404d5d;
}

::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}


/* Copyright (c) 2020 AMEER-PS */
.my_text {backface-visibility: visible!important;animation-name: flipInX;animation-duration: 1s;animation-fill-mode: both;display:table-cell;vertical-align:top;position:relative;padding-top: 0px;}
.my_text .username { font-size:12px; }

.animated,#notify_private,.ch_logs.bcolor1,.chat_message,.small_modal_in,.large_modal_in,#private_box,#main_emoticon,.ico_vip,.my_mood{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}#notify_private{-webkit-animation-iteration-count:20;animation-iteration-count:20}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{from,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce,#notify_private{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}from{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.bounceInUp,.my_mood{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInLeftBig{from{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInLeftBig,#main_emoticon{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.fadeInRight,#private_box,.small_modal_in,.large_modal_in{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{from{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.flipInX,.chat_message{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX;}.slideInUp,.chat_message.bcolor1{-webkit-animation-name:slideInUp;animation-name:slideInUp}


/*new*/


@import "compass/css3";


@import url('https://fonts.googleapis.com/css?family=Tajawal&display=swap');


/* ------------------------------------------------------------ */

.large_spinner { width:50px; height:50px; position:absolute; display:block; top:50%; left:50%; margin-left:-25px; margin-top:-25px; font-size:50px; }
.boom_spinner { width:100%; }







.ow {


color:#ffffff;
font-weight:bold;
margin-top:-9px;
font-size: 13px;
font-family: 'Cairo', sans-serif;








}






.ram {
  text-transform: uppercase;
  font-size: 9px;
  display: inline-block;
  font-weight: bold;
  background-image: repeating-linear-gradient(-45deg, #a5a12c 3%, #969029 10.8333%, #000000 18.6667%, #d7d2a5 26.5%, #130808 34.3333%, #130808 42.1667%, #4e4c2e 50%);
  /* animation-duration: 4s; */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  /* -webkit-animation: killowave 3s linear infinite normal; */
  animation: killowave 3s linear infinite normal;
  padding-left: 3px;
  }
  












.makmak{

background-image: linear-gradient(to right, #000 0%, #d0c81d 51%, #3d4248 100%);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
}


.makmak:hover {

background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, #c1ba1b 10.8333%, rgb(0, 0, 1) 18.6667%, #f3eddb 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
}

.su2 {
  
background-image: linear-gradient(60deg, #05938a 0%, rgb(0, 0, 3) 37%, #05938a 65%, #161718 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #91313100;  
  }




.admin_sm_content {
  background: #f7f7f7;
    color: #666;
    position: relative;
    font-family: cursive;
    vertical-align: top;
    padding: 9px;
    word-wrap: break-word;
}






 .huuuu {font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif;background-image: url(https://a.top4top.io/p_1556j0n5e1.gif);-webkit-background-clip: text;color: transparent;background-size: 100% 100%;}




.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}



.su {background-image: linear-gradient(60deg, #000 0%, rgb(0, 0, 3) 37%, #05938a 65%, #3b5998 100%);-webkit-background-clip: text;-webkit-text-fill-color: #91313100;}




.na2 {
  
background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, #51e7de 10.8333%, rgb(10, 92, 86) 18.6667%, #059288 26.5%, rgb(81, 43, 71) 34.3333%, #06867d 42.1667%, rgb(19, 8, 8) 50%);
  
animation-duration: 4s;
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
background-size: 200% 100%;
  
background-position: 0 0;
  
-webkit-animation: killowave 3s linear infinite normal;
  
animation: killowave 3s linear infinite normal;
  
/* font-weight: bold; */
  
/* font-family: tahoma; */
}










.makmak2 {

background: linear-gradient(to right, #93181b, #000000, #f7797d);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: #91313100;
}








.genmale{color:#0000FF;}
.genfemale{color:#FF1493;}
.bezpol{color:#f30;}
.gend{font-weight:700;font-size:14px;}











.mod2{
background-image: linear-gradient(to right, #f0136c 0%, #061161 51%, #780206 100%);
-webkit-background-clip:text;
 text;-webkit-text-fill-color: #91313100;

}


















.super {

background-image: repeating-linear-gradient(-45deg, rgb(164, 107, 123) 3%, #e6b59f 10.8333%, rgb(242, 227, 225) 18.6667%, #c4472b 26.5%, rgb(73, 40, 86) 34.3333%, rgb(247, 175, 46) 42.1667%, rgb(32, 32, 32) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
}









.mac {
  font-weight: 600;
  animation-duration: 2s;
  background-image: repeating-linear-gradient(-45deg, #228dff 3%, #000000 14.75%, #000000 26.5%, rgb(38, 213, 42) 38.25%, #03add8 50%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-animation: killowave 3s linear infinite normal;
  animation: killowave 3s linear infinite normal;
  font-weight: bold;
  /* font-family: tahoma; */
  font-size: 11.5px;
}






















.zoz95  {

font-size: 19px;

background: linear-gradient(to right,#e72a3a,#ff5be1);

color: transparent;

-webkit-background-clip:text;

background-clip:text;

/* font-weight: bold; */

font-family: 'Markazi Text', serif;
}















/* -------------------- Users Titles -------------------------- */








.gradient-text {
  /* Fallback: Set a background color. */
  background-color: #CA4246;
  
  /* Create the gradient. */
   background-image: linear-gradient(
        45deg,
        #CA4246 16.666%, 
        #E16541 16.666%, 
        #E16541 33.333%, 
        #F18F43 33.333%, 
        #F18F43 50%, 
        #8B9862 50%, 
        #8B9862 66.666%, 
        #476098 66.666%, 
        #476098 83.333%, 
        #A7489B 83.333%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
    /* This animates it on page load and when hovering out. */
    animation: rainbow-text-simple-animation-rev 0.75s ease forwards;

}

.gradient-text:hover{
    animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}







@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}
  











/* ------------------------------------------------------------ */





.vip {



font-size: 9px;

color:#FF1493;

 font-weight: bold;

}


















.meka {

background: linear-gradient(to right, #f7dfb9, #93181b, #2196f3, #93181b);

-webkit-text-fill-color: transparent;

-webkit-background-clip: text;

/* text-shadow: 0 0 2px rgba(254, 250, 255, 0.5); */
}
























.zahraa6 {
    text-transform: uppercase;
    font-size: 9px;
    /* display: inline-block; */
    font-weight: bold;
    /* background: linear-gradient(to right, #93181b, #93181b, #f7797d); */
    background-image: repeating-linear-gradient(-45deg, #f7797d 3%, #f7797d 10.8333%, #f7797d 18.6667%, #f7797d 26.5%, #93181b 34.3333%, #93181b 42.1667%, #f8d283 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
    padding-left: 3px;
}










.eslam1 {


 text-transform: uppercase;
  background: linear-gradient(to right, #6a5006 10%, #fff 50%, #05344c 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
}






















.zoz1 {
    color: #00b1ff;
        font-family: 'Anton', sans-serif;
      background-image: repeating-linear-gradient(-45deg, rgb(255, 0, 255) 3%, rgb(255, 0, 255) 12.4%, rgb(1, 1, 1) 21.8%, rgb(255, 0, 255) 31.2%, rgb(1, 1, 1) 40.6%, rgb(255, 0, 255) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
    


}
  
  

  
.zoz {

position: relative;

font-size: 22px;

font-family: 'Lobster', helvetica, arial;

text-decoration: none;

color: #846e11;

/* position: absolute; */

-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#736b47), color-stop(50%, rgba(0,0,0,.5)), to(#473b09));
                                     
                                     
                                  

}
     
   

    .zahraa2 {
    
    color: #fff;
    font-family: "ubuntu";
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right, #40b6d4 10%, #fff 50%, #b30894 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;


                                     }
















                          
                                     


 

















  



















/* ------------------------------------------------------------ */
/* -------------------- killowave Colors -------------------------- */
/* ------------------------------------------------------------ */

/* Animate Background Image */










.toffee2 {
  
  background-image: repeating-linear-gradient(-45deg, rgb(5, 146, 136) 3%, #10978d 10.8333%, rgb(0, 0, 1) 18.6667%, #fffefd 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(24, 154, 145) 50%);animation-duration: 4s;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-size: 200% 100%;background-position: 0 0;-webkit-animation: killowave 3s linear infinite normal;animation: killowave 3s linear infinite normal;
text-transform: uppercase;
    font-size: 9px;
      padding-left: 3px;

    font-weight: bold;
  }









 
.zahraa {
  text-transform: uppercase;
  font-size: 9px;
  /* display: inline-block; */
  font-weight: bold;
  background-image: repeating-linear-gradient(-45deg, #058e85 3%, #068a81 10.8333%, #000000 18.6667%, #66b2ad 26.5%, #130808 34.3333%, #130808 42.1667%, #06867d 50%);
  /* animation-duration: 4s; */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0 0;
  /* -webkit-animation: killowave 3s linear infinite normal; */
  /* animation: killowave 3s linear infinite normal; */
  padding-left: 3px;
  }
  
  
  
  
  
  
  
  
  
  
  
  .seno {
  
text-transform: uppercase;
  
font-family: 'arial', serif;
  
font-size: 12px;
  
display: inline-block;
  
font-weight: bold;
  
background-image: repeating-linear-gradient(45deg, rgb(56, 58, 114) 3%, rgb(25, 112, 99) 14.75%, rgb(169, 98, 111) 26.5%, rgb(25, 25, 112) 38.25%, rgb(43, 184, 186) 50%);
  
animation-duration: 4s;
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
/* background-size: 200% 100%; */
  
/* background-position: 0 0; */
  
/* -webkit-animation: killowave 3s linear infinite normal; */
  
animation: killowave 3s linear infinite normal;
  }
  
  
  
  
  
  
  
  
  
  
.cname .someone{font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif}.someone{font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif;background-image: url(https://i.imgur.com/eqGvZEC.gif);-webkit-background-clip: text;color: transparent;background-size: 100% 100%;}

  
  
  
  
  
  


   
   
   
   
 
 .sonson {


font-family: 'Baloo Tamma', cursive;
font-size: 15px;





 }

 
 
 
 









.hasna2 {
  
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
}








.move1 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 0, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(255, 0, 0) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}














.move0 {

text-transform: uppercase;


background: linear-gradient(to right, #c19929 10%, #fff 50%, #126f9e 60%);

background-size: auto auto;

background-clip: border-box;

background-size: 200% auto;

color: #fff;

background-clip: text;

text-fill-color: transparent;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

animation: textclip 4s linear infinite;

display: inline-block;

font-weight: bold;
}



























/* ------------------------------------------------------------ */
.move2 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 196, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(255, 196, 0) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move3 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(0, 195, 255) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(0, 195, 255) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move4 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(0, 255, 115) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(0, 255, 115) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move5 {
    background-image: repeating-linear-gradient(-45deg, rgb(255, 0, 255) 3%, rgb(255, 0, 255) 12.4%, rgb(1, 1, 1) 21.8%, rgb(255, 0, 255) 31.2%, rgb(1, 1, 1) 40.6%, rgb(255, 0, 255) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move6 {
    background-image: repeating-linear-gradient(-45deg, rgb(47, 11, 58) 3%, rgb(47, 11, 58) 18.6667%, rgb(190, 129, 247) 34.3333%, rgb(47, 11, 58) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move7 {
    background-image: repeating-linear-gradient(45deg, rgb(25, 95, 112) 3%, rgb(25, 112, 99) 14.75%, rgb(255, 255, 255) 26.5%, rgb(25, 25, 112) 38.25%, rgb(43, 184, 186) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move8 {

  width: 100px;
  height: 100px;
  position: relative;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 3;
}
  


  
  
  
.gift-container{border:1px solid #ccc;text-align:center}div.gift-container:hover{border:1px solid #777}div.gift-container img{padding:10px 5px 5px;height:auto}div.gift-desc{padding: 5px 3px;text-align:center;background:#260132;font-size: 13px;color:#fff;}.gift-responsive{padding:6px;float:left;width:25%}@media only screen and (max-width:700px){.gift-responsive{width:33%;margin:6px 0}}@media only screen and (max-width:500px){.gift-responsive{width:33%}}p.giftheading{padding-bottom:5px;text-align:center;color:#20292f;font-size:17px}div.gift-container:hover>div.gift-desc{background:#a703dc;color:#fff;}

  
  

/* ------------------------------------------------------------ */
.move9 {
    background-image: repeating-linear-gradient(45deg, rgb(242, 184, 58) 3%, rgb(242, 184, 58) 14.75%, rgb(255, 255, 255) 26.5%, rgb(242, 184, 58) 38.25%, rgb(242, 184, 58) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move10 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(245, 86, 234) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(245, 86, 234) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move11 {
    background: linear-gradient(270deg, #0fb48a, #000000, #0fb48a);
    background-size: 100% 100%;
    -webkit-animation: myanime 6s ease infinite;
    -moz-animation: myanime 6s ease infinite;
    animation: myanime 6s ease infinite;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
@keyframes killowave {
    0% {
    background-position: 0 0;
    }
    100% {
    background-position: 100% 0;
    }
}
@-webkit-keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* ------------------------------------------------------------ */


.hoda {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #355c7d 10%, #6c5b7b 50%, #108dc7 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.ketoname {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #F9A6C3 10%, #78354D 50%, #C4C4C4 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ketoclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes ketoclip {
  to {
    background-position: 200% center;
  }
}


.saraname {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #a8324a 10%, #eb7c92 50%, #8f0b26 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: saraclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes saraclip {
  to {
    background-position: 200% center;
  }
}
.abdallah {
                                
  color: #fff;

background: linear-gradient(100deg, rgba(27,23,14,1) 0%, rgba(79,77,77,1) 0%, rgba(232,214,144,1) 45%, rgba(0,0,0,1) 85%, rgba(208,181,70,1) 100%);
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;                            
                                
                                

}

@keyframes abdo {
  to {
    background-position: 200% center;
  }
}

.midoname {
   background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 0, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(214, 50, 49) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}

@-webkit-keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}

@keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}

.nightname  {
  background-image: repeating-linear-gradient(-45deg, rgb(160, 72, 187) 3%, #9a49bb 10.8333%, rgb(0, 0, 1) 18.6667%, #c392d6 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(167, 71, 188) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
  
          }
          
.savbg {
    background: url(http://3a-chat.com/chat/fancy/black.gif);
    display:inline-block;
}

.redbg {
    background: url(http://3a-chat.com/chat/fancy/effect5.gif);
    display:inline-block;
}

.bluebg {
    background: url(http://3a-chat.com/chat/fancy/effect4.gif);
    display:inline-block;
}
.mybg {
    background: url(http://3a-chat.com/chat/fancy/eff1.gif);
    display:inline-block;
}

.zabgname {
    background:url(http://3a-chat.com/chat/fancy/colors.gif) 100% 68%;
    width: auto;
    height: 20px;
}


.anaglyph {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgb(51, 51, 51);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 3px;
  text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
}



.wardaname {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(to right, #000  10%, #fff 50%, #000  60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wardan 1.5s linear infinite;
  display: inline-block;
}

@keyframes wardan {
  to {
    background-position: 200% center;
  }
}

.sedraname {
  color: #fff;
  /* font-size: 15px; */
  font-weight: 700;
  background: linear-gradient(to right, #750b9c  10%, #fff 50%, #b330e3  60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: sed 2.5s linear infinite;
  display: inline-block;
}

@keyframes sed {
  to {
    background-position: 200% center;
  }
}

.ammarname {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(to right, crimson   10%, #000 50%, crimson   60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ammar 1.5s linear infinite;
  display: inline-block;
}

@keyframes ammar {
  to {
    background-position: 200% center;
  }
}

@keyframes sm_3600 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-3600px, 0px, 0px);
}
}

@keyframes sm_756 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-756px, 0px, 0px);
}
}

@keyframes sm_3456 {
0% {
        transform: translate3d(0px, 0px, 0px);

}
100% {
        transform: translate3d(-3456px, 0px, 0px);

}
}

@keyframes sm_1512 {
0% {
        transform: translate3d(0px, 0px, 0px);

}
100% {
        transform: translate3d(-1512px, 0px, 0px);

}
}

@keyframes sm_1800 {
0% {
transform: translate3d(0px, 0px, 0px);

}
100% {
transform: translate3d(-1800px, 0px, 0px);

}
}

@keyframes sm_960 {
0% {
    transform: translate3d(0px, 0px, 0px);

}
100% {
    transform: translate3d(-960px, 0px, 0px);

}
}

@keyframes sm_2880 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-2880px, 0px, 0px);
}
}


@keyframes a_1800 {
100% {
    background-position: -1800px center;
}
}

@keyframes a_3456 {
100% {
    background-position: -3456px center;
}
}


.nameWave {
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: nameWave 3s linear infinite normal;
    animation: nameWave 3s linear infinite normal;
}
.clip-1 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes nameWave {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}


#private_content {
    background:white !important;
}




/*
 * Counter button style
 */
.btn-counter { margin-right: 39px; }
.btn-counter:after,
.btn-counter:hover:after { text-shadow: none; }
.btn-counter:after {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #eee;
  padding: 0 8px;
  color: #777;
  content: attr(data-count);
  left: 100%;
  margin-left: 8px;
  margin-right: -13px;
  position: absolute;
  top: -1px;
}
.btn-counter:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');

  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-right: 0;
  border-top: 0;
  content: '';
  position: absolute;
  right: -13px;
  top: 5px;
  height: 6px;
  width: 6px;
  z-index: 1;
  zoom: 1;
}
/*
 * Custom styles
 */
.btny {
  background-color: #dbdbdb;
  border-color: #bbb;
  color: #666;
}
.btny:hover,
.btny.active {
  text-shadow: 0 1px 0 #b12f27;
  background-color: #f64136;
  border-color: #b12f27;
}
.btny:active { box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset; }
.btny span { color: #f64136; }
.btny:hover, .btny:hover span,
.btny.active, .btny.active span { color: #eeeeee; }
.btny:active span {
  color: #b12f27;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
/*
 * Basic button style
 */
.btny {
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  border-radius: 3px;
  border: 1px solid;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
















.textbg1 {
    background: url(http://3a-chat.com/chat/fancy/text1.png) 0% 100% no-repeat;
}

.textbg2 {
    background: url(http://3a-chat.com/chat/textbg/savabg.gif) 0% 100% no-repeat;
}

.textbg3 {
    background: url(http://3a-chat.com/chat/textbg/killua.gif) 0% 100% no-repeat;
}

.textbg4 {
    background: url(http://3a-chat.com/chat/textbg/mine.gif) 0% 100% no-repeat;
}

.textbg5 {
    background: url(http://3a-chat.com/chat/textbg/3mmar.gif) 0% 100% no-repeat;
}

.textbg6 {
    background: url(http://3a-chat.com/chat/textbg/lilo.gif) 0% 100% no-repeat;
}















                    

.LevelCol {

color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 17px;
    text-align: center;
    position: absolute;
    margin: 0px;
    margin-left: 23px;
    font-size: 8px;
    height: 17px;
    vertical-align: bottom;
    line-height: 15px;
    border: 1px solid #fff;
    -webkit-font-smoothing: anti

@import "compass/css3";



/* ------------------------------------------------------------ */




.makmak{

background-image: linear-gradient(to right, #000 0%, #d0c81d 51%, #3d4248 100%);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;
}


.makmak:hover {

background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, #c1ba1b 10.8333%, rgb(0, 0, 1) 18.6667%, #f3eddb 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
}

.su2 {
  
background-image: linear-gradient(60deg, #05938a 0%, rgb(0, 0, 3) 37%, #05938a 65%, #161718 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #91313100;  
  }




.admin_sm_content {
  background: #f7f7f7;
    color: #666;
    position: relative;
    font-family: cursive;
    vertical-align: top;
    padding: 9px;
    word-wrap: break-word;
}






 .huuuu {font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif;background-image: url(https://a.top4top.io/p_1556j0n5e1.gif);-webkit-background-clip: text;color: transparent;background-size: 100% 100%;}




.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}



.su {background-image: linear-gradient(60deg, #000 0%, rgb(0, 0, 3) 37%, #05938a 65%, #3b5998 100%);-webkit-background-clip: text;-webkit-text-fill-color: #91313100;}




.na2 {
  
background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, #51e7de 10.8333%, rgb(10, 92, 86) 18.6667%, #059288 26.5%, rgb(81, 43, 71) 34.3333%, #06867d 42.1667%, rgb(19, 8, 8) 50%);
  
animation-duration: 4s;
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
background-size: 200% 100%;
  
background-position: 0 0;
  
-webkit-animation: killowave 3s linear infinite normal;
  
animation: killowave 3s linear infinite normal;
  
/* font-weight: bold; */
  
/* font-family: tahoma; */
}










.makmak2 {

background: linear-gradient(to right, #93181b, #000000, #f7797d);

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: #91313100;
}








.genmale{color:#0000FF;}
.genfemale{color:#FF1493;}
.bezpol{color:#f30;}
.gend{font-weight:700;font-size:14px;}











.mod2{

background-image: linear-gradient(to right, #1353f0 0%, #061161 51%, #780206 100%);

-webkit-background-clip:text;

text;

-webkit-text-fill-color: #91313100;
}


















.super {

background-image: repeating-linear-gradient(-45deg, rgb(164, 107, 123) 3%, #e6b59f 10.8333%, rgb(242, 227, 225) 18.6667%, #c4472b 26.5%, rgb(73, 40, 86) 34.3333%, rgb(247, 175, 46) 42.1667%, rgb(32, 32, 32) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
}






























.zoz95  {

font-size: 19px;

background: linear-gradient(to right,#e72a3a,#ff5be1);

color: transparent;

-webkit-background-clip:text;

background-clip:text;

/* font-weight: bold; */

font-family: 'Markazi Text', serif;
}















/* -------------------- Users Titles -------------------------- */








.gradient-text {
  /* Fallback: Set a background color. */
  background-color: #CA4246;
  
  /* Create the gradient. */
   background-image: linear-gradient(
        45deg,
        #CA4246 16.666%, 
        #E16541 16.666%, 
        #E16541 33.333%, 
        #F18F43 33.333%, 
        #F18F43 50%, 
        #8B9862 50%, 
        #8B9862 66.666%, 
        #476098 66.666%, 
        #476098 83.333%, 
        #A7489B 83.333%);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  
  /* Animate the text when loading the element. */
    /* This animates it on page load and when hovering out. */
    animation: rainbow-text-simple-animation-rev 0.75s ease forwards;

}

.gradient-text:hover{
    animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}







@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}
  











/* ------------------------------------------------------------ */





.vip {



font-size: 9px;

color:#FF1493;

 font-weight: bold;

}


















.meka {

background: linear-gradient(to right, #f7dfb9, #93181b, #2196f3, #93181b);

-webkit-text-fill-color: transparent;

-webkit-background-clip: text;

/* text-shadow: 0 0 2px rgba(254, 250, 255, 0.5); */
}


















.maincontent1 {
    background-color: #b8e3f0;
    padding: 10px;
    border-radius: 25px;
    
}




.maincontent2 {
    background-color: #8dcdd5;
    padding: 10px;
    border-radius: 25px;
}










.maincontent1  h2 {

text-align: center;
font-weight: 500;
font-family: 'Tajawal', sans-serif;

    
    
}




.maincontent2  h2 {

text-align: center;
font-weight: 500;
font-family: 'Tajawal', sans-serif;

    
    
}





.zahraa6 {
    text-transform: uppercase;
    font-size: 9px;
    display: inline-block;
    font-weight: bold;
    /* background: linear-gradient(to right, #93181b, #93181b, #f7797d); */
    background-image: repeating-linear-gradient(-45deg, #f7797d 3%, #f7797d 10.8333%, #f7797d 18.6667%, #f7797d 26.5%, #93181b 34.3333%, #93181b 42.1667%, #f8d283 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
    padding-left: 3px;
}










.eslam1 {


 text-transform: uppercase;
  background: linear-gradient(to right, #6a5006 10%, #fff 50%, #05344c 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
}






















.zoz1 {
    color: #00b1ff;
        font-family: 'Anton', sans-serif;
      background-image: repeating-linear-gradient(-45deg, rgb(255, 0, 255) 3%, rgb(255, 0, 255) 12.4%, rgb(1, 1, 1) 21.8%, rgb(255, 0, 255) 31.2%, rgb(1, 1, 1) 40.6%, rgb(255, 0, 255) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
    


}
  
  

  
.zoz {

position: relative;

font-size: 22px;

font-family: 'Lobster', helvetica, arial;

text-decoration: none;

color: #846e11;

/* position: absolute; */

-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#736b47), color-stop(50%, rgba(0,0,0,.5)), to(#473b09));
                                     
                                     
                                  

}
     
   

    .zahraa2 {
    
    color: #fff;
    font-family: "ubuntu";
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right, #40b6d4 10%, #fff 50%, #b30894 60%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;


                                     }
















                          
                                     


 

















  



















/* ------------------------------------------------------------ */
/* -------------------- killowave Colors -------------------------- */
/* ------------------------------------------------------------ */

/* Animate Background Image */










.toffee {

background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, #FF6666 10.8333%, rgb(0, 0, 1) 18.6667%, #FF6666 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%);

animation-duration: 4s;

background-clip: text;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

background-size: 200% 100%;

background-position: 0 0;

-webkit-animation: killowave 3s linear infinite normal;

animation: killowave 3s linear infinite normal;
}









 
.zahraa {
  
/* text-transform: uppercase; */
  
font-size: 12px;
  
/* display: inline-block; */
  
font-weight: bold;
  
background-image: repeating-linear-gradient(-45deg, #058e85 3%, #068a81 10.8333%, #000000 18.6667%, #66b2ad 26.5%, #130808 34.3333%, #130808 42.1667%, #06867d 50%);
  
/* animation-duration: 4s; */
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
background-size: 200% 100%;
  
background-position: 0 0;
  
/* -webkit-animation: killowave 3s linear infinite normal; */
  
/* animation: killowave 3s linear infinite normal; */
  
padding-left: 3px;
  }
  
  
  
  
  
  
  
  
  
  
  
  .seno {
  
text-transform: uppercase;
  
font-family: 'arial', serif;
  
font-size: 12px;
  
display: inline-block;
  
font-weight: bold;
  
background-image: repeating-linear-gradient(45deg, rgb(56, 58, 114) 3%, rgb(25, 112, 99) 14.75%, rgb(169, 98, 111) 26.5%, rgb(25, 25, 112) 38.25%, rgb(43, 184, 186) 50%);
  
animation-duration: 4s;
  
background-clip: text;
  
-webkit-background-clip: text;
  
-webkit-text-fill-color: transparent;
  
/* background-size: 200% 100%; */
  
/* background-position: 0 0; */
  
/* -webkit-animation: killowave 3s linear infinite normal; */
  
animation: killowave 3s linear infinite normal;
  }
  
  
  
  
  
  
  
  
  
  
.cname .someone{font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif}.someone{font-size:15px;font-weight:bold;font-style:normal;font-family:sans-serif;background-image: url(https://i.imgur.com/eqGvZEC.gif);-webkit-background-clip: text;color: transparent;background-size: 100% 100%;}

  
  
  
  
  
  


   
   
   
   
 
 .sonson {


font-family: 'Baloo Tamma', cursive;
font-size: 15px;





 }

 
 
 
 









.hasna2 {
  
  vertical-align: middle;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  background: linear-gradient(90deg, #000, #fff, #000);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
}








.move1 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 0, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(255, 0, 0) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}














.move0 {

text-transform: uppercase;


background: linear-gradient(to right, #c19929 10%, #fff 50%, #126f9e 60%);

background-size: auto auto;

background-clip: border-box;

background-size: 200% auto;

color: #fff;

background-clip: text;

text-fill-color: transparent;

-webkit-background-clip: text;

-webkit-text-fill-color: transparent;

animation: textclip 4s linear infinite;

display: inline-block;

font-weight: bold;
}



























/* ------------------------------------------------------------ */
.move2 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 196, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(255, 196, 0) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move3 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(0, 195, 255) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(0, 195, 255) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move4 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(0, 255, 115) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(0, 255, 115) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move5 {
    background-image: repeating-linear-gradient(-45deg, rgb(255, 0, 255) 3%, rgb(255, 0, 255) 12.4%, rgb(1, 1, 1) 21.8%, rgb(255, 0, 255) 31.2%, rgb(1, 1, 1) 40.6%, rgb(255, 0, 255) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move6 {
    background-image: repeating-linear-gradient(-45deg, rgb(47, 11, 58) 3%, rgb(47, 11, 58) 18.6667%, rgb(190, 129, 247) 34.3333%, rgb(47, 11, 58) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move7 {
    background-image: repeating-linear-gradient(45deg, rgb(25, 95, 112) 3%, rgb(25, 112, 99) 14.75%, rgb(255, 255, 255) 26.5%, rgb(25, 25, 112) 38.25%, rgb(43, 184, 186) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move8 {

  width: 100px;
  height: 100px;
  position: relative;
  background-color: red;
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: 3;
}
  


  
  
  
.gift-container{border:1px solid #ccc;text-align:center}div.gift-container:hover{border:1px solid #777}div.gift-container img{padding:10px 5px 5px;height:auto}div.gift-desc{padding: 5px 3px;text-align:center;background:#260132;font-size: 13px;color:#fff;}.gift-responsive{padding:6px;float:left;width:25%}@media only screen and (max-width:700px){.gift-responsive{width:33%;margin:6px 0}}@media only screen and (max-width:500px){.gift-responsive{width:33%}}p.giftheading{padding-bottom:5px;text-align:center;color:#20292f;font-size:17px}div.gift-container:hover>div.gift-desc{background:#a703dc;color:#fff;}

  
  

/* ------------------------------------------------------------ */
.move9 {
    background-image: repeating-linear-gradient(45deg, rgb(242, 184, 58) 3%, rgb(242, 184, 58) 14.75%, rgb(255, 255, 255) 26.5%, rgb(242, 184, 58) 38.25%, rgb(242, 184, 58) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move10 {
    background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(245, 86, 234) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(245, 86, 234) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%); 
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}
/* ------------------------------------------------------------ */
.move11 {
    background: linear-gradient(270deg, #0fb48a, #000000, #0fb48a);
    background-size: 100% 100%;
    -webkit-animation: myanime 6s ease infinite;
    -moz-animation: myanime 6s ease infinite;
    animation: myanime 6s ease infinite;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
@keyframes killowave {
    0% {
    background-position: 0 0;
    }
    100% {
    background-position: 100% 0;
    }
}
@-webkit-keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes myanime {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
/* ------------------------------------------------------------ */


.hoda {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #355c7d 10%, #6c5b7b 50%, #108dc7 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


.ketoname {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #F9A6C3 10%, #78354D 50%, #C4C4C4 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ketoclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes ketoclip {
  to {
    background-position: 200% center;
  }
}


.saraname {
  color: #fff;
  font-size: 15px;
  font-family: 'ubuntu';
  font-weight: 700;
  font-family: 'Sail',sans-serif;
  background: linear-gradient(to right, #a8324a 10%, #eb7c92 50%, #8f0b26 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: saraclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes saraclip {
  to {
    background-position: 200% center;
  }
}
.abdallah {
                                
  color: #fff;

background: linear-gradient(100deg, rgba(27,23,14,1) 0%, rgba(79,77,77,1) 0%, rgba(232,214,144,1) 45%, rgba(0,0,0,1) 85%, rgba(208,181,70,1) 100%);
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;                            
                                
                                

}

@keyframes abdo {
  to {
    background-position: 200% center;
  }
}

.midoname {
   background-image: repeating-linear-gradient(-45deg, rgb(32, 32, 32) 3%, rgb(255, 0, 0) 10.8333%, rgb(0, 0, 1) 18.6667%, rgb(214, 50, 49) 26.5%, rgb(32, 32, 32) 34.3333%, rgb(0, 0, 3) 42.1667%, rgb(32, 32, 32) 50%);
    animation-duration: 4s;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: killowave 3s linear infinite normal;
    animation: killowave 3s linear infinite normal;
}

@-webkit-keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}

@keyframes stripes {
  100% {
    background-position: 0 -50px;
  }
}


.savbg {
    background: url(http://3a-chat.com/chat/fancy/black.gif);
    display:inline-block;
}

.redbg {
    background: url(http://3a-chat.com/chat/fancy/effect5.gif);
    display:inline-block;
}

.bluebg {
    background: url(http://3a-chat.com/chat/fancy/effect4.gif);
    display:inline-block;
}
.mybg {
    background: url(http://3a-chat.com/chat/fancy/eff1.gif);
    display:inline-block;
}

.zabgname {
    background:url(http://3a-chat.com/chat/fancy/colors.gif) 100% 68%;
    width: auto;
    height: 20px;
}


.anaglyph {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none;
  color: rgb(51, 51, 51);
  text-align: center;
  -o-text-overflow: clip;
  text-overflow: clip;
  letter-spacing: 3px;
  text-shadow: -3px 0 1px rgb(30,242,241) , 3px 0 1px rgb(246,5,10) ;
}



.wardaname {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(to right, #000  10%, #fff 50%, #000  60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: wardan 1.5s linear infinite;
  display: inline-block;
}

@keyframes wardan {
  to {
    background-position: 200% center;
  }
}


@keyframes sed {
  to {
    background-position: 200% center;
  }
}

.ammarname {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(to right, crimson   10%, #000 50%, crimson   60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: ammar 1.5s linear infinite;
  display: inline-block;
}

@keyframes ammar {
  to {
    background-position: 200% center;
  }
}

@keyframes sm_3600 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-3600px, 0px, 0px);
}
}

@keyframes sm_756 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-756px, 0px, 0px);
}
}

@keyframes sm_3456 {
0% {
        transform: translate3d(0px, 0px, 0px);

}
100% {
        transform: translate3d(-3456px, 0px, 0px);

}
}

@keyframes sm_1512 {
0% {
        transform: translate3d(0px, 0px, 0px);

}
100% {
        transform: translate3d(-1512px, 0px, 0px);

}
}

@keyframes sm_1800 {
0% {
transform: translate3d(0px, 0px, 0px);

}
100% {
transform: translate3d(-1800px, 0px, 0px);

}
}

@keyframes sm_960 {
0% {
    transform: translate3d(0px, 0px, 0px);

}
100% {
    transform: translate3d(-960px, 0px, 0px);

}
}

@keyframes sm_2880 {
0% {
    transform: translate3d(0px, 0px, 0px);
}
100% {
    transform: translate3d(-2880px, 0px, 0px);
}
}


@keyframes a_1800 {
100% {
    background-position: -1800px center;
}
}

@keyframes a_3456 {
100% {
    background-position: -3456px center;
}
}


.nameWave {
    background-size: 200% 100%;
    background-position: 0 0;
    -webkit-animation: nameWave 3s linear infinite normal;
    animation: nameWave 3s linear infinite normal;
}
.clip-1 {
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@keyframes nameWave {
0% {
    background-position: 0 0;
}
100% {
    background-position: 100% 0;
}
}


#private_content {
    background:white !important;
}




/*
 * Counter button style
 */
.btn-counter { margin-right: 39px; }
.btn-counter:after,
.btn-counter:hover:after { text-shadow: none; }
.btn-counter:after {
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  background-color: #eee;
  padding: 0 8px;
  color: #777;
  content: attr(data-count);
  left: 100%;
  margin-left: 8px;
  margin-right: -13px;
  position: absolute;
  top: -1px;
}
.btn-counter:before {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476, sizingMethod='auto expand');

  background-color: #eee;
  border: 1px solid #d3d3d3;
  border-right: 0;
  border-top: 0;
  content: '';
  position: absolute;
  right: -13px;
  top: 5px;
  height: 6px;
  width: 6px;
  z-index: 1;
  zoom: 1;
}
/*
 * Custom styles
 */
.btny {
  background-color: #dbdbdb;
  border-color: #bbb;
  color: #666;
}
.btny:hover,
.btny.active {
  text-shadow: 0 1px 0 #b12f27;
  background-color: #f64136;
  border-color: #b12f27;
}
.btny:active { box-shadow: 0 0 5px 3px rgba(0,0,0,0.2) inset; }
.btny span { color: #f64136; }
.btny:hover, .btny:hover span,
.btny.active, .btny.active span { color: #eeeeee; }
.btny:active span {
  color: #b12f27;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
/*
 * Basic button style
 */
.btny {
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  border-radius: 3px;
  border: 1px solid;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 8px;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
















.textbg1 {
    background: url(http://3a-chat.com/chat/fancy/text1.png) 0% 100% no-repeat;
}

.textbg2 {
    background: url(http://3a-chat.com/chat/textbg/savabg.gif) 0% 100% no-repeat;
}

.textbg3 {
    background: url(http://3a-chat.com/chat/textbg/killua.gif) 0% 100% no-repeat;
}

.textbg4 {
    background: url(http://3a-chat.com/chat/textbg/mine.gif) 0% 100% no-repeat;
}

.textbg5 {
    background: url(http://3a-chat.com/chat/textbg/3mmar.gif) 0% 100% no-repeat;
}

.textbg6 {
    background: url(http://3a-chat.com/chat/textbg/lilo.gif) 0% 100% no-repeat;
}








.side_mehtap {
    padding: 12px;
    width: 97%;
    background: #abbaab;
    background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff);
    background: linear-gradient(to bottom, #ffffff, #f7f1ee);
    border-radius: 4px;
    font-size: 14px;
    color: #624136;
    text-decoration: none;
    margin: 0px auto;
    direction: rtl;
    text-align: center;
    font-weight: bold;
}
.varto_points {
    position: relative;
    top: 10px;
    left: 10px;
    color: #3f2b24;
}
.varto_greeting {
    position: relative;
    top: 10px;
    left: 5px;
    color: #000000;
}
.side_block_avatar4 .varto_avatar4 {
    width: 52px !important;
    height: 52px !important;
    background: #ED213A;
    background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff);
    background: linear-gradient(to right,rgb(105, 70, 54),rgb(160, 109, 81));
    padding: 4px;
    border-radius: 100% 100% 100% 0%;
}
.side_block_avatar4 {
    float: left;
    margin: 0px 15px 5px 5px;
    position: relative;
    background-size: 100%;
}
.side_block_avatar5 {
    width: 43px !important;
    height: 43px !important;
    background: #abbaab;
    background: -webkit-linear-gradient(to bottom, #ffffff, #abbaab);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    padding: 4px;
    border-radius: 100%;
    font-size: 10px;
}
.varto_greeting {
    color: #000000;
}
.side_block_avatar2 {
    float: left;
    margin: 0px 15px 5px 5px;
    position: relative;
    background-size: 100%;
}
.side_block_avatar2 .varto_avatar2 {
    width: 52px !important;
    height: 52px !important;
    background: #ccc;
    padding: 4px;
    border-radius: 100%;
    margin-right: -104px;
}
.side_block_avatar6 {
    float: left;
    margin: 0px 15px 5px 5px;
    position: relative;
    background-size: 100%;
}
.side_block_avatar6 .varto_avatar6 {
    width: 52px !important;
    height: 52px !important;
    background: #1D976C;
    background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff);
    background: linear-gradient(to right,rgb(108, 70, 50),rgb(215, 126, 98));
    padding: 4px;
    border-radius: 100% 100% 0% 100%;
}
.side_block_avatar7 {
    width: 43px !important;
    height: 43px !important;
    background: #abbaab;
    background: -webkit-linear-gradient(to bottom, #ffffff, #abbaab);
    background: linear-gradient(to bottom, #ffffff, #ffffff);
    padding: 4px;
    border-radius: 100%;
    font-size: 10px;
}


.evening2 {
    background: url('https://www.hi4best.com/chat/default_images/points.png') 0px 0px repeat-x;
        background-size: auto;
    width: 40px !important;
    height: 40px !important;
    margin: -10px 20px;
}
.level2 {
    background: url('https://www.hi4best.com/chat/default_images/level.png') 0px 0px repeat-x;
        background-size: auto;
    width: 40px !important;
    height: 40px !important;
    margin: -10px 20px;
}
.evening {
    background: url('https://www.hi4best.com/chat/default_images/evening.png') 0px 0px repeat-x;
        background-size: auto;
    width: 40px !important;
    height: 40px !important;
    margin: -10px 20px;
}
.morning {
    background: url('https://www.hi4best.com/chat/default_images/sun_m.png') 0px 0px repeat-x;
        background-size: auto;
    width: 50px !important;
    height: 50px !important;
    margin: -15px 25px !important;
}
.noon {
    background: url('https://www.hi4best.com/chat/default_images/sun_n.png') 0px 0px repeat-x;
    background-size: auto;
    width: 40px !important;
    /* height: 40px !important; */
    /* margin: -10px 20px; */
}
.side_block_avatar2 .varto_avatar2 img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 100%;
}














                    

.LevelCol {

color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 17px;
    text-align: center;
    position: absolute;
    margin: 0px;
    margin-left: 23px;
    font-size: 8px;
    height: 17px;
    vertical-align: bottom;
    line-height: 15px;
    border: 1px solid #fff;
    -webkit-font-smoothing: anti