@font-face {
    font-family: 'VazirThin';
    src: url("../fonts/FontـVazir/Vazir.eot"); /* IE9 Compat Modes */
    src: url("../fonts/FontـVazir/Vazir.eot?#iefix") format("embedded-opentype"); /* IE6-IE8 */
    src: url("../fonts/FontـVazir/Vazir.ttf") format("truetype"); /* Safari, Android, iOS */
    src: url("../fonts/FontـVazir/Vazir.woff") format("woff"); /* Modern Browsers */
    src: url("../fonts/FontـVazir/Vazir.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'VazirThin', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    scroll-behavior: smooth;
}

body {
    background-color: gainsboro;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'VazirThin', sans-serif !important;
}

/* The emerging W3C standard scrollbar
   that is currently Firefox-only */
* {
    scrollbar-width: thin;
    scrollbar-color: #dddddd white;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: white;
}

*::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 20px;
    border: 3px solid white;
}

main {
    display: block;
    overflow: hidden;
    background: white;
    padding: 47px 0 !important;
    position: relative !important;
    top: -47px !important;
}

.full-width {
    width: 100% !important;
}

.full-height {
    min-height: 100vh;
}

.direction {
    direction: rtl;
}

.display-none {
    display: none;
}

.box-shadow-s {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.175)!important;
}

.box-shadow-s-hover:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.box-shadow-none {
    box-shadow: none !important;
}
button {
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.175)!important;
}

.user-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: gainsboro;
    overflow: hidden;
}

.user-triangle-down {
    padding: 15px 0 !important;
}

.uk-navbar {
    border-bottom-right-radius: 40%;
    border-bottom-left-radius: 40%;
    z-index: 1;
    min-height: 100px !important;
    --uk-navbar-nav-item-gap: 4px !important;
}
.uk-navbar-right{
    padding: 0 10px 0;
}
menu {
    display: flex;
    width: 100%;
}

.menu-item {
    width: 70px;
    height: 70px;
    overflow: hidden;
    background: gainsboro;
    margin-right: 8px !important;
}

.logo-class {
    max-width: 160px;
}

.border-20px{
    border-radius: 20px;
}
.ui-datepicker-div, .ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-calendar {
    font-family: 'VazirThin', sans-serif !important;
}

table {
    counter-reset: section;
}

.tr-number::before {
    counter-increment: section;
    content: counter(section) ": ";
    display: flex;
    color: #999999;
}

.position-absolute{
    position: absolute !important;
}

.option-filter li button {
    width: 190px;
}

.category-filter .uk-modal-dialog {
    width: 282px !important;
}

.category-filter .uk-modal-body {
    padding: 35px 15px !important;
}

.category-overlay {
    background: rgba(34, 34, 34, 0.5);
}

.option-type {
    min-height: 40px !important;
    margin-left: 10px !important;
}

.icon-play {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
}

.icon-play:hover {
    background-color: #ebebeb !important;
    color: #666 !important;
    outline: none;
}

.card-ex {
    border-radius:20px;
}

.card-footer-user {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: gainsboro;
    overflow: hidden;
}

.card-footer-user .user-icon {
    overflow: initial;
}

.uk-card .uk-label {
    padding: 0 3px !important;
    font-size: 0.7rem;
}

.uk-card .uk-card-badge {
    top: 25px;
    right: 0;
}

.uk-notification {
    text-align: center;
}

.uk-notification .uk-icon {
    float: right;
}

.margin-1percent {
    margin: 1% !important;
    margin-bottom: 2% !important;
}

.padding-1percent {
    padding: 1% !important;
}

.report-panel .uk-modal-dialog {
    width: 250px;
}

.tag-list{
    list-style: none !important;
    display: block;
    padding: 0;
}
.tag-list li{
    padding-left: 2px;
    display: inline-block;
}

.bootstrap-tagsinput{
    border: 1px solid #e5e5e5 !important;
    border-radius: 5px !important;
height: auto !important;
}

.bootstrap-tagsinput input {
    border: 1px dotted #2343 !important;
    height: 35px !important;
    font-family: 'VazirThin';
}

