/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label
{
 margin: 0;
 padding: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}




table
{
 border-collapse: collapse;
 border-spacing: 0;
    margin-bottom: 20px;
}

th, td
{
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal;}


img { border: 0; }

.margin-top_reset {
	margin-top: 0;
}

.margin-bottom_reset {
	margin-bottom: 0;
}


ul
{
    list-style-type:none;
    padding-inline-start: 2%;
    left: 2px;
}
li
{
    list-style-type:none;

    left: 2px;
}


/* colors */

:root {
  --color-primary: #E63347;
  --color-secondary: #0077b5;
  --color-black: #000000;
  --color-darkgray: #555555;
  --color-gray:#666;
  --color-lightgray: #fffaf6;
  --color-verylightgray:#efefef;
  --color-white:#ffffff;
}

.color-primary {
	color: var(--color-primary);
}

.color-secondary {
	color: var(--color-secondary);
}


/* Typography */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&family=Ubuntu:wght@500;700&family=Roboto+Mono:wght@300&display=swap');

:root {
  --font-headline: 'Ubuntu', sans-serif;
  --font-sub-headline: 'Rubik', sans-serif;
  --font-body: 'Rubik', sans-serif;
  --font-mono: 'Roboto Mono', monospace;
	
  --text-size-xs: 0.64rem;
  --text-size-sm: 0.8rem;
  --text-size-md: 1rem;
  --text-size-lg: 1.25rem;
  --text-size-xl: 1.56rem;
  --text-size-2xl: 1.95rem;
  --text-size-3xl: 2.44rem;
  --text-size-4xl: 3.05rem;
  --text-size-5xl: 3.81rem;
  
}

html {font-size: 16px;}

body {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  line-height: 1.65;
}

p {
  font-size: var(--text-size-md);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: bold;
  line-height: 1.15;
}

h1,
.text-size-h1 {
  margin-top: 0;
  font-size: var(--text-size-3xl);
}

h2,
.text-size-h2 { font-size: var(--text-size-xl); }

h3,
.text-size-h3 { font-size: var(--text-size-xl); }

h4,
.text-size-h4 { font-size: var(--text-size-xl); }

h5,
.text-size-h5 { font-size: var(--text-size-lg); }

.text-caption { font-size: var(--text-size-sm); }

small,
.text-small {
  font-size: var(--text-size-xs);
}

a {
  color: var(--color-secondary);
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
    word-break: break-word;
}

