
 

/* widget top body :roznevesht & slider  start */
/* roznevesht start */

#roz_nevesht{
position:relative;
top:0;
left:0;	
width:33%;
height:auto;
display: inline-block;
vertical-align:top;
margin-right:4%;
z-index:1;
 
}
 
.bg_roznevesht{
fill :var(--blue_roz_nevesht);
}
.quote{
fill :var(--theme_yellow);	
}
 

#roznevesht_title{
	position:absolute;
	top:20px;
	right:20px;
	width:100%;
	height:30px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	color: var(--light_white);
 z-index:2;
}

#roznevesht_date{
	position:absolute;
	top:30px;
	left:20px;
	width:100%;
	height:30px;
	font-weight: bold;
	font-size: 10px;
	text-align: left;
	color: var(--light_white);
	opacity:0.5;
 z-index:2;
}


#roznevesht_content{
	
	position:absolute;
	top:65px;
	right:20px;
	width:93%;
	height:50px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: var(--light_white);
	z-index:2;

}

 
.row_icons_roznevesht{
position:absolute; 
bottom:-40px;
width:100%;
height:40px;
z-index:2;		
}


.icon_roznevesht{
  position:absolute;	
  width:35px;
  height:35px;
}

#roznevesht_comment{
 bottom:0px;
 width:37px;
 height:37px;
 right:73%;	
	
}

#roznevesht_like{
 right:87%;		
}

#like_love{
	display:block;
}

#dis_like{
	display:none;
}

#like_happy{
	display:none;
}

#like_laught{
	display:none;
}



#roznevesht_calendar{
right:5%;	
}


#taghvim{
width:50%;
height:30px;
right:17%;
background-color:var(--light_white);
border-radius:25px;
bottom:6px;
color:var(--black);
padding-right:15px;
padding-top:8px;
font-size: 14px;	
}

.bg_gray_roznevesht {
fill: #9b9b9b;
}

.shadow_gray_roznevesht {
fill: #a5a5a5;
}

.white_roznevesht {
fill: #fff;
}

.dark_red_roznevesht {
fill: #d12a2a;
}

.red_roznevesht {
fill: #e02727;	
}

.pink_roznevesht {
fill: #ef7b7b;
}
.black_roznevesht {
fill: #110a03;
}						


.jigari_roznevesht {
fill: #300802;
}

/* roznevesht end */



/*  top slider start  */

.slider {
	--slider-padding: 5px;
	--slider-column-gap: 5px;
	--slide-width: 25%;
	--slide-min-width: 170px;
	position: relative;
	overflow: hidden;
}
	
	
	
.slider_track {
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: smooth;
  list-style-type: none;
  padding: 0;
  margin-right: calc(--var(slider-column-gap) * -1);
  scrollbar-width: none;
}
.slider_track > * {
  flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
}
.slider_track::-webkit-scrollbar {
  display: none;
}
 
 
.slide_box {
	position: relative;
		width:160px;
		display: flex;
		height: 160px;
		border-radius: 20px;
		border: 2px solid var(--black);
		overflow: hidden;
} 



.slider_image{
	position: absolute;
    height: 101%;
	width:101%;
	border-radius: 20px;
}

.slider_text{
position: absolute;
bottom:-10px;
width: 101%;
height: 40px;
background-color:#ffffff88;
color:var(--black);
text-align: center;
vertical-align:bottom;
font-size: 18px;
}


.auto_slider{
	
		width:88%;
		height:300px;
		margin-top:10px;
		margin-right:20px;
		vertical-align:top;
		overflow: hidden;
	
	} 

 
.active_slide {
fill: #ffd81a;
}

.deactive_slide{
fill: #ebebeb;	
}

.border_nav_slider {
fill: #9b9b9b;
} 



#nav_slider{
width:15px;
margin-top:20px; 
margin-right:10px;	
} 
/*  top slider end  */



/* widget top body :roznevesht & slider  end */






/* flip slider start */


.flipping_carousel {
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: center;
	 align-items: center;
	 width: 100%;

	 perspective: 1000px;
}
 .flipping_carousel__card {
	 display: flex;
	 position: relative;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 padding: 1rem;
	 transform-style: preserve-3d;
	 transition-duration: 0.5s;
}
 .flipping_carousel__item {
	 display: flex;
	 position: absolute;
	 top: 0;
	 flex-direction: column;
	 align-items: center;
	 justify-content: center;
	 transform: rotateY(180deg);
	 transition: transform 0.5s;
	 border-radius: 15px;
	 background-color: var(--black);
	 border: 4px solid var(--black);
	 opacity: 0;
	 z-index: 9;
	 overflow: hidden;
}
 .flipping_carousel__item.active {
	 position: relative;
	 transform: rotateY(0);
	 opacity: 1;
}
 .flipping_carousel__box {
	 width: 200px;
	 height: 200px;
	 background-color:white;
}
 .flipping_carousel__text {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 padding: 1rem 0;
	 width: 200px;
	 color: var(--light_white);
	 font-size: 30px;
}

.flip_slider_image{
display:block;
	z-index: 8;
height:200px;	
      margin-left: auto;
  margin-right: auto;
 

}

