.asng .card-header,
.cidrg .card-header,
.ipg .card-header {
  cursor: pointer; }

/*.day-btn {}*/

/*  .text-nowrap {border: 1px dashed red;}*/

/*body{font-family:arial; font-size: 0.8rem}.ip{color: gray}.bar {background-color: blue; height: 2px;}*/

#drop-zone {
  /*border-style: dashed !important;*/
  transition: all .25s;
  /*cursor: pointer;*/ }

/*.drop-zone.dragover {
  background-color: #e9ecef;
  border-color: #0d6efd !important; }*/


/*.file-item {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  padding: 0.75rem;
  margin-bottom: 0.5rem;
}*/

/*.progress {
  height: 0.5rem;
  margin-top: 0.5rem;
}*/

button[type="submit"] {
  text-shadow: 0 0 1rem #000; }

.shadow-animation {
  animation: 1s linear infinite shadow-animation;
}

@keyframes shadow-animation {
  0% {
    box-shadow: none; }
  50% {
    box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } }
