/* استایل پایه برای تم */
:root {
    --bg-color: #ffffff;
    --text-color: #333333;
    --panel-bg: #f8f9fa;
}
[data-theme="dark"] #Panel-Main-Menu > .inside > .first::after{
    transition: background-color 0.3s ease;
    background-color: #1e1e1e !important;
}
[data-theme="dark"]  .product-empty p{
    color: #cecece;
}
[data-theme="dark"] {
    --bg-color: #1e1e1e;
    --text-color: #f0f0f0;
    --panel-bg: #2a2a2a;
}
[data-theme="dark"] #Panel-Main-Content .answer h2,
[data-theme="dark"] #Panel-Main-Content .answer span
{
    color: white !important;
}
[data-theme="dark"] #toastMessage,
[data-theme="dark"] .ticketchat h2,
[data-theme="dark"] .noevent p
{
    color: #535353;
}
[data-theme="dark"] #Panel-Main-Content .downloads .downloads-container .orderbody span,
[data-theme="dark"] #Panel-Main-Content .tickets p{
    color: #B5B5B5;
}
[data-theme="dark"] #Panel-Main-Content .ticketchat
{
    background: none;
}
[data-theme="dark"] #Panel-Main-Content .options li:hover
{
    background-color: #646363;
}
[data-theme="dark"] #Panel-Main-Content .inputlabel input,
[data-theme="dark"] #Panel-Main-Content .select-box,
[data-theme="dark"] #Panel-Main-Content .inputlabel textarea,
[data-theme="dark"] #Panel-Main-Content .options,
[data-theme="dark"] .modal-content,
[data-theme="dark"] #Panel-Main-Content .inputlabel span
{
    background: #4a4a4a;
    color: white;
    border: 1px solid #ffffff4d;
}
[data-theme="dark"]  #Panel-Main-Content .address .addressslice{
    background: #F7F7F71C  !important;
}
#Panel-Main-Content > .menunav > .end > .first > .sun > i{
    mask-image: url('../svg/moon-zzz-svgrepo-com.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #A5A5A5;
}
[data-theme="dark"] #Panel-Main-Content > .menunav > .end > .first > .sun > i{
    mask-image: url('../svg/Sun.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #A5A5A5;
}

body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: background-color 0.3s ease, color 0.3s ease;
}
[data-theme="dark"] #Panel-Main-Menu > .inside > .end{
    background: #1e1e1e !important;
}

[data-theme="dark"] #Panel-Main-Content > .panel-part3 > .one > .bestproduct,
[data-theme="dark"] #Panel-Main-Content > .panel-part3 > .two > .favorits,
[data-theme="dark"] #Panel-Main-Content > .panel-part2
{
    background: white !important;
}
[data-theme="dark"] #Panel-Main-Content .favoslice .top .info a,
[data-theme="dark"] #Panel-Main-Content .mytickets .head ul li ,
[data-theme="dark"] #Panel-Main-Content .bankaccount .bankaccountslice .title h4,
[data-theme="dark"] #Panel-Main-Content .events h4
{
    color: #fff !important; /* سفید */
}
[data-theme="dark"] #Panel-Main-Content > .panel-part3 > .two > .favorits > .first > p,
[data-theme="dark"] #Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > p,
[data-theme="dark"] #Panel-Main-Content > .panel-part2 > .first > p
{
    color: black !important;
}
/*اتمام حالت شب و روز*/

body{
    margin: 0 auto;
    direction: rtl;
}
a{
    text-decoration: none;
}
#Panel-Main{
    display: flex;
}

/* right menu start */
#Panel-Main-Menu{
    z-index: 999;
}
#Panel-Main-Menu > .inside > .first > .title{
    font-family: PinarFD;
    font-weight: 800;
    color: white;
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
}
#Panel-Main-Menu > .inside > .first > .p-photo  .profile-img{
    border: 0px solid transparent;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 0, 0, 0));
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer;
}
#Panel-Main-Menu > .inside > .first > .p-photo{
    position: relative;
}
#Panel-Main-Menu > .inside > .first > .name > p{
    font-family: YekanBFNReg;
    color: white;
    margin: 10px 0 0 0;
    font-weight: 600;
    line-height: 27.9px;
    font-size: 18px;
}
#Panel-Main-Menu > .inside > .first > .phone-number > h6{
    color: white;
}
#Panel-Main-Menu > .inside > .first > .p-photo::before{
    content: " ";
    background-image: url('../../assests/svg/p-photoback.svg');
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    top: -8px;
    right: 5px;
}

#Panel-Main-Menu > .inside > .first > .p-photo::after{
    content: " ";
    background-image: url('../../assests/svg/Camera.svg');
    width: 18px;
    height: 18px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
#Panel-Main-Menu > .inside > .first{
    position: relative;
    display: flex;
    height: 250px;
    width: 97%;
    background-color: #FF9D00;
    background-image: url('../../assests/img/pattern.png');
    background-repeat: no-repeat;
    background-size: contain;
    border-left: 1px solid #FF9D00;
    background-position: right;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#Panel-Main-Menu > .inside > .first::after{
        content: " ";
        width: 23px;
        height: 93px;
        background-size: contain;
        background-image: url('../../assests/img/menu-bg.png');
        position: absolute;
        left: -1px;
        background-repeat: no-repeat;
        top: 30px;
        background-color: white; /* اضافه کردن رنگ پسزمینه سفید */
        transition: background-color 0.3s ease; 
}
#Panel-Main-Menu > .inside > .end{
    width: 97%;
    min-height: 300px;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-radius: 0 0 0 20px;
    background: white;
}
#Panel-Main-Menu > .inside > .end > ul{
    list-style: none;
    padding: 10px 15px;
}
#Panel-Main-Menu > .inside > .end > ul > li{
    font-family: YekanBFNReg;
    font-weight: 400;
    font-size: 16px;
    height: 45px;
    padding: 0 15px 0 0;
    margin: 0 0 10px 0;
    position: relative;
    transition: background-color 0.5s ease, border-radius 0.5s ease, transform 0.5s ease; /* انیمیشن برای تغییرات مختلف */
}

#Panel-Main-Menu > .inside > .end > ul > li.active > a > i{
    background-color: #FF9D00;
}
#Panel-Main-Menu > .inside > .end > ul > li.active > a {
    color: #FF9D00;
}

#Panel-Main-Menu > .inside > .end > ul > li.active{
    background-color: #F9F9F9;
    border-radius: 22px;
    transform: scale(1.02); /* بزرگ‌کردن آیتم هنگام هاور */
}

#Panel-Main-Menu > .inside > .end > ul > li:hover{
    background-color: #F9F9F9;
    border-radius: 22px;
    transform: scale(1.02); /* بزرگ‌کردن آیتم هنگام هاور */
}
#Panel-Main-Menu > .inside > .end > ul > li:hover > a{
    color: #FF9D00;
    transition: color 0.8s ease; /* انیمیشن برای تغییرات مختلف */
}
#Panel-Main-Menu > .inside > .end > ul > li:hover > a > i{
    background-color: #FF9D00;
    transition: background-color 0.8s ease; /* انیمیشن برای تغییرات مختلف */
}
#Panel-Main-Menu > .inside > .end > ul > li.list:not(:last-child)::after{
    content: " ";
    width: 88%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    bottom: -5px;
}
#Panel-Main-Menu > .inside > .end > ul > li > a{
    font-family: YekanBFNReg;
    font-weight: 400;
    font-size: 16px;
    height: 45px;
    color: #A0A0A0;
    display: flex;
    align-content: center;
    align-items: center;
}
#Panel-Main-Menu > .inside > .end > ul > li > a > i{
    display: inline-block;
    width: 16px;
    height: 21px;
    background-color: #A0A0A0;
    mask-repeat: no-repeat;
    margin-left: 10px;
    mask-position-x: center;
}
/* content start */
/* menunav start */
#Panel-Main-Content > .menunav{
    height: 64px;
    width: 98%;
    margin: 20px auto;
    border-radius: 48px;
    box-shadow: 0px 4px 16px #14141414;
    display: flex;
    padding: 0 20px;
    justify-content: space-between;
    background: #ffffff96;
}
#Panel-Main-Content > .menunav > .first{
    display: flex;
    align-items: center;
}
#Panel-Main-Content > .menunav > .first > .input > .searchform > button{
    background: none;
    border: 0;
}
#Panel-Main-Content > .menunav > .first > .input > .searchform > button > i{
    background: url(../svg/search.svg) no-repeat;
    display: flex;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 18px;
    top: 10px;
}
#Panel-Main-Content > .menunav > .first > .input > .searchform > input{
    margin: 0;
    font-family: YekanBFNReg;
    font-size: 14px;
    line-height: 21.7px;
    color: #B5B5B5;
    width: 55%;
    height: 40px;
    background: #F7F7F7CC;
    border: 0;
    border-radius: 48px;
    padding: 0 55px 0 20px;
}
#Panel-Main-Content > .menunav > .first > .input {
    position: relative;
}

