  body {
      background: #b30000;
      font-family: 'Nunito', sans-serif;
  }

  .table-sm-custom {
      font-size: 12px;
  }

  .table-sm-custom th,
  .table-sm-custom td {
      padding: 6px 8px;
      white-space: nowrap;
      vertical-align: middle;
  }





  .table td,
  .table th {
      font-size: 12px;
      white-space: nowrap;
  }



  .cropper-view-box {
      outline: 2px solid #fff !important;
      box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.6);
  }

  .cropper-line,
  .cropper-point {
      background-color: #fff !important;
  }