/**
 * ----------------------------------------------------------------------------
 * application specific styling
 * ----------------------------------------------------------------------------
 */
.navbar.navbar-expand-lg {
  background-color: white !important;
}

@media (max-width: 576px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}

.hide-svg-definition {
  position: absolute;
  width: 0;
  height: 0;
}

.inter-icon-100 {
  width: 100px;
  height: 80px;
}

.card-border {
  box-shadow: 0 1px 5px 0 rgba(90,95,102,.4);
}

.frame-label {
  color: #999;
}