#Panel-Main-Content > .menunav > .first > .input::after{
    content: " ";
    position: absolute;
    font-size: 29px;
    border-right: 1px solid;
    width: 1px;
    height: 20px;
    color: #CECECE;
    display: block;
    top: 10px;
    right: 45px;
}
#Panel-Main-Content > .menunav > .end{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#Panel-Main-Content > .menunav > .end > .first{
    display: flex;
    justify-content: space-around;
}
#Panel-Main-Content > .menunav > .end > .end{
    display: flex;
    justify-content: end;
}
#Panel-Main-Content > .menunav  .end  .first  .order{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #F9F9F9;
    border-radius: 30px;
    position: relative;
}
#Panel-Main-Content > .menunav  .end  .first  .order span{
    position: absolute;
    top: 5px;
    right: 5px;
    width: 7px;
    height: 7px;
    border-radius:30px;
    background:#ff9d00;
}
#Panel-Main-Content > .menunav  .end  .first  .order > i{
    background: url(../svg/Cart\ Large.svg) no-repeat center;
    width: 21px;
    height: 21px;
    display: flex;
    background-size: contain;
}
#Panel-Main-Content > .menunav > .end > .first > .lang{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #F9F9F9;
    border-radius: 30px;
    color: #A5A5A5;
    font-family: YekanBFNReg;
    font-weight: 600;
}
#Panel-Main-Content > .menunav > .end > .first > .sun{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background: #F9F9F9;
    border-radius: 30px;
}
.togglenightmode {
    cursor: pointer;
}
#Panel-Main-Content > .menunav > .end > .first > .sun > i{
    width: 21px;
    height: 21px;
    display: flex;
}
#Panel-Main-Content > .menunav .btn-group  button{
    background: #FF9D00;
    display: flex;
    border-radius: 40px;
    color: white;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    width: 147px;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    border: none;
}
#Panel-Main-Content > .menunav  .btn-group  img{
    border: 0px solid transparent;
  border-radius: 40px;
  padding: 2px;
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 0, 0, 0));
  -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0) 100%);
  mask-image: radial-gradient(circle, rgba(0, 0, 0, 1) 100%, rgba(0, 0, 0, 0) 100%);
}
#Panel-Main-Content > .menunav ul.dropdown-menu {
    min-width: 220px !important;
    padding: 10px 5px 10px 10px !important;
    border-radius: 16px !important;
    border: none !important;
    box-shadow: rgba(20, 20, 20, 0.08) 0px 4px 16px !important;
}
#Panel-Main-Content > .menunav ul.dropdown-menu span{
    color: #FF9D00;
}
#Panel-Main-Content > .menunav ul.dropdown-menu a:hover{
    background: #ff9d0014;
}
#Panel-Main-Content > .menunav ul.dropdown-menu a{
    display: flex;
    padding: 7px 0;
}
#Panel-Main-Content > .menunav ul.dropdown-menu p{
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #A0A0A0;
}
#Panel-Main-Content > .menunav ul.dropdown-menu i{
    display: inline-block;
    width: 18px;
    background: #A0A0A0;
    height: 18px;
    margin-left: 6px;
}
#Panel-Main-Content > .menunav ul.dropdown-menu .wallet{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DFDFDF;
}
/* notif start */
#Panel-Main-Content > .notif{
    min-height: 64px;
    width: 98%;
    margin: 20px auto;
    border-radius: 48px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    font-size: 16px;
}
#Panel-Main-Content > .notif > p{
    margin: 0;
}
#Panel-Main-Content > .notif > img{
    margin: 0 5px;
}
#Panel-Main-Content > .notif.notif-success{
    background: #9BFE8429;
    color: #A4CA7B;
}
#Panel-Main-Content > .notif.notif-warning{
    background:#FEBD8429;
      color: #CA8E7B;    
}
#Panel-Main-Content > .notif.notif-error{
    background:#FE848429;
  color: #CA7B7B;

}

/* part 1 main */
#Panel-Main-Content > .panel-part1{
    display: flex;
    width: 98%;
    margin: 20px auto;
    flex-wrap: wrap;
}
#Panel-Main-Content > .panel-part1 > .img-panel{
    margin-bottom:10px ;
}
#Panel-Main-Content > .panel-part1 > .img-panel > a{
    display: flex;
    justify-content: center;
}
#Panel-Main-Content > .panel-part1 > .img-panel > a > img{
    width: 100%;
    border-radius: 16px;
}
#Panel-Main-Content > .panel-part1  .subtrack{
    display: flex;
    padding: 25px 19px;
    background: url('../svg/Subtract.svg') no-repeat center;
    background-size: auto;
    height: 155px;
    background-size: contain;
    position: relative;
    margin: 0 auto;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span.shopping{
    background: url('../svg/shopping.svg') no-repeat center;
    background-size: contain;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span.allorders{
    background: url('../svg/allorders.svg') no-repeat center;
    background-size: contain;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span.noworders{
    background: url('../svg/noworders.svg') no-repeat center;
    background-size: contain;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span.backorders{
    background: url('../svg/backorders.svg') no-repeat center;
    background-size: contain;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span{
    background-size: auto;
    width: 50px;
    height: 56px;
    display: inline-block;
    position: relative;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right > span::before{
    content: " ";
    background-image: url('../../assests/svg/order-b-p.svg');
    width: 50px;
    height: 50px;
    position: absolute;
    background-repeat: no-repeat;
    right: -15px;
    bottom: -10px;
    background-size: contain;
    opacity: 0.7;
}
#Panel-Main-Content > .panel-part1  .subtrack > .right{
    display: flex;
    justify-content: center;
    align-items: center;
}
#Panel-Main-Content > .panel-part1  .subtrack > .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#Panel-Main-Content > .panel-part1  .subtrack > .left > p{
    font-family: YekanBFNReg;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #333333;
}
#Panel-Main-Content > .panel-part1  .subtrack > .left > span{
    font-family: YekanBFNReg;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #B5B5B5;
}
#Panel-Main-Content > .panel-part1  .subtrack::after{
    content: " ";
    background: url('../svg/Subtract2.svg') no-repeat center;
    position: absolute;
    width: 103%;
    height: 155px;
    right: 0px;
    background-size: contain;
    bottom: 0px;
}
#Panel-Main-Content > .panel-part1 > .info-panel{
    display: flex;
    flex-wrap: wrap;
}

