.report-right-section {
  border: 1px solid #e5e9f0;
  background-color: #f4faff;
  width: 100%;
  padding: 12px;
}

.search-vs-book-chart {
  width: 100%;
}
.green-card-style {
  background-color: #0baa74;
  /* width: 315px */
}
.chard-right-section {
}

.recent-transactions-section {
  width: 100%;
}
.recent-orders-section {
  width: 100%;
}

.recent-activity-section {
  width: 100%;
}

.recent-order-cart-card {
  font-size: 12px;
}

/* Media Query use for width 700px  */
@media (min-width: 700px) {
  .report-right-section {
    min-width: 628px;
  }
  .recent-order-cart-card {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .green-card-style {
    width: 315px;
  }

  .search-vs-book-chart {
    max-width: 425px;
  }
  .recent-transactions-section {
    max-width: 480px !important;
  }
  .recent-activity-section {
    max-width: 480px;
  }
}

/* Media Query use for width 1720px  */
@media (min-width: 1720px) {
  .report-right-section {
    min-width: 821px;
    padding: 16px;
  }
  .search-vs-book-chart {
    display: block !important;
  }
  .green-card-style {
    width: 245px;
  }

  .chard-right-section {
    display: block !important;
    min-width: 425px;
    max-width: 425px;
  }

  .invisible-large-device {
    display: none !important;
  }

  .recent-transactions-section {
    display: block !important;
  }
  .recent-transactions-bottom {
    display: none !important;
  }
  .recent-orders-section {
    width: calc(100% - 500px);
  }

  .recent-activity-section {
    max-width: 480px;
    display: block !important;
  }
  .recent-activity-bottom {
    display: none !important;
  }
}
