tr.tr-loading {
    background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, .05) 50%);
    background-size: 200% 100%;
    animation: loading 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  
  tr.loading td {
    opacity: .45;
    pointer-events: none;
  }
  
  @keyframes loading {
    0% {
      background-position: 0;
    }
    50% {
      background-position: -30%;
    }
    80% {
      background-position: -100%;
    }
    100% {
      background-position: -200%;
    }
  }

  @font-face {
    font-family: 'questrial';
    src: url('/font/questrial/questrial.ttf') format('truetype');
  }






  
.dnd,.dndx {
    background: #fff;
    /* padding: 1em; */
    /* margin: 2em; */
    position:absolute;
    border-radius: 0.25em;
    /* width: 14em; */
    transition: all 0.25s;
    font-family: Arial;
  }
  .dnd:hover,.dndx:hover {
    /* box-shadow: 0.25em 0.25em 0.3em rgba(0,0,0,0.2); */
    /* margin: 1.75em 2.1em 2.25em 1.9em; */
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
  }
  .dnd:active,.dndx:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
  }
  .dnd::before,.dndx:before {
    content: " ";
    display: inline-block;
    width: 1.5em;
    height: 3em;
    margin: 0; 
  
    background-color: transparent;
    background-size: 0.5em 0.5em;
    background-position: 0 0;
  background-image: 
  -webkit-linear-gradient(#ffffff 50%, transparent 50%),
  -webkit-linear-gradient(left, rgba(0,0,0,0.2) 50%, transparent 50%);
  background-image: 
  -moz-linear-gradient(#ffffff 50%, transparent 50%),
  -moz-linear-gradient(left, rgba(0,0,0,0.2) 50%, transparent 50%);
  background-image: 
  -o-linear-gradient(#ffffff 50%, transparent 50%),
  -o-linear-gradient(left, rgba(0,0,0,0.2) 50%, transparent 50%);
  background-image: 
  linear-gradient(#ffffff 50%, transparent 50%),
  linear-gradient(to right, rgba(0,0,0,0.2) 50%, transparent 50%);
    
  
  }







  .img-w100p{
      width: 100% !important;
  }

  .img-h200p{
      height: 200px !important;
  }

  .video-container{
    margin-bottom: 6px;;
    display: block;
    outline-style: none;
    border: #1bc5bd solid 2px;
    text-align: right;
    padding: 10px;
    border-radius: 8px;
    background-color: #bbeeeb;
    color: #16948e;

  }

  .video-uploader{
    border: #1bc5bd75 solid 2px;
    padding: 10px;
    border-radius: 10px;
    background-color: #1bc5bd0a;
  }

  tr.tr-loading {
    background-image: linear-gradient(to right, transparent 50%, rgba(0, 0, 0, .05) 50%);
    background-size: 200% 100%;
    animation: loading 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  }
  
  tr.loading td {
    opacity: .45;
    pointer-events: none;
  }
  
  @keyframes loading {
    0% {
      background-position: 0;
    }
    50% {
      background-position: -30%;
    }
    80% {
      background-position: -100%;
    }
    100% {
      background-position: -200%;
    }
  }












.wire-loading{
    position: absolute;
    z-index: 9999;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(3px);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.rating-start{
    color:#ffad0f !important;
    fill:#ffad0f  !important;
    display: inline;
}
.svg-icon-gold{
    color:#ffad0f !important;
    fill:#ffad0f !important;
}
.dual-listbox__container{
    justify-content: space-between !important;
}
.dual-listbox__search{
    width: 100% !important;
    max-width: 100%;
    margin-top: 10px;
}
.cke_combo_text,.cke_dialog  {
    font-family: 'IRANSansWeb' !important;
}
.hover-light-green{
    padding: 5px;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}
.hover-light-green-edit{
    background-image: linear-gradient(90deg, #fafafa 0%, #c850c028  100%);
    padding: 5px;
    transition: all 0.2s ease-in-out;
}
.admin-response{
    background-color: #ffa8000f;
    margin-bottom:1px;
}
.hover-light-green:hover{
    background-image: linear-gradient(90deg, #fafafa 0%, #1bc5961f  100%);
    padding: 5px;
    transition: all 0.2s ease-in-out;
}
.cke_combo_text {
    justify-content:right !important;
    direction:rtl !important;
    text-align: right !important;
}
.dual-listbox .dual-listbox__search{
    max-width: 100% !important;
}
.float-left{
    float: left !important;
}
.topleftzero{
    position: absolute;
    top: 10px;
    left: 10px;
}

.wire-loading-dark{
    position: absolute;
    z-index: 9999;
    background: rgba(0,0,0,0.1);
    backdrop-filter: blur(3px);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.wire-loading img,.wire-loading-dark img{
  position: absolute;
  top: calc(50% - 19px);
  left: calc(50% - 19px);
  height: 38px;
  width: 38px;
}
.login-form{
    background-color: rgba(0,0,0,.1);
    border-radius: 10px;
    backdrop-filter: blur(3px);
}
/* .rltr{
    direction: ltr;
    text-align: right
} */

.mlr-1{
    margin: 0 1px;
}
.br-4{
    border-radius:4px;
}
.br-25{
    border-radius:25px;
}
.rtl{
    direction: rtl;
}
.ltr{
    direction: ltr;
}
.title-shadow{
    text-shadow: #444 1px 2px 2px;
}
.tx-10{
    font-size: 10px;
}
.tx-11{
    font-size: 11px;
}
.tx-12{
    font-size: 12px;
}
.tx-13{
    font-size: 13px;
}
.tx-14{
    font-size: 14px;
}

.captcha{
    top: 5px;
    left: 5px;
    position: absolute; 
}
.ltr{
    direction: ltr !important;
    text-align: left !important;
}
.admin-captcha{
    left: 5px;
    position: absolute; 
    height: 3.3rem;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.pointer{
    cursor: pointer;
}

.f-questrial{
    font-family: 'questrial';
}

input[type='text'].rltr::placeholder{
    text-align:right;
}
    
input[type='text']:focus.rltr{
    text-align:left;
}


.bold{
    font-weight: bold;
}











label.cabinet{
	display: block;
	cursor: pointer;
}

label.cabinet input.file{
	position: relative;
	height: 100%;
	width: auto;
	opacity: 0;
	-moz-opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  margin-top:-30px;
}

#avatar-demo{
	width: 100%;
height: 250px;
  padding-bottom:25px;
}