/* part 2 main */
#Panel-Main-Content > .panel-part2{
    border: 1px solid #DFDFDF;
    width: 98%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
    padding: 20px 20px;
    overflow: hidden;
}
#Panel-Main-Content > .panel-part2 > .first{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#Panel-Main-Content > .panel-part2 > .first > p{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    font-family: YekanBFNReg;
}
#Panel-Main-Content > .panel-part2 > .first > .ring{
    background: url('../svg/ring.svg') no-repeat center;
    background-size: contain;
    width: 16.5px;
    height: 18px;
}
#Panel-Main-Content > .panel-part2 > .first > .line{
    display: inline-block;
    height: 1px;
    background: #DFDFDF;
}
#Panel-Main-Content > .panel-part2 > .first > a{
    background: #FF9D00;
    color: white;
    padding: 10px 13px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 48px;
}
#Panel-Main-Content > .panel-part2 > .end > .main-notification{
    background: #F7F7F7CC;
    color: white;
    padding: 20px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 14px;
    margin: 10px 0;
}
#Panel-Main-Content > .panel-part2 > .end > .main-notification > .first{
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content > .panel-part2 > .end > .main-notification > .first  > .title > p{
    font-family: YekanBFNReg;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    margin: 0;
    text-align: right;
}
#Panel-Main-Content > .panel-part2 > .end > .main-notification > .first  > .date > p{
    font-family: YekanBFNReg;
    color: #A0A0A0;
    font-weight: 400;
    font-size: 16px;
    line-height: 28.8px;
    margin: 0;
    text-align: left;
}
#Panel-Main-Content > .panel-part2 > .end > .main-notification > .end > p{
    font-family: YekanBFNReg;
    color: #A0A0A0;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    margin: 0;
    text-align: right;
}
#Panel-Main-Content > .panel-part2 > .first > .user{
    background: url('../svg/UserRounded.svg') no-repeat center;
    background-size: contain;
    width: 24.5px;
    height: 26px;
}

#Panel-Main-Content  .inputlabel > input[readonly] {
    cursor: not-allowed;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.namespan{
    right: 132px;
    top: 8px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.phonespan{
    right: 105px;
    top: 8px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.datespan{
    right: 71px;
    top: 8px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.cityspan{
    right: 52px;
    top: 8px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.codemellispan{
    right: 62px;
    top: 8px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel > span.emailspan{
    right: 58px;
    top: 8px;
}

#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.nameinput{
    padding: 2px 150px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.phonenput{
    padding: 2px 110px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.dateinput{
    padding: 2px 80px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.cityinput{
    padding: 2px 60px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.codemelliinput{
    padding: 2px 70px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end > .inputlabel >  input.emailinput{
    padding: 2px 70px 2px 15px;
}
#Panel-Main-Content > .panel-part2 > .end.inputinfo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/* part3 main */

#Panel-Main-Content > .panel-part3  {
    width: 98%;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Panel-Main-Content > .panel-part3 > .one {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct{
    width: 99%;
    border: 1px solid #DFDFDF;
    padding: 20px;
    border-radius: 16px;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > a{
    background: #FF9D00;
    color: white;
    padding: 9px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 48px;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > .betsp{
    background: url('../svg/bestproducts.svg') no-repeat center;
    background-size: contain;
    width: 24.5px;
    height: 26px;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > .latest{
    background: url('../svg/Box\ Minimalistic.svg') no-repeat center;
    background-size: contain;
    width: 24.5px;
    height: 26px;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > p{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    font-family: YekanBFNReg;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .first > .line{
    display: inline-block;
    height: 1px;
    background: #DFDFDF;
}
#Panel-Main-Content > .panel-part3 > .one > .bestproduct > .secound thead th{
    color: #8C8C8C;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

#Panel-Main-Content > .panel-part3 > .two {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits{
    width: 99%;
    border: 1px solid #DFDFDF;
    padding: 20px;
    border-radius: 16px;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits > .first{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits > .first > a{
    background: #FF9D00;
    color: white;
    padding: 9px 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    border-radius: 48px;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits > .first > p{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    font-family: YekanBFNReg;
}

#Panel-Main-Content > .panel-part3 > .two > .favorits > .first > .favo{
    background: url('../svg/favorite.svg') no-repeat center;
    background-size: contain;
    width: 24.5px;
    height: 26px;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits > .first > .blogs{
    background: url('../svg/Notes.svg') no-repeat center;
    background-size: contain;
    width: 24.5px;
    height: 26px;
}
#Panel-Main-Content > .panel-part3 > .two > .favorits > .first > .line{
    display: inline-block;
    height: 1px;
    background: #DFDFDF;
}

/* navar pishraft */
#Panel-Main-Content div.navpishraft{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#Panel-Main-Content div.navpishraft > div.navar{
    height: 7px;
    background: #E8E8E8;
    border-radius: 16px;
    margin: 0 0 0 7px;
    overflow: hidden;
}
#Panel-Main-Content div.navpishraft > div.navar > div.pishraft{
    height: 100%;
    width: 80%;
    background: #FF9D00;
    border-radius: 16px;
}
#Panel-Main-Content div.navpishraft span.darsad{
    line-height: 24px;
    color: #B5B5B5;
    font-size: 14px;
}
#Panel-Main-Content a.tb-buy-button{
    display: flex;
    color: #8C8C8C;
    font-size: 14px;
    line-height: 18px;
}
#Panel-Main-Content a.tb-buy-button:hover{
    color: #FF9D00;
    transition: color 0.8s ease;
}
#Panel-Main-Content a.tb-buy-button:hover > span{
    background-color: #FF9D00;
    transition: background-color 0.8s ease;
}
#Panel-Main-Content a.tb-buy-button > span{
    mask-image: url('../svg/baskettb.svg');
    width: 20px;
    height: 17px;
    background-color: #A0A0A0;
    mask-repeat: no-repeat;
    margin-left: 3px;
    mask-position-x: center;
    mask-size: contain;
}
#Panel-Main-Content div.productnametb{
    position: relative;
}
#Panel-Main-Content div.productnametb::after{
    content: " ";
    position: absolute;
    background-image: url('../../assests/svg/order-b-p.svg');
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    top: 3px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content div.productnametb > a{
    display: flex;
    align-items: center;
}
#Panel-Main-Content div.productnametb > a > p{
    margin: 0;
    color: #B5B5B5;
    font-size: 14px;
    line-height: 30px;
}
#Panel-Main-Content div.productnametb > a > img{
    margin: 0 0 0 10px;
    border-radius: 400px;
    z-index: 2;
}
#Panel-Main-Content table td {
    vertical-align: middle;
    text-align: center;
}
#Panel-Main-Content .slider-panel{
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    cursor: grab;
}

#Panel-Main-Content .slider-panel .productslice{
    background: url('../svg/substrack-product.svg') center no-repeat;
    background-size: auto;
    background-size: contain;
    width: 256px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 15px;
    margin: 3px 10px;
    position: relative;
    height: 310px;
    justify-content: center;
}
#Panel-Main-Content .slider-panel .productslice::after{
    position: absolute;
    content: " ";
    background: url('../svg/substrack-product2.svg') no-repeat center;
      background-size: auto;
    width: 300px;
    height: 310px;
    background-size: contain;
    left: -29px;
    top: -11px;
}
#Panel-Main-Content .slider-panel .productslice .name{
    z-index: 900;
}
#Panel-Main-Content .slider-panel .productslice .name > a{
    color: #000;
}
#Panel-Main-Content .slider-panel .productslice .price {
    display: flex;
    flex-direction: row;
    margin: 8px auto;
    min-height: 52px;
}
#Panel-Main-Content .slider-panel .productslice .price  p{
    margin: 0;
}
#Panel-Main-Content .slider-panel .productslice .price  p.offprice{
    color: #CECECE;
    text-decoration: line-through;
    margin-left: 7px;
}
#Panel-Main-Content .slider-panel .productslice .price  span.offer{
    font-weight: 700;
    color: #FFF;
    background: #FF9D00;
    border-radius: 14px 0 14px 14px;
    padding: 1px 4px;
    font-size: 15px;
}
#Panel-Main-Content .slider-panel .productslice .price  p.activeprice{
    color: #FF9D00;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > button.button-add{
    background: none;
    border-radius: 8px;
    border: 0.5px solid #A0A0A0;
    padding: 8px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: border 0.8s ease;
    z-index: 900;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > button.button-add:hover{
    border: 0.5px solid #FF9D00;
    transition: border 0.8s ease;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > button.button-add:active{
    background-color: #FF9D00;
    transition: background-color 0.8s ease;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > button.button-add:active > i.basket-pruduct{
    background-color: white !important;
    transition: background-color 0.8s ease;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > button.button-add:hover > i.basket-pruduct{
    background-color: #FF9D00 ;
    transition: background-color 0.8s ease;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left{
    display: flex;
    justify-content: flex-end;
}
#Panel-Main-Content .slider-panel .productslice .price  > .left > .button-add > i.basket-pruduct{
    mask-image: url('../svg/basket-product.svg');
    width: 30px;
    height: 26px;
    background-color: #A0A0A0;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-size: contain;
    display: inline-block;
    transition: background-color 0.8s ease;

}
#Panel-Main-Content .article-slide  {
    display: flex;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    cursor: grab;
}
#Panel-Main-Content .article-slide .articleslice {
    border: 0.5px solid #e3e3e3;
    border-radius: 20px;
    padding: 19px 11px;
    display: flex;
    flex-direction: column;
    margin: 20px 8px;
    transition: box-shadow 0.3s ease;
    width: 270px;
}
#Panel-Main-Content .article-slide .articleslice .image{
    margin: 10px 0px;
}
#Panel-Main-Content .article-slide .articleslice .image img{
    border-radius: 13px;
}
#Panel-Main-Content .article-slide .articleslice .name  i{
    background: url('../svg/archive-add.svg') no-repeat center;
    background-size: auto;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-size: contain;
}
#Panel-Main-Content .article-slide .articleslice .name  a{
    display: flex;
    align-items: center;
    margin: 7px 0px;
}
#Panel-Main-Content .article-slide .articleslice .name  span{
    color: #B3B3B3B2;
    margin: 0px 5px;
}
#Panel-Main-Content .article-slide .articleslice .name  h5{
    color: #414141;
}
#Panel-Main-Content .article-slide .articleslice .detail  p{
    color: #ABABAB;
    text-align: justify;
}
#Panel-Main-Content .panel-part3 .secound.sliding {
    overflow: hidden;
    border-left: 1px solid #DFDFDF;
    box-shadow: 5px 0px 6px -2px rgba(0, 0, 0, 0.12) inset, 0px 0px 14px -3px rgb(255, 255, 255) inset;
    border-radius: 10px;
}

