/**
	* Stylesheet
	*/

/**
	* Structure
	*/
html, body {
  min-height: 100%;
  margin: auto;
  font-family: 'Alata', sans-serif;
}

@font-face {
  font-family: 'Alata';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/Alata-Regular.woff') format('woff'),
       url('../fonts/Alata-Regular.woff2') format('woff2');
}

@media screen and (min-width: 500px) {
  html, body {
    overscroll-behavior: none;
  }
}

@media screen and (max-width: 700px) {
  html::-webkit-scrollbar, body::-webkit-scrollbar {
    display: none;
  }
}

.doggo_widget_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.doggo_widget_hourly {
    display: flex;
    overflow-y: scroll;
    direction: ltr;
}

.doggo_widget_hourly::-webkit-scrollbar {
  display: none;
}

.doggo_widget_flex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffffcc;
  box-shadow: 0px 0px 12px -10px #919191;
  padding: 20px;
  flex-grow: 1;
  border-radius: 12px;
  margin: 6px;
  color: #fff;
  min-width: 8%;
}

.doggo_widget_flex_sunrise {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.doggo_widget_flex_inner_temperature_range {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: 0px 0px 0px 12px;
}

.doggo_widget_flex_inner_temperatures {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: -6px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
}

.doggo_widget_flex_inner_temperatures h5 {
 margin: 0px 2px 0px 4px;
}

.advancestats-inner-half-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffffcc;
  box-shadow: 0px 0px 12px -10px #919191;
  padding: 20px 20px 20px 20px;
  flex-grow: 1;
  border-radius: 12px;
  margin: 6px;
  color: #fff;
  flex: 1 1 0%;
  max-width: 100%;
  min-width: 40%;
}

.advancestats-inner, .temperature-primary-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffffcc;
    box-shadow: 0px 0px 12px -10px #919191;
    padding: 30px 20px 30px 20px;
    flex-grow: 1;
    border-radius: 12px;
    margin: 6px;
    color: #fff;
    flex: 1 1 0%;
    max-width: 100%;
    min-width: 20%;
}

.temperature-primary-block {
  padding-top: 40px !important;
}

.advancestats-inner_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 130px;
}

.advancestats-inner h4::first-letter {
  text-transform: capitalize;
}

.primary-doggo {
  display: flex;
  padding: 5px 0px 5px 0px;
}

@media screen and (max-width: 900px) {
  #doggo_panel_hide {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .doggo_header {
    position: fixed;
    bottom: 0;
    width: 101%;
    padding: 7px 10px 7px 10px!important;
    margin-left: -16px;
    background-color: #F6FAFD;
    box-shadow: 0px 0px 12px -9px #919191;
  }
}

@media screen and (min-width: 900px) {
  #doggo_menu_hide {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner {
    flex-direction: column;
    min-width: 19%;
  }
}

@media screen and (max-width: 600px) {
  h5 img {
    margin-left: 3px;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner img {
    margin: 0px 0px 0px 0px!important;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner_flex {
    flex-direction: column;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner h4 {
    font-size: 16px;
    padding: 15px 0px 10px 0px;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner h5 {
    text-align: center;
    font-size: 17px;
    font-weight: 400;
  }
}

@media screen and (max-width: 600px) {
  .advancestats-inner img {
    margin: 0px;
  }
}

.doggo_widget_flex_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffffcc;
    box-shadow: 0px 0px 12px -10px #919191;
    padding: 20px;
    flex-grow: 1;
    border-radius: 12px;
    margin: 6px;
    color: #fff;
    flex: 1 1 0%;
    min-width: 300px;
}

.doggo-widget-flex-inner-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
}

.primarystats-inner_flex_section {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0px 10px 0px;
}

@media screen and (max-width: 600px) {
  .primarystats-inner_flex_section {
      flex-wrap: wrap;
    }
}

.primary_stats_description {
    font-size: 18px;
    line-height: 1.4;
}

@media screen and (max-width: 600px) {
  .doggo_widget_flex-inner {
    min-width: 90px;
  }
}

.doggo_widget_flex-inner_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 130px;
}

.doggo_widget_flex-inner h4 {
    font-size: 16px;
    margin-top: 0px;
}

.doggo_widget_flex-inner_flex h3 {
    margin: 0px;
    font-size: 25px;
    font-weight: 400;
}

.doggo_body_centered {
  background-color: #ffffffcc;
  padding: 100px;
  border-radius: 12px;
}

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

.no-js #weather-app {
  display: none;
}

.js #no-js-weather-app {
  display: none;
}

