/**
	* 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');
}

html, body {
  scrollbar-width: none;
}

html::-webkit-scrollbar, body::-webkit-scrollbar {
  display: none;
}

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

.doggo_widget_flex_unit_measurements {
  display: flex;
  flex-wrap: wrap;
}

.doggo_widget_hourly {
    display: flex;
    overflow-y: scroll;
    direction: ltr;
    max-height: 150px;
}

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

.doggo_widget_flex-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #2b2b40;
  padding: 16px;
  flex-grow: 1;
  border-radius: 12px;
  margin: 6px;
  color: #F9F4ED;
  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 12px 0px 0px;
}

.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;
  padding: 20px 20px 20px 20px;
  flex-grow: 1;
  border-radius: 12px;
  margin: 6px;
  color: #F9F4ED;
  flex: 1 1 0%;
  max-width: 100%;
  min-width: 40%;
}

.advancestats-inner, .advancestats-inner-left, .advancestats-inner-right, .temperature-primary-block, .advancestats-inner-invite {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2b2b40;
    padding: 30px 20px 30px 20px;
    flex-grow: 1;
    border-radius: 12px;
    margin: 6px;
    color: #F9F4ED;
    flex: 1 1 0%;
    max-width: 100%;
    min-width: 20%;
}

.advancestats-inner-invite {
    align-items: flex-start!important;
    flex-direction: column!important;
}

.doggo-panels-weather-data .advancestats-inner-left, .doggo-panels-weather-data .advancestats-inner-right {
  cursor: pointer;
  padding: 20px 10px 20px 10px!important;
}

.doggo-panels-weather-data .advancestats-inner-left {
  background-color: #FFD6DE!important;
}

.doggo-panels-weather-data .advancestats-inner-right {
  background-color: #FFD6DE!important;
}

.doggo-panels-weather-data .advancestats-inner-left h4, .doggo-panels-weather-data .advancestats-inner-right h4 {
  color: #2b2b40!important;
  font-size: 19px!important;
}

.doggo-panels-weather-data .advancestats-inner-left .wi, .doggo-panels-weather-data .advancestats-inner-right .wi {
  color: #2b2b40!important;
}

.temperature-primary-block {
  margin: 0px!important;
  padding-top: 40px !important;
  background-color: rgba(30,30,30,.3);
}

.temperature-primary-block .wi-direction-up, .temperature-primary-block .wi-direction-down, .temperature-primary-block h5, .temperature-primary-block .my0, .temperature-primary-block .my2 {
 color: #F9F4ED!important;
}

.wi-umbrella, .wi-direction-right {
  color: #2b2b40;
}

.temperature-primary-block-background {
  background: url(/assets/img/primary-background.png);
  background-position: center center!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
  width: 100%;
  border-radius: 12px;
  margin: 6px;
}

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

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

button.slider-button {
  border-radius: 100px;
  border: none;
  height: 28px;
  width: 28px;
  background-color: #ffd6de;
  color: #2b2b40;
  font-size: 20px;
}

.slider-container {
  font-size: 24px;
}

.slider-container input[type="range"] {
  background-color: #2b2b40; /* Background bar color */
  border: none;
}

input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 56%;
  border: none;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #212131;
  border-radius: 8px;
  border: none;
}

input[type=range]::-webkit-slider-thumb {
  height: 24px;
  width: 24px;
  border-radius: 100px;
  border: none;
  background: #ffd6de;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #212131;
  border: none;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #212131;
  border-radius: 8px;
  border: none;
}

input[type=range]::-moz-range-thumb {
  height: 24px;
  width: 24px;
  border-radius: 100px;
  border: none;
  background: #ffd6de;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #212131;
  border-radius: 8px;
  border: none;
}

input[type=range]::-ms-fill-lower {
  background: #212131;
  border: none;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #212131, 0px 0px 1px #212131;
}

input[type=range]::-ms-fill-upper {
  background: #212131;
  border: none;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #212131, 0px 0px 1px #212131;
}

input[type=range]::-ms-thumb {
  height: 24px;
  width: 24px;
  border-radius: 100px;
  border: none;
  background: #ffd6de;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-ms-fill-lower {
  background: #212131;
}

