body{background:#f2f2f2;font-family:Vazir;direction:rtl;margin:0px;padding: 0;transition: background-color 0.3s, color 0.3s;}
*, ::after, ::before {
    box-sizing: border-box;
}
:root {
	--c_75: #757575;
	--blue: #0a8cc8;
	--white: #FFF;
	--fnas: nnastaliq-web;
}

@font-face {
  font-family: 'Vazir';
  font-style: normal;
  font-weight: 300;
  src: url(/static/fonts/Vazir.woff) format('woff');
}
@font-face {
  font-family: 'Vazir';
  font-style: normal;
  font-weight: 400;
  src: url(/static/fonts/Vazir.woff) format('woff');
}
@font-face {
  font-family: 'Vazir';
  font-style: normal;
  font-weight: 600;
  src: url(/static/fonts/Vazir.woff) format('woff');
}
@font-face {
  font-family: 'Vazir';
  font-style: normal;
  font-weight: 700;
  src: url(/static/fonts/Vazir.woff) format('woff');
}


input{font-family:inherit;}

blockquote {
    margin: 0 0 1rem;
}
blockquote {
    padding: 5px 20px 5px 20px;
    border-radius: 5px;
    border-right: #858585 5px solid;
    position: relative;
    background-color: hsla(0, 0%, 52%, .1);
    margin-right: 0;
    margin-left: 0;
    margin: 1rem 0;
}

html, h2, h1, h3, h4, h5, h6, a {
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    font-family: Vazir;
}
a {
    color: #403736;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
pre {
	margin:0 0 1rem 0;
    display: block;
    font-size:13px;
    color: #212529;
    text-align: left;
    direction: ltr;
    background: #f9f7f7;
    padding: 10px;
    border-left: 5px solid #dadfe1;
    position: relative;
	overflow: auto;
}


.copy-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border: 1px solid #ddd;
	margin-top:40px;
}

.copy-container .copy-text {
    font-size: 14px;
}

.copy-container .copy-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.post_content {
    color: #4a4a4a;
}
.post_content p {
	margin:0;
    margin-top:10px;
	
}
.post_content {
    font-size: 17px;
    overflow-wrap: break-word;
}
.post_content h2,.post_content h3,.post_content h4,.post_content h5{margin:10px 0;}
.post_content{color:#4a4a4a;}
.post_content a {
    color: #0a8cc8;
}
.post_content a:hover {
    color: #2b6dad;
}

.post_content audio {
    background: #f1f4f8;
    width:100%;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.21);
    border: 2px solid #fff;
    padding: 0;
}

.post_content hr {
    clear: both;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    page-break-after: always;
    border: 0;
    text-align: center;
    box-shadow: unset;
}
.post_content hr:before {
    font-size: 18px;
    font-family: inherit;
    letter-spacing: .7rem;
    content: "......";
    display: block;
    margin: 0 auto;
    color: #858585;
    padding: 15px 0;
}

.dl_music a {
    padding: 10px;
    color: #fff !important;
    border-top: 1px solid #222;
    border-bottom: 0px solid #222;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: .3s;
    overflow: hidden;
    background: #eeeeee;
    border-color: #d4d2d2;
    color: #272727 !important;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.21);
    border: 2px solid #fff;
}

.h1 {
    font-size: 1.7rem;
    font-weight: 900;
}
.flex{display:flex;}
.fxa {
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.main
{
	max-width:1200px;
	width:100%;
	margin: 0 auto;
	position:relative;
}
.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: top 0.3s;
	z-index:9;
	border-bottom: 1px solid #eee;
	transition: 0.4s;
	box-shadow: #f6f6f6 0px 3px 6px;
	background:#FFF;
}
.header2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header img {
	width: 50px;
	height: 50px;
}
.header .icons {
	display: flex;
	align-items: center;
	gap:15px;
}
.header .icons svg {
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.header .icons .light-btn{
	width: 23px;
	height: 23px;	
}
.dcenter
{
	display:flex;gap:20px;
}


.title-m {
    display: inline-block;
    position: relative;
}

.title-m:after {
    background-color: #5bc0de;
    display: inline-block;
    position: absolute;
    content: "";
    left: 0;
    top: 36px;
    width: 100%;
    height: 2px;
}

button{background:none;border:0;cursor:pointer;outline:none;margin:0px;padding:0px;}
button:focus{cursor:pointer;outline:none;}
.color_g1{color:#aaaaaa;}
.fxa{display:flex;align-items:center;justify-content:space-between;}
.font_15{font-size:15px;}
.font_23{font-size:23px;}
.search_boxk{width:100%;height:60px;background:#FFF;border-bottom:1px solid #ececeb;position:fixed;top:-100px;text-align:center;transition:0.3s;}
.search_boxk.fixed{position:fixed;right:0;left:0;top:0;z-index:1001;transition:0.3s;}
.search_boxk input,.search_q{outline:none;border:0;background:transparent;border:0px;width:100%;padding:15px;}
.search_box2{height:60px;}
.search_boxk button{position:absolute;left:5px;top:6px;padding:5px;}
.close_icon{font-size:25px;cursor:pointer;margin:5px;padding:5px;display:flex}
.close_icon img{width:15px;height:15px;}
.search_boxk input{width:100%;border-radius:25px;border:1px solid #eee;padding:10px 10px 10px 30px;}
.search_box2 form{position:relative;width:100%;}

.sidebar,.content  
{
	border-radius:5px;
}

.post {

}
.post_content img {
	max-width:100%;
	width: auto;
	height: auto;
}
.post .tags, .post .categories {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.post .tags svg, .post .categories svg {
	width: 16px;
	height: 16px;
	margin-left: 5px;
}

::marker {
    color: #0a8cc8ad;
}
/*tree category*/
.tree_cat2 li.list-item{display:flex;position:relative;padding-right:1.5rem;margin-bottom:1rem;}
.tree_cat2 li.list-item::after{content:"";display:block;width:.5rem;height:.5rem;position:absolute;right:0px;top:50%;background-color:#4dc3d9;border-radius:50%;transform:translate(0, -50%);}
.tree_cat2 ul{padding:0;margin:0;}
.tree_cat2 .list-item.list-holder::after{display:none;}
.tree_cat2 .list-item.list-holder{margin-bottom:0;}
.tree_cat2 .list-item:not(:first-child)::before{content:"";display:block;width:0.1rem;height:2.3rem;position:absolute;top:10px;right:6.6px;background-color:#4dc3d9;;   border-radius:4px;transform:translate(210%, -100%);}
.tree_cat2 .list-item.list-holder + .list-item::before,.tree_cat2 .list-item.list-holder::before{display:none;}
.tree_cat2 .list-holder > .list{position:relative;}
.tree_cat2 .list-holder > .list::after{content:"";position:absolute;top:-5.5px;right:-49px;display:block;width:21px;height:44px;border-bottom-right-radius:5px;border-right:0.2rem solid #4dc3d9;;   border-bottom:0.2rem solid #4dc3d9;;   transform:translate(-130%, -55%);}
.tree_cat2 .list-item.list-holder + .list-item::before{content:"";display:block;position:absolute;top:9px;right:11px;display:block;width:21px;height:44px;background-color:transparent;border-radius:0;border-top-right-radius:5px;border-top:0.2rem solid #4dc3d9;;   border-right:0.2rem solid #4dc3d9;;   transform:translate(40%, -90%);}



.fixed-bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #FFF;
	border-top: 1px solid #ddd;
	padding: 10px 0;
	z-index:11;
	transition: bottom 0.3s;
	height:42px;
}
.fixed-bottom2 
{
	display: flex;
	justify-content: space-between;
}

.fixed-bottom svg {
	width: 24px;
	height: 24px;
	cursor: pointer;
	    stroke: gray;
}
.fixed-bottom svg:hover 
{
	    stroke:#444;
}

.show-fixed-bottom{
    left: calc((100vw - 1200px) / 2);
}
.main_more
{
	box-shadow:#ebebeb 0px 3px 6px
}
.comment_avatar {
    max-width: 45px;
}
@media (max-width: 1200px) {
	.show-fixed-bottom{
		left:0px;;
	}
}
		
.theme-mode-control {
    display: flex;
}

.border-color {
    border-color:#ddd;
}






.svg_dark{display:none}

.btn_log_r {
    cursor: pointer;
    border-radius: 2px;
    display: inline-block;
    font-weight: 600;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #08b1d7;
    border-color: #08b1d7;
}
.btn_log_r:hover {
    color: #fff;
    background-color: #08b1d7;
    border-color: #08b1d7;
}
@media (max-width:1024px)
{

}





.modal_shop {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .4s ease-in;
    z-index: 1002;
    background-color: #FFF;
    visibility: visible;
    font-size: 16px;
}

.rb_animation_open{-webkit-animation:animation_k .3s cubic-bezier(.175,.885,.32,1.275);animation:animation_k .3s cubic-bezier(.175,.885,.32,1.275);}
@-webkit-keyframes animation_k{0%{opacity:0;transform:scale(.6);}to{opacity:1;transform:scale(1);}}
@keyframes animation_k{0%{opacity:0;transform:scale(.6);}to{opacity:1;transform:scale(1);}}
@-webkit-keyframes animation_k{0%{opacity:0;transform:scale(.6);}to{opacity:1;transform:scale(1);}}
@keyframes animation_k{0%{opacity:0;transform:scale(.6);}to{opacity:1;transform:scale(1);}}

.f_login {
    display: none;
    transition: all .4s ease-in;
}

.rb_modal {
    background: #eee;
}
.div_input input[type="button"].set_register {
    background-color: gray;
    border-color: gray;
}

.modal_log {
    width: 450px;
    max-width: 100%;
    background-color: #FFF;
    border-radius: .25rem;
    margin: auto;
    padding: 1rem;
    position: relative;
}

.f_login .icon-cancel-1 {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 40px;
    cursor: pointer;
    color: #717171;
}
.icon-cancel-1 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: -40px;
    text-align: right;
    margin: 0 auto;
    color: #717171;
    cursor: pointer;
    border: 0px #fff solid;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.can_log:hover svg{fill:red}

inputinput[type=text],input[type=password],textarea,select {
    width: 100%;
    margin: .6em 0;
    padding: 10px;
    background-color: transparent;
    outline: none;
    border-radius: 40px;
	color: currentColor;
	direction:initial;
}
input {
    border: 2px solid #4dc3d9;
    color: #000;
	font-size: 17px;
}

.div_input input[type=text], .div_input input[type=password], .div_input select, .div_input textarea 
{
    resize: vertical;
    height: 45px;
    max-width: 100%;
    width: 100%;
    font-family: inherit;
    margin: 4px 0;
    padding: 10px;
    background-color: transparent;
    outline: none;
    border-radius: 40px;
    border: 2px solid #4dc3d9;
    color: inherit;
}


.div_input input[type=text]:focus, .div_input input[type=password]:focus, .div_input select, .div_input textarea {
    background: none;
}

.div_input textarea {
    height: 80px;
}

.div_input button:focus, .div_input input:focus, .div_input select:focus, .div_input textarea:focus {
    outline: 0;
}
.div_input input[type="button"],.div_input input[type="submit"] {
    background-color: #4dc3d9;
    color: #fff;
	border-radius: 25px;
	width:100%;
}



.p_i_img {
    width: 150px;
    height: 100%;
    max-height: 180px;
    object-fit: cover;
}
.b_rad_5 {
    border-radius: 5px !important;
}
.tite_item {
    font-size: 18px;
}
.p_dc {
    height: 70px;
    min-height: 50px;
    overflow: hidden;
}
.font_13 {
    font-size: 13px;
}
.t_a_j {
    text-align: justify;
}
.c_color {
    color: #757575;
}

a:hover.a1 {
    color: #767676;
}
a.a1 {
    color: #5a5a5a;
}
a:hover.a2 {
    color: #585858;
}
a.a2 {
    color: #898989;
}

.tooltip-container {
  position: relative;
  display:flex;
}

.tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding:0px 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip-container:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.img2 {
    border: 3px solid #fff;
    margin-left: 7px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 1px 2px #b0b0b0, 0 8px 12px -7px #dce1ff;
}

.scroll-to-top {
    position: fixed;
    bottom: 56px;
    left: 14px;
    background-color: #10b3d8;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    font-size: 24px;
    justify-content: center;
    align-items: center;
}


.dark .scroll-to-top {

    background-color: #444;
}




ul.nav_profile
{
	padding:0px;
}
/*
.peykan{position:absolute;z-index:-1;clip:rect(-10px,51px,0,0);left:0;top:0;}
.peykan div{height:50px;width:50px;transform:rotate(45deg);background-color:#fff;border:1px solid #d7d7d7;z-index:1002;display: table-cell;}
*/
.peykan {
    position: absolute;
    z-index: -1;
    clip: rect(-10px,51px,0,0);
    left: 0;
    top: 0;
}
.peykan div {
    background-color: #fff;
    margin-left: -5px;
    display: table-cell;
}
.peykan div {
    height: 50px;
    width: 50px;
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #d7d7d7;
    z-index: 1003;
}


.nav_profile_childff li:first-child a::before {
  content: "";
  display: block;
  position: absolute;
  left:-15px;
  top:0px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d7d7d7;
  margin: -10px 0 0 30px;
}

.nav_profile_child2:before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 17px;
    width: 15px;
    height: 15px;
    background: var(--white);
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    z-index: 999;
}
.nav_profile_child2 li:first-child:hover ~ .nav_profile_child:before{
  background: #f8f8f8;
}

.nav_profile_child
{
	position:absolute;
	left:0;
	width:250px;
	border:1px solid #dedede;
	top:60px;
	background:#fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
ul.nav_profile_child
{
	z-index:9999999999999999;
	padding:0px;
	display:none;
}
.nav_profile_child li
{
	text-align:right;
	font-size:14px;
	list-style:none;
}
.nav_profile_child > li:first-child
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.nav_profile_child > li:nth-last-child(2)
{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.nav_profile_child a
{
    padding: 10px 5px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857;
    white-space: nowrap;
	text-decoration:none;
	color:inherit;
}

.nav_profile_child li:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

.dark .nav_profile_child 
{
    border: 1px solid #525252;
    background: #292929;
}
.dark .nav_profile_child li:hover {
    text-decoration: none;
    background-color: #333;
}
.dark .peykan div {
    background-color: #292929;
    border: 1px solid #525252;
}
/*======================================*/
.post_tags {
  list-style: none;
  overflow: hidden; 
  padding: 0;
}

.post_tags li {
  float: right; 
}

.post_tag {
  background: #eee;
  border-radius: 3px 3px 3px 3px;
  color: #313030;
  display: inline-block;
  line-height: 26px;
  padding: 5px 10px 5px 10px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.post_tag:hover {
  background-color: #e1e1e1;
}

.post_tag:hover::after {
   border-right-color: #e1e1e1; 
}
/*======================================*/

.item_product2{float:right;margin-top:5px;}
.box_item2{position:relative;border-radius:20px;-webkit-box-shadow:1px 1px 6px 0 rgba(0, 0, 0, 0.2);box-shadow:1px 1px 6px 0 rgba(0, 0, 0, 0.2);margin:5px;background:var(--white);}
.box_img2{text-align:center;margin:0 auto;border-radius:15px 15px 0 0;}
.box_img2 img{width:100%;height:200px;object-fit:cover;margin:0 auto;border-radius:15px 15px 0 0;}
.box_title2{padding:10px 10px 5px 10px;font-size:16px;color:#494c52;height:60px;overflow:hidden;}

.scroll
{
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
    padding-bottom: 5px;
}
pre::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    width: 12px; /* عرض اسکرول بار */
    height:6px; /* ارتفاع اسکرول بار */
}

pre::-webkit-scrollbar-thumb,
.scroll::-webkit-scrollbar-thumb {
    background-color: #888; /* رنگ اسکرول بار */
    border-radius:0; /* گرد کردن گوشه‌های اسکرول بار */
}

pre::-webkit-scrollbar-thumb:hover,
.scroll::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* رنگ اسکرول بار هنگام هاور */
}

hr.hr-12 {
    border: 0;
    border-top: 1px dotted #8c8c8c;
    border-bottom: 1px dotted #fff;
}
.rb_bookmark svg  {
    fill:gray;
}

.rb_come_like svg path 
{
    stroke:gray;
}


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

.liked .heart-icon path {
    fill: url(#grad1);
    stroke: #f03d3d;
    filter: brightness(2);
    animation: shine 2s infinite linear;
    background: linear-gradient(45deg, rgb(0 224 255 / 92%), rgb(34 209 255 / 85%));
    background-size: 200% 200%;
    background-clip: text;
    -webkit-background-clip: text;
    color: #bbe7ff;
    box-shadow: 0 4px 8px rgb(7 239 244 / 60%), 0px -6px 20px rgb(122 199 255);
}
/*---------------------------*/
.sticky25 {
    position: fixed;
    bottom: -39px;
    right: 0;
	left: 0;
    transition: 0.4s;
	z-index:9;
}
.sticky25.hidden {bottom: 5px;}
.sticky25.hidden2 {bottom:50px;}

.post_infos.sticky25 .post_infos2 {
    display: flex;
    max-width: 202px;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    padding: 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
    font-size: 15px !important;
    margin: 0 auto;
    justify-content: center;
}
/*---------------------------*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 48px;
    height: 48px;
    background: #fff;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    color: #8d9091;
    border: 1px solid #ddd;
    text-align: center;
    opacity: .8;
	font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background: #08b1d7;
    color:#FFF;
    text-decoration: none;
}
.owl-carousel .owl-next {
    left: 0px;
}
.owl-carousel .owl-prev {
    right: 0px;
}
.owl-carousel button.owl-prev.disabled ,.owl-carousel button.owl-next.disabled 
{
	opacity: .2;
}
/*---------------------------*/

.title_color{color:#0a8cc8;}

.fxc{display:flex;align-items:center;}
.pX_10{padding:0 10px 0 10px;}
.p_r_10{padding-right:10px;}
.p_t_20{padding-top:20px;}
.m_a{margin:0 auto;}
.m_l_10{margin-left:10px;}
.line_title{flex-grow:1;border-top:1px solid #dedede;margin: 0 13px;}

.dark .line_title {

    border-top: 1px solid #525252;

}

.fast_menu
{
	position:fixed;
	right:-350px;
	max-width: 350px;
	width: 100%;
	border-radius: 0px;
	top: 0;
	z-index:10;
	border-left: 1px solid #eee;
	height: 100%;
	transition: right 0.3s;overflow:auto;
}
.bg_over {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 9;
    visibility: hidden;
}







@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");

:root {
  --hand-width: 0.5rem;
  --sec-hand: 6rem;
  --min-hand: calc(var(--sec-hand) * 0.85);
  --hour-hand: calc(var(--sec-hand) * 0.6);
  --clr-red: #e03e1a;
  --clr-dark: hsl(0, 0%, 19%);
}


.clock-body {
	height: 272px;
    width: 272px;
  border-radius: 50%;
  position: relative;
    border: 15px solid #333;
    box-shadow: inset 0px 0px 30px #a6a9b4;
}

.disc {
  width: 0.5rem;
  height: 0.5rem;
  background: var(--clr-red);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}

.disc-bottom {
  width: 0.9rem;
  height: 0.9rem;
  background: #333;
  z-index: 1;
}

.hand {
  background: var(--clr-dark);
  border-radius: 15px 15px 0 0;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform-origin: bottom;
  transition: all 0.05s;
  transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}

.second {
  background: var(--clr-red);
  width: 0.1rem;
  height: var(--sec-hand);
  transform: translateX(-50%) rotate(0deg);
  z-index: 2;
}

.second::before {
  content: "";
  height: 1.5rem;
  width: 0.1rem;
  background: var(--clr-red);
  position: absolute;
  top: 100%;
}

.second::after {
  content: "";
  height: 1.5rem;
  width: 0.4rem;
  background: var(--clr-red);
  position: absolute;
  top: 120%;
  left:5%;
  transform: translateX(-35%);
}

.minute {
  height: var(--min-hand);
  width: 0.3rem;
  transform: translateX(-50%) rotate(0deg);
  background: var(--clr-dark);
}

.minute::after {
  content: "";
  height: 1.2rem;
  width: 0.3rem;
  background: var(--clr-dark);
  position: absolute;
  top: 100%;
  border-radius: 0px 0px 10px 10px;
}

.hour {
  height: var(--hour-hand);
  width: 0.4rem;
  background: var(--clr-dark);
  transform: translateX(-50%) rotate(0deg);
  z-index: 1;
}

.hour::after {
  content: "";
  height: 1.2rem;
  width: 0.4rem;
  background: var(--clr-dark);
  position: absolute;
  top: 100%;
  border-radius: 0px 0px 10px 10px;
}

.hour-number {
  position: absolute;
  left: 50%;
  height: 7.5rem;
  transform-origin: bottom;
  padding: 1rem;
  color: var(--clr-dark);
  user-select: none;
  font-size: 1.4rem;
}

.minute-bar {
  position: absolute;
  left: 50%;
  width: 1rem;
  height: 7.5rem;
  transform-origin: bottom;
  transform: rotate(20deg) translateX(-50%);
}

.hour-number::before,
.minute-bar::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  border-radius: 0px 0px 15px 15px;
  transform: translateX(-50%);
  background: var(--clr-dark);
}

.hour-number::before {
  height: 10px;
  width: 4px;
}

.minute-bar::before {
  height: 6px;
  width: 2px;
}

.dark .clock-body 
{
    box-shadow: inset 0px 0px 30px #000;
}


.dark 
{
  --clr-dark:#e1e1e1;
}








@media screen and (max-width: 600px) 
{

	h1, .h1 {

		font-size: 1.4rem;
		font-weight: 900;
	}
	h2, .h2 {
	  font-size: 1.3rem;
	}

	h3, .h3 {
	  font-size: 1.1rem;
	}

	h5, .h5 {
	  font-size: .8rem;
	}

	h6, .h6 {
	  font-size: .7rem;
	}
	h2.tite_item{
		font-size:15px;
	  width: 100%; 
	  max-height: 56px;
	  height:100%;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
	.p_dc {
		height: 52px;
		min-height: 50px;
		overflow: hidden;
	}
	.p_i_img{width:120px;height:100%;max-height:140px;}

}
/*dark version*/

.dark .dl_music a {
    border-color: #979797;
    color: #d4d4d4 !important;
    border: 2px solid #292929;
	background: #333;
}

.dark audio::-webkit-media-controls-panel 
{
     background-color:#333;
     color: #FFF;
	 border-radius:0;
	 border:0;
}

.dark audio::-webkit-media-controls-volume-control-container,
.dark audio::-webkit-media-controls-mute-button,
.dark audio::-webkit-media-controls-play-button,
.dark audio::-webkit-media-controls-timeline-container,
.dark audio::-webkit-media-controls-current-time-display,
.dark audio::-webkit-media-controls-time-remaining-display,
.dark audio::-webkit-media-controls-timeline,
.dark audio::-webkit-media-controls-volume-slider-container,
.dark audio::-webkit-media-controls-volume-slider,
.dark audio::-webkit-media-controls-seek-back-button,
.dark audio::-webkit-media-controls-seek-forward-button,
.dark audio::-webkit-media-controls-fullscreen-button,
.dark audio::-webkit-media-controls-rewind-button,
.dark audio::-webkit-media-controls-return-to-realtime-button,
.dark audio::-webkit-media-controls-toggle-closed-captions-button
{
     color: #FFF;
	 border-radius:0;
	 border:0;
}
.dark audio {
    filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(0%);
}
.dark .post_content audio {
    background: #333;
    box-shadow: 0 1px 2px rgb(0, 0, 0, 0.21);
    border: 2px solid #333;
}

.dark .fixed-bottom svg:hover {
    stroke: #FFF;
}

.dark .border-color {
    border-color:#444;
}
.dark .post_infos.sticky25 .post_infos2 {
    background: #333333;
    border: 1px solid #525252;
    box-shadow: rgb(0 0 0 / 93%) 1px 1px 14px;
}

.dark {
	background-color: #333;
	color: #fff;
}
.dark .header, .dark .fixed-bottom ,.dark .search_boxk,.dark .search_boxk input
{
	background:#292929;
    border-color:#525252;
    box-shadow: none;
}
.dark .search_boxk input
{
	color:#FFF;
}

.dark .bg-white {
    background-color: #292929;
	color:#FFF;
}

.dark a {
    color: #FFF;
}



.dark .post_content {
    color: #c8c8c8;
}
.dark .post_tag {
    background: #3e3e3e;
    color: #c8c8c8;
}
.dark .post_tag:hover {background-color: #222222;}
.dark .main_more
{
	box-shadow:#000 0px 3px 6px
}

.dark .box_title2 {
    color: #d7d7d7;
}

.dark .c_color {
    color: #b2b2b2;
}
.dark .br-color-light-2 {
    border-color: #494949;
}
.dark .br-color-light-4 {
    border-color: #525252;
}
.dark .color-slate-500 {
    color: #bebebe;
}
.dark a.a2 {
    color: #c5c5c5;
}
.dark a.a1 {
    color: #e6e6e6;
}
.dark a:hover.a1 {
    color: #cccccc;
}
.dark .img2 {
    border: 3px solid #444444;
    box-shadow: 0 1px 2px #606060, 0 8px 12px -7px #000000;
}

.dark .fast_menu {
    border-left: 1px solid #4a4a4a;
}

.dark .owl-carousel .owl-nav button.owl-next,
.dark .owl-carousel .owl-nav button.owl-prev 
{
    background: #000;
    border: 1px solid #666666;
}
.dark .rb_modal {
    background: #000000;
}

.dark .tbl_shop tr, .dark .shop_order_page tr 
{
    background-color: #333333;
}
.dark .tbl_shop td, .dark .shop_order_page, .dark .shop_order_page td {
    background: #333333;
}
.dark .rb_more_result 
{
    color: #c9cbcb;
    border: 3px solid #292929;
}
.com7 {
    overflow: hidden;
    overflow-wrap: break-word;
}