@font-face {
  font-family: "Sniglet";
  src: url(/assets/Sniglet-Regular-7fea6e324adbd18ac66f976ae0f9b7a941782f734a40d7e95a6a43a2f298f8e9.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
.navbar {
  background-color: white;
  padding: 10px;
  max-width: 25vw;
  min-width: 10vw;
  max-height: 100vh;
  position: sticky;
  box-shadow: 1px 1px 0px 0px #030303;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  font-family: "Sniglet", sans-serif;
  font-size: 18px;
}
.navbar .logo {
  font-weight: bold;
  margin-bottom: 5px;
}
.navbar .links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.navbar .links .link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
}
.navbar .links .link:hover {
  background-color: rgb(224, 224, 224);
}
.navbar .links a {
  text-decoration: none;
  color: inherit;
}
.navbar .links img {
  width: 35px;
}

@media only screen and (max-width: 500px) {
  body {
    flex-direction: column;
  }
  .navbar {
    margin: 0px;
    margin-bottom: 0px;
    z-index: 999;
    top: 0px;
    left: 0px;
    position: fixed;
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 1px 0px 0px #030303;
    min-width: 100vw;
  }
  .navbar .logo {
    font-size: 0px;
  }
  .navbar .links {
    gap: 0px;
    min-width: 100%;
    max-width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .navbar .links .link {
    font-size: 0px;
    padding: 0px;
    width: 9.0909090909vw;
  }
  .navbar .links img {
    width: 9.0909090909vw;
  }
  .navbar .paw-line {
    display: none;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .navbar {
    align-self: flex-start;
    left: 7px;
    top: 7px;
    margin-top: 7px;
  }
  .navbar .logo {
    text-align: center;
  }
  .navbar .logo::after {
    content: "BP";
    font-size: 21px;
  }
  .navbar .links .link {
    font-size: 0px;
  }
  .navbar .paw-line {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .navbar .paw-line .paw {
    height: 10px;
    width: 10px;
  }
}
@media only screen and (min-width: 1001px) {
  .navbar {
    align-self: flex-start;
    left: 15px;
    margin-top: 15px;
    top: 15px;
  }
  .navbar .logo {
    text-align: left;
    padding-left: 10px;
    margin-right: 10px;
  }
  .navbar .logo:after {
    content: "BarkPups";
    font-size: 21px;
  }
  .navbar .links {
    align-items: flex-start;
    width: 100%;
  }
  .navbar .links .link,
  .navbar .links .paw-line {
    width: max(135px, 100% - 25px);
  }
  .navbar .paw-line {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .navbar .paw-line .paw {
    height: 10px;
    width: 10px;
  }
}
.barks-comments-full, .barks-comments-short {
  margin-top: 5px;
  width: 100%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.barks-comments-full .barks, .barks-comments-short .barks {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.barks-comments-full .barks button, .barks-comments-short .barks button {
  background: white;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.barks-comments-full .barks button img, .barks-comments-short .barks button img {
  width: 30px;
}
.barks-comments-full .barks button:hover, .barks-comments-short .barks button:hover {
  background: rgb(233, 233, 233);
}
.barks-comments-full .barks button:hover img, .barks-comments-short .barks button:hover img {
  width: 32px;
}
.barks-comments-full .barks button:active img, .barks-comments-short .barks button:active img {
  width: 60px;
}
.barks-comments-full .comments-turbo, .barks-comments-short .comments-turbo {
  min-width: 90%;
  display: flex;
  margin-right: auto;
}
.barks-comments-full .comments-full, .barks-comments-short .comments-full {
  font-size: 15px;
  max-width: 90%;
}
.barks-comments-full .comments-full .comments-title, .barks-comments-short .comments-full .comments-title {
  display: flex;
  gap: 4px;
  margin-bottom: 3px;
}
.barks-comments-full .comments-full .comments-title .text, .barks-comments-short .comments-full .comments-title .text {
  font-weight: bold;
  text-decoration: underline;
  font-size: 18px;
}
.barks-comments-full .comments-full .comments-title .hide-btn, .barks-comments-full .comments-full .comments-title .show-btn, .barks-comments-short .comments-full .comments-title .hide-btn, .barks-comments-short .comments-full .comments-title .show-btn {
  cursor: pointer;
  border: solid black 1px;
  background: none;
  padding: 0px;
  margin: 0px;
  height: 22px;
  width: 22px;
}
.barks-comments-full .comments-full .comments-title .hide-btn svg, .barks-comments-full .comments-full .comments-title .show-btn svg, .barks-comments-short .comments-full .comments-title .hide-btn svg, .barks-comments-short .comments-full .comments-title .show-btn svg {
  width: 20px;
  height: 20px;
}
.barks-comments-full .comments-full .comments-title .hide-btn:hover, .barks-comments-full .comments-full .comments-title .show-btn:hover, .barks-comments-short .comments-full .comments-title .hide-btn:hover, .barks-comments-short .comments-full .comments-title .show-btn:hover {
  background: rgb(218, 218, 218);
}
.barks-comments-full .comments-full .comment-list, .barks-comments-short .comments-full .comment-list {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.barks-comments-full .comments-full .comment-list .comment .comment-user, .barks-comments-short .comments-full .comment-list .comment .comment-user {
  font-weight: bold;
}
.barks-comments-full .comments-full .hidden, .barks-comments-short .comments-full .hidden {
  display: none;
}
.barks-comments-full .add-comment-form form, .barks-comments-short .add-comment-form form {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 400px;
  margin-top: 5px;
}
.barks-comments-full .add-comment-form form textarea, .barks-comments-short .add-comment-form form textarea {
  max-width: 400px;
  min-width: 200px;
  min-height: 80px;
}

.barks-comments-full {
  flex-direction: column;
  gap: 2px;
}

.barks-comments-short {
  flex-direction: row;
  gap: 10px;
}

form {
  margin-left: 5px;
}
form .single-input,
form .field_with_errors {
  display: flex;
  flex-direction: row;
}
form .single-input label,
form .field_with_errors label {
  width: 95px;
  font-weight: bold;
}
form .single-input label.longer,
form .field_with_errors label.longer {
  width: 115px;
}
form .single-input label.shorter,
form .field_with_errors label.shorter {
  width: 75px;
}
form .single-input label.shortest,
form .field_with_errors label.shortest {
  width: 40px;
}
form .single-input .longer-input,
form .field_with_errors .longer-input {
  width: 250px;
  max-width: min(60vw, 250px);
  min-width: min(60vw, 250px);
  padding: 1px 3px;
}
form .single-input .medium-length-input,
form .field_with_errors .medium-length-input {
  width: 150px;
  max-width: 150px;
  min-width: 150px;
  padding: 1px 3px;
}
form .single-input textarea,
form .field_with_errors textarea {
  min-height: 100px;
}
form .text-input {
  height: 21px;
  width: 204px;
}
form .radio-button {
  font-size: 14px;
  line-height: 1.1;
  display: flex;
}
form .radio-button input[type=radio] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 13px;
  height: 13px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transform: translateY(2px);
  display: grid;
  place-content: center;
}
form .radio-button input[type=radio]::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 10px 10px black;
}
form .radio-button input[type=radio]:checked::before {
  transform: scale(1);
}
form .radio-button label {
  font-weight: normal;
  font-size: 16px;
  padding-left: 4px;
  display: flex;
  align-items: center;
}
form .radio-button label.dog-size {
  width: 55px;
}
form .dog-list .sub-title {
  margin-bottom: 5px;
}
form .dog-list .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 5px;
  gap: 5px;
}
form .dog-list .list label {
  display: flex;
  cursor: pointer;
}
form .dog-list .list input[type=checkbox] {
  display: none;
}
form .dog-list .list .dog-select-label {
  opacity: 50%;
}
form .dog-list .list .dog-select-label.clicked {
  box-shadow: 0px 0px 10px 2px #ef0000;
  opacity: 100%;
}

.upload-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.upload-overlay .loading-bar-wrapper {
  width: 60%;
  height: 6px;
  background: #fff;
}
.upload-overlay .loading-bar-wrapper .loading-bar {
  height: 6px;
  width: 0%;
  background: rgb(124, 176, 255);
}

.upload-blocked {
  pointer-events: none;
  user-select: none;
}

.hidden {
  display: none !important;
}

.contents form,
.feed-content form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0;
  width: 95%;
}
.contents form .attachments,
.feed-content form .attachments {
  max-width: 400px;
}
.contents form .attachments .preview-images,
.feed-content form .attachments .preview-images {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  max-width: 75%;
  width: 75%;
  margin: 2px;
}
.contents form .attachments .preview-images img,
.feed-content form .attachments .preview-images img {
  max-height: 100px;
  height: 100px;
}
.contents form input[type=file],
.feed-content form input[type=file] {
  max-width: 200px;
}

.dogs .actions {
  display: flex;
  justify-content: center;
  min-width: max(20%, 80px);
}
.dogs .actions .button_to {
  display: flex;
  justify-content: center;
  width: 100%;
}
.dogs .actions .button_to button {
  width: 100%;
}

.play-dates .edit form,
.play-dates .new form {
  display: flex;
  gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  width: 95%;
}
.play-dates .edit form .single-input textarea,
.play-dates .new form .single-input textarea {
  width: 205px;
}

.registrations form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.registrations form .password-icon,
.sessions form .password-icon {
  position: absolute;
  margin-left: -21px;
  margin-top: 2px;
  width: 18px;
  height: 18px;
}

.wide-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.simple-btn {
  height: 40px;
  width: max(85%, 290px);
  font-size: 1.1em;
  color: black;
  margin: 3px auto;
  border-radius: 15px;
  transition: all 0.2s ease;
  cursor: pointer;
  background: white;
  font-weight: 550;
}
.simple-btn.small {
  height: 25px;
  width: 140px;
  font-size: 0.9em;
}
.simple-btn.tiny {
  height: 25px;
  width: 80px;
  font-size: 0.9em;
}
.simple-btn.create {
  border: 3px solid #006900;
}
.simple-btn.edit {
  border: 3px solid #72b900;
}
.simple-btn.delete {
  border: 3px solid red;
}
.simple-btn.test {
  border: 3px solid rgb(255, 174, 0);
}
.simple-btn:disabled {
  border: 3px solid grey;
  cursor: not-allowed;
}

.simple-btn:not(:disabled):hover {
  color: white;
  font-size: 1.3em;
}
.simple-btn:not(:disabled):active {
  color: white;
  transform: scale(0.97); /* slight shrink */
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.8); /* inset shadow */
}
.simple-btn:not(:disabled).small:hover, .simple-btn:not(:disabled).tiny:hover, .simple-btn:not(:disabled).small:active, .simple-btn:not(:disabled).tiny:active {
  font-size: 1em;
}
.simple-btn:not(:disabled).create:hover {
  background: #006900;
}
.simple-btn:not(:disabled).create:active {
  background: #005500;
}
.simple-btn:not(:disabled).edit:hover {
  background: #72b900;
}
.simple-btn:not(:disabled).edit:active {
  background: #65a500;
}
.simple-btn:not(:disabled).delete:hover {
  background: red;
}
.simple-btn:not(:disabled).delete:active {
  background: #eb0000;
}
.simple-btn:not(:disabled).test:hover {
  background: rgb(255, 174, 0);
}
.simple-btn:not(:disabled).test:active {
  background: #eba000;
}

a.action-button {
  text-decoration: none;
  width: calc(70px + 3vw);
  display: flex;
  align-items: center;
}
a.action-button button {
  width: 100%;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 5px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1490196078);
  font-size: clamp(14px, 2px + 0.8vw, 18px);
  padding: 1px 0px;
}
a.action-button button.filter {
  height: 20px;
  font-size: 13px;
}
a.action-button button,
a.action-button button span {
  transition: 200ms;
}
a.action-button button .text {
  margin-left: 10px;
  color: white;
  font-weight: bold;
}
a.action-button button .icon {
  position: absolute;
  margin-left: calc(55px + 1.5vw);
  height: 40px;
  width: calc(12px + 1.5vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
a.action-button button .icon .svg {
  margin: 0px 5px;
}
a.action-button button.filter .icon {
  height: 15px;
  margin-left: 80px;
  width: 30px;
}
a.action-button button svg {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  fill: #eee;
}
@media only screen and (max-width: 1000px) {
  a.action-button button + :not(filter) svg {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
  }
}
a.action-button.icon-only button + :not(filter) svg {
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
}
a.action-button button:hover .text {
  color: transparent;
}
a.action-button button:hover .icon {
  position: absolute;
  margin: 0px;
  border-left: none;
}
@media only screen and (max-width: 1000px) {
  a.action-button button:not(.filter) {
    font-size: 0px;
    justify-content: center;
  }
  a.action-button button:not(.filter),
  a.action-button button:not(.filter) span {
    transition: 0ms;
  }
  a.action-button button:not(.filter) .icon {
    margin-left: 0px;
    flex: 1;
    border-left: none !important;
  }
  a.action-button button:hover:not(.filter) .icon {
    margin: 0px;
    flex: 1;
  }
  a.action-button button:hover .icon {
    width: auto;
  }
}
@media only screen and (min-width: 1001px) {
  a.action-button button:hover .icon {
    width: calc(70px + 3vw);
  }
}
a.action-button.icon-only button:not(.filter) {
  font-size: 0px;
  justify-content: center;
}
a.action-button.icon-only button:not(.filter),
a.action-button.icon-only button:not(.filter) span {
  transition: 0ms;
}
a.action-button.icon-only button:not(.filter) .icon {
  margin-left: 0px;
  flex: 1;
  border-left: none !important;
}
a.action-button.icon-only button:hover:not(.filter) .icon {
  margin: 0px;
  flex: 1;
}
a.action-button.icon-only button:hover .icon {
  width: auto;
}
a.action-button button.filter:hover .icon {
  width: 120px;
}
a.action-button button:focus {
  outline: none;
}
a.action-button button:active .icon svg {
  transform: scale(0.8);
}
a.action-button button.edit {
  background: #72b900;
}
a.action-button button.edit .icon {
  border-left: 1px solid rgb(149, 206, 84);
}
a.action-button button.edit:hover {
  background: rgb(149, 206, 84);
}
a.action-button button.delete {
  background: red;
}
a.action-button button.delete .icon {
  border-left: 1px solid rgb(255, 103, 103);
}
a.action-button button.delete:hover {
  background: rgb(255, 103, 103);
}
a.action-button button.filter {
  background: rgb(56, 56, 56);
  min-width: 120px;
  margin-top: 3px;
}
a.action-button button.filter .icon {
  border-left: 1px solid rgb(110, 110, 110);
}
a.action-button button.filter:hover {
  background: rgb(110, 110, 110);
}
a.action-button button.track {
  background: rgb(2, 168, 197);
}
a.action-button button.track .icon {
  border-left: 1px solid rgb(99, 201, 219);
}
a.action-button button.track:hover {
  background: rgb(99, 201, 219);
}
a.action-button button.untrack {
  background: rgb(197, 90, 2);
}
a.action-button button.untrack .icon {
  border-left: 1px solid rgb(216, 130, 60);
}
a.action-button button.untrack:hover {
  background: rgb(216, 130, 60);
}
a.action-button button.view {
  background: rgb(56, 56, 56);
}
a.action-button button.view .icon {
  color: black;
  border-left: 1px solid rgb(110, 110, 110);
}
a.action-button button.view:hover {
  background: rgb(110, 110, 110);
}

a.action-button.wide {
  width: calc(85px + 3vw);
}
a.action-button.wide button .icon {
  margin-left: calc(70px + 1.5vw);
}
a.action-button.wide button:hover .icon {
  position: absolute;
  margin: 0px;
  flex: 1;
}
@media only screen and (min-width: 1001px) {
  a.action-button.wide button:hover .icon {
    width: calc(85px + 3vw);
  }
}
@media only screen and (max-width: 1000px) {
  a.action-button.wide button .icon {
    margin-left: 0px;
    border-left: none !important;
  }
}

a.action-button.icon-only {
  width: 50px;
}

.nav-and-filter,
.form-and-locator {
  display: flex;
  align-items: center;
  gap: 3px;
}

.navigation-btn {
  padding: 0;
  min-width: 40px;
  min-height: 44px;
  background: none;
  border: none;
  cursor: pointer;
}
.navigation-btn svg {
  width: 40px;
}
.navigation-btn svg:hover {
  fill: rgb(80, 80, 80);
}
.navigation-btn svg:active {
  width: 35px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  display: flex;
  margin: 0px;
  max-width: 100vw;
  padding-left: calc(100vw - 100%);
}

.sniglet {
  font-family: "Sniglet", sans-serif;
}

@media only screen and (min-width: 1921px) {
  body::before {
    background: rgba(224, 234, 241, 0);
    background-image: url(/assets/park-blurred-large-7137f7221a931a24a48fbe7f41291eeba2ad4680daae90310d6f5d60c6ae5e01.jpg);
    background-attachment: fixed;
  }
}
@media only screen and (max-width: 1920px) {
  body::before {
    background: rgba(224, 234, 241, 0);
    background-image: url(/assets/park-blurred-69513c155c0f4e57e336606ce2f06f78428e7758d8fdd9ece8c689fd849502de.jpg);
    background-attachment: fixed;
  }
}
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 50px);
  height: 100%;
  z-index: -1;
  opacity: 0.75;
}

.fs-image-container {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: hidden;
}
.fs-image-container img {
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  box-sizing: border-box;
}

.zoomable {
  cursor: pointer;
}

.geo-warning {
  width: 150px;
  font-weight: bold;
  color: rgb(182, 1, 1);
}

@media only screen and (max-width: 500px) {
  body {
    flex-direction: column;
  }
  .details-bar,
  .filter-bar {
    max-width: 100vw;
    width: 100vw;
    max-height: 80px;
    height: 80px;
    padding-bottom: env(safe-area-inset-bottom, 0);
    position: fixed;
    left: 0;
    bottom: 0;
    background: white;
    border-top: 1px black inset;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 998;
  }
  .details-bar .partial-dog,
  .filter-bar .partial-dog {
    display: flex;
  }
  .details-bar .partial-dog .image,
  .filter-bar .partial-dog .image {
    flex: 1;
    max-height: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
  }
  .details-bar .partial-dog .image .avatar,
  .filter-bar .partial-dog .image .avatar {
    max-height: 100%;
    height: 60px;
  }
  .details-bar .partial-dog .details,
  .filter-bar .partial-dog .details {
    display: flex;
    align-items: center;
  }
  .details-bar .partial-dog .details .text,
  .filter-bar .partial-dog .details .text {
    flex: 1;
    font-size: calc(7px + 2vw);
    font-weight: normal;
    padding: 2px 5px;
    color: black;
  }
  .details-bar .actions,
  .filter-bar .actions {
    margin: 2px 4px 2px 0px;
    gap: 3px;
  }
  .details-bar .actions button,
  .filter-bar .actions button {
    padding: 0px;
  }
  .details-bar .title,
  .filter-bar .title {
    font-size: 0px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .details-bar {
    width: calc(275px + 25vw);
    max-height: 75px;
    position: fixed;
    margin: 0px auto;
    top: 10px;
    background: rgb(255, 255, 255);
    color: black;
    border: 1px black inset;
    display: flex;
    z-index: 998;
  }
  .details-bar .actions {
    margin: 2px 4px 2px 0px;
    gap: 3px;
  }
  .details-bar .actions button {
    padding: 0px;
  }
  .details-bar .partial-dog {
    display: flex;
  }
  .details-bar .partial-dog .image {
    flex: 1;
    height: 75px;
    max-height: 100%;
    width: auto;
    display: flex;
    justify-content: center;
  }
  .details-bar .partial-dog .image .avatar {
    max-height: 100%;
    height: 75px;
  }
  .details-bar .partial-dog .details {
    display: flex;
    align-items: center;
  }
  .details-bar .partial-dog .details .text {
    flex: 1;
    font-size: 15px;
    font-weight: bold;
    padding: 2px 5px;
  }
  .details-bar form {
    width: 100%;
  }
  .filter-bar {
    border: solid black 1px;
    width: calc(275px + 25vw);
    max-width: calc(100vw - 20px);
    background: rgba(255, 255, 255, 0.73);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
}
@media only screen and (min-width: 1001px) {
  .details-bar {
    display: flex;
    flex-direction: column;
    width: 20vw;
    align-self: flex-start;
    position: sticky;
    top: 25px;
  }
  .details-bar .actions {
    margin-top: 8px;
    gap: 5px;
  }
  .details-bar .partial-dog {
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    border: 1px black solid;
  }
  .details-bar .partial-dog .image {
    display: flex;
    justify-content: center;
  }
  .details-bar .partial-dog .image .avatar {
    max-height: 85%;
    max-width: 85%;
    height: auto;
    width: auto;
  }
  .details-bar .partial-dog .details .text {
    flex: 0;
    font-weight: bold;
    font-size: 15px;
    margin: 0px;
    padding: 0px 5px;
  }
  .details-bar form {
    width: 100%;
  }
  .filter-bar {
    border: solid black 1px;
    width: calc(275px + 25vw);
    max-width: calc(100vw - 20px);
    background: rgba(255, 255, 255, 0.73);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
}
:not(.transparent-bg) > .transparent-bg {
  background: rgba(255, 255, 255, 0.73);
}

.height-capped {
  max-height: 100vh;
}

.core-window {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
}
@media only screen and (max-width: 500px) {
  .core-window {
    margin-top: 50px;
  }
}
.core-window .core-content {
  border: solid black 1px;
  width: calc(275px + 25vw);
  max-width: calc(100vw - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
@media only screen and (max-width: 500px) {
  .core-window .has-bottom-navbar {
    margin-bottom: 60px;
    background: none;
    border: none;
  }
}

.title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.sub-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.filter-and-new {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (min-width: 501px) {
  .filter-and-new {
    width: 90%;
  }
}
.filter-and-new .new {
  margin-left: 10px;
}

.dog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
.dog-list .list-dog {
  border: solid 1px black;
  flex: 0;
}
.dog-list .list-dog .dog.partial-dog {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
.dog-list .list-dog .dog.partial-dog .image img {
  height: 200px;
}
.dog-list .list-dog .dog.partial-dog .text {
  padding: 0px 5px;
  margin: 0px;
  text-align: center;
  flex: 0;
  font-weight: bold;
  font-size: 15px;
}
.dog-list .list-dog.owned {
  border: dashed 1px red;
}
.dog-list .list-dog.followed {
  border: dashed 1px green;
}

.user-feed .feed-content,
.dogs .feed-content,
.play-dates .feed-content {
  margin-top: 8px;
  margin-bottom: 8px;
  border: solid 1px black;
  width: calc(275px + 25vw);
  max-width: calc(100vw - 20px);
}
.user-feed .feed-content .content,
.dogs .feed-content .content,
.play-dates .feed-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.user-feed .feed-content .content img,
.dogs .feed-content .content img,
.play-dates .feed-content .content img {
  max-width: calc(250px + 25vw);
}
.user-feed .feed-content .content video,
.dogs .feed-content .content video,
.play-dates .feed-content .content video {
  max-width: calc(250px + 25vw);
}

.play-dates.index .play-date {
  min-width: 75%;
}

.play-date {
  padding: 10px;
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
.play-date .title-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 5% 20px 5%;
}
.play-date .title-section button {
  font-size: 16px;
  padding: 0 10px;
}
.play-date .title-section .title {
  font-size: 25px;
  background-color: rgba(255, 255, 255, 0.205);
  box-shadow: 0px 2px 2px 3px #938948;
  padding: 2px;
  margin: 0px auto;
}
.play-date .title-section .title a {
  text-decoration: none;
  color: rgb(145, 64, 10);
}
.play-date .details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.play-date .details .label {
  font-weight: bold;
}
.play-date .dog-attendance {
  margin-top: 10px;
}
.play-date .dog-attendance .title {
  margin-bottom: 5px;
}
.play-date .dog-attendance .attendees {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.play-date .dog-attendance .attendees img {
  height: 100px;
  max-width: 200px;
  border: solid 1px black;
}
.play-date .dog-attendance .attendees img[class=followed] {
  border: dashed 2px green;
}

.play-dates.show .play-date {
  padding-left: 25px;
  width: min(92%, 600px);
}
.play-dates.show .play-date .actions {
  display: flex;
  margin-top: 8px;
  gap: 10px;
  justify-content: center;
}

.dogs .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.dogs .partial-dog {
  max-height: 100%;
}
.dogs .partial-dog .details .text {
  text-align: center;
}
.dogs .index .top {
  width: 100%;
  display: flex;
  gap: 10px;
  padding-left: 2%;
}
@media only screen and (min-width: 501px) {
  .dogs .index .top {
    padding-left: 13%;
  }
}
.dogs .index .top form {
  width: min(100%, 400px);
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dogs .index .top form .filter-and-page {
  display: flex;
  justify-content: space-between;
}
.dogs .index .top form .filter-and-page input[type=submit] {
  width: 50%;
}
.dogs .index .top hr {
  width: min(75%, 400px);
}
.dogs .index hr {
  width: 75%;
}
.dogs .new .single-input,
.dogs .edit .single-input {
  display: flex;
  flex-direction: row;
}
.dogs .new .single-input label,
.dogs .edit .single-input label {
  width: 80px;
  font-weight: bold;
}
.dogs .new .single-input input,
.dogs .edit .single-input input {
  width: 140px;
  padding: 1px 3px;
}
.dogs .new .inputs,
.dogs .edit .inputs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dogs .new .inputs .details,
.dogs .edit .inputs .details {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.dogs .new .inputs .avatar,
.dogs .edit .inputs .avatar {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-bottom: 10px;
}
.dogs .new .inputs .avatar label,
.dogs .edit .inputs .avatar label {
  font-weight: bold;
}
.dogs .new .avatar-image,
.dogs .edit .avatar-image {
  max-width: 250px;
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
  .dogs .show {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 501px) {
  .dogs .show {
    display: flex;
    flex-direction: row;
  }
  .dogs .show.core-content {
    width: 75vw;
    background: rgba(255, 255, 255, 0);
    border: 0px;
    gap: 25px;
  }
}

.contents .actions .buttons,
.feed-content .actions .buttons {
  display: flex;
  gap: 10px;
}
.contents .content,
.feed-content .content {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.contents .content .title,
.feed-content .content .title {
  font-size: clamp(15px, 14px + 0.5vw, 20px);
  font-weight: bold;
  margin: 4px auto;
}
.contents .content .title a,
.feed-content .content .title a {
  text-decoration: none;
}
.contents .content .body,
.feed-content .content .body {
  max-width: 400px;
  margin-left: 5%;
  margin-right: auto;
}
.contents .content img,
.feed-content .content img {
  width: 100%;
}
.contents .video-container,
.feed-content .video-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.contents .video-container video,
.feed-content .video-container video {
  width: 100%;
  max-width: calc(250px + 25vw);
  height: auto;
  margin: 0px auto;
}

.feed-content .title a {
  color: black;
}

.dog-parks .show {
  align-items: start;
}
.dog-parks .show .title,
.dog-parks .show .actions {
  align-self: center;
}
.dog-parks .show #image-gallery {
  width: 100%;
}
.dog-parks .show .image-gallery {
  display: grid;
  grid-template-columns: 0.2fr 3fr 0.2fr;
  width: 100%;
  align-items: center;
  margin-bottom: 4px;
  min-height: min(250px, 30vw);
  max-height: min(250px, 30vw);
}
.dog-parks .show .image-gallery .images {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-items: start;
  min-height: min(250px, 30vw);
  max-height: min(250px, 30vw);
}
.dog-parks .show .image-gallery .images img {
  width: 100%;
  max-height: min(250px, 30vw);
}
.dog-parks .show .image-gallery .left {
  justify-self: start;
}
.dog-parks .show .image-gallery .right {
  justify-self: end;
}
.dog-parks .show .image-gallery a {
  display: flex;
  align-items: center;
}
.dog-parks .show .image-gallery svg {
  height: 50px;
  width: 25px;
}
.dog-parks .show .image-gallery svg.enabled {
  fill: black;
}
.dog-parks .show .image-gallery svg.disabled {
  fill: grey;
}
.dog-parks .top {
  width: 100%;
  display: flex;
  gap: 10px;
  padding-left: 2%;
}
@media only screen and (min-width: 501px) {
  .dog-parks .top {
    padding-left: 13%;
  }
}
.dog-parks .top form {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dog-parks .top form .filter-and-page {
  display: flex;
  justify-content: space-between;
}
.dog-parks .top form .filter-and-page input[type=submit] {
  width: 50%;
}
.dog-parks .top hr {
  width: min(75%, 400px);
}
.dog-parks hr {
  width: 75%;
}
.dog-parks .list {
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.dog-parks .list .dog-park {
  width: 100%;
  height: 60px;
  border: inset 2px black;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
.dog-parks .list .dog-park a {
  text-decoration: none;
  color: black;
  height: 60px;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0px 4px;
}
.dog-parks .list .dog-park .actions {
  display: flex;
  gap: 3px;
}

.user .tab-links {
  display: flex;
  border: solid 1px black;
  background: white;
}
.user .tab-links a {
  text-decoration: none;
  padding: 3px;
}
.user .tab-links a:not(:last-child) {
  border-right: 1px black solid;
}
.user .tab-links a:hover,
.user .tab-links a.selected {
  background: rgb(224, 224, 224);
}
.user .tab-links svg,
.user .tab-links img {
  height: 40px;
  width: 40px;
}
.user .tab-links svg {
  color: black;
}
.user #dogs-tab .core-content,
.user #dog-parks-tab .core-content,
.user #details-tab .core-content {
  margin-top: 8px;
}
.user #details-tab .sub-title {
  margin-bottom: 6px;
  margin-left: -5%;
  font-size: 16px;
  text-decoration: underline;
}
.user #details-tab .sub-title hr {
  display: inline-block;
  margin-top: 10px;
  width: 25px;
  height: 1px;
}
.user #details-tab .sub-title .first-letter {
  font-size: 22px;
}
.user #details-tab #user-details,
.user #details-tab #user-barks,
.user #details-tab #user-location,
.user #details-tab #user-addresses {
  align-items: start;
  padding-left: 10%;
}
.user #details-tab .single-input {
  display: flex;
  flex-direction: row;
}
.user #details-tab .single-input label {
  width: 90px;
  font-weight: bold;
}
.user #details-tab .actions {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  width: 290px;
  max-width: 290px;
}

.registrations .core-content {
  margin-bottom: 5px;
  justify-content: center;
}
.registrations .top .intro-text {
  width: 90%;
}
.registrations .top .intro-text {
  margin-bottom: 5px;
  padding: 5px;
  border: solid 1px black;
}
.registrations .top .dog-list {
  display: grid;
  max-width: 90%;
  grid-template-rows: repeat(2, 223px);
  grid-template-columns: repeat(2, minmax(152px, 1fr));
}
.registrations .top .dog-list .dog {
  align-items: center;
}
@media only screen and (min-width: 1700px) {
  .registrations .top .dog-list {
    grid-template-rows: 223px;
    grid-template-columns: repeat(4, 152px);
  }
}
.registrations .omniauth {
  margin-top: 20px;
  width: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.registrations .omniauth .divider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}
.registrations .omniauth .divider hr {
  display: inline-block;
  flex-grow: 3;
  margin: 0px 10px;
}
.registrations .omniauth .btn {
  border: solid 1px black;
  background: none;
  height: 60px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.registrations .omniauth .btn:hover {
  background: solid;
  background-color: rgb(231, 231, 231);
}
