@media (max-width: 1150px) {
  html, body, #root {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .dashboard_main_dv,
  .main_dv,
  .main_dv .left_content_section,
  .left_content_section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transform: none !important;
    box-sizing: border-box;
  }

  .right_content_section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 12px 0 24px !important;
    padding: 14px !important;
    border-radius: 14px;
    box-sizing: border-box;
  }

  .Top_header_section,
  .quick_balance_section,
  .quick_balance_section_row,
  .dashboard_payout_right_section_2,
  .joining_Teammbr_section,
  .joinings_viewBox {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .quick_balance_section_row {
    overflow-x: visible !important;
  }
}

@media (max-width: 576px) {
  .right_content_section {
    padding: 10px !important;
    margin-top: 8px !important;
  }

  .quick_balance_Box,
  .dashboard-card,
  .dashboard-card-sm {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }
}

@media (min-width: 1151px) {
  html, body, #root {
    max-width: 100%;
    overflow-x: hidden;
  }

  .main_dv {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .dashboard_main_dv {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    gap: 20px;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .main_dv .left_content_section,
  .left_content_section {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .right_content_section {
    display: block !important;
    width: 100% !important;
    max-width: 340px !important;
    min-width: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
  }

  .quick_balance_section_row {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: visible !important;
  }
}

@media (min-width: 1151px) and (max-width: 1500px) {
  .dashboard_main_dv {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
    gap: 16px;
  }

  .right_content_section {
    max-width: 320px !important;
    padding: 16px !important;
  }
}