#no-js-weather-app {
  min-height: 100vh;
  background-color: #F6FAFD;
}

#doggo_weather {
  min-height: 100vh;
  background-color: #F6FAFD;
}

noscript p {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
}

noscript p a {
  color: #F5F3BB;
}

@media screen and (max-width: 600px) {
  .container {
  	min-height: 92vh;
  }
}

.grd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 0px;
	margin: 0px 6px 0px 6px;
}

#weather-app {
  min-height: 100vh;
  background-color: #F6FAFD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 600px) {
  #weather-app {
    background-image: none;
  }
}

.weather-forecast, .doggo-panels, .doggo-panels-labs, .doggo-panels-views, .doggo-panels-solar, .sunrise-sunset {
  margin: 0px 0px 4px 0px;
}

.doggo-panels-view-inner {
  display: flex;
  max-height: 166px;
}

.doggo-panels-views .advancestats-inner {
  min-width: 20%!important;
  justify-content: center!important;
}

.doggo-panels-views .doggo_widget_flex-inner {
  min-width: 70px!important;
}

.sunrise-sunset .advancestats-inner, .doggo-panels-solar .advancestats-inner {
  min-width: 30%;
}

.weather-pawcast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.weather-pawcast-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-grow: 1;
  background-color: #ffffffcc;
  box-shadow: 0px 0px 12px -10px #919191;
  padding: 20px;
  border-radius: 12px;
  min-width: 30%;
  min-height: 130px;
  margin: 6px;
}

