html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, 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 {
    display: block;
}
body {
    line-height: 1;
    
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
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;
}
.clear {
    clear: both;
}
@-ms-viewport{
    width: device-width;
}
body {
    margin: 0;

	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;

	-webkit-text-size-adjust: 100%;
	background: rgb(229, 229, 229);
	color: gray !important;
}
input, button {
	font-family: "Montserrat", sans-serif;
}



/* HTML: <div class="loader"></div> */
.loader {
	position: absolute;
	left: calc(50% - 110px);
	top: calc(50% - 110px);
	width: 200px;
	aspect-ratio: 1;
	display: grid;
	border: 10px solid #0000;
	border-radius: 50%;
	border-right-color: #089dc3;
	animation: l15 1s infinite linear;
  }
  .loader::before,
  .loader::after {    
	content: "";
	grid-area: 1/1;
	margin: 8px;
	border: inherit;
	border-radius: 50%;
	animation: l15 2s infinite;
  }
  .loader::after {
	margin: 24px;
	animation-duration: 3s;
  }
  @keyframes l15{ 
	100%{transform: rotate(1turn)}
  }


.v-enter-active,
.v-leave-active {
  transition: opacity 0.5s ease;
}

.v-enter-from,
.v-leave-to {
  opacity: 0;
}






.slide-fade-enter-active {
	transition: all .5s ease;
}
.slide-fade-leave-active {
	transition: all .5s ease;
}
.slide-fade-enter, .slide-fade-leave-to /* .slide-fade-leave-active below version 2.1.8 */ {
	transform: translateX(10px);
	opacity: 0;
}



.dib {
	display: inline-block;
}
.vam {
	vertical-align: middle;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.mr50 {
	margin-right: 50px;
}
.mr20 {
	margin-right: 20px;
}
.mr10 {
	margin-right: 10px;
}
.ml10 {
	margin-left: 10px;
}






.forminput {
	font-size: 1em;
	text-align: left;
	vertical-align: middle;
	background: #ededed;
	border: none;
	border-radius: 5px;
	padding: 10px;
	color: #0e7d9a;
}
.forminput:focus {
	outline-color: #0e7d9a;
}
.formbtn {
	display: inline-block;
	vertical-align: middle;
	background: #0c7d9a;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
}
