
@font-face {
    font-family: 'YekanBakh';font-weight:100;
    src: url('./libs/fonts/YekanBakhLight.ttf') format('truetype');
}@font-face {
    font-family: 'YekanBakh';font-weight:200;
    src: url('./libs/fonts/YekanBakhRegular.ttf') format('truetype');
}@font-face {
    font-family: 'YekanBakhB';font-weight:300;
    src: url('./libs/fonts/YekanBakhBold.ttf') format('truetype');
}
.select-menu{
  height: 45px;
border: none;
width: 100%;
background-color: #1e1f20;
color: #ffffff !important;
padding: 0 3%;
margin: 1% 0;
outline: 0;
direction: rtl;
border-radius: 5px;
}
#prof::after{
    content: " ";
    background: green;
  width: 5px;
  height: 5px;

}.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }
    /* width */
::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.cal{
    display: none;
}

/* Track */
::-webkit-scrollbar-track {
    width: 5px;
  background:rgb(34 36 41 / 20%);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    width: 5px;
  background: rgb(34 36 41 / 57%);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    width: 5px;
  background: #555;
  border-radius: 10px;
}
.form-flex-div{
  display: flex;align-content: stretch;flex-wrap: nowrap;justify-content: space-between;align-items: flex-end;/* height: 46px; */
}
body{
  /* background-image: url(../img/img2.jpeg); */
  /* background-color: #ffffff; */
  background-color: #a19e9e;
  height: 340px !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
#app {
    font-family: 'YekanBakh';
    /* direction: rtl; */
}
.pc-menu{
        width: 80%;
        /* height: 100%; */
        margin: auto;

}
.rtl{
    direction: rtl;
}

.menu-label{
    margin: 1% 0;
}
.off-1{}
.on-1{display: none !important;}






.pc-menu a{
    font-size: 12px;
}
.pc-sub{
    /* padding: 0 15%; */
    /* margin: 380px 0;  */
    margin: auto;
    width: 250px;
    text-align: center;
    display: flex;
}
.pc-sub div{
    margin: 0 10px ;
}
.vertic-text{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: flex;
    direction: ltr;
}
.undecoration {
    text-decoration: none;
}
.c-w{
    color: #ffffff !important;
}

.font-1 {
    font-family: Yekanbakh;
    font-weight: 100;
    letter-spacing: normal;
    font-stretch: normal;
    font-style: normal;
}
.sidebar{
    /*     background: rgb(30 32 38); */
    background-image: linear-gradient(to bottom, rgb(30, 31, 32), rgb(16, 16, 16));
    border-radius: 0px 30px 30px 0px;
    position: fixed;
    top: 0;
    width: 100px;
    height: 100%;
    background: rgb(0, 0, 0);
    left: 0;
    width: 17%;
}
#Support{
  margin-top: 25%;
  position: fixed;
  right: -92px;
  top: 0;
  color: rgb(255 255 255);
  text-align: right;
  z-index: 10;
  transition: right 1s;
  width: 110px;
}
}
#Support:hover{
    cursor: pointer;
    right: 0;
}

#Support li{
    background: rgb(45 73 231);
    margin: 2px 0;
    padding: 10px;
    padding-right: 5px;
    padding-left: 21px;
    border-radius: 10px 0   0 10px;
    }
#content-ma{
  background-image: linear-gradient(rgb(30, 31, 32), rgb(16, 16, 16));
  border-radius: 5px;
  box-shadow: #171819 0px 0px 5px 0px;
  padding: 20px;
  min-height: 500px;
}