/* flip slider end */





/*---- static widget go_to_ top start ----*/
.back_to_top 
{
position:fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
padding: 1em;
display: block;
z-index:99;
}
/*---- static widget go_to_ top end ----*/


/*---- static widget progress page start----*/



 /**linear gray broke line **/
 .break{ 
  position:fixed;
  bottom:0px;
  left:-20%;
  background:rgba(150, 150, 150, 1);
  width:20%;
  height:5px;
  z-index:6;  
  display:none;
}

.dot_linner_1{ animation: loading 8s infinite;}
.dot_linner_2{ animation: loading 8s 2s infinite;}
.dot_linner_3{ animation: loading 8s 4s infinite;}

@keyframes "loading" {
 from { left: -20%; }
 to { left: 100%; }
}


 
.progress_container_footer {
position:fixed;
bottom:0;
margin:auto;
background-color: transparent;
height: 5px;
width: 100%;
z-index:5;
}

.progress_bar_footer {
  background-color: var(--progress_page);
  height: 10px;
  width: 0%;

}


/*---- static widget progress page end----*/




/* ----------- load more start -----------------*/

 



#loading_post{
  position: fixed;
  bottom:0;
  left: 0;
 width:100%;
 height:20px;
 z-index:1;
 opacity:1;
 display:block;
	

  
	
}


.load_active {
  transform:translate(0px , 0px);
  transition: all 0.3s 0.5s ease-out; 

}
 
 
.load_deactive {
transform:translate(0px , 150px);
  transition: all 0.3s 0.5s ease-in; 
} 


.wave_nav {
  background: var(--progress_page);

  height: 0px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left:auto;
  z-index: 1;

}
 
.wave_nav #navigation {
  display: inline-block;
  list-style: none;
}
.wave_nav #navigation li {
  height: 70px;
  width: 70px;
  display: inline-block;
}
.wave_nav #navigation li i {
  font-size: 3em;
  color: #fff;
}

#wave {
  background: var(--progress_page);
  height: 7px; /* this size for step jump dots */
  width: 60px;
  filter: url("#water");
  position: absolute;
  right: calc(50% - 30px);
  bottom: 0px;
  margin: 0px auto;
  text-align: center;
}
#wave li {
  position: absolute;
  display: inline-block;
  list-style: none;
  background: var(--progress_page);
  height: 20px;
  width: 20px;
  border-radius: 200%;
}
#wave li:nth-child(1) {
  -webkit-animation: water 1.2s infinite;
  animation: water 1.2s infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  left: 10px;
}
#wave li:nth-child(2) {
  -webkit-animation: water 1.2s infinite;
  animation: water 1.2s infinite;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  left: 50%;
  margin-left: -50px;
}
#wave li:nth-child(3) {
  -webkit-animation: water 1.2s infinite;
  animation: water 1.2s infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  right: 0px;
}

@-webkit-keyframes water {
  0% {
    -webkit-transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-45px);
  }
  100% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes water {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-45px);
  }
  100% {
    transform: translateY(10px);
  }
}


@media (max-width: 1200px){
.load_active {
	transform:translate(0px , -50px);
  transition: all 0.3s 0.5s ease-out; 
   opacity:1;

}	

 
 
	
}


/* ----------- load more end -----------------*/





/*---- static widget side menu start----*/


.card_holder {  
  position: fixed;
  top:100px;
  right:0px;
  width: 0px;
  overflow: visible;
z-index: 9;
}

.card_wrapper {
  display: inline-block;
  float: left;
  clear: both;
}

.card {
  position: relative;
  right: 32px;
  padding: 16px 64px 16px 32px;
  margin: 8px;  
  x-box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 8px 0 8px -8px rgba(0, 0, 0, 0.5);
  background: var(--light_white);
  transition: all 0.3s ease-in-out 0.1s;
}

