:root {
	--transition-1: all 0.3s ease-in-out;
	--transition-2: all 0.2s ease-in-out;
}

html {
	font-size: 1rem;
	font-family: "PT Sans", sans-serif;
}

html,
body {
	margin: 0;
	padding: 0;
}


.saved svg,
.addition svg,
.calendar svg,
.settings svg,
.reporting svg {
	fill: #515151
}


.calendar.active {
	--background-color: rgba(0, 0, 0, 0.05);
	background-color: var(--background-color);
}

.calendar.active svg {
	fill: #257bff;
}

.calendar.active a {
	color: orange;
	color: var(--highlight-color);
	font-weight: 500;
}



.microphone svg {
    padding:0px;
}
.microphone.listening.active svg {
    color:blue;
    transition-duration: 150ms;
    transition-property: box-shadow;
    text-align:center;
    border-radius:20px;
    padding:0;
	animation: shadowAnimation 1s infinite alternate; 
}
.microphone.active svg {
    fill: #ff0000;
}

@keyframes shadowAnimation {
0% { box-shadow: 0 0 0 1px #d3e3fd }
100% { box-shadow: 0 0 0 5px #d3e3fd }
0% { box-shadow: 0 0 0 1px #d3e3fd }
}

.saved svg,
.addition svg,
.calendar svg,
.settings svg,
.microphone svg,
.reporting svg { 
    margin-right:5px
}

.adp-placemark { margin:0!important }

.saved.active,
.addition.active,
.settings.active,
.reporting.active {
	--background-color: rgba(0, 0, 0, 0.05);
	background-color: var(--background-color);
}

.saved.active svg,
.addition.active svg,
.settings.active svg,
.reporting.active svg {
	fill: #257bff;
}

.saved.active a,
.addition.active a,
.settings.active a,
.reporting.active a {
	color: orange;
	color: var(--highlight-color);
	font-weight: 500;
}

.header {
	text-align: center;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}

.no_result {
	margin: 0.3rem;
	padding: 0.3rem 0.5rem;
	list-style: none;
	text-align: left;
	font-size: 1rem;
	color: orange;
	transition: all 0.1s ease-in-out;
	border-radius: 0.35rem;
	background-color: rgba(255, 255, 255, 1);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.2s ease;
	outline: none;
}

h1 {
	color: rgba(255, 122, 122, 1);
	transition: var(--transition-1);
}

h1>a {
	text-decoration: none;
	color: rgba(255, 122, 122, 1);
}

h1>a::selection {
	color: rgb(255, 122, 122);
}

.mode {
	margin-top: 20px;
}

.toggle {
	display: flex;
	border: 1px solid #ffc6c6;
	height: 35px;
	width: 120px;
	border-radius: 50px;
	justify-content: flex-start;
	align-content: center;
	transition: var(--transition-2);
}

.toggler {
	display: grid;
	cursor: pointer;
	background-color: rgba(255, 198, 198, 1);
	color: #fff;
	height: 25px;
	width: 60px;
	border-radius: 50px;
	margin: 5px;
	text-align: center;
	align-content: center;
	align-self: flex-start;
	transition: var(--transition-2);
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-webkit-touch-callout: none;
}

.toggler:hover {
	width: 65px;
	background-color: rgba(255, 122, 122, 0.7);
}

.toggler::selection {
	color: #fff;
}























.glow {
	border: 3px solid #c2c5ff !important;
}

.hidden {
	display: none !important;
}

.visible {
	display: block !important;
}

.month {
	visibility: hidden;
	position: absolute;
	bottom: 0;
}
























.view-source {
	padding: 0 0 0 5px;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.strict {
	display: inline;
}

.loose {
	display: inline;
}

input.err {
	border-color: red !important;
}

.selection {
	margin-top: 25vh;
	font-size: 2rem;
	font-weight: bold;
	color: #ffc6c6;
	transition: var(--transition-1);
}

.selection::selection {
	color: #64ceaa;
}

@media only screen and (max-width: 600px) {
	.selection {
		margin-top: 15vh;
	}
}



.add-event {
	margin: 15px 0;
}


.icon {
	display: inline-block;
	color: rgb(95, 97, 104);
	width: 80px;
	text-align: center;
	font-weight: bold;
}

.icon span,
.icon svg {
	vertical-align: middle;
}



















/*
input:focus-within, input:focus-visible, input:active, input:focus {
	border:3px solid rgba(70,70,70,0.5)!important;
}
input {
	outline: rgba(70,70,70,0.5)!important;
	outline-width: 10px!important;
}
*/


/*
.add-event input:active {
	border-color:orange;
}

.add-event input {
border:2px solid lightgray;
padding:10px;
border-width:0 0 1px 0;
margin:3px;
}
*/


.add-event input.location {
	width: 350px
}

.add-event input.datecal {
	width: 126px;
}


.NMm {
	color: rgb(95, 99, 104);
	color-scheme: light;
	direction: ltr;
	display: inline;
	fill: rgb(95, 99, 104);
	flex-shrink: 0;
}

.paragraph {
	padding: 20px 16px;
}







/* mobile icon */

.nav-toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 18px;
  width: 22px;
}

.nav-toggle .bar {
  height: 2px;
  width: 100%;
  background-color: black;
  transition: all 100ms ease-in-out;
}

.nav-toggle:hover {
  cursor: pointer;
}

.x:nth-of-type(1) {
  transition: all 100ms ease-in-out;
  transform: rotate(45deg);
  transform-origin: top left;
  width: 24px;
}

.x:nth-of-type(2) {
  transition: all 100ms ease-in-out;
  transform-origin: center;
  width: 0;
}

.x:nth-of-type(3) {
  transition: all 100ms ease-in-out;
  transform: rotate(-45deg);
  transform-origin: bottom left;
  width: 24px;
}




































div.gm-style-cc { display:none }

div.gm-style div.gm-style-iw-c, div.gm-style-iw div.gm-style-iw-c {
    padding:0!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
}

div.gm-style-iw-c div.gm-iw {
    padding:3px 12px 3px 0;
}

div.gm-style-iw-d {
    overflow:hidden!important;
}









div.commands, * div.commands, .commands { padding:0!important;margin:0!important }


div.commands ul { display:flex }

div.commands ul li { 
    font-size:12px;
    font-family:sans-serif;
    font-weight:600;
    text-wrap:nowrap;
    color:white;
    background:#729fcf;
    display:flex;
    padding:3px 6px;
    width:auto;
    border:1px solid #729fcf!important;
    border-radius:30px;
    position:relative;
}

div.commands ul li img {
    padding:0!important;
    position:absolute;
    background:rgba(255,255,255,0);
    width:auto;
    height:auto;
    left:0;
    bottom:-10px;
}

/*
div.commands ul li::before { 
    z-index:-1;
    align-self:flex-end;
    position:absolute;
    right:0;
    bottom:-3px;
    content:'.';
    height:10px;
    width:10px;
    background:#729fcf;
    color:white;
    border-radius:0 0 0 30px;
}

div.commands ul li::after { 
    z-index:-1;
    align-self:flex-end;
    position:absolute;
    right:-1px;
    bottom:-3px;
    content:'.';
    height:10px;
    width:3px;
    background:white;
    color:rgba(255,255,255,0);
    border-radius:0 0 0 30px;
}
*/