.pc-submenu{
    text-align: left;
    top: 0px;
    /* margin-right: 4%; */
    /* height: 100%; */
    width: 100%;
    padding: 0px 7px;
    overflow: hidden;
}
.ul-menu{
    display: grid;
    text-align: center;
    margin: 50px 0;
    padding: 0;
    width: 5%;
    background: rgb(255 255 255);
    color: rgb(0 0 0);
    border-radius:  0px 10px 10px 0 ;
}
.ul-menu li{
    padding: 5px;
    transition: box-shadow 0.5s;
    display: inline-block;
}
.ul-menu li:hover{
    cursor: pointer;
    background: rgb(155 149 149);
    box-shadow: inset 0px 1px 2px 1px #111415;
    border-radius: 5px;
    transform: scale(0.95);

}
.subm{
    margin: 50px 0;
    background: rgb(255 255 255);
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0 30px 20px 0 rgb(0 0 0 / 0.2);
}
.menu-button{
    background: rgb(56 60 69);
    padding: 12px;
    border-radius: 50%;
    /* line-height: 20px; */
    /* box-shadow: inset 0px 1px 6px 2px #202428; */
}
.image-cropper {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid rgb(247 247 247 / 38%);
    padding: 10px;
}

.profile-pic {
  height: 100%;
  width: auto;
  /* display: inline; */
  margin: 0 auto;
  margin-left: -25%;
  background-image: url('./assets/img/client-sample/r2.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 10px 10px;
}
.categories{
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  background-color: rgb(28, 29, 30);
  box-shadow: #171819 0px 0px 5px 0px;
  border-radius: 5px;
}
.categories li:hover{
    cursor: pointer;
    background-color: #d8d8d8;
    border-radius: 7px;
    color:black !important;
}

.categories::-webkit-scrollbar {

    display: none;               /* width of the entire scrollbar */
}
.categories li{
  position: relative;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.categories-activated{
    border-bottom: 2px solid rgb(118 55 255);
    color: #FFF !important;

}

.headMenu{
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    background-color: rgb(28, 29, 30);
    box-shadow: #171819 0px 0px 5px 0px;
    border-radius: 5px;
}
.headMenu li:hover{
    cursor: pointer;
    background-color: #d8d8d8;
    border-radius: 7px;
    color:black !important;
}

.headMenu::-webkit-scrollbar {

    display: none;               /* width of the entire scrollbar */
}
.headMenu li{
  position: relative;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  float: right;
}
.headMenu-activated{
    border-bottom: 2px solid rgb(118 55 255);
    color: #FFF !important;

}
/* .item{
    background: rgb(77 199 160);
    height: 10rem;
} */
.owl-prev, .owl-next {
    z-index: 9;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute; }

  .owl-prev {
    left: -30px;
    content: "<"; }

  .owl-next {
    right: -30px;
    content: ">"; }

    .owl-nav button{outline: none;}

  /* slider main */
  .slider-main .owl-prev, .slider-main .owl-next {
    padding: 18px 7px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.4); }
  .slider-main .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF; }
  .slider-main .owl-prev {
    left: 0; }
  .slider-main .owl-next {
    right: 0; }
 .item-slide {
    padding: 1px;
    height: 325px;
  }
  .slider-main .item-slide img {
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

  /* slide items  */
  .slide-items .owl-prev, .slide-items .owl-next {
    top: 42%; }


    .selectize-control{
        text-align: right;
    }
    .selectize-input{
        background: rgb(56 60 69) !important;
    color: rgb(255 255 255)!important;
    border: none!important;
    border-radius: 10px!important;
    }
.jobs-cat{
    background-color: rgb(255, 131, 87);
    font-size: 17px;
    font-weight: bold;
     border-radius: 10px;
      height: 125px;
     color: rgb(255 255 255);
     display: -webkit-box;
     display: -ms-flexbox;
     display: inline-block;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     padding: 0 8px 8px 0;
     position: relative;
     transition: transform 1s;
}
.jobs-cat:hover{

    transform: scale(1.03);
}
.btn-rm{
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: rgb(244 56 54);
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    line-height: 1;
    margin-right: 5px;
    top: 35%;
    box-shadow: 0px 0px 5px 4px #1f2227;
}
.btn-dark {
  color: #fff;
  background-color: #222425;
  border-color: #212427;
}
a{
    color:#FFF;
}
a:hover{
    color:#FFF;
}
.jobs-cat img{
    width: 100px;
    height: 100px;
    margin-right: auto;
    margin-bottom: auto;
}
.selected{
    background: rgb(56 60 69);
    border-radius: 10px;
    padding: 5px 15px;
}
.selected span{
    cursor: pointer;
}
.selected span:hover{
    cursor: pointer;
    color: #9E9E9E;
}
/* .selected::after{
    content: 'X';
	color: white;
	font-weight: bold;
	margin-right: 5px;
} */
.jobs-cat span{
    float: right;
    position: absolute;
    bottom: 0;
    right: 0;
    /* left: 0; */
    padding-right: 5px;
    padding-bottom: 5px;
}
p{
    font-size: 11.5pt;
    font-weight: 100;
}
.card-stores{
    background: rgb(41 46 60);
    border-radius: 10px;
    padding-top: 5px;
    box-shadow: rgb(0 0 0) 1px 0px 11px 1px;
    transition: transform 1s;
    transition: height 1s;

}
.card-stores:hover{
    transform: scale(1.02);
}


.imgBottom{
    margin-right: 20px;
    color: rgb(60, 60, 60);
    font-size: 15px;
}
.small{
    color: rgb(91 95 105);
    font-size: 9.85pt;
}
.delivary{
    color: rgb(158 158 158);
    font-size: 10.5pt;
}
.rating{
    position: absolute;
    left: 15px;
    top: 0;
    padding: 5px;
    background: rgb(75 45 148);
    border-radius: 0px 0px 10px 10px;
    text-align: center;
    box-shadow: 0px 1px 3px 1px #000;
    max-width: 32px;

}

.review-count{
    color: #9E9E9E;
    font-size: 12px;
}
.rating:hover{
    cursor: pointer;
}
.enter{
    position: absolute;
    bottom: 0px;
    left: 15px;
    background: rgb(45 73 231);
    padding: 5px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px 0px 3px 2px #000;
    font-weight: 100;
    max-width: 115px;
}
.rating-2{
    position: absolute;
    bottom: 0;
    z-index: 0;
    background: rgb(45 73 231);
    padding: 0 5px;
    border-radius: 10px 0 10px 0px;
    box-shadow: 0px 0px 3px 2px #000;
    font-weight: 100;
    cursor: pointer;
}
.enter:hover{
    cursor: pointer;
}

.user-panel-mobile{
    display: none;

    background: rgb(41 46 60);
}
.user-panel-mobile-user{ display: none;

    display: none;
    background: rgb(41 46 60);
}
.user-panel-mobile-user{
    display: block;
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 100;
    right: 0;
    top: 0;

    border-radius: 30px 0 0 30px ;
    box-shadow: 0px 0 6px 3px #000;
}
.user-panel-mobile{
    display: block;
    width: 20%;
    height: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;

    border-radius: 0px 30px 30px 0;
    box-shadow: 0px 0 6px 3px #000;
}
.fixed-top{
    background: rgb(31 33 39 / 90%);
    width: 98%;
    padding-right: 9%;
    padding-left: 9%;
    padding-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0px 1px 4px 1px #000;
    border-radius: 0 0px 10px 10px;
}
.mobile{display: none;}
@media(max-width: 1000px){
    .desktop {
    display: none;
    }
    .mobile{
    display: block;
    }
    .table{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 15px 0 !important;
    }
    .table-border {
        background: none !important;
        border-radius: 10px;
    }
}
@media(max-width: 1750px){
    .user-panel-pc{
        width: 250px;
        height: 100%;
        background: rgb(41 46 60);
        position: fixed;
        right: 0;
        top: 0;
        border-radius: 30px 0 0 30px;
        z-index: 100;
        box-shadow: 0px 0 6px 3px #000;
    }
}

@media(max-width: 1670px){
    .user-panel-pc{
        width: 200px;
        height: 100%;
        background: rgb(41 46 60);
        position: fixed;
        z-index: 100;
        right: 0;
        top: 0;
        border-radius: 30px 0 0 30px;
        box-shadow: 0px 0 6px 3px #000;
    }
}

@media(max-width: 1554px){

    .user-panel-mobile-user{
        display: block;
        width: 80%;
        height: 100%;
        position: fixed;
        z-index: 100;
        right: 0;
        top: 0;

        border-radius: 30px 0 0 30px ;
        box-shadow: 0px 0 6px 3px #000;
    }
    .user-panel-mobile{
        display: block;
        width: 80%;
        height: 100%;
        position: fixed;
        z-index: 100;
        left: 0;
        top: 0;

        border-radius: 0px 30px 30px 0;
        box-shadow: 0px 0 6px 3px #000;
    }
    .user-panel-pc{
        display: none;
        width: 200px;
        height: 100%;
        position: fixed;
        z-index: 100;
        right: 0;
        top: 0;
        border-radius: 30px 0 0 30px;
        box-shadow: 0px 0 6px 3px #000;
    }
}

@media(max-width:500px){

    .off-1{
        display: none !important;
    }
    .on-1{
        display: block !important;
    }
    .menu-label{
        margin: 2% 0;
    }
    .basket{

    }
}

#deactive-all{
    background: rgb(56 60 69 / 59%);
    width: 100%;
    height: 100%;
    /* margin-left: 250px; */
    position: fixed;
    top: 0;
    z-index: 99;
    border-radius: 30px 0 0 0;
    overflow: hidden;
    display: none;
}