/* wallet start */
#Panel-Main-Content > .wallet{
    display: flex;
    width: 98%;
    margin: 0 auto;
    flex-wrap: wrap;
}
#Panel-Main-Content > .wallet > .ballance > .first {
    background: white;
    width: 98%;
    border: 1px solid #DFDFDF;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
}

#Panel-Main-Content > .wallet > .ballance  .icon > div div{
    mask-image: url('../svg/walleticon.svg');
    width: 91px;
    height: 67px;
    background-color: #A0A0A0;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-size: contain;
    display: inline-block;
    z-index: 2;
    position: relative;
}
#Panel-Main-Content > .wallet > .ballance  .icon > div{
    width: 91px;
    height: 67px;
    position: relative;
}
#Panel-Main-Content > .wallet > .ballance  .icon > div div.active{
    background-color: #FF9D00 !important;
}

#Panel-Main-Content > .wallet > .ballance{
    display: flex;
    flex-direction: column;
}
#Panel-Main-Content > .wallet > .ballance  .icon > div::after{
    content: " ";
    background: url('../svg/wallet-pb.svg') no-repeat center;
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: contain;
    bottom: -10px;
    right: -9px;
}
#Panel-Main-Content > .wallet > .ballance  .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#Panel-Main-Content > .wallet > .ballance  .showbalance{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
#Panel-Main-Content > .wallet > .ballance  .showbalance strong{
    color: #333333;
    margin: 0px 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
#Panel-Main-Content > .wallet > .ballance   .showbalance p{
    color: #333333;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}
#Panel-Main-Content > .wallet > .ballance  .text{
    display: flex;
    justify-content: center;
    align-items: center;
}
#Panel-Main-Content > .wallet > .ballance   .text p{
    margin: 0;
    color: #B5B5B5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#Panel-Main-Content > .wallet > .charge{
    display: flex;
    justify-content: flex-end;
}
#Panel-Main-Content > .wallet > .charge > .first {
    background: white;
    width: 98%;
    border: 1px solid #DFDFDF;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    padding: 15px 15px;
}
#Panel-Main-Content > .wallet > .charge > .first > .title h4{
    color: #333333;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 24px !important;
}
#Panel-Main-Content > .wallet > .charge > .first > .text{
    margin-bottom: 15px;
}
#Panel-Main-Content > .wallet > .charge > .first > .input{
    margin-bottom: 15px;
}
#Panel-Main-Content > .wallet > .charge > .first > .title{
    margin-bottom: 15px;
}
#Panel-Main-Content > .wallet > .charge > .first > .text p{
    margin: 0;
    color: #B5B5B5;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
#Panel-Main-Content > .wallet > .charge > .first > .input{
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content > .wallet > .charge > .first > .input div{
    position: relative;
}
#Panel-Main-Content > .wallet > .charge > .first > .input div::after{
    position: absolute;
    content: " ";
    left: 70px;
    top: 10px;
    width: 2px;
    height: 20px;
    background: #D2D2D2F7;
}
#Panel-Main-Content > .wallet > .charge > .first > .input input{
    background: #F7F7F7CC;
    border: none;
    height: 40px;
    width: 100%;
    padding: 3px 15px 3px 80px;
    border-radius: 48px;
    color: #797979;
}
#Panel-Main-Content > .wallet > .charge > .first > .input span{
    position: absolute;
    left: 25px;
    font-size: 14px;
    color: #B5B5B5;
    line-height: 24px;
    top: 8px;
}
#Panel-Main-Content > .wallet > .charge > .first > .input button{
    background: #FF9D00;
    border: none;
    border-radius: 48px;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 17px;
    margin-right: 15px;
    height: 40px;
}
#Panel-Main-Content > .wallet > .charge > .first > .detail > p{
    font-size: 14px;
    color: #B5B5B5;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}
#Panel-Main-Content .account .accountcenter{
    width: 98%;
    margin: 0 auto;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 20px 15px;
    background: #ffffff8a;
}
#Panel-Main-Content .account .accountcenter .information{
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content   .inputlabel{
    position: relative;
    margin-bottom: 15px;
}
#Panel-Main-Content   .inputlabel label{
    color: #B5B5B5;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    top: 7px;
}
#Panel-Main-Content   .inputlabel input.nameinput{
    padding-right: 140px !important;
}
#Panel-Main-Content   .inputlabel input.phoneinput{
    padding-right: 110px !important;
}
#Panel-Main-Content   .inputlabel textarea{
    width: 99% !important;
    background: rgb(248, 248, 248);
    border: 0px;
    border-radius: 16px;
    overflow: hidden;
    height: 158px;
    padding: 5px 90px 5px 5px;
    min-height: 50px;
    color: #B5B5B5;
}
#Panel-Main-Content   .inputlabel input{
    width: 98%;
    height: 44px;
    border: none;
    background: #F7F7F7CC;
    border-radius: 48px;
    color: #A0A0A0;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    padding: 3px 85px 3px 6px;
}
#Panel-Main-Content   .inputlabel span{
    width: 2px;
    height: 30px;
    display: inline-block;
    position: absolute;
    background: #EEEEEEF7;
    right: 75px;
    top: 8px;
}
#Panel-Main-Content   .inputlabel span.namespan{
    right: 131px;
}
#Panel-Main-Content   .inputlabel span.phonespan{
    right: 100px;
}
#Panel-Main-Content .account .accountcenter .profile{
    width: 100%;
    min-height: 100px;
    background: #F7F7F7CC;
    margin: 0 0 15px 0;
    border-radius: 16px;
    padding: 10px;
    align-items: center;
    display: flex;
}
#Panel-Main-Content .account .accountcenter .profile img{
    border: 0px solid transparent;
    border-radius: 40px;
    padding: 2px;
    background: linear-gradient(to bottom, rgb(255, 157, 0), rgba(255, 0, 0, 0));
    -webkit-mask-image: radial-gradient(circle, rgba(255, 157, 0,1) 100%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(circle, rgb(255, 157, 0) 100%, rgba(0, 0, 0, 0) 100%);
    cursor: pointer;
}
#Panel-Main-Content .account .accountcenter .profile input{
    position: absolute;
    right: 0;
    width: 72px;
    height: 70px;
    border-radius: 45px;
    opacity: 0;
    cursor: pointer;
}
#Panel-Main-Content .account .accountcenter .profile .right div{
    position: relative;
}
#Panel-Main-Content .account .accountcenter .profile .right div::after{
    content: " ";
    mask-image: url('../../assests/svg/Camera.svg');
    background-color: #CECECE;
    width: 18px;
    height: 18px;
    position: absolute;
    mask-repeat: no-repeat;
    mask-position-x: center;
    mask-size: contain;
    bottom: 2px;
    right: 4px;
    cursor: pointer;  
}
#Panel-Main-Content .account .accountcenter .profile .left{
    padding-right: 15px;
}
#Panel-Main-Content .account .accountcenter .profile .left h6{
    color: #B5B5B5;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
