*{overflow:hidden}body{margin:0;height:100%}html,#root{height:100%}@media screen and (min-width: 0) and (max-width: 767px) and (orientation: portrait){html{transform:rotate(-90deg);transform-origin:left top;width:calc(var(--vw, 1vh) * 100);height:100vw;overflow-x:hidden;position:absolute;top:100%;left:0}}@media screen and (min-width: 0) and (max-width: 767px) and (orientation: landscape){html{width:100vh;height:calc(var(--vh, 1vw) * 100);overflow-x:hidden}}.containerLoader{position:absolute;top:50%;left:50%;transform:translate(-50%) translateY(-50%);width:20%;z-index:99;background-color:red}
