html,
body {
	height: 100%;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	user-select:none;	
	overflow-y:hidden;
}
.nopadding
{
	padding:0 !important;
}
.toBottom
{
	position:fixed;
	bottom:0vh;
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  animation-duration:1s;
}
#alphabetDiv
{
	overflow-x: scroll;
    width: 85vw;
}
.words
{
	/* border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);  */
	background-size: 100% 100%;	
	background-repeat: no-repeat;
	font-size:2.5vw;
	/* font-weight:bold; */
	width:13vw;
	height:26vh;
	display:inline-block;
	margin-left:1vw;
	color:rgb(221,19,123);
	margin-bottom:1vh;
}
.langWord 
{
    bottom: -1.75em;
	/* color:rgb(221,19,123); */
    right: 1vw; 
	font-size:3.5vw;
	font-weight:bold;
}
.bottomClass
{
	position:fixed;
	bottom:0;
}
/* #bubbleDiv
{
	margin-top:42vh;
} */
.bubble
{
	/* border-radius: 50%;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	-moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1); */ 
	height: 21vh;
	position: relative;
	width:10vw;
	display: inline-block;
	margin-left:4vw;
	background-size: 100% 100%;	
	background-position: center;
	background-repeat: no-repeat;
	z-index:999;
}
#question
{
	font-size: 8vw;
	font-weight: bold;
	color:rgb(221,19,123);
}
.fontClass
{
	font-size: 4vw;
	color:rgb(221,19,123);
	position: relative;
	font-weight:bold;
	top:5vh;
	z-index:999;
}
#suffix
{
	font-size: 8vw;
	text-align:center;
    font-weight: bold;
    color: rgb(221,19,123);
}
.relatedWords
{
	font-size: 5vw;
	color:black;
	text-align:center;
}

.modal-backdrop
{
	background:transparent;
	height: 85vh;
}
.modal-content{
	background-color: white;/*rgba(38, 59, 95, 0.611764705882353);*/
	box-shadow:17px 25px 13px rgb(0, 0, 0), inset -98px 0px 180px rgb(60, 59, 130) /*17px 25px 14px rgb(0, 0, 0), inset -98px 0px 100px rgb(38, 59, 95)*/;
	border: 4px solid white;
	position: fixed;
    top: 25vh;
    right: 0;
    bottom: 0;
	left: 25vh;
	height:fit-content;
}
#myModal
{
	height:85vh;
	pointer-events:none;
}

#widget
{
	position:fixed;
	bottom:0;
}
#gameOver
{
	font-size:7.5vw;
	font-weight:bold;
	color:rgb(221,19,123);
}
#acknowledgementDiv 
{
	background-color: aliceblue;
	border: 0.22vw solid black;
	border-radius: 3vw;	
}
.ackFontClass
{
	font-size:1.9vw;
	margin-top:1.5%;
	color:black;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  animation-duration:1s;
}
/* css for scrollbar  */

/* width */
::-webkit-scrollbar {
 width: 0.8vw;
 height:1.8vh;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey; 
 border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:rgb(221,19,123); 
 border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #fa4b2a; 
}/* css for scrollbar  */

/* width */
::-webkit-scrollbar {
 width: 0.8vw;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey; 
 border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
 background:  rgb(221,19,123);
 border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #fa4b2a; 
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration:1s;
}