#Panel-Main-Content .account .accountcenter .profile .left p{
    color: #A0A0A0;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    margin: 0;
}
#Panel-Main-Content .account .accountcenter .changebutton{
    display: flex;
    justify-content: flex-end;
}
#Panel-Main-Content .account .accountcenter .changebutton button{
    background: #FF9D00;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    padding: 5px 10px;
    border-radius: 48px;
}
#Panel-Main-Content .account .accountcenter .changephone h2 , #Panel-Main-Content .account .accountcenter .changepassword h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 15px;
}
#Panel-Main-Content .account .accountcenter .changephone div{
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content .account .accountcenter .changephone button{
    background: #FF9D00;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    padding: 5px 10px;
    border-radius: 48px;
    height: 44px;
}
#Panel-Main-Content .account .accountcenter .changepassword div{
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content .events{
    width: 98%;
    margin: 0 auto;
}
#Panel-Main-Content .events h4{
    color: #333333;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
}
#Panel-Main-Content .events .eventpack{
    position: relative;
    transition: height 5s ease;
    margin: 10px 0;
    padding: 15px 20px;
    border: 1px solid #DFDFDF;
    border-radius: 16px;  
}
#Panel-Main-Content .events .eventpack .line{
    height: 1px;
    width: 99%;
    background: #DFDFDF;
    margin: 20px auto;
    display: none;
}
#Panel-Main-Content .events .eventpack .content{
    display: none;
}
#Panel-Main-Content .events .eventpack .content p{
    margin: 10px 0;
    text-align: justify;
    font-size: 16px;
    color: #A1A1A1;
    line-height: 25.2px;
}
#Panel-Main-Content .events .eventpack::before{
    position: absolute;
    content: " ";
    right: -4px;
    width: 7px;
    height: 36px;
    background: #FF9D00;
    border-radius: 14px;
    top: 14px;
}
#Panel-Main-Content .events .eventpack .first p{
    color: #8C8C8C;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
#Panel-Main-Content .events .eventpack .button{
    text-align: left;
}
#Panel-Main-Content .events .eventpack .first{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Panel-Main-Content .events button{
    background: #FF9D00;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 25.2px;
    padding: 5px 10px;
    border-radius: 48px;
}
#Panel-Main-Content .tickets{
    width: 98%;
    margin: 0 auto;
}
#Panel-Main-Content .tickets .notickets{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;
}
#Panel-Main-Content .tickets .notickets .noticketicon{
    position: relative;
    background: url('../svg/tickets.svg') no-repeat center;
    background-size: contain;
    width: 155px;
    height: 155px;
}
#Panel-Main-Content .tickets p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 22px 0;
    color: #333;
}
#Panel-Main-Content .tickets .notickets .noticketicon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -5px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content .tickets .newticket{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    border: 1px solid #DFDFDF;
    padding: 20px;
    flex-wrap: wrap;
}
#Panel-Main-Content .tickets .newticket .sendbutton {
    display: flex;
    justify-content: end;
}
#Panel-Main-Content .tickets .newticket .sendbutton button{
    background: #FF9D00;
    border: none;
    border-radius: 48px;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 17px;
    margin-left: 15px;
    height: 40px;
}


#Panel-Main-Content  .ticketchat {
    background: #F9F9F9;
    width: 98%;
    margin: 0 auto;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    padding: 20px;
}
#Panel-Main-Content  .ticketchat .title h4{
    margin: 0 0 14px 0px;
}
#Panel-Main-Content  .ticketchat .title{
    border-bottom: 1px solid #DFDFDF;
}
#Panel-Main-Content .ticketchat .chat{
    display: flex;
    flex-direction: column;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}
#Panel-Main-Content .ticketchat .chat .question{
    background: white;
    border-radius: 26px;
    padding: 20px;
    display: flex;
    align-self: flex-start;
    flex-direction: column;
    margin: 0 0 10px 0;
}
#Panel-Main-Content .ticketchat .chat .question .two p{
    font-weight: 400;
    font-size: 16px;
    color: #A0A0A0;
    line-height: 26px;
    margin: 13px 0;
}
#Panel-Main-Content .ticketchat .chat .question .line{
    background: #DFDFDF;
    height: 1px;
}
#Panel-Main-Content .ticketchat .chat .question .three{
    display: flex;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
} 
#Panel-Main-Content .ticketchat .chat .question .three .first{
    display: flex;
    justify-content: start;
    align-items: center;
}
#Panel-Main-Content .ticketchat .chat .question .three .first p{
    background: #FF9D0029;
    height: 33px;
    display: flex;
    align-items: center;
    color: #FF9D00;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px;
    border-radius: 16px;
    margin: 0;
}
#Panel-Main-Content .ticketchat .chat .question .three .end{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
#Panel-Main-Content .ticketchat .chat .question .three .end p{
    margin: 0 6px 0 0;
    color: #CECECE;
}
#Panel-Main-Content .ticketchat .chat .question .three .end span{
    color: #333333;
    margin: 0px 4px 0 10px;
}
#Panel-Main-Content .answer{
    align-self: flex-end !important;
    background: #bbff7726 !important;
} 
#Panel-Main-Content .ticketchat .input{
    position: relative;
    margin: 10px 0 0 0;
}
#Panel-Main-Content .ticketchat .input::after{
    content: " ";
    width: 1px;
    height: 30px;
    position: absolute;
    background: #EEEEEEF7;
    right: 90px;
    top: 7px;
}
#Panel-Main-Content .ticketchat .input input{
    height: 44px;
    width: 100%;
    border-radius: 48px;
    border: 0;
    color: #B5B5B5;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    padding: 3px 100px 3px 10px;
}
#Panel-Main-Content .ticketchat .input button{
    position: absolute;
    background: url('../svg/send.svg') no-repeat center;
    width: 30px;
    background-size: contain;
    right: 15px;
    top: 6px;
    height: 30px;
    border: 0;
}
#Panel-Main-Content .ticketchat .input span#emojiButton{
    position: absolute;
    background: url('../svg/emojy.svg') no-repeat center;
    width: 30px;
    background-size: contain;
    right: 50px;
    top: 6px;
    height: 30px;
    border: 0;
    cursor: pointer;
}
/* emojy picker */
#Panel-Main-Content .emoji-picker {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 220px;
    flex-wrap: wrap;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
}
#Panel-Main-Content .emoji-picker.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
#Panel-Main-Content .emoji-picker span {
    cursor: pointer;
    font-size: 22px;
    padding: 5px;
    margin: 3px;
    transition: transform 0.2s ease-in-out;
}
#Panel-Main-Content .emoji-picker span:hover {
    transform: scale(1.2);
}
/* my tickets */
#Panel-Main-Content .mytickets .tickets-container{
    overflow: auto;
}
#Panel-Main-Content .mytickets{
    width: 98%;
    margin: 0 auto;
}
#Panel-Main-Content .mytickets .head{
    padding: 14px 7px;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    text-align: center;
    margin: 0 0 20px 0;
    min-width: 800px;
}
#Panel-Main-Content .mytickets .head ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}
#Panel-Main-Content .mytickets .head ul li{
    color: #8C8C8C;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}
#Panel-Main-Content .mytickets .head ul li.line{
    border-left: 1px solid #DFDFDF;
    padding: 5px 10px;
}
#Panel-Main-Content .mytickets .head ul p{
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
}
#Panel-Main-Content .mytickets .head ul p.close{
    background: #E1E1E1;
    color: #7D7D7DD6;
    border-radius: 16px;
}
#Panel-Main-Content .mytickets .head ul p.verify{
    background: #9BFE8429;
    color: #A4CA7B;
    border-radius: 16px;
}
#Panel-Main-Content .mytickets .head ul p.inprogress{
    color: #FF9D00;
    background: #FF9D0029;
    border-radius: 16px;
}
#Panel-Main-Content .mytickets .head ul a{
    padding: 7px 27px;
    background: #ff9d00;
    color: white;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 14px;
    cursor: pointer;
}
/* orders page */
#Panel-Main-Content .orders{
    width: 98%;
    margin: 0 auto;
}

