.bg-mask img , .bg-mask .e-gallery-image, .bg-mask .elementor-gallery-item__overlay {
  -webkit-mask-image: url(https://lucky.onlydogs.fun/wp-content/uploads/2022/06/bg-shape.svg) !important;
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.my-dogs {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  max-width: 100%;
  justify-items: center;
}

.my-dog {
  position: relative;
  max-width: 200px;
  width: 100%;
}

.my-dog a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  justify-content: center;
}

.my-dog a > img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.my-dog:hover .close-button {
  display: flex;
}

.my-dog .close-button {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background: red;
  color: white !important;
  aspect-ratio: 1 / 1;
  line-height: 0;
  padding: 10px;
  border-radius: 50%;
}

.edit-info {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
}

.edit-info input, .edit-info select {
  width: 100%;
}

.edit-info .fields, .edit-info .woocommerce-country-state-form {
    width: 100%;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.edit-info .fields > p, .edit-info .woocommerce-country-state-form > p {
    width: calc(50% - 10px);
    margin: 0;
}

.profile_image_preview {
  position: relative;
}

.profile_image_preview > img {
  display: block;
  max-width: unset !important;
  width: 200px !important;
  height: 200px !important;
  object-fit: cover;
  margin: 0 auto 10px auto;
}

.profile_image_preview input {
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
    width: 200px;
    height: 200px;
    opacity: 0;
    cursor: pointer;
    appearance: none;
    font-size: 0 !important;
}

.user-avatar .sub-arrow {
  display: none !important;
}

.user-avatar > a {
  padding: 0 !important;
  cursor: pointer;
  transition: unset !important;
}

@media (min-width:768px) {
  .mobile-only {
    display: none !important;
  }
}

.dog-item:not(.active) {
    display: none;
}