/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
#react-app {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 15px;
}

@media screen and (max-width: 320px) and (max-height: 256px) {
  /* Hide the entire scrollbar for screens with 320x256 resolution */
  ::-webkit-scrollbar {
    display: none;
  }
}

::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 15px;
  background-color: #605e5d9f;
}
::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

#pointr-levels,
#pointr-info-button,
#pointr-right,
#pointr-zoom,
.pointr-poi-place,
#pointr-cancel-button,
#pointr-navigation-button,
#pointr-swap-location,
#pointr-edit-start-button,
#pointr-edit-destination-button {
  display: none !important;
}

#pointr-top-left-ui-container {
  /* display: none !important; */
  position: fixed;
  bottom: 180px;
  right: 29px;
  margin-bottom: 17%;
}

@media (max-width: 768px) {
  #pointr-top-left-ui-container {
    bottom: calc(60px + 10px); /* 16px margin above bottom drawer */
    right: 50%;
    transform: translateX(50%); /* center above drawer */
  }

  #pointr-bottom{
    position: absolute;
    bottom: 156px; /* Based on height of bottom drawer when directions rendered */
    left: 0;
    width: 100%;
  }
}