.selectize-control.rtl .selectize-input > input{
    color: #fff !important;
}

/* html, body {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
  } */
  .block {
    position: absolute;
    z-index: 100;
  }
  .n1 {
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(140,35,24,.5);
    animation: horizantal 7.5s linear infinite;
  }
  .n2 {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(94,140,106,.5);
    animation: vertical 7.5s linear infinite;
    animation-delay: 1.5s;
  }
  .n3 {
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(136,166,94,.5);
    animation: horizantal 7.5s linear infinite;
    animation-delay: 3s;
  }
  .n4 {
    left: 0;
    right: 0;
    top: 0;
    background: rgba(242,196,90,.5);
    animation: vertical 7.5s linear infinite;
    animation-delay: 4.5s;
  }
  @keyframes horizantal {
    0% { width: 0 }
    50% { width: 100% }
    100% { width: 0 }
  }
  @keyframes vertical {
    0% { height: 0 }
    50% { height: 100% }
    100% { height: 0 }
  }
  .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    animation: appear 8s linear infinite;
  }
  .i2 {
    animation-delay: 2s;
  }
  .i3 {
    animation-delay: 4s;
  }
  .i4 {
    animation-delay: 6s;
  }
  @keyframes appear {
    10% {
      opacity: 1
    }
    30% {
      opacity: 0;
      background-position: right;
      zoom: 105%;
    }
  }

  #spinner:not([hidden]) {
    /* position: fixed; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #spinner::after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #f3f3f3;
    border-top: 3px solid #f25a41;
    border-radius: 100%;
    will-change: transform;
    animation: spin 1s infinite linear
  }

  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .modal-header{
      border-bottom: 1px solid #000;
  }
  .bg-custom-b{
    background:  rgb(31 33 39) !important;
  }
  .modal-footer{
    border-top: 1px solid #000 !important;
  }
  #adress{
    background: rgb(56 60 69);
    border-radius: 10px;
    outline: 0;
    color: rgb(241 241 241);
    width: 100%;
  }
  .c-b{
      color:#000;
  }
  .QA-box{
    background: #383c45;
    box-shadow: 1px 1px 4px 1px #000;
    padding: 10px;
    border-radius: 10px;
  }
  .question{
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0px 1px 4px 0px #000;
  }
  .answer{
    background: #2d49e7;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #000;
  }
  .input-dark{
    background: rgb(56 60 69);
    border-radius: 10px;
    outline: 0;
    color: rgb(241 241 241);
    width: 100%;
  }

  .input-dark-form{
    border-radius: 5px;
    width: 175px;
    padding: 5px 3px;
  }
  .input-label{
    width: 60px;
    text-align: right;
  }
  .alert-counter{
    background: linear-gradient(40deg, rgb(32 60 251),rgb(8 182 255) );
    width: 16px;
    border-radius: 5px;
    display: block;
    text-align: center;
    color: rgb(255 255 255);
    margin-right: 5px;
    max-height: 16px;
    font-size: 12px;
    box-shadow: 0px 0px 5px 1px #c9e8ff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flex{
      display: flex;
  }

