/* @import url(https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,800,900,bold); */
/*@import url(https://fonts.googleapis.com/css?family=Encode+Sans:100,200,300,400,600,700,800,900,bold);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&amp;subset=vietnamese);*/
/*@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&amp;subset=vietnamese);*/

html, body{
  margin: 0px;
  height: 100%;
}

html {
}

body{
}

.root{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.modal{
  position: fixed;
  display: flex;
  top: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