@media screen and (max-width: 600px) {
  .weather-pawcast-grid {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 600px) {
  .weather-pawcast-grid .weather-pawcast-inner-dayofweek {
    margin: 20px 0px 20px 0px;
  }
}

.weather-pawcast-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.weather-pawcast-right {
 display: flex;
 justify-content: flex-end;
 align-items: center;
 flex-wrap: wrap;
}

.weather-pawcast-inner {
  font-size: 25px;
  font-weight: 400;
  color: #0C253E;
  margin-left: 30px;
}

.weather-pawcast-inner-dayofweek {
  width: 90px;
}

.doggo_status_safe {
  text-align: center;
  font-size: 60px;
  text-transform: none;
  line-height: 80px;
  margin: 40px 0px 40px 0px;
}

.doggo_status_generally_safe {
  font-size: 54px;
  text-transform: none;
  text-align: center;
}

.doggo_status_risk {
  text-align: center;
  font-size: 70px;
  text-transform: none;
  line-height: 80px;
  margin: 40px 0px 40px 0px;
}

.doggo_status_high_risk {
  text-align: center;
  font-size: 70px;
  text-transform: none;
  line-height: 80px;
  margin: 40px 0px 40px 0px;
}

.doggo_status_details {
  text-align: center;
  font-size: 22px;
  text-transform: none;
  font-weight: 600;
  padding-top: 12px;
}

@media screen and (max-width: 600px) {
  .doggo_status_generally_safe, .doggo_status_safe, .doggo_status_risk, .doggo_status_high_risk {
		text-align: center;
    font-size: 40px;
    text-transform: none;
    line-height: 1.3;
    margin: 0px 0px 0px 0px;
  }
}

@media screen and (max-width: 600px) {
  .doggo_status_details {
		text-align: center;
	  font-size: 18px;
	  text-transform: none;
	  line-height: 26px;
  }
}

.doggo_block {
  text-align: right;
}

.weather-today {
  background-color: #FFFFFFCC;
  box-shadow: 0px 0px 12px -10px #919191;
  padding: 40px;
  border-radius: 12px;
  margin: 20px 6px 20px 6px;
}

.doggo_logo {
  max-width: 50px;
  transform: rotate(20deg);
  display: none;
}

.doggo_description {
  color: #0C253E;
  font-size: 19px;
  text-transform: none;
}

.doggo_header_description {
  color: #fff;
  font-size: 19px;
  text-transform: none;
  text-align: center;
}

.doggo_body {
    background-color: #ffffffcc;
    padding: 100px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 6px;
}

.doggo_body_inner, .doggo_body_inner h1, .doggo_header_description {
  text-align: left;
}

@media screen and (max-width: 600px) {
  .doggo_body_inner, .doggo_body_inner h1, .doggo_header_description {
    text-align: center;
  }
}

.doggo_featured_image {
  width: 25em;
  height: 25em;
  margin-left: 4em;
}

@media screen and (max-width: 600px) {
  .doggo_featured_image {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .doggo_body {
    padding: 40px;
  }
}

.doggo_body h1 {
  margin: 0px;
}

.doggo_header_description {
  margin: 30px 0px 40px 0px;
  font-size: 22px;
  line-height: 1.3;
}

.button {
    font-size: 18px;
    font-weight: 500;
    color: #0C253E;
    border: none;
    background-color: #fada5e;
    border-radius: 100px;
    padding: 8px 24px;
    border-color: #fff;
    max-width: 200px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.button:hover {
    color: #0C253E;
}

.doggo_logo_text {
  font-size: 20px;
  color: #0C253E;
  margin: 0px 0px 0px 10px;
  cursor: pointer;
}

.doggo_menu_inner {
  display: flex;
  flex-direction: row;
  margin: 30px 0px 30px 0px;
}

.doggo_menu_inner li {
  margin-right: 16px;
  list-style-type: none;
}

.grd-row-submenu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 30px 0px 30px 0px;
}

.grd-row-submenu .doggo_menu_inner {
  margin: 0px;
}

.doggo_menu_primary {
  color: #0C253E;
  padding: 10px 17px 10px 17px;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  margin: 0px 6px 0px 0px;
}

.doggo_menu_primary:hover {
  color: #0C253E;
  background-color: #FFFFFFCC;
  padding: 10px 17px 10px 17px;
  border-radius: 12px;
}

.grd-row-submenu .doggo_menu_primary a {
  color: #0C253E;
}

.doggo_menu_primary_active {
  padding: 10px 17px 10px 17px;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  margin: 0px 6px 0px 0px;
}

.doggo_menu_primary_active a {
  color: #fada5e!important;
}

.grd-row-submenu img.wa-icon.clickable {
  margin: 0px 0px -8px 10px;
}

.doggo_flex {
  display: flex;
  align-items: center;
  margin-left: -5px !important;
}

.doggo_body .doggo_flex {
  margin: 10px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  font-size: 30px;
}

.doggo_inner_flex {
  margin-right: 50px;
}

.doggy_status_details {
  font-size: 24px;
  text-align: center;
  margin-top: 17px;
}

.doggo_header {
  padding: 30px 0px 20px 0px;
}

.full-page {
	min-height: 100vh;
}
.vertical-center {
	display: flex;
	align-items: center;
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0.6rem;
  min-height: 100%;
}

.container-clicker {
  display: flex;
  min-height: 91vh;
}

.clicker-icon.clickable {
  height: 1.65em;
  margin: 0px 8px 0px 0px;
}

@media screen and (max-width: 600px) {
  .container-clicker .doggo_body {
    padding: 0px!important;
  }
}

@media screen and (max-width: 900px) {
  .container, .container-clicker {
    padding: 0.5rem 0.1rem 44px 0.1rem!important;
    min-height 30px!important;
  }
}

.doggo_footer {
  padding-bottom: 1rem;
}

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

@media screen and (max-width: 600px) {
  .footer-credits {
    text-align: center;
  }
}

table {
	width: 100%;
}
table tr {
	border-bottom: thin solid rgba(216,216,216,.99);

}
table td {
	padding: 1rem;
}

hr {
	border-top: thin solid rgba(216,216,216,.99);
}


.my3 {margin-top: 3rem; margin-bottom: 3rem; }
.my4 {margin-top: 4rem; margin-bottom: 4rem; }


input[type=radio] {
	display: inline-block;
	vertical-align: bottom;
	width: auto;
}

.weather-settings {
	max-width: 400px;
	margin: 0px auto;
}

input{
	outline: none;
    border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.doggo_menu ul, .doggo_menu a {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  padding: 0px;
  color: #0C253E;
  font-size: 17px;
  list-style-type: none;
  padding: 0;
}

/**
  * Products
  */
.doggo_products {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
  flex-direction: row;
}

.doggo_product_image {
  border-radius: 12px;
  margin-right: 30px;
  max-width: 250px;
}

.doggo_product_inner {
  display: flex;
  flex-direction: column;
  max-width: 250px;
  margin: 0px 10px 50px 10px;
}

/**
	* Icons
	*/
.wi-owm-800 {
  animation-name: spin;
  animation-duration: 80000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: #FADA5E;
}

.wi {
  color: #0C253E;
}

.hourly-icon {
  color: #0C253E;
  font-size: 23px;
}

.wi-owm-800.hourly-icon {
  color: #FADA5E;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

i.wi.wi-sunrise {
  color: #FADA5E;
  font-size: 26px;
}

i.wi.wi-sunset {
  color: #fada5e;
  font-size: 26px;
}

.wa-icon {
  height: 2rem;
}

*:focus {
    outline: none;
}

.clickable{
	cursor: pointer;
}

p.my0::first-letter {
  text-transform: capitalize;
}

.grd-row-col-3-6.txt--right.py2 {
  display: flex;
  flex-direction: row;
}

@media screen and (max-width: 600px) {
  .grd-row-col-3-6.txt--right.py2 {
  display: flex;
  flex-direction: column;
  }
}

.doggo_block .wi {
  font-size: 33px;
  margin-bottom: 10px;
}

/**
	* Fonts
	*/
@media screen and (max-width: 600px) {
  .doggo_logo_text {
    display: none;
  }
}

.doggo_block h4 {
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

.my2 {
  color: #fff;
  margin: 0px;
  font-size: 36px;
  font-weight: 400;
}

.my1 {
  font-size: 26px;
}

.my0 {
  font-size: 18px;
  font-weight: 400;
}

p.my0 {
  margin: 20px 0px 20px 0px;
  color: #0C253E;
}

p.my2 {
  color: #0C253E;
  font-weight: 400;
}

h1 {
  font-size: 50px;
  text-transform: none;
  text-align: center;
  margin-top: 0px;
}

h1, h2, h3, h6, p {
  color: #0C253E;
  margin: 20px 0px 20px 0px;
}

.doggo-panels-labs h2 {
  margin: 30px 0px 10px 8px!important;
  font-size: 30px!important;
}

.grd-row h6 {
  color: #0C253E;
}

ul li a {
  color: #0C253E;
  font-size: 21px;
  list-style-type: none;
  padding: 0px;
  text-transform: capitalize;
}

img.wa-icon.clickable {
  margin-top: 0px;
}

/* @media screen and (max-width: 600px) {
  .doggo_menu_primary {
    display: none;
  }
} */

@media screen and (max-width: 600px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 600px) {
  h3 {
    font-size: 32px;
  }
}

@media screen and (max-width: 600px) {
  .grd-row h6 {
    font-size: 18px;
  }
}

h2 {
  font-size: 34px;
  text-transform: none;
}

h3 {
  margin-top: 0px;
}

h4 {
  font-size: 20px;
  color: #0C253E;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  color: #0C253E;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
}

h6 {
  font-size: 21px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

a {
 text-decoration: none;
 color: #fada5e;
}

/**
  * Form
  */
.doggo_content_inner form {
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 12px;
  margin: 0px 0px 40px 0px;
}

.doggo_content_inner label {
  margin-top: 30px;
  min-width: 70%;
}

.doggo_content_inner input {
  border-radius: 12px;
  background-color: transparent;
  min-height: 20px;
  min-width: 98%;
  border-color: #fff;
  border-width: 2px;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);;
}

.doggo_content_inner textarea {
  border-radius: 12px;
  background-color: transparent;
  min-height: 90px;
  min-width: 98%;
  border-color: #fff;
  border-width: 2px;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 700px) {
  .doggo_content_inner input {
  max-width: 100px;
  }
}

@media screen and (max-width: 700px) {
  .doggo_content_inner textarea {
  max-width: 100px;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

/**
  * Homepage
  *
  */
.homepage-doggo-flex-box {
  background-color: #FFFFFFCC;
  box-shadow: 0px 0px 12px -10px #919191;
  padding: 20px;
  border-radius: 12px;
  margin: 20px 6px 20px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  white-space: pre-line;
}

#doggo-homepage {
  min-height: 100vh;
  background-color: #F6FAFD;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.doggo-flex-box-inner {
  min-width: 320px;
  max-width: 48%;
}

.doggo-flex-box-inner-image {
  max-width: 50%;
  margin: 0px 0px 0px 8%;
}

.homepage-doggo-flex-box img {
  border-radius: 12px;
}

.homepage-doggo-flex-box h1, .homepage-doggo-flex-box p, .homepage-doggo-flex-box h2 {
  text-align: left;
  line-height: 1.3;
}

.homepage-doggo-flex-box .button {
  font-size: 18px;
  font-weight: 500;
  color: #0C253E;
  border: none;
  background-color: #fada5e;
  border-radius: 100px;
  padding: 12px 34px;
  border-color: #fff;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}

@-webkit-keyframes shaker {
	0% { -webkit-transform: translate(2px, 0); }
	50% { -webkit-transform: translate(-2px, 0); }
	100% { -webkit-transform: translate(2px, 0); }
}

.shake {
	-webkit-animation-name: shaker;
	-webkit-animation-duration: 0.1s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-timing-function: linear;
}


.homepage-doggo-flex-box .doggo_description {
  padding: 15px 0px 25px 0px;
}

.doggo_description_inner {
    color: #0c253e;
    font-size: 19px;
    text-transform: none;
}

#doggo-homepage .doggo_text_logo {
  font-size: 20px;
  color: #0C253E;
  margin: 0px 0px 0px 10px;
}

#doggo-homepage .doggo_menu_text {
  font-size: 18px;
  color: #0C253E;
  margin: 0px 0px 0px 10px;
}

#doggo-homepage .doggo_header {
    padding: 40px 0 20px;
}

@media screen and (max-width: 600px) {
  .doggo-flex-box-inner {
    min-width: 100%;
  }
}

@media (prefers-color-scheme: dark) {
  .homepage-doggo-flex-box {
    background-color: #1E1E1E!important;
  }
}

@media (prefers-color-scheme: dark) {
  .homepage-doggo-flex-box h1, .homepage-doggo-flex-box h2, .homepage-doggo-flex-box h3, .homepage-doggo-flex-box h4, .homepage-doggo-flex-box h5, .homepage-doggo-flex-box h6, .homepage-doggo-flex-box p {
    color: #efdac0!important;
  }
}

/**
  * Settings Page
  */
.doggo-settings ul li {
  border: none;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100px;
}

.doggo-settings ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
}

.doggo-settings ul li label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 0.6em;
  padding: 25px 25px 25px 70px;
  margin: 13px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  	color: #AAAAAA;
}

.doggo-settings ul li:hover label {
	color: #0C253E;
}

.doggo-settings ul li:hover .check {
  border: 4px solid #0C253E;
}

.doggo-settings ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 37px;
  left: 20px;
	z-index: 5;
	transition: border .25s linear;
	-webkit-transition: border .25s linear;
}

.doggo-settings ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.doggo-settings input[type=radio]:checked ~ .check {
  border: 4px solid #fada5e;
}

.doggo-settings input[type=radio]:checked ~ .check::before {
  background: #fada5e;
}

.doggo-settings input[type=radio]:checked ~ label {
  color: #fada5e;
}

.doggo-settings {
  display: block;
  position: relative;
  margin: 0px auto;
  height: auto;
}

.doggo-settings ul {
  list-style: none;
  margin: 0;
  padding: 0;
	overflow: auto;
}

/**
  * Dark Mode
  */
@media (prefers-color-scheme: dark) {
  #weather-app, #no-js-weather-app, #doggo-homepage {
    background-color: #121212!important;
  }
}