.bootstrap-tagsinput .badge{
display: inline-block !important;
}

.ul-video-items li {
    margin-right: 2%;
    padding: 0 !important;
}

.list-display-items {
    max-height: 350px;
    overflow: auto;
}

.list-display-items td svg {
    max-width: none;
}

.video-items {
    width: 130px;
    height: 160px;
    overflow: hidden;
    border-radius: 20px;
}

.video-items:focus {
    border: 1px solid;
}

.video-items .uk-card-body {
    overflow: auto !important;
    padding: 2px;
    height: 65px;
}

.video-items a {
    max-height: 110px;
}

.tab-items-video {
    float: right;
    padding-left: 10px !important;
    margin-top: 77px;
    display: block !important;
}

.tab-items-video::before {
    border-bottom: none !important;
}

.tab-items-video .uk-active a {
    color: #cd0b57 !important;
    border-bottom: 2px dotted #cd0b57 !important;
}

footer .uk-icon-button {
    width: 50px !important;
    height: 50px !important;
}

footer .uk-iconnav > * > a {
    display: flex;
}
footer .footer-icon{
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(8px);
    background-color: rgba(0,0,0,.8);
    padding: 10px;

}
.pabel-des-ex {
    width: 40% !important;
}

.panel-vid-ex {
    width: 60% !important;
}

.video-cart-sidebar {
    max-width: 180px;
}

.ul-cart-sidebar {
    width: calc(106% - 0px);
    display: block;
}

.list-update-ex {
    padding: 7px;
    border: 1px solid #e5e5e5;
}

.list-update-ex:hover {
    border: 1px solid #999999;
}

.list-update-ex span {
    width: calc(100% - 50px);
}

.uk-progress {
    direction: ltr;
}

.font-20px {
    font-size: 20px !important;
}

.experiencer-info {
    position: fixed;
    top: 115px;
    left: 20px;
    width: 200px;
}

.user-info-s {
    position: absolute;
    left: 8px;
}

.count-favo-ex {
    cursor: default !important;
}

.tbl-vid-edit thead tr th {
    text-align: center !important;
}

.Toggle-detail-order {
    position: absolute;
    left: 45px;
    width: 62%;
    margin-top: 12px;
}

/*video.js css*/
.vjs-control-bar {
    font-size: 1.3em;
    background: none !important;
      background-image: none !important;
    background-image: linear-gradient(0deg,#000,transparent) !important;
  }
    .vjs-progress-control {
        position: absolute !important;
      bottom: 4em !important; left: 0 !important;
      height: 10px !important;;
      width:  100% !important;;
    }
    .video-js .vjs-fullscreen-control {
      right: 0 !important;
  position: absolute !important;
  }
  
    .video-js .vjs-play-progress {
    background-color: #ff006c !important;
  }
    .vjs-paused.vjs-has-started .vjs-big-play-button {
    display: block;
    }
  
    .vjs-big-play-button {
      color: #ff006c !important;
    font-size: 5em !important;
    width: 103px !important;
    height: 79px !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    background-color: hsla(0,0%,100%,.25) !important;
    border: none !important;
    line-height: 79px !important;
    top: 50% !important;
    left: 50% !important;
    border-radius: 30px !important;
    margin: -51.5px auto 0 -39.5px !important;
  }
  
  .video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #73859f !important;
    background-color: rgba(115,133,159,.5) !important;
    transition: all 0s !important;
  }

/*start login page*/
.panel-login-left {
    height: 100vh;
}

.panel-login-right {
    height: 100vh;
    background-color: #FFCC00;
}

@keyframes cursor {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: #555555;
    }
}

@keyframes typing {
    from {
        width: 100%;
    }
    90%, to {
        width: 0;
    }
}

@keyframes slide {
    33.3333333333% {
        font-size: 2rem;
        letter-spacing: 0;
    }
    to {
        font-size: 0;
        letter-spacing: 0;
    }
}

.typing-slider p {
    color: black;
    position: relative;
    display: inline;
    font-size: 0;
    letter-spacing: 0;
    animation: slide 15s step-start infinite;
}