input[type=range]:focus::-ms-fill-upper {
  background: #212131;
}

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

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

.doggo_header {
  position: sticky;
  bottom: 0;
  padding: 7px 10px 7px 10px;
  background-color: #2b2b40;
  box-shadow: 0px 0px 12px -9px #2b2b40;
  margin-top: -58px;
  z-index: 10000000;
}

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

@media screen and (min-width: 900px) {
  .wi-umbrella, i.wi.wi-night-cloudy {
    margin-right: 16px;
  }
}

.advancestats-inner, .advancestats-inner-left, .advancestats-inner-right {
  flex-direction: column;
  min-width: 19%;
}

.doggo-panels-weekdays .advancestats-inner-right {
  min-width: 1%;
  padding: 15px;
  margin: 4px;
}

.doggo-panels-weekdaystimings .advancestats-inner-right {
  min-width: 25%;
  padding: 15px;
  margin: 4px;
}

.doggo-panels-weekdays .advancestats-inner-right h3 {
  font-size: 18px;
  margin: 0px;
}

.doggo-panels-weekdaystimings .advancestats-inner-right h3 {
  font-size: 16px;
  margin: 0px;
}

.doggo-panels-weekdays .advancestats-inner-right h4, .doggo-panels-weekdaystimings .advancestats-inner-right h4 {
  font-size: 14px;
  padding: 10px 0px 4px 0px;
}

.current-day, .current-day-timings {
  background-color: #FFD6DE;
}

.current-day h3, .current-day h4, .current-day-timings h3, .current-day-timings h4  {
  color: #2b2b40;
}

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

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

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

#doggo_widget_flex_measurements h3 {
  font-size: 19px;
  margin: 0px 0;
  text-align: center;
}

@media screen and (max-width: 600px) {
  #doggo_widget_flex_measurements .advancestats-inner {
    min-width: 22%;
  }
}


h3#concurrentwalks, h3#walkingstreak {
      margin: 0px 0;
      font-size: 26px;
}

.doggo-panels-walk-count h4 {
  font-size: 18px;
}

#wellbeing .advancestats-inner h4 {
  font-size: 17px!important;
  margin: 0px 0;
}

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

.advancestats-inner-left h4, .advancestats-inner-right h4 {
  padding: 10px 0px 10px 0px;
  text-align: center;
}

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

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

.doggo_widget_flex_inner, .doggo_widget_flex_inner_flea_tick, .doggo_widget_flex_inner_worm, .doggo_widget_flex_inner_vaccine {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #2b2b40;
    padding: 20px;
    flex-grow: 1;
    border-radius: 12px;
    margin: 6px;
    color: #F9F4ED;
    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: 13px 0px 10px 0px;
}

.top-menu-inner-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

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

.primary_description {
  font-size: 18px;
  line-height: 1.4;
  margin: 12px 0px 4px 12px;
}

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

.notifications_description {
  text-transform: lowercase;
}

.notification {
  position: fixed;
  top: 0;
  height: 60px;
  background-color: #ffd6de;
  color: #2b2b40;
  font-size: 16px;
  box-shadow: 0px 0px 12px -9px #2b2b40;
  z-index: 10000000;
  word-wrap: break-word;
  min-width: 50%;
  padding: 30px 20px 14px 20px;
  text-align: center;
}

.subtitles_description {
  font-size: 18px;
  line-height: 1.4;
  margin: 8px 0px 12px 12px;
}

@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: #F9F4ED;
  font-size: 22px;
  line-height: 1.5;
}

noscript p a {
  color: #F5F3BB;
}

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

.grd-row {
	padding: 0px;
  max-width: 1400px;
  margin: 0 auto;
}

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

.weather-forecast, .doggo-panels, .doggo-panels-walk-count, .doggo-panels-weather-data, .doggo-panels-weekdays, .doggo-panels-weekdaystimings, .doggo-panels-clickthrough .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: 80px!important;
}

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

.doggo-panels-weekdays .advancestats-inner_flex, .doggo-panels-weekdaystimings .advancestats-inner_flex, .doggo-panels-walk-count .advancestats-inner_flex {
  flex-direction: column;
}

