/* Collection default theme */

.ReactVirtualized__Collection {
}

.ReactVirtualized__Collection__innerScrollContainer {
}

/* Grid default theme */

.ReactVirtualized__Grid {
}

.ReactVirtualized__Grid__innerScrollContainer {
}

/* Table default theme */

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__Grid {
}

.ReactVirtualized__Table__headerRow {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.ReactVirtualized__Table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__headerColumn:first-of-type,
.ReactVirtualized__Table__rowColumn:first-of-type {
  margin-left: 10px;
}
.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: flex;
  align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

/* List default theme */

.ReactVirtualized__List {
}


/* Collection default theme */

.ReactVirtualized__Grid__innerScrollContainer {
  border-bottom: 1px solid #00000014;
  overflow-y: auto;
  /* border-right: 1px solid #00000014; */
}

.ReactVirtualized__Table__Grid {
}
.ReactVirtualized__Table__Grid::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ReactVirtualized__Table__Grid::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 4px;
}

.ReactVirtualized__Table__Grid::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}
.ReactVirtualized__Table__Grid::-webkit-scrollbar{
  display: block;
}

.ReactVirtualized__Table {
}

.ReactVirtualized__Table__headerRow {
  text-transform: none;
  text-transform: initial;
  align-items: center;
  background-color: rgb(248, 248, 248);
  /* border-right: 1px solid #00000014; */
  /* border-top: 1px solid #00000014; */
  /* border-left: 1px solid #00000014; */
  /* border-bottom: 1px solid #00000014; */
}
.ReactVirtualized__Table__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  /* border-left: 1px solid #00000014; */
}

.ReactVirtualized__Table__row:hover {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid #00000014;
  border-bottom: 1px solid #00000014;
  background-color: rgb(248, 248, 248);
}

.ReactVirtualized__Table__headerTruncatedText {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ReactVirtualized__Table__headerColumn,
.ReactVirtualized__Table__rowColumn {
  margin-right: 10px;
  min-width: 0px;
}
.ReactVirtualized__Table__rowColumn {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ReactVirtualized__Table__sortableHeaderColumn {
  cursor: pointer;
}

.ReactVirtualized__Table__sortableHeaderIconContainer {
  display: flex;
  align-items: center;
}
.ReactVirtualized__Table__sortableHeaderIcon {
  flex: 0 0 24px;
  height: 1em;
  width: 1em;
  fill: currentColor;
}

@font-face {
  font-family: 'jiomoney';
  src: local('jiomoney'), url(/static/media/JioMoney.5d43e9a833eee5ae4835.eot?#iefix) format('embedded-opentype'),
    /* IE6-IE8 */
    local('jiomoney'),
    url(/static/media/JioMoney.0a3cbedfc02ba9c8cb71.woff2) format('woff2'),
    /* Super Modern Browsers */
    local('jiomoney'),
    url(/static/media/JioMoney.8a4aa41ad787f155d788.woff) format('woff'),
    /* Pretty Modern Browsers */
    local('jiomoney'),
    url(/static/media/JioMoney.0a6bfe026e4739d4c4a0.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiomoney'),
    url(/static/media/JioMoney.865b05b327dcd47bfee9.svg#jiomoney) format('svg');
  /* Legacy iOS */

  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'jiotype-black';
  src: url(/static/media/JioType-Black.3ae015c281702ca986bc.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-black');
}

@font-face {
  font-family: 'jiotype-bold';
  src: url(/static/media/JioType-Bold.657d51bc915294bc494e.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-bold');
}

@font-face {
  font-family: 'jiotype-light';
  src: url(/static/media/JioType-Light.f5b6cf521e2a626faa27.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-light');
}

@font-face {
  font-family: 'jiotype-medium';
  src: url(/static/media/JioType-Medium.aa4e51f4b8fe0648866a.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-medium');
}

@font-face {
  font-family: 'jiotype-light-italic';
  src: url(/static/media/JioType-LightItalic.c8d0e95e534a41427c84.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-light-italic');
}

@font-face {
  font-family: 'jiotype-medium-italic';
  src: url(/static/media/JioType-MediumItalic.ff5e223ad34663e99ae3.ttf) format('truetype'),
    /* Safari, Android, iOS */
    local('jiotype-medium-italic');
}

html {
  height: 100%;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans',
    'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}

/* These styles disable body scrolling if you are using <ScrollView> */
body {
  overflow: hidden;
}

/* These styles make the root element full-height */
#root {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* to remove scroll bar  */
*::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: transparent;
}

* {
  scrollbar-width: thin;
}

/* to show scroll bar  */
#showListScrollBar::-webkit-scrollbar {
  width: 8px;
}

#showListScrollBar::-webkit-scrollbar-track {
  background-color: lightgrey;
  margin-top: 20px;
  margin-bottom: 20px;
}

#showListScrollBar::-webkit-scrollbar-thumb {
  background: gray;
}

#showListScrollBar {
  scrollbar-width: thin;
}

body {
  -ms-overflow-style: none;
  /** IE11 */
}

.google-visualization-tooltip {
  border: none !important;
}

#showListScrollBar::-webkit-scrollbar {
  width: 6px;
}

#showListScrollBar::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

#showListScrollBar::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}

#showListScrollBar {
  scrollbar-width: thin;
}


#scroll-horizontal-Table>#table-wrapper>div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#scroll-horizontal-Table>#table-wrapper>div::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
}

#scroll-horizontal-Table>#table-wrapper>div::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}

#scroll-horizontal-Table>#table-wrapper>div::-webkit-scrollbar {
  display: block;
}

#scroll-horizontal-Table {
  scrollbar-width: thin;
}

#mid-selector>#list-wrapper>div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#mid-selector>#list-wrapper>div::-webkit-scrollbar:horizontal {
  display: none;
}

#mid-selector>#list-wrapper>div::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

#mid-selector>#list-wrapper>div::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}

#mid-selector>#list-wrapper>div::-webkit-scrollbar {
  display: block;
}

#mid-selector {
  scrollbar-width: thin;
}


#dropdown-wrapper>#emibankslist-wrapper>div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

#dropdown-wrapper>#emibankslist-wrapper>div::-webkit-scrollbar:horizontal {
  display: none;
}

#dropdown-wrapper>#emibankslist-wrapper>div::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 4px;
}

#dropdown-wrapper>#emibankslist-wrapper>div::-webkit-scrollbar-thumb {
  background: #999999;
  border-radius: 4px;
}

#dropdown-wrapper>#emibankslist-wrapper>div::-webkit-scrollbar {
  display: block;
}

#dropdown-wrapper {
  scrollbar-width: thin;
}

#persistantScroll::-webkit-scrollbar {
  width: 2px;
}

#persistantScroll::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);

}
#persistantScroll {
  scrollbar-width: auto;

}


/*# sourceMappingURL=main-1b08af27.add214e0.css.map*/