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;
}

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

.error-page{padding:15px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .imgwrapper{justify-content:center;align-items:center;width:100%;display:flex}.error-page img{width:100%}.error-page .error-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .error-info p{margin:5px 0px}.error-page .error-info .title{font-weight:bold}.error-page .error-info .text{margin:20px 0px}
.error-page{padding:15px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .imgwrapper{justify-content:center;align-items:center;width:100%;display:flex}.error-page img{width:100%}.error-page .error-info{display:flex;flex-direction:column;justify-content:center;align-items:center}.error-page .error-info p{margin:5px 0px}.error-page .error-info .title{font-weight:bold}.error-page .error-info .text{margin:20px 0px}
.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

:root {
  --doc-height: 100%;
  --color-primary-20: #e8e8fc;
  --color-primary-30: #9999ff;
  --color-primary-40: #6464ff;
  --color-primary-50: #3535f3;
  --color-primary-60: #000093;
  --color-primary-70: #00004c;
  --color-primary-80: #010029;
  --color-primary-inverse: #ffffff;
  --color-primary-background: #ffffff;
  --color-primary-grey-100: #141414;
  --color-primary-grey-80: rgba(0, 0, 0, 0.65);
  --color-primary-grey-60: #b5b5b5;
  --color-primary-grey-40: #e0e0e0;
  --color-primary-grey-20: #f5f5f5;
  --color-secondary-20: #fef7e9;
  --color-secondary-30: #ffe3ae;
  --color-secondary-40: #ffd947;
  --color-secondary-50: #f7ab20;
  --color-secondary-60: #ac660c;
  --color-secondary-70: #7f4b10;
  --color-secondary-80: #401d0c;
  --color-secondary-inverse: #401d0c;
  --color-secondary-background: #ffffff;
  --color-secondary-grey-100: #141414;
  --color-secondary-grey-80: rgba(0, 0, 0, 0.65);
  --color-secondary-grey-60: #b5b5b5;
  --color-secondary-grey-40: #e0e0e0;
  --color-secondary-grey-20: #f5f5f5;
  --color-error: #ef5350;
}

@font-face {
  font-family: "JioType";
  src: local("JioType"), url(/static/media/JioType-Light.f5b6cf521e2a626faa27.ttf) format("ttf");
}

@font-face {
  font-family: "JioType";
  src: url(/static/media/JioType-Medium.aa4e51f4b8fe0648866a.ttf);
  font-weight: 500;
}

@font-face {
  font-family: "JioType";
  src: url(/static/media/JioType-Medium.aa4e51f4b8fe0648866a.ttf);
  font-weight: 400;
}

@font-face {
  font-family: "JioType";
  src: url(/static/media/JioType-Bold.657d51bc915294bc494e.ttf);
  font-weight: 700;
}

@font-face {
  font-family: "JioType";
  src: url(/static/media/JioType-Black.3ae015c281702ca986bc.ttf);
  font-weight: 900;
}

.page-wrapper{padding:12px}.dfc{display:flex;justify-content:center}.dfjs{display:flex;justify-content:space-between}.App{background-color:#f5f5f5;height:100vh}
.parentDiv{position:fixed;bottom:0;right:0;margin-right:20px;margin-bottom:120px;height:56px;width:56px;border-radius:50%;background-color:#f7ab20;display:flex;justify-content:center;align-items:center}.parentDiv .chatImg{height:24px;width:24px}

/*# sourceMappingURL=main.07baae9d.css.map*/