.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: #2b2b40;
  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: #f9f4ed;
  margin-left: 30px;
}

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

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

.wi-earthquake {
  font-size: 30px!important;
}

.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;
  padding: 40px;
  border-radius: 12px;
  margin: 20px 6px 20px 6px;
}

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

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

.doggo_header_description {
  color: #F9F4ED;
  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, .button-invite {
    font-size: 14px;
    font-weight: 500;
    color: #2b2b40;
    border: none;
    background-color: #FFD6DE;
    border-radius: 100px;
    padding: 7px 12px;
    border-color: #F9F4ED;
    max-width: 200px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    cursor: pointer;
}

.button-invite {
  margin-top: 20px!important;
}

#endWalkBtn {
  background-color: #FF3366;
  color: #f9f4ed;
}

.doggo-panels-clickthrough {
  cursor: pointer;
}

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

.doggo_menu_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0px 30px 0px;
}

.doggo_menu_inner li {
  margin-left: 6px;
  margin-right: 6px;
  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_home, .doggo_menu_insights, .doggo_menu_daily, .doggo_menu_activity, .doggo_menu_profile {
  color: #f9f4ed;
  padding: 10px 7px 10px 7px;
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

#doggowoofname, #doggovetnumber, #email, #password, #note-textarea {
  background-color: transparent;
  border-radius: 100px;
  border-color: #aaa;
  border-style: solid;
  padding: 14px;
  color: #aaa;
  font-size: .6em;
}

#note-textarea {
  font-size: 1.6em!important;
  margin-bottom: 20px!important;
  border-radius: 12px!important;
}

#email, #password {
  background-color: transparent;
  border-radius: 100px;
  border-color: #aaa;
  border-style: solid;
  padding: 14px;
  color: #aaa;
  font-size: .8em;
  width: 90%;
  margin-bottom: 14px;
}

#doggowoofname::placeholder {
  color: #aaa;
  font-size: 18px;
}

.doggo_menu_home:hover, .doggo_menu_insights:hover, .doggo_menu_daily:hover, .doggo_menu_activity:hover, .doggo_menu_profile:hover {
  border-radius: 12px;
  cursor: pointer;
  text-align: center;
  color: #FFD6DE!important;
  box-shadow: none!important;
}

@media (prefers-color-scheme: dark) {
  .doggo_menu_home a, .doggo_menu_insights a, .doggo_menu_daily a, .doggo_menu_activity a, .doggo_menu_profile a {
    color: #FFD6DE!important;
  }
}

.grd-row-submenu .doggo_menu_home a, .grd-row-submenu .doggo_menu_insights a, .grd-row-submenu .doggo_menu_daily a, .grd-row-submenu .doggo_menu_activity a, , .doggo_menu_profile a {
  color: #f9f4ed;
}

.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;
}

.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.1rem 0.1rem 44px 0.1rem!important;
    min-height 30px!important;
  }
}

.doggo_footer {
  padding-bottom: 2rem;
}

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

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

.tf-v1-sidetab-button {
  top: 85%;
}

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: #f9f4ed;
  font-size: 17px;
  list-style-type: none;
  padding: 0;
}

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

.wi {
  color: #F9F4ED;
}

.temperature-primary-block .wi-wind-direction {
  color: #F9F4ED!important;
  font-size: 30px;
}

.wi-thermometer {
  font-size: 24px;
  color: #F9F4ED!important;
  margin: 0px 10px -6px 0px;
}

#doggo-menu-icon {
  font-size: 24px;
  cursor: pointer;
  color: #F9F4ED!important;
  margin: 0px 10px -6px 18px;
}


.wi-direction-left {
  font-size: 45px!important;
}

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

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

.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: #F9F4ED;
  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: #F9F4ED;
}

p.my2 {
  color: #F9F4ED;
  font-weight: 400;
  margin: 0px 10px 0px 0px;
}

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

h1, h2, h3, h6, p {
  color: #F9F4ED;
  margin: 6px 0px 12px 0px;
}

h3.subtitles {
  font-size: 24px;
  margin: 12px 0px 4px 12px;
}

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

