/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}

.loader {
  position: relative;
  margin: 0 auto;
  width: 60px;
  height: 50vh;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.loading {
  width: 60px;
}

.gx-fillchart-btn {
  right: 0px !important;
  bottom: 0px !important;
  width: 100%;
  height: 100%;
}

.transparent {
  opacity: 0.5;
}

.gx-fillchart-content {
  padding: 10px !important;
}

.gx-fillchart h5 {
  color: #ffffff;
  font-size: 15px;
}

.gx-fillchart {
  min-height: 85px !important;
}

.gx-no-header-horizontal {
  padding: 0px !important;
}

/* .gx-main-content-wrapper {
  padding: 11px 24px 0 !important;
} */

::-webkit-scrollbar {
  width: 7px !important;
}

::-webkit-scrollbar-thumb {
  background-color: grey !important;
}

.gx-radio-group-link-bg-light.ant-radio-group .ant-radio-button-wrapper {
  background-color: #f5f5f5 !important;
}

.gx-radio-group-link-bg-light.ant-radio-group
  .ant-radio-button-wrapper.ant-radio-button-wrapper-checked {
  background-color: #d4cfcf !important;
  color: #ffffff;
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  box-shadow: unset !important;
}

.ag-theme-balham .ag-header {
  background-color: #d3eefb !important;
}

.ag-theme-balham .ag-row-odd {
  background-color: #ddebf7 !important;
}
/*# sourceMappingURL=loader.css.map */
