// .card-body-wrapper {
//   background-color: $white-100;
//   border-radius: 4px;
//   box-shadow: none;

//   .card-header {
//     background-color: $info-light;
//     border-radius: 4px 4px 0px 0px;
//     padding: 10px 20px;
//     box-shadow: none;

//     .left-content {
//       p {
//         font-weight: 500;
//         font-size: 1rem;
//         line-height: 16px;
//         color: $color-heading;

//         .require {
//           color: #ff0000;
//         }

//         &.description {
//           font-weight: normal;
//           font-size: 1rem;
//           line-height: 16px;
//           color: $color-text;
//           margin-top: 10px;
//         }
//       }
//     }

//     .right-content {
//       .button {
//         font-size: 12px;
//         font-weight: normal;
//         letter-spacing: 0;
//       }
//     }
//   }

//   .card-content {
//     p {
//       &.cluster-title {
//         font-weight: normal;
//         font-size: 1rem;
//         line-height: 16px;
//         color: $gray-40;
//         margin-top: 30px;
//         margin-bottom: 10px;
//       }
//     }
//   }
// }