.card:hover {
  position: relative;
  right: 100%;
  margin-right: -32px;
  box-shadow: 
    0 -8px 8px -8px rgba(0, 0, 0, 0.5),
    0 8px 8px -8px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.card_content {
  display: inline-block;
  color: var(--light_white);
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  
}


/********* ticket color ********/
.ticket_01 { background: #539770; }
.ticket_02 { background: #4B7D74; }
.ticket_03 { background: #8DC2BC; }
.ticket_04 { background: #EDD6B4; }
.ticket_05 { background: #BE7467; }
.ticket_06 { background: #E2AE63; }

	
#card_content_fehrest{
  display: inline-block;
  color: var(--light_white);
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

#fehrest_menu{


  background-color: var(--blue);
  border: 2px solid var(--light_white);
   border-radius: 10px;
  color: var(--light_white);
  position: absolute;
left: 60px;


}


.fehrest_menu_deactive{

display: none;
}

.fehrest_menu_active{
  background-color: var(--blue);
width: 220px;
max-height:250px;
display: block;
  box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  
    overflow-y: scroll;
	overflow-x: hidden;
  margin-top:15px;
}


.fehrest_menu_active  li {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 4px;
    margin-right: 5px;
	margin-left: 5px;
margin-top: 5px ;
margin-bottom: 5px ;
  width: 96%;

  font-size: 16px;
  text-align: center;
     border-radius: 5px;
   border: 1px solid var(--dark_white);
   border-style: none none solid none;
}


.fehrest_menu_active  a {
 color: var(--light_white);
  
}

.fehrest_menu_active  li:hover {
  background-color: var(--dark_purple);
  
}

/*---- static widget side menu end----*/



/*---- static widget float button start----*/



.fab_wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 9;
}
.fab_checkbox {
  display: none;
}
.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 4rem;
  height: 4rem;
  background: red;
  border-radius: 50%;
  background: var(--float_button);
  
  transition: all 0.3s ease;
  z-index: 9;
  border-bottom-right-radius: 6px;
  
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  /*background-color: rgba(255, 255, 255, 0.1);*/
}
.fab_checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  /*background-color: rgba(255, 255, 255, 0.2);*/
}
.fab:hover {
  background: var(--float_button);
  box-shadow: 0px 5px 20px 5px var(--float_button);
}

.fab_dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}


.fab_dots_1 {
  left: 15px;
  animation-delay: 0s;
}
.fab_dots_2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab_dots_3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab_checkbox:checked ~ .fab .fab_dots {
  height: 6px;
}

.fab .fab_dots_2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab_checkbox:checked ~ .fab .fab_dots_1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab_checkbox:checked ~ .fab .fab_dots_3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab_checkbox:checked ~ .fab .fab_dots {
  animation: none;
}

.fab_wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid transparent;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab_checkbox:checked ~ .fab_wheel {
  transform: scale(1);
}



.fab_action {
  position: absolute;
  background: var(--float_button);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(246, 170, 28, 0.82);
  transition: all 1s ease;

  opacity: 0;
}

.fab_checkbox:checked ~ .fab_wheel .fab_action {
  opacity: 1;
}

.fab_action:hover {
  background-color: var(--dark_orange);
}

.fab_wheel .fab_action_1 {
  right: -1rem;
  top: 0;
}

.fab_wheel .fab_action_2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab_wheel .fab_action_3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab_wheel .fab_action_4 {
  left: 0;
  bottom: -1rem;
}


/*---- static widget float button end----*/



/*---- static widget chat start----*/


 .menu_chat {
 padding: 15px;
  z-index: 8;
  position: fixed;
  bottom: 24px;
  left: 10px;


  color: var(--light_white);
  opacity: 1;
  
}

#chat_notif{
width:20px;
min-height:10px;
position: absolute;
right:35px;
bottom: 20px;
font-size:8px;
text-align:center;
padding-top:8px;
line-height: 0;
background-color:red;
 border-radius: 50%; 
  z-index: 9;
}

.chat_svg {
    
    width: 70px;
    height: 70px;
    margin: auto;
    padding: 5px 20px;
	transition: .2s;
    -webkit-animation: respire 3s;
    animation: respire 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
		z-index:2;
}


#chat_eyes_open{
	display:block;
}

#chat_eyes_close{
	display:none;
}

#chat_hand_up{
	display:block;	
	transform-origin: 70% 70%;
	margin-left:-20px;
	animation: shake 300ms linear;
	-moz-animation: shake 300ms linear;
	-webkit-animation: shake 300ms linear;
	-o-animation: shake 300ms linear;
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	z-index:1;
}

#chat_hand_down{
	display:none;	
}



	@keyframes shake {
		0%{
			transform: rotate(-5deg);
			}
  
		50%{
			transform: rotate(0deg);
		}
  
		100%{
			transform: rotate(-5deg);
		}
		}

		@-moz-keyframes shake {
		0%{
			transform: rotate(-5deg);
			}
  
		50%{
			transform: rotate(0deg);
		}
  
		100%{
			transform: rotate(-5deg);
		}
		}

		@-webkit-keyframes shake {
		0%{
			transform: rotate(-5deg);
			}
  
		50%{
			transform: rotate(0deg);
		}
  
		100%{
			transform: rotate(-5deg);
		}
		}

		@-ms-keyframes shake {
		0%{
			transform: rotate(-5deg);
			}
  
		50%{
			transform: rotate(0deg);
		}
  
		100%{
			transform: rotate(-5deg);
		}
		}

		@-o-keyframes shake {
		   0%{
			transform: rotate(-5deg);
			}
  
		50%{
			transform: rotate(0deg);
		}
  
		100%{
			transform: rotate(-5deg);
		}
		}






@-webkit-keyframes respire {
    0% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    50% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1.05) scaleY(0.95);
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
}

@keyframes respire {
    0% {
        transform-origin: 50% 100%;
        transform: scaleX(1) scaleY(1);
    }
    50% {
        transform-origin: 50% 100%;
        transform: scaleX(1.05) scaleY(0.95);
    }
    100% {
        transform-origin: 50% 100%;
        transform: scaleX(1) scaleY(1);
    }
}




.chat_svg:hover {
    -webkit-animation: changeForme 1s;
    animation: changeForme 1s;
    /*animation-iteration-count: infinite;*/
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes changeForme {
    0% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    40% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    50% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    60% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    70% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1.0) scaleY(1);
    }
    80% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    90% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
}