.grd-row h6 {
  color: #f9f4ed;
}

ul li a {
  color: #f9f4ed;
  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) {
  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: #f9f4ed;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-weight: 400;
}

h5 {
  font-size: 16px;
  color: #f9f4ed;
  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: #FFD6DE;
}

/**
  * 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: #F9F4ED;
  border-width: 2px;
  font-size: 18px;
  color: #F9F4ED;
  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: #F9F4ED;
  border-width: 2px;
  font-size: 18px;
  color: #F9F4ED;
  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: #F9F4ED;
  opaBuslingCity: 1; /* Firefox */
}

/**
  * Homepage
  *
  */
.homepage-doggo-flex-box {
  background-color: #FFFFFFCC;
  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: #f9f4ed;
  border: none;
  background-color: #FFD6DE;
  border-radius: 100px;
  padding: 12px 34px;
  border-color: #F9F4ED;
  max-width: 200px;
  text-align: center;
  cursor: pointer;
}

#weight_unit, #measurement_unit, #fleatick_option, #worming_option, #doggowoofbirthday {
  background-color: transparent;
  border-radius: 100px;
  border-color: #aaa;
  border-style: solid;
  padding: 10px 30px 10px 30px;
  color: #aaa;
  font-size: .6em;
}

#weight_unit { 
 margin: 10px 20px 0px 0px;
}

@-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: #f9f4ed;
    font-size: 19px;
    text-transform: none;
}

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

#doggo-homepage .doggo_menu_text {
  font-size: 18px;
  color: #f9f4ed;
  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%;
  padding: 0px 0px 40px 0px;
}

.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: 10px 0px 10px 60px;
  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: #f9f4ed;
}

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

.doggo-settings ul li .check {
  display: block;
  position: absolute;
  border: 4px solid #AAAAAA;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 25px;
  left: 10px;
	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 #FFD6DE;
}

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

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

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

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

/**
  * Safety
  */
#doggo_widget_flex_safety .advancestats-inner {
  background-color: #FFD6DE;
  color: #2b2b40;
}

#doggo_widget_flex_safety h4 {
  color: #2b2b40;
  padding: 0px;
}

#doggo_widget_flex_safety .wi {
  color: #2b2b40;
  font-size: 50px!important;
}

#doggo_widget_flex_safety img {
  padding: 0px 0px 10px 0px;
}

/**
  * Global Settings
  */
.toggle-switch-global {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 14px;
}

.toggle-switch-global input {
  opaBuslingCity: 0;
  width: 0;
  height: 0;
}

.toggle-switch-slider-global {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f9f4ed;
  transition: .4s;
  border-radius: 34px;
}

.toggle-switch-slider-global:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #2b2b40;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch-global input:checked + .toggle-switch-slider-global {
  background-color: #ffd6de;
}

.toggle-switch-global input:focus + .toggle-switch-slider-global {
  box-shadow: 0 0 1px #ffd6de;
}

.toggle-switch-global input:checked + .toggle-switch-slider-global:before {
  transform: translateX(52px);
}

.toggle-switch-global {
  height: 14px!important;
  margin: 0px!important;
}

/**
  * Cosy
  */

.cosy .doggo_header {
  background-color: rgba(43, 43, 64, 0.7)!important;
}

.cosy img {
  max-width: 100%!important;
}

.doggo_menu_inner, .scene-options {
  align-items: center;
}

.cosy a {
  cursor: pointer!important;
  padding: 7px 10px!important;
  border: 1px solid #f9f4ed!important;
  border-radius: 12px!important;
}

.cosy .grd-row {
  max-width: 99%;
}

/**
  * Alerts
  */
.doggo-widget-flex-inner-flex-alerts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 100%;
}

.alert {
  background-color: #313149;
  border-radius: 12px;
  padding: 20px;
  margin: 10px 0px 5px 0px;
}

.alert p {
 margin: 10px 0px 0px 0px;
}


/**
  * Notes
  */
.delete-button {
  background: #ffd6de;
  border: none;
  border-radius: 12px;
  padding: 2px 7px 2px 7px;
  font-size: 20px;
  margin-top: 12px;
}