.dark-logo{
    width:100%;
}
.light-logo{
    width:100%;
}

.card{
    /* border-left: 5px solid #ffc92a; */
}

.lds-ripple{
    width: 250px !important;
}

thead, th {
    font-family: var(--bs-font-body);
}

tbody, td {
    font-family: var(--bs-font-body);
}

div.dataTables_wrapper div.dataTables_info {
    font-family: var(--bs-font-body);
}
.parsley-required{
    font-family: var(--bs-font-body);
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button{
    font-family: var(--bs-font-body);
}

label{
    font-family: var(--bs-font-body);
}

.modal-title{
    color: var(--bs-primary);
}


.preview-container {
    display: none;
}



table.dataTable td:first-child,
table.dataTable td:last-child {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  vertical-align: middle;
}


.pull-right{
    float:right;
}

.mr-3{
    margin-right: 3px;
}

.blackOut {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 0;
    top: 0;
    bottom: 0;
    display: none;
  }
  
  .blackOut .popupAlignCenter {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .blackOut .popupAlignCenter .popUpWrapper {
    width: 80%;
    max-width: 1280px;
    max-height: 640px;
    background-color: #fff;
    z-index: 100;
  }
  
  .blackOut .popupAlignCenter .popUpWrapper button.videoClose {
    color: #999999;
    font-weight: 600;
    font-size: 22px;
    padding: 4px 10px;
    float: right;
    background: none;
    border: 0;
    cursor: pointer;
  }


  .videoPopup {
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .videoPopup img {
    width: 100%;
    border-radius: 20px;
    /* transition: transform 0.3s ease; */
    filter:brightness(0.4);
  }

  .videoPopup:hover img {
    /* transform: scale(1.1); */
  }
  .playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: url('https://play-lh.googleusercontent.com/FafGkH7ODkPK30IwHLW-YfNVzjOQqsVTvEPcEmJ4yEk73u2IkXasO9d7l9Lgs66M4a4') no-repeat center;
    background-size: contain;
    cursor: pointer;
    animation: pulse 1s infinite;
  }
  @keyframes pulse {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }



  header{
    /* z-index: 9998 !important; */
  }
  /* aside{
    z-index: 99999 !important;
  } */