@keyframes changeForme {
      0% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    40% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    50% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    60% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    70% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1.0) scaleY(1);
    }
    80% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1.07);
    }
    90% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        -webkit-transform: scaleX(1) scaleY(1);
    }
}

 /*---- static widget chat  end----*/

/*---- static chat dialog  start----*/
  
.chat_dialog {
  background-color: var(--dark_white);
  transition: max-height 0.3s;
  display:none;
  /*overflow: hidden;*/
  height: 75%;
  max-height: 0px;
  position: fixed;
  top:60px;
  left:0;
  right:0;
  margin:auto;
  width: 60%;
  text-align:center;
  border-radius: 25px;
  padding-top:40px;
  padding-bottom:40px;
  z-index:4;
  border: 2px solid var(--black);

}

#detile_active_chat{
  height:30px;
  max-height: 0px;
  position: absolute;
  color:var(--black);
  top:10px;
  left:0;
  right:0;
  margin:auto;
  width: 100%;
  text-align:center;
	
}

 
#chat_tab_menu{
  height:30px;
  max-height: 0px;
  position: absolute;
  color:var(--black);
  top:-5px;
  left:30px;
  text-align:center;
  font-size:30px;
	
}


/********* uper tab chat start***********/

/***** logout_menu  start ****/

 #chat_tab_menu:hover .chat_tab_item{
  opacity: 0.9;
  visibility: visible;  
}

.chat_tab_item{
  opacity: 0;
  position: relative;
  top: 15px;
  left:10px;
  transform: translate3d(0, 0, 0,);
  transition: all .15s;
  visibility: hidden;
  z-index:6;
}

.optionChatTab {
	width:150px;
  background: #797979;
  border-radius: 4px;
  color: #efefef;
  float: left;
  font-size: 13px;
  
  left: -35px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  /*top: 15px;*/
}

.optionChatTab:after {
  border-bottom: 10px solid #797979;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 37px;
  top: -10px;
  width: 0;
}

.optionChatTab:hover:after {
  border-bottom: 10px solid #f68867;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: 37px;
  top: -10px;
  width: 0;
}

.itemChatTab {
  border-bottom: 1px solid rgba(204, 204, 204, .3);
  left: -50px;
  padding: 15px;
}

.itemChatTab:last-child {
  border: 0;
}

.itemChatTab span {
  margin: 0 14px 0 0;
}

.itemChatTab:hover {
  background: var(--theme_yellow);
  border-bottom: 1px solid #f68867;
  cursor: pointer;
 
}

.itemChatTab a {
  color: #efefef;
  padding: 0 0 ;
}
 

.itemChatTab:hover a {
  color: var(--black);
  padding: 0 0 ;
}

/***** logout_menu  end ****/
 

/********* uper tab chat end ***********/
		
	










#panelChat {
position:absolute;
display: flex;
justify-content: right;
padding: 15px;
background-color: #fcfcfc;
border-style: solid ;
/*border-width: 2px;
border-color: #000000;*/
box-shadow: 0 3px 6px -2px rgba(0,0,0,0.8);
border-radius: 20px 20px 25px 25px;
bottom:0;
left: 0;
right: 0;
margin: auto;
transition: transform 0.5s ease;
z-index:3;
}

/*-------chat msg start-------*/

#list_chat{
bottom:0;
left: 0;
right: 0;
top:0;	
width:100%;
overflow-y:scroll;
max-height:90%;	
}





.chat_block_left {
  display: flex;
  align-items: flex-start;
  margin-left:15px;
  margin-bottom:20px;
}
.chat_profile_left {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.1);
  -webkit-animation: popup 0.5s cubic-bezier(1, 0, 0, 1.5) forwards;
          animation: popup 0.5s cubic-bezier(1, 0, 0, 1.5) forwards;
}
.chat_msg_left {
  background-color: #b2ded6;
  color: #fff;
  padding: 1rem;
  max-width: 300px;
  position: relative;
  margin-left: 1.5rem;
  opacity: 0;
  transform: scale(0.5);
  -webkit-animation: popup 0.4s cubic-bezier(0.55, 0, 0, 1.5) 0.4s forwards;
  animation: popup 0.4s cubic-bezier(0.55, 0, 0, 1.5) 0.4s forwards;
  padding-bottom:30px;
    border-radius: 8px 0 8px 8px;	  
}
.chat_msg_left::before, .chat_msg_left::after {
  content: "";
  position: absolute;
}
.chat_msg_left::before {
  top: -0.45rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #b2ded6;
  -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
   border-radius: 0 8px 0 0;		  
}
.chat_msg_left::after {
  top: 1rem;
  left: -1rem;
  border: 0.5rem solid transparent;
  border-right-color: #b2ded6;
  border-top-color: #b2ded6;
}
.chat_username_left {
  margin: 0 0 0.8rem;
    text-align:left;
}

.time_chat_left {
	position:absolute;
	bottom:5px;
	left:15px;
	font-size:10px;
	color:#4b5c59;
}
.chat_text_left {
  margin: 0;
}