@media (prefers-color-scheme: dark) {
  .weather-today, .advancestats-inner, .temperature-primary-block, .doggo_widget_flex-inner, .weather-pawcast-grid, .doggo_body, .advancestats-inner-half-width, .doggo_widget_flex_inner {
    background-color: rgba(30, 30, 30, 0.8)!important;
    box-shadow: none!important;
  }
}

@media (prefers-color-scheme: dark) {
  h2.doggo_status_generally_safe, p.doggo_status_details, h1.doggy_status_details, h4, h5, h3, p, h6, .doggo_menu ul, .doggo_menu a, .hourly-icon, .weather-pawcast-inner, .wi, .doggo_body h1, .doggo-panels h1, sup {
    color: #efdac0!important;
  }
}

@media (prefers-color-scheme: dark) {
  .doggo_menu_primary:hover {
    background-color: rgba(30, 30, 30, 0.8)!important;
    box-shadow: none!important;
  }
}

@media (prefers-color-scheme: dark) {
  .doggo_menu_primary_active {
    box-shadow: none!important;
  }
}

@media (prefers-color-scheme: dark) {
  .doggo_menu_primary_active a {
    color: #fada5e!important;
  }
}

@media (prefers-color-scheme: dark) {
  .doggo-settings ul li:hover label {
  	color: #fff!important;
  }
}

@media (prefers-color-scheme: dark) {
  .homepage-doggo-flex-box {
    background-color: rgba(30, 30, 30, 0.8)!important;
    box-shadow: none;
  }
}

@media (prefers-color-scheme: dark) {
  h2, .homepage-doggo-flex-box h1, .homepage-doggo-flex-box h2, .homepage-doggo-flex-box h3, .homepage-doggo-flex-box h4, .homepage-doggo-flex-box h5, .homepage-doggo-flex-box h6, .homepage-doggo-flex-box p {
    color: #efdac0!important;
  }
}

@media (prefers-color-scheme: dark) {
  @media screen and (max-width: 900px) {
    .doggo_header {
      background-color: rgba(30, 30, 30, 0.9);
      box-shadow: none;
    }
  }
}
