  .green {
      background-color: #04BE02 !important;
      color: #FFF !important;
  }

  .btn-black {
      background-color: #000 !important;
      color: #FFF !important;
  }

  .relative {
      position: relative;
  }

  .ab_move {
      position: absolute;
      top: 3px;
      left: 3px;
      z-index: 99999;
  }

  .el-form-item {
      margin-bottom: 0rem !important;
  }

  .new_card {
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s;
      border-radius: 5px;
      overflow: hidden;
      padding: 20px;
  }

  .new_card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  }