a:hover {
  color: var(--color-primary);
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/* ICONS */

.icons {
  display: none;
}

.main-icon {
  display: inline-block;
  position: relative;
  top: -10px;
  fill: var(--color-primary);
  font-size: 5rem;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

.inner .main-icon {
  display: inline-block;
  position: relative;
  top: -8px;
  fill: var(--color-primary);
  height: .7em;
  vertical-align: middle;
  width: .7em;
}

.search-icon {
  display: inline-block;
  position: relative;
  top: -10px;
  fill: var(--color-primary);
  font-size: var(--text-size-2xl);
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

/* LAYOUT */

.body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-wrapper {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.gooey {
    display:none;
    position: relative;

    width: 150px;
    height: 40px;

    background: #fff;
    filter: contrast(20);
}


.gooey .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #3e3e3e;
    border-radius: 10%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.gooey .dots {
    transform: translateX(0);
    margin-top: 10px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}
.gooey .dots span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    filter: blur(4px);
    background: #e63347;
    border-radius: 50%;
}


.gooeym {
    display:none;
    position: relative;
    margin-right: 200px;
    width: 150px;
    height: 40px;
    background: #fff;
    filter: contrast(20);
}
.gooeym .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    filter: blur(4px);
    background: #3e3e3e;
    border-radius: 10%;
    transform: translateX(0);
    animation: dot 2.8s infinite;
}
.gooeym .dots {
    transform: translateX(0);
    margin-top: 10px;
    margin-left: 31px;
    animation: dots 2.8s infinite;
}
.gooeym .dots span {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    filter: blur(4px);
    background: #e63347;
    border-radius: 50%;
}

@-moz-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-webkit-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-o-keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@keyframes dot {
    50% {
        transform: translateX(96px);
    }
}
@-moz-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-webkit-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@-o-keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}
@keyframes dots {
    50% {
        transform: translateX(-31px);
    }
}

.section {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.front {
	/*height: 78vh;*/
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.inner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 24px;
}

.results {
	width: clamp(320px, 92vw, 960px);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px auto;
}

.tree {
    width: clamp(320px, 92vw, 1200px);
}

.rowgroups {
    width: 100%;
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.plain-row {
	min-width: 320px;
    width: 100%;
	margin: 14px 0;
}

.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.full-width {
	width: 100%;
}

.margin-top_reset {
	margin-top: 0;
}

.margin-bottom_reset {
	margin-bottom: 0;
}

/* ELEMENTS */

.search_toggle-switch {
    margin-top: 20px;
    margin-bottom: 6px;
    width: 100%;
}

input[type="checkbox"].switch{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 3.5em;
    height: 1.5em;
    border: 1px solid red;
    color: var(--color-primary);
    background: #fff;
    border-radius: 3em;
    position: relative;
    top: 6px;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked{
    background: #fff;
}

input[type="checkbox"].switch:after{
    position: absolute;
    content: "";
    color: var(--color-primary);
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    background: var(--color-primary);
    -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
    box-shadow: 0 0 .25em rgba(0,0,0,.3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    top: -1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked:after {
    left: calc(100% - 1.5em);
}


/* ICONS */

.hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.icons {
    display: none;
}



.icon {
    display: inline-block;
    fill: var(--color-primary);
    font-size: 26px;
    font-size: 1.6rem;
    height: 1em;
    vertical-align: middle;
    width: 1em;
}

/* FORMS */

.login-form {
    margin-top: 3em;
}

input {
    background-image: none;
    border: 0;
    color: var(--color-black);
    font: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

input::-webkit-input-placeholder {
    color: var(--color-gray);
}

input:-ms-input-placeholder {
    color: var(--color-gray);
}

input::placeholder {
    color: var(--color-gray);
}

input[type='submit'],
input[type='reset'] {
    cursor: pointer;
}

.form {
    margin: -14px;
    margin: -0.875rem;
    margin-bottom: 16px;
    margin-bottom:1rem;
}

.form input[type='password'],
.form input[type='text'],
.form input[type='submit'],
.form input[type='reset'] {
    width: 100%;
}

.form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 14px;
    margin: 0.875rem;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
}

.has-error {
    background-color: mistyrose !important;
}

.has-error::-webkit-input-placeholder {
    color: var(--color-primary);
}

.has-error:-ms-input-placeholder {
    color: var(--color-primary);
}

.has-error::placeholder {
    color: var(--color-primary);
}

.score-error {
    color: var(--color-primary);
}

.form__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    opacity: .85;
}

.login {
    color: var(--color-lightgray);
}

.login label,
.login input[type='text'],
.login input[type='password'],
.login input[type='submit'],
.login input[type='reset'] {
    border-radius: 0.25rem;
    padding: 16px;
    padding: 1rem;
}


.login label {
    background-color: var(--color-verylightgray);
    color: var(--color-white);
    border-radius: 6px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
}

.drop-down label {
    width: 6rem;
}

.login input[type='password'],
.login input[type='text'] {
    background-color: var(--color-verylightgray);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.login input[type='password']:focus,
.login input[type='password']:hover,
.login input[type='text']:focus,
.login input[type='text']:hover {
    background-color: var(--color-lightgray);
}

.login input[type='submit'] {
    color: var(--color-secondary);
    font-weight: 400;
    text-transform: uppercase;
    border: none;
}

.login input[type='reset'] {
    background-color: var(--color-lightgray);
    color: var(--color-gray);
    font-weight: 700;
    text-transform: uppercase;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
}


.login input[type='reset']:focus,
.login input[type='reset']:hover {
    background-color: var(--color-verylightgray);
}


select {
    background-color: var(--color-verylightgray);
    color: var(--color-gray);
    border: none;
    font: inherit;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    padding: 0 1rem;
    border-radius: .25rem;
    outline: none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

select:hover {
    background-color: var(--color-lightgray);
}


.forgot-success {
    color: var(--color-secondary);
    text-align: center;
}

.forgot-error {
    color: var(--color-primary);
    text-align: center;
}












.main-block {
	width: clamp(320px, 80vw, 960px);
}

.inner .main-block {
	width: clamp(320px, 80vw, 860px);
}

.main-logoname {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.inner .main-logoname {
	position: relative;
	text-align: center;
	margin-bottom: 0;
}


.main-logoname h1 {
	font-size: clamp(26px, 7vw, 50px);
}

.main-logoname a {
	color: var(--color-black);
}

.inner .main-logoname h1 {
	font-size: clamp(18px, 7vw, 32px);
}

.main-search {
	position: relative;
	width: clamp(320px, 80vw, 960px);
    height: 70px;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    background-color: var(--color-verylightgray);
	margin-bottom: 30px;
}

.inner .main-search {
	position: relative;
	width: clamp(320px, 80vw, 860px);
    height: 50px;
    border: 1px solid var(--color-primary);
    border-radius: 6px;
    background-color: var(--color-verylightgray);
	margin-bottom: 30px;
}

label[for="uasearch"] {
	position: absolute;
    left: 12px;
    top: 28px;
}


h3[id="label"] {
    display: inline-block;
    word-break: break-word;
    margin-bottom: 0;
}

h2[id="label"] {
    display: inline-block;
    word-break: break-word;
    margin-top: 10px;
}

.inner label[for="uasearch"] {
	position: absolute;
    left: 12px;
    top: 18px;
}


input[id="uasearch"] {
    position: absolute;
    left: 50px;
    top: 5px;
    width: clamp(200px, 69vw, 860px);
    height: 60px;
    background: none;
    border: none;
    outline: none;
    font-family: var(--font-body);
    font-size: var(--text-size-md);
    font-weight: 300;
}

.inner input[id="uasearch"] {
	position: absolute;
    left: 70px;
    top: 4px;
	width: clamp(220px, 70vw, 600px);
	height: 40px;
	background: none;
	border: none;
    outline: none;
	font-family: var(--font-body);
	font-size: var(--text-size-md);
	font-weight: 300;
}

::-webkit-input-placeholder {
	font-family: var(--font-body);
	font-size: var(--text-size-md);
	font-weight: 300;
	color: var(--color-gray);
}

:-ms-input-placeholder {
	font-family: var(--font-body);
	font-size: var(--text-size-md);
	font-weight: 300;
	color: var(--color-gray);
}

::placeholder {
	font-family: var(--font-body);
	font-size: var(--text-size-md);
	font-weight: 300;
	color: var(--color-gray);
}

.main-catgs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	font-size: var(--text-size-md);
    padding-bottom: 20px;
}

.main-catgs div {
	margin: 0 12px;
}

.count {
	font-size: var(--text-size-sm);
}

.current {
	color: var(--color-primary);
	font-weight: 600;
	font-size: var(--text-size-lg);
}
pagination2
/* TABLE */
table, th, td {
	padding: 2px;
}

table {
	width: 100%;
}

th {
	color: var(--color-gray);
	border-bottom: 1px solid var(--color-lightgray);
}

tr:nth-child(even) {
	background-color: var(--color-verylightgray);
}

td:nth-child(1) {
	width: 80%;
}

td:nth-child(2) {
	width: 10%;
    word-wrap: break-word;
    word-break: break-word;
}


.threads td:nth-child(1) {
	width: 78%;
}

.threads td:nth-child(2) {
	width: 12%;
}


.stats td:nth-child(1) {
    width: 45%;
    text-align: right;
}

.stats td:nth-child(2) {
    width: 55%;
    padding-left: 5px;
}

.stats tr:nth-child(even) {
    background-color: var(--color-white);
}

.stats {
    width: 100%;
}

.stats-search {
    width: 100%;

    padding-top: 25px;
}



.stats-search td:nth-child(1) {
    width: 33%;
    padding-right: 25px;
    padding-top: 25px;
}

.stats-search td:nth-child(2) {
    width: 33%;
    padding-right: 25px;
    padding-top: 25px;
}

.stats-search td:nth-child(3) {
    width: 33%;
    padding-right: 25px;
    padding-top: 25px;
}

.stats-search tr:nth-child(even) {
    background-color: var(--color-white);
    padding-top: 25px;
}


.stats-search {
    width: 100%;
    padding-right: 15px;
}


select[name="r-select"] {
    border: none;
    border-bottom: 1px solid var(--color-lightgray);
    font-size: var(--text-size-md);
    color: var(--color-gray);
    /* background: #fff4e6; */
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    background-color: var(--color-verylightgray);
    margin-right: 16px;
    padding: 10px;
}


/* FOOTER */
.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: var(--text-size-sm);
	line-height: 14px;
	line-height: 1rem;
}

.footer div {
	margin: 4px;
}

.patron a{
	font-size: var(--text-size-md);
	font-weight: 500;
	color: var(--color-primary);
}

.ui {
   display: block;
	font-size: var(--text-size-xs);
    text-align: center;
}

.label {
    color: var(--color-primary);
}
.post {
	border: 1px solid var(--color-secondary);
	border-radius: 6px;
	padding: 8px;
    /* margin-right: 10px; */
	-webkit-box-shadow: 0 0 10px var(--color-verylightgray);
	box-shadow: 0 0 10px var(--color-verylightgray);
	font-family: var(--font-mono);
	line-height: 1.0em;
    word-wrap: break-word;
}

.comment {
    font-family: var(--font-mono);
    word-wrap: break-word;
    line-height: 1.0em;
    color:#bcbcbc;
    font-size:smaller;
    word-wrap: break-word;
}

.post-name {
	font-size: var(--text-size-md);
    line-height: 0.9em;
}

.post-date {
	font-size: var(--text-size-sm);
	color: var(--color-gray);
	padding-bottom: 4px;
	border-bottom: 1px solid var(--color-secondary);
    line-height: 0.9em;
}

/* MODAL */

.popup{
  width: 100%;
  height: 100vh;
  display: none;
  background-color: var(--color-lightgray);
  position: fixed;
  top: 0;
  right: 0;
}

#column2 img {
    float:left;
    padding:5px;
}

#popup-article:target{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#popup-nft:target{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#login:target{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.popup:before{
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;

  position: fixed;
  left: 0;
  top: 50%;
  will-change: height, top;
  -webkit-animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
  animation: open-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) .65s both;
}

.popup:after{
  content: "";
  width: 0;
  height: 2px;
  background-color: #f0f0f0;

  will-change: width, opacity;
  -webkit-animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;
  animation: line-animation .6s cubic-bezier(0.83, 0.04, 0, 1.16) both;

  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

@-webkit-keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@keyframes line-animation{

  0%{
    width: 0;
    opacity: 1;
  }

  99%{
    width: 100%;
    opacity: 1;
  }

  100%{
    width: 100%;
    opacity: 0;
  }  
}

@-webkit-keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

@keyframes open-animation{

  0%{
    height: 0;
    top: 50%;
  }

  100%{
    height: 100vh;
    top: 0;
  }
}

.popup__block{
  height: calc(100vh - 40px);
  padding: 5% 15%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  
  margin: auto;
  overflow: auto;
  -webkit-animation: fade .5s ease-out 1.3s both;
  animation: fade .5s ease-out 1.3s both;
}

@-webkit-keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

@keyframes fade{

  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.popup__close{
  width: 3.2rem;
  height: 3.2rem;
  text-indent: -9999px;
  
  position: fixed;
  top: 20px;
  right: 20px;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTE5IDYuNDFMMTcuNTkgNSAxMiAxMC41OSA2LjQxIDUgNSA2LjQxIDEwLjU5IDEyIDUgMTcuNTkgNi40MSAxOSAxMiAxMy40MSAxNy41OSAxOSAxOSAxNy41OSAxMy40MSAxMnoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}







/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
    background-color: #555;
    color: white;
    padding: 4px 4px;
    border: none;
    cursor: pointer;
    opacity: 0.5;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 95px;
}

/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 10px;
    border: 3px solid #f1f1f1;
    z-index: 9;
}

/* Add styles to the form container */
.form-container {
    max-width: 320px;
    padding: 7px;
    background-color: white;
}

/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 2px;
    margin: 1px 0 12px 0;
    border: none;
    background: #f1f1f1;
}

/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/login button */
.form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 16px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 1;
}





/* Switch */
.switch-field {
    display: flex;
    margin-top: 20px;
    margin-bottom: 2px;
    overflow: hidden;

}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #f8f8f8;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #faccd0;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}
