#header_mysib {
position: fixed;
  width: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  background: #FFFFFF;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

#container_mysib {
width: 100%;
max-width: 1024px;
background: #FFFFFF;
overflow: hidden;
margin: 0 auto;
position: relative; }

#page_header_mysib {
padding: 0.5rem 0.5rem;
display: flex;
flex-direction: row;
align-content: flex-start;
align-items: center;
max-width: 1024px;
width: 100%;
margin: 0 auto; }

#page_header_mysib div {
width: calc(100% / 2); }
#page_header_mysib .page_header-btn {
width: 10px;
text-align: left;
font-weight: bold;
font-size: 0.8rem;
margin-left: 15px;
}

#page_header_mysib .page_header-btn svg{
width: 30px;
height: 30px;
fill: #7b7979;
}

#page_header_mysib .page_header-nav {
width: 100%;
text-align: right;
font-size: .7rem;
margin-right: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

#page_header_mysib .back-mysib{
font-size: 1.1rem;
}

#page_header_mysib .mysib-title{

margin-right: 20px;
text-align: right;
font-size: 1.5rem;
font-weight: bold;
}

#apps_wrap_my{

}

#panel_mysib_block {
border-bottom: 10px solid #F9FAFE;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding-bottom: 20px;
padding: 0.5rem 1rem;
}

#panel_mysib_block .panel_mysib_block-image{
width: 70px;
height: 70px;
position: relative;
}

#panel_mysib_block .panel_mysib_block-image img {
width: 100%;
height: 100%;
border-radius: 50%;
border: 1px solid rgba(229.0, 229.0, 234.0, 1.0);
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
background: #fff;
}

#no-nser-avatar{
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(#C7C6CB, #C8C7CC);
border: 1px solid rgba(229.0, 229.0, 234.0, 1.0);
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
border-radius: 50%;
color: #fff;
font-weight: bold;
font-size: 25px;
}

#panel_mysib_block .panel_mysib_block-info {
flex-grow: 1;
padding: 0 0.5rem; }
#panel_mysib_block .panel_mysib_block-info h3 {
font-weight: bold;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin-bottom: 0.4rem;
font-size: 1.1rem}
#panel_mysib_block .panel_mysib_block-info p {
margin-bottom: 0.5rem;
font-weight: bold;
font-size: 0.9rem;
color: #007aff; }
#panel_mysib_block .panel_mysib_block-info a {
color: #000000; }

#no-nser-avatar{
width: 65px;
height: 65px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(#C7C6CB, #C8C7CC);
border: 1px solid rgba(229.0, 229.0, 234.0, 1.0);
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
border-radius: 50%;
color: #fff;
font-weight: bold;
font-size: 25px;
}


#Interaction{
padding: 0.5rem 1rem;
margin: 10px 0px;
border-bottom: 10px solid #F9FAFE;
}

#Interaction h3{
font-size: 1.1rem;
font-weight: bold;
color: #7b7979;
padding: 10px 0;
}

#Interaction a{
transition-duration: 0.4s;
color: #000000;
}

#my-botz{
transition-duration: 0.4s;
border-bottom: 2px dotted #eeeeee;
padding: 0.8rem 0;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}

#my-botz span{
width: 100%;
}

#my-botz #icons{
width: 30px;
height: 30px;
}

#my-botz #icons svg{
width: 30px;
height: 30px;
}

#my-botz #back{
width: 30px;
height: 30px;
}

#my-botz #back svg{
width: 30px;
height: 30px;
text-align: left;
fill: #000;
}

#my-botz #names{
margin-right: 5px;
font-size: 14px;
font-weight: bold;
text-align: right;
}

.footer-my-sibjo{
text-align: center;
padding: 10px 0px;
}

.footer-my-sibjo img{
width: 100px;
}

.footer-my-sibjo h3{
font-size: 0.9rem;
font-weight: 500;
color: #000;
padding: 10px 0px;
}

.footer-my-sibjo span{
font-size: 0.9rem;
font-weight: 700;
color: #000;
padding: 10px 0px;
}

.user_profile_sibjo{
padding: 0.5rem 1rem;
border-bottom: 10px solid #F9FAFE;
}

.user_profile_sibjo h3{
font-size: 1.1rem;
font-weight: bold;
color: #7b7979;
padding: 5px 0px;
}

.user_profile_sibjo .uesr-name-list{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding: 0.7rem 0;
border-bottom: 2px dotted #eeeeee;
}

.user_profile_sibjo .uesr-name-list span{
width: calc(100vw / 2);
}

.user_profile_sibjo .uesr-name-list .user{
font-size: 1rem;
font-weight: bold;
text-align: right;
color: #000;
}

.user_profile_sibjo .uesr-name-list .name{
font-size: 1rem;
direction: ltr;
font-weight: bold;
text-align: left;
color: #007aff;
}

#comments_wrap_my {
padding: 8rem 1rem 6rem 1rem;
}

