.popup {
  display: block;
  position: fixed;
  width: 100%;
  margin: 0 auto;
  bottom: 5%;
  z-index: 9;
  border: 0;
}

#popup {
  scroll-margin-top: 100px;
}
.message-win-box {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  border: 1px solid #ececef;
  border-radius: 20px;
  padding: 10px;
  font-family: "Times New Roman", Times, serif;
  border-color: transparent;
  /*background: linear-gradient(338.95deg,rgba(179, 229, 213, 0.8) -.22%,rgba(83, 198, 160, 0.8) 106.23%);*/
  background-color: rgba(69, 210, 163, 1);
}
.message-win {
  margin: auto;
}

.pet-box-title {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  margin: 0 0 15px;
}

.pet-box {
  display: flex;
  max-width: 600px;
  column-gap: 15px;
  justify-content: center;
}

.pet-box-title {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 570px) {
  .pet-box {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}

.list-item-img {
  width: 27px;
  font-size: 30px;
  height: 27px;
  position: relative;
  bottom: 6px;
}

.list-item-img.heart {
  width: 27px;
  height: 36px;
  position: relative;
  bottom: 14px;
  left: -3px;
}

.list-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.list-item-custom {
  display: flex;
  column-gap: 10px;
  align-items: center;
  font-size: 18px;
  color: black;
  font-weight: 700;
}

.list-item-text {
  font-size: 18px;
  color: black;
  font-weight: 700;
}

.win-text {
  opacity: 0.8;
  font-size: 14px;
  color: #444444;
}

.win-card-title {
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.win-card {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -5px;
}

.message-win-btn {
display: flex;
justify-content: center;
margin-bottom: 10px;
}

.pet-name {
  color: white;
  font-size: 20px;
  margin: 0 0 15px;
}

.pet-item-top {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.pet-characteristics {
  max-width: 300px;
}

.pet-item {
  display: flex;
  gap: 5px;
  flex-direction: column;
}

.btn-popup-attention {
    background: #bdffe9;
    border: none;
    border-radius: 50px;
    box-shadow: 0 4px 0 #86dfc2;
    color: #393c46;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
    line-height: 24px;
    max-width: 335px;
    padding: 12px 20px;
    text-decoration: unset;
    transition: all .5s
}

.btn-popup-attention i {
    font-weight: 700;
    margin-left: 5px
}

.btn-popup-attention.btn-m {
    display: none
}

.btn-popup-attention:hover:not(disabled) {
    background: #9fd;
    color: #393c46
}

.btn-popup-attention:disabled {
    background: #ebfff8;
    box-shadow: 0 4px 0 #c3efe0;
    color: #8f93a3;
    pointer-events: none
}

.btn-popup-attention {
    display:inline-block;
    white-space: nowrap;
    width: max-content;
}

.mobile-left{
    background-color: lavender;
    border-radius: 20px;
    padding: 20px 40px 0 40px;
}
 .mobile-left img {
  max-width: 200px;
 }

#scroll-to-top{
  position: fixed;
  right: 100px;
  text-decoration: auto;
}
#popup li{
  line-height:3em;
  margin-left: -15px;
}
span.green-text{
  color: #40bf95;
  font-weight: 700;
}