#Panel-Main-Content .orders .noorders{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;

}
#Panel-Main-Content .orders .noordericon{
    position: relative;
    background: url('../svg/noorder.svg') no-repeat center;
    background-size: contain;
    width: 155px;
    height: 155px;
}
#Panel-Main-Content .orders .noorders .noordericon::before{
    position: absolute;
    content: " ";
    background: url('../svg/pencil.svg') no-repeat center;
    width: 100px;
    height: 100px;
    bottom: 28px;
    right: -20px;
    background-size: contain;
}
#Panel-Main-Content .orders .noorders .noordericon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -5px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content .orders .mytickets p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 22px 0;
    color: #333;
}
#Panel-Main-Content .orders.myorder{
    border: 1px solid #DFDFDF;
    padding: 20px;
    border-radius: 16px;
}
#Panel-Main-Content .orders .head{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#Panel-Main-Content .orders .head p{
    margin: 0;
    text-align: left;
    display: inline-block;
    background: #FF9D0029;
    padding: 5px 10px;
    border-radius: 16px;
    font-size: 14px;
    color: #FF9D00;
    font-weight: 400;
} 
#Panel-Main-Content .orders .head .end{
    text-align: left;
}
#Panel-Main-Content .orders .line{
    background: #DFDFDF;
    height: 1px;
    margin: 10px 0;
}

#Panel-Main-Content .orders .payinfo ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content .orders .tbhead ul,#Panel-Main-Content .orders .tbbody ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content .orders .tbhead li,#Panel-Main-Content .orders .tbbody li{
    padding: 20px;
    text-align: center;
}
#Panel-Main-Content .orders .tbbody{
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 10px;
    margin-bottom: 20px;
}
#Panel-Main-Content .orders .tbhead{
    background: #F9F9F9;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    color: #0C1B43;
    line-height: 30px;
    font-weight: 400;
}
#Panel-Main-Content .orders .payinfo ul{
    padding: 0;
}
#Panel-Main-Content .orders .payinfo ul li{
    padding: 5px 8px;
}
#Panel-Main-Content .orders .tbbody .total strong,#Panel-Main-Content .orders .payinfo .total strong{
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}
#Panel-Main-Content .orders .tbbody .total p,#Panel-Main-Content .orders .payinfo  p{
    margin: 0 5px;
    color: #A0A0A0;
    font-size: 16px;
    line-height: 30px;
}
#Panel-Main-Content .orders .tbbody .total,#Panel-Main-Content .orders .payinfo div,#Panel-Main-Content .orders .address{
    display: flex;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 15px 5px;
    align-items: center;
    flex-wrap: wrap;
}
/* bank account page */
#Panel-Main-Content .bankaccount{
    width: 98%;
    margin: 0 auto;
}
#Panel-Main-Content .bankaccount .nobankaccount{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;

}
#Panel-Main-Content .bankaccount .nobankaccounticon{
    position: relative;
    background: url('../svg/bank-account.svg') no-repeat center;
    background-size: contain;
    width: 155px;
    height: 155px;
}
#Panel-Main-Content .bankaccount .nobankaccount .nobankaccounticon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -5px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content .addbankacount button{
    margin: 0 !important;
}
#Panel-Main-Content .bankaccount .nobankaccount button,#Panel-Main-Content .modalfbutton button,#Panel-Main-Content .addbankacount button{
    margin: 22px 0;
    color: #FFF;
    background: #FF9D00;
    border-radius: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
}
#Panel-Main-Content .shabanum{
    display: flex;
    flex-direction: row-reverse;
    
}
#Panel-Main-Content .shabanum label{
    font-size: 31px;
    line-height: 30px;
    margin: 0 10px 0 0;
} 
#Panel-Main-Content .addbankacount{
    display: flex;
    background: #f8f8f8;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    border-radius: 26px;
}
#Panel-Main-Content .addbankacount .title h4{
    color: #737373;
}
#Panel-Main-Content .addbankacount .button{
    direction: ltr;
}
#Panel-Main-Content .bankaccount .bankaccountslice{
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    margin: 10px 0 5px 0;
}
#Panel-Main-Content .bankaccount .bankaccountslice .head{
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #DFDFDF;
    align-items: center;
}
#Panel-Main-Content .bankaccount .bankaccountslice .head .statusicon{
    text-align: center;
}
#Panel-Main-Content .bankaccount .bankaccountslice .head .statusicon i{
    mask-repeat: no-repeat !important;
    mask-position-x: center !important;
    mask-size: contain !important;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}
.statusicon-pending{
    mask-image: url('../svg/pending.svg')  !important;
    background-color: #FF9D00;
}
.statusicon-verify{
    mask-image: url('../svg/verify.svg')  !important;
    background-color: #10CA00;
}
.statusicon-dead{
    mask-image: url('../svg/cancel.svg')  !important;
    background-color: #D50202;
    width: 15px !important;
    height: 15px !important;
}
#Panel-Main-Content .bankaccount .bankaccountslice .head .delete{
    text-align: center;
}
#Panel-Main-Content .bankaccount .bankaccountslice .head .delete button{
    border-radius: 48px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    color: #ff9d00;
} 
#Panel-Main-Content .bankaccount .bankaccountslice .body{
    display: flex;
    padding: 20px 10px;
    flex-wrap: wrap;
}
#Panel-Main-Content .bankaccount .bankaccountslice .body div{
    display: flex;
    align-items: center;
}
#Panel-Main-Content .bankaccount .bankaccountslice .body p{
    margin: 0 0 0 6px;
    color: #7B7B7B;
}
#Panel-Main-Content .bankaccount .bankaccountslice .body strong{
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #B5B5B5;
}
#Panel-Main-Content .bankaccount .bankaccountslice .title h4{
    color: #00000075;
    font-size: 14px;
    font-weight: 600;
}
#Panel-Main-Content .offcodes{
    margin: 0 0 5px 0 !important;
}
#Panel-Main-Content .offhead li{
    color: #333 !important;
    font-weight: 600 !important;
}
/* favorits */
#Panel-Main-Content .favirits{
    width: 98%;
    margin: 0 auto;
}
#Panel-Main-Content .favirits .nofavorits{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;
}
#Panel-Main-Content .favirits .nofavorits .nofavoritsicon{
    position: relative;
    background: url('../svg/nofavorits.svg') no-repeat center;
    background-size: contain;
    width: 155px;
    height: 155px;
}
#Panel-Main-Content .favirits p{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin: 22px 0;
    color: #333;
}
#Panel-Main-Content .favirits .nofavorits .nofavoritsicon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -5px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content .myfavorits{
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
#Panel-Main-Content .favoslice{
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    padding: 20px;
}
#Panel-Main-Content .favoslice .top img{
    border-radius: 10px;
}
#Panel-Main-Content .favoslice .top{
    display: flex;
    align-items: center;
}
#Panel-Main-Content .favoslice .top .info{
    padding-right: 15px;
}
#Panel-Main-Content .favoslice .top .info a{
    margin-bottom: 12px;
    display: inline-block;
    color: #000;
    font-size: 14px;
}
#Panel-Main-Content .favoslice .top .info p{
    color: #8C8C8C;
    font-size: 14px;
    margin: 0;
}
#Panel-Main-Content .favoslice .line{
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    margin: 10px 0;
}
#Panel-Main-Content .favoslice .bottom{
    display: flex;
}
#Panel-Main-Content .favoslice .bottom .show a{
    color: #FF9D00;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
}
#Panel-Main-Content .favoslice .bottom .delete{
    text-align: left;
}
#Panel-Main-Content .favoslice .bottom .delete a{
    color: #CECECE;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
}
#Panel-Main-Content .deletfavo{
    display: inline-block;
    width: 10px;
    height: 10px;
    mask-image: url('../svg/cancel.svg')  !important;
    background-color: #B8B8B8;
    mask-repeat: no-repeat !important;
    mask-position-x: center !important;
    mask-size: contain !important;
}
#Panel-Main-Content .showfavo{
    display: inline-block;
    width: 17px;
    height: 20px;
    mask-image: url('../svg/show.svg') !important;
    background-color: #FF9D00;
    mask-repeat: no-repeat !important;
    mask-position-x: center !important;
    mask-size: contain !important;
    margin: 0 3px;
}
/* custom select */
#Panel-Main-Content .custom-select {
    position: relative;
    width: 98%;
}  
#Panel-Main-Content .select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 48px;
    cursor: pointer;
    background-color: #f9f9f9;
    padding: 7px 25px;
    transition: border-radius 0.3s ease;
}  
#Panel-Main-Content .select-box p {
    margin: 0 !important;
    color: #B5B5B5 !important;
    font-size: 14px !important;
}  
#Panel-Main-Content .select-box .arrow {
    font-size: 12px;
    transition: transform 0.3s ease;
}  
#Panel-Main-Content .options {
    position: absolute;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    z-index: 1000;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    border-radius: 0 0 16px 16px;
}  
#Panel-Main-Content .options li {
    padding: 10px;
    cursor: pointer;
}  
#Panel-Main-Content .options li:hover {
    background-color: #f0f0f0;
}  
#Panel-Main-Content .custom-select.open .select-box {
    border-radius: 16px 16px 0 0;
}  
#Panel-Main-Content .custom-select.open .options {
    max-height: 200px;
    opacity: 1;
    box-shadow: 0 6px 11px #41414114;
}  
#Panel-Main-Content .custom-select .arrow {
    background: url('../svg/downarrow.svg') no-repeat center;
    width: 15px;
    height: 10px;
    background-size: contain;
}  
#Panel-Main-Content .custom-select.open .arrow {
    transform: rotate(180deg);
}
  