.porfilecomment{
padding: 0px 0px;
}
.porfilecomment .list-porfilecomment{
margin: 10px 0px;
padding: 10px 5px;
border-bottom: 1px solid var(--mycomment-border-bottom);;
border-radius: 0px;
}
.porfilecomment .list-porfilecomment:last-child{
border-bottom: 1px solid transparent;
}
.porfilecomment .list-porfilecomment .mycomment-uesr{
display: flex;
flex-direction: row;
align-content: flex-start;
align-items: center;
margin-bottom: 10px;
}
.porfilecomment .list-porfilecomment .mycomment-uesr img{
width: 60px;
height: 60px;
border-radius: 10px;
}
.porfilecomment .list-porfilecomment .mycomment-uesr .mycomment-rating{
white-space: nowrap;
font-size: 13px;
font-weight: bold;
color: #007aff;
}
.porfilecomment .list-porfilecomment .mycomment-uesr .mycomment-rating i{
color: #007aff;
margin: 0 1px;
}
.porfilecomment .list-porfilecomment .mycomment-uesr .mycomment-info{
margin-right: 5px;
flex: 1 1 100%;
min-width: 0;
}
.porfilecomment .list-porfilecomment .mycomment-uesr .mycomment-info h3{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 16px;
}
.porfilecomment .list-porfilecomment .mycomment-uesr .mycomment-info .time{
padding-top: 5px;
font-weight: 500;
font-size: 11px;
color: #737476;
}
.porfilecomment .list-porfilecomment .mycomment-reply{
background: var(--mycomment-reply);;
padding: 5px;
border-radius: 5px;
}
.porfilecomment .list-porfilecomment .mycomment-reply .pmaten{
display: inline-block;
font-weight: 500;
font-size: 12px;
line-height: 1.8;
}
.porfilecomment .list-porfilecomment .mycomment-matn{
margin-top: 10px;
padding: 5px;
}
.porfilecomment .list-porfilecomment .mycomment-matn .pmaten2{
display: inline-block;
font-weight: 500;
font-size: 12px;
line-height: 1.8;
}

.bookmovie{
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding-bottom: 0.5rem;
margin-top: 0.5rem;
border-bottom: 1px solid rgba(229.0, 229.0, 234.0, 1.0);
}

.bookmovie:hover{
opacity: 0.5;
}

.bookmovie img{
width: 80px;
height: auto;
border-radius: 5px;
border: 1px solid rgba(229.0, 229.0, 234.0, 1.0);
box-shadow: 2px 4px 12px rgb(0 0 0 / 8%);
background: #fff;
}
.bookmovie .bookmoviez{
flex: 1 1 100%;
min-width: 0;
padding: 0 0.5rem;
}
.bookmovie .bookmoviez h3{
margin-bottom: 0.5rem;
font-size: 15px;
color: #000;
font-weight: bold;
}

.bookmovie .bookmoviez .nims{
font-size: 15px;
color: #6a6a6a;
font-weight: 400;
}

.bookmovie .bookmoviez .tas{
font-size: 12px;
font-weight: bold;
color: #6a6a6a;
margin-bottom: 0.5rem;
}
.bookmovie .bookmoviez .slas{
font-size: 12px;
font-weight: bold;
color: #6a6a6a;
}
.bookmovie .bookmoviez .slas .sha{
font-size: 12px;
font-weight: 400;
color: #6a6a6a;
}
.mysib_comments{
display: flex;
}
.mysib_comments button{
padding: 0.5rem;
width: calc(100vw / 2);
}
.mysib_comments .mycomments{
font-family: IRANYekanX;
font-size: 0.9rem;
font-weight: bold;
padding-bottom: 15px;
}
.mysib_comments .mycomments.active {
position: relative;
bottom: 0;
left: 0;
}
.mysib_comments .mycomments.active:after{
background: #007aff;
height: 4px;
position: absolute;
width: calc(100% - 50%);
border-radius: 2px;
bottom: 0;
left: 50%;
z-index: 100;
transform: translateX(-50%);
content: "";
}
.porfilecomment .commentstab{
animation: fadeEffect 1s;
}
@media only screen and (min-width: 600px){
.msafs{
display: flex;
width: 100%;
}

.msafs .mysib-madal{
width: calc(100% / 2);
}

}

#topbar-back1 {
display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
font-size: 1rem;
font-weight: bold;
}