.chat_block_right {
  display: flex;
  align-items: flex-start;
    margin-right:15px;
	margin-bottom:20px;
 
}
.chat_profile_right {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.1);
  -webkit-animation: popup 0.5s cubic-bezier(1, 0, 0, 1.5) forwards;
  animation: popup 0.5s cubic-bezier(1, 0, 0, 1.5) forwards;
}
.chat_msg_right {
  background-color: var(--light_white);
  color: #fff;
  padding: 1rem;
  max-width: 300px;
  position: relative;
  margin-right: 1.5rem;
  opacity: 0;
  transform: scale(0.5);
  -webkit-animation: popup 0.4s cubic-bezier(0.55, 0, 0, 1.5) 0.4s forwards;
          animation: popup 0.4s cubic-bezier(0.55, 0, 0, 1.5) 0.4s forwards;
	padding-bottom:30px;	  
    border-radius: 0px 8px 8px 8px;	
	
}
.chat_msg_right::before, .chat_msg_right::after {
  content: "";
  position: absolute;
}
.chat_msg_right::before {
  top: -0.45rem;
  right: 0;
  width: 100%;
  height: 0.5rem;
  background-color:  var(--light_white);
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
  border-radius: 8px 0px 0 0;
}
.chat_msg_right::after {
  top: 1rem;
  right: -1rem;
  border: 0.5rem solid transparent;
  border-left-color:  var(--light_white);
  border-top-color:  var(--light_white);
}
.chat_username_right {
  margin: 0 0 0.8rem;
  text-align:right;
}

.time_chat_right {
	position:absolute;
	bottom:5px;
	right:15px;
	font-size:10px;
	color:#ccc;
}
.chat_text_right {
  margin: 0;
}




@media (max-width: 1200px){

 .chat_dialog { width: 70%;}
   #list_chat{ max-height:80%;	}
}


@media only screen and (min-width: 551px) and (max-width: 900px){
	
  .chat_dialog { width: 80%;}
  #list_chat{ max-height:80%;	}
 
}	
	
	


@media only screen and (max-width: 550px) {
	
  .chat_dialog { width: 90%;}
   #list_chat{ max-height:80%;	}
  
}



@-webkit-keyframes popup {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes popup {
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/*-------chat msg end-------*/







#chat_dialog_close {
  width:15px;
  height:15px;
  position: absolute;
  top:20px;
  right:18px;
  color:var(--black);
  cursor: pointer;
}


.chat_dialog_enable {
  display:block;
  max-height: 1000px;
  box-shadow: 0px 12px 30px 3px rgba(0, 0, 0, 0.25);
} 


/*---- static chat dialog  start----*/

 



/*---- static widget logger & toast start----*/

 
 
#open_logger{
position: fixed;
  top:98.7%;
  left:0px;
  width:8px;
  height:8px;
  border-radius:50%;
background-color:red; 
z-index:100; 
	
} 
 


.logger_on {
  transform: translateX(+365px);
}

#logger {
  background-color: var(--black);
  color: var(--light_white);
	border-style: dotted;
  border-width: 2px;
  border-color: var(--gray);
 
  position: fixed;
  left: -365px;
  top: 160px;
  max-height:300px;
  overflow-y: scroll;
}


#close_logger {
  cursor: pointer;
  float: right;
  	color: var(--light_white);
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 1em;
  opacity: .8;
  
}

#log_msg{
	color: green;
	 text-align:left;
	 
}









#cursor_log{
  animation-name: cursor_log_animation;
  animation-duration: .2s;
  animation-iteration-count: infinite;
}


.error_log{
color:red;	
}



.warning_log{
color:orange;	
}

.desc_log{
color:green;	
}


.info_log{
color:white;	
}
@keyframes cursor_log_animation {
  from {opacity: 0;}
  to {opacity: 1;}
}






 /********* toast style start**********/

 .notification {
  color: var(--black);
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 15px;
  transition: 0.15s ease-in-out;
  width: 325px;
  z-index:11;

}

#toast_msg{
	color: var(--light_white);
	text-align:center;
}

#close_toast {
  cursor: pointer;
  float: right;
  	color: var(--light_white);
  font-size: 1.25rem;
  line-height: 1;
  margin-left: 1em;
  opacity: .8;
}

.toast_on {
  transform: translateX(+365px);
}
	
#toast {
background-color: var(--toast);
position: fixed;
left: -365px;
top: 100px;
}
 /********* toast style end**********/


/*---- static widget logger & toast end----*/







/*----- comment panel  start------*/

#panelComment {
position:fixed;
display: flex;
justify-content: right;
width: 65%;
padding: 15px;
background-color: #fcfcfc;
border-style: solid ;
/*border-width: 2px;
border-color: #000000;*/
box-shadow: 0 3px 6px -2px rgba(0,0,0,0.8);
border-radius: 25px 25px 0 0;
bottom:0;
left: 0;
right: 0;
margin: auto;
transform: translateY(150px);
transition: transform 0.5s ease;
z-index:3;
}

#attach_comment{
width:45px;
height:45px;
margin-left:5px;
margin-right:5px;
}

#draw_comment{
width:50px;
height:50px;
margin-left:5px;
margin-right:5px;
}

