
/* Animation effect */
@keyframes placeHolderShimmer { 0% { background-position: -400px 0  } 100% { background-position: 400px 0  } }
.animate-bg { animation-duration: 1s; animation-fill-mode: forwards; animation-iteration-count: infinite; animation-name: placeHolderShimmer; animation-timing-function: linear; background: #f6f7f8; background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%); background-size: 800px 104px; min-height: 12px; display: block; clear: both; }
.modcol{
    padding-left: 30px
}
.error{
    color: #f1416c!important;
}
.avatar-overlay {
    filter: grayscale(100%);
    opacity: .5;
}
.feather-lg {
    width: 38px;
    height: 38px;
}


:root, [data-theme=light] {
    --kt-card-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
   }
html:not([data-theme=dark]) {
    --kt-card-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.dataTables_info{
    float: left;
}
.dataTables_filter, .dataTables_length{
    display: none !important;
}
.marging-top{
    margin-top: -14px !important;
}
.navbar_footer{
    display: none;
}
@media (max-width: 991.98px){
.navbar_footer{
    overflow: hidden;
    background-color: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
  }
  
  .navbar_footer a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .navbar_footer a:hover {
    background: #f1f1f1;
    color: black;
  }
  
  .navbar_footer a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  .main {
    padding: 16px;
    margin-bottom: 30px;
  }
}
.video_show iframe, .video_show img{
  width: 100%;
}