/* استایل فیلد جستجو */
#Panel-Main-Content .search-box {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}
  
#Panel-Main-Content .search-input {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}
#Panel-Main-Content .address .invoicebtn{
    display: flex;
    justify-content: center;
}
#Panel-Main-Content .address{
    margin: 0 auto;
    width: 98%;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
}
#Panel-Main-Content .address .addressslice{
    background: #F7F7F724;
    padding: 20px;
    border-radius: 16px;
    margin: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#Panel-Main-Content .address .addressslice a{
    background: #FF9D00;
    border-radius: 40px;
    color: white;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
}
#Panel-Main-Content .address .addressslice h2{
    font-size: 18px;
    font-weight: 600;
}
#Panel-Main-Content .address .addressslice h4{
    color: #B5B5B5;
}
#Panel-Main-Content .address i.invoiceaddressicon{
    position: relative;
    background: url('../svg/invoiceaddress.svg') no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: inline-block;
}
#Panel-Main-Content .address i.invoiceaddressicon::after,#Panel-Main-Content .address i.locationaddressicon::after{
    content: " ";
    background-image: url('../../assests/svg/wallet-pb.svg');
    width: 60px;
    height: 60px;
    position: absolute;
    background-repeat: no-repeat;
    right: -5px;
    bottom: -10px;
    background-size: contain;
}
#Panel-Main-Content .address i.locationaddressicon{
    position: relative;
    background: url('../svg/location.svg') no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
    display: inline-block;
}
/* login page */
body.loginpage{
    display: flex;
    margin: 0;
    background: #FF9D00;
    position: relative;
    justify-content: center;
    min-height: 950px;
    align-items: center;
}
body.loginpage::before{
    content: " ";
    background: url('../img/pattern.png') no-repeat center;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
}
body.loginpage::after{
    content: " ";
    background: url('../img/pattern.png') no-repeat center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    rotate: 180deg;
}
body.loginpage .loginform{
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 10px;
    padding:30px;
}
body.loginpage .loginform h1{
    font-family: PinarFD;
    font-size: 36px;
    text-align: center;
    line-height: 64px;
}
body.loginpage .loginform h4{
    color: #A0A0A0;
    margin: 15px 0;
}
body.loginpage .loginform button{
    width: 100%;
    background: #FF9D00;
    border: none;
    color: #F9F9F9;
    border-radius: 48px;
    padding: 10px 0;
}
body.loginpage .phone-login-input{
    background: white !important;
    border: 1px solid #DFDFDF !important;
    padding-left: 15px !important;
    padding-right: 150px !important;

}
body.loginpage .orline{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}
body.loginpage .forgotorOAth{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
body.loginpage .forgotorOAth a i.lockpass{
    background: url('../svg/lockpass.svg') no-repeat center;
    
}
body.loginpage .forgotorOAth a i.password{
    background: url('../svg/Password.svg') no-repeat center;

}
body.loginpage .forgotorOAth a i{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 3px;
    background-size: contain;
}
body.loginpage .forgotorOAth a:hover{
    opacity: 0.8;
}
body.loginpage .forgotorOAth a{
    align-items: center;
    display: flex;
    padding: 15px 10px;
    background-color: #F9F9F9;
    color: #B5B5B5;
    font-size: 14px;
    border-radius: 48px;
}

body.loginpage .orline .one,body.loginpage .orline .two{
    height: 1px;
    background: #DFDFDF;
}
body.loginpage .orline span{
    text-align: center;
    color: #1A1A23;
}
body.loginpage .google-login{
    display: flex;
    justify-content: center;
}
body.loginpage .google-login a:hover{
    background: #f00;
    opacity: 0.1;
    color: white;
    transition: background 0.8s ease,opacity 0.8s ease,color 0.8s ease;
}
body.loginpage .google-login a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #B5B5B5;
    cursor: not-allowed;
    padding: 5px 20px;
    border-radius: 30px;
    opacity: 0.5;
    transition: background 0.8s ease,opacity 0.8s ease,color 0.8s ease;
}
body.loginpage .google-login i{
    background-color: #F9F9F9;
    display: inline-block;
    background-image: url('../svg/chrome.svg');
    padding: 14px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    margin-left: 10px;
    background-size: contain;
    border: 5px solid #F9F9F9;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.phone-login-span{
    right: 141px !important;
}
/* end login page */
i.dashboard{
    mask-image: url('../svg/Home.svg') !important;
}
i.wallet{
    mask-image: url('../svg/Wallet.svg') !important;
}
i.support{
    mask-image: url('../svg/support.svg') !important;
}
i.edit-account{
    mask-image: url('../svg/User.svg') !important;
}
i.bell{
    mask-image: url('../svg/Bell.svg') !important;
}
i.users{
    mask-image: url('../svg/users.svg') !important;
}
i.orders{
    mask-image: url('../svg/Orders.svg') !important;
}
i.default{
    mask-image: url('../svg/Orders.svg') ;
}
i.login{
    mask-image: url('../svg/login.svg') !important;
    width: 21px !important;
}
i.edit-address{
    mask-image: url('../svg/address.svg');
}
i.card{
    mask-image: url('../svg/Card.svg');
}
i.like{
    mask-image: url('../svg/like.svg');
}
i.offcode{
    mask-image: url('../svg/offcode.svg');
}
i.customer-logout{
    mask-image: url('../svg/Logout.svg');
}
i.download{
    mask-image: url('../svg/downloads.svg');
}
#Panel-Main-Content .events .noevent{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;

}
#Panel-Main-Content .events .noeventicon{
    position: relative;
}
#Panel-Main-Content .events .noeventicon div{
    mask-image: url('../svg/Bell.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #CECECE;
    width: 155px;
    height: 155px;
}
#Panel-Main-Content .events .noevent .noeventicon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -5px;
    right: -10px;
    background-size: contain;
}
#Panel-Main-Content .panel-part3 .secound.sliding.empty {
    box-shadow: 0 0 0 #fff0 !important;
    border-left: none !important;
    display: flex;
    justify-content: center;
    min-height: 300px;
    align-items: center;
}
#Panel-Main-Content .favorit-empty div{
    mask-image: url('../svg/nofavorite.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #CECECE;
    width: 120px;
    height: 120px;
    position: relative;
}
#Panel-Main-Content .product-empty div{
    mask-image: url('../svg/Box\ Minimalistic.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #CECECE;
    width: 155px;
    height: 155px;

}
#Panel-Main-Content .article-empty div{
    mask-image: url('../svg/Notes.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: #CECECE;
    width: 155px;
    height: 155px;

}
.article-empty{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.statuscomplete{
    color: orange;
    background: #FF9D0029;
    border-radius: 16px;
    padding: 2px 10px !important;
}
.http-error{
    width: 98%;
    margin: 0 auto;
    background: #db0b0b;
    border-radius: 15px;
}
.http-error .error-403{
    display: flex;
    flex-direction: row-reverse;
    min-height: 550px;
    align-items: end;
    padding: 0px 75px;
    position: relative;
}
.http-error .error-403 .error{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.http-error .error-403 .error i{
    mask-image: url('../svg/error.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 70px;
    height: 70px;
    background: white;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    
}
.http-error .error-403 .error h3{
    font-family: PinarFD;
    position: relative;
    font-size: 40px;
    color: white;
}
.http-error .error-403 .error p{
    position: absolute;
    top: 120px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    text-align: justify;
    margin-right: 20px;
}
.http-error .error-403 .police{
    mask-image: url('../svg/archery.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 420px;
    height: 420px;
    background: white;
    margin: 0px 20px;
}
.numpage{
    display: flex;
    justify-content: center;
}
#loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1000;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.hamburger-btn{
    border: none;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px;
    border-radius: 30px;
    background: #F9F9F9;
}
.hamburger-btn:active{
    background:#ff9d00;
}
.hamburger-btn:active i{
    background: #F9F9F9;
}
.hamburger-btn i{
    mask-image: url('../svg/burger-menu.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    width: 30px;
    height: 30px;
    background: #ff9d00;
}
#Panel-Main-Content .edit-address{
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    margin: 0 auto;
    width: 98%;
}
#Panel-Main-Content .article-slide .articleslice:hover{
    box-shadow: 0 0 5px #cccccc94;
    transition: box-shadow 0.3s ease;
}
.productslice span i.likefavorit.active{
    background: #FF9D00;
}
.productslice span i.likefavorit{
    width: 20px;
    height: 16px;
    display: inline-block;
    position: absolute;
    background: #D9D9D9;
    mask-size: contain;
    right: 0;
    margin: 18px;
    cursor: pointer !important;
    z-index: 1001;
    mask-image: url('../svg/likefavorit.svg');
    mask-repeat: no-repeat;
}
#Panel-Main-Content .downloads{
    width: 98%;
    margin: 0 auto;
}

#Panel-Main-Content .downloads .noorders{
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #DFDFDF;
    min-height: 450px;

}
#Panel-Main-Content .downloads .noordericon{
    position: relative;
    background: url('../svg/download-icon.svg') no-repeat center;
    background-size: contain;
    width: 155px;
    height: 155px;
    margin-bottom: 25px;
}
#Panel-Main-Content .downloads .noorders .noordericon::after{
    position: absolute;
    content: " ";
    background: url('../svg/noticketsvetor.svg') no-repeat center;
    width: 80px;
    height: 80px;
    bottom: -25px;
    right: -20px;
    background-size: contain;
}
#Panel-Main-Content .downloads .downloads-container{
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    min-height: 400px;
    padding: 25px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DFDFDF;
    padding: 15px 30px;
    border-radius: 16px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody img{
    width: 70px;
    border-radius: 5px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody span{
    font-weight: 400;
    font-size: 14px;
    color: #828282;
}
#Panel-Main-Content .downloads .downloads-container .orderbody p{
    color: #899099;
    font-weight: 400;
    font-size: 16px;
    font-family: YekanBFNReg;
    margin-bottom: 5px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.first p{
    margin-right: 10px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.first a{
    display: flex;
    align-items: center;
    border-left: 0.5px solid #CECECE;
    padding: 0px 5px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.line{
    border-left: 0.5px solid #CECECE;
    padding-right: 15px;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.end{
    padding-right: 15px;
    display: flex;
    justify-content: center;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.end .detaillink{
    background: #F9F9F9;
    padding: 10px 30px;
    border-radius: 12px;
    color: #A0A0A0;
    font-size: 14px;
    margin: 0px 10px;
    transition: background-color 0.3s ease,color 0.3s ease;
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.end .detaillink:hover{
    background-color: #FF9D00;
    color: #FFFFFF;
    transition: background-color 0.3s ease,color 0.3s ease;

}
#Panel-Main-Content .downloads .downloads-container .orderbody li.end .downloadlink:hover{
    border: 1px solid #FF9D00;
    color: #FF9D00;
    transition: border 0.3s ease,color 0.3s ease;
    
}
#Panel-Main-Content .downloads .downloads-container .orderbody li.end .downloadlink{
    border: 1px solid #DCDCDC;
    padding: 10px 30px;
    border-radius: 12px;
    color: #A0A0A0;
    font-size: 14px;
    transition: border 0.3s ease,color 0.3s ease;
}
#Panel-Main-Content .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}
#Panel-Main-Content .loading-content {
    background: white;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
#Panel-Main-Content .spinner-border {
    width: 1rem;
    height: 1rem;
}
/* استایل برای تصویر پروفایل */
.profile img {
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile img:hover {
    opacity: 0.8;
}

/* استایل برای input فایل */
#profilecheck {
    position: absolute;
    opacity: 0;
    width: 73px;
    height: 73px;
    cursor: pointer;
}
/* صفحه تکی هر سفارش */
/* استایل‌های اصلی */

.orders .orderself {
    min-height: 300px;
    border: 1px solid #DFDFDF;
    border-radius: 16px;
    padding: 20px;
}

/* بخش اول */
.orders .orderself .part1 {
    display: flex;
    flex-wrap: wrap;
}

.orders .orderself .first, .orders .orderself .end {
    display: flex;
    align-items: center;
    padding: 0 20px;
    flex-wrap: wrap;
}

.orders .orderself .first {
    justify-content: flex-start;
}

.orders .orderself .first p {
    margin: 0 15px;
    color: #B5B5B5;
}

.orders .orderself .end {
    justify-content: flex-end;
}

.orders .orderself .delivery-status {
    margin: 0;
    padding: 10px 15px;
    border-radius: 16px;
    background: #9BFE8429;
    color: #A4CA7B;
}

/* خط جداکننده */
.orders .orderself .line {
    width: 98%;
    height: 1px;
    background: #DFDFDF;
    margin: 15px auto;
}

/* بخش دوم */
.orders .orderself .part2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


/* بخش سوم */
.orders .orderself .product-list {
    list-style: none;
    padding: 20px;
    display: flex;
    border-radius: 16px;
    border: 1px solid #DFDFDF;
    flex-wrap: wrap;
}

.orders .orderself .product-image img {
    width: 105px;
    border-radius: 6px;
}

.orders .orderself .product-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.orders .orderself .product-details i.verify{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url('../svg/verifyp.svg') no-repeat center;
    margin-left: 5px;
}
.orders .orderself .product-details i.color{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #A0A0A0;
    margin-left: 5px;
}
.orders .orderself .product-details p {
    margin: 5px 0;
    display: flex;
    align-items: center;
    color: #A0A0A0;
}

.orders .orderself .product-price {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.orders .orderself .product-price p {
    margin: 5px 0;
    color: #A0A0A0;
}

.orders .orderself .product-price strong {
    margin: 5px 0;
}
.bestproduct .star-rating span
{
    height: 21px !important;
}


.bestproduct .star-rating span.star{
    background: url('../svg/activestar.svg') no-repeat top;
}

.bestproduct .star-rating span,
.orders .orderself .product-price .star-rating span{
    display: flex;
    width: 21px;
    height: 45px;
    background: url('../svg/Star.svg') no-repeat top;
    align-items: end;
    justify-content: center;
    cursor: pointer;
    margin: 0 4px;
}
.orders .orderself .product-price .star-rating span.star{
    background: url('../svg/activestar.svg') no-repeat top;
}
.orders .orderself .product-price .star-rating span:hover{
    background: url('../svg/activestar.svg') no-repeat top;
}