#type_comment{
position:relative;
width:50px;
height:50px;
margin-left:5px;
margin-right:5px;
z-index:1;

}

#comment_menu{
position:absolute;
left:0;
bottom:70px;
width:50px;
display:none;
 
}

#emoji_comment{
width:50px;
height:50px;
margin-left:5px;
margin-right:5px;
}


#nameCommentSenderEditText{

border: 0;
width:20%;
outline: none;
border-radius: 8px;
padding: 10px;
margin-right:10px;
background-color: var(--light_gray);
text-align:center;
transition: background .3s ease-in-out;
max-height:30px;
display:none;
}



.userProfile{
z-index:3; 
display:block;
}


#comment_tools{
width:200px;
display: flex;
margin-top:5px;
justify-content: center;
}



#commentMsgEditText {
border: 0;
outline: none;
border-radius: 8px;

width: 50%;
margin-right:15px;
margin-left:15px;
padding: 10px;
background-color: var(--light_gray);
transition: background .3s ease-in-out;
height: 30px;
color:black;
-moz-appearance: textfield-multiline;
-webkit-appearance: textarea;
overflow: auto;
resize: both;
display:inline;
}







#sendCommentBtn {

width:50px;
height:50px;
margin-left:5px;
margin-right:5px;
 
}
 

#sendCommentBtn:hover {
 
 }



@media (max-width: 1200px){


#panelComment {
width: 60%;
padding: 15px;
}
  
#comment_tools{
position:absolute;
left: 0;
right: 0;
bottom:85px;
margin:auto;
width:40%;
display: flex;
padding-top:10px;
padding-right:10px;
padding-left:10px;
justify-content: center;
background-color:var(--light_white);
background-color: #fcfcfc;
box-shadow: 3px 0 6px -5px rgba(0,0,0,0.8);
border-radius: 25px 25px 25px 25px;
z-index:2;
}
  
  
}


@media only screen and (min-width: 551px) and (max-width: 900px){
	
	
#panelComment {
width: 70%;
padding: 15px;
}
  
#comment_tools{
position:absolute;
left: 0;
right: 0;
bottom:85px;
margin:auto;
width:50%;
display: flex;
padding-top:10px;
padding-right:10px;
padding-left:10px;
justify-content: center;
background-color:var(--light_white);
background-color: #fcfcfc;
box-shadow: 3px 0 6px -5px rgba(0,0,0,0.8);
border-radius: 25px 25px 25px 25px;
z-index:2;
}
  
  
}	
	
	


@media only screen and (max-width: 550px) {
	
#panelComment {
width: 95%;
padding: 15px;
}
  
#comment_tools{
position:absolute;
left: 0;
right: 0;
bottom:85px;
margin:auto;
width:50%;
height:40px;
display: flex;
padding-top:10px;
padding-right:10px;
padding-left:10px;
justify-content: center;
background-color:var(--light_white);
background-color: #fcfcfc;
box-shadow: 3px 0 6px -5px rgba(0,0,0,0.8);
border-radius: 25px 25px 25px 25px;
z-index:2;
}
  
  
}		
	
	
 



/*********progress start***********/

.sender_image {
    width: 60px;
    height: 60px;
	border-radius:50%;
	 
}

.user_image {
    width: 60px;
    height: 60px;
	border-radius:50%;
	margin-left:7px;
	margin-top:8px; 
}

.bg_progress {
 fill:#fff;
}

.offline_user {
position:absolute;
width:15px;
height:15px;
right:15px;
bottom:12px;
z-index:2;
}

.offline_state{
fill: #989898;
stroke: #fff;
stroke-miterlimit: 10;
stroke-width: 6px;}

.borderProgressBar{
width:76px;
height:76px;
z-index:1;

}


.circularProgressBar {

  --page-background: #111;
  --size: 110px;
  --weight: 8px;
  --color: #29F;
  --border: #aaa;
  --progress: 0;
  --background: var(--page-background);
  

  
  width:75px;
  height:75px;
  box-sizing: border-box;  
  background: linear-gradient(transparent, transparent), conic-gradient(var(--color) calc(var(--progress) * 1%), var(--border) calc(var(--progress) * 1%)); /*for circlar background chenge transparent*/
  background-origin: border-box;
  background-clip: content-box, border-box;
  border: var(--weight) solid transparent;
  border-radius: 50%;
   
  color: #FFF;
  font-size: calc((var(--size) - var(--weight)) / 4.5);
  display: grid;
  place-items: center;
  place-content: center;
}




.circularProgressBar:not(.no_progress):before {
  content: " " counters(spinner, "0") "%";
  counter-reset: spinner;
  counter-increment: spinner var(--progress-label, var(--progress));
  font-weight: bold;
}
.circularProgressBar[data-label]:after {
  content: attr(data-label);
  font-size: 0.75em;
}



 
.centering{ /* baraye ham markaz kardan profile */
   	position:absolute;
	left: 0;
	right: 0;
	top:0;
	bottom:0;
	margin: auto auto;
	margin:auto;
}


.commentPanelProfile{ /* baraye ham markaz kardan profile */
   	position:absolute;
	left: 15px;
	top:3px;
}


