html {
  /* overflow-x: hidden; */
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}

/* html {
	font-size: 11px;
} */
/* @media screen and (min-width: 320px) {
	html {
		font-size: calc(13px + 6 * ((100vw - 320px) / 880));
	}
} */
/* @media screen and (min-width: 1000px) {
	html {
		font-size: 22px;
	}
} */

div#root {
  height: 100%;
}

/* .tbl-header{
	background-color: rgba(255,255,255,0.3);
   }
  .tbl-content{
	height:300px;
	overflow-x:auto;
	margin-top: 0px;
	border: 1px solid rgba(255,255,255,0.3);
  }

   */
body {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  /* font-size: 11px; */
  color: #333;
  padding: 0;
  height: 100%;
}

input,
textarea,
select,
button {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  letter-spacing: 3px;
  font-weight: 300;
}

.sticky_container {
  /* display: flex; */
  justify-content: space-around;
  align-items: flex-start;
  height: 100%;
  /* background-color: #f4f4f4; */
  /* width: calc(100vw - 800px); */
}

/* a {
	color: black;
	text-decoration: none;
} */

/* ::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
} */

.detailsTabs::-webkit-scrollbar {
  display: none;
}

.scrollerTabs::-webkit-scrollbar {
  display: none;
}

.sticky_filter_bar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
}

.sticky_container th:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  /* box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); */
}

/* Animation property */
.textEffect {
  animation: wiggle 2s linear;
  animation-duration: 1s;
}

.rmc-tabs-tab-bar-nextpage {
  width: 25px !important;
  /* position: relative !important; */
  /* top: 2px !important; */
}

.rmc-tabs-tab-bar-nextpage::before {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  font-size: 25px;
  line-height: 31px;
}

.rmc-tabs-tab-bar-prevpage {
  width: 25px !important;
  /* position: relative !important; */
  /* top: 2px !important; */
}

.rmc-tabs-tab-bar-prevpage::before {
  font-family: "Material Icons";
  content: "keyboard_arrow_left";
  font-size: 25px;
  line-height: 31px;
}

/* Keyframes */
@keyframes wiggle {
  0%,
  7% {
    transform: rotateZ(0);
  }

  15% {
    transform: rotateZ(-2deg);
  }

  20% {
    transform: rotateZ(2deg);
  }

  25% {
    transform: rotateZ(-2deg);
  }

  30% {
    transform: rotateZ(2deg);
  }

  35% {
    transform: rotateZ(-2deg);
  }

  40%,
  100% {
    transform: rotateZ(0);
  }
}
