﻿.dat-layout-head {
  background-color: #f0f2f5;
}

.dat-layout-body {
  background-color: white;
}

.dat-layout-foot {
  background-color: #f0f2f5;
}

body {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
*::-webkit-scrollbar-thumb:active {
  background-color: rgba(0, 0, 0, 0.2);
}

a {
  cursor: pointer;
}

.nav-link,
.nav-link:hover {
  color: black;
}

h1, h2, h3, h4, h5 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.17em;
}

.sns-layout-foot .nav-icon {
  font-size: 16px !important;
}
.sns-layout-foot .nav-title {
  font-size: 12px !important;
}

.sns-map-pin {
  position: relative;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
}
.sns-map-pin .base {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #ea4335;
}
.sns-map-pin .dot {
  width: 6px;
  height: 6px;
  transition: background-color 150ms ease-in-out;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.sns-place-pin {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #39c16c;
  border: 2px solid #ffffff;
}

.gm-style .sns-place-pin {
  position: relative;
}

.gm-style .gmp-advanced-marker {
  z-index: auto;
}

.gm-style .gmp-advanced-marker svg {
  overflow: visible;
}

.sns-marker {
  font-size: 20px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}
.sns-marker .sns-marker-pin {
  color: #ea4335;
}
.sns-marker .sns-marker-dot {
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.6em;
  transform: translateY(-0.4em);
}