/*********progress end***********/


/*----- comment panel  end ------*/









/*----- dialog emoji  start ------*/

.emoji{
  display:inline;
}


#emojiDialog {
width: 350px;
height: 420px;
position: fixed;
bottom:150px;
left: 10px;
align-items: center;
border-radius:20px;
background-color:var(--light_white);
z-index:10;
box-shadow: 2px 2px 4px 0 var(--shadow_gray);
display:none;

}
 
 
.myScroller{
  position: relative;
  overflow: hidden;
  padding: 0 30px;
 background-color:var(--light_gray);

  
}


.tabsEmoji{
position: absolute;
bottom:0px;
left:0;
width:290px;
height:53px; 
border-style:solid none none  none  ;
border-width: 1px;
border-color: #000000;
border-radius:0 0 20px 20px ;
background-color:var(--light_gray);

}

.upSideEmoji{
position: absolute;
top:0;
left:0px;
width:350px;
height:38px;
padding-bottom:5px;
border-style:none none solid none  ;
border-width: 1px;
border-color: #000000;
border-radius:20px 20px 0 0 ;
background-color:var(--light_gray);
/* cursor: grabbing; */
 cursor: default;
}


.myScrollerParent {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  padding-bottom: 20px;
  margin-bottom: -30px;
  margin-left:20px;
  margin-right:20px;
}

.myScrollerList {
  position: relative;
  display: flex;
  justify-content: space-around;
  float: left;
  width: min-content;
  margin-top:5px;
  min-width: 100%;
  transition: transform 0.4s ease-in-out;
 
  
}

.no-transition {
  transition: none;
}

.myScrollerItem {
  display: block;
  font-size: 1.125rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.5rem;
  color:black;
  cursor: default;
}


.myScrollerItemActive {
padding-left:20px;
padding-right:20px;
background-color:var(--theme_yellow);
border-style:dashed dashed dashed dashed  ;
border-width: 1px;
border-color: #000000;
border-radius:20px;
}




.myScrollerBtn {
width:30px;
height:30px;
position: absolute;
top: 0;
bottom: 0;
font-size: 15px;
transition: opacity 0.3s;
color:black;
padding:5px;
background-color:var(--light_white);
text-align:center;
margin:5px;
border-radius:25px;
  
  
}
.myScrollerBtn:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.myScrollerBtn--left {
  left: 0;
}

.myScrollerBtn--right {
  right: 0;
} 




.gridList {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #CCC;
  text-align: center;
  padding: 1rem;
  margin: 0 auto 6rem auto;


}


 

.emojiList{
position: absolute;
bottom:-37px;
left:0;
  width: 320px;
  max-height:300px;
  overflow-y:scroll;
 }

 
.gridItem {
  font-size: 15px;
  font-weight: normal;
  border-radius: 25px;
  color: #FFF;
  display: inline-block;
  min-width: 20px;
  max-width: 280px;
  padding: 0.75rem 0.75rem;
  text-align: center;
  margin: 0.5rem;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.15);
  
}


.itemEmoji{
max-width: 280px;
overflow :hidden;
}



/* For small layouts, just it flow normally */
hr.gridSeparator {
  display: none;
  height: 1px;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) and (max-width: 1024px) {
  /* For medium layouts:
      [ ] [ ]
    [ ] [ ] [ ]
      [ ] [ ]
    [ ] [ ] [ ]
      [ ] [ ]
  */
  hr.gridSeparator {
    display: none;
  }

hr.gridSeparator:nth-of-type(5n),
hr.gridSeparator:nth-of-type(5n-3) {
    display: block;
    visibility: hidden;
  }
}

@media (min-width: 1025px) {
  /* For large layouts:
      [ ] [ ] [ ]
    [ ] [ ] [ ] [ ]
      [ ] [ ] [ ]
    [ ] [ ] [ ] [ ]
      [ ] [ ] [ ]
  */
  hr.gridSeparator {
    display: none;
  }


hr.gridSeparator:nth-of-type(9n-5),
hr.gridSeparator:nth-of-type(9n) {
display: block;
visibility: hidden;
  }
} 
 
#closeDialogEmoji{
width:15px;
height:15px;
position: absolute;
top:15px;
right:15px;
color:black;
font-size20px;
cursor: default;
padding-right:5px;
padding-left:5px;
 
 
 
}


#movableDialogEmoji{
position: absolute;
top:15px;
left:15px;
color:black;
font-size20px;
cursor: grabbing;
border-style: solid ;
border-width: 2px;
border-color: #000000; 
border-radius: 25px;
padding-right:5px;
padding-left:5px;
}




/*----- dialog emoji  end ------*/



/* comment list style start */


#comments{
margin-bottom:200px;
}

.comment {
width:80%;
max-width: 800px;
position: relative;
margin:auto;
margin-bottom: 60px;
padding-bottom:15px;
color: #555;
border-radius:20px; 
/*animation: comment-slide-l .6s;  this animation for all comments   */ 
box-shadow: 2px 2px 4px 0 var(--shadow_gray);
/*box-shadow: 0 3px 6px -2px rgba(0,0,0,0.8); */
background-color: white;
margin-top:100px;
margin-bottom:-40px;
 z-index:2;
}