.typing-slider p::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50px;
    bottom: 0;
    border-left: 3px solid black;
    background-color: #FFCC00;
    animation: typing 5s infinite, cursor 1s infinite;
}

.typing-slider p:nth-child(1) {
    animation-delay: 0s;
}

.typing-slider p:nth-child(1)::before {
    animation-delay: 0s;
    animation-timing-function: steps(16), step-end;
}

.typing-slider p:nth-child(2) {
    animation-delay: 5s;
}

.typing-slider p:nth-child(2)::before {
    animation-delay: 5s;
    animation-timing-function: steps(23), step-end;
}

.typing-slider p:nth-child(3) {
    animation-delay: 10s;
}

.typing-slider p:nth-child(3)::before {
    animation-delay: 10s;
    animation-timing-function: steps(12), step-end;
}

/*end login page*/
.darkcyan {
    color: #008b8b !important;
}

.dodgerblue {
    color: #1e90ff !important;
}

.deeppink {
    color: #cd0b57 !important;
}

.deeppinkBG {
    background: #cd0b57 !important;
    border-color: #cd0b57 !important;
    color: #fff !important;
}

.tomato {
    color: #ff6347 !important;
}

.white {
    color: #fff !important;
}

.whiteBG {
    background: #fff !important;
}

.active {
    background: #1e87f0 !important;
    color: #993333 !important;
}

.img-progressBar{
    width:228px !important;
    top: -100px !important;
    box-shadow: 0 6px 12px rgb(0 0 0 / 55%);
}

.progress-container{
background-color: #dfdfdf !important;
}

.progress-bar{
right: 0 !important;
}

#blink_me {
    animation: blinker 2s linear infinite;
  }
  
  @keyframes blinker {
    50% {
      opacity: 0;
    }
  }

#progress-wrp {
    display: none;
    width: 100%;
}

#progress-wrp .progress-bar {
    height: 6px;
    border-radius: 10px;
    background-color: #0099CC;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}

.errorlist {
    color: red !important;
}

/* favorite page */
ul.avatars {
    display: flex;
    list-style-type: none;
    margin: auto;
    padding: 0px 7px 0px 0px;

    flex-direction: row-reverse;
}

li.avatars__item {
    height: 44px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    width: 37px;

}

span.avatars__initials,
small.avatars__others {
    background-color: #596376;
    border: 1px solid #1F2532;
    border-radius: 100px 100px 100px 100px;
    color: #FFFFFF;
    display: block;
    height: 40px;
    line-height: 45px;
    text-align: center;
    width: 40px;
    overflow: hidden;
    position: relative;
}

small.avatars__others {
    background-color: #1E8FE1;
}

/* end favorite page */

@media (max-width: 640px) {
    .menu-item {
        width: 55px;
        height: 55px;
    }

    .menu-item p {
        font-size: x-small;
    }

    .logo-class {
        max-width: 120px;
    }

    .card-footer {
        height: 26px;
        font-size: x-small;
    }

    .card-footer-user {
        width: 25px;
        height: 25px;
    }

    .card-footer svg {
        width: 15px;
        height: 15px;
    }

    .cart-panel {
        padding-top: 20px;
        background: #cd0b57;
        color: #fff;
        position: fixed;
        bottom: 0;
        z-index: 999;
    }

    .cart-panel button{
        background: #fff !important;
        border: 1px solid #fff !important;
        color: #cd0b57 !important;
    }

    .cart-panel del{
        color: #333 !important;
    }

    .comment-panel {
        width: auto;
        height: auto;
        position: initial;
    }

    .pabel-des-ex {
        width: 100% !important;
    }

    .panel-vid-ex {
        width: 100% !important;
    }

    footer .uk-icon-button {
        width: 42px !important;
        height: 42px !important;
    }

    footer .uk-iconnav > * {
        padding-left: 4px;
    }

    .panel-login-left {
        padding-top: 100px;
        height: auto;
    }

    .panel-login-right {
        height: 40vh;
    }

    .img-progressBar{
        width: 150px !important;
        top: -50px !important;
    }

    @keyframes slide {
        33.3333333333% {
            font-size: 1.5rem;
        }
        to {
        }
    }
}






