.buttons-copy{
  display: none !important;
}
.buttons-html5{
  margin-left: 15px !important;
  background-image: linear-gradient(310deg, #f53939 0%, #fbcf33 100%);
  color:white !important;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in;
}
.dt-length label{
  display: none !important;
}
.dt-search{
    float:right !important;
}
.dt-length{
    float:left !important;
}
.vh100{
    height: 100vh !important;
}
.wh100{
    width: 100vh !important;
}
.w100p{
    width: 100% !important;
}
.w50p{
    width: 50% !important;
}
.dblock{
    display:block;
}
.dnone{
    display:none;
}
.mr-1{
    margin-right:10px;
}
.mr-2{
    margin-right:20px;
}
.p-1{
    padding: 10px !important;
}
.p-2{
    padding: 20px !important;
}
.p-3{
    padding: 30px !important;
}
.p-4{
    padding: 40px !important;
}
.p-5{
    padding: 50px !important;
}
.dropdown-menus{
    list-style: none;
}
.dropdown-menus .nav-link{
    margin: 0 !important;
}
.dropdownmenu .posrel{
    position: relative;
}
.dropdownmenu .dropicon{
    position: absolute;
    right: -20px;
    top: 5px;
}
.showmenu{
    visibility: visible;
    display: block !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hidemenu{
    visibility: hidden;
    display: none !important;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hover-red:hover {
  background-image: linear-gradient(310deg, #ff1738 0%, #e63c3c 100%);
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  20% {
    opacity: 0.7;
  }
}

@keyframes blinker {
  40% {
    opacity: 0.5;
  }
}

@keyframes blinker {
  60% {
    opacity: 0.3;
  }
}
@keyframes blinker {
  80% {
    opacity: 0.5;
  }
}

@keyframes blinker {
  100% {
    opacity: 0.7;
  }
}


@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
body .dt-paging-button{
    color: #17c1e8!important;
    border-color: #17c1e8!important;
    border:1px solid!important;
}
body .dt-paging-button.current{
    background-image: linear-gradient(310deg, #17ad37, #98ec2d)!important;
    color : #ffffff !important;
}
.preview{
    border: 2px solid indigo;
}
.select2{
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}
.shide{
    display:none;
}
.sshow{
    display:block;
}
.countitem {
    background: #f22b34;
    padding: 5px;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    color: #fff;
}


.scroll-disabled {
  height: 100%;
  overflow: hidden;
}
.img-full-screen, 
.img-placeholder {
  cursor:pointer;
}
.img-placeholder {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #535353a6;
  z-index: 999;
}