.comment_answer {
width:80%;
max-width: 800px;
position: relative;
margin:auto;
padding-bottom:15px;
color: #555;
border-radius:20px; 
/*animation: comment-slide-l .6s;  this animation for all comments   */ 
box-shadow: 2px 2px 4px 0 var(--shadow_gray);
/*box-shadow: 0 3px 6px -2px rgba(0,0,0,0.8); */
background-color: white; 
margin-top:100px;
margin-bottom:-40px;
 z-index:2;
}


.line_connect_comment{
height:60px;
width:20px;
max-width: 100%;
position: absolute;
bottom:-50px;
right:10px;
margin:auto;
background-color: transparent; /*var(--light_gray); */
padding:15px;
border-width: 5px;
border-color: #10aab2;
border-radius:20px;
border-style: dotted dotted dotted none; 
z-index:1;


}
.comment_content_reply{
width: 90%;
right:-30px;
margin:auto;
background-color: white; /*var(--light_gray); */
margin-bottom: 15px;
margin-right: 40px;
padding:15px;
border-radius:20px;
border-width: 5px;
border-color: #10aab2;
border-radius:20px;
border-style:  none solid none none; 
color: #555;
z-index:2;
}

.comment_content_reply img{
max-width: 100%;
height: auto;	
margin: auto; 
margin-top:10px;
margin-bottom:10px;
border-radius:5px;

}

.comment_reply{
width:60%;
position:relative;
bottom:-70px;
right:0;
left:0;
margin:auto;
margin-top:10px;
display: flex;
justify-content: center;
}



.comment:last-of-type {
 /* margin-bottom: 30px;*/
}



.comment:nth-child(odd) {
 /* background-color: #f0f0f0;
  animation: comment-slide-r .6s;*/
}

.comment:nth-child(even) {
 /* background-color: #fff;*/
}



.detile_sender_comment {
	position:relative;
	right:10px;
	top:0px;
	height:50px;
 
}


 .comment_profile_replay{
	height:90px;
	width:90px;
	z-index:3;
	 scale: .85;
	margin-top:15px;
 }
 
 .comment_profile{
  	position:absolute;
	right:-34px;
	top:-40px;
	height:90px;
	width:90px;
	
 
 
 }
 





.comment_content {
position:relative;
right:0px;
top:0px;
margin-left:20px;
margin-right:70px;
 
 
}

.comment_content img{
max-width: 100%;
height: auto;	
margin: auto; 
margin-top:10px;
margin-bottom:10px;
border-radius:5px;

}

.comment_sender_name_replay{
position:absolute;
right:65px;
top:-75px;
font-size: 13px;
color: #383331;
z-index:3;
}

.comment_sender_name {
	position:absolute;
	right:65px;
	top:5px;
  font-size: 16px;
  color: #383331;
}



.comment_liner {
	position:relative;
	top:0px;
	left:0px;
	width:83%;
	border: 0;
 	border-bottom: 1px solid #ccc;
}

 


.comment_date {
	position:absolute;
	right:65px;
	top:30px;
	font-size:10px;
    color: #999;
}


@keyframes comment-slide-l {
  0% {
    left: -800px;
    opacity: 0;
    transition: ease-in-out;
  }

  100% {
    left: 0;
    opacity: 1;
    transition: ease-in-out;
  }
}



@keyframes comment-slide-r {
  0% {
    right: -800px;
    opacity: 0;
    transition: ease-in-out;
  }

  100% {
    right: 0;
    opacity: 1;
    transition: ease-in-out;
  }
}





@media (max-width: 700px){
 
 
 .line_connect_comment{
height:50px;
width:20px;
max-width: 100%;
position: absolute;
bottom:-40px;
right:20px;
margin:auto;
background-color: transparent; /*var(--light_gray); */
padding:15px;
border-width: 5px;
border-color: #10aab2;
border-radius:20px;
border-style: dotted dotted dotted none; 
z-index:1;


}
 
 .comment_reply{
width:100%;
position:relative;
bottom:-70px;
right:0;
left:0;
margin:auto;
margin-top:10px;
display: flex;
justify-content: center;
}
 
 
.offline_user {

position:absolute;
 
right:15px;
bottom:19px;
 
} 
 
 
.comment_content_reply{
width: 80%;
}

 
.comment {
width:90%;
}
  
.comment_sender_name {
 font-size: 14px;
 
}


.comment_profile{
  	position:absolute;
	right:-34px;
	top:-40px;
	height:90px;
	width:90px;

 }

.sender_image {
    width: 48px;
    height: 48px;
}

.user_image {
    width: 45px;
    height: 45px;
	border-radius:50%;
	margin-left:7px;
	margin-top:6px; 
}

.comment_date {
	right:55px;
	top:28px;
	font-size:10px;
 
}

.comment_liner {
 
	top:-5px;
	left:0px;
 
}

.comment_content {
 
margin-right:20px;
 
 
}


.circularProgressBar {
 --weight: 8px;
  width:60px;
  height:60px;  
}

.borderProgressBar{
width:60px;
height:60px;
}



}



/* comment list style end */
