body .digialert {
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9999;
  color: #fff;
  font-size: 14px;
  border-radius: 60px;
  -webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.1); }
  body .digialert:before {
    content: '';
    background-image: url("/admin/resources/digistorm/icon.svg");
    background-size: 100%;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    pointer-events: none; }
  body .digialert span {
    content: '';
    background: #D85B4C;
    position: absolute;
    right: -10px;
    top: -5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px; }
    body .digialert span.env {
      position: absolute;
      left: 50% !important;
      top: calc(100% - 5px);
      right: auto;
      bottom: auto !important;
      width: auto !important;
      font-size: 12px;
      padding: 0px 10px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  body .digialert:hover {
    text-decoration: none; }

.digistorm th:first-child {
  width: 25% !important; }

.digistorm th:nth-child(2) {
  width: 50% !important; }

/*# sourceMappingURL=digistorm.css.map */
