@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');

html {
  height: 100%;
}

body {
  /* font-family: 'Rubik', sans-serif; */
  /* font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif; */
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-size: 13px;
  height: 100%;
  background: #EDF1F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

#root {
  display: flex;
  flex: 1;
  height: 100%;
}

.loading-content {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  align-self: center;
  text-align: center;
  color: #888;
}

.loading-content img {
  width: 100%;
}

.loading-content div {
  margin-top: 20px;
}

.loading-content img.erxes-logo {
  width: 90px;
  margin-bottom: 20px;
}

.demo {
  background: #673FBD;
  color: #2c387e
}

.demo1 {
  background: #5629B6;
  background: #3f51b5
}

.demo1 {
  background: #6569DF;
  background: #6573c3;

}

.demo1 {
  background: #EA475D
}

.demo1 {
  background: #63D2D6
}

.demo1 {
  background: #F7CE53
}

.demo1 {
  background: #3CCC38
}

.demo1 {
  background: #3B85F4
}

.demo1 {
  background: #393C40
}

.demo1 {
  background: #888
}

.demo1 {
  background: #AAAEB3
}
.cursor-pointer {
  cursor: "pointer"
}
.card {
  margin-bottom: 1.875rem;
  background-color: #fff;
  transition: all .5s ease-in-out;
  position: relative;
  border: 0px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 6px 24px 0px rgb(53 55 81 / 6%);
  height: calc(100% - 30px);
}

.card-header:first-child {
  border-radius: calc(0.75rem - 1px) calc(0.75rem - 1px) 0 0;
}
.card-header {
  border-color: #f0f1f5;
  position: relative;
  background: transparent;
  padding: 1.5rem 1.875rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgb(237 241 245);
}

.card-body {
  padding: 1.875rem;
}
.my-modal{
  width: 90vw;    /* Occupy the 90% of the screen width */
  max-width: 90vw;
}