#topbar-back1 .svg-inline--fa{
display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
margin-left: 5px;
width: 15px;
height: 15px;
font-size: 1rem;
transform: rotate(180deg);
}
.modal-name {
display: none; 
position: fixed;
z-index: 10000000;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
backdrop-filter: blur(15px);
-webkit-animation-name: fadeIns3b; 
-webkit-animation-duration: 0.4s;
animation-name: fadeIns3b;
animation-duration: 0.4s
}
.modal-name .modal-name-content {
overflow: auto;
position: fixed;
bottom: 0;
background-color: #fff;
border-radius: 15px 15px 0px 0px;
width: 100%;
-webkit-animation-name: slideIns3b;
-webkit-animation-duration: 0.4s;
animation-name: slideIns3b;
animation-duration: 0.4s
}
.modal-name .submit{
font-family: IRANYekanX;
font-size: 0.9rem;
font-weight: bold;
margin-left: 10px;
width: 100%;
background: #007aff;
color: #FFFFFF;
padding: 0.7rem;
border-radius: 5px;
margin-top: 0.5rem;
margin-bottom: 1.5rem;
outline-color: transparent;
outline-width: 0;
}
.modal-name .submit.shinesubmit {
background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #288eff 75.52%, rgba(100, 181, 239, 0) 100%); background-repeat: no-repeat;
animation: bg-shinesubmit linear 5s infinite;
}
@-webkit-keyframes bg-shinesubmit {
0% { background-position: -500px 0; }
100% { background-position: 1000px 0; }
}
@keyframes bg-shinesubmit {
0% { background-position: -500px 0; }
100% { background-position: 1000px 0; }
}
.modal-name .close-name {
font-size: 0.9rem;
font-weight: 400;
text-align: center;
margin-right: 10px;
width: 100%;
background: #f4f4f4;
color: #007aff;
padding: 0.7rem;
border-radius: 5px;
margin-top: 0.5rem;
margin-bottom: 1.5rem;
outline-color: transparent;
outline-width: 0;
}
.modal-name .modal-name-header {
border-radius: 15px 15px 0px 0px;
text-align: center;
padding: 15px 10px;
background-color: #fff;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);;
}
.modal-name .modal-name-body {
overflow: auto;
width: 100%;
height: 100%;
padding: 14px 16px;
}
.modal-name .modal-name-header #logo_sibjo{
width: 140px;
height: auto;
fill: #007aff;
}
.modal-name .modal-name-content label {
font-weight: bold;
color: #000000;
font-size: 0.9rem;
margin-bottom: 0.5rem;
}
.modal-name input[type="text"]{
text-align: start !important;
unicode-bidi: plaintext !important;
font-weight: bold;
color: #000000;
font-size: 0.9rem;
width: 100%;
background: #ffffff;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 1rem;
border-radius: 5px;
margin-top: 0.5rem;
margin-bottom: 1.5rem;
outline-color: transparent;
outline-width: 0; }

.newupdated{
z-index: 10000000; 
display: flex;
flex-direction: row;
align-content: flex-start;
align-items: center;
-webkit-font-smoothing: antialiased;
font-size: 0.9rem;
font-weight: bold;
top: 20px;
right: 20px;
padding: 10px 10px;
border-radius: 5px;
width: 80%;
position: absolute;
background: #1c93e3;
color: #fff;
}
.newupdated span{
padding-left: 10px;
font-size: 20px;
color: #fff;
}
.newupdated.shineupdated {
background-image: linear-gradient(270deg, rgba(100, 181, 239, 0) 48.44%, #64b5ef 75.52%, rgba(100, 181, 239, 0) 100%); background-repeat: no-repeat;
animation: bg-shineupdated linear 5s infinite;
}
@-webkit-keyframes bg-shineupdated {
0% { background-position: -500px 0; }
100% { background-position: 1000px 0; }
}
@keyframes bg-shineupdated {
0% { background-position: -500px 0; }
100% { background-position: 1000px 0; }
}

@-webkit-keyframes slideIns3b {
from {bottom: -300px; opacity: 0} 
to {bottom: 0; opacity: 1}
}
@keyframes slideIns3b {
from {bottom: -300px; opacity: 0}
to {bottom: 0; opacity: 1}
}
@-webkit-keyframes fadeIns3b {
from {opacity: 0} 
to {opacity: 1}
}
@keyframes fadeIns3b {
from {opacity: 0} 
to {opacity: 1}
}
.panel-spinner {
border: 1px solid var(--background-input-active);
background: var(--background-input);
padding: 1rem;
border-radius: 10px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.panel-spinner span {
display: block;
width: 30px;
height: 30px;
border: 3px solid transparent;
border-radius: 50%;
border-right-color: #007aff;
animation: panel-spinner-anim 0.8s linear infinite;}
@keyframes panel-spinner-anim {
from {
transform: rotate(0);
}
to {
transform: rotate(360deg);
}
}

.logout{
font-family: IRANYekanX;
display: flex;
flex-direction: row;
align-content: flex-start;
align-items: center;
padding: 1rem 0rem;
border-radius: 5px;
margin-top: 0.5rem;
}
.logout button{
font-family: IRANYekanX;
display: flex;
flex-direction: row;
align-content: flex-start;
align-items: center;
}
.logout svg{
width: 25px;
height: auto;
fill:#D8000C;;
}
.logout span{
color: #D8000C;
font-size: 14px;
font-weight: bold;
margin-right: 10px;
}
.logout .left{
margin-right: auto;
}
.logout .left #spinner_sibjo{
width: 20px;
height: 20px;
}
#spinner_sibjo{
width: 25px;
height: 25px;
background: url('https://sibjo.ir/image/loading-spinner.svg');
background-repeat: no-repeat;
}

:root {
--background-input: #F7F7F7;
--mycomment-reply: #EBEFF2;
--mycomment-border-bottom: #ddd;
}