.rdrDefinedRangesWrapper {
    width: 125px;
}
:root {
  /* font-families */
  --font-family-head: 'Poppins', sans-serif;
  --font-family-base: 'Nunito Sans', sans-serif;

  /* height */
  --navbar-height: 76px;
  --navbar-height-landing-page: 72px;

  /* width */
  /* --sidebar-width: 100px; */
  --sidebar-width: 84px;
  --sidebar-width-expanded: 240px;

  /* Main section max-width */
  --main-max-width: 1600px;

  /* z-index */
  --navbar-z-index: 10;
  --sidebar-z-index: 11;
  /* --sidebar-z-index: 210; */
  --dropdown-z-index: 12;
  --notifications-z-index: 12;
  --modal-backdrop-z-index: 20;
  --modal-content-z-index: 21;
  --modal-close-z-index: 22;
  --spinner-z-index: 50;
  --date-picker-z-index: 51;

  /* font-sizes */
  --font-size-base: 14px;

  /* font-weights */
  --font-weight-base: 400;

  /* colors */
  --color-base: #202224;
  --color-background: #EFEFF2;

  /* toaster */
  --toast-error: #D64256;
  --toast-success: #3C9D4F;
  --toast-info: #3F88C5;
  --toast-warning: #D1782C;
}

/* [data-theme='default'] {} */

/* [data-theme='dark'] {} */

.pg-viewer-wrapper {
  overflow-y: auto !important;
}

.pdf-canvas {
  text-align: center;
}

.pg-viewer-wrapper {
  overflow-y: auto !important;
}

.pdf-canvas {
  text-align: center;
}

